/*
Theme Name: Clubware 2.0 
Author: TSG
Description: Simple, yet powerful
Version: 1.1.1
Tags: clubware
*/

/*

//	BOOTSTRAP GRID

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

*/

/* BASICS */

body {
	background: white;
	color: white;
	font-size: 14px;
    line-height: 1.5rem;
    font-family: 'Open Sans', sans-serif;
}

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

a {
	color: #27c86d;
}

a:hover {
	color: #1e9a54;
}

.centered {
	margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    color: white;
}

.centered h2 {
	text-align: center;
    font-size: 4.25rem;
    font-weight: 300;
    color: white;
    margin: 0 auto;
}

.centered p {
	width: 50%;
	margin: 25px auto 0 auto;
	font-size: 1.25rem;
	line-height: 2rem;
	font-weight: 300;
}

#footer-contact-btn {
	margin: 25px 0 0 0;
}


@media (max-width: 767px) { 
	.centered h2 {
	    font-size: 2.25rem;
	    width: 80%;

	}

	.centered p {
		width: 80%;
		font-size: 1.05rem;
		line-height: 1.75rem;
		margin-bottom: 0;
	}
}

h1, h2, h3, .h2-match {
	font-size: 35px;
	font-weight: 300;
}

h4, h5 {
	font-size: 22px;
	font-weight: 300;
}

h1, h2, h3, h4, h5, .h2-match {
	margin-bottom: 10px;
}

a h1, a h2, a h3, a h4, a h5, a .h2-match  {
	color: #231f20;
	text-decoration: none;
	-moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.history-block h3.sub_label {
	font-weight: 600;
    font-size: 1.25rem;
}

a h1:hover, a h2:hover, a h3:hover, a h4:hover, a h5:hover, a .h2-match:hover  {
	color: #1e9a54;
}

.pre_title {
	font-weight: 600;
    font-size: 1.25em;
    padding: 0 0 10px 0;
    display: inline-block;
}

h3.experience {
	margin-bottom: 0;
}

@media (max-width: 767px) { 
	h1, h2, h3, .h2-match {
		font-size: 30px;
	}

	h4, h5 {
		font-size: 17px;
	}

}

.contactus {
	color: #888888;
    padding: 5px;
    text-align: center;
    background: white;
    font-size: 12px;
    line-height: 20px;
    position: fixed;
    width: 100%;
    z-index: 1020;
}

.spacer {
	height: 29px;
	clear: both;
}

.biz-details {
	text-transform: uppercase;
	text-align: center;
	padding:50px;
}

.biz-details h3 {
	margin: 0;
	font-size: 30px;
}

.txt-center h3{
	text-align: center;
	margin: 0 auto 25px auto;
}

@media (max-width: 767px) { 
	.biz-details h3 {
		font-size: 25px;
	}

}

@media (max-width: 576px) { 

	.biz-details {
		padding:25px;
	}

	.biz-details h3 {
		font-size: 20px;
	}
}

.quote{
	font-size: 20px;
    line-height: 30px;
}


@media (max-width: 576px) {  
	.quote{
	   
	}
}

/* LINKS */

.link-big, .mc4wp-response {
	font-size: 25px;
	font-weight: 700;
}

.mc4wp-response {
	color: #faa835;
	font-family: 'Open Sans', sans-serif;
}


a:hover {
	color: #1e9a54;
}

.single a {
	color: #1dafec;
}

/* Map */
.container-fluid.map-holder, .container-fluid.map {
	padding: 0;
}

/* ICONS */

.featured_icon {
	width: 50px;
	height: 50px;
	margin-bottom: 15px;
}

.partner_master {
	margin: 50px 0;
    border-left: 1px solid #e5ddd8;
    border-top: 1px solid #e5ddd8;
    border-right: 1px solid #e5ddd8;
}

.partner_master.container {
	padding:0;
}

.partners {
	padding: 0;
    border-bottom: 1px solid #e5ddd8;
}

.partners p {
	font-size: 0.8rem;
	line-height: 1.25rem;
	padding: 0 10px 10px 10px;
}

@media (max-width: 767px) { 
	
	.partners p {
		padding: 0 20px 10px 20px;
		text-align: center;
	}
}

.partners .pad {
	text-align: center;
}

.partners h3 { 
	text-align: center;
	margin: 30px 0 -10px 0;
	font-size: 1.5rem;
}

.partner_logos {
	width: 75%;
    height: auto;
    margin: 0 auto;
}


/* TYPE */

.font-secondary {
	font-family: 'Open Sans', sans-serif;
	/*text-transform: uppercase;*/
}

.subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	color: #888888;
	font-weight: 300;
}


