@charset "utf-8";
/* CSS Document */
/*
Theme Name: National Conservatism
Version: 1.4.2
Text Domain: natconmain
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic,700,700italic);
body {
	margin:0;
	font:normal 17px 'Open Sans';
	line-height: 150%;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
h1 {
	color:#000116;
	margin-bottom: 1.2em;
	line-height: 1.3em;
}
h2 {
	color:#000116;
}
h3 {
	color:#000116;
}
a{
	color: #CB612C;
}
ol li, ul li{
	margin: 0.5em 0;
}
.textwidget p:empty:before{
	content: none;
}
#top {
	background:#010c42/*000116*/;
}
#top .logo_wrapper{
	text-align:center;
	padding: 40px 0 0 0;
	line-height:0;
	height: 110px;
}

#top img {
	border:none;
	width: 80%;
	height: auto;
	max-width: 900px;
}
.main-menu-wrapper {
	text-align:center;
	background: #CB612C;
}
.main_menu {
	list-style:none;
	font-size:0.9rem;
	text-transform: uppercase;
	font-weight:normal;
	color:#ffffff;
	padding:0;
	margin: 0;
	display:inline-block;
}
.main_menu li {
	display:inline-block;
	margin:0;
	padding:0;
}
.main_menu a {
	color:#ffffff;
	text-decoration:none;
	padding:6px 15px;
	display: block;
}
.main_menu a:hover {
	background:#010c42
}
@media only screen and (min-width: 981px){
	.main_menu li:hover > ul.sub-menu {
		display:block;
	}
}
.main_menu > li > ul.sub-menu {
	display:none;
	position:absolute;
	z-index:500;
	list-style:none;
	margin:0;
	padding:0;
	background: #CB612C;
}
.main_menu > li > ul.sub-menu li {
	padding:0px;
	text-align:left;
	display:block;
}
.main_menu > li.new{
	position: relative;
}
.main_menu > li.new::before{
	content: "NEW";
    font-size: 0.7em;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    right: -0.5em;
    top: -0.6em;
}
li.no-link a,
li.no-link a:hover{
	background: #CB612C;
	opacity: 0.5;
}
.container{
	width: 90%;
	max-width:1024px;
	margin:0 auto;
}

.right_shadow{
	-webkit-box-shadow: 4px 0px 2px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 4px 0px 2px 0px rgba(0,0,0,0.4);
	box-shadow: 4px 0px 2px 0px rgba(0,0,0,0.4);
}
.left_shadow{
	-webkit-box-shadow: -4px 0px 2px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: -4px 0px 2px 0px rgba(0,0,0,0.4);
	box-shadow: -4px 0px 2px 0px rgba(0,0,0,0.4);
}
.content-wrapper {	
	padding: 50px;
	min-height: calc(100vh - 286px);
}

