/*
Theme Name: Lotus Beauty
Author: Netnus
Description:  Lotus Beauty is a free WordPress theme made for Beauty, Spa, Saloon particularly beauty-based business. Fully Customizer based theme and widget options let you design your site from only Customizer screen. ie: Appearance => Customize. Its trendy layout design and extraordinary features make it a perfect theme for the glamour world and can promptly grab the attention of its viewers. It has good compatibility with Site Origin Page Builder. Thus, it's very user-friendly and anyone can customize the pages of the theme easily without the need for coding knowledge. Having integrated with WooCommerce, it offers its user to create an online store. For instance, a beauty shop owner can display their cosmetic products and sell them online. Besides that, much wide range of features such as Custom Widgets, Responsive, Responsive Slider Image, Awesome Featured Section, Custom Sidebar Areas, Social Media Integration, Theme Options, Invoice for WooCommerce, Browser Compatibility etc. Furthermore, its a multi-purpose theme and can be used for different purposes. Overall, a great theme to showcase your brand, beauty services and promote your business. Demo: https://netnus.net/lotus/ , Download free Version: https://netnus.com/product/lotus-beauty-lite/
Version: 1.1.3
Author URI: https://netnus.com/
Theme URI: https://netnus.com/product/lotus-pro-wordpress-theme-for-hairsalon/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 5.7
Requires PHP: 5.6
Text Domain: lotus-beauty
Tags:  blog, e-commerce, portfolio, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, wide-blocks

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.

All Colors 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
# Forms
# Search Button
# Navigation
	## Links
	## Menus
	## Pagination
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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-color: #fefefe;
    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='%23e4e4e4' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    /*font-size: 2em;*/
    font-size: 38px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}

.h3-space {
    letter-spacing: -1px;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    background-color: transparent;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    text-decoration: none;
    color: #333;
}

a:hover {
    outline: 0;
    color: #0061CC;
}


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

.site-header {
    position: relative;
}

.grid-top {
    position: relative;
    width: 100%;
    max-width: 100%;
    /*background-color: rgb(0 0 0 / 80%);*/
    background-color: #081c35;
    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='%23032b5d' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    text-align: center;
    padding: 0;
    margin: 0 auto;
    z-index: 799;
}

.header-right {
    position: relative;
    line-height: 0;
    padding: 20px 0;
}

.header-right img {
    max-width: 100%;
}

#site-navigation {
    position: relative;
    max-width: 70%;
    margin: 0 auto;
    padding: 0 60px;
    z-index: 999;
}

.main-navigation:after {
    float: none;
    display: block;
}

.main-navigation ul {
    display: block;
    position: relative;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    z-index: 99999;
}

.main-navigation ul:after {
    clear: both;
    display: block;
    content: "";
}

.main-navigation ul li {
    float: left;
    padding: 20px 10px 20px 10px;
}

.main-navigation ul li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.main-navigation ul li a:hover {
    color: #0061CC;
}

/*.main-navigation ul li>a:after {
    position: relative;
    font-family: 'dashicons';
    content: "\f345";
    line-height: 1px;
    left: 10px;
    margin-right: 5px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.main-navigation ul li>a:after>hover {
    color: #fff !important;
}

.main-navigation li>a:only-child:after {
    content: '';
}*/

#s-button-menu {
    display: none;
}

.all-header {
    position: relative;
    height: auto;
}

