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

/*LOGO*/

body > div.wrapper > div > header > div > div > div > div > div > div.header_inner_left > div.logo_wrapper > div > a > img.normal{
	height: 70% !important;
}

.q_logo{
	top: 60% !important;
}

/*MENÚ*/

nav.main_menu>ul>li>a{
	padding: 0 10px !important;
}

nav .menu li > ul.sub-menu li:hover, nav .menu .sub-menu li.current-menu-item {
    background: #f6f6f6;
}

.drop_down .second ul li{
    border-bottom: 1px solid #f1f1f1;
	width: 300px !important;
}

.drop_down .second .inner>ul, li.narrow .second .inner ul {
    background: #fff;
}

.drop_down .second .inner>ul, li.narrow .second .inner ul {
    top: 0px !important;
    padding-left: 0px;
}

.drop_down .second .inner ul li.sub ul li a:hover, .drop_down .second .inner>ul>li>a,
.drop_down .second .inner ul li.sub ul li a:hover, .drop_down .second .inner>ul>li>a:hover,
.drop_down .second .inner ul li a, .drop_down .second .inner ul li h5{
	color: #000 !important;
}

/*TITULO*/

.header_page .title {
    color: #000 !important;
    font-weight: bold !important;
}

/*INDEX*/

body.home > div.wrapper > div > div > div > div > div > div:nth-child(1){
	background-image: url(http://blog.cofan.es/esteticabelenalberca/wp-content/uploads/sites/120/2011/09/bg-slider-2-min.jpg);
    background-position: left top;
    background-repeat: repeat;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
	background-size: 1% 100% !important;
}

.title .title_holder .container {
background-image: url(http://blog.cofan.es/esteticabelenalberca/wp-content/uploads/sites/120/2015/09/bg-containerTitle.jpg) !important;
    background-repeat: repeat !important;
    background-size: contain !important;
}

.box-slider-text {
    transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    background-color: #67B8B7;
    color: #fff;
    padding-top: 34px;
    padding-bottom: 35px;
}

.box-slider-text a, .box-slider-text a:hover {
    color: #fff !important;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    font-size: 30px !important;
}

.img-border, .vc_single_image-img, .gallery_holder ul li  {
    border: 1px solid #ccc;
    padding: 5px !important;
}

/*FOOTER*/

.footer_top {
    background: url(http://blog.cofan.es/esteticabelenalberca/wp-content/uploads/sites/120/2011/09/bg-slider-2-min.jpg);
    background-size: contain;
    color: #383838;
}

/*BLOG*/

.blog_holder article .post_image, .blog_holder article .post_image img, .blog_holder article .post_image>a{
	display: none !important;
}

.sidebar{
	margin-top: 30px !important;
}

/*MEDIA QUERIES*/

@media (min-width: 1200px){
	
}

@media (min-width: 1025px) and (max-widh: 1199px){

}

@media (min-width: 1001px) and (max-width: 1024px){
	nav.main_menu>ul>li>a {
		padding: 0 7px !important;
	}
}

@media (min-width: 992px) and (max-width: 1000px){
	.q_logo {
		top: 0% !important;
	}
	.title_subtitle_holder {
		padding: 20px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.q_logo {
		top: 0% !important;
	}
	.title_subtitle_holder {
		padding: 20px !important;
	}
}

@media (min-width: 576px) and (max-width: 767px){
	.q_logo {
		top: 0% !important;
	}
	.title_subtitle_holder {
		padding: 20px !important;
	}
}

@media (max-width: 480px){
	.q_logo {
		top: 0% !important;
	}
	.title_subtitle_holder {
		padding: 20px !important;
	}
}