/*
Theme Name: Abadia 8
Author: Jose Perea
Author URI: https://www.abadiadigital.com/
Description: Abadia Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.5; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* ========================================================================== */

body {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; 
	font-size: 19px;
	color: #333;
	line-height: 1.5em;
}

a:link,
a:visited {
	color: #006ec3;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

p {
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'PT Sans Narrow', Helvetica, sans-serif;
	font-weight: 700;
}


/* Header */
.site_header {
	margin: 0;
	background-color: #333;
 	position: fixed;
 	width: 100%;
 	z-index: 5;
	border-bottom: 1px solid #FFFFFF;
}

.site_header_container {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 15px;

}

.site_header_logo {
	float: left;
	padding: 13px 0 6px 0;
}

.logo_mini {
	display:none;
}


/* BOOTSTRAP */
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
[role="button"] {
	cursor: pointer;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
 	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown {
	display: none;
}
.dropdown img {
	padding-top: 13px;
}
.dropdown a {
	color: #FFFFFF;
}
.dropdown a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.dropdown-toggle:focus {
 	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 45px;
	left: -15px;
	z-index: 1000;
	display: none;
	min-width: 200px;
	padding: 5px 0;
	margin: 10px 0 0;
	list-style: none;
	font-size: 17px;
	font-family: 'PT Sans Narrow', Helvetica, sans-serif;
	text-align: left;
	background-color: #333333;
	border-radius: 2px;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #FFFFFF;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	left: auto;
	right: 0;
}
.dropdown-menu-left {
	left: 0;
	right: auto;
}
.dropdown-header {
	display: block;
	padding: 3px 12px;
	font-size: 15px;
	color: #CCCCCC;
	line-height: 1.42857143;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
	left: auto;
	right: 0;
  }
  .navbar-right .dropdown-menu-left {
	left: 0;
	right: auto;
  }
}

/* ------------------------------------------------------------------ */

.site_header_categories {
	text-align: center;
	font-family: 'PT Sans Narrow', Helvetica, sans-serif;
}

ul.top_menu_categories {
	list-style-type: none;
	font-size: 17px;
	margin-top: 20px;
}

ul.top_menu_categories li {
	display: inline;
	padding: 0 9px 0 9px;
}

ul.top_menu_categories li:last-of-type {
	padding: 0 0 0 9px;
}

ul.top_menu_categories li a {
	color: #FFFFFF;
	text-decoration: none;
}

ul.top_menu_categories li a:hover {
	text-decoration: underline;
}


/* Search Form */
.site_header_search {
	float: right;
	display: inline;
	font-size: 18px;
	color: white;
	padding: 19px 0 0 0;
}

.search_form {
	background: url('https://www.abadiadigital.com/wp-content/themes/abadia_8/images/search.png') no-repeat 6px 4px;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	height: 28px;
}


.site_header_search input[type=text] {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 35px;
	color: #999999;
	font-family: 'PT Sans Narrow', Helvetica, sans-serif;
}


/* Waypoints */
.site_header_logo_mini {
	display: none;
}

.site_header_logo_mini_waypoint {
	display: inline;
	float: left;
	padding: 11px 0 4px 0;
}

.site_header_logo_waypoint {
	display: none;
}

.site_header_social_networks {
	display: none;
}

.site_header_social_networks_waypoint {
	float: right;
	display: inline;
	margin-top: 15px;
}

.site_header_social_networks_waypoint ul,
.post_social_networks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.site_header_social_networks_waypoint li,
.post_social_networks li {
	display: inline;
}

.site_header_social_networks_waypoint li img,
.post_social_networks li img {
	vertical-align: bottom;
}

.site_header_social_networks_waypoint li .facebook,
.post_social_networks li .facebook {
	background-color: #3B5998;
	padding: 5px 0 2px 0;
	border-radius: 1px;
}

.site_header_social_networks_waypoint li:hover .facebook,
.post_social_networks li:hover .facebook {
	background-color: #2B5FCE;
}

.site_header_social_networks_waypoint li .twitter,
.post_social_networks li .twitter {
	background-color: #1DA1F2;
	padding: 5px 0 2px 0;
	border-radius: 1px;
}

.site_header_social_networks_waypoint li:hover .twitter,
.post_social_networks li:hover .twitter {
	background-color: #0A91f4;
}

.site_header_social_networks_waypoint li:first-of-type,
.post_social_networks li:first-of-type {
	padding-right: 4px;
}

.site_header_search_waypoint {
	display: none;
}

.site_header_categories_waypoint {
	display: none;
}

.site_header_article_title {
	display: none;
}

.site_header_article_title_waypoint {
	display: block;
	text-align: center;
	color: #FFFFFF;
	margin-top: 15px;
}

.site_header_article_title_waypoint h4 {
	font-family: 'PT Sans Narrow', Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
}


/* ADAPTABLE HEADERS */
#adaptable_home_header {
	display: none;
}
#adaptable_home_bottom {
	clear: both;
	background-color: #EEEEEE;
}
#adaptable_article_header {
	clear: both;
	background-color: #FFFFFF;
	padding-top: 73px;
}
.adaptable_center {
	text-align: center;
	padding: 35px 0 10px 0;
}
.adaptable_center_home_bottom {
	text-align: center;
	padding: 35px 0 35px 0;
}
#adaptable_article_bottom {
	clear: both;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0 0 20px 0;
}

