/*
Theme Name: ArmeniaCorps Trio
Text Domain: ArmeniaCorpsTrio
Version: 1.0.2
Description: ArmeniaCorps' Official WordPress Theme
Author: David Manvel Manvelyan (@manudavidos)
Author URI: https://այ.Հայ
*/

*{
    margin: 0px;
    padding: 0px;
    transition: all 0.2s linear;
}

@font-face {
    font-family: MontserratArm;
    src: url(assets/fonts/Montserratarm-Regular.otf);
  }

@font-face {
    font-family: MontserratArmSB;
    src: url(assets/fonts/Montserratarm-SemiBold.otf);
  }

/* WORDPRESS ORIGINAL */

a {
    color:#0E4B9F;
    text-decoration: underline dotted 2px #0E4B9F;
}

a:hover {
    text-decoration: underline dotted 4px #0E4B9F;
}

/* Center alignment */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Text alignment classes */
.has-text-align-center {
    text-align: center;
}

.has-text-align-right {
    text-align: right;
}

.has-text-align-left {
    text-align: left;
}

/* Bold text */
strong, b {
    font-weight: bold;
}

/* Underlined text */
u {
    text-decoration: underline;
}

/* Italic text */
em, i {
    font-style: italic;
}

/* Strikethrough */
s, del {
    text-decoration: line-through;
}

/* Superscript and subscript */
sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

/* Blockquotes */
blockquote {
    border-left: 4px solid #000;
    margin-left: 0;
    padding-left: 1em;
}

/* Unordered lists */
ul {
    list-style-type: disc;
    padding-left: 20px;
}

/* Ordered lists */
ol {
    list-style-type: decimal;
    padding-left: 20px;
}

/* WordPress image alignments */
.alignleft {
    float: left;
    margin-right: 1em;
}

.alignright {
    float: right;
    margin-left: 1em;
}

/* WordPress captions */
.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-style: italic;
    text-align: center;
}

/* Make sure images don't overflow their containers */
img {
    max-width: 100%;
    height: auto;
}

/* Wide and full-width blocks */
.alignwide {
    margin-left: -10%;
    margin-right: -10%;
    max-width: 120%;
}

.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}

/* WORDPRESS ORIGINAL */

body{
    font-family: MontserratArmSB, sans-serif;
}

#header{
    z-index: 999;
    position: relative;
}

.white_text{
    color: #F3F2F1;
}

body.logged-in #flowing_bars #mini_bar{
    top:37px;
}

body.logged-in #flowing_bars #main_bar{
    top:82px;
}

#flowing_bars{
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 999;
    width: 100%
}

#mini_bar{
    background: #B9005CCC;
    z-index: 999;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    width: 99.2%;
    height: 40px;
    display: flex;
    position: fixed;
    border-radius: 12px;
    top:5px;
}

#main_bar{
    background: #0E4B9FCC;
    z-index: 999;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    width: 99.2%;
    height: 80px;
    display: flex;
    align-items: center;
    position: fixed;
    border-radius: 12px;
    top: 50px;
}

#mini_bar_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#main_slider{
    margin-bottom: 60px;
}

#main_slider div img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(34,34,34,0.5);
    -moz-box-shadow: 0px 4px 12px 0px rgba(34,34,34,0.5);
    box-shadow: 0px 4px 12px 0px rgba(34,34,34,0.5);
    border-radius: 0px 0px 12px 12px;
}

#main_slider div span {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        top: 85%;
        left: 50%;
        transform: translate(-50%, -85%);
        font-size: 40px;
        color: #F3F2F1;
        width: 100%;
}

.search_button, .mobilemenu_button{
    margin-left: auto;
    margin-right: 35px;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    color: #F3F2F1;
    cursor: pointer;
}

.search_button:hover, .mobilemenu_button:hover {
    font-size: 26px;
    text-decoration: none;
}

.mobile_search_button {
    margin-left: auto;
    text-decoration: none;
    position: absolute;
    font-size: 24px;
    color: #F3F2F1;
    background: #0E4B9F;
    border-radius: 12px;
    padding: 15px 35px;
    cursor: pointer;
    bottom: calc(5vh + 50px);
    box-shadow: 0px 4px 12px 0px rgba(34,34,34,0.25);
}

#main_slider div {
  position: relative;
  text-align: center;
}

