/*
Theme Name: Antipode
Theme URI: https://publicagency.co.uk
Author: Public
Author URI: https://publicagency.co.uk
Description: Theme for the Antipode Online website 2019
Version: 1.0
License: Private
Text Domain: antipode
*/


/*******FONTS********/
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('fonts/HelveticaNeueLTStd-Roman-v4.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTStd-Roman-v4.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('fonts/HelveticaNeueLTStd-Bd-v4.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTStd-Bd-v4.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'D-DIN Condensed';
    src: url('fonts/D-DINCondensed-Bold.woff2') format('woff2'),
        url('fonts/D-DINCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'D-DIN Condensed';
    src: url('fonts/D-DINCondensed.woff2') format('woff2'),
        url('fonts/D-DINCondensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*******FONTS********/



/*******RESET********/

*{
	outline: none;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.2;
}


input[type="text"],
input[type="button"],
input[type="submit"]{
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="checkbox"]{
	background: #fff;
	color: #9f1915;
}


body{
	vertical-align: baseline;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body, input, textarea{
	font-family: 'Helvetica Neue LT Std', Helvetica, Arial, 'sans-serif';
	font-size: 16px;
}


input, textarea{
	border-radius: 0;
}

body,h1,h2,h3,h4,h5,h6,ul,p{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	display: block;
}

h1{
	font-size: 24px;
}

hgroup{
	display: inline-block;
}

ul{
	display: block;
	list-style: none;
}

a{
	text-decoration: none;
	color:#000;
	transition: color 0.5s;
}

button{
	transition: color 0.5s;
}

img{
	max-width: 100%;
    height: auto;
}

input, textarea{
	border: none;
}

input[type="checkbox"]{
	float: left;
	margin-right: 8px;
}

blockquote:after,
.group:after {
  content: "";
  display: table;
  clear: both;
}

.entry-content ul{
	list-style: disc outside;
    margin: 0px 20px 20px 20px;
}
/*******RESET********/



/*******LAYOUT********/
.inner_page {
    margin: 0 auto;
    max-width: 1270px;
    position: relative;
    padding: 0 15px;
}


#main_content{
	margin-top: 110px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.page-template-front-page #main_content{
	padding-bottom: 0px;
}

.site-header{
	height: 110px;
    position: fixed;
    width: 100%;
    padding: 0;
    margin: 0;
	top: 0;
	z-index: 1000;
	
}

.site-header .inner_page{
	height: 100%;
}

.site-header .inner_bg{
	background: #dbc5ab; 
	background: -moz-linear-gradient(top,  #a01916 0%, #a01916 50%, #dbc5ab 50%, #dbc5ab 100%); 
	background: -webkit-linear-gradient(top,  #a01916 0%,#a01916 50%,#dbc5ab 50%,#dbc5ab 100%); 
	background: linear-gradient(to bottom,  #a01916 0%,#a01916 50%,#dbc5ab 50%,#dbc5ab 100%); 
	
	height: 100%;
}

.site-header svg{
	width: 110px;
	float: left;
}

.outer_bg{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	display: flex;
}

.outer_bg_left,
.outer_bg_right{
	width: 50%;
    height: 100%;
}

.outer_bg_left{
	background: #dbc5ab; 
	background: -moz-linear-gradient(top,  #dbc5ab 0%, #dbc5ab 50%, #a01916 50%, #a01916 100%); 
	background: -webkit-linear-gradient(top,  #dbc5ab 0%,#dbc5ab 50%,#a01916 50%,#a01916 100%); 
	background: linear-gradient(to bottom,  #dbc5ab 0%,#dbc5ab 50%,#a01916 50%,#a01916 100%); 
}

.outer_bg_right{
	background: #dbc5ab; 
	background: -moz-linear-gradient(top,  #a01916 0%, #a01916 50%, #dbc5ab 50%, #dbc5ab 100%); 
	background: -webkit-linear-gradient(top,  #a01916 0%,#a01916 50%,#dbc5ab 50%,#dbc5ab 100%); 
	background: linear-gradient(to bottom,  #a01916 0%,#a01916 50%,#dbc5ab 50%,#dbc5ab 100%); 
}

.heading-wrapper{
	float: left;
	margin: 14px 0 0 12px;
}

h1.site-title{
    font-size: 24px;
}

h1.site-title a{
    color: #dbc5ab;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}

h2.site-description{
    color: #000;
    font-size: 14px;
    width: 288px;
    margin-top: 22px;
}

.main-navigation{
	margin-top: 16px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 15px;
	pointer-events: none;
}

.menu-toggle{
    position: relative;
    overflow: hidden;
    margin: 0 -3px 0 0;
    padding: 0;
    width: 25px;
    height: 25px;
    font-size: 0;
    text-indent: -9999px;
    box-shadow: none;
    border: none;
    cursor: pointer;
    transition: background .3s;
    float: right;
    background-color: transparent;
    border-radius: 0;
    outline: none;
	display: block;
	pointer-events: auto;
}

.menu-toggle span{
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
    height: 4px;
    background: #dbc5ab;
    transition: background 0s .2s,background-color .4s;
}

.menu-toggle:hover span{
    background-color: #000;
}


.menu-toggle span:before,
.menu-toggle span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #dbc5ab;
    content: "";
}

.menu-toggle:hover span:before,
.menu-toggle:hover span:after {
    background-color: #000;
}

.menu-toggle span:before{
    transition-property: top,transform,background-color;
    transition-duration: .2s,.2s,.4s;
    transition-delay: .2s,0s,0s;
    top: -9px;
}

.menu-toggle span:after{
    transition-property: bottom,transform,background-color;
    transition-duration: .2s,.2s,.4s;
    transition-delay: .2s,0s,0s;
    bottom: -9px;
}

.menu-toggle.toggled-on span {
    background: 0 0;
}

.menu-toggle.toggled-on span:before,
.menu-toggle.toggled-on span:after {
    transition-delay: 0s,.3s;
}

.menu-toggle.toggled-on span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-toggle.toggled-on span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.nav-menu{
	width: 100%;
    max-width: 300px;
}

.menu-main-menu-container{
    clear: both;
    float: right;
}

.menu-main-menu-container{
	background: #a01916;
    padding: 16px;
    margin: 5px 0 0 0;
    transition: transform .5s, opacity .5s, max-height .5s;
	transform: translateX(101%);
	opacity: 0;
	z-index: 1;
    position: relative;
	max-height: 0px;
    overflow-y: scroll;
	pointer-events: auto;
}

.menu-main-menu-container.toggled-on{
	transform: translateX(0%);
	opacity: 1;
	max-height: 400px;
	max-width: calc(100% - 30px);
}


.menu-main-menu-container::-webkit-scrollbar{
	    background: rgba(219, 197, 171, 0.4);
    width: 12px;
}

.menu-main-menu-container::-webkit-scrollbar-thumb{
	background: #a01916;
	border:1px solid #dbc5ab;
}


.menu-main-menu-container::-webkit-scrollbar-button{
	display: none;
}


.menu-main-menu-container li{
	padding-bottom: 10px;
	position: relative;
    display: block;
	/*padding-right: 15px;*/
}

.menu-main-menu-container li:first-child{
	margin-top: 10px;
}

.menu-main-menu-container > ul > li:first-child{
	margin-top: 0px;
}


.menu-main-menu-container li:last-of-type{
	padding-bottom: 0px;	
}

.menu-main-menu-container a{
	color: #dbc5ab;
	padding-right: 22px;
    display: inline-block;
	font-size: 16px;
}

.menu-main-menu-container .current-menu-ancestor > a,
.menu-main-menu-container .current-menu-item > a{
	color: #fff;
}

.menu-main-menu-container a:hover {
    color: #000;
}

.sub-menu{
	padding: 0px 0 0 20px;
	max-height: 0px;
	overflow: hidden;
	transition: max-height .5s;
}

.main-navigation li a.menu_expand {
	/*
	display: inline-block;
    width: 16px;
    margin: -11px -10px 0 6px;
    padding: 10px;
    right: 17px;
    position: absolute;
	*/
	
	display: inline-block;
    width: 16px;
    margin: 0px 0px 0 6px;
    padding: 0px;
    right: 0px;
    position: absolute;
    top: -1px;
    
}





.main-navigation li a.menu_expand i {
	font-size: 28px;
    color: #dbc5ab;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    vertical-align: top;
    margin-top: -10px;
	transform-origin: 8px 20px;
}

.main-navigation li a.menu_expand:hover i{
	color:#000;
}

.main-navigation li a.menu_expand.sub-menu-on i {
    transform: rotate(-180deg);
}

.sub-menu.show {
    max-height: 1000px;
}

.top_search{
	position: absolute;
    bottom: 13px;
    right: 15px;
	
}

.top_search input{
	padding: 6px 30px 4px 6px;
    position: relative;
    border: none;
    color: #a01916;
    width: 130px;
    font-size: 16px;
}

.top_search button {
    border: none;
    background: transparent;
    font-size: 0;
    position: absolute;
    right: 0;
    padding: 5px;
    top: 0;
	color: #a01916;
	cursor: pointer;
	outline: none;
}

.top_search button:hover {
	color: #000;
}

.top_search button i {
    font-size: 18px;
    padding: 0;
    margin: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a01916;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a01916;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #a01916;
}


.footer_sections{
	display: flex;
	margin: 0 -10px 0 -10px;
	flex-wrap: wrap;
}
				
.footer-section{
	width: 25%;
	padding: 0 10px;
}

.footer-section.footer-tweets{
	width: 30%;
}

.footer-section.footer-publications{
	width: 20%;
}

#main_footer{
	background: #a01916;
    color: #fff;
	padding: 40px 0;
	clear: both;
}

.latest_tweets li{
    padding-bottom: 20px;
	float: left;
    clear: both;
}

.latest_tweets li i {
    font-size: 49px;
    float: left;
    margin: 0 10px 10px 0;
    color: #ffffff;
	transition: color 0.5s;
}

.latest_tweets p{
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.latest_tweets a{
   color: #fff;	
}

.latest_tweets a:hover{
	text-decoration: underline;
}

.footer_sections h2{
	font-size: 24px;
	padding-bottom: 15px;
}

.footer-social li {
    float: left;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
}

.footer-social li a {
    font-size: 56px;
    line-height: 0;
    margin-right: 10px;
	color:#fff;
}

.blog_link a:hover i, 
.footer-social li a:hover {
	color:#000;
}

.publications-menu a{
	color: #fff;
    padding-bottom: 10px;
    display: inline-block;
}

.footer-menu li a:hover,
.publications-menu a:hover{
	color: #000;
}

.footer-menu{
	
}

.footer-menu li{
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}

.footer-menu li a{
	color:#fff;
}

.wiley-link{
	margin-left: auto;
}

.wiley-link svg{
	width: 134px;
	height:auto;
}

.menu-footer-menu-container{
	
	float: left;
}

.footer-menu-section{
	margin-top: 30px;
	display: flex;
}

#subscribe-submit button{
	padding: 12px 14px;
    background: #fff;
    color: #a01916;
    font-weight: bold;
    display: inline-block;
    font-size: 19px;
    margin-top: 5px;
    transition: background 0.5s;
    border: none;
    cursor: pointer;
	font-family: 'Helvetica Neue LT Std', Helvetica, Arial, 'sans-serif';
	text-transform: uppercase;
}

#subscribe-submit button:hover{
	background: #000;
}

.widget_blog_subscription p{
	margin-bottom: 14px;
}

#subscribe-email input {
   	padding: 5px;
	width: 100%;
}


img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 12px;
}

img.alignleft {
    display: inline;
    float: left;
    margin-right: 12px;
}

img.alignright {
    display: inline;
    float: right;
    margin-left: 12px;
}

img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-template-default .entry-content,
.page-template .entry-content{
	margin: 20px 0 0 0;
}

.menu-item.menu-search{
	display: none;
}

.entry-content{
	overflow-wrap: break-word;
}


.back-to-top {
	position: fixed;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.8);
    bottom: 10px;
    right: 10px;
    text-decoration: none;
    transition: all .5s ease-in-out;
    box-sizing: border-box;
    padding: 0px 0 0 4px;
    z-index: 1;
    font-size: 22px;
    color: #a01916;
    outline: none;
    transform: translateX(60px);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0 5px 0px;
}

.back-to-top:hover {
	color:#000;
}



/*******LAYOUT********/

/*******HOME PAGE********/
.home-banner{
    background: #fff;
    text-align: center;
    background-size: cover;
    background-position: center;
	min-height: 500px;
	display: flex;
  justify-content: center;
  align-items: center;
}

.home-banner-content{
	margin: 0 auto;
	max-width: 100%;
    padding: 15px 15px;
}

.home-banner svg{
	width: 210px;
    height: auto;
	margin-bottom: 30px;
	overflow: visible;
}

.welcome-text{
	font-family: 'D-DIN Condensed', Helvetica, Arial, 'sans-serif';
    color: #fff;
    width: 600px;
    margin: 0 auto;
    font-size: 24px;
	    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
	max-width: 100%;
}

.latest-section{
	padding: 40px 0;
}

.latest-section:nth-child(even){
	background: #f1e8dd;
}

.latest-section ul{
	display: flex;
	margin: 0 -10px 0 -10px;
	clear: both;
	flex-wrap: wrap;
}

.latest-section ul li{
	width: 25%;
	padding: 0 10px;
}

.latest-section ul li img{
	max-width: 100%;
	height: auto;
	transition: transform 0.5s;
}

.latest-section h2{
	font-family: 'D-DIN Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 30px;
	color:#a01916;
	text-transform: uppercase;
	    padding-bottom: 20px;
	float: left;
}

.latest-section h4,
.latest-section p{
	color:#686861;
	font-size: 16px;
}

.latest-section h4{
	overflow-wrap: break-word;
}

.latest-section p{
	margin-top: 4px;
}

.section-image{
	height: 0;
    overflow: hidden;
    padding-bottom: 66.6666%;
	margin-bottom: 18px;
}

.latest-section.book-reviews .section-image,
.latest-section.antipode-book-series .section-image,
.latest-section.journal-issues .section-image{
	height: auto;
	padding-bottom: 0;	
}

.latest-section h3{
	font-size: 18px;
	transition: color 0.5s;
}

button#catapultCookie,
.single .sd-content ul li a.sd-button,
.form-submit input[type=submit],
.comment-reply-link,
.read_more_link{
    padding: 9px 10px;
    background: #9f1915;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    font-size: 12px;
    margin-top: 14px;
	transition: background 0.5s;
	border: none;
	cursor: pointer;
	border-radius: 0;
	line-height: 1.2;
    box-shadow: none;
    font-family: 'Helvetica Neue LT Std', Helvetica, Arial, 'sans-serif';
	/*font-family: 'D-DIN Condensed';*/
}

button#catapultCookie{
	padding: 9px 10px !important;
	border-radius: 0 !important;
}

button#catapultCookie:hover{
	background: #fff;
	color: #9f1915 !important;
}


#catapult-cookie-bar a{
	text-decoration: underline;
}

.single .sd-content ul li a.sd-button{
	padding: 0px 5px;
    margin: 0 0 0px 0;
    text-transform: none;
    font-weight: normal;
}

.comments-area .reply span{
	display:none;
}

.comment-reply-link{
	margin-top: 0px;
}

.single .sd-content ul li a.sd-button:hover,
.form-submit input[type=submit]:hover,
.comment-reply-link:hover,
.read_more_link:hover{
	background: #000;
	border: none;
}

.latest-section a:hover .section-image img{
	transform: scale(1.1);
}

.latest-section a:hover h3{
	color:#9f1915;
}

.all_cats{
	float: right;
	margin: 0 0 10px 10px;
}

.page-template-front-page #main_content{
	padding-top: 0px;
}

/*******HOME PAGE********/

/*******SINGLE POST********/

/*
#primary{
	width: 75%;
    padding-right: 20px;
    float: left;
}
*/

#primary,
.page-template-default #primary,
.page-template #primary,
.error404 #primary,
.page-template-front-page #primary{
	width: 100%;
    padding-right: 0px;
    float: none;
}

#secondary{
    width: 25%;
    float: left;
}

.page-template-default .entry-content p,
.page-template .entry-content p,
#category-info .entry-content p,
.single-post article p{
    margin-bottom: 20px;
}

.page-template-default article > *:last-child,
.page-template .entry-content blockquote > *:last-child,
#category-info .entry-content > *:last-child,
.single-post article > *:last-child{
    margin-bottom: 0px;
}

#category-info .entry-header h1{
	padding-bottom: 10px;
}


