/*
	Theme Name: Roda Marketing Standard Theme
	Theme URI: http://rodamarketing.com;
	Description: Standard parent theme for custome WP solutions
	Author: Roda Marketing
	Author URI: https://rodamarketing.com

	Version: 4.0.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/



/*
/////////  Page styling  /////////
*/

body {
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
}

html, body {
	width: 100%;
  min-height: 100vh;
  margin: 0px;
  padding: 0px;
	font-family: 'Open Sans', sans-serif;
}

img {
	max-width: 100%;
	width: auto !important;
    height: auto !important;
}

body {
	background-color: white;
}

h1, h2, h3, h4, h5 {
	font-family: 'EB Garamond', serif;
}

p, a, li {
	font-family: 'Open Sans', sans-serif;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a,
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover{
	color: #000b14;
}

h2 { font-size: 2.5rem;}
h2, h3 {font-weight: 700;}

p, a, li {color: black;}

.garamond{font-family: 'EB Garamond', serif;}
.open-sans{font-family: 'Open Sans', sans-serif;}

a:hover {cursor: pointer;}

p:nth-last-child(1) {margin-bottom: 0;}

a.no-decoration{text-decoration: none;}

.white {color: #fff;}
.white-bg {background-color: #fff;}

.black {color: #000;}
.black-bg {background-color: #000;}

.gray {color: #525860;}
.gray-bg {background-color: #525860;}

.blue {color:#01427a;}
.blue-bg {background-color:#01427a;}

.dk-blue {color:#000b14;}
.dk-blue-bg {background-color:#000b14;}

.blue-gray {color:#192326;}
.blue-gray-bg {background-color:#192326;}

.caps {text-transform: uppercase;}

.capitalize {text-transform: capitalize;}

.bold {font-weight: bold;}

.italic {font-style: italic;}

.standard {font-weight: normal;}

.underline {text-decoration: underline;}

.center {text-align: center;}
.right {text-align:right; }

.justify {text-align: justify;}

.float-left {float: left;}

.float-right {float: right;}

.p-relative {position:relative;}

.z-index-100 {z-index: 100;}

.reset {padding: 0;	margin: 0;}

.img-fluid-full {width: 100%;height: auto;}

.nowrap {white-space: nowrap;}

.single-post img {max-width: 100%;height: auto;}

.main-content-area {padding: 50px 30px;}

.sidebar-area {padding: 30px;}

.g-recaptcha {display: inline-block;margin: auto;}


/*
/////////  Utility items styling  /////////
*/

/*//////////
/////  Button styling
//////////*/

a.box-btn-link:hover {
	text-decoration: none;
}
button.box-btn:focus {outline: none;}
button.box-btn:hover {cursor: pointer;}

.box-btn {
	width: auto;
	margin: 0 auto;
	border-radius: 0;
	font-size: 14px;
	background: transparent;
	padding: 10px 20px;
	border: 2px solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	display: inline-block;
	color: #6d7175;
	margin-top: 15px;
	transition: all .3s ease-in-out;
}

.box-btn-mt {	margin-top: 1rem; }
.box-btn-mb {	margin-bottom: 1rem; }
.box-btn-mr { margin-right: 0.5rem; }
.box-btn-ml { margin-left: 0.5rem; }

.box-btn-full {
	display: block;
	text-align: center;
}

.box-btn-fixed {
	width: 300px;
}

.box-btn-clear {
	background-color: transparent;
	color: #fff;
}

.box-btn-blue {
	background-color: #263f79;
	border-color: #263f79;
	color: #fff;
}

.box-btn-yellow {
	background-color: #fcee5b;
	color: #263f79;
}

.div-section {
	padding-top:40px;
	padding-bottom: 40px;
}

.text-shadow {
	text-shadow: -1.5px 2.5px 3px #171717;
}

.full-bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-img-21x9 {
	height: 70vw;
}
@media screen and ( min-width: 768px ) {
	.bg-img-21x9 {
		height: 42.8vw;
	}
}

@media screen and ( max-width: 767px ) {
	.bg-img-4x3 {
		min-height: 70vw;
	}
}

@media screen and ( min-width: 768px ) {
	.bg-img-4x3.bg-img-half {
		height: calc( 75vw / 2 );
	}
}

.bg-img-container-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.template-start {
	padding: 0;
}

.callout-section-container {
  padding: 20px;
}
p.callout-section {
  font-size: 1.6rem;
}

button.cta-btn {
	border: 2px solid;
	display: block;
	margin: auto;
	font-size: .9rem;
	padding: .75rem 1.5rem;
}
button.cta-btn.cta-btn-left {
	margin-right: auto;
	display: inline-block;
	margin-bottom: 1rem;
}
a.std-btn-link:hover,
a.std-btn-link .cta-btn:hover {
	text-decoration: none;
	cursor: pointer;
}
.cta-btn-icon {
	font-size: 1.2rem;
	margin-right: .5rem;
}
button.inline-cta-btn {
	display: inline-block;
	margin-right: 1rem;
}

button.dk-blue-white-btn  {
	background-color: #000b14;
	border-color: #000b14;
	color: #fff;
	font-weight: 700;
}
button.dk-blue-white-btn:hover {
	background-color: #fff;
	color: #000b14;
}
button.blue-white-btn  {
	background-color: #01427a;
	border-color: #01427a;
	color: #fff;
	font-weight: 700;
}
button.blue-white-btn:hover {
	background-color: #fff;
	color: #01427a;
}


/*
/////////  Header styling  /////////
*/

#headerMainSection {
	background-color: #000c13;
}

#headerMainContainer {
	padding: 15px;
	margin: auto;
}

.home #headerMainSection {
	z-index: 999;
	position: relative;
}
@media screen and ( min-width: 992px ) {
	.home #headerMainSection {
		background-color: transparent;
	}
}

#headerMainContainer .row {
	margin: 0;
}

#headerMainDiv {
	justify-content: flex-end;
	position: relative;
}

#headerLogo img {
	max-height: 120px;
	width: auto;
	z-index: 999;

}
@media screen and ( max-width: 991.99px ) {
	#siteRibbonSection {
		padding-top: .5rem;
		padding-bottom: 1rem;
	}
}

#headerLogo img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and ( max-width: 767.99px ) {
	#headerLogo img {
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
}

@media screen and ( min-width: 1200px ) {
	#headerLogo img {
		max-height: 150px;
	}
}

@media screen and ( max-width: 1199px ) {
	#bootstrapNavHeader {
		width: 100%;
		padding-top: 0px;
	}
	#headerMenuContainer {
		margin-left: auto;
	}
}

@media screen and ( max-width: 991.99px ) {
	#headerMenuContainer {
		margin: auto;
	}
}