.btn {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.white_btn {
    border-radius: 12px;
    background: #F3F2F1CC;
}

.white_btn:hover{
    background: #F3F2F1;
    text-decoration: none;
}

.lang_change_btn {
    color: #B9005C;
    height: 40px;
    padding: 0px 20px 0px 20px;
    font-size: 16px;
}

.lang_change_btn i {
    margin-right: 10px;
}

.local_time {
    font-size: 16px;
    margin-left: 35px;
    width: 33%;
    min-width: 330px;
}

.logo {
    text-decoration: none;
    display: block;
    height: 40px;
    width: auto;
    display: flex;
    align-items: center;
    margin-left: 35px;
    margin-right: 110px;
}

.logo_footer {
    text-decoration: none;
    display: block;
    background: url("assets/images/logo.png");
    height: 40px;
    width: 287.42px;
    min-width: 287.42px;
    margin-bottom: 35px;
    margin-top:2px;
    margin-right: 110px;
}

.big_button{
    text-decoration: none;
    color: #F3F2F1;
    font-size: 36px;
    box-sizing: border-box;
    display: flex;
    width: 400px;
    height: 80px;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    background: #0E4B9FCC;
    box-shadow: 0px 4px 12px 0px rgba(34,34,34,0.25);
}

.big_button:hover{
    color: #0E4B9F;
    background: #F3F2F1CC;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    text-decoration: none;
}

#main_bar_menu, #main_mobile_menu, #main_mobile_menu > li > ul {
    list-style-type: none;
    overflow: hidden;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0px;
}

#main_mobile_menu > li > ul {
    flex-direction: column;
}

#main_bar_menu > li {
    float: left;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main_mobile_menu {
    height: 80vh;
    overflow-y: auto;
    scrollbar-width: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#main_mobile_menu > li {
    width: 80vw;
}

#main_mobile_menu > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #F3F2F1;
    background: #0E4B9F;
    border-radius: 12px;
    height: 60px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0px 15px;
    margin-bottom: 10px;
}

#main_mobile_menu > li > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #0E4B9F;
    background: #F3F2F1;
    border-radius: 12px;
    height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0px 15px;
    margin-bottom: 5px;
}

#main_mobile_menu > li > ul > li > a:last-child {
    margin-bottom: 10px;
}

#main_bar_menu > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #F3F2F1;
    background: transparent;
    border-radius: 12px;
    height: auto;
    min-height: 40px;
    max-height: 60px;
    text-transform: uppercase;
    font-size: 24px;
    padding: 0px 15px;
    margin-right: 40px;
}

#main_bar_menu > li > a:hover, #main_bar_menu .current_page_item a {
    background: #F3F2F1 !important;
    color: #0E4B9F !important;
    text-decoration: none;
}

#main_bar_menu > li > ul {
    list-style-type: none;
    overflow: hidden;
    position: absolute;
    top: 80px;
    width: 250px;
    padding: 0;
    margin: 0;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #0E4B9FCC;
    backdrop-filter: blur(12px);
    text-align: center;
    -webkit-border-bottom-right-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-bottomright: 12px;
-moz-border-radius-bottomleft: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
}

#main_bar_menu > li:hover > ul {
    display: flex;
    text-decoration: none;
}

#main_bar_menu > li:hover > ul > li {
    position: relative;
    text-decoration: none;
}

#main_bar_menu > li:hover > ul > li a {
  height: 40px;
  border-radius: 13px;
  background: #F3F2F1CC;
  text-decoration: none;
  width: 213px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  color: #0E4B9F;
  text-decoration: none;
}

#main_bar_menu > li:hover > ul > li a:hover {
    background: #F3F2F1;
    text-decoration: none;
}

#main_bar_menu > li:hover > ul > li:last-child a{
    margin-bottom: 0px !important;
    text-decoration: none;
}

.mbmi_active {
    background: #F3F2F1 !important;
    color: #0E4B9F !important;
}

.hp_box{
    position: relative;
    z-index: 1;
}

.article_box {
    margin-top: 165px;
    position: relative;
    z-index: 1;
}

.hp_box_title{
    color:#0E4B9F;
    font-size: 48px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

#main_body{
    display: flex;
    width: 100%;
    justify-content: space-around;
    min-height: calc(100vh - 200px);
}

#main_body_inner{
    display: flex;
    width: calc(100% - 82px);
    flex-direction: column;
}

