/*
Theme Name: Meida.am
Author: ArKh
Version: 0.2
*/

@import url(./css/hamburgers.css);
@import url(./css/owl.carousel.min.css);

@font-face {
    font-family: arian_amu;
    src: url(./css/fonts/arian_amu.ttf);
}

* {
    box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

select {
    -webkit-appearance: none !important;
    border-radius: 0;
    background-color: #FAFAFA;
    background-image: url(./images/region-filter.svg);
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    padding: 0.5rem;
    font-size: 0.875rem;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    border-radius: 0;
    height: 2.3125rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    color: #bd1320;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "arian_amu", sans-serif;
    background-color: #dadada;

}

img {
    max-width: 100%;
    height: auto;
    display: block;
}


/* Header */

header {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 97px;
    background: #9e0b0f url(./images/header-back-image.png) center no-repeat;
    border-top: solid 4px #fff;
    transition: 0.3s;
    z-index: 1000;
}

.small {
    height: 65px;
    transition: 0.3s;
}

.row {
    max-width: 73.75rem;
    position: relative;
    margin: auto;
}


/* Menu Button */

header nav {
    height: 100%;
}

header nav button {
    position: relative;
    top: 15px;
    padding-left: 10px !important;
    float: left;
}

header.small nav button {
    top: -1px;
}

.wpml-ls-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 5px 7px !important;
}

.activeLang {
    color: #e78788;
}


/* End Menu Button */


/* Header > Menu */

