/*
Theme Name: Kadence Themes Child
Theme URI: http://themes.kadencethemes.com/virtue-premium/
Description: Child theme for Virtue Premium
Author: Kadence Themes
Author URI: http://www.kadencethemes.com/
Template: virtue_premium
Version: 1.0.1
*/
/* Shop Page */
.shopcolumn2.shopfullwidth .product_item a.product_item_link img {
max-width: 100%;
}
.shopcolumn2.shopfullwidth .product_item .kad_add_to_cart {
  display: block;
}
.shopcolumn2.shopfullwidth .product_item .product_details .product_excerpt {
display: none;
}
.shopcolumn2.shopfullwidth .product_item {
text-align: center;
}
.shopcolumn2.shopfullwidth .product_item .kad_add_to_cart, .shopcolumn2.shopfullwidth .product_item .product_price {
	margin-left: 0;
}
.product_item .product_details h5 {
text-align: center;
}
.product .entry-summary .kad_add_to_cart {
  padding: 0;
  width: 169px;
    text-align: center;
}
/* Cart Page */
.shop_table .product-thumbnail img {
width: auto;
}
.kad-btn, .button {
background: #999;
color: #fff;
line-height: 20px;
}
.kad-btn:hover, .button:hover {
	color: #fff;
	background: #cccccc;
}
.create-account p{
	display: block;
	clear: both;
margin: 0;
}
.create-account{
	padding-top: 10px;
	clear: both;
}
.product_item.hidetheaction .kad_add_to_cart {background: transparent; color: transparent;}
.product_item.hidetheaction:hover .kad_add_to_cart {background: #7fdaf0; color: #fff;}
#containerfooter h3 {
	font-size: 18px;
}
@media (min-width: 992px){
    div#customer_details {
    float: left;
    width: 50%;
    padding-right: 15px;
    margin: 0;
    padding-left: 15px;
    }
    form.checkout.woocommerce-checkout {
        margin-left: -15px;
        margin-right: -15px;
    }

    .col2-set .col-1, .col2-set .col-2 {
        width: 100%;
        float: none;
        padding: 0;
        clear: both;
    }

    div#order_review {
        width: 50%;
        padding: 0 15px;
        float: left;
    }

    h3#order_review_heading {
        float: left;
        width: 50%;
        padding: 0 15px;
    }
}
.col2-set .col-1, .col2-set .col-2 {
clear: both;
}
/* Home Page */
.home-iconmenu a, .home-iconmenu .home-icon-item {
    background: transparent;
    border-radius: 4px;
    border: 4px solid #333;
      transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
}
.home-iconmenu a i, .home-iconmenu .home-icon-item i {
    color: #333;
          transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
}
.home-iconmenu a h4, .home-iconmenu .home-icon-item h4 {
    color: #333;
    font-weight: 100;
    letter-spacing: 2px;
    text-transform: uppercase;
              transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
}
.home-iconmenu a:hover, .home-iconmenu .home-icon-item:hover{
    background:transparent !important;
    border-color:#00b5e2;
}
.home-iconmenu a:hover i, .home-iconmenu .home-icon-item:hover i, .home-iconmenu a:hover h4, .home-iconmenu .home-icon-item:hover h4 {
    color:#00b5e2;
}
.home-iconmenu {
    padding: 0 50px
}
.kt-testimonial-case {
  max-width: 1400px;
  margin: 0 auto;
  background: #00b5e2;
  color: #fff;
  padding: 50px 0;
}
.homecontent .prev_carousel, .homecontent .next_carousel {
    background: transparent;
    color: #fff;
    font-size: 24px;
}
.homecontent .carousel_outerrim {
    max-width: 960px;
    margin: 0 auto;
}
p.kt-review-name {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}
p.kt-review {
    font-size: 18px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
  font-style: italic;
}
/* Slider */
.kad-slider .kad-slider-btn-02 {
    padding: 10px 18px;
}
@media (max-width: 768px){
.caption-case.kad-placement-lc .kad-slide-caption .caption-case-inner, .caption-case.kad-placement-bl .kad-slide-caption .caption-case-inner, .caption-case.kad-placement-tl .kad-slide-caption .caption-case-inner {
    max-width: 100%;
    text-align: center;
}
.kad-slider .kad-slider-btn-02 {
    background: rgba(255, 255, 255, 0.4) !important;
}
}
/* Custom */
.class-icon-product {
width: 24px;
font-size: 14px;
text-align: center;
display: inline-block;
height: 24px;
padding-left: 5px;
line-height: 24px;
margin-left: -15px;
}
.class-small-description {
font-size: 11px;
padding-bottom: 20px;
padding-left: 5px;
}
div.product .product_title {
padding: 0 0 10px;
}
#gasp_p input[type='checkbox'] {
	display: inline;
	margin: 0;
}
.compareheader {
	border-bottom: 1px solid #eee;
}
.premium-features-table .span6 h4, .premium-features-table .span6 h5 {
	margin-left: 10px;
}
.premium-features-table .compareheader .span3 h4, .premium-features-table .compare_row .span3 .feature-compare-icon-size {
	text-align: center;
}
.premium-features-table .feature-compare-icon-size {
	font-size: 18px;
	margin: 10px 0;
	line-height: 14px;
	}