@media screen and ( min-width: 1200px ) {
	#bootstrapNavHeader {
		display: flex;
		align-items: flex-end;
	}
}
.navbar-light .navbar-toggler {
	background-color: #fff;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #4C86BA;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #01427a;
}

@media screen and ( max-width: 991.99px ) {
	#headerPrimaryMenu {
		width: 220px;
		margin-left: auto;
		margin-top: 1rem;
		text-align: right;
	}
}
#menu-header-primary-menu li {
	font-size: .95rem;
}

@media screen and ( min-width: 992px ) {
	#menu-header-primary-menu li:nth-last-child(1) {
		background-color: #01427a;
		margin-left: 1rem;
		padding: 0.1rem 1.5rem;
		text-transform: uppercase;
		font-weight: 700;
		color: #fff;
	}
}
#menu-header-primary-menu li:nth-last-child(1):hover {
	background-color: #4C86BA;
}
#menu-header-primary-menu li:nth-last-child(1):hover a.nav-link,
.navbar-light .navbar-nav li:nth-last-child(1).active>.nav-link {
	color: #fff;
}


/*////////
/////  Navigation settings
////////*/

/*///   Header nav styling   ///*/
/* Standard styles */


/* Site-specific styles */


/*///   Footer main nav   //*/
.footer-nav-menu-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#footerMenus ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	text-align: left;
}

#footerMenus li a {
	text-transform: uppercase;
	color: white;
}

/* Footer legal nav */
ul#footerSocialIcons {
	margin: auto;
	padding-left: 0;
	margin-top: 20px;
	text-align: center;
}
#footerSocialIcons li {
	display: inline-block;
	list-style: none;
	padding: 0 3px;
}
#footerSocialIcons i {
	color: #263f79;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid;
	height: 3rem;
	width: 3rem;
	line-height: 3rem;
	font-size: 1.5rem;
}
#footerSocialIcons i:hover {
	color: #fcee5b;
	background-color: #263f79;
}


/*
/////////  Footer styling  /////////
*/

#footerContentSection {
	padding: 30px 20px;
	min-height: 75px;
}

