/*
	Theme Name: Howard Medical
	Theme URI: https://howardmedical.com
	Description: Howard Medical WordPress Theme
	Version: 9.9.9
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Poppins', sans-serif;
	color:#444;
	font-size: 14px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.woocommerce ul.products li.product a img {
    margin: 0 !important;
/*     height: 125px; */
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:100%;
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	background-color: #080797;
	padding: 10px 0;

}

#header-inner {
	max-width: 1440px;
	margin: 0px auto;

}
/* logo */
.logo {
	max-width: 25%;
	float: left;

}
.logo-img {
	/* max-width: 280px;*/
	height: auto;
}

.header-search { width: 50%; float: left; padding: 0 25px; margin-top: 5px; text-align:center;}



#category-dropdown select { float: left;
    /*background-color: #fff;*/
    -webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	padding: 11px 10px 10px;
	color: #080797;
	font-size: 16px;
	margin-right: 2px;
	background-color: #ffffff;
	height: 51px;
}
#category-dropdown select .cat-arrow {
    background: url("/wp-content/themes/howard-medical/img/arrow-bl-dn.svg") no-repeat 80% center #ffffff; }

.header-search input[type="search"] { width: 345px; padding: 13px 10px 13px; font-size: 16px; float: left; border: none;  }
.header-search button, html .header-search input[type="button"], .header-search input[type="reset"], .header-search input[type="submit"] {
    cursor: pointer;
    background-color: #E1080C;
    -webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	border: none;
	outline: none; 
	font-size: 16px;
	color: #ffffff;
	padding: 13px 10px 13px;
	float: left;

}

.home .sidebar2 { display: none;}
.archive .sidebar1 { display: none;}
/* nav */
.nav {
	max-width: 25%;
	float: left;
	margin-top: 4px;

}
.nav ul { list-style: none; margin-left: 0; padding-left: 0; float: left; margin-right: 10px; }
.nav ul li { display: inline; margin: 0 10px; font-size: 16px;  }
.nav ul li a { color: #ffffff; }

#slider {
	width: 100%; height: 250px; background-color: #dfdfdf;
}
.woocommerce #slider { display: none;}
#slider a { width: 100%;}
.slide {
	text-align: center; 
	height: 250px;
	display: flex;
    align-items: center;
    justify-content: center;
color: #ffffff;
font-size: 16px;
background-size: cover;
text-shadow: 0 0 12px #141414; width: 100%;}

.slide h2 { font-size: 24px; font-weight: 700; color: #ffffff;}

.slide div {
	width: 100%;
}

article.page {max-width: 600px; margin:50px auto 50px; }

.home article.page {max-width: 1440px; margin:10px auto 10px; }

.home-area-1 {
	width: 30.3%;
	padding: 30px 0;
	margin-right: 3%;
	float: left;
}
.home-area-1 img{float: left; margin-right: 15px; }
.home-area-1 .home-area-text {float: left; font-size: 16px; color: #3C4858;  line-height: 21px; }
.home-area-1 .home-area-text h3 { margin: 2px 0 0 0; padding: 0; font-weight: 600; }

body.page-template-template-tattoo .home-area-1 {
	width: 47%;
}
.home-area-2a {
	width: 19%;
	margin-right: .625%;
	height:140px;
	float: left;
	background-color: #999999;
}
.home-area-2b {
	width: 19%;
	height:140px;
	float: left;
	margin: 0 .625%;
	background-color: #999999;
}
.home-area-2c {
	width: 19%;
	height:140px;
	float: left;
	margin-left: .625%;
	background-color: #999999;
}

#infobox-1 {
	width: 100%;
	overflow: hidden;
	background-color: #F9FAFB;
	color: #3C4858;
	font-size: 14px;
}

h4 {
	color: #080797;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 15px;  
}
#infobox-1-img {
	width: 50%;
	min-height: 360px;
	background-color: #E4EBF1;
	float: left;
	text-align: right;
	background-repeat: no-repeat;
	background-position: bottom right;
}
#infobox-1-text {
	width: 50%;
	height: 360px;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;

}

#infobox-1-text div {
	padding: 0 100px;
	 }
#infobox-2-text div {
	padding: 0 100px;
	 }

