/*
Theme Name: Architects of Denial
Theme URI: https://www.associatedtelevision.com/
Author: the WordPress team
Author URI: https://www.associatedtelevision.com/
*/
@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Poppins:400,700');
/*font-family: 'Playfair Display', serif;

font-family: 'Poppins', sans-serif;*/



body {
	background: url(https://architectsofdenial.com/wp-content/themes/architectsofdenial/images/main-bg.jpg);
	margin: 0;
	font: 16px 'Poppins', sans-serif;
	color: #787878;
	line-height: 26px;
}
a, img, .header .container, .header .logo img, .btn, #button {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none !important;
}
a {
	color: #c2171d;
}
a:hover {
	color: #fff;
}
a:focus{outline:none;}
strong {
	font-weight: 700
}
.top-btm-space {
	padding-bottom: 20px;
	padding-top: 20px;
}
.top-btm-space-sm {
	padding-bottom: 40px;
	padding-top: 40px;
}
.top-btm-space-lg {
	padding-bottom: 60px;
	padding-top: 60px;
}
hr {
	margin: 30px 0;
	border: 0;
	border-top: 1px solid #2e2e2e;
}
h1, h2 {
	font-family: 'Playfair Display', serif;
	font-size: 48px;
	font-weight: normal;
	margin: 0 0 25px 0;
	color: #fff;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 18px;
	font-weight: 700;
	color: #c2171d;
}
.nav li a:active {
    color: #c2171d!important;
}
.header {
	background: rgba(0,0,0,.7);
	width: 100%;
	z-index: 9999;
	position: fixed;
}
.header .row {
	display: table-cell;
	vertical-align: middle;
}
.header .container, .header.full .container {
	display: table;
}
.header .container {
	height: 109px;
}
.headerspace {
	height: 109px;
}
.home .headerspace {
	display: none;
}
.innerbanner {
	width: 100%;
	overflow: hidden;
}
div#slider img {
    object-fit: cover;
    width: 100%;
}
.innerbanner img {
    overflow: hidden;
    object-fit: cover;
    max-height: 300px;
    width: 100%;
}
.page-container{
	padding-top:40px;
	padding-bottom: 40px;
}
button#wpforms-submit-7 {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: none;
    display: inline-block;
    padding: 0 20px;
    background: #c2171d;
    text-align: center;
    border: none;
    margin: 0;
    height: 45px;
    vertical-align: bottom;
}
.midbanner {
	width: 100%;
	overflow: hidden;
	background: #000;
	background-size: cover;
}
.nav {
	font-size: 0;
}
.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.nav li {
	display: inline-block;
	margin-left: 1px;
}
.nav li a {
	font-size: 18px;
	color: #d0d0d0;
	font-weight: 400;
	padding: 0 20px;
	margin: 0;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
}
.nav li a:hover, .nav li a.active {
	color: #c2171d;
	background: #292929;
}
.nav li ul {
	margin: 0;
	padding: 0;
	background: #fff;
	border: 0;
	display: none;
}
.nav li ul li {
	display: block;
	margin-left: 0;
}
.nav li ul a {
	display: block;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0 20px;
	text-shadow: none;
	text-align: left;
	line-height: 40px;
	border: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.nav li ul a:hover {
	color: #fff;
	background: #424242;
}
.nav li:hover ul {
	display: block;
	position: absolute;
}
.about-section {
	background: #000;
	position: relative;
	min-height: 566px;
}
.about-section:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(https://architectsofdenial.com/wp-content/themes/architectsofdenial/images/movie-bg.jpg) no-repeat;
	background-size: 50%;
	opacity: .5;
}
.testimonial span {
	display: block;
	color: #c2171d;
	margin-top: 20px;
}
.quote i {
	font-size: 40px;
	color: #2e2e2e;
	margin-right: 10px;
}
.redbox {
	background: url(https://architectsofdenial.com/wp-content/themes/architectsofdenial/images/red-bg.jpg);
	padding-left: 20px;
	padding-right: 20px;
}
.redbox img {
	margin-bottom: 20px;
}
.dot-pattern {
	background: url(https://architectsofdenial.com/wp-content/themes/architectsofdenial/images/dot-pattern.png);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opcity: .5;
}
.top-shdw {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.79) 1%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.79) 1%, rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.79) 1%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000', GradientType=0 );
}
.footer {
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	background: #000;
	color: #3e3e3e;
	padding: 10px 0;
}
.footer a {
	color: #6e6d6d;
}
.footer a:hover {
	color: #fff;
}
.social a {
	vertical-align: middle;
	color: #fff;
	margin: 0 10px;
	display: inline-block;
	font-size: 24px;
}
.social a:hover {
	color: #000;
}
.btn {
	text-align: center;
	background: #c5181e;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 30px;
	line-height: 70px;
	color: #fff;
	border: 0;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
}
.btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(https://architectsofdenial.com/wp-content/themes/architectsofdenial/images/btn-bg.png) no-repeat;
}
.btn img, .btn i {
	background: #fff;
	padding: 10px;
	border-radius: 100%;
	margin-right: 20px;
	margin-left: -20px;
	color:#171717;
}
.btn:hover {
	background: #222;
	color: #fff;
}
.btn:hover img {
	background: #c5181e
}
.vcenter {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
/*.embed-container { position: relative; padding-bottom: 53.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }*/

.embed-container .dot-pattern, .embed-container .top-shdw {
	z-index: 1
}
.videobox {
	position: relative;
}
a.play-pause-button {
	width: 50px;
	height: 50px;
}
.embed-container {
	position: relative;
	padding-bottom: 53.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-container:hover + .video-control {
	opacity: 0.5;
}
.embed-container iframe #player .controls-wrapper {
	display: none;
}
/* video button style */

.video-control {
	opacity: 0;
	position: absolute;
	width: 90px;
	height: 90px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s;
	z-index: 2;
}
.video-control:hover {
	opacity: 1;
}
.video-control:before, .video-control:after {
	content: '';
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
}
.video-control:before {
	background-image: url("https://architectsofdenial.com/wp-content/themes/architectsofdenial/images/play.png");
}
.video-control:after {
	background-image: url("https://architectsofdenial.com/wp-content/themes/architectsofdenial/images/pause.png");
}
.video-control.paused:after, .video-control.playing:before {
	opacity: 0;
}
.video-control-show {
	opacity: 0.5;
}
#fade-quote-carousel blockquote {
	border: none;
	padding: 0;
}
#fade-quote-carousel blockquote span {
	color: #c2171d;
	display: block;
	margin-top: 25px;
}
#fade-quote-carousel blockquote p {
	padding-top: 10px;
	text-indent: 45px;
}
#fade-quote-carousel blockquote p:before {
	content: '\f10d';
	font-family: FontAwesome;
	position: absolute;
	top: 5px;
	left: -45px;
	font-size: 40px;
	color: #2e2e2e;
	margin-right: 10px;
}
input {
	outline: none;
	display: inline-block;
	padding: 0 8px;
	border-radius: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: none;
	height: 45px;
	line-height: 45px;
}
#button {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: none;
	display: inline-block;
	padding: 0 20px;
	background: #c2171d;
	text-align: center;
	border: none;
	margin: 0;
	height: 45px;
	vertical-align: bottom;
}
#button:hover {
	background: #333;
}
/*thead{color:#c2171d;}

tbody{Background: #313131;color: #fff;font-size: 14px;}

th{width:25%;}

.table>thead>tr>th {border-bottom: 2px solid #da373f; font-weight:400;border-bottom: 2px solid #da373f;}

.table-hover>tbody>tr:hover{color:#000;}*/

