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

Theme Name: Alpha Child
Description: Alpha Child Theme
Author: Web Ascender
Template: alpha
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Playfair+Display+SC:wght@400;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: #f4f4f4;
    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;
}
/*--------------------------------------------------------------
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%;
    font-family: 'Playfair Display SC', serif;
}

a{
    font-weight:700;
}

body{
    font-family: Montserrat, sans-serif;
}
/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/

/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
ul.sub-menu{
    min-width: 150px;
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/


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


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

/*--------------------------------------------------------------
PAGE: SITEMAP
--------------------------------------------------------------*/
.widget_pages ul{
    list-style-type:none;
    padding:0;
}

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

.widget_pages ul >li:last-child{
    border-bottom:1px solid #ddd;
}

.widget_pages ul li.page_item_has_children li:first-child{
    margin-top:10px;
}

.widget_pages ul li.page_item_has_children li:last-child{
    padding-bottom:0;
    border-bottom:none;
}

.widget_pages ul.children{
    padding:0;
}

.widget_pages ul.children a{
    padding-left:20px;
}

.widget_pages ul.children ul.children a{
    padding-left:40px;
}

.widget_pages ul.children ul.children ul.children a {
    padding-left: 60px;
}

.widget_pages li.current_page_item{
    display:none;
}


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

@media (min-width: 768px){


}
@media (min-width: 960px){
    .alignwide, .alignfull {width: 100vw;max-width: 100vw;margin-left: calc(50% - 50.5vw);}
    .wrapper .alignwide{}
}

@media (min-width: 1024px){
/*HEADER*/
    .main-navigation ul > li{text-align:left;}

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

}

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


}

@media (max-width: 1024px){


}

@media (max-width: 900px){


}

@media (max-width: 767px){
    .wp-block-media-text .wp-block-media-text__content{padding: 20px;}

}

@media (max-width: 480px){


}

@media (max-width: 330px){


}

