/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
/* div#sec-five-in p {
    height: 220px !important;
    overflow: hidden !important;
    overflow-y: visible !important;
    padding: 5px !important;
    margin-bottom: 20px !important;
    border: 1px solid #f5f5f5 !important;
    border-radius: 10px !important;
    transition: 0.3s !important;
} */
/* logo hide */
a#logo {
    display: none !important;
}
.fa-x-twitter:before {
    content: "\e61b";
    font-family: 'Font Awesome 6 Brands';
}
div#sec-two .wpb_text_column.wpb_content_element.t1 {
    padding-top: 20px !important;
}
div#sec-two a#btn {
    margin-bottom: 20px !important;
}
header#top img.starting-logo.skip-lazy.default-logo {
    display: none !important;
}
header#top a#logo {
    pointer-events: none !important;
}
#footer-outer .widget.widget_media_image img {
    display: none !important;
}
.current-menu-item {
    background: #3C6F7E;
    border-radius: 0px 0px 15px 15px !important;
}
.current-menu-item span {
    color: #fff !important;
}
header#top ul.sf-menu.sf-js-enabled.sf-arrows, header#top ul.buttons.sf-menu {
    height: 100px !important;
}
header#top .icon-salient-cart:before, header#top .icon-salient-search:before {
    width: 40px;
    height: 40px;
    position: relative;
    border: 2px solid #327D8C;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #327D8C;
}
header#top .icon-salient-cart:before {
	    content: "\e910";
	    margin-top: -14px;
    border-radius: 9px;
}
body.material #header-outer:not([data-format="left-header"]) .cart-wrap {
    top: -15px;
    right: -29px;
}
header#top .icon-salient-search:before {
    margin-top: -24px;
    border-radius: 9px;
}
header#top .icon-salient-search:hover:before, header#top .icon-salient-cart:hover:before {
    background: #3C6F7E;
    border-color: #3C6F7E;
    color: #fff !important;
    transition: .5s;
}
/* =================================================== */
div#necterslider span.n-txt {
    font-family: "playball";
    font-size: 24px;
    line-height: 34px;
    color: #95494C;
}
div#necterslider h2.ns-heading-el {
    color: #2F1718;
}
div#necterslider p {
    color: #777777;
}
div#necterslider a.primary-color {
    padding: 15px 30px !important;
    border-radius: 30px !important;
}
div#necterslider .image-bg {
    position: relative;
}
div#necterslider .image-bg:before {
    position: absolute;
    content: "";
    background-image: url(https://thosewemeetattherainbowbridge.co/wp-content/uploads/2025/12/image-47-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 358px;
    height: 540px;
    left: 0;
    bottom: 0;
    margin: 0px 0px 110px -120px !important;
	animation: necter-bg 10s ease 0s 1000 normal forwards;
}
@keyframes necter-bg {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 100%;
	}

	10% {
		transform: rotate(2deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-4deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(4deg);
	}

	80% {
		transform: rotate(-2deg);
	}

	90% {
		transform: rotate(2deg);
	}
}
/* ========================================= */
div#sec-two {
    padding: 60px 0px !important;
}
div#sec-two-in {
    border-radius: 180px 30px 30px 30px !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
