body .post__listing--missing .post__listing--content .post__listing--title a{
	font-size: 15px;
}

body .post__listing--missing .post__listing--content{
	min-height: 107px;
}
body .post__listing--missing .post__listing--item{
	min-height: 332px;
}
@media (min-width:992px) and (max-width:1199px){
	body .post__listing--missing .post__listing--item{
		min-height: 340px;
	}
}
@media (min-width:768px) and (max-width:991px){
	body .post__listing--missing .post__listing--item{
		min-height: 355px;
	}
	body .post__listing--missing .post__listing--thumbnail{
		height:auto;
	}
	body .post__listing--missing .post__listing--thumbnail img{
		height: 130px;
	}
}
body .post__listing--missing .post__listing--thumbnail img{
	width:100%;
}
@media (max-width:767px){
	body .post__listing--missing .post__listing--thumbnail img{
		width:100%;
	}
	body .post__listing--missing .post__listing--item{
		max-width: 200px;
		margin:auto;
	}
}




/*behind the scenes*/

.blog .play__overlay i{
	padding-top: 70px;
}

/*watch*/

body .recent__videos .recent__videos--block{
	min-height: 160px;
}


body footer .nav>li>a {
	padding-right: 10px;
}


body .cubepm .cpm-button{
	background: #1a1a1a;
	border: 1px solid #000000;
	color: #fff;
}
body .cubepm .cpm-button:hover{
	background: #363636;
	color: #f15a24;
}
body .cubepm div.cpm_updated{
	background-color: #1a1a1a;
	border-color: #3b3b3b;
}

body .cubepm div.cpm_updated p, body div.cpm_error p{
	color: #fff;
}
body .cubepm form{
	margin-top: 20px;
}
body .cubepm form label{
	color: #fff;
}

.recent__videos--title h2 {
	font-size: 16px !important;
	margin-bottom: 10px !important;
}
.recent__videos--link a {
	font-size: 14px !important;
	vertical-align: top;
}
.recent__videos-item .content p {
	font-size: 13px;
}
.recent__videos--block {
	padding: 10px 10px 0 10px !important;
}

.post__listing.andile_posts .post__listing--thumbnail {
	height: 100% !important;
}
#andile_single .entry-content img {
	width: auto !important;
	height: auto !important;
	padding-right: 20px;
	margin: 0 !important;
	float: left;
}
.wpcf7-form label{
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .6px;
	font-family: "Open Sans",sans-serif;
}

.wpcf7-form label .required-form {
	color: #f15a24!important;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea{
background: #000;
width: 100%;
border: 1px solid #3d3d3d;
border-radius: 5px;
height: 40px;
color: #fff;
}
.wpcf7-form-control-wrap textarea {
	height:auto;
}
.wpcf7-submit {
	margin-top: 10px;
	background: #000;
	border: 1px solid #3d3d3d;
	border-radius: 5px;
	min-width: 250px;
	height: 40px!important;
	color: #fff;
}

.wpcf7-submit:hover {
	background: #f15a24;
}
