/*
 Theme Name:     Design House Studio
 Author:         Design House
 Template:       twentyseventeen
 Version:        1.2.1
*/

@import url('../../../../fonts.googleapis.com/css%EF%B9%96family=Open+Sans%EF%B9%95400,700,800.css');

/*
	Global
	------------------------------------------------------------------
*/

a, .a, a:focus {
	box-shadow: none !important;
	outline: none;
}

a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important ;
}

body, p, .p, a, .a {
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

body {
	overflow-x: hidden;
}

p a {
	font-weight: 800;
}

.wpb_single_image .vc_figure-caption {
    margin-top: .2em;
    font-size: .75em;
    text-align: center;
    font-style: italic;
}

.gallery-item {
    text-align: center;
    vertical-align: middle !important;
    padding: 30px;
}

.noPadding {
    padding: 0 !important;
}


.displayNoneDesktop {
	display: none !important;
}


@media only screen and (max-width: 797px) {
	.displayNoneMobile {
		display: none !important;
	}
	.displayNoneDesktop {
		display: block !important;
	}
}

.wpb_single_image img {
	width: 100%;
}


.displayNoneDesktop {
	display: block;
}



/*
	Bit Event
	------------------------------------------------------------------
*/

.bit-upcoming-events {
    display: flex !important;
    flex-wrap: wrap;
	justify-content: space-between;
}

.bit-event {
	width: calc(33.3333% - 15px);
	float: left;
}

.bit-widget .bit-event {
	margin-bottom: 20px !important;
	border: 0px !important;
}

.bit-widget .bit-upcoming-events {
	margin: auto 0px !important;
}

.bit-details {
	display: block !important;
}

.bit-track-button-container,
.bit-nav-bar-container,
.bit-event-buttons,
.bit-venue {
	display: none !important;
}

.bit-date {
    width: auto;
    float: left;
    clear: none;
    margin: 0px !important;
	text-transform: uppercase;
	opacity: 0.4;
	padding-right: 20px !important;
	margin-right: 10px !important;
	font-size: 12px !important;
	letter-spacing: 0.14em !important;
}

.bit-location {
    float: left;
    text-align: left !important;
    clear: none;
    font-size: 15px;
	font-weight: 300 !important;
	letter-spacing: 0.02em;
	margin: 0px !important;
	width: 100% !important;
	padding: 0px !important;
}

.bit-details div {
	color: #fff !important;
	font-size: 13px;
	margin: 0px;
}

.bit-event {
	padding: 15px 20px !important;
	background-color: #0f69aa !important;
	transition: 0.3s all ease-in-out !important;
}

.bit-widget.bit-layout-desktop .bit-event:hover  {
	background-color: #0c5488 !important;
}

.bit-upcoming-events-show-all-button {
	display: none !important;
}

.bit-widget .bit-upcoming-events {
	border-bottom: 0px !important;
}

.bit-widget .bit-no-dates-container {
	border-top: 0px !important;
	padding: 0px !important;
	text-align: left !important;
	margin-left: 0px !important;
}

.bit-no-dates-container div {
	display: none !important;
}

.bit-no-dates-container .bit-no-dates-title {
	display: block !important;
    font-weight: 300 !important;
    text-transform: unset !important;
    font-size: 17px !important;
    margin-bottom: 40px !important;
}


@media only screen and (max-width: 1150px) {
	.bit-event {
		width: calc(50% - 10px);
	}
}

@media only screen and (max-width: 797px) {
	.bit-event {
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
		padding: 20px 10px !important;
	}
}

@media only screen and (max-width: 400px) {
	.bit-details div {
		font-size: 14px !important;
	}
}

/*
	Navbar & Logo styling 
	------------------------------------------------------------------
*/

.theBrand {
	width: 150px;
	float: left;
	margin-top: 25px;
}

#site-navigation {
	width: calc(100% - 150px);
	float: right !important;
	clear: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important ;
}

#top-menu {
	float: right;
	margin-top: 10px;
}

#masthead {
	height: 80px;
	position: absolute;
	width: 100%;
	z-index: 99;
}

.site-header {
	background-color: transparent;
}

