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

/*Fonts*/
h2 {
    border-left: 4px solid #BA4100;
    padding-left: 26px;
    margin-bottom: 30px;
    margin-top: 60px;
}
h2.elementor-heading-title {
    border-left: 4px solid #BA4100;
    padding-left: 26px;
    margin-bottom: 20px;
}
.elementor-widget-theme-post-content h3 {
    margin-bottom: 5px;
    margin-top: 30px;
}
.elementor-widget-theme-post-content a {
    color: #12599C;
    text-decoration: underline;
    transition: .3s all;
}
.elementor-widget-theme-post-content a:hover {
    color: #BA4100;
}
.elementor-widget-theme-post-content img {
    border-radius: 10px;
}
/*
.schema-faq-section .schema-faq-question {
    font-size:1.3rem;
    font-family:'Source Sans Pro', sans;
    font-weight:700;
     border-left: 4px solid #BA4100;
    padding-left: 26px;
    margin-bottom: 30px;
    margin-top: 60px;
    display: block;
}
*/

/*Downloads*/
.w3eden .well {
    background: none;
    padding:0;
}
.w3eden .link-template-custom {
    border: 2px solid #DEDED7;
    background: #FEFEFE;
    line-height: 0;
    padding:15px;
}
.w3eden .link-template-textLink {
    border: none;
    line-height:25px;
    padding:0 0 0 10px;
    border-left: 3px solid #BA4100;
    border-radius: 0;
    margin-bottom:20px;
}

.w3eden li, .w3eden li>span {
    width: 100%;
}
.w3eden .media-body .wpdm--custom-title {
    font-family: 'Source Sans Pro', sans;
    font-weight: 600;
    font-size: 1.12rem;
    color:#12599C;
    line-height: 22px;
    text-decoration: none;
}
.w3eden .media-body .wpdm--custom-title:hover {
    color: #BA4100;
}
.w3eden .wpdm--custom-count {
    font-family: 'Source Sans Pro', sans;
    font-weight: 400;
    font-size: .8rem;
    text-transform: uppercase;
    color: #362E29;
    line-height:22px;
    margin-top: 10px;
}
.w3eden .btn-info {
    background-color:#12599C;
}
/*Downloads Single*/
.wpdmpro-template-default .wpdm-button-area .wpdm-download-link {
    background-color: #062F66;
    border-radius: 5px;
    font-size: 20px;
    font-family:'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    padding:8px 30px;
    text-decoration: none;
    color: white;
}
.wpdmpro-template-default .wpdm-button-area .wpdm-download-link:hover {
    background-color: #12599C;
}




/*Fix for menu anchors ansd sticky header*/
/*desktop*/
.elementor-menu-anchor {
    position: relative;
    top:-25vh;
  }
/*mobile*/
@media screen and (max-width:767px) {
.elementor-menu-anchor {
    position: relative;
    top:-160px;
    display:block;
  }
}



/*dividers*/
.wp-block-separator, hr {
    border-top:1px solid #E6E6E3;
    margin-top:20px!important;
}

/*text-link*/
.elementor-text-editor a {
    color:#12599C!important;
    text-decoration: underline;
}
.elementor-text-editor a:hover {
    color:#BA4100!important;
}



/*sidebar overrides*/
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover {
    color:#ba4100!important;
}

/*buttons*/
.elementor-widget-theme-post-content a button {
    padding: 15px 30px;
}
.elementor-widget-theme-post-content a button:hover {
    color:#FCFDFE;
    background:#12599C;
}
.wp-element-button {
    padding: 15px 30px;
    color:#12599C;
    background:#FCFDFE;
    border-radius: 5px;
    border: 1px solid #12599C;
    display: inline-block;
    text-decoration: none!important;
    font-family:'Source Sans Pro', sans;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom:20px;
}
.wp-element-button:hover {
    color:#FCFDFE!important;
    background:#12599C;
}

/*inner page links*/
.inner-page-nav {
    margin-bottom: 40px!important;
}
.inner-page-nav a {
    text-decoration: none;
}