@media screen and ( min-width: 768px ) {
	#footerContentSection {
		padding: 30px;
	}
}
@media screen and ( min-width: 992px ) {
	#footerContentSection {
		padding: 0 30px 30px;
	}
}

#footerContentContent {
	border-radius: 1.5rem;
	justify-content: center;
	align-items: center;
}
@media screen and ( min-width: 992px ) {
	#footerContentContent {
		flex-wrap: nowrap;
		position: absolute;
		top: -75px;
		left: 50%;
		transform: translateX(-50%);
		margin: auto;
		width: 100%;
	}
}
@media screen and ( min-width: 1200px ) {
	#footerContentContent {
		width: 1110px;
	}
}
.footer-bar-box {
	flex: 1 0 98%;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
@media screen and ( max-width: 991.99px ) {
	.footer-bar-box-3 {
		text-align: center;
	}
}
@media screen and ( max-width: 574.99px ) {
	.footer-contact-info-item, .footer-social-item {
		justify-content: center;
	}
}
@media screen and ( min-width: 575px ) {
	.footer-bar-box {
		flex: 1 0 48%;
	}
}
@media screen and ( min-width: 992px ) {
	.footer-bar-box {
		flex: 1 0 20%;
	}
}

#footerLogo {
	width: 120px;
	height: auto;
	margin: auto;
}
@media screen and ( min-width: 992px ) {
	#footerLogo {
		width: 100px;
	}
}

.footer-contact-info-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: .8rem;
}
.footer-bar-box-2 div:last-child {
	margin-bottom: 0;
}
.footer-contact-info-icon {
	margin-right: 1rem;
}
.footer-contact-info-icon i {
	font-size: 1.2rem;
	padding-top: 4px;
}
.footer-contact-info-icon i.fa-location-dot {
	font-size: 1.5rem;
}

.footer-links-item {
	margin-bottom: .8rem;
}
.footer-bar-box-3 div:last-child {
	margin-bottom: 0rem;
}
.footer-social-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-right: .5rem;
	margin-bottom:0.5rem;
}
.footer-social-icon {
	width: 45px;
}
.footer-social-item i {
	margin-right: 1rem;
	font-size: 2rem;
}
.footer-social-item i:hover {
	color: #fff;
}
.footer-social-item:nth-last-child(1) {
	margin-bottom: 0;
}
.footer-social-text p {
	font-size: .8em;
	line-height: 1.25;
}
.footer-bar-box-5 {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 0 1.5rem 1.5rem;
}
@media screen and ( min-width: 992px ) {
	.footer-bar-box-5 {
		height: 174.594px;
		border-radius: 0 1.5rem 1.5rem 0;
	}
}
.footer-bar-box-5:hover {
	background-color: #9fafbd;
}
.footer-bar-box-5 a {
	height: 100%;
	width: 100%;
}
.footer-bar-box-5 a:hover {
	cursor: pointer;
	text-decoration: none;
}
.footer-bar-box-5 a:hover p {
	color: #01427a;
	font-weight: 700;
}
.footer-contact-centering {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


/*//   Footer Legal Section styling   //*/
#footerLegalSection {
	padding: 1.5rem 1rem;
}
ul#footerLegalLinks {
	margin-bottom: 0;
	text-align: center;
	margin: auto;
	padding-left: 0;
}
ul#footerLegalLinks li {
	display: inline-block;
	font-size: 0.9rem;
	color: rgba(256,256,256,.3);
}
#footerLegalLinks a,#footerLegalLinks a:hover {
	color: rgba(256,256,256,.3);
}
ul#footerLegalLinks li:after {
	content:'|';
	color: rgba(256,256,256,.3);
	margin-left: 8px;
	margin-right: 8px;
}
ul#footerLegalLinks li:nth-last-child(1):after {
	content:'';
	margin:0;
}

/*
/////////  Image styling  /////////
*/

.hero-img {
	display: block;
	width: 100%;
	height: auto;
}


/*
/////////  Home Page styling  /////////
*/
.home h2 {
	font-size: 2.5rem;
}
.home h2, .home h3 { font-weight: 400;}
#homeHeroSection {
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 100;
	margin-top: -90px;
	padding-top: 150px;
	min-height: 100vh;
}
@media screen and ( min-width: 992px ) {
	#homeHeroSection {
		margin-top: -90px;
	}
}
@media screen and ( min-width: 1200px ) {
	#homeHeroSection {
		margin-top: -90px;
	}
}
#homeHeroContent h2 {
	font-size: 2.5rem;
	line-height: 1.1;
}
@media screen and ( min-width: 575px ) {
	#homeHeroContent h2 {
		font-size: 3.5rem;
		line-height: 1.1;
	}
}

