/* Enter Your Custom CSS Here */
/*
.home.page article.hentry{
	display: none;
}

.home.page .home-content-boxes {
	padding-top: 0;
}
*/

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.btn {
	border-color: #ffffff!important;
	background: #41d6cf!important;
	background-image: -webkit-gradient( linear, left bottom, left top, from(#41d6cf), to(#41d6cf) )!important;
	background-image: -o-linear-gradient( bottom, #41d6cf, #41d6cf )!important;
	background-image: linear-gradient( to top, #41d6cf, #41d6cf )!important;
}

.btn-small {
	padding: 0px 5px;
}

.widget_text.widget.widget_custom_html {
	background-color: #f7f3f3;
    padding: 15px;
  text-align: justify;
}

.header-logo-container img {
	display:none;
}

.header-logo-container {
  background-image: url(wp-content/uploads/2019/03/Main_logo_2_Small-350x69.png);
  width: 350px;
  height: 69px;
  margin-left: 25px;
}

.sticky-header .pr-0 {
  background-image: url(wp-content/uploads/2019/03/Main_logo_2_Small-350x69.png) no-repeat;
  width: 350px;
  height: 90px;
}

@media screen and (max-width: 768px) {
  .nav-item {
  	background: #41d6cf!important;
  }
  
  .hidden-xs {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .hidden-sm {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .header-logo-container {
  	/*background-image: url(wp-content/uploads/2019/02/logo_Castillo_alergias_asma-2.png);*/
    background-image: url(wp-content/uploads/2019/03/Main_logo_3_Small-350x69-300x69.png);
    width: 300px;
    height: 69px;
    margin-left: inherit;
  }
  
  .carousel-control-prev, .carousel-control-next {
  	display: none;
  }
}

#primary-menu {
	background-color: #41d6cf;
	text-transform: uppercase;
}

.menu-item, .menu-item a, .menu-item:hover, .menu-item:focus {
	color: white!important;
}

.menu-item-object-page > .nav-link, .menu-item-object-custom > .nav-link {
	color: white;
}

.nav-link:hover, .nav-link:focus {
	color: white!important;
}

.menu-item-object-page:hover, .menu-item-object-custom:hover {
	background-color: #f6871e;
    color: white!important;
}

.navbar li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.dropdown.nav-item > ul {
	background-color: #43b4b1;;
}

.navbar-nav .nav-link {
	font-size: 1rem;
}
/*
.carousel-caption.layout-left {
  left: 0%;
  margin-right: 1.5%;
  margin-left: 2.5%;
}
*/
#tagline {
  color: white;
}

.menu-header {
  background-color: #41d6cf;
}

.carousel.slide {
	/*background-color: #1e3779;*/
  /*background-image: url(wp-content/uploads/2019/02/0db0e5ab.png);*/
  background-image: url(wp-content/uploads/2019/03/banner-bg.png);
}

.header-pattern {
	/*background-image: url(wp-content/uploads/2019/02/0db0e5ab.png);*/
}

.navbar-nav {
	/*margin-left: auto;*/
}

#sticky-menu {
	background-color: #41d6cf;
}

.post-title a {
	font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .carousel-item > .carousel-caption {
    top: -43px;
  }
  
  .carousel-item > .justify-content-end {
    display: none;
  }
  
  .parallax-slider > .carousel-resize {
  	height: 268px!important;
  }
}

.footer {
	background: url(wp-content/uploads/2019/03/footer-bg.png) repeat;
}

.sticky-header img {
	width: 350px;
}

.sticky-header {
  background-color: #fff;
}