/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/

.site-header {
    background-color: rgba(44,15,43,0.9) !important;
}

.site-header .btn-menu {
      font-size: 28px;
      font-family: "FontAwesome";
      color: #fff;
      text-align:center;
      width: 28px;
      height: 28px;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
    }

.site-header .btn-menu:before{
      content: "\f0c9";
    }

.entry-footer {
		display: none;
	}

/* home page slider text */
.slide-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: left;
    z-index: 2;
    width: 100%;
    min-height: 260px;
    padding-top: 5px;
	padding-left: 100px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

h2.maintitle::after {
    left: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
}

.text-slider .subtitle {
	padding-left: 0;
	font-weight: 600;
}

/*
.slide-inner .roll-button {
	margin-left: 223px;
}
*/

/* top menu submenu fix */
.sub-menu li {
    padding: 0 !important;
    margin: 0 !important;
	
}

#mainnav .sub-menu li a {
	line-height: 20px !important;
}

/* primary button */
a.btn.btn-primary {
	background-color: #ee6a4b !important;
}

/* up arrow for page scrolling */
a.go-top.show{
	color: #FFFFFF;
}

a.go-top.show:hover{
	color: #ee6a4b;
}

.woocommerce ul.products li.product a img{
	max-width: 300px;
	display: inline;
}

/* footer background
.footer-widgets {
	background-color: #2C0F2B;
}
 */

.woocommerce-cart table.cart .coupon .button {
	background-color: #ee6a4b;
	color: #FFFFFF;
	font-size: 14px;
}

.woocommerce-cart table.cart button.button[name="update_cart"] {
	background-color: #ee6a4b;
	color: #FFFFFF;
	font-size: 14px;
}

/* cart page unnecessary total */
td.product-subtotal small{
	display: none;
}

/* terms and conditions checkbox */
.woocommerce form .form-row .input-checkbox { margin: 8px 0 0 0; }
.woocommerce-terms-and-conditions-checkbox-text { margin: 0 0 0 20px; }
.woocommerce-form__label-for-checkbox span { padding-left: 0; }


/* apply coupon button */
@media only screen and (max-width: 767px) {
	button[name="apply_coupon"] {
	  float: left !important;
	  width: 60% !important;
	}

	input[name="coupon_code"] {
		margin-bottom: .5em !important;
	}
}

label.el-form-item__label {
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 21px !important;
}
