/*!
Theme Name: Vilva
Theme URI: https://blossomthemes.com/wordpress-themes/vilva/
Author: Blossom Themes
Author URI: https://blossomthemes.com/
Description: Vilva is an easy to use and mobile friendly multi-purpose blog theme. Whether you want to share your expert fashion tips, your favorite recipes, or create a lifestyle, travel, food, beauty and makeup, coaching, or any other themed blog, Vilva is for you. With Vilva, you can change the look and feel (color and font) of your website with a click. You can flaunt your Instagram posts and increase your followers. Similarly, you can also build an email list and stay in touch with your customers. Vilva is SEO-friendly, speed optimized, translation ready and WooCommerce and RTL compatible. Check demo at https://blossomthemes.com/theme-demo/?theme=vilva, read the documentation at https://docs.blossomthemes.com/docs/vilva/, and get support at https://blossomthemes.com/support-ticket/.
Version: 1.1.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tested up to: 5.7
Requires PHP: 5.6
Text Domain: vilva
Tags: blog, one-column, two-columns, right-sidebar, left-sidebar, footer-widgets, custom-background, custom-header, custom-menu, custom-logo, featured-images, threaded-comments, full-width-template, rtl-language-support, translation-ready, theme-options, e-commerce

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Vilva is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
    --------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
========================================================================== */


/**
 * Remove the margin in all browsers.
 */

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. */
}


/*============================
TYPOGRAPHY
============================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    /*font-size: 2.72em;*/
    font-size: 38px;
}

h2 {
    /*font-size: 2.17em;*/
    font-size: 28px;
}

h3 {
    /*font-size: 1.72em;*/
    font-size: 20px;
    font-weight: bold;
}

h4 {
    font-size: 1.39em;
}

h5 {
    font-size: 1.11em;
}

h6 {
    font-size: 0.8888em;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #ea004d;
}

a:hover,
a:active {
    outline: 0;
}


/*============================
HEADER
============================*/

#masthead {}


/*======================
HEADER T 
======================*/

.header-t {
    padding: 5px 0;
    background: #203665;
}

.header-t .container {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
}

.header-t .right {
    display: flex;
    flex: auto;
    justify-content: flex-end;
    align-items: center;
}

.header-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-social ul li {
    display: inline-block;
}

.header-social ul li a {
    display: inline-block;
    font-size: 0.7778em;
    color: #fff;
    padding: 0 5px;
}

.header-social ul li a:hover {
    color: #f20352;
}


/*========================
HEADER MID
========================*/

.header-mid {
    padding: 30px 0;
    text-align: center;
    background-color: #ebf6ff;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='12' viewBox='0 0 44 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12v-2L0 0v10l4 2h16zm18 0l4-2V0L22 10v2h16zM20 0v8L4 0h16zm18 0L22 8V0h16z' fill='%23c4e4ff' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.header-mid .container {}

.header-mid .site-branding {}

.header-mid .site-logo {}

.header-mid .site-logo img {
    max-width: 100%;
}


/*=============================
HEADER MAIN
=============================*/

.header-bottom {
    background: #203665;
}

.single .header-bottom {}

.header-bottom .container {}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.main-navigation ul li {
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.main-navigation ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 15px 20px;
}

.main-navigation ul li.current-menu-item>a,
.main-navigation ul li.current_page_item>a,
.main-navigation ul li:hover>a,
.main-navigation ul li>a:hover {
    color: #fff;
}

.main-navigation ul li.current-menu-item,
.main-navigation ul li.current_page_item,
.main-navigation ul li:hover {
    background: #f20352;
}


/*============================
TOGGLE
============================*/

.main-navigation .toggle-btn {
    display: none;
}


/*============================
BANNER
============================*/

#banner_section {
    background-color: #ebf6ff;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='12' viewBox='0 0 44 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12v-2L0 0v10l4 2h16zm18 0l4-2V0L22 10v2h16zM20 0v8L4 0h16zm18 0L22 8V0h16z' fill='%23c4e4ff' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: center;
    padding: 15px 0;
}


/*============================
CONTENT
============================*/

#content.site-content {}

.home #content.site-content {}

.single #content.site-content {}

#content.site-content .content-container {
    background: #fff;
    box-shadow: 0px 0px 25px 2px rgba(196, 206, 213, 0.2);
    padding: 15px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.home #content.site-content .content-container {}

.single #content.site-content .content-container {}

.rightsidebar .content-area {
    float: left;
    width: calc(100% - 331px);
    /*margin-top: 60px;
    margin-bottom: 60px;*/
    padding-right: 60px;
}

@media (max-width: 768px) {
    #content.site-content .content-container {
        margin-left: 15px;
        margin-right: 15px;
    }
}


/*========================
BLOG POST LAYOUT ONE
========================*/

.post-layout-one .site-main {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.post-layout-one .site-main article {
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 30px;
}


/*========================
CATEGORIES
========================*/

.post-layout-one .site-main article.type-post {
    width: 100%;
}

#vilva2 {
    margin-top: 30px;
}

.post-layout-one .site-main article.type-post .entry-header {}

.post-layout-one .site-main article.type-post h2.entry-title {
    position: relative;
    font-size: 28px;
    font-weight: normal;
    color: #fff;
    background: #203665;
    padding: 15px 20px;
    margin-bottom: 0;
    text-align: center;
}

.post-layout-one .site-main article.type-post figure.post-thumbnail {
    margin: 0 0 20px;
    background: #ebf6ff;
    padding: 20px;
}

.post-layout-one .site-main article.type-post figure.post-thumbnail img {
    object-fit: cover;
    width: 100%;
}

