/* custom fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500&display=swap');
@font-face {
    font-family: 'Lets Jazz';
    src: url('inc/assets/fonts/letsjazz-webfont.woff2') format('woff2'),
         url('inc/assets/fonts/letsjazz-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* global override */
.container {
    max-width: 1300px;
}
.home #content.site-content, .page-template-fullwidth #content.site-content {
    background: url("images/bg-body.jpg") no-repeat left 55%;
	padding-top: 0rem;
}
.home .entry-content, .page-template-fullwidth .entry-content {
	margin: 0;
}
.home header#masthead {
    background: transparent;
}
.page-template-fullwidth header#masthead {
    background: rgba(0, 0, 0, .6);
}
.scroll {
    background: #336ab8 !important;
}
body {
    font-family: 'Roboto Slab', serif;
    color: #000e22;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lets Jazz';
    text-transform: uppercase;
}

/* nav */
.dropdown-menu {
	min-width: 13rem;
}

/* slider */
#slider {
    position: relative;
}
#slider::after {
    background: url("images/slider-after.png") no-repeat center top /cover;
    height: 84px;
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
}

/* welcome */
#welcome h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 21px;
    color: #5a5a5a;
    margin: 0;
    padding: 0;
    text-transform: none;
}
#welcome h2 {
    font-size: 24px;
    color: #0045a6;
    margin: .5rem 0 1.5rem 0;
    padding: 0;
    text-transform: uppercase;
}
#welcome a {
    color: #0045a6;
}
.link-bio {
    font: 16px 'Lets Jazz';
    background: #336ab8;
    color: #fff !important;
    text-transform: uppercase;
    padding: 1.2rem 1.6rem 1rem 1.6rem;
    border-radius: 15px;
    display: inline-block;
}
.link-bio:hover {
    text-decoration: none;
}

/* bio */
#bio h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 21px;
    color: #5a5a5a;
    margin: 0;
    padding: 0;
    text-transform: none;
}
#bio h2 {
    font-size: 30px;
    line-height: 48px;
    color: #0045a6;
    margin: .5rem 0 1.5rem 0;
    padding: 0;
    text-transform: uppercase;
}
#bio .box {
    text-align: center;
    background: #e5ecf6;
    padding: 1.5rem 1rem;
}
#bio .intro a {
    font: 16px 'Lets Jazz';
    background: #336ab8;
    color: #fff;
    text-transform: uppercase;
    padding: 1.2rem 1.6rem 1rem 1.6rem;
    border-radius: 15px;
    display: inline-block;
}
#bio .intro a:hover {
    text-decoration: none;
}
#bio .box h3 {
    font-size: 16px;
    color: #0045a6;
    margin: .75rem 0;
    padding: 0;
}
#bio .box p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}
#bio .box:hover {
    background: #b2c7e4;
}
#bio .social-bio {
    text-align: center;
}
#bio .social-bio a {
    background: #0045a6;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 20px;
    line-height: 40px;
    margin: 0 .15rem;
}

/* inside */
#banner {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
    position: relative;
    height: 350px;
}
#banner img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}
#banner h1 {
	font-size: 32px;
	padding-bottom: 2rem;
	color: #fff;
    position: absolute;
    bottom: 6rem;
    margin: 0;
    padding: 0;
}
#banner::before {
    background: url("images/slider-after.png") no-repeat center top /cover;
    height: 84px;
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
}

/* events */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-bottom: 0;
	padding-top: 0;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
	padding-left: 0;
	padding-right: 0;
}
#tribe-events-pg-template {
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
}

/* footer */
#footer-widget {
    background: url("images/bg-footer.jpg") no-repeat center bottom /cover;
    text-align: center;
    color: #fff;
    padding: 2.5rem 0 1.5rem;
}
#footer-widget a {
    color: #fff;
}
#footer-widget .social-footer {
    display: inline-block;
    margin: 0 1rem;
}
#footer-widget .social-footer a {
    background: #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #0045a6;
    border-radius: 20px;
    line-height: 35px;
    margin: 0 .15rem;
}
#footer-widget .contact {
    margin: 1rem 0;
    font-weight: 500;
    font-size: 20px;
}
#footer-widget ul {
    margin: 0 0 3rem;
    padding: 0;
    list-style: none;
    text-align: center;
}
#footer-widget ul li {
    font: 12px 'Lets Jazz';
    text-transform: uppercase;
    display: inline;
    margin: 0 .5rem;
}
#footer-widget .site-info {
    font-size: 14px;
    text-align: center;
}


/* Begin Responsive */
@media (max-width: 1200px) {
.navbar-light .navbar-toggler {
	border-color: transparent;
    padding: 0;
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-nav {
    margin-top: .75rem;
}    
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	padding: 0.5rem 0rem;
}
.dropdown-menu {
	background-color: transparent;
    border: none;
}
.dropdown-menu .dropdown-item {
	color: #fff;
}
#banner h1 {
    padding-left: 8px;
}
}
