/*--------------------------------------*\
	Base
\*--------------------------------------*/
[class*="reveal-"] {
    opacity: 0;
    transform: translateY(40px);
    visibility: hidden;
}

.reveal-visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: 0.5s /*cubic-bezier(0.5, 0, 0 ,1)*/;
    position: relative;
    z-index: 100;
}

.reveal-1{
    transition-delay: 0.1s;
}

.reveal-2{
    transition-delay: 0.5s;
}

.reveal-3{
    transition-delay: 0.9s;
}

.reveal-4{
    transition-delay: 1.3s;
}

* {
    box-sizing: border-box;
}

a, a:hover {
    color: inherit;
}

input:focus, textarea:focus, select:focus{
    outline: none;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: #000;
}

.cols {
    margin-right: -10px;
    margin-left: -10px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cols > * {
    padding-right: 10px;
    padding-left: 10px;
}

.col-66 {
    width:66.6666666%;
}

.col-33 {
    width: 33.33333333%;
}

.col-25 {
    width: 25%;
}

.col-10 {
    width: 10%;
}


.col-50 {
    width: 50%;
}

.col-80 {
    width: 80%;
}


.container {
    max-width: 1139px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.padding-up-down {
    padding: 60px 0;
}

.remove-style-list, .navigation-desktop{
    padding: 0;
    margin: 0;
    list-style: none;
}

.txt-center {
    text-align: center;
}

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

/*--------------------------------------*\
	Header
\*--------------------------------------*/
.header-page-up {
    height: 44px;
}

.header-page-down {
    height: 109px;
}

.header-page-down .container {
    height: 109px;
}
/* .header-1 > div, .header-2 > div{
    background-color: #fff;
    border-left: 10px solid #1C3054;
    border-right: 10px solid #1C3054;
}/*

/*
.header-2 > div{
    border-radius: 0px 0px 15px 15px;
} */

/* .header-1 > div > div{
    border-bottom: 1px solid #ff0000;
} */

.btn-s {
    padding: 5px 20px;
    display: inline-block;
    background-color: #1C3054;
    color: #fff;
    border-radius: 3px ;
    transition: all .3s;
}



.btn-s-pc {
    margin-right: 20px;
    margin-left: auto;
}

.btn-s:hover{
    background-color: #2d5287 ;
    color: #fff;
    text-decoration: none;
}

.btn-mo {
    margin: 10px;
    width: calc(100% - 20px);
    text-align: center;
}


.header-1 {
    height: 35px;
}

.ehf-header #masthead {
    z-index: 99;
    position: absolute;
    width: 100%;
}

/* .header-page {
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
    z-index: 10;
} */

.header-page-up > div{
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    border-left: 8px solid #1C3054;
    border-right: 8px solid #1C3054;
}

.info-menu-contact, .info-menu-contact + .flex {
    align-content: center;
    align-items: center;
}

.info-menu-contact li:not(:last-child) {
    margin-right: 15px;
}

.social-info li:not(:last-child) a {
    margin-right: 8px;
}

.social-info a {
    background-color: #1C3054;
    display: block;
    height: 100%;
    transition: all .3s;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}

.social-info a:hover {
    background-color: #2D5287;
}

.logo {
    display: block;
    width: 80px;
}

.header-page-down > div{
    background-color: #fff;
    border-left: 8px solid #1C3054;
    border-right: 8px solid #1C3054;
    border-radius: 0 0 5px 5px;
}

.header-page-down > div > div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navigation-desktop {
    display: flex;
    text-transform: uppercase;
    justify-content: space-between;
}

.navigation-desktop > li > a:hover {
    text-decoration: none;
    color: #1C3054 ;
}

.header-page-down .flex.cols {
    align-items: center;
}


.btn-search {
    background-color: #EDEDED;
    padding: 14px;
    border-radius: 0.25rem;
    text-align: center;
    width: 60px;
    display: inline-block;
    transition: all .3s;
    border: none;
}

.btn-search:hover {
    background-color: #d7d7d7;
}

.header-page-down .flex.cols {
    border-top: 1px solid #EDEDED;
}



form.search-input-mobile.search-input-move {
    display: flex;
    margin-top: 10px;
    padding: 10px;
}

.search-input-mobile input {
    display: block;
    width: 80%;
    min-height: 48px;
    padding: 0.5rem ;
    border: solid 1px #dbdbdb;
    transition: all 0.3s;
}

.search-input-mobile input:focus {
    border: solid 1px #1C3054;
}

form.search-input-mobile button {
    width: 20%;
    background: #1C3054;
    border: 0px !important;
}

form.search-input-mobile button:hover {
    background: #2D5287;
    transition: all 0.3s;
}

.body_mobile .flex-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}




