/* Avada fix */
@media (min-width: 1200px) {
  .avada-row #ctGridWrapper .container {
    width: auto;
  }
}
/* End Avada fix */

#ctGridWrapper{
	padding: 0px 0px;
}
.ctpSingleWrapper{
	margin: 120px 0px;
}

/* SINGLE WITH SIDEBAR
================================================== */

.singleSidebarTitleUI{
	margin-bottom: 40px;
}
.sigleTitleLine{
	width: 100%;
	height: 1px;
	background-color: #ecedef;
}
.sigleTitleLineTop{
	margin-bottom: 5px;
}
.sigleTitleLineBottom{
	margin-top: 5px;
}
.singleSdbTitle{
	font-size: 30px !important;
	color: #000000 !important;
	padding: 0px !important;
	margin-top: 0px !important;	
	margin-bottom: 5px !important;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Open Sans Condensed', 'sans-serif' !important;	
}
.singleSdbSubtitle{
	text-transform: uppercase;
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	float: left;	
	font-family: 'Open Sans Condensed', 'sans-serif' !important;
	margin: 0px !important;
	padding: 0px !important;
}
.ctDefaultFeaturedImage{
	width: 100%;
}


/* Single next/prev nav
================================================== */
.ctNavUI{
	position: relative;
	width: 50%;
	margin: 50px 0px;
}
@media (max-width: 500px) {
	.ctNavUI{		
		width: 100%;
	}				
}
.ctNavPrev{
	float: left;
}
.ctNavNext{
	float: right;
}
.contemptThumbUISingle{
	position: relative;	
	cursor: pointer;
}




/* Responsive video
================================================== */
.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}
/* End Responsive video
================================================== */