/*
Theme Name: Montecito
Version: 1.0
Description: The official theme for the Montecito Journal
Author: Umbrella, Inc.
*/

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%;
	vertical-align: baseline;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #333;
}
html, body {
	height: 100%;
}
body {
	line-height: 100%;
}
ol,
ul {
	list-style: none;
}
hr {
	border: none;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	color: inherit;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
a {
	color: #3C2415;
	text-decoration: none;
	outline: none;
}
.pagecontent a {
	color: #D2232A
}
input {
	outline: none;
}

/* Clearing floats */
.clear {
	clear: both;
}
mark {
	border-bottom: 3px solid #3C2415;
	background: transparent;
}
strong {
	font-weight: bold;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}


a.downloadbutton {
	padding: 12px 50px;
	background: #3C2415;
	color: white;
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 3px;
}
a.downloadbutton:hover {
	opacity: 0.9;
}

#applicationWrapper {
	overflow-x: hidden;
}
.pagewrap {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
	margin-left: 0;
}
.pagewrap.sidedisplayed {
	margin-left: 300px;
}
.toggle-sidemenu {
	width: 24px;
	height: 24px;
	background: url(images/icon-close.svg) center center no-repeat;
	float: right;
	background-size: 20px 20px;
	margin-top: 10px;
	margin-right: 10px;
	opacity: 0.5;
}
.toggle-sidemenu:hover {
	opacity: 1;	
}
.sidemenu-button {
	display: block;
	border-radius: 5px;
	padding: 10px;
	color: #616161;
	position: fixed;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	left: 0;
	top: 90px;
	margin-left: -31px;
	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);
	background: url(images/icon-side-menu.png) 9px 12px no-repeat #D7CCC8;
	background-size: 13px 10px;
	padding-left: 32px;
	padding-right: 16px;
	font-size: 12px;
	cursor: pointer;
	z-index: 1;
}
.sidemenu-button:hover {
	background-color: #FEB909;
}
.side-menu {
	position: fixed;
	left: 0;
	margin-left: -300px;
	top: 0;
	width: 300px;
	bottom: 0;
	background: black;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 2;
	overflow: auto;
}
.side-menu.displayed {
	margin-left: 0;
}
.side-menu .menu-main-menu-container {
	padding: 20px;
}
.side-menu .menu-main-menu-container a {
	color: white;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: block;
	line-height: 28px;
	font-size: 14px;
}
.side-menu a:hover {
	color: #FEB909;
}
.side-menu li li a {
	margin-left: 20px;
}

.main-content-disable-overlay {
	opacity: 0.1;
	background: white;
	width: 100%;
	margin-left: 300px;
	z-index: 1;
}


.logo {
	width: 897px;
	height: 131px;
	display: block;
	background: url(images/logo.png?v3) top left no-repeat;
	background-size: 897px auto;
}

