/**handles:avia-style**/
/*
Theme Name: BGFN Theme
Description: A child theme developed by the team at Morether Creative Agency
Version: 1.0
Author: Morether Creative Agency
Author URI: https://www.morether.com
Template: enfold
*/

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.125em;
	font-weight: 300;
	font-family: 'Mulish', sans-serif;
}

/************************************************
Global
************************************************/

/* Link Treatment */

a, a:link {
	text-decoration: underline;
	transition: all .25s ease-in-out;
}

.menu-item {
    cursor: pointer;
}

/* Color Treatment */

.white {
	color: #fff !important;
}

a.white, a:link.white {
	border-bottom: none;
}

a.white:hover {
	color: #D7CCC8 !important;
}

.black {
	color: #242729 !important;
}

.dark-green {
	color: #3D4643 !important;
}

.green {
	color: #47655B !important;
}

.light-green {
	color: #809E87 !important;
}

.grey-green {
	color: #9DA7A2 !important;
}

.teal {
	color: #69B0AB !important;
}

/* Spacing Treatment */

.no-space {
	margin: 0 !important;
	padding: 0 !important;
}

.vertical-space4x {
	padding: 28px 0px !important;
}

.space2x {
	padding: 14px;
	box-sizing: border-box;
}

.space4x {
	padding: 28px;
	box-sizing: border-box;
}


.content-width {
	max-width: 900px;
	margin: 0 auto 0;
}

/* Shape Treatment */

.hr-custom .hr-inner.inner-border-av-border-fat {
    border-top-width: 4px;
}

.shadow {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
}

/*Flex Treatment */

.flex-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.aic {
	-ms-align-items: center;
	align-items: center;
}

.jcfs {
	justify-content: flex-start;
}

/* Text Treatment */

.alignright {
	text-align: right;
}

ul.disc, .entry-content-wrapper ul {
    list-style: square outside;
}

/************************************************
Headings
************************************************/

h1, h2, h3, h4, h5, h6 {
	position: relative;
}

h1 {
    font-size: 3.2em;
    letter-spacing: -2px;
}

.hero h1 {
	font-weight: 900 !important;
}

h2 {
	font-weight: 700 !important;
	font-size: 42px !important;
	letter-spacing: 1px;
	position: relative;
}

.large-text h2 {
    color: #3D4643 !important;
    background: #fff;
    padding: 7px 14px !important;
    display: inline-block;
    margin: 3px !important;
    font-size: 3vw !important;
    clear: both;
	text-align: right;
}

.block-titles h3 {
    font-weight: normal;
    background: #fff;
    padding: 7px 21px !important;
    display: inline-block !important;
	letter-spacing: 1px !important;
}

h3 {
    background: #3D4643;
    display: table;
    color: #fff !important;
    padding: 7px !important;
}

.w100 h3 {
    width: 100%;
}

h4 {
    font-size: 1.8em;
    letter-spacing: -1px;
}

h5::after {
    content: '';
    height: 1px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    bottom: -5px;
    margin: 0 auto;
    width: 75%;
    left: 0;
    right: 0;
}

h6 {
    font-size: 1.1em;
}

.av-subheading.av_custom_color {
	opacity: 1;
}

/************************************************
Header
************************************************/

#header_meta .sub_menu, .phone-info {
    font-size: 14px !important;
}

#header_main .logo img, 
#header_main .logo svg {
		padding: 14px 0px !important;
	}

.logo a {
    display: flex !important;
    align-items: center;
}

/************************************************
Navigation
************************************************/

.avia-menu .current_page_item a {
    background: #3D4643 !important;
	color: #fff !important;
	transition: all .25s ease-in-out

}

.avia-menu a:hover {
    background: #3D4643 !important;
	color: #fff !important;
	transition: all .25s ease-in-out
}

.avia-menu .av-menu-button.current_page_item a {
    background: none !important;
}

.avia-menu .av-menu-button a:hover {
    background: none !important;
}

/* Menu Colors */

.menu-1 a {
    background: #9DA7A2;
}

.menu-2 a {
    background: #B29F73;
	border-left: 1px solid #fff;
}