/* General Layout */
div#container {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Article Title */
.post_title {
	padding: 0;
	margin-bottom: 12px;
}

.post_title h1 {
	font-size: 54px;
	line-height: 1em;
}

/* Author Info */
.post_info_one_column {
	padding: 5px 0 10px 0;
	margin-bottom: 10px;
	overflow: hidden;
}

.post_info_two_columns {
	padding: 0;
	margin-bottom: 20px;
}

.author_one_column {
	float: left;
	font-size: 17px;
	color: #888888;
}

.author_two_columns {
	text-align: left;
	font-size: 17px;
	color: #888888;
	padding-bottom: 15px;
}

.author_one_column a,
.author_two_columns a {
	color: #666666;
	text-decoration: none;
  	font-weight: bold;
}

.author_one_column a:hover,
.author_two_columns a:hover {
	text-decoration: underline;
}

.one_column {
	text-align: right;
}

.two_columns {
	text-align: left;
	padding: 2px 0;
}


/* Site Content */
.site_content_two_columns {
	clear: both;
	overflow: hidden;
	padding: 0 340px 0 0;
}

.site_content_one_column {
	padding: 0;
	clear: both;
}

.site_content_page {
	padding: 0;
}

/* Main Column */
.main_column {
  	width: 100%;
   	float: left;
}


/* Infinite Scroll Content */
.homepage_level_three_title {
	padding: 0;
	margin: 0 0 -63px 0;
	text-align: center;
}

.homepage_level_three {
	width: 100%;
	background-color: #222;
	line-height: 1em;
	border-top: 2px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
}

.homepage_level_three_container {
	max-width: 1090px;
	margin: 0 auto;
	padding: 90px 0 70px;
}

.homepage_level_three_content {
	display: inline-block;
	width: 30.4%;
	vertical-align: top;
}

.homepage_level_three_content:nth-of-type(1) {
	padding-left: 1.3%;
	margin-right: 3.1%;
}

.homepage_level_three_content:nth-of-type(2) {
	margin-right: 3.1%;
}

.homepage_level_three_content:nth-of-type(3) {
	margin-right: 0;
	padding-right: 1.3%;
}

.homepage_level_three_content img {
	padding: 0;
	margin: 0;
	/*max-height: 210px;*/
}

.homepage_level_three_content h2 a {
	font-size: 25px;
	color: white;
	font-weight: bold;
	font-family: 'PT Sans Narrow', Helvetica, sans-serif;
	padding: 5px 0 0 0;
	line-height: 1em;
	margin: 0;
}

.homepage_level_three_content :hover {
	color: white;
	text-decoration: underline;
}

