
body
{
	background:#FFFFFF;
	/*
	background:#eef2f6;
	*/
	font-family: 'Open Sans', sans-serif;
}

a:hover
{
	text-decoration:none;
}

.transition-eieo-4
{
	-webkit-transition: all 0.4s ease;                  
    -moz-transition: all 0.4s ease;                 
    -o-transition: all 0.4s ease;   
    -ms-transition: all 0.4s ease;          
    transition: all 0.4s ease;
}

.transition-eieo-2
{
	-webkit-transition: all 0.2s ease;                  
    -moz-transition: all 0.2s ease;                 
    -o-transition: all 0.2s ease;   
    -ms-transition: all 0.2s ease;          
    transition: all 0.2s ease;
}



.container
{
	max-width: 1170px;
}

header.site-header
{
	background:#FFFFFF;
}

header
{
	font-family: 'Open Sans', sans-serif;
}

header .site-logo
{
	margin:2px 0;	
}

header .site-navtools
{
	background:#336dc1;
	border-top:#2c68bf 1px solid;
	border-bottom:#2c68bf 1px solid;
}

header .site-navtools .topnav
{
	padding:2px 0;	
	border-bottom:#2c68bf 1px solid;	
}

header .site-navtools .nav-hr
{
	border-bottom: #6e97d3 2px solid;
	height:0;
}


header .header-search-container
{
	margin-top:10px;
	width:350px;
	margin-left:auto;
	margin-right:auto;
}

footer h3
{
	text-shadow:none;
}

footer,
footer h3.footer-title,
ul.footer-menu h5
{
	font-family: 'Open Sans', sans-serif;
}

footer .search-form-footer .search-input,
header .search-form-header .search-input
{
	width:100%;
	max-width:300px;
	border:none;
	border-radius: 5px 0 0 5px;
	padding:0 14px;
	height:36px;
	line-height:36px;
	background:#aabfdd;
	outline:none;
	color:#0a3373;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
}


form.new-search input[type=text] {
    padding: 8.5px;
    font-size: 12px;
    float: left;
    width: 80%;
	border-radius: 4px 0 0 4px;
    background: #f1f1f1;
	border: none;
}

form.new-search button {
    float: left;
    width: 20%;
    padding: 5px 24px;
	height:35px;
    background: #3AAB78;
    color: white;
    font-size: 17px;
	border-radius: 0 4px 4px 0;
    cursor: pointer;
}

form.new-search button:hover {
    background: #3AAB78;
}

form.new-search::after {
    content: "";
    clear: both;
    display: table;
}

footer .search-form-footer .search-input:focus,
header .search-form-header .search-input:focus
{
	background:#FFFFFF;
}

footer .search-form-footer a.search-submit,
header .search-form-header a.search-submit
{
	width:80px;
	background-color:#2457a1;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	display:block;
}

footer .search-form-footer a.search-submit:hover,
header .search-form-header a.search-submit:hover
{
	text-decoration:none;
}

footer .search-form-footer a.search-submit
{
	background-color:#FFFFFF;
	color:#1d4581;
}

footer .search-form-footer a.search-submit:hover
{
	background-color:#1d4581;
	color:#FFFFFF;
}


header .search-form-header .search-input
{
	float:left;
	height:40px;
	background:#ffffff;
	font-weight:600;
}

header .search-form-header a.search-submit
{
	float:left;
	width:44px;
	height:40px;
	display:inline-block;
	border-radius:0 6px 6px 0;
}



header .contact-info
{
	display: inline-block;
	color:#FFFFFF;
	vertical-align:top;
	height: 28px;
	margin-top: 8px;
	text-shadow:0px 0px 2px #1d4581;
}

header .contact-info span
{
	font-size:16px;
	display:inline-block;
	margin-left:5px;
	line-height:28px;
	vertical-align:top;
}

header .contact-info i
{
	font-size:27px;
	line-height:28px;
	display:inline-block;
	vertical-align:top;
}

header .contact-info a
{
	display: block;
}

