/*!
Theme Name: SelfBank
Theme URI: https://www.innwit.com/
Author: Innwit
Author URI: https://www.bloompixel.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: selfbank
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	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
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

.container:before,
.container:after,
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.container:after,
.row:after,
.clearfix:after {
    clear: both;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Custom Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'Lynstone';
    src: url('assets/fonts/Lynstone-Light.eot');
    src: url('assets/fonts/Lynstone-Light.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Lynstone-Light.woff2') format('woff2'),
        url('assets/fonts/Lynstone-Light.woff') format('woff'),
        url('assets/fonts/Lynstone-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Lynstone';
    src: url('assets/fonts/Lynstone-Book.eot');
    src: url('assets/fonts/Lynstone-Book.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Lynstone-Book.woff2') format('woff2'),
        url('assets/fonts/Lynstone-Book.woff') format('woff'),
        url('assets/fonts/Lynstone-Book.ttf') format('truetype');
    font-weight: 350;
    font-style: normal;
}
@font-face {
    font-family: 'Lynstone';
    src: url('assets/fonts/Lynstone.eot');
    src: url('assets/fonts/Lynstone.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Lynstone.woff2') format('woff2'),
        url('assets/fonts/Lynstone.woff') format('woff'),
        url('assets/fonts/Lynstone.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Lynstone';
    src: url('assets/fonts/Lynstone-SemiBold.eot');
    src: url('assets/fonts/Lynstone-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Lynstone-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Lynstone-SemiBold.woff') format('woff'),
        url('assets/fonts/Lynstone-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #3B495E;
	font-family: 'Lynstone', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Lynstone';
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #C63527;
	text-decoration: underline;
}
.widget_g7_social a {
    color: transparent;
    text-decoration: none;
}
.footer-info img {
	width: 34px;
	height:34px;
}
a:visited {
	color: #C63527;
}

a:hover,
a:focus,
a:active {
	color: #3B495E;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #C63527;
	border: 0;
	border-radius: 128px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 0.6em 1em 0.6em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.container {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1140px;
}
.site-header {
	border-top: 4px solid #3B495E;
	box-shadow: 0px 1px 4px 1px #27313F1F;
	padding-top: 15px;
	padding-bottom: 15px;
}
.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-branding {
	min-width: 130px;
}
.site-title-container {
	background: url(assets/images/cabecera-selfbank.jpg) no-repeat center/cover;
	color: #fff;
	padding: 117px 0  47px 0;
}
.site-title-info {
	color: #fff;
	display: flex;
	font-weight: 350;
    justify-content: flex-end;
	column-gap: 20px;
	font-size: 14px;
	text-decoration: underline;
}
.site-title-info * {
	display: flex;
	align-items: center;
	column-gap: 8px;
}
.site-title-info svg {
	fill: #fff;
}
.site-title-info a {
	color: inherit;
}
.site-title {
	color: #fff;
	font-size: 48px;
	margin-bottom: 0;
}
.site-main {
	padding-top: 80px;
}
.single .site-main {
	padding-top: 100px;
}
.archive .site-main {
	padding-top: 24px;
}
.site-content {
	font-size: 14px;
}
.page-header {
	margin-bottom: 50px;
	margin-top: 0;
}
.page-header h1 {
	margin-top: 0;
}
.block-2 {
    margin-bottom: 20px;
}
.block-5 {
    margin-bottom: 40px;
}
.block header {
    position: relative;
    display: block;
    margin-bottom: 24px;
}
.block-title {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
	letter-spacing: 2px;
    text-transform: uppercase;
}
.block-title a,
.block-title span {
	border-radius: 20px;
    display: inline-block;
    padding: 5px 8px 5px 8px;
    color: #fff;
    background-color: #E2017B;
    position: relative;
	text-decoration: none;
}
.cat-65 .block-title a {
    background: #a58f12;
}
.cat-66 .block-title a, .cat-2359 .block-title a, .cat-1974 .block-title a, .cat-1976 .block-title a, .cat-1989 .block-title a  {
    background: #b1a287;
}
.cat-67 .block-title a {
    background: #616365;
}
.cat-83 .block-title a {
    background: #502720;
}
.cat-84 .block-title a {
    background: #C63527;
}
.cat-85 .block-title a {
    background: #0e7883;
}
.block ul {
    list-style: none;
    padding: 0;
}
.block-top {
	border-radius: 16px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: calc( 1 * 55% );
	position: relative;
}
.block-top img {
	position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}
h3.block-heading,
.archive .entry-title,
.search .entry-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 5px;
}
h3.block-heading {
	line-height: 1.25;
}
h4.block-heading {
    font-size: 14px;
	font-weight: 350;
	line-height: 1.6;
    margin-bottom: 5px;
    margin-top: 5px;
	text-decoration: underline;
}
.block-heading > a,
.archive .entry-title > a,
.search .entry-title > a {
    color: #C63527;
	text-decoration: none;
}
h4.block-heading > a {
    color: #3B495E;
}
.block-excerpt {
    color: #3B495E;
	font-family: 'Lato';
    font-size: 18px;
}
.block-5.cat-66 {
    border-top: 5px solid #DFE4EB;
    border-bottom: 5px solid #DFE4EB;
	padding-top:20px;
}
.block-5.cat-83 {
    border-top: 5px solid #DFE4EB;
	padding-top:20px;
}
.block-5 .col-sm-6:not(:first-of-type) .post {
	display: flex;
	align-items: center;
}
.block-side {
	border-radius: 16px;
    margin-right: 15px;
    float: left;
    max-width: 79px;
	overflow: hidden;
}
.block-side img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 79px;
    width: 79px;
}
.block-5 .block-content {
    overflow: hidden;
}
.site-footer {
	background: #0A0C10;
	color: #A1AFC4;
	font-size: 14px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.site-footer a {
	color: #fff !important;
	font-weight: 350 !important;
	text-decoration: underline !important;
}
.site-footer .container {
	max-width: 94%;
	width: 100%;
}
.footer-top {
	margin-bottom: 42px;
}
.footer-info span {
	display: block;
	font-size: 18px;
}
.footer-info .phoneno {
	color: #fff;
	font-size: 22px;
}
.footer-info .is-layout-flex {
	justify-content: flex-end;
	column-gap: 8px;
	margin-top: 24px;
}
.site-info {
	font-family: 'Lato';
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation,
.footer-navigation {
	display: block;
	font-family: 'Lynstone';
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: right;
	width: 100%;
}

.footer-navigation {
	border-bottom: 1px solid #3B495E;
	font-weight: 350;
	margin-bottom: 24px;
	padding-bottom: 24px;
}

.main-navigation ul,
.footer-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	flex-direction: column;
	float: left;
	padding: 10px 0;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	padding: 12px 20px;
	width: 200px;
}

.main-navigation ul ul a:hover {
	border: 0;
	padding: 12px 20px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	margin-left: 24px;
	position: relative;
}

.main-navigation ul ul li {
	margin-left: 0;
}

.main-navigation a {
	color: #C63527;
	display: block;
	padding: 5px 0;
	text-decoration: none;
}

.main-navigation a:hover {
	border-bottom: 2px solid;
	padding: 5px 0 3px;
}

.footer-navigation ul ul {
	display: none;
}

.footer-navigation li {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.footer-navigation li:not(:last-child) {
	border-right: 1px solid #3B495E;
}

/* Small menu. */
.menu-toggle {
	background: transparent;
	display: inline-block;
	padding: 0;
}
.menu-toggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: rgb(45,58,74);
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}
.menu-toggle span:nth-last-child(1) {
	margin-bottom: 0;
    transform-origin: 0% 100%;
}
.main-navigation.toggled .menu-toggle span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: rgb(45,58,74);
}
.main-navigation.toggled .menu-toggle span:nth-last-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
.main-navigation.toggled .menu-toggle span:nth-last-child(1) {
    transform: rotate(-45deg) translate(0, -1px);
}
.main-navigation.toggled ul {
	display: block;
}