/* ---------------------------------------------------------------------- */

.side_column {
  	position: relative;
  	float: right;
  	width: 300px;
  	margin-right: -340px;
  	margin-top: 0px;
}

.side_column h3 {
	font-size: 26px;
	color: #FF6347;
	font-weight: bold;
	font-family: 'PT Sans Narrow', Helvetica, sans-serif;
	text-align: center;
	border-bottom: 4px solid #EEEEEE;
	margin-bottom: 17px;
	padding-bottom: 2px;
}

.side_column_content {
	padding: 0 5px;
	margin: 20px 0 5px;
}

.side_column ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 17px;
}

.side_column li {
	padding-bottom: 35px;
	line-height: 1.4em;
}

.side_column li a {
	color: #444444;
	text-decoration: none;
}

.side_column li a:hover {
	text-decoration: underline;
}

.side_column img {
	margin: 0;
}


/* Homepage Top*/
.homepage_level_one_container {
	clear: both;
	height: 450px;
}

.single_container {
	max-width: 1090px;
	margin: 30px auto 0;
	padding: 0;
}

.homepage_level_one {
	position: relative;
	display: inline-block;
	width: 50%;
	height: 100%;
	float: left;
	margin-top: 72px;
}

.homepage_level_one img {
	height: 450px;
	object-fit: cover;
}

.homepage_levels_date_category {
	display: none;
}

.homepage_level_one_layer {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	color: white;
	background-color: rgba(0,0,0,0.3);
	outline: 1px solid #FFFFFF;
}

.homepage_level_one_layer:hover {
	background-color: rgba(0,0,0,0.1);
}

.homepage_level_one_layer h2 {
	position: absolute;
	z-index: 1;
	width: 96%;
	padding: 0 2%;
	height: 100px;
	font-family: 'PT Sans Narrow', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 38px;
	bottom: 0px;
	line-height: 1em;
	text-shadow: 2px 2px black;
}

.homepage_level_one_category_date {
	position: absolute;
	z-index: 1;
	width: 50px;
	padding: 0 0 0 2.1%;
	height: 140px;
	font-family: 'PT Sans Narrow', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 38px;
	bottom: 0px;
	line-height: 1em;
}

.homepage_level_one_category_date span {
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: 1px 1px black;
}

.homepage_level_one_category_date span a {
	color: #ed6c7e;
}

.homepage_level_one_date {
	display: none;
}

.homepage_level_one_layer h2:hover {
	text-decoration: underline;
}


/* Homepage Bottom */
.homepage_level_two_container {
	max-width: 1090px;
	margin: 50px auto 0;
}


.homepage_level_two {
	position: relative;
	display: inline-block;
	width: 46.2%;
	padding-left: 1.3%;
	vertical-align: top;
	margin-bottom: 50px;
	margin-right: 5%;
}

.homepage_level_two:nth-of-type(2),
.homepage_level_two:nth-of-type(4),
.homepage_level_two:nth-of-type(6),
.homepage_level_two:nth-of-type(8),
.homepage_level_two:nth-of-type(10),
.homepage_level_two:nth-of-type(12),
.homepage_level_two:nth-of-type(14),
.homepage_level_two:nth-of-type(16) {
	margin-right: 0;
	padding-left: 0;
	padding-right: 1.3%;
}

.homepage_level_two h2 {
	font-family: 'PT Sans Narrow', Helvetica, sans-serif;
	font-size: 35px;
	padding: 5px 0 10px;
	line-height: 1em;
	color: #333333;
}


.homepage_level_two_category_date {
	position: relative;
	width: 100%;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', Helvetica, sans-serif;
}

.homepage_level_two_category_date span:first-of-type {
	float: left;
	font-weight: bold;
	font-size: 15px;
	color: #ed6c7e;
}

.homepage_level_two_category_date span:last-of-type {
	float: right;
	font-weight: bold;
	font-size: 15px;
	color: #CCCCCC;
}

.homepage_level_two_category_date span a {
	color: #ed6c7e;
}

