/*
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
*/


/* Base font for body text */
body {
  font-family: "Saira", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-optical-sizing: auto;
}

/* Headings use Eightgon with sensible fallbacks */
h1, h2, h3, h4, h5, h6, .heading, .site-title {
  font-family: "Eightgon", "Saira", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-synthesis-weight: none;
  font-synthesis-style: none;
}

html, body {
    background-color: #2b2b2b;
    color: #fff;
}

.no-gutter .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.bgimg .vc_column-inner {
	min-height: 300px;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Eightgon', monospace;
    font-weight: 400;
}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}


p {
    font-family: "Saira", monospace;
    font-weight: 200;
    font-size: 18px;
    line-height: 26px;
	text-align: justify;
}

ul, ol {
	font-family: "Saira", monospace;
    font-weight: 200;
    font-size: 18px;
    line-height: 26px;
}

.white-text {color: #fff;}
.darkbg {background-color: #3a3a3a;}

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

.site-band {
    padding-top: 30px;
    padding-bottom: 30px;
}
.site-band.top {
    padding-top: 30px;
    padding-bottom: 0px;
}
.site-band.bottom {
    padding-top: 0px;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .site-band {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .site-band.top {
        padding-top: 70px;
        padding-bottom: 0px;
    }
    .site-band.bottom {
        padding-top: 0px;
        padding-bottom: 70px;
    }
}

.content ul li,
.content ol li,
.site-band ul li,
.site-band ol li,
.role ol li,
.role ul li {
    font-family: "Saira", monospace;
    font-weight: 100;
    font-size: 18px;
    line-height: 26px;
}

a {
	color: #00B4FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #00B4FF;
	text-decoration: underline;
}

.brand {
	display: inline-block;
	max-width: 240px;
	padding: 20px 0
}
.brand img {
	width: 100%;
	height: auto;
}

a.blog-title-link:hover {text-decoration: none !important;}

/* Navigation */

body.error404,
body.archive,
body.category,
body.single-post,
body.page,
body.home {padding-top: 100px;}

header {
	position: fixed;
	width: 100%;
	background-color: #3a3a3a;
	z-index: 99999;
	top: 0;
}

#page-title {
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #262626;
	margin-bottom: 50px;
}

#page-title .page-title-inner {
	padding: 5% 0 2% 0;
	background: #262626;
	background: linear-gradient(90deg,rgba(38, 38, 38, 1) 50%, rgba(38, 38, 38, 0) 100%);
}

#page-title h1 {
	margin: 0px;
}

#page-title.dark-font h1 {
	color: #000 !important;
}

#page-title.dark-font .breadcrumb span,
#page-title.dark-font .breadcrumb a {
	color: #000 !important;
}

#hp-banner {
    background: #262626;
    background: radial-gradient(circle,rgba(38, 38, 38, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.navbar-toggler {
    color: #fff;
}

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

#menu-wrap ul#menu-header-1 li a {
    font-family: 'Eightgon', monospace;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #262626;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #00B4FF !important;
    background-color: #000;
}

.dropdown-item.active, .dropdown-item:active {
    color: #00B4FF;
    font-weight: 900;
    background-color: #000;
}

/* Nav END */

#menu-item-1458 {display: none;}
@media (min-width: 992px) {#menu-item-1458 {display: inline-block;}}

#ftr-logo {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+50,262626+50 */
    background: linear-gradient(to bottom,  #2b2b2b 50%,#3a3a3a 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#ftr-logos {
	background-color: #3a3a3a;
}

#ftr-links {
    background-color: #3a3a3a;
    padding: 50px 0;
}

#smallprint p {
	font-size: 14px;
	line-height: 1.2;
}

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

footer .menu li {
    margin: 5px 0 5px 0;
}
footer .menu li a {
    font-family: 'Eightgon', monospace;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

footer .menu li a:hover:before {
    content: "//";
    padding-right: 5px;
}

/**/

.breadcrumb {
    padding: 20px 0;
	margin: 0px;
}
.breadcrumb li {
}
.breadcrumb li span {
    font-family: 'Eightgon', monospace;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

#page-title.dark-font .breadcrumb li:after {
	color: #000 !important;
}

.breadcrumb li:after {
    content: "/";
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
}
.breadcrumb li:last-child:after {
    content: none;
    padding: 0px;
}
.breadcrumb li a,
.breadcrumb li a span {
    font-family: 'Eightgon', monospace;
    font-size: 14px;
    font-weight: bold !important;
    color: #fff;
}

.page-link-fix .vc_column-inner,
.page-link-fix .vc_column-inner .wpb_wrapper {
	height: 100% !important;
}

@media (min-width: 992px) {
	.page-block-link {
		margin-top: 0px;
		margin-bottom: 0px;
		transition: margin ease 0.5s;
	}
	.page-block-link:hover {
		margin-top: -50px;
		margin-bottom: 50px;
		transition: margin ease 0.5s;
	}
} 

#hp-blogs {
	overflow: hidden;
}

