/*
 Theme Name:   Your Web Layout Child
 Theme URI:    http://inmotionwebdesigns.com
 Description:  Your Web Layout Child Theme
 Author:       Design Services
 Author URI:   http://yourweblayout.com
 Template:     yourweblayout
 Version:      1.3.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  yourweblayout-child

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS: 
----------------------------------------------------------------
1.0 Bootstrap
	1.1 Adjustments

2.0	Underscores
	2.1 Elements
	2.2 Accessibility
	2.3 Alignments
	2.4 Clearings

3.0 Your Web Layout
	3.1 Typography
	3.2 Background
	3.3 Header
	3.4 Navigation
	3.5 Contentog
	3.6 Sidebar
	3.7 Footer
	3.8 Custom
	3.9 WooCommerce
	3.9.5 Blog

4.0 Media Queries
	4.1 xs
	4.2 sm
	4.3 md
	4.4 lg
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Bootstrap
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.1 Adjustments
--------------------------------------------------------------*/
/* If they insist, disable responsiveness thusly
 * @link http: //getbootstrap.com/getting-started/#disable-responsive
 *
 * 1. Replace all col classes (col-lg, col-md, col-sm) with col-xs
 * 2. Remove all navbar collapsing and expanding behavior
 * 3. Uncomment css below to override container width
 */

/*
.container {
	width: 970 !important;
}


@media (min-width: 576px) {

}

@media (min-width: 768px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
*/

/*--------------------------------------------------------------
2.0	Underscores
--------------------------------------------------------------*/

/*--------------------------------------------------------------
2.1 Elements
--------------------------------------------------------------*/
img {
	height: auto; /* Make sure images are scaled correctly */
	max-width: 100%; /* Adhere to container width */
}

figcaption {
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 5px;
}

/* Make sure elements fit their containers */
embed,
iframe,
object,
.wp-caption,
.widget select {
	max-width: 100%;
}

/* Required by WordPress theme check */
.sticky,
.bypostauthor,
.gallery-caption,
.wp-caption-text {
}

/*--------------------------------------------------------------
2.2 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #2e75b6;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* put code in here to specify colors for Dark Mode on mobile devices */
@media (prefers-color-scheme: dark) {
	
}

/*--------------------------------------------------------------
2.3 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
2.4 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
3.0 Your Web Layout
--------------------------------------------------------------*/
/* this removes the anchor tags around images and text when printing a webpage */
@media print {
	a[href]:after {
		content: "";
	}
}

/*--------------------------------------------------------------
3.1 Typography
--------------------------------------------------------------*/
body {
	color: #333;
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	min-width: 300px;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
}

h1,
.h1,
h2,
h3,
h4 {
	color: #2e75b6;
}

h1,
.h1,
h2, 
h3 {
	font-family: 'Fira Sans', sans-serif;
}

h1,
h2.post-title {
	font-size: 30px;
	line-height: 39px;
}

h2 {
	
	font-size: 33px;
	font-style: italic;
	font-weight: 400;
	line-height: 40px;
}

h3 {
	font-size: 22px;
	line-height: 30px;
}

h4 {
	font-size: 20px;
	line-height: 26px;
}

p {
	margin-bottom: 20px;
}

a,
a:hover, 
a:visited,
a:focus {
	color: #2e75b6;	
}

/*this hides the dotted border that appears on menu items when active */
a:focus {
	outline: none;
}

.btn-primary,
.btn-primary:visited {
	background: #2e75b6;
	border: 3px solid #2e75b6;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	margin: 20px 0;
	padding: 3px 20px;
	transition: all .5s;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #5092ce;
	border: 3px solid #5092ce;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 0 #2e75b6;
	color: #fff;
	text-decoration: none;
}

.btn-secondary,
.btn-secondary:visited {
	background: #5092ce;
	border: 3px solid #5092ce;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	margin: 20px 0;
	padding: 8px 35px;
	transition: all .5s;
}

.btn-secondary:hover,
.btn-secondary:focus {
	background: #2e75b6;
	border: 3px solid #2e75b6;
	color: #fff;
	text-decoration: none;
}

ul {
	margin-bottom: 20px;
	padding-left: 20px;
}

/* "Definition List" next-four-rules
<dl>
<dt><dt>
<dd></dd>
</dl>
*/
 dl {
    border: 3px double #ccc;
    padding: 0.5em;
}

dt {
    clear: left;
    color: #5c428b;
    float: left;
    font-weight: bold;
    text-align: right;
    width: 100px;
}

dt::after {
	content: ":";
}

