/*
COLOURS

YELLOW fcd21e


ORANGE #f8951d
HEADING TEXT 353740
BODY TEXT #435160 rgba(67, 81, 96,1)

FOOTER BG #404d60

MAIN HEADER DARK #2e3e46 rgba(43,56,67,1)
MAIN HEADER LIGHT #3e505d rgba(62,80,93,1)

MENU LINES #4b5d7d


SALMON RED #f46242
ORANGE fc9500

HEADINGS AND TEXT sizes

H2 - 40 / 36 / 30

SUB TEXT - 21 / 19 / 17

BLURB TITLE 23 / 22 / 21
BLURB TEXT 18 / 17 / 16



*/

/* Normalise */


@font-face {
  font-family: 'etbuilder';
  src:  url('../Divi/core/admin/fonts/builder.eot');
  src:  url('../Divi/core/admin/fonts/builder.eot') format('embedded-opentype'),
    url('../Divi/core/admin/fonts/builder.ttf') format('truetype'),
    url('../Divi/core/admin/fonts/builder.woff') format('woff'),
    url('../Divi/core/admin/fonts/builder.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a,
input,
select,
textarea,
button {
	outline:none;
	outline:0;
}

a,
a:link,
a:active,
a:visited {
	color:inherit;
}

html {
	-webkit-text-size-adjust:none;
}


.et_pb_section {
	/* overflow-x: hidden !important; */
}

.et_pb_bottom_inside_divider {
	z-index:10 !important;
}

.ninety_four_percent_width_row.et_pb_row {
	width:90% !important;
}

h1.entry-title {
	font-size: 22px;
	line-height: 1.3em;
}

.section-cookie-policy {
	position: fixed;
	width:100%;
	bottom:0;
	z-index:10;
	display: none;
}

.section-cookie-policy .et_pb_text a {
	color:#353740 !important;
	border-bottom:1px solid #353740 !important;
}

.section-cookie-policy .et_pb_text a:hover {
	color:#fff !important;
	border-bottom:1px solid #fff !important;
}


.top-center-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.vertical-center-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;	
}

.bottom-center-content,
.bottom-center-right,
.bottom-center-left {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	-webkit-box-align: flex-end;
	-moz-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.bottom-center-left {
	justify-content: space-between !important;
}	

.bottom-center-right {
	justify-content:flex-end;
}

.bottom-left {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height:100%;
}

.bottom-left .et_pb_image {
	margin-top: auto; 
}



header#main-header,
footer#main-footer {
	display: none !important;
}

#page-container {
	padding-top:0 !important;
}

#responsive-menu-pro-button {
	z-index:9999999;
}

#responsive-menu-pro-container {
	padding-left: 8%;
	position: absolute !important;
}


#responsive-menu-pro-container #responsive-menu-pro-wrapper {
	padding-top:100px;
	padding-bottom:50px;
	padding-left: 0;
}

#responsive-menu-pro-header {
	z-index: 99999;
	background:transparent;
	transition: background 0.5s;
}

#responsive-menu-pro-header.active {
	background:#fcd21e;
}

#responsive-menu-pro-container li.responsive-menu-pro-item a {
	padding:0;
	line-height: 38px !important;
	font-size:20px !important;
}


.responsive-menu-pro-button .responsive-menu-pro-box {
	margin-left:-17px;
}

.responsive-menu-pro-inner,
.responsive-menu-pro-inner::before,
.responsive-menu-pro-inner::after {
	border-radius:0;
	width:39px;
}

.responsive-menu-pro-subarrow {
	height: 100% !important;
	line-height:48px !important;
}

#responsive-menu-pro-title-image img {
	max-width:140px;
}

#responsive-menu-pro-wrapper {
	position:relative;
}

#responsive-menu-pro-title {
	padding:0 !important;
	
}

#responsive-menu-pro-container #responsive-menu-pro-additional-content {
	padding: 25px 5% 0 0;
}	

#responsive-menu-pro-container #responsive-menu-pro-additional-content img {
	width:150px;
	height:auto;
}

#responsive-menu-pro-additional-content .phone {
	font-size:24px;
	display: block;
	margin-bottom: 25px;
}


