/*
Theme Name: Allison Leigh Holt
Theme URI: http://www.yannnovakdesign.com
Description: A Custom theme for Allison Leigh Holt by Yann Novak Design. Please don't steal.
Author: Yann Novak Design
Version: 2.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, main, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/* =Font 300, 400, 700
-------------------------------------------------------------- */

body {
	font-family: "europa", sans-serif;
}

/* =Containers
-------------------------------------------------------------- */

.container,
footer {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1400px;
}
 @media all and (min-width: 768px) {
	.container,
	footer {
		padding: 0 30px;
	}
}
 @media all and (min-width: 1024px) {
	.container,
	footer {
		padding: 0 50px;
	}
}


/* =Structures
-------------------------------------------------------------- */

.grid {
	clear: both;
	text-align: justify;
	font-size: 0;
	line-height: 0;
	margin: 0;
	text-justify: distribute-all-lines;
}
.grid.line {
	border-bottom: 1px solid #222;
	margin-bottom: 47px;
}
.grid:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.grid .hentry,
.grid .widget-container {
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.grid .hentry,
.grid .gap,
.grid .widget-container {
	display: inline-block;
	width: 100%;
}
 @media all and (min-width: 768px) {
	.grid .hentry,
	.grid .gap,
	.grid .widget-container {
		width: calc(50% - 25px);
	}
	.sidebar .hentry {
		float: left;
		width: calc(66.6666% - 37px); 
	}
	.sidebar #primary {
		float: right;
		width: calc(33.3333% - 37px); 
	}
	.grid.full .hentry,
	.grid.full .gap,
	.grid .hentry.full {
		width: 100%;
	}
}
 @media all and (min-width: 1024px) {
	.grid .hentry,
	.grid .gap,
	.grid .widget-container {
		width: calc(33.3333% - 37px);
	}
	.two-column .hentry {
		max-width: 850px; 
	}
	.grid.two .hentry,
	.grid.two .gap,
	.grid .hentry.half {
		width: calc(50% - 25px);
	}	
}
 @media all and (max-width: 1024px) {
	.grid #linkcat-30.widget-container {
		width: 100%;
	}
}


/* =Transitions
-------------------------------------------------------------- */

a:link,
.grid .hentry a img,
.grid .hentry .entry-meta,
.grid .hentry .entry-title,
.menu-active #site-title a,
#menu-button,
#menu-button a span,
#menu-button a span:before,
#menu-button a span:after,
#menu-main-menu a,
#filter button,
#follow-menu a,
input#mc-embedded-subscribe.button,
.navigation a:link {
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}
.pace-inactive {
	display: none;
}

header,
#wrapper {
	opacity: 0;
	transition: opacity 400ms ease;
}
.pace-done header,
.pace-done #wrapper {
	opacity: 1;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #222;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
}
hr {
	background-color: #222;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 22px;
}

