/* 
Theme Name:		TentFlex
Theme URI: 
Description: 	LT.ME child theme
Version: 		3.1
Template: 		moretothepicture
@author 		Lee Thompson
@license 		https://www.opensource.org/licenses/gpl-license.php GPL v2.0 (or later)
@link 	 		https://www.leethompson.me
License: 		GNU General Public License v2.0
License URI: 	https://www.gnu.org/licenses/gpl-2.0.html	
*/

	@keyframes bouncedown {
		0% {transform: translateY(0);}
		10% {opacity: 1;transform: translateY(-5px);}
		60% {transform: translateY(20px);}
		100% {transform: translateY(30px);opacity: 0;}		
	}
	.bouncedown {animation: bouncedown 1s infinite;}
	@keyframes bounce {
		0% {transform: translateY(0);}
		25% {transform: translateY(4px);}
		75% {transform: translateY(-4px);}	
		100% {transform: translateY(0);}	
	}
	.bounce {animation: bounce 3 1s;}
	@keyframes blinker {
		0% {opacity: 1.0;} 
		50% {opacity: 0.0;} 
		100% {opacity: 1.0;}
	}
	.blinker {animation: blinker 3 1s;}

	/* HTML */
	
	body > #body_dull {z-index: 999998;}
	input, textarea {width: 100%;}
	img {max-height: 100%; width: auto;}
	img.object {object-fit: cover; object-position: 50% 50%; width: 100%; height: 100%; margin: auto;}
	img.home_img {visibility: hidden;}
	img.flickity-lazyloaded, body.ie img.home_img {visibility: visible;}
	.abs {position: absolute; top: 0; bottom: 0; right: 0; left: 0;}
	a.abs {background-color: transparent !important;}
	.rel, #sbi_load {position: relative;}
	img[loading="lazy"] {opacity: 0; transition: opacity 3s;}
	img[loading="lazy"].loaded {opacity: 1;}

	/* LINKS */
	
	a:link, a:visited, a:active, a:hover {text-decoration: none;}
	a:hover, .show_hide:hover, .chat_closed:hover, .chat_open .chat_header:hover, .gallery_elm:hover, .prod_gall:hover, .cursor_pointer:hover, .small_menu_button:hover, 
	input[type="submit"]:hover, .search-submit:hover, .woocommerce-product-search button[type="submit"]:hover, #error404-searchsubmit:hover {cursor: pointer;}
	*:focus {outline: none;}
	button.button, a.button{padding: 14px; display: block; width: auto;}
	
	/* STRUCTUAL SPACING */
	
	.wrapped, .flickity-page-dots, .woocommerce-notices-wrapper {padding: 0 28px; margin: 0 auto; position: relative;}
	.wrapped.abs {position: absolute;}
	body:is(.page-template-template-custom_post,.blog,.single-post) .wrapped .wrapped:not(.padded) {padding-left: 0; padding-right: 0;}
	body:is(.page-template-template-custom_post,.blog,.single-post) .wrapped .wrapped.share_links_class {padding-left: 14px; padding-right: 14px;}
	.grid_wrap {margin: 0 -6px -6px 0; overflow: hidden;}	
	.negative_structure_margin_bottom {margin-bottom: -6px;}
	.negative_structure_margin_right {margin-right: -6px;}
	.grid_margin {margin: 0 6px 6px 0;}
	.grid_margin_bottom, .structure_margin_bottom {margin-bottom: 6px;}
	.grid_margin_right, .structure_margin_right {margin-right: 6px;}
	.grid_margin_left, .structure_margin_left {margin-left: 6px;}
	.structure_margin_top {margin-top: 6px;}
	.structure_gap {gap: 6px;}
	.structure_padded {padding: 6px;}
	.structure_inner_padded {padding: 6px;}
	.padded {padding: 14px;}
	.padded_10 {padding: 10px;}
	.padded_10_top {padding-top: 10px;}
	.padded_10_bottom {padding-bottom: 10px;}
	.padded_10_left {padding-left: 10px;}
	.padded_10_right {padding-right: 10px;}
	.nopadding {padding: 0 !important;}
	.nopadding_top {padding-top: 0 !important;}
	.nopadding_bottom {padding-bottom: 0 !important;}
	.nopadding_left {padding-left: 0 !important;}
	.nopadding_right {padding-right: 0 !important;}	
	.padded_top {padding-top: 14px;}
	.padded_bottom {padding-bottom: 14px;}
	.padded_left {padding-left: 14px;}
	.padded_right {padding-right: 14px;}
	.mid_padded {padding: 28px;}
	.mid_padded_top {padding-top: 28px;}
	.mid_padded_bottom {padding-bottom: 28px;}
	.mid_padded_left {padding-left: 28px;}
	.mid_padded_right {padding-right: 28px;}
	.extra_padded {padding: 42px;}
	.extra_padded_top {padding-top: 42px;}
	.extra_padded_bottom {padding-bottom: 42px;}
	.extra_padded_left {padding-left: 42px;}
	.extra_padded_right {padding-right: 42px;}
	.nomargin {margin: 0;}
	.margin-top {margin-top: 14px;}
	.margin-top-mid {margin-top: 28px;}
	.margin-top-extra {margin-top: 42px;}
	.margin-bottom {margin-bottom: 14px;}
	.margin-bottom-mid {margin-bottom: 28px;}
	.margin-bottom-extra {margin-bottom: 42px;}
	.margin-right {margin-right: 14px;}
	.margin-right-mid {margin-right: 28px;}
	.margin-right-extra {margin-right: 42px;}
	.margin-left {margin-left: 14px;}
	.margin-left-mid {margin-left: 28px;}
	.margin-left-extra {margin-left: 42px;}
	
	/* FLEX WRAP */
	
	.flexed {display: flex;}
	.flexed_wrap {margin: 0 -3px -6px;}
	.flexed_wrap_single_row {margin: 0 -3px;}
	.flex-wrap {flex-wrap: wrap;}
	.flex-wrap-reverse {flex-wrap: wrap-reverse;}
	.flex-direction-column {flex-direction: column;}
	.flex-direction-row {flex-direction: row;}
	.flex-direction-row-reverse {flex-direction: row-reverse;}
	.flex-align-items_flex-end {align-items: flex-end;}
	.flex-align-items_stretch {align-items: stretch;}
	.flex-align-items_center {align-items: center;}
	.article_item .entry-content h2{margin: 0;}
	.article_item {padding: 0 3px 6px; position: relative;}
	.slide-cell .article_item {margin: 0; padding: 0; position: absolute; top: 0; bottom: 0; left: 0; right: 0;}
	.flexed .article_item {flex: 1; min-width: 25%; max-width: 25%;}
	.flexed.grid_size_16 .article_item {min-width: 16.666%; max-width: 16.666%;}
	.flexed.grid_size_20 .article_item {min-width: 20%; max-width: 20%;}
	.flexed.grid_size_25 .article_item {min-width: 25%; max-width: 25%;}
	.flexed.grid_size_33 .article_item {min-width: 33.333%; max-width: 33.333%;}
	.flexed.grid_size_50 .article_item {min-width: 50%; max-width: 50%;}
	.max-width-100 .article_item {max-width: 100% !important;}
	.flexed > .site_link {flex: 100%; margin: 0 6px 6px; display: block !important;}	
	.flexed.grid_size_50 .page_extra_text_block {min-width: 50%; max-width: 100%;}
	
	/* HELPER STYLES */
	
	.overflow_hidden, .menu_open {overflow: hidden;}
	.uppercase {text-transform: uppercase;}
	.max_read {max-width: 720px;}
	.font-size-0 {font-size: 0;}
	.text-align-center, .centered {text-align: center;}
	.text-align-right, .righty {text-align: right;}
	.text-align-left, .lefty {text-align: left;}
	.opacitied {opacity: .65}
	.display-inline-block {display: inline-block;}
	.hidden, .display_none {display: none;}
	.height-100 {height: 100%;}
	.width-100 {width: 100%;}
	
	/* WP ELEMENTS */

	h1 {margin: 0 0 14px; padding: 0 14px 0 0;}
	h2.entry-title {margin: 0 0 10px; padding: 0 14px 0 0;}
	#wrap .site_link .link_text {margin: 0; position: relative;}
	.entry-content h2 {margin: 0 0 14px;}
	.entry-content h3{margin: 0 0 14px;}
	.entry-content h4 {margin: 0 0 2px;}
	.entry-content h5 {margin: 0 0 10px;}
	.entry-content h6 {margin: 0 0 2px;}
	.entry-content h2, .entry-content h4, .entry-content h5 {padding-top: 5px;}
	.article_item .entry-content h2 {padding-top: 0;}
	h2.slide_meta_title {word-wrap: break-word;}
	.blog_image_container {float: right; margin: 0 0 0 14px; width: 2214px; min-height: 168px; max-height: 300px; text-align: center; position: relative;}
	body.single .blog_image_container {float: none; margin: 0 0 14px; width: auto; min-height: none; max-height: 100%;}
	.entry-content ul {margin-left: 0;}
	.entry-content ul li {padding: 0 0 14px 14px; background-position: 0 8px; background-repeat: no-repeat;}
	body.ie .entry-content ul {margin-left: 14px;}
	body.ie .entry-content ul li {list-style-type: disc; padding-left: 0;}
	.entry-content ul.child_links {margin: 0 0 6px;}
	.entry-content ul.child_links.blocked {margin: 0 0 14px;}
	.entry-content ul.child_links li {display: inline;}
	.entry-content ul.child_links.blocked li {display: block;}
	.entry-content ul.child_links li a {display: inline-block; margin: 0 14px 6px 0; vertical-align: bottom;}
	a.tag-cloud-link {display: inline-block; margin: 0 14px 14px 0;}
	.entry-content input, .entry-content textarea, .entry-content select {display: block; max-width: 100%; width: 100%; outline: none !important;}
	.entry-content input.button {display: inline-block;}
	.entry-content input[type="text"] {height: 14px;}
	.entry-content table {text-align: left;}
	.entry-content .wp-block-image {margin-bottom: 14px}
	#backtoptop {width: 32px; height: 32px; position: fixed; bottom: 42px; right: 28px; z-index: 999998;}
	#backtoptop svg {transform: rotate(180deg);}
	.entry-content ul {padding-bottom: 0; margin-bottom: 14px;}
	.entry-content ul li:last-of-type {padding-bottom: 0;}
	
	/* STRUCTUAL ELEMENTS */
	
	#wrap {padding: 0; width: 100%; overflow: clip;}
	#wrap img {backface-visibility: hidden;}
	#content .is_single.hentry, #comments {padding: 14px;}
	.entry-content > *:last-child {margin-bottom: 0;}
	#aside {width: 100%;}
	body:is(.page-template-template-custom_post,.single-post) #lower_wrap {display: flex;}
	#content {width: 100%; min-width: 100%; max-width: 100%;}
	body.page-template-template-custom_post #content {max-width: 480px; min-width: 480px;}
	body.single-post #content {max-width: 50%; min-width: 50%;}
	
	/* CUSTOM COLOUR RESETS */	
	
	#content .home_extra_text .col .is_single.hentry {background-color: transparent !important; margin: 0 !important;}
	.woocommerce-notices-wrapper .woocommerce-notices-wrapper, .text_content_wrap .text_content_wrap {background-color: transparent !important;}
	input[type=image] {background-color: transparent !important;}
	#map_wrap {border-color: #333!important;}
	
	/* POST NAVS */
	
	.post-nav {display: none;}
	.flexed.single_nav_wrap {gap: 6px; overflow: hidden;}
	.nav-item {min-width: 50%; max-width: 100%; width: 100%;}
	.nav_text {padding-left: 34px;}
	.nav-next .nav_text {padding: 0 40px 0 0;}
	.nav-next {text-align: right;}
	.nav-next svg {transform: rotate(270deg)}
	.nav-previous svg {transform: rotate(90deg)}
	.nav-item .flickity-prev-next-button.next {right: 11px;}
	.single_nav .svg_icon {vertical-align: middle; width: 17px; height: 17px; margin-right: 14px;}
	.single_nav .nav-next .svg_icon {margin: 0 3px 0 14px;}
	#comments ol {margin: 0 0 14px; padding: 0;}
	
	/* GORDON BANNER */
	
	.gordon_banner {overflow: hidden;}
	.gordon_banner a.abs{z-index: 99;}
	html.js .gordon_banner_content_wrap.has_text {visibility: hidden;}
	.gordon_banner_content_wrap {display: inline-block;}
	.gordon_banner_content_wrap.has_text {padding: 20% 0 5%;}
	.gordon_title {position: relative; width: 100%; max-width: 698px;}
	
	/* OTHER ELEMENTS */

	svg {transform: translate(0, 0);}
	.svg_icon {display: inline-block; width: 30px; height: 30px;}
	.top_close_strip, .quickview_close {height: 40px; z-index: 999998; position: absolute; top: 0; left: 0; right: 0;}
	.closer {width: 17px; height: auto; position: absolute; right: 14px; left: auto; top: 50%; transform: translate(0,-50%)}
	.grecaptcha-badge {visibility: hidden;}
	#body_dull {opacity: 1;}
	#m2tp_cookie_policy form#cookie_accept input{padding: 0; margin: 0; vertical-align: unset; background: none;}	
	#m2tp_cookie_policy #cookie_policy_inner{padding: 10px;}
	#m2tp_cookie_policy div.initial_text {padding: 0;}
	a#cookie_accept {margin: 0 14px;}
	body.open_search.admin-bar .search_field {top: 32px;}
	body.open_search .search_field {transform: translate(0,0);}
	div.search_field {transform: translate(0,-100%); transition: transform .5s; padding: 10px; position: fixed; top: 0; left: 0; right: 0; bottom: auto; z-index: 999998;}
	.woocommerce-product-search, .searchform_wrap {position: relative; margin: 0 0 14px; padding: 0 32px 0 0; height: 38px; overflow: hidden;}
	.search_bar .searchform_wrap {margin: 10px auto;}
	.widget-wrap .searchform_wrap {margin-bottom: 0;}
	.search-field.search-input.s, input, textarea, select {border: none;}
	#error404-s {border: 1px solid #ddd;}
	#error404-searchsubmit {border: 1px solid #ddd; border-left-width: 0;}
	#m2tp_internal_slideshow .slideshow_img_wrap {display: flex;}
	#m2tp_internal_slideshow .big_slideshow_img {height: 100%; width: 100%; position: absolute;}
	#m2tp_internal_slideshow .big_slideshow_img .slide_meta {display: none;}
	#m2tp_internal_slideshow .big_slideshow_img.is-selected .slide_meta {display: block;}
	#m2tp_internal_slideshow .big_slideshow_img .slideshow_img_wrap img {margin: auto;}
	.slide-cell .article_inner {border: 0; border-radius: 0;}
	.article_item a.button {display: inline-block; font-size: 14px; text-align: center; padding: 4px 8px; margin: 0 14px 14px 0; user-select: none;}
	h2.slide_meta_title {background-color: none !important;}
	#case_loop .colour_block.no_image .case_hover {display: inline-block !important;}
	.colour_block > .case_hover {position: absolute; top: 0; bottom: 0; left: 0; right: 0; padding: 14px; transition: background-color .5s;}
	.case_hover_table {display: table; width: 100%; height: 100%;}
	.case_hover_cell {display: table-cell; vertical-align: middle;}
	.case_image {position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;}
	.case_link {position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
	.colour_block.no_featured > .inner_cta {display: block;}
	.back_to_archive {padding: 0 0 14px; display: block;}	
	.insta_plugin_wrap {margin: -10px;}	
	#m2tp_slideshow {overflow: hidden;}
	#m2tp_slideshow .slide_meta {position: absolute; top: 14px; bottom: 14px; right: 0; left: 14px; text-align: left; overflow: hidden;}
	ul.small_menu li.menu-item-has-children {background-size: 17px !important; background-position: calc(100% - 14px) 13px !important; background-color: none; background-repeat: no-repeat !important;}
	.search-submit, .woocommerce-product-search button[type="submit"], #error404-searchsubmit, .prod_gall, input.searchsubmit{background-color: transparent !important; padding: 8px 11px; background-position: 50% 50%; background-size: 22px; position: absolute; right: 0; top: 0; text-indent: -9999px; background-repeat: no-repeat;}	
	.insta_button {background-size: 40px !important;} 
	select {display: block;padding: 10px 14px 10px 5px;border: none;width: 100%;max-width: 100%;margin: 0 0 14px;-moz-appearance: none;-webkit-appearance: none;appearance: none;background-position: 100% 0;background-repeat: no-repeat;outline: none;}
	select::-ms-expand{display: none;}
	*:focus {outline: none !important;}
	select option {font-size:14px;outline: none;border: none !important;}
	select option:first-of-type {font-size:14px;}
	.more_text {margin: 0 0 14px;}
	.more_or_less .icons {padding: 0 0 0 4px;}
	.post_more_inner, .less {display: none;}
	.blocked {display: block;}
	body.noscroll {overflow: hidden;}
	div.is_single .entry-meta {display: none; margin-bottom: 20px;}
	body.single-event div.is_single .entry-meta {display: block;}
	body.show_meta .entry-meta {display: block; margin: 0 0 6px;}
	body.show_meta.is_singular .entry-meta {margin: 0 0 14px;}
	body.show_meta.loop .is_single .entry-meta {display: none;}
	div.is_single.hentry .site_link {display: block !important;} 	
	#wrap #cff .cff-item.cff-box {margin: 6px 0;}
	#wrap #cff .cff-item.cff-box:first-child {margin-top: 0;}
	#wrap .cff-wrapper {margin-bottom: 6px;}
	.social_feed {display: inline-block; vertical-align: top; font-size: 14px; width: 100%;}
	.social_header .footer_icon {width: 33px; height: auto; margin-top: 5px;}
	.social_feed.tweets, .ctf-list.ctf-boxed-style .ctf-item {margin-bottom: 14px;}
	#sb_instagram {overflow: hidden; width: auto !important; margin-bottom: -6px;}
	#sb_instagram #sbi_images {padding: 0 !important;}
	#sbi_load {display: none;}	
	.social_feed.one_feed {width: 100% !important;}	
	.m2tp_submit {font-weight: normal;}
	.m2tp_submit:hover {background: none;}
	.index_post_wrap #aside {flex: 1;}
	.featured_post .article_hover_cell h2, .featured_post .article_hover_cell .address {margin: 0 60px 6px 0;}
	.article_inner, .filter_wrap {height: 100%; position: relative; overflow: hidden;}
	.filter_wrap {padding: 14px; margin-bottom: 14px;}
	.the_filters {padding: 14px 0;}
	.the_filters label {margin: 0 6px 0 0;}
	.cat_filter {display: inline-block; vertical-align: top; margin: 0 14px 14px 0;}
	.the_cats {position: relative; padding: 14px 14px 0; z-index: 9;}
	#wrap .entry-date {margin: 0 0 6px; display: none;}
	.event_data_wrap {margin-top: 10px;}
	body.show_meta #wrap .entry-date {display: block;}
	body.event-single #wrap .entry-date {display: block;}
	body.post-type-archive-event #wrap .entry-date {display: block;}
	#wrap .event .entry-date {display: block;}
	.event.entry-date, body.single-event #wrap .is_single .entry-date {font-size: 17px; line-height: 1.4; display: block;}	
	.filter_submit {display: inline-block; font-size: 14px; text-align: center; padding: 4px 8px; margin: 0 14px 14px 0; user-select: none;}
	.the_exceprt {margin-bottom: 14px;}	
	#new_loadmore {min-width: 100%;}
	#wrap .mobile_only {display: none;}
	#wrap .hide_782 {display: block;}
	#wrap .show_782 {display: none;}
	
	/* LEGACY PAGES */
	#legacy_slideshow .slide-cell {visibility: hidden}
	#legacy_slideshow .slide-cell.is-selected {visibility: visible;}
	.wp_legacy_loop.text_wrap {width: 100%;}
	
	/* CONTENT BLOCKS */
	
	.block_col {align-self: stretch;}
	.block_col {min-width: 44%; max-width: 100%; flex: 1;}
	.block_col.block_text_wrap {min-width: 56%;}
	.block.is_even .block_col.padded {padding-right: 20px;}
	.block.is_even {flex-direction: row-reverse;}
	.block_title {margin-bottom: 15px;}
	.block_slideshow-cell {width: 100%; height: 100%; overflow: hidden;}
	.block_image_wrap.no_text .responder {padding-top: 50% !important;}
	
	/* CTA'S */
	
	#aside .cta_wrap .extra_padded_top.extra_padded_bottom {padding: 0;}
	.site_link {transition: background .5s, height .5s, padding .5s, font-size .5s;}
	.wrapped > .site_link {margin-bottom: 0;}
	.entry-content .site_link {margin-bottom: 14px !important;}
	.entry-content .site_link {padding: 28px !important;}
	.site_link > img {position: absolute; right: 0; top: 0; height: 100%; width: auto; opacity: .25}
	.site_link > img[loading="lazy"].loaded {opacity: .25;}
	body.page .site_link {visibility: hidden;}
	.site_link h2.link_text {margin: 0;}
	.site_link .more_link {width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
	
	/* PAGE QUOTES & REVIEWS */
	
	.page_quotes > .rel {min-height: 86px; display: flex; align-items: center;}
	.full_width_quote .page_quotes > .rel {min-height: 138px;}
	.is_single.entry-content .page_quotes {padding: 0; margin-bottom: 28px;}
	.is_single.entry-content .page_quotes > .rel {min-height: 87.5px;}
	.is_single.entry-content .page_quotes .quote {max-width: 100px;}
	.page_quotes div:is(.page_quotes_date,.page_quotes_credit) {margin: 5px 0 0;}
	.page_quotes .quote {width: 30%; max-width: 154px; height: auto; position: absolute; top: 0;}
	.page_quotes .quote_inner {display: inline-block; vertical-align: middle; width: 100%; }
	.page_quotes .right_quote {top: auto; bottom: 0; left: auto; right: 0;}
	.page_quotes .left_quote {left: 0; right: auto; transform: scale(-1)}	
	body.is_singular #content .hentry .entry-content .page_quotes .page_quotes_credit {margin-top: 14px !important;}	
	.the_reviews .page_quotes {display: block; height: 100%;}
	.star_grid {height: 25px; overflow: hidden;}
	.the_reviews .star_review {width: 25px; height: 25px; display: inline-block; vertical-align: top;}
	.the_reviews .star_review.half_score svg rect {width: 16px !important;}
	.the_reviews .star_review svg {fill: transparent;}
	div.review_block .the_reviews h2 {margin: 0 0 20px;}	
	.the_reviews.items_1 .article_item {min-width: 100%; max-width: 100%;}
	.the_reviews.items_2 .article_item {min-width: 50%; max-width: 50%;}
	.the_reviews.items_3 .article_item {min-width: 33.333%; max-width: 33.333%;}
	.the_reviews.items_4 .article_item {min-width: 25%; max-width: 25%;}
	.the_reviews.items_5 .article_item {max-width: 25%;}
	.the_reviews.items_5::after {content: 'flickity'; display: none;}
	.the_reviews.items_5 {display: none;}
	.the_reviews.items_5.flickity-enabled {display: block;}	
	.the_reviews .flickity-viewport{position: relative;}
	.the_reviews.flickity-enabled .ghost_block {display: none;}
	.the_reviews .flickity-prev-next-button {top: -68px; margin: 0;}
	.the_reviews .wrapped {padding-left: 0 !important; padding-right: 0 !important;}
	
	/* HOME PAGE */
	
	.page_banner {display: block;}
	#scroller {width: 30px; height: 50px; border: 3px solid #fff; border-radius: 15px; z-index: 99; bottom: 28px; top: auto; left: 70px;}
	#scroller .scroll_dot {position: absolute; left: 10px; top: 10px; width: 5px; height: 5px; border-radius: 5px; background: #fff; animation-fill-mode: both; animation-duration: 1.5s;}
	#page_banner.has_extra {padding-bottom: 100px;}
	.page_banner .entry-content h1 {background: none !important;}
	.entry-content p {margin-bottom: 12px;}
	#content .home_extra_text {margin-bottom: 0;}
	.slide_meta_block {height: 100%;}	
	.slide_meta_wall {display: inline-block; height: 100%; vertical-align: middle;}
	#featured_image {position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: 0;} 
	#progress_bar {background: rgba(255, 2555, 255, .5); height: 6px; position: absolute; top: 0; left: 0; width: 0; z-index: 99;}
	.latest_news {overflow: hidden; position: relative; height: 100%;}
	.latest_news .news_wrap {margin: 0; display: inline-block; vertical-align: middle; word-break: break-word;}
	.latest_news .news_excerpt {margin-top: 14px; max-width: 720px;}
	#content .has_images_wrap {display: none;}
	.featured_text_wrap.archive_ad .news_title {margin: 0;}
	.featured_text_wrap.archive_ad .news_title p {margin: 13px 0 1px;}
	.featured_text_wrap.archive_ad .news_title p:first-of-type {margin-top: 0;}
	.featured_text_wrap.archive_ad .news_title h1 {margin-bottom: 20px;}
	.featured_text_wrap a {word-wrap: anywhere;}
	.home_extra_text {position: relative;}
	.home_extra_text .home_extra_text_block {min-width: 50%;}
	.home_extra_text .home_extra_text_block p:last-of-type {margin-bottom: 0;}
	.home_extra_text .banner_text {margin-right: 14px;}
	
	/* BANNERS / SLIDESHOW */
	
	#banner {height: 100%; min-height: 416px; width: 100%; position: relative; z-index: 10; overflow: hidden; transition: min-height 0.25s ease-in;}
	#banner.default_height .wrapped {min-height: 332px;}
	#banner.default_height.has_slides .wrapped {min-height: 446px;}
	#banner.default_height.has_map {min-height: 600px;}
	#banner.default_height.has_map .wrapped {min-height: 516px;}
	#banner.full_height {visibility: hidden;}
	#banner .wrapped {text-align: left; height: 100%;}
	#banner .unvisible .wrapped {position: static;}
	#banner .flickity-enabled img {opacity: 0; transition: opacity 1s;}
	#banner .flickity-enabled .banner_img img.flickity-lazyloaded, #banner .flickity-enabled .banner_img img.flickity-lazyerror {opacity: 1;}
	#banner.has_map:hover div:is(.page_down_wrap,.banner_title_wrap) {display: none;}
	#banner .youtube_wrap_inner {position: absolute; top: 0; bottom: 0; left: 0; right: 0;}
	#banner .youtube_wrap .embed_wrap {position: absolute; top: 0; bottom: 0; left: 0; right: 0;}
	#banner iframe {position: absolute; top: 0; bottom: 0; right: 0; left: 0; width: 100%; height: 100%;}
	#banner img[loading="lazy"] {transition: opacity 5s;}
	.banner_title_js {visibility: hidden;}
	#banner .unvisible_banner_title {margin: 0;}
	#banner .unvisible_banner_text {margin: 0 0 20px;}
	#banner .slide_content{max-width: 780px; display: inline-block; margin-right: 28px; position: absolute;}
	#banner .flickity-enabled .slide_content{position: absolute; top: 50%; transform: translate(0,-50%);}
	#banner:not(.has_slides) .slide_content {bottom: 42px; top: auto; left: 28px; right: auto; transform: translate(0); max-width: 90%;}
	#banner.full_height:not(.has_slides) .slide_content {bottom: auto; top: 50%; transform: translate(0,-50%);}
	#banner .slide-carousel .slide-cell {visibility: hidden;}
	#banner .slide-carousel.flickity-enabled .slide-cell {visibility: visible;}
	.banner_text_wrap {right: -10000px; left: 40px;}
	#banner .banner_text_wrap .wrapped{text-align: right; top: auto; bottom: 20px; padding: 0 40px;}
	#banner.full_height .banner_text_wrap .wrapped{bottom: 10%;}
	.banner_text_wrap .banner_text_fill::after{left: 100%; width: 10000px; max-width: 10000px !important;}
	.banner_text_fill.left_skew::before {left: 0;}
	#banner .has_font-size-small.banner_text_wrap .padded {max-width: 530px;}
	#banner .flickity-prev-next-button {display: none;}
	#banner .flickity-page-dots{display: inline-block;}
	.banner_text p + p{margin-top: 14px;}
	.unvisible {visibility: hidden;}
	
	/* ANIMATED EFFECTS FOR SLIDESHOW */
	
	.banner_img.is_animated.zoomin.animate > img.object {animation: zoomin 6s linear 0.1s 1 forwards;}
	.banner_img.is_animated.zoomout.animate > img.object {animation: zoomout 6s linear 0.1s 1 forwards;}
	.banner_img.is_animated.pantoleft.animate > img.object{animation: pantoleft 12s linear 0.1s 1 forwards;}
	.banner_img.is_animated.pantoright.animate > img.object{animation: pantoright 12s linear 0.1s 1 forwards;}
			
	/* FLICKITY */
	
	.flickity-enabled:focus{outline:0}
	.flickity-viewport {position: absolute; width: 100%; height: 100%; overflow:hidden; top: 0; left: 0;}
	.product-carousel, .no-carousel, .slide-carousel, .post-carousel {overflow:hidden;position:absolute;top: 0; bottom: 0; left: 0; right: 0;}
	.flickity-slider{position:absolute;width:100%;height:100%}	
	.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
	.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}
	.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}
	.flickity-prev-next-button {position:absolute; margin: -18px 0 0; top:50%;width:36px;height:36px;border:none;cursor:pointer; z-index: 10;}
	.product_loop_wrap .flickity-prev-next-button {display: none;}
	.product_loop_wrap .product-carousel:hover .flickity-prev-next-button {display: block;}
	.flickity-prev-next-button:disabled{opacity:0;cursor:auto}
	.flickity-prev-next-button svg{display: none;}
	.flickity-page-dots{display: none; position: absolute; width:100%;top:0; left: 0; right: 0;padding:14px 28px;list-style:none;text-align:left;}
	.flickity-rtl .flickity-page-dots{direction:rtl}
	.flickity-page-dots .dot{display:inline-block; width:22px; height:22px; margin: 0 14px 0 0; cursor:pointer}
	.prod-cell, .slide-cell, .post-cell {width: 100%; height: 100%;}
	.product-carousel .prod-cell {opacity: 0; transition: opacity 1s;}
	.product-carousel.flickity-enabled .prod-cell {opacity: 1;}
	.flickity-prev-next-button.previous {left: 5px;}
	.flickity-prev-next-button.next {right: 5px;}
	.loop_img.no_image {position: absolute; top: 0; left: 0; bottom: 0; right: 0;}
	.is-hidden {display: none;}
	html.no-js .is-hidden {display: block;}	
	.flickity-prev-next-button, #internal_slideshow_wrap .slide_arrows, .insta_button {background-size: 40px; background-position: 100%; background-repeat: no-repeat;}
	.flickity-prev-next-button.previous, #internal_slideshow_wrap .slide_arrows.previous_arrow, #insta_prev.insta_button {transform: scaleX(-1);}
	
	/* TOP SITE BANNER */
	
	#site_banner {text-align: center; height: auto; overflow: hidden; z-index: 99998;}
	#site_banner .flickity-viewport {position: relative;}
	.banner_item {width: 100%; display: none;}
	.banner {padding-top: 5px; padding-bottom: 5px; min-height: 32px; height: 100%;}
	.flickity-enabled .banner_item, .single_slide .banner_item {display: block;}	
	
	/* CONTACT PAGE */
	
	.iframe_wrap {max-height: 520px; min-height: 400px; position: relative;}
	.iframe_wrap iframe {width: 100%; height: 100%;}
	#contact_content {position: relative; padding: 0 0 14px;}
	#contact_content .contact {margin: 0 0 14px;}
	#contact_content .contact_company {margin: 40px 0 0;}
	#contact_content .contact_company .contact_1 {margin: 0 0 1px;}
	#contact_content .contact_company .contact_2 {margin: 0 0 6px;}
			
	/* INDEX LOOPS */
	
	.loading_more {height: 45px; position: absolute; bottom: -50px; text-align: center; clear: both; background-position: 50% 50% !important; background-repeat: no-repeat !important;}	
	body.loop div.is_single.hentry {min-height: 100%;}
	body.index_file #content {width: 100%; padding: 0; float: none;}
	body.index_file #aside {display: none;}
	.tax_wrap .flexed_wrap {align-items: stretch;}
	.tax_wrap .flexed_wrap > .tax_flex_item {max-width: 50%; min-width: 50%; padding: 0 3px 6px;}
	.tax_flex_item.sidebar .sidebar_inner {height: 100%;}
	.tax_wrap .flexed_wrap > .tax_flex_item.sidebar .widget-wrap {margin-bottom: 0;}
	.tax_flex_item.sidebar .widget-wrap {background-color: transparent !important}
	.article_hover .the_exceprt {margin-top: 10px;}
	.load_more_posts {display: none;}
	.widget_container + .widget_container {margin-top: -14px;}
	
	/* SIDEBAR */
	
	.widget-wrap {overflow: hidden; padding: 14px;}
	h5.widgettitle {margin: 0 0 10px;}
	.widget-wrap ul {overflow: hidden; margin: 0 0 14px;}
	.widget-wrap li {float: left; padding: 0 14px 4px 0;}
	.widget_recent_entries .widget-wrap li {float: none; display: block;}
	#aside .tagcloud {margin: 0 0 14px;}	
	#wrap .widget_products .widget-wrap {padding: 0; background: none; margin: 0;}
	#wrap .widget_products .widget-wrap h5.widgettitle {padding: 14px;}
	.anr_captcha_field_div {margin-top: 14px;}	
	h2.widget_title {padding: 14px; margin-bottom: 14px;}
	h2.widget_title, .left-aligned {text-align: left;}
	h5.widgetheader {display: inline-block; vertical-align: top;}
	
	/* LOGOS */
	
	.logos_wrap {margin: 28px 0 14px !important;}
	.logos_wrap.slideshow_wrap {padding: 0 14px;}
	.logos_wrap.slideshow_wrap .the_logos {display: none;}
	.logos_wrap.slideshow_wrap .the_logos.flickity-enabled {display: block;}
	.the_logos {margin: 0 -14px -14px 0;}
	.the_logos.flickity-enabled {margin: 0; position: static;}
	.the_logos.flickity-enabled .flickity-viewport {position: static; overflow: hidden; margin: 0; min-height: 75px;}
	.the_logos.flickity-enabled .flickity-slider {position: static; width: 100%; height: 100%;}
	.the_logos.flickity-enabled .flickity-prev-next-button {background-size: 44px; background-position: 50% 50%; left: 0; transform: translate(0,-50%) scaleX(-1); margin: 0;}
	.the_logos.flickity-enabled .flickity-prev-next-button.next {right: 0; left: auto; transform: translate(0,-50%) scaleX(1);}
	.logo {display: inline-block; vertical-align: middle; text-align: center;}
	.flickity-enabled .logo {display: block; top: 0; bottom: 0; left: 0; right: 0; padding: 0 10px;}
	.flickity-enabled .logo, .logo_col1 .logo {width: 100%;}
	.logo_col2 .logo {width: 50%;}
	.logo_col3 .logo {width: 33.333%;}
	.logo_col4 .logo {width: 25%;}
	.logo_col5 .logo {width: 20%;}
	.logo_inner {margin: 0 14px 14px 0; text-align: center; position: relative;}
	.flickity-enabled .logo_inner {margin: 0; position: absolute; top: 0; bottom: 0; left: 10px; right: 10px;}
	.flickity-enabled .logo_inner > img {margin: auto; opacity: 1 !important; display: block; position: relative; top: 50%; bottom: 0; left: 0; right: 0; transform: translate(0,-50%);}
	.responded_logo .logo_inner > img {position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; max-width: 80%;}
	
	/* SHARES */
	
	.share_links {overflow: hidden;}
	#share_intro {margin: 0;}
	.item_share_text {vertical-align: sub; display: inline-block;}
	.share_item {position: relative; margin-right: 20px; display: inline-block; height: 25px;}
	a.share_link {display: inline-block; width: 30px; height: 30px; vertical-align: top; margin-left: 10px;}
	#facebook_count a.share_link {margin-left: -4px;}
	
	/* FOOTER */
	
	.small_footer, #small_quotes_cta, #lower_wrap > .share_links_container {display: none; position: relative;}
	#alt_footer .footer {margin-bottom: 0;}
	.small_footer .footer {margin: 0; background: none;}
	.footer .footer_content {margin: 0 0 12px;}
	.footer .footer_content.level_2 {margin: 0;}
	.footer .footer_content.level_3 {margin: 9px 0 18px;}
	#wrap .footer .level_4 {clear: both; float: none; width: 100%; margin: 0;}
	#wrap .footer .level_4 li {display: inline-block; margin: 0 14px 14px 0;}
	.footer .level_6 {margin: 0 0 14px; clear: left;}
	.footer .level_5 {margin: 0 0 10px; clear: left;}
	.footer .footer_icon {padding-left: 3px;}
	.footer .footer_share_block {display: inline-block; margin: 0 0 14px 20px;}
	.footer_icon{display: inline-block; vertical-align: baseline; width: 30px; height: 30px; position: relative;}
	.footer_wrap > div {min-width: 50%; width: 100%;}
	.footer_left {text-align: left;}
	.footer_right {text-align: right;}
	.footer .footer_content.level_1, .footer .footer_content.level_2 {display: inline-block; margin: 0;}
	
	/* PAGE IMAGES */
	
	.page_gallery {margin: 0; display: inline-block; width: 20%; height: auto !important; position: relative; overflow: hidden; z-index: 2;}
	.wider_wrap .page_gallery {width: 16.666666%;}
	.grid_size_16 .page_gallery {width: 16.666666%;}
	.grid_size_20 .page_gallery {width: 20%;}
	.grid_size_25 .page_gallery {width: 25%;}
	.grid_size_33 .page_gallery {width: 33.3333%;}
	.grid_size_50 .page_gallery {width: 50%;}
	.grid_size_100 .page_gallery {width: auto; display: block;}	
	.product_thumbs .page_gallery {width: 100%; max-width: 16.666%;}	
	.ghost_wrap {position: absolute; left: 0; top: auto; bottom: 0; right: auto; z-index: 1; width: 100%; line-height: 0;}
	.featured_image {margin: 0 14px 14px 0; position: static;}
	.article_image img {margin: auto;}		
	.responder, .landscape .responder {width: 100%; padding-top: 66.666%;}
	.portrait .responder, .responder.portrait {padding-top: 133.333%;}
	.square .responder, .responder.square {padding-top: 100%;}	
	.iframe_wrap {width: 100%; height: auto; padding-top: 56.25%;}
	
	/* FEATURED PAGES */
	
	.featured_banners {position: relative; text-align: left; display: flex; visibility: hidden; min-height: 400px;}
	.featured_banners.autoshow, html.no-js .featured_banners {visibility: visible;}
	.featured_banners.autoshow .page_img {max-width: 50%;}
	.featured_banners.autoshow .page_text {max-width: 50%;}
	.featured_banners + .featured_banners {margin-top: 42px;}
	.featured_text_wrap h1 {margin: 0;}
	#m2tp_featured_page_wrap .featured_banners {visibility: hidden; opacity: 1;}
	.page_img {max-width: 45%; width: 100%;}
	.page_text {max-width: 55%; width: 100%; overflow: hidden;} 
	.featured_banners.no_img {text-align: center;}
	.featured_banners.no_img .page_text {max-width: 100%; position: static;}
	.featured_banners.even {flex-direction: row-reverse;} 
	.featured_banners.even .page_text {text-align: right;}
	.mobile_responder {display: none;}
	.page_img .overlay {right: 6px;}
	.even .page_img .overlay {left: 6px; right: 0;}
	.page_img .overlay {opacity: 0; transition: opacity .5s;}
	.featured_banners.has_link:hover .page_img .overlay {opacity: 1;}
	.hentry.is_single .page_img, body.is_singular.page-template-default #aside .page_img, body.is_singular.page-template-default #aside .page_text, .hentry.is_single .page_text {position: static; max-width: 100%;}
	body.is_singular.page-template-default #aside .featured_banners, .hentry.is_single .featured_banners {display: block; height: auto; max-height: 100%;}	
	.inner_cta {background: none; position: absolute; top: 0; bottom: 0; left: 0; right: 0; padding: 14px;}
	.page_gallery:hover .inner_cta {display: block;}
	.the_wall {height: 100%; display: inline-block; vertical-align: middle;}
	.featured_text_wrap {display: inline-block; vertical-align: middle; position: relative; max-width: 720px;}
	.featured_text_wrap h2 {background: none !important; padding: 0; margin: 0;}
	.featured_text_wrap p {margin: 13px 0 1px;}
	.read_more {margin: 14px 0 0; background: none !important;}
	.latest_block .article_item .read_more{position: absolute; bottom: 10px; left: 10px;}
	#cookie_policy_inner .read_more {margin: 0;}
	.product_title {margin: 0;}
	.the_text, .slide_inner {position: relative;}
	.product_title_inner {position: relative; display: inline-block; vertical-align: middle; max-height: 141px; overflow: hidden; padding-bottom: 4px;}
	.see_more_from {margin: 4px 0 0;}
	
	/* CONTACT FORMS */
	
	.wpcf7-form {font-size: 0; margin: 28px -14px -14px 0;}
	.wpcf7-form p {width: 100%; display: inline-block; vertical-align: top; font-size: 15px; padding-right: 14px; margin: 0 0 14px;}
	.wpcf7-form p * {font-size: 15px;}
	.wpcf7-form p:empty {display: none;}
	.wpcf7-form p.xyz {width: 100%;}
	.wpcf7-form p.halfed {width: 50%;}
	.wpcf7-form textarea {height: 100px; padding: 14px;}
	.entry-content input[type=text], .entry-content input[type=number], .entry-content input[type=email], .entry-content select, input.input-text {padding: 0 6px 0 14px; height: 42px;}
	.entry-content input.wpcf7-submit {width: 100%; text-align: center; font-size: 20px; padding: 14px; height: auto;}
	#wrap .wpcf7-form select {margin: 0;}
	div.wpcf7-response-output {padding: 10px 0; clear: both; font-size: 17px; font-family: bold_font; margin: 0 auto 6px;}
	div.wpcf7-response-output:empty {margin: 0; padding: 0;}
	.wpcf7 .wpcf7-not-valid {border-right: 6px solid red;}
	span.wpcf7-not-valid-tip {display: none !important;}
	.wpcf7-form-control-wrap {display: block;}	
	.wpcf7-display-none, .screen-reader-response {display: none;}
	.wpcf7-list-item {margin: 5px 5px 5px 0; display: inline-block;}
	.wpcf7-response-output {padding: 14px;}

	/* COMMENTS */
	
	#comments {padding: 14px;}
	#comments textarea {margin: 0 0 14px;}
	#comments input#comment_submit {border: 0; padding: 6px 10px; text-align: center; margin: 14px 0;}
	#commentform label {display: inline-block;}
	#comments h3 {margin: 0 0 14px;}	
	#comments h2, span#reply-title {margin: 0 0 14px;}
	.comment_container> img {float: right; margin: 0 0 14px 14px;}
	.comment p {clear: none; margin: 0;}
	#comments li {clear: both;}
	.commentlist li {margin: 0 0 14px; overflow: hidden;}
	#commentform #submit {margin: 14px 0;}	
	#commentform .star-rating {padding: 10px 0 0;}
	#respond {overflow: hidden;}
	.comment-form-cookies-consent {margin: 28px 0;}

	/* SITEWIDE POPUP */
		
	.body_dull {width: 100%; height: 100%; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9998;}
	#sitewide_popup.body_dull {display: flex; opacity: 0; transition: opacity .9s; justify-content: center; align-items: center; top: auto; bottom: -100%; z-index: 999998;}
	#sitewide_popup.body_dull.show {opacity: 1; top: 0; bottom: 0;}
	#sitewide_popup .popup_wrap {max-width: 70%; max-height: 70%; height: 100%; width: 100%; position: relative; overflow: hidden;}
	#sitewide_popup .popup_wrap .top_close_strip {position: absolute; height: 40px;}
	#sitewide_popup .popup_wrap_inner {height: 100%; width: 100%; position: relative; display: flex;}
	#sitewide_popup .flex_display_block {padding-top: 40px;}
	#sitewide_popup .popup_wrap .popup_col {margin: auto; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: relative;}
	#sitewide_popup .popup_wrap .popup_col .popup_content_wrap{padding: 0 10%; text-align: center;}
	#sitewide_popup .popup_wrap .popup_col .popup_content_wrap > * {margin: 20px 0;}
	#sitewide_popup .popup_wrap .popup_col .popup_content_wrap .button {padding: 20px; display: inline-block;}
	#sitewide_popup .popup_wrap .no_thanks {margin-top: 0 !important; font-size: 13px;}
	
	/* CHAT */
	
	#chat_wrap {position: fixed; bottom: 20px; right: 20px; text-align: right; z-index: 99;}
	#chat_wrap svg {width: 25px;}
	.chat_closed {height: 40px; line-height: 40px; overflow: hidden; width: 40px; border-radius: 50%; display: inline-block; vertical-align: bottom; text-align: center;}
	.chat_closed > span {display: inline-block; vertical-align: middle; padding: 0;}
	.chat_closed span.chat_txt {padding: 0 17px 0 0;}
	.chat_open {height: 430px; width: 320px; max-height: 0; overflow: hidden; transition: max-height 1s; text-align: left; position: relative; box-shadow: 0 -5px 50px 0 rgba(0, 0, 0, .2); margin: auto;`}
	.chat_open.show {max-height: 500px;}
	.chat_open .chat_header {line-height: 20px; padding: 10px; font-size: 17px; position: static;}
	.chat_open .chat_header .close {width: 20px; height: 20px; position: absolute; right: 10px; top: 10px;}
	.chat_open .chat_body {height: 390px; overflow-x: hidden; overflow-y: auto;}
	.chat_open .top_close_strip .closer {top: 8px;}
	#chat_wrap .form_wrap {font-size: 14px; padding: 20px;}
	#chat_wrap .form_wrap #contact_content {padding: 0;}
	#chat_wrap .header_icon {width: 26px; height: 25px;}
	
	/* COUNTDOWNS */
	
	#counters {margin: 0 -6px; display: flex; flex-wrap: wrap; justify-items: center;}
	.counter_block {flex: 1; display: flex; min-width: 25%; max-width: 100%;}
	.counter_block_inner {margin: 0 6px 14px; text-align: center; padding: 14px; flex: 1;}
	.countdown {text-align: center; clear: both;}
	.countdown_counter > span {display: inline-block; width: 25%; vertical-align: top;}
	.countdown_counter.started > span {display: block; width: auto; margin-bottom: 14px;}
	.countdown_counter.started {display: none;}
	.countdown_counter > span span {text-align: center; padding: 10px; display: block;}
		
	/* MEDIA QUERY GLOBAL SCOPE */	
	
	@media only screen and (min-width: 0){
		.wrapped, .flickity-page-dots, .woocommerce-notices-wrapper {max-width: 1456px;}	
		.wrapped.wider_wrap {max-width: 1538px;}
		.text_wrap{max-width: 720px;}
		.wrapped.text_wrap{max-width: 776px;}
		.half_wrap{max-width: 700px;}
		.wrapped.text_only.text_wrap{max-width: 770px; padding: 0;}
		.wrapped.tablet_wrap{max-width: 1023px;}
		body.wider_content #wp_content .wrapped.text_wrap {max-width: 1456px;}
		body:not(.page-template-template-custom_post,.blog,.single-post) #lower_wrap.wrapped {max-width: 100%; padding: 0;}
	}
		
	@media only screen and (max-width: 1240px){	
		#nav {position: static;}
		body.single #wrap #single_widgets {width: 240px;}	
		#wrap .blog_image_container {float: none; margin: 0 0 14px; width: 100%; height: auto;}
		.product_loop_wrap .flickity-prev-next-button {display: block;}		
		.logo_col5 .logo {width: 25%;}
		.logo_col5 .logo img {max-width: 90% !important;}
		#wrap .social_feed {width: 100% !important;}	
		body.archive #wrap .case_item {min-width: 50%; max-width: 50%;}	
		.the_reviews.has_3 .article_item {min-width: 33.333% !important; max-width: 33.333% !important;}
		.the_reviews.items_4::after {content: 'flickity'; display: none;}	
		.the_reviews.items_4 {display: none;}
		.the_reviews.items_4.flickity-enabled {display: block;}
		#aside .flexed .article_item {min-width: 50%;}
		
		.wp_legacy_loop.text_wrap {max-width: 50%;}
	}
		
	@media only screen and (max-width: 1023px){		
		.home_extra_text {display: block;}
		body.single #wrap #latest_articles {width: 100%; float: none;}
		body.single #wrap #single_widgets {width: 100%; float: none;}
		.caption {height: 100%;}		
		#wrap #content {float: none; width: auto; max-width: 100%; min-width: 100%;}
		#wrap #content{padding: 0;}
		.site_link.title_block {display: block;}
		.small_footer, #small_quotes_cta, #lower_wrap > .share_links_container {display: block; clear: both;}
		#small_quotes_cta .site_link, #small_quotes_cta .page_quotes, .is_single.hentry .page_quotes {display: block;}
		#aside, body.loop #aside, body.single #aside {margin: 0;}				
		.home_extra_text .col_inner, .home_extra_text .col:last-of-type .col_inner{border: none; margin: 0;}
		body.home.is_singular #wrap .home_extra_text .is_single.hentry {margin-bottom: 0;}		
		.home_extra_text {margin: 0 0 14px; display: block; padding-bottom: 28px;}
		.home_extra_text .home_extra_text_block:last-of-type .text_content_wrap.padded{padding-top: 0;} 
		.level_1 span {display: block;}
		.level_1 span.footer_text.email {display: inline;}
		.footer span.footer_phone {padding: 0 0 14px;}		
		#home_slideshow {height: auto; max-height: 2814px;}		
		#m2tp_cookie_policy #cookie_policy_inner {padding: 10px;}
		#cookie_policy_inner > * {line-height: 21px;}
		body.single .more_posts_loop {width: auto;}		
		#wrap .hide_mobile {display: none;}
		#wrap .mobile_only {display: block;}
		#wrap span.mobile_only {display: inline;}	
		.countdown_counter > span {display: block; width: auto;}
		.counter_block {min-width: 50%;}
		#wrap span.mobile_only.user_icon {display: block;}			
		body.loop .post_loop_wrap div.hentry {width: 100%;}
		.flexed_wrap.tax_wrap > .tax_flex_item {min-width: 100%; margin-bottom: 14px;}
		.flexed_wrap.tax_wrap {margin-bottom: 0;}	
		.tax_flex_item.sidebar {display: none;}
		body.index_file #aside {display: block;}
		.tax_wrap .flexed_wrap > .tax_flex_item {max-width: 100%; min-width: 100%;}	
		.the_logos .logo img {max-width: 90% !important;}
		.logo_col4 .logo {width: 50%;}
		.logo_col5 .logo {width: 33.333%;}		
		body.home #content .home_extra_text .text_content_wrap + .text_content_wrap > .is_single {padding-top: 0;}	
		#sitewide_popup .popup_wrap {max-height: 90%; max-width: 90%;}
		#sitewide_popup .popup_wrap .popup_col .popup_content_wrap {padding: 0 5%;}
		#sitewide_popup .popup_col.image_block {display: none;}
		#sitewide_popup .popup_wrap {width: auto; height: auto; min-width: 300px;} 				
		body:is(.page-template-template-custom_post,.single-post) #lower_wrap {display: block;}
		body:is(.page-template-template-custom_post,.single-post) .content_inner > div:is(.share_links_container,.site_link ,.page_quotes,.cta_wrap,.quotes_wrap ) {display: none;}
		body:is(.page-template-template-custom_post,.single-post) #aside .flexed .article_item {min-width: 33.333%; max-width: 33.333%;}		
		.featured_banners.even .page_text, .footer_right {text-align: left;}
		.footer .footer_share_block {margin: 0 20px 14px 0;}
		.footer_wrap.flexed {display: block;}		
		#banner:not(.default_height.has_map) {min-height: 208px !important;;}
		#banner:not(.default_height.has_map) .wrapped {min-height: 40vw !important;}
		#banner .page_down_wrap {display: none;}		
		#content .grid_size_16 .page_gallery {width: 33.333%}
		.flexed .article_item {min-width: 33.333% !important; max-width: 33.333% !important;}
		.flexed.four_max .article_item, .flexed.grid_size_25 .article_item {min-width: 50% !important; max-width: 50% !important;}	
		.the_reviews:not(.has_1) .article_item {min-width: 50% !important; max-width: 50% !important;}
		.the_reviews.items_3::after {content: 'flickity'; display: none;}
		.the_reviews.items_3 {display: none;}
		.the_reviews.items_3.flickity-enabled {display: block;}
		.the_reviews .flickity-prev-next-button {top: -50px;}	
		.mid_padded {padding: 14px;}
		.mid_padded_top {padding-top: 14px;}
		.mid_padded_bottom {padding-bottom: 14px;}
		.mid_padded_left {padding-left: 14px;}
		.mid_padded_right {padding-right: 14px;}
		.extra_padded {padding: 28px;}
		.extra_padded_top {padding-top: 28px;}
		.extra_padded_bottom {padding-bottom: 28px;}
		.extra_padded_left {padding-left: 28px;}
		.extra_padded_right {padding-right: 28px;}
		.featured_banners + .featured_banners {margin-top: 28px;}
		.wrapped, .flickity-page-dots, .woocommerce-notices-wrapper {padding-left: 14px; padding-right: 14px;}		
		.entry-content .site_link {padding: 14px !important;}		
		#banner:not(.has_slides) .slide_content {left: 14px;}
	}
	
	@media only screen and (max-width: 832px){
	}
	
	@media only screen and (max-width: 748px){
		.the_blocks .block.flexed {display: block;}
		.the_blocks .block_text_inner_wrap {margin: auto;}
		.the_gallery.grid_size_25 .page_gallery {width: 25%;}
		#wrap .flexed .article_item {min-width: 50% !important; max-width: 50% !important;}
		.block_col {min-width: 100%;}
		.home_page_banner {display: block;}
		#page_banner .home_page_banner .page_extra_text_block:first-of-type{margin-bottom: 14px;}	
		.featured_text_wrap {max-height: 100%;}
		.page_img, .page_text {position: static; max-width: 100% !important; padding: 0 !important; margin: 0 0 6px;}
		.page_img_wraper.structure_margin_right {margin: 0;}
		.woo_archive_banner.page_img {position: relative;}
		.featured_banners {display: block; height: auto; max-height: 100%;}
		.featured_banners .page_img_wraper img{position: relative;}		
		.featured_banners .mobile_responder {display: block;}		
		#wrap .hide_782 {display: none;}
		#wrap .show_782 {display: block;}
		.legacy_loop .flexed{flex-direction: column-reverse; flex-wrap: wrap;}
		.wp_legacy_loop.text_wrap {min-width: 100%; max-width: 100%;}
	}
	
	@media only screen and (max-width: 600px){
		#wrap .the_reviews.flexed .article_item {min-width: 100% !important; max-width: 100% !important;}
		.the_reviews:not(.items_1)::after {content: 'flickity'; display: none;}
		.the_reviews:not(.items_1) {display: none;}
		.the_reviews:not(.items_1).flickity-enabled {display: block;}			
		#content .grid_size_16 .page_gallery, .the_gallery.grid_size_25 .page_gallery {width: 50%}
		.the_gallery.grid_size_16 .page_gallery {width: 33.333%;}
		#banner .slide_content {padding-left: 14px !important; padding-right: 14px !important;}
		.single_nav_wrap.flexed {flex-wrap: wrap;}
		.single_nav_wrap.flexed .nav-item {min-width: 100%;}
	}
	
	@media only screen and (max-width: 494px){
		#wrap .footer .footer_content.level_2 span.footer_text, #wrap .footer_newsletter_span, #banner .flickity-page-dots {display: none;}
		#wrap #case_loop, #wrap .slide_wrap, #wrap .home_tiled_ext, #wrap #lower_pics_wrap {background: none !important;}
		#wrap .latest_articles {margin: 0;}
		#case_loop .colour_block {float: none; height: auto; width: auto; margin-right: 0;}
		.colour_block > .case_hover {width: 100%; height: 100%;}
		#content #tiled_slideshow {height: auto;}
		.footer .footer_content.level_1, .footer .footer_content.level_2 {display: block;}
		.footer .footer_icon {padding: 0;}
		.featured_text_wrap.archive_ad {max-height: 100%;}
		#wrap .flexed .article_item {min-width: 100% !important; max-width: 100% !important;}	
		.ghost_block {display: none;}
		.logo_col2 .logo {width: 100%;}
		.logo_col3 .logo {width: 100%;}
		.logo_col4 .logo {width: 100%;}
		.logo_col5 .logo {width: 100%;}		
		.counter {font-size: 40px}
		.counter_txt {font-size: 14px; line-height: 14px;}	
		body.archive #wrap .case_item {min-width: 100%; max-width: 100%;}		
		.the_gallery .page_gallery {width: 50%;}
	}