/*
	Theme Name: Directors Roundtable
	Theme URI: https://www.directorsroundtable.com
	Author: Rigney Graphics
	Author URI: http://www.rigneygraphics.com
	Description: An updated design for the Directors Roundtable website, converted to Wordpress to replace their older CMS solution.
	Version: 1.0
	License: n/a
	License URI: n/a
	Tags: n/a
	Text Domain: directorsroundtable
*/


/* CSS RESET
====================================== */
* {
	box-sizing: border-box;
	margin: 0;
	outline: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
}

button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: none;
	text-align: center;
}


/* HTML TAG STYLES
====================================== */
body, textarea {
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
}

body, html { height: 100%; }

body {
	background: #195a9a;
}

h2, h3 {
	color: #195a9a;
}

h2 {
	font-size: 23px;
	font-weight: 400;
	line-height: 25px;
	padding: 0 0 15px;
}

h3, #aboutSelectedEvents h2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	padding: 0 0 15px;
}

li {
	margin: 0 0 10px;
}

ol {
	padding: 0 2em 10px;
}

p {
	margin: 0 0 20px;
}

ul {
	list-style-type: disc;
	padding: 0 1.5em 10px;
}

ul ul {
	padding-bottom: 0;
}


/* LINK STYLES
====================================== */
a {
	color: #1464cc;
	text-decoration: none;
}

a:focus, a:hover { color: #000000; }

a img { border: 0; }

footer nav a {
	color: #666666;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	padding: 0 8px;
	text-transform: uppercase;
}

header nav a {
	color: #FFFFFF;
	font-weight: 600;
	text-transform: uppercase;
}

header nav a { }

header nav>div>ul>li>a {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	padding: 8px 16px;
}

header nav>div>ul>li>a:focus, header nav>div>ul>li>a:hover, header li.current-menu-item>a, header li.current-menu-parent>a, header li.current-post-ancestor>a {
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000000;
}

a.button, input[type=submit] {
	background: #4c88c4;
	border-radius: 6px;
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	padding: 8px 24px;
	text-align: center;
}

body.home .mainstage-cta .button {
	font-size: 14px;
	line-height: 16px;
	margin-top: 15px;
}

a.button:focus, a.button:hover, input[type=submit]:focus, input[type=submit]:hover {
	background: #000000;
	color: #FFFFFF;
}


/* SHELL STYLES
====================================== */
.archive-entry { }

main>div { }

#main-stage, #page-title {
	background-repeat: no-repeat;
	background-position: top left;
	height: 189px;
	overflow: hidden;
	position: relative;
}

#page-title {
	margin-bottom: 40px;
	padding: 0;
	text-shadow: 1px 1px 2px #000000;
}

#page-title h1 {
	bottom: 0;
	font-size: 40px;
	line-height: 42px;
	font-weight: 400;
	padding: 25px;
}


footer, header>div { background: #dedcd6; }
footer, #push {
	height: 140px; /* MATCH '#WRAPPER' MARGIN-BOTTOM */
	overflow: hidden;
	text-align: center;
} 

#footer { }

footer>div {
	color: #666666;
	font-size: 12px;
	padding-top: 15px;
}

footer .social-media {
	padding: 5px 0 10px;
}

.social-media img {
	border-radius: 4px;
}

header#site-header {
	width: 100%;
}

#header-content {
	display: table;
	width: 100%;
}

#header-content .social-media {
	padding: 5px 0 0;
}

img { vertical-align: top; }

#logo {
	display: table-cell;
	height: 94px;
	padding: 4px 0 0;
	width: 50%;
}

main {
	background: #FFFFFF;
}

.main {
	margin: 0 auto;
	width: 1000px;
}

#main-stage {
	font-size: 1em;
	font-weight: 400;
	margin-bottom: 40px;
	padding: 0;
}