dd {
	margin: 0 0 0 110px;
	padding: 0 0 0.5em 0;
}

/* xs */
@media (min-width: 576px) {
	body { 
		overflow-x: inherit;
	}
}

/* sm */
@media (min-width: 768px) {

}

/* md */
@media (min-width: 992px) {

}

/* lg */
@media (min-width: 1200px) {

}

/*--------------------------------------------------------------
3.2 Background
--------------------------------------------------------------*/
body,
.site-content,
.site-header,
#site-navigation,
.navbar-default,
.site-content > .container,
.site-footer {
	background: #fff;
}

.site-header {
	position: relative;
	z-index: 2;
}

#site-navigation,
.navbar-default {
	
}

.site-footer,
.testimonials-section {
	border-top: 3px solid #2e75b6;
	margin-top: 30px;
}

.attribution {
	background: #2e75b6;
	padding: 10px 0;
}

/*--------------------------------------------------------------
3.3 Header
--------------------------------------------------------------*/
#logo,
.header-scroll-logo {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

.header-logo,
.header-name,
.header-tagline {
	text-align: center;
}

.header-logo {
	color: #2e75b6;
	font-size: 24px;
	line-height: 30px;
}

.header-name {
	color: #333;
	font-size: 21px;
	line-height: 25px;
}

.header-tagline {
	color: #333;
	font-size: 17px;
	font-style: italic;
	line-height: 22px;
}

/* xs */
@media (min-width: 576px) {

}

/* sm */
@media (min-width: 768px) {
	
	
}

/* md */
@media (min-width: 992px) {
	
}

/* lg */
@media (min-width: 1200px) {
	#logo,
	.header-scroll-logo {
		text-align: left;
	}
	.header-logo,
	.header-name,
	.header-tagline {
		text-align: left;
	}
}

/* lg */
@media (min-width: 1400px) {
	#logo {
		margin-left: 60px;
	}
}

/* lg */
@media (min-width: 1600px) {
	#logo {
		margin-left: 140px;
	}
}
/*------------------------------------------------------------
Scroll Header
-------------------------------------------------------------*/
.scroll-header {
	background: #fff;
}

/* Hides Hamburger menu on scroll on phone view */
.scroll-header #site-navigation-scroll {
	background: transparent;
	display: none;
}

/*.scroll-header .container {
	display: none;
}*/

/* keeps styling on top button after it's clicked on */
.scroll-header {
	top: 0;
	color: #2e75b6;
	display: none;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 1;
}

/* Need to uncomment this if you want the header to sick on phone size without admin bar covering it up - should hide hamburger menu on scroll as well*/
/*.admin-bar .scroll-header {
	top: 46px;
}*/


/* sm */
@media (min-width: 768px) {
	.admin-bar .scroll-header {
		top: 32px;
	}

	/*.scroll-header .container {
		display: block;
	}*/
	
	/* need this to display the menu on scroll if hid it on phone view above */
	.scroll-header #site-navigation-scroll {
		display: block;
	}

}

/* md */
@media (min-width: 992px) {
	.admin-bar .scroll-header {
		top: 32px;
	}
}


/*--------------------------------------------------------------
3.4 Navigation
--------------------------------------------------------------*/
/* Primary nav */
.navbar {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	min-height: 30px;
}

.navbar-default .navbar-nav {
	margin: 0;
	padding-left: 0;
	transition: color .5s;/* for background hover animation */
}

.navbar-default .navbar-nav > li {
	margin: 7px 0;
}

.navbar-default .navbar-nav > li > a {
	color: #262626;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0 5px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
	color: #2e75b6;
}

.navbar-default .navbar-nav > .active > a {
	background-color: transparent;
	color: #2e75b6;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #2e75b6;
}

.navbar.navbar-nav .sub-arrow, 
.navbar.navbar-nav .collapsible .sub-arrow {
	margin-left: 1px;
}

/* sm */
@media (min-width: 768px) {
	#primary-navbar {
		padding: 0;
	}
	
	.navbar-default .navbar-nav > li {
		margin: 0;
		padding: 10px 6px 5px;
	}
	
	.nav-pills > li {
		/*float: left;*/
	}
	
	/* next 2 rules center main navigation */
	.navbar .navbar-nav {
		display: inline-block;
		float: none;
		margin-bottom: -6px;
	}
	
	.navbar .navbar-collapse {
		text-align: center;
	}
}

/* md */
@media (min-width: 992px) {
	.navbar-default .navbar-nav > li {
		padding: 10px 20px 5px;
	}	
}


