/*
 * Author: http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/
 */

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
	.sub-nav-col2:before {
        display: none;
    }
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}

/* Less than a desktop ----------- */
@media only screen
and (max-width : 1224px) {
/* Styles */
	html, body {
	  overflow-x: hidden;
	}
	body {
	  position: relative
	}
}

@media only screen
and (max-width : 1224px) {
/* Styles */

	.special-bg h1, .special-bg3 h1 {
		/* ivan refeactored this to "Preset_PageHeading"*/
		font-size: 18px;
		line-height: 20px;
	}
}

@media only screen
and (max-width : 1224px) {
/* Styles */
	.parent-pageid-317 .special-bg .elementor-text-editor,
	.parent-pageid-315 .special-bg3 .elementor-text-editor,
	.postid-1090 .special-bg .lead-content .elementor-text-editor,
	.post-type-archive-insights .special-bg .lead-content .elementor-text-editor,
	.page-id-29271 .special-bg3 .elementor-text-editor,
	 {
		 /* ivan refeactored this to "Preset_PageOneLiner"*/
		/* font-size: 34px;
		line-height: 38px; */
	}
}


@media (max-width:1199px){
	.parent-pageid-317 .special-bg .elementor-text-editor p,
	.parent-pageid-315 .special-bg3 .elementor-text-editor p,
	.postid-1090 .special-bg .lead-content .elementor-text-editor p,
	.post-type-archive-insights .special-bg .lead-content .elementor-text-editor p,
	.page-id-315 .special-bg3 .elementor-text-editor p,
	.page-id-29271  .special-bg3 .elementor-text-editor p
	{
		/* font-size: 44px; */
		/* ivan refeactored this to "Preset_PageOneLiner"*/
		/* font-size: 20px;
		line-height: 24px; */
	}



}


@media (min-width:1200px){
	.parent-pageid-317 .special-bg .elementor-text-editor,
	.page-id-29694 .special-bg .elementor-text-editor {
		/* ivan refeactored this to "Preset_PageOneLiner"*/
		/* min-height: 320px; */
	}
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
