/*!
Theme Name: ARMORUM
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: armorum
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

ARMORUM 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/\

@media screen and (max-width: 1680px) {

@media screen and (max-width: 980px) {

@media screen and (max-width: 736px) {

@media screen and (max-width: 480px) {

@media screen and (max-width: 360px) {

*/
body, html {
    margin: 0;
    padding: 0;
}

.site {
    position: relative;
    overflow: hidden;
}

.first-page__polylang, .first-page__polylang ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

#header .first-page__polylang:before {
    content: none;
}

.container {
    margin: 0 5%;
    width: 90%;
    box-sizing: border-box;
}

.container.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.site-branding {
    display: inline-block;
}

.site-header .site-branding a {
    border: none;
}
.site-header .site-branding a img {
    height: 50px;
    width: auto;
}

.site-header {
    background-color: rgba(27, 31, 34, 0.85);
    height: 60px;
    overflow: hidden;
    /*overflow-y: hidden;*/

}
/*active menu link*/
.site-header .main-navigation a:hover {
    border-bottom: 1px solid #ffffff;
}

.main-navigation > ul > li a {
    text-transform: uppercase;
}
.main-navigation > ul > li.current-menu-item a {
    border-bottom: 1px solid #ffffff;
    cursor: default;
}
.main-navigation ul li {
    padding: 0;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /*display: flex;*/

    /*justify-content: space-between;*/
}

.main-navigation ul li {
    display: inline-block;
    padding: 10px;
}

.main-navigation ul .widget .widget_polylang {

}

p.site-title {
    margin-bottom: 0;
}

.menu-main-container {
    width: 100%;
}

.menu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.menu__btn__bcg {
    display: none;
}
@media screen and (max-width: 736px) {
    .menu__btn__bcg {
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        background: #ffffff;
        margin-left: auto;
        position: relative;
        z-index: 999;
    }

    .main-navigation {
        width: auto;
    }

    .main-navigation > ul {
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(100%, -50%);
        width: 50%;
        max-width: 250px;
        padding: 60px 0 20px 30px;
        /*border-radius: 15px;*/
        border-bottom-left-radius: 15px;
        /*height: calc(100vh - 60px);*/
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        z-index: 999;
        background: #000000;
        transition: 0.3s;
    }
    .main-navigation ul li {
        width: 100%;
        padding: 0;
    }
    .main-navigation > ul > li {
        margin-top: -1px;
        position: relative;
    }
    .main-navigation > ul > li a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        padding: 5px 0 5px 10px;
        z-index: 1;
        position: relative;
    }
    .main-navigation > ul > li:hover {
        /*z-index: 99;*/
    }
    .main-navigation > ul > li a:hover,
    .main-navigation > ul > li.current-menu-item a {
        color: yellow;
        border-color: yellow;
        border-bottom: 1px solid yellow;
        z-index: 99;
    }
    .site-header .main-navigation a:hover {
         border-bottom: 1px solid yellow;
    }



    .main-navigation > ul.active {
        transform: translate(0, 0);
    }

    /*nav bar navigation*/

    .menu__btn__bcg {
        height: 40px;
        width: 40px;
        background: #fff;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        overflow: hidden;
    }

    .menu__btn__bcg .menu__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: transparent;
        border: none;
        padding: 0;
    }

    .menu__btn__bcg .menu__btn span {
        -webkit-transition: none;
        transition: none;
    }

    .menu__btn__bcg .menu__btn span,
    .menu__btn__bcg .menu__btn span:after,
    .menu__btn__bcg .menu__btn span:before {
        display: block;
        width: 20px;
        height: 2px;
        background: #000;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    .menu__btn__bcg .menu__btn span:after,
    .menu__btn__bcg .menu__btn span:before {
        content: "";
    }

    .menu__btn__bcg .menu__btn span:after {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    .menu__btn__bcg .menu__btn span:before {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    .menu__btn__bcg .menu__btn.active span {
        margin-top: -4px;
        height: 0;
    }

    .menu__btn__bcg .menu__btn.active span:before {
        -webkit-transform: rotate(-45deg) translateY(1px);
        transform: rotate(-45deg) translateY(1px);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    .menu__btn__bcg .menu__btn.active span:after {
        -webkit-transform: rotate(45deg) translateY(-1px);
        transform: rotate(45deg) translateY(-1px);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

}

.post-thumbnail img {
    width: 100%;
    height: auto;
}
/*footer*/

#footer {
    background-color: rgba(27, 31, 34, 0.85);
    margin-top: 20px;
}
#footer .container.flex-container {
    margin: 0 auto;
    padding: 0;
}
/*btn social*/
.btn-footer {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
    background: inherit;
    transition: .5s;
    border-radius: 4px;
    line-height: 38px;
    font-size: 20px;
    text-align: center;
}
.btn-footer:hover {
    border-radius: 20px;
    background: #fff;
    color: #000 !important;
}
.top {
    text-align: right;
}
.top #toTop {
    position: fixed;
    transition: .5s;
    bottom: -50px;
    right: 10px;
    background-color: rgba(27, 31, 34, 0.85);
}.top #toTop:hover {
     background-color: #fff;
 }



.social {
    text-align: left;
}
@media screen and (max-width: 580px) {
    .top {
        /*display: none;*/
    }
    #footer .flex-container {
        flex-direction: column-reverse;
    }
    .copyright {
        padding-bottom: 10px;
    }
    .entry-content iframe{
        height: auto;
    }
}
.entry-content iframe{
    width: 100%;
    /*height: auto;*/
}
.entry-content > * {
    max-width: 100%;
}
.navigation.posts-navigation {

}
.pgntn-page-pagination.pgntn-top .pgntn-page-pagination-block {
    width: auto !important;
}
.page-numbers{
    background: rgba(0,0,0,0.2);
    border: 1px solid #ffffff;
    transition: .5s;
    border-radius: 2px;
}
.page-numbers.current, .page-numbers:hover {
    background: rgba(0, 0, 0, 0.8);
    /*border: none;*/
    border: 1px solid rgba(0, 0, 0, 0.8);

}


