/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 14 2026 | 07:54:40 */
/*------------------------------------------ C O M P U T E R S --------------------------------------------*/
@media screen and (min-width: 1250px) {

.header-top-left .box .mobile-menu-btn {
    display: none;
}	
.header-top-right ul.level-2 {
    position: absolute;
    margin: 0;
    padding: 10px 10px 20px 50px;
    background: #fff;
    border-radius: 7px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}
.header-top-right li:hover ul.level-2 {
    visibility: visible;
    opacity: 1;
}
	
	
	
}/*------ 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) {
 
	
.header-top-bar {
    padding: 15px 20px;
}
.header-third.header-top-third.header-top-left {
    width: 100%;
}
.header-top-bar .site-logo img {
    height: 37px;
}
.footer-bottom {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    font-size: 12px;
}
.header-third.header-top-third.header-top-right {
    position: fixed;
    top: 65px;
    right: -120%;
    width: 100%;
    height: calc(100% - 65px);
    padding: 20px;
    background: #f2f2f2;
    transition: all 0.2s ease-in-out;
}
.page-is-open .header-third.header-top-third.header-top-right {
    right: 0;
}
.header-top-right ul.level-1 {
    display: block;
    text-align: center;
}
.header-top-right ul li a {
    justify-content: center;
    padding: 20px;
    font-size: 24px;
}
.header-top-right ul li a img {
    margin: 0 0 0 -30px;
}
.header-top-right .show-childrens ul.sub-menu.level-2 {
    display: block;
}
.header-top-right ul.sub-menu.level-2 a {
    padding: 15px;
    font-size: 21px;
}
.header-top-right ul.sub-menu.level-2 {
    margin: 0;
    padding: 0;
    display: none;
}
	
	
	
.blog header.page-header {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0 20px;
}
.blog header.page-header .page-info, .blog header.page-header .page-image {
    width: 100%;
    padding: 0;
}
.blog header.page-header .page-image img {
    height: 200px;
}
.blog header.page-header .page-info .page-description {
    margin: 20px 0 0;
    font-size: 30px;
}
.blog header.page-header .page-info .page-title {
    font-size: 21px;
    padding: 15px 0;
}
.posts-container, .news-container, .products-container {
    margin: 20px auto;
    padding: 0 20px;
}
.posts-container .type-post, .posts-container .type-services, .products-container .product-item {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-right: solid 0px #707070;
    border-bottom: solid 1px #707070;
}
.posts-container h2 {
    display: block !important;
    max-width: unset;
    height: unset !important;
    font-size: 25px;
}
.posts-container .entry-excerpt {
    display: block !important;
    height: unset !important;
    margin: 10px 0;
    font-size: 14px;
}
.posts-container img {
    height: 225px;
}
header.page-header {
    padding: 20px;
}
.rank-math-breadcrumb a, .rank-math-breadcrumb span {
    font-size: 21px;
}
header.page-header h1.page-title {
    padding: 20px 0;
    font-size: 30px;
}
.products-container .product-item .product-image {
    height: 80vw;
}	
.single-post .post-grid {
    display: block;
    padding: 20px;
}
.single-post .post-grid .entry-meta, .single-post .post-grid .more-articles {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin: 20px 0;
    padding: 15px 0;
    border: 0;
    border-top: solid 1px #707070;
    border-bottom: solid 1px #707070;
    text-align: center;
}
.single-post .post-grid .entry-meta .date {
    margin: 0;
}
.single-post .post-grid .entry-meta, .single-post .post-grid .more-articles {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    width: 100%;
    margin: 20px 0 0;
    padding: 15px 0;
    border: 0;
    border-top: solid 1px #707070;
    border-bottom: solid 1px #707070;
    text-align: center;
}	
.single-post .post-grid .entry-info, .single-post .post-grid .entry-text {
    width: 100%;
    text-align: center;
}
.single-post .post-grid .entry-info .entry-title {
    margin: 0 0 10px;
    font-size: 30px;
}
.single-post .post-grid .entry-info excerpt.entry-excerpt {
    font-size: 14px;
}
.single-post .entry-image img {
    height: 200px;
}
.single-post .post-grid .more-articles {
    display: block;
    text-align: right;
}
.single-post .more-articles .more-article-item a {
    font-size: 14px;
    letter-spacing: 0;
}	
.single-post .more-articles .more-article-item a img {
    height: 150px;
}	
footer#colophon a {
    color: #fff;
}
.footer-contact-form ul#menu-social {
    justify-content: center;
}
.footer-contact-form .menu-main-menu-container ul {
    text-align: center;
}	
.news-container article.news-item {
    flex-wrap: wrap;
    gap: 15px;
}
.news-container article.news-item .news-image {
    width: 100%;
    height: 75px;
    padding: 20px 0;
}
.news-container article.news-item .news-content {
    width: 100%;
    font-size: 14px;
    line-height: 1.3;
}
.news-container article.news-item .news-content .news-title {
    line-height: 1;
    font-size: 23px;
    margin: 0 0 10px;
}
.news-container article.news-item a.news-cta {
    font-size: 14px;
}
.elementor-widget-container .posts-container {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: auto;
}
.elementor-widget-container .posts-container ::-webkit-scrollbar {
    display: none;
}
.elementor-widget-container .posts-container .type-post {
    display: inline-block;
    vertical-align: top;
    width: 75vw;
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
    white-space: normal;
    border-left: solid 1px #707070;
    border-bottom: solid 0px #707070;
}	
.elementor-gallery-title {
    width: 100%;
    margin: 0 !important;
    padding: 5px 0;
}	
.elementor-widget-container a.posts-widget-cta{
	margin: 50px auto 0;
}	
	
	
	
	
	
	
	
	
	
	
	
}/*------------------------------------------ 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) {
  
}