/*
Theme Name: Twenty Thirteen
Theme URI: https://www.anahuac.mx/veracruz/
Author: UAV based on the WordPress team's work.
Author URI: https://www.anahuac.mx/veracruz/
Description: Actualización para la campaña 2021-2022. Se encuentra basado en el trabajo del equipo de WordPress (Twenty Thirteen).
Version: 3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, orange, white, light, one-column, two-columns, left-sidebar, fluid-layout, responsive-layout, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 *   4.3 - Slider
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 *   5.14 - Events
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
  * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

html,
button,
input,
select,
textarea {
	font-family: "Roboto", Helvetica, sans-serif;
	/* tamaño de la fuente base, sobre este se definen todos los demás tamaños de fuente */
	font-size: 18px;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #dea213;
	text-decoration: none;
}

a:visited {
	color: #de7313;
}

a:focus {
	outline: none;
}

a:active,
a:hover {
	color: #de4813;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Roboto", Helvetica, sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 32.4px;
	margin: 33px 0 10px 0;
}

h2 {
	font-size: 28.8px;
	margin: 25px 0 10px 0;
}

h3 {
	font-size: 27px;
	margin: 22px 0 10px 0;
}

h4 {
	font-size: 23.4px;
	margin: 25px 0 10px 0;
}

h5 {
	font-size: 19.8px;
	margin: 30px 0 10px 0;
}

h6 {
	font-size: 16.2px;
	margin: 30px 0 10px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 18px;
}

.entry-content p,
.entry-summary p {
	line-height: 2;
	margin: 0 0 32px;
}

.entry-additional, .mainimage-container {
	line-height: 2;
	margin-bottom: 32px;
}

.entry-content ul, .entry-summary ul,
.entry-content ol, .entry-summary ol {
	margin: 0 0 32px;
}

.entry-content form p, .entry-summary form p {
	margin: 0 0 18px;
}

