/*
Theme Name:		 Framey Child
Theme URI:		 https://framer.uicore.co/
Description:	 Child theme for Framer - Startup & SaaS WordPress Theme
Author:			 UiCore
Author URI:		 https://uicore.co
Template:		 framey
Version:		 1.0.0
Text Domain: framey
*/


/*
    Add your custom styles here
*/
body{
    background-color: var(--e-global-color-uicore_dark);
}
.custom_nav_button {
    padding: 15px 30px !important;
    margin-left: -15px !important;
    background-color: transparent !important;
    color: black !important;
    border: 2px solid;
    border-style: solid !important;
}

.custom_nav_button:hover {
    background-color: black !important;
    color: #fff !important;
    border: 2px black;
}

.elementor-kit-5 .wp-block-button__link.secondary {
    color: #FFF !important;
    background-color: var(--e-global-color-uicore_primary) !important;
    border: 2px var(--e-global-color-uicore_primary) !important;
}

.elementor-kit-5 .wp-block-button__link.secondary:hover {
    background-color: black !important;
    color: #fff !important;
    border: 2px var(--e-global-color-uicore_primary) !important;
}

li.menu-item:last-child .custom_nav_button {
    margin-left: -25px !important;
}

@media (max-width: 1025px) {

    li.menu-item:last-child .custom_nav_button,
    .custom_nav_button {
        margin-left: 0px !important;
    }

    .elementor-column-gap-default:not(footer .elementor-column-gap-default) > .elementor-column > .elementor-element-populated{
        padding:0!important;
    }

    .elementor-section.elementor-section-boxed:not(.elementor-inner-section):not(footer .elementor-section.elementor-section-boxed) .uicore-header-wrapper>.elementor-container,
    .elementor-section.elementor-section-boxed:not(.elementor-inner-section):not(footer .elementor-section.elementor-section-boxed)>.elementor-container{
        width:100% !important;
    }

}

.elementor-button-wrapper .elementor-button:focus {
    background-color: #EBCB82 !important;
}

.uicore-navbar .uicore-cta-wrapper a.uicore-btn {
    border-color: var(--uicore-header--menu-typo-c, "#070707");
    border-width: 2px;
    background-color: transparent;
    color: var(--uicore-header--menu-typo-c, "#070707");
    border-radius: 0;
}

.uicore-navbar .uicore-cta-wrapper a.uicore-btn:hover {
    background-color: var(--uicore-header--menu-typo-c, "#070707");
    color: var(--e-global-color-uicore_dark);
    border-color: var(--uicore-header--menu-typo-c, "#070707") !important;
}

b,
strong {
    color: inherit;
}

/* CloudFlare Video Responsive Wrapper */
.elementor-video-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.elementor-video-wrapper .elementor-custom-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Default bottom border for all Elementor sections */
.elementor-top-section {
    border-bottom-width: 1px;
    border-bottom-color: var(--e-global-color-784eadb, #707070);
    border-bottom-style: solid;
    padding: 100px 0;
}
.elementor-top-section:first-child {
    padding-top: 0;
}
footer .elementor-top-section {
    border-bottom: none;
}

/* Option to remove border on specific sections by adding class 'no-border' */
.elementor .elementor-top-section.no-border {
    border-bottom: none;
}

.uicore.elementor-container{
    color: var(--e-global-color-uicore_dark);
}

@media only screen and (min-width: 1025px) {
    .uicore-shrink:not(.uicore-scrolled) {
        --uicore-header--menu-typo-h: 80px!important;
    }
}

.bdt-ep-animated-link{
    color: var(--e-global-color-uicore_primary)!important;
}

ol {
    color: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.post-password-form{
    width: 95%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 120px auto;
}

.post-password-form input, .uicore-body-content input{
    color: var(--e-global-color-uicore_dark) !important;
}