/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


* {
    outline: 0 !important;
}
:root {
    --primarygredient:linear-gradient( -48deg, rgb(231,203,124) 0%, rgb(183,147,47) 100%);
    --secondary: #A6A376;
    --text: #747373;
    --white: #FFF;
    --dark: #000;
    --font1:"Archivo", sans-serif;
    --font2: "Montserrat", sans-serif;
    --btnfont: "Poppins", sans-serif;
    scroll-behavior: smooth;
}
html {
    margin-top: 0 !important;
}
html body {
    font-family: var(--font2);
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    margin-top: 0;
    font-family: var(--font1);
}
html p {
    margin-top: 0;
}
html ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
html a {
    text-decoration: none;
    transition: all 0.4s;
}
html a:hover {
    color: var(--text);
}
.elementor a {
    text-decoration: none;
}
html p:last-child {
    margin-bottom: 0;
}
main .page-header {
    display: none;
}
header{
    position: fixed !important;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.5s;
}
.sticky header{
    box-shadow: 0 -6px 10px 5px rgb(0 0 0 / 10%);
    background-color: var(--white);
}
header > .e-con-inner {
    transition: all 0.4s;
}
.sticky header > .e-con-inner {
    padding-block: 6px;
}
.news_pst .elementor-post__meta-data {
    padding: 0 !important;
}
.news_pst .elementor-post__meta-data span {
    display: inline-block !important;
    background-color: var(--secondary);
    padding: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.news_pst .elementor-post__meta-data {
    border: 0 !important;
}
.news_pst .elementor-post__card .elementor-post__thumbnail__link {
    margin-bottom: 28px;
}
.news_pst .elementor-post__card .elementor-post__title a:hover {
    color: var(--secondary) !important;
}
header .elementor-widget-theme-site-logo img {
    transition: all 0.4s;
}
.sticky header .elementor-widget-theme-site-logo img {
    width: 180px !important;
}
.elementor-item-active > .elementor-item {
    color: var( --e-global-color-primary ) !important;
}
.news_pst .elementor-post__text .elementor-post__excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog .news_pst .elementor-post__card .elementor-post__thumbnail__link {
    margin-bottom: 20px;
}
.single-post .elementor-widget-theme-post-content ol,
.single-post .elementor-widget-theme-post-content ul {
    padding: revert;
    margin: revert;
    list-style: revert;
    padding-left: 20px;
}
.single-post .elementor-widget-theme-post-content p{
    margin-bottom: revert;
}
.single-post .elementor-widget-theme-post-content blockquote p {
    background-color: #b7932f;
    color: #FFF;
    padding: 20px;
}
.single-post .elementor-widget-theme-post-content blockquote {
    margin-inline: 0;
}
@media (max-width:1024px){
    html .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        margin-top: 24px;
    }
    .news_pst .elementor-post__meta-data span {
        padding: 9px;
    }
    .news_pst .elementor-post__card .elementor-post__thumbnail__link {
        margin-bottom: 15px;
    }
}

@media (max-width:767px){
    .sticky header .elementor-widget-theme-site-logo img {
        width: 110px !important;
    }
    header .elementor-widget-nav-menu .elementor-menu-toggle {
        padding: 0;
    }
    html .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        margin-top: 22px;
    }
    .blog .news_pst .elementor-post__card .elementor-post__thumbnail__link {
        margin-bottom: 14px;
    }
}