/* 
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 */



/* global */
p:last-child {
    margin-bottom:0 !important;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
    margin-block-end: .9rem;
}

.grecaptcha-badge,
.otgs-development-site-front-end {
    display: none !important;
}

.elementor-field-option {
    font-size: 14px;
    display: flex;
    gap:10px;
    align-items: flex-start;
}

.elementor-field-option input[type="radio"] {
    border-radius: 50%;
}

.elementor-field-option input {
    margin-top:2px;
    /*background-color: transparent !important;*/
    /*appearance: none;*/
    width: 14px;
    height: 14px;
    padding: 0 !important;
    /*border: 1px solid var(--e-global-color-c8a9939) !important;*/
    flex-shrink: 0;
}

/*
.elementor-field-option input:checked {
    background-color: var(--e-global-color-c8a9939) !important;
}
*/

.elementor-field-option label {
    line-height: 1.2;
}

.elementor-field-type-acceptance a {
    color: inherit;
    text-decoration: underline;
}

.elementor-field-type-acceptance a:hover {
    text-decoration: none !important;
}




.hide {
    display: none !important;
}



/* content edge right */

@media (min-width:1024px) {
    .content-edge-right {
        padding-left:calc(calc((100vw - var(--container-max-width))/2) - 20px);
    }

    .content-edge-left {
        padding-right:calc(calc((100vw - var(--container-max-width))/2) - 20px);
    }
}





/* cms */
.cms * + h2,
.cms * + h3,
.cms * + h4,
.cms * + h5 {
    margin-top:40px !important;
}




/* videos */
.elementor-custom-embed-play svg {
    filter:none;
}




/* header */
header > div:not(.elementor-sticky--effects) {
    box-shadow:none !important;
}

header .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    flex-wrap: nowrap;
}
header .elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    white-space:initial;
}


/* buttons */
.btn-line .elementor-button-content-wrapper {
    align-items: center;
    gap:20px;
    overflow: hidden;
}
.btn-line .elementor-button-content-wrapper:before,
.btn-line .elementor-button-content-wrapper:after {
    content:' ';
    width:40px;
    height: 2px;
    background-color:var(--e-global-color-c8a9939);
    position: relative;
    display: block;
    transition: all 0.2s;
}

.btn-line .elementor-button-content-wrapper:before {
    margin-left:-60px;
}


.btn-line:hover .elementor-button-content-wrapper:before {
    margin-left:0;
}

.btn-line:hover .elementor-button-content-wrapper:after {
    margin-right:-60px;
}


 

/* elementor heading */
.elementor-heading-title {
    line-height: 1.2;
}



/* forms */
#form-field-auto_expand_message {
    field-sizing: content;
}




/* blog */
.single-post .elementor-widget-theme-post-content h2 {
    font-size: 30px !important;
    margin-top:40px;
}

.single-post .elementor-widget-theme-post-content h3 {
    font-size: 24px !important;
    margin-top:40px;
}

.single-post .elementor-widget-theme-post-content h4 {
    font-size: 20px !important;
    margin-top:30px;
}

.single-post .elementor-widget-theme-post-content img {
    border-radius: 0;
}

.single-post .elementor-widget-theme-post-content .wp-caption-text {
    font-size: 14px;
    font-weight: 600;
    margin-top:10px;
}

.single-post .elementor-widget-theme-post-content ul,
.single-post .elementor-widget-theme-post-content ol {
    padding-left:15px;
    margin-bottom:30px;
}






/* gtranslate */
.gtranslate_wrapper .gt_options {
    position: absolute !important;
    background: white;
}

.gt_float_switcher img {
    display: none !important;
}

.gt_float_switcher,
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code,
.gt_float_switcher .gt_options a {
    font-family:var(--e-global-typography-text-font-family);
    font-weight: 700;
    color: var(--e-global-color-7136911);
    font-size: 16px;

}

.gt_float_switcher .gt_options a {
    font-weight: 600;
    font-size: 15px;
}

.gt_float_switcher .gt_options a:hover {
   background-color: var(--e-global-color-primary) !important;
}

.gt_float_switcher {
    background:transparent !important;
    box-shadow: none !important;
}

.gt_float_switcher .gt-selected {
    background:transparent !important;  
}

.gt_float_switcher .gt-selected .gt-current-lang {
    display: flex;
    gap:5px;
    padding: 0 !important;
    margin-top: 8px;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%234E4D5A'/></svg>") !important;
}


#sb_instagram #sbi_images {
    padding:0;
}

#sb_instagram #sbi_images img {
    border-radius: 0;
}



/* reviews */
.ti-widget.ti-goog .ti-read-more span,
.ti-widget.ti-trip .ti-read-more span {
	opacity:0.8 !important;
}

.ti-with-tooltip {
	color:black !important;
}