 /* CSS Document
/*
Theme Name: Protein On Tap Machine

 */
 
body {
    font: 13px/1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    -webkit-text-size-adjust: 100%;
}
@media (min-width: 1200px){
.container {
    width: 1130px;
    padding: 0px 50px;
}
}

.top_menu {
    background: #f4f4f4;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999;
    padding: 0 0;
}
.logo img{height: 97px;padding-top: 10px;}

/* menu */

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none
}
#cssmenu {
	padding: 0;
	float: right;
}
#cssmenu > ul > li {
	float: left;
	margin: 0px 0;
	position: relative;
}
#cssmenu > ul > li > a {
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #a60000 !important;
	font-size: 14px;
	padding: 42px 12px;
	letter-spacing: 1px;
	position: relative;
	border-bottom: 2px solid #f4f4f4;
}
#cssmenu > ul > li > a:before {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	right: 0;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color: #555;
	text-decoration: none;
	border-bottom: 2px solid #c92031;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 30px;
	padding-bottom: 39px;
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 48px;
	right: 17px;
	width: 8px;
	height: 2px;
	display: block;
	background: #000000;
	content: '';
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 49px;
	right: 20px;
	width: 2px;
	background: #000000;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	bottom: auto;
	display: block;
	height: 8px;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	background-color: #f4f4f4;
	opacity: 1;
	border-top: 2px solid #ce252c;
	padding: 0;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: transparent;
	transition: all .25s ease;
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu li:hover > ul > li {
	height: 35px;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150,150,150,0.15);
	width: 200px;
	font-size: 14px;
	text-decoration: none;
	color: #a60000;
	padding: 10px 20px;
	font-weight: 400;
	display: block;
	text-align: left;
	text-transform: capitalize;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #bd1e2c;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #fff
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #fff
}
 @media screen and (max-width:767px) {
nav {
	width: 100%;
}
#cssmenu {
	width: 92%;
	float: none;
	position: absolute;
	padding: 0;
	top: 0;
}
#cssmenu ul {
	display: none;
	background: #353535;
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid #fff
}
#cssmenu ul li:hover {
	background: #363636;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0
}
#cssmenu > ul > li {
	float: none
}
#cssmenu ul ul li a {
	padding-left: 25px
}
#cssmenu ul ul li {
	background: #333!important;
}
#cssmenu ul ul li:hover {
	background: #363636!important
}
#cssmenu ul ul ul li a {
	padding-left: 35px
}
#cssmenu ul ul li a {
	color: #fff;
	background: none;
	text-transform: capitalize;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none
}
#cssmenu #head-mobile {
	display: block;
	padding: 23px;
	color: #a60000;
	font-size: 12px;
	font-weight: 700
}
.button {
	width: 35px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 5px;
	cursor: pointer;
	z-index: 12399994;
	background: #01d7e1;
}
#cssmenu ul ul li a strong {
	color: #01d7e1;
}
#cssmenu > ul > li > a {
	font-size: 14px;
	padding: 15px;
}
.button:after {
	position: absolute;
	top: 16px;
	right: 0;
	left: 0;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	content: '';
	margin: 0 auto;
}
.button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 10px;
	right: 0;
	display: block;
	height: 2px;
	width: 20px;
	background: #ffffff;
	content: '';
	left: 0;
	margin: 0 auto;
}
.button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 16px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.button.menu-opened:before {
	top: 16px;
	background: #fff;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid #444;
	height: 46px;
	width: 46px;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
	background: #262626
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none
}
}
 
#cssmenu > ul > li.has-sub > a:hover {
    border: none;
}
/* menu */


.footer-colums {
    padding: 30px 0;
    background-color: #ce252c;
    color: #ffffff;
}

div#media_image-2 {
    padding: 25px 30px 0 0;
}

 

.footer-cols h2 {
    font-size: 15px;
    font-weight: 600;
    padding: 0 15% 0 0;
    letter-spacing: 1px;
}

.footer-cols ul li a {
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 18px;
}

ul {
    list-style: none;
    padding: 0;
}

.footer-cols ul {
    padding: 1px 0 7px 0;
}

.footer-cols ul li {
    line-height: 19px;
}
.footer-cols a {
    color: #fff;
}

.footer-cols br {
    display: none;
}

.social_links .fa {
    font-size: 35px;
	margin-right:10px;
}

.social_links {
    padding: 00 0 25px;
}

.home-secone h1 {
    letter-spacing: -1px;
    font-size: 54px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ce252c;
    padding-bottom: 15px;
}

.home-secone h2 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ce252c;
    padding-bottom: 15px;
}