.entry-header img{
	margin-bottom: 10px;
}

.entry-meta{
	padding: 10px 0;
	color: #686861;
    font-size: 14px;
}

blockquote{
	background-color: #f1e8dd;
    margin: 20px 0 20px 0;
    padding: 20px;
	clear: both;
}

.page-template-default article blockquote p:last-child,
.single-post article blockquote p:last-child{
	margin-bottom: 0;
}

.single-post .intervention-authors{
	    color: rgba(0, 0, 0, 0.5);
}

.youtube-container{
	width: 100%;
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
	margin-bottom: 20px;
}

.youtube-container iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-error{
	display: block;
    background: #a01916;
    color: #fff;
    padding: 20px;
}

.page-template-default .entry-content a,
.page-template .entry-content a,
#category-info .entry-content a, 
.single .entry-content a {
    color: #a01916;
}

.page-template-default .entry-content a:hover,
.page-template .entry-content a:hover,
#category-info .entry-content a:hover,
.single .entry-content a:hover {
    /*color: rgba(160, 25, 22, 0.7);*/
	color: #000;
}

ul.lecture-vids{
	display: flex;
	margin: 0 -5px 20px -5px;
	    flex-wrap: wrap;
	list-style: none;
}


ul.lecture-vids li{
	    padding: 0 5px;
	position: relative;
	width:33.3333%;
}

