/* 
 Theme Name:     Joannix Ochart
 Author:         Joannix Ochart
 Author URI:     http://elementosgraficos.com/
 Template:       Divi
 Version:        2.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.5.3
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/* LOGO MOVIL AGRANDAR */
@media only screen and (max-width: 980px) {
#logo {
    height: 55% !important;
    max-height: 100% !important;
    width: auto;
    max-width: 100% !important;
    }
}


/* Menu Effect 2 - bottom border slide in */
#top-menu a {
	padding: 8px 0; /*you may want to adjust this*/
}
#top-menu a::after {
	position: absolute;
	top: 50%; /*you may want to adjust this*/
	left: 0;
	width: 100%;
	height: 4px; /*you may want to adjust this*/
	background: #f4525b;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
#top-menu a:hover::after,
#top-menu a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}



/* BACK TO TOP BOTON */
.et_pb_scroll_top.et-pb-icon {

   background: #f4525b;
}



/*------------------------------------------------*/
/*---------[GQ - MOBILE MENU BUTTON 1]------------*/
/*------------------------------------------------*/
 
    .mobile_menu_bar:before {
            background-color: #;
            padding: 2px 5px 2px 2px;
            top: 2px;
            color: #f4525b!important;}
    .mobile_menu_bar::after {
            font-family: Arial;
            content: "MENU";
            position: relative;
            padding: 10px 7px 10px 5px;
            background-color: #;
            color: #FFFFFF!important;
            margin-left: -87px;
            top: -7px; 
        cursor: pointer;}
    .mobile_nav.opened .mobile_menu_bar:before {
        content: "\4d";}


/*---------- [Testimonial Slider ]----------*/

    
    .testimonial-slider,
    .testimonial-slider .et_pb_container {
        height: auto !important;
    }
    .testimonial-slider,
    .testimonial-slider .et_pb_slide {
        max-height: auto;
        border: 0px solid #fff;
        
    }
    .testimonial-slider .et_pb_slide_description {
        position: relative;
        top: 25%;
        padding-top: 20px !important;
        padding-bottom: 10px !important;
        height: auto !important;
    }
    .testimonial-slider .et_pb_testimonial_portrait {
        display: table-cell;
        float: left;
        position: relative;
        width: 175px !important;
        height: 175px !important;
        margin-right: 30px;
        border: 0px solid #ffffff;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
	
	.testimonial-slider .et-pb-controllers a {
    border-radius: 0px;
}


/*This styles the read more link*/
.et_pb_post .more-link {
    display: inline-block;
    border: 1px solid #d8dcdc;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    padding: 10px !important;
    color: #454545;
    margin-top: 20px;
    text-transform: capitalize;
    border-radius: 10px;
    background: -webkit-linear-gradient(top,#fff 0,#f8fafa 100%);
    float: left;
    padding: 8px 16px;
    margin-top: 10px;
    font-size: 16px;
    font-family: Georgia,serif;
    font-style: italic;
}

/*This styles the read more link on hover*/

.et_pb_post .more-link:hover
{
    border: 1px solid #fff;
    color: #fff;
    background: #f4525b;
}

/*This adds the double arrow icon to the read more link*/
.et_pb_post .more-link:after {
    font-family: 'ETmodules';
    content: "\39";
    color: #454545;
    margin-left: 5px;
    vertical-align: middle;
}

/*This styles the double arrow on hover*/
.et_pb_post .more-link:hover:after {
    color: #fff;
}


/* add a divider between posts */
    .page article,
    .archive article,
    .search article {background: url('http://joannixochart.com/wp-content/uploads/2016/11/divider_custom_Joa-3.png') no-repeat left bottom;}
 
    .page .et_pb_post,
    .archive .et_pb_post,
    .search .et_pb_post {margin-bottom: 80px; padding-bottom: 120px;}


/*sidebar*/
.et_pb_widget_area_right {
    padding-left: 3px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}