/* md */
@media (min-width: 1200px) {
	.navbar-default .navbar-nav > li {
		padding: 10px 10px 5px;
	}
}

/* md */
@media (min-width: 1400px) {
	.navbar-default .navbar-nav > li {
		padding: 10px 17px 5px;
	}	
}

/* md */
@media (min-width: 1600px) {
	.navbar-default .navbar-nav > li {
		padding: 10px 20px 5px;
	}	
}

/* use below to change the navbar collapse breakpoint for sites with a lot of items in the navigation
@media (max-width: 992px) {
	.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 {
		border-width: 0 0 1px;
		top: 0;
	}
	
	.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-bottom: 10px;
		padding-top: 10px;
	}
	
	.collapse.in{
		display: block !important;
		overflow-y: auto !important;
	}
	
	.dropdown-menu {
		box-shadow: none;
		border: none;
		float: none;
		position: relative;
	}
}*/

/* lg */
@media (min-width: 1200px) {	
	
	#primary-navbar {
		margin-top: 40px;
	}
	
	
	#site-navigation-scroll.navbar-default .navbar-nav {
		float: none;
	}
	
	/*makes header menu float right */
	.navbar-default .navbar-nav {
		float: right;
	}
}

/* ------------------------------------------------------------------------------
Animates the underline of the main navigation items 
--------------------------------------------------------------------------------*/
.navbar-default .navbar-nav > li > a,
.scroll-header .navbar-default .navbar-nav > li > a {
	position: relative;/* need for animated underline */
	text-decoration: none;/* need for animated underline */
}

.navbar-default .navbar-nav > li > a:hover,
.scroll-header .navbar-default .navbar-nav > li > a:hover {
	color: #2e75b6;
}

.navbar-default .navbar-nav > li > a:before,
.scroll-header .navbar-default .navbar-nav > li > a:before {
	background-color: #2e75b6;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	visibility: hidden;
	width: 100%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.navbar-default .navbar-nav > li > a:hover:before,
.scroll-header .navbar-default .navbar-nav > li > a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* sm */
@media (min-width: 768px) {
	
}

/*-------------------------------------------------------------
		Hamburger Menu 
--------------------------------------------------------------*/
/*edit to length you need to remove vertical scroll on mobile view*/
.navbar-collapse {
	/*max-height: 600px;*/
	max-height: 240px;
	transition: all .9s;
}

/* removes grey top border on mobile devices */
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	border: 0 none;
}

/*styles for hamburger toggle */
.navbar-default .navbar-toggle {
	background-color: transparent;
	border: 0;
	float: right;
	margin-bottom: 8px;
	margin-right: 15px;
	margin-top: 8px;
	padding: 9px 10px;
	position: relative;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
	opacity: 0.6;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #2e75b6;
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}

/* ------------------------------------------------------
                          Drop down menu
-------------------------------------------------------- */
.dropdown-menu {
	background-color: rgba(241, 241, 241, 0.9);
	/*border: 0;
	border-radius: 0;
	box-shadow: 0;*/
	min-width: 160px;
	padding: 5px 20px;
	/*position: absolute;
	top: 100%;
	z-index: 1000;*/
}

.dropdown-menu > li {
	padding: 5px 3px;
	text-align: left;
}

/* Below 3 rules needed to prevent the weird on-click styling of the pages in the dropdown menu */
.dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    /*clear: both;*/
    color: #2e75b6;
    /*display: inline-block;*/
    line-height: 1.25;
    padding: 3px;
    /*white-space: nowrap;*/
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	background-color: transparent;
	color: #2e75b6;
	/*text-decoration: none;*/
}


.navbar-default .navbar-nav .dropdown-menu li a, 
.navbar-default .navbar-nav .dropdown-menu li:hover a {
	color: #2e75b6;
    white-space: nowrap;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, 
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	background-color: transparent;
	color: #2e75b6;
	outline: 0;
	/*text-decoration: none;*/
}

/*This allows you to set the background color for the active sub-menu item when you mouse off it to click on it's sub-menu item*/
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: transparent;
	border-color: #2e75b6;
}

.site-header .caret {
	display: none;
}

/* sm */
@media (min-width: 768px) {
	
}

/* md */
@media (min-width: 992px) {
	
}

/* lg */
@media (min-width: 1200px) {
	
}


/*--------------------------------------------------------------
3.5 Content
--------------------------------------------------------------*/
.home .entry-title  {
	display: none;
}

.entry-title {
	font-size: 33px;
	font-style: italic;
	font-weight: 400;
	line-height: 40px;
}

.home .entry-content {

}

