/*
Theme Name: Cenote
Theme URI: https://themegrill.com/themes/cenote/
Author: Themegrill
Author URI: https://themegrill.com
Description: Cenote is beautifully designed clean WordPress blog theme. Easy to setup and has a nice set of features that make your site stand out. It is suitable for personal, fashion, food, travel, business, professional, niche and any kind of blogging sites. Comes with various demos for various purposes, which you can easily import with the help of ThemeGrill Demo Importer plugin.
Version: 1.3.3
Tested up to: 5.4.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: cenote
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, post-formats, editor-style, custom-background, custom-colors, custom-header, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, blog, news, rtl-language-support, e-commerce

cenote is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/


/**
*
* TABLE OF CONTENT
*
* # Reset
* # Typography
* # Elements
* # Froms
* # Navigations
* # Modules
# Accessibility
# Alignments
# Clearings
* # Header
* # Widgets
* # Content
# Posts and Pages
# Asides
* # Footer
* # Media
# captions
# galleries
* # Media Queriess
# Mobile
# Tablets
# Computers
* # Print
*
*/


/*=============================================
=            Normalize            =
=============================================*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

.h3-space {
    letter-spacing: -1px;
}

.h1-space {
    letter-spacing: 1px;
}


/*=============================================
=            CSS            =
=============================================*/

.tg-site-header {
    /*----------  Header top  ----------*/
    /*----------  Header bottom  ----------*/
    /*----------  Header Styles  ----------*/
    /* Header style bordered */
    /* Header style left */
    /*background: rgba(0, 0, 0, 0.7);*/
    background-color: #4c4c4c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='32' viewBox='0 0 16 32'%3E%3Cg fill='%23333333' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E");
}

.tg-site-header .tg-header-bottom .header-bottom-top {
    padding: 20px 0 0;
}

.tg-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .tg-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .tg-container {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .tg-container {
        max-width: 1160px;
    }
}

.tg-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tg-flex-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tg-flex-item-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hentry {
    margin-bottom: 40px;
}


/*=============================================
=            Header            =
=============================================*/


/*----------  Site branding  ----------*/

.site-branding {
    margin: 0 auto;
    text-align: center;
}

.site-branding .custom-logo-link {
    display: block;
    /*margin-bottom: 30px;*/
}

.site-branding img.custom-logo {
    margin: 0 auto;
}


/*----------  Social  ----------*/

.header-bottom-bottom {
    background: rgb(176,148,87);
    background: linear-gradient(0deg, rgba(176,148,87,1) 0%, rgba(182,156,100,1) 100%);
    border-bottom: solid 1px #987f48;
    margin-top: 20px;
}

.tg-site-header .tg-header-bottom .header-bottom-bottom .tg-container {
    /*padding: 10px 0;*/
}

