
/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* center content in column block for mobile displays | #26648295-hc eD */
@media screen and (max-width: 954px) {
	.wp-block-columns.alignfull .wp-block-column {
		margin-left: auto;
		margin-right: auto;
	}
}

/* change underline on clickable images at bottom of homepage | HC - 26670317 */
.block-four .post .entry-title, .widget_maisha_column_recentposts .post .entry-title, .block-four .page .entry-title, .widget_maisha_column_recentposts .page .entry-title {
	border-bottom: 3px solid #187ba0;
}

/* change menu item colour EN */
li#menu-item-106 {
	background: #187ba0;
	padding: 7px;
}

li#menu-item-106 a {
	color: white;
}

/* change menu item colour EN - Mobile */
@media only screen and (max-width: 800px) {
li#menu-item-106 {
	background: #187ba0;
  padding: 0 43px;
	padding-bottom:5px;
}

li#menu-item-106 a {
	color: white;
}
}

/* change menu item colour NL */
li#menu-item-356 {
	background: #187ba0;
	padding: 7px;
}

li#menu-item-356 a {
	color: white;
}

/* change menu item colour NL - Mobile */
@media only screen and (max-width: 800px) {
li#menu-item-356 {
	background: #187ba0;
  padding: 0 43px;
	padding-bottom:5px;
}

li#menu-item-356 a {
	color: white;
}
}

/* Remove word hyphenation | 27506523-hc (KK) */
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column *, body, p, a, ul, li, h1, h2, h3 {
    word-break: keep-all !important;
    word-wrap: unset !important;
    hyphens: unset !important;
}

/* Hyphens */
p, a, ul, li, h1, h2, h3 {
 -webkit-hyphens: manual !important;
    -moz-hyphens: manual !important;
     -ms-hyphens: manual !important;
         hyphens: manual !important;
}

/* Hyphens - Mobile */
@media only screen and (max-width: 640px) {
 body, p, a, ul, li, h1, h2, h3 {
   word-wrap: normal;
   -webkit-hyphens: none;
      -moz-hyphens: none;
           hyphens: none;
}
}


	/* change full width page width | 3621029-zen | GM */
.page-template-full-width-page .default-page .content-area {
    width: 95%;
}
	
	/* make default page template content width match full page template */
.page-template-default .default-page .site-content {
    width: 95%;
    margin: auto;
}
.single-themes-page {
    padding: 0 7.6923% 4.6923%;
}
	
	/* make more space for the menu */
@media screen and (min-width: 954px) {
  .site-logo{
    width: 11%;
  }
}

/*Rearanging featured images on the homepage -27333388-hc - SM*/
.block-four .columns {
	display: flex;
	flex-direction: row;
}


.block-four .columns .fourcolumn:nth-child(1) {
	order: 3 
}

.block-four .columns .fourcolumn:nth-child(2) {
	order: 4; 
}

.block-four .columns .fourcolumn:nth-child(3) {
	order: 2; 
}

.block-four .columns .fourcolumn:nth-child(4) {
	order: 1; 
}

/* show fourth block homepage on smaller screens  | 27436966-hc bk */
@media screen and (max-width: 59.6875em) {
  .home .block-four .columns {
    flex-direction: column;
  }
}

/* Change Link Color(and hover) in Paragraphs | YH-28505454-hc */
.entry-content p a {
    color: #187ba0 !important;
}
.entry-content a:hover {
    color: #183b47 !important;
}

/* /our-story/ page: Set all buttons inside columns to the same width | JC-27253896-hc */
.page-id-51 .wp-block-column .wp-block-button__link {
	font-size: 16px;
	padding: 12px;
}

/* /our-goals/ page: Set all buttons inside columns to the same width | JC-27253896-hc */
.page-id-216 .wp-block-column .wp-block-button__link {
	font-size: 16px;
	padding: 12px;
}

/* /get-involved/ page: Set all buttons inside columns to the same width | JC-27253896-hc */
.page-id-254 .wp-block-column .wp-block-button__link {
	font-size: 16px;
	padding: 12px;
}

/* /help-mee/ page: Set all buttons inside columns to the same width | JC-27253896-hc */
.page-id-341 .wp-block-column .wp-block-button__link {
	font-size: 16px;
	padding: 12px;
}

/* /onze doelen/ page: Set all buttons inside columns to the same width | JC-27253896-hc */
.page-id-317 .wp-block-column .wp-block-button__link {
	font-size: 14px;
	width: 190px;
	padding: 12px;
}

/* Make post content full-width on single post pages | YH-28543645-hc */
.single-post .two_third {
    width: 100%;
}

/* Change color for headings within Blog Posts Block for two specific pages  | YH-28679396-hc */
.page-id-365 .wp-block-newspack-blocks-homepage-articles a, .page-id-374 .wp-block-newspack-blocks-homepage-articles a {
    color: #187ba0 !important;
}
.page-id-365 .wp-block-newspack-blocks-homepage-articles a:hover, .page-id-374 .wp-block-newspack-blocks-homepage-articles a:hover {
    color: #183b47 !important;
}

/* Change color for "Continue reading" button text only for two specific pages  | YH-28679396-hc */
.page-id-365 .news .entry-content a.more-link {
	color: white !important;
} 

/*  change transparency of text on buttons that says continue reading and add text in front 28751994-hc    */
.page-id-374 .news .entry-content a.more-link::before {
    content:"Lees meer";
	  font-weight:bold;
    color:#fff;
}

.page-id-374 .news .entry-content a.more-link::after {
    display:none;
}

.page-id-374 .news .entry-content a.more-link {
    font-weight:100;
    color:transparent !important;
}

/* END 28751994-hc */

/* Post Nav Adjustment */
.postid-1151 .post-navigation .nav-next,
.postid-946 .post-navigation .nav-next {
    float: right;
}

/* Decrease logo size on tablet - 28812720HC CP */
@media screen and (max-width: 954px) and (min-width: 20px){
  .site-logo{
    width: 30%;
  }
}