menu {
    position: fixed;
    top: 81px;
    left: -381px;
    width: 380px;
    height: 85%;
    background-image: url('./images/menu-back.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    border-top: 10px solid #a01317;
    background-color: #fff;
    overflow-y: scroll;
    transition: 0.3s;
    z-index: 999;
}


/* Menu Scroll bar */

menu::-webkit-scrollbar {
    width: 8px;
}

menu::-webkit-scrollbar-thumb {
    background-color: #a01317;
}

menu::-webkit-scrollbar-track {
    background-color: #aaa;
}


/* End  Menu Scroll bar*/

.go-rigth {
    left: 0px;
}

.overflow-hidden {
    overflow: hidden;
}

.background-grey {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 27;
    top: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

menu ul {
    padding: 0px;
    margin-top: 60px;
}

menu ul li {
    padding: 0px 10px 0 40px;
    list-style-type: none;
}

.menu-main-container li a,
.menu-main-menu-container li a {
    border-bottom: solid 1px #a01317;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 1.1em;
    padding: 10px 0 10px 18px;
    color: #676767;
    display: block;
    text-decoration: none;
    width: 100%;
}

menu li:nth-last-child(4) a,
menu li:nth-last-child(1) a {
    border-bottom: 10px solid #a01317;
}

menu li a:hover {
    color: #a01317;
}

menu li a:hover::before {
    content: '((';
    color: #a01317;
    position: absolute;
    left: 82px;
}

menu li a:hover::after {
    content: "))";
    color: #a01317;
    margin-left: 7px;
}


/* End Header > Menu */


/* Header >  Logo  */

.logo_image {
    width: 378px;
    height: 75px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 7px;
    box-sizing: border-box;
    left: 1px;
    transition: 0.3s;
}

.logo_image img {
    width: 100%;
    height: 100%;
}

.small .logo_image {
    width: 250px;
    left: 16px;
    top: 5px;
    height: 50px;
}


/* End Header >  Logo*/


/* Header > Project by */

.project-by {
    display: inline-block;
}

.project-by span {
    color: #ebc9c9;
    font-size: 11px;
    position: relative;
    bottom: 4px;
    right: 10px;
}

.project-by .project-by-image {
    height: 35px;
    width: 93px;
    background: url(./images/icons.png) -93px -269px no-repeat;
    display: inline-block;
    position: relative;
    right: 5.1px;
    top: 8px;
}

.small .project-by {
    display: none;
}


/* End Header > Project by */


/* Header > Search Form */

header form {
    display: inline-block;
    position: absolute;
    bottom: 11px;
    right: 30px;
    transition: 0.3s;
    box-shadow: none;
}

.small form {
    position: absolute;
    right: 412px;
    bottom: 22px;
}

header form *:focus,
menu form *:focus {
    outline: none;
    border: none;
}

header form input[type=text],
menu form input[type=text] {
    border: 0px;
    background-color: transparent;
    border-bottom: 1px solid white;
    width: 147px;
    margin: 0px;
    box-shadow: none;
}

header form input[type=submit],
menu form input[type=submit] {
    background: url(./images/icons.png) -33px 0 no-repeat;
    height: 19px;
    width: 20px;
    text-indent: -99999px;
    opacity: 0.75;
    border: 0px;
    position: absolute;
    bottom: 7px;
    margin: 0px;
    right: -17px;
    /* left: 20;
    right: -16.9px; */
}


/* End  Header > Search Form */


/* End Header */


/* Footer */

footer {
    background-color: #3e3e3e;
    min-height: 107px;
    overflow: hidden;
}

.footer-top {
    display: table;
    margin: 55px auto 33px;
    font-size: 13px;
}

.footer-top-cont {
    display: table-cell;
    padding: 0 90px 0 63px;
    line-height: 1.5;
    bottom: 6px;
    left: 8px;
}

.footer-top-cont p {
    margin: 0px;
    color: #454545;
}

.usaid-logo {
    margin-right: 60px;
    display: table-cell;
    vertical-align: middle;
}

.usaid-logo .logo {
    background: url(./images/icons.png) -231px -30px no-repeat;
    height: 37px;
    width: 134px;
}


/* Footer >  Menu */

.menu-menu-footer-menu-container,
.menu-footer-menu-container {
    margin: 0px;
    list-style-type: none;
}

footer .menu-menu-footer-menu-container ul,
footer .menu-footer-menu-container ul {
    list-style-type: none;
    margin: 0px;
    display: flex;
    justify-content: center;
    padding: 0px;
}

footer .menu-menu-footer-menu-container li,
footer .menu-footer-menu-container li {
    float: left;
    margin: 8px 10px;
}

footer .menu-menu-footer-menu-container li a,
footer .menu-footer-menu-container li a {
    color: #ececec;
    opacity: 0.6;
    text-transform: uppercase;
}


/* End Footer Menu */

footer>p {
    display: block;
    color: #ececec;
    font-size: 13px;
    text-align: center;
}


/* Footer Soc. Links */

.soc-links {
    margin: auto;
    width: 259px;
    position: relative;
    top: 0px;
    left: 34px;
}

.soc-links .soc-link {
    display: inline-block;
    margin-right: 25px;
    opacity: 0.6;
}

footer .soc-links .vimeo {
    height: 20px;
    width: 24px;
    background: url(./images/icons.png) -182px 0 no-repeat;
}

footer .soc-links .youtube {
    height: 20px;
    width: 29px;
    background: url(./images/icons.png) -223px 0 no-repeat;
}

footer .soc-links .facebook {
    height: 24px;
    width: 13px;
    background: url(./images/icons.png) -118px 0 no-repeat;
}

footer .soc-links .twitter {
    height: 23px;
    width: 28px;
    background: url(./images/icons.png) -90px -67px no-repeat;
}

footer .soc-links .rss {
    height: 23px;
    width: 24px;
    background: url(./images/icons.png) -101px -30px no-repeat;
}



/* End Footer Soc. Links */


/* End Footer */


/* Contenier */

#contenier {
    height: auto;
    position: relative;
    display: flow-root;
    margin-top: 157px;
}

.posts {
    border-top: solid 5px #454545;
    background-color: #f5f5f5;
    width: 66.66667%;
    display: inline-block;
    border-bottom: 5px solid #454545;
    position: relative;
    padding-bottom: 71px;
}

.posts>h1 {
    font-size: 32px;
    color: #9d0c10;
    font-weight: 100;
}

.cat-name-div a {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    background-color: #454545;
    position: relative;
    display: inline-block;
    padding: 10px;
    height: 50px;
    padding-top: 12px;
    margin-bottom: 40px;
    margin-top: 0px;
    font-weight: 100;
}

.cat-name-div a::after {
    content: "";
    height: 50px;
    width: 82px;
    background: url(./images/icons.png) -42px -366px no-repeat;
    position: absolute;
    top: 0;
    right: -82px;
}

.post-block {
    width: 100%;
    /* background-color: #676767; */
    display: table;
    position: relative;
    float: left;
    /* margin: 0 15px 20px 0; */
    overflow: hidden;
    border-top: solid 2px #fff;
    /* transition: 0.3s; */
    /* min-height: 200px; */
}

.post-block .opacity-color {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1;
    /* backgroundaram
    -color: rgba(160, 19aram
    , 23, 0.6); */
    /* transition: 0.3s; */
}

.post-block .image-block img {
    transition: 0.3s;
    filter: blur(3px);
    height: 250px;
}

.cat-name-small {
    position: absolute;
    left: 0px;
    top: 0px;
}

.post-block:hover {
    transition: 0.3s;
}

.post-block:hover .opacity-color {
    background-color: #a01317 !important;
    opacity: 1;
    transition: 0.3s;
    z-index: 1;
}

.post-block:nth-child(2n+3) {
    margin-right: 0px;
}

.post-name-div {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0 13px;
    z-index: 1;
}

.post-name-div span {
    display: table;
    width: 100%;
    height: 100%;
}

a.post-name {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 25px;
    position: relative;
    text-align: center;
}

.post-block a.post-author {
    color: white;
    position: absolute;
    bottom: 8px;
    right: 10px;
    z-index: 2;
    opacity: 0.7;
    font-size: 16px;
}

.post-block a.post-author::after {
    content: "";
    display: inline-block;
    left: 4px;
    position: relative;
    top: 4px;
    height: 18px;
    width: 11px;
    background: url(./images/icons.png) -109px -126px no-repeat
}

.post-block a.post-author::before {
    content: "";
    display: inline-block;
    right: 4px;
    position: relative;
    top: 4px;
    height: 18px;
    width: 11px;
    background: url(./images/icons.png) -87px -126px no-repeat;
}

.cat-name {
    margin: 0px;
}


.cat-name-small a {
    text-transform: uppercase;
    background-color: #fff;
    color: #a01317;
    display: inline-block;
    font-size: 12px;
    padding: 4px 0 4px 8px;
    position: relative;
    z-index: 12;
}

.cat-name-small a::after {
    content: "";
    position: absolute;
    top: 0px;
    height: 29px;
    width: 35px;
    background: url(./images/icons.png) -120px -126px no-repeat;
}

.post_blur_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    filter: blur(5px);
}