#homeHeroContent p {
	line-height: 1.6;
}
.home-hero-buttons {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
@media screen and ( max-width: 747.99px ) {
	.home-hero-buttons button {
		width: 300px;
		max-width: 94%;
	}
}

#homeQualityExperienceContent {
	padding-top: 2rem;
	padding-bottom: 2rem;
	align-items: center;
}
.home-quality-experience-section {
	padding-right: 3rem;
	padding-top: 3rem;
}
@media screen and ( max-width: 991.99px ) {
	.home-quality-experience-section .right {
		text-align: center;
	}
}
@media screen and ( min-width: 992px ) {
	.home-quality-experience-section {
		border-right: 1px solid rgba(256,256,256,.3);
		padding-bottom: 3rem;
	}
}
.home-quality-experience-section h2 {
		line-height: 1;
		font-size: 2.5rem;
}
.home-quality-float {
	padding-right: 3rem;
}
.home-quality-experience-copy {
	padding-top: 3rem;
	padding-left: 3rem;
	padding-bottom: 3rem;
}
.home-quality-experience-copy p {
	line-height: 1.6;
}

/* Home Our Services Section */
#homeOurServicesSection {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
@media screen and ( max-width: 767.99 ) {
	.our-services-tile-section {
		text-align: center;
	}
}
.our-services-tile-section {
	text-align: center;
}
@media screen and ( max-width: 767.99px ) {
	.our-services-tile-section {
		margin-top: 2rem;
	}
}
.our-services-tile-item {
	display: inline-block;
	background-color: #444b51;
}
.our-services-tile-item:hover {
	background-color: rgba(68,75,81,.7);
}
a.our-services-tile-link {
	height: 100%;
	width: 100%;
}
a.our-services-tile-link:hover {
	text-decoration: none;
}
@media screen and (min-width: 992px ) {
	.our-services-tile-item {
			margin-right: .75rem;
	}
	.our-services-tile-item:nth-child(4n+4) {
		margin-right: 0;
	}
}
@media screen and (max-width: 499.99px ) {
	.our-services-tile-item {
		width: 45%;
		margin-right: 1%;
		margin-left: 1%;
		margin-bottom: .5rem;
		padding: 1rem;
	}
}
@media screen and (min-width: 500px ) and ( max-width: 767.99px ) {
	.our-services-tile-item {
			width: 34%;
			height: 175px;
			margin-left: .4rem;
			margin-right: .4rem;
			margin-bottom: .8rem;
	}
}
@media screen and (min-width: 768px ) {
	.our-services-tile-item {
			width: calc(25% - .2rem );
			height: 175px;
			margin-bottom: .2rem;
	}
}
@media screen and (min-width: 992px ) {
	.our-services-tile-item {
			width: calc(25% - .8rem );
			height: 175px;
			margin-bottom: .8rem;
	}
}
/* Tile box border radius */
@media screen and ( max-width: 767.99px ) {
	.our-services-tile-item:nth-child(1) {
		border-radius: 1rem 0 0 0;
	}
	.our-services-tile-item:nth-child(2) {
		border-radius: 0 1rem 0 0;
	}
	.our-services-tile-item:nth-child(7) {
		border-radius: 0 0 0 1rem;
	}
	.our-services-tile-item:nth-child(8) {
		border-radius: 0 0 1rem 0;
	}
}
@media screen and ( min-width: 768px ) {
	.our-services-tile-item:nth-child(1) {
		border-radius: 1rem 0 0 0;
	}
	.our-services-tile-item:nth-child(4) {
		border-radius: 0 1rem 0 0;
	}
	.our-services-tile-item:nth-child(5) {
		border-radius: 0 0 0 1rem;
	}
	.our-services-tile-item:nth-child(8) {
		border-radius: 0 0 1rem 0;
	}
}
.our-services-tile-box {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.our-services-tile-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.our-services-tile-icon-circle {
	width: 55px;
	border-radius: 100%;
	background-color: #01427a;
	height: 55px;
	position: relative;
	margin-bottom: 1rem;
}
.our-services-tile-icon img {
	width: 35%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all ease-in-out .3s;
}
.our-services-tile-icon img {
	filter: brightness(0) invert(1);
}
a.our-services-tile-link:hover .our-services-tile-icon-circle {
	background-color: #fff;
}
a.our-services-tile-link:hover .our-services-tile-icon img {
	filter: none;
	width: 50%;
	transition: all ease-in-out .3s;
}


	.our-services-tile-text {
		font-size: 1.2rem;
		text-align: center;
		line-height: 1.2;
	}


/* Home Project Showcase section */
#homeProjectsSection {
	padding-bottom: 7rem;
}
.home-project-section-title {
	margin-bottom: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media screen and ( min-width: 768px ) {
	.home-project-section-title {
		flex-direction: column;
	}
}
.home-project-section-title h2 { display: inline-block;}
.recently-completed-all-link {
	display: inline-block;
	font-size: .8rem;
	text-transform: uppercase;
}
@media screen and ( min-wdith: 768px ) {
	.recently-completed-all-link {
		margin-left: 3rem;
	}
}
.recently-completed-all-link a {
	font-weight: 700;
	color: #9fafbd;
}
.home-project-section-title {
	text-align: center;
}
.home-project-gallery {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.home-project-gallery-col {

}
.home-project-showcase {
	position: relative;
}
.home-project-showcase.home-project-showcase-1,.home-project-showcase.home-project-showcase-2,.home-project-showcase.home-project-showcase-3 {
	width: 90%;
	height: auto;
}
@media screen and ( min-width: 575px) {
	.home-project-showcase.home-project-showcase-1 {
		width: 410px;
		height: 562px;
	}
	.home-project-showcase.home-project-showcase-2 {
		width: 410px;
		height: 327px;
	}
	.home-project-showcase.home-project-showcase-3 {
		width: 410px;
		height: 206px;
	}
}
@media screen and ( min-width: 768px) {
	.home-project-showcase.home-project-showcase-1 {
		width: 210px;
		height: 288px;
	}
	.home-project-showcase.home-project-showcase-2 {
		width: 210px;
		height: 168px;
	}
	.home-project-showcase.home-project-showcase-3 {
		width: 210px;
		height: 106px;
	}
}
@media screen and ( min-width: 992px) {
	.home-project-showcase.home-project-showcase-1 {
		width: 290px;
		height: 397px;
	}
	.home-project-showcase.home-project-showcase-2 {
		width: 290px;
		height: 231px;
	}
	.home-project-showcase.home-project-showcase-3 {
		width: 290px;
		height: 146px;
	}
}
@media screen and ( min-width: 1200px) {
	.home-project-showcase.home-project-showcase-1 {
		width: 350px;
		height: 480px;
	}
	.home-project-showcase.home-project-showcase-2 {
		width: 350px;
		height: 279px;
	}
	.home-project-showcase.home-project-showcase-3 {
		width: 350px;
		height: 176px;
	}
}
@media screen and ( max-width: 767.99px ) {
	.home-project-showcase {
		margin-bottom: 1.5rem;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and ( min-width: 768px ) {
	.home-project-gallery-col-1 .home-project-showcase-2,
	.home-project-gallery-col-3 .home-project-showcase-3 {
		margin-bottom: 14px;
	}
}
@media screen and ( min-width: 992px ) {
	.home-project-gallery-col-1 .home-project-showcase-2,
	.home-project-gallery-col-3 .home-project-showcase-3 {
		margin-bottom: 21px;
	}
}
@media screen and ( min-width: 1200px ) {
	.home-project-gallery-col-1 .home-project-showcase-2,
	.home-project-gallery-col-3 .home-project-showcase-3 {
		margin-bottom: 25px;
	}
}
@media screen and ( min-width: 768px ) {
	.home-project-gallery-col-1 .home-project-showcase-2 img {
		border-radius: .5rem 0 0 0;
	}
	.home-project-gallery-col-1 .home-project-showcase-3 img {
		border-radius: 0 0 0 .5rem;
	}
	.home-project-gallery-col-3 .home-project-showcase-3 img {
		border-radius: 0 .5rem 0 0;
	}
	.home-project-gallery-col-3 .home-project-showcase-2 img {
		border-radius: 0 0 .5rem 0;
	}
}
.home-project-showcase-category {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background-color: rgba(256,256,256,0.7);
	text-align: center;
	padding: .5rem 1rem;
	border-radius: 2rem;
	font-size: .7rem;
	font-weight: 700;
}

/* Home Quality Section styling */
#homeQualityBehind {
	background-color: #19232b;
	position: relative;
	z-index: 1;
}
#homeQualitySection {
	background-color: #fff;
	position: relative;
	z-index: 2;
	padding-top: 7rem;
	border-radius: 7rem 0 0 0;
}
#homeQualityContent p {
	color: #474d50;
}

@media screen and ( max-width: 767.99px ) {
	#homeQualityContent button {
		display: block;
		margin: auto;
		margin-bottom: 2rem;
	}
}