.et_pb_text a,
.et_pb_code a,
.posts-blog-feed-module.standard .hentry h2 a,
.post-header .post-meta a,
.single .related-post h4.title a,
.et_pb_widget_area.sidebar a,
a.et-accent-color,
.et_pb_pricing_content .et_pb_pricing a,
.sidebar .et_pb_widget li a {
	color:#fc9500;
	padding-bottom:1px;
	border-bottom: 1px solid transparent;
}

.et_pb_text a:hover,
.et_pb_code a:hover,
.posts-blog-feed-module.standard .hentry h2 a:hover,
.post-header .post-meta a:hover,
.single .related-post h4.title a:hover,
.et_pb_extra_column_sidebar .et_pb_widget a:hover,
.et_pb_widget_area.sidebar a:hover,
.et_pb_extra_column_sidebar a:hover,
a.et-accent-color:hover,
.et_pb_pricing_content .et_pb_pricing a:hover,
.sidebar .et_pb_widget li a:hover {
	border-bottom: 1px solid #fc9500;
}

.footer-bottom .et_pb_text a {
	color:#fff;
}

.footer-bottom .et_pb_text a:hover {

}

.section-header .et_pb_column:first-child {
	z-index:10;
}

.section-header .et_pb_column:first-child:after {
position: absolute;
width: 100%;
height: 100%;
position: absolute;
content: '';
pointer-events: none;
top: 0;
z-index: -1;
background:#fcd21e;
}

.section-header .et_pb_column:first-child:after {
right: 0;
transform-origin: top right;
-ms-transform: skew(-15deg, 0deg);
-webkit-transform: skew(-15deg, 0deg);
transform: skew(15deg, 0deg);
}

.et_pb_testimonial_slider .et_pb_slide_testi {
	padding-top: 10px !important;
}

.et_pb_slide_title_name i {
	display: block;
	font-style: normal;
}

.et_pb_testimonial_slider {
	text-align:center;
}

.et_pb_testimonial_slider_0.et_pb_testimonial_slider .et_pb_slide_testi:before,
.et_pb_slide_testi:before {
	position: relative !important;
	display: inline-block;
	margin: 0 auto;
	font-size: 70px !important;
	top:auto !important;
	left:auto !important;
	opacity: 1 !important;
	color: #353740;
}

.et_pb_slider .et_pb_slide {
	float:none;
}

.et_pb_testimonial_slider .et_pb_slide_title_name {

}

.et_pb_testimonial_slider .company_name {
	font-weight:400;
}

.et_pb_testimonial_slider .et_pb_slide_content_testi {
	color: rgba(67,81,96,0.7) !important;
}


body #page-container .et_pb_button:after {
	line-height: inherit !important;
	font-size: 18px !important;
}


.row-blurbs .et_pb_column {
	display: flex;
	flex-flow: column nowrap;
}

.row-blurbs .et_pb_blurb:after {
	content:'\35';
	font-family: ETmodules;
	width:28px;
	height:28px;
	font-size:24px;
	font-weight:600;
	margin-top: 10px;
	display: inline-block;
	color:#fff;
	background: #fc9500;
	border:0px solid #435160;
	border-radius: 50%;
	opacity: 0;
	line-height: 26px;
	transition: opacity 0.5s;
}

.row-blurbs .et_pb_blurb:hover:after {
	opacity: 1;
}

.row-blurbs2 .et_pb_blurb_content:hover .et-pb-icon,
.row-blurbs2 .et_pb_blurb_content:hover h4,
.row-blurbs2 .et_pb_blurb_content:hover h4 a {
	color:#f46242 !important;
}

.row-blurbs .et_pb_column .et_pb_button_module_wrapper {
	margin-top:auto;
	opacity: 0;
	transition: opacity 0.5s;
	
}

.row-blurbs .et_pb_blurb:hover {
	cursor: pointer;
}

.row-blurbs .et_pb_column:hover .et_pb_button_module_wrapper {
	opacity: 1;
}



/**********************************************************************************************************/
/* PRICING TABLES
/**********************************************************************************************************/

.et_pb_pricing.pricing_support .et_pb_pricing_content_top {
	padding-top:10px !important;
	padding-bottom:10px !important;
}