div#sec-two-in .hover-wrap {
    position: relative;
}
div#sec-two-in .hover-wrap:before {
    content: "";
    background-image: url(https://thosewemeetattherainbowbridge.co/wp-content/uploads/2025/08/Rectangle-12413.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 365px;
    height: 637px;
    left: 0;
    top: 0;
    animation: sec-two 13s ease 0s 1000 normal forwards;
}
@keyframes sec-two {
	0%,
	100% {
		transform: translateY(0);
	}

	10%,
	30%,
	50%,
	70% {
		transform: translateY(-8px);
	}

	20%,
	40%,
	60% {
		transform: translateY(8px);
	}

	80% {
		transform: translateY(6.4px);
	}

	90% {
		transform: translateY(-6.4px);
	}
}
div#sec-two-in .t-1 {
    background: #327D8C;
    padding: 30px;
    border-radius: 20px;
    width: fit-content;
    position: relative;
}
div#sec-two-in img.img-with-animation.skip-lazy {
    z-index: 999;
    position: relative;
}
div#sec-two-in .t-1 p span {
    color: #fff !important;
}
div#sec-two-in .t-1:after {
    content: url(https://thosewemeetattherainbowbridge.co/wp-content/uploads/2025/08/Group-48096612.png);
    position: absolute;
    right: 0;
    top: 0;
    margin: -30px 20px 0px 0px !important;
	animation: t-1 13s ease 0s 1000 normal forwards;
}
@keyframes t-1 {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 100%;
	}

	10% {
		transform: rotate(2deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-4deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(4deg);
	}

	80% {
		transform: rotate(-2deg);
	}

	90% {
		transform: rotate(2deg);
	}
}
a#btn {
    padding: 17px 30px !important;
    font-size: 16px;
    border-radius: 30px !important;
}
div#sec-two-in .vc_col-sm-7 .vc_column-inner {
    padding-right: 50px;
}
div#sec-two img.img-with-animation.rigt-img.skip-lazy {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0% -43% -11% 0% !important;
	    -webkit-animation-name: spin;
    -webkit-animation-duration: 8000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
div#sec-two-in span.p-text {
    font-size: 16px;
    font-family: 'Jost';
    color: #666;
}
div#sec-two img.img-with-animation.lft-img.skip-lazy {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0% 0% 0% -50% !important;
    z-index: 9;
}
/* ====================================================== */
div#sec-three {
    padding: 40px 0px !important;
}
div#sec-three .vc_col-sm-12 {
    margin-bottom: 20px !important;
}
div[data-style*=minimal] .toggle>.toggle-title i {
    margin-right: 20px;
	border: 2px solid #6C2A33;
}
div#sec-three .toggle.default {
    border-bottom: 0px !important;
    background: #ffffff36 !important;
    margin-bottom: 20px;
    border-radius: 17px;
}
div[data-style="minimal"] .toggle > .toggle-title i:after, div[data-style="minimal"] .toggle > .toggle-title i:before {
    background-color: #6C2A33;
}
div#sec-three .inner-toggle-wrap {
    padding: 10px 20px !important;
}
div#sec-three a.toggle-heading {
    font-size: 18px;
    padding: 15px 20px !important;
    border-radius: 20px 20px 0px 0px !important;
	    color: #fff !important;
}
div[data-style="minimal"] .toggle.default:hover i {
	border-color: #fff;
}
div[data-style="minimal"] .toggle:hover > .toggle-title i:after, div[data-style="minimal"] .toggle:hover > .toggle-title i:before {
    background-color: #ffff;
}
div#sec-three .toggle.default.open a.toggle-heading {
    background: #6DCDD1;
    color: #fff;
}
div[data-style="minimal"] .toggle.default.open i {
	    border-color: #ffff;
}
div[data-style="minimal"] .toggle.open > .toggle-title i:before {
    background-color: #fff;
}
div#sec-three img {
    width: 80%;
    float: right;
}
div#sec-three .clm {
    padding-left: 320px;
}
/* ===================================================== */
div#sec-four {
    padding: 50px 0px !important;
}
div#sec-four li.classic.product img, .archive li.classic.product img {
    background: #EBE9E6;
    border-radius: 15px;
    transition: .9s;
}
div#sec-four li.classic.product:hover img, .archive li.classic.product:hover img {
    background: #C6EFF0;
    transition: .9s;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart i {
    display: none !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    border-radius: 0px 0px 20px 20px !important;
}
h2.woocommerce-loop-product__title {
    width: 60% !important;
    color: #327D8C !important;
}
span.price {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 20px !important;
}
bdi {
    font-family: "Eczar";
    font-weight: 300;
	color: #327D8C !important;
}
div#sec-four img.img-with-animation.lft-img.skip-lazy {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0% 0% -13% -39% !important;
	    -webkit-animation-name: spin;
    -webkit-animation-duration: 8000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
