/*
Theme Name: Flat Bootstrap Child
Description: Child theme for Flat Bootstrap. Includes a stylesheet (style.css) for you to restyle any of the CSS and a functions.php file to change theme parameters or components. Both files include samples of a few common things you might want to do.
Author: OCG Creative
Author url: ocgcreative.com
Version: 1.5
License: GNU General Public License
License URI: http://www.opensource.org/licenses/GPL-3.0
Template: flat-bootstrap
Template Version: 1.9
Tags: one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, featured-image-header, full-width-template, flexible-header, theme-options, sticky-post, threaded-comments, light, translation-ready, rtl-language-support, custom-background
*/

/*
 * IMPORT the parent theme's stylesheet(s). NOTE: This was moved to functions.php for
 * performance reasons.
 */
/*@import url("../flat-bootstrap/style.css");*/

/* PUT YOUR CHANGED STYLES HERE
 *
 * The best way to do this is to copy in the relevant section from the parent's style.css
 * file, change what you want, and remove the lines that you didn't change.
 *
 * NOTE: All these examples here are included just to show you how to do the most common
 * things that users have requested, such as changing colors and the look of buttons, etc.
*/

/* Change the content (page) header to dark blue. */
.content-header {
	background-color: transparent;
}

html {
  font-size: 16px;
}

@media screen and (min-width: 500px){
  html{
    font-size: 15px;
  }
}
@media screen and (min-width: 700px){
  html{
    font-size: 16px;
  }
}
@media screen and (min-width: 767px){
  html{
    font-size: 17px;
  }
}
@media screen and (min-width: 991px){
  html{
    font-size: 18px;
  }
}

/* ----------------------- End REM Queries -------------------------- */

body {
  -webkit-font-smoothing: antialiased;
  font-family:'Montserrat', sans-serif ;
  font-weight: 300;
  font-size: 18px;
	font-size: 1rem;
  color: #2d2d2d;
  line-height: 1.7;
  background-color: #fff;
	letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
  font-family:'Work Sans', sans-serif ;
  color: #2d2d2d;
	margin-top: 22px;
	margin-top: 10px;
	margin-bottom: 0.6875rem;
}

h1 {
  font-size: 60px;
	font-size: 3.75rem;
  font-weight: bold;
}

h1.page-title {
  text-align: center;
  font-size: 55px;
	font-size: 3.4375rem;
  font-weight: 800;
}

h1.main-head {
	font-family: 'Montserrat', sans-serif;
  font-size: 70px;
	font-size: 4rem;
  color: #fff;
  font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 43px;
}

h1.main-head strong {
	font-family: 'Work Sans', sans-serif;
	font-size: 35px;
	font-size: 1.55rem;
	font-weight: 400;
	letter-spacing: 3px;
	color: #fff;
	text-transform: capitalize;
}

h2 {
  font-size: 45px;
	font-size: 2.8125rem;
}

h2.section-title {
  margin: 0;
}

h3 {
  font-size: 35px;
	font-size: 2.1875rem;
}

h3.sub {
  font-size: 30px;
	font-size: 1.875rem;
  text-transform: capitalize;
}

h3.yellow-hdln {
	color: #FFC811;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 50px;
	font-size: 3.1rem;
	padding-left: 10px;
	padding-right: 10px;
}

h3.yellow-hdln strong {
	text-transform: lowercase;
	color: #2d2d2d;
	font-weight: 400;
	word-spacing: -5px;
}

h3.blue-hdln {
	color: #152c41;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 50px;
	font-size: 3.1rem;
	padding-left: 10px;
	padding-right: 10px;
}

h3.blue-hdln strong {
	text-transform: lowercase;
	color: #2d2d2d;
	font-weight: 400;
	word-spacing: -5px;
}

h3.blue-hdln-sml {
	color: #152c41;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 50px;
	font-size: 2.2rem;
	padding-left: 10px;
	padding-right: 10px;
}

h3.blue-hdln-sml strong {
	text-transform: lowercase;
	color: #152c41;
	font-weight: 400;
	word-spacing: -5px;
}