/* Text elements */
p {
	margin-bottom: 22px;
}
ul {
	list-style: none;
	margin: 0 0 22px 0;
}
ol {
	list-style: decimal;
	margin: 0 0 22px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul,
dl ul,
dl p {
	margin-bottom: 0;
}
dl {
	margin: 0 0 22px 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: 22px;
}
@media all and (min-width: 768px) {
	dl {
		margin: 0 0 22px 0;
	}
	dt {
		clear: left;
		float: left;
		font-weight: 400;
	}
	dd {
		margin: 0 0 0 100px;
	}
}
strong {
	font-weight: 700;
}
cite,
em,
i {
	font-style: italic;
}
blockquote {
	border-left: 1px solid #222;
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 22px;
	margin-bottom: 22px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #fff;
	border: 1px solid #222;
	padding: 2px;
}
a:link {
	color: #abb7b7;
	text-decoration: none;
}
a:visited {
	color: #abb7b7;
}
a:active,
a:hover {
	color: #222;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
* html .clearfix { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }


/* =Header
-------------------------------------------------------------- */

header,
#header-bg {
	height: 80px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
header {
	z-index: 300;
}
#header-bg {
	background-color: #fff;
	z-index: 100;
}
#site-title {
	float: left;
	font-size: 24px;
	line-height: 80px;
	margin: 0;
	width: 75%;
}
#site-title a {
	color: #222;
	font-weight: 400;
	text-decoration: none;
}
.menu-active #site-title a:hover {
	color: #fff;
}
#menu-button {
	float: left;
	line-height: 10px;
	text-align:  right;
	width: 25%;
}
#menu-button a {
	position: relative;
	display: inline-block;
	font-size: 10px;
	z-index: 10;
	width: 2.5em;
	height: auto;
	padding: 39px 0px;
}
#menu-button a span {
	position: relative;
	display: block;
}
#menu-button a span,
#menu-button a span:before,
#menu-button a span:after {
	background-color: #222;
	width: 100%;
	height: 0.2em;
}
.menu-active #menu-button a span:before {
	top: 8px;
	-webkit-transform:rotate(45deg);
	   -moz-transform:rotate(45deg);
	    -ms-transform:rotate(45deg);
	     -o-transform:rotate(45deg);
	        transform:rotate(45deg);
}
.menu-active #menu-button a span:after {
	bottom: 0px;
	-webkit-transform:rotate(-45deg);
	   -moz-transform:rotate(-45deg);
	    -ms-transform:rotate(-45deg);
	     -o-transform:rotate(-45deg);
	        transform:rotate(-45deg);
}
#menu-button a:hover span:before,
#menu-button a:hover span:after {
	background-color: #fff;
}
.menu-active #menu-button a span:before,
.menu-active #menu-button a span:after {
	background-color: #222;
}
#menu-button a:hover span,
#menu-button a:active span,
#menu-button a:focus span,
.menu-active #menu-button a span,
.menu-active #menu-button a:hover span,
.menu-active #menu-button a:active span,
.menu-active #menu-button a:focus span {
	background-color: transparent;
}
#menu-button a span:before,
#menu-button a span:after {
	position: absolute;
	margin-top: -0.8em;
	content: " ";
	left: 0;
}
#menu-button a span:after {
	margin-top: 0.8em;
}
#menu-button a:hover span,
#menu-button a:hover span:before,
#menu-button a:hover span:after,
#menu-button a:focus span,
#menu-button a:focus span:before,
#menu-button a:focus span:after {
	background-color: #abb7b7;
}
.menu-active #menu-button a:hover span:before,
.menu-active #menu-button a:hover span:after,
.menu-active #menu-button a:focus span:before,
.menu-active #menu-button a:focus span:after {
	background-color: #fff;
}


/* =Menu
-------------------------------------------------------------- */

menu {
	display: none;
	position: fixed;
	left: 0px;
	right: 0px;
	height: 100%;
	background: rgba(171,183,183,0.90);
	overflow: auto;
	z-index: 200;
}
#menu-main-menu {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	list-style: none;
	padding: 80px 0 0;
	text-align: right;
}
#menu-main-menu a,
#follow-menu a {
	color: #222;
	text-decoration: none;
}
#menu-main-menu a:hover,
#follow-menu a:hover {
	color: #fff;
}
#follow-menu {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	padding-top: 6px;
	text-align: right;
}
#follow-menu a {
	display: block;
}
#menu-main-menu li,
#follow-menu a {
	opacity: 0;
}
#menu-main-menu li,
#follow-menu a {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
#menu-main-menu li:first-child {
	animation-delay: 100ms;
}
#menu-main-menu li:nth-child(2) {
	animation-delay: 150ms;
}
#menu-main-menu li:nth-child(3) {
	animation-delay: 200ms;
}
#menu-main-menu li:nth-child(4) {
	animation-delay: 250ms;
}
#menu-main-menu li:nth-child(5) {
	animation-delay: 300ms;
}
#follow-menu a:first-child {
	animation-delay: 350ms;
}
#follow-menu a:nth-child(2) {
	animation-delay: 400ms;
}
#follow-menu a:nth-child(3) {
	animation-delay: 450ms;
}
#follow-menu a:nth-child(4) {
	animation-delay: 500ms;
}
#follow-menu a:nth-child(5) {
	animation-delay: 550ms;
}
#follow-menu a:nth-child(6) {
	animation-delay: 600ms;
}
#follow-menu a:nth-child(7) {
	animation-delay: 650ms;
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -50%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}