.home-secone a {
    background-color: #ce252c;
    color: #ffffff;
    border-color: #d1500d;
    padding: 25px 50px 23px;
    font-size: 15px;
    min-width: 200px;
    float: left;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: relative;
    max-width: 100%;
    margin-top: 20px;
}

.home-secone {
    padding: 50px 0;
}
.home-sectwo {
    padding-top: 0;
    padding-bottom: 0;
}

.home-sectwo ul li {
    font-size: 21px;
    padding: 15px 0;
}
.home-sectwo ul li .fa {
    font-size: 20px;
}
.home-sectwo h1 {
    font-size: 45px;
}
 

.health-sec-three {}

.health-sec-three h2 {
    font-size: 42px;
    font-weight: bold;
    color: #ce252c;
}
 

.health-sec-three h3 {
 color: #000;
    text-align: center;
    font-size: 23px;
}


.home-secfour {
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-secfour h1, .home-secfour h2, .home-secfour h3 {
    color: #fff;
}
.home-secfour h2{
    font-size: 37px;
    font-weight: 600;
    margin-top: 40px;
}

.home-secfour ul li {
    font-size: 18px;
    color: #fff;
    line-height: 31px;
    font-weight: 100;
    list-style-type:  disc;
    padding: 0 0 0 0;
}

.home-secfour ul {
    padding: 0 0 0 21px;
}

.home-secfour p {
    font-size: 18px;
    color: #fff;
    line-height: 27px;
}
 
.contactfrm {
    padding: 25px 40px 0 20px;
    background: #eee;
}

.contactfrm h2 {
    margin: 0;
    font-weight: 600;
}

.contactfrm label {
    font-weight: bold;
    font-size: 12px;
    width: 100%;
    display: block;
}

.contactfrm input, .contactfrm textarea {
    border-color: #e8e8e8;
    background-color: #f5f5f5;
    color: #808080;
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
    padding: 8px 6px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.contactfrm textarea {
    height: 60px;
}

.contactfrm input[type=submit] {
    padding: 12px 46px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    border-radius: 0px;
    background: #ce252c;
    color: #fff;
    width: auto;
}

div#contact p {
    font-size: 19px;
}


#scroll-top-link:hover {
    background-color: #f5f5f5;
    color: #ce252c;
    border: 1px solid #e8e8e8;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#scroll-top-link.avia_pop_class {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#scroll-top-link {
    color: #333333;
    border: 1px solid #ce252c;
    background-color: #ffffff;
}
#scroll-top-link {
    position: fixed;
    border-radius: 2px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    opacity: 0;
    right: 50px;
    bottom: 50px;
    z-index: 1030;
    visibility: hidden;
}
#cssmenu > ul > li > a:focus {
    outline: none;
}
.singlepagee, .singlepage {
    padding: 38px 0;
}
.shopheads {
    height: 240px;
    text-align: center;
    background: #ce252c;
    color: #fff;
}

.shopheads h1 {
    position: relative;
    top: 54%;
    font-size: 45px;
}
.singlepost {
    padding: 35px 0;
}
/* woocomerce */
 