h3.yellow-hdln {
	color: #ffca17;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 50px;
	font-size: 3.1rem;
	padding-left: 10px;
	padding-right: 10px;
}

h4 {
  font-size: 25px;
	font-size: 1.5rem;
}

h4.alt {
		font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 900;
    letter-spacing: 3px;
}

h4.num {
	color: #ffc813;
	font-weight: 800;
	font-size: 3rem;
	margin-bottom: -15px;
}

h5 {
  font-size: 17px;
	font-size: 1.0625rem;
  text-transform: uppercase;
}

a.brand {
  color: #f78e1e;
  font-weight: bold;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

a.brand:hover, a.brand:active, a.brand:focus {
  color: #c57118;
}

a.white {
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

a.white:hover, a.white:active, a.white:focus {
  opacity: 0.7;
}

.white-text {
  color: #fff;
}

.accent-text {
  color: #f78e1e;
}

.entry-content table {
  border-bottom: 0 solid transparent;
}

textarea.form-control {
  height: 100px;
}

p.sub {
  font-weight: bold;
  font-size: 19px;
	font-size: 1.1875rem;
}


/* --------------------------- MEDIA QUERIES ---------------------------- */

@media (max-width: 768px) {
  #upper-nav-center {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .tablet-center {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .mobile-center {
    text-align: center;
  }
}

/* --------------------------- BUTTON STYLES ---------------------------- */

.btn {
  text-transform: uppercase;
  font-family:'Work Sans', sans-serif;
  border-radius: 0;
  padding: 6px 25px 5px 25px;
}

.btn-main::after {
	content: ' \f0da';
	font: normal normal normal 18px/1 FontAwesome;
	padding-left: 20px;
}

.btn-main {
  background-color: rgba(255,200,17, 0.75);
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-main:hover, .btn-main:active, .btn-main:focus {
  background-color: rgba(255,200,17, 1);
  color: #fff;
}

.btn-accent::after {
	content: ' \f0da';
	font: normal normal normal 18px/1 FontAwesome;
	padding-left: 20px;
}

.btn-accent {
  background-color: #152c41;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-accent:hover, .btn-accent:active, .btn-accent:focus {
  background-color: rgba(0, 174, 239, 1);
  color: #fff;
}

.btn-main-blue::after {
	content: ' \f0da';
	font: normal normal normal 18px/1 FontAwesome;
	padding-left: 20px;
}

.btn-main-blue {
	background-color: #152c41;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
	margin-left: -34px;
}

.btn-main-blue:hover, .btn-main-blue:active, .btn-main-blue:focus {
	background-color: #27547e;
	color: #fff;
}

.btn-accent-yellow::after {
	content: ' \f0da';
	font: normal normal normal 18px/1 FontAwesome;
	padding-left: 20px;
}

.btn-accent-yellow {
	background-color: #ecb602;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
	margin-right: -14px;
}

.btn-accent-yellow:hover, .btn-accent-yellow:active, .btn-accent-yellow:focus {
	background-color: #f2f2f2;
	color: #ecb602;
}

input[type="submit"] {
  background-color: #f78e1e !important;
  border: 2px solid #f78e1e !important;
	padding: 6px 25px 5px 25px;
  color: #fff !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #c57118 !important;
  border: 2px solid #c57118 !important;
  color: #fff;
}

p.comment-form-author {
	display: inline-block;
	float:left;
	width: 50%;
}

p.comment-form-email {
	display: inline-block;
	float:left;
	width: 50%;
}

@media (max-width: 768px) {
	p.comment-form-author {
		width: 100%;
	}
	p.comment-form-email {
		width: 100%;
	}
}

.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] {
	width: 30%;
	padding: 0 15px;
	text-align: center;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	width: 70%;
	max-width: 100%;
}

@media (max-width: 768px) {
	.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] {
		width: 20%;
		padding: 0;
	}
	.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
		width: 80%;
	}
}

@media (max-width: 768px) {
	p.form-submit {
		text-align: center;
	}
}