.entry-content .tight, .entry-summary .tight {
	margin: 0 0 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14.4px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14.4px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14.4px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: bold;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 8px 0 16px 0;
	/* padding: 0 0 0 40px; */
	padding: 0;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

/* search nav items */
nav.pager {
	text-align: center;
}

.pager__items li.pager__item {
	display: inline-block;
	margin-left: 1rem !important;
}

.pager__items li.is-active {
	font-weight: bolder;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

form p {
	margin: 0 0 18px;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16.2px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 18px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url("../images/dotted-line.png") repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	top: 0;
	width: 1px;
    height: 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: #ff5900;
	display: block;
	font-size: 14.4px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	height: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea,
select {
	border-bottom: 2px solid #c3c0ab;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus, input:active,
textarea:focus, textarea:active,
select:focus, select:active {
	border: 2px solid #fac48e;
	outline: none;
}

/* Buttons */
form button,
form input[type="submit"],
form input[type="button"],
form input[type="reset"] {
	background: #ff5800;
	border: none;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	padding: 11px 26px 13px 26px;
	text-decoration: none;
	box-shadow: inset 0 -4px 0 rgba(0,0,0,0.2);
	transition: background-color 0.5s;
}

form button:hover,
form button:focus,
form input[type="submit"]:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form input[type="submit"]:focus,
form input[type="button"]:focus,
form input[type="reset"]:focus {
	background: #ff7e00;
	outline: none;
}

form button:active,
form input[type="submit"]:active,
form input[type="button"]:active,
form input[type="reset"]:active {
	background: #a34300;
	border: none;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.entry-meta img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
	height: auto;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.entry-meta img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	width: 100%;
	height: auto;
}

.entry-content img {
	border-radius: 6px;
}

.entry-content form img {
	width: initial;
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 12.6px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}

.entry-content table img,
.entry-summary table img {
	width: auto;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	border: none;
	margin: 0 auto;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1156px;
}

.debug-box {
	width: 600px;
	height: 350px;
	position: fixed;
	top: 200px;
	left: -570px;
	padding: 10px;
	overflow: auto;
	background-color: rgba(0,0,0,0.7);
	z-index: 999;
	color: #fff;
	font-size: 12.6px;
}

.debug-openbtn, .debug-closebtn {
    color: #fff;
    font-weight: bold;
    font-size: 35px;
	line-height: 0;
    cursor: pointer;
	width: 20px;
	height: 20px;
	padding: 5px 0 0 0;
	text-align: center;
	position: absolute;    
    top: 8px;
	right: 4px;
    transition: 0.3s;
}

.debug-closebtn {
	right: 45px;
}	

.debug-openbtn:hover, .debug-closebtn:hover {
    color: #ff5900;
}


/**
 * 3.1 Tables
 * ----------------------------------------------------------------------------
 */
 
.tg {
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #aaa;
	border:none;
}

.tg td, .tg th {
	padding: 8px;
	/* border-style: solid;
	border-width: 0px;
	border-color: #aaa; */
	overflow: hidden;
	word-break: normal;
}

.tg td {
	color: #333;
	background-color:#fff;
}

.tg th {
	background-color: #d9edf7;
	font-weight: 700;
}

.tg .tg-j2zy {
	vertical-align: top;
}
	
.tg .tg-yw4l {
	vertical-align: top;
	background-color: #f9f9f9;
}


 /**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
	/* min-height: 128px; 
	min-height: 708px; */
	overflow: hidden;
}

.site-header .home-link {
	display: block;
	margin: 0 auto;
}

.site-header .site-title:hover {
	/* text-decoration: underline; */
}

.site-title {
	font-size: 59.4px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font-size: 23.94px;
	font-style: italic;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.topinfo {
	margin: 0 auto;
	width: 100%;
	height: 70px;
	min-height: 70px;
	position: relative;
}

.topinfo-container {
	display: flex;
	flex-wrap: nowrap;
	max-width: 1180px;
	margin: 0 auto;
	height: 70px;
	min-height: 70px;
	position: relative;
}

.topinfo-container .toplogo-container {
	flex: 0 0 340px;
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.topinfo-container .topnotify-container {
	flex: 1 1 auto;
}

.topinfo-container .toptools-container {
	flex: 0 0 325px;
}

.topinfo-container .topnotify-container, .topinfo-container .toptools-container {
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

.topinfo-container .toplogo img {
	height: 100%;
	max-height: 60px;
	width: auto;
}

.topinfo-container .topnotify-container img {
	width: auto;
	height: 100%;
	max-height: 45px;
}

.navigation {
	margin: 0 auto;
	max-width: 1180px;
	position: relative;
	z-index: 1000;	
}

.menu-icon {
	width: 24px;
	height: 24px;
}

.sec-navigation {
	margin: 0 auto;
	max-width: 1180px;
	position: relative;
	z-index: 1001;
}

.logo-container img {
	width: 100%;
	height: auto;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	vertical-align: middle;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 14.94px;
	line-height: 1;
	text-decoration: none;
	border-radius: 6px;
	transition: background-color 0.6s;
}

.nav-topmenu li a {
	min-height: 30px;
	color: #767374;
	display: block;
	padding: 8px 16px 0px;
	text-decoration: none;
	font-size: 13.86px;
	line-height: 1;
	font-weight: bold;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #fff;
	background-color: #f98a4f;
}

.nav-topmenu li:hover > a,
.nav-topmenu li a:hover,
.nav-topmenu li:focus > a,
.nav-topmenu li a:focus {
	background-color: #f0f0f0; /* #221f20; */
	color: #202020; /* #ffffff; */
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-mainmenu .current_page_item > a,
.nav-mainmenu .current_page_ancestor > a,
.nav-mainmenu .current-menu-item > a,
.nav-mainmenu .current-menu-ancestor > a {
	font-weight: bold;
}

.nav-topmenu .current_page_item > a,
.nav-topmenu .current_page_ancestor > a,
.nav-topmenu .current-menu-item > a,
.nav-topmenu .current-menu-ancestor > a {
	color: #231f20;
}

.menu-principal-container {
	width: fit-content;
	margin: 0px auto;
}

.nav-mainmenu li {
	/* vertical-align: middle; */
}

.nav-mainmenu li a {
	display: inline-block;
	height: 36px;
	min-height: 36px;
	color: #ffffff;
	text-align: center;
	font-size: 15.84px;
	line-height: 1.3;
	padding: 8px 22px 0px;
}

.menu-toggle,
li.movil-item,
li.hidden-menuitem {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #f0f0f0;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.secnavbar {
	background-color: #FF5900;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.secnavbar-overlap {
	background-color: rgba(255,89,0,0.97);
	position: absolute;
	top: 112px;
	z-index: 999;
}

.secnavbar-alone {
	background-color: #FF5900;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.site-header .search-form {
	position: absolute;
	top: 6px;
	right: 0px;
	overflow: hidden;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url("../images/search-icon.png");
	background-position: 3px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	border: none;
	cursor: pointer;
	height: 25px;
	margin: 0px;
	padding: 0 0 0 26px;
	border-radius: 4px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
	font-size: 12px;
	font-weight: bold;
	color: #505050;
}

.site-header .search-field:focus {
	background-color: #d8d8d8;
	border: 1px solid #7f7f7f;
	cursor: text;
	outline: 0;
	width: 200px;
}

.widget-header {
	margin: 0;
	padding: 0;
}

.headerimage .widget_metaslider_widget,
.headerimage .widget_text {
	margin: 0;
	padding: 0;
}

.navbar li.tablet-menuitem, .secnavbar li.tablet-menuitem,
.secnavbar-overlap li.tablet-menuitem, .secnavbar-alone li.tablet-menuitem,
.navbar li.mobile-menuitem, .secnavbar li.mobile-menuitem,
.secnavbar-overlap li.mobile-menuitem, .secnavbar-alone li.mobile-menuitem {
	display: none;
}



/**
 * 4.3 Slider
 * ----------------------------------------------------------------------------
 */

.header-container {
	width: 100%;
	margin: 0px auto;
}

.header-container .headeritem-container:focus, .header-container .headeritem-container:active {
	outline: none;
}

.header-container .headeritem-container img {
	width: 100%;
	height: auto;
}

.header-container .slick-dots {
	bottom: -30px;
}

.metaslider.uberslider .caption-wrap {
	left: inherit;
	right: 15%;
	bottom: 7%;
	max-width: 50%;
	width: auto;
	background-color: rgba(0,0,0,0.7);
	opacity: inherit;
}

.metaslider.uberslider .caption {
	padding: 20px;
	font-size: 21.6px;
}

.metaslider.uberinfoslider .theme-default .nivo-controlNav {
	padding: 5px 0 0 0;
}

.headerimage {
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 0;
}

.featured-headerimage {
	width: 100%;
	height: auto;
}

.headerover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 38px;
	z-index: 10;
} 

.inside-headerover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
} 

.featured-leftheaderimage {
	width: auto;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	pointer-events: none;
} 

.featured-rightheaderimage {
	width: auto;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	pointer-events: none;
} 

.youtubeiframe-container {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtubeiframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlayvideo-container {
	position: absolute;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,0.85);
	left: 0;
	top: 0;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.overlayvideo {
	position: relative;
	width: 50%;
    height: 0;
    padding-bottom: 28.125%; /* 56.25%; */
	overflow: visible;
	box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.45);
}

.overlay-closebtn {
    display: block;
	color: #ffffff;
    font-weight: bold;
    font-size: 39.6px;
	line-height: 0;
    cursor: pointer;
	width: 60px;
	height: 40px;
	padding: 17px 0px 0px 2px;
	text-align: center;
	border: 2px solid #ffffff;
	border-radius: 20px;
	position: absolute;
    top: 15px;
	right: -70px;
    transition: 0.3s;
}

.overlay-closebtn:hover {
    color: #ff5900;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
}

.entry-header, .entry-content, .entry-summary, .entry-meta, .entry-related {
	margin: 0 auto;
	max-width: 720px;
	width: 100%;
}

.custom-related-gallery .slick-track {
    padding-top: 15px;
    padding-bottom: 15px;
}

.custom-related-gallery .custom-related-gallery-item:focus, .custom-related-gallery .custom-related-gallery-item:active {
	outline: none;
}

.custom-related-gallery .custom-related-gallery-item {
	position: relative;
	margin: 0px 8px;
}

.custom-related-gallery .relatedgallery-thumb {
	width: 100%;
	height: auto;
	border-radius: 6px 6px 0px 0px;
}

.custom-related-gallery .relatedgallery-text {
	padding: 10px 0px 0px 0px;
    font-size: 14.4px;
    line-height: 1.4;
}

.custom-related-gallery .custom-related-gallery-item .relatedgallery-itemlink {
	color: #141412;
}
	
.custom-related-gallery .custom-related-gallery-item:hover .relatedgallery-itemlink {
	color: #ff5900;
	text-decoration: none;
}

.custom-related-gallery .relatedgallery-date {
	color: #ff6600;
}

.custom-related-gallery .relatedgallery-id {
	display: none;
}

.relatedgallery-links {
	margin: 18px 0 10px;
	text-align: center;
}

.fullpage-content .entry-header,
.fullpage-content .entry-content,
.fullpage-content .entry-summary,
.fullpage-content .entry-meta {
	margin: 0 auto;
	max-width: 804px;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content-cover {
	margin: 0px auto;
	margin-bottom: 3rem;
	width: 100%;
	max-width: 1100px;
	text-align: center;
}

.content-cover-last {
	margin-bottom: 5rem;
}

.cover-block:last-child {
	margin-bottom: 1rem;
}

.cover-block {
	margin-bottom: 3rem;
}

.cover-gallerytitle {
	color: #231F20;
	font-family: sharpslab;
	font-size: 17px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.cover-desktophidden {
	display: none;
}

.cover-galleryheader .morelink {
	font-size: 13px;
	margin-left: 4px;
	text-decoration: underline;
	position: relative;
	bottom: 1px;
}

.cover-listcontainer .slick-track {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cover-listcontainer .item-container:focus, .cover-listcontainer .item-container:active {
	outline: none;
}

.cover-listcontainer .item-container {
	min-height: 340px;
	max-height: 340px;
	text-align: left;
	position: relative;
	margin: 0px 9px;
	background-color: #fefefe;
	border-radius: 6px 6px 8px 6px;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.15);
	transition: box-shadow 450ms;
	overflow: hidden;
}

.cover-listcontainer .item-container:hover {
	background-color: #ffffff;
	box-shadow: 1px 1px 9px 0 rgba(0,0,0,0.25);
}

.cover-listcontainer .item-container .item-image img {
	width: 100%;
	height: auto;
	border-radius: 6px 6px 0px 0px;
}

.cover-listcontainer .item-container .item-text {
	font-size: 14px;
	line-height: 1.3;
	padding: 10px 10px 16px 16px;
}

.cover-listcontainer .item-container .item-text h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0px 0px 6px 0px;
}

.cover-listcontainer .item-container .item-text a {
	color: #ff5900;
}

.cover-listcontainer .item-container:hover .item-text a {
	color: #ff6900;
	text-decoration: underline;
}

.cover-listcontainer #coverevents .item-container .item-eventtext,
.cover-listcontainer #relatedcontent .item-container .item-eventtext {
	padding: 0px 60px 0px 0px;
}

.cover-listcontainer #coverevents .item-container .item-text a.whitetitle,
.cover-listcontainer #coverevents .item-container .whitetext,
.cover-listcontainer #coveradmissions .item-container .item-text a.whitetitle,
.cover-listcontainer #coveradmissions .item-container .whitetext {
	color: #ffffff;
}

.cover-listcontainer #coverevents .item-container:hover .item-text a.whitetitle,
.cover-listcontainer #coveradmissions .item-container:hover .item-text a.whitetitle {
	text-decoration: underline;
}

.cover-listcontainer #coveradmissions .item-container .item-text-alone {
	padding-top: 25px;
}

.cover-listcontainer .item-container .item-link,
.cover-listcontainer .item-container .item-date {
	position: absolute;
	right: 0%;
	bottom: 0%;
	border-radius: 6px 0px 6px 0px;
	padding: 0px;
	text-align: center;
}

.cover-listcontainer .item-container .full-link {
	display: block;
	width: 30px;
	padding: 3px 6px;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	color: #ff5900;
	background: #f8f8f8;
	border-radius: 6px 0px 6px 0px;
	transition: all 350ms;
}

.cover-listcontainer .item-container:hover .full-link {
	color: #ffffff;
	background: #ff6900;
	text-decoration: none;
}

.cover-listcontainer #coverevents .item-container .item-link,
.cover-listcontainer #coverevents .item-container .full-link {
	width: 100%;
}

.cover-listcontainer .item-container .item-date {
	width: 64px;
	color: #606060;
    font-size: 32px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	background: #ffffff;
	padding: 10px 0px 32px;
	transition: color 350ms;
}

.cover-listcontainer .item-container .item-month {
	color: #606060;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.cover-listcontainer .item-container .graybg {
	background: #f8f8f8;
}

.cover-listcontainer .item-container:hover .item-date {
	color: #ff5900;
}

.cover-listcontainer #coverinfo .item-container {
	min-height: 200px;
	max-height: 200px;
}