/*--------------------------------------*\
	Search modal
\*--------------------------------------*/

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-popup > div {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.search-input {
    position: fixed;
    left: auto;
    right: auto;
    width: 600px;max-width: calc(100% - 20px);
    border-radius: 4px;
    margin-bottom: 40%;
    background:#fff;
    padding: 10px;
    top: 0;
    z-index: 10;
    transition: all .2s;
}

.search-input-move {
    top: 20px;
}

.search-input input{
    display: block;
    width: 100%;
    outline: 0;
    min-height: 48px;
    padding: 0.5rem 2.5rem  0.5rem 1.5rem ;
    border: solid 1px #DBDBDB;
    transition: all .2s;
}

.search-input input:focus {
    border-color: #1C3054;
    box-shadow: 0 0 0 4px #1c305484;
}

.search-input button {
    background: transparent;
    border: none;
    position: absolute;
    right: 22px;
    top: 22px;
    padding: 0;
}

.search-popup[element="true"] {
    animation: searchPopup  0.2s both;
}

@keyframes searchPopup {
    from {opacity: 0}
    to {opacity: 1}
}

/*--------------------------------------*\
	Navigation mobile
\*--------------------------------------*/

#back {
    float: left;
    background: url(../images/arrow.svg) center center no-repeat;
    width: 15px;
    height: 15px;
    transform: rotate(180deg);
    margin-top: 4px;
}

.topbar_menu_open {
    transform: translate3d(0,0%,0) !important;
    top: 0px !important;
}

.display {
    display: block;
}

.menu_btn {
    text-align: center;
    line-height: 28px;
    width: 43px;
    height: 30px;
    background: transparent;
    display: none;
    background: transparent;
    border: solid 1px #2d2d2d;
    color: #2d2d2d;
    position: relative;
}

.menu_btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 22px;
    height: 2px;
    background-color: #2d2d2d;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

.menu_btn span::before, .menu_btn span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 2px;
    background-color: #2d2d2d;
    transform: translateY(-6px);
    transition: transform 0.5s;
    transform-origin: 50% 50%;
}

.menu_btn span::after {
    transform: translateY(6px);
}

body.body_mobile {
    overflow: hidden;
}

.menu_mobile {
    background: #fff;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: 900;
    overflow: auto;
    height: 100%;
    width: 100%;
}

.menu_mobile ul, .menu_mobile li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu_mobile[element="true"] {
    animation: menuMobileVisible  0.2s both;
}

.menu_mobile[element="false"] {
    animation: menuMobileInvisible  0.2s both;
}

@keyframes menuMobileVisible {
    from {opacity: 0}
    to {opacity: 1}
}

@keyframes menuMobileInvisible {
    from {opacity: 1}
    to {opacity: 0}
}

ul.navigation_mobile  {
    position: relative;
    top:0;
    left: 0;
    transition: all 0.2s;
}

.navigation_mobile a {
    display: block;
    padding: 15px;
    font-weight: bold;
    border-top: 1px solid #DBDBDB ;
}

.navigation_mobile .current-menu-item a {
    background-color: #ebebeb;
}

.navigation_mobile .menu-item-has-children a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation_mobile  .sub-menu{
    position: absolute;
    top:0;
    left: 100%;
    width: 100%;
    transition: all 0.2s;
    display: none;
}

.navigation_mobile .menu-item-has-children > a::after {
    float: right;
    content: "";
    background: url(../images/arrow.svg) center center no-repeat;
    width: 15px;
    height: 15px;
    background-size: cover;
    margin-right: 10px;
}

.title_menu {
    display: none;
    background-color: #f4f4f4 ;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.display_tag {
    display: block !important;
}

.close_menu {
    display: block;
    border: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 25px;
    height: 25px;
    background: url(../images/close.svg) center center no-repeat;
    background-size: cover;
}


/*--------------------------------------*\
	Navigation desktop sub menu
\*--------------------------------------*/

.navigation-desktop .menu-item-has-children {
    position: relative;
}

.navigation-desktop .menu-item-has-children > a {
    padding-bottom: 30px;
}