#pages {
    margin: auto;
    display: inline-block;
    display: inherit;
    text-align: center;
    position: absolute;
    bottom: 16px;
    left: 0px;
    right: 0px;
}

#pages * {
    color: #999999;
    border-radius: 3px;
    font-size: 1em;
    padding: 0.0625rem 0.625rem 0.0625rem;
}

#pages .next,
#pages .prev {
    color: #bd1320 !important;
}

#pages span {
    color: #ffffff;
    background: none;
    border-radius: 3px;
    background-color: #bd1320;
}


/* End Contenier */


/* author.php */

body.tax-author_posts .posts {
    border-top: solid 3px #bd1320
}

body.tax-author_posts .shareing-buttons {}

body.tax-author_posts .cat-name-div a,
body.tax-author_posts .cat-name {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    background-color: #454545;
    position: relative;
    display: inline-block;
    padding: 10px;
    height: 50px;
    padding-top: 12px;
    margin-bottom: 40px;
    margin-top: 0px;
    font-weight: 100;
}

body.tax-author_posts .cat-name {
    margin-top: 0px;
    background-color: #bd1320;
    text-transform: none;
    font-size: 27px;
}

body.tax-author_posts .cat-name {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    background-color: #bd1320;
    position: relative;
    display: inline-block;
    padding: 10px;
    height: 50px;
    padding-top: 12px;
    margin-bottom: 40px;
    margin-top: 0px;
    font-weight: 100;
}

body.tax-author_posts .cat-name::after {
    content: "";
    position: absolute;
    height: 50px;
    width: 78px;
    background: url(./images/icons.png) -141px -313px no-repeat;
    position: absolute;
    top: 0;
    right: -78px;
}

.author-bio {
    border-top: solid 6px #454545;
    background-color: #f5f5f5;
    width: 66.66667%;
    height: 214px;
    padding: 24px 20px;
    margin-bottom: 17px;
    position: relative;
    display: inline-block;
    /* overflow: hidden; */
}

.author-name {
    font-size: 27px;
    color: #bd1320;
    border-bottom: solid 1px #bd1320;
    position: absolute;
    top: 42px;
    left: 211px;
    padding-bottom: 5px;
    margin-right: 30px;
    display: block;
    width: 66.6%;
    line-height: 1.5;
}

.author-bio img {
    margin-left: 10px;
    margin-right: 10px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
}

.author-desc {
    position: absolute;
    top: 118px;
    left: 212px;
    color: #454545;
}


/* End author.php */


/* single.php */

body.single .posts {
    border-top: solid 6px #454545;
    padding: 50px 20px;
    background-color: #fff;
    /* overflow: hidden; */
}

body.single .posts p {
    color: #454545;
    margin: 0 0 10px;
    /* line-height: 26px; */
}

body.single .post figcaption {
    margin-top: 10px;
    color: #989292;
    font-weight: 300;
    text-align: right;
    font-size: 14px;

}

body.single .post iframe {
    width: 100%;
}

body.single .posts section {
    margin: 25px -20px;
    display: inline-block;
    border-bottom: solid 6px #F2F2F2;
}

body.single .posts section p {
    background-color: #F2F2F2;
    font-weight: bold;
    color: #454545;
    font-style: italic;
    font-size: 15px;
    line-height: 1.3em;
    margin: 0 170px 0 0;
    padding: 10px 0 0 20px;
    position: relative;
    height: 59px;
}

body.single .posts section p::after {
    content: "";
    position: absolute;
    height: 59px;
    width: 104px;
    background: url(./images/icons.png) -215px -67px no-repeat;
    top: 0px;
    right: -104px;
}

body.single .posts p a {
    color: #a01317 !important;
}

body.single .image-block,
.featured-image-wrap {
    margin-bottom: 20px;
}

body.single .posts blockquote {
    color: #454545;
    font: italic 16px/1.5 "arian_amu", sans-serif;
    margin: 20px 0 20px 30px;
    padding: 20px;
    border: solid #bd1320;
    border-width: 0 0 0 4px;
    background-color: #F2F2F2;
    border-radius: 0 5px 5px 0;
}

body.single .posts hr {
    border: 3px solid #454545;
    width: 105%;
    margin-left: -2.4%;
}

.cat-name-div-single {
    font-size: 14px;
    font-size: 14px;
    display: inline-flex;
    background-color: #454545;
    color: #fff;
    padding: 0px 8px 3px 20px;
    position: absolute;
    height: 23px;
    line-height: 1.5;
    top: 0px;
    left: 0px;
}

.cat-name-div-single::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -35px;
    height: 23px;
    width: 35px;
    background: url(./images/icons.png) -118px -67px no-repeat;
}

.cat-name-div-single .cat-date {
    position: relative;
    bottom: 1px;
}

.cat-name-div-single .cat-date p {
    margin: 0px !important;
    color: white !important;
}

.cat-name-div-single .cat-name {
    position: relative;
    font-weight: 100;
    left: 3px;
    bottom: 1px;
    text-transform: capitalize;
}

.cat-name-div-single .cat-name a {
    color: white;
}

.author-name-bottom {
    text-align: right;
}