.et_pb_pricing.pricing_support .et_pb_pricing li {
	padding-bottom:1.2em;
}


/**********************************************************************************************************/
/* CALDERA FORMS
/**********************************************************************************************************/

.caldera_forms_form input,
.caldera_forms_form select,
.caldera_forms_form textarea,
.caldera_forms_form button,
.fluentform .frm-fluent-form {
	outline:0;
	outline:none;
}


.caldera-grid label,
.fluentform label {
	font-weight: 300 !important;
}

.caldera_forms_form input[type="text"].form-control,
.caldera_forms_form input[type="email"].form-control,
.caldera_forms_form input[type="phone"].form-control,
.caldera_forms_form textarea.form-control,
.caldera_forms_form select.form-control,
.fluentform .ff-el-form-control {
	padding:4px 0;
	margin-bottom:20px;
	background: transparent !important;
	color: #435160;
	width:100%;
	height:40px;
	font-size:16px;
	border: 0;
	border-bottom:1px solid #435160;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	line-height: 32px;
}

.caldera_forms_form textarea.form-control,
.fluentform textarea.ff-el-form-control {
	width:100%;
	height:100px;
	border: 0 !important;
	font-size:16px;
	border-bottom:1px solid #435160 !important;
	resize:vertical;
	line-height: 1.5;
}

.caldera_forms_form input[type="button"],
.caldera_forms_form input[type="submit"],
.fluentform button[type="submit"],
.fluentform input[type="submit"] {
	position: relative;
	width:auto !important;
	font-size:16px;
	font-weight: 300 !important;
	margin-bottom:0;
	background: #435160 !important;
	border:1px solid #435160 !important;
	color:#fff;
	padding:10px 24px !important;
	-webkit-border-radius:24px;
	-moz-border-radius:24px;
	border-radius:24px;
	float:left;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}

.caldera_forms_form input[type="button"]:hover,
.caldera_forms_form input[type="submit"]:hover,
.fluentform button[type="submit"]:hover,
.fluentform input[type="submit"]:hover{
	background:#f8951d !important;
	border:1px solid #f8951d !important;
	color:#fff;
	cursor:pointer !important;
}

.caldera_forms_form input[type="button"]:hover,
.caldera_forms_form input[type="text"].form-control:focus,
.caldera_forms_form input[type="email"].form-control:focus,
.caldera_forms_form textarea.form-control:focus,
.fluentform input[type="text"].ff-el-form-control:focus,
.fluentform input[type="email"].ff-el-form-control:focus,
.fluentform textarea.ff-el-form-control:focus,
.fluentform .ff-el-is-error .ff-el-form-control {
	border-bottom:2px solid #f8951d !important;
	background: transparent !important;
	cursor:pointer;
}

.fluentform button[type="submit"]:hover {
	background: #f8951d !important;
}


span.field_required,
.caldera-grid .has-error .control-label,
.fluentform .ff-el-is-error .ff-el-is-required label {
	color: #f8951d !important;
}

.caldera-grid .form-control {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;

}

.caldera-grid .has-error .help-block,
.fluentform .ff-el-is-error .text-danger {
	display: none;
}

/* Change Autocomplete styles in Chrome*/
.caldera_forms_form input:-webkit-autofill,
.caldera_forms_form input:-webkit-autofill:hover, 
.caldera_forms_form input:-webkit-autofill:focus
.caldera_forms_form input:-webkit-autofill, 
.caldera_forms_form textarea:-webkit-autofill,
.caldera_forms_form textarea:-webkit-autofill:hover
.caldera_forms_form textarea:-webkit-autofill:focus,
.caldera_forms_form select:-webkit-autofill,
.caldera_forms_form select:-webkit-autofill:hover,
.caldera_forms_form select:-webkit-autofill:focus,
.fluentform input:-webkit-autofill,
.fluentform input:-webkit-autofill:hover, 
.fluentform input:-webkit-autofill:focus
.fluentform input:-webkit-autofill, 
.fluentform textarea:-webkit-autofill,
.fluentform textarea:-webkit-autofill:hover
.fluentform textarea:-webkit-autofill:focus,
.fluentform select:-webkit-autofill,
.fluentform select:-webkit-autofill:hover,
.fluentform select:-webkit-autofill:focus{
	border-bottom:1px solid #f8951d !important;
	-webkit-text-fill-color: #435160;
 	-webkit-box-shadow: 0 0 0 1000px rgba(0,0,0,0) inset;
	transition: background-color 5000s ease-in-out 0s;
}

