:root {
	--white: #FFF;
	--light-grey: #f7f7f7;
	--baby-blue: #E8EFFF;
    --dark-blue: #002992;
	--grey: #3c3c3c; /*was #707070*/
}

html {
  scroll-behavior: smooth;
}

/* ----------------------------------------------------- Background Styles ------------------------------------------------- */
.bg-light-grey {
	background-color: var(--light-grey);
}

.bg-baby-blue {
	background-color: var(--baby-blue);
}

.bg-dark-blue {
	background-color: var(--dark-blue);
}

.bg-gradient {
	background-image: linear-gradient(to right, var(--blue) , var(--dark-blue));
}

.bg-white {
	background-color: var(--white);
}
.bg-orange {
	background-color: var(--orange);
}
.bg-orange img {
	max-width: 70px;
	margin-bottom: 20px;
}
.border-bottom-green {
	border-bottom: solid 6px var(--green);
}
.border-bottom-orange {
	border-bottom: solid 6px var(--orange);
}

.bg-box-shadow {
	background-color: #fff;
    box-shadow: 10px 10px 20px grey;
}




/* ----------------------------------------------------- Menu Styles ------------------------------------------------- */

.menu ul {
	padding: 0px;
	margin: 0;
}
.menu li {
	list-style: none;
	display: inline-block;
	padding: 3px 15px;
	margin-left: 10px;
	background-image: none;
	margin-bottom: 10px;
}
.menu a {
	color: var(--blue);
	font-size: 18px;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
}

/* ----------------------------------------------------- Header And Banner Image Styles ---------------------------------------------------------------- */

header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}
header.woocommerce-Address-title.title {
	position: relative;
}
.header-links {
	margin-right: 45px;
	padding-top: 10px;
	z-index: 99999;
	position: relative;
}
.header-links li {
	list-style: none;
	float: right;
	margin: 0 0 0 10px;
}
.logo {
	max-width: 400px;
	min-width: 100px;
	margin-left: 5%;
	z-index: 99999;
  	position: relative;
}

.banner-image {
	width: 100%;
	height: auto;
	min-height: 65vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
}


.full-width-image-bg {
	height: 40vh; 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center;
}

.slick-slide {

height: auto !important;
margin-bottom: 10px !important;
}

.circle-delivery {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: var(--dark-blue);
	color: #fff;
	text-align: center;
	align-content: center;
  	padding: 25px;
}
.circle-delivery p {
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	margin: revert;
}

/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */

.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f291" !important;
    font-size: 25px;
    color: var(--dark-blue);
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
	position: absolute;
    	top: 15px;
   	right: 1px;
   	transform: translateY(-105%) translateX(25%);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
   	width: 22px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
    	background: var(--blue);
    	border-radius: 50%;
    	padding: 1px;  
}
/* ---------------------------------------------- */

/* ----------------------------------------------------- Slick Slider Styles ---------------------------------------------------------------- */
.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-left {
	background: var(--light-grey) !important;
}
.wpsisac-content-right {
	padding: 0 !important;
}
.wpsisac-slick-slider.design-4 .slick-dots {
	display: none;
}
.wpsisac-slide-wrap .wpsisac-readmore a.wpsisac-slider-readmore {
	background-color: var(--dark-green) !important;
	border: 0 !important;
}
.wpsisac-slick-slider h2.wpsisac-slide-title {
	font-size: 40px !important;
}
.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content p {
	margin-top: 25px;
}
.wp-medium-5 {
	height: 50vh;
    overflow: hidden;
}
.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-left {
	height: 50vh;
	padding: 70px 50px !important;
}
.wpsisac-slick-slider.design-4 .wpsisac-image-slide img {
	width: 100% !important;
}
.slick-arrow {
	display: none !important;
}
.wp-medium-12 {
	padding: 0 !important;
}
.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content {
	margin-top: 10%;
	margin-left: 5%;
	margin-right: 20%;
}

#wps-slider-section img.wpsf-product-img {
	width: 100%;
	height: auto;
}


/* ----------------------------------------------------- Generic Content Styles ---------------------------------------------------------------- */
main {
	margin-top: 60px;
}
section#main {
	margin-top: 110px;
}
.content-padding {
	padding: 5%;
}
.content-padding-sm {
	padding: 2.5%;
}
.content-margin {
	margin: 5% 0;
}
.padding-top-lrg {
	padding-top: 50px;
}