.s-shadow {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.header-image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-description {
    display: inline-block;
    position: absolute;
    /*width: 100%;*/
    max-width: 1140px;
    top: 40%;
    left: 20%;
    right: 20%;
    margin: 0 auto;
    /*padding: 15px;*/
    text-align: center;
    z-index: 9;
    background: rgb(0 0 0 / 60%);
    padding: 20px;
}

.site-description p {
    clip: inherit !important;
    position: static !important;
    /*left: 15%;*/
    margin: 0;
    padding: 0;
    color: #fff;
}

@media (max-width: 478px) {
    .site-description {
        top: 30%;
    }
}


/*--------------------------------------------------------------
# Categories
--------------------------------------------------------------*/

.elementor-element.elementor-element-4a {
    padding: 100px 0 0;
    z-index: 99;
}

.elementor-element.elementor-element-4b {
    /*padding: 100px 0 0;*/
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    z-index: 99;
}

.elementor-element.elementor-element-ff>.elementor-element-populated {
    padding: 60px 80px 0 80px!important;
}

@media (max-width: 992px) {
    .elementor-element.elementor-element-ff>.elementor-element-populated {
        padding: 10px 20px 0 0!important;
    }
}

.elementor-widget-wrap>.elementor-element {
    width: 100%;
}

.elementor-element.elementor-element-4a .elementor-widget-wrap>.elementor-element,
.elementor-element.elementor-element-4b .elementor-widget-wrap>.elementor-element {
    background: #0061CC;
}

.elementor-widget:not(:last-child) {}

.elementor-element h2.elementor-heading-title {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.elementor-element.elementor-element-text>.elementor-widget-container {
    /*margin: 0 0 100px 0;*/
}

.elementor-text-editor {}

.elementor-text-editor p {
    color: #fff;
}

.elementor-widget-image {
    text-align: center;
}

.elementor-widget-image .elementor-image {}

.elementor-widget-image .elementor-image img {
    vertical-align: middle;
    display: inline-block;
}


/*--------------------------------------------------------------
## post_style1_area
--------------------------------------------------------------*/

.elementor-element.elementor-element-bb {
    padding: 80px 0;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    z-index: 99;
}

.elementor-element.elementor-element-bb:not(.elementor-motion-effects-element-type-background) {
    /*background-color: #F8F8F8;*/
}

.elementor-element.elementor-element-bb .elementor-widget-wrap {}

.post_block_style1 {
    float: left;
    position: relative;
    width: 31.3333%;
    margin: 0 3% 0 0;
    padding: 0;
    background: none;
}

.post_block_style1 .style1-post-thumb {
    line-height: 0;
    margin-bottom: 20px !important;
}

.post_block_style1 .style1-post-thumb img {
    width: 100%;
}

.post_block_style1 .post-content {
    /*padding: 20px;*/
}

.post_block_style1 .post-content h3 {
    border-left: solid 1px #0061CC;
    border-bottom: solid 1px #0061CC;
    padding-left: 10px;
    padding-bottom: 5px;
}

.post_block_style1:nth-child(2) .post-content h3 {
    border-top: solid 1px #0061CC;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 5px;
}

.post_block_style1 .post-content h3 a {
    color: #333;
}

.post_block_style1 .post-content p {}

.post_block_style1:nth-child(2) .post-content {
    /*position: relative;
    top: 0;*/
}

.post_block_style1:nth-child(2) .style1-post-thumb {
    margin-bottom: 0!important;
    margin-top: 20px;
}

.post_block_style1:last-child {
    margin-right: 0;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#content {
    max-width: 1200px;
    margin: 20px auto;
}

#primary {
    float: none;
    width: 100%;
    padding: 20px 60px;
}

#secondary {
    display: none;
}

main {
    margin: 0 auto;
    /*text-align: center;*/
}


/*--------------------------------------------------------------
# Primary Article
--------------------------------------------------------------*/

.home #primary .hentry {
    float: left;
    display: flex;
    position: relative;
    width: 100%;
    background: none;
    /*box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 5%);*/
    margin: 0 0 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

article {
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    width: 100%;
}

.home #primary .hentry .post_image {
    float: left;
    display: table;
    position: relative;
    line-height: 0;
    width: 35%;
    height: auto;
    margin-right: 5%;
}

.home #primary .hentry .post_image img {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2 ease-out;
    object-fit: cover;
    width: 100%;
    height: 250px;
}

.home #primary .hentry .post_content {
    width: 60%;
}

.home #primary .hentry .post_content h3.postitle {
    border-bottom: solid 1px #0061CC;
    border-left: solid 1px #0061CC;
    padding-left: 10px;
    padding-bottom: 10px;
}

.home #primary .hentry .post_content h3.postitle a {
    color: #333;
}

.home #primary .hentry .post_content p {}

.home #primary .hentry .post_content .blog_mo {
    text-align: right;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.home #primary .hentry .post_content .blog_mo a {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    /*padding: 0 0 10px;
    border-bottom: solid 1px #0061CC;*/
    color: #0061CC;
}

.home #primary .hentry .post_content .blog_mo a:hover {
    color: #333;
    border-bottom: solid 1px #333;
}


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