#infobox-2 {
	width: 100%;
	overflow: hidden;
	background-color: #F9FAFB;
	color: #3C4858;
	font-size: 14px;
}
/*
body.home #infobox-2 {
	display: inherit;
}
*/
#infobox-2-img {
	width: 50%;
	background-color: #FFFFFF;
	float: left;
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 360px;
}
#infobox-2-text {
	width: 50%;
	float: left;
	height: 360px;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

#infobox-1-text a, #infobox-2-text a {
	display: block;
	max-width: 144px;
	text-align: center;
	margin-top: 15px;
	padding: 10px;
	background-color: #080797;
	color: #ffffff;
	border-radius: 4px;
}

.home-area-2 {
	overflow: hidden;
	float: left;
	width: 19%;
	position: relative;
	margin: .62%;
}
.home-area-2.first {
	margin-left: 0;
}
.home-area-2.last {
	margin-right: 0;
}
.home-area-2 img {
  width: 100%;
  height: auto;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}

.home-area-2 a:hover > img {
  -webkit-filter: blur(3px);
  -moz-filter: all .25s ease;
  -o-filter: all .25s ease;
  -ms-filter: all .25s ease;
  filter: blur(3px);
}

.home-area-2 a .overlay {
  text-align: center;
    position: absolute;
    top: 52px;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    text-shadow: 0 0 8px rgba(0, 0, 0, .5);
}
.home-area-text img { max-width: 60px;}

  



/* sidebar */
.sidebar {

}

.sidebar1 h3 {
	color: #080797;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;

}

.sidebar1 ul.product-categories {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px; 
}
.sidebar1 ul.product-categories li {
	padding: 5px 0;
}

.mCSB_dragger_bar {
	background-color: #080797!important;
}

.header-search .dropdown_product_cat {
	padding: 10px;
	background-color: #080797;
	/* background-image: url('/wp-content/themes/howard-medical/img/arrow-dn.svg');*/
	background-repeat: no-repeat;
	background-position: 80% center;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	border: none;
	border-radius: 4px;
	line-height: 22px;
	max-width: 200px;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
}
.header-search .dropdown_product_cat option{
	font-size: 18px;
	outline: none;
	line-height: 16px;
	font-weight: 400;
	margin-bottom: 5px;
}

.sidebar-widget .dropdown_product_cat {
	padding: 10px;
	background-color: #080797;
	/* background-image: url('/wp-content/themes/howard-medical/img/arrow-dn.svg');*/
	background-repeat: no-repeat;
	background-position: 80% center;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	border: none;
	border-radius: 4px;
	line-height: 22px;
	max-width: 200px;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
}
.sidebar-widget .dropdown_product_cat option{
	font-size: 18px;
	outline: none;
	line-height: 16px;
	font-weight: 400;
	margin-bottom: 5px;
}

/* footer */
.footer {
	background-color: #080797;

}

#subscribe {
	width: 100%;
	background-color: #0C0BAC;
	padding: 20px 0;
	font-size: 14px;
	font-weight: bold;
}

#subscribe-form {
	width: 700px;
	margin: 0 auto;
	color: #ffffff;
	overflow: hidden;
}

#footer-links {
	max-width: 1440px;
	margin: 0 auto;
	padding: 50px 0; 
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
}
#footer-links a {
	color: #ffffff;
}
#footer-logo {
	max-width: 250px;
	height: auto;
	float: left;
}
#footer-menu {
	float: left;
	width: 100px;
	margin-left: 50px;
	line-height: 19px;
}
#footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0; 

	}