header .social-icons
{
	display:inline-block;
	margin-left: 38px;
	margin-top: 3px;
	height:30px;
	overflow:hidden;
}

header .social-icons a
{
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:50%;
	background:#FFFFFF;
	text-align:center;
	color:#336dc1;
	margin-left:6px;
	margin-right:6px;
	
	box-shadow: 0px 0px 4px 1px #2457a1; 
}

header .social-icons a.si-facebook:hover
{
	background-color:#1d4581;
}

header .social-icons a.si-youtube:hover
{
	background-color:#ff0000;
}

header .social-icons a.si-pinterest:hover
{
	background-color:#bd001c;
}

header .social-icons a.si-googleplus:hover
{
	background-color:#dd4b39;
}

header .social-icons a i
{
	font-size:18px;
	line-height:30px;
}

header .social-icons a:hover i
{
	color:#FFFFFF;
}


/* main menu */
#main-nav nav.navbar
{
	margin:0;
}
#main-nav ul.navbar-nav
	{
		width:100%;
	}


#main-nav .navbar-collapse
{	
	padding:0;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form
{
	border:none;
}

#main-nav .navbar-default
{
	background:none;
	border:none;
	border-radius:0;
	box-shadow:none;
}




#main-nav .navbar-nav > li > a
{
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	line-height:76px;
	height:76px;
	padding:0;
	vertical-align:bottom;
	text-align:center;
	
	text-shadow:0px 0px 2px #1d4581;
}

#main-nav .navbar-nav > li > a .fa-angle-down
{
	font-size:24px;
	line-height:74px;
	height:74px;
	margin-left:4px;
	display:inline-block;
	vertical-align:bottom;
}

#main-nav .navbar-nav > li > a span
{
	display:inline-block;
}


#main-nav  li.mmenu-account
{
	border-left:#6e97d3 2px solid;
}

#main-nav .navbar-nav > li.mmenu-account i
{
	font-size:26px;
}


#main-nav .navbar-nav > li.mmenu-account a
{
	padding-left:20px;
	padding-right:20px;
}

#main-nav .navbar-nav > li.mmenu-cart a
{
	padding-left:10px;
	padding-right:10px;
}

#main-nav .navbar-nav > li.mmenu-cart .cart-count
{
	
	font-size:14px;
	position:absolute;
	line-height:20px;
	height:20px;
	text-align:left;
	margin-top: -68px;
	margin-left: 12px;
}

#main-nav .navbar-nav > li.mmenu-cart i
{
	font-size:26px;	
}

#main-nav .navbar-default .navbar-nav > .active > a, 
#main-nav .navbar-default .navbar-nav > .open > a,
#main-nav .navbar-nav > li:hover > a,
#main-nav .navbar-nav > li > .dropdown-menu
{
	background:#1d4581;
}

#main-nav .navbar-nav > li > .dropdown-menu
{
	border-radius:0;
	padding:30px 40px;
	border:none;
	-webkit-transition: all 0.4s ease;                  
    -moz-transition: all 0.4s ease;                 
    -o-transition: all 0.4s ease;   
    -ms-transition: all 0.4s ease;          
    transition: all 0.4s ease;
}

#main-nav .navbar-nav > li > .dropdown-menu >li > a,
#main-nav .quicklinks-links a
{
	display:block;
	line-height:32px;
	padding:0;
	font-size:16px;
	color:#FFFFFF;
	font-weight:500;
}

#main-nav .dropdown-menu li.dropdown-links
{
	width: 224px;
	overflow: hidden;
}

#main-nav .navbar-nav > li > .dropdown-menu >li > a:hover,
#main-nav .quicklinks-links a:hover
{
	text-decoration:underline;
	color:#FFFFFF;
	background:#1d4581;
}

#main-nav li.quicklinks-nav
{
	float:right;
	width:132px;
}

.quicklinks-nav h4 
{
	color:#FFFFFF;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}

.quicklinks-links
{
	padding:0;
}







footer.site-footer
{
	margin-top:0;
	background:none;
	padding:0;
}

footer.site-footer .top-menu
{
	background:#336dc1;
	padding:20px 0;
	text-align:center;
}

footer.site-footer .top-menu a
{
	display:inline-block;
	border-radius:6px;
	background:#FFFFFF;
	color:#336dc1;
	max-width:100%;
	padding-left: 15px;
	padding-right: 15px;
	text-align:center;
	font-size:15px;
	font-weight:800;
	height:50px;
	line-height:50px;
	text-transform:uppercase;
	margin:5px 10px;
	vertical-align:bottom;
	box-shadow: 0px 0px 4px 0px #2457a1;
}

footer.site-footer .top-menu a i
{
	font-size:22px;
	margin-right:4px;
	vertical-align:middle;
}

footer.site-footer .top-menu a:hover
{
	background:#1d4581;
	color:#FFFFFF;
	box-shadow: 0px 0px 4px 0px #5286d2;
}
.footer-container
{
	margin-top: 40px;
	margin-bottom: 40px;
	width: 80%;
}


footer.site-footer .footer-search
{
	background:#2457a1;
	padding:30px 0;
}

footer.site-footer .footer-search h3{
	margin:0 0 30px 0;
	color:#FFFFFF;
	font-weight:bold;
	font-size:42px;
	padding-bottom: 20px;
	border-bottom: solid 1px white;
}

footer.site-footer .footer-search .input-container
{
	margin-bottom: 30px;
}

footer.site-footer .footer-search .input-container form
{
	max-width:412px;
	width:100%;
	margin: 10px;
	float: left;
}

footer.site-footer .footer-search h4
{
	color:#FFFFFF;
	margin:0 0 15px 0;
}

footer.site-footer .footer-search .popular-searches
{
	text-align: left;
	border-top: solid 1px white;
}

footer.site-footer .footer-search .popular-searches a
{
    font-size: 14px;
    display: inline-block;
    color: #fff;
    line-height: 26px;
    height: 26px;
    /* padding: 0 10px; */
    /* margin: 4px 2px; */
    padding-right: 10px;
    margin-top: 8px;
    margin-bottom: 0;
    margin-right: 4px;
}

footer.site-footer .footer-search .popular-searches a:hover
{
	text-decoration: underline;
}

footer.site-footer .footer-bottom
{
	background:#413F55;
	padding:20px 0;
	color:#9897A5;
}

ul.footer-menu h5
{
	color:#9897A5;
}

footer.site-footer .copyright
{
	border-top:none;
}

footer.site-footer,
footer.site-footer .footer-bottom p.disclaimer
{
	font-size: 14px;
}

footer.site-footer .footer-bottom p.disclaimer{
	line-height:20px;
	text-align:left;
	color:#9897A5;
	margin-bottom:20px;
	margin-top:0;
}


footer.site-footer .footer-bottom .bottom-menu
{
	text-align:center;
	color:#FFFFFF;
	margin-bottom:10px;
}

footer.site-footer .footer-bottom .bottom-menu a
{
	font-weight:bold;
	color:#9897A5;
	font-size:14px;
	line-height:26px;
	height:26px;
}

footer.site-footer .footer-bottom .bottom-menu a:hover
{
	
	color: white;
	text-decoration: underline;
}

footer.site-footer .footer-bottom .bottom-menu span.sep
{
	
	height:14px;
	width:2px;
	background-color: #9897A5;
	overflow:hidden;
	vertical-align:middle;
	margin-left:8px;
	margin-right:8px;
}

footer.site-footer .footer-bottom .bottom-menu span.sep:last-child
{
	display:none;
}

footer.site-footer .footer-bottom .copyright p,
footer.site-footer .footer-bottom .copyright p a
{
	color: #9897A5;
	text-decoration: none;
	font-size:14px;
}




body a.btn-theme:hover
{
	background-color:#1d4581;
}

#hbipxl
{
	position:fixed;
	bottom:-1px;
	height:1px;
}

.header-image
{
	height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	z-index:-1;
}

.navbar-default .navbar-toggle .icon-bar
{
	background-color: #ffffff;
	height: 3px;
}

.navbar-default .navbar-toggle
{
	border:none;
	padding: 8px 10px;
	margin-right:0;
}

header .contact-tel .contact-info span,
header .contact-tel .contact-info i
{	
	line-height:50px;
	height:50px;
	font-size: 20px;
}

header .contact-tel .contact-info i
{
	
	min-width:16px;
}

header .contact-tel .contact-info span
{
	font-size: 14px;
}

header .contact-tel .contact-info
{
	height:50px;
	margin:0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
	background-color:#2457a1;
}

.navbar-default .btn-mobile-search.navbar-toggle
{
	padding:5px 10px;
	margin:8px 6px 8px 0;
}

.btn-mobile-search i
{
	color:#FFFFFF;
	font-size:22px;
	line-height:22px;
	height:22px;
}

#main-nav #mobile-searchbar.navbar-collapse
{
	padding:0 15px;
}

#main-nav #mobile-searchbar.navbar-collapse .header-search-container
{
	padding:20px 0;
	max-width:412px;
	width:100%;
}



.page .main-content
{
	padding:0;
}

.product-list-container
{
	display:flex;
	-webkit-flex-flow: row wrap;
  	justify-content: space-around;
}

.product-list-container .product-item
{
	max-width:360px;
	border-radius:10px;
	background: #FFFFFF;
	
	-webkit-box-shadow: 0px 7px 14px -2px #d3d4d7;
	-moz-box-shadow: 0px 7px 14px -2px #d3d4d7;
	box-shadow: 0px 7px 14px -2px #d3d4d7;
	margin:24px 0px;
	
	width:100%;
	
	cursor:pointer;
	border:#FFFFFF 1px solid;
	overflow:hidden;
	
}

.product-list-container .product-item > .inner
{
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top, #d6f3ff 0%, #ffffff 31%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d6f3ff 0%,#ffffff 31%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d6f3ff 0%,#ffffff 31%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f3ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	background-position: 0 -120px;
	background-repeat:no-repeat;
	padding-top:22px;

}

.product-list-container .product-item:hover
{
	-webkit-box-shadow: 0px 7px 14px -2px #a2a2a2;
	-moz-box-shadow: 0px 7px 14px -2px #a2a2a2;
	box-shadow: 0px 7px 14px -2px #a2a2a2;
}

.product-list-container .product-item:hover > .inner
{		
	background-position: 0 0;
}


#middle-content
{
	padding-top:25px;
}

#middle-content .product-list-container .product-item h3
{
	padding:0 18px; 
	min-height:76px;
	font-weight:700;
	font-size:25px;
	margin:0;
	line-height: 32px;	
}

#middle-content .product-list-container .product-item h3 a,
#middle-content .product-list-container .product-item h3 a:hover
{
	color:#212121;
}

#middle-content .product-list-container .product-item p.description
{
	padding:0 18px;
	line-height:19px;
	color:#565657;	
	font-size:13px;
	margin-bottom:23px;
}



/* default image size 300 x 350 */
.product-list-container .product-item .image
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	max-width:248px;
}

.product-list-container .product-item .image img
{
	max-height: 100%;
	max-width: 100%;
}

.product-list-container .product-item .rating
{
	text-align:center;
	height:26px;
	margin:12px 0;
}

.product-list-container .product-item .rating i
{
	color:#f9dd49;
	font-size:24px;
	margin:0 3px;
}


#middle-content .content-products .bottom-content
{
	margin:30px 0 50px 0;
}

#middle-content .content-products .bottom-content h1
{
	max-width:796px;
	margin:40px auto;
	line-height:48px;
	font-size: 34px;
}

#middle-content .content-products  h2
{
	margin:40px auto 36px auto;	
	font-size: 34px;
}

#middle-content .content-products .bottom-content p
{
	max-width: 630px;
	margin: 26px auto 26px auto;
	color: #555555;
	font-size: 17px;
	line-height: 26px;
}




ul.footer-menu h5
{
	border-bottom: solid 1px ;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight:600;
	margin-top:40px;
}
ul.footer-menu
{
	text-align: left;
	padding:0;
}
ul.footer-menu li
{
	list-style-type:none;
	text-transform: capitalize;
	color: #9897A5;
}
ul.footer-menu li a
{
	color: #9897A5;
	line-height: 27px;
	font-size:16px;
}
ul.footer-menu li a:hover
{
	text-decoration: underline;
}
.footer-column1
{
	margin-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
	width:40%;
}
.footer-column2
{
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 40px;
	width:58%;
}

footer.site-footer .footer-search h4 {
    color: #FFFFFF;
    margin: 0 0 15px 0;
	font-family:'Open Sans', sans-serif;
}
footer h4 {
    color: #fff;
    text-shadow:none;
    font-size: 18px;
    font-weight: 500;
	line-height: 1.1;
    text-align: left;
}

form.new-search input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#626262;
    opacity: 1; /* Firefox */
	font-family:'Open Sans', sans-serif;
}