.tg-site-header .tg-header-bottom .tg-social-menu-navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tg-social-menu {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.tg-social-menu li {
    margin-right: 15px;
}

.tg-social-menu li:last-child {
    margin-right: 0;
}

.tg-social-menu li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

.tg-social-menu li a:hover {
    color: #7e693b;
}


/*----------  Menus  ----------*/

.tg-site-header .tg-header-bottom .main-navigation {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
}

.tg-site-menu--default ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tg-site-menu--default li {
    position: relative;
}

.tg-site-menu--default li:hover {
    background: rgb(176,148,87);
    background: linear-gradient(0deg, rgba(176,148,87,1) 0%, rgba(195,173,127,1) 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tg-site-menu--default a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    /*border-bottom: 2px solid transparent;*/
    background: none;
    margin: 0 15px;
    padding: 15px 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.tg-site-menu--default a:hover {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*=============================================
=            Sticky Header            =
=============================================*/

.cenote-header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    background-color: #fffef8;
    border-bottom: solid 1px #f7f5dd;
    width: 100%;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /* When not in top */
    /* On Single page */
}

.cenote-header-sticky.cenote-sticky-header--not-top {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.cenote-header-sticky.cenote-header-sticky--single {
    overflow: hidden;
}

.cenote-header-sticky.cenote-header-sticky--single .sticky-header-slide {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cenote-header-sticky .main-navigation li a {
    /*padding-top: 15px;
    padding-bottom: 15px;*/
    color: #333;
}

.cenote-header-sticky .main-navigation li a:hover {
    color: #7e693b;
}


/*=============================================
=            Banner            =
=============================================*/

.cenote-header-media {
    background: #fbfaf7;
    padding: 15px 0;
    border-bottom: solid 1px #f5f1ea;
}

.cenote-header-media .tg-container {
    padding: 5% 0;
    min-height: 500px;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
}


/*=============================================
=            Content            =
=============================================*/

.site-content {
    margin-top: 40px;
    margin-bottom: 40px;
}

#primary {
    width: 70%;
    padding-right: 40px;
}

#secondary {
    width: 30%;
    padding-left: 40px;
}

.tg-archive-style--masonry .site-main {
    margin-left: 0;
    margin-right: 0;
}


/*----------  Categories  ----------*/

.tg-archive-style--masonry .cenote-content {
    margin-left: -20px;
    margin-right: -20px;
}

.tg-archive-col--2 article {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
}

.tg-archive-col--2 article.tg-archive-style--big-block {
    width: 100%;
}

.tg-archive-style--big-block.hentry {
    margin-bottom: 0;
}

.cenote-content-hentry {}

.cenote-content-hentry img {
    display: block;
    /*margin-bottom: 15px;*/
}

.cenote-content-hentry .entry-header {
    position: relative;
    background: #fff;
    border-top: solid 1px #b09457;
    padding: 20px 20px;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 95%;
    text-align: center;
}

.cenote-content-hentry .entry-header h2.entry-title {
    font-weight: normal;
    margin-bottom: 0;
}

.cenote-content-hentry .entry-content {
    position: relative;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 95%;
    text-align: center;
}

.cenote-content-hentry .entry-content p {
    margin: 0;
    padding: 0;
}


/*----------  Posts  ----------*/

.tg-archive-style--masonry .cenote-content-masonry {
    margin-left: -20px;
    margin-right: -20px;
}

.tg-archive-style--masonry .cenote-content-masonry.cenote-content-masonry--animated article {
    -webkit-animation: fadeInUp both 0.5s;
    animation: fadeInUp both 0.5s;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    float: left;
    padding-left: -20px;
    padding-right: -20px;
}

.cenote-content-masonry .hentry {
    margin-bottom: 40px;
}

.cenote-content-masonry-hentry {
    background: #fbfaf7;
    padding: 10px 10px 20px;
    position: relative;
}

.cenote-content-masonry-hentry:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    border-width: 0 0 35px 35px;
    border-style: solid;
    border-color: #fff #b09457 #fff;
    /*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);*/
}

.cenote-content-masonry .entry-thumbnail {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.cenote-content-masonry .entry-thumbnail img {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    width: 100%;
}

.cenote-content-masonry .entry-thumbnail:hover img {
    opacity: 0.6;
}

.cenote-content-masonry .entry-header h3.entry-title {}

.cenote-content-masonry .entry-header h3.entry-title a {
    color: #7e693b;
}

.cenote-content-masonry .entry-content p {
    margin: 0;
    padding: 0;
}

.cenote-content-masonry .entry-footer {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.cenote-content-masonry .tg-readmore-link {
    display: inline-block;
    position: relative;
    margin-top: 20px;
    /*padding-left: 40px;*/
    font-size: 12px;
    color: #fff;
    background: #b09457;
    border-bottom: solid 2px #987f48;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    padding: 10px 20px;
    border-radius: 4px;
}

/*.cenote-content-masonry .tg-readmore-link::before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    top: calc(50% - 1px);
    width: 30px;
    height: 1px;
    background-color: #212529;
    -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
*/
.cenote-content-masonry .tg-readmore-link:hover {
    /*-webkit-transform: translateX(10px);
    transform: translateX(10px);*/
    background: #987f48;
    color: #fff;
}

/*.cenote-content-masonry .tg-readmore-link:hover::before {
    background-color: #7e693b;
}*/


/*----------  Posts  ----------*/

.tg-archive-style--masonry .big-block {
    margin: 20px 0 60px;
}

.tg-archive-style--masonry .big-block .hentry {
    margin: 0;
    padding: 20px;
    border: dashed 1px #C87DC9;
}

.tg-archive-style--masonry .big-block .entry-header h2.entry-title {
    font-weight: normal;
}

.tg-archive-style--masonry .big-block img {
    display: block;
}

.tg-archive-style--masonry .big-block .entry-content {
    padding: 20px 0 0;
}

.tg-archive-style--masonry .big-block .entry-content h3 {
    color: #b248b3;
}

.tg-archive-style--masonry .big-block .entry-content p {
    margin: 10px 0;
}


/*=============================================
=            Secondary            =
=============================================*/

.widget {
    margin: 0 0 30px;
    /* Make sure select elements fit in widgets. */
}

#secondary .widget {
    background: #fbfaf7;
    padding: 20px 10px 10px;
}

#secondary .widget h2.widget-title {
    /*display: inline-block;*/
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}

#secondary .widget h2.widget-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: rgb(176,148,87);
    background: linear-gradient(90deg, rgba(176,148,87,1) 0%, rgba(251,250,247,1) 100%);
    left: 0;
    bottom: -5px;
    /*width: 40px;
    height: 1px;
    background: #de7b85;
    left: calc(100% + 10px);
    top: calc(50% - 1px);*/
}

#secondary .widget h2.widget-title a {
    color: #222;
}

#secondary .widget ul {
    margin: 0;
    padding: 0;
}

#secondary .widget ul li {
    margin-bottom: 15px;
}

#secondary .widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#secondary .widget ul li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

#secondary .widget ul li a:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transform: none;
    transform: none;
    color: #7e693b;
    font-weight: bold;
}

.tg_widget_recent_posts ul li .tg-post-thumbnail {
    padding-right: 20px;
}

.tg_widget_recent_posts ul li .tg-post-thumbnail img {
    object-fit: cover;
    max-width: 70px !important;
    height: 70px;
    display: block;
}

.tg_widget_recent_posts ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


/*=============================================
=            Single Post            =
=============================================*/

.single .site-content {
    /*margin-top: 40px;
    margin-bottom: 40px;*/
}

.single article {}

.single article .entry-thumbnail {
    margin-bottom: 10px;
}

.single article .entry-thumbnail img {}

.single article .entry-header h1.entry-title {
    font-size: 28px;
    font-weight: normal;
}

.single article .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #7e693b;
}

.single article .entry-content p {}


/*=============================================
=            Footer            =
=============================================*/

.tg-site-footer.tg-site-footer--default {
    background: none;
    border-top: solid 1px #eee;
    padding: 15px 0;
}

.tg-site-footer .tg-footer-bottom .tg-footer-bottom-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tg-site-footer .tg-footer-bottom .tg-footer-bottom-left {
    margin-right: auto;
}