.navigation-desktop > li > .sub-menu, .navigation-desktop > li > .sub-menu .sub-menu {
    transition: .2s;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 48px;
    width: 227px;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    text-align: left;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.navigation-desktop > li > .sub-menu .sub-menu {
    top: 0px;
    left: 100%;
    color: #fff;
}

.navigation-desktop .menu-item-has-children .menu-item-has-children {
    position: relative;
}

.navigation-desktop > li > .sub-menu .sub-menu li a{
    border-bottom: 1px solid #fff ;
}

.navigation-desktop > li > .sub-menu .sub-menu li:last-child a {
    border-bottom: none;
}

.navigation-desktop .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.navigation-desktop .sub-menu li {
    padding-left: 10px ;
    padding-right: 10px ;
    background-color: rgba(255, 255, 255, 1);
    transition: all .3s ;
}

.navigation-desktop .sub-menu a {
    padding: 5px 10px;
    display: block;
    border-bottom:1px solid #232323 ;
}

.navigation-desktop  .sub-menu a {
    position: relative;
}

.navigation-desktop .sub-menu li:last-child a {
    border-bottom: none ;
}

.navigation-desktop .sub-menu li:hover, .navigation-desktop .sub-menu .current-menu-item {
    background-color: #1C3054;
}

.navigation-desktop .sub-menu li:hover a, .navigation-desktop .sub-menu .current-menu-item a {
    text-decoration: none;
    color: #fff;
}

.navigation-desktop > .menu-item-has-children > a::after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 38px;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #202A4D;
}

.navigation-desktop .sub-menu .menu-item-has-children > a::after  {
    content: "";
    position: absolute;
    right: 0;
    top: 34%;
    display: block;
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #989898; 
}

/*--------------------------------------*\
	FRONT PAGE
\*--------------------------------------*/
.imgs-container {
    position: relative;
    text-align: center;
    z-index: 1;
}

.img-2 {
    border-radius: 50% !important;
    width: 314px;
    object-fit: cover;
    height: 314px !important;
    margin-top: 15px;
    transition: all .3s;
}

.imgs-container .img-2:hover {
    transform: scale(1.1);
}

.img-1 {
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.ele, .ele-2 {
    position: relative;
}

.ele::before {
    position: absolute;
    content: "";
    background-color: #EDEDED;
    top: 0;
    left: -56px;
    width: 56px;
    z-index: -1;
    border-radius:10px 0 0 10px ;
}

.ele-2::after {
    position: absolute;
    content: "";
    background-color: #EDEDED;
    top: 0;
    right: -56px;
    width: 56px;
    z-index: -1;
    border-radius:0 10px 10px 0 ;
    height: 100%;
}

.new-post-date {
    position: relative;
    top: -22px;
    background: #1C3054;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 99px;
}

.item-post-categories {
    margin-bottom: 0.5rem;
}

.item-post-categories > .flex {
    justify-content: space-evenly;
    color: #1C3054;
}


.new-post-title {
    color: #1C3054;
}

.new-post-link {
    color: #1C3054;
    display: inline-block;
    margin-top: 0.5rem;
}

.content-new-post {
    background-color: #fff;
    padding: 0 20px 20px 20px;
}

.new-post-img {
    overflow: hidden;
    display: block;
}

.new-post-img:hover img {
    transform: scale(1.1);
} 

.arrow-link .elementor-align-icon-right, .new-post-img img  {
    transition: all .3s;
}

.new-post-img img {
    height: auto;
    max-width: 100%;
}

.arrow-link:hover .elementor-align-icon-right{
    margin-left: 10px;
}


.news-posts {
    justify-content: flex-start;
}


/*--------------------------------------*\
	Newsletter
\*--------------------------------------*/
#newsletter_mail_form form.mailpoet_form {
    padding: 0 !important;
}

#newsletter_mail_form form {
    text-align: center;
}

#newsletter_mail_form .mailpoet_paragraph {
    display: inline-block;
    width: 68%;
	float: left;
}

#newsletter_mail_form .mailpoet_paragraph.last {
    display: inline-block;
    width: 30%;
}

#newsletter_mail_form .mailpoet_text {
    padding: 14px !important;
    border-radius: 5px 0 0 5px;
    border: 1px solid #fff;
    transition: all .2s;
}

#newsletter_mail_form .mailpoet_text:focus {
    border: 1px solid #2D5287;
}