.navigation-top {
	background-color: transparent;
	border: 0px !important;
}

#site-navigation.mobile {
	display: none;
}

#site-navigation.desktop {
	display: block;
}

.menu-item a {
    font-size: 14px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
	font-weight: 500 !important;
	margin-top: 10px;
}

.menu {
	display: block !important;
}

.menu-item a {
	position: relative;
	padding: 10px !important;
}

.vc_desktop .menu-item a:after{
	content: '';
	position: absolute;
	width: 0; 
	height: 1px;
	display: block;
	margin-top: 5px;
	right: 0;
	background: #ccc;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
}
 
.vc_desktop .menu-item a:hover:after{
	width: 100%;
	left: 0;
	background: #fff;
}

#colophon .menu-item a:after{
	display: none !important;
}

#colophon .menu-item a {
	padding: 0px !important;
	margin: 0px;
}

@media only screen and (max-width: 1110px) {
	.menu-item a {
		font-size: 14px;
		padding: 20px 10px;
	}
}

@media only screen and (max-width: 1110px) {
	.theBrand {
		margin-top: 20px !important;
	}
	
	.navigation-top .wrap {
		padding: 10px 0px 0px !important;
	}
		
	.sub-menu {
		padding-left: 0px !important;
		display: none !important;
	}

	.sub-menu.toggled-on {
		display: block !important;
	}
	
	.menu-top-menu-container {
		position: absolute !important;
		left: 0;
		width: 100%;
		top: 63px;
	}
	
	.main-navigation ul {
		display:block;
	}
	
	#top-menu {
		float: left;
		width: 100%;
		z-index: 9999;
		position: absolute;
	}
	
	#site-navigation {
		width: auto;
		margin-top: 30px;
	}
	
	#site-navigation.mobile {
		display: block;
	}
	
	
	#site-navigation.desktop {
		display: none;
	}
}

/*
	Coming Soon Page 
	------------------------------------------------------------------
*/

.page-id-25 #site-navigation {
    display: none;

}

.page-id-25 .featuredBackground {
    display: none;

}

.page-id-25 #colophon {
    display: none;

}



/*
	Mobile Navigation
	------------------------------------------------------------------
*/

@media only screen and (max-width: 1110px) {
	
	.overflowFixed {
	    overflow: hidden !important;
    	height: 100vh !important;
    	width: 100vw !important;
		position: fixed !important;
	}
	
	#menu-mobile-menu {
		background-color: transparent;	
	}
	
	.menu-mobile-menu-container {
		margin-top: -50px;
	}
	

	#mobileWrapper {
    	width: 100%;
		position: absolute;
    	height: 100vh !important;
    	background: #154e73;
   	 	z-index: 999;
   	 	top: 0;
    	left: 0;
		overflow: hidden;
		display: flex;
    	justify-content: center;
    	flex-wrap: nowrap;
    	align-items: center;
	}
	
	.naviga {
		color: #fff;
	}
	
	.mobile li a {
		text-align: center !important;
	}
	
	.mobile li {
		border: 0px;
	}
	
}

/*
	Dropdown Menus
	------------------------------------------------------------------
*/

.menu-item::before,
.menu-item-has-children::after {
	display: none !important;
}

.desktop .menu-item:hover > .sub-menu {
	display: block !important;
}



/*
	Navbar Icon
	------------------------------------------------------------------
*/

#nav-icon3 {
  width: 40px;
  height: 25px;
  position: relative;
  margin: 0px auto 0px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right;
	z-index: 9999;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  background: #fff;
  border-radius: 50px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/*
	Retina Logos
	------------------------------------------------------------------
*/

.nonRetina {
	display: block;
}

.retina {
	display: none;
}


@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {
	.retina {
		display: block;
	}
	
	.nonRetina {
		display: none;
	}
}



/*
	Content Area
	------------------------------------------------------------------
*/


.home .entry-title {
	display: none;
}

.site-content {
	padding: 0px;
}

#content {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.site-content-contain {
	background-color: transparent;
}

.home .site-content {
	margin-top: 0px;
}

.entry-content {
	padding: 0px;
}

.js .site-main .wrap {
	opacity:0;
	position: relative;
	top: 200px;
}

