/*
Theme Name: U-Design Child
Theme URI: http://www.envisager.net/u-design-child/
Description: U-Design Child Theme
Author: Hazel Burgess, Envisager Studio
Author URI: http://www.envisager.net
Template: u-design
Version: 1.0.0
*/

/**** BEGIN ADDING YOUR CUSTOM CSS CODE BELOW: ****/




#rev-slider-header {

   margin-top: -120px;

}


.woocommerce ul.products li.product h3, 
.woocommerce-page ul.products li.product h3 {
font-size: 1.2em !important;
}



.woocommerce div.product .product_title {

    font-size: 26px !important;

} 

single-product .summary .price {
font-size: 1.2em !important;
} 



.sidebar-list {
  background: #F9F0DF;
  border: 1px solid #F9F0DF;
  margin-bottom: 40px;
  padding: 20px 20px 40px;
}
.sidebar-list h4 {
  margin-left: 3px;
  font-size: 22px;
  color: #4C261D;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto;

}
.sidebar-list ul {
  border-top: 1px solid #C9BEAF;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-list li {
  border-bottom: 1px solid #C9BEAF;
  margin-bottom: 0;
}
.sidebar-list a {
  color: #B4452A;
  display: block;
  padding: 7px 0 7px 3px;
  text-decoration: none;
}
.sidebar-list a:hover {
  background: #B4452A;
  color: #F9F0DF;
}


.wpcf7-form .wpcf7-submit {
background:#B4452A ! important;
border:1px;
color:white ! important;
font-weight: bold ! important;
font-size: 16px ! important;
border-radius: 2px;
width: 190px ! important;
height: 44px ! important;
behavior:url(border-radius.htc);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
}


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
background-color: #EDEBE2;
border: 1px solid #DDDDDD;
color: #220B03;
padding: 10px 10px;
font-size: 13px ! important;
border-radius: 3px;
behavior:url(border-radius.htc);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
width: 95%;
}



.page-template-page-Blog-php .custom-frame-wrapper .custom-frame-padding {

   padding: 0;

}

.page-template-page-Blog-php .custom-frame-wrapper .custom-frame-padding a img {

   transition: none;

}

.page-template-page-Blog-php .custom-frame-wrapper .custom-frame-padding a img:hover {

   transform: none;

   opacity: 1;

}

.post-image-holder {

  background: none;

}







#tchsp .buttons { visibility: hidden; background: transparent; border-radius: 35px; display: block; position: absolute;
}


#tchsp { height: 1%; margin: 0px 0px 0px 0px; overflow:hidden; position: relative; padding: 0 0px 10px !important;
}

#tchsp .overview li{ float: left; margin: 0px 0px 0px 0px; border:0px !important; height: 464px; width: 323px;
}



.mean-container .mean-bar {
    position: fixed;
    background: #B4452A;
}

.mean-container .mean-nav {
background: #B4452A; 
}



.home #bottom-bg {

  margin-top: -20px;

}


#navigation-menu ul.sf-menu {

  font-weight: bold;

}


#navigation-menu ul.sf-menu li li {
  margin-bottom: 0;
}


#home-page-content #content-container {
    padding: 0px 0;
}


#footer .back-to-top a { 
background-image: url("http://www.soulmatefilm.com/imageswp/back2top.png");
background-repeat: no-repeat;
background-position: right;
width: 25px;
height: 25px
}
#footer .back-to-top a:hover { 
background-image: url("http://www.soulmatefilm.com/imageswp/back2top-hover.png") !important;
background-repeat: no-repeat;
background-position: right;
width: 25px;
height: 25px;
}




@media screen and (min-width: 720px) {
 
    .u-design-fixed-menu-on.fixed-menu #top-wrapper {
        opacity: 1;
    }
 
}





/* "Stay-On-Top" Menu background color */
.u-design-fixed-menu-on.fixed-menu #main-menu {
    background-image: url("http://www.soulmatefilm.com/imageswp/bgstayontop.png");
height: 45px;
}
 
 
.u-design-fixed-menu-on.fixed-menu #top-wrapper {
    background-image: url("http://www.soulmatefilm.com/imageswp/bgstayontop.png");
}
 
/* Mobile Screen ( smaller than 480px )*/
@media screen and (max-width: 480px) {
 
/* "Stay-On-Top" Menu background color */
    .u-design-fixed-menu-on.fixed-menu #main-menu {
        background-image: none;
    }
 
 
    .u-design-fixed-menu-on.fixed-menu #top-wrapper {
        background-image: none;
    }
 
}