.homepage_level_two_513 {
}

.homepage_level_two_750 {
	display: none;
}

.homepage_level_three_content h2 {
	font-size: 25px;
	color: white;
	font-weight: bold;
	font-family: 'PT Sans Narrow', Helvetica, sans-serif;
	padding: 5px 0 10px 0;
	line-height: 1em;
	margin: 0;
}
.homepage_level_three_content :hover {
	color: white;
}

.homepage_level_two img {
	padding: 0;
	margin: 0;
}

.homepage_level_two span {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
}

.homepage_level_two a span {
	color: #006ec8;
}

.homepage_level_two a:hover span {
	color: red;
}

.homepage_level_two p {
	font-size: 18px;
	color: #555;
	margin: 0;
	padding: 5px 0 0 0;
}


/* Homepage Infinite Scroll */
.homepage_level_one_scroll_container {
	width: 100%;
	clear: both;
	overflow: hidden;
	background-color: #F3F3F3;
	outline: 1px solid #E5E5E5;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.homepage_level_one_scroll {
	max-width: 1090px;
	margin: 70px auto;
	padding: 0 8px;
}

.homepage_level_one_scroll_box {
	display: inline-block;
	width: 31.5%;
	vertical-align: top;
	margin-left: 1.375%;
	margin-right: 1.375%;
}

.homepage_level_one_scroll_box:nth-of-type(1),
.homepage_level_one_scroll_box:nth-of-type(4) {
	margin-left: 0;
}
.homepage_level_one_scroll_box:nth-of-type(3),
.homepage_level_one_scroll_box:nth-of-type(6) {
	margin-right: 0;
}

.homepage_level_one_scroll_box:nth-of-type(1),
.homepage_level_one_scroll_box:nth-of-type(2),
.homepage_level_one_scroll_box:nth-of-type(3) {
	margin-bottom: 40px;
}

.homepage_level_one_scroll_box img {
	padding: 0;
	margin: 0;
}

.homepage_level_one_scroll_box h2 {
	font-family: 'PT Sans Narrow', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 31px;
	padding: 5px 0 10px;
	line-height: 1em;
}

.homepage_level_one_scroll_box h2 a {
	color: #2b2d32;
}

.homepage_level_one_scroll_box span {
	color: #999999;
	font-size: 16px;
}

.homepage_level_one_scroll_box p {
	font-size: 17px;
	color: #2b2d32;
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 1.5em;
}

.homepage_level_one_scroll_box p a {
	font-weight: bold;
}

.homepage_level_one_scroll_box p a:hover {
	text-decoration: underline;
	color: red;
}




.homepage_level_two_scroll_container {
	max-width: 1090px;
	margin: 50px auto 0;
	padding: 0 8px;
}

.homepage_level_two_scroll {
	clear: both;
	overflow: hidden;
	margin: 0;
	border-top: 1px solid #E5E5E5;
	padding: 40px 0;
}

.homepage_level_two_scroll:first-of-type {
	padding: 0 0 40px 0;
	border: none;
}

.homepage_level_two_scroll img {
	float: left;
	padding: 0 25px 0 0;
}

.homepage_level_two_scroll h2 {
	font-family: 'PT Sans Narrow', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 32px;
	padding: 0 0 10px 0;
}

.homepage_level_two_scroll h2 a {
	color: #333333;
}

.homepage_level_two_scroll span {
	font-size: 16px;
	color: #999999;
}

.homepage_level_two_scroll p {
	font-size: 17px;
	color: #333333;
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 1.5em;
}

.homepage_level_two_scroll p a:hover {
	text-decoration: underline;
	color: red;
}


/* Content Area */
article.post {
	margin: 0;
	padding: 0;
}

.article_content {
	max-width: 750px;
	margin: 10px auto 5px;
	padding: 0;
}

article.post h2 {
	margin-bottom: 10px;
}

article.post h2 a {
	color: #333;
	font-size: 34px;
	text-decoration: none;
	line-height: 1.2em;
}

