/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Basic Style
# Layout
# Widgets
# Header
# Navigation
# Sidebar
# Archives
# Single Post
# Gutenberg
# WooCommerce
# Footer

---------------------------------------------------------------- 
This style adds only dummy default design of the theme and it is 
not loaded when theme builder is active
----------------------------------------------------------------

*/


/*--------------------------------------------------------------
# Basic Style
--------------------------------------------------------------*/

body {
	color: #7f8386;
	line-height: 1.618;
	font-family: "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-rendering: optimizeLegibility;
    font-weight: 400;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #292929;
}

a {
	text-decoration: none;
    color: #394a8f;
}

a:hover {
    color: #556bc6;
}

a:focus {
	outline: none
}


.button, button, input[type=button], input[type=reset], input[type=submit],
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    border: 0;
    background: 0 0;
    background-color: #394a8f;
    border-color: #394a8f;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
    padding: 1em 2em;
    text-decoration: none;
    font-weight: 400;
    line-height: 22px;
    text-shadow: none;
    display: inline-block;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 3px;
    min-height: 42px;
    border-radius: 0;
}

.button:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt,
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
    background-color: #253472;
    color: #fff;
}


input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea, select,
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text,
.select2-container--default .select2-selection--single {
    font-size: 13px;
    padding: .6em 1em;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #43454b;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 0;
    min-height: 42px;
}


.select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 1;
    overflow: visible;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 54%;
    right: 8px;
    transform: translateY(-50%);
}

input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
    background-color: #fff;
    border-color: #cacaca;
    color: #2b2c30
}

textarea {
    overflow: auto;
    padding-left: .875em;
    vertical-align: top;
    width: 100%
}

label {
    font-weight: 400
}

select {
    height: 37px;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.content-block {
    width: 100%;
	max-width: 1100px;
	margin: auto;
    padding: 0 20px;
}

.content-full-width-block {
	width: 100%;
	margin: auto;
}

.has-sidebar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 50px;
}

.nothing-found {
    width: 100% !important;
}

@media (min-width: 1024px) {
    .has-sidebar {
        flex-wrap: nowrap;
    }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget .search-form [type="search"] {
    width: 100%;
}

.widget .search-form [type="submit"] {
    display: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
	border-bottom: 1px solid #eee;
    padding: 30px 0;
    z-index: 30;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.05) ;
}

.site-header-content {
	display: flex;
	align-items: center;
    position: relative;
}

.site-logo {
	font-size: 25px;
    font-family: Georgia;
    margin: 0 20px 0 0;
    color: #404040;
}

/* Header for pages and posts */

.page-header {
	background: rgba(0, 0, 0, 0.01);
	padding: 30px 0;
    border-bottom: 1px solid #eee;
    background-position: center;
    background-size: cover;
    position: relative;
}

.page-header h1 {
    font-family: serif;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.navigation-toggle {
    margin-left: auto;
}

.navigation-toggle input {
    display: block;
    width: 65px;
    height: 50px;
    position: absolute;
    top: -7px;
    right: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

.navigation-toggle input:checked ~ .site-navigation {
    display: block;
}

.navigation-btn {
    width: 25px;
    height: 2px;
    padding: 7px 0;
    border: 2px solid #000;
    border-width: 2px 0 2px 0;
}

.navigation-btn div {
    height: 2px;
    background: #000;
    top: -1px;
    position: relative;
}

.site-navigation {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    z-index: 22;
    padding: 20px 0;
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
    border-top: 1px solid #eee;
    top: 60px;
    display: none;
}

.site-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: normal;
	font-size: 13px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.site-navigation ul ul {
	display: block;
    transition: 200ms;
    padding-left: 20px;
}

.site-navigation .sub-menu li {
	width: 100%;
}

.site-navigation li[class*="children"] > a:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    margin-left: 15px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    transform-origin: top;
}

.site-navigation li[class*="children"] li[class*="children"] > a:after {
    transform: rotate(-45deg);
    transform-origin: top;
}

.site-navigation li:hover > .sub-menu {
	visibility: visible;
    opacity: 1;
}

.site-navigation ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transition-delay: 200ms;
}

.site-navigation a {
    color: #95979a;
    border: 0 solid #95979a;
   	padding: 12px 20px;
    display: flex;
    align-items: center;
    transition: 200ms;
    justify-content: space-between;
}

.site-navigation a:hover {
    color: #222;
}

.site-navigation li {
	position: relative;
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    width: 100%;
}

