/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Arapey|Old+Standard+TT');

/* General */
aside .widget h5 {
    background: #000;
    color: #fff;
    padding: 10px ;
}
aside  .widget ul,
aside  .widget .tagcloud {
    margin: 0 10px;
}
.home-instagram  ul.qode-instagram-feed li {
    padding: 0px !important;
    margin: 0px !important;
}
.home-instagram .widget_qode_instagram_widget {
  margin-bottom: 0px !important;
}
.single-product .related {
    padding-top: 20px !important;
}
.sep-title span {
    font-size: 18px;
}
.page-id-374 .qode_product_list_holder .product_list_inner .product_category {
    display: none;
}
.mc4wp-form-fields {
    text-align: center !important;
}

.mc4wp-form-fields input[type="email"] {
    border: none;
    width: 100%;
    max-width: 250px;
    padding: 8px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    margin-top: 10px;
}
.mc-button {
    margin-top: 10px;
}

.mc-button input {
    background: #000;
    border: none;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    line-height: 100% !important;
    cursor: pointer;
    transition: background .4s;
}
.mc-button input:hover {
   background: #ef5f96;
}

.mc4wp-alert p {
    text-align: center !important;
    color: #fff !important;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    font-size: 22px !important;
    margin-top: 10px;
}

.vc_text_separator.full {
    border-top: 2px solid #000;
}

.whiteshadow {
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.85);
}

/* Shop */

.variations .reset_variations {
    background: #fff none repeat scroll 0 0;
    border: 2px solid red;
    border-radius: 4px;
    color: red !important;
    display: none !important;
    margin-top: 10px;
    text-align: center;
    transition: .4s;
}
.variations .reset_variations:hover {
  background: red;
  color: #fff !important;
}
.variations select {
    background: none;
    border: 2px solid #303030;
    border-radius: 4px !important;
    padding: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.woocommerce-page .content .container .container_inner {
   padding-top: 0px !important;
}
/*.woocommerce .content .container .container_inner, .woocommerce-page .content .container .container_inner {
	padding: 0 0 30px!important;
}*/

/* Blog */
.social_share_dropdown ul {
  width: 150px
}
.social_share_dropdown ul li {
  display: inline-block;
}
.post_info .post_author {
    display: none;
}

/* Checkout */

.woocommerce-checkout input, .woocommerce-checkout select, .woocommerce-checkout textarea, .woocommerce-checkout #billing_country_field span, .woocommerce-checkout #billing_state_field span, .woocommerce-checkout #shipping_country_field span, .woocommerce-checkout #shipping_state_field span {
    background: #eee !important;
}

.woocommerce-checkout input::-moz-placeholder,
.woocommerce-checkout input::-moz-placeholder,
.woocommerce-checkout input:-ms-input-placeholder,
.woocommerce-checkout input:-moz-placeholder {
  color: #444 !important;
  font-size: 16px;
}

/* Footer */

.footer_social {
  margin-bottom: 20px;
}
.footer_social i {
    font-size: 25px !important;
    line-height: 50px;
}
.footer_social a {
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block !important;
    transition: all 0.3s ease-out 0s;
    border: 1px solid #fff;
}
.footer_social a:not(:last-child) {
    margin-right: 10px;
}
.footer_social a:hover {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #fff;
}
footer {
    margin-top: 25px !important;
}
.home footer {
  margin-top: 0px !important;
}

.header_bottom_right_widget_holder .widget_text_icl {
	display: inline-block;
	margin-left: 8px;
}

.wishlist_table tr td {
	vertical-align: middle !important;
}

.wishlist_table tr td .qbutton {
	display: inline-block !important;
	/*width: 150px;*/
	line-height: 40px !important;
}

.anim-pr .qode_product_list_holder.three_columns ul li:nth-child(2n), .anim-pr  .qode_product_list_holder.two_columns ul li:nth-child(4n+2), .anim-pr  .qode_product_list_holder.two_columns ul li:nth-child(4n+3) {
    background: #fff !important;
}

.anim-pr .product_image{
  overflow: hidden;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.anim-pr li img{
    -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.anim-pr  .product_price span,
.anim-pr  .product_price del,
.anim-pr  .product_price ins{
  color: #303030 !important;
}

.anim-pr  li:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.anim-pr  .wrap {
  position: relative;
}
.anim-pr  .fav {
  z-index: 99999;
  position: absolute;
  right: 3px;
  top: 3px;

}

.anim-pr  .yith-wcwl-add-to-wishlist {
  display: inline-block;
  position: absolute;
  margin-top:0px;
  right: 3px;
  top: 3px;

}

.widget_product_categories li a[href*="featured"],
.single-product .product_meta .posted_in {
	display: none !important;
}

@media (max-width:1100px) {
  nav.main_menu > ul > li > a {
    padding: 0 7px;
  }
}

@media (max-width: 800px) {
  .header_inner_right{

    width: 100% !important;
  }
  .header_inner_right .side_menu_button_wrapper {
      margin: 0 auto !important;
  }
  .header_bottom_right_widget_holder {
    display:table-cell !important;
  }
  .shopping_cart_outer{
    display: table !important;
  }
}