.hp_article {
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    background: #DAD9D8;
    border-radius: 12px;
    margin-bottom: 35px;
    box-shadow: 0px 4px 12px 0px rgba(34,34,34,0.25);
    justify-content: space-around;
}

.hp_article_cat1 {
    border-bottom: 8px solid #B9005C;
}

.hp_article_cat2 {
    border-bottom: 8px solid #1E9F47;
}

.hp_article_cat3 {
    border-bottom: 8px solid #0E4B9F;
}

.hp_article_img {
    width: 300px;
    height: 300px;
    border-radius: 12px;
    margin-left: 25px;
    margin-right: 35px;
    object-fit: cover;
    flex-shrink: 0;
}

.hp_article_main {
    width: 66%;
    margin-right: 35px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hp_article_title {
    color: #0E4B9F;
    font-size: 52px;
    margin-bottom: 21px;
}

.hp_article_title_link, .hp_article_title_link:hover {
	text-decoration:none;
}

.hp_article_body {
    color: #0E4B9FCC;
    font-size: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 845px;
    max-height: 60px;
}

.hp_article_meta {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.hp_article_meta_location{
    display: inline-block;
    border-radius: 12px;
    box-sizing: border-box;
    background: #0E4B9F;
    color: #F3F2F1;
    text-decoration: none;
    padding: 10.5px 25px;
    font-size: 32px;
    text-transform: uppercase;
    margin-right: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hp_article_meta_location:hover{
    color: #0E4B9F;
    background: #F3F2F1;
    text-decoration: none;
}

.hp_article_meta_category{
    display: inline-block;
    border-radius: 12px;
    box-sizing: border-box;
    text-decoration: none;
    color: #F3F2F1;
    padding: 10.5px 25px;
    font-size: 32px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.meta_cat1{
    background: #B9005C;
}

.meta_cat1:hover{
    color: #B9005C;
    background: #F3F2F1;
    text-decoration: none;
}

.meta_cat2{
    background: #1E9F47;
}

.meta_cat2:hover{
    color: #1E9F47;
    background: #F3F2F1;
    text-decoration: none;
}

.meta_cat3{
    background: #0E4B9F;
}

.meta_cat3:hover{
    color: #0E4B9F;
    background: #F3F2F1;
    text-decoration: none;
}

.facustom-button {
    margin-right: 15px;
    font-size: 30px !important;
}

.hp_article_buttons{
    align-self: flex-end;
    margin-bottom: 25px;
    margin-right: 25px;
}

.hp_article_buttons_rm{
    text-decoration: none;
    color:#F3F2F1;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    border-radius: 12px;
    width: 60px;
    height: 60px;
    background: #0E4B9F;
}

.hp_article_buttons_rm:hover {
    color: #0E4B9F;
    background: #F3F2F1;
    text-decoration: none;
}

.hp_box_wwd{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 30px;
}

.hp_wwd_imgbox {
    border-radius: 12px;
    background-color: #0E4B9F;
    display: flex;
    width: 335px;
    height: 335px;
    color: #F3F2F1CC;
    text-decoration: none;
    box-shadow: 0px 4px 32px 0px rgba(34,34,34,0.5);
    font-size: 36px;
    margin-bottom: 35px;
}

.hp_wwd_imgbox:hover {
    color: #F3F2F1;
    font-size: 37px;
    text-decoration: none;
}

.hp_wwd_imgbox div {
    position: absolute;
    border-radius: 12px;
    display: block;
    width: 335px;
    height: 335px;
    z-index: 9;
}

.wwd_img1 {
    background: url("assets/images/wwd_img1.png");
    background-size: cover;
}

.wwd_img1 div {
    background-color: #0E4B9F80;
    mix-blend-mode: color;
}

.wwd_img2 {
    background: url("assets/images/wwd_img2.png");
    background-size: cover;
}

.wwd_img2 div {
    background-color: #B9005C80;
    mix-blend-mode: color;
}

.wwd_img3 {
    background: url("assets/images/wwd_img3.png");
    background-size: cover;
}

.wwd_img3 div {
    background-color: #1E9F4780;
    mix-blend-mode: color;
}

.wwd_img4 {
    background: url("assets/images/wwd_img4.png");
    background-size: cover;
}

.wwd_img4 div {
    background-color: #F3F2F180;
    mix-blend-mode: color;
}

.hp_wwd_imgbox span {
    width: 335px;
    height: 335px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    z-index: 99;
}

.hp_box_stats{
    border-radius: 12px;
    background-color: #0E4B9F;
    background: url("assets/images/stats_bg.png");
    background-size: cover;
    display: flex;
    width: 100%;
    height: 300px;
    color: #F3F2F1CC;
    text-decoration: none;
    box-shadow: 0px 4px 32px 0px rgba(34,34,34,0.5);
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.stat_box_number{
    display: block;
    font-size: 98px;
    text-align: center;
}

.stat_box_title{
    display: block;
    font-size: 32px;
    text-align: center;
}

.hp_box_stat_box{
    margin: 50px;
    width: 33.3%;
    box-sizing: border-box;
}

.hp_box_newsletter{
    border-radius: 12px;
    background-color: #0E4B9F;
    background: url("assets/images/newsletter_bg.png");
    background-size: cover;
    display: flex;
    width: 100%;
    height: 450px;
    color: #F3F2F1;
    text-decoration: none;
    box-shadow: 0px 4px 32px 0px rgba(34,34,34,0.5);
    font-size: 58px;
    box-sizing: border-box;
    flex-direction: column;
    margin-bottom: 50px;
}

.hp_box_newsletter .hp_box_newsletter_bg{
    position: absolute;
    background-color: #0E4B9F40;
    mix-blend-mode: color-burn;
    border-radius: 12px;
    display: block;
    width: 100%;
    height: 450px;
    z-index: 9;
}

.hp_box_newsletter span {
    z-index: 99;
}

.hp_box_newsletter .newsletter_call {
    margin: 25px 35px;
    max-width: 75%;
    max-width: 800px;
}

.newsletter_span{
    display: flex;
    border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  transform: translateY(calc(450px - 100%));
    position: absolute;
    justify-content: space-around;
    width: 100%;
    background: #100f0a;
    padding: 35px 0px;
    border-radius: 12px;
}

.newsletter_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: calc(100% - 70px);
    gap: 20px;
}

.newsletter_form .newsletter_input{
    outline: none;
    border: none;
    box-sizing: border-box;
    font-size: 32px;
    text-align: center;
    font-family: MontserratArmSB;
    color: #0E4B9F;
    background-color: #F3F2F1;
    border-radius: 12px;
    height: 80px;
    width: calc(25% - 20px);
    min-width: 300px;
    text-transform: uppercase;
}

.newsletter_form .newsletter_input:last-child {
    margin-right: 0px;
}

.newsletter_form .newsletter_input:focus{
    outline: 4px #0E4B9F solid;
}

.newsletter_form .newsletter_input::placeholder{
    opacity: 1;
}

.newsletter_form .newsletter_input_email{
    width: calc(25% - 20px);
    min-width: 300px;
}

.newsletter_form .newsletter_input_button{
    width: calc(25% - 20px);
    color: #F3F2F1;
    background: #0E4B9FCC;
    cursor: pointer;
    backdrop-filter: blur(12px);
}

.newsletter_form .newsletter_input_button:hover{
    width: calc(25% - 20px);
    color: #0E4B9F;
    background: #F3F2F1;
    cursor: pointer;
    text-decoration: none;
}

.bpooi_title {
    text-align: center;
    font-size: 64px;
}

.bpooi_menu {
    list-style: none;
    color: #0E4B9F;
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
    text-align: center;
    gap: 50px;
    flex-wrap: wrap;
}

.bpooi_menu li a{
    color: #0E4B9F;
    text-decoration: none;
    font-size: 36px;
    text-transform: uppercase;
}

.bpooi_menu li a:hover{
    color: #0E4B9F;
    text-decoration: none;
    border-bottom: #0E4B9F 4px solid;
    text-decoration: none;
}

#footer{
    width: 100%;
    height: 200px;
    background: #0E4B9F;
    margin-top: 100px;
    border-radius: 12px 12px 0px 0px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 35px;
}

#popups {
    background-color: #0E4B9F45;
    backdrop-filter: blur(3px);
    position: fixed;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: none;
    top:0;
    z-index: 999999;
}

#popups div {
    z-index: 999999;
}

#searchbox_popup{
    margin-top: -12.5%;
    display: none;
}