@media screen and (max-width: 37.5em) {
	.main-navigation ul {
		position: absolute;
		background: #fff;
		border-bottom: 1px solid rgb(224,224,224);
		width: 100%;
		left: 0;
		text-align: center;
		top: 125px;
		padding: 0;
		z-index: 1;
	}
	.main-navigation li {
		border-top: 1px solid rgb(224,224,224);
		margin-left: 0;
	}
	.main-navigation a {
		padding: 24px 0;
	}
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation {
		text-align: left;
	}

	.main-navigation ul,
	.footer-navigation ul {
		display: flex;
	}

	.site-header .main-navigation ul {
		justify-content: flex-end;
	}

	.site-footer .footer-navigation ul {
		justify-content: center;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.entry-title {
	font-size: 48px;
	font-weight: 300;
	margin: 24px 0;
}

.entry-title a {
	color: #C63527;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 20px;
}

.post-thumbnail {
	border-radius: 15px;
	overflow: hidden;
}

.post-thumbnail-single img {
	object-fit: cover;
	height: 302px;
	width: 100%;
}

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

.entry-image {
	border-radius: 16px;
    float: left;
	margin-right: 30px;
	max-width: 200px;
	overflow: hidden;
	position:relative;
}

.entry-main {
    overflow: hidden;
}

.entry-meta,
.entry-footer {
	color: #14181F;
	display: flex;
	column-gap: 15px;
	font-weight: 350;
	margin-bottom: 20px;
}

.entry-meta span,
.entry-footer span {
	display: inline-flex;
	column-gap: 8px;
}

.entry-meta a,
.entry-footer a {
	color: inherit;
}

.entry-footer a {
	color: #14181F;
}

.page-content,
.entry-content,
.entry-summary {
	font-family: 'Lato';
	font-size: 18px;
	margin: 1.5em 0 0;
}

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

.agradecimiento {
	margin-bottom: 48px;
    padding: 24px 0;
    text-align: center;
    border-top: 1px solid #DFE4EB;
    border-bottom: 5px solid #DFE4EB;
	font-family: 'Lato';
    overflow: hidden;
}

.agradecimiento .gracias {
    font-size: 20px;
    margin-bottom: 0;
}

.agradecimiento .gracias img {
	margin-bottom: 20px;
}

.agradecimiento .opcion {
    width: 49%;
    float: left;
    line-height: 1.3em;
	margin: 0;
}

.agradecimiento .opcion.izda {
    border-right: 1px solid #DFE4EB;
}

.agradecimiento .opcion .enlace {
	color: #3B495E;
    display: inline-block;
    padding: 10px 8%;
	text-decoration: none;
}

.agradecimiento .opcion .enlace strong {
	color: #C63527;
    display: block;
	font-family: 'Lynstone';
    font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	text-decoration: underline;
}

.author-info {
	font-size: 12px;
	font-weight: 350;
	margin-bottom: 24px;
	text-align: right;
}

.author-info a {
	color: #3B495E;
}

.author-info h4 {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 8px;
	font-size: 14px;
	font-weight: 350;
}

.author-info .meta-nav svg {
	margin-left: 5px;
	vertical-align: bottom;
}

.related-posts h3 {
	color: #3B495E;
    font-size: 14px;
    font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 24px;
    text-transform: uppercase;
}

.related-posts ul {
    list-style: none;
    padding: 0;
}

.related-posts .block-top {
	padding-bottom: calc( 1 * 68% );
}

.breadcrumb {
	color: #0A0C10;
	font-family: 'Lato';
	margin-bottom: 24px;
}
.breadcrumb svg {
	margin: 0 2px -2px;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 40px;
}
.widget.widget_media_image {
	margin: -40px 0 40px 0;
}

.widget select {
	max-width: 100%;
}

.widget figure {
	margin: 0;
}

#secondary {
	padding-top: 80px;
}
.single #secondary {
	padding-top: 145px;
}

