@font-face {
    font-family: "Apercu Bold Italic";
    src: url("../ttf/apercu-bold-italic-pro.ttf") format("truetype");
}

@font-face {
    font-family: "Apercu Bold";
    src: url("../ttf/apercu-bold-pro.ttf") format("truetype");
}

@font-face {
    font-family: "Apercu Italic";
    src: url("../ttf/apercu-italic-pro.ttf") format("truetype");
}

@font-face {
    font-family: "Apercu Light Italic";
    src: url("../ttf/apercu-light-italic-pro.ttf") format("truetype");
}

@font-face {
    font-family: "Apercu Light";
    src: url("../ttf/apercu-light-pro.ttf") format("truetype");
}

@font-face {
    font-family: "Apercu Regular";
    src: url("../ttf/apercu-regular-pro.ttf") format("truetype");
}

@font-face {
    font-family: "Canela Regular";
    src: url("../woff/canela-regular-web.woff") format("woff");
}

@font-face {
    font-family: "Canela Light";
    src: url("../woff/canela-light-web.woff") format("woff");
}

@font-face {
    font-family: "Canela Light Italic";
    src: url("../woff/canela-lightitalic-web.woff") format("woff");
}


body,
html {
    overflow-x: hidden;
}

a {
    color: #000;
    text-decoration: none;
}

body {
    font-family: "Apercu Light";
    font-size: 16px;
}

a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    color: #000;
    transition: all 500ms;
}

a:hover img {
    opacity: 0.75;
    transition: all 400ms;
}

.screen-reader-text {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Canela Regular";
}

h2 em {
    margin-right: 5px;
}

.logged-in button.mfp-close {
    top: 30px;
    right: 30px;
}

.w-105 {
    width: 106%;
}