.js .page-id-33 .site-main {
	position: relative;
	top: 200px;
	opacity: 0;
}

.page-id-37 .site-main .wrap {
    min-height: 500px;
}

.wrap {
	max-width: 1000px;
	width: 100%;
	padding: 0px 1.5em;
}

.navigation-top .wrap {
	max-width: 100%;
	width: 100%;
	padding: 0px 20px !important;
}

/*
	Typograpy
	------------------------------------------------------------------
*/

.entry-title {
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 2em;
	text-align: left;
}

p, .p {
	line-height: 2em;
	font-size: 14px;
	color: #666;
}

h1, .h1 {
    font-family: 'Open Sans', sans-serif;
	font-size: 40px;
}

h2 {
    font-size: 1.25em;
    color: #154e73;
    line-height: 1.65em;
	padding: 0.35em 0;
}

h3 {
	font-size: 1.2em;
	color: #154e73;
}

/*
	Home Page
	------------------------------------------------------------------
*/

.sliderImage {
	width: 700px !important;
	height: auto !important;
}

.sliderText {
    display: block;
    margin-bottom: 30px !important;
    text-transform: uppercase;
    letter-spacing: 0.3em !important;
	line-height: 35px !important;
}

@media only screen and (max-width: 1200px) {
	.sliderImage {
		width: 500px !important;
		height: auto !important;
	}
	
	.sliderText {
		width: 500px !important;
		font-size: 16px !important;
		margin: 0 auto 30px !important;
		line-height: 25px !important;
	}
}

@media only screen and (max-width: 797px) {
	.sliderImage {
		width: 300px !important;
	}
	
	.sliderText {
		width: 300px !important;
		font-size: 15px !important;
		margin: 0 auto 30px !important;
		line-height: 22px !important;
	}
}

.noMarginBottom {
	margin-bottom: 0px !important;
}

.floatRight {
	float: right !important;
}
.floatLeft {
	float: left;
}

/*
	Bands Single Page
	------------------------------------------------------------------
*/

.featuredBackground {
	height: 60vh;
	min-height: 450px;
	display: table;
	width: 100% !important;
	margin-bottom: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	transition: all 999s ease-in-out !important;
}

.page-id-39 .featuredBackground, .page-id-400 .featuredBackground {
	margin-bottom: 0px;
}

.featuredContent {
    font-size: 26px;
    color: #fff;
    max-width: 600px;
    font-weight: 500;
	letter-spacing: 0.03em;
	text-align: left;
	margin: 0 auto;
	line-height: 1.3em;
}

.page-id-400 .featuredContent {
	margin: 60px auto 40px;
}


.js .featuredContent {
	top: 100px;
	position: relative;
	opacity: 0;
}

.page-id-31 .featuredContent {
	font-size: 34px !important;
}

@media only screen and (max-width: 797px) {
	.featuredContent {
    	font-size: 19px !important;
    	padding: 0px 20px;
    	font-weight: 300;
	}
	.page-id-31 .featuredContent {
		font-size: 19px !important;
	}
}

.bgWrap {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: rgba(0,0,0,0.5);
	padding: 60px 10px;
	height: 70vh
}

.page-id-31 .bgWrap {
	background-color: transparent;
}

.bandLogo {
	max-width: 600px;
	margin: 0 auto 30px;
}

.bandLogo img {
	max-height: 250px;
}

/*
.storeLink {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
	font-weight: 600;
	padding: 10px 15px;
	border: 2px solid #fff;
}



/* Shutter Out Horizontal */
.storeLink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: transparent;
	border: 1px solid #fff;
	padding: 15px 30px;
	color: #fff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.storeLink:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.storeLink:hover, .storeLink:focus, .storeLink:active {
	color: #0c5488;
}

.storeLink:hover:before, .storeLink:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

@media only screen and (max-width: 797px) {	
	.storeLink:hover, .storeLink:focus, .storeLink:active {
		color: #fff;
	}
}


.widget a img {
    -webkit-box-shadow: 0 0 0 0px #fff;
    box-shadow: 0 0 0 0px #fff;
}


/*
	Posts / News
	------------------------------------------------------------------
*/