.post h1 {
    font-size: 32px;
    color: #9d0c10;
    font-weight: 100;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.post>div {
    width: 100% !important;
}

body.single .author-bio {
    width: 100%;
    height: 131px;
    font-size: 16px;
    background-color: transparent;
    border: 0px;
    padding: 0px;
    text-transform: capitalize;
    height: 76px;
}

body.single .author-bio .author-name {
    line-height: 1.5;
}

body.single .author-bio img {
    width: 75px;
    height: 75px;
    float: left;
    margin-left: 0px;
}

body.single .author-name {
    font-size: 16px;
    color: #535353;
    font-weight: 600;
    left: 112px;
    top: 3px;
}

body.single .author-name a {
    position: relative;
    bottom: 2px;
}

body.single .author-desc {
    position: absolute;
    top: 53px;
    left: 112px;
    color: #454545;
    font-size: 13px;
}

.emoticon-background-circle {
    color: #9e0b0f !important;
}


/* body.single #emotion .fa-circle::before{
    content: "\f111";
} */

body.single #emotion span {
    font-size: 35px !important;
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    cursor: pointer;
    margin: auto;
}

body.single #emotion {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 33px;
    width: 500px;
}

body.single #emotion div div:last-child {
    text-align: center;
    padding: 2px 8px;
    background-color: rgba(0, 0, 0, 0.822);
    border-radius: 20px;
    color: white;
    font-size: 1em;
    width: 26px;
    margin: auto;
}

.emoticon {
    color: #FFFFFF !important;
}

.emoti-icon-ay_qez_vernagir:before {
    content: "\e904";
}


/* single.php > Shareing Buttons  */

.shareing-buttons {
    display: inline-block;
    position: absolute;
    right: 22px;
    top: -22px;
}

#comment-form .shareing-buttons {
    bottom: -26px;
    left: -9px;
    top: -30px;
    height: 100px;
}

body.single-post .commentlist li>div>* {
    margin-bottom: 10px;
}

body.single-post .commentlist li>div strong {
    font-size: 15px;
}

.comment-author img {
    /* display: inline-block; */
}

body.single-post .commentlist li>div p {
    font-size: 14px;
}

body.single-post .cat-name a:not(:first-child) {
    margin-left: 10px;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin-left: 5px;
}

.resp-sharing-button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    border: solid 4px #474747;
    background-color: #fff !important;
    padding: 16px;
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--facebook {
    background: url(./images/icons.png) -249px -230px no-repeat;
}

.resp-sharing-button--twitter {
    background: url(./images/icons.png) -157px -185px no-repeat;
}

.resp-sharing-button--google {
    background: url(./images/icons.png) -93px -185px no-repeat;
}


/* End single.php > Shareing Buttons  */

#comment-form>h2 {
    text-align: center;
    font-size: 25px;
    color: #454545;
}

#comment-form>p {
    font-size: 14px;
    color: #454545;
}

#comment-form .commentlist {
    padding-left: 0px;
    margin: auto;
    display: block;
    list-style-type: none;
}

#comment-form h3#comments {
    display: none;
}

body.single #newsest .post-block {
    width: 96.5%;
    margin-bottom: 10px;
}

.post-block-big {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    background-color: #ffffff !important;
    grid-column-end: span 3;
    order: -1;
}

.post-block-big .image-block {
    width: 66.67%;
}

.post-block-big .opacity-color {
    background-color: transparent !important;
}

.post-block-big figcaption {
    font-size: 20px;
    color: #bd1326;
    margin-left: 20px;
}

.post-block-big .image-block img {
    /* width: 780px; */
    /* height: 440px; */
}

.post-block-big .post-author {
    display: none;
}

.post-block-big .post_blur_image {
    /* filter: blur(0px);
    background-repeat: no-repeat;
    background-size: 780px 440px;
    width: 66.6%; */
}

.post-block-big .post-name-div {
    float: right;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.post-block-big .post-name-div span {
    display: table;
    height: 100%;
    width: 33.3%;
    float: right;
    padding: 0 20px;
}

.post-block-big .post-name-div span a {
    display: table-cell;
    vertical-align: middle;
    color: #bd1320;
    font-size: 32px;
    text-align: left;
}

.post-block-big .cat-name-small {
    display: none;
}


/* End single.php */


/* home.php  */

body.home #contenier {
    margin-top: 127px;
}

body.home .posts {
    border: 0px;
    width: 100%;
    background-color: transparent;
    padding-bottom: 34px;
    overflow: hidden;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 14px;
}

body.home .post-block {
    width: 100%;
    /* margin: 0 19px 20px 0; */
}

body.home .post-block:nth-child(3n+1) {
    margin-right: 0px;
}

#show-more-div {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.btn.loadMoreBtn:hover {
    text-decoration: none;
}

.btn.loadMoreBtn {
    display: block;
    /* width: 96px; */
    background-color: transparent;
    border: 0px;
    color: #bd1320 !important;
    font-size: 1rem;
    cursor: pointer;
    margin: auto;
    grid-column: 1 / -1;
}


/* home.php > Owl Carousel*/

.owl-authors {
    text-align: center;
    background-color: #fff;
    border-top: solid 3px #a01317;
    /* height: 250px; */
    margin-top: 16px;
    margin-bottom: 20px;
}

