/*
 __          __  _                                       _
 \ \        / / | |         /\                          | |
  \ \  /\  / /__| |__      /  \   ___  ___ ___ _ __   __| | ___ _ __
   \ \/  \/ / _ \ '_ \    / /\ \ / __|/ __/ _ \ '_ \ / _` |/ _ \ '__|
    \  /\  /  __/ |_) |  / ____ \\__ \ (_|  __/ | | | (_| |  __/ |
     \/  \/ \___|_.__/  /_/    \_\___/\___\___|_| |_|\__,_|\___|_|

Theme Name: Alpha Child
Description: Alpha Child Theme
Author: Web Ascender
Template: alpha
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap');
/*--------------------------------------------------------------
GENERAL
--------------------------------------------------------------*/
.vc_row, .vc_section, .vc_column-inner{
    background-size:cover;
    background-position:50%;
}

.vc_row[data-vc-full-width-init="false"], .vc_section[data-vc-full-width-init="false"]{opacity:0;}
.vc_row[data-vc-full-width-init="true"], .vc_section[data-vc-full-width-init="true"]{opacity:1;}

.widget-title{display:none;}

.clear{
    float:left;
    clear:both;
    width:100%;
}

.empty{
    padding:0;
    margin:0;
    height:0;
}

.min-height{
    min-height:300px;
}

.center{
    text-align:center;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
    margin-top:0px;
}

.box-shadow{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
    margin-top:0;
}

/*.gform_wrapper, .gform_confirmation_wrapper{
    background: #fff;
    padding: 30px;
    margin:0;
}*/

.gform_confirmation_wrapper p{
    text-align:center;
    font-size: 22px;
    margin-bottom:0;
}

.gform_wrapper .gform_footer{
    text-align:center;
}

.gform_anchor:focus{
    outline: none;
}
.wp-block-group{
    padding: 60px 0;
}

.wp-block-group .wp-block-cover{
    margin-top: -60px;
    margin-bottom: -60px;
}

.wp-block-group.has-background{
    padding: 60px 30px;
}

.wp-block-group.has-background.no-padding{
    padding: 0 30px;
}

p.has-background{
    padding: 30px;
}
/*--------------------------------------------------------------
FONTS
--------------------------------------------------------------*/
a, input[type=submit]{
    text-decoration:none;
    transition: all .3s;
}

a{
    font-weight:700;
}

.lead p{
    font-size:22px;
}

.lead-20 p{
    font-size:20px;
}

.white-text h2, .white-text h3, .white-text h4, .white-text p, .white-text a{
    color:#fff;
}

.white-text a:hover{
    color:#fff;
    opacity:.8;
}

.white-text a.vc_btn3:hover{
    opacity:1;
}

li {
    line-height: 160%;
}

h1, h2, h3, h4, h5, h6{
    line-height:120%;
}

a{
    font-weight:700;
}

body{
    font-family: "Open Sans";
}

/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/
.wp-block-button__link, #field_submit input{
    background: #fc9d03;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing:  .15em;
    font-size: 1rem;
}

#field_submit input{
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    outline: none;
    border: none;
    color: #fff;
    border-radius: 9999px;
    width: 100%;
}

.blue .wp-block-button__link, #field_submit input{
    background: #366CAC;
}

.wp-block-button__link:hover{
    opacity: .9;
}
/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
.wp-block-group.has-background.orange-overlap-box{
    padding: 60px;
}
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
#main-image .hero{
    padding: 30px 15px;
    background: #1A1A1A;
    color: #fff;
    
}

#main-image .hero h1{
    text-align: left;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
ul.sub-menu{
    min-width: 150px;
}

p.tagline{
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 500;
    letter-spacing: .1rem;
    text-align: right;
    margin: 10px 20px 0;    
}

.main-navigation ul li.current-menu-ancestor > a{
    color: #e38d03;
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
.site-footer {
    padding: 0;
}

/*--------------------------------------------------------------
MOBILE MENU
--------------------------------------------------------------*/


/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/
.inner-header{
    background-image: url("/wp-content/uploads/2018/05/493552856.jpg");
    background-size:cover;
    margin-top:97px;
    background-position:50%;
}

.single main{
    width: 100%;
}

.wp-block-getwid-recent-posts {
    overflow: visible;
}

.page-id-38 article{
    padding-bottom: 30px;
}

.post-navigation{
    padding-top: 30px;
}

/*--------------------------------------------------------------
PAGE: SITEMAP
--------------------------------------------------------------*/
.widget_pages ul, ul.wp-block-page-list, ul.submenu-container{
    list-style-type:none;
    padding:0;
}

.widget_pages ul li, ul.wp-block-page-list li{
    border-top:1px solid #ddd;
    padding:10px 0;
    margin:0;
}

.widget_pages ul >li:last-child, ul.wp-block-page-list >li:last-child{
    border-bottom:1px solid #ddd;
}

.widget_pages ul li.page_item_has_children li:first-child, ul.wp-block-page-list li.has-child li:first-child{
    margin-top:10px;
}

.widget_pages ul li.page_item_has_children li:last-child, ul.wp-block-page-list li.has-child li:last-child{
    padding-bottom:0;
    border-bottom:none;
}

.widget_pages ul.children, ul.wp-block-page-list ul.submenu-container{
    padding:0;
}

.widget_pages ul.children a, ul.wp-block-page-list ul.submenu-container a{
    padding-left:20px;
}

.widget_pages li.current_page_item, ul.wp-block-page-list li.current_page_item{
    display:none;
}


/*--------------------------------------------------------------
RESPONSIVE
--------------------------------------------------------------*/

@media (min-width: 780px){
/*HOME*/
    .wp-block-group.has-background.orange-overlap-box{margin-left: -150px;}

}
@media (min-width: 960px){
    .alignwide, .alignfull {width: 100vw;max-width: 100vw;margin-left: calc(51% - 50.5vw);}
    .alignwide .wp-block-group__inner-container, .alignfull .wp-block-group__inner-container{max-width: 1180px;margin: 0 auto;}
    .alignwide .wp-block-group__inner-container, .alignfull .wp-block-group__inner-container{max-width: 1180px;margin: 0 auto;}
}
@media (min-width: 1024px){
/*HEADER*/
    .main-navigation ul > li{text-align:left;}
    .site-header-flex .main-navigation ul#primary-menu{justify-content: flex-end;}


}
@media (min-width: 1180px){

}

/*--------------------------------------------------------------*/
@media (max-width: 1180px){


}

@media (max-width: 1024px){
.wp-block-group.has-background, .wp-block-group .wp-block-cover{margin-left: -15px;width: calc(100% + 30px);}
p.tagline{ text-align: left;margin-left: 0;font-size: .7rem;}
}

@media (max-width: 900px){


}

@media (max-width: 780px){
    
    .wp-block-image{text-align: center;}


}

@media (max-width: 480px){


}

@media (max-width: 330px){


}