@media (max-width: 767px) { 
	.subtitle {
		font-size:22px;
		margin-top:-10px;
	}
}

.job-title {
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
}

.testimonials {
	line-height: 25px;
	margin: 0;
}

.italic {
	font-style: italic;
}

strong {
	font-weight: 600;
}


/* LAYOUT */

.intro_hero {
	width: 80%;
	/*border-bottom: 1px solid #e5ddd8;*/
	padding: 50px 25px;
	text-align: center;
}

.intro_hero h2 {
	text-align: center;
    font-size: 4.25rem;
    font-weight: 600;
    font-weight: 300;
    color: #231f20;
    color: #27c86d;
}

.intro_hero p {
	width: 80%;
	margin: 25px auto 0 auto;
	font-size: 1.25rem;
	line-height: 2rem;
	font-weight: 300;
	color: #231f20;
}

@media (max-width: 767px) { 
	.intro_hero h2 {
	    font-size: 2.25rem;
	}

	.intro_hero p {
		width: 80%;
		font-size: 1.05rem;
		line-height: 1.75rem;
	}
}


@media (max-width: 576px) { 
	
	.intro_hero {
		width: 100%;
	}
}

.single_post {
	width: 70%;
	margin: 0 auto;
}

.single_post h1 {
	margin-bottom: 25px;
}

.single_post .featured_img {
	margin-bottom: 25px;
}

.feature_single_img {
	width: 80%;
}

@media (max-width: 767px) { 
	
	.feature_single_img {
		width: 100%;
	}
}

.feature_single h1 {
	font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #27c86d;
    margin-bottom: 10px;
}

.feature_single h2 {
	font-size: 35px;
    font-weight: 300;
}

@media (max-width: 767px) { 
	
	.single_post {
		width: 95%;
		margin: 0 auto;
	}

	.single_post h1 {
		margin-bottom: 15px;
	}
}


.news {
	border: 1px solid #e6e8ea;
}