.owl-authors h2 {
    text-transform: uppercase;
    margin: 0;
    background-color: #a01317;
    font-size: 22px;
    color: #fff;
    width: 220px;
    position: relative;
    margin: 0 auto;
    padding: 6px;
    padding-bottom: 8px;
}

.owl-authors h2::before {
    content: "";
    position: absolute;
    height: 44px;
    width: 58px;
    background: url(./images/icons.png) -245px -269px no-repeat;
    top: -1px;
    left: -58px;
}

.owl-authors h2::after {
    content: "";
    position: absolute;
    height: 44px;
    width: 58px;
    background: url(./images/icons.png) -303px -269px no-repeat;
    top: -1px;
    right: -58px;
}

.owl-authors .item img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: table-cell;
    margin-bottom: 7px;
    object-fit: cover;
}

.owl-authors .item {
    display: table;
    cursor: pointer;
}

.owl-carousel {
    padding: 0 44px;
    margin: 8px 0 20px;
}

.owl-carousel .item a {
    text-transform: capitalize;
    color: #454545;
    max-width: 130px;
    text-align: center;
    font-size: 17px;
    padding-top: 10px;
    font-weight: bold;
}

.owl-carousel .item:hover .owl-author-bio {
    display: table;
}

.owl-carousel .item:hover>a {
    color: #a01317;
}

.owl-carousel .owl-prev span,
.owl-carousel .owl-next span {
    display: none;
}

.owl-carousel .owl-prev {
    background: url(./images/icons.png) -131px 0 no-repeat !important;
    padding: 0;
    position: absolute;
    top: 61px;
    left: 13px;
    height: 30px;
    width: 17px;
}

.owl-carousel .owl-next {
    background: url(./images/icons.png) -165px 0 no-repeat !important;
    padding: 0;
    position: absolute;
    top: 61px;
    right: 13px;
    height: 30px;
    width: 17px;
}

.owl-author-bio {
    width: 160px;
    height: 160px;
    position: absolute;
    top: 0px;
    z-index: 9999;
    background-color: #a01317;
    opacity: 0.85;
    display: none;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
}

.owl-author-bio p {
    display: table-cell;
    vertical-align: middle;
}


/* End home.php >  Owl Carousel */


/* home.php > Dinamic Gallery */

#dinamic_gallery_mediabattle {
    list-style-type: none;
    float: left;
    width: 33.3%;
}

#dinamic_gallery li {
    display: inline-block;
}

#dinamic_gallery li h2,
#dinamic_gallery_mediabattle li h2 {
    display: none;
}

#dinamic_gallery li:first-child {
    margin-bottom: 4px;
}

#dinamic_gallery li:not(:first-child) {
    width: 49.577%;
    margin-right: 0.7%;
    margin-bottom: 10px;
}

#dinamic_gallery li:nth-child(3) {
    margin-right: 0px;
    float: right;
}

#dinamic_gallery li:nth-child(4) {
    width: unset;
    margin-right: 12px;
}


/* End home.php > Dinamic Gallery */


/* home.php > Organization */

#organization {
    width: 66.4%;
    text-align: center;
    background-color: #fff;
    border-top: solid 3px #a01317;
    position: relative;
    float: right;
}

#organization h2 {
    display: block;
    background-color: #a01317;
    font-size: 22px;
    color: #fff;
    width: 230px;
    text-align: center;
    padding: 6px;
    margin: auto;
    position: relative;
}

#organization h2::before {
    content: "";
    position: absolute;
    height: 44px;
    width: 58px;
    background: url(./images/icons.png) -245px -269px no-repeat;
    top: -3px;
    left: -58px;
}

#organization h2::after {
    content: "";
    position: absolute;
    height: 44px;
    width: 58px;
    background: url(./images/icons.png) -303px -269px no-repeat;
    top: -3px;
    right: -58px;
}

#organization #image-block ul {
    list-style-type: none;
    height: auto;
    clear: both;
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

#organization #image-block ul a {
    color: #4d4d4d !important;
}

#organization #image-block ul li {
    float: left;
    margin: auto;
    font-size: 0.875rem;
    cursor: pointer;
}

#organization #image-block ul li div {
    margin: auto;
}

#organization #image-block ul li:nth-child(1) div {
    content: " ";
    height: 60px;
    width: 57px;
    background: url(./images/icons.png) -301px -425px no-repeat;
}

#organization #image-block ul li:nth-child(1):hover div {
    background-position: -244px -425px;
}

#organization #image-block ul li:nth-child(2) div {
    content: " ";
    height: 53px;
    width: 57px;
    background: url(./images/icons.png) -303px -366px no-repeat;
}

#organization #image-block ul li:nth-child(2):hover div {
    background-position: -323px -313px;
}

#organization #image-block ul li:nth-child(3) div {
    content: " ";
    height: 52px;
    width: 52px;
    background: url(./images/icons.png) -271px -313px no-repeat;
}

#organization #image-block ul li:nth-child(3):hover div {
    background-position: -219px -313px;
}

#organization #image-block ul li:nth-child(6) div {
    content: " ";
    height: 59px;
    width: 43px;
    background: url(./images/icons.png) -319px -67px no-repeat;
}

#organization #image-block ul li:nth-child(6):hover div {
    background-position: -192px -366px;
}

