/*
Theme Name: Ave Child
Theme URI: http://ave.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template:  ave
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: ave
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/
.bold{
	font-weight:bold;
}
.ol-align{
	margin:0;
	padding:0;
	list-style:none;
}
.list-absolute{
	list-style:none;
	margin:0;
	padding:0;

}
.list-absolute li {
  position: relative;
  padding-left: 12px;
}
.list-absolute li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 2px;
}
.formulario {
  border: 1px solid #414042;
  padding: 40px;
  margin: 30px auto;
}
.formulario h2{
  font-size: 30px;
  color: #DA1C5C;
  font-weight: bold;
}
.formulario label{
  display: block;
}
.formulario .wpcf7-form-control-wrap{
  display: block;
}
.formulario h4{
  font-weight: bold;
}
  .navbar-collapse {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    height: auto !important;
    flex-basis: 0;
  }
.simple-slideout-menu-panel {
  background: rgba(255, 255, 255, 0.80) !important;
}
.menugeneral a[data-trigger="simple-slideout"]:not(.simple-slideout-menu-close) {
  color: #fff !important;
  text-decoration: none;
}
.mainbar .navbar-header, .mainbar .main-nav-trigger {
  position: relative;
  z-index: 10;
  text-align: center;
  justify-content: center;
}
.menugeneral {
  display: flex;
  align-items: center;
}


.site-header a[data-trigger="simple-slideout"]:not(.simple-slideout-menu-close) .dashicons::before {
  width: 24px;
  height: 24px;
  font-size: 40px;
}
.wpcf7-checkbox label{

}
a[href*="contacto"] {
  border-radius: 10px;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.btn.round {
  border-radius: 10px;
}
.wpcf7-submit {
  border-radius: 15px !important;
}
@media screen and (max-width: 1199px) {
  .navbar-toggle{
    display: none !important;
  }
  .menugeneral a[data-trigger="simple-slideout"]:not(.simple-slideout-menu-close){
    position: absolute;
    top: 70px;
    left: 20px;
    z-index: 100;
  }
}

@media screen and (max-width: 600px) {
    .navbar-brand{
      max-width: 300px;
    }
    .navbar-brand{
      max-width: 250px;
    }
    .h2, h2 {
    font-size: 24px !important;
  }
  .h3, h3 {
    font-size: 20px !important;
  }

}
@media screen and (max-width: 480px) {
	 .mainbar .navbar-header {
        display: block;
        margin: 0 auto !important;
        padding: 0 !important;
		min-width: 100% !important;
        max-width: 100% !important;
    }
	.mainbar .navbar-brand{
		width: 100%;
        display: block;
        max-width: none;
        padding: 20px 0 !important;
        text-align: center;
	}
	.mainbar .navbar-brand-inner{
		display:block !important;
		width: 100% !important;
		margin: 0 auto !important;
		max-width:100%;
	}
	.mainbar .navbar-brand img {
		width: 100%;
		display: block;
		max-width: 230px;
		margin: 0 auto;
	}
	body[data-mobile-nav-trigger-alignment=left] .mainbar .navbar-header .navbar-brand-inner {
        margin-left: 0px !important;
    }
	.footer-img img {
  		max-width: 200px !important;
	}
	
}




