/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');

/***************************************************************************************** Body Styling */

#top a {
	text-decoration: none;
}
#top a:focus {
	outline: none;
	opacity: .8;
}
#top a:hover {
	opacity: .8;
	text-decoration: none;
}

/***************************************************************************************** Top Bar */

#top-bar {
    padding: 0px;
}
#top-bar .container > div {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
	position: relative;
	min-height: 1px;
}
#top-bar .top-left {
    display: block;
    width: 30%;
    float: left;
    padding-left: 45px;
	padding-top: 6px;
}
#top-bar .top-left img {
    left: 0px;
}
#top-bar .top-middle {
    display: block;
    width: 40%;
    float: left;
	text-align: center;
	padding-top: 6px;
}
#top-bar .address {
    font-size: 16px;
}
#top-bar .top-right {
    display: block;
    width: 30%;
    float: left;
	text-align: right;
}
#top-bar .top-right a {
    margin-left: 25px;
}
#top-bar a {
    color: white;
}
#top-bar img {
    max-height: 25px;
    position: absolute;
}
#top-bar .top-shop {
    background: #c1221a;
    padding: 12px 20px 12px 45px;
    display: inline-block;
    line-height: 1;
    position: relative;
}
#top-bar .top-shop:before {
    content: " ";
    background-image: url(/wp-content/uploads/2018/07/shopping-cart.png);
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 20px;
    left: 15px;
    background-repeat: no-repeat;
}

/***************************************************************************************** Header */

#top #header_main .av-logo-container {
    z-index: 999;
}
#header_main .logo {
    position: absolute;
    overflow: visible;
    top: 10px;
    transition: .1s all;
}
#header_main .logo a {
    overflow: visible;
}
#header_main .logo img {
    max-width: 300px;
    max-height: none !important;
}
#top #header_main .menu {
    width: 100%;
    text-align: right;
}
#top #header_main li {
    float: none;
    display: inline-block;
    margin-top: 0px;
}
#top #header_main li:first-child, #top #header_main li:nth-child(2), #top #header_main li:nth-child(3) {
    float: left;
}
#top #header_main li.av-burger-menu-main {
    display: none;
}
#top #header_main li a {
    font-family: "Dancing Script";
    font-size: 30px;
    font-weight: 400;
    height: auto;
    line-height: 1;
    padding: 10px 20px;
}
#top #header_main li a:hover, #top #header_main li.current-menu-item a {
    background: #015186;
    opacity: 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#top #header_main .sub-menu {
    padding: 8px 0px;
    background: #015186;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#top #header_main .sub-menu li {
    display: block;
}
#top #header_main .sub-menu li a {
    font-family: Lato;
    font-size: 16px;
    border-radius: 0px;
    border: none;
    padding: 10px 20px;
	background: none;
}
#top #header_main .sub-menu .current-menu-item > a, #top #header_main .sub-menu li a:hover {
    background: #006db6;
}

/***************************************************************************************** Sticky Header */

#header.header-scrolled {
    margin-top: -47px;
    box-shadow: 2px 2px 8px rgba(0,0,0,.3);
}
#header.header-scrolled #header_main > .container {
    height: 20px !important;
    line-height: 20px !important;
}
#header.header-scrolled .logo {
    top: 5px;
}
.header-scrolled #header_main .logo img {
    max-width: 125px;
}

/***************************************************************************************** Page Title */

#page-banner {
    height: 300px;
}
#page-banner.hide-banner {
	display: none;
}
#page-banner .banner-image {
    background-size: cover;
    height: 100%;
    width: 100%;
	position: relative;
}
#page-banner .banner-image:before {
    content: " ";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .2;
}
#page-banner .container {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
#page-banner .banner-content {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    height: 300px;
    width: 100vw;
}
#page-banner .banner-content h1 {
    font-family: "Lato";
    text-transform: uppercase;
    font-weight: 900;
    color: white;
    font-size: 3.5rem;
    text-shadow: 1px 1px 1px black;
}

/***************************************************************************************** Content */