.single article {
    margin-bottom: 30px;
    background: none;
    /*box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 5%);*/
}

.single article .entry-header {}

.single article .entry-header h1.entry-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 28px;
    font-weight: normal;
}

.single article .entry-content {}

.single article .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #0061CC;
}

.single article .entry-content p {}


/*--------------------------------------------------------------
# Secondary
--------------------------------------------------------------*/

#secondary .widget {
    margin: 0 0 30px;
    padding: 30px 20px 20px;
    background: #fff;
    border: solid 1px #eee;
    /*box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 5%);*/
}

#secondary .widget:last-child {}

#secondary .widget h2.widget-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
}

#secondary .widget h2.widget-title a {
    color: #333;
}

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

#secondary .widget ul li {
    margin: 0;
    padding: 10px 0 10px 16px;
    border-bottom: solid 1px #eee;
    background: url(../wp-content/uploads/2021/07/icon.png) no-repeat left center;
}

#secondary .widget ul li:last-child {
    border-bottom: none;
}

#secondary .widget ul li a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

#secondary .widget ul li a:hover,
#secondary .widget ul li:hover a {
    color: #0061CC;
}

/*#secondary .widget ul li a:after {
    position: absolute;
    content: "";
    width: auto;
    height: 1px;
    background-color: #0061CC;
    left: 0;
    right: 100%;
    bottom: -6px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#secondary .widget ul li a:hover:after,
#secondary .widget ul li a:focus:after {
    right: 0;
}*/

/*#secondary .widget ul li a:before {
    display: inline-block;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-transform: none;
}

.widget_archive ul li a:before {
    content: "\f145";
    font-family: dashicons;
    font-size: 15px !important;
    padding-right: 5px;
    vertical-align: bottom;
}

.widget_recent_entries ul li a:before {
    content: "\f109";
    font-family: dashicons;
    font-size: 15px !important;
    padding-right: 5px;
    vertical-align: bottom;
}*/


/*--------------------------------------------------------------
## colophon
--------------------------------------------------------------*/

.site-footer {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    background: #081c35;
    text-align: center;
}

.footer-center {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    background: none;
    text-align: center;
}

#colophon .rowfooter {
    clear: both;
    margin: 0 -15px;
    padding-top: 80px;
}

#colophon .footercols {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0 30px;
    margin-bottom: 40px;
    text-align: center;
}

#colophon .footercols a {
    display: block;
    line-height: 0;
}

#colophon .footercols img {
    max-width: 100%;
}

#colophon .footercols3 {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0 30px;
    margin-bottom: 40px;
    text-align: center;
    color: #bebebe;
}

.footercols3 .social-icons a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgb(0 0 0 / 20%);
    border-radius: 100px;
    color: #0061CC;
    margin-right: 5px;
}

.footercols3 .social-icons a:last-child {
    margin-right: 0;
}

.footercols3 .social-icons a:hover {
    background-color: #0061CC;
    color: #fff;
}

.site-info {
    margin: 0;
    padding: 20px 30px;
    background: none;
}

.site-info p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #dbdbdb;
}

.site-info a {
    color: #258DFF;
}


/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/

.social-icons a {
    display: inline-block;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    margin-right: 3px;
}

.social-icons a:hover {}


/*--------------------------------------------------------------
# Social Top
--------------------------------------------------------------*/

.social-top {
    position: fixed;
    width: 38px;
    top: 25%;
    right: 0;
    z-index: 999999999999;
}

.social-top a {
    display: block;
    width: 48px;
    line-height: 48px;
    background: #151515;
    border-top: solid 1px #222;
    border-bottom: solid 1px #000;
    padding: 0 0 0 10px;
    text-align: left;
}

.social-top a:hover {
    width: 100px;
    transform: translate(-38px);
    -ms-transform: translate(-38px);
    /* IE 9 */
    -webkit-transform: translate(-38px);
    /* Safari */
    transform: translate(-38px);
    /* Standard syntax */
}

.social-top .fa {
    font-size: 20px;
    color: #eee;
}


/*--------------------------------------------------------------
# To TOP
--------------------------------------------------------------*/