.testimonial {
	margin-bottom: 20px;
	padding: 10px;
	border: solid 3px var(--blue);
}

.photo-credit {
	position: absolute;
	bottom: 15px;
	font-size: 13px;
	color: #fff;
}

.bg-gradient .nf-form-content button, .bg-gradient .nf-form-content input[type=button], .bg-gradient .nf-form-content input[type=submit] {
	width: 100% !important;
	border: solid 1px white !important; 
	background-color: transparent!important;
}

.bg-gradient .nf-form-fields-required {
	color: #fff;
	padding-bottom: 10px;
}
.nf-form-content {
	padding: 0 !important;
}
.content-boxes {
	min-height: 15vh;
	padding: 20px;
}

.ninja-forms-form-wrap * {
}


/* ----------------------------------------------------- Woocommerce Styles ---------------------------------------------------------------- */

/*home page product slider
#wps-slider-section .wpsf-product {
    width: auto !important;
}*/
#wps-slider-section img.wpsf-product-img {
	width: 100%;
	height: auto;
}

.woocommerce .woocommerce-result-count {
    padding-left: 5.8%;
	display: none;
}
.woocommerce .woocommerce-ordering {
    padding-right: 5.8%;
	display: none;
}
.woocommerce ul.products {
    padding: 2% 5.8% 0 !important;
}
.woocommerce .woocommerce-breadcrumb {
	display: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color:  var(--dark-blue);
	text-align: center;
	border: none;
	border-radius: 5px !important;
	color: var(--white);
	font-size: 15px;
	padding: 10px;
	text-decoration: none !important;
	margin-right: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 500;
}

.woocommerce input.button.alt:hover {
	background-color:  var(--baby-blue);
	text-align: center;
	border: none;
	border-radius: 5px;
	color: var(--dark-blue);
	font-size: 15px;
	padding: 10px;
	text-decoration: none !important;
	margin-right: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}


.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-weight: bold;
	color: var(--dark-blue) !important;
	margin-bottom: 3% !important;
}
.woocommerce div.product form.cart {
}
form.gift-cards_form.cart {
	padding: 0 !important;
}
.gift-card-content-editor.step-content label {
    margin-top: 2px !important;
}
.gift_card_template_button {
    margin-top: 2em !important;
}
.ywgc-form-preview-separator {
    background: none !important;
}
.ywgc-main-form-preview-container {
	min-height: auto !important;
}
/* hide price for gift card on all products category page */
.woocommerce ul.products li.product.post-19462 .price {
	display: none;
}

span.price.subscription-price {
	color: var(--primary) !important;
}
ul.wcsatt-options-prompt-radios {
	padding: 0;
}
.woocommerce span.onsale {
	display: grid;
    align-content: space-around;
	width: 75px !important;
    height: 75px !important;
	top: 4% !important;
    right: 12% !important;
	left: auto !important;
	background-color: var(--primary) !important;
}

/*---Category page---*/
.number {
	max-width: 30%;
	padding-right: 10px;
}



/*---Product page---*/
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: left !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: left !important;
	padding-left: 5.8%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	text-align: center;
}
.woocommerce div.product div.images {
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
	padding: 5.8%;
}
.related.products h2 {
	padding-left: 5.8%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 20% !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	margin-top: 10px;
}
/*---Quantity---*/
.woocommerce div.product form.cart div.quantity {
	border: 1px solid var(--primary);
	border-radius: 0;
	padding: 3px;
}
form.gift-cards_form.cart div.quantity {
	text-align: center !important;
	width: 100% !important;
}
input.minus, input.plus {
	border: 0;
	padding: 2px 14px;
	background: #fff;
}
.woocommerce .quantity input[type="number"] {
	border: 0 !important;
}

.label:before {
	content: "Quantity";
	display: inline-block;
	color: var(--dark-blue);
}
.label label {
	display: none;
}