.tg-site-footer .tg-footer-bottom .site-info {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.tg-site-footer .tg-footer-bottom .site-info a {
    color: #333;
    font-weight: bold;
}

.tg-site-footer .tg-footer-bottom .site-info a:hover {}


/*=============================================
=            Back to Top            =
=============================================*/

.cenote-search-form {
    background-color: #fff;
    margin: auto 10%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    -webkit-animation: zoom-in 0.2s ease-in-out;
    animation: zoom-in 0.2s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    padding: 0 40px;
}

.cenote-search-form .search-form-close {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    top: 60px;
    right: 60px;
    cursor: pointer;
}

.cenote-search-form .search-form-close::before,
.cenote-search-form .search-form-close::after {
    content: "";
    display: block;
    height: 3px;
    background-color: #333;
    -webkit-transform: translate3d(0, 20px, 0) rotate(45deg);
    transform: translate3d(0, 20px, 0) rotate(45deg);
}

.cenote-search-form .search-form-close::after {
    -webkit-transform: translate3d(0, 17px, 0) rotate(-45deg);
    transform: translate3d(0, 17px, 0) rotate(-45deg);
}

.cenote-back-to-top {
    position: fixed;
    bottom: 100px;
    right: -20px;
    /*rtl:ignore*/
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    color: #b09457;
}

.cenote-back-to-top span {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.cenote-back-to-top i {
    font-size: 12px;
    margin-left: 10px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*=============================================
=            Body Typography            =
=============================================*/

blockquote {
    text-align: center;
    background: #fff9f5;
    padding: 20px 40px;
    margin: 0;
    position: relative;
}

blockquote::before,
blockquote::after {
    position: absolute;
    content: "\f114";
    font-family: themegrill-icons;
    display: block;
    top: 10px;
    left: 20px;
}

blockquote::after {
    content: "\f115";
    top: auto;
    left: auto;
    right: 20px;
    bottom: 10px;
}

blockquote cite {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    margin-top: 20px;
}

blockquote cite::before {
    content: "";
    background-color: #363b40;
    width: 10px;
    height: 1px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}

code {
    background-color: #f1f3f5;
    padding: 0.125em 0.25em;
}

pre {
    background-color: #f8f9fa;
    padding: 20px;
}


/*=============================================
=            Heading Typography            =
=============================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    /*font-size: 2.5rem;*/
    font-size: 32px;
}

h2 {
    /*font-size: 2.25rem;*/
    font-size: 26px;
}

h3 {
    /*font-size: 1.75rem;*/
    font-size: 20px;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.313rem;
}

h6 {
    font-size: 1.125rem;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

hr,
.wp-block-separator {
    background-color: #e0e0e0;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

.tg-container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.tg-flex-row {
    margin-left: -10px;
    margin-right: -10px;
}

.layout-site--boxed #page {
    margin: 20px auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .layout-site--boxed #page {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .layout-site--boxed #page {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .layout-site--boxed #page {
        max-width: 1270px;
    }
}

.tg-slider {
    position: relative;
}

.tg-slider figure {
    display: none;
}

.tg-slider img {
    display: block;
}

.tg-slider .tg-container {
    height: 100%;
}

.tg-slider .tg-slider-container {
    text-align: center;
    margin: auto;
}

.tg-slider .tg-slider-container .tg-slide-title {
    margin: 0 auto 20px;
}

.tg-slider.tg-post-slider {
    overflow: hidden;
    padding: 60px 0 0;
}

.tg-slider.tg-post-slider .tg-container {
    position: relative;
    visibility: visible;
}

.tg-slider.tg-post-slider .tg-container .swiper-container {
    overflow: visible;
}

.tg-slider.tg-post-slider .tg-container .tg-slider-container {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tg-slider.tg-post-slider .tg-container .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tg-slider.tg-post-slider .tg-container .entry-title {
    margin: 0;
    color: #fff;
}

.tg-slider.tg-post-slider .tg-container .entry-title a {
    color: inherit;
}

.tg-slider.tg-post-slider .tg-container .cat-seperator {
    color: #fff;
}

.tg-slider.tg-post-slider.tg-post-slider--carousel {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.tg-slider.tg-post-slider.tg-post-slider--carousel .swiper-slide {
    max-width: 400px;
    height: 350px;
}


/*=============================================
=            Lists            =
=============================================*/

ul,
ol {
    margin: 0 0 1.6rem 1.6rem;
    padding-left: 0;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.6rem;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.6rem 1.6rem;
}

@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.fade-in-up {
    -webkit-animation: fadeInUp both 1s;
    animation: fadeInUp both 1s;
}


/*=============================================
=            Table            =
=============================================*/

table {
    margin: 0 0 1.5em;
    width: 100%;
}

table th,
table td,
table .wp-block-table th,
table .wp-block-table td {
    text-align: left;
    border: 1px solid #e9ecef;
    padding: 1em;
}

.entry-content table a {
    text-decoration: none;
    color: #363b40;
}

.entry-content table a:hover {
    color: #de7b85;
}

.search-form label {
    position: relative;
}

.search-form label::before {
    position: absolute;
    top: calc(50% - 7px);
    right: 10px;
    display: block;
    content: "\f117";
    font-family: themegrill-icons;
    font-size: 14px;
    color: #adb5bd;
}

.search-form .search-field {
    -webkit-appearance: textarea;
    font-size: 14px;
    color: #adb5bd;
}

.search-form .search-field::-webkit-input-placeholder {
    color: inherit;
    font-size: inherit;
}

.search-form .search-field:-ms-input-placeholder {
    color: inherit;
    font-size: inherit;
}

.search-form .search-field::-ms-input-placeholder {
    color: inherit;
    font-size: inherit;
}

.search-form .search-field::placeholder {
    color: inherit;
    font-size: inherit;
}

.cenote-search-form .tg-container {
    position: relative;
}

.cenote-search-form .search-form {
    margin-top: 40vh;
}

.cenote-search-form .search-form label {
    margin-bottom: 30px;
    display: block;
}

.cenote-search-form .search-form label::before {
    display: none;
}

.cenote-search-form input[type="search"] {
    border-bottom: 2px solid #363b40;
    border-top: none transparent;
    border-left: none transparent;
    border-right: none transparent;
    width: 100%;
    font-size: 20px;
    font-style: italic;
    color: #333;
}

.cenote-search-form input[type="search"]::-webkit-input-placeholder {
    color: inherit;
}

.cenote-search-form input[type="search"]:-ms-input-placeholder {
    color: inherit;
}

.cenote-search-form input[type="search"]::-ms-input-placeholder {
    color: inherit;
}

.cenote-search-form input[type="search"]::placeholder {
    color: inherit;
}

.cenote-search-form.cenote-search-form--opened {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.cenote-search-form .search-submit {
    padding: 15px 25px;
    display: none;
    margin-bottom: 20px;
}

.box18 p {
    margin: 0;
    padding: 0;
}

.tg-archive-style--big-block article .post-thumbnail,
.tg-archive-style--masonry article .post-thumbnail {
    margin-bottom: 30px;
}

.archive .page-header {
    margin-top: 20px;
    background-color: #dee2e6;
    padding: 40px 0;
    position: relative;
}

.archive .page-header .page-title {
    margin: 0;
    font-size: 2.25rem;
}

.archive .page-header .archive-description {
    margin-top: 10px;
    font-size: 14px;
    color: #f8f9fa;
}

.archive .page-header .archive-description p {
    margin-bottom: 0;
}

.entry-content .first-child .cenote-drop-cap {
    font-size: 84px;
    color: inherit;
    font-weight: 700;
    float: left;
    vertical-align: top;
    line-height: 70px;
    padding-right: 20px;
    padding-left: 10px;
    padding-top: 5px;
    text-shadow: 3px 3px 0 rgba(56, 60, 80, 0.22);
}


/*----------  Infinite loader  ----------*/

.infinite-scroll #infinite-handle {
    border-top: 1px solid #f1f3f5;
}

.infinite-scroll #infinite-handle span {
    background: none;
    padding: 0;
}

.infinite-scroll #infinite-handle span button {
    text-transform: capitalize;
    color: #333;
    padding: 10px 0;
    font-weight: 700;
}

.infinite-scroll .cenote-content-masonry #infinite-handle {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
}

.infinite-scroll .pagination {
    display: none;
}

.cenote-header-media img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.cenote-header-media .cenote-header-media-info {
    background-color: #f8f9fa;
    padding: 60px 40px;
    z-index: 9;
    width: 650px;
}

.cenote-header-media .cenote-header-media__title {
    font-size: 2.25rem;
    margin-top: 0;
    margin-bottom: 20px;
}

.cenote-header-media .cenote-header-media__text {
    margin-bottom: 60px;
    font-size: 1.125rem;
}

.cenote-header-media .cenote-header-media__button {
    position: relative;
    display: inline-block;
}

.cenote-header-media .cenote-header-media__button::after {
    content: "\f103"/*rtl:"\f102"*/
    ;
    font-family: themegrill-icons;
    font-size: 9px;
    margin-left: 10px;
    display: inline-block;
}

.cenote-header-media.cenote-header-media--center .cenote-header-media-wrap,
.cenote-header-media.cenote-header-media--fullscreen .cenote-header-media-wrap {
    padding: 10%;
}

.cenote-header-media.cenote-header-media--center .cenote-header-media-info,
.cenote-header-media.cenote-header-media--fullscreen .cenote-header-media-info {
    text-align: center;
    background-color: rgba(248, 249, 250, 0.7);
}

.cenote-header-media.cenote-header-media--center .cenote-header-media__title,
.cenote-header-media.cenote-header-media--fullscreen .cenote-header-media__title {
    margin-bottom: 40px;
}

.cenote-header-media.cenote-header-media--center .cenote-header-media__button,
.cenote-header-media.cenote-header-media--fullscreen .cenote-header-media__button {
    position: relative;
    font-size: 14px;
}

.cenote-header-media.cenote-header-media--center .cenote-header-media__button::after,
.cenote-header-media.cenote-header-media--fullscreen .cenote-header-media__button::after {
    -webkit-transition: 0.3s -webkit-transform cubic-bezier(0.19, 0.1, 0.22, 1);
    transition: 0.3s -webkit-transform cubic-bezier(0.19, 0.1, 0.22, 1);
    transition: 0.3s transform cubic-bezier(0.19, 0.1, 0.22, 1);
    transition: 0.3s transform cubic-bezier(0.19, 0.1, 0.22, 1), 0.3s -webkit-transform cubic-bezier(0.19, 0.1, 0.22, 1);
    color: #333;
}

.cenote-header-media.cenote-header-media--center .cenote-header-media__button:hover::after,
.cenote-header-media.cenote-header-media--fullscreen .cenote-header-media__button:hover::after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}