.container {
	width: 100%;
	padding: 80px 20px;
	margin:0 auto;
	-moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.container.single {
	
	-moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.container.mini-pad {
	padding: 30px 20px;
}

.homepage-history, .services {
	width: 100%;
	padding:0 20px;
	margin: 0 auto;
}

.services {
	border-bottom: #cecece 1px solid;
}

.services-title {

	padding: 25px 35px;

}

.noborder {
	border: none;
}

.hpbg {
	z-index:1;
}

.homepage-history .history-pad, .services .services-pad{
	padding:50px 25px;
}

.services .pad {
	padding: 40px 25px;
}

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

.container-fluid {
	position: relative;
	overflow: hidden;
}

.relative {
	position: relative;
}



@media (max-width: 767px) { 

	.services .pad {
		padding: 25px 0;
	}

	.services {
		padding: 0;
	}
	.container {
		width: 100%;
		padding: 50px 20px;
	}

	.homepage-history { 
		width: 100%;
	}
	.container.single {
		width: 100%;
	}
}

/* Carousel */

.carousel {
    width: 100%;
}

.carousel-overlay {
    position: absolute;
    left: 0;
    bottom: 25%;
    z-index: 1;
    padding: 35px 25px;
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    color: #5b5b5b;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

@media (max-width: 767px) { 
	.carousel-overlay {
		font-size: 20px;
	    line-height: 25px;
	    padding: 12px;
	    bottom: 25%;
	}
}

.carousel-indicators {
	bottom: 0;
}

.carousel-indicators li {
	width: 15px;
	height: 15px;
	background: white;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.carousel-indicators li.active {
	background: #1dafec;
}

/* VIDEO */

.video-holder{
	margin: 25px 0;
}

/* BLOCKS */

.homepage-features {
	color: #231f20;
	min-height: 150px;
	border: 1px solid #e6e8ea; /*slightly darker ez grey*/
	-moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.partner-features {
	color: #231f20;
	min-height: 150px;
	-moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.homepage-features:hover {
	background: #27c86d;
	border: 1px solid #27c86d;
	color: white;
}

.homepage-features:hover .featured_icon{
   filter: brightness(200%);
}

.homepage-features:hover h3{
   color: white;
}

.homepage-features h3 {
	font-size: 15px;
    font-weight: 300;
    text-transform: none;
    color: #231f20;
    text-align: center;
    margin: 0;
}

.features_title {
	padding: 0;
    margin: 50px;
    text-align: center;
}

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

.loopText {
	visibility: hidden;
	display: none;
}


.mobile-background {
	z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    visibility: hidden;
    margin: 0 0 0 -15px;
   /* -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    */
}

@media (max-width: 576px) { 

	.mobile-background {
		z-index: 1;
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    background-repeat: no-repeat;
	    background-position: 50% 50%;
	    visibility: visible;
	}

}


.bg-black {
	background: #231f20;
	color: white;
}

.bg-lightblack {
	background: #2d2c2c;
	color: white;
}

.bg-darkblue {
	background: #0d238a;
	color: white;
}

.bg-blue {
	background: #1dafec;
	background: #eff3f7;
	color: white;
	color: #231f20;
}

.bg-green {
	background:#27c86d; /*green*/;
	color: white;
}

.bg-white {
	background: white;
	color: #231f20;
}

.bg-lightgrey {
	background: #f0f2f3;
	background: white;
	color: #231f20;
}

.bg-ezgrey {
	background: #eff3f7;
	color: #231f20;
}

.bg-fullscreen {
	background-repeat: no-repeat;
    background-position: 50% 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    /* height: 100vh; */
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /* width: 100%; */
    position: relative;
}

.bg-fullscreen.shorter {
	background-position: 50% 0%;
}

@media (max-width: 576px) { 
	.bg-fullscreen.featured {
		height: 200px;
	}
}


.divider {
	height:1px;
	width:100%;
	clear: both;
	margin: 10px 0 0 0;
}

@media (max-width: 576px) { 
	.mobile-break {
		visibility: hidden;
	    clear: both;
	    width: 100%;
	    height: 0;
	    display: block;
	}

	.mobile-pad-bottom {
		padding-bottom: 25px;
	}
}


.show-mobile {
	display: none;
}

@media (max-width: 576px) { 
	.show-mobile {
		display: block;
	}

	.hide-mobile {
		display: none;
	}
}

@media (max-width: 576px) { 
	.img-full.mobile-50, .mobile-50 {
		width:50%;
	}

	.testimonial_thumb {
		margin-top: 25px;
	}
}

/* COLORS */

.red {
	color: #1dafec;
}

a:hover {
	text-decoration: none;
}

a.red:hover {
	color: #faa835;
}

.gold {
	color: #faa835;
}

a.gold:hover {
	color: #1dafec;
}

.bg-red a.blue:hover {
	color: white;
}

.white {
	color: white;
}

a.white:hover {
	color: #faa835;
}

.black {
	color: #231f20;
}

.beige {
	color: #e5ddd8;
}

.blue {
	color: #1dafec;
}

.green {
	color: #27c86d; /*green*/;
}

.lightgrey {
	color: #d6d5d5;
}

.darkgrey {
	color: #888888;
}

/* IMGS */

.img-pad {
	padding: 0 0 25px 0
}

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

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

/* PARTICLES */
.particles-js-canvas-el {
	position: absolute;
}

/* NAVIGATION */

nav li {
	padding:0 10px;
}

nav li a {
	color: white;
	color: #231f20;
}

nav li a:hover {
	color: #1dafec;
	color: #27c86d; /*green*/
	text-decoration: none;
}

.navbar {
	border-bottom: 1px solid #e5ddd8;
}

.navbar .navbar-toggler {
    /*border: 1px solid #1dafec;
    font-size: 25px;
    color: white;*/
    font-size: 30px;
    padding: 0;
    color: white;
    color: #231f20; /*black*/
    cursor: pointer;
    margin: 0;
}

.navbar.sticky-top .navbar-brand:focus, .navbar-brand:hover {
	background: transparent;
	border: none;
	color: #27c86d; /*new green*/
}

.dropdown:hover .dropdown-menu {display: block;}

.dropdown-menu {
    border: none;
    background: #27c86d;
    color: white;
    border-radius: 0px;
    font-weight: 300;
}

.dropdown-menu .dropdown-item {
	font-weight: 300;
	color: white;
	background: transparent;
	width: 100%;
    display: inline-block;
    text-align: left;
}

.strong .dropdown-menu .dropdown-item {
	font-weight: 600;
}

.navbar .dropdown-menu li {
	  width: 100%;
	  text-align: left;
	  padding-right: 10px;
}

@media (max-width: 992px) { 

	.navbar .dropdown-menu li {
	  width: 100%;
	  text-align: right;
	  padding-right: 10px;
	}

}

.navbar-brand {
	width: 15%;
}

.nav-link {
	font-size: 18px;
	font-weight: 300;
	-webkit-transition: all 0.3s ease 0s; /* Safari */
    transition: all 0.3s ease 0s;
}

.nav-link:hover {
	color: #231f20;
	color: #1dafec;
	color: #27c86d;
}

.nav-link strong {
	font-weight: 300;
}

.dropdown-item {
	display: inline;
    width: 100%;
    padding: 5px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    text-align: right;
    border: none;
    font-size: 1rem;
    line-height: 0.75rem;
 }

 .site_selection {
 	position: absolute;
    right: 25px;
    top: 32px;
 }

 .footer_mobile_selection {
 	position: relative;
 	position: relative;
    padding: 20px 0 0 0;
    overflow: hidden;
    margin-left: -4px;
 }

 .footer_mobile_selection .site_selection {
 
    position: relative;
    left: 0;
    top: 0;

 }

 @media (max-width: 992px) { 
	 .site_selection {
	 	position: absolute;
	    right: 100px;
	 }

 }

 @media (max-width: 767px) { 

	

}


@media (max-width: 575px) {
	
	.site_selection li img {
	 	float: left;
	 	width: 22px;
	 	height: 22px;
	}

	.site_selection {
	 	right: 70px;
    	top: 30px;
	}

}


 .site_selection ul {
 	list-style: none;
    margin: 0;
    padding: 0;
 }

 .site_selection li {
 	float: left;
 	padding: 0 5px 0;
 }


@media (max-width: 992px) 
{ 
	.navbar-brand {
		margin-right: 0;
		width: 25%;
	}

	.navbar-nav {
		border-top: white 1px solid;
		text-align: right;
		padding-top: 10px;
	}

	nav li {
	    padding: 6px 0;
	    font-size: 25px;
	}

	.nav-link {
	    padding: 6px 0;
	}

	.dropdown-item {
		text-align: center;
	}
}

@media (max-width: 767px) { 

	.navbar-nav {
		text-align: center;
	}

}



/* FOOTER */

.footer {
	z-index: 1;
}

.footer h4 {
	text-transform: uppercase;
}

.footer .bg-overlay {
	z-index: 0;
	opacity: 0.20;
}

.footer ul, .footer ol {
	margin: 0;
    padding: 0;
    list-style: none;
}


@media (max-width: 768px) {

	.footer .footer-block {
		margin-top: 25px;
		padding-top: 25px; 
		border-top: 1px solid #e5ddd8;
	}

}


.sitetag h4 {
	padding: 50px 0;
    text-align: left;
	text-transform: none;
	font-size: 13px;
	font-weight: 300;
}

.tagline {
	font-size: 12px;
    text-align: center;
    padding: 0;
    margin: 10px;
    color: white;
}

.copyright {
	text-align: center;
	font-size: 20px;
}

.copyright-details {
	font-size: 13px;
	padding:25px 0 0 0;
	line-height: 26px;
	margin: 0;
}

.breaker {
	clear:both;
	width:100%;
}

@media (max-width: 575px) {
	.breakers {
		height:0px;
		width:100%;
		clear:both;
		display:block;
		visibility: hidden;
	}
}

/* BRANDING */

.logo {
	width: 90px;
	height: auto;
    padding: 0;
    cursor: pointer;
}

@media (max-width: 767px) { 
	.logo {
		padding-right: 0%;
	}
}

@media (max-width: 575px) {
	.logo {
		width: 90%;
	}
}

/* Arrows */

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-bottom: 5px solid black;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #f00;
}

.history .img-block .arrow-right {
  	width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #1dafec;
    position: absolute;
    top: 38%;
    right: 0;
}

.history .img-block .arrow-left {
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #f0f2f3;
    position: absolute;
    top: 38%;
    left: 0;
}

/* History */

.history {
	margin-top: -55px;
}

.history .img-block  {
	padding: 0;
}

.history-divider {
	margin: 7px 10%;
    height: 1px;
    background: #cecece;
    width: 80%;
}

.history .container {
	width:80%;
}

.divider {
	height: 1px;
    width: 100%;
    clear: both;
    margin: 40px 0;
    background: #888888;
}

.history-block .pad {
	padding: 50px 25px;
}

.history-block h3 {
	font-size: 35px;
    font-weight: 300;

}

.history-block h2 {
	font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #27c86d; /*green*/
}





@media (max-width: 767px) { 
	.history .container {
		width:95%;
	}

	.content-block.history-block .pad {
		padding: 50px 25px;
	}

	.history-block h3 {
	    font-size: 1.75rem;
	}
}

@media (max-width: 576px) { 


	.history .container {
		width:100%;
	}

	.history-block .pad {
		padding: 25px;
	}

	.content-block.history-block .pad {
		padding: 50px 25px;
	}

}


/* BLOG */

.blog-meta {
	font-size: 15px;
}

.career {
	line-height: 20px;
    display: inline-block;
    margin: 0 0 25px 0;
}


/* FORMS */

label {
	width: 100%;
}

.container #mc_embed_signup form{
	padding: 0;
}

.container #mc_embed_signup .mc-field-group {
	width: 100%;
}


.wpcf7-form div.wpcf7-mail-sent-ok {
	border: 1px solid #1dafec;
	font-size: 20px;
    line-height: 25px;
}


input, textarea, .container #mc_embed_signup .mc-field-group input {
	background: transparent;
	/*background: #808285;*/
    border: 1px solid #e5ddd8;
    border-radius: 0px;
    width: 100%;
    margin: 10px 0;
    color: white;
    color: #231f20; /*new black*/
    padding: 15px;
    font-size: 20px;
    line-height: 25px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}

textarea {
	height: 200px;
}

input:focus, textarea:focus, button:focus, a:focus, .container #mc_embed_signup .button:focus {
    outline:none !important;
    /*background: #1dafec;*/
}

/* BUTTONS */


.pagination {
	padding: 25px 15px;
}

.container #mc_embed_signup {
	background: transparent;
	clear: both;
	font-family: 'Open Sans', sans-serif;
}