#organization #image-block ul li:nth-child(5) div {
    content: " ";
    height: 53px;
    width: 70px;
    background: url(./images/icons.png) -70px -425px no-repeat;
}

#organization #image-block ul li:nth-child(5):hover div {
    background-position: 0 -425px;
}

#organization #image-block ul li:nth-child(4) div {
    content: " ";
    height: 53px;
    width: 68px;
    background: url(./images/icons.png) -235px -366px no-repeat;
}

#organization #image-block ul li:nth-child(4) div h3 {
    width: 10px;
}

#organization #image-block ul li:nth-child(4):hover div {
    background-position: -124px -366px;
}


/* End home.php > Organization */


/* End home.php */


/* sidebar.php */

aside {
    width: 33.3%;
    float: right;
    position: relative;
    padding-left: 14px;
    padding-top: 0px;
    margin-bottom: 33px;
}

aside #calendar-2 {
    width: 100%;
}

aside li {
    list-style-type: none;
    margin-top: 10px;
}

aside li img {
    max-width: 100%;
    height: auto;
}

#media_image-5 h2 {
    display: none;
}

#newsest {
    width: 99.7%;
    background-color: #dadada;
}

#newsest .post-block {
    display: block;
    width: 100.4%;
    margin-bottom: 20px;
}


/* sidebar.php >  Calendar */

#calendar-2 {
    background-color: #ffffff;
    list-style-type: none;
    padding: 15px;
    overflow-x: auto;
    margin-right: 10px;
}

#wp-calendar {
    width: 85%;
    margin: auto;
    text-align: center;
    color: #454545;
    font-size: 15px;
    border-collapse: collapse;
}

#wp-calendar thead {
    border: solid #a01317;
    border-width: 1px 0;
    color: #777;
}

#wp-calendar thead th {
    padding: 10px 5px;
}

#wp-calendar td {
    padding: 4px 0;
    padding: 8px 12px;
    line-height: 1.125rem;
}

#wp-calendar td#today {
    border: 1px solid #848687;
}

#wp-calendar a {
    color: #a01317;
    font-weight: bold;
}

#wp-calendar caption {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    color: #a01317;
}


/* End sidebar.php >  Calendar */


/* comments */

#comment-form #reply-title,
#comment-form .comment-notes,
.comment-form-cookies-consent,
.comment-form-attachment label {
    display: none;
}

#comment-form {
    width: 100%;
    min-height: 500px;
    background-color: #ffffff;
    padding: 10px;
    position: relative;
}

#comment>p {
    font-size: 14px;
    color: #454545;
    line-height: 1.5;
}

#commentform p label {
    display: block;
    font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}

#comment-form .comment-form-comment textarea {
    height: 9em;
    /* width: 60em; */
}

#comment-form .comment-form-attachment input::-webkit-file-upload-button {
    visibility: hidden;
}

#comment-form .comment-form-attachment input:after {
    content: "Բեռնել Նկար";
    color: #bd1320;
    border: 0px;
    outline: 0px;
    text-align: center;
    width: 91%;
    display: block;
    position: absolute;
    top: 11px;
}

#comment-form .form-submit {
    padding: 8px 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #bd1320;
    font-size: 24px;
}

#comment-form .form-submit #submit {
    background-color: transparent;
    font-size: unset;
    border: 0px;
    outline: 0px;
    color: #FFFFFF;
    cursor: pointer;
}

#comment-form .comment-form-attachment input {
    /* float: left; */
    width: 48%;
    position: relative;
    border: solid 1px #bd1320;
    padding: 8px;
    color: #bd1320;
    font-size: 17px;
    cursor: pointer;
    color: transparent;
}

.view-content {
    /* height: 80%; */
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
}


/* End comments */

menu form {
    position: absolute;
    height: 54px;
    top: 34px;
    width: 245px;
    left: 10px;
}

menu form input[type=text] {
    border-color: black;
    width: 100%;
    box-shadow: none;
    border-bottom: 2px solid #474747;
}

menu form input[type=submit] {
    background: url(./images/icons.png) 0 0 no-repeat;
    top: 9px;
    right: 2px;
}

.author-posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
}

body.author #newsest .post-block {
    margin-bottom: 10px;
}

/* About As Page */
body.page-id-12120 #contenier {
    background-color: #fff;
}

body.page-template-default #contenier {
    background-color: #dadada;
    padding: 50px 20px;
    color: #454545;
    line-height: 1.5;
    min-height: 700px;
}

body.page-template-default #contenier>h1 {
    color: #9d0c10;
    font-size: 32px;
}

body.page-template-default #contenier strong {
    text-decoration: underline;
}

body.page-template-default #contenier ul {
    list-style-type: none;
    padding: 10px;
}

body.page-template-default #contenier ul li:before {
    content: ' \25CF';
    margin-right: 5px;
    font-style: normal;
    color: #a01317;
}

.outlet-div {
    width: 100%;
    cursor: pointer;
    position: relative;
    background-color: #fff;
}

