/*
Theme Name: hello-child
Version: 1.0
Description: A child theme of Hello Elementor
Template: hello-elementor
Author: Administrator
*/
@import url("../hello-elementor/style.css");
/* Your awesome customization starts here */

@font-face {
    font-family: 'futura';
    font-style: normal;
    font-weight: normal;
    src: local('Futura LT Regular'), url('./fonts/FuturaLT.woff') format('woff');
}
@font-face {
    font-family: 'futura-light';
    font-style: normal;
    font-weight: normal;
    src: local('Futura LT Light'), url('./fonts/FuturaLT-Light.woff') format('woff');
}
@font-face {
    font-family: 'futura-book';
    font-style: normal;
    font-weight: normal;
    src: local('Futura LT Book'), url('./fonts/FuturaLT-Book.woff') format('woff');
}
@font-face {
    font-family: 'didot';
    font-style: normal;
    font-weight: normal;
    src: local('Futura LT Book'), url('./fonts/didot-webfont.woff') format('woff');
}
@font-face {
    font-family: 'brandon';
    font-style: normal;
    font-weight: normal;
    src: local('Futura LT Book'), url('./fonts/brandon.woff') format('woff');
}


body *{
	font-family: 'brandon';
    overflow-wrap: break-word;
}
h1,h2 {
    font-family: 'futura' !important;
}
body.home {
    font-family: 'futura' !important;
}
.elementskit-dropdown.elementskit-submenu-panel {
    max-width: fit-content;
    min-width: fit-content !important;
}
.elementskit-dropdown.elementskit-submenu-panel .menu-item a {
    padding: 10px 15px !important;
}
.font-style-cus .elementor-widget-container{
    font-family: "Dancing Script", Sans-serif !important;
}
.futura-body-txt {
    font-family: 'futura' !important;;
}
body.page-id-2811 .ekit-wid-con .elementskit-post-image-card:hover .elementskit-entry-thumb>img {
    transform: none;
    opacity: 1;
}
body.single-post {
    font-size: 20px;
}
body.single-post .post-main__block {
    padding: 20px;
    background: #e1ebd5;
    max-width: 980px;
}
body.single-post .post-content-cus {
    background: #fff;
    padding: 50px;
}
body.single-post .post-content-cus .post-title {
    font-size: 40px;
    color: #383838;
}
body.single-post .post-content-cus h2 {
    font-family: 'futura' !important;
    font-size: 32px;
    color: #594ff5;
    margin-bottom: 30px;
}
body.single-post .post-content-cus a {
    color: #594ff5;
}
body.single-post .comments-area {
    padding: 50px;
}
body.single-post .blog-menu__main ul.menu {
    list-style: none;
    display: flex;
    gap: 30px;
    color: #383838;
    padding: 20px 0px 35px;
}
body.single-post .blog-menu__main ul.menu li a{
    color: #383838;
    font-size: 16px;
}
body.single-post .recent-post{
    background-color: #e1ebd5;
    padding: 20px 30px;
}
body.single-post .recent-post .recent-post__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body.single-post .recent-post .recent-post__header a{
    color: rgb(56, 56, 56);
    font-size: 18px;
    font-weight: 400;
    list-style: none;
}
body.single-post .recent-post .recent-post__header h2{
    font-size: 18px;
    font-weight: 400;
}
body.single-post .recent-post ul{
    display: flex;
    gap: 30px;
    list-style: none;
}

@media screen and (min-width:1024px) {
	.elementskit-menu-hamburger.elementskit-menu-toggler {
		display: none;
	}
}
@media screen and (max-width: 768px) {
    body.single-post .page-content {
        padding: 25px;
    }
    body.single-post .post-content-cus .post-title {
        font-size: 32px;
    }
    body.single-post .post-content__body h2 {
        font-size: 24px;
    }
    body.single-post .blog-menu__main ul.menu {
        flex-direction: column;
        gap: 5px;
        padding: 10px 0px 20px;
    }
}