.newsTitle {
    max-width: 753px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    font-size: 1.75em;
    text-transform: uppercase;
    padding: 0 45px;
}


.post .featuredBackground {
	height: 40vh;
	min-height: 250px;
	display: table;
}

.post .bandContent {
	padding: 40px;
	margin: -400px 100px 100px;
}

/*
	Home News
	------------------------------------------------------------------
*/


.homeNewsText {
	padding: 45px !important;
	background-color: rgba(12,84,136,1);
	z-index: 20;
	position: relative;
	max-width: 550px;
}
@media only screen and (max-width: 767px) {
	.homeNewsText {
		padding: 25px !important;
	}
}


.newsLedZep1 {
	background: url(../../uploads/2019/12/Probity-News-Led-Zep-1.jpg);
	background-size: cover;
}

.newsLedZep2 {
	background: url(../../uploads/2019/12/Probity-News-Led-Zep-2.jpg);
	background-size: cover;
}

.newsLedZep3 {
	background: url(../../uploads/2019/12/Probity-News-Led-Zep-3.jpg);
	background-size: cover;
}
.newsRage1 {
	background: url(../../uploads/2019/12/Probity-News-Rage-1.jpg);
	background-size: cover;
}


.homeNewsText h3, 
.homeNewsText a,
.homeNewsText p {
	color: #fff !important;
}
.homeNewsText h3 {
    font-size: 1.8em;
}
.homeNewsText p {
	font-size: 1.1em;
}

.overlapToRight {
	margin-right: -100px;
}
.overlapToLeft {
	margin-left: -100px;
}



@media only screen and (max-width: 767px) {
	.overlapToRight,.overlapToLeft {
		margin-right: 0px;
	}
	.overlapToLeft {
		margin-left: 0px;
	}
}

/*
	Fixed Artist Layout
	------------------------------------------------------------------
*/

.page-id-694 {
	background-image: url('../../uploads/2018/11/Probity-Merch-Crowd-Office-Merchandise-1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.fixedFPWDesktop, .fixedFPWPad, .fixedFPWPhone {
	position: relative;
	height: 70vw;
	margin-bottom: 40vw;
}

.fixedFPWDesktop img, .fixedFPWPad img, .fixedFPWPhone img {
	position: absolute;
}
.fixedFPWDesktop img {
	transition: linear all 0.2s;
	transform: scale(0.95);
}
.fixedFPWDesktop img:hover {
	transform: scale(1.10);
}


@media only screen and (max-width: 50000px) {
	.fixedFPWPad, .fixedFPWPhone {
		display: none;
	}
	.fixedFPWDesktop {
		display: block;
	}
}

/*

@media only screen and (max-width: 800px) {
	.fixedFPWDesktop, .fixedFPWPhone {
		display: none;
	}
	.fixedFPWPad {
		display: block;
	}
}

@media only screen and (max-width: 500px) {
	.fixedFPWDesktop, .fixedFPWPad {
		display: none;
	}
	.fixedFPWPhone {
		display: block;
	}
}


*/





/*
	Services & Products VC Images Enlarging Hover
	------------------------------------------------------------------
*/

.overflowVisible {
	overflow: visible !important;
}

.enlargeHover, .enlargeHoverLeft, .enlargeHoverRight {
	transition: all ease 0.3s;
	cursor: pointer;
}

.enlargeHover:hover {
	transform: scale(1.75);
	position: relative;
	z-index: 20;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
}

.enlargeHoverRight:hover {
	transform: translate(-40px, 0) scale(1.75);
	position: relative;
	z-index: 20;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
}
.enlargeHoverLeft:hover {
	transform: translate(40px, 0) scale(1.75);
	position: relative;
	z-index: 20;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 768px) {
	
	.enlargeHover, .enlargeHoverLeft, .enlargeHoverRight {
		transition: none ease 0.3s;
		cursor: auto;
	}
	
	.enlargeHover:hover, .enlargeHoverLeft:hover, .enlargeHoverRight:hover {
		transform: translate(0px, 0) scale(1);
		position: relative;
		z-index: 20;
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	}	
}



/*
	Blog etc
	------------------------------------------------------------------
*/

.wpb_widgetised_column {
	margin-bottom: 0px !important;
}

#the-bio {
    width: 31.3333%;
    float: left;
    height: 200px;
    margin-right: 3%;
    margin-bottom: 3%;
    display: table;
	background-size: cover;
	background-position: center center;
}