.sticky,
.sticky .vc_column-inner {
    position: relative;
}

@media (min-width: 992px) {
	.sticky,
	.sticky .vc_column-inner {
		position: -webkit-sticky;
		position: sticky;
		top: 150px;
	}
}

.anchor-menu .vc_column-inner .wpb_wrapper {
}

.anchor-menu ul {
    margin: 0px 15px 30px 15px;
    padding: 0px;
    list-style: none;
    border-radius: 5px;
    overflow: hidden;
}
.anchor-menu ul li {}
.anchor-menu ul li a {
    display: block;
    padding: 10px 20px;
    background-color: #262626;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.anchor-menu ul li a:hover {
    background-color: #000;
	color: #00B4FF;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 20px 0px;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	background-color: #3b3b3b;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
textarea:hover {
	background-color: #262626;
}

label {
	font-size: 13px;
}

.wpcf7-list-item-label {
	font-family: "Saira", monospace;
    font-weight: 100;
    font-size: 18px;
    line-height: 26px;
}

ul.socials {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.socials li {
	display: inline-block;
	margin: 0 10px 10px 0;
}
ul.socials li a {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	transition: background-color ease 0.5s;
}

ul.socials li a:hover {
	background-color: #fff;
	color: #000;
	transition: background-color ease 0.5s;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
	font-size: 30px;
}
#back-to-top:hover {
  background: #fff;
	color:#000;
}
#back-to-top.show {
  opacity: 0.85;
  visibility: visible;
}

footer .left-logo {text-align: center !important;}
footer .right-logo {text-align: center !important;}

@media (min-width: 992px) {
	footer .left-logo {text-align: right !important;}
	footer .right-logo {text-align: left !important;}
}

.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
th, td { border: 1px solid #ddd; padding: 0.6rem; vertical-align: top; }
th { text-align: left; }
caption { text-align: left; font-weight: 600; margin-bottom: 0.3rem; }
code { white-space: nowrap; }
address { font-style: normal; }
.manage-cookies-link { text-decoration: underline; cursor: pointer; }


img.alignright {float: none; padding: 0px;}
img.alignleft {float: none; padding: 0px;}

@media (min-width: 992px) {
	img.alignright {
		float: right;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	img.alignleft {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
}
.wpcf7-not-valid-tip {font-size: 15px; color: #ffa500;}

img.size-full {
	border-radius: 4px;
	overflow: hidden;
	display: block;
	margin: 0 auto 30px auto;
}

.share-list {
	list-style-type: none;
	margin: 0px 0px 30px 0px;
	padding: 15px;
	background-color: #262626;
	border-radius: 4px;
}
.share-list li {
	font-size: 13px;
}
.share-list li a:first-child {}
.share-list li a {
	display: inline-block;
	background-color: #2b2b2b;
	font-size: 14px;
	line-height: 15px;
	padding: 5px 10px;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color ease 0.5s;
	font-weight: 300;
}

.share-list li a:hover {
	background-color: #00B4FF;
	color: #fff;
	transition: background-color ease 0.5s;
}

#studio-footer .sf-block .vc_column-inner {
	height: calc(100% - 30px);
	transition: background-color ease 0.5s;
	background-color: #3a3a3a;
	border-radius: 5px;
}

#studio-footer .sf-block .vc_column-inner a {
	color: #fff;
	text-decoration: none;
	font-weight: 300;
}

a.page-block-content {
	display: block;
	height: 100%;
	position: relative;
	padding: 30px;
	border-radius: 5px;
	background-color: #3a3a3a;
	transition: background-color ease 0.5s;
}

a.page-block-content p {
	margin: 0px;
}

#studio-footer .sf-block:hover a.page-block-content,
#studio-footer .sf-block:hover .vc_column-inner,
a.page-block-content:hover {
	background-color: #00B4FF;
	transition: background-color ease 0.5s;
}





