/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 17 2025 | 14:37:45 */
/*-------------------------- S C R E E N S ----------------------------*/
@media screen and (min-width:1750px) and (max-width:1850px){body{zoom:0.98 !important;} .mobile-menu {max-height: 102.04vh;height: 102.04vh;}}
@media screen and (min-width:1650px) and (max-width:1750px){body{zoom:0.95 !important;} .mobile-menu {max-height: 105.26vh;height: 105.26vh;}}
@media screen and (min-width:1450px) and (max-width:1650px){body{zoom:0.9 !important;} .mobile-menu {max-height: 111.111vh;height: 111.111vh;}}
@media screen and (min-width:1350px) and (max-width:1450px){body{zoom:0.85 !important;} .mobile-menu {max-height: 117.65vh;height: 117.65vh;}}
@media screen and (min-width:767px) and (max-width:1350px){body{zoom:0.8 !important;} .mobile-menu {max-height: 125vh;height: 125vh;}}




/*------------------------------------------ C O M P U T E R S --------------------------------------------*/
@media screen and (min-width: 1250px) {
.mobile-menu, .mobile-menu-btn {display: none;}
	

}/*------ C O M P U T E R S  +  T A B L E T S -------*/
@media screen and (min-width: 767px) {
  
}/*------------------------------------------ A L L  T A B L E T S --------------------------------------------*/
@media screen and (min-width: 767px) and (max-width: 1250px) {
  
}/*--- T A B L E T S - B I G ------*/
@media screen and (min-width: 1000px) and (max-width: 1250px){ 
  
}/*--- T A B L E T S - M E D I U M ---*/
@media screen and (min-width: 850px) and (max-width: 1000px) {
  
}/*--- T A B L E T S - S M A L L ---*/
@media screen and (min-width: 767px) and (max-width: 850px) {
  
}/*------------------------- T A B L E T S + M O B I L E ---------------------------*/
@media screen and (max-width: 1250px) {
 .mobile-menu {display: none;}
.header-third.header-top-third.header-top-middle {
    position: fixed;
    top: 70px;
    right: 10px;
    width: calc(100% - 20px);
    height: 0;
    transition: all 0.35s ease-in-out;
    z-index: 9;
	background: #F9FCFB;
	border-radius: 5px;
	box-shadow: 0px 10px 10px 0 #00000020;
    overflow: hidden;
}
.page-is-open .header-third.header-top-third.header-top-middle {
    height: 500px;
}
.header-top-bar ul {
    display: block;
    padding: 20px;
    text-align: center;   
}
.header-top-bar a.apply {
    display: block;
    padding: 10px 25px 12px;
    font-size: 14px;
}
.header-third.header-top-third.header-top-left .textwidget.custom-html-widget {
    display: flex;
    align-items: CENTER;
    gap: 20px;
}	
.header-top-bar {
    padding: 12px 20px;
}
.header-top-bar .logo-link {
    display: block;
    line-height: 1;
}
.header-top-bar .logo-link img {
    margin: 0 0 -5px;
    width: 140px;
}
		
footer#colophon {
    padding: 35px 20px;
}
.footer-middle {
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 0 50px;
}
.footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
}
.footer-bottom .footer-third, .footer-bottom .footer-third ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
}
.footer-bottom .footer-logo-wrap .arr {
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0;
    padding: 0;
    font-size: 13px;
    gap: 0;
}
.credit a {
    margin: 20px 0 0;
    font-size: 13px;
}
.footer-middle .footer-quarter.footer-middle-first,
.footer-middle .footer-quarter.footer-middle-fourth {
    width: 100%;
}
.footer-middle .footer-quarter {
    width: calc(50% - 20px);
}
.footer-logo-wrap {
    text-align: center;
}
.footer-logo-wrap img.logo {
    width: 75%;
    margin: auto;
}	
.footer-middle .footer-quarter .widget-title {
    margin: 0 0 5px;
    font-size: 19px;
}
.footer-middle .footer-quarter .footer-desc {
    font-size: 15px;
}	
	
.blog main#main {
    padding: 0;
}
.blog header.page-header {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.blog header.page-header .page-info {
    width: 100%;
    padding-top: 20px;
}
.blog header.page-header .page-info .page-description {
    margin: 0 0 7px;
    font-size: 30px;
    text-align: center;
}
.blog header.page-header .page-info .page-title {
    margin: 0 0 20px;
    text-align: center;
    font-size: 16px;
}
.blog header.page-header .page-image {
    width: 100%;
}
.blog header.page-header .page-image img {
    height: 200px;
}
.posts-container {
    margin: 0;
}
.posts-container .type-post {
    width: calc(100% - 20px);
    margin: 0 10px 20px;
}
.posts-container .type-post .entry-header .entry-title {
    height: auto;
    overflow: unset;
    -webkit-line-clamp: 10;
}
.posts-container .type-post .entry-header excerpt.entry-excerpt {
    margin: 10px 0 15px;
    height: unset;
    -webkit-line-clamp: 10;
}
.posts-container .type-post img {
    height: 200px;
}
	
	
	
}/*------------------------------------------ M O B I L E --------------------------------------------*/
@media screen and (max-width: 767px) {

}/*-----S M A L L  M O B I L E -----*/
@media screen and (max-width: 350px) {
  
}