#footer-menu ul li { margin-bottom: 5px; }
#footer-menu ul a{
	color: #ffffff; 
	font-weight: bold;
}
#footer-contact{
	float: left;
	width:250px;
	color: #ffffff;
	line-height: 23px;
}
#footer-location{
	float: left;
	width: 250px;
	color: #ffffff;
	line-height: 23px;
}
#footer-info {
	float: left;
	width: 150px;
	line-height: 23px;
}
#footer-info ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-social-media {
	float: right;
	width: auto;
}
#footer-social-media img {
	margin-right: 10px;
}
.copyright {
	width: 100%;
	text-align: center;
	background-color: #E1080C;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0;
}
#subscribe { overflow: hidden;}
#subscribe-text {float:left; margin-top: 10px;}
#subscribe-input {}
.gform_wrapper { width: 466px; float: left; margin-top: -15px!important; margin-left: 20px!important; margin-bottom: 0!important;}
li.subscribe label.gfield_label { display: none!important;}
#subscribe-form  .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { width: 100%; background-color: #080797; color: #fff; border:none; border-top: 1px solid #fff; border-bottom: 1px solid #ffffff; border-radius: 4px 0 0 4px; border-left: 1px solid #ffffff; padding: 10px!important; font-weight: 400; font-size: 14px; margin-right: -1px!important; height: 40px; background-color: rgba(8, 7, 151, .5);}
#subscribe-form  .gform_body { float: left; width: 70%!important;}
#subscribe-form .gform_footer { float: left!important; margin: 0!important; padding: 0!important; width: 30%!important; clear: none!important; margin-top: 16px!important; height: 40px;}
#gform_submit_button_1 {background-color: #080797; color: #fff; border:none; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; border-right: 1px solid #ffffff; border-radius: 0 4px 4px 0; padding: 8px 10px 9px; font-weight: 400; font-size: 14px; }
.gform_wrapper form ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper ul.gform_fields.right_label li.gfield { margin-bottom: 0!important;}
.gform_wrapper ul.gform_fields li.gfield { padding-right: 0!important;}


#gform_confirmation_message_1 { margin-top: 10px!important; margin-left: 20px;}