.image-overlay {
    display: none !important;
}
#content {
	line-height: 1.5;
}
#main h2 {
    text-transform: none;
    font-size: 3rem;
}
#main h3 {
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 900;
}
#main h4 {
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: .5px;
}
#main h5 {
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: .5px;
}
#main .large-text p {
    font-size: 20px;
    line-height: 1.2;
}
#top #main .avia-button {
    background: #c2e3f9;
    border-radius: 0px;
    padding: 12px 20px;
    color: #005d9b;
    font-size: 18px;
	border: none;
}
#top #main .avia-button.avia-size-large {
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 600;
}
#top #main .blue-button .avia-button {
    background: #005d9b;
    color: white;
    font-weight: 400;
}
#top #main .small-spacing .av-flex-placeholder {
    width: 2%;
}
#top #wrap_all #main .footer-separator {
    border-bottom: 10px solid white;
}
#main strong {
	color: inherit;
}
#main .menu-title {
    text-align: center;
	position: relative;
}
#main .menu-title:before {
    content: " ";
    width: 100%;
    height: 1px;
    background: #c1221a;
    position: absolute;
    left: 0px;
    top: 30px;
}
#main .menu-title h3 {
    margin-bottom: 0px;
    display: inline-block;
    background: white;
    padding: 10px 35px;
	color: black;
	position: relative;
}
#main .menu-holder .av_textblock_section {
    width: 50%;
    display: block;
    float: left;
}
#main .menu-holder .av_textblock_section:nth-child(2n + 3) {
    clear: left;
}
#main .menu-item {
	position: relative;
	padding: 15px;
}
#main .menu-item h4 {
    text-transform: none;
    font-size: 2rem;
    font-family: "Dancing Script";
    padding-right: 55px;
}
#main .menu-item strong {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #006db6;
    font-size: 18px;
    font-style: italic;
}
#main .heading-title h3 {
    text-transform: none;
    font-family: "Dancing Script";
}
#main .price-box {
    background: #006db6;
    padding: 20px;
    border-radius: 10px;
}
#main .price-box * {
    color: white;
}
#main .price-box h3 {
    font-size: 1.5rem;
}
#main .contain-medium {
    max-width: 850px;
    margin: 0 auto;
}
#main .av-layout-grid-container .av_one_half {
    height: 500px;
}
#main .av-layout-grid-container .av_one_half .flex_cell_inner {
    max-width: 550px;
	width: 100%;
}
#main .av-layout-grid-container .av_one_half.avia-builder-el-last .flex_cell_inner {
    margin-left: 50px;
}
#main .av-layout-grid-container .av_one_half.avia-builder-el-first .flex_cell_inner {
    float: right;
    margin-right: 50px;
}
#main .review-yelp {
    border: 1px dashed #d32323;
    padding: 20px 30px;
}
#main .review-yelp:before {
    content: "\f1e9";
    font-family: FontAwesome;
    background: #d32323;
    color: white;
    width: 60px;
    height: 60px;
    position: absolute;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    border-radius: 50%;
    top: -30px;
    left: calc(50% - 30px);
    visibility: visible;
}
#main .review-facebook {
    border: 1px dashed #4267b2;
    padding: 20px 30px;
}
#main .review-facebook:before {
    content: "\f09a";
    font-family: FontAwesome;
    background: #4267b2;
    color: white;
    width: 60px;
    height: 60px;
    position: absolute;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    border-radius: 50%;
    top: -30px;
    left: calc(50% - 30px);
    visibility: visible;
}
#main .review-google {
    border: 1px dashed #DE4337;
    padding: 20px 30px;
}
#main .review-google:before {
    content: "\f1a0";
    font-family: FontAwesome;
    background: #DE4337;
    color: white;
    width: 60px;
    height: 60px;
    position: absolute;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    border-radius: 50%;
    top: -30px;
    left: calc(50% - 30px);
    visibility: visible;
}
#main .fw-map .container {
    max-width: 100%;
    padding: 0px;
}
#main .fw-map .content {
    padding: 0px;
}
#main .fw-map iframe {
    margin-bottom: -7px;
}
#main .contact-widget > div {
    padding-left: 40px;
    margin-bottom: 15px;
	position: relative;
}
#main .contact-widget > div:before {
    content: " ";
    width: 25px;
    height: 25px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 10px;
}
#main .contact-widget > .cw-address:before {
    background-image: url(/wp-content/uploads/2018/09/map-icon.png);
}
#main .contact-widget > .cw-email:before {
    background-image: url(/wp-content/uploads/2018/09/mail-icon.png);
	top: 5px;
}
#main .contact-widget > .cw-phone:before {
    background-image: url(/wp-content/uploads/2018/09/phone-icon.png);
    transform: rotate(-13deg);
    top: 0px;
}
#main .featured-testimonial em {
    max-width: 800px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
	position: relative;
}
#main .featured-testimonial em:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    color: #006db6;
    font-size: 45px;
    opacity: .3;
    left: -60px;
    top: -35px;
}
#main .featured-testimonial em:after {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    color: #006db6;
    font-size: 45px;
    opacity: .3;
    right: -60px;
    bottom: -35px;
}
#main .asterisk {
    color: #c1221a;
    font-size: 25px;
    line-height: 1;
}
#main .gather-lead-button {
    background: #c2e3f9;
    border-radius: 0px;
    padding: 15px 35px;
    color: #005d9b;
    font-size: 20px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