#totop {
    outline: none;
    display: none;
    position: fixed;
    width: 49px;
    height: 48px;
    background: rgb(0 0 0 / 20%);
    border-radius: 50%;
    padding: 11px;
    text-align: center;
    font-family: 'Tahoma', sans-serif;
    color: #FFFFFF;
    right: 40px;
    bottom: 20px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
    z-index: 9999999;
}

#totop:hover {
    color: #0061CC;
}

#totop .dashicons {
    display: block;
    font-size: 26px;
}


/*--------------------------------------------------------------
# The END
--------------------------------------------------------------*/

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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 */
    background: #eee;
    border: #04134e;
    color: #04134e;
}


/**
 * 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;
}

.myButt:focus {
    outline: 2px solid #000;
    opacity: 0.8;
}


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


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

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

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    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 #666;
    cursor: help;
}

mark,
ins {
    ttext-decoration: underline;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #0061CC;
    color: #FFF;
    text-transform: uppercase;
    padding: 11px;
    position: relative;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #282828;
    cursor: pointer;
}

input[type="text"],
input[type="url"],
input[type="number"],
input[type="color"],
textarea {
    color: #04134e;
    border: 1px solid #c0c0c0;
    padding: 10px;
}

input[type="text"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
    outline: 0;
    box-shadow: none;
    border: 1px solid #999;
}

select {
    border: 1px solid #04134e;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Search Button
--------------------------------------------------------------*/


/* Close Icon */

.icon-close {
    position: relative;
    top: 10px;
    right: 80px;
    color: #101010;
    height: 100%;
    cursor: pointer;
    font-size: 70px !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.dashicons-no {
    display: inline-block;
}

.icon-close:hover {
    transform: rotate(0);
}


/* Container */

.container {
    position: relative;
}

.container.container-dark {
    background: #22313F;
    color: #FFF;
}

audio {
    padding: 0;
}

.h-center {
    padding: 40px;
    margin: 0 auto;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*h2 a {
    color: #1a1a1a;
    font-weight: 900;
    text-decoration: none;
}

h2 a:hover {
    color: #0061CC;
    text-decoration: none;
}*/

/*article p a {
    text-decoration: none;
}*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.menu-top-container {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 0;
    max-height: 65px;
}

.nav-center {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: right;
}

.main-navigation ul ul {
    position: absolute;
    z-index: 99999999999999;
    display: none;
    border-radius: 0px;
    min-width: 150px;
    padding: 0;
    background: #282828;
}

.main-navigation ul li:hover>ul {
    display: block;
    padding-top: 0;
}

.main-navigation ul ul li a:hover {
    color: #0061CC;
}

.main-navigation ul ul li:hover {
    color: #000;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.main-navigation ul ul li {
    position: relative;
    z-index: 9999;
    float: none;
    min-width: 100px;
    margin: 0;
    text-align: left;
}

.main-navigation .dash-mobile {
    display: none;
}

.main-navigation ul ul li a {
    font-size: 12px;
    font-weight: 500;
    padding: 12px 8px 16px 15px !important;
    color: #fff;
    line-height: 1.5em;
    text-transform: none;
}

.main-navigation ul ul li a:hover {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.main-navigation ul ul:hover ul {
    padding-top: 0px;
}

.main-navigation ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
}

.main-navigation:after {
    content: "";
    clear: both;
    display: block;
}

.main-navigation ul ul,
.main-navigation ul ul ul {
    display: block;
    position: absolute;
    left: -9999999px;
    z-index: 0;
}

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

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


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.menu-toggle {
    padding: 0 0 15px 0;
    font-size: 22px;
    display: none;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.dropdown-toggle:after {
    display: inline-block;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-align: center;
    text-decoration: underline;
    text-transform: none;
}

.main-navigation ul ul li>a:after,
.main-navigation ul ul ul li>a:after {
    position: relative;
    left: 10px;
    font-family: 'dashicons';
    content: "\f345";
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.main-navigation ul li:hover>ul {
    z-index: 99999;
    display: block;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


/*--------------------------------------------------------------
# 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 {
    display: block;
    z-index: 100000;
    top: 5px;
    left: 5px;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    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;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: normal;
    text-decoration: underline;
    /* 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 {
    content: "";
    display: table;
    table-layout: fixed;
    float: none;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


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

.widget {
    /*margin: 0 0 1.5em;*/
    /* Make sure select elements fit in widgets. */
}

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

.link-more {
    margin-top: 30px;
    margin-bottom: 30px;
}

.link-more a:hover {
    color: #eee;
}

.read-more {
    background: #3CAEA3;
    padding: 8px 15px 8px 15px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2 ease-out;
}

.read-more:hover {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2 ease-out;
}


/*--------------------------------------------------------------
# Social Top
--------------------------------------------------------------*/

.social-ico {
    float: right;
    width: auto;
    margin: 0 auto;
    padding: 10px;
}

header .social {
    font-size: 22px;
    position: relative;
    border-bottom: 1px solid #04134e;
}

header .social a {
    padding: 5px;
}

.social-pad {
    padding: 10px 0 10px 60px;
}

.border-bot {
    border-bottom: 1px solid #000;
}


/************************************/

.social-top .fa-icons a {
    display: inline-block;
    min-width: 35px;
    border: 1px solid #666;
    padding: 3px;
}

.social-top .fa-icons a:hover {
    background: #eee;
}

.social input {
    color: #FFFFFF !important;
}

.soc-right {
    float: right;
    padding: 8px;
    color: #eee;
    font-size: 13px;
}

.soc-right span {
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #828282;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#page {
    margin: 0 auto;
}

#content .ap-full-width #primary {
    float: none !important;
    width: 100% !important;
}