/* ============================================ */
div#banner {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#banner-inner {
    border: 4px solid #6DCDD1;
    border-radius: 30px;
    padding: 40px 180px !important;
}
div#banner-inner h1 {
    text-transform: initial;
}
/* ========================================= */
div#sec-five {
    padding: 60px 0px !important;
}
div#sec-five-in {
    padding: 40px 40px !important;
    margin: 0px 10px;
    background: #fff;
    border-radius: 20px;
    transition: .5s;
    filter: drop-shadow(2px 4px 6px #ccc);
}
div#sec-five-in:hover {
    background: #327D8C;
    transition: .5s;
}
div#sec-five-in .iwithtext .iwt-text {
    padding-left: 0px;
}
div#sec-five-in .iwithtext .iwt-icon {
    left: unset;
    right: 0;
}
div#sec-five-in .iwithtext .iwt-icon img {
    width: unset;
}
div#sec-five-in:hover h4 span, div#sec-five-in:hover p span, div#sec-five-in:hover h5 span {
    color: #fff !important;
    transition: .3s;
}
div#sec-five button.owl-prev:before {
    content: "\f060";
    font-family: 'FontAwesome';
    font-size: 25px;
    box-shadow: unset !important;
    padding: 10px 12px;
    border: 2px solid #ccc;
    color: #2F1718;
    border-radius: 50%;
	color: #ccc;
}
div#sec-five button.owl-prev {
    background: transparent;
    font-size: 0;
    border: 0px;
}
div#sec-five button.owl-next:before {
    content: "\f061";
    font-family: 'FontAwesome';
    font-size: 25px;
    box-shadow: unset !important;
    padding: 10px 12px;
    border: 2px solid #ccc;
    color: #2F1718;
    border-radius: 50%;
	color: #ccc;
}
div#sec-five button.owl-next:hover:before, div#sec-five button.owl-prev:hover:before {
    background: #327D8C;
    transition: .5s;
    color: #fff !important;
	border: 2px solid #327D8C;
}
div#sec-five button.owl-next {
    background: transparent;
    font-size: 0;
    border: 0px;
}
div#sec-five .owl-carousel .owl-nav.disabled {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -80px;
}
/* ================================== */
div#sec-eight {
    padding: 40px 0px !important;
}
div#sec-eight form.tnp-form {
    display: flex;
    width: 100%;
}
div#sec-eight input.tnp-email {
    background: #fff0 !important;
    border-radius: 35px 0px 0px 35px !important;
    color: #ffff;
    border: 2px solid #fff !important;
    padding: 18px 10px !important;
}
div#sec-eight input.tnp-submit {
    width: 80px;
    font-size: 0px !important;
    border-radius: 0px 25px 25px 0px !important;
    margin-left: -2px;
    background-image: url(https://thosewemeetattherainbowbridge.co/wp-content/uploads/2025/08/Group-48096653-1.png);
    background-repeat: no-repeat;
    background-position: 55% 43%;
    background-color: #fff0 !important;
    transform: unset !important;
    box-shadow: unset !important;
}
/* ============================== */
div#footer-widgets .row {
    padding: 40px 0px !important;
    border-bottom: 1px solid #fff;
}
#footer-outer .widget h4 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-family: 'Eczar';
    margin-top: 50px;
}
div#nav_menu-2 h3 {
    color: #fff !important;
    margin: 0px;
}
div#nav_menu-2 ul li {
    margin-bottom: 10px !important;
}
div#media_image-2 {
    display: table;
    margin: 0 auto;
}
div#text-2 p {
    text-align: center;
}
div#footer-widgets .socliy ul {
    margin: 0 auto;
    display: table;
}
div#footer-widgets .socliy ul li {
    display: inline-block;
	margin-right: 10px;
}
div#footer-widgets .socliy ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
}
div#footer-widgets .socliy ul li:hover i {
    background: #D6A644;
    border-color: #D6A644;
    transition: .9s;
}
div#nav_menu-3 {
    margin: 0 auto;
    display: table;
}
#footer-outer .widget {
    margin-bottom: 20px;
}
/* =================================== */
div#copyright img {
    margin: 0;
}
div#copyright strong {
    color: #fff;
}
div#sec-two-in .t-1:after {
    display: none;
}