.site-navigation li[class*="current"] > a {
	color: #3e53a9
}

@media (min-width: 1024px) {
    .navigation-btn {
        display: none;
    }

    .navigation-toggle {
        margin-left: 0;
    }

    .site-navigation {
        position: relative;
        display: block;
        top: auto;
        border: 0;
        box-shadow: none;
        padding: 0;
    }

    .site-navigation li {
        width: auto;
    }

    .site-navigation ul ul {
        display: block;
        width: 200px;
        position: absolute;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        left: 0;
        top: 100%;
        padding-left: 0;
        box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
        border-radius: 3px;
    }

    .site-navigation ul ul ul {
        left: 100%;
        top: 0;
    }
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

#secondary {
	width: 240px;
	flex: 0 0 240px;
	font-size: 14px;
    margin-left: 55px;
    display: none;
}

#secondary:empty {
    display: none;
}

#secondary li {
	list-style: none;
}

#secondary ul {
	padding: 0;
	margin: 0;
	list-style: none;
    line-height: inherit;
}

#secondary ul ul {
	margin: 5px 0 0 15px;
}


#secondary .widget {
	margin-bottom: 40px;
}

#secondary .widget .widget-title, 
#secondary .widget .widgettitle {
	font-size: 18px;
    border-bottom: 1px solid #dedede;
    padding: 0 0 14px;
    margin: 0 0 14px;
    font-weight: 400;
    color: #394a8f;
    letter-spacing: -.1px;
    position: relative;
    font-family: serif;
}

#secondary .widget .widget-title:before, 
#secondary .widget .widgettitle:before {
    content: '';
    width: 40px;
    height: 1px;
    background: #394a8f;
    display: block;
    position: absolute;
    bottom: -1px;
}

#secondary .widget li {
	margin-bottom: 10px;
}

@media (min-width: 1024px) {
    #secondary {
        display: block;
    }
}

/*--------------------------------------------------------------
# Archives
--------------------------------------------------------------*/

a.post-thumbnail {
    display: block;
}

.post-thumbnail img {
    border-radius: 3px;
    margin-bottom: 20px;
}

.archive-content {
    width: 100%;
	display: flex;
	flex-wrap: wrap;
    flex-grow: 1;
	margin-left: -20px;
	margin-right: -20px;
}

.archive-content > * {
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 60px;
}

.archive-content .sticky {
    width: calc(100% - 20px);
}

.archive-content .sticky .post-entry-title {
    font-size: 160%;
}

.post-entry-title {
	font-size: 20px;
    line-height: 26px;
    word-wrap: break-word;
    font-weight: normal;
    font-family: serif;
    margin-bottom: 6px;
    margin-top: 4px;
}

.post-entry-title a {
    color: #394a8f;
}

.post-entry-meta,
.post-entry-footer {
	font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.posted-on .meta-prefix {
    display: none;
}

.post-entry-meta .byline {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}

.post-entry-meta a {
    color: inherit;
}

.post-entry-footer a {
    color: #394a8f;
}

.post-entry-meta a:hover,
.post-entry-footer a:hover {
    color: #292929;
}

.post-entry-footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.post-entry-footer > div {
    margin: 0 10px 5px 0;
}

.posts-navigation,
.navigation.pagination {
    width: calc(100% - 30px) !important;
    border-top: 1px solid #d7d9db;
    padding-top: 35px;
}

.navigation.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
}

.navigation.pagination .nav-links > * {
    display: block;
    width: 34px;
    height: 34px;
    color: #5d5f61;
    text-align: center;
    line-height: 32px;
    margin: 0 3px;
    border: 1px solid transparent;
    border-radius: 50%;
    font-size: 14px;
}

.navigation.pagination .nav-links .prev,
.navigation.pagination .nav-links .next {
    width: auto;
}

.navigation.pagination .nav-links > *:hover {
    color: #394a8f;
}

.navigation.pagination .current {
    color: #394a8f;
    border-color: #394a8f;
}

.posts-navigation a {
    color: #394a8f;
    text-transform: capitalize;
    font-size: 16px;
    font-family: serif;
    font-weight: 600;
}

.posts-navigation a:hover {
    color: #292929;
}

@media (min-width: 1024px) {
    .archive-content > * {
        width: calc(50% - 40px);
    }
}

/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/

.entry-title {
    word-wrap: break-word;
}