ul.lecture-vids li a.video-link{
	position: relative;
	display: block;
}

ul.lecture-vids li a.video-link img{
	border: 1px solid #e8e8e8;
	width: 100%;
}

ul.lecture-vids li a.video-link:after {
	content: '\f16a';
    font-family: 'fontAwesome';
    margin: -21px 0 0 -21px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 43px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: color 0.5s;
    text-shadow: 0 0 5px #000000;
}

ul.lecture-vids li a.video-link:hover:after {
    color: #ff0000;
}

#under_article{
	margin: 10px 0 20px 0;
}




/*******SINGLE POST********/

/* =Comments
-------------------------------------------------------------- */

.comments-area {
    background: #f1e8dd;
    padding: 20px;
	margin-bottom: 40px;
}

.commentlist{
	list-style: none;
	margin: 0;
    padding: 0;
}

.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
	border-radius: 100%;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 55px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
.commentlist .pingback {
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 0px;
}

#under_article .widget-title,
#jp-relatedposts h3.jp-relatedposts-headline,
div.sharedaddy h3.sd-title,
.comments-title,
#respond h3#reply-title {
	font-size: 18px;
	line-height: 1.5;
}

#under_article .widget-title{
    margin: 0 0 1em 0;
}

#jp-relatedposts h3.jp-relatedposts-headline,
div.sharedaddy h3.sd-title{
	width:100%
}