.entry-content {
	padding-bottom: 55px;
}

.entry-content li {
	margin-bottom: 5px;
}

.entry-footer {

}

/* sm */
@media (min-width: 768px) {
	
}

/* md */
@media (min-width: 992px) {	
	
}

/* lg */
@media (min-width: 1200px) {
	
}

/*--------------------------------------------------------------
3.6 Sidebar
--------------------------------------------------------------*/
.widget-area {

}

.widget-title {

}

/*--------------------------------------------------------------
3.7 Footer
--------------------------------------------------------------*/
.attribution {
	text-align: center;
}

.attribution {
	bottom: 0;
	margin-top: 0;
	position: relative;
	width: 100%;
}

.attribution p,
.attribution a {
	color: #fff;
	font-size: 12px;
}

.attribution p {
	margin-bottom: 0;
}

.footer-contact {
	color: #262626;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	line-height: 26px;
}

.footer-contact h2 {
	color: #2e75b6;
	font-size: 33px;
	font-style: italic;
	line-height: 39px;
}

.footer-contact,
.footer-email {
	text-align: center;
}

.footer-contact {
	margin-top: 30px;
}

.footer-email {
	line-height: 20px;
	margin-top: 0;
}


.footer-email a {
	color: #000;
	font-size: 15px;
}

#footer-navigation {
	display: none;
}

/* sm */
@media (min-width: 768px) {

}
/* md */
@media (min-width: 992px) {
	
	/* Sticky footer - @link http: //mystrd.at/modern-clean-css-sticky-footer/ */
	html {
		min-height: 100%;
		position: relative;
	}
	
	body {
		margin: 0 0 330px; /* = .site-footer height */
	}
	
	.site-footer {
		bottom: 0;
		height: 330px; /* = body margin-bottom */
		left: 0;
		position: absolute; /* replace with position: fixed; to keep footer fixed to bottom of browser - see footer file too! */
		width: 100%;
	}
	
	.attribution {
		position: absolute;
	}
}

/* lg */
@media (min-width: 1200px) {
	
}