.cover-listcontainer #coverinfo .item-container .item-image {
	min-height: 200px;
	max-height: 200px;
	height: 200px;
	width: fit-content;
}
	
.cover-listcontainer #coverinfo .item-container .item-image img {
    height: 100%;
	width: auto;
    border-radius: 6px;
}

.cover-listcontainer .mobile-link, .gridbrick .mobile-link {
	width: 1px;
	height: 1px;
	display: none;
}

.cover-listcontainer #coverinfo .item-container, .cover-listcontainer #coverinfo .item-container:hover {
	box-shadow: none;
}

.cover-listcontainer .item-container .item-campustag,
.entry-related .custom-related-gallery-item .item-campustag {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 25px;
	pointer-events: none;
}

.cover-listcontainer .item-container .item-campustagtitle,
.entry-related .custom-related-gallery-item .item-campustagtitle {
	width: fit-content;
	height: 100%;
    text-align: center;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color: #ffffff;
	background: #ff5900;
	border-radius: 0px 0px 6px 6px;
	border: 1px solid #ff3900;
	border-top: none;
	padding: 6px 12px 0px;
	margin: 0px auto;
	transition: all 650ms;
	opacity: 0;
}

.cover-listcontainer .item-container:hover .item-campustagtitle,
.entry-related .custom-related-gallery-item:hover .item-campustagtitle {
	opacity: 1;
}

.entry-meta-related .cover-listcontainer .item-container .item-text a {
	color: #231f20;
}

.entry-meta-related .cover-listcontainer .item-container:hover .item-text a {
	color: #ff6900;
	text-decoration: underline;
}

.entry-content-main,
.entry-summary-main,
.entry-meta-main,
.entry-content-news {
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
	text-align: center;
}

.entry-content-news {
	max-width: 1082px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 18px;
	justify-content: stretch;
}

.breadcrumbs, .breadcrumbs-alone {
	max-width: 1080px;
	margin: 0 auto;
	margin-top: 5px;
	padding: 5px 15px;
	position: relative;
	color: #606060;
	font-size: 12.6px;
}

.breadcrumbs {	
	color: #ffffff;
	border-radius: 6px 6px 0px 0px;
	position: absolute;
	bottom: 0px;
	left: calc((100% - 1080px) / 2);
	margin-top: 0;
	z-index: 1001;
}

.breadcrumbs-slider {
	bottom: 30px;
}

.breadcrumbs:hover {
	background: rgba(30,30,30,0.7);
}

.breadcrumbs a,
.breadcrumbs a:hover {
	color: #ffffff;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1156px;
	padding: 0 376px 0 60px;
}

.entry-full, .fullpage-content .entry-full, .sidebar .entry-full {
	max-width: 100%;
	width: 100%;
	padding: 0px;
}

.entry-related, .fullpage-content .entry-related, .sidebar .entry-related {
	max-width: calc(100% - 120px);
	width: 100%;
	margin-top: 60px;
	padding: 0px;
}

.mainblock-news,
.mainblock-events,
.mainblock-admissions {
	display: inline-block;
	width: 30%;
	min-width: 200px;
	clear: none;
	margin: 0 auto;
	padding: 5px;
	word-wrap: break-word;
	vertical-align: top;
	text-align: center;
	padding: 0;
}

.mainblock-news {
	margin-right: 20px;
}

.mainblock-admissions {
	margin-left: 20px;
}

.mainblock-header {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

.mainblock-title {
	color: #231F20;
	font-family: sharpslab;
	font-size: 21.6px;
	margin-top: 0;
	border-bottom: 3px solid #ff5900;
	padding: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.newsbrick-column-width {
	width: 0px;
	display: none;
}

.newsblock {
	text-align: left;
	color: #4f4f4f;
	font-size: 13.5px;
	line-height: 1.2;
	padding: 0px;
	padding-bottom: 20px;
	margin-bottom: 19px;
	background: url("../images/home-sep.png") no-repeat center bottom;
	background-size: 100% auto;
}

.news-4 {
    margin-bottom: 10px;
}

.gridbrick {
	text-align: left;
	color: #4f4f4f;
	font-size: 14px;
	line-height: 1.3;
	max-width: 100%;
	background-color: #fafafa;
    box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 15%);
    border-radius: 6px;
	border: none;
	padding: 0px;
	margin: 0px;
	position: relative;
    transition: all 300ms;
}

.gridbrick:hover {
	background-color: #ffffff;
    box-shadow: 1px 1px 9px 0 rgb(0 0 0 / 25%);
}

.gridbrick-container {
	width: 100%;
	padding: 10px 10px 28px 16px
}

.gridbrick a {
	color: #231f20;
}

.gridbrick:hover a, .gridbrick a:hover {
	color: #ff6900;
	text-decoration: underline;
	border: none;
}

.gridbrick-date {
	color: #231f20;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	right: 15px;
	bottom: 10px;
}

.entry-content-main .gridbrick {
	margin: 0px;
}

.tiles-nav {
	margin: auto auto;
	max-width: 900px;
	text-align: center !important;
	padding: 12px;
}

.tiles-nav h3 {
	margin: 0 !important;
	color: #d0d0d0 !important;
}

.eventblock {
	vertical-align: top;
	text-align: left;
	color: #ffffff;
	font-size: 13.5px;
	line-height: 1.2;
	padding: 0;
	margin-bottom: 15px;
	background-color: #f8a959;
	position: relative;
	transition: box-shadow 300ms;
}

.eventblock:hover {
	box-shadow: 1px 1px 6px 0 #A0A0A0;
}

.mainadmissionblock {
	vertical-align: top;
	text-align: left;
	padding: 0;
	margin-bottom: 15px;
	position: relative;
	background-color: #14993f;
}

.admissionblock {
	vertical-align: top;
	padding: 0;
	margin-bottom: 14px;
	position: relative;	
}

.newsblock a.piclink,
.newsblock a.piclink:hover {
	border: none;
}

.eventblock a, 
.admissiontext-container a {
	color: #ffffff;
}

.eventblock a:hover,
.admissiontext-container a:hover {
	border-bottom-color: #fef5ba;
}

.event-2 .eventblock-title a,
.event-3 .eventblock-title a,
.event-4 .eventblock-title a {
	color: #ab2d0f;
}

.event-2 .eventblock-title a:hover,
.event-3 .eventblock-title a:hover,
.event-4 .eventblock-title a :hover {
	color: #e24823;
	border-bottom-color: #fef5ba;
}

.whitetitle {
	color: #fef5ba;
}

.whitetitle:hover {
	border-bottom-color: #ffffff;
}

img.newsblock-pic {
	width: 50%;
	height: auto;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}

img.gridbrick-pic {
	width: 100%;
	height: auto;
	margin: 0px;
	border-radius: 6px 6px 0px 0px;
}

img.eventblock-pic,
img.admissionblock-pic {
	width: 100%;
	height: auto;	
}

h3.newsblock-title {
	clear: none;
	color: #8f8f8f;
	font-size: 15.84px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 4px;
}

h3.maineventblock-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	margin: 5px 12px 0 12px;
}