/* Home Project Gallery section */
#homeProjectGalleriesSection {
	padding-top: 3rem;
	margin-bottom: -10rem;
}
.home-project-gallery-title-row {
	margin-bottom: 2rem;
}
.home-project-gallery-title-row h2,
.home-gallery-all-link {
	text-align: center;
}
.home-procject-gallery-section-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.home-gallery-all-link {
	display: inline-block;
	font-size: .8rem;
	text-transform: uppercase;
}
.home-gallery-all-link a {
	font-weight: 700;
	color: #9fafbd;
}

.home-gallery-item {
	margin-bottom: 2rem;
}
.home-gallery-container {
	background-color: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 0 14px 0px #e3e3e3;
	transition: ease-in-out all .3s;
}

.home-gallery-image {
	overflow: hidden;
	transition: ease-in-out all .3s;
}
@media screen and ( min-width: 1200px ) {
	.home-gallery-image {
		height: 163px;
	}
}
.home-gallery-image img {
	border-radius: 1rem 1rem 0 0;
	object-fit: cover;
	transition: ease-in-out all .3s;
}
.home-gallery-name {
	margin-top: 1.5rem;
}
.home-gallery-name h3 {
	color: #01427a;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
	margin-top: 0;
	transition: ease-in-out all .3s;
}

