/*
Theme Name: Devexus React
Theme URI: https://devexus.net
Author: Devexus
Author URI: https://devexus.net
Description:
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: devexus
Tags: 
*/

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

body,
html {
    line-height: 1.5;
    overflow-x: hidden;
    font-family: Open Sans, sans-serif;
    font-size: 15px
}

html.mobile-active {
    overflow-y: hidden
}

html.mobile-active body {
    overflow: hidden
}

a {
    color: #b2a388;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear
}

a:hover {
    color: #9e8b69
}

.container {
    width: 90%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-family: Open Sans, sans-serif
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 13px
}

p {
    margin-bottom: 1em
}

img {
    display: inline-block
}

.text-primary {
    color: #b2a388
}

.text-secondary {
    color: #f4f1ed
}

.bg-primary {
    background: #b2a388
}

.bg-secondary {
    background: #f4f1ed
}

.border-primary {
    border-color: #b2a388
}

.border-secondary {
    border-color: #f4f1ed
}

#bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.btn {
    background-color: #b2a388;
    padding: .6rem 1rem;
    color: #fff;
    text-transform: uppercase
}

.btn i {
    margin-right: 3px
}

.btn:hover {
    background-color: #a89779;
    color: #fff
}

.btn-arrow span {
    margin-right: 1rem;
    position: relative;
    top: -2px
}

.btn-arrow span,
.btn-arrow span img {
    display: inline-block
}

.widget-container .widget-title {
    background: #b2a388;
    text-transform: uppercase;
    color: #fff;
    padding: .5em 2em;
    font-size: .866em;
    font-weight: 600
}

.widget_recent_entries ul {
    padding: .5em 2em;
    background: #f7f7f7
}

.widget_recent_entries ul li {
    margin: .5em 0
}

.widget_recent_entries ul li a {
    font-weight: 600;
    display: block;
    font-size: .933em;
    color: #111
}

.widget_recent_entries ul li a:hover {
    color: #b2a388
}

.widget_recent_entries ul li span {
    display: block;
    color: #d0c7b6;
    font-size: .866em
}

nav.main {
    z-index: 109
}

nav.main {
    position: relative;
}

nav.main li {
    position: relative;
    display: inline-block;
}

nav.main li a {
    color: #111;
    padding: 1rem 2rem;
    display: block;
    cursor: pointer;
}

nav.main li.current-menu-item > a {
    color: #b2a388
}

nav.main li.menu-item-has-children > a:after {
    content: "\f0d7";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 7px;
}


nav.main li .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    padding-top: 2px;
    width: 300px;
    background: transparent;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .2)
}

nav.main li .sub-menu li {
    display: block;
}

nav.main li .sub-menu li.menu-item-has-children > a:after {
    content: "\f0da"  
}

nav.main li .sub-menu li a {
    background: #b2a388;
    color: #222;
    font-size: .86667rem;
    display: block;
    border-bottom: 1px solid #a2906f
}

nav.main li .sub-menu li a:hover {
    background: #b8aa91
}

nav.main li .sub-menu li:hover>.sub-menu {
    display: block;
    left: 300px;
    top: 10px
}

nav.main li .sub-menu li:hover>.sub-menu a {
    background: #a89779;
    border-bottom: 1px solid #9e8b69
}

nav.main li:hover a {
    color: #b2a388
}

nav.main li:hover>.sub-menu {
    display: block
}

nav.main li:hover>.sub-menu a {
    color: #222
}

#trigger-mobile {
    width: 50px;
    margin-top: 5px;
    vertical-align: middle;
    cursor: pointer
}

#trigger-mobile span {
    transition: all .3s ease-in-out;
    background-color: #b2a388;
    height: 3px;
    display: block;
    margin-bottom: 5px;
    cursor: pointer
}

#trigger-mobile.mobile-active {
    z-index: 110;
    position: relative;
    top: -20px
}

#trigger-mobile.mobile-active span {
    background-color: #fff;
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg)
}

#trigger-mobile.mobile-active span:nth-child(2) {
    -webkit-transform: translateX(200px);
    transform: translateX(200px)
}

#trigger-mobile.mobile-active span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg)
}

header.mobile-active nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #b2a388;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 2rem;
    transition: all .3s linear;
    overflow-x: hidden;
    overflow-y: scroll
}

header.mobile-active nav li {
    display: block
}

header.mobile-active nav li,
header.mobile-active nav li.has-children {
    border-bottom: 1px solid #a2906f
}

header.mobile-active nav li a {
    color: #fff
}

header.mobile-active nav li a:hover {
    color: #dad3c6
}