h3.eventblock-title {
	color: #f38118;
	font-size: 15.3px;
	font-weight: normal;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 5px;
}

h3.gridbrick-title {
	color: #f38118;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0px 0px 6px 0px;
}

.gridbrick-event .gridbrick-container {
	padding: 10px 10px 12px 16px;
}

.gridbrick-container .event-text {
	padding: 0px 60px 0px 0px;
}

.eventpic-container {
	width: 100%;
	padding: 0;
	margin: 0;
}

.event-2, .event-3 {
	margin-bottom: 8px;
}

.event-4 {
	margin-bottom: 25px;
}

.admissionpic-container {
	width: 100%;
	padding: 0;
	margin: 0;
}

.maineventtext-container {
	width: 68%;
	padding: 5px 0 8px 12px;
}

.maineventdate-container {
	background: url("../images/date-base.png") no-repeat left top;
	background-size: auto 100%;
	filter: drop-shadow(1px 1px 3px #aaa);
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 6px 12px 0 0;
	color: #f38118;
	font-size: 39.6px;
	font-weight: 700;
	text-align: right;
	line-height: 1;
	width: 35%;
	height: 70px;
	position: absolute;
	right: 0%;
	bottom: 0%;	
}

.maineventdate-container .eventdate-month {
	text-align: right;
}

.admissionicon-container {
	background: url("../images/admi-base.png") no-repeat left top;
	background-size: auto 100%;
	text-align: center;
	padding: 5px 0px;
	width: 45%;
	height: 70px;
	position: absolute;
	right: 0%;
	bottom: 0%;	
}

.admissiontext-container {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 40%;
}

.eventtext-container {
	width: 100%;
	padding: 10px 10px 10px 25%;
	clear: none;
	position: relative;
}

.eventdate-container {
	width: 25%;
	font-size: 39.6px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin: 0;
	position: absolute;
	left: 0;
	top: 12px;
}

.gridbrick-date-container {
	width: 64px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #606060;
	background-color: #f0f0f0;
	margin: 0px;
	padding: 10px 0px;
	border-radius: 6px 0px 6px 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.eventdate-month,
.eventdate-whitemonth,
.eventdate-year {
	color: #f38118;
	font-size: 15.84px;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.eventdate-whitemonth {
	color: #ffffff;
}

.eventdate-year {
	color: #eaeaea;
	font-size: 11.7px;
	line-height: 1;
}

.gridbrick-month,
.gridbrick-year {
	color: #ff5900;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}

.gridbrick-year {
	color: #cacaca;
	font-size: 11.7px;
	line-height: 1;
}

.mainblock-news a.home-all,
.mainblock-events a.home-all, 
.mainblock-admissions a.home-all,
.mainblock-news a.home-highlights,
.mainblock-events a.home-highlights {
	display: block;
	width: 100%;
	color: #606060;
	background-color: #f0f0f0;
	border-radius: 8px;
	border: none;
	transition: background-color 500ms;
	text-align: center;
	font-size: 12.96px;
	padding: 6px 8px;
}

.mainblock-news a.home-highlights,
.mainblock-events a.home-highlights {
	color: #a8a8a8;
	background: none;
	border-radius: 0;
}

.mainblock-news a.home-all:hover,
.mainblock-events a.home-all:hover, 
.mainblock-admissions a.home-all:hover {
	background-color: #de7313;
}

.mainblock-news a.home-highlights:hover,
.mainblock-events a.home-highlights:hover {
	color: #121212;
	text-decoration: none;
}

.mainblock-news a.home-all:hover,
.mainblock-events a.home-all:hover {
	color: #ffffff;
	background-color: #ff5900;
}

.mainblock-admissions aside.widget {
	padding: 5px 8px;
	margin-bottom: 60px;
}

.mainblock-admissions aside.widget  li {
	padding: 3px 0;
}

.mainblock-admissions aside.widget_metaslider_widget {
	padding: 0;
}

.site-content .entry-content li {
	margin-left: 36px;
	line-height: 1.6;
}

.site-content .entry-content input[type="text"],
.site-content .entry-content input[type="email"],
.site-content .entry-content input[type="password"],
.site-content .entry-content input[type="tel"],
.site-content .entry-content textarea,
.site-content .entry-content select,
.textwidget .wpcf7 input[type="text"],
.textwidget .wpcf7 input[type="email"],
.textwidget .wpcf7 input[type="tel"],
.textwidget .wpcf7 textarea,
.textwidget .wpcf7 select {
	width: 100%;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom-width: 2px;
	border-radius: 0;
}

.site-content .entry-content textarea {
	height: 135px;
}

.site-content .entry-content input[type="text"],
.site-content .entry-content input[type="email"],
.site-content .entry-content input[type="password"],
.site-content .entry-content input[type="tel"],
.site-content .entry-content textarea,
.site-content .entry-content select {
	font-size: 17.1px;
}

.webform-submission-form div[role="contentinfo"],
.webform-submission-form div[aria-label="Mensaje de error"] {
	padding: 10px;
	border-color: #85c5ee;
	border-style: solid;
	border-width: 1px;
	background-color: #f1f9ff;
	margin-bottom: 15px;
}

.webform-submission-form div[aria-label="Mensaje de error"]  {
	border-color: #f7b400;
	background-color: #fff9e9;
}

.webform-submission-form div[role="alert"] {
	padding-left: 43px;
	background-image: url("../images/warning-icon.png");
	background-position: left center;
	background-repeat: no-repeat;
}

.webform-submission-form div[role="contentinfo"] li {
	margin-left: 0;
}

.webform-submission-form .form-item--error-message {
	font-size: 82%;
	width: 90%;
	color: #f7b400;
	text-align: center;
	margin: 0 auto;
}

.js-form-item {
	margin-bottom: 24px;
}

.description {
	font-size: 14.4px;
}

.site-content .entry-content select,
.textwidget .wpcf7 select {
	width: 100%;
	border-radius: 0;
}

.cover-listcontainer #coveradmissions .item-container .base-btn {
	display: inline-block;
	font-size: 110%;
    padding: 10px 36px 10px 10px;
	border-radius: 6px;
	color: #ffffff;
	text-decoration: none;
    background-color: #221f20;
    background-image: url(../images/entry_100.png);
    background-size: 20px 20px;
    background-position: right 8px center;
    background-repeat: no-repeat;
	transition: background-color 0.6s;
}

.cover-listcontainer #coveradmissions .item-container .base-btn:hover {
	background-color: #ff5900;
}

.cover-listcontainer #coveradmissions .item-container .black-btn {
	background-color: #221f20;
    color: #ffffff;
    background-image: url(../images/entry_100.png);
}

.cover-listcontainer #coveradmissions .item-container .black-btn:hover {
	background-color: #ffffff;
    color: #202020;
    background-image: url(../images/entry-black_100.png);
}

.cover-listcontainer #coveradmissions .item-container .orange-btn {
	background-color: #ff5900;
    color: #ffffff;
    background-image: url(../images/entry_100.png);
}

.cover-listcontainer #coveradmissions .item-container .orange-btn:hover {
	background-color: #ffffff;
    color: #202020;
    background-image: url(../images/entry-black_100.png);
}