/*=============================================
=            Links            =
=============================================*/

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

a:hover,
a:focus,
a:active {
    color: #7e693b;
}

a:focus {
    outline: none;
}


/*=============================================
=            Menus            =
=============================================*/

.tg-site-menu--default ul ul {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -100px;
    z-index: 99999;
    background-color: #fff;
    width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0;
    visibility: hidden;
    text-align: left;
}

.tg-site-menu--default ul ul ul {
    left: 100%;
    margin-left: 0;
    top: 0;
}

.tg-site-menu--default ul ul li.page_item_has_children>a::after,
.tg-site-menu--default ul ul li.menu-item-has-children>a::after {
    position: absolute;
    content: "\f105"/*rtl:"\f104"*/
    ;
    right: 15px;
    line-height: 1.2;
}

.tg-site-menu--default ul ul li:hover>ul,
.tg-site-menu--default ul ul li.focus>ul {
    left: 100%;
}

.tg-site-menu--default ul ul a {
    font-size: 14px;
    font-weight: 400;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 20px;
    border-bottom: 1px solid #f1f3f5;
}

.tg-site-menu--default ul li:hover>ul,
.tg-site-menu--default ul li.focus>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.tg-site-menu--default li.page_item_has_children>a::after,
.tg-site-menu--default li.menu-item-has-children>a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    padding-left: 5px;
    font-weight: 900;
}

.tg-site-menu--default .current_page_item>a,
.tg-site-menu--default .current-menu-item>a,
.tg-site-menu--default .current_page_ancestor>a,
.tg-site-menu--default .current-menu-ancestor>a {
    font-weight: 600;
    border-bottom-color: #333;
}

