/*
Theme Name: Artday Child Theme
Theme URI: http://artday-wp.wossthemes.com
Description: Ecommerce Single Product Theme that can be used by a creative artist, agency, shop, for selling your prints. 
Author: WossThemes
Author URI: http://themeforest.net/user/wossthemes
Template: artday
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, white, red
Text Domain: artday
*/
/* Import the original Parent Theme Styles */
@import url("../artday/style.css");
/*.ws-page-container{
	padding-top: 0; 
}*/
ul.ws-shop-nav li a{
	padding: 0 10px;
}
@media (min-width: 991px){
    .ws-header-fourth .navbar-brand>img {
      max-height: 70px !important;
      margin-top: -15px !important;
  }
}

.ws-page-container ul.products li.product figure img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.ws-page-container ul.products li.product figure:hover img {
    opacity: .8;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.ws-footer-bar p {
    text-align: center;
     text-transform: none; 
    line-height: 50px;
    font-size: 9px;
    font-weight: 200;
    letter-spacing: 1px;
    margin: 0 0 0;
}
.ws-works-item figure:hover img {
    opacity: .8;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}
.ws-works-item figure img {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.wpb_single_image img{
    width:100% !important;
}
.wpb_single_image .vc_single_image-wrapper{
    width:100% !important;
}
.wpb_single_image .vc_figure{
    width:100% !important;
}
.ws-footer .widget_text .textwidget {
    padding-right: 10px;
}
#text-11.widget_text,#text-12.widget_text{
	margin-top:50px;
} 
.ws-footer-bar p,.ws-footer .widget_text .textwidget{
	color:#fff!important;
}
.ws-header-fourth .navbar-brand>img {
    max-height: 50px;
}
.ws-header-fourth .navbar-brand {
    padding: 0;
}

.home .ws-page-container{
	padding-bottom: 0;
}

.single-product .quantity{
	display: none;
}

.new-text{
	margin-bottom: 60px;
	margin-top: 90px;
}

.archive.woocommerce .ws-shop-nav{
  margin-top: 60px;
}

#post-2340 h1,#post-2340 .ws-checkout-coupon .coupon-info{
  display: none;
}

#post-2340 .woocommerce-info{
  text-align: center;
}

.page-id-2560 h1:after,.page-id-2560 h1:before{
	width: 0!important
}


select.wpcf7-form-control {
	height: 40px;
	color: #999;
	font-size: 12px;
}
.ws-header-fourth .navbar-nav>li>a {
    font-size: 66% !important;
}
span.wpcf7-form-control-wrap {
	margin-bottom: 24px!important;
	display: block;
}

.ws-contact-form input.form-control{
	margin-bottom:0px
}

span.wpcf7-not-valid-tip{
	font-size:10px
}

.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab.vc_active>a,.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab>a:hover{
	border-color: #ffffff!important;
    background-color: #ffffff!important;
    color: #57a4a4!important;
}

.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab>a{
	border-color: #ffffff!important;
    background-color: #ffffff!important;
}


.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.custom-file-upload {
  display: block;
  width: auto;
  margin-top: 30px;
}
.custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}

.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px;
}

.file-upload-input {
  width: 75%;
  color: #fff;
  font-size: 16px;
  padding: 11px 17px;
  border: none;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  float: left;
  /* IE 9 Fix */
}
.file-upload-button:hover {
  box-shadow: 0px 0px!important;
}

.file-upload-button {
	width: 25%; 	
	cursor: pointer;
	display: inline-block;
	color: #fff;
	background: #444444;
	padding: 11px 20px;
	border: none;
	/* IE 9 Fix */
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	text-shadow: none!important;
	padding: 8px 20px;
	box-shadow: 0px 0px;
	border-radius: 0;
}

.file-upload-input,input::-webkit-input-placeholder{
	font-size: 12px;
	padding: 6px 4px!important;
}

.archive .ws-page-container{
	padding-top: 0;
}

.ws-item-subtitle a{
	color: #57a4a4;
}

.ws-page-container div.product .product_meta span.posted_in{
 	display: none;
}

.ws-product-details span{
	text-transform: none;
}

.ws-product-details span .info_detail{
	color: #57a4a4;
}

.ws-product-description{
	margin-top: 40px;
}

.ws-product-details{
	font-size: 12px;
}

span.normal{
	font-weight: lighter!important;
	text-transform: initial!important;
}

article#post-2341{
  opacity: 0
}

@media (max-width: 1330px){
    .navbar.navbar-default .col-sm-8{
    width: 100%;
}
}

@media (max-width: 930px){
  .ws-header-fourth .navbar-nav>li>a {
      font-size: 50% !important;
  }
  .ws-header-fourth .nav>li>a{
    padding : 0 5px;
  }
}

/*
.single-product .ws-product-bg{
	text-align: center;
	padding: 5%;
}

.single-product .ws-product-bg img{
	width: 80%!important;
	display: inline-block!important;
}*/

.page-id-2490 .ws-page-container{
  padding-top: 0;
}

.new-btn{
  color: #353535;
  background: #fff;
  padding: 10px 20px;
}

.new-btn:hover{
  background: #353535;
  color: #fff;
}

.new-btn2{
  background: #353535;
  border: 2px solid #353535;
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
}

.new-btn2:hover{
  color: #353535;
  background: #fff;
}

.new-btn3{
  background: #57a4a4;
  border: 2px solid #57a4a4;
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
}

.new-btn3:hover{
  color: #353535;
  background: #fff;
}

.new-btn4{
  background: #353535;
  border: 2px solid #353535;
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
}

.new-btn4:hover{
  background: #fff;
  color:#57a4a4;
  border: 2px solid #57a4a4;
}

.new-btn5{
  background: #fff;
  border: 2px solid #fff;
  color: #353535;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
}

.new-btn5:hover{
  background: #353535;
  color:#fff;
  border: 2px solid #353535;
}

.new-btn6{
  background: #353535;
  border: 2px solid #353535;
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
}

.new-btn6:hover{
  color: #fff;
  background: #57a4a4;
  border: 2px solid #57a4a4;
}

.link-hover{
  position: absolute;
  top: 35%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 58%;
  margin-left: 16%;
}

.link-hover:hover{
  color: #fff;
}

.btn-tableaux{
  background: #353535;
  padding: 10px 30px;
  color: #ffffff;
  min-width: 160px;
  display: inline-block;
  text-align: center;
}

.btn-tableaux2{
  background: #57A4A4;
  padding: 10px 30px;
  color: #ffffff;
  min-width: 160px;
  display: inline-block;
  text-align: center;
}

.btn-tableaux:hover{
  background: #57A4A4;
  color: #ffffff;
}

.btn-tableaux2:hover{
  background: #353535;
  color: #fff;
}

.border-design{
  border: 1px solid #eee
}
.outofstock .images a:before,.products .outofstock a:before{
    height: 125px;
    width: 148px;
    right: 0;
    top: 0;
}

.selected-flag,#ph-check{display: none;}
#ph-check{width: 100%;}
.msg-phone{display: none;color: red;width: 100%;}