.nav-links {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.nav-previous,
.nav-next {
    display: inline-block;
    margin-left: 20px;
}

.btn, .nav-links a {
    background: #000;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-family: 'Canela Light';
    font-size: 21px;
    padding: 5px 50px;
    letter-spacing: 1px;
}

.btn:hover {
    border: 1px solid #000;
    text-decoration: none;
}

.btn-link {
    font-family: Apercu Regular;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-link:hover {
    color: #000;
}

.top-bar {
    background-color: #000;
}

.top-bar .btn-link {
    color: #fff;
    font-size: 11px;
}

.home .mfp-iframe-holder .mfp-content {
    max-width: 100%;
}

.mfp-iframe-holder {
    padding-top: 0;
    padding-bottom: 0;
}

.home .mfp-wrap {
    position: relative;
    z-index: 0;
    height: auto;
}

.header .icon {
    font-size: 20px;
}

.page-template-page-newsletter .header {
    padding-bottom: 0;
}

.header {
    padding-bottom: 1.5rem;
}

.single .header {
    padding-bottom: 0;
}

.header .menu-header-container {
    margin-top: 40px;
    padding: 0;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    text-align: center;
}

.header .sub-menu {
    width: 100%;
    position: absolute;
    left: -5000px;
    background: #fff;
    height: 0;
    margin-top: 15px;
    opacity: 0;
    z-index: 1;
    border-top: 1px solid #DEDEDE;
    transition: opacity 300ms;
}

.header .sub-menu .menu-item {
    line-height: 100px;
    padding: 0 30px;
}

.header .menu-item-has-children:hover > .sub-menu{
    opacity: 1;
    transition: opacity 400ms;
    height: 100px;
    left: 0;
}

.header .menu {
    margin: 0;
    padding: 0;
}

.header .menu-item {
    list-style: none;
    display: inline-block;
    padding: 15px 30px;
    font-family: Apercu Regular;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.header .menu-item a:hover,
.current_page_item > a,
.sub-menu .current-menu-item a {
    text-decoration: none;
    color: #EE4421;
    font-family: Apercu Bold;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding: 0;
    transition: 0.5s;
}

.sidenav li {
    padding: 0;
    list-style: none;
}

.sidenav.open .menu-header-container,
.sidenav.open #searchform,
.sidenav.open .sidenav-footer {
    opacity: 1;
    transition: 1.5s;
}

.sidenav .menu-header-container,
.sidenav #searchform,
.sidenav .sidenav-footer {
    opacity: 0;
    transition: 0.2s;
}

.sidenav .menu-item a {
    font-family: Canela Light;
    font-size: 60px;
    color: #fff;
}

.sidenav .btn-close-menu {
    position: absolute;
    top: 35px;
    right: 35px;
}

.sidenav .icon {
    color: #fff;
    font-size: 16px;
}

.sidenav.open {
    width: 50%;
    padding: 9% 8%;
    z-index: 10;
}

.page-template-page-about .sidenav .menu-header-container {
    display: block;
}

.search-overlay {
    padding: 80px 0;
    background: rgba(255,255,255,0.95);
    position: absolute;
    width: 100%;
    z-index: 10;
    display: none;
}

.search-overlay.show {
    display: block;
}

.search-page {
    min-height: 60vh;
    padding: 40px 0;
}

.btn-open-menu {
    position: relative;
    padding-left: 30px;
    padding-top: 2px;
}

.btn-open-menu .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.sidenav .sub-menu {
    display: none;
}

.site-footer .social-nav {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
}

.footer-right {
    position: relative;
}

.social-nav a i {
    color: #fff;
    font-size: 20px;
}

.sidenav ul {
    padding: 0;
    margin: 0;
}

.btn-submit {
    border: 0;
    background: none;
}

.sidenav .search-field {
    border: 0;
    background: none;
    width: calc(100% - 50px);
    padding: 10px;
    color: #fff;
}

.search-form .input {
    padding: 7px;
    border: 0;
    border-bottom: 1px solid #000;
    font-family: 'Canela Light';
    font-size: 21px;
    margin-right: 10px;
}

.sidenav-link {
    font-size: 16px;
    font-family: Apercu Light;
    padding: 5px 0;
    color: #fff;
}

#searchform {
    border-bottom: 1px solid #fff;
    padding-top: 15%;
    margin-bottom: 30px;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.category-link {
    font-family: Apercu Regular;
    text-transform: uppercase;
    color: #EE4421;
    letter-spacing: 1px;
    font-size: 12px;
    display: block;
}

.content a {
    font-family: Apercu Regular;
    text-transform: uppercase;
    color: #EE4421;
    letter-spacing: 1px;
    font-size: 12px;
    text-decoration: underline;
}

p a {
    text-decoration: underline;
}

.category-dark {
    font-family: Apercu Bold;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    font-size: 12px;
    display: block;
}

.category-light {
    font-family: Apercu Regular;
    text-transform: uppercase;
    color: #949494;
    letter-spacing: 1px;
    font-size: 12px;
    display: block;
}

.time-ago {
    display: block;
    font-family: Apercu Regular;
    text-transform: uppercase;
    color: #949494;
    letter-spacing: 1px;
    font-size: 12px;
}

.canela-light {
    font-family: Canela Light;
}

.canela {
    font-family: Canela Regular;
}

.canela-light-italic {
    font-family: Canela Light Italic;
}

.size-80 {
    font-size: 80px;
}

.size-72 {
    font-size: 72px;
}

.size-56 {
    font-size: 56px;
}

.size-48 {
    font-size: 48px;
}

.size-44 {
    font-size: 44px;
}

.size-42 {
    font-size: 42px;
}

.size-30 {
    font-size: 30px;
}

.size-24 {
    font-size: 24px;
}

.size-21 {
    font-size: 21px;
}

.size-14 {
    font-size: 14px;
}

.size-12 {
    font-size: 12px;
}

.dark {
    background-color: #000;
}

.light {
    background-color: #FBF9F4;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mb-60 {
    margin-bottom: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.apercu-bold {
    font-family: Apercu Bold
}

.slick-track {
    display: flex !important;
}

.arrow i {
    font-size: 25px;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.slider {
    overflow: hidden;
}

.nav {
    position: absolute;
    right: 0;
    top: -45px;
    width: auto;
    display: inherit;
    z-index: 15;
    cursor: pointer;
}

.text-red {
    color: #EE4421;
}

.text-red:hover {
    color: #EE4421;
}

.newsletter-section.light input {
    border-bottom: 1px solid #000;
    color: #000;
}

.search-overlay .search-form input {
    background: transparent;
    border: 0;
    font-size: 16px;
    padding: 7px;
    border-bottom: 1px solid #000;
    color: #000;
}

.newsletter-section.dark {
    color: #fff
}

.newsletter-section input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    width: 100% !important;
    padding: 7px;
}

.newsletter-section .gform_wrapper .top_label .gfield_label {
    display: none;
}

.newsletter-section .gform_footer {
    width: 200px !important;
    display: inline-block;
}

.search-overlay .search-form #searchsubmit {
    width: 190px !important;
    display: inline-block;
    font-family: Apercu Bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px !important;
    padding: 7px 0;
    border: 1px solid;
    background: transparent;
}

.newsletter-section .gform_body,
.search-overlay .search-form input {
    display: inline-block;
    width: calc(100% - 205px) !important;
}

.newsletter-section .gform_footer .gform_button {
    font-family: Apercu Bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px !important;
    padding: 7px 0;
    border: 1px solid;
}

.post-number {
    font-family: Canela Regular;
    color: #EE4421;
    display: inline;
    margin-right: 20px;
    padding-top: 8px;
}

.post-number:hover {
    text-decoration: none;
}

.post-header {
    position: relative;
    margin-top: -10%;
    background: #fff;
    width: 75%;
    padding: 30px 40px;
}

.content strong {
    font-family: Apercu Bold;
}

.content {
    padding: 20px 0;
}

.content h2 {
    text-align: center;
    margin: 25px 0;
    font-family: Canela Light;
}

.loop .post-header {
    left: 12.5%;
}

.btn-play-video {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 100000;
    transform: translate(-50%, -50%);
}

.btn-play-video i {
    font-size: 40px;
    color: #fff;
}

.featured-post .post-thumbnail-icon,
.post-thumbnail-icon {
    position: absolute;
    width: 32px;
    bottom: 10px;
    left: 10px;
}

.post-link {
    position: relative;
    width: 100%;
    display: block;
}

.pick-post img {
    width: 100%;
    height: auto;
}

.btn-filter {
    display: inline-block;
    border: 1px solid #000;
    width: auto;
    padding: 10px ;
    font-size: 10px;
    font-family: Apercu Bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.btn-filter .icon {
    font-size: 10px;
    margin-left: 45px;
    color: #000;
}

.mobile .sidebar-navigation {
    border-top: 0;
    margin-bottom: 10px;
}

.btn-filter.collapsed .icon {
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.site-footer {
    background-color: #000;
    color: #fff;
    padding: 105px 0 80px 0;
}

.site-footer .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer .menu a {
    font-family: Apercu Light;
    font-size: 16px;
    color: #fff;
    line-height: 2;
}

.copyright a {
    color: #fff;
    text-decoration: underline;
}

.copyright {
    font-family: Apercu Bold;
    letter-spacing: 1px;
    font-size: 10px;
    color: #fff;
}

.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.depth-2 .comment-author {
    color: #EE4421;
}

.comment-reply-title {
    text-align: center;
    font-size: 44px;
    margin-bottom: 50px;
}

.comment-form-comment textarea {
    width: 100%;
    border: 1px solid #000;
}

.form-submit .submit {
    font-size: 21px;
    font-family: Canela Light;
    color: #fff;
    background-color: #000;
    border: 0;
    width: 221px;
    padding: 5px;
}

.commentlist {
    list-style: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.commentlist>li.comment {
    position: relative;
    border-bottom: 1px solid #DEDEDE;
}

.commentlist .pingback {
    margin: 0 0 10px;
    padding: 10px;
}

.commentlist .children {
    list-style: none;
    margin: 0 0 10px 20px;
}

.commentlist .children .children {
    margin: 10px 0 10px 10px;
}

.commentlist .children li.comment {
    position: relative;
}

article.comment {
    padding: 0 0 12px;
    margin-top: 40px;
    word-wrap: break-word;
}

.comment-meta,
.comment-footer-meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.fn {
    text-transform: uppercase;
    display: block;
    clear: left;
    font-family: apercu Bold;
    letter-spacing: 0.1em;
}

.fn a:hover,
.fn a:focus {
    color: #000;
}

.comment-content p {
    margin-bottom: 15px;
    margin-top: 10px;
}

.comment-reply-title {
    font-family: Canela Light;
    font-size: 44px;
    margin-top: 30px;
}

.commentlist {
    margin-bottom: 40px;
}

.comment-input {
    display: inline-block;
    width: 49%;
}

.comment-input input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
}

.comment-input label {
    font-family: Apercu Regular;
    font-size: 12px;
    text-transform: uppercase;
}