/*
Theme Name: Maca
Theme URI: http://maca.aq.upm.es
Version: 4.0
Description: Tema hijo de cyanotype
Author: Semanticae
Author URI: http://semanticae.es
Template: cyanotype
*/

/* @import url("../cyanotype/style.css");*/

/* parent style added with wp_enqueue_style */

.home .intro {
	background-image: url(img/maca2.png);
}


.site-title a:hover {
	background: none;
}

.site-branding {
	padding-top: 20px;
	/* ŵas 24 */
	padding-bottom: 20px;
	/* ŵas 24 */
}

.site-content {
	margin-top: 122px;
	/* was 132 , adjust for smaller padding of site-branding*/
}

.site-branding.site-branding-narrow {
	padding-top: 10px;
	padding-bottom: 8px;
}

.site-branding.site-branding-narrow .site-title {
	font-size: 1.25rem;
	/* transition: 0.2s; */
}

.site-title a:hover {
	text-decoration: underline; 
}

.site-branding.site-branding-narrow .social-navigation a {
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	width: 48px;
}

.site-branding.site-branding-narrow .social-navigation a:before {
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	width: 48px;
}

.hentry {
/*	margin: 0 7.6923%; */
	padding: 5% 0;
/*	position: relative; */
}

@media screen and (min-width: 737px) {
	.hentry {
/*		margin: 0 7.6923%; */
		padding: 14% 0;
	}
}


@media screen and (max-width: 415px) {
	.site-title {
		font-size: 120%;
	}
	
	.site-footer {
		padding: 8px !important;
	}
	.site-info { /*footer*/
		font-size: 70%;
	}
	.profesoresContainer .entry-title {
		font-size: 150%;
	}
}

@media screen and (min-width: 51.755em) {
	.site-header .main-navigation, .site-header .social-navigation {
		/*when not to hide menu; override cyanotype */
    	display: none;
		font-size: 1rem;
	}
	
}
@media screen and (min-width: 1200px) {
	/*when not to hide menu */
	.site-header .main-navigation, .site-header .social-navigation {
    	display: block;
		font-size: 1rem;
	}
	
}

/*@media screen and (max-width: 386px) {
	.site-title {
		font-size: 125%;
	}
}
*/

/* navigation */

/* copied from cyanotype */

/**
 * 7.2 Menus
 */

/*
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.site-header .main-navigation {
	display: none;
	max-width: -webkit-calc(100% - 48px);
	max-width: calc(100% - 48px);
}

.no-widgets .site-header .main-navigation,
.no-js .site-header .main-navigation {
	max-width: 100%;
}

.site-header .main-navigation ul {
	list-style: none;
	margin: 0;
}

.site-header .nav-menu li {
	position: relative;
}

.site-header .nav-menu > li {
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	float: left;
	margin-top: -2px;
}

.site-header .nav-menu a {
	display: block;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.33334;
	padding: 13px 24px;
	text-decoration: none;
	white-space: nowrap;
}

.site-header .nav-menu a:hover,
.site-header .nav-menu a:focus {
	background-color: #fff;
	color: #001f2c;
	outline: none;
}

.site-header .nav-menu .menu-item-has-children > a {
	padding-right: 46px;
	padding-right: 26px;

}

.site-header .nav-menu .menu-item-has-children > a:after {
	content: "\f431";
	position: absolute;
	top: 15px;
	right: 20px;
	right: 8px;
} */

.site-header .nav-menu .menu-item-has-children > a {
	padding-right: 30px;
}

.site-header .nav-menu .menu-item-has-children > a:after { 
	right: 10px;}

/*

.site-header .sub-menu {
	border-bottom: 2px solid currentColor;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	left: -1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	z-index: 99999;
}

.site-header .sub-menu li {
	border-color: currentColor;
	border-style: solid;
	border-width: 2px 2px 0;
}

.site-header .sub-menu a {
	background-color: #001f2c;
	padding: 13px 24px;
	white-space: normal;
	width: 240px;
}

.site-header .sub-menu ul {
	left: 100%;
	top: -2px;
}

.site-header .sub-menu .menu-item-has-children > a {
	padding-right: 41px;
}

.site-header .sub-menu .menu-item-has-children > a:after {
	content: "\f431";
	right: 19px;
	top: 16px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.site-header .nav-menu li:hover > ul,
.site-header .nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}
*/



/* slider on top of page for page 3733 */

#post-3733 .entry-header {
	display: none;
}

#post-3733 .entry-footer {
	display: none;
}

#post-3733 .entry-content {
	margin: 0;
	padding: 0!important;
}

#post-3733 {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.entry-content rs-slide a {
	text-shadow: none;
}


/* slider on top of page for page 3749 */

#post-3749 .entry-header {
	display: none;
}

#post-3749 .entry-footer {
	display: none;
}

#post-3749 .entry-content {
	margin: 0;
	padding: 0!important;
}

#post-3749 {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* events */

#tribe-events-pg-template, .tribe-events-pg-template {
	margin: 70px auto;
}

.tribe_events.hentry {
	padding: 0 0;
	margin-left: 0;
	margin-right: 0;
}

.single-tribe_events .tribe-events-event-image img {
	/*text-align: left;*/
	margin-bottom: 1.25em;
}

@media screen and (min-width: 51.755em) {
	.single-tribe_events .tribe-events-event-image img {
		max-width: 60%;
		padding-right: 20px;
		float: left;
	}

	.tribe-events-meta-group {
		max-width: 30%;
	}
}

.single-tribe_events .tribe-events-cal-links {
	clear: none;
}

.single-tribe_events .tribe-events-event-meta {
	/*	float: left; */
}

#tribe-events-content a {
	text-decoration: underline;
}

.single-tribe_events .tribe-events-meta-group+.tribe-events-meta-group+.tribe-events-meta-group-gmap {
	display: none;
	/*shouldn't have to be using this */
}

/* responsive */

.site-content {
	margin-top: 32px;
}

.home .site-content {
	margin-top: 0px;
}

/**
 * 16.4 >= 828px
 */

@media screen and (min-width: 51.755em) {
	.site-content{
		margin-top:74px;
	}

	.entry-content {
		margin-top: 5%;
	}

	.home .site-content {
		margin-top: 32px;
}
	/*check also .hentry */
}

@media screen and (min-width: 1200px) {
	/*when menu not hidden */
	.home .site-content{
		margin-top:124px;
	}

	.entry-content {
		margin-top: 5%;
	}

	/*check also .hentry */
}



/*
@media screen and (min-width: 51.755em)
.entry-content {
    margin_top: 5%;
}
@media screen and (min-width: 57.8125em)
.entry-content {
    margin-top: 9.0909091%; 
}
@media screen and (min-width: 51.755em)
.entry-content {
    margin-top: 11.11419486%; 
}
@media screen and (min-width: 43.75em)
.post-thumbnail, .entry-content {
    margin-top: 9.0909091%; 
}
*/