.tg-site-menu--default ul.sub-menu .current_page_item>a,
.tg-site-menu--default ul.sub-menu .current-menu-item>a,
.tg-site-menu--default ul.sub-menu .current_page_ancestor>a,
.tg-site-menu--default ul.sub-menu .current-menu-ancestor>a {
    border-bottom-color: #f1f3f5;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}

.tg-header-action-menu {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 15px 0;
}

.tg-header-action-menu li {
    margin-left: 15px;
    cursor: pointer;
    color: #333;
    position: relative;
}

.tg-header-action-menu li i {
    font-size: 16px;
}

.tg-header-action-menu li.tg-menu-toggle,
.tg-header-action-menu li.tg-mobile-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 20px;
}

.tg-header-action-menu li.tg-menu-toggle::before,
.tg-header-action-menu li.tg-menu-toggle::after,
.tg-header-action-menu li.tg-mobile-menu-toggle::before,
.tg-header-action-menu li.tg-mobile-menu-toggle::after {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1), margin 0.3s ease 0.3s, background 0.05s ease 0.27s, -webkit-transform 0.3s ease;
    transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1), margin 0.3s ease 0.3s, background 0.05s ease 0.27s, -webkit-transform 0.3s ease;
    transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1), margin 0.3s ease 0.3s, transform 0.3s ease, background 0.05s ease 0.27s;
    transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1), margin 0.3s ease 0.3s, transform 0.3s ease, background 0.05s ease 0.27s, -webkit-transform 0.3s ease;
}

.tg-header-action-menu li.tg-menu-toggle::after,
.tg-header-action-menu li.tg-mobile-menu-toggle::after {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.tg-header-action-menu li.tg-menu-toggle span,
.tg-header-action-menu li.tg-mobile-menu-toggle span {
    width: 100%;
    height: 2px;
    display: block;
    margin: 3px 0;
    background-color: #fff;
    -webkit-transition: 0.3s background-color ease;
    transition: 0.3s background-color ease;
}

.tg-header-action-menu li.tg-mobile-menu-toggle {
    display: none;
}

.tg-header-action-menu li.tg-menu-toggle--opened,
.tg-header-action-menu li.tg-mobile-menu-toggle--opened {
    z-index: 9999;
}

.tg-header-action-menu li.tg-menu-toggle--opened span,
.tg-header-action-menu li.tg-mobile-menu-toggle--opened span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

.tg-header-action-menu li.tg-menu-toggle--opened::before,
.tg-header-action-menu li.tg-menu-toggle--opened::after,
.tg-header-action-menu li.tg-mobile-menu-toggle--opened::before,
.tg-header-action-menu li.tg-mobile-menu-toggle--opened::after {
    -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -webkit-transform: rotate(45deg) translateX(1px);
    transform: rotate(45deg) translateX(1px);
}

.tg-header-action-menu li.tg-menu-toggle--opened::after,
.tg-header-action-menu li.tg-mobile-menu-toggle--opened::after {
    -webkit-transform: rotate(45deg) translateX(-1px);
    transform: rotate(45deg) translateX(-1px);
}

.tg-header-action-menu li.tg-menu-toggle--opened:hover::before,
.tg-header-action-menu li.tg-menu-toggle--opened:hover::after,
.tg-header-action-menu li.tg-mobile-menu-toggle--opened:hover::before,
.tg-header-action-menu li.tg-mobile-menu-toggle--opened:hover::after {
    width: 50%;
}

.cenote-mobile-navigation {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: rgb(176,148,87);
    background: linear-gradient(0deg, rgba(176,148,87,1) 0%, rgba(182,156,100,1) 100%);
    width: 300px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.35s -webkit-transform ease;
    transition: 0.35s -webkit-transform ease;
    transition: 0.35s transform ease;
    transition: 0.35s transform ease, 0.35s -webkit-transform ease;
    padding: 20px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.cenote-mobile-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.cenote-mobile-navigation li {
    position: relative;
    border-bottom: solid 1px rgb(255 255 255 / 15%);
}

.cenote-mobile-navigation li.page_item_has_children>span::after,
.cenote-mobile-navigation li.menu-item-has-children>span::after {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    content: "\f107";
    display: block;
    right: 0;
    top: 10px;
    font-size: 20px;
    background-color: transparent;
    font-weight: 900;
}

.cenote-mobile-navigation li.page_item_has_children.focus>ul,
.cenote-mobile-navigation li.menu-item-has-children.focus>ul {
    max-height: 500px;
    visibility: visible;
    opacity: 1;
}

.cenote-mobile-navigation li.page_item_has_children.focus>span::after,
.cenote-mobile-navigation li.menu-item-has-children.focus>span::after {
    content: "\f106";
}

.cenote-mobile-navigation li.page_item_has_children ul,
.cenote-mobile-navigation li.menu-item-has-children ul {
    padding-left: 15px;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.cenote-mobile-navigation li.current_page_item>a,
.cenote-mobile-navigation li.current-menu-item>a,
.cenote-mobile-navigation li.current_page_ancestor>a,
.cenote-mobile-navigation li.current-menu-ancestor>a {
    font-weight: 700;
}

.cenote-mobile-navigation.cenote-mobile-navigation--opened {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.cenote-mobile-navigation a {
    display: block;
    padding: 15px 0;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

/*.cenote-mobile-navigation a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #51585f;
    bottom: 0;
    -webkit-transition: 1.5s background-color ease;
    transition: 1.5s background-color ease;
}*/

.cenote-mobile-navigation a:hover {
    color: #fff;
    font-weight: bold;
}

.wp-social-link svg {
    color: #ffffff;
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*=============================================
=            Alignments            =
=============================================*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tg-flex-left {
    margin-right: auto;
}

.tg-flex-right {
    margin-left: auto;
}


/*=============================================
=            Clearings            =
=============================================*/

.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
    display: table;
    content: "";
}

.clear::after,
.entry-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
    clear: both;
}


/*=============================================
=            Button            =
=============================================*/

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 20px;
    text-transform: uppercase;
    font-family: "Roboto", helvetica, arial, sans-serif;
    letter-spacing: 1px;
    outline: none;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #de7b85;
    color: #fff;
}

.button:hover::after,
button:hover::after,
input[type="button"]:hover::after,
input[type="reset"]:hover::after,
input[type="submit"]:hover::after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.button-arrow::after {
    content: "\f103";
    font-family: themegrill-icons;
    display: inline-block;
    font-size: 8px;
    margin-left: 10px;
    -webkit-transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.wp-block-button.is-style-fill .wp-block-button__link {
    text-decoration: none;
    color: #ffffff;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    color: #000000;
    text-decoration: none;
}

textarea {
    width: 100%;
}

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: #333;
    border: 1px solid #dee2e6;
    padding: 15px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

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: #51585f;
    outline: none;
    border-color: #343a40;
}

select {
    border: 1px solid #dee2e6;
}


/*=============================================
=            Header            =
=============================================*/


/*----------  Site branding  ----------*/

.site-branding .site-title {
    font-family: "Catamaran", helvetica, arial, sans-serif;
    font-size: 1.313rem;
    font-weight: 700;
    margin: 0 0 10px;
}

.site-branding .site-description {
    margin: 0 0 30px;
    font-size: 14px;
}

.tg-site-header .tg-header-top {
    background: #333;
    padding: 10px 0;
}

.tg-site-header .tg-header-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
}

.tg-site-header .tg-header-top ul li {
    margin-right: 15px;
}

.tg-site-header .tg-header-top ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.tg-site-header .tg-header-top ul li a:hover {
    color: #de7b85;
}

.tg-site-header .tg-header-top ul li:last-child {
    margin-right: 0;
}

.tg-site-header .tg-header-top ul li:hover {
    color: #de7b85;
}

.tg-site-header .tg-header-bottom .tg-header-action-navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tg-site-header .tg-header-bottom .tg-header-action-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tg-site-header.tg-site-header--bordered .tg-header-bottom .header-bottom-bottom .tg-container {
    padding: 10px 0;
    border-top: 2px solid #fff0e6;
}

.tg-site-header.tg-site-header--left .tg-header-bottom .site-branding {
    text-align: left;
    margin: 0;
}

.tg-site-header.tg-site-header--left .tg-header-bottom .site-branding .site-title {
    margin: 0;
}

.tg-site-header.tg-site-header--left .tg-header-bottom .site-branding img {
    margin: 0;
}

.tg-site-header.tg-site-header--left .tg-header-bottom .site-branding .custom-logo-link {
    margin-bottom: 0;
}

.tg-site-header.tg-site-header--left .tg-header-bottom .tg-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tg-site-header.tg-site-header--left .tg-header-bottom ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tg-site-header.tg-site-header--left .tg-header-bottom .tg-header-action-navigation,
.tg-site-header.tg-site-header--left .tg-header-bottom .tg-social-menu-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
}


/*----------  Sticky Header  ----------*/

.cenote-header-sticky .main-navigation li a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cenote-header-sticky .main-navigation li ul a {
    padding: 15px 20px;
}

.cenote-header-sticky.cenote-header-sticky--single.visible {
    overflow: visible;
}

.cenote-header-sticky.cenote-header-sticky--single .cenote-reading-bar {
    padding: 13px 0;
}

.cenote-header-sticky.cenote-header-sticky--single .cenote-reading-bar .cenote-reading-bar__title {
    margin-right: auto;
    font-size: 18px;
}

.cenote-header-sticky.cenote-header-sticky--single.cenote-sticky-header--pinned .sticky-header-slide {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.layout--left-sidebar .site-content .tg-flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.layout--left-sidebar #primary {
    padding-left: 40px;
}

.layout--left-sidebar #secondary {
    padding-right: 40px;
}