::-webkit-input-placeholder { /* Chrome */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

main { max-width: 1440px; margin: 0 auto;  }
.home aside, .page-template-template-tattoo aside{ width: 19%; margin-right: 1%; float: left; }
#home-products { width: 80%; float: right;} 

/*------------------------------------*\
    WOOCOMMERCE
\*------------------------------------*/

.woocommerce div.product .product_title { margin-bottom: 0;}

	.woocommerce main { width: 1000px; margin: 50px auto; /*overflow: hidden;*/}
	body.single aside { display: none; }
	.woocommerce.archive main { max-width: 1440px;}
	.woocommerce.archive aside { width: 19%; margin-right: 1%; float: left; margin-top:2%;}
	.woocommerce.archive section { width: 80%; float: left;}
	.woocommerce h1 { font-size: 24px; font-weight: 600; line-height: 33px;}

	.woocommerce h1.page-title { display: none; }


	.page-template-template-product-areas main { max-width: 1440px;}
	.page-template-template-product-areas aside { width: 19%; margin-right: 1%; float: left;}
	.page-template-template-product-areas section { width: 80%; float: left;}
	.page-template-template-product-areas h1 { font-size: 24px; font-weight: 600; line-height: 33px;}
	.page-template-template-product-areas .sidebar1 { display: none;}

	.page-template-template-product-areas article.page {max-width: 100%;}

	#product-help { width: 100%; overflow: hidden; margin-bottom: 15px; padding-top: 20px;}
	#need-help { width: 20%; float: left; color: #E1080C; font-size: 14px; font-weight: 700;}
	#help-phone { width: 30%; float: left; margin: 0 5%; color: #080797; font-size: 14px; font-weight: 700;}
	#help-phone img { margin-bottom: 3px;}
	#help-email {width:40%; float: left; color: #080797; font-size: 14px; font-weight: 700;}
	#help-email a{ color: #080797; }
	#help-email img { margin-bottom: 3px;}
	.woocommerce-product-details__short-description { font-size: 16px; line-height: 23px;}
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { line-height: normal!important;}
	h2.woocommerce-loop-product__title { font-size: 14px!important; font-weight: 500; line-height: 20px;}
	.woocommerce-Price-amount { font-size: 18px; color: #E1080C; font-weight: 500;}

.more-btn { display: none;}

.woocommerce main { margin-top: 0;}

.woocommerce ul.products li.product .prodOuter, .woocommerce-page ul.products li.product .prodOuter {
	min-height: 420px;
    margin: 0 1.3em -0.2em 0;
    position: relative;
}
.prodOuter {
	background: #fff none repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.prodOuter{
	position: absolute; padding: 10px; box-sizing: border-box; overflow: hidden; top: 0; right: 0; bottom: 0; left: 0; height: auto; background: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease; 
}
ul.products li .prodOuter:hover  {
background: #FFFFFF;
border: 1px solid #e8e8e8;
box-shadow: 0px 20px 80px 0px rgba(0,0,0,0.20);
 -webkit-box-shadow: 0px 20px 80px 0px rgba(0,0,0,0.20);
border-radius: 10px;
}
ul.products li .prodOuter:hover{ bottom: auto; z-index: 100000; }
ul.products li:hover .prodOuter .more-btn {
	display: none; width: 90%; margin: 0 5%; padding: 10px 5px; text-align: center; border: 1px solid #080797; color:#080797; font-size: 16px; font-weight: 500;
}
.price { /*display: none;*/}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background-color: #48A8FF;
	font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 500; border-radius: 4px;}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background-color: #E1080C;}

.login-link {float:right; width: 200px;}
.login-link a{color: #E1080C; font-size: 14px; font-weight: 400;}
.logged-in .login-link { display: none;}

.vartable { margin:25px 0 30px 0;}

.single_variation_wrap { float:right; margin-right:75px; width: 84%; }
.woocommerce-variation { float: left; }
.woocommerce-variation-add-to-cart { float: right; }
.ywcrbp_regular_price { color: #e1080c }
#woocommerce_product_categories-4 { display: none; }

.woocommerce h1.category-header { color: #ffffff; padding-top: 110px; padding-left: 50px;text-shadow: 0 0 12px #141414; font-size: 45px; margin-top: 0;}

.category-header-box { margin-top: 0; margin-bottom: 50px; width: 100%; background-size: contain !important; }

section .product { margin-top: 50px;}
h2.woocommerce-loop-category__title { text-align: center;}
.count { display: none!important;}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (max-width:1480px) {
	.woocommerce.archive main {width: 90%; margin: 0 5%;}
	.header-search input[type="search"] { width: 50%;}
}

@media only screen and (max-width:1400px) {
	.header-search { width: 50%;}
}

@media only screen and (max-width:1440px) {
	.logo { width: 30%; padding: 0 20px;}
	.logo-img { max-width: 100%;}
	/*.header-search { width: 60%;}*/
	.nav { float: none; margin: 0 auto; text-align: center; max-width: 100%;}
	main { width: 90%; margin: 0 5%;}
	.woocommerce main { width: 90%; }
	.home-area-2 a .overlay {top:29%;}
	#footer-links { width: 90%; max-width: auto;}
	#footer-social-media { float: none; width: auto; text-align: center; margin: 0;}

}
@media only screen and (max-width:1000px) {
	.woocommerce main {width: 90%;}
}
@media only screen and (max-width:800px) {
	#infobox-1-text div, #infobox-2-text div { padding: 0 50px;}
	#footer-menu {float: right; margin-left: 25px;}
	#footer-contact { margin-left: 40px; width: 210px;}
	#footer-info {float: right; width: 150px;}

}
@media only screen and (max-width:768px) {
	.woocommerce-product-gallery__image img { max-width: 70%; margin-right: 15%; margin-left: 15%;}
	.logo { width: 60%; margin: 5px 20%; float: none; max-width: 100%;}
	.header-search { width: 90%; margin: 0 5%;}
	#category-dropdown select { height: 50px;}
}
@media only screen and (max-width:767px) {
	.home-area-1 {width: 90%;}
	.home-area-2 { width: 100%;}
	.home-area-2 a .overlay {top:30%;}
	.home-area-2 a .overlay h2 {font-size: 36px}
	#footer-links { padding: 20px 0;}
	#footer-menu { display: none;}
	#footer-info { display: none;}
	#footer-logo { width: 50%; max-width: auto; margin: 0 25% 20px; }
	#footer-contact {width: 40%; margin:0 5%; text-align: right; }
	div#footer-social-media ul {float: none;text-align: center;margin-bottom: 0;}
	#footer-location {width: 40%; margin:0 5%; }
	#infobox-1-img, #infobox-2-img { display: none;}
	#infobox-1-text, #infobox-2-text { width: 100%;}
	#subscribe-form { width: 100%;}
	#subscribe-text { float: none; width: 250px; margin: 0 auto 10px; text-align: center;}
	#subscribe-input { width: 310px; margin: 0 auto; overflow: hidden;}
	.gform_wrapper { margin-left: 0!important;}
	#subscribe-form  .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {  border-radius: 0; }
	#footer-contact { text-align: center; width: 100%; margin:0; }
	#footer-location { width: 100%; margin:15px 0 15px; text-align: center;}
	.woocommerce.archive aside { display: none;}
	.woocommerce.archive section { width: 90%; margin: 0 5%;}
	.logo { width: 80%; margin: 5px 10%; float: none; max-width: 100%;}
	body.page-template-template-tattoo .home-area-1 {
		width: 100%;
	}
	.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap .tp-caption div{
    font-size: 14px!important;
    line-height: 1.4em!important;
	}

}
@media only screen and (max-width:480px) {
	#category-dropdown { text-align: center; width: 100%;}
	#category-dropdown select {border-radius: 4px; width: 80%; margin: 5px 10%; float: none;}

	#header-search form.search { overflow: hidden;}
	.header-search input[type="search"] { border-radius: 0;}
	.woocommerce.archive section { width: 100%; margin: 0; }
	.woocommerce h1.category-header { font-size: 36px; line-height: 40px; padding-left: 0;}
	.category-header { text-align: center;}

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

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

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
div#woocommerce_product_categories-2.woocommerce.widget_product_categories ul.product-categories {
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}
div#woocommerce_product_categories-2.woocommerce.widget_product_categories ul.product-categories::-webkit-scrollbar {
    width: 6px;
}
div#woocommerce_product_categories-2.woocommerce.widget_product_categories ul.product-categories::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius:16px;
}
div#woocommerce_product_categories-2.woocommerce.widget_product_categories ul.product-categories::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background-color: #080797;
	border-radius:16px;
}
div#footer-social-media ul {
    list-style: none;
    float: none;
    position: relative;
	display: inline-flex;
}
#popup-help-phone { width: 100%; float: left; color: #080797; font-size: 14px; font-weight: 500;}
#popup-help-phone img { margin-bottom: 3px;}
#popup-help-email {width:100%; float: left; margin: 10px 0 0; color: #080797; font-size: 14px; font-weight: 500;}
#popup-help-email a{ color: #080797; }
#popup-help-email img { margin-bottom: 3px;}
div#pum_popup_title_114 {
    color: #080797 !important;
    font-size: 20px !important;
}
div#popmake-114 {
    background-color: #ffffff !important;
}
div#pum-114 {
    background-color: transparent !important;
}
a.cst-business-login {
    color: #E1080C;
    font-size: 12px;
    float: left;
}
.tparrows.tp-leftarrow:before,.tparrows.tp-rightarrow:before {
    color: #080797 !important;
}
.header-search form {
    display: inline-flex;
    position: relative;
}
select#product_cat {
    max-width: 170px;
}
.header-search form input.searchbox {
    min-width: 250px;
}
.header-search form input.searchboxcustom {
    min-width: 250px;
	width:100%;
	height:51px;
}
.header-search form .formcustom {
	width:100%;
}
.woocommerce ul.products li.product .button {
    margin: 10px 0px 0 !important;
	float: right;
}
span.category {
    font-size: 12px !important;
}
.woocommerce ul.products li.product a img {
    margin: 0 !important;
}
.prodOuter input.input-text.qty.text, .woocommerce ul.products li.product .button {
    display: none;
}
.prodOuter:hover input.input-text.qty.text, ul.products li.product .prodOuter:hover .button{
	display: inline-flex;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 6px 20px 0 0 !important;
}
form.cart .quantity {
    max-width: 40px;
    float: left;
    margin: 16px 0 0;
}
.woocommerce-product-details__short-description p {
    display: none;
}
section.cst-rentals article.page {
    max-width: 1440px;
    margin: 50px auto 50px;
}
.wp-video {
    width: 100% !important;
    margin-bottom: 50px;
}
.kgvid_video_meta_hover {
    opacity: 0 !important;
}
.rental-video {
    text-align: center;
    margin: 20px 20px 0;
}
section.cst-rentals a.cst-business-login {
    display: none;
    margin: 0;
    padding: 0;
}
.woocommerce-product-gallery__image a img {
    max-width: 450px;
    border: 2px solid #f1f1f1;
}