article.post h2 a:hover {
	color: red;
}

article.post:last-of-type {
	border-bottom: none;
}

article.post p.photos,
article.post p.tags {
	font-family: 'RobotoDraft', 'PT Sans Narrow', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5em;
	margin: 0;
}

article.post span {
	float: right;
	padding-left: 15px;
}
.article_content_336px {
	margin: 0;
}


/* Center Featured Image */
.featured_image_one_column img {
	margin: 0 auto;
  	display: block;
  	padding-bottom: 8px;
}

.featured_image_two_columns {
	margin: 0;
  	padding: 0;
  	text-align: center;
}


/* ARCHIVES & RELATED ARTICLES */
.archives_header {
	padding-bottom: 30px;
}
h2.archive_title {
	font-size: 36px ;
	font-weight: 700;
	color: #FFFFFF;
	padding-bottom: 11px;
	margin: 25px 0 0 0;
}
h2.archive_title span {
	padding: 3px 15px 3px 15px;
	background-color: #666666;
}
.archive_article,
.related_article {
	clear: both;
}
.archive_article_content {
	border-top: 1px solid #DDDDDD;
	padding-top: 40px;
	padding-bottom: 40px;
}
.archive_article_content_2 {
	max-width: 1090px;
	margin: 0 auto;	
	padding: 0 15px;
}
.related_article_image,
.archive_article_image {
	padding: 0;
	margin: 0;
}
/* ¿or ".archive_article img" ? */
.related_article_image img {
	width: 350px;
}
.archive_article img {
	float: left;
	padding-right: 25px;
}
.archive_article h2 {
	font-family: 'PT Sans Narrow', Helvetica, sans-serif;
	font-weight: 700;
	font-size: 34px;
	padding-bottom: 10px;
	line-height: 1.1em;
}
.archive_article h2 a {
	color: #333333;
}
.archive_article h2 a:hover {
	text-decoration: underline;
}
.archive_article span {
	color: #999999;
	font-size: 16px;
}
.archive_article p {
	font-size: 18px;
	color: #666666;
	margin: 5px 0 0 0;
}
.archive_article p a {
	font-weight: normal;
}
.archive_article p a:hover {
	text-decoration: underline;
	color: red;
}

.homepage_level_four {
	max-width: 1090px;
	margin: 0 auto;
	padding: 40px 0;
	border-bottom: 1px solid #DDDDDD;
}
.homepage_level_four img {
	float: left;
	padding-right: 25px;
}
.homepage_level_four h2 {
	font-family: 'PT Sans Narrow', Helvetica, sans-serif;
	font-weight: 700;
	font-size: 34px;
	padding-bottom: 10px;
	line-height: 1.1em;
}
.homepage_level_four a h2 {
	color: #333333;
}
.homepage_level_four span {
	color: #999999;
	font-size: 16px;
}
.homepage_level_four p {
	font-size: 18px;
	color: #666666;
	margin: 5px 0 0 0;
}
.homepage_level_four p a:hover {
	text-decoration: underline;
	color: red;
}
.homepage_level_four_350 {
	padding: 0;
	margin: 0;
}
.homepage_level_four_350 h2 {
	padding-top: 30px;
}
.homepage_level_four_750 {
	display: none;
}


/* Footer */
.footer {
	clear: both;
	border-top: 3px solid #CCCCCC;
	padding: 30px 0;
	background-color: #333333;
	margin: 0;
}

.site_footer_container {
 	max-width: 1090px;
  	margin: 0 auto;
  	padding: 0 8px;
}

.footer a {
	font-family: 'RobotoDraft', 'PT Sans Narrow', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}

.footer img {
	vertical-align: text-bottom;
}

.footer h4 {
	font-family: 'PT Sans Narrow', Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	margin: 0;	
	padding: 0;
	color: #FFFFFF;
}

.footer ul {
	padding: 10px 0 0 2px;
	margin: 0;
	display: inline-block;
}

.footer li {
	list-style-type: none;
}

.site_footer_left {
	float: left;
	width: 46%;
}