/*--------------------------------------------------------------
3.8 Metaslider & Leaderboard
--------------------------------------------------------------*/
.leaderboard-image {
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.leaderboard-image img {
	margin-bottom: 20px;
	width: 100%;
}

.metaslider {
	box-shadow: 0 2px 5px #c4c4c4;
	margin-bottom: 0;
}

/*.site-content .metaslider .caption {
	display: none;
}*/

/* Hides Nivo Slider caption on cell phones */
.metaslider .theme-default .nivoSlider > .nivo-caption {
	background-color: rgba(255, 255, 255, 0.0);
	display: block !important;
	left: 0;
	opacity: 1.0;
	padding: 5px 10px;
	position: absolute;
	text-align: left;
	top: 2%;
	width: 100%;
}

.metaslider .theme-default .nivoSlider > .nivo-caption h2 {
	color: #2e75b6;
	font-weight: 400;
	font-size: 17px;
	font-style: italic;
	line-height: 23px;
}


/* sm */
@media (min-width: 768px) {
	.leaderboard-image {
		/*margin-bottom: -125px;
		top: -125px;*/
	}
	
	.metaslider {
		/*margin-bottom: 10px;
		margin-bottom: -125px;
		top: -125px;*/
	}

	.metaslider .theme-default .nivoSlider > .nivo-caption {
		left: 30px;
		top: 20px;
	}

	
	/* Display Nivo Slider caption on sm/md/lg devices */
	.metaslider .theme-default .nivoSlider > .nivo-caption {
		display: block !important;
	}
	
	.metaslider .theme-default .nivoSlider > .nivo-caption h2 {
		font-size: 36px;
		line-height: 45px;
	}
}

/* md */
@media (min-width: 992px) {
	.metaslider .theme-default .nivoSlider > .nivo-caption {
		left: 50px;
		top: 18%;
	}

}

/* lg */
@media (min-width: 1200px) {
	.metaslider .theme-default .nivoSlider > .nivo-caption {
		left: 150px;
		top: 85px;
	}
}

/* xlg */
@media (min-width: 1400px) {
	.metaslider .theme-default .nivoSlider > .nivo-caption {
		left: 200px;
		top: 120px;
	}
}

/* xxlg */
@media (min-width: 1500px) {
	.metaslider .theme-default .nivoSlider > .nivo-caption {
		left: 200px;
		top: 120px;
	}
}

/* xxlg */
@media (min-width: 1600px) {
	.metaslider .theme-default .nivoSlider > .nivo-caption {
		left: 220px;
		top: 170px;
	}
}
/*--------------------------------------------------------------
3.8 Custom
--------------------------------------------------------------*/
.edit-link {
	display: none;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-60 {
	margin-top: 60px;
}

iframe {
	border: 0;
}

/*responsive iframe next 2 rules 
.iframe-container {
    margin-bottom: 20px;
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

/* Back to top button - next 3 rules*/
.svg-inline--fa.fa-w-10 {
	width: 100%;
}

/* keeps styling on top button after it's clicked on */
.topbutton,
.topbutton:visited,
.topbutton:active, 
.topbutton:focus {
    background: #2e75b6;
	border: 1px solid #fff;
	border-radius: 50%;
    bottom: 90px;
	color: #fff;
    display: none;
	font-size: 33px;
	height: 40px;
    position: fixed;
    right: 5px;
	transition: all .9s;
    width: 40px;
    z-index: 1;
}

.topbutton:hover {
    background: #fff;
	border: 1px solid #fff;
	color: #2e75b6;
}

.fa-angle-up {
	padding: 0 8px;
}

.img-cont {
	overflow: hidden;
}

.tagline-section {
	padding-bottom: 40px;
}


.tagline-section h2 {
	font-weight: 400;
}


.mailchimp-section {
	background: #2e75b6;
	padding: 30px 0;
}

.mailchimp-section h2 {
	color: #fff;
	font-size: 33px;
	font-style: italic;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 0;
}


/*.mailchimp-section h2 span{
	color: #fff;
	font-size: 30px;
	font-style: italic;
	font-weight: 700;
}*/

.services-section {

}

/*.services-section .box1:hover .box1a,
.services-section .box2 > div.image-hover,
.services-section .box3 > div.image-hover,
.services-section .box4 > div.image-hover,
.services-section .box5 > div.image-hover,
.services-section .box6 > div.image-hover {
	display: none;
}*/

.services-section .box1 .box1b,
.services-section .box2 .box2b,
.services-section .box3 .box3b,
.services-section .box4 .box4b,
.services-section .box5 .box5b,
.services-section .box6 .box6b,
.services-section .box7 .box7b,
.services-section .box8 .box8b {
	display: none;
}

.services-section .box1:hover .box1b,
.services-section .box2:hover .box2b,
.services-section .box3:hover .box3b,
.services-section .box4:hover .box4b,
.services-section .box5:hover .box5b,
.services-section .box6:hover .box6b,
.services-section .box7:hover .box7b,
.services-section .box8:hover .box8b {
	display: block;
}

.services-section .box1:hover .box1a,
.services-section .box2:hover .box2a,
.services-section .box3:hover .box3a,
.services-section .box4:hover .box4a,
.services-section .box5:hover .box5a,
.services-section .box6:hover .box6a,
.services-section .box7:hover .box7a ,
.services-section .box8:hover .box8a  {
	display: none;
}


.services-section h2 {
	margin: 60px 0 35px 0 ;
}

.services-section h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
	margin-bottom: -60px;
	position: relative;
	top: -120px;
}

.testimonials-section {

}

.testimonials-section h2 {

}

.page-id-16 .entry-title h2 /*Select Clients Page */{
	text-align: center;
}

.page-id-16 .entry-content h2 /*Clinets page */{
	text-align: center;
}

.page-id-13 hr /* Services Page */{
	margin-top: 60px;
	margin-bottom: 60px;
	border: 0;
	border-top: 1px solid #eee;
}

/*this adds plus or minus sign to the left of collapsibles 
.panel-title a.collapsed::before {
    content: "+";
}

.panel-title a::before {
    content: "-";
    display: inline-block;
    padding-right: 10px;
    text-decoration: none;
    width: 25px;
}*/

/* this styles blockquotes for testimonials - next two rules 
blockquote {
	border-bottom: 1px solid #2e75b6;
	box-shadow: 3px 1px 5px #aeaeae;
	border-left: 5px solid #2e75b6;
}

blockquote footer {
	color: #2e75b6;
	font-style: italic;
} */


/* sm */
@media (min-width: 768px) {

	.page-template-default .entry-header,
	.blog .entry-header2 {
		/* margin-bottom: 462; */
		top: -202px;
	}

	.page-template-default .entry-header,
	.blog .entry-header2 {
		position: relative;
		text-align: center;
		z-index: 1;
	}

	.page-template-default .entry-header,
	.blog .entry-header2 {
		/*background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 71%,rgba(0,0,0,0) 72%,rgba(0,0,0,0) 100%);*/
		margin-right: 25%;
		width: 45%;
	}

	.page-template-default .entry-header h1.entry-title,
	.blog .entry-header2 h1.entry-title {
		background: none;
		color: #fff;
		font-style: italic;
		text-align: center;
		text-shadow: 3px 3px 3px rgb(0, 0, 0);
	}
}

/* md */
@media (min-width: 992px) {
	.page-template-default .entry-header,
	.blog .entry-header2 {
		margin-bottom: -102px;
		top: -292px;
	}
}

/* lg */
@media (min-width: 1200px) {
	.page-template-default .entry-header,
	.blog .entry-header2 {
		/* margin-bottom: 492px; */
		top: -452px;
	}

	.page-template-default .entry-header,
	.blog .entry-header2 {
		margin-bottom: -72px;
		top: -252px;
	}

	.page-template-default .entry-header,
	.blog .entry-header2 {
		/*background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 71%,rgba(0,0,0,0) 72%,rgba(0,0,0,0) 100%);*/
	}


}


/*--------------------------------------------------------------
3.9.5 Blog
-------------------------------------------------------------- */
.entry-meta {
	margin-bottom: 20px;
}

.updated {
	display: none;
}

.attachment-post-thumbnail {
	border: 0 solid #000;
	float: left;
	margin-bottom: 15px;
	margin-right: 20px;
	max-width: 265px;
}

.blog article,
.archive article,
.search article {
	clear: both;
	content: "";
	display: table;
}

a.moretag {
	display: block;
	margin-top: 20px;
	text-decoration: underline;
}

.entry-footer {
	font-size: 13px;
	font-style: italic;
}

.nav-links {
	display: block;
}

.nav-next,
.nav-previous {
	background: #2e75b6;
	border-radius: 3px;
	margin: 10px 0 20px;
	padding: 5px 10px;
}

.nav-next {
	float: right;
}

.nav-previous {
	float: left;
}

.nav-next a,
.nav-previous a {
	color: #fff;
}

.search-form {
	margin-bottom: 20px;
	margin-top: 20px;
}

/* Style for "Magnifying Glass" button */ 
.search-form input[type="submit"] {
	background: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	color: #2e75b6;
	-webkit-appearance: button;
	cursor: pointer;
	margin: 10px 0 20px;
	padding: 5px 10px;
}
 
.search-form input:hover[type="submit"] {
	opacity: 7.0;
	text-decoration: none;
}  

input[type="search"] {
	border: 1px solid #5c428b;
	font-size: 16px;
	line-height: 29px;
	padding: 1px 0 1px 5px;
} 

/* This places the "Leave a Reply" & "Comments" headings go below next/prev post instead of next to it */
#reply-title,
#comments {
	clear: both;
}