.mainstage-cta, #page-title h1 {
	/*background: rgba(0, 0, 0, 0.2);*/
	color: #FFFFFF;
	display: block;
	position: absolute;
	z-index: 4;
}

.mainstage-cta {
	font-size: 25px;
	height: 100%;
	line-height: 32px;
	padding: 25px;
}

.mainstage-cta span {
	display: block;
	width: 340px;
}

#tagline {
	color: #666666;
	display: table-cell;
	font-size: 13px;
	font-style: italic;
	text-align: right;
	vertical-align: middle;
}

#wrapper {
	margin: 0 auto -140px;
	min-height: 100%;
}


/* COLUMN STYLES
====================================== */
.row {
	margin-left: -20px;
	margin-right: -20px;
}

.speakers-row {
	margin-left: -23px;
	margin-right: -23px;
}

.row:after,
.speakers-row:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

.row [class*="col-"] {
	float: left;
	padding: 0 20px;
}

.speakers-row>div {
	float: left;
	padding: 0 23px;
	width: 50%;
}

.speakers-row .distinguished-speaker>figure {
	float: left;
	width: 20%;
}

.speakers-row .distinguished-speaker>div {
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	width: 80%;
}

.col-1 { width: 8.33%; }
.col-2 { width: 16.66%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33%; }
.col-5 { width: 41.66%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33%; }
.col-8 { width: 66.66%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33%; }
.col-11 { width: 91.66%; }
.col-12 { width: 100%; }


/* NAV STYLES
====================================== */
footer nav { font-size: 0; }

footer nav ul {
	font-size: 12px;
	list-style-type: none;
	margin: 0;
}

footer nav ul>li {
	display: inline-block;
	margin: 0 0 10px;
}

footer nav ul>li:before, header nav>div>ul>li:before { content: "|"; }
footer nav ul>li:first-child:before, header nav>div>ul>li:first-child:before { content: ""; }

header nav {
	background: #4c88c4;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 0;
	text-align: center;
}
 
header nav>div>ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

header nav>div>ul>li {
	display: inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}

.mobile-close {
	display: none;
}

.mobile-trigger {
	display: none;
}

#overlay-response {
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	left: 0;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	text-align: center;
	top: 0;
	transition: opacity 0.5s;
	width: 0;
	z-index: 105;
}

section,
.section {
	border-bottom: 8px solid #195a9a;
	margin: 0 40px 40px;
	padding: 0 0 20px;
}

section section,
.section section {
	border-bottom: 8px solid #dedcd6;
	margin-bottom: 30px;
	padding: 0 0 15px;
}

section:last-child,
.section:last-child {
	border-bottom: none;
}

#aboutSelectedEvents section:last-of-type {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

body.home section {
	padding-left: 0;
	padding-right: 0;
}


/* FORM STYLES
====================================== */
input[type=email], input[type=text], textarea {
	background: #FFFFFF;
	border: 1px solid #A8A8A8;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 13px;
	line-height: 17px;
	padding: 6px;
}

input[type=submit] {
	border: 0;
	cursor: pointer;
	font-size: 14px;
	line-height: 16px;
}

textarea { }

.form-field {
	float: left;
	width: 85%;
}

.form-label {
	float: left;
	padding-right: 15px;
	text-align: right;
	width: 13.5%;
}

.notice-registration-closed {
	background: #c7e3ff;
	border: 2px solid #6eaae5;
	border-radius: 8px;
	color: #3e7ab5;
	padding: 20px;
}

.registration-form {
	margin: 0 auto 20px;
	width: 80%;
}

.registration-form form {
	background: #ebe9e6;
	padding: 35px 20px 20px;
}

.registration-form input[type=email], .registration-form input[type=text], .registration-form textarea {
	width: 78%;
}

.input-small { width: 29% !important; }

.registration-form .form-field {
	float: left;
	width: 70%;
}

.registration-form .form-label {
	float: left;
	padding-right: 15px;
	padding-top: 0.3em;
	text-align: right;
	width: 28%;
}

