/*
Theme Name: Web realizada a partir de la plantilla GoodStart
Theme URI: 
Description: Web realizada a partir de la plantilla GoodStart
Author: VerdeMora
Author URI: http://www.verdemora.es/
Version: 1.0.4
Tags: 
License: GNU General Public License
License URI: README_License.txt
*/


/** Wordpress default clases */

.sticky .article-content { padding: 0px 16px; }

.article-block-small-image.sticky .article-header { padding: 8px 20px 0px 16px; }

.gallery-caption { color: #888; font-size: 12px; margin: 0 0 12px; }

.bypostauthor {}

.main-menu-wrapper ul ul li a i { font-style: normal!important; }

.alignright  {}

.alignleft  {}

.aligncenter   {}

ul li a i { font-style: normal; }

.wp-caption-text {
  display: block;
}

.gallery-photo .loading {
	background: rgba(255,255,255,0.7) url(./images/loading.gif) no-repeat center center;
	line-height: 0px;
	min-height: 100px;
}

.waiter > img {
  position:relative;
}

.waiter.loading img {
	opacity:0.6!important;
	filter:alpha(opacity=60)!important;
}

.waiter.loading {
	display:inline-block;
	background:#fff url(./images/loading.gif) no-repeat center center;
	line-height:0px;
	min-height:400px;

}

.waiter.loading img {
	opacity:0.6;
	filter:alpha(opacity=60);
}

/* isotope transition styles */

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
  
#infscr-loading {
	background: -moz-linear-gradient(center top , #747D84 0%, #434F56 100%) repeat scroll 0 0 transparent;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	bottom: 0;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	height: 50px;
	left: 50%;
	margin-left: -45px;
	padding-top: 20px;
	position: fixed;
	text-align: center;
	z-index: 1000;
	width: 90px;
	background-repeat:no-repeat;
	background-position: center center;
}
	
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.bypostauthor {}

img { height: auto !important; }

  #makeMeScrollable
  {
    position: relative;
  }
  
  #makeMeScrollable div.scrollableArea img
  {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

.wpb_gallery.wpb_posts_slider.wpb_content_element p {
  height: 40px;
  overflow: hidden;
}

#popup {
  max-width: 90%;
}

#popup img {
  max-width: 100%;
}

#df_bglink {
  display:block;
  height:100%;
  width:100%;
  position:fixed;
  left:0;
  top:0;
  z-index:0;
  text-indent:-5000em;
}

#wrapper {
  position:relative;
  z-index:10;
}

/* Cambios VerdeMora */

body {
    font-family: "Josefin Sans", sans-serif!important;
}

@media (min-width: 1201px){
	.container {
		width: 1211px!important;
	}
}

/* Colores diseño */

.header_meta.dark {
    background-color: #2a2380;
}

.header_menu.dark {
    background-color: #2a2380;
}

button, nav.site_navigation ul.menu > li:hover > a, nav.site_navigation ul.menu > li.current-menu-item > a, .big_calendar_box, .video_list .item .transition_line, .video_list_1 .item .transition_line, .video_list .item .label, .video_list_1 .item .label, .review_list .item .label, .header_menu .open_menu_mobile, .header_meta .open_menu_mobile, .tagcloud a, .widget_calendar tbody a, .header_border, .widget_review_posts .item .item_header .rate_stars, .breaking_news .breaking_title, .pricing_box .header, .accordion_group.colored .accordion_title, .tab_group.colored .ui-tabs-nav li.ui-tabs-active, .editor_review .review_group .review .review_footer span, .editor_review .review_summary .item_header, .price_slider_wrapper .ui-slider-range, .onsale{
	background-color: #e48e5b;
}

nav.top_navigation ul.menu > li > a {  
    color: #c1c1c1;
}

.header_meta.dark .search_block form input {    
	/* background-color: #483ce3;*/
	background-color: #349DC9;
    color: white;
}

.search_block form i {
    color: white;
}

nav.site_navigation ul.menu > li > a {    
    color: #c1c1c1;
}

.header_menu.dark nav.site_navigation ul.menu ul.sub-menu {
    background-color: #e48e5b;
}

.header_menu.dark nav.site_navigation ul.menu ul.sub-menu li {
    /* border-bottom: 1px solid #e96f26; */
	border-bottom: 1px solid #5c53c1;
}

nav.site_navigation ul.menu ul.sub-menu li a {
    /* color: #2a2380;   */
	color: white;
}

.header_menu.dark nav.site_navigation ul.menu ul.sub-menu li a:hover {
    color: #2a2380;
}

.breaking_news.dark {
    background-color: #2a2380;
}