/* --------------------------- FORM STYLES ---------------------------- */

.fix1 iframe {
  pointer-events: none;
}

label {
  font-weight: 300;
}

.form-control {
  color: #555;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555 !important;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555 !important;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555 !important;
  opacity: 1;
}

::selection {
	background: #ffc813 !important;
	color: #ffffff !important;
}
::-moz-selection {
	background: #ffc813 !important;
	color: #ffffff !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #eeffe7 inset;
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:hover, input:-webkit-autofill:active, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #eeffe7 inset;
    -webkit-text-fill-color: #333;
}


/* --------------------------- HELPER CLASSES ---------------------------- */

.no-pad {
  padding: 0px !important;
}

.no-marg {
  margin: 0px !important;
}

.no-margpad {
  padding: 0px !important;
  margin: 0px !important;
}

.no-margt {
  margin-top: 0;
}

.no-margb {
  margin-bottom: 0;
}

.no-margtb {
  margin-top: 0;
  margin-bottom: 0;
}

.no-padt {
  padding-top: 0;
}

.no-padb {
  padding-bottom: 0;
}

.no-padtb {
  padding-top: 0;
  padding-bottom: 0;
}

.no-padlr {
  padding-left: 0;
  padding-right: 0;
}

.pad-l {
	padding-left: 20px;
}

.pad-t1 {
  padding-top: 10px;
}

.pad-t2 {
  padding-top: 20px;
}

.pad-t3 {
  padding-top: 30px;
}

.pad-t4 {
  padding-top: 40px;
}

.pad-t5 {
  padding-top: 50px;
}

.pad-t6 {
  padding-top: 60px;
}

.pad-t7 {
  padding-top: 70px;
}

.pad-t8 {
  padding-top: 80px;
}

.pad-t9 {
  padding-top: 90px;
}

.pad-t10 {
  padding-top: 100px;
}

.pad-b1 {
  padding-bottom: 10px;
}

.pad-b2 {
  padding-bottom: 20px;
}

.pad-b3 {
  padding-bottom: 30px;
}

.pad-b4 {
  padding-bottom: 40px;
}

.pad-b5 {
  padding-bottom: 50px;
}

.pad-b6 {
  padding-bottom: 60px;
}

.pad-b7 {
  padding-bottom: 70px;
}

.pad-b8 {
  padding-bottom: 80px;
}

.pad-b9 {
  padding-bottom: 90px;
}

.pad-b10 {
  padding-bottom: 100px;
}
.pad-l1{
	padding-left: 10px;
}
.pad-l2{
	padding-left: 20px;
}
.pad-l3{
	padding-left: 30px;
}
.pad-r1{
	padding-right: 10px;
}
.pad-r2{
	padding-right: 20px;
}
.pad-r3{
	padding-right: 30px;
}


.marg-t1 {
  margin-top: 10px;
}

.marg-t2 {
  margin-top: 20px;
}

.marg-t3 {
  margin-top: 30px;
}

.marg-t4 {
  margin-top: 40px;
}

.marg-t5 {
  margin-top: 50px;
}

.marg-t6 {
  margin-top: 60px;
}

.marg-t7 {
  margin-top: 70px;
}

.marg-t8 {
  margin-top: 80px;
}

.marg-t9 {
  margin-top: 90px;
}

.marg-t10 {
  margin-top: 100px;
}

.marg-b1 {
  margin-bottom: 10px;
}

.marg-b2 {
  margin-bottom: 20px;
}

.marg-b3 {
  margin-bottom: 30px;
}

.marg-b4 {
  margin-bottom: 40px;
}

.marg-b5 {
  margin-bottom: 50px;
}

.marg-b6 {
  margin-bottom: 60px;
}

.marg-b7 {
  margin-bottom: 70px;
}

.marg-b8 {
  margin-bottom: 80px;
}

.marg-b9 {
  margin-bottom: 90px;
}

.marg-b10 {
  margin-bottom: 100px;
}