#mobilemenu_popup{
    display: none;
    justify-content: center;
}

#searchform input {
  backdrop-filter: blur(12px);
  outline: none;
  border: none;
  box-sizing: border-box;
  font-size: 32px;
  text-align: center;
  font-family: MontserratArmSB;
  color: #0E4B9F;
  background-color: #F3F2F1CC;
  border-radius: 12px;
  height: 80px;
  width: 80vw;
  box-shadow: 0px 4px 12px 0px rgba(34,34,34,0.25);
}

#searchform input:focus{
    outline: 4px #0E4B9F solid;
}

.disabled {
    filter: saturate(0);
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.8;
}

#mini_bar_mini_menu {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

#secondary_bar_menu{
  list-style-type: none;
  overflow: hidden;
  display: inline;
}

#secondary_bar_menu li {
    float: left;
}


#secondary_bar_menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #F3F2F1;
    background: transparent;
    height: 40px;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 14px;
}

#secondary_bar_menu li a:hover {
    border-bottom: 4px solid #F3F2F1;
    text-decoration: none;
}

.article_box_content {
    width: 100%;
    box-sizing: border-box;
    padding: 25px;
    align-items: center;
    background: #DAD9D8;
    border-radius: 12px;
    margin-bottom: 35px;
    box-shadow: 0px 4px 12px 0px rgba(34,34,34,0.25);
    font-family: MontserratArm, sans-serif;
	line-height: 1.4em;
}