#covidNote {
	text-align: center;
	font-size: large;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #8a6d3b;
	background-color: #FFA500;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #c37e00;
	border-radius: 4px;
	position: absolute;
	top: 0;
	width: 100%;
}


.disclaimer
{
	border-top: solid 1px;
	padding-top: 10px;
	margin-top: 30px;
}
.footer-form-menu
{
	margin-top: 40px;
}

.footer-form
{
	padding:20px 40px;
}

.footer-form-div
{
	max-width: 464px; 
	margin-right: auto;
	margin-left: auto;
	margin-top:40px;
	border: solid 1px #92919F;
	overflow: hidden;
	word-wrap: break-word;
}

.footer-form-div p
{
	padding: 10px;
}


.footer-form p
{
	color: #fff;
	font-size: 14px;
}
.footer-form-div input, .footer-form-div button, .footer-form-div a
{
	width: 100%;
	display:block;
	border: none;
	border-radius: 3px;	
}
.footer-form-div input
{
	padding: 13px;
	font-weight: bold;
	margin-bottom: 18px;
	
}
.footer-form-div button, .footer-form-div a.btn-link
{
	padding: 15px;
	font-weight: bold;
	margin-bottom: 18px;
	background-color: #46CE90;
	color:#FFFFFF;
}

.footer-form-div a.btn-link:hover
{
	text-decoration:none;
}