#under_article .widget-title:before,
#jp-relatedposts h3.jp-relatedposts-headline em:before,
div.sharedaddy h3.sd-title:before {
    border-color: #a01916;
}

#under_article .widget-title:before{
	content: "";
    display: block;
    width: 100%;
    min-width: 30px;
    border-top: 1px solid #a01916;
    margin-bottom: 1em;
}

.tag-title{
	font-size: 14px;
    margin-bottom: 10px;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
    -moz-opacity: 1;
    opacity: 1;
}

#respond form {
	margin: 0;
}
#respond form p {
	margin: 0 0 10px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	color: #5e5e5e;
}
.required {
	color: #a01916;
}

.comment-form label{
	padding-bottom: 6px;
}

.comment-form .comment-form-cookies-consent label{
	padding-bottom: 0px;
}


.comment-content a{
	color:#9f1915;
}

.comment-content a:hover{
	color:#000;
}

.tag-list li{
    display: inline-block;
}

.tag-list li a{

    text-decoration: none;
    color: #a01916;
    padding: 4px 6px;
    font-size: 10px;
    text-transform: uppercase;
    margin: 2px;
    transition: all .5s ease;
    border-radius: 0;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #a01916;
}

.tag-list li a:hover{
	background-color: #a01916;
	color: #fff;
}