.woocommerce div.product form.cart .button {
	background-color:  var(--dark-blue);
	text-align: center;
	border: none;
	border-radius: 5px !important;
	color: var(--white);
	font-size: 15px;
	padding: 10px;
	text-decoration: none !important;
	margin-right: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 500;
}
.woocommerce div.product form.cart .button.gift_card_add_to_cart_button {
	width: 100% !important;
}

.woocommerce-products-header {
	padding: 2.5% 5% 5% 5%;
	position: relative;
	text-align: center;
}
.category-description {
}
.term-description {
	text-align: center;
}
.woocommerce ul.products li.product .price {
	color: var(--grey) !important;
}
.sidebar {
	display: none !important;
}

sidebar {
	display: none !important;
}

.product_title {
}

.product_meta {
	/*display: none !important;*/
}

.woocommerce div.product div.images {
  margin-right: 30px;
}

.woocommerce div.product div.summary {
	margin-top: 5%;
}

/*
.related.products {
	display: none !important; 
}
*/
/*
#tab-title-description {
	display: none !important;
}

#tab-description {
	display: none !important;
}
*/
.woocommerce div.product .woocommerce-tabs {
	padding: 0 !important; 
	display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
	padding: 2% 5.5% !important;
}
.wpsf-product-title {
	text-align: left;
}
section.related.products {
	clear: both;
}

#wps-slider-section .wps-product-section:not(.sp-wps-custom-template) .wpsf-product-title {
	font-weight: 400 !important;
}

.woocommerce a.button {
	background-color:  var(--dark-blue) !important;
	text-align: center !important;
	border: none;
	color: var(--white) !important;
	font-size: 15px;
	padding: 10px;
	text-decoration: none !important;
	margin-right: 5px;		
	cursor: pointer;
}

.woocommerce a.button:hover {
	background-color:  var(--baby-blue) !important;
	color: var(--dark-blue) !important;
	text-decoration: none !important;
}
[type="reset"], [type="submit"], html [type="button"] {
	background-color:  var(--dark-blue) !important;
	text-align: center !important;
	border: none;
	border-radius: 5px !important;
	color: var(--white) !important;
	font-size: 15px !important;
	padding: 10px !important;
	text-decoration: none !important;
	margin-right: 5px !important;
	margin-bottom: 5px !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
}

/** woocommerce cart **/
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 50% !important;
	width: 50% !important;
	padding-left: 0 !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 50% !important;
	width: 50% !important;
}

.woocommerce-input-wrapper {
	width: 100%;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	padding: 1em 2em 1em 3.5em;
	background: none;
}

/** woocommerce members area styles **/
nav.woocommerce-MyAccount-navigation {
	width: 25%;
    float: left;
}
div.woocommerce-MyAccount-content {
	float: right;
    width: 75%;
}
.woocommerce-info {
    border-top: none !important;
	color: var(--primary) !important;
	border-left: 5px solid var(--primary) !important;
}
.woocommerce-info::before {
    color: var(--primary) !important;
}



/* ----------------------------------------------------- Metaslider Styles ---------------------------------------------------------------- */

.slides {
	padding: 0px !important;
}
.ms-image {
	display: block !important;
	height: 42vw !important;
	position: relative !important;
}
.ms-image img {
	height: 100%;
	object-fit: contain;
  object-position: right;
  width: 100%;
  background-color: white;
}
.metaslider .caption-wrap {
    background: none !important;
	opacity: 1 !important;
	top: 25% !important;
	left: 5% !important;
	width: 40% !important;
}
.caption-wrap .caption {
	width: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: initial;
}

.metaslider .flexslider .slides > li img
{
	height: inherit;
}

.metaslider a {
	background-color:  var(--dark-blue);
	text-align: center;
	border: none;
	border-radius: 5px !important;
	color: var(--white);
	font-size: 15px;
	padding: 10px;
	text-decoration: none !important;
	margin-right: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 500;

}
.metaslider a:hover {
	background-color: var(--baby-blue);
	color: var(--dark-blue);
}


/*



.flexslider {
	position: relative;
}
.flex-direction-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0px;
}
.flex-nav-next {
	position: absolute; 
	right: 5%;
}
.flex-nav-next {
	position: absolute; 
	right: 5%;
	list-style: none;
}
.flex-next, .flex-prev {
	font-size: 50px !important;
	color: var(--white) !important;
	text-decoration: none !important;
	border: none !important;
}
.flex-nav-prev {
	position: absolute;
	left: 5%;
	list-style: none;
}
*/