table.regular{border-collapse:collapse; width:100%}
table.regular td{padding:15px 10px; vertical-align:top; border-top:solid 1px #ffedbc}
table.regular td p{margin:0 0 10px 0; padding:0}
table.bordered{border-collapse:collapse; border:double 3px #000116; width:860px; margin:10px 0}
table.bordered td{padding:15px 10px; vertical-align:top}
table.bordered td p{margin:0 0 10px 0; padding:0}
.time{width:120px}
table.regular td.title_date{padding: 10px; font-weight:bold; font-size:13pt; background:#ffedbc}
table.regular td:first-child:not(.title_date){width: 130px;}

hr {
	border: 1;
	width: 100%;
	clear:both;
}
.wpcf7-form{
	/*max-width: 650px;*/
	margin-top: 40px;
}
.field_wrapper{
	max-width: 650px;
	display: block;
	margin: 0 0 25px 0;
}
.field_wrapper label{
	width: 30%;
	display: inline-block;
}
.field_wrapper input{
	width: 55%;
	display: inline-block;
	font:normal 16px 'Open Sans';
}
.field_wrapper .press-phone{
	width: calc(55% + 12px);
	display: inline-block;	
}
.field_wrapper .intl-tel-input{
	width: 100%;
}
.check_wrapper{
	max-width: 100%;
}
.check_wrapper input{
	width: auto;
}
.check_list_wrapper span.wpcf7-list-item-label{
	display: none;
}
.check_wrapper span.wpcf7-list-item{
	display: inline;
	font-weight: bold;
	margin: 0;
}
.wpcf7-form input[type=tel]{
	width: 100%;
}
.submit-button,
.wpcf7-submit{
	padding: 7px 18px;
	border: none;
	background: #CB612C;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 10px;
	font:normal 16px 'Open Sans';
	cursor: pointer;
}
.submit-button{
	margin: 5px 0 15px;
}
.mobile-menu-button-wrapper{
	display: none;
}
body.home .content-wrapper{
	padding: 30px;
}

body.single-publication .content-wrapper h1{
	margin-top: 0.5rem;
	margin-bottom: 0.8rem;
	font-size: 1.5em;
	color: #CB612C;
}
.column-left{
	width: 25%;
	float: left;
}
.column-main{
	width: 70%;
	margin-left: 5%;
	float: left;
}
.book-author{
	font-weight: 600;
	margin-bottom: 1.5em;
}
.book-cover{
	float: right;
	width: 200px;
	margin: 0 0 2em 2em;
}
.book-cover img{
	width: 100%;
	height: auto;
}
.book-in-list{
	font-size: 0.9rem;
	line-height: 1.25rem;
	margin-top: 1em;
}
.book-in-list::after{
	content: "";
	width: 100%;
	clear: both;
	display: block;
}
.book-in-list-thumb{
	float: left;
	margin: 3px 15px 10px 0;
	width: 80px;
	border: none;
}
.book-in-list-thumb img{
	width: 100%;
	height: auto;
}
.book-in-list a.book-in-list-title{
	font-weight: bold;
	display: block;
	padding-top: 5px;
}
.book-in-list-author{
	margin-top: 0.3em;
	margin-bottom: 0.4em;
}
.book-in-list-description{
	margin-left: 95px;
}
/*
.publications_list_on_single .book-in-list{
	width: 90%;
}
.publications_list_on_single .book-in-list-thumb{
	margin: 0 0 5px 0;
	width: 100%;
}
.publications_list_on_single .book-in-list-description{
	margin-left: 0;
	margin-bottom: 2em;
}
*/
.publications_list_on_single .book-in-list-excerpt{
	display: none;
}

.publications_archive .book-in-list{
	font-size: 0.9rem;
	line-height: 1.25rem;
	margin-top: 0;
	margin-bottom: 6%;
	width: 16%;
	float: left;
}
.publications_archive .book-in-list{
	margin-right: 4%;
}
.publications_archive .book-in-list a{
	text-decoration: none;
}
.publications_archive .book-in-list:nth-child(5n){
	clear: right;
}
.publications_archive .book-in-list-thumb{
	float: none;
	margin: 0 0 7px 0;
	width: 100%;
	border: none;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.publications_archive .book-in-list-description{
	margin: 0;
}
.publications_archive .book-in-list .book-in-list-title{
	font-weight: bold;
}
.publications_archive .book-in-list .book-in-list-author{
	color: #000000;
	
}

.read_more{
	font-size: 0.9em;
	font-weight: normal;
}
.home-column-left .book-in-list a.book-in-list-title{
	font-size: 1.1em;
}
.person-thumb{
	float: left;
	display: inline-block;
	margin: 1em 2em 1em 0;
	width: 200px;
}
.person-thumb img {
    width: 100%;
    height: auto;
}
.person_list::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.person_list_item {	
	width: calc(25% - 40px);
	float: left;
	margin: 20px 40px 20px 0;
	text-align:center;
}
.person_list_item img {
	border:none;
	width: 100%;
	height: auto;
	display: block;
}
.person_list_item a {
	text-decoration:none;
	color:#000000;
}
.person_list_item a:hover {
	text-decoration:none;
	color:#CB612C;
}
.person_list_item:nth-child(4n):after{
	content: "";
	display: block;
	clear: both;
}
.person_list_subtitle{
	font-size: 15px;
	line-height: 15px;
	height: 15px;
}
.essay-item a{
	font-weight: bold;
	font-size: 1.1em;
}
.content-wrapper > .essay-item a{
	font-size: 1.05em;
}
footer .container{
	text-align: center;
	padding: 2em 0;
}
.authors_archive{
	  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
	-webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
.author_letter_block{
	-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
	margin-bottom: 2em;
}
.author_letter_block h3{
	margin-top: 0;
	margin-bottom: 0.5em;
}
.author_letter_block p{
	margin: 0.5em 0;
}
.content-wrapper > .youtube_channel{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}
.content-wrapper > .youtube_channel.responsive .ytc_video_container{
	padding: 2em 3em 0 0;
	width: calc(100% - 3em)!important;
}
.content-wrapper > .youtube_channel h3{
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 0.5rem;
	margin-bottom: 0;
}
/********* EVENTS *********/
.event-header{
	margin-bottom: 3em;
	text-align: center;
}
.event-header h1{
	margin-bottom: 0.5em;
}
.event-subtitle{
	font-size: 1.2em;
	font-weight: 600;
}
.event-sessions{
	margin: 2em 0;
}
.event-session{
	margin-bottom: 0.7em;
}
.event-sessions::before,
.event-session::after{
	content: "";
	display: block;
	clear: both;
	width: 100%;
}
.event-session-date{
	display: block;
	width: 12%;
	float: left;
	margin-right: 0.5em;
	font-weight: 600;
}
.event-session-title{
	display: block;
	width: calc(88% - 0.5em);
	float: left;
	font-weight: 600;
}
.event-items{
	margin: 2em 0 4em 0;
}
.event-item{
	border: solid 1px rgba(162,171,200,1.00);
	border-radius: 3px;
	padding: 0.65em 0.8em;
	margin: 2em 0;
}
.event-item .event-title{
	font-weight: 600;
	cursor: pointer;
	font-size: 1.05em;
	margin: 0;
}
.event-item .event-title::after{
	content: "";
	display: block;
	clear: both;
	width: 100%;
}
.event-item .event-title .event-date{
	display: block;
	width: 12%;
	float: left;
	margin-right: 0.5em;
	font-size: 0.9em;
	/*color: #CB612C;*/
}
.event-item .event-title .event-title-text{
	display: block;
	width: calc(88% - 3.5em);
	float: left;
	padding-right: 3em;
	position: relative;
}
.event-item .event-title .event-title-text::after{
	content: "\203A";
	font-size: 3em;
	font-weight: 400;
	color: rgba(162,171,200,1.00);
	position: absolute;
	right: 0.3em;
	top: 0.05em;
	
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.event-item.hide-content .event-content{
	display: none;
}
.event-item.hide-content .event-title .event-title-text::after{
	right: 0.05em;
	top: 0.05em;
	
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.event-item .event-content{
	padding-left: calc(12% + 0.5em);
	padding-right: 1em;
}
.event-thumb{
	width: 33%;
	float: right;
	margin: 0.5em 0 2em 2em;
}
.event-thumb img{
	width: 100%;
	height: auto;
	display: block;
}
.event_registration_link_wrapper{
	text-align: center;
	margin: 3em 0;
}
.session_registration_link_wrapper{
	text-align: left;
	margin: 1em 0;
}
.event_registration_link{
	display: inline-block;
	color: #ffffff;
	background: #CB612C;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-size: 1.3em;
	cursor: pointer;
	line-height: 2em;
	padding: 0 0.7em;
	border-radius: 3px;
}
.session_registration_link_wrapper .event_registration_link{
	font-size: 1.1em;
}
.event_registration_link:hover{
	background: #010c42;
}
.event-registrtaion-title{
	text-align: center; 
	color: #010c42;
	margin-top: 2em;
}
.event_registration_form{	
	margin: 2em auto;
}
.event_registration_form .label_is_required::after {
    content: "*";
    color: red;
	font-size: 0.8em;
}
.event-form-sessions-wrapper{
	margin-bottom: 2.5em;
}
.event_registration_form .check-wrapper{
	margin: 1em 0;
}
.event_registration_form .check-wrapper input{
	display: inline-block;
	float: left;
	position: relative;
	top: 0.3em;
}
.event_registration_form .check-wrapper label{
	margin-left: 0.5em;
	display: inline-block;
	width: calc(100% - 3em);
	cursor: pointer;
}
.event_registration_form .field-wrapper{
	margin: 0.85em 0;
	width: 50%;
	float: left;
}
.event_registration_form .field-wrapper label{
	width: 28%;
	display: inline-block;
}
.event_registration_form .field-wrapper input,
.event_registration_form .field-wrapper select{
	width: 60%;
	display: inline-block;
	background-color: transparent;
    border: solid 1px #cccccc;
    padding: 6px;
	margin-right: 5%;
}
.event_registration_form input[type=submit]{
	display: inline-block;
	color: #ffffff;
	background: #CB612C;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-size: 1.05em;
	cursor: pointer;
	line-height: 2.5em;
	padding: 0 1em;
	border-radius: 3px;
	border: none;
}
.event_registration_form input[type=submit]:hover{
	background: #010c42;
}
.event_registration_form .submit-wrapper{
	text-align: center;
	margin: 1.5em 0 2em 0;
}
.event_registration_response{
	font-weight: bold;
	text-align: center;
	margin: 3em 0;
}
.events-archive-item{
	
}
.event-archive-data h3{
	margin-bottom: 0.5em;
}
.event-archive-data h3 a{
	text-decoration: none;
}
.event-archive-data p{
	margin: 0.5em 0;
}
.event-archive-thumb{
	width: 25%;
	float: left;
}
.event-archive-thumb img{
	width: 100%;
	height: auto;
	display: block;
}
.event-archive-data{
	margin-left: 28%;
}
@media only screen and (max-width: 1100px){
	.main_menu a{
		padding: 6px 15px;
	}
	.event_registration_form .field-wrapper label{
		width: 38%;
	}
	.event_registration_form .field-wrapper input,
	.event_registration_form .field-wrapper select{
		width: 50%;
	}
}
@media only screen and (max-width: 1024px){
	body.single-publication .book-in-list-excerpt{
		display: none;
	}
	body.single-publication .column-left{
		width: 30%;
	}
	body.single-publication .column-main{
		width: 65%;
	}

}
@media only screen and (max-width: 999px){
	.main_menu a{
		padding: 6px 10px;
	}
}
@media only screen and (max-width: 980px){
	#top .logo_wrapper{
		padding: 40px 0;
		height: auto;
	}
	.left_shadow,
	.right_shadow{
		-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	}
	.main-menu-wrapper .container{
		width: 100%;
	}
	#menu-main-menu{
		display: none;
	}
	#menu-main-menu > li{
		display: block;
		border-bottom:  solid 1px rgba(255,255,255,0.59);
	}
	.main_menu > li > ul.sub-menu{
		position: static;
	}
	.main_menu > li > ul.sub-menu li{
		text-align: center;
	}
	.mobile-menu-button-wrapper{
		display: block;
		text-align: center;
		background: #CB612C;
		padding-top: 3px;
	}
	.mobile-menu-button {
		display: inline-block;
		cursor: pointer;
	}
	.bar1, .bar2, .bar3 {
		width: 35px;
		height: 5px;
		background-color: #ffffff;
		margin: 6px 0;
		transition: 0.4s;
	}
	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-9px, 6px);
		transform: rotate(-45deg) translate(-9px, 6px);
	}
	.change .bar2 {opacity: 0;}
	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(45deg) translate(-8px, -8px);
	}
	body.home .content-wrapper,
	body.single-publication .content-wrapper,
	.content-wrapper{
		padding: 30px 0;
	}
	.person_list_item {
    width: calc(33.3% - 40px);
	}
	.person_list_item a{
		font-size: 15px;
	}
	.publications_archive .book-in-list{
		width: 20%;
		margin-right: 5%;
	}
	.authors_archive{
	  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
	}
}
@media only screen and (max-width: 800px){

	body.single-publication .column-left{
		display: none;
	}
	body.single-publication .column-main{
		width: 100%;
		margin: 0;
	}
}
@media only screen and (max-width: 767px){
	
	table.regular{
		width: 100%;
	}
	table.regular td{
		display: block;
		width: 100%;
	}
	table.regular td:first-child:not(.title_date){
		width: 100%;
		padding-bottom: 5px;
	}
	table.regular td:nth-child(2){
		border-top: none;
	}
	.publications_archive .book-in-list{
		width: 27.3333%;
		margin-right: 6%;
	}
	.authors_archive{
	  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
	}
	.content-wrapper > .youtube_channel{
		display: block;
	}
	.content-wrapper > .youtube_channel.responsive .ytc_video_container {
		padding: 2em 0 0 0;
		width: 100%!important;
	}
	.event_registration_form .field-wrapper{
		width: 100%;
		float: none;
	}
	.event-item .event-title .event-date{
		display: block;
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.event-item .event-title .event-title-text{
		display: block;
		float: none;
		width: calc(100% - 2.5em);
		padding-right: 2.5em;
	}
	.event-item .event-content{
		padding-left: 0;
	}

	.session_registration_link_wrapper{
		text-align: center;
	}
	.event-session{
		margin-bottom: 1em;
	}
	.event-session .event-session-title,
	.event-session .event-session-date{
		display: block;
		width: 100%;
		margin-right: 0;
		float: none;
	}
}

@media only screen and (max-width: 620px){
	body{
		font-size: 16px;
	}
	h1{
		font-size: 24px;
	}
	.person_list_item {
    width: 45%;
		margin: 15px 2.5%;
	}
}
@media only screen and (max-width: 550px){
	#top img{
		width: 100%;
	}
	.field_wrapper label{
		width: 100%;
    display: block;
	}
	.field_wrapper:not(.check_wrapper) input{
		width: calc(100% - 12px);
		display: block;
	}
	.field_wrapper input[type=tel] {
    width: 100%;
	}
	.book-cover {
    float: right;
    width: 30%;
    margin: 0 0 2em 2em;
	}
	.publications_archive .book-in-list{
		width: 40%;
		margin-right: 15%;
	}
	.publications_archive .book-in-list:nth-child(2n){
		margin-right: 0;
	}
	.event_registration_form .field-wrapper label{
		width: 100%;
		display: block;
	}
	.event_registration_form .field-wrapper input,
	.event_registration_form .field-wrapper select{
		width: 95%;
		margin-right: 0;
		display: block;
	}
}
@media only screen and (max-width: 477px){
	.person-thumb {
			width: 50%;
	}
	.wpcf7-form input[type=text], 
	.wpcf7-form input[type=tel],
	.wpcf7-form input[type=email],
	.wpcf7-form textarea{
		padding: 6px;
		width: calc(100% - 12px);
	}
	.authors_archive{
	  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
	}
}