a.home-gallery-link:hover {
	text-decoration: none;
	transition: ease-in-out all .3s;
}
a.home-gallery-link:hover .home-gallery-container {
	background-color: #01427a;
	transition: ease-in-out all .3s;
}
a.home-gallery-link:hover .home-gallery-name h3 {
	color: #fff;
	transition: ease-in-out all .3s;
}
a.home-gallery-link:hover .home-gallery-image  {
	transform: scale(1.05);
	transition: ease-in-out all .3s;
}

/* Home Quote Reviews section */
#homeQuoteReviewsBehind{
	background-image: url(/wp-content/uploads/2023/02/White-Texture-BG.jpg);
	background-position: center;
	background-size: cover;
	padding-top: 15rem;
}
@media screen and ( min-width: 1200px ) {
	#homeQuoteReviewsBehind {
		padding-top: 20rem;
	}
}
#homeQuoteReviewsSection {
	padding-bottom: calc( 3rem + 75px );
}

.home-request-quote-container {
	background-color: #000b14;
	padding: 3rem;
	border-radius: 1rem;
}
@media screen and ( max-width: 767.99px ) {
	.home-request-quote-container {
		margin-bottom: 5rem;
	}
}
@media screen and (min-width: 768px ) and ( max-width: 991.99px ) {
	.home-request-quote-container h2 {
		font-size: 1.75rem;
	}
}
@media screen and (min-width: 992px ) and ( max-width: 1199.99px ) {
	.home-request-quote-container h2 {
		font-size: 2rem;
	}
}

.home-request-quote-container .gform_wrapper.gravity-theme .gfield_label {
	color: #fff;
	font-weight: 700;
	font-size: .8rem;
	margin-bottom: 0;
	line-height: 1;
}
.home-request-quote-container .ginput_container {
	margin-top: .1rem !important;
}
.home-request-quote-container textarea,
.home-request-quote-container input {
	background-color: #19232b;
	border: none;
}
.home-request-quote-container textarea:focus,
.home-request-quote-container input:focus {
	background-color: #19232b;
}
.home-request-quote-container textarea::placeholder,
.home-request-quote-container input::placeholder {
	color: rgba(256,256,256,.25);
}
.home-request-quote-container .gform_wrapper.gravity-theme .gfield_required {
	color: #fff;
}
.home-request-quote-container .gform_wrapper input[type=submit] {
  padding: .75rem !important;
  margin-bottom: 0px !important;
	width: 100%;
  border: none !important;
  background-color: #01427a !important;
  color: white !important;
	text-transform: uppercase;
  font-size: 0.8rem !important;
	font-weight: 700;
}

.home-testimonial-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;

}
.home-testimonial-container h2 {
	text-align: center;
}