/* This places the label for the reply field of the comment box above the box instead of next to it */
.comment-form-comment label {
	display: block;
} 

/* Style for "Post Comment" button */
button, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	background: #2e75b6;
	border: 1px solid #2e75b6;
	border-radius: 3px;
	color: #fff;
	-webkit-appearance: button;
	cursor: pointer;
	margin: 10px 0 20px;
	padding: 5px 10px;
}

button:hover, 
html input:hover[type="button"], 
input:hover[type="reset"], 
input:hover[type="submit"] {
	opacity: 7.0;
	text-decoration: underline;
}  

/* sm */
@media (min-width: 768px) {
	
}

/* md */
@media (min-width: 992px) {
	
}

/* lg */
@media (min-width: 1200px) {
	
}


/*-------------------------------------------------------
weForms CSS
--------------------------------------------------------*/
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-submit input[type="submit"],
.wpuf-form-add.wpuf-style ul.wpuf-form li.wpuf-submit input[type="submit"] {
	font-size: 16px;
	padding: 5px 15px;
	line-height: inherit;
	height: inherit;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #2e75b6;
	border-color: #2e75b6 #2e75b6 #2e75b6;
	-webkit-box-shadow: 0 1px 0 #2e75b6;
	box-shadow: 0 1px 0 #2e75b6;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #2e75b6, 1px 0 1px #2e75b6, 0 1px 1px #2e75b6, -1px 0 1px #2e75b6;
}

#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-submit input[type="submit"]:hover,
.wpuf-form-add.wpuf-style ul.wpuf-form li.wpuf-submit input[type="submit"]:hover {
	border: 1px solid #ccc;
	background: #cacaca;
	border-color: #cacaca #cacaca #cacaca;
	box-shadow: 0 1px 0 #cacaca;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #cacaca, 1px 0 1px #cacaca, 0 1px 1px #cacaca, -1px 0 1px #cacaca;
}