.content_wrapper, .block_title h2, .widget .widget_title h4, .block_title .ui-tabs-nav li.ui-tabs-active, blockquote {
    border-color: #e48e5b;
}

.timeline_list .item .item_date {
    background-color: #e48e5b;
	/*background-color: #2a2380;*/
}
.timeline_list .item:hover .item_date {
    background-color: #2a2380;
	/*background-color: #e48e5b;*/
}

#footer {
    background-color: white;
    padding: 30px 0 0 0;
}

#copyright {
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    color: #999;
    background-color: #2a2380;
}

/* Header - Cabecera */

.header_body {
    padding: 15px 0;
}

.logo_brand{
    width: 175px;
	/* margin-right: 48px;*/
}

.redes-sociales .vc_icon_element-link {
    font-size: 33px;
    margin-right: 5px;
}

.redes-sociales {
    margin-top: -19px;
    float: right;
}

.redes-sociales .fa-facebook-official{
	color: #3a589e;	
}

#titulo-copyscyl{
	color:#2a2380; font-size: 42px; line-height: 47px; margin-top:35px;
	font-family: 'Averia Libre'; text-align: center;
}

#colegiate-copyscyl{
	text-align:right;
	/* margin-top: 16px;*/	
	clear:both; 
    /*padding-top: 9px;*/
	margin-top: -30px;
}

#colegiate-copyscyl{
	color:#e48e5b!important; 
	font-size:20px;
	float: right;
}

#header.style_1 .header_body .banner {
   float: none!important; 
}

@media (max-width: 1201px){
	#colegiate-copyscyl{
		/* float: none;	*/
	}
}

@media (max-width: 993px){
	#colegiate-copyscyl{
		 float: none;		
	}
	
	#titulo-copyscyl {
		margin-bottom: 28px;
	}
}



/* Cambios Home */

.home .col_8_of_12 {
    width: 100%!important;
}

.home .sidebar{
	display: none;	
}

.meta_wrapper.colegiate {
    bottom: 57px!important;
}

.colegiate h3 {
    font-size: 26px!important;
}

.home .block_with_tabs .col_6_of_12 {
    width: 33%;
}

@media (max-width: 993px){
	.col {
    	float: left;
		clear: none!important;
	}
	
}

@media (max-width: 600px){
	.col {
    	float: none;
		clear: both;
	}
	.home .block_with_tabs .col_6_of_12 {
    	width: 100%;
	}
}

/* Footer */

#footer .widget .widget_title h4 { 
    color: #e48e5b;
}

button, input[type="submit"], input[type="reset"], input[type="button"] {
    background-color: #e48e5b;
}
#footer a {
    color: #e48e5b;
}





/* Our Team
-------------------------------------------------------*/

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
  margin: 30px 0 7px;
}

.overlay {
  background-color: rgba(20,20,20,.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details p {
  color: #fff;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-details .socials i {
	color: #fff;
}

.socials a:hover i {
  color: #fff;
  background-color: #bfa67a;
}

.team-details h3{
  color: white;	
}

/* Servicios */

.page-id-392 P{
	font-size: 20px;
    line-height: 28px;
}

/* Proyectos */

.category-proyectos .sidebar p{
    font-size: 17px;
    line-height: 21px;	
}


/* Slider */

.main_content_slider.owl-carousel img{
    max-width: 47%;	
}

.main_content_slider .item .meta_wrapper {
    position: absolute;
    top: 0;
    z-index: 2;
    padding: 0 25px 25px 25px;
    left: 47%;
}

.main_content_slider .item .meta_wrapper h1 a {
    color: #2a2380;
}

.extracto-slider {
    margin-top: 20px;
}

.main_content_slider .item .meta_wrapper .content_meta span, .main_content_slider .item .meta_wrapper .content_meta span a {
    color: #e48e5b;
}

.main_content_slider .item .meta_wrapper .content_meta span a:hover {
    color: #999;
}


@media (max-width: 1200px){
	.main_content_slider .item .meta_wrapper h1 {
		font-size: 22px;
		line-height: 25px;		
	}
	.extracto-slider {
  		margin-top: 8px;
	}
}

/* Formulario solicitud */

select, textarea, input[type="url"], input[type="text"], input[type="tel"], input[type="search"], input[type="password"], input[type="number"], input[type="email"], input[type="datetime"]{
	width: 100%;	
}

input[type="file"] {
	width: 100%;	
}

/* Breaking news */

.breaking_news .breaking_block .item span.date {
    font-size: 15px;	
}

.breaking_news .breaking_block .item h4 {
    font-size: 15px;
}

body {
    font-size: 16px;	
}

.timeline_list .item .item_content h4 {
    font-size: 16px;
}

.medium_article_list .item .item_content h4 {
    font-size: 16px;
}