.footer-form-div img
{
	width: 100%;
	height: 100%;
}
.button-right-arrow
{
	transform: rotate(45deg);
	display: inline-block;
}
.footermenu
{
	margin-top: 50px;
}


#navbar-primary{margin:0px;}
#breadcrumbs{
	list-style:none;
	margin:10px 0;
	overflow:hidden;
	padding:0 10px;
}
  
#breadcrumbs li{
	display:inline-block;
	vertical-align:middle;
	margin-right:8px;
}
  
#breadcrumbs .separator{
	font-size:18px;
	font-weight:100;
	color:#ccc;
}
.search-form-header{ background:none; padding:0;}
.search-form-header input[type="search"]{
	border: 1px solid #000;
padding: 4px 16px;
font-size: 16px;
}
.search-form-header input[type="submit"]{
padding: 6px 24px;
}
#navbar-primary-1{ background:#366fbe;margin:0;padding:0;}  
#navbartop{float:right;}
.top-social-new{
	float: left;
list-style: none;
margin: 0;
padding: 10px;
width:100%;
}
.top-social-new li{float:left;}
.top-social-new li a{padding-right: 5px !important;}
#navbar-primary{background:#efefef;}
#navbar-primary-1 li a{padding: 0;
margin: 0; }

.collapse1 li a{padding:13px 12px !important; font-size:16px;}
.collapse1 a:hover, .collapse1 a:active, .collapse1 a:focus, .collapse1 a.active {
	background-color: #35528f !important;
	opacity: none;
}
#navbar-primary a:hover, #navbar-primary a:active, #navbar-primary a:focus, #navbar-primary a.active {
	background-color: #fff !important;
	color: #666 !important;
	opacity: none;
	border-bottom: 3px solid #35528f;
}
.site-footer{margin:0px 0px -16px !important;} 
.main-content {padding:15px;}
#navbar-primary li a {
	color: #666;
	border-bottom: solid #efefef 3px;
}