.woocommerce-page aside.sidebar {
    width: 20%;
    float: left;
}
.woocommerce-page  #primary {
    width: 74%;
    float: right;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #020202;
    box-shadow: none;
}
ul.product-categories .children {
    padding: 5px 0 5px 0;
}
.single-product.woocommerce-page:not(.error404) #primary  {
    width: 100%;
}
.single-product   .woocommerce-page aside.sidebar{ display:none}
h2.woocommerce-loop-category__title {
    color: #555555;
    font-size: 20px;
    text-align: center;
    background: #fff;
    display: block;
    padding: 0;
    font-family: footlight;
    margin: 10px 0 0 0;
}
h2.woocommerce-loop-category__title  mark.count{ display:none}
h1.woocommerce-products-header__title.page-title {
      color: #ce252c;
      font-size: 35px;
      margin: 0 0 20px 0;
      border-bottom: 1px solid #454546;
      padding-bottom: 12px;
}
.woocommerce-page aside.sidebar h3 {
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 15px 0;
    border-bottom: 2px solid #ffffff;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}
.archive-pge {
    padding: 50px 0;
}
.woocommerce-page aside.sidebar .sdbx {
       background: #ce252c;
       padding: 20px;
       margin-bottom: 10px;
       border: 0px solid #fff;
       outline: 1px dashed #fff;
       outline-offset: -10px;
}
 
.woocommerce-page aside.sidebar ul {
    padding: 0 0 0 12px;
}

.woocommerce-page aside.sidebar ul li {
    padding: 0 0 0 0;
    list-style-type: lower-roman;
    color: #fff;
}

.woocommerce-page aside.sidebar ul li ul li {
    padding: 5px 0 5px 10px;
}

.woocommerce-page aside.sidebar ul li a {
    color: #fff;
    font-size: 13px;
}
 
.widget_product_categories li.cat-item {
    position: relative;
    padding: 0 20px;
}
ul.product-categories .children li a {
    font-size: 14px;
}

.widget_product_categories li.cat-item:before {content: '';}

.woocommerce-tabs a, .woocommerce-tabs li.active a, .woocommerce-tabs a:hover { box-shadow:none}


.woocommerce-product-search .search-field {
    width: 98%;
    height: 25px;
    border: none;
    padding: 5px 0 5px 5px;
    margin: 0 0 5px 0;
}

.woocommerce-product-search  button {
    background: #000;
    border: none;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
}
.woocommerce .archive-pge ul.products li {
    padding: 20px;
    background: #fff;
    border: 2px solid #eee;
    border-bottom: 3px solid #ce252c;
}

.woocommerce .archive-pge ul.products li h2.woocommerce-loop-product__title {
    font-size: 18px;
    color: #ce252c;
    font-weight: 600;
}

.woocommerce .archive-pge ul.products li 
 span.price {
    color: #4a4a4a;
    font-size: 20px;
    margin: .5em 0;
}

woocommerce .archive-pge ul.products li .add_to_cart_button {
    background: #eee;
}

 
 
.woocommerce .archive-pge ul.products li .add_to_cart_button {
    background: #ce252c;
    color: #fff;
    padding: 10px 30px;
    font-size: 15px;
    text-transform: uppercase;
    outline: 1px dashed #fff;
    outline-offset: -4px;
}
 
section.related.products ul li {
    padding: 20px !important;
    background: #fff;
    border: 2px solid #eee;
    border-bottom: 3px solid #ce252c;
}
h2.woocommerce-loop-product__title {
    font-size: 18px;
    color: #ce252c;
    font-weight: 600;
}
.woocommerce ul.products li.product .price {
    color: #2b2b2b;
    font-size: 17px;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    background: #ce252c;
    color: #fff;
    padding: 10px 13px;
    font-size: 12px;
    text-transform: uppercase;
    outline: 1px dashed #fff;
    outline-offset: -4px;
}
section.related.products h2 {
    color: #ce252c;
    font-size: 35px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #454546;
    padding-bottom: 12px;
}

.shop_single {}

.shop_single h1.product_title.entry-title {
    color: #ce252c;
    font-size: 28px;
    margin: 40px 0 20px 0;
    border-bottom: 1px solid #454546;
    padding-bottom: 12px;
}

.woocommerce .shop_single .product p.price {
    font-size: 25px;
    color: #5d5d5d;
    margin: 20px 0;
}

.woocommerce-product-details__short-description {
    background: #eee;
    padding: 15px;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 25px;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    margin-top: 0;
    background: #ce252c;
    color: #fff;
    padding: 12px 30px;
    font-size: 15px;
    text-transform: uppercase;
    outline: 1px dashed #fff;
    outline-offset: -4px;
}
.product_meta {
    color: #000;
    background: #eee;
    padding: 5px 15px;
}

.product_meta a {
    color: #000;
    font-size: 11px;
}

.woocommerce div.product form.cart div.quantity label {
    font-size: 14px;
}

.woocommerce div.product form.cart div.quantity .qty {
    height: 38px;
    width: 50px;
    border: 4px solid #ce252c;
}
.woocommerce-page div.product .woocommerce-tabs {
    padding: 20px;
    background: #eee;
}

.woocommerce-tabs li {
}

.woocommerce-tabs a, .woocommerce-tabs li a {
    color: #fff;
    padding: 5px 15px;
    display: block;
}

.woocommerce-tabs a, .woocommerce-tabs li.active a {
    color: #333;
}

.woocommerce-tabs li.active {background: #fff;}

.woocommerce-tabs.wc-tabs-wrapper .panel {
    padding: 20px;
}

.woocommerce-tabs.wc-tabs-wrapper .panel h2 {
color: #060606;
    font-size: 24px;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #eeeeee;
    text-transform: capitalize;
}
div#review_form label {
    display: block;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px;
}

.woocommerce div.product .woocommerce-tabs .panel ul li {
    background: none;
    line-height: 24px;
}
 
section.related.products {
    padding: 50px 0 0;
}


.woocommerce ul.products li.product .onsale {
    background: #ce252c;
}

.woocommerce span.onsale {
    background: #ce252c !important;
    padding: 0;
}
.wc-stripe-elements-field { padding:15px 0 !important;}