.site_footer_center {
	float: left;
	width: 40%;
}

.site_footer_right {
	float: left;
	width: 14%;
	padding-right: 0;
}

.footer_social_networks {
	display: none;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50px;
}

.footer_facebook {
	background-color: #3B5998;
	float: left;
	width: 34%;
	height: 100%;
	outline: 1px solid #FFFFFF;
}

.footer_twitter {
	background-color: #1DA1F2;
	float: left;
	width: 33%;
	height: 100%;
	outline: 1px solid #FFFFFF;
}

.footer_whatsapp {
	background-color: #00E676;
	float: left;
	width: 33%;
	height: 100%;
	outline: 1px solid #FFFFFF;
}

.footer_social_networks img {
	display: block;
	margin: 12px auto 0;
}

.footer_facebook:hover {
	background-color: #2B5FCE;
}

.footer_twitter:hover {
	background-color: #0A91F4;
}

.footer_whatsapp:hover {
	background-color: #06C568;
}


/* Page Layout */
article.page h2 {
	font-size: 225%;
	margin-bottom: 15px;
}


/* Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* Image Styles */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}



/* Make YouTube videos work in Responsive Web Design */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 25px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Alignment */
.alignleft {
	text-align: left;
}

.aligncenter {
	margin: 0 auto;
	padding: 0;
	display: block;
}

.alignright {
	text-align: right;
}

.attachment_size_full, wp-post-image img {
	margin: 0 auto;
	padding: 0;
	display: block;
}

ul li {
	line-height: 1.5em;
}

blockquote {
	color: #777;
	border-left: 4px solid #999999;
	padding-left: 10px;
}


/* Remove JetPack Footer */
#infinite-footer {
	display: none;
}



/* BREAKPOINTS */

/* Div in content-archive.php and content-search.php resizes according to image sizes */
@media screen and (max-width: 500px) {
	h2.archive_title {
		font-size: 30px;
		line-height: 1.3em;
		margin-bottom: -7px;
	}
	h2.archive_title span {
		padding: 2px 10px 2px 10px;
	}
}


/* -------------------------------------------------------------------- */

/* Header */
@media screen and (max-width: 1475px) {
	.site_header_categories ul li:nth-of-type(11) {
		display: none;
	}
}
@media screen and (max-width: 1400px) {
	.site_header_categories ul li:nth-of-type(9) {
		display: none;
	}
}
@media screen and (max-width: 1325px) {
	.site_header_categories ul li:nth-of-type(7) {
		display: none;
	}
}
@media screen and (max-width: 1250px) {
	.site_header_categories ul li:nth-of-type(6) {
		display: none;
	}
}
@media screen and (max-width: 1175px) {
	.site_header_categories ul li:nth-of-type(4) {
		display: none;
	}
	.site_header_container {
		padding: 0 15px;
	}
}
@media screen and (max-width: 1090px) {
	.site_header_categories ul li:nth-of-type(3) {
		display: none;
	}
	.site_header_article_title {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.site_header_categories ul li:nth-of-type(1),
	.site_header_categories ul li:nth-of-type(2),
	.site_header_categories ul li:nth-of-type(10),
	.site_header_categories ul li:nth-of-type(8),
	.site_header_categories ul li:nth-of-type(5) {
		display: none;
	}
	.site_header {
	 	position: relative;
	}
	.site_header_logo {
		display: none;
	}
	.site_header_logo_mini {
		display: inline;
		float: left;
		padding: 11px 0 4px 0;		
	}
	.dropdown {
		position: relative;
 		float: left;
		display: inline-block;
		padding-top: 9px;
		margin-right: 25px;	
	}
	.site_header_search {
		padding: 16px 0 0 0;
	}
}
@media screen and (max-width: 750px) {
	.site_header_search {
		display: none;
	}
}

/* RESIZING OF ADAPTABLE HEADERS */
@media screen and (max-width: 1024px) {
	#adaptable_home_header {
		display: inline-block;
		clear: both;
		background-color: #FFFFFF;
		width: 100%;
		margin-bottom: 30px;
	}
	#adaptable_home_bottom {
		display: none;
	}
	#adaptable_article_header {
		padding-top: 0;
	}
	.adaptable_center {
		padding: 35px 0 0 0;
	}
}


