/*
Theme Name: Mediapact Respectvol Samenwerken
Theme URI: https://www.respectvolsamenwerken.nl/
Description: custom Wordpress theme for Mediapact Respectvol Samenwerken
Author: Atypisch - Marten Timan
Author URI: http://www.atypisch.nl
Version: 1.0
*/

/* basic elements */
html, body {
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	background-color: #f7f7f7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'rama-gothic-m';
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 0 8px 0;
	margin: 0;
	color: #000;
	line-height: 1;
	letter-spacing: 1.5px;
}

h1 { font-size: 80px; line-height: 1.1; }
h1.smaller { font-size: 48px; line-height: 1.13; }
h2 { font-size: 32px; line-height: 1.25; }
h3 { font-size: 26px; line-height: 1.17; }
h4, h5, h6 {  font-size: 24px; line-height: 1.17; }

a img, img a {
	border: 0;
	outline: 0;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
	outline: 0;
}

a:hover, a:active {
	color: #757572;
}

/* full link for complete clickable object */
a.full_link:link, a.full_link:visited {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

a.full_link:hover, a.full_link:active {

}

/* buttons */
a.btn:link, a.btn:visited {
	float: left;
	font-size: 15px;
	line-height: 16px;
	padding: 12px 24px;
	border-radius: 12px;
	margin: 10px 10px 20px 0;
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

a.btn:hover, a.btn:active {
	background-color: #757572;
}

/* button colors */
a.btn.white:link, a.btn.white:visited { background-color: #fff; color: #000; }
a.btn.white:hover, a.btn.white:active { background-color: #757572; color: #fff; }
a.btn.external:link, a.btn.external:visited { padding: 12px 50px 12px 24px; background-image: url(images/ic_arrow_external.svg); background-repeat: no-repeat; background-position: calc(100% - 20px) center; background-size: 11px 11px; }


/* html components */
ul, ol {
	padding: 10px 0 15px 20px;
	margin: 0;
}

b, strong {
	font-weight: 500;
}

blockquote {
	float: left;
	width: calc(100% - 30px);
	padding: 10px 0 10px 30px;
	margin: 0;
	font-size: 22px;
	line-height: 26px;
	font-weight: 300;
}

/* WP navigation toolbar fix */
#wpadminbar {
	position: absolute;
	top: 0;
	z-index: 1;
}

/* specific divs */
#main_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	text-align: center;
	width: 100%;
	overflow-x: hidden;
	background-color: #f7f7f7;
}

#wrap {
	float: left;
	padding: 142px 0 0 0;
	margin: 0;
	width: 100%;
}

/* flex box container */
.flex-container {
	padding: 49px 0;
	margin: 0;
  height: auto;
  width: 100%;
  border: 0;
	display: flex;
	flex-direction: row;
  gap: 40px;
}

.flex-container.column_wrap {
	width: 100%;
	flex-direction: column;
}

.flex-container.no_padding { padding: 0; }
.flex-container.full_width { margin: 0; width: 100%; }
.flex-container > .equal_size { flex: 1; }
.flex-container.no_gap { gap: 0; }
.flex-wrap { -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.flex-direction-column { flex-direction: column; }
.flex-items-start { align-items: flex-start; align-content: flex-start; }
.flex-align-end { align-content: flex-end; align-items: flex-end; }
.flex-align-stretch {  align-items: stretch; }

.flex-item {
	margin: 0;
	padding: 0;
	flex-basis: 1;
	flex-grow: 1;
  border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}

.flex-basis-50 { flex-basis: 50%; }
.flex-third {
	flex: 1 1 auto;
  display: flex;
  justify-content: left;
}

.flex-item img {
	max-width: 100% !important;
	height: auto;
}

/* container centers all content. set widths in css/responsive.css */
.container {
	padding: 0;
	border: 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}

/* Columns. Set 40px gutter width in col_wrap. */
.col_wrap {
	float: left;
	background-color: transparent;
	padding: 0 40px 0 0;
	margin: 0;
}

.col {
	float: left;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

/* column widths , 12 columns and first without gutter. Use col_wrap for gutter width (40px) */
.col-12 { width: 1280px; }
.col-11 { width: 1170px; }
.col-10 { width: 1060px; }
.col-9 { width: 950px; }
.col-8 { width: 840px; }
.col-7 { width: 730px; }
.col-6 { width: 620px; }
.col-5 { width: 510px; }
.col-4 { width: 400px; }
.col-3 { width: 290px; }
.col-2 { width: 180px; }
.col-1 { width: 70px; }
.col-half { width: 50%; }

/* image max width fix */
.col img, .col img a, .col a img { max-width: 100%; height: auto; }
.col.one_column p { padding-left: 20px; padding-right: 20px; }

.col_content {
	float: left;
	width: 100%;
	padding: 0 0 80px 0;
	margin: 0;
}

/* Sections */
section.page_section {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
}

.section_spacing {
	float: left;
	width: 100%;
	padding: 75px 0 75px 0;
	margin: 0;
}

.page_introduction {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 1.6;
}

/* header */
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100px;
	background-color: #f7f7f7;
	padding: 0;
	margin: 0;
}

#logo, #logo_mobile {
	float: left;
	padding: 0;
	margin: 20px 0 0 0;
	border: 0;
	width: 140px;
	height: 44.2px;
}

#logo a, #logo_mobile a  {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	border: 0;
	width: 100%;
	height: 100%;
	background-position: 0;
	background-image: url(images/logo_mrs.svg);
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#logo a:hover, #logo a:visited {
	opacity: 0.5;
}

