/*
Theme Name: biobella
Theme URI: http://www.coveid.com/themes/
Version: 1
Description: Child Theme.
Author: coveid
Author URI: http://www.coveid.com
Template: meditation-and-yoga
*/
@import url("../meditation-and-yoga/style.css");

h1, h2, h3, h4{
	font-family: 'Lora', serif;
}
p {
    color: #585656;
    font-size: 15px;
    line-height: 1.7;
}
#header {
    background: #ffffff;
}
#header input[type="search"] {
    border-color: #000;
    color: #000;
}
#header input[type="search"] {
    background: #773692;
}
#primary-site-navigation {
    background: #773692;
    padding: 10px;
    border-radius: 15px;
    border: 0px solid #fff;
}
#header .menu-section, .page-template-custom-home-page #header .menu-section {
    margin-top: 0px;
}
.contact-details span a, .contact-details i {
    color: #000;
}
.logo {
    border: none;
}
.nav-menu ul li a {
    color: #fff;
}
#sidelong-menu {
    background: #773692;
}
#slider i, #slider .read-btn a {
    border: 2px solid #b68dc1;
    background: #b38bc0;
}
#slider .read-btn a:hover{
	color: #b68dc1;
}
#slider .carousel-control-next {
    left: inherit;
    width: 15%;
}
.imgcir img{
	box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    border-radius: 50% !important;
	-webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
.imgcir img:hover{
	box-shadow: 0 5px 20px rgb(0 0 0 / 25%);
}
.acercade{
	padding: 30px 25px 12px;
    background-color: #fbedff;
}
.servicios, .servicios-02{
	padding: 20px 18px 12px;
}
.servicios{
	background-color: #fbedff;
	border: 1px solid #e9dbed;
}
.servicios-02{
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
}
.wp-block-separator {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
hr {
    background-color: #fff;
}
.nav-menu ul ul {    
    min-width: 230px;
}
.article_content .metabox {
    background: #773692;
}
.article_content {
    box-shadow: -2px -2px 5px #773692;
}
#sidebar .widget {
    box-shadow: 2px 2px 5px #773692;
}
.article-text {
    background: #fdf6ff;
}
#colophon {
	background-color: #262525;
	padding-top: 55px;
	margin-top: 30px;
}
.copyright {
	background: #773692;
    border-top: 1px solid #ababab;
}
footer .widget ul.datos li {
    padding: 5px 0 0 22px;
    position: relative;
	margin-top: 10px;
	color: #e1e1e1;
}
footer .widget ul.datos li .fa{
	position: absolute;
    left: 0;
    top: 8px;
	color: #f2f2f2;
}
.site-footer a, .site-footer p {
    color: #e1e1e1;
}
#colophon .widget-column{
	padding-bottom: 50px;
}
footer .wp-block-columns {
    margin-bottom: 1.1em;
}
footer .menu-redes-container li{
	display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
    border: 1px solid #ccc;
    height: 45px;
    width: 45px;
	text-align: center;
	line-height: 2.2;
}
@media screen and (max-width: 1000px){
	.toggle-menu {
		background: #7f349a;
		border: none;
	}
	.toggle-menu i {
    	color: #fff;
	}
	#header .search-box{
		display: none;
	}
}
@media screen and (min-width: 991px){
	#primary-site-navigation {
		text-align: center;
	}
	.Nosotros{
		background-color:#fff;
		padding:50px 50px;
   		margin-left: -60px !important;
	}
}