#content .ap-full-width #secondary {
    display: none !important;
}

#content .block-full-width #primary {
    float: none !important;
    width: 100% !important;
}

/*article p,
p {
    line-height: 1.8em;
}*/

article header h2 {
    margin: 0 0 10px 0;
}

.entry-footer .dashicons {
    font-size: 15px;
    color: #04134e;
}

.entry-footer {
    display: inline-block;
    width: 100%;
}

#secondary .children li {
    border-bottom: 0;
}

.widget-area figure {
    margin: 0;
}

footer ol,
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .fa-icons {
    padding: 10px;
}

footer .fa-icons .fa {
    width: 40px;
    color: #999999;
    padding: 10px;
    margin-right: 5px;
    font-size: 18px;
    border: 1px solid #999999;
}

footer .fa-icons .fa:hover {
    background: #444444;
    color: #ffffff;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: inline-block;
}

.post,
.page {
    margin: 0;
}

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

.page-content,
.entry-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.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;
}


/* 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;
}

@media screen and (max-width: 800px) {
    body #content #primary,
    body #secondary,
    .before-header .right-top,
    .before-header {
        position: relative;
        width: 100% !important;
        margin: 0 auto !important;
        text-align: left;
        padding-right: auto;
        left: 0;
        border: 0;
    }
    article,
    .home article {
        width: 100% !important;
    }
    body #content,
    body .h-center {
        padding: 10px !important;
    }
    #secondary,
    #primary {
        padding: 0 !important;
    }
    body #content #secondary {
        width: 100% !important;
    }
    .social-pad {
        text-align: center;
    }
    .before-header {
        overflow: hidden;
    }
    .before-header .right-top {
        display: block !important;
    }
    .site-branding .site-title a,
    .site-title {
        font-size: 7vw;
    }
    .before-header .left-top {
        text-align: center;
        float: none;
        position: static;
    }
    .header-right {
        right: 5px;
        padding-left: 0;
        display: block;
    }
    .header-image {
        top: 5px;
    }
    .dl-menuwrapper li a {
        text-align: left;
    }
    .header-right {
        z-index: 99999999;
    }
    .before-header .left-top {
        width: 100%;
    }
    #content {
        padding: 10px;
    }
    #site-navigation {
        position: static;
        max-width: 100%;
        display: none;
    }
    .main-navigation ul {
        position: static;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .main-navigation ul li {
        float: none;
        display: block;
        position: relative;
        text-align: left;
        width: 100%;
        border-bottom: solid 1px #eee;
        padding: 10px 15px;
        margin: 0;
    }
    .main-navigation ul li:last-child {
        border-bottom: none;
    }
    .main-navigation ul li a {
        color: #fff;
    }
    .main-navigation ul li a:hover {
        color: #0061CC;
    }
    .main-navigation ul li>a:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .main-navigation ul ul,
    .main-navigation ul ul ul {
        position: static;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .main-navigation ul ul li a,
    .main-navigation ul ul ul li a {
        padding-left: 10px;
    }
    .main-navigation ul ul li a {
        padding: 5px !important;
        padding-left: 10px !important;
    }
    .main-navigation ul ul ul li a {
        padding-left: 20px !important;
    }
    .main-navigation ul ul ul ul li a {
        padding-left: 30px !important;
    }
    .main-navigation ul ul ul ul ul li a {
        padding-left: 40px !important;
    }
    .main-navigation ul ul ul ul ul ul li a {
        padding-left: 50px !important;
    }
    .main-navigation ul ul ul ul ul ul ul li a {
        padding-left: 60px !important;
    }
    #s-button-menu {
        display: block;
    }
    #s-button-menu {
        background: none;
        width: 60px;
        padding: 10px;
        margin: 0;
    }
    #s-button-menu:hover {
        cursor: pointer;
    }
    /*#s-button-menu:focus {
        background: #444;
        box-shadow: 0 0 2px 2px rgb(0 0 0 / 50%);
    }*/
    .main-navigation ul ul li>a:after,
    .main-navigation ul ul ul li>a:after,
    .main-navigation ul ul ul ul li>a:after,
    .main-navigation ul ul ul ul ul li>a:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .grid-top {
        padding-left: 0%;
    }
    /*#primary-menu li a {
        padding: 20px 15px;
    }*/
    .main-navigation ul ul,
    .main-navigation ul ul ul {
        border-left: none;
    }
    .before-header .s-header-right {
        width: 100%;
        text-align: center;
    }
    #site-navigation {
        padding: 0 10px;
    }
    .s-header-right-deg {
        text-align: center;
    }
    #s-close {
        right: 14px;
    }
}