/***************************************************************************************** Forms */

#main .gform_wrapper {
	margin: 0px;
}
#main .gfield {
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
}
#main .gf_left_half, #main .gf_left_third, #main .gf_middle_third {
    padding-right: 15px;
}
#main .gfield .ginput_container {
    margin-top: 0px;
}
#main .gfield input[type="text"], #main .gfield select, #main .gfield textarea {
    border: none;
	background: #e9e9e9;
}
#main .gfield input[type="text"], #main .gfield select {
    height: 40px;
    padding: 0px 10px;
}
#main .gfield input[type="text"]::-webkit-input-placeholder, #main .gfield select::-webkit-input-placeholder, #main .gfield textarea::-webkit-input-placeholder {
    color: rgba(0,0,0,.4);
	font-weight: 500;
}
#main .gform_footer {
	padding: 0px;
}
#main .gform_button {
    background: #c2e3f9;
    color: #005d9b;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 25px;
    line-height: 1;
	margin: 0px;
}
#main .gform_button:hover {
	opacity: .8;
}
#main .form-hide-labels .gfield_label {
    display: none;
}
#main .newsletter-signup .gform_wrapper {
    padding-left: 225px;
	overflow: hidden;
    margin: 00px;
}
#main .newsletter-signup .gform_wrapper:before {
    content: " ";
    width: 200px;
    height: 200px;
    background: url(/wp-content/uploads/2018/07/The-General-2018.png);
    position: absolute;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0px;
}
#main .newsletter-signup .gform_heading {
    display: block;
    width: 30%;
    float: left;
    margin: 0px;
}
#main .newsletter-signup .gform_description {
    margin-bottom: 0px;
}
#main .newsletter-signup .gform_heading h4, #main .newsletter-signup .gform_heading h5 {
    color: white;
}
#main .newsletter-signup .gform_body {
    display: block;
    width: 55%;
    float: left;
	padding: 20px 0px;
}
#top #main .newsletter-signup .gfield {
    padding-right: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#main .newsletter-signup .gfield input {
    height: 45px;
	line-height: 45px;
	background: white;
}
#main .newsletter-signup .gform_footer {
    display: block;
    width: 15%;
    float: left;
    clear: none;
    margin: 0px;
	padding: 20px 0px;
}
#top #main .newsletter-signup .gform_button {
    height: 45px;
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    padding: 0px;
}

/***************************************************************************************** Home */