#header.scrolled {

}

.header_image {
	float: left;
	padding: 0;
	margin: 0 0 40px 0;
	border: 0;
}

/* overlay adds a yellow gradient overlay */
.image_overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 500px;
	width: 100%;
	z-index: 0;
	background: url(images/verloop_transparant.png) repeat-x top;
}

/* basic divs */
.post {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
}

.entry {
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
	margin: 0;
}

.entry_bottom {
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.post p {
	text-align: left;
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0;
}

.post img {
	max-width: 100%;
	height: auto;
}

.post_categories {
	float: left;
	width: 100%;
	padding: 5px 0 30px 0;
	margin: 0;
}

.post_categories a {
	color: #000;
	text-decoration: none;
}

.item_category {
	text-transform: uppercase;
	font-size: 14px;
}

/* arrows and mouseover */
span.arrow {
 	display: inline-block;
	position: relative;
	top: 10px;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0 0 0 10px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
}

span.arrow.black { 	background-image: url(images/ic_arrow.svg); }
.featured_item:hover span.arrow.black, .featured_item:active span.arrow.black  {background-image: url(images/ic_arrow_hover.svg);}
span.arrow.yellow {	background-image: url(images/ic_arrow_yellow.svg); }
.featured_item:hover span.arrow.yellow, .featured_item:active span.arrow.yellow  {background-image: url(images/ic_arrow_yellow_hover.svg); }

/* preview items */
.preview_image {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	border: 0;
	overflow: hidden;
}

.preview_image.bottom {
	top: 150px;
	left: 0;
}

a.full_link + .preview_image img {
	float: right;
	max-width: none;
	height: auto;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

a.full_link:hover + .preview_image img {
	opacity: 0.6;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

/* full image is used for fully covered images. */
.full_image {
	float: left;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	flex:1;
}
/*
Footer WIDGET CSS
*/
.footer_wrap {
	float: left;
	width: 100%;
	padding: 45px 0 45px 0;
	color: #fff;
	background: #000;
	color: #e9ff55;
}

.footer_wrap a { color: #e9ff55; }

.footer {
	float: left;
	text-align: left;
	padding: 5px 0 5px 0;
	margin: 0;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

.logo_footer {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	border: 0;
	width: 180px;
	height: 57px;
	background-position: 0;
	background-image: url(images/logo_mrs_yellow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer_content ul {
	list-style: none;
	line-height: 2.5;
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 16px;
}

.footer_content li {
	list-style: none;
}

.footer_content a { text-decoration: none; }

.widget {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 12px !important;
}

.widget h1,.widget h2, .widget h3, .widget h4, .widget h5, .widget h6,
.widget_content h1, .widget_content h2, .widget_content h3, .widget_content h4, .widget_content h5, .widget_content h6 {
	color: #fff ;
	font-size: 24px;
	background: transparent;
	padding: 0 0 10px 0;
}

.widget_content {
	float: left;
	padding: 5px 18px 0 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	width: 100%;
	font-size: 14px !important;
	line-height: 28px;
}

.widget_content a:link, .widget_content a:visited  {
	color: #fff;
}

.widget_content a:hover, .widget_content a:active  {
	color: #ddcca8;
}

.widget_content ul {
	float: left;
	width: 100%;
	font-size: 16px;
	list-style: none;
	font-weight: 300;
	padding: 0 0 18px 0;
	margin: 0;
}

.widget_content li {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 2.5;
}

.textwidget, .textwidget p {
	padding: 0 0 10px 0;
	margin: 0;
}

/* forms */
.wpcf7 {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
}

.wpcf7-form {
	float: left;
	display: block;
	padding: 20px 0 20px 0;
	margin: 0;
	text-align: left;
}

.wpcf7 p {
	float: left;
	width: 100%;
	padding: 0 15px 10px 0;
	margin: 0;
	text-align: left;
}

.wpcf7 label {
	float: left;
	width: 100%;
	padding: 10px 0 5px 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.6;
  letter-spacing: 1px;
	text-transform: uppercase;
  text-align: left;
  color: #212224;
}

.wpcf7 h2 {
	padding: 0 0 10px 0;
}

.wpcf7 h3, .wpcf7 h4 {
	padding: 0 0 20px 0;
}

.wpcf7-form-control-wrap {
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-select   {
	float: left;
	width: calc(100% - 36px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.8);
	padding: 12px 18px 12px 18px !important;
	margin: 0;
	font-size: 16px;
	background: #fff;
	border: 0;
	border-radius: 12px;
}

textarea.wpcf7-textarea {
	resize: none;

}

.wpcf7-submit {
	clear: both;
	display: inline;
	padding: 15px 25px;
	margin: 10px 0 0 0;
	background: #000;
	border: 0;
	width: auto;
	font-size: 15px;
	color: #fff;
	border-radius: 12px;
	cursor: pointer;
}

.wpcf7-submit:hover, .wpcf7-submit:active {
	background: #7990a2;
}

.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-response-output {
	border: 0;
}

.wpcf7-response-output {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	color: #1c3141;
}

/* align images  */
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 0 0 0 16px;
	margin: 0;
}

img.alignleft {
	padding: 0 16px 0 0;
	margin: 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End align Images */


/* general helper classes */
.wrapper_relative {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.transition {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.overflow_hidden { overflow: hidden; }

.cleardiv {
	clear: both;
	width: 100%;
	height: 0 !important;
}

/* spacing */
.space {
	clear: both;
	float: left;
	width: 100%;
	height: 40px;
	padding: 0;
	margin: 0;
}

.space.small { height: 20px; }
.space.normal { height: 40px; }
.space.medium { height: 60px; }
.space.large { height: 80px; }

/* widths and heights */
.width_full { width: 100% !important; }
.height_full { height: 100% !important; }
.height_featured_large { height: 491px; }
.height_featured_small { height: 517px; }

/* padding */
.padding_full { padding: 40px; }
.padding_full_small { padding: 24px; }
.padding_sides { padding-right: 40px; padding-left: 40px; }
.padding_right { padding-right: 40px; }
.padding_left { padding-left: 40px; }
.padding_bottom_s { padding-bottom: 20px; }
.padding_bottom { padding-bottom: 40px; }
.padding_bottom_m { padding-bottom: 60px; }
.padding_bottom_l { padding-bottom: 80px; }
.padding_bottom_xl { padding-bottom: 120px; }
.padding_top_s { padding-top: 20px; }
.padding_top { padding-top: 40px; }
.padding_top_m { padding-top: 60px; }
.padding_top_l { padding-top: 80px; }
.padding_top_xl { padding-top: 120px; }
.nospace { padding: 0 !important; margin: 0 !important; }

/* font colors */
.color_white { color: #fff; }
.color_black { color: #000; }
.color_yellow { color: rgb(233,255,85) !important; }

/* font weights */
.font_weight_regular { font-weight: normal; }
.font_weight_bold { font-weight: bold; }
.text_align_center { text-align: center !important; }

/* backgrounds */
.bg_red { background-color: red !important; }
.bg_green { background-color: green !important; }
.bg_yellow { background-color: rgb(233,255,85) !important; }
.bg_white { background-color: #fff; }
.bg_yellow_to_transparent { background: rgb(233,255,85); background: linear-gradient(90deg, rgba(233,255,85,1) 0%, rgba(233,255,85,1) 33%, rgba(233,255,85,0) 60%);}
.bg_black_to_transparent { background: rgb(0,0,0); background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 33%, rgba(0,0,0,0) 60%);}
.bg_black_to_transparent_top { background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 33%, rgba(0,0,0,0) 60%);}
.bg_black_to_transparent_bottom { background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 33%, rgba(0,0,0,0) 60%);}
.bg_image { background-repeat: no-repeat; background-position: right top; background-size: auto 100%; }

/* borders */
.border_top { border-top: 1px solid rgba(0, 0, 0, 0.2);  }
.border_bottom { border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
.border_radius_12 { border-radius: 12px; }
.border_top_left_radius_12 { border-top-left-radius: 12px; }
.border_bottom_left_radius_12 { border-bottom-left-radius: 12px; }

.z-index_1 { position: relative; z-index: 1; }
.dot { font-weight: bold; font-size: 20px; padding: 0; position: relative; top: 2px;}

/* social btns footer */
p.social_btns_text {
	padding: 7px 0 0 0;
	margin: 0;
}

.social_btns {
	float: left;
	width: 100%;
	height: 40px;
	padding: 20px 0 20px 0;
	margin: 0;
}

.social_btns a:link, .social_btns a:visited {
	float: left;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0 16px 0 0;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
}

.social_btns a:hover, .social_btns a:active {
	opacity: 0.7;
}

.social_btns .btn_tw { background-image: url(images/ic_twitter_yellow.svg); }
.social_btns .btn_pint { background-image: url(images/ic_pint_yellow.svg); }
.social_btns .btn_li { background-image: url(images/ic_linkedin_yellow.svg); }
.social_btns .btn_ig { background-image: url(images/ic_insta_yellow.svg); }

/* social share icons */
.social_share {
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	height: 26px;
	width: auto;
	padding: 0;
	margin: 0 auto;
}

.social_share a:link, .social_share a:visited {
	float: left;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0 15px 0 0;
	text-decoration: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
}

.social_share a:hover, .social_share a:active {
	opacity: 0.5;
}

.social_share a.btn_tw { background-image: url(images/ic_twitter.svg); }
.social_share a.btn_fb { background-image: url(images/ic_fb.svg); }
.social_share a.btn_li { background-image: url(images/ic_linkedin.svg); }
.social_share a.btn_insta { background-image: url(images/ic_insta.svg); }
.social_share a.btn_pint { background-image: url(images/ic_pint.svg); }


/* hide recaptcha logo */
.grecaptcha-logo, .grecaptcha-badge, .g-recaptcha { display: none; visibility: hidden; }

/* Components */
/* accordion items  */
.accordion_wrap {
	float: left;
	width: 100%;
	display: block;
	padding: 0 !important;
	margin: 0 0 40px 0;
	outline: 0;
	border: 0;
	top: 0;
}

.accordion {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: left;
	border: 0;
}

.accordion_item {
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	text-align: left;
	border: 0;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
	background-color: #fff;
	border-radius: 12px;
}

.accordion_title {
	float: left;
	width: calc(100% - 80px);
	border: 0;
	background-color: transparent;
	background-image: url(images/ic_plus.svg);
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: calc(100% - 20px) 24px;
	cursor: pointer;
	outline: 0;
	cursor: pointer;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: 0;
	color: #000;
	margin: 0;
	padding: 20px 40px 0 40px;
	border: 0;
	text-transform: uppercase;
	font-family: 'rama-gothic-e';
}

.accordion_title:hover, .accordion_title:active {
	color: #a6a6a6;
}

.accordion_title.open, .accordion .ui-accordion-header-active {
	cursor: pointer;
	background-image: url(images/ic_min.svg);
	border-bottom: 0;
}

.accordion_content {
	float: left;
	display: block;
	margin: 0;
	width: calc( 100% - 80px);
	padding: 0 40px 0 40px;
	outline: 0;
	border: 0;
}

a.open_read_more_div {
	float: left;
	width: auto;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 0 0 5px 0;
	margin: 10px 0 30px 0;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.read_more_div { display: none; }


/* highlights */
.highlights_wrap {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
}

.highlight_item {
	float: left;
	width: 100%;
	height: calc(100% - 24px);
	padding: 0 0 24px 0;
	margin: 0 0 20px 0;
	text-align: left;
	border: 0;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
	background-color: #fff;
	border-radius: 12px;
}

.highlight_icon {
	float: left;
	width: 100%;
	height: 70px;
	padding: 0 0 20px 0	;
	margin: 0;
}

.highlight_content {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
