/*
Theme Name: invoqe
Description: Child theme
Author: invoqe
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
*/

@import "assets/css/posts_style.css";

@font-face {
    font-family: "Crimson Text";
    src: url("/wp-content/themes/hello-child/assets/fonts/Crimson/CrimsonText-Regular.ttf");
    font-weight: normal;
}

@font-face {
    font-family: "Crimson Text";
    src: url("/wp-content/themes/hello-child/assets/fonts/Crimson/CrimsonText-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Crimson Text";
    src: url("/wp-content/themes/hello-child/assets/fonts/Crimson/CrimsonText-SemiBold.ttf");
    font-weight: 900;
}

body {
    padding-top: 191px;
}

@media (max-width: 991px) {
    body {
        padding-top: 51px;
    }
}

/*
body {
    padding-top: 54px!important;
    transition: 0.5s;
}

body.padd {
    padding-top: 220px!important;
    transition: 0.5s;
}
*/

.admin-bar .search_inner {
    top: 112px !important;
}

.search_inner {
    top: 80px !important;
    position: fixed !important;
    max-width: 1200px !important;
    background-color: white !important;
    left: calc(-50vw + 50%) !important;
    width: 100vw !important;
    transform: translateX(calc(50vw - 50%)) !important;
    z-index: 1050 !important;
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none !important;
    cursor: initial !important;
}

.search_inner.active {
    opacity: 1;
    transition: opacity 0.5s;
    pointer-events: auto !important;
}

.searching,
#cancel-search{
    cursor: pointer;
}

.mobile_menu {
    display: none;
}


html body .holdResults._siq_main_searchbox ul li.sectionHead h3 {
    font-family: 'Roboto',sans-serif !important;
    font-weight: 600 !important;
    color: #000 !important;
    letter-spacing: .05em !important;
    border-bottom: 1px solid #dcdcdc !important;
}

html body .holdResults._siq_main_searchbox ul .siq-powered-by a {
    color: #252525 !important;
}

html body .holdResults._siq_main_searchbox ul li a h3,
html body .holdResults._siq_main_searchbox ul li:hover a h3 {
    font-size: 18px !important;
    line-height: 22px !important;
    color: #000 !important;
    font-family: 'Crimson Text',serif !important;
    max-height: 40px !important;
    overflow: hidden !important;
    font-style: normal !important;
    text-shadow: none !important;
    font-weight: 700 !important;
}

html body .holdResults._siq_main_searchbox ul li .resultsMore {
    font-family: 'Crimson Text', serif !important;
    color: #1c1c1c !important;
    font-weight: 700 !important;
    padding: 12px 0 6px !important;
    font-size: 15px !important;
    color: #2bbbb3 !important;
    text-transform: uppercase !important;
    border-top-color: #eaeaea !important;
}

html body .holdResults._siq_main_searchbox ul li .resultsMore:hover {
    color: #000 !important;
    font-weight: 700 !important;
}

.search_forming form button {
    display: none !important;
}

@media (max-width: 1240px) {
    .search_inner {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 50px !important;
        transition: 0.5s;
    }

    body.padd {
        padding-top: 170px !important;
        transition: 0.5s;
    }

    .d-m {
        display: none;
    }

    .mobile_menu {
        display: block;
    }

    .search_inner {
        top: 50px !important;
    }

    .admin-bar .search_inner {
        top: 90px !important;
    }

    .active-menu {
        display: block !important;
        transition: all 0.3s;
    }

    .no-active-menu {
        display: none !important;
        transition: all 0.3s;
    }

    .menu-item-has-children.rot:after{
        transform: rotate(180deg);
    }
}

/*mobile nav menu*/

#mobile_nav > li > ul.active-ul {
    display: block;
}

.mobile-nav ul, .mobile-nav ul li  {
    list-style-type: none;
}

.mobile-nav ul > li {
    margin-top: 12px;
    margin-bottom: 12px;
}

.mobile-nav ul li.menu-item-has-children {
    position: relative;
}

.mobile-nav ul li.menu-item-has-children:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 20px;
    color: #c49102 !important;
    font-weight: bold;
}

.mobile-nav #mobile_nav {
    padding-left: 0 !important;
}

#mobile_nav a {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-style: normal;
    line-height: 21px;
    color: #efefef !important;
}

#mobile_nav a:hover, #mobile_nav a:active {
    color: #c49102 !important;
}

#mobile_nav > li > ul > li >a {
    padding-top: 8px;
    padding-bottom: 8px;
}

#mobile_nav > li >ul {
    padding: 0px 15px;
}

#mobile_nav > li > ul {
    display: none;
}

/*custom button css*/

.button_cont {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.button_cont a {
    background-color: #1c1c1c;
    color: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    padding: 9px 50px 9px 50px;
    margin-top: 10px;
    font-family: "Roboto", Sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    font-style: normal;
    line-height: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

.button_cont a:hover {
    background-color: #c49102;
    color: white;
}