/* Sticky Sidebar */

.widget-area--sticky {
    will-change: min-height;
}

.widget-area--sticky .inner-wrapper-sticky {
    position: relative;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    /* fFor browser don't support translate3d */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.widget-area--sticky .widget {
    margin: 0;
    padding-bottom: 60px;
}


/*=============================================
=            Widgets            =
=============================================*/

.widget select {
    max-width: 100%;
}


/* Search Widget */

.widget_search .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget_search label {
    width: 73%;
}

.widget_search .search-field,
.widget_search .search-submit {
    padding: 10px;
}

.widget_search .search-submit {
    display: block;
    font-size: 12px;
}

.widget_search .search-field {
    width: 100%;
}

.tg-post-ribbon ul {
    margin: 0;
}

.tg-post-ribbon ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tg_widget_recent_posts ul li:hover,
.tg-post-ribbon ul li:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.tg-post-ribbon ul li a:hover {
    -webkit-transform: none;
    transform: none;
}

.tg-post-ribbon ul li .tg-post-thumbnail {
    padding-right: 20px;
}

.tg-post-ribbon ul li .tg-post-thumbnail img {
    max-width: 70px;
}

.tg-post-ribbon ul li .tg-post-info a {
    font-size: 14px;
    font-weight: 700;
}


/*=============================================
=            Posts and Pages            =
=============================================*/

img {
    margin-bottom: 0;
}

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
}


/* Single Post */

.single .hentry .tg-top-cat {
    margin-bottom: 10px;
}


/* Post template*/

.post-template-cover #primary {
    width: 100%;
}

.post-template-cover .hentry:not(.has-post-thumbnail) .entry-header {
    min-height: 500px;
}

.post-template-cover .entry-thumbnail--template {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    min-height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.post-template-cover .entry-thumbnail--template::before,
.post-template-cover .entry-thumbnail--template::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 9;
    position: absolute;
}

.post-template-cover .entry-thumbnail--template::after {
    bottom: auto;
    top: 0;
}

.post-template-cover .entry-thumbnail--template .entry-info {
    z-index: 999;
    text-align: center;
    margin: 0 auto;
}

