/*
Theme Name: Academia
Theme URI: http://themexpert.com/
Author: ThemeXpert
Author URI: http://themexpert.com/
Description: A Premium educational purpose WordPress theme.
Version: 3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, red, orange, blue, white, light, one-column, two-columns, right-sidebar
Text Domain: academia

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
# Infinite scroll
# Media
	## Captions
	## Galleries
#Popup
--------------------------------------------------------------*/


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/


.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}



.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

span.woocommerce-Price-amount.amount {
	display: block !important;
}

/*--------------------------------------------------------------
## Popup
--------------------------------------------------------------*/
/* Fonts of popup */
@font-face {
    font-family:'Lato Bold Italic';
    src: url('dist/fonts/popup/Lato Bold Italic.eot');
	src: url('dist/fonts/popup/Lato Bold Italic.eot#iefix') format('embedded-opentype'),
		url('dist/fonts/popup/Lato Bold Italic.woff') format('woff2'),
		url('dist/fonts/popup/Lato Bold Italic.woff') format('woff'),
		url('dist/fonts/popup/Lato Bold Italic.svg') format('svg');
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}

@font-face {
    font-family:'Lato Heavy';
    src: url('dist/fonts/popup/Lato Heavy.eot');
	src: url('dist/fonts/popup/Lato Heavy.eot#iefix') format('embedded-opentype'),
		url('dist/fonts/popup/Lato Heavy.woff') format('woff2'),
		url('dist/fonts/popup/Lato Heavy.woff') format('woff'),
		url('dist/fonts/popup/Lato Heavy.svg') format('svg');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}

@font-face {
    font-family:'Lato Italic';
    src: url('dist/fonts/popup/Lato Italic.eot');
	src: url('dist/fonts/popup/Lato Italic.eot#iefix') format('embedded-opentype'),
		url('dist/fonts/popup/Lato Italic.woff') format('woff2'),
		url('dist/fonts/popup/Lato Italic.woff') format('woff'),
		url('dist/fonts/popup/Lato Italic.svg') format('svg');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}

@font-face {
    font-family:'Lato Regular';
    src: url('dist/fonts/popup/Lato Regular.eot');
	src: url('dist/fonts/popup/Lato Regular.eot#iefix') format('embedded-opentype'),
		url('dist/fonts/popup/Lato Regular.woff') format('woff2'),
		url('dist/fonts/popup/Lato Regular.woff') format('woff'),
		url('dist/fonts/popup/Lato Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}

@font-face {
    font-family:'Myriad Pro';
    src: url('dist/fonts/popup/MyriadPro-Regular.eot');
	src: url('dist/fonts/popup/MyriadPro-Regular.eot#iefix') format('embedded-opentype'),
		url('dist/fonts/popup/MyriadPro-Regular.woff') format('woff2'),
		url('dist/fonts/popup/MyriadPro-Regular.woff') format('woff'),
		url('dist/fonts/popup/MyriadPro-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
/* End Fonts of popup */

.popup-fondo-naranja {
  background-color: #dd8850;
}
.popup-fondo-blanco {
  background-color: #ffffff;
}
.popup-fondo-gris {
  background-color: #2e2e2e;
}
.popup-nlt .zend_form input {
   border: 0px;
 }
.popup-nlt .ult_modal-content {
  border-radius: 0;
}
.popup-nlt .ult_modal-body {
  position: relative;
  padding: 0;
}

.popup-nlt .wpb_wrapper::before, .popup-nlt .ult_modal-body::before {
  background-image: url(../../uploads/2017/05/imagen-popup.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 33.333333333%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.popup-nlt .wpb_wrapper::before {
  width: calc(33.333333333% - 9px);
  left: 15px;
}
.popup-color-gris {
  color: #373737;
}
.popup-color-blanco {
  color: #ffffff;
}
.font-12 {
  font-size: 18px;
}
.font-28 {
  font-size: 48px;
}
.font-22 {
  font-size: 36px;
  line-hight: 1.1;
}
.font-20 {
  font-size: 33px;
}
.triangulo_der {
  position: relative;
  font-size: 40px;
}
.popup-height-resp {
  height: 500px
}

.lato-regular {
  font-family:'Lato Regular';
}

.lato-bold-italic {
  font-family:'Lato Bold Italic';
}

.lato-heavy {
  font-family:'Lato Heavy';
}

.lato-italic {
  font-family:'Lato Italic';
}

.myriad-pro {
  font-family:'Myriad Pro';
}

@media (max-width: 1199px){
  .triangulo_der {
  	font-size: 30px;
  }
}
/*@media (max-width: 991px){
  .triangulo_der {
    font-size: 26px;
  }
  .popup-height-resp {
    height: 550px;
  }
}*/
@media(max-width: 991px){
  .popup-fondo-blanco {
    padding: 20px;
  }
  .popup-height-resp {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .triangulo_der::before {
    display: none;
  }
  .popup-nlt .ult_modal-body::before {
    display: none;
  }
}
.triangulo_der::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid #dd8850;
  border-bottom: 15px solid transparent;
}
.popup-nlt td {
  border: 0;
}
.wpcf7-form-control.g-recaptcha > div {
  margin: auto;
}
div.wpcf7-response-output {
  display: none !important;
}
span.wpcf7-not-valid-tip {
  font-size: 12px;
}

.lana-download-shortcode p {text-align: center;margin-top: 0 !important;}
.lana-download-shortcode span.badge {display: none;}
.lana-download-shortcode .lana-download {
    color: #01BAFD;
    background: transparent;
    border: none;
    box-shadow: none;
}
.lana-download-shortcode .lana-download:hover {
    color: #01BAFD;
    background: transparent;
    border: none;
    box-shadow: none;
}

.download-link {font-size:0 !important;}
.download-link:after {
    content: "DESCARGAR";
    font-size: 14px !important;
}