#wprev-slider-1 {
	max-width: 100%;
}
.home-testimonial-container .slickwprev-slide.slickwprev-current.slickwprev-active.slickwprev-center {
	text-align: center;
}
.wpproslider_t7_star_DIV {
	text-align: center;
}
.t7displayname {
	font-family: 'EB Garamond', serif;
}
.t7displayname:before {
	content: '- ';
}


/*
/////////  Inside Page styling  /////////
*/

.inside-hero-title {
	margin: 0;
	text-align: center;
}

/* Pages with hero image */
#insideHeroSection.inside-hero-section-img {
	height: 38vw;
	background-size: cover;
	background-position: center;
}

#insideHeroSection .inside-hero-section-img-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(1,44,99,.4);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.inside-hero-section-img-overlay .inside-hero-title {
	color: white;
	text-transform: uppercase;
}

@media screen and ( min-width: 992px ) {
	.inside-hero-section-img-overlay .inside-hero-title {
		font-size: 4rem;
	}
}

/* Pages without hero image */

.inside-hero-section-text-overlay {
	background-color: #2b343e;
	background-image: url(/wp-content/uploads/2023/02/Inside-Page-Header-Background.png);
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.inside-hero-section-text-overlay .inside-hero-title {
	color: white;
	text-transform: capitalize;
	padding: 4rem 1rem;
}

@media screen and ( min-width: 992px ) {
	.inside-hero-section-text-overlay .inside-hero-title {
		font-size: 2.7rem;
		font-weight: 700;
	}
}

#insideContentStart {
	padding-top: 3rem;
	padding-bottom: 9rem;
}

.page-content-cta button.cta-btn.cta-btn-left {
	margin-right: .5rem;
}


/*
/////////  Template Secondary WITH Sidebar  /////////
*/
.is-sidebar {
	height: max-content;
}
@media screen and ( max-width: 767.99px ) {
	.is-sidebar {
		margin-top: 5rem;
	}
}
.widget-item {
	margin-bottom: 2rem;
	border-radius: .5rem;
	box-shadow: 0 0 15px 1px rgba(23,23,23,.3);
}
.widget-title-box {
	background-color: #19232c;
	padding: 1rem 1.5rem;
	border-radius: .5rem .5rem 0 0;
}
.widget-title-box h2 {
	margin-bottom: 0;
	font-weight: 700;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1rem;
}
.widget-title-box h2 a {
	color: #fff;
}
.widget-content-box {
	background-color: #fff;
	padding: 1.5rem;
	border-radius: 0 0 .5rem .5rem;
}
.widget-content-box ul {
	padding-left: 0px;
	margin-bottom: 0;
}
.widget-content-box li {
	padding-bottom: .75rem;
	line-height: 1.3;
	list-style: none;
	font-weight: 700;
}
.widget-content-box li a {
	color: #737679;
}
.sidebar-cta-box-line-1 {
	font-family: 'EB Garamond', serif;
	font-size: 1.3rem;
	line-height: 1.1;
	font-weight: 400;
}
.sidebar-cta-box-line-2 {
	font-weight: 400;
}
.sidebar-cta-box-line-3 {
	text-transform: uppercase;
}


/*
/////////  Template Secondary WITH Subpages styling  /////////
*/


/*
/////////  Subpage sidebar container styling  /////////
*/

.subpage-container ul {
	padding-left: 25px;
}

.subpage-container ul li {

}

.subpage-container ul li a {

}


/*
/////////  About Us Page styling  /////////
*/
.about-us-team {
	text-align: center;
	margin-bottom: 1.5rem;
}
.team-headshot {
	width: 100%;
	height: auto;
	margin-bottom: .5rem;
}
.about-us-team h4.team-name {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5rem;
	margin-bottom: 0;
}
.about-us-team p {
	font-size: 1rem;
}


/*
/////////  Contact Us page styling /////////
*/
.contact-page-record h3 {
	font-size: 1.3rem;
	margin-bottom: .1rem;
}
.contact-page-record {
	margin-bottom: 1rem;
}


/*
/////////  Employment Opportunity page styling /////////
*/

.job-listing-title {
	font-size: 1.3rem;
}



/*
/////////  Leave a Review page styling /////////
*/

#leaveAReviewContainer {
	min-height: 500px;
	text-align: center;
	padding-top: 3rem;
	padding-bottom: 9rem;
}

img.review-img {
	display: block;
	margin: auto;
	margin-top: 30px;
	width: 300px;
}

.review-sub-text {
	font-size: 1rem !important;
    color: #aeaeae;
    font-style: italic;
		padding-top: 10px;
}