.post-template-cover .entry-thumbnail--template .entry-info .entry-title {
    color: #fff;
    font-size: 2.5rem;
}

.post-template-cover .entry-header--cover {
    position: relative;
    text-align: center;
    background-color: #868e96;
    margin-bottom: 60px;
}

.post-template-cover .entry-header--cover .entry-thumbnail {
    padding-bottom: 80px;
}

.post-template-cover .entry-center-content {
    width: calc(100% - 200px);
    margin: 0 auto;
}

.post-template-cover .hentry {
    margin-bottom: 0;
}


/* Related post */

.cenote-related-post {
    background-color: #f7f7f7;
    padding: 60px 0;
}

.cenote-related-post .related-post-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height: 1;
}

.cenote-related-post .related-post-item {
    width: 25%;
    margin-bottom: 0;
    padding: 0 10px;
}

.cenote-related-post .entry-title {
    font-size: 1.125rem;
    margin-bottom: 0;
    font-weight: 600;
}

.page-template-default .entry-header .entry-title {
    font-size: 2.5rem;
}

.page-template-default .hentry .entry-thumbnail:hover img,
.single .hentry .entry-thumbnail:hover img {
    opacity: 1;
}


/*=============================================
=            footer            =
=============================================*/

.tg-site-footer .tg-footer-widget-container {
    padding: 60px 0;
    margin-left: -20px;
    margin-right: -20px;
}

.tg-site-footer .tg-footer-widget-area {
    padding-left: 20px;
    padding-right: 20px;
    width: 25%;
}

.tg-site-footer .tg-footer-widget-area .widget .widget-title::after {
    display: none;
}

.tg-site-footer .tg-footer-widget-area .widget:last-child {
    margin-bottom: 0;
}

.tg-site-footer .tg-footer-bottom .tg-footer-bottom-right {
    margin-left: auto;
}

.tg-site-footer.tg-site-footer--light {
    border-top: 1px solid #f7f7f7;
}

.tg-site-footer.tg-site-footer--default .tg-footer-widget-area {
    color: #fff;
}

.tg-site-footer.tg-site-footer--default .tg-footer-widget-area .widget .widget-title {
    color: #fff;
}

.tg-site-footer.tg-site-footer--default .tg-footer-widget-area .widget ul li a {
    color: #fff;
}

.tg-site-footer.tg-site-footer--default .tg-footer-widget-area .widget ul li a:hover {
    color: #de7b85;
}

.tg-site-footer.tg-site-footer--default .tg-footer-widget-area .widget p {
    color: #fff;
}

.tg-site-footer.tg-site-footer--default .tg-footer-widget-area .widget .tagcloud a {
    border-color: #fff;
    color: #fff;
}

.tg-site-footer.tg-site-footer--default .tg-footer-widget-area .widget .tagcloud a:hover {
    border-color: #de7b85;
    color: #de7b85;
}

.tg-site-footer.tg-site-footer--default .tg-footer-bootom-container {
    border-top: 1px solid #363b40;
}