.menu-3 a {
    background: #47655B;
	border-left: 1px solid #fff;
}

.menu-4 a {
    background: #69B0AB;
	border-left: 1px solid #fff;
}

.menu-5 a {
    background: #724B57;
	border-left: 1px solid #fff;
}

/************************************************
Content
************************************************/

/* Home */

.contact-boxes i {
    padding: 21px;
}

#stakes {
    background-position: -140px 50% !important;
}

#brandscript {
    background: linear-gradient(45deg, #9DA7A2, #3D4643);
}

/* Orgs*/

.orgs a {
	color: #47655B;
}

/* Staff */

.avia-content-slider .slide-image {
    border-radius: 0px;
	margin-bottom: 0px;
}

.avia-content-slider .slide-image img {
    border-radius: 0px !important;
}

.slide-content {
    background: #f5f5f5;
    padding: 14px;
}

#staff-section .slide-entry-excerpt {
    text-align: center;
}

.minor-meta {
    display: none !important;
}

#staff-section .slide-meta {
    display: none;
}

h3.slide-entry-title {
    font-size: 15px !important;
	display: block;
    border-bottom: 1px solid #D7CCC8 !important;
    font-weight: 900;
    text-align: center !important;
    background: none;
    color: #47655B !important;
}

.slide-entry-excerpt {
    padding: 7px;
	font-size: 14px;
}

/* EIDL Landing Page */

.page-id-1194 #av_section_1 .container {
    padding-top: 0px !important;
}

/************************************************
Footer
************************************************/

#footer .textwidget {
    font-size: 14px;
}


/************************************************
Buttons
************************************************/

.avia-color-theme-color-highlight {
	background-color: #fff !important;
}

.avia-color-theme-color-highlight .avia_iconbox_title, 
.avia-color-theme-color-highlight .avia_button_icon {
    color: #47655B;
}

/************************************************
Socket 
************************************************/

#socket .container {
    text-align: center;
	font-size: 16px;
}

#socket .copyright {
    float: none;
}

/************************************************
Forms
************************************************/

.wpforms-confirmation-container-full {
    color: #fff !important;
    background: #3D4643 !important;
    border: none !important;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
}

div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit], 
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #69B0AB;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 14px 21px;
	font-weight: 400;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
div.wpforms-container-full .wpforms-form input[type=submit]:focus, 
div.wpforms-container-full .wpforms-form input[type=submit]:active, 
div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:focus, 
div.wpforms-container-full .wpforms-form button[type=submit]:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    background-color: #90C0AA;
    border: none;
    cursor: pointer;
	transition: all .3s ease-in-out;
}

/************************************************
	Responsive
************************************************/

@media handheld, only screen and (max-width: 1200px) {
	
	.logo img, 
	.logo svg {
		max-height: 100px !important;
	}
}

@media handheld, only screen and (max-width: 1100px) {
	
	.logo img, 
	.logo svg {
		max-height: 77px !important;
	}
}

@media handheld, only screen and (max-width: 988px) {
	
/*	Navigation */
	
	.menu-1 a, 
	.menu-2 a, 
	.menu-3 a, 
	.menu-4 a, 
	.menu-5 a {
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-left: none;
		border-right: none;
	}
	
/*	Header */
	
	.responsive #top #header_main > .container .main_menu .av-main-nav > li > a, 
	.responsive #top #wrap_all .av-logo-container {
		height: 56px;
		line-height: 56px;
	}
	
	.responsive #top #header .av-main-nav > li > a, 
	.responsive #top #header .av-main-nav > li > a:hover {
		background: transparent !important;
	}
	
/*	Headings*/
	
	h1 {
		font-size: 2em;
	}
	
    h2 {
        font-size: 35px !important;
    }
    
	.large-text {
		text-align: left !important;
	} 
	
	.large-text h2 {
		font-size: 10vw !important;
		margin: 0px;
	}
	
/*    Content */

    #stakes {
        background: none !important;
    }

    #plan img.avia_image {
        width: 56%;
        margin-bottom: 21px;
    }
    
}