.cover {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.icon-fade {
  opacity: 1;
  transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
}

.icon-fade:hover {
  opacity: 0.5;
}

.ft-bx p{
	padding-left: 50px;
}

.hm-bx p{
 	padding-left: 50px;
	padding-right: 15px;
}

.content-block1 p {
	padding-left: 80px;
	padding-right: 20px;
}

.content-block1 {
	border-right: 1px dashed #c3c3c3;
	border-left: 1px dashed #c3c3c3;
}

.content-block2 {
	border-right: 1px dashed #c3c3c3;
}

.content-block3 {
	border-right: 1px dashed #c3c3c3;
	border-left: 1px dashed #c3c3c3;
}

.border-middle {
	position: absolute;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 1px;
	height: 100vh;
	background: linear-gradient(to bottom,#989891,#989891 50%,transparent 50%,transparent) 0 0/2px 6px repeat-y;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	will-change: transform;
	left: 50%;
	z-index: -1;
}

.border-middle-white {
	position: absolute;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 1px;
	height: 100vh;
	background: linear-gradient(to bottom,#c3c3c3,#c3c3c3 50%,transparent 50%,transparent) 0 0/2px 6px repeat-y;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	will-change: transform;
	left: 50%;
	z-index: -1;
}

@media (max-width: 767px) {
	.border-middle-white {
		display: none;
	}
	.border-middle {
		display: none;
	}
}

.first-icon {
	height: 70px;
  margin-right: -14px;
	text-align: right;
}
.second-icon {
	margin-left: -64px;
}

.blue-square {
	height: 25px;
	width: 25px;
	background-color: #152c41;
  margin-left: -14px;
}
.blue-square-right{
	height: 25px;
	width: 25px;
	background-color: #152c41;
	margin-right: -14px;
	float: right;
	margin-left: auto;
}

.yellow-square {
	height: 25px;
	width: 25px;
	background-color: #ffc813;
	margin-left: -14px;
}

.white-square {
	height: 25px;
	width: 25px;
	background-color: #fff;
	margin-left: -14px;
}

.info-box img {
	width: 100px;
	height: 100px;
}

.info-box{
	height: auto;
	width: 80%;
	border-style: double none;
	border-color: #ffc813;
	border-width: 3px;
	margin: 10px auto 10px auto;
	padding: 30px;
	font-size: 16px;
	font-size: .9rem;
	font-weight: 300;
	background-color: #fff;
	box-shadow: 0px 4px 12px #00000024;
}

@media (max-width: 1415px) {
	.info-box {
		width: 100%;
	}
}
@media (max-width: 1436px){
	.info-box h4{
		font-size: 20px !important;
		font-size: 1.2rem !important;
		}
}

.yellow-border{
	border-style: solid;
	border-color: #ffc813;
	border-width: 2px;
}
.blue-border{
	border-style: solid;
	border-color: #152c41;
	border-width: 2px;
}
.phone-list-icon{
	position: relative;
	list-style: none;
}
.phone-list-icon:before{
	content: "\f095";
	font-family: FontAwesome;
	font-size: 16px;
	font-size: 1rem;
	color: #ffca17;
	padding-right: 10px;
	margin-left: -40px;
}
.phone-icon-no-margin{
	position: relative;
	list-style: none;
}
.phone-icon-no-margin:before{
	content: "\f095";
	font-family: FontAwesome;
	font-size: 16px;
	font-size: 1rem;
	color: #ffca17;
	padding-right: 10px;
}
.fax-list-icon{
	position: relative;
	list-style: none;
}
.fax-list-icon:before{
	content: "\f1ac";
	font-family: FontAwesome;
	font-size: 16px;
	font-size: 1rem;
	color: #ffca17;
	padding-right: 10px;
	margin-left: -40px;
}
.fax-icon-no-margin{
	position: relative;
	list-style: none;
}
.fax-icon-no-margin:before{
	content: "\f1ac";
	font-family: FontAwesome;
	font-size: 16px;
	font-size: 1rem;
	color: #ffca17;
	padding-right: 10px;
}
.email-list-icon{
	position: relative;
	list-style: none;
}
.email-list-icon:before{
	content: "\f0e0";
	font-family: FontAwesome;
	font-size: 16px;
	font-size: 1rem;
	color: #ffca17;
	padding-right: 10px;
	margin-left: -40px;
}

@media (max-width: 1550px){
	#contact-links .vc_col-sm-3{
		width: 50%;
	}
}
/* --------------------------- BOOTSTRAP NAVBAR STYLES ---------------------------- */

.navbar {
  font-family:'Work Sans', sans-serif;
  border: 0 solid transparent;
  letter-spacing: 1px;
  color: #2d2d2d;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
}

.navbar-nav {
  float: right;
}

@media (max-width: 768px) {
  .navbar-nav {
    float: right;
  }
}

@media (max-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 0;
  }
}

.navbar-default {
  background-color: rgba(255, 255, 255, 0);
	border-bottom: 1px solid transparent;
}

.navbar-default .navbar-nav>li>a {
  color: #D4D2D4;
}

.navbar-default .navbar-nav>.active>a {
  background-color: transparent;
  color: #fff;
  border-bottom: 1px solid #ffc813;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #ffd800;
}

.dropdown-menu {
  border-radius: 0;
  background-color: #000;
  box-shadow: none;
  border-top: 1px solid #fff;
  left: -5px;
}

.dropdown-menu>li>a {
  color: #fff;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #808285;
  background-color: #000;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  color: #15A1B8;
  background-color: #000;
}

@media (min-width: 768px) and (max-width: 1222px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
}

/* --------------------------- HEADER STYLES ---------------------------- */

ul#upper-nav-center.list-inline {
	margin-bottom: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
	color: #000;
	font-size: 20px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before {
	color: #000;
	font-size: 33px;
}

@media (max-width: 768px) {
	.mobilenavpadb {
		padding-bottom: 15px;
	}
}

.content-header-image {
	position: relative;
	top: -110px;

	/* This has to be top, not margin-top (famous IE negative margin bug). */
}
.content-area-wide{
	position: relative;
	margin-top: -110px;
}
@media (max-width: 1222px){
	.content-area-wide{
		position: relative;
		margin-top: 0px;
	}
}

.section-image, .section-image-overlay {
	height: 400px;
	min-height: 100px;
	background-color: rgba(0, 0, 0, 0.5);
	position:relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.section-image, .section-image-overlay {
		height: 200px;
	}
}

.section-image h1 {
	text-shadow: 1px 2px 8px rgba(000,000,000,0.8);
	font-size: 48px;
	font-size: 3rem;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 4px;
}

.section-image h2{
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 2px;
	font-weight: 400;
}

@media (max-width: 767px) {
	.section-image h1{
		font-size: 34px;
		font-size: 2rem;
	}
}

.site-header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+83&1+0,0+84 */
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.01) 83%, rgba(0,0,0,0) 84%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.01) 83%,rgba(0,0,0,0) 84%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.01) 83%,rgba(0,0,0,0) 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	position: relative;
	z-index: 2;
}