/* Round form style */
.site-content .entry-content .new-frm button,
.site-content .entry-content .new-frm input,
.site-content .entry-content .new-frm textarea,
.site-content .entry-content .new-frm select,
.site-content .entry-content .new-frm input[type="submit"],
.entry-content.searchs-results input[type="search"], .entry-content.searchs-results input[type="submit"] {
	font-size: 15.5px;
	color: #9999a3;
	background-color: #e6e6e6;
	border: none;
	height: 50px;
	border: 4px solid #e6e6e6;
	border-radius: 25px;
	padding: 0 25px 0 25px;
	box-shadow: none;
	transition: all 0.5s;
}

.site-content .entry-content .new-frm div.js-form-type-checkbox {
	font-size: 15.5px;
}

.site-content .entry-content .new-frm input[type="submit"], .entry-content.searchs-results input[type="submit"] {
	font-size: 100%;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #ff5900;
	border: 4px solid #ff5900;
	min-width: 33%;
}

.entry-content.searchs-results input[type="submit"] {
	min-width: 0;
}

.site-content .entry-content .new-frm textarea {
	height: 135px;
	padding: 20px 25px 20px 25px;
}

.site-content .entry-content .new-frm input.form-checkbox {
	height: initial;
}

.site-content .entry-content .new-frm input:active, .site-content .entry-content .new-frm input:focus,
.site-content .entry-content .new-frm textarea:active, .site-content .entry-content .new-frm textarea:focus,
.site-content .entry-content .new-frm select:active, .site-content .entry-content .new-frm select:focus,
.entry-content.searchs-results input[type="search"]:active, .entry-content.searchs-results input[type="search"]:focus {
	background-color: #ffffff;
	border: 4px solid #e4e4e4;
	box-shadow: 0 0 12px 0 rgba(200,200,200,0.5);
	outline: none;
}

.site-content .entry-content .new-frm button:active, .site-content .entry-content .new-frm button:focus, .site-content .entry-content .new-frm button:hover,
.site-content .entry-content .new-frm input[type="submit"]:active, .site-content .entry-content .new-frm input[type="submit"]:focus, .site-content .entry-content .new-frm input[type="submit"]:hover,
.entry-content.searchs-results input[type="submit"]:active, .entry-content.searchs-results input[type="submit"]:focus, .entry-content.searchs-results input[type="submit"]:hover {
	background-color: #ff7e00;
	border-color: #ff5900;
	box-shadow: 0 0 12px 0 rgba(200,200,200,0.5);
	outline: none;
}

.site-content .entry-content .new-frm input[type="text"]:not(:placeholder-shown),
.site-content .entry-content .new-frm input[type="email"]:not(:placeholder-shown),
.site-content .entry-content .new-frm input[type="tel"]:not(:placeholder-shown),
.site-content .entry-content .new-frm textarea:not(:placeholder-shown),
.entry-content.searchs-results input[type="search"]:not(:placeholder-shown) {
	background-color: #ffffff;
}

.site-content .entry-content .new-frm .form-item--error-message {
	font-size: 82%;
	background: none;
	color: #f7b400;
	width: 100%;
}

.site-content .entry-content .new-frm .webform-file-button {
	cursor: pointer;
}

.site-content .entry-content .webform-file-button b,
.site-content .entry-content .webform-file-button strong,
.site-content .entry-content .new-frm .webform-file-button b,
.site-content .entry-content .new-frm .webform-file-button strong {
	color: #ff5900;
}

.entry-content.searchs-results .search-result-item {
	margin-bottom: 3rem;
}

.site-content .entry-content .fullwidthimage {
	width: 100%;
	height: auto;
}

.channels {
	width: 100%;
}

.channels .radio,
.channels .television,
.channels .research {
	margin-bottom: 10px;
}

.channels .radio a,
.channels .television  a,
.channels .research a {
	margin: auto auto;
}

.channels .research img {
	border-style: dotted;
	border-color: #f0f0f0;
	border-width: 1px;
}

.radioanahuacplayer {
	position: relative;
	margin: auto auto;
}

.entry-content .event-table tr.eventitem-score-win {
	background-color: #bcec39;	
}

.entry-content .event-table tr.eventitem-score-lose {
	background-color: #f83535; /* #d92c2c; #c11111; */
}

.entry-content .event-table tr.eventitem-score-even {
	background-color: #bebebe;
}

.entry-content .event-table td.eventitem-title {
	color: #24abc8;
	min-width: 180px;
	padding-left: 10px;
}

.entry-content .event-table td.eventitem-scoretitle {
	color: #ffffff; /* #fbb612; */
	font-size: 21.6px;
	font-weight: 700;
	min-width: 160px;
	padding-left: 10px;
}

.entry-content .event-table td.eventitem-scoredata {
	background-image: url("../images/scoreboard.png");
	background-position: right center;
	background-repeat: no-repeat;
}

.issuuembed,
.issuu-isrendered {
	max-width: 100%;
}

.entry-content .whatsapp-eventlink {
	display: inline-block;
	background: #00000000 url("../images/whatsapp-100.png") no-repeat;
	background-position: left center;
	background-size: auto 28px;
	height: 34px;
	padding-left: 30px;
	font-weight: bold;
}

.entry-content .phonecontact-link, .entry-content .emailcontact-link, .entry-content .whatsappcontact-link {
	display: inline-block;
	background: #00000000 url("../images/phone-100.png") no-repeat;
	background-position: left center;
	background-size: auto 42px;
	height: 38px;
	padding-left: 42px;
	font-weight: bold;
}

.entry-content .emailcontact-link {
	color: #ff5900;
	background-image: url("../images/mail-100.png");
}

.entry-content .whatsappcontact-link {
	color: #ff5900;
	background-image: url("../images/whatsapp-100.png");
}

.entry-content li .phonecontact-link, .entry-content li .emailcontact-link, .entry-content li .whatsappcontact-link {
	background-size: auto 32px;
	height: 30px;
	padding-left: 34px;
}


/* The alert message box */
.alert {
    padding: 195px 20px 40px;
	background: #ff5900 url("../images/warning.png") no-repeat center top;
	background-size: auto 160px;
	background-position: center 20px;
    color: white;
    width: 60%;
	text-align: center;
	z-index: 9999;
	position: fixed;
	top: 20%;
	left: 20%;
	border-radius: 20px;
	border: 4px solid #f0f0f0;
}

.alert h5 {
	font-size: 36px;
	margin: 0 0 10px 0;
}

.alert a, .alert a:hover {
	color: #fff0b6; /* white; */
	font-weight: bold;
	text-decoration: none;
}

.alert a:hover {
	color: #fedb4f;
}

/* The close button */
.alert .closebtn {
    color: white;
    font-weight: bold;
    font-size: 49.86px;
    line-height: 1.1;
    cursor: pointer;
    transition: 0.3s;
	position: absolute;
    top: 15px;
    right: 25px;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}

.tablepress-id-48 .column-1,
.tablepress-id-49 .column-1 {
	width: 150px;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 20px;
}

.entry-title {
	margin: 0 0 5px;
	font-family: sharpslab;
    font-size: 39.6px;
    line-height: 1.25;
	font-weight: normal;
    color: #231f20;
}

.entry-title a {
	/* color: #141412; */
}

.entry-title a:hover {
	text-decoration: none;
	border-bottom: 4px solid #de4813;
	/* color: #ea9629; */
}