.site-header {
	background: black;
	border-top: 10px solid #CDC1BC;
	padding-top: 30px;
}
.site-header .floatingdate {
	position: absolute;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	left: 180px;
	top: 78px;
}
.site-header .search {
	position: absolute;
	background: #CDC1BC;
	border-radius: 5px;
	top: 28px;
	right: 200px;
}
.site-header .search input[type="text"] {
	background: transparent;
	border: none;
	padding: 7px 13px;
	font-size: 14px;
	width: 160px;
	font-family: 'Montserrat', sans-serif;
	background: url(images/icon-search.svg) right center no-repeat;
	background-size: 18px 16px;
	margin-right: 10px;
	padding-right: 40px;
}
.site-header .static {
	position: absolute;
	top: 78px;
	right: 200px;
	width: 220px;
	text-align: right;
}
.site-header .static li {
	display: inline-block;
	text-align: right;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	border-left: 1px solid white;
	padding-left: 10px;
}
.site-header .static li:first-child {
	margin-left: 0;
	border-left: 0;
	padding: 0;
}
.site-header .static a {
	display: inline-block;
	color: white;
	font-size: 13px;
	margin: 0;
	text-transform: uppercase;
	padding: 0;
}
.site-header .inner,
.firstmenu {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
.site-header a.newsletter {
	display: block;
	width: 261px;
	height: 212px;
	background: url(images/newsletter-coffee.svg) top left no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: -80px;
	top: -120px;
}


.site-header .inner {
	height: 165px;
}





.mlink {
	display: block;
	text-align: center;
	width: 50%;
	font-size: 18px;
	float: left;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.mlink img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.mlink:hover {
	color: #3C2415;
	opacity: 0.9;
}
.mlink strong {
	font-weight: 800;
	color: inherit;
}


.homebanner {
	display: block;
}
.homebanner img {
	max-width: 100%;
	margin-bottom: 20px;
}
.homecontent {
	max-width: 1020px;
	margin: 0 auto;
}
.homecontent.mlinkcontainer {
	margin-bottom: 80px;
	max-width: none;
}

.homecontent h2 {
	font-weight: bold;
	font-size: 42px;
	line-height: 56px;
	text-align: center;
	margin-bottom: 20px;
}






/* Navigation Menu */


.main-navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	line-height: 0;
	background: black;
}
.main-navigation.floating {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background: black;
	z-index: 3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.main-navigation .innerlogo {
	width: 24px;
	height: 24px;
	background: url(images/logo-side.svg) center center no-repeat black;
	background-size: 20px auto;
	position: fixed;
	left: -30px;
	top: -2px;
	opacity: 0;
	padding: 6px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.main-navigation.floating .innerlogo {
	opacity: 1;
	left: 0;
}
.main-navigation li li a {
	text-transform: none;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: inline-block;

}
.main-navigation li a,
.main-navigation li {
	display: inline-block;
	text-decoration: none;
}
.main-navigation li a {
	border-bottom: 0;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 8px;
	white-space: nowrap;
	text-transform: uppercase;
	margin-right: 0;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	display: block;
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.main-navigation li:first-child a {
	padding-left: 0;
}
.main-navigation li:first-child li a {
	padding-left: 13px;
}
.main-navigation li:last-child a {
	border-right: none;
}
.main-navigation li:hover a {
	color: #FEB909;
}
.main-navigation li:hover li a {
	color: #4E4E4E;
}
.main-navigation li:hover li a:hover {
	background: white;
}
.main-navigation li:hover li:first-child a {
	background: #FECE3F;
}
.main-navigation li ul {
	display: none;
}
.main-navigation li ul ul {
	top: 0;
	left: 100%;
	padding: 0;
}
.main-navigation li:hover > ul,
.main-navigation li.current-menu-item > ul,
.main-navigation li.current-category-ancestor > ul {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 13;
	background: #CDC1BC;
}
.main-navigation.floating li.current-menu-item > ul,
.main-navigation.floating li.current-category-ancestor > ul {
	margin-top: 0;
}
body.home .main-navigation li:hover > ul,
body.home .main-navigation li.current-menu-item > ul,
body.home .main-navigation li.current-category-ancestor > ul {
	display: none;
}
body.author .main-navigation li:hover > ul,
body.author .main-navigation li.current-menu-item > ul,
body.author .main-navigation li.current-category-ancestor > ul {
	display: none;
}
.main-navigation li ul li {
	display: block;
	float: left;
}
.main-navigation li ul li a {
	display: inline-block;
	padding: 14px 13px;
	white-space: normal;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
	height: auto;
	background: transparent;
	border-right: 1px solid white;
	color: #4E4E4E;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.main-navigation li ul li:first-child a {
	background: #FECE3F;
	color: white;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}
.main-navigation li:hover ul li a {
	background: transparent;
}
.main-navigation li ul li.current-menu-item a {
	font-weight: 700;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-post-ancestor > a {
	color: #FEB909;
	font-weight: bold;
}
.main-navigation .current-menu-ancestor li > a {
	color: black;
}
.main-navigation li ul .current-menu-item > a,
.main-navigation li ul .current-menu-ancestor > a,
.main-navigation li ul .current_page_item > a,
.main-navigation li ul .current_page_ancestor > a {
	font-weight: 700;

}
.side-navigation li ul {
	display: none;
}



.top-widget {
	
}
.top-widget li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-widget .widget {
	width: 25%;
    float: left;
    min-height: 80px;
    box-sizing: border-box;
    border-right: 1px solid #CCC;
    padding-left: 20px;
}
.top-widget .widget:first-child {
	padding-left: 0;
}
.top-widget .widget:nth-child(4n) {
	border-right: none;
}
.top-widget .widget img {
	max-width: none;
	height: 140px;
}
.top-widget .widget .single {
	padding-left: 120px;
	position: relative;
	font-size: 11px;
	line-height: 16px;
	margin-right: 20px;
}
.top-widget .widget .single.nopreview {
	padding-left: 0;
}
.top-widget .widget .single .preview {
	width: 110px;
	float: left;
	margin-left: -120px;
	height: 140px;
	background: url('') center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.top-widget .widget .title {
	font-family: "Chronicle Display A", "Chronicle Display B";
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
	color: #FFC744;
	font-size: 18px;
	line-height: 24px;
}
.top-widget .widget .desc {
	color: white;
}


.footer {
	background: #444;
	padding-top: 20px;
	padding-bottom: 40px;
}
.footer .copy {
	color: #999;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 13px;
	max-width: 1280px;
	margin: 0 auto;
}
.footer .menuarea {
	height: auto;
}





.small-menu {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow-y: auto;
	z-index: 999;
	padding-top: 40px;
	background: #3C2415;
}
.small-menu li {
	display: block;
	float: none;
}



.entry-content ul {
	list-style: disc;
	margin-left: 20px;
}
.entry-content ul li {
	margin-bottom: 20px;
}
.entry-content ol {
	list-style: decimal;
	margin-left: 20px;
}
.entry-content ol li {
	margin-bottom: 20px;
}


.post.error404 {
	background: #a1abac;
	max-width: 800px;
	margin: 0 auto;
	padding: 80px;
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 24px;
}
.post.error404 a {
	text-decoration: underline;
}
.post.error404 h1 {
	font-weight: 300;
	font-size: 36px;
	color: white;
	margin-bottom: 10px;
	line-height: 48px;
}



.layout-left {
	width: 600px;
	float: left;
}
.layout-mid {
	width: 220px;
	float: left;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding-left: 29px;
	padding-right: 29px;
	margin-left: 29px;
	margin-right: 29px;
}
.layout-right {
	width: 340px;
	float: right;
}
.layout-std {
	width: 960px;
	float: left;
	padding-right: 20px;
	margin-bottom: 30px;
	border-right: 1px solid #999;
}
.layout-sidebar {
	width: 280px;
	float: right;
}
.layout-sidebar em {
	font-style: normal;
	display: block;
	text-align: center;
	color: #AAA;
	font-size: 12px;
	margin-bottom: 10px;
}
.layout-sidebar img {
	max-width: 100%;
	margin-bottom: 20px;
}
.pagecontent .layout-sidebar h3 {
	margin-top: 0;
}


.singlepost {
}
.singlepost .preview {
	display: block;
	background: url('') center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.layout-left .singlepost .preview {
	height: 380px;
}
.layout-mid .singlepost .preview {
	height: 140px;
}
.layout-right .singlepost .preview {
	height: 240px;
}
.singlepost.stgrid .preview {
	height: 240px;
	margin-bottom: 20px;
}
.singlepost.stgrid.nopreview {
	padding-left: 0;
	padding-right: 80px;
}
.singlepost.stgrid.nopreview .preview {
	display: none;
}
.singlepost .preview img {
	
}
.singlepost .inner {
	padding-top: 10px;
	padding-bottom: 10px;
}
.singlepost .inner p {
	font-size: 17px;
	font-family: "Chronicle Display A", "Chronicle Display B";
	line-height: 22px;
}
.singlepost.stgrid .inner p {
	max-height: 110px;
	overflow: hidden;
}
.singlepost .title {
	font-family: "Chronicle Cond A", "Chronicle Cond B";
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 10px;
	display: block;
	color: #000000;
}
.layout-std .singlepost .title {
	font-size: 36px;
	line-height: 36px;
}


.cats {
	margin-top: 10px;
	margin-bottom: 10px;
}
.cats a {
	color: #D2232A;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	margin-left: 6px;
}
.cats a:first-child {
	margin-left: 0;
}
.meta {
	text-transform: uppercase;
	color: #77787B;
	font-size: 13px;
	margin-bottom: 10px;
}
.meta a {
	color: #D2232A;
}
.singlepost .caption {
	margin-top: -22px;
	margin-bottom: 20px;
	padding: 10px 0px 10px 0;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	font-style: italic;
	color: #777;
}

.singlepost.stgrid {
	position: relative;
	padding-left: 340px;
}
.singlepost.stgrid .preview {
	position: static;
    width: 320px;
    float: left;
    margin-left: -340px;
}




.layout-mid .singlepost .title {
	font-size: 24px;
	line-height: 24px;
}
.readmoretitle {
	color: #D2232A;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	font-style: normal;
}

.pagecontent {
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pagecontent.narrower {
	max-width: 1024px;
}
.pagecontent.category,
.pagecontent.has-parent {
	padding-top: 60px;
}
.pagecontent.searchside {
	position: relative;
}
.pagecontent.searchside .i {
	margin-right: 370px;
}
.authorside {
	width: 360px;
	position: absolute;
	right: 0;
	top: 80px;
}
.pagecontent h1 {
	font-size: 30px;
	font-weight: 400;
	line-height: 42px;
	margin-bottom: 10px;
}
.pagecontent h1.pagetitle {
	font-family: "Chronicle Cond A", "Chronicle Cond B";
	font-style: normal;
	font-weight: 800;
	font-size: 56px;
	line-height: 56px;
	margin-bottom: 20px;
}
.pagecontent h1.newstitle {
	font-family: "Chronicle Cond A", "Chronicle Cond B";
	font-style: normal;
	font-weight: 800;
	font-size: 56px;
	line-height: 56px;
	margin-bottom: 20px;
}
.pagecontent h1.newstitle.notopbartitle {
	margin-top: 20px;
	margin-bottom: 30px;
}
.pagecontent h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 20px;
	color: #000000;
	letter-spacing: 0;
}
.pagecontent h2.small {
	font-size: 16px;
	border-bottom: 1px solid #999;
	text-transform: uppercase;
}
.pagecontent h2.small.highlighted {
	background: black;
	color: white;
	padding-left: 12px;
	border: none;
}
.pagecontent h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	font-weight: 900;
	line-height: 28px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.pagecontent .wp-block-columns h3 {
	margin-top: 0;
	margin-bottom: 12px;
	color: black;
}
.pagecontent h3.mfrom {
	font-size: 32px;
}
.pagecontent h4 {
	margin-bottom: 20px;
	font-weight: bold;
}
.pagecontent .wp-block-columns h4 {
	margin-top: 0;
	margin-bottom: 12px;
	color: black;
}
.pagecontent p {
	color: #333;
	margin-bottom: 20px;
	font-size: 17px;
    font-family: "Chronicle Display A", "Chronicle Display B";
    line-height: 22px;
}
.pagecontent p strong {
	font-size: 17px;
    font-family: "Chronicle Display A", "Chronicle Display B";
    line-height: 22px;
    font-weight: bold;
}
.pagecontent p em {
	font-size: 17px;
    font-family: "Chronicle Display A", "Chronicle Display B";
    line-height: 22px;
    font-style: italic;
}
.pagecontent ul {
	margin-bottom: 20px;
}
.pagecontent ul li {
	margin-bottom: 4px;
	font-size: 15px;
	line-height: 24px;
	list-style: disc;
	margin-left: 20px;
}
.titlepreview {
	margin-top: 20px;
	margin-bottom: 20px;
}
.titlepreview img {
	width: 100%;
}
.wp-block-columns.smaller a {
	font-size: 14px;
}


.pagecontent ul.wpp-list {
	clear: both;
	font-size: 0;
	white-space: nowrap;
	margin-bottom: 20px;
}
.pagecontent ul.wpp-list li {
	margin-left: 0;
	width: 300px;
	display: inline-block;
	margin-right: 26px;
	vertical-align: top;
	white-space: normal;
}
.pagecontent ul.wpp-list li p {
	max-height: 132px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pagecontent ul.wpp-list.narrow li {
	width: 206px;
}
/*.pagecontent ul.wpp-list li:last-child {
	margin-right: 0;
}*/
.pagecontent ul.wpp-list li span.counter {
	font-size: 48px;
	font-family: "Chronicle Cond A", "Chronicle Cond B";
	line-height: 48px;
	font-weight: 800;
	display: block;
	margin-bottom: 8px;
}
.pagecontent ul.wpp-list li img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 8px;
}
.pagecontent ul.wpp-list li a.wpp-post-title {
	font-family: "Chronicle Cond A", "Chronicle Cond B";
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 4px;
	display: block;
	margin-right: 10px;
	color: #000000;
}
.pagecontent ul.wpp-list li .preview {
	height: 200px;
	background-color: #efefef;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 8px;
}
.wpp-views {
	color: #AAA;
}

.responsiveshow { display: none; }

.tv-widget-watch-list__description {
	display: none;
}


.pagefooter {
	background: #4E4E4E;
	padding-bottom: 40px;
	margin-top: 180px;
}
.pagefooter .inner {
	max-width: 1280px;
	margin: 0 auto;
}
.pagefooter .widget {
	width: 240px;
	padding: 10px 20px 30px 20px;
	float: left;
	background: white;
	margin-right: 20px;
	font-size: 13px;
	line-height: 16px;
	list-style: none;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 5px;
	margin-top: -30px;
}
.pagefooter .widget a {
	display: block;
}
.pagefooter .widget a:hover {
	opacity: 0.9;
}
.pagefooter .widget .preview {
	background: url('') center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 10px;
}
.pagefooter .widget .preview img {
	max-width: 100%;
	display: block;
}
.pagefooter .widget .title {
	font-family: "Chronicle Cond A", "Chronicle Cond B";
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 12px;
}
.footer-widget {
	float: right;
}
.pagefooter .logo {
	display: block;
	width: 280px;
	height: 280px;
	background: url(images/logo-mjonline.svg) top left no-repeat;
	background-size: 280px 280px;
	float: left;
	margin-top: -140px;
}
.pagefooter .menu {
	float: left;
	clear: left;
	width: 280px;
	margin-top: 40px;
}
.pagefooter .menu h3 {
	font-family: "Chronicle Cond A", "Chronicle Cond B";
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 36px;
	color: white;
	padding-bottom: 8px;
	border-bottom: 1px solid white;
	margin-bottom: 8px;
}
.pagefooter .menu a {
	display: block;
	width: 50%;
	float: left;
	color: white;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 4px;
}
.pagefooter .menu a:hover {
	color: #999;
}




.disabler {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 14;
	background: rgba(0, 0, 0, 0.6);
}
.register-prompt {
	position: fixed;
	background: #9D9D9D;
	border-radius: 5px;
	border-bottom-left-radius: 30px;
	padding: 30px 50px 10px 40px;
	width: 400px;
	left: 50%;
	margin-left: -270px;
	top: 80px;
	z-index: 2;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.register-prompt h1,
.register-prompt h2,
.register-prompt h3 {
	color: white;
}
.register-prompt p {
	font-size: 14px;
	line-height: 20px;
	color: white;
}
.register-prompt .img {
	width: 280px;
	height: 230px;
	background: url(images/mojo-coffee-logo.png?v2) top left no-repeat;
	background-size: 280px auto;
	float: right;
	margin-top: -80px;
	margin-right: -182px;
}
.register-prompt .close {
	width: 30px;
	height: 30px;
	float: left;
	background: url(images/icon-close.svg) center center no-repeat #777;
	background-size: 12px auto;
	border-radius: 30px;
	margin-top: -45px;
	margin-left: -55px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.register-prompt .close:hover {
	background-color: black;
}
.register-prompt .cleft {
	width: 300px;
	float: left;
}
.register-prompt h2 {
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 10px;
}
.register-prompt h3 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
}
.register-prompt form {
	margin-top: 14px;
	margin-bottom: 20px;
}
.register-prompt input[type="text"] {
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	line-height: 18px;
	padding: 6px 10px;
	width: 200px;
	border: none;
}
.register-prompt input[type="submit"] {
	background: black;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	line-height: 18px;
	border-radius: 30px;
	border: none;
	color: white;
	padding: 6px 10px;
	margin-left: -20px;
}


.authordata {
	padding-left: 190px;
	position: relative;
	min-height: 160px;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.profileimage {
	width: 160px;
	height: 160px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}


.hcontainer {
	position: relative;
	margin-right: -10px;
	margin-left: -10px;
	padding-left: 10px;
}
.hcontainer .nav {
	display: block;
	position: absolute;
	right: 0;
	top: 130px;
	width: 30px;
	height: 60px;
	background: url(images/arrow-right.svg) center center no-repeat #D2232A;
	background-size: 16px auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.hcontainer .nav:hover {
	background-color: black;
}
.hcontainer .nav.back {
	right: auto;
	left: 0;
	background: url(images/arrow-left.svg) center center no-repeat #D2232A;
	background-size: 16px auto;
}
.hscrollwrap {
	overflow-x: hidden;
}

#mc_embed_signup .mc-field-group {
	width: 100% !important;
}
#mc_embed_signup .mc-field-group.half {
	display: inline-block;
	width: 48% !important;
}
#mc_embed_signup .mc-field-group.half.spaced {
	margin-right: 11px;
}
#mc_embed_signup .mc-field-group input {
	font-family: 'Montserrat', sans-serif;
	padding: 8px;
	font-size: 16px;
	width: 100% !important;
}
#mc_embed_signup .mc-field-group.input-group input[type="checkbox"],
#mc_embed_signup .mc-field-group input[type="checkbox"] {
	width: auto !important;
}
#mc_embed_signup form {
	padding: 0 !important;
}
#mc_embed_signup .mc-field-group {
	padding-bottom: 0 !important;
	margin-bottom: 0;
}
#mc_embed_signup .button {
	background-color: #D2232A !important;
}
#mc_embed_signup div#mce-responses {
	margin: 0 !important;
	width: auto !important;
	padding: 0 !important;
	font-size: 13px !important;
	width: 100% !important;
	float: none !important;
}
#mc_embed_signup div.response {
	margin: 0 !important;
	padding: 8px !important;
	font-size: 13px !important;
	float: none !important;
	width: 100% !important;
	background: rgba(255, 255, 255, 0.8) !important;
	margin-bottom: 10px !important;
}
#mc_embed_signup #mce-success-response {
	margin: 0 !important;
	text-align: center;
	
}