#secondary .wp-block-heading,
#secondary .widget-title {
	border-bottom: 1px solid #DFE4EB;
	color: #3B495E;
	font-family: 'Lynstone';
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	margin-top: 0;
	padding-bottom: 8px;
	text-align: left;
	text-transform: uppercase;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget input[type="search"],
.widget input[type="email"] {
	border: 1px solid #C0CAD8;
	font-family: 'Lato';
	font-size: 16px;
	height: 48px;
	padding: 0 16px 0;
	border-radius: 100px;
}

.widget input[type="email"] {
	width: 100%;
}

.widget [type="submit"] {
	height: 37px;
	padding: 0 15px;
}

.widget_search [type="submit"] {
	background: #C63527 url('assets/images/search.svg') no-repeat center;
	margin-left: 10px;
	height: 48px;
	width: 48px;
	text-indent: -9999px;
}

.search-form .search-field {
	width: calc( 100% - 96px );
}

.widget .wp-block-search__label {
    display: inline-block;
	font-family: 'Lato';
	font-size: 14px;
	margin-bottom: 8px;
}

.hbspt-form {
	color: #0A0C10;
    font-size: 12px;
}

.hbspt-form .inputs-list label {
	font-weight: 350;
	display: flex;
    align-items: center;
    column-gap: 8px;
}