#newsletter_mail_form .mailpoet_submit {
    padding: 15px !important;
    background-color: #2D5287;
    margin-left: -8px !important;
    border-radius: 0 5px 5px 0;
    border: none;
    transition: all .2s;
    color: #fff;
}

#newsletter_mail_form .mailpoet_submit:hover {
    background-color: #4e90ed;
}

.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
    position:static !important;
    transform: translate(0, -70px) !important;
    color: #fff;
}

/*--------------------------------------*\
	404
\*--------------------------------------*/
.content-form-404 {
    width: 588px;
    margin: 50px auto 0;
}

.search-404 {
    width: 80%;
    background: #fff;
    height: 50px;
    padding: 0 20px;
    border: solid 1px #d4d4d4;
    transition: all .3s;
}


.search-404:focus {
    border: solid 1px #1C3054;
}

.button-404 {
    width: 20%;
    border: none;
    background: #d4d4d4;
    background-size: 30px;
    display: block;
    border: solid 1px #d4d4d4;
    transition: all .3s;
    border-left: 0px;
}

.button-404:hover {
    background-color: #fff;
}


/*--------------------------------------*\
	FOOTER
\*--------------------------------------*/
.color-icon-media .st0 {
    fill: #1C3054 !important;
}

.footer-menu nav ul {
    column-count: 2;
}

.footer-menu nav ul li::before {
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-right-solid.svg);
    display: inline-block;
    width: 15px;
    height: 15px;
    float: left;
    margin-top: 15px;
}


.footer-menu a:hover, .footer-menu .current-menu-item a{
    text-decoration: underline !important;
}

.footer-menu nav > ul > li:first-child {
    margin-bottom: 16px;
}

#menu-item-881 {
    margin-bottom: 16px;
}


/*--------------------------------------*\
	INNER
\*--------------------------------------*/
.breadcrumb-page a {
    font-weight: bold;
}

.header-inner-page {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.title-breadcrumb .breadcrumb-page{
    position: absolute;
    color: #fff;
}

.title-content{
    position: absolute;
    bottom: 119px;
    color: #fff;
}

.title-content h1::after {
    content: "";
    background-color: #fff;
    width: 60px;
    height: 3px;
    display: block;
    margin-bottom: 20px;
}

.title-content h2 {
    text-shadow: 4px 4px 11px rgba(0,0,0,0.6);
}

.title-breadcrumb .breadcrumb-page {
    bottom: 30px;
    padding: 10px;
    background-color: #ffffff81;
    display: inline-block;
}


.info-box {
    background-color: #fff;
    border-radius: 10px;
    color: #1C3054;
    padding: 15px;
    position: relative;
}

.swiper-pagination {
    position: static;
    margin-top: 50px;
}

.element-check {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;

    box-shadow: -2px 5px 5px -2px rgba(0,0,0,0.55);
    margin: auto;
    /* top: 0; */
    right: 0;
    bottom: -17px;
    left: 0;
    background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(201,201,201,1) 100%);
}