.wp-block-image figcaption {
	font-size: 12px;
	line-height: 15px;
	font-style: italic;
	text-align: right;
}


.topbar-wrapper {
	background: #3D3C3E;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.category .topbar-wrapper {
	padding-top: 20px;
	border-top: 42px solid #CDC1BC;
}
.topbar-wrapper .inner {
	max-width: 1280px;
	margin: 0 auto;
}

.authors {
}
.pagecontent ul.authors li {
	font-size: 13px;
	line-height: 17px;
	list-style: none;
	margin: 0;
	padding: 0;
	min-height: 50px;
	position: relative;
	padding-left: 60px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.pagecontent ul.authors li a.username {
	display: block;
	font-weight: bold;
}
.pagecontent ul.authors .profileimage {
	width: 50px;
	height: 50px;
	border-radius: 25px;
}


.reordercols {
	display: flex;
	flex-direction: column;
}
.reordercols .first {
	order: 1;
}
.reordercols .second {
	order: 2;
}

.authorresults {
	border-radius: 5px;
	padding: 20px;
	padding-bottom: 0;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	background: #E1E1E1;
}

.video-prompt {
	position: fixed;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	top: 80px;
	z-index: 3;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.video-prompt .close {
	width: 30px;
	height: 30px;
	float: right;
	background: url(images/icon-close.svg) center center no-repeat #777;
	background-size: 12px auto;
	border-radius: 30px;
	margin-top: -36px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.video-prompt .close:hover {
	background-color: black;
}

.fifthsgrid {
}
.fifthsgrid .singlepost,
.fifthsgrid .singlepost.stgrid.nopreview {
	float: right;
	width: 33.3333333%;
	padding: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #999;
}
.fifthsgrid .singlepost:first-child {
	width: 33.3333333%;
	float: left;
	padding-right: 20px;
	border-bottom: none;
}
.fifthsgrid .singlepost:nth-child(2) {
	width: 33.3333333%;
	float: left;
	padding-right: 20px;
	border-bottom: none;
}
.fifthsgrid .singlepost.stgrid .preview {
	margin: 0;
	float: none;
}
.fifthsgrid .singlepost.stgrid .preview {
	height: 220px;
	width: auto;
}
.layout-std .fifthsgrid .singlepost .title {
	font-size: 26px;
	line-height: 28px;
}

.read-home {
	border-top: 1px solid #999;
	padding-top: 10px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	margin-top: -10px;
	padding-bottom: 10px;
}
.read-home img {
	max-width: 100%;
}

.adslide {
	white-space: nowrap;
	font-size: 0;
	overflow: hidden;
	
}
.adslide a {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.adslide a:first-child {
	-webkit-animation: slide 14s ease infinite;
}
.adslide a img {
	max-width: 100%;
}

@-webkit-keyframes slide {
  20% { margin-left: 0px }
  45% { margin-left: 0px }
  55% { margin-left: -100% }
  90% { margin-left: -100% }
}

li.widget_montecito_sidebar_ad_widget {
	list-style: none;
	margin: 0;
}

@media screen and (max-width: 1280px) {
	.logo {
		width: 620px;
		margin-left: 40px;
		background-size: 670px auto;
	}
	.firstmenu {
		padding-left: 20px;
		padding-right: 20px;
		padding-left: 54px;
		white-space: nowrap;
		overflow: auto;
	}
	.site-header .floatingdate {
		display: none;
	}
	.pagecontent {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.layout-left {
		width: 45%;
	}
	.layout-mid {
		width: 20%;
		box-sizing: border-box;
		margin-left: 20px;
		margin-right: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.layout-right {
		width: 31%;
	}
	.layout-std {
		width: 70%;
	}
	.pagefooter {
		
	}
	.pagefooter .inner {
		padding-top: 80px;
	}
	.pagefooter .logo {
		width: 120px;
		height: 120px;
		background-size: 100% auto;
		float: none;
		margin-bottom: 20px;
		margin-left: 20px;
	}
	.pagefooter .menu {
		float: none;
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
		clear: both;
		padding-top: 20px;
	}
	.footer-widget {
		white-space: nowrap;
		overflow: auto;
		float: none;
		background: white;
		border-top: 4px solid #333;
		border-bottom: 4px solid #333;
	}
	.pagefooter li.widget {
		display: inline-block;
		vertical-align: top;
		width: 240px;
		margin-top: 0;
	}
	.pagefooter .widget a.twidget {
		margin-right: 6px;
	}
	.pagefooter .widget a.twidget .desc {
		white-space: normal;
	}
	.pagefooter .widget .title {
		font-size: 24px;
		line-height: 24px;
		padding-top: 10px;
	}
	.layout-sidebar {
		width: 24%;
	}
}

@media screen and (max-width: 1070px) {
	.layout-left {
		width: 43%;
	}
}

@media screen and (max-width: 1010px) {
	.firstmenu {
		display: none;
	}
	.main-navigation.floating .innerlogo {
		opacity: 1;
		left: 0;
		top: 12px;
	}
}

@media screen and (max-width: 1000px) {
	.logo {
		width: 390px;
		background-size: 670px auto;
		height: 116px;
	}
	.menuarea {
		padding-top: 26px;
		margin-left: 0;
	}
	.main-navigation li a {
		padding-left: 11px;
		padding-right: 11px;
		font-size: 14px;
	}
	.sidecontent {
		margin-right: -308px;
	}
	.footer .in {
		margin-left: 20px;
		margin-right: 20px;
	}
	.footer .copy {
		text-align: center;
		float: none;
		padding-top: 10px;
	}
	
	.footer .logo {
		margin: 0 auto;
		float: none;
		margin-bottom: 10px;
	}
	.footer .copy {
		text-align: center;
	}


	.mlink {
		float: none;
		margin: 0 auto;
		width: auto;
		margin-bottom: 20px;
	}
	
	.homecontent h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.scrollingnav {
		overflow-x: scroll;
		margin: 0;
	}
	.scrollcont a.next,
	.scrollcont a.prev {
		display: none;
	}

	.firstmenu, 
	.secondmenu {
		display: none;
	}
	.site-header .inner {
		height: 120px;
	}

	.top-widget {
		white-space: nowrap;
		overflow-x: auto;
		padding-left: 20px;
	}
	.top-widget .widget {
		width: 280px;
		float: none;
		display: inline-block;
		vertical-align: top;
		white-space: normal;
	}
	.pagecontent.searchside .i {
		margin-right: 0;
	}
	.authorside {
		position: static;
		width: auto;
	}
}

@media screen and (max-width: 800px) {

	.logo {
		width: 280px;
		margin: 0;
		margin-top: 30px;
		background-image: url(images/logo-min.svg);
		background-size: 100% auto;
		height: 64px;
	}
	.site-header .floatingdate {
		left: 192px;
		top: 70px;
		display: block;
	}
	.sidemenu-button {
		top: 65px;
	}
	.site-header .inner {
		height: 116px;
		margin-left: 40px;
	}
	.site-header {
		padding: 0 20px;
	}
	.site-header .static {
		display: none;
	}
	.site-header .search {
		display: none;
	}
	.site-header a.newsletter {
		display: none;
	}
	.site-header.nopadding {
		padding: 0;
	}
	
	.main-navigation {
		display: block;
		margin: 0;
	}
	.main-navigation ul {
		padding: 20px;
		padding-top: 0;
	}
	.main-navigation li a {
		padding-left: 0;
	}
	.main-navigation li ul li {
		float: none;
	}
	.main-navigation ul li > ul {
		display: block;
		position: static;
		background: transparent;
		padding-top: 0;
		margin-bottom: 10px;
		padding-left: 20px;
	}
	.main-navigation li ul li a {
		padding: 0;
		width: auto;
		background: none;
		float: none;
		font-size: 16px;
	}
	.main-navigation li a, 
	.main-navigation li {
		display: block;
		clear: both;
		margin-left: 0;
		font-size: 18px;
		color: black;
	}
	.main-navigation ul li:hover > ul {
		display: block;
		padding-top: 0;
		background: none;
	}
	.main-navigation li ul li a:hover {
		background: none;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		width: auto;
		float: none;
		position: static;
		display: block !important;
	}
	.main-navigation li ul li.menu-item-has-children a {
		background: none;
	}
	.main-navigation li ul li.menu-item-has-children li a {
		background: none;
	}
	.main-navigation li ul li a {
		color: #666;
	}
	.main-navigation li ul li a:hover {
		color: #F26523;
	}
	.responsiveshow {
		display: block;
	}
	.responsivehide {
		display: none;
	}
	.main-navigation li a:hover {
		background: none;
	}
	.main-navigation li:hover {
		border-bottom: 6px solid transparent;
	}
	.main-navigation li ul li.menu-item-2883 a {
		padding-left: 0;
	}
	.main-navigation li ul li.menu-item-2883 li a {
		color: #aaa;
	}
	.main-navigation ul li > ul {
		box-shadow: none;
	}
	.main-navigation li:hover ul li a {
		padding: 0;
		color: #666;
		width: auto;
		font-size: 16px;
		display: inline-block;
		text-transform: none;
	}
	
	.factionbutton {
		font-size: 18px;
		padding: 20px 40px;
		margin-top: 10px;
		margin-bottom: 10px;

	}
	
	.featured {
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.featured .inner {
		padding: 20px;
	}
	.featured h1,
	.featured h2 {
		font-size: 48px;
		line-height: 56px;
	}
	.featured h1 {
		margin-bottom: 40px;
	}

	.indexblocks .block,
	.indexblocks .block.last {
		width: 50%;
		margin-bottom: 20px;
	}
	.indexblocks .block:nth-child(2) {
		padding-right: 0;
	}
	.indexblocks .block em {
		font-size: 36px;
		line-height: 48px;
	}
	.indexblocks .block .in {
		padding: 14px 20px;
		min-height: 97px;
	}

	#bannerVideo {
		height: 340px;
		top: 0;
		bottom: 0;
		position: absolute;
		width: 1360px;
		left: 50%;
		margin-left: -680px;
		display: inline-block;
		z-index: 0;
	}
	.site-header.landing-header .overlay {
		width: auto;
		position: relative;
		height: auto;
		margin: 0;
		top: auto;
		left: auto;
		padding-top: 90px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.site-header.landing-header .overlay h1 {
		font-size: 18px;
		line-height: 24px;
	}
	.site-header.landing-header .overlay p {
		font-size: 14px;
		line-height: 18px;
	}
	.site-header .logoarea .logo {
		width: 108px;
		height: 67px;
		background-size: 108px 67px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.featuredbanner {
		height: auto;
	}
	.featuredbanner h1 {
		font-size: 32px;
		line-height: 48px;
	}
	.featuredbanner .overlay {
		position: static;
	}
	.featuredbanner h1.pagetitle {
		margin-top: 0;
		padding-top: 220px;
	}
	.foot .dedalus img,
	.foot .ibex img {
		width: 150px;
		height: auto;
	}
	.indexblocks {
		margin-left: 20px;
		margin-right: 20px;
	}
	.indexblocks .block span {
		font-size: 13px;
		line-height: 19px;
	}
	.indexblocks .block {
		padding-right: 10px;
	}
	.indexblocks .block, .indexblocks .block.last {
		margin-bottom: 10px;

	}
	.sponsorimages div.mediumlogos a {
		margin-left: 10px;
		margin-right: 10px;
		width: 130px;
		height: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.main-navigation li:hover {
		border-bottom: none;
	}
	.main-navigation li:hover a {
		color: black;
	}
	.pagecontent.foot .inner {
		padding: 0;
	}
}

@media screen and (max-width: 760px) {
	.responsivehide { display: none }
	.responsiveshow { display: block; }
	.site-header.landing-header {
		height: 340px;
		position: relative;
		overflow: hidden;
		text-align: center;
	}
	/*.site-header.landing-header .overlay .logo {
		width: 200px;
		height: 129px;
		background: url(images/logo-white.png) top left no-repeat;
		background-size: 200px 129px;
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -50px;
		left: 50%;
		margin-left: -100px;
	}*/
	
	.layout-left,
	.layout-mid,
	.layout-right {
		float: none;
		width: auto;
	}
	.layout-mid {
		border: none;
		padding: 0;
		margin-left: 0;
		padding-left: 0;
		margin-right: 0;
		white-space: nowrap;
		overflow-x: auto;
	}
	.layout-mid .singlepost {
		display: inline-block;
		width: 240px;
		vertical-align: top;
		margin-right: 20px;
	}
	.layout-mid .singlepost .inner {
		white-space: normal;
		padding-left: 0;
		padding-right: 0;
	}

	.singlepost .inner {
		
	}
	
	.layout-std {
		width: auto;
		float: none;
		padding-right: 0;
		border: none;
	}

	.singlepost.stgrid {
		padding-left: 0;
	}
	.singlepost.stgrid.nopreview {
		padding-right: 0;
	}
	.singlepost.stgrid .preview {
		width: auto;
		float: none;
		margin-left: 0;
	}
	.layout-std .singlepost .inner {
		padding: 0;
	}
	.singlepost .title {
		font-size: 32px;
		line-height: 32px;
	}
	.layout-std .singlepost .title {
		font-size: 24px;
		line-height: 24px;
	}
	.layout-sidebar {
		width: auto;
		float: none;
		border-top: 2px solid #ddd;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		margin-top: 40px;
	}

	.cats a {
		font-size: 14px;
	}

	.pagecontent h3.mfrom {
		font-size: 24px;
		margin-top: 20px;
	}

	.main-navigation.floating .innerlogo {
		left: 0;
		top: 0;
	}
	.hcontainer .nav {
		display: none;
	}
	.pagecontent h2.small {
		margin-left: 20px;
	}
	.hcontainer {
		padding-left: 0;
		margin-left: 0;
		margin-right: 0;
		margin-right: -20px;
	}
	.hscrollwrap {
		overflow-x: auto;
	}

	.register-prompt {
		left: 20px;
		margin-left: 0;
		right: 20px;
		width: auto;
		top: 132px;
	}
	.register-prompt .img {
		margin: 0;
		position: absolute;
		right: -62px;
		top: -200px;	
	}
	.register-prompt h2 {
		font-size: 24px;
		line-height: 26px;
	}
	.register-prompt p {
		font-size: 13px;
		line-height: 17px;
	}
	.register-prompt .cleft {
		width: auto;
		float: none;
	}
	#mc_embed_signup .mc-field-group.half {
		display: block;
		width: 100% !important;
	}
	#mc_embed_signup .mc-field-group.half.spaced {
		margin-right: 0;
	}

	.pagefooter li.widget {
		width: 200px;
	}

	.video-prompt {
		width: 100%;
		margin-left: 0;
		left: 0;
	}

	.read-home {
		display: none;
	}

	.fifthsgrid .singlepost,
	.fifthsgrid .singlepost.stgrid.nopreview,
	.fifthsgrid .singlepost:first-child,
	.fifthsgrid .singlepost:nth-child(2) {
		float: none;
		width: auto;
		border: none;
		padding: 0;
		margin-bottom: 24px;
	}
	.fifthsgrid .singlepost.stgrid .preview {
		margin-bottom: 10px;
		width: auto;
	}
	.pagecontent h2.small.highlighted {
		margin-left: 0
	}
}