#main .avia-layerslider {
    height: auto !important;
}
#main .row-shadow {
    box-shadow: inset 0px -2px 12px 1px rgba(0,0,0,.3), inset 0px 2px 12px 1px rgba(0,0,0,.3);
}
#main .special-box {
    max-width: 650px;
    margin: 0 auto;
    float: none;
    border-bottom: 5px solid white;
    padding-bottom: 10px;
}
#main .special-box > .av_textblock_section {
    display: block;
    width: 50%;
    float: left;
}
#main .special-box > .av_textblock_section:first-child {
    width: 100%;
}
#main .special-heading {
    text-align: center;
}
#main .special-heading:before {
    content: " ";
    width: 100%;
    height: 5px;
    background: white;
    position: absolute;
    left: 0px;
    top: 10px;
}
#main .special-heading h4 {
    display: inline-block;
    background: #006db6;
    position: relative;
    padding: 0px 40px;
}
#main .special-savings, #main .special-details {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    line-height: 1.3;
}
#main .special-savings p {
    font-size: 90px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
    text-shadow: 2px 2px 25px rgba(0,0,0,.4);
}
#main .special-details p {
    margin-bottom: 0px;
    text-align: center;
    margin-top: 0px;
}
#main .special-details strong {
    font-size: 22px;
    text-transform: uppercase;
}
#main .special-details em {
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
#main .image-row {
    padding: 25% 35px 2% 35px;
}
#main .image-row h3 {
    position: absolute;
    top: 35px;
    max-width: 400px;
    font-size: 2.5rem;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px black;
}
#main .photo-credit p {
    margin: 0px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 14px;
    font-style: italic;
}
#main .av-caption-image-overlay-bg {
    display: none;
}
#main .av-image-caption-overlay-center {
    vertical-align: bottom;
    padding-bottom: 35px;
    padding-left: 40px;
    text-align: left;
}
#main .av-image-caption-overlay-center p {
    font-family: "Dancing Script";
    font-size: 36px;
}
#top #wrap_all #main .gray-map {
    border-top: 10px solid white;
	position: relative;
}
#top #wrap_all #main .gray-map:before {
    content: " ";
    background: #efefef;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .75;
	top: 0;
	left: 0;
}

/***************************************************************************************** WooCommerce Archives */

#main .grid-minimal .product-sorting {
    display: none;
}
#main .template-shop .product {
    margin-right: 2%;
    width: calc(25% - 1.5%);
}
#main .grid-minimal .inner_product {
    border: none;
}
#main .grid-minimal .avia-arrow {
    display: none;
}
#main .grid-minimal .avia_cart_buttons {
    display: none;
}
#main .grid-minimal .avia-arrow {
    display: none;
}
#main .inner_product_header_cell {
    text-align: center;
    padding: 10px 0px;
}
#main .inner_product h2 {
    color: black;
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0px;
}
#main .inner_product .price span {
    color: black;
    font-size: 1rem;
}

/***************************************************************************************** Footer */

body #footer {
    border: none;
    line-height: 1.5;
    padding: 30px 0px 25px;
}
#top #footer p, #top #footer li {
    font-size: 15px;
}
#top #footer p, #top #footer ul {
	margin-top: 0px;
	margin-bottom: 15px;
}
#footer .footer-logo img {
    width: 200px;
    margin: 0 auto;
    display: block;
}
#footer .large-text {
    font-size: 20px;
}
#footer li {
    padding: 3px 0px;
}
#footer strong {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
}

/***************************************************************************************** Copyright */

#socket {
    border: none;
}
#socket .copyright {
    text-align: center;
    width: 100%;
    font-size: 16px;
}

/***************************************************************************************** Responsive */

@media screen and (max-width: 1500px) {
	#page-banner, #page-banner .banner-content {
    	height: 225px;
	}
	#page-banner .banner-content h1 {
    	font-size: 2.7rem;
	}
}

@media screen and (max-width: 1300px) {
	#header_main .logo {
    	top: 30px;
	}	
	#header_main .logo img {
    	max-width: 250px;
	}
	#top #header_main li a {
    	font-size: 32px;
	}
	#top #header_main .av-logo-container {
    	height: 100px !important;
    	line-height: 100px !important;
	}
	#top #wrap_all #main {
    	padding-top: 150px !important;
	}
	#main .newsletter-signup .gform_heading {
    	width: 40%;
	}
	#main .newsletter-signup .gform_body {
    	width: 45%;
	}
	#main .image-row {
    	padding-top: 22%;
	}
	#page-banner, #page-banner .banner-content {
    	height: 175px;
	}
}