.entry-title-expanded {
	margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.allnews-header {
	max-width: 1072px;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14.4px;
	text-align: right;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	/*-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto; */
	word-wrap: break-word;
	font-size: 18px;
}

.entry-content a,
.comment-content a {
	color: #bc360a;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #ea9629;
}

.entry-content blockquote, .entry-content blockquote p {
	line-height: 1.5;
}

.entry-content blockquote p {
	margin: 0 0 18px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 15.84px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 15.84px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

img.dblogo {
	display: block !important;
	clear: both;
}

a.buttonbox-link {
	display: inline-block;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
	border-color: #ff5900;
	padding: 12px 20px 12px 70px;
	text-transform: uppercase;
	transition: all 400ms ease;
	background: url("../images/info-250-orange.png") no-repeat 15px center;
	background-size: 40px auto;
	color: #ff5900;
}

a.buttonbox-link:hover {
	background: #ff5900 url("../images/info-250-white.png") no-repeat 10px center;
	background-size: 40px auto;
	border-color: #e74100;
	text-decoration: none;
	color: #ffffff;
	box-shadow: 1px 1px 9px 0 rgba(0,0,0,0.25);
}

a.buttonbox-double, a.buttonbox-double-tworows {
	margin-left: 30px;
}

a.pdf-link {
	background: url("../images/pdf-250-orange.png") no-repeat 15px center;
	background-size: 40px auto;
}

a.pdf-link:hover {
	background: #ff5900 url("../images/pdf-250-white.png") no-repeat 10px center;
	background-size: 40px auto;
}

a.video-link {
	border-color: #e73f40;
	background: url("../images/video-250-red.png") no-repeat 15px center;
	background-size: 40px auto;
	color: #e73f40;
}

a.video-link:hover {
	border-color: #c02626;
	background: #e73f40 url("../images/video-250-white.png") no-repeat 10px center;
	background-size: 40px auto;
}


/* Estilos para contenido adicional */

a.calltoaction-link {
	display: inline-block;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
	border-color: #f8cb88;
	margin-top: 20px;
	padding: 12px 30px;
	color: #f8cb88;
	text-transform: uppercase;
	transition: all 400ms ease;
}

a.calltoaction-link:hover {
	background-color: #ff9900;
	border-color: #ff9900;
	text-decoration: none;
	color: #ffffff;
}


.socialshare-container .socialshare-sep {
	display: inline-block;
	margin: 0 10px;
}

.related-sep {
	margin-top: 5px;
}

.related-content, .relatedonside-content {
	width: 100%;
	text-align: left;
}

.relatedonside-content {
	margin: 0 0 30px;
	padding: 20px;
	word-wrap: break-word;
}

.relatedonside-item {
	background-color: #fafafa;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.15);
	border-radius: 6px;
	margin-bottom: 25px;
	transition: all 300ms;
}

.relatedonside-item:hover {
	background-color: #ffffff;
	box-shadow: 1px 1px 9px 0 rgba(0,0,0,0.25);
}

.relatedonside-item img.relatedonside-pic {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 6px 6px 0px 0px;
}

.relatedonside-item .relatedonside-text {
	display: block;
	padding: 18px 14px;
    font-size: 14.4px;
    line-height: 1.4;
}

.related-content h5 {
	color: #525252;
	margin-top: 20px;
	margin-bottom: 15px;	
}

.relatedonside-item .related-title-link,
.relatedonside-item .related-title-link:active,
.relatedonside-item .related-title-link:visited,
.relatedonside-item .related-title-link:focus,
.relatedonside-item .related-title-link:hover {
	color: #141412;
	text-decoration: none;
}

.related-content .related-title-link,
.related-content .related-title-link:active,
.related-content .related-title-link:visited,
.related-content .related-title-link:focus,
.related-content .related-title-link:hover {
	text-decoration: none;
}

.related-item {
	font-size: 13.86px;
	padding: 3px;
	padding-left: 85px;	
	padding-right: 15px;
	margin-bottom: 8px;	
	min-height: 40px;
	border-radius: 6px;
	border-bottom: 1px solid #F0F0F0;
	transition: all 300ms;
}

.related-item-news {
	background: url("../images/news-grayicon.png") no-repeat top left;
	background-size: 70px auto;
}

.related-item-event {
	background: url("../images/event-grayicon.png") no-repeat top left;
	background-size: 70px auto;
}

.related-item-news:hover {
	background-image: url("../images/news-icon.png");
	background-size: 70px auto;
}

.related-item-event:hover {
	background-image: url("../images/event-icon.png");
	background-size: 70px auto;
}

.related-item:hover {
	border-bottom-color: #c0c0c0;
	box-shadow: 1px 1px 6px 0 #A0A0A0;
}

.related-date, .relatedonside-date {
	color: #ff5900;
	font-style: italic;
	margin-right: 5px;
}

.related-title {
	color: #141412;
	font-weight: bold;
}

.related-text {
	color: #141412;	
}

div.related-text {
	margin: 20px 0;
}

.related-item:hover .related-title {
	color: #de4813;
}

.related-mobile-hidden {
	display: initial;
}

.entry-meta-related {
	margin-top: 4rem;
	font-size: 85%;
	text-align: left;
}

.entry-meta-related h5 {
	margin-left: 0.5rem;
}

/* estilos para la matriz de elementos visuales */

.content-matrix-row {
	width: 100%;
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	grid-row-gap: 1rem;
	row-gap: 1rem;
}

.content-matrix-item, 
.content-matrix-uniqueitem,
.content-matrix-rawitem {
	flex: 0 0 48%;	
	position: relative;
	border-radius: 6px;
}

.content-matrix-item p, 
.content-matrix-uniqueitem p,
.content-matrix-rawitem p {
	font-size: 18px;
	line-height: 1.3;
}

.content-matrix-uniqueitem {
	width: 100%;
}

.matrix-right {
	/* float: right; */
}

img.content-matrix-base,
img.content-matrix-pic {
	width: 100%;
	height: auto;
}

img.content-matrix-pic {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 990;
	opacity: 0;
	transition: opacity 400ms;
}

.content-matrix-title,
.content-matrix-title-upper {
	width: 88%;
	height: 30%;
	min-height: 30%;
	position: absolute;	
	bottom: 10%;
	left: 6%;
	z-index: 999;
	transition: bottom 500ms;
}

.content-matrix-title-upper {
	height: 25%;
	min-height: 25%;
}

.content-matrix-title-shadow {
	/* background: rgba(0, 0, 0, 0.35); */
	text-shadow: 1px 1px 6px #404040;
}

.entry-content .content-matrix-desc ul,
.entry-content .content-matrix-desc-upper ul {
	margin: 0;	
}

.entry-content .content-matrix-desc li,
.entry-content .content-matrix-desc-upper li {	
	margin-left: 19.8px;	
}

.entry-content .content-matrix-desc a,
.entry-content .content-matrix-desc-upper a {
	color: #fdc883; /* #ffffff; */
	vertical-align: top;
}

.content-matrix-title h2,
.content-matrix-title-upper h2,
.content-matrix-title h3,
.content-matrix-title-upper h3 {
	width: 100%;
	margin: 0 0 4px 0;
	position: absolute;
	left: 0%;
	bottom: 0%;
	color: #ffffff;
	font-size: 28.8px;
}

.content-matrix-desc,
.content-matrix-desc-upper {
	color: #ffffff;
	width: 88%;	
	position: absolute;
	top: 50%;
	left: 6%;
	z-index: 995;
	opacity: 0;
	transition: opacity 900ms;
}

.content-matrix-desc-upper {
	top: 25%;
}

.content-matrix-item:hover img.content-matrix-pic,
.content-matrix-uniqueitem:hover img.content-matrix-pic {
	opacity: 1;
}

.content-matrix-item:hover .content-matrix-title,
.content-matrix-uniqueitem:hover .content-matrix-title {
	bottom: 50%;
}

.content-matrix-item:hover .content-matrix-title-upper,
.content-matrix-uniqueitem:hover .content-matrix-title-upper {
	bottom: 75%;
}

.content-matrix-item:hover .content-matrix-desc,
.content-matrix-item:hover .content-matrix-desc-upper,
.content-matrix-uniqueitem:hover .content-matrix-desc,
.content-matrix-uniqueitem:hover .content-matrix-desc-upper {
	opacity: 1;
}

.content-matrix-item:hover .content-matrix-title-shadow,
.content-matrix-uniqueitem:hover .content-matrix-title-shadow {
	text-shadow: none;
}

.content-matrix-item .content-matrix-desc p,
.content-matrix-item .content-matrix-desc-upper p,
.content-matrix-uniqueitem .content-matrix-desc p,
.content-matrix-uniqueitem .content-matrix-desc-upper p {
	margin: 0;
}

.content-matrix-movilonly {
	display: none;
}

.entry-content a.content-matrix-link {
	color: #ffffff;
	transition: color 400ms ease; 
}

.entry-content .content-matrix-item:hover a.content-matrix-link {
	color: #fdc883;
}

.entry-content .content-matrix-item:hover a.content-matrix-link:hover {
	color: #ea9629;
}

a.box-link  {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	clear: both;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	border-color: #ffffff;
	border-color: rgba(255, 255, 255, 0.5);
	border-style: solid;
	border-width: 2px;
}

a.box-link:hover  {
	text-decoration: none;
	border-color: #fdc883;	
}

.hsvideo button {
	display: inline-block;
	position: absolute;
	right: 5%;
	top: 5%;
	opacity: 0.0;
	box-shadow: 1px 1px 6px 0 #404040;
	-webkit-transition: opacity 300ms ease;
	transition:         opacity 300ms ease;
}

.hsvideo:hover button {
	opacity: 1.0;
}

.hsvideo button.videoPlay {
	display: none;
}

.content-imagelinks-block {
	width: 100%;
	margin: 25px 0;
	padding: 0;
	font-size: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.content-imagelinks-block .imagelink-five-item,
.content-imagelinks-block .imagelink-fourth-item,
.content-imagelinks-block .imagelink-three-item,
.content-imagelinks-block .imagelink-two-item {
	flex: 0 0 19.8%;
	margin: 0px;
	padding: 0px;
	height: auto;
}

.content-imagelinks-block .imagelink-fourth-item {
	flex: 0 0 24.7%;
}

.content-imagelinks-block .imagelink-three-item {
	flex: 0 0 33%;
}

.content-imagelinks-block .imagelink-two-item {
	flex: 0 0 49.5%;
}

.content-imagelinks-block img.imagelink-pic {
	width: 100%;
	height: auto;
}

.content-imagelinks-block .imagelink-last {
	/* float: right; */
}

/* social share styles */
.socialshare-link {
    padding: 4px 10px 6px 10px !important; /* 2px 8px 4px 8px !important; */
    color: white !important;
    font-size: 16.2px;
    border-radius: 4px;
    margin-right: 2px;
    cursor: pointer;
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}
 
.socialshare-link:hover,.socialshare-link:active {
    color: white;
	text-decoration: none;
}
 
.socialshare-twitter {
    background: #2a2a2a;
}
 
.socialshare-twitter:hover,.socialshare-twitter:active {
    background: #000000;
}
 
.socialshare-facebook {
    background: #3B5997;
}
 
.socialshare-facebook:hover,.socialshare-facebook:active {
    background: #2d4372;
}
 
.socialshare-container {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 15.3px;
	text-align: right;
}

.social-icons-container, .service-icons-container {
	margin: 0px;
}

.social-icon:hover, .service-icon:hover {
	text-decoration: none;
}

.service-icons-container a:last-child {
	margin-right: 0px;
}

.social-icon, .service-icon {
	margin: 0px 14px 0px 0px;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-decoration: none;
	position: relative;
}

.social-icon img, .service-icon img {
	width: 100%;
	height: auto;
}

.social-icon .highlight, .service-icon .highlight {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}

.social-icon .base, .service-icon .base, .social-icon .highlight, .service-icon .highlight {
	transition: opacity 600ms ease;
}

.social-icon:hover .base, .service-icon:hover .base {
	opacity: 0.1;
}

.social-icon:hover .highlight, .service-icon:hover .highlight {
	opacity: 1;
}

.service-hd {
	margin-right: 0px;
}

/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: 0px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 13.86px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery-imagedesc {
	text-align: center;
	font-style: italic;
	font-size: 14.4px;
	margin-top: 10px;
}

.gallery-previewitem, .gallery-thumb {
	
}

.custom-gallery-container {
	margin-bottom: 40px;
}

.custom-gallery-nav {
	margin-top: 12px;
	margin-bottom: 30px;
}

.entry-content .custom-gallery-nav li, .entry-content .custom-gallery li {
	margin-left: 0;
}

.entry-content .custom-gallery-nav .slick-dots, .entry-content .custom-gallery .slick-dots {
	margin: 0px;
	bottom: -30px;
}

.custom-gallery-preview .gallery-item-container, .custom-gallery .gallery-item-container {
	position: relative;
	padding: 0px;
	margin: 0px 2px;
}

.custom-gallery-preview .gallery-item-container {
	margin: 0px;
}

.gallery-thumb-container {
	margin: 0px 4px;
	cursor: pointer;
}

.image-zoom {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 15px;
	top: 10px;
}

.image-zoom img {
	width: 100%;
	height: auto;
}

/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 27px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 63px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url("../images/dotted-line.png") repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 27px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 11.88px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 48.6px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 27px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font-size: 20.16px;
	font-style: italic;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 27px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 15.84px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140.4px;
	font-weight: 400;
	line-height: 0.8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url("../images/dotted-line.png") repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 23.4px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 48.6px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1156px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font-size: 29.88px;
	font-style: italic;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 31.86px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 720px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1156px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 31.86px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 720px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #DEA213; /* #bc360a; */
}

.navigation a:hover {
	color: #DE4813; /*#ea9629; */
	text-decoration: none;
}

.paging-navigation {
	background-color: #F0F0F0; /* #e8e5ce; */
	padding: 40px 0;
	max-width: none;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 720px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1156px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	/* padding: 13px 0; */
}

.paging-navigation a {
	font-size: 21.6px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #DEA213; /* #e63f2a; */
	border-radius: 30%;
	color: #fff;
	display: inline-block;
	font-size: 25.2px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 4px 0 8px; /* 17px 0 23px; */
	width: 50px; /* 80px; */
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #DE4813; /* #ea9629; */
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 19.8px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1156px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 720px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1156px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font-size: 20.16px;
	font-style: italic;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font-size: 29.88px;
	font-style: italic;
	margin: 0 auto;
	max-width: 1156px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 15.84px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #f0f0f0; /* #e8e5ce */
}

.page-title {
	font-size: 29.88px;
	font-style: italic;
	margin: 0 auto;
	max-width: 1080px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 720px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1156px;
	padding: 40px 376px 40px 60px;
}

.event-title-icon {
	padding-left:  65px;
	background: url("../images/event-grayicon.png") no-repeat left top;
	border-bottom: 1px solid #F0F0F0;
}

.news-title-icon {
	padding-left:  65px;
	background: url("../images/news-grayicon.png") no-repeat left top;
	border-bottom: 1px solid #F0F0F0;
}

.event-old {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	pointer-events: none;
	background: url("../images/striped.png");
}

.site-content .entry-content .search-result-list {
	display: flex;
	flex-direction: column;
}

.site-content .entry-content .search-result-list li {
	flex: 1 1 100%;
}

/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	font-size: 45px;
	line-height: 3;
	margin: 0;
	padding: 100px; /* 300px; */
	position: relative;
	text-align: center;
	width: auto;
	z-index: 999;
}

.error404 .page-title .path {
	font-size: 32.4px;
	color: #de4813;
}

.error404 .page-title:before {
	color: #f0f0f0; /* #e8e5ce; */
	content: "\f423";
	font-size: 450px; /* 964px; */
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 25%; /* 7px; */
	top: 5%; /* 28px; */
	z-index: -100;
}

.error404 .page-wrapper {
	background-color: #f0f0f0; /* #e8e5ce; */
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1156px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title, .comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1156px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font-size: 27.9px;
	font-style: italic;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url("../images/dotted-line.png") repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 13.86px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 12.96px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 12.96px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font-size: 27.9px;
	font-style: italic;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 11.88px;
}

.form-allowed-tags code {
	font-size: 9.9px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 19.8px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 720px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 19.8px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 720px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}

/**
 * 5.14 Events
 * ----------------------------------------------------------------------------
 */
 
.entry-content .custom-gallery-container, .entry-content .gallery-item-container, .entry-content .fullscreen-gallery-item-container {
	position: relative;
}

.entry-content .gallery-item-container:focus, .entry-content .gallery-item-container:active,
.entry-content .fullscreen-gallery-item-container:focus, .entry-content .fullscreen-gallery-item-container:active,
.entry-content .custom-gallery-container:focus, .entry-content .custom-gallery-container:active,
.entry-content .fullscreen-photo-gallery-container:focus, .entry-content .fullscreen-photo-gallery-container:active,
.entry-content .custom-gallery-nav:focus, .entry-content .custom-gallery-nav:active,
.entry-content .slick-slide:focus, .entry-content .slick-slide:active,
.entry-content .image-zoom:focus, .entry-content .image-zoom:active {
	outline: none;
}

.entry-content .fullscreen-gallery {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.9);
	padding: 0;
	margin: 0;
	display: grid;
	place-items: center center;
	overflow: hidden;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	opacity: 1;
	z-index: 99999;
	transition: opacity 350ms;
}