.premium-features-table .compare_even {
	background: #f9f9f9;
}
.premium-features-table .compareheader h4 {
	margin-top: 0;
	margin-bottom: 4px;
}
div.product .product_image {
border-left: 0;
border-right: 0;
}
@media (max-width: 479px) {
.premium-features-table .compareheader h4 {
font-size: 11px;
}
}
[class*="wp-image"] {border:0;}
#bbpress-forums p.bbp-topic-meta img.avatar {
float: none !important;
}
form.checkout input.input-text, .woocommerce input.input-text {
  border: 1px solid #999;
}
.kad-mobile-nav .kad-nav-inner li ul.sf-dropdown-menu a {
    list-style: disc;
    display: list-item;
    list-style-position: inside;
}
.kad-mobile-nav .kad-nav-inner li ul.sf-dropdown-menu {
    list-style: none;
}
.postlist article {
border-right: 0;
border-left: 0;
border-top:0;
}
.wide #wrapper.container {
width: 100%!important;
padding: 0!important;
max-width: 1400px !important;
}
body #kad-banner #logo .kad-standard-logo {display: none;} body #kad-banner #logo .kad-retina-logo {display: block; margin: 0 auto;}
.form-allowed-tags code {
    white-space: normal;
}
.select2-container  {
min-width:200px;
}
body.progress-bar {
float: none;
width: auto;
height: auto;
font-size: inherit;
color: inherit;
text-align:left;
background-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: width .6s ease;
transition: width .6s ease;
}
body.popover {
position: static;
display: block;
padding: 0;
border: 0;
box-shadow: none;
max-width: none;
border-radius: 0;
z-index: 1;
background-clip: inherit;
background-color: #eee;
}
body[class^="icon-"], body[class*=" icon-"] {
	speak: inherit;
	font-family: Arial, Helvetica, sans-serif;
line-height: 20px;
font-weight: 400;
font-style: normal;
	font-variant: inherit;
	text-transform: inherit;
	line-height: 20px;
}
.sf-menu li a i, .virtue_social_widget a i  {
width: auto;
height: auto;
background: transparent;
}
.woocommerce #payment ul.payment_methods li.payment_method_paypal img {
    max-width: 200px;
}
ul.payment_methods .about_paypal {
margin-left: 10px;
font-size: 12px;
}
.cart_totals.col-md-5:after {
content: 'prices in USD';
display: block;
text-align: right;
font-size: 11px;
}
#bbp-search-form #bbp_search {
line-height: normal;
}
body.author-box {
margin: 0;
max-width: none;
}
h4.entry-title {
font-size: 20px;
line-height: 30px;
}
fieldset span.bbp-admin-links {
float: none;
}
#bbpress-forums fieldset.bbp-form label[for="bbp_private_reply"] {
font-weight: 400;
font-size: 12px;
}
header #logo a.brand span {
color: #00b5e2;
}
.kad-slider .kad-slider-btn-02 {
margin-left: 15px;
}
#nav-main ul.sf-menu a, .nav-main ul.sf-menu a {
text-transform: uppercase;
}
#nav-main ul.sf-menu > li:last-child > a {
background: #eee;
color: #333;
}
#nav-main ul.sf-menu > li:last-child > a:hover, #nav-main ul.sf-menu > li.current-menu-item:last-child > a {
background: #00b5e2;
color: #fff;
}
#nav-main ul.sf-menu > li > a {
border-radius: 3px;
}
#nav-main .sf-menu > li > a {
padding: 10px 10px;
margin: 0 10px;
}
#nav-main ul.sf-menu > li > a:hover, #nav-main ul.sf-menu > li.sfHover > a {
   color: #00b5e2;
    background: #fff;
}
#kt_customer_login form.login {
margin-top: 15px;
}
.kt-account-btns {
margin-bottom: 25px;
}
.kt-account-btns a {
width: 100%;
text-align: center;
padding: 14px 0;
display: block;
  color: #444;
  border: 2px solid #444;
  background: transparent;
  border-radius: 4px;
}
.kt-account-btns a:hover {
	background:transparent !important;
    border-color:#00b5e2;
    color:#00b5e2;
	}
.woocommerce-account .main h2 {
font-size: 24px;
}
.woocommerce-account .main h3 {
font-size: 22px;
}
@media (min-width: 992px){
form#affwp-register-form {
    width: 50%;
    float: left;
    padding: 0 15px 0 0;
}
form#affwp-login-form {
    width: 50%;
    float: left;
    padding-left: 15px;
}
}

#content .affwp-form legend {
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

#content .affwp-form label {
    display: block;
    width: auto;
}

#content .affwp-form input[type=text], #content .affwp-form input[type=password], #content .affwp-form input[type=email], #content .affwp-form input[type=url], #content .affwp-form textarea {
    width: 100%;
    display: block;
border: 1px solid #999;
line-height: 30px;
}
.affwp-errors, .affwp-notice {
  display: block;
  float: left;
  width: 50%;
}
#content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
	border: 1px solid #999;
	padding: 10px;
	margin: 0;
	color:#444;
	  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
}
#content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a, #content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a:hover {
	border: 1px solid #00b5e2;
	padding: 10px;
	margin: 0;
	background: #00b5e2;
	color:#fff;
}
#content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
	padding: 0px;
	margin: 0;
}
#content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
margin-bottom: 10px;
}