.element-check::after {
    content: "";
    position: absolute;
    background-image: url(../images/check-solid.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70%;
    display: block;
    width: 35px;
    height: 35px;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 2px solid #898989;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #2a2a2a;
}

.swiper-pagination-lock {
    display: block;
}

.cover-background-img {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.time ul::before {
    content: "";
    width: 2px;
    height: 93%;
    background-color: #1C3054;
    display: block;
    position: absolute;
    left: 6px;
    top: 5px;
}

.time .elementor-icon-list-items .elementor-icon-list-item:last-child .elementor-icon-list-icon{
    margin-left: 1px;
    position: relative;
}

.time .elementor-icon-list-items .elementor-icon-list-item:last-child .elementor-icon-list-icon::after {
    content: "";
    background-color: #fff;
    width: 10px;
    height: 20px;
    position: absolute;
    bottom: -18px;
    left: 0;
}

.about-img {
    position: relative;
    margin: auto;
}

.about-img-2 {
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 230px;
}

.about-img-1 img, .about-img-2 img {
    max-width: 100%;
    border-radius: 10px;
}

/* .wpforms-field-large:focus, .wpforms-field-medium:focus {
    border: 1px solid #1C3054 !important;
} */

.btn {
    transition: all .2s !important;
    border: none !important;
    border-radius: 0.25rem !important;
    background-color: #1C3054 !important;
    color: #fff !important;
    padding: 13px 34px !important;
}

.btn:hover {
    background-color: #2d5287 !important;
}

div.wpforms-container-full {
    margin-top: 0px;
}

.table-style td, .table-style th{
    text-align: center !important;
}

.table-style th {
    background-color: #1C3054 !important;
    color: #fff !important;
}



.icons-color .st0 {
    fill: #1C3054 !important;
}



/* #wpforms-1663-field_4-container {
    opacity: .5;
}

#wpforms-1663-field_4-container input {
   /* pointer-events: none;*/
/*} */

.single-new .new-post-date {
	position: static;
	margin-bottom: 30px;
}

.single-new .item-post-categories > .flex {
	justify-content: flex-start;
}

.single-new .item-post-categories {
	margin-bottom:0;
}

.single-new .item-post-categories li:not(:last-child){
	margin-right: 10px;
}

.single-new .new-post-img {
	margin-top: 30px;
	margin-bottom: 30px;
}

.post-small {
    padding-left: 100px;
    padding-bottom: 30px;
    position: relative;
}

.post-small img {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
}

.title-ar-ca {
	 margin-bottom: 100px;
}

.title-ar-ca + .remove-style-list li:last-child .post-small {
	padding-bottom: 0;
}

/*--------------------------------------*\
	Search
\*--------------------------------------*/

.results .flex {
    margin-bottom: 30px;
    background: #f4f4f4;
    justify-content: flex-start;
    padding: 20px;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

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

.post-text {
    width: calc(70% - 20px);
}
.post-thumb {
    width: 30%;
    margin-right: 30px;
}

.results a {
    color: #1C3054;
}

.pagination-content {
    text-align: center;
}

.pagination-content > .pagination > * {
    display: inline-block;
    vertical-align: top;
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 2px;
    border-radius: 50%;
    text-align: center;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    color: #333333;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pagination-content > .pagination .current {
    color: #fff;
    background-color: #1C3054;
}

.pagination-content > .pagination a:hover {
    color: #1C3054;
    background-color: #f4f4f4;
}


/*--------------------------------------*\
	Fixed Navigation
\*--------------------------------------*/
header.header-page {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
	z-index:10
}

#topbar.is-fixed {
    top: -109px;
    position: fixed;
    z-index: 100;
}


#topbar.is-visible {
    top:0
}

.is-fixed {
    transition:  all 0.2s;
    width: 100%;
    left: 0;
}

/*--------------------------------------*\
	Responsive
\*--------------------------------------*/
@media only screen and (max-width : 930px) {

    .navigation-desktop-content, .header-page-up .social-info, .header-page-down  .txt-right, .btn-s-pc{
        display: none;
    }

    .menu_btn {
        display: inline-block;
    }

    .header-page-down .col-10 {
        width: 30%;
    }

    .header-page-down .col-80 {
        width: 70%;
        text-align: right;
    }

    .header-page-up > div {
        border-left: none;
        border-right: none;
    }

    .header-page-up  {
        border-left: 8px solid #1C3054;
        border-right: 8px solid #1C3054;
        background-color: #fff;
    }

    .header-page-up {
        display: flex;
    }
}

@media only screen and (max-width : 850px) {
	.single-new .page-content .col-66, .single-new .page-content .col-33 {
		width: 100%;
	}
	
	.title-ar-ca {
    	margin-bottom: 30px;
	}
	
}

@media only screen and (max-width : 800px) {
    .news-posts .col-33 {
        width: 50%;
    }

    .news-posts .col-33:last-child {
        margin-top: 30px;
        width: 100%;
    }
}

@media only screen and (max-width : 700px) {
    .content-form-404{
        width: 100%;
    }

    .results .flex {
        flex-direction: column;
    }

    .post-thumb, .post-text {
        width: 100%;
    }

    .post-text {
        margin-top: 10px;
    }

    .post-thumb {
        margin: 0;
    }
}

@media only screen and (max-width : 600px) {
    .news-posts .col-33 {
        width: 100%;
        margin-bottom:30px;
    }

    .news-posts .col-33:last-child {
        margin-top:0;
        margin-bottom:0;
        width: 100%;
    }
}

@media only screen and (max-width : 767px) {
    .ehf-header #masthead {
        position: static;
    }
}


@media only screen and (max-width : 500px) {
    .wpforms-field {
        width: 100% !important;
        margin: 0 !important;
    }

}