.outlet-div .outlet-div-title {
    font-size: 1.1em;
    padding: .5em .5em .5em .7em;
    padding-left: 2.2em;
    position: relative;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(./images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #555;
}

fieldset {
    border: 1px solid #DDDDDD;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

fieldset legend {
    font-weight: bold;
    font-size: 1.1em;
}

.outlet-fieldset {
    display: none;
    padding: 1em 2.2em;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
    color: black;
}

.outlet-fieldset a {
    color: #000;
}

.outlet-fieldset p {
    margin: 0px;
}

.outlet-div-click {
    overflow: unset;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    transition: 0.3s;
}

.outlet-div .outlet-div-title span {
    width: 16px;
    height: 16px;
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
    background-image: url(./images/ui-icons.png);
    background-position: -32px -16px;
}

.outlet-div .outlet-div-title h1 {
    display: inline-block;
    margin: 0px;
    color: #555;
    font-weight: 400;
    font-size: 1.1em;
}

.span-open {
    background-position: -64px -16px !important;
    background-image: url(./images/ui-icons_light.png) !important;
}

.outlets-filter {
    border-style: solid;
    border-width: 1px;
    border-color: #b6edff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff;
    color: #333333;
    min-height: 350px;
    position: relative;
}

.outlets-filter>h2 {
    font-weight: normal;
    font-size: 2.3125rem;
    margin-top: 0px;
    margin-bottom: 0.625rem;
}

.filter label {
    font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    font-weight: bold;
}

.filter input {
    margin-left: 0px;
    margin-top: 0px;
}

.filter {
    margin-right: 20px;
    float: left;
}

.filter>div {
    margin-bottom: 10px;
}

.region-filter {
    float: left;
}

.region-filter p {
    margin: 0px;
}

.reset {
    margin-top: 1.6em;
    float: left;
    margin-left: 1em;
}

.reset a {
    background-color: #008CBA;
    border-color: #007095;
    color: white;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
}

#calendar-2 {
    max-width: 381px;
    float: left;
    margin-bottom: 30px;
}

.category-filter {
    float: left;
}

.category-filter label {
    font-size: 0.875rem;
    color: #4d4d4d;
}

body.date .posts {
    background-color: transparent;
    border: none;
    margin-top: 30px;
}

.search-post {
    padding: 10px;
}

.search-post h4 {
    color: #bd1320;
    font-size: 20px;
    font-weight: normal;
}

.search-post p {
    padding-left: 1em;
    color: #454545;
}

body.search #contenier {
    background-color: #fff;
}

body.search #contenier form {
    margin: 16px 9px;
}

body.search #contenier form input[type="submit"] {
    vertical-align: top;
    padding: 11px 10px 10px;
    color: #fff;
    background-color: #bd1320;
    border: 0px;
}

body.search #contenier form input[type="text"] {
    display: inline-block;
    max-width: 300px;
}

body.date aside #calendar-2 {
    display: none;
}

body.date .widget.widget_media_image {
    display: none;
}

#all_card_stacks {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    grid-gap: 10px;
}

.card_stacks {
    font-size: 23px;
    background-color: #fff;
    position: relative;
    /* transition: 0.3s; */
}

.card_stacks .post-name {
    font-weight: bold;
}

.card_stacks * {
    /* color: rebeccapurple !important; */
}

.card_stacks .date {
    text-align: center;
    font-size: 18px;
}

.card_stacks .date::before {
    content: '((';
    margin-right: 13px;
    font-size: 25px;
}

.card_stacks .date::after {
    content: '))';
    margin-left: 13px;
    font-size: 25px;
}

.page-id-286 #contenier {
    padding-top: 0px !important;
}

.single-qartadaran #contenier {
    border-top: solid 5px #454545;
    background-color: #9d0c10;
}

.single-qartadaran #contenier #grid {
    background-color: #9d0c10;
    display: grid;
    grid-template-columns: 67% 31%;
    position: relative;
}

.single-qartadaran h2 {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
    width: 97%;
}

.author-bio .twitter {
    position: relative;
    display: inline-block;
    margin-left: 12px;
    height: 15px;
    width: 9px;
    background: url(./images/icons.png) -15px -67px no-repeat;
    bottom: 0px !important;
}

.author-bio .twitter {
    height: 15px;
    width: 19px;
    background-position: 0px -127px;
    bottom: 0 !important;
}

.author-bio .facebook {
    position: relative;
    display: inline-block;
    margin-left: 12px;
    height: 16px;
    width: 23px;
    background: url(./images/icons.png) -15px -67px no-repeat;
    bottom: 0 !important;
}

.single-card_stack {
    padding: 30px 20px;
    /* width: 66%; */
    /* float: left; */
}

.cards-block {
    background-color: #fff;
    padding: 60px 40px 100px;
    margin-bottom: 21px;
}

.cards-block h3 {
    font-size: 23px;
    font-weight: bold;
    color: #3e3e3e;
    margin-bottom: 20px;
}

.cards-block p {
    color: #454545;
}

.cards-block h4 {
    text-align: center;
    color: #bd1320;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.cards-block h4::before {
    content: '((';
    margin-right: 8px;
}

.cards-block h4::after {
    content: '))';
    margin-left: 8px;
}

.single-qartadaran .cards-block {
    padding: 10px 30px;
    margin-bottom: 0px;
    cursor: pointer;
    /* border-bottom: solid 1px #dadada; */
}

.card_stack_sidebar {
    z-index: 1;
    position: relative;
    overflow-y: auto;
    margin-top: 25px;
    right: 0px;
    /* top: 70px; */
    border-top: solid 6px #dadada;
}