@media screen and (max-width: 1200px) {
	#top-bar .top-middle {
   		width: 340px;
	}
	#top-bar .top-left, #top-bar .top-right {
    	width: calc(50% - 170px);
	}	
}

@media screen and (max-width: 1100px) {
	#top #header_main .av-logo-container {
    	height: 80px !important;
    	line-height: 80px !important;
	}
	#top #header_main li a {
    	font-size: 28px;
    	padding-left: 15px;
    	padding-right: 15px;
		padding-bottom: 12px;
	}
	#header_main .logo {
    	top: 10px;
	}
	#header_main .logo img {
    	max-width: 225px;
	}
	#top #wrap_all #main {
    	padding-top: 130px !important;
	}
	#top-bar .top-left {
    	width: 50px;
	}
	#top-bar .top-right {
    	width: calc(100% - 390px);
	}
}

@media screen and (max-width: 991px) {
	#top #header_main .av-logo-container {
    	height: 60px !important;
    	line-height: 60px !important;
	}
	#top #header_main li a {
    	font-size: 26px;
    	padding-left: 10px;
    	padding-right: 10px;
		padding-bottom: 14px;
	}
	#header_main .logo img {
    	max-width: 175px;
	}
	#top #wrap_all #main {
    	padding-top: 110px !important;
	}
	#top-bar .address {
    	font-size: 15px;
	}
	#page-banner, #page-banner .banner-content {
    	height: 135px;
	}
	#page-banner .banner-content h1 {
    	font-size: 2rem;
	}
	#main h2 {
    	font-size: 2.2rem;
	}
	#main .featured-testimonial em {
    	padding: 25px 0px;
	}
	#main .featured-testimonial em:before {
    	left: 0px;
    	top: -50px;
	}
	#main .featured-testimonial em:after {
    	right: 0px;
    	bottom: -65px;
	}
	#top #main .gf_left_third, #top #main .gf_middle_third {
    	width: 50%;
	}
	#top #main .gf_right_third {
    	width: 100%;
	}
	#top #main .gf_middle_third, #top #main .gf_right_third {
    	padding-right: 0px;
	}
	#main .newsletter-signup .gform_heading {
    	width: 100%;
	}
	#main .newsletter-signup .gform_body {
    	width: 100%;
    	padding-bottom: 0px;
	}
	#top #main .newsletter-signup .gfield {
    	padding-right: 0px;
	}
	#main .newsletter-signup .gform_footer {
    	padding-bottom: 0px;
		width: 100%;
	}
	#top #main .newsletter-signup .gform_button {
    	max-width: 150px;
	}
	#top-bar .top-left {
   		display: none;
	}
	#top-bar .top-right {
   		width: calc(100% - 340px);
	}
}