/*--------------------------------------------------------------
## elementor
--------------------------------------------------------------*/

/*.elementor-top-section.elementor-element {
    padding: 140px 0px 0px 0px;
    z-index: 99;
}*/

.elementor-section {
    position: relative;
}

.elementor *,
.elementor ::after,
.elementor ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px;
}

.elementor-section .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-column,
.elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-column {
    min-height: 1px;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 10px;
}

.elementor-column-wrap {
    width: 100%;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

/*.elementor-widget-image {
    text-align: center;
}*/

.elementor-widget {
    position: relative;
}

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.elementor {
    hyphens: manual;
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.elementor-element.elementor-element-aa {
    z-index: 9;
}

.elementor-element.elementor-element-aa>.elementor-element-populated {
    /*padding: 0 20px 0 150px!important;*/
    padding: 60px 80px 0 80px!important;
}

.elementor-10 .elementor-element.elementor-element-2bb4d0b1>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #F8F8F8;
}

.animated.animated-slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}


/*--------------------------------------------------------------
## post_style1_area
--------------------------------------------------------------*/

.post_style1_area,
.post_style2_area,
.post_style3_area {
    clear: both !important;
}


/*--------------------------------------------------------------
## colophon
--------------------------------------------------------------*/

@media (max-width: 992px) {
    .elementor-element.elementor-element-aa>.elementor-element-populated {
        padding: 10px 20px 0 20px !important;
    }
    .elementor-element .elementor-heading-title {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .elementor-column-wrap,
    .elementor-row {
        display: block;
    }
    .elementor-column.elementor-col-50 {
        width: 100%;
    }
    .elementor-element .elementor-heading-title {}
    .post_block_style1 {
        width: 100%;
        float: none;
        margin: 0 0 50px;
    }
    .post_block_style1:last-child {
        margin-bottom: 0;
    }
    .elementor-element.elementor-element-text>.elementor-widget-container {
        margin: 0;
    }
    .elementor-element.elementor-element-ff>.elementor-element-populated {
        padding: 20px!important;
    }
    .home #primary .hentry {
        display: block;
    }
    .home #primary .hentry .post_image {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .home #primary .hentry .post_image img {
        height: auto;
    }
    .home #primary .hentry .post_content {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}

.single .entry-content h3 {
    font-size: 18px;
}

.single .entry-content h4 {
    font-size: 14px;
}

@media (min-width: 768px) {
    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%;
    }
    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%;
    }
}