.post-layout-one .site-main article.type-post .content-wrap {}

.post-layout-one .site-main article.type-post .entry-content {
    border-bottom: solid 1px #e1e1e1;
    padding-bottom: 20px;
}

.post-layout-one .site-main article.type-post .entry-content p {
    margin: 0;
}


/*========================
POST 2-2
========================*/

/*.post-layout-one .site-main .post_area {
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 30px;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    background: none;
}*/

.post-layout-one .site-main article.post {
    float: left;
    /*width: 30.33%;*/
    width: 47%;
    background: #fff;
    box-shadow: 0 5px 25px rgb(0 0 0 / 12%);
    padding: 20px;
}

.post-layout-one .site-main article.post:nth-child(2n+1) {
    clear: both;
}

.post-layout-one .site-main article.post figure.post-thumbnail {
    margin: 0 0 20px;
}

.post-layout-one .site-main article.post figure.post-thumbnail img {
    object-fit: cover;
    width: 100%;
}

.post-layout-one .site-main article.post .entry-header {}

.post-layout-one .site-main article.post h3.entry-title {}

.post-layout-one .site-main article.post h3.entry-title a {
    color: #333;
}

.post-layout-one .site-main article.post .content-wrap {}

.post-layout-one .site-main article.post .entry-content {}

.post-layout-one .site-main article.post .entry-content p {
    margin: 0;
}

.post-layout-one .site-main article.post .entry-footer {
    margin-top: 20px;
}

.post-layout-one .site-main article.post .button-wrap {}

.post-layout-one .site-main article.post .btn-readmore {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #ea004d;
}

.post-layout-one .site-main article.post .btn-readmore:hover {
    color: #203665;
}

.post-layout-one .site-main article.post .btn-readmore>svg {
    vertical-align: middle;
    width: 10px;
    height: 15px;
    margin-top: -3px;
    margin-left: 5px;
}

.post-layout-one .site-main article.post .btn-readmore>svg path {
    fill: #ea004d;
}

.post-layout-one .site-main article.post .btn-readmore:hover>svg path {
    fill: #203665;
}

@media screen and (max-width: 478px) {
    /*.post-layout-one .site-main .post_area {
        padding: 20px;
    }*/
}


/*========================
POST 2-1
========================*/

.promo-section {
    margin-left: 1.5%;
    margin-right: 1.5%;
    /*margin-bottom: calc(80px - 3%);*/
}

.promo-section .container {}

.promo-section .widget {}

.promo-section .bttk-itw-holder {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.promo-section .bttk-itw-holder li {
    overflow: hidden;
    position: relative;
    width: 48%;
    margin-right: 4%;
    background: #fff;
    box-shadow: 0 5px 25px rgb(0 0 0 / 12%);
    padding: 20px 20px 0;
}

.promo-section .bttk-itw-holder li:nth-child(2n) {
    margin-right: 0;
}

.promo-section .bttk-itw-holder li img {
    display: inline-block;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    transition: all ease 1s;
}

.promo-section .bttk-itw-holder li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.promo-section .bttk-itw-holder li .btn-holder:nth-child(2n+1) {
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
    padding: 20px 0 20px 70px;
}

@media (max-width: 478px) {
    .promo-section .bttk-itw-holder li .btn-holder:nth-child(2n+1) {}
}

@media (max-width: 992px) {
    .promo-section .bttk-itw-holder li .btn-holder:nth-child(2n+1) {}
}

.promo-section .bttk-itw-holder li .btn-readmore {
    /*text-align: center;
    position: relative;
    width: auto;
    max-width: 90%;
    max-height: -moz-fit-content;
    max-height: fit-content;
    background: rgb(0 0 0 / 90%);*/
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #333;
    /*margin: auto;
    padding: 15px 20px;
    top: 0;
    left: 0;
    word-break: break-word;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;*/
}

.promo-section .bttk-itw-holder li .btn-readmore:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background: #EBF6FF url(../wp-content/uploads/2021/11/icon-post.png) no-repeat center;
    top: 0;
    left: -70px;
}

/*.promo-section .bttk-itw-holder li .btn-readmore:hover {}*/


/*=============================
NEWSLETTER BLOCK
=============================*/

.newsletter-block {
    padding: 60px 0;
    background: #ebf6ff;
}

.newsletter-block .container {}

.newsletter-block .blossomthemes-email-newsletter-wrapper {
    /*width: calc(100% - 301px);
    margin-left: auto;
    margin-right: auto;*/
    position: relative;
    background: #fff;
    border-bottom: solid 1px #203665;
    padding: 15px;
    margin-top: 40px;
}

.newsletter-block .blossomthemes-email-newsletter-wrapper:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background: #ebf6ff url(../wp-content/uploads/2021/11/icon-6.png) no-repeat center;
    border: solid 5px #fff;
    border-radius: 100%;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.newsletter-block .text-holder {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 40px;
}

.newsletter-block .text-holder h2 {
    font-size: 28px;
    font-weight: normal;
}

.newsletter-block figure.post-thumbnail {
    margin: 0 0 20px;
}

.newsletter-block figure.post-thumbnail img {
    width: 100%;
}

.newsletter-block .content-wrap {}

.newsletter-block .entry-content {}

.newsletter-block .entry-content h3 {}

.newsletter-block .entry-content p {}

@media screen and (max-width: 1024px) {
    .newsletter-block .blossomthemes-email-newsletter-wrapper {
        width: 100%;
    }
}


/*===============================
SINGLE POST STYLE 
===============================*/

.single #main.site-main {}

.single article {}

.single article .entry-header {
    width: 100%;
}