.card_stack_sidebar .date {
    background-color: #fff;
    font-size: 14px;
    color: #3e3e3e;
}

.card_stack_sidebar .date span {
    background-color: #dadada;
    margin: 0;
    padding: 2px 3px 7px 20px;
}

.card_stack_sidebar .date span::after {
    content: "";
    height: 24px;
    width: 40px;
    background: url(./images/icons.png) -125px -30px no-repeat;
    position: absolute;
    top: 0;
}

.card_stack_sidebar .cards-block hr {
    height: 1px;
    color: #dadada;
    background-color: #dadada;
    border: none;
}

#podcast {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(287px, 1fr));
    grid-auto-rows: 466px;
}


/* #podcast>div:first-child {
    order: 1;
} */

#podcast>div {
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    background-color: #dadada;
    padding: 15px;
    border-radius: 4px;
}

.popUpBg {
    display: block;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.7) !important;
    z-index: 100;
    /* filter: blur(1px) */
}

.popUp {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #dadada;
    z-index: 9999;
}

.popUp img {
    max-width: 100%;
    display: inline-block;
    float: left;
}

#podcast>div:hover {
    box-shadow: 0px 4px 9px 0px #151515;
}

.card_stacks .post-name-div .post-name {
    color: #bd1320;
}

.card_stacks .post-name-div:hover {
    background-color: #bd1320;
}

.card_stacks .post-name-div:hover .post-name-div * {
    color: white !important;
}

.wpml-ls-statics-shortcode_actions {
    display: inline-block;
    color: white !important;
    position: absolute;
    right: 0px;
    top: 7px;
}

.outlet-background {
    background-color: white !important;
    background-image: none !important;
}

.single-long_read #contenier.row {
    max-width: 100%;
}

.h_tag {
    font-size: 12px;
    color: black;
    margin-right: 4px;
    padding: 0px;
    background-color: transparent;
    margin-bottom: 0px;
    border: solid 1px #949494;
    padding: 2px 7px;
    border-radius: 4px;
    float: left;
    margin-bottom: 4px;
}

.h_tag:hover,
.h_tag:active,
.h_tag:focus {
    background-color: #a02620;
    color: white !important;
    outline: 0px;
    /* border:solid 1px #a02620; */
}

.h_tag a {
    color: black;
}

#podcast>div .excerpt {
    font-size: 14px;
    text-align: left;
}

#more {
    padding: 3px;
    color: #a02620;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

#tags {
    margin-top: 30px;
    padding: 10px;
}

#tags .h_tag {
    float: unset;
}

.description {
    text-align: left;
}

.player_icons {
    display: inline-block;
    width: 33px;
    height: 30px;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: contain;
    margin: 5px;
    text-align: left;
}

.players {
    text-align: left;
}

.players h3 {
    float: left;
    margin-top: 12px;
    margin-right: 1px;
}

.players>a:first-child {
    margin-right: 0px !important;
}

.whooshkaa {
    background: url(./images/icons/whooshkaa.png);
    background-size: contain;
    width: 31px;
    /* margin-right: 0px; */
}

.itunes {
    background: url(./images/icons/itunes-logo.png);
    background-size: contain;
}

.youtube {
    height: 26px;
    width: 33px;
    background: url(./images/icons/youtube-logo.png);
    background-size: contain;
}

.rss {
    height: 22px;
    width: 22px;
    background: url(./images/icons/rss-logo.png);
    background-size: contain;
    bottom: 4px;
}

.web_site {
    height: 28px;
    width: 27px;
    background: url(./images/icons/web-logo.png);
    background-size: contain;
}

.soundcloud {
    height: 32px;
    width: 32px;
    background: url(./images/icons/soundcloud-logo.jpg);
    background-size: contain;
}
.anchor {
    height: 28px;
    width: 28px;
    background: url(./images/icons/anchor-logo.png);
    /* background-color: #000; */
    background-size: contain;
}
.facebook {
    height: 28px;
    width: 28px;
    background: url(./images/icons/fb-logo.png);
    /* background-color: #000; */
    background-size: contain;
}

.podcast-right {
    float: right;
    width: 56%;
    margin-top: 14px;
}

.podcast-left {
    float: left;
}

.close {
    background: url(./images/icons.png) -543px -31px;
    width: 29px;
    height: 31px;
    position: absolute;
    right: 9px;
    top: 11px;
    cursor: pointer;
}

.page-id-16811 #contenier,
.page-id-16809 #contenier {
    background-color: #fff !important;
}

.page-id-16811 #page-title,
.page-id-16809 #page-title {
    text-align: center;
    color: #9d0c10;
    font-size: 32px;
}

.page-id-16811 iframe,
.page-id-16809 iframe {
    max-width: 1000px;
    margin: auto;
    display: block;
}

.contact {
    padding: 5px;
    max-width: 1000px;
    margin: 0 auto;
}

.nf-form-fields-required {
    display: none;
}

#nf-field-4-wrap .ninja-forms-field {
    color: #fff;
    background-color: #bd1320;
    border-radius: 0;
    margin: 11px 0 0;
    width: 100%;
    padding: 6px 0;
    font-size: 24px;
}

.podcasts-descriptoion {
    padding: 0 37px;
}

.podcasts-descriptoion-italic {
    font-style: italic;
}

.h_tag {
    cursor: pointer;
}