@media screen and (max-width: 767px) {
	body#top #wrap_all #main {
    	padding-top: 0px !important;
	}
	#header {
    	position: relative !important;
	}
	#top #header_main .av-logo-container {
    	height: 100px !important;
    	line-height: 100px !important;
	}
	#top #header_main .logo {
    	position: absolute;
	}
	#top #header_main li.av-burger-menu-main {
    	display: block;
    	top: 10px;
	}
	#top-bar .top-left {
    	display: none;
	}
	#top-bar .top-right {
    	overflow: hidden;
    	margin: 5px 0px 10px;
	}
	#top-bar .top-middle, #top-bar .top-right {
    	display: block;
    	width: 100%;
    	float: none;
		text-align: center;
		line-height: 1.4;
	}
	#top-bar .top-right a {
   		width: 50%;
    	text-align: center;
    	display: block;
    	float: left;
		margin: 0px;
	}
	#top-bar .top-shop {
	    padding: 8px 10px;
	}
	#top-bar .top-shop:before {
		display: none;
	}
	#top-bar .top-right a:last-child {
    	padding: 6px 0px 0px;
	}
	#top #wrap_all #header #header_main li {
    	display: block;
    	width: 100%;
		clear: left;
	}
	#top #header_main .sub-menu {
    	overflow: hidden;
   		padding: 0px;
	}
	#top #wrap_all #main .home-blocks .flex_column {
    	width: 50%;
    	display: block;
	}
	#top .container {
    	width: 90% !important;
    	max-width: 90% !important;
	}
	#main .av-image-caption-overlay-center {
    	padding-bottom: 20px;
    	padding-left: 22px;
	}
	#main .av-image-caption-overlay-center p {
    	font-size: 26px;
	}
	#main .rev_slider .tparrows {
    	display: none;
	}
	#main .slide-head {
    	font-size: 30px !important;
	}
	#main .slide-subhead {
    	font-size: 15px !important;
	}
	#top #footer .widget {
    	margin: 0px;
	}
	#page-banner .container {
    	width: 100vw !important;
    	max-width: 100vw !important;
	}
	#page-banner .banner-content h1 {
    	font-size: 1.6rem;
	}
	#main .av-layout-grid-container .av_one_half {
    	min-height: 200px;
	}
	#top #wrap_all #main .av-layout-grid-container {
    	display: flex;
    	flex-direction: column;
    	align-items: flex-start;
	}
	#top #wrap_all #main .grid-image {
    	order: 1;
	}
	#top #wrap_all #main .grid-content {
    	order: 2;
	}
	#main .menu-holder .av_textblock_section {
    	width: 100%;
	}
	#main .menu-item h4 {
    	font-size: 1.5rem;
	}
	#main .menu-item strong {
    	font-size: 15px;
	}
	#top #main .flex_column[class*="review-"] {
    	margin-top: 50px;
	}
	#top.page-id-175 #main .hr-invisible {
    	display: none;
	}
	#top.page-id-175 #main .avia_textblock h2 {
    	margin-bottom: 50px;
	}
	#top #main .fw-map .container {
    	max-width: 100% !important;
    	width: 100% !important;
	}
	#main .special-box .av_textblock_section:nth-child(2), #main .special-box .av_textblock_section:last-child {
    	width: 100%;
	}
	#main .special-heading h4 {
    	max-width: 300px;
	}
	#main .large-text p {
    	font-size: 18px;
	}
	#main .image-row {
    	padding: 35px;
	}
	#main .image-row h3 {
    	position: relative;
    	top: 0px;
	}
	#main .newsletter-signup .gform_wrapper {
    	padding-left: 0px;
	}
	#main .newsletter-signup .gform_description {
    	width: 100%;
	}
	#main .newsletter-signup .gform_heading h4, #main .newsletter-signup .gform_heading h5, #main .newsletter-signup .gfield input {
    	text-align: center;
	}
	#top #main .newsletter-signup .gform_button {
    	margin: 0 auto;
	}
	#main .newsletter-signup .gform_wrapper:before {
    	z-index: -1;
    	opacity: .2;
    	left: calc(50% - 100px);
	}
	#main .photo-credit p {
    	position: relative;
    	bottom: auto;
    	right: auto;
	}
	#socket .copyright {
    	font-size: 14px;
    	line-height: 1.4;
	}
	#main .special-box > .av_textblock_section {
    	width: 100%;
	}
	#main .special-savings {
    	height: auto;
    	padding-top: 15px;
	}
	#main .special-savings p {
    	font-size: 60px;
	}
}

@media screen and (max-width: 640px) {
	#top #main .gf_left_third, #top #main .gf_middle_third {
    	width: 100%;
    	padding-right: 0px;
	}
}

@media screen and (max-width: 400px) {
	#top #wrap_all #main .home-blocks .flex_column {
    	width: 100%;
	}
	#main .av-image-caption-overlay-center {
    	padding-bottom: 35px;
    	padding-left: 40px;
	}
	#main .av-image-caption-overlay-center p {
    	font-size: 32px;
	}
	#top #top-bar .container > div * {
    	font-size: 13px;
	}
}