#secondary .widget{
	background: #dbc5ab;
    padding: 15px;
    margin-bottom: 20px;
}
#secondary .widget p{
	margin-bottom: 10px;
}
#secondary .widget-title{
    background: #a01916;
    color: #dbc5ab;
    padding: 10px 15px;
    margin: -15px -15px 15px -15px;
    text-transform: uppercase;
}

ul.child-pages li a,
.widget_categories a{
	padding: 0px 0 6px 0;
    display: inline-block;
    font-weight: bold;
}


.page-template .entry-content ul.child-pages li a:hover{
	color: #000;	
}

.widget_categories .current-cat a,
.widget_categories a:hover{
	color: #a01916;	
}


ul.journal-articles li a:before,
ul.child-pages li a:before,
ul.publications-menu li a:before,
#link_section ul li a:before,
.widget_categories a:before{
    content: '\f0da';
    font-family: 'fontAwesome';
    margin-right: 5px;
    color: #a01916;
    font-size: 19px;
    display: inline-block;
	    transition: color 0.5s;
}

ul.publications-menu li a:before{
    color: #fff;	
}

ul.publications-menu li a:hover:before{
    color: #000;	
}

.single .category-book-reviews .wp-post-image,
.single .category-journal-issues .wp-post-image{
	width: 36%;
    float: left;
    margin: 0 15px 15px 0;
}