.mh-height {
	margin-top: -110px;
  position: relative;
	z-index: 1;
}

.mh-pad {
	padding-top: 310px;
	padding-bottom: 160px;
}

@media (max-width: 991px) {
	.mh-pad {
		padding-top: 160px;
		padding-bottom: 50px;
	}
}

.hidden-flow {
	overflow: hidden;
}
@media (max-width: 1222px){
	.content-header-image{
		position: relative;
		top: 0;
	}
	.mh-height{
		position: relative;
		top: 0;
	}
	.site-header{
		background-color: black;
	}
}
/* --------------------------- BLOG STYLES ---------------------------- */

.blckgrd-sec {
	background-color: #fff;
	border: 1px solid #ccc;
}

.blckgrd-sec .vc_col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}

.blckgrd-sec .vc_gitem_row .vc_gitem-col {
	padding: 0;
}

.blckgrd-sec {
	height: 150px;
	overflow: hidden;
	position: relative;
}

.blckgrd-btsec h4 {
	margin-top: 0;
}

#blg-pgsec .1blck-cont.vc_grid-item-mini {
	border: 1px solid #ccc !important;
	background: #fff;
}

h2.widget-title {
	font-size: 30px;
	font-size: 1.875rem;
	margin: 0;
}

h2.comments-title {
	font-size: 30px;
	font-size: 1.875rem;
	margin: 0;
}