.cenote-back-to-top.cenote-back-to-top--show span {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (min-width: 992px) {
    .post-template-post-template-cover .hentry:not(.has-post-thumbnail) .entry-header--cover {
        min-height: 700px;
    }
    .post-template-post-template-cover .entry-center-content {
        width: calc(100% - 400px);
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .cenote-header-media .tg-container {
        min-height: 300px;
    }
    /*----------  Action Menu  ----------*/
    .tg-header-action-menu li.tg-menu-toggle {
        display: none;
    }
    .tg-header-action-menu li.tg-mobile-menu-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    /*----------  Main Navigation  ----------*/
    .main-navigation {
        display: none;
    }
    .cenote-mobile-navigation {
        display: block;
    }
    .cenote-hero .cenote-hero-info {
        width: 540px;
        padding: 40px 20px;
    }
    .cenote-hero .cenote-hero__heading {
        font-size: 2rem;
    }
    .cenote-hero .cenote-hero__sub-heading,
    .cenote-hero .cenote-hero__content {
        font-size: 16px;
    }
    .cenote-hero .cenote-hero__sub-heading {
        margin-bottom: 10px;
    }
    .cenote-hero .cenote-hero__content {
        margin-bottom: 20px;
    }
    .cenote-hero.cenote-hero.cenote-hero--center .cenote-hero-info {
        margin: 12% auto;
    }
    .cenote-hero.cenote-hero.cenote-hero--center .cenote-hero__heading {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    /*----------  Typography  ----------*/
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.625rem;
    }
    h3 {
        font-size: 1.375rem;
    }
    h4 {
        font-size: 1.125rem;
    }
    h5 {
        font-size: 1.125rem;
    }
    h6 {
        font-size: 1.125rem;
    }
    /*----------  Site Header  ----------*/
    .tg-site-header.tg-site-header--left .tg-header-bottom .header-bottom-bottom .tg-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .tg-site-header.tg-site-header--left .tg-header-bottom .header-bottom-bottom .tg-social-menu-navigation {
        margin-right: auto;
    }
    /*----------  Sticky Header  ----------*/
    .cenote-header-sticky .tg-header-action-navigation {
        margin: 0 0 0 auto;
    }
    /*----------  Action Menu  ----------*/
    .tg-header-action-menu li.tg-menu-toggle {
        display: none;
    }
    .tg-header-action-menu li.tg-mobile-menu-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    /*----------  Main Navigation  ----------*/
    .main-navigation {
        display: none;
    }
    /*----------  Container  ----------*/
    .tg-container {
        width: calc(100% - 80px);
    }
    /*----------  Header Media  ----------*/
    .cenote-header-media .tg-container {
        min-height: 300px;
    }
    .cenote-header-media .cenote-header-media-info {
        padding: 30px 20px;
        width: 80%;
    }
    .cenote-header-media .cenote-header-media__title {
        font-size: 28px;
        line-height: 1.2;
    }
    .cenote-header-media .cenote-header-media__text {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .cenote-header-media.cenote-header-media--center .cenote-header-media-wrap {
        padding: 15% 5%;
    }
    .cenote-header-media.cenote-header-media--center .cenote-header-media__title {
        margin-bottom: 20px;
    }
    /*----------  Layout  ----------*/
    #primary,
    #secondary {
        width: 100%;
    }
    .layout--right-sidebar #primary,
    .layout--right-sidebar #secondary,
    .layout--left-sidebar #primary,
    .layout--left-sidebar #secondary {
        width: 100%;
        padding: 0;
    }
    /*----------  Post ribbon  ----------*/
    .tg-post-ribbon ul li {
        width: 50%;
        margin-bottom: 20px;
    }
    /*----------  Body  ----------*/
    body:not(.layout--no-sidebar) #primary,
    body:not(.post-template-post-template-cover) #primary {
        margin-bottom: 0;
    }
    .cenote-related-post .related-post-item,
    .tg-site-footer .tg-footer-widget-area {
        width: calc(50% - 20px);
        margin-bottom: 40px;
    }
    .tg-flex-container,
    .tg-site-footer .tg-footer-widget-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .post_format-post-format-quote blockquote {
        padding: 40px;
    }
    .post_format-post-format-quote blockquote::before {
        font-size: 16px;
        left: 20px;
        top: 20px;
    }
    .post_format-post-format-quote blockquote::after {
        font-size: 16px;
        right: 20px;
        bottom: 20px;
    }
    .post-template-post-template-cover .entry-center-content {
        width: calc(100% - 100px);
    }
    .post-template-post-template-cover .hentry:not(.has-post-thumbnail) .entry-header--cover {
        min-height: 400px;
    }
    .single .hentry .entry-title {
        font-size: 2rem;
    }
    .cenote-search-form .search-submit {
        display: block;
    }
    .cenote-search-form .cenote-search-form__description {
        display: none;
    }
    .archive .page-header {
        padding: 20px 0;
    }
    .archive .page-header .page-title {
        font-size: 1.375rem;
    }
    .cenote-mobile-navigation {
        display: block;
    }
    .layout--no-sidebar #primary .entry-content>.alignfull {
        margin-left: -30px;
        margin-right: -30px;
    }
    .layout--no-sidebar #primary .entry-content>.alignwide {
        margin-left: -15px;
        margin-right: -15px;
    }
    .layout--no-sidebar.layout-site--boxed .site-content {
        overflow: hidden;
    }
    .layout--no-sidebar.layout-site--boxed #primary .entry-content>.alignfull {
        margin-left: -15px;
        margin-right: -15px;
    }
    .layout--no-sidebar.layout-site--boxed #primary .entry-content>.alignwide {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media screen and (max-width: 600px) {
    .tg-site-header.tg-site-header--left .tg-header-bottom .header-bottom-bottom .site-branding {
        margin-bottom: 20px;
    }
    .tg-site-header.tg-site-header--left .tg-header-bottom .header-bottom-bottom .tg-social-menu-navigation {
        margin-right: auto;
    }
    .layout--no-sidebar #primary .entry-content>.alignwide {
        margin-left: 0;
        margin-right: 0;
    }
    .layout--no-sidebar.layout-site--boxed .site-content {
        overflow: hidden;
    }
    .layout--no-sidebar.layout-site--boxed #primary .entry-content>.alignwide {
        margin-left: 0;
        margin-right: 0;
    }
    .cenote-search-form {
        padding: 30px;
        margin-bottom: 0;
    }
    .cenote-search-form .tg-container {
        width: 100%;
    }
    .cenote-search-form .search-form label {
        margin-bottom: 15px;
    }
    .cenote-search-form input[type="search"] {
        font-size: 14px;
        padding: 5px;
    }
    .cenote-search-form .search-submit {
        padding: 10px 15px;
    }
    .cenote-search-form .cenote-search-form__description {
        font-size: 14px;
    }
    .tg-header-top {
        display: none;
    }
    .tg-post-ribbon ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tg-post-ribbon ul li {
        width: 100%;
    }
    .tg-post-ribbon ul.swiper-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .hentry {
        margin-bottom: 40px;
    }
    .tg-archive-style--masonry .cenote-content-masonry,
    .tg-archive-style--masonry .cenote-content,
    .tg-archive-col--2 .site-main,
    .tg-archive-col--3 .site-main,
    .tg-flex-row,
    .tg-site-footer .tg-footer-widget-container {
        margin-right: 0;
        margin-left: 0;
    }
    .tg-archive-col--2 article,
    .tg-archive-col--3 article,
    .cenote-related-post .related-post-item,
    .tg-site-footer .tg-footer-widget-area {
        width: 100%;
        padding: 0;
    }
    .single .hentry .entry-title {
        font-size: 1.625rem;
    }
    .cenote-back-to-top {
        bottom: 20px;
        right: 0;
        font-size: 0;
    }
}

@media screen and (max-width: 480px) {
    .tg-site-header.tg-site-header--left .tg-header-bottom .header-bottom-bottom .tg-header-action-navigation li:first-child {
        margin-left: 0;
    }
    .cenote-header-sticky--single .cenote-reading-bar {
        padding: 15px 0;
    }
    .cenote-header-sticky--single .cenote-reading-bar .cenote-reading-bar__title {
        font-size: 14px;
    }
    .cenote-mobile-navigation {
        width: calc(100% - 70px);
    }
    .site-branding {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
    .tg-social-menu-navigation {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .tg-header-action-navigation {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .tg-container {
        width: calc(100% - 40px);
    }
    .cenote-header-media .tg-container {
        min-height: 200px;
    }
    .cenote-header-media .cenote-header-media__title {
        font-size: 1.375rem;
    }
    .cenote-header-media .cenote-header-media__text {
        display: none;
    }
    .post-template-post-template-cover .entry-center-content {
        width: calc(100% - 50px);
    }
}