.single article .entry-header h1.entry-title {
    font-size: 28px;
    font-weight: normal;
}

.single article figure.post-thumbnail {
    margin: 0 0 20px;
}

.single article figure.post-thumbnail img {
    object-fit: cover;
    width: 100%;
}

.single article .content-wrap {
    position: relative;
}

.single article .entry-content {}

.single article .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
}

.single article .entry-content p {}

@media only screen and (max-width: 767px) {
    .single article .content-wrap {
        flex-direction: column;
        flex: auto;
        width: 100%;
    }
}


/*=============================
SIDEBARS
=============================*/

.rightsidebar .widget-area {
    float: right;
    width: 330px;
    /*margin-top: 60px;
    margin-bottom: 60px;*/
}

@media screen and (max-width: 1024px) {
    .rightsidebar .widget-area {
        margin-top: 60px;
        /*margin-bottom: 60px;*/
    }
}

.widget-area .widget {
    margin: 0 0 30px;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}


/*============================
AUTHOR BIO
============================*/

.widget_bttk_author_bio {
    border: solid 1px #f0f0f0;
    padding: 5px;
}

.widget_bttk_author_bio .bttk-author-bio-holder {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f0f0f0' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    border: solid 1px #f0f0f0;
    padding: 20px;
}

.widget_bttk_author_bio .text-holder {}

.widget_bttk_author_bio .author-bio-content {}

.widget_bttk_author_bio p {
    margin: 0;
    padding: 0;
}


/*============================
RECENT POST
============================*/

.widget_bttk_pro_recent_post {}

.widget_bttk_pro_recent_post h2.widget-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
}

.widget_bttk_pro_recent_post h2.widget-title:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-top: solid 1px #f20352;
    border-left: solid 1px #f20352;
    top: 0;
    left: 0;
}

.widget_bttk_pro_recent_post h2.widget-title a {
    color: #333;
}

.widget_bttk_pro_recent_post ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_bttk_pro_recent_post ul li {
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f0f0f0' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.widget_bttk_pro_recent_post ul li:last-child {
    margin-bottom: 0;
    /*padding-bottom: 0;
    border-bottom: none;*/
}

.widget_bttk_pro_recent_post ul li .post-thumbnail {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    border-radius: 4px;
}

.widget_bttk_pro_recent_post ul li .post-thumbnail img {
    vertical-align: top;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.widget_bttk_pro_recent_post ul li .entry-header {
    overflow: hidden;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 20px;
    padding-top: 25px;
}

.widget_bttk_pro_recent_post ul li h3.entry-title {
    width: 100%;
    order: 3;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -1px;
}

.widget_bttk_pro_recent_post ul li h3.entry-title a {
    color: #333;
}

.widget_bttk_pro_recent_post ul li h3.entry-title a:hover,
.widget_bttk_pro_recent_post ul li:hover h3.entry-title a {
    color: #ea004d;
}


/*============================
SITE FOOTER
============================*/

#colophon {
    margin: 0;
    padding: 0;
}

.footer-t {
    margin: 0;
    padding: 0;
}

.footer-b {
    margin: 0;
    padding: 20px 0;
    background: #203665;
}

.footer-b .container {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
}

.footer-b .copyright {
    flex: 1;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.footer-b .copyright a {
    text-transform: uppercase;
    color: #fff;
}

.footer-social .social-networks {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-social .social-networks li {
    vertical-align: middle;
    display: inline-block;
    font-size: 1em;
}

.footer-social .social-networks li a {
    display: inline-block;
    color: #fff;
    padding: 0 10px;
}

.footer-social .social-networks li a:hover {
    color: #f20352;
}


/*============================
BACK TO TOP
============================*/

.back-to-top {
    visibility: hidden;
    text-align: center;
    position: fixed;
    width: 50px;
    height: 50px;
    background: #f20352;
    border-radius: 4px;
    padding: 0;
    right: 20px;
    bottom: 0;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
    cursor: pointer;
    z-index: 999;
}

.back-to-top.active {
    visibility: visible;
    background: #f20352;
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 20px;
}

.back-to-top:hover {
    background: #f20352;
}

.back-to-top svg {
    width: 20px;
    height: 20px;
}


/*--------------------------------------------------------------
# the END
--------------------------------------------------------------*/


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/* Grouping content
========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
========================================================================== */


/**
 * 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;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font 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;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * 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;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * 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;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding 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;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* 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;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

 :root {
    --primary-font: Montserrat;
    --secondary-font: Karma;
    --font-color: #333333;
    --font-color-rgb: 51, 51, 51;
    --primary-color: #f20352;
    --primary-color-rgb: 197, 184, 168;
}

button,
input,
select,
optgroup,
textarea {
    color: var(--font-color);
    font-family: var(--primary-font);
    font-size: 18px;
    line-height: 1.75;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote,
q {
    display: block;
    margin: 1em 0;
    font-size: 1.22em;
    font-weight: 700;
    font-style: italic;
    line-height: 1.75em;
    padding-left: 25px;
    border-left: 2px solid var(--primary-color);
}

q {
    border-left-width: 1px;
}

p blockquote,
p q {
    float: left;
    max-width: 300px;
    margin-top: 0;
    padding-right: 30px;
    margin-bottom: 10px;
}

blockquote cite {
    display: block;
    font-size: 0.82em;
    font-style: normal;
    color: #999;
    font-weight: 400;
    line-height: 1.11em;
    margin-top: 15px;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #f20352;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* 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/ */
    box-sizing: inherit;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    vertical-align: top;
    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. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-radius: 0;
    font-size: 1em;
    text-align: left;
    border-collapse: collapse;
}

table tr th {
    font-weight: 700;
    color: #111;
    padding: 10px 15px;
    border-bottom: 2px solid #EBEBEB;
}

table tr td {
    color: #343434;
    padding: 10px 15px;
}

table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.035);
}