.caldera-grid .alert-success,
.ff-message-success {
	background: #f8951d;
	color:#fff;
	border:0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	padding: 8px 16px;
	text-align: center;
	
}

.menu-col {
	min-height: 620px;
	padding-top:150px !important;
}

.menu-col-old div {
	opacity:0 !important;	
}

.et-pb-icon-hide .et-pb-icon {
	display: none;
}

.divi-icon2 .et_pb_image_wrap:before {
	content:'';
	display: block;
	width:55px;
	height:55px;
	background: url('/wp-content/uploads/2018/04/divi-gallery-logo.png') no-repeat; */
	background-size: cover;
	margin: 0 0 -9px 0;
}

.row-blurbs .et_pb_divi_logo_icon .et_pb_image_wrap:before,
.row-blurbs .et_pb_code_icon .et_pb_image_wrap:before {
	content: '';
	font-size: 55px;
	font-family: etbuilder !important;
	line-height: 1em;
}

.row-blurbs .et_pb_divi_logo_icon .et_pb_image_wrap:before {
	content: '\3c';
}

.row-blurbs .et_pb_code_icon .et_pb_image_wrap:before {
	content: '\74';
}

.single #main-content .container {
	padding-top:0;
}

.sidebar {
	
	padding-top:30px;
}

.sidebar .et_pb_widget,
.sidebar .et_pb_widget:nth-child(n) {
	width:100% !important;
}

.sidebar .widgettitle {
	border-bottom:1px solid rgba(67, 81, 96, 0.15);
	padding-bottom:10px;
	margin-bottom:20px;
}

body .et_pb_bg_layout_light .et_pb_post p {
	font-size: 15px;
}

body .et_pb_bg_layout_light .et_pb_post p.post-meta {
	font-size: 12px;
}

.show-image .et_pb_image,
.show-image.et_pb_image,
.show-image .et_pb_map_container_extended {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

.et_pb_column.show-image .et_pb_image_wrap img,
.et_pb_image.show-image .et_pb_image_wrap img {
	opacity:0;
}

/*
.et_pb_map_container_extended {
	position: relative;
}

.dwd_map_extended {
	position: absolute;
    width: 100%;
    height: 100%;
}
*/


/**********************************************************************************************************/
/* GDPR COOKIE NOTICE
/**********************************************************************************************************/

.gdpr_lightbox {
	z-index: 9999999;
	background: rgba(46,62,70,.4);
}

body.gdpr-infobar-visible {
	width:100%;
	height:100%;
}

#moove_gdpr_cookie_modal {
	min-height: auto;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden {
	display: none !important;
}

#moove_gdpr_cookie_info_bar,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme,
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme { 
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: rgba(46,62,70,.4);
	z-index: 999999;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    display: inline-block;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 80%;
    max-width:800px;
    padding: 50px 20px;
    transform: translate(-50%, -50%); 
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    position: relative;
    display: block;
    text-align: center;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    display: block;
    margin-top: 1.5em;
    padding-left: 0;
    text-align: center;
}

.lity {
	z-index: 999999 !important;
	background-color: rgba(46,62,70,0);
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
	padding-bottom:1em;
}

.moove-gdpr-button-holder button.mgbutton {
    font-size: 16px !important;
    font-weight:600 !important;
}    
	

/**********************************************************************************************************/
/* YOUR HEDGING JOURNEY
/**********************************************************************************************************/

body #page-container .et_pb_section .journey.et_pb_button.active {
	background-color: #4b5b68;
	color: #fff !important;
}

body #page-container .et_pb_section .journey.et_pb_button.active:hover {
	background-color: rgba(0,0,0,0);
	color: #4b5b68 !important;
}