#the-bio:nth-child(3n+3) {
	margin-right: 0px;
}

#the-bio h1 {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 20px !important;
    background: rgba(0,0,0,0.7);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	text-transform: uppercase !important;
	letter-spacing: 0.16em;
}

#the-bio:hover h1 {
	opacity: 1;
}


@media only screen and (max-width: 1000px) {
	#the-bio {
		width: 48.5%;
		margin-right: 3% !important;
		height: 300px;
	}
	
	#the-bio:nth-child(2n+2) {
		margin-right: 0px !important;
	}
}

@media only screen and (max-width: 700px) {
	#the-bio {
		width: 100%;
		margin-right: 0px !important;
		height: 250px;
	}
	
}



/*
	Blog etc
	------------------------------------------------------------------
*/

.product-loop, #productGallery {
	display: -webkit-box;      
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	float: left;
	width: 100%;
}

#productGallery a img {
	transition: transform 0.3s ease-in-out;
 	transform: scale(0.87);
}

#productGallery a:hover > img {
	transform: scale(1);
}

.prod-title {
    padding: 0px;
    margin-bottom: 5px;
}

.single-prod, #productGallery a {
	width: 23%;
}

@media only screen and (max-width: 1100px) {
	.single-prod, #productGallery a {
		width: 23%;
	}
}

@media only screen and (max-width: 979px) {
	.single-prod, #productGallery a {
		width: 48%;
	}
	
	#productGallery a {
		margin-bottom: 4%;
	}
}

@media only screen and (max-width: 600px) {
	.single-prod {
		width: 100%;
	}
}

/*
	The Band Pages
	------------------------------------------------------------------
*/

#productGallery {
	padding: 10px 0px 50px;
}

#productGallery a {
	padding: 10px;
	background-color: #fff;
}

.prodHeader {
	padding-top: 50px
}

.prodHeader h1 {
	color: #fff;
	margin-bottom: 10px;
}

.bands-in-town h1 {
	color: #0f69aa;
}

.prodHeader hr {
	background-color: #fff;
	height: 2px; 
}

.bands-in-town hr {
	background-color: #0f69aa;
}

.bandProducts {
	background-size: cover;
}

.topLeft, 
.bottomLeft,
.bottomRight  {
	box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.25);
	background: #fff;
	z-index: 5 !important;
    position: relative;
	padding: 7px 7px 2px !important;
}


.topLeft {
	width: 45%;
    float: left;
    transform: rotate(-4deg) !important;
    height: auto !important;
    
}

.topRight {
	width: 50%;
	float: right;
	margin-top: 45px;
}

.bandContent {
    float: left;
    margin: -80px 100px 0px;
    background: #fff;
	position: relative;
	border: 1px solid #cccccc;
	padding: 100px 40px 80px;
}

.bottomLeft,
.bottomRight {
	width: 45%;
	margin-top: -50px
}

.bottomLeft {
	float: left;
	transform: rotate(-3deg) !important;
}

.bottomRight {
	float: right;
	transform: rotate(4deg) !important;
}

.bands-in-town {
	margin-top: 40px;
	background-color: #f7f7f7;
	padding-bottom: 10px;
}

@media only screen and (max-width: 1000px) {
	.bandContent {
	    margin: 0px;
	}
}

@media only screen and (max-width: 797px) {
	
	.featuredBackground {
		height: 60vh;
	}
	
	.bgWrap {
		padding: 40px;
	}
	
	.topRight,
	.bottomLeft,
	.bottomRight {
		width: 100%;
		float: left;
		margin: 0px 0px 20px;
		transform: rotate(0deg) !important;
		box-shadow: none !important;
	}
	
	.topLeft {
		display: none;
	}
	
	.bandContent {
		margin: auto !important;
		width: 100%;
		padding: 20px 0px;
		position:unset;
		border: 0;
	}
	
}