p.wp-caption-text{
	font-size: 12px;
    font-style: italic;
}

.entry-content h2{
	margin-bottom: 20px;
}

.jp-relatedposts-post a{
	overflow: hidden;
	display: block;
}

.jp-relatedposts-post-a{
	margin-bottom: 10px;
}

.jp-relatedposts-post-a img{
	transition: transform 0.5s;
}

.jp-relatedposts-post a:hover img{
    transform: scale(1.1);
}

.jp-relatedposts-post * {
    text-decoration: none !important;
}



/*******ARCHIVE********/

.search-results #content article,
.archive #content article{
    padding: 20px;
	width: 100%;
	background: #f1e8dd;
    margin-bottom: 10px;
	
}

.search-results .archive-image a,
.archive .archive-image a{
	float: left;
    margin: 0px 20px 20px 0px;
	overflow: hidden;
	
	max-width: 50%;
}

.search-results .archive-image a img,
.archive .archive-image a img{
	transition: transform 0.5s;
}

.search-results .archive-image a:hover img,
.archive .archive-image a:hover img{
    transform: scale(1.1);
}

.search-results .archive-text,
.archive .archive-text{
	overflow:hidden;
}

.search-results .entry-header h2.entry-title,
.archive .entry-header h2.entry-title{
	font-size: 20px;
}

.pagination{
    margin: 20px 0;
}

.pagination a,
.pagination span {
    width: 26px;
    height: 26px;
    transition: all .5s;
    box-sizing: border-box;
    padding: 5px 0 0;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 100%;
    overflow: hidden;
    background: #a01916;
    color: #fff;
}

.pagination a{
	background: #dbc5ab;
	color: #000;
}


.pagination span.page-numbers.dots{
	background: none;
	color: #000;
}

.pagination a:hover{
	background: #a01916;
    color: #fff;
}

.search-results .category-antipode-book-series .wp-post-image,
.search-results .category-book-reviews .wp-post-image,
.search-results .category-journal-issues .wp-post-image,
.archive .category-antipode-book-series .wp-post-image,
.archive .category-book-reviews .wp-post-image,
.archive .category-journal-issues .wp-post-image{
	max-height: 240px;
	width: auto;
	
    
}