@media (min-width: 1200px){
	
	.footer-column1
	{
		float: right;
	}
	.footer-policy
	{
		float: right;
	}
}

@media (max-width: 1199px){
	ul.footer-menu h5
	{
		margin-top: 40px;
	}
	
	.footer-column1
	{
		float:right;
		width:40%;
	}
	.footer-column2
	{
		float:left;
		width:56%;
	}
}


@media (max-width: 991px){
	header .contact-info a
	{
		display: inline-block;
	}

	#main-nav .navbar-nav > li.mmenu-account span,
	#main-nav .navbar-nav > li.mmenu-cart span
	{
		display:none;
	}
	footer.site-footer .footer-search .input-container form
	{
		max-width:412px;
		width:100%;
		margin: 10px;
		float: none;
		color: black;
		
	}
	
	#main-nav .navbar-nav > li.mmenu-account a,
	#main-nav .navbar-nav > li.mmenu-cart a
	{
		padding-left: 10px;
		padding-right: 10px;
		text-align:center;
	}
	
	#main-nav .navbar-nav > li > a {		
		font-size: 14px;
	}
	
	#main-nav .navbar-nav > li > a .fa-angle-down
	{
		font-size:16px;
	}
	
	
	footer.site-footer .footer-search
	{
		
		/**
		display:none;
		**/
	}
	
	footer.site-footer .top-menu .container
	{
		max-width: 540px;
	}
	
	header .header-search-container
	{
		margin-left:auto;
		margin-right:auto;
	}
	
	header .contact-social-details
	{
		text-align:center;
		margin-top:15px;
	}
	
	header .jesse-quote
	{
		display:none;
	}
	
	header .logo-container
	{
		text-align:center;
	}
	
	.col-site-logo
	{
		text-align:center;
	}
	
	
	
}


