/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vb-external-info-panel {
	border: solid 1px #212d3a;
}

.vb-pagetitle {
	margin-bottom: 40px;
}

.vb-pagetitle h1 {
	margin-bottom: 0;
	line-height: 0.8;
}

.vb-pagetitle h2 {
	margin-bottom: 0;
}

.vb-pagetitle img {
	max-height: 70px;
	max-width: 70px;
}

@media only screen and (max-width: 400px) {
  .vb-pagetitle img {
	max-height: 50px;
	max-width: 50px;
	}
	
	.vb-pagesubtitle {
	font-size: 0.8em; 
	}
	
}

.vb-pagesubtitle {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.vb-intro {
	font-size: 1.4em;
	margin-top:20px;
}



.vb-smaller {
	font-size: 0.8em;
}

#footer-widgets {
	font-size: 0.8em;
}

#text-5 .contact-form input, #text-5 .contact-form textarea {
	width: 100% !important;
}

#text-5 .contact-submit {
	
	margin-top: 30px;
}

#text-5 button {
	width: 100%;
}

#text-5 {
	padding: 20px !important;
	background-color: #212d3a;
	color: #f7f9f9;

}

#text-5 h2, #text-5 span {
	color: #ffffff;

}

#text-5 .widget-title {
	font-weight: 700;
	text-align: center;	
	font-size: 1.6em !important;
}

.contact-submit button {
	background-color: #f83804 !important;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.vb-contact-widget-text {
	font-weight: 400;
	text-align: center !important;
}

.vb-contact-widget-details {
	font-weight: 700;
	text-align: center !important;
	font-size: 1.2em;
	margin: 10px 0;
}

.vb-portfoliodesc {
	background-color: #f7f9f9;
	padding: 30px 20px 10px 20px;
	margin: 20px 0;
}

.vb-portfolionav {
	background-color: #f7f9f9;
	padding: 30px 20px 10px 20px;
	margin: 20px 0;
}

.vb-portfolionav ul {
	list-style: outside none;
	margin: 0;
}

.vb-portfolionav li {
	margin-bottom: 20px;
}

.vb-portfolio-item {
	padding-top: 40px !important;
}

h2.vb-portfolio-item  {
	margin-bottom: 0 !important;
}

.vb-portfolio-category {
	margin-top: 0;
	margin-bottom: 40px;
}
.vb-portfolio-category span {
	background: #212d3a66;
	color: #f7f9f9;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.6em;
	padding: 7px 14px;
	letter-spacing: 1px;
	
}

.button.greencta,
.button.greencta:visited {
	background: #55AA39;
	color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.button.greencta:hover,
.button.greencta:active {
	background: #5CBA3C;
	color:#FFF;
}




.fancy {
  line-height: 0.5;
  text-align: center;
	margin-top: 80px;
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.fancy span {
  display: inline-block;
  position: relative; 
	
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #21212188;
  border-top: 1px solid #21212188;
  top: 0;
  width: 40px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}