/* Resizing of Articles at 1140px */
@media screen and (max-width: 1140px) {
	.post_title {
		padding: 0 15px;
	}
	.post_info_one_column {
		padding: 5px 15px 10px 15px;
	}
	.post_info_two_columns {
		padding: 0 15px;
	}
	.article_content,
	.featured_image_two_columns {
		padding: 0 0 0 15px;
	}
	.side_column {
		padding: 0 15px 0 0;
	}
}

/* RESIZING OF HOMEPAGE */
@media screen and (max-width: 1300px) {
	.homepage_level_one h2 {
		font-size: 36px;
	}
}
@media screen and (max-width: 1024px) {
	/* Homepage Level One */
	.homepage_level_one_container {
		margin: 0 auto;
		padding: 0;
		max-width: 750px;
		height: 100%;
	}
	.homepage_level_one {
		display: inline;
		width: 100%;
		outline: 0;
		margin: 0;
		padding: 0;
	}
	.homepage_level_one h2,
	.homepage_level_two h2,
	.homepage_level_four h2 {
		font-size: 36px;
		font-weight: bold;
		margin-bottom: 62px;
	}
	.homepage_level_one img {
		margin: 0;
		display: block;
		object-fit: none;
		height: 100%;
	}
	.homepage_level_one a:hover {
		text-decoration: none;
	}
	.homepage_level_one_layer,
	.homepage_level_two_layer {
		position: relative;
		background-color: white;
		width: 85%;
		outline: none;
	}
	.homepage_level_one_layer:hover {
		background-color: white;
	}
	.homepage_level_one_layer h2,
	.homepage_level_two_layer h2 {
		position: relative;
		color: #333333;
		padding: 0 10px 10px 2px;
		width: 90%;
		height: 0%;
		text-shadow: none;
	}
	.homepage_level_one_category_date,
	.homepage_level_two_category_date {
		position: relative;
		margin-top: -85px;
		background-color: white;
		width: 85%;
		height: 100%;
		z-index: 2;
		padding: 0;
	}
	.homepage_level_one_category_date span,
	.homepage_level_two_category_date span {
		text-shadow: none;
		padding: 10px 20px 0 2px;
	}
	.homepage_level_one_date {
		display: inline;
		color: #CCCCCC;
		float: right;
	}


	/* Homepage Level Two */
	.homepage_level_two_container {
		max-width: 750px;
		margin: 0 auto;
	}
	.homepage_level_two {
		display: inline;
		margin: 0;
		padding: 0;
	}
	.homepage_level_two:nth-of-type(2),
	.homepage_level_two:nth-of-type(4),
	.homepage_level_two:nth-of-type(6),
	.homepage_level_two:nth-of-type(8),
	.homepage_level_two:nth-of-type(10),
	.homepage_level_two:nth-of-type(12),
	.homepage_level_two:nth-of-type(14),
	.homepage_level_two:nth-of-type(16) {
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.homepage_level_two_513 {
		display: none;
	}
	.homepage_level_two_750 {
		display: inline;
	}
	.homepage_level_two img {
		margin: 0;
		padding: 0;
	}
	.homepage_level_two p {
		display: none;
	}

	/* Homepage Level Three */
	.homepage_level_three_title,
	.homepage_level_three {
		display: none;
	}
	
	/* Homepage Level Four */
	.homepage_level_four {
		max-width: 750px;
		margin: 0 auto;
		padding: 0;
		border: none;
	}
	.homepage_level_four_750 {
		display: inline;
		margin: 0;
		padding: 0;
	}
	.homepage_level_four_750 img {
		margin: 0;
		padding: 0;
		float: none;
	}
	.homepage_level_four a h2 {
		color: #333333;
	}
	.homepage_level_four_350 {
		display: none;
	}
}

@media screen and (max-width: 775px) {
	.homepage_level_one_layer h2,
	.homepage_level_two_layer h2 {
		padding: 5px 10px 10px 10px;
	}
	.homepage_level_one_category_date span,
	.homepage_level_two_category_date span {
		padding: 5px 20px 0 10px;
	}
}

/* RESIZING OF HOMEPAGE AT 575PX */
@media screen and (max-width: 575px) {
	.homepage_level_one_layer,
	.homepage_level_two_layer {
		background-color: none;
		width: 100%;
	}
	.homepage_level_one h2,
	.homepage_level_two h2 {
		padding: 0 10px 10px 10px;
		width: auto;
	}
	.homepage_level_one a h2,
	.homepage_level_two a h2 {
		font-size: 30px;
	}
	.homepage_level_one_category_date,
	.homepage_level_two_category_date {
		margin-top: 0;
		width: 100%;
	}
	.homepage_level_one_category_date span,
	.homepage_level_two_category_date span {
		padding: 0 10px;
	}
}

/* NO TEXT BESIDES ADS ON ARTICLES AT 600PX */
@media screen and (max-width: 600px) {
	article.post span {
		float: none;
		padding: 0;
		margin: 0;
	}
	.article_content_336px {
		text-align:center;
		padding: 0;
		margin: 0;
	}
}

/* NO ARTICLE_CONTENT_336PX AT 375PX*/
/*@media screen and (max-width: 375px) {
	.article_content_336px {
		display: none;
	}
}*/

/* NO ADAPTABLE_ARTICLE_HEADER AT 450PX */
@media screen and (max-width: 450px) {
	#adaptable_article_header {
		display: none;
	}
}