.hs_email {
    margin-bottom: 12px;
}

.hs_email label {
	font-family: 'Lato';
	font-size: 14px;
    display: inline-block;
    margin-bottom: 8px;
}

.hs_submit {
    margin-top: 20px;
}

.widget_social_custom figure:not(:last-child) {
	margin-right: 24px;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

@media (min-width: 1200px) {
	.row,
	.row .row {
		margin-right: -20px;
		margin-left: -20px;
	}
	[class*="col-"] {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 992px) {
	.site-main.col-md-8 {
		width: 68.421%;
	}
	.widget-area.col-md-4 {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		width: 31.579%;
	}
	.widget-area.col-md-4 .widget {
    	max-width: 300px;
		width: 100%;
	}
}
.breadcrumb a {
	font-family: Lynstone, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.entry-image .entry-category {
	position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    font-size: 13px;
	margin-right: 5px;
}
.entry-image .entry-category a {
	font-family: Lato,Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #E2017B;
	padding: 2px 6px;
	opacity: 0.95;
	padding: 3px 8px 3px 8px;
	border-radius: 20px;
}
.cat-67 .entry-image .entry-category a, .entry-image .entry-category.cat-67 a {
    background: #616365;
}
.cat-65 .entry-image .entry-category a, .entry-image .entry-category.cat-65 a,
.cat-2358 .entry-image .entry-category a, .entry-image .entry-category.cat-2358 a,
.cat-2344 .entry-image .entry-category a, .entry-image .entry-category.cat-2344 a {
    background: #a58f12;
}
.cat-85 .entry-image .entry-category a, .entry-image .entry-category.cat-85 a {
    background: #0e7883;
}
.cat-66 .entry-image .entry-category a, .entry-image .entry-category.cat-66 a,
.cat-2359 .entry-image .entry-category a, .entry-image .entry-category.cat-2359 a,
.cat-1974 .entry-image .entry-category a, .entry-image .entry-category.cat-1974 a,
.cat-1976 .entry-image .entry-category a, .entry-image .entry-category.cat-1976 a,
.cat-1989 .entry-image .entry-category a, .entry-image .entry-category.cat-1989 a
{
    background: #b1a287;
}
.cat-83 .entry-image .entry-category a, .entry-image .entry-category.cat-83 a {
    background: #502720;
}
.cat-84 .entry-image .entry-category a, .entry-image .entry-category.cat-84 a {
    background: #C63527;
}

.entry-image .entry-category a:hover {
	background-color: #444;
}
/*--------------------------------------------------------------
7. Header
----------------------------------------------------------------*/
.cs_site_header {
	position: relative;
	z-index: 101;
	background-color: #fff;
	display: block;
    border-bottom: solid 1px #DFE4EB;
  }
  
  .cs_site-branding {
	display: inline-block;
	max-width: 180px;
  }
  
  .cs_site_header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  
  .cs_site_header.cs_style_1 .cs_main_header_in,
  .cs_site_header.cs_style_1 .cs_top_header_in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	height: 70px;
	position: relative;
  }
  .cs_site_header.cs_style_1 .cs_main_header_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	height: 100%;
	gap: 30px;
  }
  @media (max-width: 1199px) {
	.cs_site_header.cs_style_1 .cs_main_header_right {
	  padding-right: 50px;
	}
  }
  @media (max-width: 1199px) {
	.cs_site_header.cs_style_1 .cs_btn.cs_style_1 {
	  display: none;
	}
  }
  
  .cs_site_header.cs_style_1.cs_sticky_active {
	background-color: #ffffff;
	-webkit-box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
			box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
  }
  .cs_site_header.cs_style_1 .cs_action_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .cs_site_header.cs_style_1 .cs_action_box .cs_action_value {
	margin-left: 15px;
  }
  .cs_site_header.cs_style_1 .cs_action_box > *:not(:last-child) {
	margin-right: 35px;
  }
  .cs_site_header.cs_style_1.cs_color_1 .cs_nav_list > li > a {
	color: #c63527;
	font-size: 14px;
	font-weight: 600;
	font-family: Lynstone,Arial, Helvetica, sans-serif;
  }
  .cs_site_header.cs_style_1.cs_color_1.cs_gescout_show {
	background-color: #121212;
  }
  
  .cs_site_header_full_width .container {
	max-width: 100%;
	padding: 0 100px;
  }
  
  .cs_site_header_style1 {
	border-bottom: 1px solid #1a188d;
  }
  .cs_site_header_style1 .cs_main_header_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .cs_site_header_style1 .cs_nav + .cs_header_toolbox.cs_center {
	margin-left: 35px;
  }
  .cs_site_header_style1 .cs_nav .cs_nav_list > li.current-menu-item > a:before {
	bottom: -4px;
	background-color: #ffffff;
  }
  
  @media screen and (max-width: 1199px) {
	.cs_main_header .container {
	  max-width: 100%;
	}
	.cs_site_header.cs_style_1 .cs_nav {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	}
  }
  .cs_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  .cs_sticky_header {
	position: fixed !important;
	width: 100%;
	z-index: 999;
  }
  
  .cs_gescout_sticky {
	position: fixed !important;
	top: -110px;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-color: #ffffff;
  }
  
  .cs_gescout_show {
	top: 0 !important;
	opacity: 1;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
			box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
  }
  
  .cs_site_branding {
	display: inline-block;
  }
  .cs_site_branding img {
	max-height: 45px;
  }
  
  @media screen and (min-width: 1200px) {
	.cs_main_header {
	  position: relative;
	}
	.cs_main_header .container-fluid {
	  padding-right: 40px;
	  padding-left: 40px;
	}
	.cs_main_header_center,
	.cs_top_header_center {
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  -webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	}
	.cs_site_header.cs_style_1 .cs_main_header_center {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: end;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  height: 100%;
	  width: 100%;
	  /*max-width: calc(100% - 300px);*/
	}
	.cs_site_header.cs_style_1 .cs_main_header_left {
	  height: 100%;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  z-index: 9999;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}
	.cs_nav {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  height: 100%;
	  line-height: 1.6em;
	}
	.cs_nav .cs_nav_list {
	  display: -webkit-box !important;
	  display: -ms-flexbox !important;
	  display: flex !important;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  height: inherit;
	}
	.cs_nav .cs_nav_list > li {
	  margin-right: 20px;
	  height: inherit;
	}
	.cs_nav .cs_nav_list > li:last-child {
	  margin-right: 0;
	}
	.cs_nav .cs_nav_list > li > a {
	  padding: 10px 0;
	  display: -webkit-inline-box;
	  display: -ms-inline-flexbox;
	  display: inline-flex;
	  position: relative;
	  height: inherit;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}
	.cs_nav .cs_nav_list > li > ul {
	  left: 0;
	  top: calc(100% + 15px);
	  border-top:solid 2px #c63527;
	}
	.cs_nav .cs_nav_list > li > ul::before {
	  /*
	  content: "";
	  position: absolute;
	  height: 10px;
	  width: 10px;
	  background-color: #fff;
	  -webkit-transform: rotate(45deg);
			  transform: rotate(45deg);
	  left: 20px;
	  top: -5px;
	  border-radius: 2px 0 0 0;
	  */
	}
	.cs_nav .cs_nav_list > li:hover > ul {
	  top: 100%;
	  opacity: 1;
	  visibility: visible;
	  -webkit-transition: all 0.4s ease;
	  transition: all 0.4s ease;
	}
	.cs_nav .cs_nav_list > li.menu-item-has-children > a {
	  position: relative;
	}
	.cs_nav .cs_nav_list > li.menu-item-has-children > a::after {
	  content: "";
	  display: inline-block;
	  height: 6px;
	  width: 6px;
	  border: 2px solid currentColor;
	  -webkit-transform: rotate(45deg);
			  transform: rotate(45deg);
	  border-left: 0;
	  border-top: 0;
	  margin-left: 6px;
	  position: relative;
	  top: -1px;
	  border-radius: 0px 0px 2px 0px;
	}
	.cs_nav .cs_nav_list li:not(.cs_mega_menu) {
	  position: relative;
	}
	.cs_nav .cs_nav_list ul {
	  width: 260px;
	  background-color: #ffffff;
	  position: absolute;
	  -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
			  box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
	  padding: 10px 0;
	  z-index: 100;
	  opacity: 0;
	  visibility: hidden;
	  display: block !important;
	  border-radius: 0px;
	  -webkit-transition: all 0.1s ease;
	  transition: all 0.1s ease;
	}
	.cs_nav .cs_nav_list ul li:hover ul {
	  top: 0px;
	}
	.cs_nav .cs_nav_list ul li:hover > ul {
	  opacity: 1;
	  visibility: visible;
	  -webkit-transition: all 0.4s ease;
	  transition: all 0.4s ease;
	}
	.cs_nav .cs_nav_list ul a {
	  display: block;
	  line-height: inherit;
	  padding: 10px 20px;
	}
	.cs_nav .cs_nav_list ul ul {
	  top: 15px;
	  left: 100%;
	}
	.cs_menu_toggle,
	.cs_munu_dropdown_toggle {
	  display: none;
	}
	.cs_nav .cs_nav_list .cs_mega_menu {
	  position: relative;
	}
	.cs_nav .cs_nav_list .cs_mega_wrapper {
	  width: 475px !important;
	  left: 0;
	  display: -webkit-box !important;
	  display: -ms-flexbox !important;
	  display: flex !important;
	  position: absolute;
	  padding: 5px 15px 10px;
	}
	.cs_nav .cs_nav_list .cs_mega_wrapper a {
	  padding: 7px 10px;
	}
	.cs_nav .cs_nav_list .cs_mega_wrapper > li {
	  -webkit-box-flex: 1;
		  -ms-flex: 1;
			  flex: 1;
	  padding: 10px 0;
	}
	.cs_nav .cs_nav_list .cs_mega_wrapper > li > a {
	  font-size: 18px;
	  font-weight: 600;
	  pointer-events: none;
	}
	.cs_nav .cs_nav_list .cs_mega_wrapper > li > a:hover {
	  background-color: transparent;
	}
	.cs_nav .cs_nav_list .cs_mega_wrapper > li ul {
	  position: initial;
	  border: none;
	  padding: 0;
	  width: 100%;
	  -webkit-box-shadow: none;
			  box-shadow: none;
	  background-color: transparent;
	}
	.cs_nav .cs_nav_list .cs_mega_wrapper > li ul a {
	  -webkit-transition: all 0.4s ease;
	  transition: all 0.4s ease;
	}
	.cs_nav .cs_nav_list .cs_mega_wrapper > li ul a:hover {
	  letter-spacing: 1px;
	}
	.cs_nav .cs_nav_list .cs_mega_menu:hover .cs_mega_wrapper li ul {
	  opacity: 1;
	  visibility: visible;
	}
	.cs_nav .cs_nav_list > li ul:not(.cs_mega_wrapper) .menu-item-has-children > a {
	  position: relative;
	}
  }
  .cs_header_cart {
	position: relative;
  }
  
  @media screen and (max-width: 1400px) {
	.cs_nav .cs_nav_list .cs_mega_wrapper {
	  width: 1116px !important;
	}
	.cs_site-branding {
	  max-width: 190px;
	}
	.cs_site_header_full_width .container {
	  max-width: 100%;
	}
  }
  @media screen and (max-width: 1199px) {
	.cs_nav .cs_nav_list .cs_mega_wrapper {
	  width: 100% !important;
	}
	.cs_site_header_full_width .container {
	  padding: 0 15px;
	}
	.cs_munu_dropdown_toggle {
	  position: absolute;
	  height: 40px;
	  width: 100%;
	  top: 0;
	  left: 0px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -webkit-box-pack: end;
		  -ms-flex-pack: end;
			  justify-content: flex-end;
	  padding: 23px 18px;
	  cursor: pointer;
	  z-index: 3;
	}
	.cs_munu_dropdown_toggle span {
	  display: block;
	  position: relative;
	  height: 10px;
	  width: 10px;
	}
	.cs_munu_dropdown_toggle span:before, .cs_munu_dropdown_toggle span:after {
	  content: "";
	  display: block;
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  -webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	  height: 2px;
	  width: 10px;
	  background-color: currentColor;
	  -webkit-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}
	.cs_munu_dropdown_toggle span:before {
	  -webkit-transform: translate(-50%, -50%) rotate(90deg);
			  transform: translate(-50%, -50%) rotate(90deg);
	}
	.cs_munu_dropdown_toggle.active span:before {
	  -webkit-transform: translate(-50%, -50%) rotate(0deg);
			  transform: translate(-50%, -50%) rotate(0deg);
	}
	.menu-item-has-children .menu-item-has-children .cs_munu_dropdown_toggle {
	  padding: 20px 18px;
	}
	.cs_site_branding {
	  position: relative;
	  z-index: 101;
	}
	.cs_nav .cs_nav_list {
	  position: fixed;
	  width: 100%;
	  left: -100%;
	  background-color: #fff;
	  color: #121212;
	  padding: 10px 0;
	  top: 0;
	  overflow: auto;
	  min-height: 100vh;
	  line-height: 1.6em;
	  padding-top: 80px;
	  -webkit-transition: all 0.4s ease;
	  transition: all 0.4s ease;
	}
	.cs_nav .cs_nav_list.cs_active {
	  left: 0vw;
	}
	.cs_nav .cs_nav_list ul {
	  padding-left: 15px;
	  display: none;
	}
	.cs_nav .cs_nav_list a {
	  display: block;
	  padding: 12px 25px;
	  line-height: 16px;
	}
	.cs_nav .cs_nav_list > li > a {
	  font-size: 18px;
	  line-height: 22px;
	}
	.cs_nav .menu-item-has-children {
	  position: relative;
	}
	.cs_animo_links > li > a .cs_animo_text {
	  text-shadow: 0 32px 0 currentColor;
	}
	.cs_animo_links > li > a:hover span {
	  -webkit-transform: translateY(-32px);
			  transform: translateY(-32px);
	}
	/*Mobile Menu Button*/
	.cs_menu_toggle {
	  display: inline-block;
	  width: 30px;
	  height: 27px;
	  cursor: pointer;
	  position: absolute;
	  top: 27px;
	  right: 30px;
	}
	.cs_menu_toggle span,
	.cs_menu_toggle span:before,
	.cs_menu_toggle span:after {
	  width: 100%;
	  height: 2px;
	  background-color: currentColor;
	  display: block;
	}
	.cs_menu_toggle span {
	  margin: 0 auto;
	  position: relative;
	  top: 12px;
	  -webkit-transition-duration: 0s;
			  transition-duration: 0s;
	  -webkit-transition-delay: 0.2s;
			  transition-delay: 0.2s;
	}
	.cs_menu_toggle span:before {
	  content: "";
	  position: absolute;
	  margin-top: -9px;
	  -webkit-transition-property: margin, -webkit-transform;
	  transition-property: margin, -webkit-transform;
	  transition-property: margin, transform;
	  transition-property: margin, transform, -webkit-transform;
	  -webkit-transition-duration: 0.2s;
			  transition-duration: 0.2s;
	  -webkit-transition-delay: 0.2s, 0s;
			  transition-delay: 0.2s, 0s;
	}
	.cs_menu_toggle span:after {
	  content: "";
	  position: absolute;
	  margin-top: 9px;
	  -webkit-transition-property: margin, -webkit-transform;
	  transition-property: margin, -webkit-transform;
	  transition-property: margin, transform;
	  transition-property: margin, transform, -webkit-transform;
	  -webkit-transition-duration: 0.2s;
			  transition-duration: 0.2s;
	  -webkit-transition-delay: 0.2s, 0s;
			  transition-delay: 0.2s, 0s;
	}
	.cs_site_header.cs_style_1.cs_color_1 .cs_nav_list {
	  background-color: #FFFFFF;
	  color: #000;
	}
	.cs_site_header.cs_style_1.cs_color_1 .cs_menu_toggle {
	  color: #000;
	}
	.cs_site_header.cs_style_1 .cs_menu_toggle {
	  top: 50%;
	  right: 0px;
	  margin-top: -13px;
	}
	.cs_toggle_active span {
	  background-color: rgba(0, 0, 0, 0);
	  -webkit-transition-delay: 0.2s;
			  transition-delay: 0.2s;
	}
	.cs_toggle_active span:before {
	  margin-top: 0;
	  -webkit-transform: rotate(45deg);
			  transform: rotate(45deg);
	  -webkit-transition-delay: 0s, 0.2s;
			  transition-delay: 0s, 0.2s;
	}
	.cs_toggle_active span:after {
	  margin-top: 0;
	  -webkit-transform: rotate(-45deg);
			  transform: rotate(-45deg);
	  -webkit-transition-delay: 0s, 0.2s;
			  transition-delay: 0s, 0.2s;
	}
	.cs_nav .cs_nav_list a {
	  position: relative;
	}
	.cs_site_header.cs_style_1 .cs_main_header_in {
	  height: 80px;
	}
	.cs_site_header .current-menu-item > a:before {
	  display: none;
	}
	.cs_site_header.cs_style_1 .cs_main_header_center .cs_site_branding {
	  position: absolute;
	  left: 0px;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	}
	.cs_site_header.cs_style_1 {
	  top: 0;
	}
	.cs_has_main_nav {
	  display: none;
	}
  }
  @media screen and (max-width: 991px) {
	.cs_site_header .container {
	  max-width: 100%;
	}
	.cs_site_header.cs_style_1 .cs_action_box > *:not(:last-child) {
	  margin-right: 25px;
	}
	.single #secondary {
		padding-top: 60px;
	}
	.entry-image {
		max-width: 100%;
		width: 100%;
		display:block;
		overflow:auto;
		margin-bottom: 1rem;
	}
	.entry-main {
		max-width: 100%;
		width: 100%;
		display:block;
		overflow:auto;
	}
	.cs_site_header.cs_style_1.cs_color_1 .cs_nav_list > li > a {
		height: 40px;
	}
  }
  @media screen and (max-width: 575px) {
	.cs_site-branding {
	  max-width: 150px;
	}
  }
  .menu-item a {
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #c63527;
  }
  ul.horizontal li {
	  display:inline;
  }

.post-list .post{
    min-height:330px;
}

.pagination {
  text-align: center;
  margin: 40px 0;
  font-family: system-ui, sans-serif;
}

.page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 6px 12px;
  border-radius: 50%;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: background-color 0.3s, color 0.3s;
}

.page-numbers:hover {
  background-color: #e6f1f8;
  color: #0073aa;
}

.page-numbers.current {
  background-color: #6dc7f2;
  color: #fff;
  font-weight: bold;
}

.page-numbers.dots {
  pointer-events: none;
  color: #aaa;
  background: none;
  border: none;
}

.page-numbers.prev,
.page-numbers.next {
  border-radius: 4px;
  background-color: transparent;
}

.page-numbers.prev:hover,
.page-numbers.next:hover {
  background-color: #f0f0f0;
}