.wpuf-label label {
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 0;
}

ul.wpuf-form.form-label-above li {
	margin-bottom: 0;
	padding: 0;
}

ul.wpuf-form.form-label-above li.wpuf-el.email,
ul.wpuf-form.form-label-above li.wpuf-el.date___time_692654483 {
	margin-bottom: 10px;
	padding: 0;
}

ul.wpuf-form.form-label-above li .wpuf-label {
	margin-top: 20px;
}

.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type="text"] {
	height: 30px;
}

.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields textarea {
	max-height: 80px;
}

.wpuf-form-add.wpuf-style ul.wpuf-form li .wpuf-fields .wpuf-radio-block, 
.wpuf-form-add.wpuf-style ul.wpuf-form li .wpuf-fields .wpuf-checkbox-block {
	font-weight: 500;
}

ul.wpuf-form li.wpuf-el label.wpuf-form-sub-label {
	display: block;
}



/*--------------------------------------------------------------
TablePress
---------------------------------------------------------------
.entry-content .tablepress {
	border: 1px solid #ddd;
	margin-bottom: 50px;
}

.entry-content .tablepress thead th {
	color: #fff;
	font-weight: 300;
}

.entry-content .tablepress thead th:nth-child(1) {
	background-color: #341534;
}

.entry-content .tablepress thead th:nth-child(2) {
	background-color: #512851;
}

.entry-content .tablepress thead th:nth-child(3) {
	background-color: #683d68;
}

.entry-content .tablepress thead th:nth-child(4) {
	background-color: #835683;
}

.entry-content .tablepress thead th:nth-child(5) {
	background-color: #9c6f9c;
}

.entry-content .tablepress thead th:nth-child(6) {
	background-color: #b38ab3;
}

.entry-content .tablepress tbody td, 
.entry-content .tablepress tfoot th {
	border-top: 0px solid #ddd;
	font-size: 14px;
}

.entry-content .tablepress tbody td + td {
	border-left: 1px solid #ddd;
}

.entry-content .tablepress caption {
	display: none;
}*/

/* ------------------------------------
Strong Testimonials 
--------------------------------------*/
/* Home page Testimonial slider */
.testimonial-wrapper {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 5px #b0b0b0;
	padding: 30px 40px 40px;
}

.strong-view.wpmtst-default.slider-container .wpmtst-testimonial-inner {
	text-align: center;
}

.strong-view.wpmtst-default.slider-container.slider-adaptive:not(.slider-mode-horizontal) .wpmslider-wrapper .wpmslider-viewport {
	border: 1px solid transparent;
}

.strong-view.wpmtst-default.slider-container .wpmtst-testimonial-inner,
.strong-view.wpmtst-default.slider-container .wpmtst-testimonial {
	border: 1px solid transparent;
}

.strong-view.wpmtst-default.slider-container .wpmtst-testimonial-field {
	font-weight: 600;
	margin-top: 20px;
	text-align: center;
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner > :not(:nth-last-child(2)):not(:last-child) {
	font-style: italic;
}

/* testimonials page */
.strong-view.wpmtst-default .strong-columns .wpmtst-testimonial-inner {
	border: 3px solid #2e75b6;
	box-shadow: 5px 5px 5px #adadad;
}

/*--------------------------------------------------------------
MailChimp
--------------------------------------------------------------- */
#mc_embed_signup {
	border-radius: 10px;
	margin-top: 0;
	padding: 0 10px 10px 10px;
	text-align: center;
}

.mc-field-group,
#mc_embed_signup input#mc-embedded-subscribe {
	display: inline;
}

#mc_embed_signup input#mce-EMAIL,
#mc_embed_signup input#mce-FNAME,
#mc_embed_signup input#mce-COMPANY {
	border: 0;
	border-radius: 8px;
	color: #2e75b6;
	font-size: 15px;
	height: 37px;
	margin-bottom: 10px;
	margin-right: 10px;
	max-width: 200px;
	padding-left: 10px;
}

#mc_embed_signup input#mc-embedded-subscribe {
	background: #fff;
	border: 3px solid #fff;
	border-radius: 8px;
	color: #2e75b6;
	display: inline-block;
	font-size: 15px;
	margin: 20px 0;
	padding: 3px 35px;
	transition: all .5s;
}

#mc_embed_signup input#mc-embedded-subscribe:hover,
#mc_embed_signup input#mc-embedded-subscribe:focus {
	background: #4286c4;
	border: 3px solid #4286c4;
	color: #fff;
	text-decoration: none;
}