.wpcf7-form-control.wpcf7-submit {
	width: auto;
	padding: 7px 22px;
}

.pagination.btn, 
.container #mc_embed_signup .button, 
.container button, 
.btn,
button, 
button.edit,
input[type=submit], 
select, 
html input[type=button], 
input[type=reset], 
input[type=submit], 
.container #mc_embed_signup .button,
.container input[type=submit].wpcf7-form-control.wpcf7-submit
{
	border: 4px solid #e5ddd8;
    padding: 7px 22px;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 25px 0;
    background: #5b5b5b;
    background: transparent;
    color: white;
    display: block;
    clear: both;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s; /* Safari */
    transition: all 0.3s ease 0s;
    font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #231f20; /*new black*/
	width: auto;
	display: inline-block;
}

button {
	cursor: pointer;
	font-size: 0.9rem;
    letter-spacing: 5px;
}

select {
	display: block;
    width: 100%;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    line-height: 25px;
    padding: 15px;
    margin: 10px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #e5ddd8;
    text-transform: none;
    font-weight: 300;
}

.pagination.btn:hover, 
.container #mc_embed_signup .button:hover, 
.container button:hover,
.btn:hover, 
button:hover, 
button.edit:hover ,
input[type=submit]:hover, 
html input[type=button]:hover, 
input[type=reset]:hover, 
input[type=submit]:hover, 
.container #mc_embed_signup .button:hover,
.container input[type=submit].wpcf7-form-control.wpcf7-submit:hover
{
	background: #f0f2f3;
	background: #27c86d; /*new green*/
	border-color: #27c86d;
	color: white;
}