/* ----------------------------------------------------- Button and A Styles ---------------------------------------------------------------- */

a.button, .tab-content a {
	width: 100%;
	text-align: center;
	border: solid 1px #707070;
	color: var(--dark-blue);
	font-weight: bold;
	font-size: 20px;
	display: block;
	padding: 10px 0;
	text-decoration: none !important;
	margin-top: 5%;
}

a.button:hover {
	width: 100%;
	text-align: center;
	border: solid 1px #707070;
	color: var(--dark-blue);
	font-weight: bold;
	font-size: 20px;
	display: block;
	padding: 10px 0;
	text-decoration: none !important;
	margin-top: 5%;
}

button {
	background-color:  var(--dark-blue);
	text-align: center;
	border: none;
	border-radius: 5px;
	color: var(--white);
	font-size: 15px;
	padding: 10px;
	text-decoration: none !important;
	margin-right: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
}

button:hover {
	background-color:  var(--baby-blue);
	text-align: center;
	border: none;
	border-radius: 5px;
	color: var(--dark-blue);
	font-size: 15px;
	padding: 10px;
	text-decoration: none !important;
	margin-right: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

 .light button {
	background-color:  var(--baby-blue);
	text-align: center;
	border: none;
	border-radius: 5px;
	color: var(--dark-blue);
	font-size: 15px;
	padding: 10px;
	text-decoration: none !important;
	margin-right: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 500;
}

 .light button:hover {
	background-color:  var(--dark-blue);
	text-align: center;
	border: none;
	border-radius: 5px;
	color: var(--white);
	font-size: 15px;
	padding: 10px;
	text-decoration: none !important;
	margin-right: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.white button {
	background-color:  var(--white);
	text-align: center;
	border: none;
	border-radius: 5px;
	color: var(--dark-blue);
	font-size: 15px;
	padding: 10px;
	text-decoration: none !important;
	margin-right: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 500;
}

.white button:hover {
	background-color:  var(--dark-blue);
	text-align: center;
	border: none;
	border-radius: 5px;
	color: var(--white);
	font-size: 15px;
	padding: 10px;
	text-decoration: none !important;
	margin-right: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#wps-slider-section .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button) {
	background-color:  var(--dark-blue) !important;
	text-align: center !important;
	border: none !important;
	border-radius: 5px !important;
	color: var(--white) !important;
	font-size: 15px !important;
	padding: 10px !important;
	text-decoration: none !important;
	margin-right: 5px !important;
	margin-bottom: 5px!important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
	width: 50% !important;
	float: left !important;

}
/* ----------------------------------------------------- Footer Styles ---------------------------------------------------------------- */

footer {
	padding: 50px 5%;
	background-color: var(--dark-blue);
	
}
footer p, footer a {
	font-size: 14px;
	color: white !important;
}





/* ----------------------------------------------------- 2200px + ---------------------------------------------------------------- */

@media only screen and (min-width : 2200px) {
}


/* ----------------------------------------------------- Smaller than 2200px ----------------------------------------------------- */

@media only screen and (max-width : 2200px) {
}


/* ----------------------------------------------------- Smaller than 1800px ----------------------------------------------------- */

@media only screen and (max-width : 1800px) {
}


/* ----------------------------------------------------- Smaller than 1750px ----------------------------------------------------- */

@media only screen and (max-width : 1750px) {
}


/* ----------------------------------------------------- Smaller than 1650px ----------------------------------------------------- */

@media only screen and (max-width : 1650px) {	
}


/* ----------------------------------------------------- Smaller than 1550px ----------------------------------------------------- */

@media only screen and (max-width : 1550px) {
	
}


/* ----------------------------------------------------- Smaller than 1450px ----------------------------------------------------- */

@media only screen and (max-width : 1450px) {
}


/* ----------------------------------------------------- Smaller than 1350px ----------------------------------------------------- */

@media only screen and (max-width : 1350px) {
	.slider-image {
		width: calc(50% - 10px);
		min-width: calc(50% - 10px);
	}
	.wpsisac-slick-slider.design-4 .wpsisac-image-slide img {
		height: 100% !important;
		width:  auto !important;
	}
}


/* ----------------------------------------------------- Smaller than 1250px ----------------------------------------------------- */

@media only screen and (max-width : 1250px) {
} 


/* ----------------------------------------------------- Smaller than 1125px ----------------------------------------------------- */

@media only screen and (max-width : 1125px) {
	
	
}


/* ----------------------------------------------------- Smaller than 1080px ----------------------------------------------------- */
@media only screen and (max-width : 1080px) {
	.caption-wrap .caption {
 	   font-size: 30px;
	}
}


/* ----------------------------------------------------- Smaller than 1024px - iPad landscape ----------------------------------------------------- */

@media only screen and (max-width : 1024px) {	
	.testimonial {
		margin-bottom: 40px;
		padding: 18px;
	}
	.bg-orange img {
    	max-width: 50px;
	}
}


/* ----------------------------------------------------- Smaller than 991px ------------------------------------------------------ */

@media only screen and (max-width : 991px) {
	.caption-wrap .caption {
 	   	font-size: 25px;
		padding: 16px 20px !important;
	}
	.menu li {
		padding: 1px 12px 2px 12px;
	}
	.circle-delivery {
		top: 45px;
	}
	.home-text {
		padding: 30px 24% 300px 2%;
	}
	.home-background {
		background-size: contain !important;
  		background-position: right bottom !important;
	}
	main {
  		margin-top: 150px;
	}
	section#main {
  		margin-top: 180px;
	}
	.header-links {
		text-align: right;
  		margin: 0 auto;
  		max-width: fit-content;
	}
}

/* ----------------------------------------------------- Smaller than 870px ------------------------------------------------------ */

@media only screen and (max-width : 870px) {	

}

/* ----------------------------------------------------- Smaller than 800px ------------------------------------------------------ */

@media only screen and (max-width : 800px) {	
}


/* ----------------------------------------------------- Smaller than 768px - iPad portrait ------------------------------------------------------ */

@media only screen and (max-width : 768px) {
	.mobile-center {
		text-align: center !important;
	}
	.mobile-left {
		text-align: left !important;
	}
	.metaslider .caption-wrap {
	    width: 90% !important;
	}
	.bg-orange img {
    	max-width: 40px;
	}
	.psac-post-short-content {
		font-size: 14px !important;
    	line-height: 19px !important;
	}
	.logo {
		width: 85%;
		margin-bottom: 15px;
		padding-top: 15px;
		margin-left: 2%;
	}
	.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content {
		margin: 0;
	}
	.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-left {
		height: auto;
	}
	.wpsisac-slick-slider.design-4 .wpsisac-image-slide img {
		width: 100% !important;
		height: auto !important;
	}
	.wp-medium-5 {
		height: 30vh;
	}
	.full-width-image-bg {
		height: auto;
	}
	.home-background {
		min-height: auto !important;
	}
	.home-text {
    	padding: 30px 200px 200px 2%;
	}
	.padding-top-lrg {
		padding-top: 0;
	}

}


/* ----------------------------------------------------- Smaller than 700px ------------------------------------------------------ */

@media only screen and (max-width : 700px) {
}

/* ----------------------------------------------------- Smaller than Mobile ----------------------------------------------------- */

@media only screen and (max-width : 650px) {
	/* check if needed
	.psac-slider-and-carousel .owl-nav {
		width: 118% !important;
		left: -9%;
	}
	
	.psac-slider-and-carousel .owl-nav .owl-next, .psac-slider-and-carousel .owl-nav .owl-prev {
    	background: rgba(255,255,255,1) !important;
	}
	*/
	
}


/* ----------------------------------------------------- Smaller than 540px ------------------------------------------------------ */

@media only screen and (max-width : 540px) {	
	.circle-delivery {
		width: 120px;
  		height: 120px;
		padding: 12px;
		top: auto;
    	left: 25px;
    	bottom: 25px;
	}
	.circle-delivery p {
		font-size: 13px;
	}
	.home-text {
    	padding: 10px 20px 145px 2%;
	}
	.home-text h3 {
		font-size: 18px;
	}
}


/* ----------------------------------------------------- Smaller than 500px ------------------------------------------------------ */

@media only screen and (max-width : 450px) {

}