.single .nav-links {
    margin-top: 45px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.nav-links .nav-previous {
    margin-right: 20px; 
}

.single-post-content p:last-of-type {
    clear: both;
}

.single-post-thumbnail {
    text-align: center;
}

.post-password-form p:last-of-type {
    display: flex;
    align-items: flex-end;
}

.post-password-form [type="submit"] {
    margin-left: 10px;
}

.post-password-form [type="password"] {
    width: 100%; 
}

.single .entry-title {
    margin-bottom: 90px;
    font-family: serif;
    font-size: 55px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
}

.entry-meta {
    margin: 0 0 30px;
}

.single-post-thumbnail {
    display: none;
}

.single-post-header {
    padding: 130px 0 70px;
    background: var(--post-thumbnail) center/cover no-repeat;
}

.single-post-header .content-block {
    color: #fff;
    position: relative;
    z-index: 3;
}

.single-post-header a {
    color: #fff;
}

.single-post-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.57);
    z-index: 2;
}

body.page:not(.woocommerce-page),
.single-post .single-post-content {
    font-family: serif;
    color: #222;
    font-size: 17px;
}

.single .entry-meta {
    margin: 0
}

.single .byline {
    font-size: 22px;
    font-family: serif;
    text-transform: capitalize;
}

.single .byline .meta-prefix {
    display: none;
}

.single .entry-footer {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    color: #c4c4c4;
}

.entry-single {
    display: flex;
    align-items: center;
}

.entry-single img {
    margin-right: 25px;
    border-radius: 90px;
    width: 70px;
}

.single .entry-footer a {
    color: #c4c4c4;
}

.single .entry-footer a:hover {
    color: #fff;
}

.single .entry-footer > * {
    border-right: 1px solid #c4c4c4;
}

.single .entry-footer > :last-child {
    border-right: 0
}

.single .entry-footer > * {
    margin: 0 10px 10px 0;
    padding: 0 10px 0 0;
}

.comment-form-comment {
    margin-top: 15px;
}

.comment-form-comment label {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 5px;
    display: block;
}

.comment-author .avatar {
    border-radius: 50%;
}

/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/

.alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2 - 8px );
    margin-right: calc( -100vw / 2 + 100% / 2 - 8px );
    max-width: 100vw;
    width: 100vw;
}

@media (min-width: 1024px) {
    .alignwide {
        width: calc(100% + 100px);
        margin-left: -50px;
        max-width: 100vw;
    }    
}

.wp-block-table td, 
.wp-block-table th {
    border: 0;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/

.woocommerce-page #secondary {
    display: none;
}

.woocommerce #content {
    max-width: 1070px;
    margin: 50px auto 0;
}

.woocommerce-page .entry-title {
    color: #000;
    font-size: 40px;
    margin: 0;
}

.woocommerce-page .entry-summary {
    margin: 0;
}

.woocommerce-page #comments {
    padding: 0;
}

.woocommerce-page .quantity .qty {
    margin-right: 7px;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    padding: 7px 10px;
    line-height: 1;
    min-height: 10px;
    border-radius: 0;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 55px;
}

#coupon_code {
    min-width: 150px;
    max-width: 150px;
}

.checkout-button {
    width: 100%;
    font-size: 11px !important;
    min-height: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.woocommerce table.shop_table {
    border-radius: 0px;
}

.woocommerce table.shop_table th {
    border-width: 0px;
}

.woocommerce-cart table.cart img {
    width: 72px;
}

.woocommerce a.added_to_cart {
    padding-left: .5em;
    bottom: -2px;
    position: relative;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: #fafafa;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100%;
    margin: 10px 0;
    min-height: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    border: 0;
    padding: 0;
    border-radius: 0;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    margin: 1.5em 0 1.5em;
}

.woocommerce #review_form #respond {
    margin: 30px 0;
}

.woocommerce #review_form #respond p {
    margin: 5px 0 10px;
}

.woocommerce-Tabs-panel h2 {
    margin-top: 0;
}

.woocommerce #reply-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.2px;
    margin-bottom: 10px;
    display: block;
}

form.checkout_coupon {
    display: flex;
    flex-wrap: wrap;
}

form.checkout_coupon p:first-of-type {
    width: 100%;
    margin-bottom: 10px;
}

form.checkout_coupon .form-row-first {
    width: auto;
    padding-left: 0;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
	border-top: 1px solid #eee;
	border-bottom: 20px solid rgba(0,0,0,.88);
	margin: 100px 0 0;
}

.site-footer {
	display: flex;
	font-size: 13px;
	color: #7f8386;
	padding: 20px 0;
}

.footer-right {
	margin-left: auto;
}