button.green, .container input[type=submit].wpcf7-form-control.wpcf7-submit {
	background: #f0f2f3;
	background: #27c86d; /*new green*/
	border-color: #27c86d;
	color: white;
}

button.green:hover, .container input[type=submit].wpcf7-form-control.wpcf7-submit:hover {
	border: 4px solid #27c86d;
	color: #27c86d;
	background: transparent;
}

.navbar .navbar-toggler {
	border: none;
}

.navbar .navbar-toggler:hover {
	background: none;
	border: none;
	color: #27c86d;
}

button.edit {
	/*display: none;*/ /* hide for now */
	margin: 20px 0;
	display: block;
}


@media (max-width: 576px) {  
	.container button, .container input[type=submit] { 
		/*width: 100%;*/
	}
}




.ajax-loader {
	display: none;
}


/* CONTACT FORM 7 */
span.wpcf7-not-valid-tip {
	color: #1dafec;	
}

div.wpcf7-validation-errors {
	border: 2px solid #faa835;
	padding: 25px;
    width: 100%;
    margin: 0;
}


div.wpcf7-mail-sent-ok {
	border: 2px solid #faa835;
	padding: 25px;
    width: 100%;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
	font-size:25px;
}

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

/* SEARCH FORM */

.search h3 i {
	font-size: 25px;
}