#wpcf7Register .wpcf7-list-item span { display: none !important; }

.wpcf7-recaptcha {
	margin-bottom: 1.5em;
}


/* IFRAME STYLES
====================================== */
.embed-responsive {
	margin-bottom: 1.35rem;
}

.embed-responsive {
	display:block;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.embed-responsive::before {
	content: "";
	display: block;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}


/* MISC. STYLES
====================================== */
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.aligncenter {
	display: block;
	margin: 0 auto;
	padding: 0 0 20px;
}

.alignleft {
	display: block;
	float: left;
	padding: 0 20px 20px 0;
}

.alignright {
	display: block;
	float: right;
	padding: 0 0 20px 20px;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.hidden { display: none; }

.floatleft {
	display: block;
	float: left;
}

.floatright {
	display: block;
	float: right;
}

.home-column ul,
.no-bull {
	list-style-type: none;
	padding-left: 0;
	padding-right: 0;
}

.home-column ul,
small,
.textsmall {
	font-size: 12px;
	line-height: 15px;
}

.pad0 { padding: 0; }

.textcenter { text-align: center; }


/* RESPONSIVE STYLES
====================================== */
img {
	height: auto;
	max-width: 100%;
}


@media only screen and (max-width: 1040px)
{
	body {
		background: #FFFFFF;
	}
	
	#header-wrapper {
		padding: 0 20px;
	}
	
	.main {
		margin: 0;
		width: 100%;
	}
	
	#main-stage,
	#page-title {
		background-size: cover;
		background-position: top center;
		width: 100%;
	}
}


@media only screen and (max-width: 992px)
{
	footer>div {
		padding: 20px 20px 2px;
	}
	
	#logo {
		height: auto;
		width: 400px;
	}
	
	#main-stage,
	#page-title {
		height: 170px;
	}
	
	body.home #main-stage {
		height: 200px;
	}
	
	.mainstage-cta,
	#page-title h1 {
		height: auto;
		padding: 25px;
	}
	
	.speakers-row .distinguished-speaker>figure {
		width: 30%;
	}

	.speakers-row .distinguished-speaker>div {
		padding-top: 0;
		width: 70%;
	}
	
	#tagline {
		padding-left: 20px;
	}
}


@media only screen and (max-width: 880px)
{
	footer nav ul>li {
		margin: 0;
	}
	
	footer nav ul > li::before {
		content: "";
	}
	
	header nav>div>ul>li>a {
		font-size: 13px;
		line-height: 18px;
		padding: 4px 12px;
	}
	
	#logo {
		width: 280px;
	}
}