#category-info{
	padding-bottom: 30px;
}

/*******ARCHIVE********/



/*******PEOPLE PAGE********/
#people_section{
	margin-top: 20px;
}

#people_section ul{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 0px -10px 0 -10px;
	list-style: none;
}

#people_section ul li{
    width: 25%;
    padding: 0px 10px 20px 10px;
}

/*
#people_section ul li span,
#people_section ul li a{
	padding: 20px;
    display: block;
	transition: background 0.5s;
}

#people_section ul li a:hover{
	background: #f1e8dd;
}
*/


#people_section ul li span{
    padding: 20px;
    display: block;
    border: 1px solid #cecece;
    height: 100%;
    width: 100%;
}

#people_section ul li .img-outer{
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    width: 200px;
    max-width: 100%;
    margin-bottom: 20px;
}

#people_section ul li img{
	transition: transform 0.5s;
	max-width: 100%;
	float: left;
	background: #f1e8dd;
	width: 200px;
    height: auto;
}

#people_section ul li a:hover img{
	transform: scale(1.1);
}

.entry-content #people_section h2 {
    margin-bottom: 10px;
	color: #a01916;
}

.entry-content #people_section h3 {
    margin-bottom: 5px;
	font-size: 18px;
}

.person p.org{
	color: #686861;
}

.person div.people-biog p,
.person div.people-biog{
	margin-bottom: 0;
    text-align: left;
    font-size: 14px;
}

.people-biog a{
	color: #a01916;
}

/*******PEOPLE PAGE********/

/*******CONTACT PAGE********/
.contact{
	background: #f1e8dd;
    padding: 20px;
}

.page-template-contact-page .entry-content.contact-form{
	width: 50%;
	float: left;
	padding-right: 20px;
}

.page-template-contact-page .contact{
	margin: 20px 0 0 0;
	float: left;
    width: 50%;
}

.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input[type="email"],
.wpcf7-form input[type="text"]{
	padding: 5px;
    width: 100%;
	margin: 0 0 10px 0;
}



div.wpcf7-response-output {
    margin: 20px 0 0 0 !important;
    padding: 10px !important;
    border: none !important;
    color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output{
	background: #cc0000;
}

div.wpcf7-mail-sent-ok{
	background: #dbc5ab;
    color: #a01916;
}

span.wpcf7-not-valid-tip{
	color: #cc0000;
	margin-top: -5px;
}

/*
div.wpcf7 .ajax-loader {
	background-image: none;
    width: 23px;
    height: 23px;
    border: none;
    padding: 0;
    margin: -2px 0 0 10px;
    vertical-align: middle;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

div.wpcf7 .ajax-loader:before {
	font-family: fontawesome;
    content: "\f110";
    font-size: 23px;
    color: #a01916;
}*/
/*******CONTACT PAGE********/


/*******LINK PAGE********/
#link_section ul li{
	padding: 0;
}

#link_section ul li a{
	padding: 10px;
    display: block;
    transition: background 0.5s;
    border-bottom: 1px solid #cecece;
	
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;

}


#link_section ul > li:first-child a{
	border-top: 1px solid #cecece;
}

#link_section ul li a:hover{
	background:#f1e8dd;
}

#link_section ul li span{
	font-weight: bold;
	color: #000;
}

.entry-content #link_section ul{
	list-style: none;
    margin: 0px ;
}
/*

/*******LINK PAGE********/

/*******PARENT PAGE********/
.entry-content ul.child-pages{
	list-style: none;
    margin: 0;
}

/*******PARENT PAGE********/


/*******ISSUE PAGE********/
.entry-content ul.journal-articles{
	list-style: none;
	margin: 10px 0 0 0;
}

ul.journal-articles li{
	margin-bottom: 10px;
}

/*******ISSUE PAGE********/

.osano-cm-widget{display: none;}


/*******RESPONSIVE********/

@media screen and (max-width: 900px){
	
	.footer-section,
	.footer-section.footer-tweets,
	.footer-section.footer-publications{
		width: 50%;
	}
	
	
	#primary {
		width: 100%;
		padding-right: 0px;
	}
	
	#secondary {
		width: 100%;
	}
	
	#people_section ul li {
		width: 33.3333%;
	}
	
}

