/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.5.1
	Stable tag: 3.5.1
	Requires at least: 6.0
	Tested up to: 7.0
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

body .turbo-header-template, 
body #tahefobu-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 130px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    transition: .4s;
    z-index: 999;
}
body.admin-bar #tahefobu-header {
    top: 32px;
}
#header-space {
    display: none;
}
#header-outer {
    padding-top: 0!important;
}
.tahefobu-site-logo img {
    transition: .4s ease;
}
#tahefobu-header {
    transition: .4s;
}
body #tahefobu-header.ta-header-hide {
    transform: none;
    opacity: 1;
    background: #FFF;
    height: 110px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
}
#tahefobu-header.ta-header-hide .tahefobu-site-logo img {
    width: 140px;
}
#tahefobu-header.ta-header-hide .tahefobu-nav-menu .tahefobu-menu-item:not(:hover) {
    color: #212121;
}
#tahefobu-header.ta-header-hide .elementor-social-icon svg {
    fill: #212121;
}

.footer-menu .tahefobu-mega-nav-menu {
    display: block!important;
}
.footer-menu .tahefobu-mega-nav-menu > .menu-item > .tahefobu-menu-nav-link {
    display: block;
    padding: 10px 0!important;
}


.latest-post-selection .post {
    border-radius: 4px;
}
.latest-post-selection .post .article__image {
    height: 250px;
}
.latest-post-selection .post .article__image img {
    transition: all .7s cubic-bezier(.2,1,.22,1);
}
.latest-post-selection .post:hover .article__image img {
    transform: scale(1.07);
}
.latest-post-selection .post .article__info {
    padding: 35px;
}
.latest-post-selection .post h3.article__title > a {
    font-size: 20px!important;
    color: #444!important;
}
.latest-post-selection .post .article__terms-wrap.category {
    font-size: 14px;
    letter-spacing: 2px;
    padding: 0 10px;
    border: 2px solid rgba(255,255,255,0.5);
    position: absolute;
    top: 20px;
    left: 20px;
    width: max-content;
}
.latest-post-selection .post .article__terms-wrap.category .article__terms-label {
    display: none;
}
.latest-post-selection .post .article__terms-wrap.category a {
    color: #FFF!important;
}
.latest-post-selection .post .article__info .article__date {
    font-size: 12px;
    color: #999;
    font-style: normal;
    order: -1;
}
.latest-post-selection .post .article__info .article__date > i {
    display: none;
}

.elementor-element.bg-move {
    background-color: #FF9308;
}

.flip-wrapper .flip-front {
    backface-visibility: hidden;
    min-height: 300px;
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transform-style: preserve-3d;
    transform: rotateY(0deg);
}
.flip-wrapper .flip-back {
    backface-visibility: hidden;
    min-height: 300px;
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transform-style: preserve-3d;
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flip-wrapper:hover .flip-front {
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transform-style: preserve-3d;
    transform: rotateY(-180deg);
}
.flip-wrapper:hover .flip-back {
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transform-style: preserve-3d;
    transform: rotateY(0deg);
}

.map-frame iframe {
    width: 100%;
    max-width: 100%;
}
@media(max-width: 1024px){
    .map-frame iframe {
        height: 250px;
    }
}


.page-header {
    background: url(/wp-content/uploads/2017/04/header-with-overlay.jpg);
    display: flex;
    align-items: center;
    padding-top: 130px;
    height: 450px;
}
.page-header > .entry-title {
    font-family: Open Sans;
    font-size: 80px;
    line-height: 80px;
    color: #FFF;
}

@media(max-width: 1024px) {
    .page-header {
        height: 280px;
    }
    .page-header > .entry-title {
        font-size: 60px;
    }
    body .turbo-header-template, body #tahefobu-header {
        height: 100px;
    }
    body #tahefobu-header.ta-header-hide {
        height: 90px;
    }
    #tahefobu-header.ta-header-hide .tahefobu-site-logo img  {
        width: 90px;
    }
    #tahefobu-header:not(.ta-header-hide) .tahefobu-mobile-toggle-line {
        background-color: #FFF;
    }
}

@media(max-width: 768px) {
    .page-header > .entry-title {
        font-size: 30px;
    }
}


.page-template-default .page-content,
.post-template-default.single.single-post .page-content {
    max-width: 1245px;
    margin: 0 auto 30px;
}

@media(max-width: 1280px){
    .page-template-default .page-content,
    .post-template-default.single.single-post .page-content  {
        max-width: 90%;
    }
}


.post-template-default.single.single-post main#content {
    max-width: unset !important;
    width: 100%;
}
.blog-page-posts .latest-post-selection article {
    align-items: flex-start;
}
.blog-page-posts .latest-post-selection .article__info {
    gap: 20px!important;
}
.blog-page-list .latest-post-selection .post h3.article__title > a {
    color: #ff9308!important;
    text-decoration: none;
    font-weight: normal;
}

.blog-page-categories .category-box > a {
    display: block;
    color: #ff9308;
    text-decoration: none;
}

.blog-page-categories .category-box {
    border-bottom: 1px solid #DDD;
    padding: 10px 0;
}