.journey_content {
	opacity:0;
	width:100%;
    overflow:hidden;
}

.journey_content.hidden {

	opacity:0;
	-webkit-transition: all 0.5s cubic-bezier(0.675, 0.170, 0.245, 0.795); 
    -moz-transition: all 0.5s cubic-bezier(0.675, 0.170, 0.245, 0.795); 
	-ms-transition: all 0.5s cubic-bezier(0.675, 0.170, 0.245, 0.795); 
	-o-transition: all 0.5s cubic-bezier(0.675, 0.170, 0.245, 0.795); 
	transition: all 0.5s cubic-bezier(0.675, 0.170, 0.245, 0.795);
	max-height:0px;
}

.journey_content.hidden div {

}

.journey_content.active {

	opacity:1;
	-webkit-transition: all 1s cubic-bezier(0.675, 0.170, 0.245, 0.795); 
    -moz-transition: all 1s cubic-bezier(0.675, 0.170, 0.245, 0.795); 
	-ms-transition: all 1s cubic-bezier(0.675, 0.170, 0.245, 0.795); 
	-o-transition: all 1s cubic-bezier(0.675, 0.170, 0.245, 0.795); 
	transition: all 1s cubic-bezier(0.675, 0.170, 0.245, 0.795);
	max-height:100%;
}

.row_process .et_pb_column {
	width:100% !important;
}

/**********************************************************************************************************/
/* FLEXBOX COLUMN STACKING ORDER SWITCH
/**********************************************************************************************************/

@media all and (max-width: 980px) {
	/*** wrap row in a flex box ***/
	.flex,
	.flex-row {
		display: -webkit-box !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		-webkit-flex-wrap: wrap !important; /* Safari 6.1+ */
		flex-wrap: wrap !important;
	}
	
	.flex .et_pb_column,
	.flex-row .et_pb_column {
		height:100%;
	}
 
	/*** custom classes that will designate the order of columns in the flex box row ***/
	.mobile-first {
		-webkit-order: 1;
		order: 1;
	}
 
	.mobile-second {
		-webkit-order: 2;
		order: 2;
	}
 
	.mobile-third {
		-webkit-order: 3;
		order: 3;
	}
 
	.mobile-fourth {
		-webkit-order: 4;
		order: 4;
	}
	/*** add margin to last column ***/
	.custom_row:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
	
	.mobile-left,
	.tablet-left {
		text-align: left;
	}
	
	.mobile-center {
		text-align: center;
	}
	
	.show-image:after {
		content: '';
		display: block !important;
	    padding-bottom: 80% !important;
   		margin-top: 0 !important;
   		margin-bottom: 0 !important;
	}
	
	.show-image.map:after {
		padding-bottom: 40% !important;
	}
	
	.hide-mobile {
		display: none !important;
	}
 
 	#responsive-menu-pro-container {
 		width:100% !important;
 		max-width:100% !important;
 		min-width:100% !important;
 	}
 	
 	.et_pb_column.menu-col {
		background-image:url('/wp-content/uploads/2018/04/logo-icon-bg-yellow-mobile2.png') !important;
	}
 
} /* end max-width: 980px */	

@media (min-width: 768px) and (max-width: 999px) {

	#moove_gdpr_cookie_modal .moove-gdpr-modal-content {
	    transform: none;
	} 
	
	#moove_gdpr_cookie_modal .moove-gdpr-button-holder button.mgbutton {
		display: block;
		width:100%;
	}
}


@media all and (max-width: 767px) {

	.show-image:after {
	    padding-bottom: 120% !important;
	}
	
	.show-image.map:after {
		padding-bottom: 90% !important;
	}	
	
	.et_pb_section,
	.et_pb_row,
	.et_pb_column,
	.et_pb_module {
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
		transition: opacity 0.5s;
	}
	
	.responsive-menu-pro-open .menu-col .et_pb_module {
		opacity: 0 !important;
	}
	
	.moove-gdpr-button-holder button.mgbutton {
		padding: 5px 15px !important;
	}
	
} /* end max-width: 980px */	


@media all and (min-width: 480px) {

	.moove-gdpr-button-holder button.mgbutton {
		font-size: 18px !important;
		padding: 0.75em 1.5em !important;
		margin:0 !important;
	}
}