table {
	border: 1px solid #ccc;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	color: #fff;
}
table tr {
	border: 1px solid #292929;
	padding: 5px;
}
table th, table td {
	padding: 10px;
	text-align: center;
}
table th {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
thead {
	background: #c21a23;
	border-radius: 3px 3px 0 0;
}
tbody {
	background: #333;
}
.redbox img {
	margin: 0 auto 20px; max-width:100%;
}

.vlink a{position:absolute; color:#005cdc; font-size: 13px; left: 14%; top: 29%; text-decoration:underline !important;}

.video-play{position:absolute; top:35%; right:15%; z-index:99;}

 @media (min-width:1200px) {
.container {
	width: 1130px;
}
.header.full .container {
	height: 85px;
}
input {
	width: 40%;
}
.nav li ul {
	width: 24%;
}
.last {
	text-align: right;
}
.press {
	text-align: left;
}
.quote {
	text-align: left;
}
.carousel-inner {
	min-height: 135px;
}
}
 @media (min-width:992px) and (max-width:1199px) {
.header {
	height: 109px;
}
.header.full .container {
	height: 85px;
}
.headerspace {
	height: 109px;
}
.header.full {
	height: 85px;
}
input {
	width: 40%;
}
.nav li ul {
	width: 28%;
}
.last {
	text-align: right;
}
.press {
	text-align: left;
}
.quote {
	text-align: left;
}
.carousel-inner {
	min-height: 135px;
}
}
 @media (min-width:200px) and (max-width:991px) {
#nav {
	display: none;
	position: absolute;
	right: 0;
	min-width: 220px;
	padding: 0 5px 5px;
	top: 60px;
}
.expand-btn {
	background: none;
	border: 0;
	outline: none;
	color: #c2171d;
	font-size: 24px;
	display: inline-block !important;
	right: 2px;
	top: -5px;
}
.nav li {
	display: block;
	line-height: normal;
	margin: 0;
}
.nav li a {
	margin: 0;
	padding: 0 10px;
	border-top: 1px solid #292929;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #000;
}
.header #nav {
	top: 48px;
}
.header.full #nav {
	top: 48px;
}
.header.full {
	height: 60px;
}
.headerspace {
	height: 60px;
}
.header .container {
	height: 60px;
}
.footer {
	text-align: center;
}
input {
	width: 100%;
}
#button {
	margin-top: 20px;
}
.nav li ul {
	width: 100%;
	display: block;
}
.nav li:hover ul {
	position: relative;
}
.footer {
	text-align: center;
}
.press {
	text-align: left;
}
.quote {
	text-align: left;
}
.carousel-inner {
	min-height: 135px;
}
.video-play{top:20%; right:10%;}
}
 @media (min-width:200px) and (max-width:767px) {
.theme-default .nivo-controlNav {
	display: none;
}
input {
	width: 100%;
}
.press {
	text-align: center;
}
.quote {
	text-align: center;
}
#button {
	margin-top: 20px;
}
.nivo-caption {
	font-size: 20px;
}
.nivo-caption span {
	font-size: 30px;
	margin-top: 15px;
}
.footer {
	text-align: center;
}
.headerspace {
	height: 60px;
}
.header #nav {
	top: 48px;
}
.header.full #nav {
	top: 48px;
}
.nav ul {
	float: none;
}
.nav li ul a {
	color: #3a3636 !important;
}
.nav li ul a:hover {
	color: #fff !important;
}
.nav ul li {
	width: 100%;
	float: left;
}
.nav ul li a {
	border-right: 0;
	line-height: 38px;
	padding: 0 15px;
	margin: 0;
	color: #fff;
	text-align: right;
}
.nav li ul {
	width: 100%;
}
.nav li:hover ul {
	position: relative;
}
.nav li li {
	background: #edefeb;
}
table {
	border: 0;
}
table thead {
	display: none;
}
table tr {
	display: block;
}
table td {
	display: block;
	text-align: right;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
}
table td:last-child {
	border-bottom: 0;
}
table td:before {
	content: attr(data-label);
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}
table tr {
	border: 3px solid #292929;
	padding: 5px;
}
.footer {
	text-align: center;
}
.btn {
	font-size: 17px;
}
.carousel-inner {
	min-height: 120px;
}
.video-play{display:none;}
}
 @media (max-width:360px) {
.nivo-caption {
	display: none !important;
}
.header #nav, .header.full #nav {
	top: 35px;
}
.header, .header.full, .headerspace {
	height: 43px;
}
.header .container {
	height: 43px;
}
.redbox {
	padding-top: 20px;
	padding-bottom: 20px;
}
.btn {
	font-size: 14px;
	padding: 0 16px;
	line-height: 60px;
}
.btn img {
	display: none;
}
h2 {
	font-size: 26px;
}
.carousel-inner {
	min-height: 240px;
}
.vlink a{font-size:11px;}
}



.red{color:#c2171d}
.news > p:first-of-type:first-letter {
  float: left;
  font-family: 'Playfair Display', serif;
  font-size: 75px;
  line-height: 60px;
  padding-right: 8px;
  font-style:normal;
}