@media screen and (max-width: 750px) {
	.homepage_level_one h2,
	.homepage_level_two h2,
	.homepage_level_four h2 {
		font-size: 32px;
	}
}

/* Resizing of Two Columns Articles and Related Articles */
@media screen and (max-width: 1024px) {
	/* Two Columns Articles */
	.site_content_two_columns {
		padding: 0;
	}
	.side_column {
		display: none;
	}
	.post_title h1 {
		font-size: 44px;
	}
	.post_info_two_columns {
		margin-bottom: 10px;
	}
	.post_social_networks {
		display: none;
	}
	.featured_image_two_columns {
  		padding: 0;
	}
	.article_content {
		padding: 0 15px;
	}

	/* Footer */
	.footer {
		display: none;
	}
	.footer_social_networks {
		display: inline-block;
		z-index: 5;
	}
}

/* Resizing of Two Columns Articles */
@media screen and (max-width: 655px) {
	/* Two Columns Articles */
	.post_title {
		margin-bottom: 12px;
	}
	.post_title h1 {
		font-size: 38px;
	}
	.author_two_columns {
		font-size: 16px;
		padding-bottom: 10px;
	}
}

/* RESIZING OF ARCHIVES & RELATED ARTICLES */
@media screen and (max-width: 1024px) {
	.archive_article img {
		padding-right: 15px;
	}
	.archive_article h2 {
		line-height: 0.9em;
	}
	.archive_article h2 a {
		font-size: 30px;
	}
	.archive_article span {
		display: none;
	}
	.archive_article p {
		font-size: 16px;
	}
	.archive_article:last-of-type {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 625px) {
	.archive_article_content {
		padding: 30px 0;
	}
	.archive_article img {
		width: 100%;
		padding: 2px 0 6px 0;
		margin: 0;
	}
	.archive_article h2 {
		padding: 0;
	}
	.archive_article p {
		display: none;
	}
}

@media screen and (max-width: 550px) {
	.related_article img {
		width: 100%;
		padding: 2px 0 6px 0;
		margin: 0;
	}
	.archive_article h2 a {
		font-size: 25px;
		line-height: 0.75em;
	}
}

/* Related and Archive Articles */
@media screen and (max-width: 465px) {
	.post_title h1 {
		font-size: 30px;
	}
}