h3#reply-title {
	font-size: 30px;
	font-size: 1.875rem;
	margin-bottom: 0;
}

textarea#comment {
	max-width: 100%;
	max-height: 100px;
}

p.comment-form-url {
	display: none;
}

/* --------------------------- CONTACT STYLES ---------------------------- */

p.discl {
	font-size: 12px;
}

#ctfrm1 .form-control {
	margin-bottom: 15px !important;
}

span.wpcf7-not-valid-tip {
	font-size: 18px;
	color: #c74242;
	position: relative;
	top: -12px;
}

div.wpcf7-validation-errors {
	border: 2px solid #c74242;
	background-color: #fff;
}

div.wpcf7-response-output {
	margin: 10px 0;
}

:focus {
	outline: none !important;
	outline-offset: 0;
	border-color: inherit;
	box-shadow: none !important;
}

/* --------------------------- FOOTER STYLES ---------------------------- */

.after-footer {
  background-color: #000;
  color: #fff;
  padding-top: 10px;
  font-size: 16px;
  max-width: 100%;
}

.footer-terms {
  text-align: center;
}

#colophon {
  background-color: #777;
}

footer#colophon.site-footer .container {
  width: 100% !important;
}

.img-left-block {
	  max-height: 500px;
    margin-left: -14px;
}

.img-right-block {
	max-height: 500px;
  position: relative;
  right: -14px;
  margin-left: auto;
}
/* ------------------------- SIDEBAR FOOTER ------------------------------ */

.sidebar-footer{
	background-color: #2B2B2D;
}

.vc_column_container {
	padding-left: 7px;
	padding-right: 7px;
}

@media (max-width: 768px) {
	.vc_column_container > .vc_column-inner {
		padding-left: 7px;
		padding-right: 7px;
	}
	.col-md-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

h4.tripleline {
	line-height: 3rem;
}

.project-tile-wrapper>a {
	cursor: pointer;
	    height: 28.5vh;
	    background-color: #152c41;
	    padding: 5%;
	    box-shadow: 0px 4px 12px #00000024;
	    letter-spacing: 2px;
			font-weight: bold;
	    font-size: 30px;
	    color: white;
			background-repeat: no-repeat;
}

.highway-temp {
	background-image: url(/wp-content/uploads/2018/05/Heavy-Highway-1.jpg);
	background-size: 100%;
}

.airport-temp {
	background-color: #c79f23 !important;
	background-image: url(/wp-content/uploads/2018/05/RHB-Projects-Airport-Picture2.jpg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#project-main > p {padding-left: 3vw;padding-right: 3vw;}

#project-main > p:first-child {
    padding:  0;
}

.adjust-up {
	margin-top: -110px;
	padding-top: 35px;
	padding-bottom: 35px;
}

@media (max-width: 1222px) {
	.adjust-up {
		margin-top:0;
	}
}

.project_images {
    display: flex;
    flex-direction: row;
    border: 2px solid purple;
}

ul.project_images>li>a>img {border: 1px dashed rgba(255,200,17, 0.75);padding: 3px;}

h3.project-subheading {
    font-weight: bold;
    color: #ffca17;
    font-variant: all-petite-caps;
}

#project-main {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.project-row {padding-left: 10%; padding-right: 10%;}

.project-thumb {
    margin-bottom: 10px;
}

.overview-card h3 {
	color: #4e4e4e;
}

.vc_btn3.vc_btn3-color-juicy-pink {background-color: #152c41  !important;}

.overview-card {
    height: 275px;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.15);
    padding: 1.5% 2.5%;
    margin: 3vh 0;
}
