/*
Theme Name: Quick Launch Child
Theme URI:
Template: quicklaunch-parent-theme
Author: We Are Northwest
Author URI: http://www.quicklaunch.co/
Description: Child theme.
Version: 1.0
*/

/* Include fonts */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap');

* {font-family: 'Poppins', sans-serif;}

/* Increasing site width */
@media (min-width: 1400px) {
	.container {
	    max-width: 1400px;
	}
}

.grecaptcha-badge {display: none;}

#hp-testimonials h5 p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0px 0px 22px 0px;
    font-weight: 700;
    color: inherit;
}

h1 {
    font-size: 32px;
    line-height: 40px;
}
h2 {
    font-size: 26px;
    line-height: 32px;
}
h3 {
    font-size: 22px;
    line-height: 30px;
}
h4 {
    font-size: 20px;
    line-height: 28px;
}
#hp-testimonials h5 p,
h5 {
    font-size: 18px;
    line-height: 24px;
}
h6 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    h1 {
        font-size: 60px;
        line-height: 72px;
    }
    h2 {
        font-size: 40px;
        line-height: 52px;
    }
    h3 {
        font-size: 32px;
        line-height: 40px;
    }
    h4 {
        font-size: 24px;
        line-height: 32px;
    }
    #hp-testimonials h5 p,
    h5 {
        font-size: 20px;
        line-height: 24px;
    }

    h6 {
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
    }
}

p {
    font-size: 16px;
    line-height: 30px;
    margin: 0px 0px 18px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
}

.small {
    font-size: 85%;
	line-height: 150%;
}

.content ul li,
.content ol li,
.site-band ul li,
.site-band ol li,
.role ol li,
.role ul li {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
}

a {
    color: inherit;
    text-decoration: underline;
}
a:hover {

}

.brand {
	width: 290px;
	margin: 0px;
	padding: 0px !important;
    background-color: #fff;
    min-height: 110px;
}

.brand img {
	width: 100%;
	height: auto;
}

.outline-link {}
.outline-link:hover {}

.block-link {
    display: inline-block;
    padding: 15px 55px;
    border-radius: 35px;
    background-color: #5cae76;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.35);
    transition: all ease 0.5s;
    text-decoration: none;
}
.block-link:hover {
    background-color: #5cae76;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.75);
    text-decoration: none;
    transition: all ease 0.5s;
}

.block-link-blue {
    display: inline-block;
    padding: 15px 55px;
    border-radius: 35px;
    background-color: #0365a4;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.35);
    transition: all ease 0.5s;
}
.block-link-blue:hover {
    background-color: #0365a4;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.75);
    text-decoration: none;
    transition: all ease 0.5s;
}

/* Navigation */

header {}

#navbar-header button i a {
	color: #09478E !important;
}

.navbar-header {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    right: 20px;
    top: -80px;
    width: 55px;
    border-radius: 50%;
    overflow: hidden;
}

.navbar-toggle {
    position: relative;
    float: right;
	margin-right: 0px;
    padding: 15px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #262626;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#navbar {
	padding: 0px 0 0 0;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #037200;
    border-radius: 0px;
}

#main-menu #sub-nav ul li:last-child,
#main-menu ul li:last-child,
#main-menu #sub-nav ul li:first-child,
#main-menu ul li:first-child {
	margin-right: 0px;
	margin-left: 0px;
}

@media (min-width: 992px) {
	#main-menu #sub-nav ul li:last-child,
	#main-menu ul li:last-child,
	#main-menu #sub-nav ul li:first-child,
	#main-menu ul li:first-child {
		margin-right: 0px;
		margin-left: 0px;
	}
	
}

#main-menu ul {
    text-align: center;
}

@media (min-width: 992px) {
	#navbar {
		padding: 0px 0;
		background-color: transparent;
        margin-right: -15px;
	}
	#main-menu ul {
		text-align: right;
	}
}

#main-menu #sub-nav ul li a,
#main-menu ul li a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

@media (min-width: 991px) {
	#main-menu #sub-nav ul li a,
	#main-menu ul li a {
		display: block;
		padding: 45px 10px;
		color: #000;
		font-weight: 400;
		font-size: 14px;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        text-decoration: none;
	}
}

#main-menu #sub-nav ul li,
#main-menu ul li {
	display: block;
    margin: 0px;
}

@media (min-width: 991px) {
	#main-menu #sub-nav ul li,
	#main-menu ul li {
		display: inline-block;
	}
}

/* Increasing mobile break point to 992 */

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

/* Nav END */

.full-width-cols {}
.full-width-cols .col-sm-6 {
	padding-left: 0px;
	padding-right: 0px;
}


/* Footer styles */

footer {}

footer #ftr-call-to-action {
    background-image: url(/wp-content/uploads/2020/01/X495A8-web.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

footer #ftr-call-to-action .inner {
    padding: 75px 0;
    background-color: rgba(0,0,0,0.5);
}

footer #ftr-callnow {
    background-color: #037200;
    padding: 25px 0;
    color: #fff;
}

footer .menu {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

footer .menu li:before {
    content: "| ";
    color: #037200;
    font-size: 16px;
}

footer .menu li {}

footer .menu li a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

/* header styles */

#topbar {
    background-color: #037200;
    padding: 5px 0;
}

#topbar p {
    margin: 0px !important;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

header {
    background-color: #fff;
}

#page-title {
    background-color: #eaeaea;
    color: #000;
}
#page-title h2 {color: #000; margin-bottom: 0px;}

#hp-testimonials {
    padding: 50px 0;
    background-color: #eaeaea;
    overflow-x: hidden;
}

#hp-banner {
    background-image: url('/wp-content/uploads/2020/01/X495A8-web.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#hp-banner h1 {
    text-shadow: 0px 0px 20px rgba(0,0,0,0.49);
}

#hp-banner .inner {
    padding: 5% 0;
    background-color: rgba(0,0,0,0.2);
}

#hp-banner #header-links {
    margin-top: 40px;
}

#hp-banner #header-links .wpb_text_column {
    padding: 20px;
    background-color: rgba(0,0,0,0.6);
    border-bottom: 4px solid #037200;
    color: #fff !important;
    margin-bottom: 30px;
    width: 100%;
}

#hp-banner #header-links .wpb_text_column a {color: #fff;}

#hp-rooms {overflow-x: hidden;}

#hp-rooms h4 {margin: 0px !important;}

#hp-rooms .col-sm-12 {padding: 0px !important;}

#hp-rooms a.full-width-link {
    display: block;
    padding: 20px;
    background-color: #0365a4;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

#hp-rooms a.full-width-link:hover {
    text-decoration: none;
}

.room-price p,
.room-price {
    color: #fff;
}


input[type="text"], input[type="email"], input[type="number"], textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    color: #000;
    border: 1px solid #919191;
    background-color: #fff;
    margin: 0 0 0px 0;
}