@media screen and (min-width: 768px) {
	
	h1.entry-title {
		font-size: 26px;
		line-height: 1.3em;
	}
	
	
	body #page-container .et_pb_button:after {
		line-height: inherit;
		font-size: 20px !important;
	}
	
	.ninety_four_percent_width_row.et_pb_row {
		width:80% !important;
	}
	
	.single .container {
		max-width:540px;
	}
	
	body .et_pb_bg_layout_light .et_pb_post p {
		font-size: 16px;
	}

	body .et_pb_bg_layout_light .et_pb_post p.post-meta {
		font-size: 12px;
	}
	
	
	#responsive-menu-pro-container li.responsive-menu-pro-item a {
		line-height: 44px !important;
		font-size:21px !important;
	}
	
	.caldera_forms_form input[type="button"],
	.caldera_forms_form input[type="submit"],
	.fluentform button[type="submit"] {
		font-size:18px;
	}
	
	
} /* end min-width: 768px */

@media screen and (min-width: 981px) {
	
	#responsive-menu-pro-header {
		display: none !important;
	}
	
	#responsive-menu-pro-container li.responsive-menu-pro-item a {
		line-height: 48px !important;
		font-size:22px !important;
	}
	
	.ninety_four_percent_width_row.et_pb_row {
		width:94% !important;
	}
	
	.show-image .et_pb_image {
		display: block;
		height:100%;
	}
	
	body #page-container .et_pb_button:after {
		line-height: inherit;
		font-size: 22px !important;
	}
	
	.show-image:after {
		content: '';
		display: block !important;
	    padding-bottom: 80% !important;
   		margin-top: 0 !important;
   		margin-bottom: 0 !important;
	}	

	.show-image .et_pb_image,
	.show-image.et_pb_image,
	.show-image .et_pb_map_container_extended {
		position: absolute;
    	width: 100%;
   		height: 100%;
	}
	
	#et-main-area,
	#main-content {
		min-width: 100% !important;
	}
	
	.et_builder_inner_content .et_pb_section:first-child .et_pb_row:first-child {
		max-height:900px;
	}
	
	.menu-col {
		min-width: 50% !important;
		min-height: 900px !important;
		max-height: 900px !important;
		padding-top:150px !important;
	}
	
	.single .container {
		max-width:840px;
	}
	
	.single #left-area {
		width: 70.125%;
	}
	
	.single #sidebar { 
		width: 29.875%;
	}
	
	.et_pb_widget_area_left {
		padding-left:30px;
		padding-right:0;
		border-right:0;
	}
	
	.sidebar {
		border-top:0;
		border-left:1px solid rgba(67, 81, 96, 0.15);
		padding-top:0;
	}
	
	.sidebar .widgettitle {
		border-bottom:0;
		padding-bottom:0px;
		margin-bottom:20px;
	}

	
	body .et_pb_bg_layout_light .et_pb_post p {
		font-size: 16px;
	}

	body .et_pb_bg_layout_light .et_pb_post p.post-meta {
		font-size: 12px;
	}
	
	.et_right_sidebar #main-content .container:before {
		right: 29.875% !important;
	}
	
	.caldera_forms_form input[type="button"],
	.caldera_forms_form input[type="submit"],
	.fluentform button[type="submit"] {
		font-size:20px;
	}
	
	.section-cookie-policy .et_pb_column_3_4 {
		width: -moz-calc(100% - 116px);
		width: calc(100% - 116px);
	}
	
	.section-cookie-policy .et_pb_column_1_4 {
		width:116px;
	}
	
	
} /* end min-width: 981px */	


@media screen and (min-width: 981px) and (max-height: 700px) {
	
	#responsive-menu-pro-header.active {
		display: block !important;
		background:#fcd21e;
		max-width: 50% !important;
		position: absolute !important;
	}
	
	.et_pb_column.menu-col {
		background-image:url('/wp-content/uploads/2018/04/logo-icon-bg-yellow-mobile.png') !important;
	}
	
}	


@media screen and (min-width: 1100px) {
	
	
} /* end min-width: 1100px */		