/*
 Theme Name:   Anna Reina
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Danivera
 Author URI:   https://danivera.com
 Template:     generatepress
 Version:      0.1
*/

/* Colores 
Texto: #848484
Verde: #ADB941
Naranja: #F6A64F

BG verde: #f2f4dd
BG naranja: #fdeddc
*/
 
h1, h2, h3, h4, h5{
	line-height:1.2em!important;
}


.social{display: flex; align-items: center; }
.social li{padding:0px 10px;}
.footer-widget-1{
text-align:center;
}
.social a{color:#F6A64F!important; }
.social a:hover{color:#848484!important; }
.social span{font-size:16px; color:#848484; padding-left:5px;}


ul.social.footer {
    justify-content: center;
    margin: 0px 0px;
    align-items: baseline;
}

.social.footer a{color:#F6A64F!important; font-size:30px;}
.social.footer a:hover{color:#ADB941!important;}

.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled {
    background-color: rgba(0, 0, 0, 0);
}

.slideout-navigation.do-overlay .menu-item-has-children .dropdown-menu-toggle{
	border-left:0px;
}

.m-contacto a{
	background:#BDC953;
	color:#fff!important;
	border-radius:5px;
    margin-left: 10px;
}

.m-contacto i{margin-right:10px}

.footer-widgets .widget {
    margin-bottom: 0px!important;
}



.lista-terapia ul{margin:20px}

.lista-terapia li{margin-bottom:10px; list-style-type:none; list-style-position: outside;}

.lista-terapia ul li::before {
    content: "\2022";
    color: #F6A64F;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.cab-header{
	margin:0px 10px;
	border-radius:10px;
}


.post-image:not(:first-child), .entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 1em;
}


.featured-image img, .post-image img{
	border-radius:10px!important;
}


/* entradas*/
.single-post .entry-content h2, .single-post .entry-content h3{ font-size:26px; text-transform:none; padding-top:20px!important;}

.single-post .entry-content h3{font-size:22px;}



.single-post .entry-content ul{margin:20px}

.single-post .entry-content li{margin-bottom:10px; list-style-type:none; list-style-position: outside;}
.single-post .entry-content ul li::before {
    content: "\2022";
    color: #F6A64F;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}




/*MEDIA QUERIES*/


@media (max-width: 1100px){

@media (max-width:1024px) {



}

/* markup for tablets */
@media screen and (min-width:769px) and (max-width:1024px) {

 


}

/* markup for mobile */
@media screen and (max-width:768px) {
    
    h1, h2, h3, h4, h5{
	line-height:1.1em!important;
}

    
    .social span {display: none;}

.m-contacto a{

    margin-left: :0px;
}
    .top-bar .inside-top-bar>.widget {
    order: 1;
    margin: 0px;
}
    
    }