/* =Content
-------------------------------------------------------------- */

main {
	clear: both;
	overflow: hidden;
	padding: 100px 0 0 0;
}
.home main {
		padding: 80px 0 0 0;
	}
@media all and (min-width: 560px) {
	main {
		padding: 150px 0 0 0;
	}
}
#content {
	margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-weight: 700;
	line-height: 22px;
	margin: 0 0 22px 0;
}
h2,
h3 {
	font-size: 16px;
	text-transform: uppercase;
}
h2.cv,
h3.cv {
	text-transform: none;
}
h3 {
	padding-top: 22px;
}
.hentry {
	margin: 0 0 25px 0;
}
.hentry.big-margin {
	margin: 0 0 47px 0;
}
.page-title,
.section-title {
	color: #222;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 22px 0;
	text-transform: none;
}
h3.section-title {
	padding-top: 0;
}
.entry-title {
	color: #222;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
	padding: 0;
	text-transform: none;
}
.entry-meta {
	color: #abb7b7;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 3px;
	text-transform: capitalize;
}
.entry-content {
	clear: both;
}
.entry-content fieldset {
	border: 1px solid #222;
	margin: 0 0 24px 0;
	padding: 22px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #222;
	font-weight: 700;
	padding: 0 22px;
}
.entry-content input {
	margin: 0 0 22px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 22px;
}
.entry-content label {
	color: #222;
	font-size: 16px;
}
.entry-content select {
	margin: 0 0 22px 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}


/* =Rotator
-------------------------------------------------------------- */

.rslides {
	display: block;
	padding-bottom: 56.25%
}
.rslides {
	list-style: none;
	margin: 0 0 50px;
	position: relative;
	width: 100%;
}
.rslides li {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 0 0 0 #000000;
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li img {
	display: block;
	height: auto;
	width: 100%;
}


/* =Single
-------------------------------------------------------------- */

.single .page-title {
	margin: 0 0 3px 0;
}
.single .entry-title {
	font-size: 24px;
	font-style: italic;
	line-height: 30px;
	margin-bottom: 22px;
}
.single article.hentry {
	border-bottom: 1px solid #222;
	margin-bottom: 47px;
}
.single article.hentry:only-child {
	border-bottom: none;
	margin-bottom: 0;
}
.single article.hentry:first-child {
	padding-bottom: 25px;
}
.single article.hentry:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.single .entry-meta {
	margin-bottom: 22px;
}
.single .entry-meta span:after { 
	content: ' — '
}
.single .entry-meta span:last-child:after { 
	content: ''
}
.single .entry-content {
	padding-bottom: 25px;
}
@media all and (min-width: 1024px) {
	.grid.full .hentry p,
	.grid .hentry.full p,
	.single .entry-content {
		width: calc(66.6666% - 37px); 
	}
}


/* =Video
-------------------------------------------------------------- */

.video-container {
	margin-bottom: 15px;
	position: relative;
	height: 0;
}
.video-container.wide {
	padding-bottom: 56.25%; /* 16:9 */
}
.video-container.full {
	padding-bottom: 75%; /* 4:3 */
}
.video-container iframe {
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
}


/* =Images
-------------------------------------------------------------- */

img {
	margin: 0;
	height: auto;
	max-width: 1400px;
	width: 100%;
}
img.hero {
	margin-bottom: 47px;
}
img.hero-details {
	margin-bottom: 15px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 22px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 22px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 22px;
}
.wp-caption {
	background: #fff;
	line-height: 22px;
	margin-bottom: 22px;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #abb7b7;
	font-size: 14px;
	margin: 5px;
}
@media all and (min-width: 768px) {
	img.publication-cover {
		width: calc(50% - 30px);
	}
}
@media all and (min-width: 1024px) {
	img.publication-cover {
		width: calc(66.6666% - 37px);
	}
}


/* =Lists
-------------------------------------------------------------- */

#filter {
	font-size: 15px;
	margin-bottom: 22px;
}
.works #filter {
	margin-bottom: 25px;
}
#filter a {
	display: inline-block;
	margin-right: 10px;
}
#filter strong {
	margin-right: 10px;
}
#filter button {
	background: #fff;
	border: none;
	color: #abb7b7;
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	margin: 0 10px 0 0;
	padding: 0;
}
#filter button:hover,
#filter button:active,
#filter button:focus,
#filter button.mixitup-control-active {
	color: #222;
}