.page_box_content {
    width: 100%;
    box-sizing: border-box;
    padding: 25px;
    align-items: center;
    margin-bottom: 35px;
    font-family: MontserratArm, sans-serif;
	line-height: 1.4em;
}

.article_main_image {
    width: 100%;
    height: 60vh;
    max-height: 550px;
    margin-bottom: 20px;
}

.article_main_image img {
    width: 100%;
    height: 60vh;
    max-height: 550px;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0px 4px 12px 0px rgba(34,34,34,0.25);
    object-fit: cover;
}

.article_title {
    font-size: 52px;
    width: 60%;
    max-height: calc( 60vh - 50px );
    overflow: hidden;
    -webkit-transform: translateY(calc( -100% - 25px ));
    transform: translateY(calc( -100% - 25px ));
    margin-left: 25px;
    color: #F3F2F1;
    z-index: 99;
    position: absolute;
}
.article_title_noimg {
    font-size: 52px;
    width: 60%;
    max-height: calc( 60vh - 50px );
    overflow: hidden;
    margin-bottom: 25px;
    color: #0E4B9F;
}

.article_box_content p, .page_box_content p {
    margin-bottom: 15px;
    margin-top: 15px;
}

.article_box_content p:last-child, .page_box_content p:last-child{
    margin-bottom: 0px;
}

.article_box_content p:first-child, .page_box_content p:first-child{
    margin-top: 0px;
}

.thumbnail_filter{
    position: absolute;
    border-radius: 12px;
    display: block;
    width: 100%;
    height: 60vh;
    max-height: 550px;
    z-index: 9;
    background-color: #0E4B9F80;
    mix-blend-mode: color;
}

.article_meta {
    margin-bottom: 15px;
    display: flex;
    gap: 5px;
}

.footer_left {
    width: 30%;
}

.footer_right {
    display: flex;
  width: 100%;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}

.copyright_info i {
    margin-right: 12px;
    font-size: 32px;
    color: #F3F2F1;
}

.copyright_info {
    color: #F3F2F1;
    display: flex;
    align-items: center;
}

.copyright_info span {
    font-size: 20px;
}

#footer_menu, #footer_sm_menu {
    list-style-type: none;
  overflow: hidden;
  display: inline;
}

#footer_menu{
    margin-bottom: 25px;
}

#footer_menu li, #footer_sm_menu li {
    float: left;
}

#footer_menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  color: #F3F2F1;
  background: transparent;
  height: 40px;
  text-transform: uppercase;
  font-size: 20px;
  margin-right: 35px;
}

#footer_menu li a:hover {
    border-bottom: 4px solid #F3F2F1;
    text-decoration: none;
}

#footer_menu li:last-child a {
    margin-right: 0px;
}

#footer_sm_menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #F3F2F1CC;
    background: transparent;
    height: 40px;
    font-size: 32px;
    margin-right: 35px;
  }

  #footer_sm_menu li a:hover {
    color: #F3F2F1;
    text-decoration: none;
  }

 #footer_sm_menu li:last-child a {
    margin-right: 0px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 20px;
}

.nav-links span {
    background: #0E4B9F;
    color: #F3F2F1;
    padding: 12px 24px;
    border-radius: 12px;
}

