/* 
Theme Name: Orions Method
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*#orion-slider .slick-dots{
    bottom:10px;
}
#orion-slider .slick-dots button:focus,#orion-slider .slick-dots button:hover {
    color: #fff;
    background-color:transparent !important;
    text-decoration: none;
    border-radius: 50%;
}

#orion-slider  .slick-dots li button:before{
    opacity: .75;
    color: transparent;
    background:  #E6C2DA;
    border-radius: 50%;
    width: 12px !important;
    height: 12px !important;
}



#orion-slider .slick-prev{
    color: transparent !important;
    outline: none;
    background: transparent !important;
    text-indent: -999px;
    z-index: 5;
    display: block;
    margin-left: 10%;
}


#orion-slider .slick-next{
    color: transparent !important;
    outline: none;
    background: transparent !important;
    text-indent: -999px;
    z-index: 5;
    display: block;
    margin-right: 10%;
}

#orion-slider .slick-next:before {
    content:''; 
    background: url(/wp-content/uploads/2024/07/orions-method-slider-next-btn.svg) no-repeat top center;
    width:66px;
    height:66px;
    display: block;
    z-index: 5;
        margin-left: 10%;
}


#orion-slider .slick-prev:before {
    content:'';
    background: url(/wp-content/uploads/2024/07/orions-method-slider-prev-btn.svg) no-repeat top center;
    width:66px;
    height:66px;
    display: block;
    z-index: 5;
    position: absolute;
    left: 0;
}

.gform_wrapper .gform_validation_errors,.gform_wrapper .gfield_description.validation_message {
    display:none
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 2px solid #c02b0a !important;
}
*/
 /*.dropdown {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

    .flag-container {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #ccc;
    }

    .flag-icon {
        width: 100%;
        height: auto;
    }

    .dropdown-arrow {
        margin-left: 8px;
        font-size: 12px;
        color: #333;
    }

    .dropdown_menu_flag {
        display: none;
        position: absolute;
        top: 40px;
        left: 0;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        list-style: none;
        padding: 0;
        margin: 0;
        width: 120px;
        z-index: 1000;
    }

    .dropdown_menu_flag li {
        padding: 8px 12px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .dropdown_menu_flag li img {
        width: 21px !important;
        height: 21px !important;
        margin-right: 8px;
    }

    .dropdown_menu_flag li:hover {
        background: #f0f0f0;
    }
*/

div[data-elementor-type="wp-page"],
div[data-elementor-type="single-post"]{
    max-width: 1920px;
    width: 100%;
    margin: auto;
}

.elementor-widget-button .elementor-button-wrapper{
    position: relative;
    padding: 7px 0;
}

.elementor-widget-button .elementor-button-wrapper::before{
    content:'';
    position:absolute;
    border:1px solid #BB8F29;
    width:95%;
    height:100%;
    top:0px;
   left:0px;
   right:0px;
   margin:0 auto;
}

.elementor-widget-button .elementor-button-wrapper .elementor-button{
    background: linear-gradient(117deg, rgba(191, 146, 43, 1) 0%, rgba(191, 146, 43, 1) 4%, rgba(212, 178, 72, 1) 29%, rgba(187, 143, 41, 1) 53%, rgba(212, 178, 72, 1) 72%, rgba(212, 178, 72, 1) 84%, rgba(215, 167, 56, 1) 100%) !important;
    position: relative;
}

.elementor-widget-button .elementor-button-wrapper .elementor-button:hover{
    background: rgb(191,146,43);
    background: -moz-linear-gradient(243deg, rgba(191,146,43,1) 0%, rgba(191,146,43,1) 4%, rgba(212,178,72,1) 29%, rgba(187,143,41,1) 53%, rgba(212,178,72,1) 72%, rgba(212,178,72,1) 84%, rgba(215,167,56,1) 100%) !important;
    background: -webkit-linear-gradient(243deg, rgba(191,146,43,1) 0%, rgba(191,146,43,1) 4%, rgba(212,178,72,1) 29%, rgba(187,143,41,1) 53%, rgba(212,178,72,1) 72%, rgba(212,178,72,1) 84%, rgba(215,167,56,1) 100%) !important;
    background: linear-gradient(243deg, rgba(191,146,43,1) 0%, rgba(191,146,43,1) 4%, rgba(212,178,72,1) 29%, rgba(187,143,41,1) 53%, rgba(212,178,72,1) 72%, rgba(212,178,72,1) 84%, rgba(215,167,56,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bf922b",endColorstr="#d7a738",GradientType=1);  
}

.elementor-widget-button.plain-btn .elementor-button-wrapper{
    padding: 0;
}

.elementor-widget-button.plain-btn .elementor-button-wrapper::before{
    display: none;
}

.moreless-button:before{
    top: -6px !important;
}

.moreless-button {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    color: white;
    text-align: center;
    letter-spacing: 1.76px;
    border-radius: 0px 0px 0px 0px;
    padding: 31px 61px 28px 60px !important;
    background: linear-gradient(117deg, rgba(191, 146, 43, 1) 0%, rgba(191, 146, 43, 1) 4%, rgba(212, 178, 72, 1) 29%, rgba(187, 143, 41, 1) 53%, rgba(212, 178, 72, 1) 72%, rgba(212, 178, 72, 1) 84%, rgba(215, 167, 56, 1) 100%) !important;
}

.contain_widths {
    width: 100%;
    max-width: 820px;
    margin: 50px auto 0;
}

.gform_wrapper .gform_validation_errors{
    display: none;
}

.gform_wrapper .gform_fields .gfield .validation_message{
    display: none;
}

.gform_wrapper .gform_fields .gfield.gfield_error input{
    border: 2px solid #c02b0a;
}

@media screen and (max-width: 767px) {

    .elementor-widget-button .elementor-button-wrapper {
        position: relative;
        padding: 5px 0;
    }

    .elementor-widget-button .elementor-button-wrapper .elementor-button{
        min-height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}