@media only screen and (max-width: 768px) {
	.hiddenMobile {
		display: none;
	}
}


/*
	Blog etc
	------------------------------------------------------------------
*/

.content-area {
	max-width: 100%;
	width: 100%;
}

.navigation {
	width: 100%;
}

#comments {
	display: none;
}

@media only screen and (max-width: 767px) {
	.post {
		width: 100% ;
	}
}

/*
	Global form styling 
	------------------------------------------------------------------
*/

button, input[type="button"], input[type="submit"] {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.1em;
	background-color: #222;
	color: #fff;
}

input {
	border-radius: 0px;
}

label {
	font-weight: 300;
}

fieldset {
	border: 0px;
	background-color: #fafafa;
	padding: 20px;
}

legend {
    font-size: 25px !important;
    display: block !important;
    float: left;
}

/*
	Ninja / Contact Forms Styling 
	------------------------------------------------------------------
*/

.nf-element {
    border-radius: 0px !important;
    resize: none;
}

.nf-form-fields-required {
	display: none;
}

.nf-field-container {
	margin-bottom: 30px !important;
}

.nf-error .ninja-forms-field {
	box-shadow: none !important;
}

.nf-field-label label {
	font-weight: 100 !important;
}

.contactForm .vc_column-inner {
    padding: 50px !important;
}

.ninja-forms-field {
    background: rgba(0,0,0,0.2) !important;
    border: 0px !important;
}

.nf-element::placeholder {
    color: #fff;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.nf-error-msg {
    color: #ddd !important;
    font-style: italic;
    font-size: 13px;
    float: right;
}


#nf-field-1-container,
#nf-field-2-container {
	width: 48%;
	float: left;
	clear: none;
}

#nf-field-1-container {
	margin-right: 4%;
}

@media only screen and (max-width: 1250px) {
	#nf-field-1-container,
	#nf-field-2-container {
		width: 100%;
		margin: 0px;
	}
}

@media only screen and (max-width: 979px) {
	.contactMap .vc_column-inner {
	    padding: 80px 0px 55px !important;
	}
}

/*
	Footer
	----------------------
*/

#colophon {
	background-color: #0c5488;
}

#colophon .menu-item {
	text-align: center;
}

#colophon h2 {
	text-align: center;
}

.site-info {
	width: 100%;
}

.copyrightFooter a {
	opacity: 0.5;
}

.copyrightFooter a:hover {
	color: #fff !important;
	opacity: 1 !important;
}

.site-footer {
	margin-top: 0px;
	border: 0px;
}

.fourCol .textwidget {
	color: #fff;
}

.footer-logo img {
	max-width: 200px;
}

.copyrightFooter {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

#menu-footer-menu li {
	list-style: none;
	margin-bottom: 8px;
}

.fourCol {
	width: 22%;
	float: left;
	margin-right: 4%;
}

.fourCol.menu {
	text-align: center;
}

.fourCol:last-of-type {
	margin-right: 0px !important;
}

.fourCol .wp-image-231 {
    width: 180px;
	margin-bottom: 10px;
}

.fourCol h2 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #fff !important;
}

#colophon .menu-item {
	list-style: none !important;
}

#colophon .menu-item a {
    font-size: 12px;
    text-transform: unset;
    letter-spacing: 0.02em !important;
}

.copyright {
    float: left;
    color: #fff;
    font-size: 12px;
}

.designHouse {
    float: right;
    color: #fff;
    font-size: 12px;
}

.companyNo {
	text-align: left;
	float: left;
	width: 100%;
    font-size: 12px;
    color: #fff;
    font-style: italic;
	opacity: 0.3;
}

.fab {
    font-size: 18px;
    color: #fff;
    margin: 5px;
}

.copyrightFooter {
	border-top: 1px solid rgba(0,0,0,0.1)
}

@media only screen and (max-width: 900px) {
	.copyright,
	.designHouse,
	.companyNo {
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 700px) {

	.fourCol {
		width: 100% !important;
		text-align: center;
		margin: 0px 0px 30px 0px;
	}
}

@media only screen and (max-width: 500px) {
	.fourCol.menu {
		width: 100% !important;
	}
}