/*!
Theme Name: dro web trader
Theme URI: https://github.com/younes-dro/dro-web-trader
Author: Younes DRO
Author URI: http://dro.123.fr
Description: a WordPress theme that will allow you to place your business on the web
Tested up to: 6.1
Requires PHP: 5.3
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dro-web-trader
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, e-commerce, blog

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.

dro web trader 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
        ## Index and Archive
# Infinite scroll
# Media
        ## Captions
        ## Galleries
#Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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.
 */

/**
* Issues to resole : the menu desapear when the Identifaint the site is desabled 
*/

.site-header{
    background-color: #373636;
}
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
         ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/*h1 {
    font-size: 2em;
    margin: 0.67em 0;
}*/

/* 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
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    color: hsl(0,0%,25%);
    font-family: 'PT Serif', serif;
    /*font-size: 18px;*/
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: right;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    color: #000;
    color: hsl(0,0%,0%);
    -ms-word-break: break-word;
    word-break: break-word;
}


p {
    margin-bottom: 1.5em;
}

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 {
    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;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
.container-fluid{
    padding: 1em;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

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 {
    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%;
}

.scrollup,
.scrollup:hover{
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 2rem;
    right: 1rem;
    background-color: #000;
    opacity: .5;
    display: none;
    border-radius: 0%;
    text-align: center;
    padding: 10px 0 0 0;
    color: #fff;
    z-index: 99;
}
.scrollup:hover{
    opacity: 1;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 1em 2em;
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Lato';
    text-transform: uppercase;
    line-height: 1;
    color: hsl(0, 0%, 100%);
    background: #3c3c3c;
    background: hsl(0, 0%, 24%);
    border: none;
    border-radius: 3px;
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #000;
    background: hsl(0, 0%, 0%);
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    background: #000;
    background: hsl(0, 0%, 0%);
}

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 {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px;
    font-family: 'Lato', sans-serif;
    color: #333;
    border: 1px solid #ccc;
}

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;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    text-decoration: none;	
    color: #000;
    color: hsl(0, 0%, 0%);
}

a:visited {
    color: #333;
    color: hsl(0, 0%, 20%);
}

a:hover, a:focus, a:active {
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation.sticky-header{
    position: fixed; 
    left: 0; 
    right: 0; 
    width: 100%;
    background-color: #333;
    /*box-shadow: 0 2px 6px rgba(255, 255, 255, 0.2);*/
    animation:slide-down 0.7s;
    z-index: 9999;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
.main-navigation{
    display: block;
    clear: both;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin: 0 auto;
}


.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background: #333;
    /*background: hsl(0, 0%, 30%);*/
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation li:hover > a {
    color: #000;
    color: hsl(0, 0%, 100%);
    /*background: #fff;*/
    /*background: hsl(0, 0%, 30%);*/
}
.main-navigation ul ul a:hover {
    background: #707070;
    /*background: hsl(0, 0%, 19%);*/
    color: #fff;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    color: #fff;
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    padding: 1.3em 1em;
    font-size: 14px;
    font-size: .8rem;
    text-decoration: none;
    line-height: 1.3em;
    color: #fff;
    color: hsl(0, 0%, 100%);
}
.main-navigation .current-menu-item{
    background-color: #666;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }

}
@media screen and (max-width:992px){

    .main-navigation {    
        float: left;
        width: 100%;
    }
    .menu-toggle {
        display: block;
        height: 3.75em;
        padding: 0 1em;
        font-weight: normal;
        font-size: 14px;
        font-size: .9rem;
        text-decoration: none;
        line-height: 3.75em;
        color: #fff;
    }
    ul.nav-menu{
        background-color: #707070;
    }
    .main-navigation.toggled .nav-menu {
        display: block;
        border-top: 1px solid;
        border-top-color: #fff;
        border-top-color: hsla(0, 0%, 100%, .5);
    }

    .main-navigation ul {
        display: none;
        padding-left: 0;
    }
    .main-navigation li { 
        float: none; 
    }

    .main-navigation li a { 
        padding: 1.3em 2em; 
    }

    .main-navigation li li a { 
        padding-left: 4em; 
    }

    .main-navigation li li li a { 
        padding-left: 6em; 
    }

    .main-navigation li:hover > a {
        background: #313131;
        background: hsl(0, 0%, 19%);
    }

    .main-navigation ul ul,
    .main-navigation ul ul ul {
        position: relative;
        top: inherit;
        left: 0;
        display: block;
        float: none;
        background-color: #333;
        /*background: #313131;*/
        /*background: hsl(0, 0%, 19%);*/
    }

    .main-navigation ul ul a { width: 100%; }

    // dropdown icon
    .main-navigation .mks-dropdown-toggle{
        float: right;
    }

    .mks-dropdown-toggle{
        position: absolute;
        right: 0;
        padding: 4px;
        top: 0;
        line-height: 35px;
    }
    .fa{
        color: #fff;
    }
    .main-navigation ul a:hover,
    .main-navigation ul ul a:hover {
        background: #4d4d4d;
        background: hsl(0, 0%, 30%);
    }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: 0;
    }

    .main-navigation .current_page_ancestor { background: inherit; }

    .main-navigation ul ul .current_page_parent {
        color: inherit;
        background: inherit;
    }

    .main-navigation .current_page_item > a,
    .main-navigation .current_page_item > a:hover,
    .main-navigation .current_page_item li:hover,
    .main-navigation .current_page_parent .current_page_item > a  {
        color: #fff;
        color: hsl(0, 0%, 100%);
        background: #4d4d4d;
        background: hsl(0, 0%, 30%);    
    }
}
/* Social Menu */

.menu-social{ 
    margin: 0 auto;
    /* border: 1px solid #F00; */

    position: absolute;
    top: 60px;
    width: 50%;
    /* padding: 5px; */
    margin: 0 auto;
    right: 0;
    left: 0;
     background-color: hsla(0, 0%, 100%, 0.8);
}
.menu-social-scrolling{
    /*background-color: hsla(0, 0%, 100%, 0.8);*/

}
.menu-social:after{
    content: " ";
    clear: both;
}
.menu-social ul {
    float: right;
    text-align: center;
    list-style: none;
}
.menu-social ul li {
    position: relative;
    display:  inline-block;    
}
.menu-social li a:before {
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
    font-family: fontAwesome;
    font-size: 20px;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

.menu-social li a[href*="facebook.com"]::before { content: '\f09a'; }

.menu-social li a[href*="twitter.com"]::before { content: '\f099'; }

.menu-social li a[href*="dribbble.com"]::before { content: '\f17d'; }

.menu-social li a[href*="plus.google.com"]::before { content: '\f0d5'; }

.menu-social li a[href*="pinterest.com"]::before { content: '\f0d2'; }

.menu-social li a[href*="github.com"]::before { content: '\f09b'; }

.menu-social li a[href*="tumblr.com"]::before { content: '\f173'; }

.menu-social li a[href*="youtube.com"]::before { content: '\f167'; }

.menu-social li a[href*="flickr.com"]::before { content: '\f16e'; }

.menu-social li a[href*="vimeo.com"]::before { content: '\f194'; }

.menu-social li a[href*="instagram.com"]::before { content: '\f16d'; }

.menu-social li a[href*="linkedin.com"]::before { content: '\f0e1'; }

.menu-social li a[href*="yelp.com"]::before { content: '\f1e9'; }

.menu-social li a[href*="mailto:"]::before { content: '\f0d2'; }


@media screen and (max-width: 992px) {


    .menu-social {
        margin: 0 auto;
        /* border-top: 1px solid #F00; */
        /*background-color: rgba(6, 4, 3, 1);*/
        position: absolute;
        top: 0px;
        width: 50%;
    }

    #menu-social li a { 
        padding-left:.5em;
        padding-right: .5em;
    }
}



/* Search Form */
.search-toggle {
    float: right;
    width: 54px;
    height: 54px;
    padding: 12px;
    margin-right: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.search-toggle:hover,
.search-toggle.active {
    background: #4d4d4d;
    background: hsl(0, 0%, 30%);
}

input[type="search"] {
    box-sizing: border-box;
    width: 100%;
}

/*.search-box-wrapper {
    z-index: 2;
    width: 100%;
    display: none;
    text-align: center;
}*/

.search-box {
    padding: .5rem .5rem 0;
    /*background: #4d4d4d;*/
    /*background: hsl(0, 0%, 30%);*/
    position: absolute;
    top: 0px;
    right: 45px;
    display: none;
}
.search-box-showen{
    /*top: 0;*/
}

.search-box .search-field {
    max-width: 362px;
    float: right;
    padding: 1rem 2rem 1rem 4rem;
    font-size: 16px;
    font-size: 1rem;
    background-color: #fff;
    border: 0;
}
@media screen and (max-width:992px){
    .search-box .search-field{
        font-size: .9rem;
        padding: .4rem;
    }
}
.error404 .search-submit,
.search .search-submit,
.search-box .search-submit { 
    display: none; 
}


.search-toggle:hover,
.search-toggle.active {
    background: #4d4d4d;
    background: hsl(0, 0%, 30%);
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    /* width: 50%; */
    background-color: #000;
    padding: .3rem;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    background-color: #000;
    padding: .3rem;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a{
    color: #fff;
}
@media screen and (max-width: 767px){
    .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
        width: 100%; 
        text-align: center;
        float: none; 
    }
    .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
        width: 100%;
        text-align: center;
        float: none;
        margin-top: 20px;

    }
}
/* New Prev Comments navigation */
.comment-navigation {
    padding: 1em 0;
    margin: 3em 0;
    border-top: hsl(0, 0%, 80%) solid 1px;
    border-bottom: hsl(0, 0%, 80%) solid 1px;  
}

.comment-navigation i {
    margin: 0 1em;
}
/* avatar*/
.comment-body .comment-author img {
    border-radius: 50%;
}

/*--------------------------------------------------------------
## Pagination 
--------------------------------------------------------------*/
nav.pagination{
    display: block;
    text-align: center;
    margin-bottom: 1rem;
    padding: 1rem;
}
.pagination .page-numbers.current {
    background: #222;
    color: #fff;
    border-color: #222;
}
.pagination .page-numbers {
    border: 1px solid #000;
    line-height: 21px;
    padding: 7px 17px;
    margin-right: 5px;
    font-weight: 400;
    background: #eaeaea;
}
nav.pagination i{
    color: #000;
}

@media screen and (max-width:768px){
    nav.pagination span,
    nav.pagination a{
        display: block;
        min-height: 45px;
    }
    .pagination .page-numbers{
        margin-bottom: .2rem;
    }
    .pagination a.page-numbers,
    .pagination span.dots{
        border: none;
    }
}



/*--------------------------------------------------------------
# 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,
.comment-content:before,
.comment-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,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


.header-image img {
    display: block;
    margin: 0 auto;
}
.header-background-image {
    background: no-repeat center;
    background-size: cover!important;
    -moz-background-size: cover!important;
    -webkit-background-size: cover!important;
}

.header-background-image .title-box {
    background: #333;
    background: hsla(0, 0%, 0%, .7);
} 
.site-branding {
    padding: 8rem 0; 
    text-align: center;
    /*display: none;*/
    /*border: 1px solid #FF0000;*/
    /*    padding-top: 2rem;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;*/
}
.site-title {
    font-weight: 700;
    margin: 0 0 10px 0;
    /* padding: 0; */
    /* font-size: 40px; */
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: normal;
    /* padding-bottom: 1rem; */
    /* background-color: aquamarine; */
    padding-top: 1rem;
}

.site-description {
    font-weight: 100;
    font-size: 33px;
    font-size: 2rem;
    margin: 0 auto;
    /* background-color: aquamarine; */
}
.title-box {
    width: 600px;
    max-width: 75%;
    padding: 1rem;
    margin: 0 auto;
    /*    border: solid 1px #fff;
        border: solid 1px hsla(0, 0%, 100%, .3);*/
}
.site-branding a { 
    text-decoration: none; 
}

.site-title a,
.site-description { 
    color: #fff;
    color: hsl(0, 0%, 100%);
}
/* Header responsive */
@media screen and (max-width: 767px) {
    .site-branding { padding: 0; }

    .title-box {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 10rem 0 0 0;
        border: none;
    }
    .site-description{
        font-size: 16px;
        font-size: 1.5rem;
    }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 4em;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.widget-title{
    margin-bottom: 1em;
    font-size: 1.4rem;
    border-bottom: 1px solid #000;
}
.widget a{
    font-weight: 500;
    color: #707070;
}
.widget ul,
.widget ol{
    padding: 0;
    margin: -1em 0 0;
    list-style-type: none
}
.widget li{ 
    padding: 1em 0 0 0
}
.widget li ul,
.widget li ol{
    padding-top: 0;
}

.widget li li{ margin-left: .5em}

.widget_recent_entries li:before,
.widget_recent_comments li:before,
.widget_archive li:before {
    display: block;
    float: left;
    padding-top: 2px;
    margin-left: -1.5em;
    font-size: 14px;
    font-weight: 900;
} 

.widget_recent_entries li,
.widget_recent_comments li { margin: 0 0 .5em 2.5em; }
.widget_archive li { margin: 0 0 0 2.5em; }

.site-content li:before,
.site-footer li:before
{font-family: fontAwesome;}

.widget_recent_entries li:before { content: "\f036";}
.widget_recent_comments li:before { content: "\f075"; }
.widget_archive li:before{content: "\f187"}



.widget_archive li:before { content: "\f187"; }

.widget_nav_menu a,
.widget_pages a {
    display: block;
    padding: 1em 0;
    border-bottom: solid 1px hsl(0, 0%, 90%);
}

.widget_nav_menu li,
.widget_pages li { padding-top: 0; }

.widget_rss li { margin-bottom: .5em; }

.widget_rss .rss-date,
.widget_rss cite {
    display: block;
    font-size: 85%;
}

/* footer Widgets */
.footer-widgets { margin: 0 auto; }

.footer-widgets .widget-title,
.footer-widgets .widget a:hover {
    color: #fff;
    color: hsl(0, 0%, 100%);
    border-color: #fff;
    border-color: hsl(0, 0%, 100%);
}

.footer-widgets .widget {
    float: left;
    width: 320px;
    margin: 0 4rem 8rem 4rem;
}

.widget select {
    max-width: 100%;
}
.widget  .search-submit{
    display: none;
}
/* Make tags cloud tochable*/
.widget_tag_cloud .tagcloud a{
    display: inline-block;
    background-color: #f3efef;
    padding: 1em;
    margin: 1px;
    color: #000;    
}
.widget_tag_cloud .tagcloud a:hover{
    color: #000000;
}
/* Footer widgets responsive */
@media screen and (max-width: 992px) {
    .widget-title{
        font-size: 1rem;
    }
    #footer-widgets { width: 100%!important; }

    .footer-widgets .widget {
        float: none;
        width: 100%;
        margin: 0 0 8rem;
    }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-header{
    /*border:1px solid #00F;*/
}
/* Align center the entry header content for Single post */
.posted_category, 
.entry-title,
.entry-meta{
    text-align: center;
}
.entry-title {
    margin: 0 0 2rem;

    color: #000;
    color: hsl(0, 0%, 0%);
}
.entry-meta {
    margin-bottom: 2rem;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-size: .9rem;
}

.entry-meta a { font-weight: 600; }
.entry-content a { 
    text-decoration: underline; 
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 { margin-bottom: .4em; }


.entry-content p,
.entry-content ul,
.entry-content ol {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6em;
}

.entry-content blockquote p {
    font-size: 20px;
    font-size: 1.5rem;
    line-height: 1.5em;
}
/* Smaller fonts for smaller screens */
@media screen and (max-width: 767px) {

    /*    h1{font-size: 2rem;font-weight: 500;}
        h2{font-size:1.75rem; font-weight: 500}
        h3{font-size:1.5rem ; font-weight: 500;}
        h4{font-size:1.25rem; font-weight: 500;}
        h5{font-size:1.15rem; font-weight: 500}
        h6{font-size:1rem; font-weight: 500}*/
    .entry-content p,
    .entry-content ul,
    .entry-content ol  {
        font-size: 18px;
        font-size: 1rem;
    }

    .entry-content blockquote p {
        font-size: 22px;
        font-size: 1rem;
        line-height: 1.5em;
    }
}
/* Meta */
.category-list {
    margin: 1.3em 0 1em;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}

.category-list a {
    color: #333;
    color: hsl(0, 0%, 10%);
}

.category-list a:hover {
    color: #000;
    color: hsl(0, 0%, 0%);
}
.cat-links i{
    padding: .3rem;
    color: #ccc;
}

.entry-footer {
    margin-top: 3rem;
    margin-bottom: 5rem;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2em;
}

.entry-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.entry-footer li {
    display: inline-block;
    margin-right: 4rem;
}

.tags-links{
    font-size: 13px;
    font-size: .9rem;
    text-align: center;
    display: block;
}
.tags-links .fa{
    /*color: #ccc;*/
}

.entry-footer .tags-links a {
    margin-left: .4rem;
    border-radius: 50%;
    background-color: #313131;
    padding: 4px 8px;
    color: #fff;
    text-decoration: none;
    font-family: FontAwesome;
    display: inline-block;
}
.tags-links a::before{
    margin-right: .1rem;
    content: '\f02b';
}
.entry-footer a:hover{
    /*background-color: #fff;*/
    color: #848d95;
}

/* blockquote */
blockquote{
    border-top: 1px solid #bbc0c4;
    border-bottom: 1px solid #bbc0c4;
    font-style: italic;
    padding: 1em 1.5em 0;
    margin-bottom: 1em;
}

.sticky {
    display: block;
}

.hentry {
    /*    margin: 0 0 1.5em;
        padding: 1em;*/
}

.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;
}

.posted-on{
    /*   display: inline-block;
       margin-left: 1rem;*/
}
.posted-on i{
    padding: .3rem;
    color: #ccc;
}
.byline{
    display: inline-block;
    margin-right: .5rem;
}
.byline i {
    padding: .3rem;
    color: #ccc;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-title {
    font-weight: 700;
}
.comments-area > ol {
    padding: 0;
    margin: 2em 0;
    list-style-type: none;
}
ol.children { list-style-type: none; }
.comment-list ol { margin-left: 50px; }
.comment-meta { margin-bottom: 1em; }
.comment-author .avatar {
    width: 50px;
    display: block;
    float: left;
    margin-right: 20px;
}

.comment-author .fn {
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}
.comment-metadata {

    font-size:.8rem;
}

.comment-content { font-size: 90%; }

.comment-content,
.reply { margin-left: 3rem; }
.comment-body {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: solid hsl(0, 0%, 80%) 1px;
}
.comment-content a {
    word-wrap: break-word;
}

.comment-content ol { margin-left: 1.5em; }

.reply {
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
}

.comment-body .reply a {
    margin-top: 16px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1px;
    background: #222;
    padding: 0px 15px 0px 15px;
    border: 1px solid #222;
}
.comment-body .reply a:hover{
    border: 1px solid #bbc0c4;
}
.bypostauthor > .comment-body {
    position: relative;
    padding: 1em;
    margin-bottom: 2em;
    background: hsl(0, 0%, 93%);
    border: none;
}
/* Form comments */
.comment-reply-title {
    margin-bottom: .5em;
    font-weight: 700;
}
.comment-form {
    padding-bottom: 4rem;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-size: 1.1rem;
}

.comment-form textarea {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    font-size: 1.2rem;
}
.comment-form label { display: block; }

.required { color: red; }
/* Comments responsive */
@media screen and (max-width:600px) {    
    .comment-list ol { margin-left: 0; }
    ol.children{margin-left: 0; padding: 0}

    .comment-content ol { margin-left: 1.5em; }

    .comment-content,
    .reply { margin-left: 0; }
}

/*--------------------------------------------------------------
## Index and Archive
--------------------------------------------------------------*/
.post-item{
    margin-bottom: 60px;
}
.article-inner-wrapper{
    padding: 30px 30px 0px;
    text-align: center;
    border: 1px solid #9E9E9E;
}
@media screen and (max-width:992px){

    .post-item .entry-meta span{
        display: block;   
    }
}
.continue-reading{
    margin: 0 auto;
    background-color: #000;
    display: inline-block;
}
.continue-reading a{
    color: #fff;
    font-size: .9rem;
    display: inline-block;
    padding: .3rem;
}
.continue-reading i{
    margin-left: .5rem;
}
.post-sticky{
    position: absolute;
    top: .1rem;
    left: 1.5rem;
    transform: rotateZ(-45deg);
    color: #000000;
}
/* Archive style */
.page-header{

}
.page-title{
    background-color: #4d4d4d;
    color: #fff;
    padding: 1rem;
}
.archive-description{
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 0 0 0 1rem;
    margin: 0 0 1rem 0;
    display: table;
    width: 100%;
}
.archive-description p{
    display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width: 768px){

    .page-title{
        font-size: 16px;
        font-size: 1rem;
    }
    .entry-title{
        font-size: 18px;
        font-size: 1.5rem;
    }
}
/*--------------------------------------------------------------
# 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,
.comment-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;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    padding: 0.8075em 1em;
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    background: #e5e5e5;
    background: hsl(0, 0%, 90%);
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: none;
}
/* Featured Images */

.single-post-thumbnail { 

}

.single-post-thumbnail img {
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer{
    padding: 1rem;
    font-family: 'Lato' , sans-serif;
    font-size: 16px;
    font-size: 1rem;
    background-color: #242729;
    color: #bbc0c4;
}
.site-footer a{
    color: #848d95;
    color: hsla(208, 7%, 55%, 1 );
    
}
.site-info{
    text-align: center;
}