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

Theme Name: Alpha Child
Description: Alpha Child Theme
Author: Web Ascender
Template: alpha
*/
@import url('https://fonts.googleapis.com/css?family=Merriweather|Muli:400,800&display=swap');
/*--------------------------------------------------------------
VC OVERWRITES
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
body, body p, ul li
{
	font-family:'Muli', sans-serif;
	font-size:18px;
}
body h1
{
	font-family:'Merriweather', serif;
	font-weight:400;
	font-size:48px;
	margin:0 0 20px;
	line-height:120%;
}
body h2
{
	font-family:'Merriweather', serif;
	font-weight:400;
	line-height:120%;
}
body h3
{
	font-family:'Merriweather', serif;
	font-size:26px;
	font-weight:400;
	line-height:120%;
}
body h4
{
	font-family:'Merriweather', serif;
	font-weight:400;
	line-height:120%;
}
h1 .small
{
    font-size: 24px;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
body .vc_separator.vc_separator_align_center h4 {
    padding: 0 .8em;
    font-size: 30px;
    text-align: center;
    line-height: 140%;
}
.vc_btn3.vc_btn3-color-sky, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat
{
	background:#1a497f;
}
.vc_btn3.vc_btn3-color-sky:hover, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-sky:focus, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:focus
{
	background:#246fc5;
}
.footer-cta .vc_row
{
	margin-left:0;
	margin-right:0;
}
/*--------------------------------------------------------------
SITE NAVIGATION
--------------------------------------------------------------*/
.site-header-flex
{
	border-top: solid 4px #56697f;
}
.site-footer
{
	border-top: solid 4px #56697f;
}
.main-navigation ul.menu > li > a
{
	font-size:16px;
}
li#menu-item-17 a
{
	background:#1a497f;
	color:#fff;
	font-weight:bold;
}
li#menu-item-17 a:hover
{
	background:#246fc5;
}
.main-navigation ul ul li.current-menu-item a
{
	font-weight:bold;
}
/*--------------------------------------------------------------
MOBILE MENU
--------------------------------------------------------------*/


/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/


@media (max-width: 1180px){

}
@media (max-width: 1024px){

}
@media (max-width: 768px){
	.contact-amenities, .contact-amenities p, .contact-amenities ul li, .contact-amenities h3
	{
		text-align:center !important;
	}
}


