/*
Theme Name: C!RCA
Author: Hello Developers
Author URI: https://hello-developers.com/
Description: Custom Theme Built for C!RCA
Version: 2.0
Text Domain: circa

*/

/* FONTS */
@font-face {
	font-family: 'avertastd-regular';
	src: url('fonts/avertastd-regular-webfont.woff2') format('woff2'),
		 url('fonts/avertastd-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'avertastd-bold';
	src: url('fonts/avertastd-bold-webfont.woff2') format('woff2'),
		 url('fonts/avertastd-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* GENERAL */
body, html { min-height: 100vh; background-color: #000; font-family: 'avertastd-regular'; }
body { background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed; font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
#tent { padding-top: 137px; position: relative; }
.support-frame-bars { width: 950px; max-width: 96%; }
.left-side { width: 24%; margin-bottom: 40px; }
.right-side { width: 75%; position: relative; }
.says,
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; /* many screen reader and browser combinations announce broken words as they would appear visually */ word-wrap: normal !important; }
.border-bottom { border-bottom: 1px dotted #999; padding-bottom: 10px; margin-bottom: 10px; }
.clr { float: none; clear: both; }
td { vertical-align: top; }

/* Alignment */
.alignleft { display: inline; float: left; margin-right: 15px; margin-bottom: 15px; }
.alignright { display: inline; float: right; margin-left: 15px; margin-bottom: 15px; }
.aligncenter { clear: both; display: block; margin: 0 auto; }

/* video */
.embed-container {  position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; max-width: 100%; height: auto; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Rotate */
.rotate { -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; }
.rotate.up { -ms-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -webkit-transform:rotate(-180deg); transform:rotate(-180deg); }

/* TEXT */
h1, h2, h3, h4, h5, h6 { font-family: 'avertastd-regular', Helvetica, sans-serif; text-transform: uppercase; font-weight: normal; letter-spacing: 0.01em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; }
h1, h2 { font-size: 18px; float: none; clear: both; }
h3 { font-size: 17px; font-weight: bold; text-transform: none; color: #333; }
h4 { font-weight: bold; }
h5 { font-weight: bold; }
h6 { font-weight: bold; text-transform: none; }
a { color: inherit; text-decoration: none; }
hr { float: none; clear: both; width: 100%; border: 0; border-bottom: 1px dotted #999; margin: 10px 0; }
p, ul, ol { margin-bottom: 1em; }
ul { list-style: disc; margin-left: 1em; }
ol { list-style: decimal; margin-left: 1em; }
li {}
small { font-size: 0.8em; }
a { text-decoration: underline; }
table { margin-bottom: 1em; border-collapse: collapse; }
table:not(.variations) tr { border-bottom: 1px dotted #999; }
table td, .entry-content table th { padding: 5px 0; }
table th { font-weight: bold; text-transform: uppercase; }
table td img { max-width: 96%; }
blockquote { padding: 1em; font-size: 1.2em; font-style: italic; }
code { font-family: monospace; }
cite { font-style: italic; }

/* Page Headings */
.block-style, .woocommerce h1.page-title { text-transform: uppercase; margin: 0 0 5px 0; min-height: 39px; display: block; /* background-color: #e4e4e4; */ background-color: #fff; color: #000; padding: 8px 0 8px 1em; font-weight: normal; }
.woocommerce h1.page-title { background-color: #e2b20d; color: #fff; }

/* NAVS GENERAL */
nav { font-family: 'avertastd-bold', Helvetica, sans-serif; display: block; font-size: 18px; }
nav ul { width: 100%; overflow: hidden; margin: 0; }
nav a { color: #fff; text-transform: uppercase; text-decoration: none; display: block; -webkit-transition: all .5s; /* Safari */ transition: all .5s; }
nav.horizontal { margin-top: 1em; }
nav.horizontal li { float: left; display: inline; border-left: 1px solid #fff; padding: 0 0 0 0.9em; margin: 0 0 0 0.9em; }
nav.horizontal li:first-child { border: 0; padding: 0; margin: 0; }
nav.horizontal li a { line-height: 1; }
nav.horizontal.center ul { text-align: center; display: flex; justify-content: center; }
nav.vertical li {  margin: 0 0 5px 0; float: none; display: block; background-color: rgba(198, 197, 197, 0.3); }
nav.vertical li a { padding: 8px 0 8px .9em; color: #e4e4e4; }
nav.vertical .sub-menu { display: none; }
nav.vertical li.current_page_ancestor .sub-menu, nav.vertical li.current_page_parent .sub-menu { display: block; }
nav.vertical .sub-menu li { margin: 0; font-size: 0.8em; }
nav.vertical .sub-menu li a { background-color: rgba(198, 197, 197, 0.3); padding: 5px 0 5px 1.2em; }
.section-about-circa #half-trusses .sub-menu li.menu-item-type-custom.current-menu-item a[href*="#"] { background-color: rgba(198, 197, 197, 0.3) !important; }
#show-more { display: none;	cursor: pointer; font-weight: normal !important; color: #fff !important; font-size: 14px; line-height: 1.3; padding: 5px 10px; color: #000; background-color: rgba(198, 197, 197, 0.3); text-transform: uppercase; border: 0; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; margin: 0 0 5px 0 ; text-decoration: none; }

#bolts ul { padding: 6px 10px 0 0; }
.cart-contents { position: relative; display: inline-block; }
.cart-contents:before { font-family: 'Font Awesome 5 Free'; font-weight: 900; content: "\f07a" !important; }
.cart-contents-count { position: absolute; top: -6px; left: 70%; display: block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; width: 12px; height: 12px; font-size: 9px; color: #fff; background-color: #ff0000; text-align: center;line-height: 1.5; }

/* FORMS */
input[type="text"], input[type="email"], input[type="phone"], input[type="number"], input[type="tel"], textarea { font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.3; margin: 0 0 5px 0; padding: 2px 5px; min-height: 30px; background-color: #fff; color: #000; border: 1px solid #808080; -webkit-appearance: none; }
textarea { height: auto; }
input[type="image"] { width: auto; background-color: transparent; border: 0; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { padding: 5px; }
.select2-container .select2-choice { color: #444444; }
.wpcf7-form-control-wrap { margin-bottom: 20px; }
.woocommerce div.product form.cart .variations td .select2-container { width: auto !important; min-width: 200px !important; }

/* Buttons */
.more-link, .button, .woocommerce a.button { cursor: pointer; font-weight: normal !important; color: #fff; font-size: 14px; line-height: 1.3; padding: 5px 10px; color: #fff; background-color: rgba(198, 197, 197, 0.3); text-transform: uppercase; border: 0; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; margin: 0; display: inline-block !important; text-decoration: none; }
.more-link { color: #fff !important; text-decoration: none; line-height: 32px; height: 32px; padding: 0 0 0 10px; }
.more-link i { background-color: rgba(0,0,0,0.3); padding: 0 15px; line-height: 32px; display: inline-block; float: right; margin-left: 10px; }
a.button:after { font-family: FontAwesome; content: "\f0da"; padding: 0 0 0 5px; }
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background-color: #e2b20d; color: #fff; }
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button { padding: .6em 1.2em; }
.fa-submit { font-family: FontAwesome, Arial, Helvetica, sans-serif !important; }

/* HEADER */
#canvas { margin-bottom: 15px; }
#canvas img { display: block; }

/* SOCIAL */
#social-links { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; justify-content: space-around; margin: 25px 0 0 0; list-style-type: none; }
#social-links a { font-size: 26px; color: #fff; }

/* FOOTER */
#mailing-list { margin-top: 30px; position: relative; }
#mailing-list input { width: 100%; display: block; font-size: 13px; line-height: 1.3; margin: 0 0 5px 0; background-color: rgba(198, 197, 197, 0.3); -webkit-border-radius: 0; border: 0; border-radius: 0; color: #fff; }
#mailing-list input::placeholder { color: #fff; }
#mailing-list [type="submit"] { float: right; display: inline-block; font-size: 11px; margin: 0; padding: 0; height: auto; line-height: 28px; width: 20%; }
footer#pegs { color: #fff; margin-bottom: 30px; margin-top: 20px; }
.footer-logo { max-height: 42px; margin: 0 10px 10px 0; }
nav#grass { font-size: 14px; }
nav#grass .current-menu-item a { text-decoration: underline; }

/* GENERAL PAGE */
#ratchets { background-color: #e4e4e4; }
.entry-content { background-color: #e4e4e4; padding: 15px; margin-bottom: 10px; }
.entry-content::after { content: ''; clear: both; display: block; float: none; }

/* DONATE PAGE */
#give_purchase_form_wrap { margin-top: 30px; }
table.give-table th { padding: 21px 25px; }
label[for="give-donation-level-select-11150"] { display: inline-block !important; margin: 10px 5px 10px 0; font-weight: bold; }
.give-total-wrap { float: right; display: inline-block; vertical-align: middle; }
.give-total-wrap::before { content: 'Total:'; display: inline-block; margin: 10px 5px 10px 10px; font-weight: bold; }
.give-donation-amount { margin-bottom: 0 !important; display: inline-block; vertical-align: middle; }

/* HOMEPAGE */
#roof-canvas { position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; width: 520px; max-width: 80%; height: 220px; z-index: 20; }
#roof-canvas .site-title { background: transparent url(images/logo-circa-home.png) center bottom no-repeat; background-size: contain; height: 125px; text-indent: -9999em; margin: 0; }
nav#galvanized { font-size: 18px; padding-top: 1em; border-top: 1px solid #fff; }
.site-title a { width: 100%; height: 100%; display: block; }
body.home video { position: fixed; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: 10; transform: translateX(-50%) translateY(-50%); transition: 1s opacity; }

/* SHOWS */
body.page-id-9283 .entry-content { background-color: rgba(288, 288, 288, 0.4); padding: 15px 0 5px 10px; }
.content-protector-access-form { padding-bottom: 13px; }
body.single-show h2.toggle { cursor: pointer; }
.booking-button { margin: 40px auto; }

/* Cairns menu Hack */
body.section-cairns.single-show .menu-item-24228 a { background-color: #417b7b !important; }
body.section-cairns.single-post .menu-item-24227 a { background-color: #417b7b !important; }
@media (min-width: 769px) { 
	body.section-cairns #tent { padding-top: 94px; }
	body.section-cairns #bolts { padding-top: 43px; }
}

/* Academy menu Hack */
/* body.section-cairns.single-show .menu-item-24228 a { background-color: #417b7b !important; }
body.section-cairns.single-post .menu-item-24227 a { background-color: #417b7b !important; } */
@media (min-width: 769px) { 
	body.section-academy #bolts { padding-top: 25px; } 
	body.section-academy #tent { padding-top: 113px; }
}

/* PEOPLE */
[class*="page-template-template-people"] h2, [class*="page-template-template-people"] h3 { margin-bottom: 0.5em;}
[class*="page-template-template-people"] .term { width: 100%; overflow: hidden; margin: 0 0 20px 0; }
[class*="page-template-template-people"] .term_desc { width: 100%; overflow: hidden; border-bottom: 1px dotted #999; margin: 0 0 20px 0; }
[class*="page-template-template-people"] .person { width: 100%; overflow: hidden; border-bottom: 1px dotted #999; margin: 0 0 10px 0;  }
[class*="page-template-template-people"] .person img { max-width: 280px; }
[class*="page-template-template-people"] .team { width: 100%; border-bottom: 1px dotted #999; margin: 0; }

/* SLICK */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before,
.slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; margin: 0 auto; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
/* Dots */
.slick-dots { position: static; display: block; padding: 0; margin: 0; list-style: none; margin: 0 auto; }
.slick-dots li:first-child { margin-left: -0.3em; }
.slick-dots li:only-child { display: none; }
.slick-dots li { display: inline-block; margin: 0; padding: 0; }
.slick-dots li button { display: block; color: transparent; background: transparent; cursor: pointer; border: 0; outline: none; margin: 0; padding: 0.6em; letter-spacing: 0; line-height: 1; }
.slick-dots li button:hover,
.slick-dots li button:focus { outline: none; }
.slick-dots li button:before { content: ""; display: inline-block; width: 12px; height: 12px; border-radius: 50%; vertical-align: middle; background-color: transparent; border: 1px solid #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { background-color: #000; }

/* Tiles */
.link-tile { position: relative; float: left; width: 23.5%; display: inline; clear: none; margin: 0 1.5% 10px 0; }
.link-tile a { color: #000 !important; display: block; position: relative; /* width: 165px; height: 207px;  */overflow: hidden; }
.link-tile h2, .link-tile h3 { background: rgba(0, 0, 0, 0.5); color: #fff !important; position: absolute; bottom: 0; left: 0; right: 0; text-align: center; padding: 8px 10px 4px 10px; font-size: 16px; text-transform: uppercase; font-weight: normal; }
.section-shows article .link-tile h2 { color: #fff !important; }
.link-tile img { display: block; margin: 0; min-width: 100%; }
.link-tile .details { position: absolute; right: 5px; left: 5px; bottom: 5px; top: 5px; background-color: rgba(228, 228, 228, 0.75); color: #000; display: none; padding: 5px; }
.link-tile .more-link { position: absolute; bottom: 5px; left: 5px; }

/* PAGINATION */
nav.pagination, nav.woocommerce-pagination { width: auto; display: inline-block; margin-bottom: 5px; }
nav.pagination .nav-links, nav.woocommerce-pagination ul { width: auto; overflow: hidden; border-left: 1px solid #fff; border-bottom: 1px solid #fff; border-top: 1px solid #fff; margin: 0; }
nav.pagination .page-numbers { float: left; display: inline; padding: .5em; line-height: 1; color: #fff; border-right: 1px solid #fff;  }
nav.pagination .page-numbers:hover, nav.pagination .page-numbers:active, 
nav.pagination span.current { background-color: #fff !important; color: #a4a4a4 !important; }

/* WOO */
.section-circa-classes::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); }
.woocommerce #customer_details.col2-set .col-1, .woocommerce-page #customer_details.col2-set .col-1,
.woocommerce #customer_details.col2-set .col-2, .woocommerce-page #customer_details.col2-set .col-2 { clear: both; float: none !important; width: 100% !important; margin-right:0 !important; text-align: left; padding-bottom: 20px; }
.woocommerce div.product { overflow: hidden; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { margin: 0; }
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last { width: 49%; }
.woocommerce form .form-row label.radio, .woocommerce-page form .form-row label.radio { display: inline-block; line-height: 1; margin: 0 10px 0 5px; }
.woocommerce .products h2 { color: #fff; }

/*
.woocommerce .related.products { width: 100%; overflow: hidden; }
.woocommerce .related.products ul.products { background-color: transparent; padding: 0; margin: 0; }
.woocommerce .related.products ul.products li.product h2 { color: #000; }
*/
/* .woocommerce .related.products ul.products a.add_to_cart_button, .woocommerce .related.products ul.products h3 { color: #000 !important; } */
.term-description, .page-description { background-color: rgba(228, 228, 228, 0.9); padding: 15px 15px 3px 15px; margin-bottom: 6px; }
.woocommerce ul.products { background-color: rgba(0, 0, 0, 0.4); padding: 10px 0 0 10px; margin: 0 0 10px 0; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products li.product-category { width: 23.5%; margin: 0 1.5% 20px 0; }
.woocommerce ul.products li.product a { display: block; }
.woocommerce ul.products li.product h2 { color: #fff; font-size: 15px; font-weight: normal; margin: 0; padding: 0; }
.woocommerce ul.products li.product .price { color: #fff; font-size: 1em; }
.woocommerce ul.products li.product .button { margin: 0 0 10px; }
.woocommerce-additional-fields { width: 100%; overflow: hidden; }
.woocommerce-additional-fields h3 { float: none; clear: both; }
.woocommerce div.product form.cart .reset_variations { padding-left: 5px; }
/* .woocommerce ul.products li.product { float: left !important; clear: none !important; } */
.create-account { padding: 10px; background-color: #fff; margin: 20px 0; }
.create-account p { margin: 0; }
#reviewbutton { position: absolute; top: 6px; right: 10px; background-color: #fff; color: #000 !important; }

.woocommerce-checkout h3 { padding-top: 40px !important; padding-bottom: 5px; text-transform: capitalize; }
.participantdeets { padding-top: 20px; }

.woocommerce-error, .woocommerce-info, .woocommerce-message  { border: 0; padding: 1em; }
.woocommerce-error .button, .woocommerce-info .button , .woocommerce-message .button { margin: -5px !important; }
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before { display: none; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: #000; }

/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	margin: 0;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* Media */
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] { height: auto; }

.wp-caption { border: 1px solid #ccc; max-width: 100%; }

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
 
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


@media (max-width: 768px) { 
	.left-side { width: 100%; margin-bottom: 10px; }
	.right-side { width: 100%; }
	
	#show-more { display: block; }
	#roof-canvas { height: 300px; }
	#roof-canvas nav ul { display: block; }
	#roof-canvas nav li { float: none; clear: both; display: block;	border: 0; margin: 0; padding: 0 0 10px !important; }
	
	#tent { padding-top: 20px; }
	nav.horizontal { float: left; }
	
	#canvas { margin-bottom: 0; }
	#canvas img { display: block; float: none; clear: both; }
	
	nav.vertical li a {}
	
	#half-trusses { display: none; }
	nav#bolts { float: none; display: block; clear: both; width: 100%; overflow: hidden; }
	nav#bolts li { float: none; clear: both; display: block;	border: 0; margin: 0; padding: 0 0 10px !important; }

	input[type="text"], input[type="email"], input[type="phone"], input[type="number"], input[type="tel"], input[type="image"], input[type="password"], input[type="search"], input[type="submit"], textarea, button  { -webkit-appearance: none !important; }
	
	.link-tile, .woocommerce ul.products li.product, .woocommerce ul.products li.product-category { float: left !important; clear: none; }
	.woocommerce ul.products li.product.first { clear: both; }
	
	#bgvid { display: none; }
	
	span.totaldontation { display: block; margin-left: 0; }
	form#give-form-11150 .select2-container { width: 100% !important; }
}

@media (max-width: 500px) { 
	.link-tile, .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product { width: 48%; margin: 0 2% 3% 0; }
	.woocommerce ul.products li.product, .woocommerce ul.products li.product-category { clear: both; }
	.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n),
	.woocommerce ul.products li.product-category:nth-child(2n), .woocommerce-page ul.products li.product-category:nth-child(2n) { float: right; clear: none; }
	img.mobile-block { float: none; display: block; clear: both; margin-left: 0; margin-right: 0; width: 100%; }
}