@media screen and (max-width: 600px){

	.inner_page {
		padding: 0 10px;
	}
	
	.main-navigation {
		right: 10px;
	}

	.site-header {
		height: 60px;
	}
	
	.site-header svg {
		width: 60px;
		float: left;
	}
	
	.heading-wrapper {
		margin: 8px 0 0 5px;
	}

	h1.site-title {
		font-size: 14px;
	}
	
	h2.site-description {
		font-size: 9px;
		width: 180px;
		margin-top: 11px;
	}
	
	.top_search.header_search {
		display: none;
	}
	
	
	.main-navigation {
		margin-top: 15px;
	}
	
	
	.menu-toggle {
		margin: 0;
		width: 30px;
		height: 30px;
		background-color: #ffffff;
	}

	.menu-toggle span {
		background: #a01916;
		top: 13px;
		left: 3px;
		width: 24px;
	}
	
	.menu-toggle span:before,
	.menu-toggle span:after {
		background-color: #a01916;
	}
	
	.menu-toggle span:before {
		top: -8px;
	}
	
	.menu-toggle span:after {
		bottom: -8px;
	}

	#main_content {
		margin-top: 60px;
		padding-top: 20px;
    	padding-bottom: 20px;

	}
	
	
	.menu-main-menu-container {
		max-width: calc(100% - 10px);
		margin: 15px 0 0 0;
	}
	
	.welcome-text {
		font-size: 18px;
	}
	
	.home-banner svg {
		width: 120px;
		margin-bottom: 10px;
	}
	
	.home-banner {
		min-height: 300px;
	}
	
	.latest-section ul li {
		width: 50%;
		padding: 0 5px 20px 5px;
	}
	
	.latest-section ul {
		margin: 0 -5px 0 -5px;
	}
	
	.latest-section h3 {
		font-size: 16px;
	}
	
	.latest-section h4,
	.latest-section p {
		font-size: 14px;
	}
	
	.latest-section {
		padding: 40px 0 20px 0;
	}
	
	.footer-section,
	.footer-section.footer-tweets,
	.footer-section.footer-publications{
		width: 100%;
		padding-bottom: 20px;
	}
	
	.footer-menu-section {
		flex-direction: row-reverse;
		flex-wrap: wrap;
	}
	
	.wiley-link,
	.menu-footer-menu-container{
		width: 100%;
	}
	
	.wiley-link{
	    margin: 20px 0 0 0;
	}

	#category-info {
		padding-bottom: 10px;
	}
	
	p, body, input, textarea {
		font-size: 14px;
	}
	
	.footer_sections h2,
	h1 {
		font-size: 22px;
	}
	
	.search-results .entry-header h2.entry-title,
	.archive .entry-header h2.entry-title {
		font-size: 18px;
	}
	
	.entry-meta {
		padding: 5px 0;
		font-size: 12px;
	}
	
	.search-results .archive-text,
	.archive .archive-text {
		clear: both;
	}
	
	.search-results .archive-image a,
	.archive .archive-image a {
		max-width: 100%;
		margin: 0px 0px 10px 0px;
	}
	
	.comments-area {
		padding: 10px;
	}
	
	#people_section ul {
		margin: 0px -5px 0 -5px;
	}

	#people_section ul li {
		width: 50%;
		padding: 0px 5px 10px 5px;
	}
	
	
	.page-template-contact-page .entry-content.contact-form {
		width: 100%;
		padding-right: 0;
	}
	
	.page-template-contact-page .contact{
		width: 100%;
		margin: 0;
	}

	.menu-item.menu-search{
		display: block;
	}

	.menu_search{
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
	}
	
	.menu_search.top_search input{
		width: 100%;
		font-size: 14px;
	}

	.top_search button{
		top: 3px;
	}
	
	
	.back-to-top.sticky {
		transform: translateX(0px);
	}
}

@media screen and (max-width: 400px){
	#people_section ul li {
		width: 100%;
	}	
}

/*******RESPONSIVE********/









