/*
Theme Name: Eduma Hijo
Theme URI: http://educationwp.thimpress.com/
Author: ThimPress
Author URI: http://thimpress.com
Description: Tema hijo Eduma Extencion
Template: eduma
Version: 2.4.0
License: Split License
License URI: https://help.market.envato.com/hc/en-us/articles/202501064-What-is-Split-Licensing-and-the-GPL-
Tags: two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: eduma-hijo
Domain Path: /languages/
*/




body .navbar-fixed-top {
  margin-bottom: 0px;
}

.row.spacer.navbar.navbar-inverse {
  margin-bottom: 0px;
}

.navbar.navbar-inverse.navbar-sub{
  border-radius: 0px;
}

.carousel-caption .cat, .carousel-caption .date-feat{
    display:none;
}

.carousel a.left, .carousel a.right{
    display:none;
}

@media (min-width: 990px){
    #myCarousel{
        height: 350px !important;
    }

	.events-table .rollover .box-photo{
		max-height: 220px;
	}
}

.col-sm-3.col-md-3.pull-right.search-cont{
    width: 18% !important;
}

.top_site_main:before {
    background: unset;
}

.top_site_main{
	min-height: 150px !important;
}

.searchandfilter input[type="submit"]
{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  background: #ffb606;
  padding: 0px 15px 0px 15px;
  text-decoration: none;
  margin-top: 10px;
}

.searchandfilter input[type="submit"]:hover {
  background: #ffd166;
  text-decoration: none;
}

.sidebar_search span.screen-reader-text{
  display: none;
}

.sidebar_search div.em-search-text.em-search-field{
  float: left;
}

.sidebar_search div.css-search div.em-search-text {
    background-position: 0px 12px;
}

.sidebar_search div.css-search input, .sidebar_search div.css-search select {
    margin-bottom: 5px;
	width: 80%;
}

.sidebar_search div.em-search-main {
    border-bottom: none !important;
}

div.css-search div.em-search-text{
	background: none;
	padding-left: 3px;
}

div.css-search input.em-search-text{
	border-color: rgb(238, 238, 238);
	border-style: groove;
	border-width: 1px;
	width: 80%;
}


.tituloHeader p{
  text-align: center;
  font-size: 4em;
  line-height: 1em;
  z-index: 3;
  position: relative;
  font-family: Roboto Slab;
  text-transform: uppercase;
  padding-top: 20px;
  color: rgb(40, 61, 190);
  text-shadow: -1px -1px 1px black , 2px 2px 1px lightskyblue;
}

.tituloHeader a{
  color: unset;
  text-decoration: none;
}

.site-content{
  padding: 20px 15px 100px;
}

.events-table {
    border-spacing: 0px 30px !important;
    border-collapse: separate !important;
    border: none !important;
    margin-top: -45px;
}

.events-table td{
  border: none !important;
}