/* ================================= */
@media (max-width: 1600px) {
	.text-lft {
    margin-left: -50px;
}
	div#sec-two img.img-with-animation.rigt-img.skip-lazy {
    margin: 0% -36% -11% 0% !important;
}
	div#sec-three .clm {
    padding-left: 170px;
}
	div#sec-three img {
    width: 100%;
}
	div#sec-four img.img-with-animation.lft-img.skip-lazy {
    margin: 0% 0% -13% -29% !important;
}
}
@media (max-width: 1440px) {
	    .text-lft {
        margin-left: -80px;
    }
	    div#sec-two img.img-with-animation.rigt-img.skip-lazy {
        margin: 0% -19% -11% 0% !important;
        width: 300px;
    }
	div#sec-two-in .hover-wrap:before {
    width: 395px;
    height: 637px;
}
	    div#sec-three .clm {
        padding-left: 110px;
    }
	    div#sec-four img.img-with-animation.lft-img.skip-lazy {
        margin: 0% 0% -13% -23% !important;
    }
	div#sec-four img.img-with-animation.lft-img.skip-lazy {
        margin: 0% 0% -12% -17% !important;
        width: 250px;
    }
}
@media (max-width: 1366px) {}
@media (max-width: 1340px) {}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {
	
	div#sec-three-in a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 43% !important;
    bottom: -185px;
}
	div#sec-four .hover-wrap:before {
    width: 400px;
    height: 564px;
}
	div#sec-four-in {
    padding: 30px;
}
	div#sec-five-in {
    padding: 30px 30px !important;
}
	div#sec-seven h3.title {
    font-size: 19px;
    line-height: 29px;
}
}
@media (max-width: 1280px) {
	div#sec-seven h3.title {
    min-height: 80px;
}
	div#sec-three a.toggle-heading {
  font-size: 16px;
  padding: 15px 30px !important;
}
}
@media (max-width: 1080px) {
	header#top .slide-out-widget-area-toggle.mobile-icon.slide-out-from-right {
    height: 100px;
}
	#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 92px;
}
	    body:not(.mobile) #header-outer.transparent > #top .span_9 > .slide-out-widget-area-toggle .lines-button:after, body:not(.mobile) #header-outer.transparent > #top .span_9 > .slide-out-widget-area-toggle .lines:before, body:not(.mobile) #header-outer.transparent > #top .span_9 > .slide-out-widget-area-toggle .lines:after {
        background-color: #000 !important;
        opacity: 1.0;
    }
	 .text-lft {
        margin-left: -60px;
    }
	.current-menu-item {
    background: #fff0;
}
	p, li a {
    font-size: 14px;
}
	div#sec-two-in p br {
    display: none;
}
	div#sec-two-in .vc_col-sm-7 .vc_column-inner {
    padding-right: 20px;
}
	div#sec-two-in .hover-wrap:before {
        width: 305px;
        height: 507px;
    }
	    div#sec-two img.img-with-animation.rigt-img.skip-lazy {
        margin: 0% -23% -11% 0% !important;
        width: 250px;
    }
	div#sec-two-in .t-1 {
    padding: 20px;
}
	a#btn {
    padding: 12px 25px !important;
    font-size: 14px;
}
	    div#sec-three .clm {
        padding-left: 70px;
    }
	div#sec-three a.toggle-heading {
    font-size: 16px;
    padding: 10px 20px !important;
}
	div#sec-four {
    padding: 30px 0px !important;
}
	div#sec-four img.img-with-animation.lft-img.skip-lazy {
        margin: 0% 0% -12% -22% !important;
        width: 200px;
    }
	h2.woocommerce-loop-product__title {
    width: 70% !important;
    font-size: 15px !important;
}
	div#sec-five {
    padding: 30px 0px !important;
}
	div#banner-inner {
    padding: 20px 70px !important;
}
	    div#sec-five-in {
        padding: 20px 20px !important;
    }
	div#copyright p {
    font-size: 12px;
}
	body:not(.mobile) #header-outer.transparent > #top .span_9 > .slide-out-widget-area-toggle .lines-button::after, body:not(.mobile) #header-outer.transparent > #top .span_9 > .slide-out-widget-area-toggle .lines::before, body:not(.mobile) #header-outer.transparent > #top .span_9 > .slide-out-widget-area-toggle .lines::after {
  background: #3c6f7e !important;
}
}
@media (max-width: 1024px) {
	    div#sec-two-in .hover-wrap:before {
        width: 275px;
        height: 467px;
    }
}
@media (max-width: 912px) {
	    header#top .icon-salient-search:before {
        width: 35px;
        height: 35px;
        margin-top: 0px !important;
    }
	header#top .icon-salient-cart:before {
    width: 35px;
    height: 35px;
    margin-top: -9px;
}
	 .text-lft {
        margin-left: -70px;
    }
	header#top a.mobile-search {
    margin-right: 10px;
}
	header#top a#mobile-cart-link {
    margin-right: 10px;
}
	div#sec-two-in .vc_col-sm-7 .vc_column-inner {
    padding-right: 0px;
}
	div#sec-three .t1 {
    padding: 0px 100px;
}
	div#sec-three .t1 br {
    display: none;
}
	div#sec-three .clm {
        padding-left: 0px;
    }
	div#sec-three .vc_col-sm-6 {
    margin: 0px 130px !important;
}
	div#sec-two-in {
    text-align: center;
}
	div#sec-two-in img {
    margin: 0 auto;
}
	    div#sec-two .row-bg:after {
        width: 188px;
        height: 250px;
        margin: 0px -70px 0px 0px !important;
    }
	    div#sec-two-in {
        margin: 0px 80px;
        padding: 15px 15px 15px 15px !important;
    }
		    div#sec-two-in .hover-wrap:before {
        width: 435px;
        height: 687px;
    }
	div#sec-two-in {
        margin: 0px 80px;
        padding: 15px 15px 15px 15px !important;
        background-size: cover;
        border-radius: 20px 30px 30px 30px !important;
    }
	    div#sec-three-in a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        width: 40% !important;
    }
	div#sec-three a#btn {
    margin: 0 auto;
    display: table;
}
	div#sec-four-inner .wpb_text_column.wpb_content_element {
    text-align: center;
}
	div#sec-four-inner {
    margin: 0px 40px !important;
}
	    h2.woocommerce-loop-product__title {
        width: 50% !important;
        font-size: 20px !important;
    }
	div#footer-widgets .col.span_4 {
    width: 100%;
    text-align: center;
    margin: 0px !important;
}
	#footer-outer .widget h4 {
    margin-bottom: 20px;
}
	div#footer-widgets .row {
    padding: 30px 0px !important;
}
	div#nav_menu-2 ul li {
    margin-bottom: 10px !important;
}
	div#sec-two-in .t-1 {
    margin-right: 0px;
}
	.owl-dots {
    display: none;
}
	    div#banner-inner {
        padding: 20px 40px !important;
    }
	div#sec-eight .vc_column-inner {
    margin: 0px 100px;
    text-align: center;
}
	div#sec-two img.img-with-animation.lft-img.skip-lazy {
    margin: 0% 0% -9% -50% !important;
}
	#top {
  margin-top: 20px !important;
}
	 #sec-five-in {
    height: 280px !important;
  }
	#sec-four-inner .woocommerce ul.products li.product .woocommerce-loop-product__title {
  line-height: 23px;
  font-size: 15px !important;
  margin-top: 10px;
}
	#footer-outer .widget {
  margin-bottom: 0 !important;
}
	#footer-outer .widget h4 {
  margin-top: 20px !important;
}
}
@media (max-width: 800px) {
	    div#sec-two-in {
        margin: 0px 60px;
    }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
	#top {
  background: #6FECF9;
  padding: 10px 0px 0px 0px !Important;
}
	div#header-outer {
    position: relative !important;
    padding: 0;
}
		 .text-lft {
        margin-left: -40px;
    }
	    div#sec-two-in .hover-wrap:before {
        width: 385px;
        height: 547px;
    }
	div#sec-two img.img-with-animation.rigt-img.skip-lazy {
        margin: 0% -20% -25% 0% !important;
        width: 150px;
    }
	    div#sec-two-in {
        margin: 0px 0px;
    }
		div#sec-two img.img-with-animation.lft-img.skip-lazy {
    margin: 0% 0% -15% -50% !important;
}
	    div#sec-three .t1 {
        padding: 0px 0px;
    }
	    div#sec-three .vc_col-sm-6 {
        margin: 0px 30px !important;
    }
	div#sec-three-in {
    margin: 0px 30px;
}
	    div#sec-four img.img-with-animation.lft-img.skip-lazy {
        margin: 0% 0% -20% -22% !important;
        width: 150px;
    }
	div#sec-five-in .iwithtext .iwt-icon {
    position: unset;
    margin: 0 auto;
    display: table;
}
	div#sec-eight .vc_column-inner {
    margin: 0px 0px;
}
	    h2.woocommerce-loop-product__title {
        width: 70% !important;
        font-size: 15px !important;
    }
	div#banner-inner {
        padding: 20px 20px !important;
    }
	div#sec-five .owl-carousel .owl-nav.disabled {
    display: none !important;
}
	div#sec-five {
    text-align: center;
}
	#footer-outer .widget h4 {
    font-size: 30px;
}
	#footer-outer .widget h4 {
    margin-top: 0px;
}
	div#copyright {
    text-align: center;
}
		    h1, h2 {
        font-size: 22px !important;
        line-height: 27px !important;
    }
	div#sec-two {
  padding: 10px 0px !important;
}
	#top {
    margin-top: 0 !important;
  }
	#top .col.span_9.col_last {
  margin-top: 20px;
}
	div#sec-three h2 {
  padding: 10px !important;
}
	div#sec-four img.img-with-animation.lft-img.skip-lazy {
  display: none !important;
}
	  div#sec-four {
    padding: 10px 0px !important;
  }
	  div#sec-three a.toggle-heading {
    padding: 10px 20px !important;
    font-size: 13px;
  }
	 #sec-five-in {
    height: 430px !important;
  }
	#sec-four-inner .wpb_text_column.wpb_content_element {
  margin-bottom: 0px !important;
}
	#sec-four-inner .woocommerce.columns-3 {
  margin-bottom: 0px !important;
}
}
@media (max-width: 428px) {
		    div#sec-two-in .hover-wrap:before {
        width: 285px;
        height: 417px;
    }
	    div#sec-four-inner {
        margin: 0px 20px !important;
    }
	div#sec-four img.img-with-animation.lft-img.skip-lazy {
        margin: 0% 0% -22% -35% !important;
        width: 150px;
    }
	div#sec-two img.img-with-animation.rigt-img.skip-lazy {
  display: none !important;
}
}
@media (max-width: 414px) {
	 div#sec-three a.toggle-heading {
    padding: 20px 20px !important;
    font-size: 12px;
    margin: 0px 10px !important;
  }
	#sec-five-in {
    height: 480px !important;
  }
}
@media (max-width: 390px) {
  div#copyright p {
        font-size: 11px;
    }
	  #sec-five-in {
    height: 530px !important;
  }
}
@media (max-width: 375px) {}
@media (max-width: 360px) {
	  div#sec-three a.toggle-heading {
    padding: 20px 30px !important;
    font-size: 12px;
    margin: 0px 10px !important;
  }
}


@-moz-document url-prefix() {  
#sec-five-in {
  height: 320px;
}
@media (max-width: 1600px) {}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1340px) {}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {}
@media (max-width: 912px) {
	#sec-five-in {
  height: 260px;
}
	}
@media (max-width: 800px) {
	#sec-five-in {
  height: 280px;
}
	}
@media (max-width: 768px) {}
@media (max-width: 480px) {
	#sec-five-in {
  height: 260px;
}
	}
@media (max-width: 428px) {}
@media (max-width: 414px) {
	#sec-five-in {
  height: 280px;
}
	}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}

}