header.mobile-active nav li .sub-menu {
    display: block;
    position: static;
    padding-left: 2rem;
    box-shadow: none
}

header.mobile-active nav li .sub-menu li {
    border-bottom: none
}

header.mobile-active nav li .sub-menu li a {
    color: #fff;
    border-bottom: none
}

.fp-news article {
    background: #f4f1ed
}

.fp-news article h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    height: 58px;
    overflow: hidden
}

.fp-news article h4 a {
    color: #111
}

.fp-news article h4 a:hover {
    color: #b2a388
}

.fp-news article .content {
    line-height: 1.4;
    margin-bottom: 1rem;
    overflow: hidden
}

.fp-news article .content a {
    color: #b2a388;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .86667rem
}

.fp-news article time {
    color: #b2a388
}

.cats {
    margin-bottom: 1rem
}

.cats .cat,
.cats ul li {
    background: #b2a388;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: .25rem 1rem;
    font-size: .8rem;
    margin-right: 5px;
    display: inline-block;
}

.cats ul li a {
    color: #fff;
}

#language-switcher a {
    color: #b2a388
}

.widget_text .textwidget {
    background: #111;
    color: #fff;
    padding: 1.5rem
}

#breadcrumbs a {
    color: #ccc
}

#content .inner-content ol,
#content .inner-content ul {
    padding-left: 2rem;
    margin: .5rem 0
}

#content .inner-content ol li,
#content .inner-content ul li {
    list-style-type: disc
}

#content .inner-content ol li {
    list-style-type: decimal
}

#content .newsletter-widget {
    height: 234px;
    width: 300px;
    position: relative
}

#content .newsletter-widget input {
    border: none;
    position: absolute
}

#content .newsletter-widget input[type=email] {
    top: 125px;
    right: 0;
    padding: 0 1rem;
    height: 40px;
    background-color: #fff;
    width: 255px
}

#content .newsletter-widget input[type=submit] {
    background: transparent;
    top: 186px;
    right: 60px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

main.category-list header.page-header {
    margin-bottom: 2rem
}

.doc-link {
    margin-bottom: .5rem
}

.doc-link span {
    background: #222;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 1rem
}

.doc-link span a {
    color: #fff
}

.doc-link span+span {
    background: #b2a388;
    color: #fff
}

.doc-link:hover span {
    opacity: .8
}

.social-icon {
    display: inline-block;
    width: 27px;
    height: 27px;
    text-align: center;
    margin: 0 1px
}

.social-icon:hover {
    opacity: .85
}

.social-icon i,
.social-icon img {
    display: inline-block;
    color: #fff;
    font-size: 21px
}

.grecaptcha-badge {
    width: 1px !important;
    height: 1px !important;
    opacity: 0
}

#search-form {
    position: relative
}

@media (max-width:767px) {
    #search-form {
        position: absolute;
        right: 15%
    }
}

#search-form input {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 1rem;
    width: 0;
    opacity: 0;
    outline: none;
    transition: all .3s linear
}

#search-form input.active {
    width: 205px;
    opacity: 1
}

#search-form input:focus {
    border: 1px solid #b2a388
}

#search-form .img-wr {
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 5px;
    cursor: pointer
}

#search-form .img-wr img {
    height: 21px;
    display: inline-block
}

/*# sourceMappingURL=styles.css.map*/

#loader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .85);
}

#loader .loader__image {
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 170px;
    height: 170px;
}

@keyframes fillIn {
    0% {
        fill: #1D1D1B;
    }

    50% {
        fill: #B2A388;
    }

    100% {
        fill: #1D1D1B;
    }
}


#loader i {
    color: #fff;
    font-size: 4rem;
    width: 60px;
    height: 60px;
    margin: auto;
    display: inline-block;
    /* transform: translateY(50%); */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


#content input[type="text"],
#content input[type="email"],
#content input[type="tel"],
#content textarea {
    background-color: #f4f1ed;
    color: #000;
    width: 100%;
    height: 30px;
    padding-left: 10px;

}

#content textarea {
    background-color: #f4f1ed;
    color: #000;
    width: 100%;
    height: 100px;
    padding: 10px;
}

#content .wpcf7 input[type="submit"] {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    background: #b2a388;
    padding: 10px 20px 10px 20px;
    border: none;

    width: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#content .wpcf7 input:hover[type="submit"] {
    background: #000;
    transition: all 0.4s ease 0s;
}

#content .wpcf7 input:active[type="submit"] {
    background: #f4f1ed;
}

#content .formclasses {
    width: 100%;
}

#content .yourname {
    float: left;
}

#content .yournameinput {
    float: left;
}