.events-table .box-item {
    position: relative;
    width: 100%;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.events-table .box-info {
    position: relative;
    clear: both;
    background-color: whitesmoke;
}

.events-table .box-info, .events-table .box-info .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.events-table .box-item div.content {
    padding: 0px 20px 8px 20px;
}

.events-table .box-item, .events-table .box-info {
    border-radius: 5px 0px 0px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.events-table figure {
    position: relative;
    display: inline-block;
}

.events-table figure, .events-table figure img {
    width: 100%;
    float: left;
}

.events-table figure:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.events-table .box-item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.events-table .rollover {
    display: block;
    background: whitesmoke;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0px 5px 5px 0px;
}

.events-table .rollover .box-photo {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
}

.events-table figure, .events-table figure img {
    width: 100%;
    float: left;
}

.events-table .rollover img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.events-table .box-info .row-evento:first-of-type {
    height: auto;
    white-space: inherit;
}

.events-table .box-info .row-evento {
    margin-bottom: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

.events-table .box-info .row-evento h3 {
  margin: 0;
}

.entry-content > .row-evento h1 {
  margin: -10px 0px 0px 0px;
  color: #0d3184;
}

.entry-content > .box-photo img {
  width: 70%;
  border-radius: 5px;
}

.entry-content > .row-evento {
  font-size: 16px;
  line-height: 30px;
}

.row-botones-evento .btn-primary {
    margin: 2px 2px 2px 0px;
}

.row-botones-evento .btn-primary:hover {
    background-color: #000BCA;
    border-color: #000BCA;
}

.entry-content > .row-botones-evento .btn-primary {
    margin: 2px 2px 2px 0px;
}

.entry-content > .row-botones-evento {
    margin-top: 10px;
}

.row-evento h3 a{
	color: #0d3184;
}

.row-evento h3 a:hover{
	color: #337ab7;
}

#ui-datepicker-div{
  z-index: 9999 !important;
}


div.css-search div.em-search-main .em-search-submit {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0d3184), color-stop(1, #0D29EC) );
    background: -moz-linear-gradient( center top, #0d3184 5%, #0D29EC 100% );
    background-color: #0d3184;
	top: 10px;
}

div.css-search div.em-search-main .em-search-submit:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0D29EC), color-stop(1, #0FBBDF) );
    background: -moz-linear-gradient( center top, #0D29EC 5%, #0FBBDF 100% );
    background: -ms-linear-gradient(top, #0D29EC, #0FBBDF);
    background: -o-linear-gradient(top, #0D29EC, #0FBBDF);
    background: linear-gradient(top, #0D29EC, #0FBBDF);
    background-color: #0D29EC;
	top: 10px;
}



.ui-datepicker-title option, .ui-datepicker-title select {
  color: #666666;
}

.wpcf7-form .wpcf7-submit, .em-booking-form-details .em-booking-submit,  .mc4wp-form .mc4wp-form-fields input[type="submit"], .submitFormMailChimp {
    background-color: #0d3184;
    border-color: #0d3184;
    margin: 2px 2px 2px 0px;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*
.wpcf7-form .wpcf7-submit:hover {
    background-color: #323945;
    border-color: #323945;
}*/

.wpcf7-form .wpcf7-submit:hover, .em-booking-form-details .em-booking-submit:hover,  .mc4wp-form .mc4wp-form-fields input[type="submit"]:hover, .submitFormMailChimp:hover {
    background-color: #000BCA;
    border-color: #000BCA;
}

.mc4wp-form .mc4wp-form-fields input[type=email]{
	border-color: #CCCCCC;
}

.mc4wp-form .mc4wp-form-fields input[type=text]{
	border-color: #CCCCCC;
}

.wpcf7-form span.wpcf7-not-valid-tip {
    display: unset;
}


.hiddenfield{
	display: none;
}

.contenedorFormInfo{
	border: 1px solid #CCC;
    border-radius: 8px;
    padding: 0px 10px 0px 10px;
    margin: 15px 0px 3px 0px;
}

.faa {
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.faa:hover {
    opacity: 0.7;
}

.fa-facebook-square {
  color: #3B5998;
  margin-top: 5px;
}

.fa-twitter-square {
  color: #55ACEE;
  margin-top: 5px;
}

.fa-envelope-square {
  color: gray;
  margin-top: 5px;
}

.icono{
	font-size: 20px;
}

.formBarraLateral div{
	float: left;
	clear: both;
	margin-bottom: 8px !important;
}

.formBarraLateral div>span{
	margin-left: 0px !important;
	margin-bottom: 0px !important;
	width: 100% !important;
}

#formReserva{
	border: 1px solid #CCC;
    border-radius: 8px;
    margin: 15px 0px 0px 0px;
}

.thim-about-author{
  display: none;
}

.entry-navigation-post{
  display: none;
}

article .entry-header .entry-contain{
  float: left;
}

article .readmore a, article .readmore a:hover{
  color: white;
}

.inputFormMailChimp{
  color: black !important;
}

.checkIntereses > label > span{
  font-size: 13px;
}

@media (min-width: 990px) {

  .tituloHeader p{
	font-size: 4.5em;
  }

  .events-table .box-item div.content {
      min-width: 500px;
  }

  .events-table .box-item, .events-table .box-info {
      -ms-flex-direction: row;
      flex-direction: row;
  }
}

@media (max-width: 989px) {

  .tituloHeader p{
	font-size: 4em;
  }

  .events-table .box-item, .events-table .box-info {
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

.ui-widget-header {
    border: 1px solid #0d3184 !important;
    background: #0d2ae4 !important;
}

.widget-subtitle{
	font-size: 12px;
	text-transform: none;
	line-height: 1px;
	margin-bottom: 28px;
	margin-top: -4px;
}

@media (max-width: 767px) {
  /*div.tituloHeader {
    margin-top: 50px;
  }*/
  div.css-search input.em-search-text{
		width: 90%;
	}
}

@media (max-width: 1199px) {
	.container {
		width: 100%;
	}
}
@media (max-width: 1130px) {
	div.css-search input.em-search-text{
			width: 75%;
		}
}

@media (max-width: 900px) {
	div.css-search input.em-search-text{
			width: 70%;
		}
}

@media (max-width: 1060px) {
	.sidebar_search div.css-search input.em-date-input-loc{
			width: 100%;
		}
}