/* =Works in Grid
-------------------------------------------------------------- */

.grid .hentry {
	padding-bottom: 25px;
}
.grid.works .hentry {
	padding: 0;
}
.grid.news .hentry {
	border-top: 1px solid #222;
	padding: 22px 0 0;
}
.grid .hentry img {
	display: block;
	height: auto;
	margin-bottom: 15px;
	opacity: 1;
	width: 100%;
}
.grid .hentry:hover a img {
	opacity: 0.7;
}
.grid .hentry:hover .entry-title {
	color: #abb7b7;
}
.grid .hentry:hover .entry-meta {
	color: #bfbfbf;
}
 @media all and (min-width: 768px) {
	.grid.news .hentry:nth-child(1),
	.grid.news .hentry:nth-child(2) {
		border-top: none;
		padding: 0;
	} 
}
 @media all and (min-width: 1024px) {
	.grid.news .hentry:nth-child(1),
	.grid.news .hentry:nth-child(2),
	.grid.news .hentry:nth-child(3) {
		border-top: none;
		padding: 0;
	}	
}


/* =News
-------------------------------------------------------------- */

ul.news {
	margin: 0;
}
ul.news li {
	padding-bottom: 47px;
}
ul.news li:last-child {
	padding-bottom: 0;
}
ul.news li:last-child p:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 768px) {
	ul.news li {
		padding-bottom: 25px;
	}
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	border-top: 1px solid #222;
	color: #222;
	font-size: 24px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #222;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #abb7b7;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-previous,
.nav-next,
.nav-back {
	line-height: 75px;
	height: 75px;
}
nav .nav-previous {
	float: left;
	width: 33%;
}
nav .nav-back {
	float: left;
	text-align: center;
	width: 33%;
}
nav .nav-next {
	float: right;
	text-align: right;
	width: 33%;
}
.navigation span {
	display: none;
}
@media all and (min-width: 560px) {
	.navigation span {
		display: inline-block;
	}
}
@media all and (min-width: 768px) {
	.nav-previous,
	.nav-next,
	.nav-back {
		line-height: 100px;
		height: 100px;
	}
}
@media all and (min-width: 1024px) {
	.nav-previous,
	.nav-next,
	.nav-back {
		line-height: 150px;
		height: 150px;
	}	
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-container {
	margin: 0 0 22px 0;
}
.widget-title {
	color: #222;
	font-weight: 700;
	margin-bottom: 22px;
	text-transform: uppercase;
}
footer h3.widget-title {
		padding-top: 0;
	}
@media all and (min-width: 768px) {
	h3.widget-title {
		padding-top: 0;
	}
	#linkcat-30 li {
		display: inline-block;
		padding-right: 10px;
	}
}
#primary {
	margin-bottom: 47px;
}
#footer-widget-area {
	border-top: 1px solid #222;
	padding: 47px 0 25px;
}
input#mce-EMAIL.email {
	border: 1px solid #222;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	height: 30px;
	font-size: 15px;
	padding: 0 5px;
	width: 100%;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
input#mce-EMAIL.email:focus {
	outline: none;
}
::-webkit-input-placeholder {
	color: #222;
}
::-moz-placeholder {
	color: #222;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #222;
}
:-moz-placeholder {
	color: #222;
}
input#mc-embedded-subscribe.button {
	background: none;
	border: none;
	color: #abb7b7;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	padding: 0;
	-webkit-appearance: none;
}
input#mc-embedded-subscribe.button:hover {
	color: #222;
}
.grid #text-newsletter.widget-container .clear {
	text-align: left;
}


/* =Footer
-------------------------------------------------------------- */

footer {
}
#footer-widget-area {
}
#colophon {
	background-color: #abb7b7;
	clear: both;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 50px;
}

