/*
Theme Name: Show and Tell v3.0
Theme URI:
Author: Anthony Mikrou, Joseph Hallahan
Author URI: http://www.flint.com.au
Description: Show and Tell's 2016 Theme
Version: 1.0
License:
License URI:
Tags:
Text Domain: show
*/

.contents {
    width: 33.33%;
    height: 100%;
    display:inline-block;
    white-space: normal;
    margin: auto 5px;
}

.feat-img {
position: relative;
overflow: auto;
height 1%;
}

.feat-img-video {
position: relative;
overflow: hidden;
margin-top: 40px;

}
.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
  font-size: 5em;
  top: 40% !important;
}

.newgen-left-img{ position: relative; float: left; margin-right: 10px; margin-bottom: 10px; }
.alignright { float: right; }
.alignleft { float: left; }

.contactsub{
	background-color: #7ECDC2;
	color: #FFF;
	border-radius: 3px;
	padding: 8px 20px;
	border: none;
	font-size: 1.1em;
	text-transform: uppercase;
}
.wpcf7-form-control.wpcf7-submit {
	background-color: #7ECDC2;
	color: #FFF;
	border-radius: 3px;
	padding: 8px 20px;
	border: none;
	font-size: 1.1em;
	text-transform: uppercase;
}
span.wpcf7-not-valid-tip {
	color: #7ECDC2;
	font-size: 1em;
	display: block;
}
div.wpcf7-validation-errors {
	border: 0px solid #CCC;
}
div.wpcf7-mail-sent-ok {
	border: 0px solid #398F14;
}
.wings-container {
	position: absolute;
	top: 0;
	width: 100%;
/* 	background: grey; */
	display: block;
	visibility:visible;
}

.wings-left {
	width: 140px;
	height: 1200px;
	/* background: grey; */
	display: block;
	float: left;
	margin-left: -160px;
}

.wings-right {
	width: 140px;
	height: 1200px;
	/* background: grey; */
	display: block;
	float: right;
	margin-right: -130px;

}
@media (max-width: 992px) {
	.wings-container {
		display: none;
		visibility: none;
	}
}

/*
@media (min-width: 992px) and (max-width: 1200px) {
	.wings-right {
		margin-right: -130px;

	}
}
*/



.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin-bottom: 10px;
}
.wp-caption {
max-width: 96%;
padding: 8px;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 18px;
padding: 0 4px 5px;
margin: 0;
}

/*
.article-content img.attachment-feat-thumb {
float: left;
padding-right: 20px;
}
*/

.carousel-control .fa-angle-left {
  left: 50%;
}
.carousel-control .fa-angle-right {
  right: 50%;
}
.carousel-control .fa-angle-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .fa-angle-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