@media only screen and (max-width: 767px)
{
	#entrySingle {
		padding: 0 30px;
	}
	
	#entrySingle section {
		padding: 0;
	}
	
	footer {
		height: auto;
		overflow: visible;
	}
	
	footer .social-media {
		padding: 15px 0;
	}
	
	.form-field,
	.registration-form .form-field {
		float: none;
		width: 100%;
	}
	
	.form-label,
	.registration-form .form-label {
		float: none;
		padding: 0;
		text-align: left;
		width: 100%;
	}
	
	.form-label.form-label-hide {
		display: none;
	}
	
	.form-label#wpcf7Register {
		float: left;
		text-align: right;
		padding-right: 10px;
		width: 10%;
	}
	
	.form-field#wpcf7Registerlabel {
		float: left;
		width: 90%;
	}
	
	.form-label p {
		margin: 0 0 5px;
	}
	
	#header-content .social-media {
		display: none;
	}
	
	header nav>div>ul>li:before {
		content: '';
	}
	
	#logo {
		width: 240px;
	}
	
	#main-stage,
	#page-title {
		height: auto;
	}
	
	body.home #main-stage {
		background-size: cover;
		height: auto;
	}
	
	.mainstage-cta,
	#page-title h1 {
		background: rgba(0,0,0,0.25);
		padding: 45px;
		position:relative;
		text-shadow: 1px 1px 3px #000000;
		width: 100%;
	}
	
	body.home .mainstage-cta {
		padding: 25px 45px;
	}
	
	#page-title h1 {
		font-size: 36px;
		line-height: 38px;
	}
	
	#push {
		display: none;
		height: 0;
	}
	
	.registration-form {
		margin: 0 0 20px;
		width: 100%;
	}
	
	.registration-form form {
		border: 2px solid #d1c7b8;
		border-radius: 6px;
		padding: 30px 30px 10px;
	}
	
	.registration-form input[type="email"],
	.registration-form input[type="text"],
	.registration-form textarea {
		width: 100%;
	}
	
	.input-small {
		width: 50% !important;
	}
	
	.row#about-locations {
		margin-left: 0;
		margin-right: 0;
	}
	
	.row#about-locations>[class*="col-"] {
		float: none;
		padding: 0;
		width: 100% !important;
	}
	
	.speakers-row {
		margin: 0;
	}
	
	.speakers-row>div {
		float: none;
		padding: 0;
		width: 100%;
	}
	
	.speakers-row .distinguished-speaker>figure {
		width: 20%;
	}

	.speakers-row .distinguished-speaker>div {
		width: 80%;
	}
	
	#tagline {
		padding-left: 80px;
	}
	
	#wrapper {
		margin-bottom: 0;
		min-height: 0;
	}
}


@media only screen and (max-width: 660px)
{
	#tagline {
		padding-left: 40px;
	}
}


@media only screen and (max-width: 600px)
{
	footer {
		background: #dedcd6;
		border-top: 0;
	}
	
	h2, h3, p {
		text-align: left !important;
	}
	
	#header-content {
		display: block;
	}
	
	#logo {
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 300px;
	}
	
	#main-stage,
	#page-title {
		background-size: 150%;
	}
	
	.mainstage-cta,
	#page-title h1 {
		background: rgba(0,0,0,0.5);
		padding: 35px 45px;
	}
	
	.mobile-close {
		background: url(images/close-2x.png) no-repeat;
		background-size: 20px 20px;
		display: block;
		height: 20px;
		position: absolute;
		right: 15px;
		text-indent: -9999px;
		top: 10px;
		width: 24px;
		z-index: 130;
	}
	
	body.logged-in .mobile-close {
		top: 60px;
	}

	.mobile-trigger {
		background-color: #1464cc;
		background-image: url(images/header-menu-2x.png);
		background-position: 12px 12px;
		background-repeat: no-repeat;
		background-size: 16px 15px;
		border-radius: 4px;
		display: block;
		height: 40px;
		position: absolute;
		right: 20px;
		text-indent: -9999px;
		top: 20px;
		transition: background 0.5s;
		width: 40px;
		z-index: 10;
	}
	
	body.logged-in .mobile-trigger {
		top: 65px;
	}

	.mobile-trigger:focus,
	.mobile-trigger:hover {
		background-color: #000000;
	}

	body.response #overlay-response {
		opacity: 1;
		width: 100%;
	}
	
	header#site-header nav {
		background: #1464cc;
		border-radius: 0;
		height: 100%;
		overflow-x: hidden;
		position: fixed;
		right: 0;
		top: 0;
		transition: padding 0.5s, width 0.5s;
		z-index: 120;
		width: 0;
	}
	
	body.response header#site-header nav {
		box-shadow: -4px 1px 3px 0px rgba(0,0,0,0.4);
	}
	
	header nav {
		border: 0;
	}
	
	header#site-header nav ul {
		border-top: 2px solid #1464cc;
		padding: 40px 20px;
		position: static;
		text-align: left;
		z-index: auto;
	}
	
	body.logged-in header#site-header nav ul {
		padding-top: 80px;
	}
	
	header#site-header nav ul>li {
		border-bottom: 2px solid #4d9aff;
		display: block;
		margin: 0;
		padding: 0;
	}
	
	header#site-header nav ul>li>a {
		color: #FFFFFF;
		font-size: 16px;
		display: block;
		line-height: 20px;
		padding: 5px 0;
		text-align: left;
	}
	
	header#site-header nav ul,
	body.response header#site-header nav {
		width: 280px;
	}
	
	#page-title h1 {
		font-size: 32px;
		line-height: 34px;
	}
	
	.registration-form form {
		padding: 20px 20px 0;
	}
	
	.row {
		margin-left: 0;
		margin-right: 0;
	}
	
	.row [class*="col-"] {
		float: none;
		padding: 0;
		width: 100% !important;
	}
	
	.row#about-locations .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.row#about-locations .row>.col-4 {
		float: left;
		padding: 0 15px;
		width: 33%!important;
	}
	
	select {
		max-width: 100%;
	}
	
	.speakers-row .distinguished-speaker>figure {
		width: 25%;
	}

	.speakers-row .distinguished-speaker>div {
		padding-top: 15px;
		width: 75%;
	}
	
	#tagline {
		display: block;
		margin: 0 auto;
		padding: 0 0 20px;
		text-align: center;
	}
	
	ul {
		padding-bottom: 0;
	}
}