.search-form {
	margin: -7px 0 0 0;
}

.search-field {
	border: 1px solid white;
    background: transparent;
}

#sitemap {
	/*overflow: hidden;*/
}

.sitemap .nav-link {
	color: white;
	padding: 0 20px 0 0;

    font-weight: 300;
    font-size: 13px;
    display: block;
    /*float: left;*/
}

.sitemap .nav-link:hover {
	color: #27c86d;
}

.social.connect li {
	/*float:left;*/
	padding:0 25px 0 0;
}

.social.connect li i {
	font-size: 30px;
	color: white;
}


/* HISTORY */
.history-block {
	padding: 0;
}

.content-block.history-block {
	padding: 0;
}

/* PROJECTS */
.project-container {
	position: relative;
	margin: 15px 0;
	z-index: 1;
}

.project-container-inner {
	height: 300px;
	z-index: 1;
    padding: 20px;
    color: white;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.project-container .row {
	height: 100%;
}

.project-container .bg-overlay {
	opacity: 0.5;
}

.project-container .arrow i {
	font-size: 40px;
	 -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.project-features {
	/*background: black;*/
    color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px 25px 40px 25px;
    z-index: 1;
}

.project-features ul {
	list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
}

.bg-overlay {
	width:100%;
	height: 100%;
	position: absolute;
	left:0;
	bottom:0;
	opacity: 0.75;
	z-index: -1;
	-moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.project-overlay {
	position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: white;
    padding: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a.project-permalink {
	-moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a.project-permalink:hover .bg-overlay {
	opacity: 0.75;
	background: #1dafec;
}

a.project-permalink:hover .arrow i {
	padding: 0 0 0 15px;
}

a.project-permalink h3 {
	color: white;
}

.project-specs {
	overflow: hidden;
    border-right: 1px solid white;
    padding: 0 10px 0 0;
    margin: 0;
}

.project-single {
	height: 580px;
}

.project-single.shorter {
	height: 450px;
}

.spec {
	padding: 0 15px;
}

.h100 {
	height:100%;
}

.project-features li {
	padding-bottom: 10px;
}


@media (max-width: 767px) { 

	a.project-permalink h3 {
		font-size: 35px;
		margin-bottom:7px;
	}

	.project-single {
		height: 400px;
	}

	.project-single.shorter {
		height: 300px;
	}

	.project-features {
		height: 100%;
	    padding: 25px;
	    z-index: 1;
	}
}

@media (max-width: 575px) {


	.project-container-inner {
		height: 200px;
	}

	a.project-permalink h3 {
		font-size: 20px;
		margin-bottom:7px;
	}

	.project-specs {
		/*border:none;*/
	}

	.project-container .arrow {
		/*display: none;*/
	}
}