.site-footer table tr th {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.site-footer table tr td {
    color: rgba(255, 255, 255, 0.7);
}

.site-footer table tbody tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.05);
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-radius: 0;
    background: #121212;
    color: #fff;
    font-size: 0.7778em;
    line-height: 1;
    padding: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: var(--primary-color);
    color: #fff;
}

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,
select {
    color: #121212;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 10px 15px;
    width: 100%;
    height: 50px;
    font-size: 0.7778em;
}

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;
    outline: thin dotted;
}

select {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

textarea {
    width: 100%;
    height: 150px;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# 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;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* 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;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.container:before,
.container:after,
.site-content:before,
.site-content:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.container:after,
.site-content:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget select {
    max-width: 100%;
    font-size: 0.7778em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*============================
COMMON CSS
============================*/

.portfolio-holder {
    margin-bottom: 60px;
}

.portfolio-holder .post-thumbnail {
    text-align: center;
}

.custom-background .site {
    background: #fff;
    max-width: 85%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.skip-link,
.skip-link:hover,
.skip-link:visited {
    position: absolute;
    top: -999px;
    left: 20px;
    background: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.8888em;
    font-weight: 600;
    padding: 10px 20px;
    color: #000;
    border-radius: 5px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.skip-link:focus,
.skip-link:active {
    top: 50px;
}

.page .site-main .page-header+.post-thumbnail {
    margin-bottom: 0;
    margin-top: 30px;
}

.edit-link {
    width: 100%;
    margin-top: 5px;
}

.edit-link .post-edit-link {
    color: #fff;
    background: var(--primary-color);
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.edit-link .post-edit-link:hover {
    background: #000;
    color: #fff;
}

.svg-holder {
    line-height: 0;
}

.container {
    max-width: 1220px;
    margin: 0 auto;
}

.site-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropcap {
    font-size: 3.56em;
    font-weight: 700;
    line-height: 0.95;
    color: #111;
    float: left;
    margin-right: 5px;
    font-family: var(--secondary-font);
}

.archive .content-area .page-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.content-area .page-header .page-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.33em;
    font-family: var(--secondary-font);
    line-height: 1.25;
    color: #121212;
}

.page-template-default .content-area .page-header .page-title {
    font-size: 3.11em;
}

.section-title,
.promo-section .widget .widget-title {
    font-size: 2em;
    text-align: center;
    font-family: var(--secondary-font);
    font-weight: 600;
    color: #121212;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 60px;
}

.sub-title {
    font-size: 0.7778em;
    text-transform: uppercase;
    font-family: var(--primary-font);
    color: #999;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.result-count {
    font-size: 0.6666em;
    color: #999;
    margin-top: 20px;
    display: block;
    letter-spacing: 1px;
}

.post-count {
    display: block;
    margin-bottom: 20px;
    font-size: 0.7778em;
    color: #999;
}

/*figure.post-thumbnail {
    margin-top: 0;
    margin-bottom: 20px;
}*/

article .entry-footer {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
}

article .entry-footer>span {
    display: inline-block;
    font-size: 0.6666em;
    line-height: 1.49;
    color: #999;
    font-style: italic;
}

.entry-footer span.posted-on,
.entry-footer span.byline {
    text-transform: uppercase;
    font-style: normal;
}

article .entry-footer>span::after {
    content: "";
    background: #999;
    width: 25px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

article .entry-footer>span:last-child::after {
    display: none;
}

article .entry-footer>span a {
    display: inline-block;
    color: #999;
    text-transform: uppercase;
    font-style: normal;
}

article .entry-footer>span a:hover {
    color: var(--primary-color);
}

article .entry-footer>span.category a {
    color: var(--primary-color);
    letter-spacing: 1px;
}

article .entry-footer>span.category a::after {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    margin: -2px 5px 0 8px;
}

article .entry-footer>span.category a:last-child::after {
    display: none;
}

.widget ul ul {
    margin-left: 15px;
}

.widget ul ul {
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 15px;
}

.widget ul ul li {
    font-size: 1em;
}

.nav-menu .close {
    display: none;
    background-color: transparent;
    padding: 0;
}

label {
    width: calc(100% - 50px);
}

.owl-carousel>.owl-nav button[class*="owl-"] {
    overflow: hidden;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgb(255 255 255 / 80%);
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 0;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M152.485 396.284l19.626-19.626c4.753-4.753 4.675-12.484-.173-17.14L91.22 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H91.22l80.717-77.518c4.849-4.656 4.927-12.387.173-17.14l-19.626-19.626c-4.686-4.686-12.284-4.686-16.971 0L3.716 247.515c-4.686 4.686-4.686 12.284 0 16.971l131.799 131.799c4.686 4.685 12.284 4.685 16.97-.001z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    text-indent: 60px;
    top: 50%;
    left: 260px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
    z-index: 999;
}

.owl-carousel>.owl-nav button[class*="owl-"]:hover {
    background-color: #f20352;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M152.485 396.284l19.626-19.626c4.753-4.753 4.675-12.484-.173-17.14L91.22 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H91.22l80.717-77.518c4.849-4.656 4.927-12.387.173-17.14l-19.626-19.626c-4.686-4.686-12.284-4.686-16.971 0L3.716 247.515c-4.686 4.686-4.686 12.284 0 16.971l131.799 131.799c4.686 4.685 12.284 4.685 16.97-.001z"></path></svg>');
    border-color: #f20352;
}

.owl-carousel>.owl-nav button.owl-next {
    left: auto;
    right: 260px;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z"></path></svg>');
}

.owl-carousel>.owl-nav button.owl-next:hover {
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z"></path></svg>');
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    direction: ltr;
}

.mCSB_container:not(.mCS_y_hidden) {
    margin-right: 15px;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    visibility: visible;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.mCustomScrollbar:hover .mCSB_scrollTools {
    width: 16px;
    visibility: visible;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: ns-resize;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 5px;
    height: 100%;
    margin: 0 auto;
    border-radius: 40px;
    cursor: ns-resize;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    cursor: ns-resize;
    background: rgba(0, 0, 0, 0.4);
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(0, 0, 0, 0.1);
    width: 5px;
    height: 100%;
    margin: 0 auto;
    border-radius: 40px;
}

.category a,
.posted-on a {
    text-decoration: none;
}

.category a:hover,
.posted-on a:hover {
    text-decoration: underline;
}


/*=============================
SIDEBARS
=============================*/

.page .content-area,
.page .widget-area {
    margin-top: 30px;
}

.leftsidebar .content-area {
    float: right;
    width: calc(100% - 331px);
    padding-left: 60px;
}

.leftsidebar .widget-area {
    float: left;
    width: 330px;
}

.full-width-centered .site-content .content-area {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.last-widget-sticky.rightsidebar .site-content>.container,
.last-widget-sticky.leftsidebar .site-content>.container {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.last-widget-sticky.leftsidebar .site-content>.container {
    flex-direction: row-reverse;
}

.last-widget-sticky .site-content .widget-area .widget:last-child {
    position: sticky;
    top: 0;
}


/*=============================
HEADER MAIN
=============================*/

.main-navigation .toggle-text {
    display: none;
}


/*========================
STICKY HEADER
========================*/

.sticky-header {
    position: fixed;
    top: -999px;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.custom-background .sticky-header {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.sticky-header.sticky {
    visibility: visible;
    top: 0;
}

.sticky-header .container {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
}

.sticky-header .site-branding {
    padding: 10px 0;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
}

.site-header.style-ten .sticky-header .site-branding,
.site-header.style-fifteen .sticky-header .site-branding,
.site-header.style-sixteen .sticky-header .site-branding,
.site-header.style-seventeen .sticky-header .site-branding,
.site-header.style-eighteen .sticky-header .site-branding {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
}

.sticky-header .has-logo-text .site-title-wrap {
    padding-left: 15px;
}

.site-header.style-nineteen .sticky-header .site-branding .site-description {
    color: #777;
}

.sticky-header .main-navigation {
    display: flex;
    flex: 2;
    justify-content: flex-end;
    flex-wrap: wrap;
}


/*========================
SITE BANNER
========================*/

.site-banner .item {
    position: relative;
}

.site-banner .banner-caption {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    text-align: center;
}

.site-banner .banner-caption .container {
    max-width: 860px;
}

.site-banner .banner-caption .banner-title {
    font-size: 2.67em;
    line-height: 1.3;
    font-family: var(--secondary-font);
    font-weight: 500;
    background: rgba(255, 255, 255, 0.95);
    display: inline;
    margin: 0;
}

.site-banner.style-one .banner-caption .banner-title {
    padding: 0 10px;
}

.site-banner .banner-caption .banner-title a {
    color: #121212;
    text-decoration: none;
}

.site-banner .banner-caption .banner-title a:hover {
    color: rgba(0, 0, 0, 0.6);
}

.promo-section .owl-carousel>.owl-nav button[class*="owl-"] {
    left: -25px;
    border-radius: 100%;
    border: none;
    background-color: rgba(255, 255, 255, 0.45);
}

.promo-section .owl-carousel>.owl-nav button.owl-next {
    left: auto;
    right: -25px;
}

.promo-section .owl-carousel>.owl-nav button[class*="owl-"]:hover {
    background-color: var(--primary-color);
}


/*===========================
RESPONSIVE STYLESHEET
===========================*/

@media screen and (max-width: 1500px) {
    .custom-background .site,
    .custom-background .sticky-header {
        max-width: 95%;
    }
    /*=========================
    SITE BANNER
    =========================*/
    .site-banner .banner-caption {
        bottom: 20px;
    }
    .owl-carousel>.owl-nav button[class*="owl-"] {
        left: 235px;
    }
    .owl-carousel>.owl-nav button.owl-next {
        left: auto;
        right: 235px;
    }
}

@media screen and (max-width: 1366px) {
    .container {
        max-width: 1170px;
    }
    .rightsidebar .widget-area {
        width: 300px;
    }
    .leftsidebar .widget-area {
        width: 300px;
    }
    .rightsidebar .content-area {
        width: calc(100% - 301px);
    }
    .leftsidebar .content-area {
        width: calc(100% - 301px);
    }
    /*=========================
    SITE BANNER
    =========================*/
    .owl-carousel>.owl-nav button[class*="owl-"] {
        left: 145px;
    }
    .owl-carousel>.owl-nav button.owl-next {
        left: auto;
        right: 145px;
    }
}

@media screen and (max-width: 1199px) {
    .container,
    .sticky-t-bar .newsletter-inner-wrapper {
        max-width: 1000px;
    }
    .sticky-t-bar .newsletter-inner-wrapper .text-holder {
        max-width: 40%;
    }
    /*=========================
    SITE BANNER
    =========================*/
    .owl-carousel>.owl-nav button[class*="owl-"] {
        left: 105px;
    }
    .owl-carousel>.owl-nav button.owl-next {
        left: auto;
        right: 105px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1500px) {}

@media screen and (min-width: 1025px) and (max-width: 1366px) {}

@media screen and (min-width: 1025px) {
    .main-navigation .primary-menu-list,
    .main-navigation ul ul,
    .site-header:not(.style-two) .secondary-menu ul,
    .site-header:not(.style-two) .secondary-menu ul ul {
        display: block !important;
    }
    .close.close-nav-toggle,
    .close-main-nav-toggle {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 768px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .promo-section .container {
        padding-left: 0;
        padding-right: 0;
    }
    .rightsidebar .content-area {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .leftsidebar .content-area {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .rightsidebar .widget-area,
    .leftsidebar .widget-area {
        float: none;
        width: 100%;
    }
    .last-widget-sticky.rightsidebar .site-content>.container,
    .last-widget-sticky.leftsidebar .site-content>.container {
        display: block;
    }
    .toggle-btn {
        display: block;
        position: relative;
        width: 25px;
        height: 25px;
        background: none;
        padding: 0;
    }
    .toggle-btn:hover,
    .toggle-btn:active,
    .toggle-btn:focus {
        background: none;
    }
    .toggle-btn .toggle-bar {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #fff;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        transition: all ease 0.35s;
    }
    .toggle-btn .toggle-bar:first-child {
        top: -12px;
    }
    .toggle-btn .toggle-bar:last-child {
        bottom: -12px;
    }
    .toggle-btn:hover .toggle-bar {
        background: rgb(0 0 0 / 80%);
    }
    .owl-carousel>.owl-nav button[class*="owl-"] {
        width: 30px;
        height: 30px;
        background-size: 12px;
        left: 60px;
    }
    .owl-carousel>.owl-nav button.owl-next {
        left: auto;
        right: 60px;
    }
    /*==========================
    STICKY T BAR
    ==========================*/
    .sticky-t-bar .newsletter-inner-wrapper {
        max-width: 768px;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sticky-t-bar .newsletter-inner-wrapper .text-holder {
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0;
        max-width: 100%;
    }
    .sticky-t-bar .newsletter-inner-wrapper form {
        text-align: center;
        justify-content: center;
    }
    /*=====================
    HEADER T
    =====================*/
    .secondary-menu .close-nav-toggle {
        width: 25px;
        height: 25px;
        padding: 0;
        background: none;
        position: absolute;
        top: -31px;
        left: 0;
        display: none;
    }
    .secondary-menu .menu-modal.active .close-nav-toggle {
        display: block;
    }
    .secondary-menu .toggle-btn.active {
        display: none;
    }
    .secondary-menu .close-nav-toggle .toggle-bar {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 2px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        transition: all ease 0.35s;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .secondary-menu .close-nav-toggle .toggle-bar:last-child {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .header-t,
    .site-header.style-nine .header-bottom,
    .site-header.style-eleven .header-bottom,
    .site-header.style-twelve .header-bottom,
    .site-header.style-fifteen .header-mid,
    .site-header.style-sixteen .header-mid {
        position: relative;
    }
    .secondary-menu .toggle-btn {
        display: block;
    }
    .style-nine .secondary-menu .secondary-menu-list .close,
    .style-ten .secondary-menu .secondary-menu-list .close,
    .style-eleven .secondary-menu .secondary-menu-list .close,
    .style-twelve .secondary-menu .secondary-menu-list .close,
    .style-fifteen .secondary-menu .secondary-menu-list .close,
    .style-sixteen .secondary-menu .secondary-menu-list .close,
    .style-seventeen .secondary-menu .secondary-menu-list .close,
    .style-eighteen .secondary-menu .secondary-menu-list .close,
    .style-nineteen .secondary-menu .secondary-menu-list .close {
        display: none;
    }
    .secondary-menu .secondary-menu-list,
    .style-nine .header-bottom .secondary-menu .secondary-menu-list,
    .style-ten .header-t .secondary-menu .secondary-menu-list,
    .style-eleven .header-bottom .secondary-menu .secondary-menu-list,
    .style-twelve .header-bottom .secondary-menu .secondary-menu-list,
    .style-fifteen .header-mid .secondary-menu .secondary-menu-list,
    .style-sixteen .header-mid .secondary-menu .secondary-menu-list,
    .style-seventeen .secondary-menu .secondary-menu-list,
    .style-eighteen .secondary-menu .secondary-menu-list,
    .style-nineteen .header-bottom .secondary-menu .secondary-menu-list {
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        width: auto;
        height: auto;
        z-index: 9;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
    .secondary-menu .secondary-menu-list .mobile-menu {
        display: none;
        padding: 0 20px;
        max-height: 44vh;
        overflow: auto;
        background: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        visibility: visible;
    }
    .style-nine .header-bottom .secondary-menu.menu-toggled ul.nav-menu,
    .style-ten .header-t .secondary-menu.menu-toggled ul.nav-menu,
    .style-eleven .header-bottom .secondary-menu.menu-toggled ul.nav-menu,
    .style-twelve .header-bottom .secondary-menu.menu-toggled ul.nav-menu,
    .style-fifteen .header-mid .secondary-menu.menu-toggled ul.nav-menu,
    .style-sixteen .header-mid .secondary-menu.menu-toggled ul.nav-menu,
    .style-seventeen .secondary-menu.menu-toggled ul.nav-menu,
    .style-eighteen .secondary-menu.menu-toggled ul.nav-menu,
    .style-nineteen .header-bottom .secondary-menu.menu-toggled ul.nav-menu {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
    .secondary-menu ul li {
        display: block;
    }
    .secondary-menu ul li a,
    .style-nine .header-bottom .secondary-menu ul li a,
    .style-ten .header-t .secondary-menu ul li a,
    .style-eleven .header-bottom .secondary-menu ul li a,
    .style-twelve .header-bottom .secondary-menu ul li a,
    .style-fifteen .header-mid .secondary-menu ul li a,
    .style-sixteen .header-mid .secondary-menu ul li a,
    .style-seventeen .header-t .secondary-menu ul li a,
    .style-eighteen .header-t .secondary-menu ul li a,
    .style-nineteen .header-bottom .secondary-menu ul li a {
        padding: 20px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: block;
    }
    .secondary-menu ul li .submenu-toggle {
        top: 0;
        right: 0;
        width: 20px;
        height: 55px;
        line-height: 55px;
    }
    .secondary-menu ul ul li.menu-item-has-children .submenu-toggle {
        right: 0;
        transform: none;
        top: 0;
    }
    .secondary-menu ul li.menu-item-has-children .submenu-toggle.active {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .secondary-menu ul ul {
        padding-left: 10px;
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        width: auto;
        display: none;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    .style-nine .secondary-menu ul ul,
    .style-ten .secondary-menu ul ul,
    .style-eleven .secondary-menu ul ul,
    .style-twelve .secondary-menu ul ul,
    .style-fifteen .secondary-menu ul ul,
    .style-sixteen .secondary-menu ul ul,
    .style-seventeen .secondary-menu ul ul,
    .style-eighteen .secondary-menu ul ul,
    .style-nineteen .secondary-menu ul ul {
        background: none;
    }
    .secondary-menu ul ul li {
        padding-left: 0;
        padding-right: 0;
    }
    .secondary-menu ul ul li a {
        border-bottom-style: solid;
    }
    /*======================
    MAIN NAVIGATION
    ======================*/
    .main-navigation {
        padding: 10px 0;
    }
    .main-navigation .toggle-btn {
        vertical-align: middle;
        display: inline-block;
    }
    .main-navigation .toggle-text {
        vertical-align: middle;
        display: inline-block;
    }
    .main-navigation .toggle-text {
        font-size: 0.8888em;
        text-transform: uppercase;
        margin-left: 5px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .main-navigation .close {
        display: block;
        position: fixed;
        width: 20px;
        height: 20px;
        background: none;
        padding: 0;
        top: 30px;
        right: 20px;
        cursor: pointer;
    }
    .main-navigation .close::before,
    .main-navigation .close::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: #222;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        transition: all ease 0.35s;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .main-navigation .close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .main-navigation .close:hover::before,
    .main-navigation .close:hover::after {
        background: #222;
    }
    .main-navigation .primary-menu-list {
        overflow: hidden auto;
        display: none;
        text-align: left;
        position: fixed;
        width: 320px;
        height: 100%;
        background: #fff;
        box-shadow: 5px 0 10px rgb(0 0 0 / 10%);
        padding-top: 70px;
        top: 0;
        left: 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        z-index: 99999;
    }
    .primary-menu-list.active {
        display: block;
    }
    .main-navigation .mobile-menu {
        width: 320px;
    }
    .main-navigation ul {
        text-align: left;
    }
    .main-navigation ul.nav-menu {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-navigation ul li {
        display: block;
        padding: 15px 0;
        border-bottom: solid 1px #f0f0f0;
    }
    .main-navigation ul li:last-child {
        border-bottom: none;
    }
    .main-navigation ul li a {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: normal;
        color: #333;
    }
    .main-navigation ul li.current-menu-item > a,
    .main-navigation ul li.current_page_item > a,
    .main-navigation ul li:hover > a,
    .main-navigation ul li > a:hover {
        color: #ea004d;
    }
    .main-navigation ul li.current-menu-item,
    .main-navigation ul li.current_page_item,
    .main-navigation ul li:hover {
        background: none;
    }
    .main-navigation ul ul {
        padding-left: 10px;
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        width: auto;
        display: none;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    .main-navigation ul ul li {
        padding-left: 0;
        padding-right: 0;
    }
    .main-navigation ul ul li a {
        border-bottom-style: solid;
    }
    .main-navigation ul li .submenu-toggle {
        top: 0;
        right: 0;
        width: 20px;
        height: 55px;
        line-height: 55px;
    }
    .main-navigation ul ul li.menu-item-has-children .submenu-toggle {
        right: 0;
        transform: none;
        top: 0;
    }
    .main-navigation ul li.menu-item-has-children .submenu-toggle.active {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    /*========================
    STICKY HEADER
    ========================*/
    .sticky-header .main-navigation {
        flex: initial;
    }
    /*==========================
    SITE BANNER
    ==========================*/
    .site-banner .banner-caption .banner-title {
        font-size: 2em;
    }
    /*=======================
    POST LAYOUT ONE
    =======================*/
    .full-width.post-layout-one .site-main article {
        width: 47%;
    }
    /*==========================
    SITE FOOTER SECTION
    ==========================*/
    .site-footer .grid.column-4 .col,
    .site-footer .grid.column-3 .col {
        width: 48%;
    }
    .site-footer .grid.column-4 .col:nth-child(2n),
    .site-footer .grid.column-3 .col:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    blockquote,
    q {
        font-size: 1.11em;
    }
    .promo-section {
        /*margin-top: 60px;
        margin-bottom: 60px;*/
        margin-left: 0;
        margin-right: 0;
    }
    .feature-section,
    .popular-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-title {
        font-size: 1.67em;
        margin-bottom: 40px;
    }
    article .entry-footer>span::after {
        width: 15px;
        margin-left: 5px;
        margin-right: 7px;
    }
    .archive .content-area .page-header {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .content-area .page-header .page-title,
    .page-template-default .content-area .page-header .page-title {
        font-size: 2.2223em;
    }
    /*========================
    STICKY T BAR 
    ========================*/
    .sticky-t-bar .newsletter-inner-wrapper {
        max-width: 420px;
        flex-direction: column;
    }
    .sticky-t-bar .newsletter-inner-wrapper form input {
        width: 100%;
        margin-bottom: 5px;
    }
    .sticky-t-bar .newsletter-inner-wrapper form input[type="text"] {
        margin-right: 0;
    }
    .sticky-t-bar .newsletter-inner-wrapper form input[name="subscribe-email"],
    .sticky-t-bar .newsletter-inner-wrapper form input[name="subscribe-fname"]+input[name="subscribe-email"] {
        width: 100%;
    }
    .sticky-t-bar .blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap input[type="checkbox"],
    .sticky-t-bar .blossomthemes-email-newsletter-wrapper form label .check-mark {
        top: 5px;
    }
    /*========================
    SITE BANNER
    ========================*/
    .site-banner.style-one .item img {
        height: 320px;
        object-fit: cover;
    }
    .site-banner.style-one .item .svg-holder .fallback-svg {
        height: 320px;
        width: 100%;
    }
    .site-banner .banner-caption .banner-title {
        font-size: 1.3333em;
    }
    .owl-carousel>.owl-nav button[class*="owl-"] {
        left: 0;
    }
    .owl-carousel>.owl-nav button.owl-next {
        left: auto;
        right: 0;
    }
    /*=========================
    PROMO SECTION
    =========================*/
    .promo-section .bttk-itw-holder {
        flex-direction: column;
        flex: auto;
    }
    .promo-section .bttk-itw-holder li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .promo-section .bttk-itw-holder li:last-child {
        margin-bottom: 0;
    }
    /*=======================
    POST LAYOUT ONE
    =======================*/
    .post-layout-one .site-main {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }
    .post-layout-one .site-main article {
        margin-left: 0;
        margin-right: 0;
    }
    .post-layout-one .site-main article.type-post,
    .post-layout-one .site-main article.post {
        width: 100%;
    }
    /*=========================
    SITE FOOTER SECTION
    =========================*/
    .footer-b .container {
        flex-direction: column;
        text-align: center;
    }
    .footer-b .copyright {
        justify-content: center;
    }
    .footer-b .footer-social {
        margin-top: 15px;
    }
    /*===========================
    AUTHOR SECTION
    ===========================*/
    .author-section {
        flex-direction: column;
        text-align: center;
    }
    .author-section .author-img {
        margin: 0 auto 20px;
    }
    .author-section .author-content-wrap {
        width: 100%;
        padding-left: 0;
    }
    /*=============================
    SINGLE POST DEFAULT CSS
    =============================*/
}


/* Single post and single page underline fixes */

.entry-summary a,
.page-content a,
.widget .textwidget a {
    color: var(--font-color);
    text-decoration: underline;
}

.entry-summary a:hover,
.page-content a:hover,
.widget .textwidget a:hover {
    color: var(--primary-color);
}


/* Meta Fixes */

svg:not(:root).svg-inline--fa {
    overflow: visible
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.svg-inline--fa.fa-lg {
    vertical-align: -.225em
}

.svg-inline--fa.fa-w-1 {
    width: .0625em
}

.svg-inline--fa.fa-w-2 {
    width: .125em
}

.svg-inline--fa.fa-w-3 {
    width: .1875em
}

.svg-inline--fa.fa-w-4 {
    width: .25em
}

.svg-inline--fa.fa-w-5 {
    width: .3125em
}

.svg-inline--fa.fa-w-6 {
    width: .375em
}

.svg-inline--fa.fa-w-7 {
    width: .4375em
}

.svg-inline--fa.fa-w-8 {
    width: .5em
}

.svg-inline--fa.fa-w-9 {
    width: .5625em
}

.svg-inline--fa.fa-w-10 {
    width: .625em
}

.svg-inline--fa.fa-w-11 {
    width: .6875em
}

.svg-inline--fa.fa-w-12 {
    width: .75em
}

.svg-inline--fa.fa-w-13 {
    width: .8125em
}

.svg-inline--fa.fa-w-14 {
    width: .875em
}

.svg-inline--fa.fa-w-15 {
    width: .9375em
}

.svg-inline--fa.fa-w-16 {
    width: 1em
}

.svg-inline--fa.fa-w-17 {
    width: 1.0625em
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em
}

.svg-inline--fa.fa-w-19 {
    width: 1.1875em
}

.svg-inline--fa.fa-w-20 {
    width: 1.25em
}

.svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto
}

.svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto
}

.svg-inline--fa.fa-border {
    height: 1.5em
}

.svg-inline--fa.fa-li {
    width: 2em
}

.svg-inline--fa.fa-fw {
    width: 1.25em
}

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -.125em;
    width: 1em
}

.fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.fa-layers-counter,
.fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center
}

.fa-layers-text {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: .25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fa-layers-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.fa-layers-bottom-left {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.fa-layers-top-right {
    right: 0;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fa-layers-top-left {
    left: 0;
    right: auto;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1.25em
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2.5em
}

.fa-inverse {
    color: #fff
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.site-title,
.site-description {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}


/*Typography*/

button,
input,
select,
optgroup,
textarea {
    font-family: Montserrat;
    font-size: 16px;
}