/*
Theme Name: Odno Child Theme
Theme URI: https://shtheme.com/demosd/odno
Description: This is child theme of odno
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Version: 1.0
Text Domain: odno-child
Template: odno
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/



:root {
  --clr-theme-color: var(--primary-color);
}

p.comment-form-cookies-consent{
    display: none;
}

span.ajax-loader{
    display: none!important;
}

.search-custom form input{
    width: 100%;
    padding: 10px;
    border: 1px solid #d1d1d1;
    color: #111!important;
    line-height: 1.6;
    border-radius:0!important;
}

.search-custom form{
    position: relative;
}

.search-custom form button{
    border: 1px solid #111;
    color: #fff;
    font-size: 15px;
    position: absolute;
    cursor: pointer;
    float: right;
    background: #111;
    top: 0;
    right:0;
    padding: 10px 15px;
    letter-spacing: 0;
    line-height: 1.6;
}

span.wpcf7-not-valid-tip{
    padding-bottom: 10px;
    font-size: 12px;
    color: #fff;
}

.theme-light span.wpcf7-not-valid-tip{
    padding-bottom: 10px;
    font-size: 12px;
    color: #111;
}

.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #fff;
    margin:10px 0;
}

.theme-light .wpcf7 form.invalid .wpcf7-response-output{
    border-color: #111;
    margin:10px 0;
    color:#111;
}

.search-custom form button:hover{
    background: #fff;
    color: var(--primary-color);
}
.search-custom h4{
    font-weight: 500;
    font-size: 20px;
    color: #2e2e2e;
    text-transform: inherit;
    margin-bottom: 20px;
}

p.form-submit{
    text-align: center;
}

h5.comment{
    color: #010101;
    margin-bottom: 40px;
}

h3.comment-reply-title{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.wpcf7-spinner{
    display: none;
}

.theme-light li.cate{
    color: #181a1c;
}

.widget_categories ul{
    margin-top: 1rem;
    padding-left: 0!important;
}

.widget_categories ul li {
    list-style-type: none;
    margin-bottom: 6px;
}

.widget_tag_cloud ul{
    margin-top: 1rem;
    padding-left: 0!important;
}

.widget_tag_cloud ul li{
    display: inline-block;
    padding-right: 8px;
}

.widget_tag_cloud ul li a{
    font-size: 1rem!important;
}

.widget_archive ul{
    margin-top: 1rem;
    padding-left: 0!important;
}

.widget_archive ul li {
    list-style-type: none;
    margin-bottom: 6px;
}

.header .header-menu .nav .nav-item .nav-dropdown li.nav-item:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px){
.header .header-menu .nav .nav-item .nav-dropdown li.nav-item {
    position: relative;
    padding: 0 30px;
    margin-left: 0;
}
.header .header-menu .nav .nav-item .nav-dropdown li.nav-item ul >li.nav-subdropdown-item{
    padding: 0;
}

}

.header .header-menu .nav .nav-item .nav-dropdown li.nav-item {
    position: relative;
    list-style-type: none;
    margin-bottom: 10px;
}

.header-menu .nav-subdropdown-toggle .fa-angle-down{
    display: none;
}

.header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown .nav-subdropdown-item .nav-subdropdown-link{
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Open Sans",sans-serif;
    font-size: 1rem;
    padding: 0;
    color: #fff;
    letter-spacing: 0;
    background:transparent;
    display:inline-block;
}

.theme-light .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown .nav-subdropdown-item .nav-subdropdown-link{
    color: black;
}

form br{
    display: none;
}

@media (max-width: 991.98px){
.header .header-menu .nav .nav-item .nav-dropdown li.nav-item {
    position: relative;
}
    .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown.show {
    padding: 0 0 0 20px;
    background:transparent;
}

.header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown .nav-subdropdown-item .nav-subdropdown-link{
    font-size: 15px;
}
}

form input.wpcf7-submit{
    width: 100%;
    padding: 16px 24px;
    background: var(--amf-gold-grad);
    color: #1a1a1a;
    border: 1px solid var(--amf-gold-2);
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-in-out;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.25);
}

form input.wpcf7-submit:hover {
    transform: translateY(-2px);
    filter: brightness(1.07);
    box-shadow: 0 14px 28px rgba(212, 175, 55, 0.4);
}

.theme-light form input.wpcf7-submit{
    box-shadow: none;
    color: #fff;
    background:transparent;
    padding: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.widget:first-child{
    margin-top: 0!important;
}

.theme-light .fancy-box span{
    color:black;
}

.error{
    padding:130px 0;
}

.theme-light form input.wpcf7-submit:focus{
    box-shadow:none;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
    border-color:#fff;
    color:#fff;
}

.theme-light .wpcf7 form.failed .wpcf7-response-output,.theme-light .wpcf7 form.aborted .wpcf7-response-output{
    border-color:#111;
    color:#111;
}

.title-heading{
    font-size:1.1em;
}
.no-js.elementor-html [data-cue="fadeIn"],.no-js.elementor-html [data-cues="fadeIn"] > * {
    opacity: 1;
}
.elementor img.img-mask-1 {
    border-top-left-radius: 3em;
    border-bottom-right-radius: 3em;
}
.elementor img.img-mask-2 {
    border-top-right-radius: 3em;
    border-bottom-left-radius: 3em;
}



.bg-dark-06 h1 {
    font-size: 54px!important;
}


.footer-dev-s {
    display: flex;
    align-items: center;
}
.footer-dev-seo{
    font-size: 13px;
    letter-spacing: .3px;
    opacity: 1;
    text-align: center;
    margin-left: 10px;
}

.footer-dev-seo a{
    border: none;
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 14px;
    background: var(--amf-gold-grad);
    background-image: linear-gradient(135deg, rgb(184, 144, 42) 0%, rgb(212, 175, 55) 35%, rgb(245, 215, 122) 65%, rgb(212, 175, 55) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    color: #0a3a36 !important;
    border-color: var(--amf-gold-2);
    border-top-color: rgb(245, 215, 122);
    border-right-color: rgb(245, 215, 122);
    border-bottom-color: rgb(245, 215, 122);
}

.footer-dev-seo a:hover{

}

.footer-dev-seo a:hover{
	opacity: 1;
}

.he-n {
background: linear-gradient(to bottom, #FEEC93, #E9BE50, #AC6A0E) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
/* -webkit-text-fill-color: transparent !important; */
color: transparent;
font-weight: bold !important;
margin-right: 10px;
}