/* desktop */
@media (min-width: 769px){
	#main-nav ul.navbar-nav
	{
		display: flex;
	}
	
	#main-nav ul.navbar-nav
	{
		width:100%;
		flex-direction: row;
		justify-content:space-evenly;
	}
	
	.header-image
	{
		height: 400px;
	}
	
	#main-nav .contact-tel
	{
		display:none;
	}
	
	#main-nav .navbar-nav > li.mmenu-item
	{
		flex:auto;
	}
	
	#main-nav #mobile-searchbar.navbar-collapse
	{
		display:none !important;
	}
	
	
	#main-nav .social-icons
	{
		display:none;
	}
	
	#main-nav .navbar-nav > li > .dropdown-menu
	{
		width: 476px;
	}
	
	
	
	footer.site-footer .footer-bottom .bottom-menu a
	{
		display:inline-block;
	}
	footer.site-footer .footer-bottom .bottom-menu span.sep
	{
		display:inline-block;
		border-bottom:1px solid;
	}
	
	.nav > li.mobile-quicklinks-nav
	{
		display:none;
	}
	
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}



/* mobile */
@media (max-width: 768px){
	
	.page .main-content
	{
		padding:0 10px;
	}
	
	/*
	header .site-navtools .nav-hr,
	header .header-search-container,
	header .contact-social-details .contact-info
	{
		display:none;
	}
	*/
	header .site-navtools .nav-hr,
	header .header-search-container-top,
	header .contact-social-details .contact-info
	{
		display:none;
	}
	
	header .site-navtools .topnav
	{
		border-bottom:none;
	}
	
	header .col-site-logo
	{
		padding:18px 0;
	}

	#main-nav .contact-tel
	{
		display:none;
	}

	#main-nav > .container
	{
		padding-left:0px;
		padding-right:0px;
	}
	
	#main-nav > .container .navbar-header
	{
		padding-left:15px;
		padding-right:15px;
	}
	
	#main-nav ul.navbar-nav
	{
		display: block;
		background:#336dc1;
		margin:0;
		border-top:#6691d0 1px solid;
	}
	
	
	#main-nav .navbar-nav > li > a,
	#main-nav .navbar-nav > li > a .fa-angle-down
	{
		line-height:46px;
		height:46px;
		text-align:left;
	}
	
	#main-nav .navbar-nav > li
	{
		min-height:46px;
	}
	
	#main-nav .navbar-nav > li > a,
	#main-nav .navbar-nav > li.mmenu-account a, 
	#main-nav .navbar-nav > li.mmenu-cart a
	{	
		font-size: 16px;
		padding-left:22px;
		padding-right:22px;
		
	}
	
	#main-nav .mobile-quicklinks-nav h4
	{
		line-height: 46px;
		height: 46px;
		text-align: left;
		font-size: 16px;
		padding-left: 22px;
		padding-right: 22px;
		color:#FFFFFF;
		text-transform:uppercase;
	}
	
	#main-nav .mobile-quicklinks-nav ul li a
	{
		line-height: 46px;
		height: 46px;
		text-align: left;
		font-size: 16px;
		padding-left: 22px;
		padding-right: 22px;
		font-weight:bold;
	}
	
	#main-nav .mobile-quicklinks-nav ul li a:hover
	{
		text-decoration:none;
	}
	
	#main-nav .navbar-nav > li.mmenu-account
	{
		border-left:0;
	}
	
	#main-nav .navbar-nav > li.mmenu-account a span, 
	#main-nav .navbar-nav > li.mmenu-cart a span{
		display:inline-block;
	}
	
	#main-nav .navbar-nav > li > a .fa-angle-down
	{
		font-size:18px;
	}
	
	#main-nav .navbar-nav > li > .dropdown-menu
	{
		position:relative;
	}
	
	#main-nav .navbar-nav > li.mmenu-cart .cart-count
	{
		display:inline-block;
		font-size:16px;
		position:relative;
		line-height:46px;
		height:46px;
		text-align:left;
		margin-top: 0;
		margin-left: 12px;
	}
	
	#main-nav .navbar-nav > li.mmenu-cart .cart-count::before
	{
		content:'(';
		display:inline-block;
	}
	
	#main-nav .navbar-nav > li.mmenu-cart .cart-count::after
	{
		content:')';
		display:inline-block;
	}
	
	#main-nav .social-icons
	{
		display:block;		
		text-align:center;
		padding:8px 0 12px 0;
		height:auto;
		overflow:visible;
		margin:0;
	}
	
	#main-nav .social-icons a
	{
		width:26px;
		height:26px;
	}
	
	#main-nav .social-icons a i
	{
		font-size: 16px;
		line-height: 28px;
	}
	
	.quicklinks-nav
	{
		display:none;
	}
	#main-nav .navbar-nav > li > .dropdown-menu
	{
		width:100%;
	}
	
	.footer-form
	{
		padding: 15px 20px 0 20px
	}
	
	.dropdown-links
	{
		width:auto;
		float: none;
		overflow: auto;
	}
	
	.footer-column1
	{
		float:none;
		width:100%;
		padding:0 30px;
	}
	.footer-column2
	{
		float:none;
		width:100%;
		padding:0 30px;
	}
	
	footer.site-footer .footer-bottom .bottom-menu span.sep
	{
		display: none;
	}
	footer.site-footer .footer-bottom .bottom-menu a
	{
		display: block;
		border: none;
	}
}




@media (max-width: 538px){
	footer.site-footer .top-menu a
	{
		width: 90%;
	}
}


/* ===Custom Tweaks - JB 8-6-18 W-260542159=== */
#post-3668 .categories { display: none; }

/* ===Responsive Caption - JB 10-31-18 W-272729347=== */
@media (max-width: 1200px){
  .wp-caption {
    /* Force the box to be 100% */
    width: 100% !important;
  }
  .wp-caption img {
    /* Scale down if too big */
    max-width: 99.03225806%; /* 614/620 */
    height: auto;
  }
}