.nav-links a {
    text-decoration: none;
    background: #DAD9D8;
    color: #0E4B9F;
    padding: 12px 24px;
    border-radius: 12px;
}

.nav-links a:hover {
    background: #0E4B9F;
    color: #F3F2F1;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
}

.mobilemenu_button {
    display: none;
}

/* Responsive */

@media (max-width: 600px){

    #main_slider div span {
        font-size: 32px;
    }

    .big_button {
        font-size: 28px;
        width: 300px;
    }

    .hp_article_img {
        width: 80px;
        height: 80px;
    }

    #mini_bar{
        border-radius: 0px;
        width: 100vw;
        top:0px;
    }

    #main_bar{
        border-radius: 0px;
        width: 100vw;
        top: 40px;
    }

    #mini_bar_content {
        padding: 0px 7.5px;
        box-sizing: border-box;
    }

    .menu {
        display: none;
    }

    .white_btn {
        border-radius: 0px;
    }

    #flowing_bars {
        width: 100vw;
    }

    body.logged-in #flowing_bars #main_bar {
        top: 77px;
    }

    #secondary_bar_menu li a {
        font-size: 14px;
    }

    .lang_change_btn {
        font-size: 14px;
    }

    #popups {
        width: 100vw;
        height: 100vh;
    }

    .hp_article_img {
        display: none;
    }

    .hp_article_main {
        margin-left: 25px;
    }
	
	.newsletter_form {
		width: 100%;
	}
	
	.article_title_noimg {
		width: 100%;
	}
}

@media (max-width: 829px) {
    .hp_box_newsletter {
        font-size: 42px;
    }

    .hp_article_img {
        width: 150px;
        height: 150px;
    }

    .hp_article {
        height: 250px;
    }

    .hp_article_main {
        height: 200px;
    }

    .local_time {
        display: none;
    }

    #mini_bar_content{
        justify-content: space-around;
    }
}

@media (min-width: 830px) and (max-width: 1200px) {
    .hp_box_newsletter {
        font-size: 48px;
    }
}

@media (max-width: 830px) {
    .hp_box_title {
        font-size: 32px;
    }

    .hp_article_title {
        font-size: 22px;
    }

    .hp_article_body {
        font-size: 16px;
    }

    .hp_article_meta_location, .hp_article_meta_category{
        font-size: 16px;
        padding: 8.5px 15px;
    }

    .facustom-button, .hp_article_buttons_rm {
        font-size: 18px !important;
    }

    .hp_article_buttons_rm {
        width: 36px;
        height: 36px;
    }

    #footer_menu {
        display: none;
    }
}

@media (min-width: 831px) and (max-width: 1300px) {
    .hp_box_title {
        font-size: 32px;
    }

    .hp_article_title {
        font-size: 32px;
    }

    .hp_article_body {
        font-size: 24px;
    }

    .hp_article_meta_location, .hp_article_meta_category{
        font-size: 24px;
        padding: 8.5px 15px;
    }

    .facustom-button, .hp_article_buttons_rm {
        font-size: 22px !important;
    }

    .hp_article_buttons_rm {
        width: 46px;
        height: 46px;
    }
}

@media (max-width: 1080px) {
    .hp_box_stats {
        height: 500px;
        flex-direction: column;
    }

    .hp_box_stat_box {
        width: 100%;
        margin: 25px;
    }

    .stat_box_number {
        font-size: 64px;
    }

    .stat_box_title {
        font-size: 24px;
    }
}

@media (max-width: 1180px) {
    .search_button{
        display: none;
    }

    .mobilemenu_button {
        display: block;
    }

    #main_bar_menu {
        display: none;
    }

    .bpooi_menu li a{
        color: #0E4B9F;
        text-decoration: none;
        font-size: 24px;
        text-transform: uppercase;
    }
}

/* Fix 1.0.1 */

.language_bar {
	display:none;
}

.page_box_content img, .article_box_content img {
	border-radius: 12px;
}

.article_box_content img:hover {
	    transform:scale(1.4);
	    box-shadow: 0px 4px 32px 0px rgba(34,34,34,0.5);
	    z-index: 999;
}

@media (max-width: 400px) {
  .hp_article {
    height: 450px;
  }
	
	.hp_article_main {
    height: 400px;
  }
}

@media (max-width: 829px) {
  .hp_article {
    height: 300px;
  }
	
	.hp_article_main {
    height: 250px;
  }
}