.entry-content .fullscreen-gallery-inactive {
	width: 1px;
	height: 1px;
	opacity: 0;
}

.entry-content .fullscreen-gallery .fullscreen-photo-gallery-container {
	position: relative;
	margin: auto auto;
	max-width: 100%;
	max-height: 100%;
}

.entry-content .fullscreen-gallery .fullscreen-photo-gallery-container img {
	width: 100%;
	height: auto;
}

.entry-content .fullscreen-photo-gallery-container img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.entry-content.imagefirst-container {
	position: relative;
}

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
	background-color: #ffffff;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	font-size: 14.94px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font-size: 23.76px;
	font-style: italic;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

.widget_metaslider_widget .uberinfoslider li a {
	border: none;
}

.topinfo-container .widget {
	margin: 0px;
    padding: 0px;
}

/* Search widget */
.navbar .search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 13.86px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

.sidebar-container .widget-area  .widget-title {
	color: #235a88;
	font-family: sharpslab;
    font-style: inherit;
	font-size: 21.6px;
	font-weight: bold;
	margin-bottom: 20px;
}

.sidebar-container .widget-area  .widget_nav_menu li a {
	color: #6b778c;
	border-bottom: 3px dotted #d5e0e0;
}

.sidebar-container .widget-area  .widget_nav_menu li a:hover {
	color: #49dbe4;
	text-decoration: none;
	border-bottom-color: #49dbe4;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

 
.site-footer {
	background-color: #ffffff;
	color: #adaca7;
	font-size: 13.86px;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #525252;
}

.site-footer a:hover {
	text-decoration: none;
	color: #ff5900;
}

.site-footer .sidebar-container {
	padding: 0px;
	background: #e0e0e0 url("../images/footer-side.png") no-repeat right top;
	background-color: #e0e0e0;
	background-size: auto 100%;
	margin-bottom: 30px;
}

.site-footer .widget-area {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 20px 0px;
	overflow: hidden;
}

.sidebar .site-footer .widget-area {
	/* max-width: 724px; 
	max-width: 950px;
	position: relative;
	left: -158px; */
}

.site-footer .widget-area .widget {
	flex: 0 0 auto; /* 33.33% */
	background: transparent;
	color: #fff;
	text-align: left;
	padding: 0 1rem; /* 0 */
	margin: 0px;
}

.site-footer .widget-area .textwidget {
	max-width: 360px;
	margin: 0px auto;
	color: #898989;
    font-size: 14px;
    line-height: 1.1;
}

.site-footer .widget-area .keepwords {
	hyphens: none;
}

.site-footer .widget a {
	color: #f28b1f;
}

.site-footer .widget a:hover{
	color: #de4813;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}


.footer-icons-container {
	text-align: center;
}

.footer-icons-container a {
	display: inline-block;
}

.footer-icon img {
	height: 62px;
	width: auto;
	max-width: none;
}

.flex-container {
	width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.flex-container .flex-item {
	flex: 0 1 auto;
    text-align: left;
	margin: 0px;
	padding: 0;
}

.flex-container .flex-item:first-child {
    padding-right: 0.5rem;
}


#wpstats {
	display: block;
	margin: -10px auto 0;
}

.site-footer .widget-area .textwidget h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin: 5px 0;
}

.site-footer .widget-area .textwidget a {
	color: #997747;
}

.site-footer .widget-area .textwidget a:hover {
	text-decoration: none;
	color: #ff6900;
}

.site-footer .widget-area .textwidget p {
	margin: 0;
}

.anahuac .message {
	color: #303030;
}

.site-info {
	max-width: 1040px;
	text-align: center;
	margin: 0px auto 30px;
	padding: 0px;
	color: #525252;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
}

.site-info .universidad {
	flex: 1 1 auto;
	margin: 0px;
    padding: 15px 30px 0px 0px;
	text-align: right;
}

.site-info .contacto, .site-info .enlaces, .site-info .campus {
	flex: 0 0 360px;
	font-size: 12.96px;
	line-height: 1.3;
	text-align: left;
	padding: 0px 8px 0px 18px;
}

.site-info .campus-xalapa, .site-info .campus-cordoba, .site-info .campus-herramientas {
	max-width: 340px;
	margin: 0px auto 0px 0px;
}
	
.site-info .contacto {
	text-align: right;
	padding: 5px 18px 5px 0;
}

.site-info .sep-border {
	border-left: 1px solid #c5c5c5;
}

.site-info .logo-footer-main {
	width: 100%;
	max-width: 240px;
	height: auto;
	margin: 0px;
}

.logo-footer-sep {
	display: initial;
}

.site-info .logo-footer-sec {
	margin: 0px 0px 0px 10px;
	height: 55px;
	width: auto;
}

.site-info .campus .title {
	font-size: 16px;
	color: #ff5900;
	font-weight: bolder;
}

.site-info .enlaces ul, .site-info .contacto ul, .site-info .campus ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-info .enlaces ul li, .site-info .contacto ul li, .site-info .campus ul li {
	margin-bottom: 4px;
}

.site-info .campus .fb-smallicon {
	background: url("../images/fb-logo-blue_40.png") no-repeat 12px center;
}

.site-info .campus .tw-smallicon {
	background: url("../images/x-logo-black_40.png") no-repeat 12px center;
}

.site-info .campus .ig-smallicon {
	background: url("../images/insta-logo-pink_40.png") no-repeat 12px center;
}

.site-info .campus .campus-herramientas {
	padding-top: 5px;
}

.site-info .campus .tool-siu {
	background: url("../images/service-siu-orange_40.png") no-repeat 12px center;
}

.site-info .campus .tool-office {
	background: url("../images/service-365-red_40.png") no-repeat 12px center;
}

.site-info .campus .tool-bs {
	background: url("../images/service-bs-orange_40.png") no-repeat 12px center;
}

.site-info .campus .tool-pr {
	background: url("../images/service-pr-mint_40.png") no-repeat 12px center;
}

.site-info .campus .tool-sp {
	background: url("../images/service-hd-purple_40.png") no-repeat 12px center;
}

.site-info .campus .tool-info {
	background: url("../images/info-logo-gray_40.png") no-repeat 12px center;
}

.site-info .campus .smallicon, .site-info .campus .fb-smallicon, .site-info .campus .tw-smallicon, .site-info .campus .ig-smallicon,
.site-info .campus .tool-siu, .site-info .campus .tool-office, .site-info .campus .tool-bs, .site-info .campus .tool-pr, .site-info .campus .tool-sp {
	display: block;
	line-height: 1.7;
	height: 20px;
	padding-left: 36px;
	background-size: auto 20px;
}

.derechos {
	clear: both;
	width: 100%;
	padding-bottom: 20px; /* 20px */
	font-size: 12px;
	line-height: 1.2;
	color: #adaca7;
	text-align: center;
}

.desktop-hidden {
	display: none !important;
}