/* sm */
@media (min-width: 768px) {
	
}

/* md */
@media (min-width: 992px) {
	
}

/* lg */
@media (min-width: 1200px) {
	
}

/*--------------------------------------------------------------
4.4 lg
--------------------------------------------------------------*/
@media (min-width: 1200px) {

/* this makes the header fixed on desktop only add to 992 or 1200 media query
.site-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1030;
}
.site-content {
	padding-top: 184px;
}
*/

/* this makes the home sections link to services page without going underneath the fixed header on desktop only */
.page-id-13 .entry-content div#executive, /* Services Page */
.page-id-13 .entry-content div#leadership,
.page-id-13 .entry-content div#presence,
.page-id-13 .entry-content div#team,
.page-id-13 .entry-content div#mit,
.page-id-13 .entry-content div#communication,
.page-id-13 .entry-content div#keynotes {
	content: "";
	display: block;	
	height: 150px; 
	margin-top: -150px;
	/*visibility: hidden; */
}
}



/*--------------------------------------------------------------
Animations
--------------------------------------------------------------*/
/* hides animations until scroll */	
.bt_hidden { 
	opacity: 0;
}

.bt_visible { 
	opacity: 1;
}

.fadein {
	animation-delay: 0.5s;
}

.fadeInRight,
.fadeInLeft,
.fadeInDown,
.fadeInUp,
.fadeIn {
	animation-duration: 2s;
}

.fadein-right-1.fadeInRight,
.fadein-left-1.fadeInLeft {
	animation-duration: 2s;	
}

.fadein-right-2.fadeInRight,
.fadein-left-2.fadeInLeft {
	animation-duration: 3s;	
}

.fadein-right-3.fadeInRight,
.fadein-left-3.fadeInLeft {
	animation-duration: 4s;	
}

.slideInRight,
.slideInLeft {
	animation-duration: 2s;
}

.slideInDown,
.slideInUp {
	animation-duration: 3s;
}



@keyframes zoomIn-logo {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn-logo {
	animation-duration: 2s;
	animation-name: zoomIn-logo;
}

/*--------------------------------------------------------------
 Fancy Flexbox !!!!! Reference site: https://www.fabri-kal.com
--------------------------------------------------------------*/

.offering-row {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	min-height: 380px;
	margin-top: 40px;
	max-height: none;
	height: 26.389vw;/*boxes will stretch to be this height (vw means verticle width https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Values_and_units */
}

.offering-row article {
	width: 30.793%;
	height: 100%;
}

.offering-row article {
	text-align: center;
	background-color: #7C8084;
	color: #fff;
	/*height: 350px;
	-webkit-transition: all .2s ease-in-out;*/
	transition: all .2s ease-in-out;
	position: relative;
	top: 0;
}

.offering-row article .bg-holder {
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.offering-row article .inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 10% 8%;
	height: 100%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
	background: rgba(30,32,40,0.3);
}

.offering-row article header h3 {
	font-size: 2.1875em;
}

.offering-row article header h3 {
	font-size: 1.875em;
	border-bottom: 5px solid #D83839;
	display: inline-block;
	-webkit-transition: font-size .2s ease-in-out;
	transition: font-size .2s ease-in-out;
}

.offering-row article p {
	font-size: 1.125em;
	display: none;
	margin-bottom: 20px;
	width: 100%;
}

.offering-row article .btn {
	display: none;
	padding: 18px 56px;
	font-size: 1em;
}

.offering-row article .btn-primary {
	margin: 0;/* need to override my primary button style, otherwise can delete */
}

/* hover effects */

.offering-row article:hover, 
.offering-row article:active, 
.offering-row article:active {
	height: 108%;
	top: -4%;
	-webkit-box-shadow: 0 2px 24px 0 rgba(45,47,55,0.6);
	box-shadow: 0 2px 24px 0 rgba(45,47,55,0.6);
	background: #D83839;
}


.offering-row article:hover .bg-holder, 
.offering-row article:active .bg-holder, 
.offering-row article:focus .bg-holder {
	mix-blend-mode: multiply;
	opacity: .5;
}

.offering-row article:hover .inner, 
.offering-row article:active .inner, 
.offering-row article:focus .inner {
	background: none;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 18% 8% 10%;
}

.no-touch .offering-row article:hover header h3 {
	font-size: 2.5em;
}

.offering-row article:hover p, 
.offering-row article:active p, 
.offering-row article:focus p {
	display: block;
}

.offering-row article:hover .btn, 
.offering-row article:active .btn, 
.offering-row article:focus .btn {
	display: block;
}