.review-content-title {
	font-size: 1.2rem;
}

.review-instructions {
	max-width: 600px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
	font-weight: bold;
	font-style: italic;
}

.leave-a-review-instructions {
	max-width: 600px;
	display: block;
	margin: auto;
	margin-bottom: 1em;
}

.leave-review-img img {
	border-radius: 50%;
}


/*
/////////  Blog Landing page styling /////////
*/

.main-blog-container {
	padding-top: 40px;
}

.blog-preview-header {
	padding-bottom: .5rem;
	font-size: 2rem;
}

.blog-landing-excerpt-container {
	margin-bottom: 50px;
}

.blog-landing-excerpt-container p {
	font-size: 1.3rem;
}

.entry {
	font-size: 1.2em;
	line-height: 1.7em;
}

.blog-preview-more {
	font-size: 1.05em;
}

.blog-preview-more:hover {
	text-decoration: none;
	color: #00aeef;
}

.blog-sidebar h2 {
	font-weight: 400;
	font-size: 2.3rem;
	text-transform: capitalize;
	text-align: left;
}

.blog-sidebar-container h2 {
	border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.blog-sidebar .sidebar-contact-header {
	padding-top: 40px;
}

@media only screen {
	.blog-sidebar-container label.screen-reader-text {
		display: none;
	}
}

.blog-sidebar-container select {
	background-color: rgb(248, 248, 248);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(166, 166, 166);
	border-image: initial;
	font-size: 1.5rem;
}

.blog-sidebar-container select,
.blog-sidebar-container option {
	color: rgb(166, 166, 166) !important;
}

.blog-excerpt-row {
	margin-bottom: 30px;
}

.pagination-links {
	text-align: center;
}


/*
/////////  Blog Single page styling /////////
*/

.main-single-container {
	padding-top: 30px;
}

.single-title {
	padding-bottom: 15px;
	font-size: 2.8rem;
	font-weight: 600;
}


/*
/////////  Blog Category/Archive page styling /////////
*/

.archive-title {
	padding-bottom: 20px;
	font-size: 4rem;
}

.archive-item {
	padding-top: 30px;
}


/*
/////////  Contact form styling /////////
*/

/*///  Reset Gravity Forms styling   ///*/

.ginput_container input {
    margin-top: 0 !important;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
    margin-top: 0px !important;
}

.gform_wrapper input[type=submit] {
    display: block !important;
    margin: auto !important;
}

.gform_footer.top_label {
    margin: 0 !important;
}
.gform_heading {
	display: none;
}


/*///  Custom Gravity Forms styling   ///*/

input, textarea {
	background-color: rgb(255, 255, 255);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(239, 239, 239);
	border-width: 2px;
	border-style: solid;
  margin-bottom: 10px;
  border-radius: 3px;
}

.contact-form-container {
    margin-top: 30px;
    padding: 10px 20px 0;
    background-color: #f7e34a;
    border-radius: 20px;
    margin: 0;
}

.contact-form-container h3 {
    text-align: center;
    padding-bottom: 2px;
}

.ginput_container {
    margin-top: 10px !important;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.gform_wrapper input[type=submit] {
		padding: .75rem !important;
	  margin-bottom: 0px !important;
		width: 100%;
	  border: none !important;
	  background-color: #01427a !important;
	  color: white !important;
		text-transform: uppercase;
	  font-size: 0.8rem !important;
		font-weight: 700;
}

.gform_wrapper.gravity-theme .gfield_label,
.is-sidebar .gform_wrapper.gravity-theme .gfield_required {
	color: #000814;
}
.is-sidebar .gform_wrapper.gravity-theme .gfield_label {
	font-weight: 700;
	font-size: .8rem;
	margin-bottom: 0;
	line-height: 1;
}
.is-sidebar .ginput_container {
	margin-top: .1rem !important;
}
.is-sidebar .ginput_container textarea,
.is-sidebar .ginput_container input {
	background-color: #f1f2f2;
	border: none;
}
.is-sidebar .ginput_container textarea::placeholder,
.is-sidebar .ginput_container input::placeholder {
	color: rgba(0,8,20,.4);
}

#gform_fields_2 input,#gform_fields_2 textarea {
	color: #fff;
}


/*
/////////  404 page styling /////////
*/

.page-404-content-div {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.content-404 p {
	font-size: 1.4em;
}
img.page-404-image {
    margin-bottom: 1rem;
}