@media only screen and (max-width: 480px)
{
	body.home #wrapper {
		padding-bottom: 25px;
	}
	
	header#site-header nav ul,
	body.response header#site-header nav {
		width: 260px;
	}
	
	h2 {
		font-size: 20px;
		line-height: 22px;
	}
	
	#logo {
		width: 240px;
	}
	
	#main-stage,
	#page-title {
		background-size: 180%;
		margin-bottom: 30px;
		
	}
	
	.mainstage-cta {
		font-size: 22px;
		line-height: 26px;
		padding: 30px;
		text-align: center;
	}
	
	.mainstage-cta span {
		margin: 0 auto;
	}
	
	#page-title h1 {
		font-size: 30px;
		line-height: 32px;
		padding: 30px;
	}
	
	section,
	.section {
		margin: 0 30px 30px;
	}
	
	.speakers-row .distinguished-speaker>figure {
		width: 30%;
	}

	.speakers-row .distinguished-speaker>div {
		padding-top: 0;
		width: 70%;
	}
}


@media only screen and (max-width: 380px)
{
	header#site-header nav ul,
	body.response header#site-header nav {
		width: 220px;
	}
	
	.key-docs-single .form-field {
		font-size: 14px;
		line-height: 17px;
	}
	
	.key-docs-single .form-label p {
		margin: 0;
	}
	
	#logo {
		width: 220px;
	}
	
	#main-stage,
	#page-title {
		background-position: 65% 0;
		background-size: cover;
		margin-bottom: 20px;
	}
	
	.mainstage-cta {
		font-size: 18px;
		line-height: 22px;
		padding: 20px;
	}
	
	#page-title h1 {
		padding: 20px;
	}
	
	.mainstage-cta span {
		width: 100%;
	}
	
	.row#about-locations {
		text-align: center;
	}
	
	.row#about-locations .row {
		margin-left: 0;
		margin-right: 0;
	}
	
	.row#about-locations .row>.col-4 {
		float: none;
		padding: 0;
		width: 100%!important;
	}
	
	section,
	.section {
		margin: 0 25px 20px;
	}
}


@media only screen and (max-width: 320px)
{
	header#site-header nav ul,
	body.response header#site-header nav {
		width: 200px;
	}
	
	#header-wrapper {
		padding: 0 10px;
	}
	
	#logo {
		margin: 0;
		padding: 0;
	}
	
	.mainstage-cta {
		font-size: 18px;
		line-height: 26px;
		padding: 30px 25px;
	}
	
	body.home .mainstage-cta {
		padding: 25px;
	}
	
	#page-title h1 {
		padding: 30px 25px;
	}
	
	#tagline {
		display: none;
	}
}