/*
Theme Name: mejeriet
Theme URI: http://underscores.me/
Author: Pontus Jarnlo
Author URI: http://sodraesplanaden.se
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mejeriet
*/

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: FuturaPT-Book;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	line-height: 1.4;
}

body {
	margin: 0;
}

body.menu-toggled {
	overflow: hidden;
}

body.menu-toggled .site-header {
	position: static;
}

body.menu-toggled .site-branding {
	display: none;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-family: FuturaPT-Heavy;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	line-height: 1.3;
	text-align: center;
}

h2 {
	font-size: 1.5em;
	line-height: 1.2;
}

h2.section-title {
	text-align: center;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: FuturaPT-Book;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: FuturaPT-Heavy;
	font-weight: normal;
}

p {
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1em;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1em;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.btn a,
body.single-program .buttons .btn,
body.single-program .buttons button {
	background-color: #0098a3;
	border: none;
	color: #FFF;
	display: inline-block;
	font-family: FuturaPT-Heavy;
	font-size: .9rem;
	float: right;
	line-height: 1.5;
	margin-bottom: 1.25em;
	padding: .6em 1em;
    text-transform: uppercase;
    transition: .3s;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.2);
}

.buttons .btn,
.buttons button {
	background-color: #FFF;
	color: #333;
	float: left;
	margin-right: 10px;
}

body.single-program .buttons .btn .fa {
	margin-right: 7px;
}

.btn a.mejeriet-bookatable {
	color: #FFF;
	float: left
}

.btn.full a {
	background-color: #b6065a;
}

.btn.full a:hover {
	background-color: #b6065a;
}

.btn a:hover {
	background-color: #00838d;
	color: #FFF;
}

.buttons a.btn:hover {
	background-color: #e0e0e0;
}

.btn.no_buy a {
	background-color: #464646;
}

.btn.no_buy a:hover {
	background-color: #363636;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #333;
	border-radius: 0;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #464646;
	border-radius: 2px;
	padding: .5em .7em .4em;
}

select {
   background-color: white;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

.captcha img {
	display: block;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #333;
	outline: 0 !important;
	text-decoration: none;
}

a.moretag {
	color: #ed7102;
	font-family: FuturaPT-Heavy;
}

a.moretag:hover {
	color: #333;
}

a.moretag:after {
    content: "→";
    display: inline;
    font-style: normal;
    margin-left: .2rem;
}

a:hover,
a:focus,
a:active {
	color: #333;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#burger {
	display: none;
}

.menu-toggle {
	background-color: transparent;
	border: none;
	height: 2em;
	position: absolute;
	right: 1.25em;
	top: 2em;
	width: 40px;
	z-index: 5;
}

.menu-toggle span {
	background: #000;
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	top: 12px;
	transition: .1s;
	width: 100%;
}

.menu-toggle span:first-child {
	top: 0;
}

.menu-toggle span:last-child {
	top: 24px;
}

.menu-toggle:hover span {
	width: 36px;
	left: 2px;
	background-color: #c8c8c8;
}

.menu-toggle:hover span:first-child {
	left: 2px;
	top: 2px;
	width: 36px;
}

.menu-toggle:hover span:last-child {
	left: 2px;
	top: 22px;
	width: 36px;	
}

.site-header label:hover {
	cursor: pointer;
}

#site-navigation .menu-logo {
	float: left;
	font-size: 0.1px;
	margin-top: 20px;
	margin-left: 20px;
	opacity: 0;
	visibility: hidden;	
}

#site-navigation .menu-logo a {
	display: block;
}

#site-navigation .menu-logo img {
	height: 60px;
	width: auto;
}

#site-navigation.toggled .menu-logo {
	opacity: 1;
	transition: 1s;
	transition-delay: .8s;
	visibility: visible;
}

#site-navigation.toggled span,
#site-navigation span {
    	transition: .2s;
    }

#site-navigation.toggled span {
	background: #FFF;
	opacity: 0;
	top: 50%;
}

#site-navigation.toggled span:first-child {
	opacity: 1;
	transform: rotate(45deg);
}

#site-navigation.toggled span:last-child {
	opacity: 1;
	transform: rotate(-45deg);
}

#site-navigation {
	height: 100px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}

#site-navigation .row {
	position: relative;
}

#site-navigation ul {
	height: calc(100vh - 200px);
	margin: 100px 0;
	padding: 0;
	text-align: center;

    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	
	-webkit-flex-direction: column;
    flex-direction: column;
}

#site-navigation ul li {
	list-style: none;
	opacity: 0;
	transition: .1s;

	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-align-items: center;
    align-items: center;
    
    -webkit-justify-content: center;
    justify-content: center;
    
    -webkit-flex: 1;
    flex: 1;
}

#site-navigation ul li a {
	color: #FFF;
	display: block;
	font-family: FuturaPT-heavy;
	font-size: 1em;
	height: 100%;
	letter-spacing: 0.05em;
	transition: .4s;
	text-align: center;
	text-decoration: none;
    text-transform: uppercase;
    
    -webkit-flex: 1 100%;
    flex: 1 100%;
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#site-navigation ul li:hover a {
	background: rgba(255,255,255,.2);
	color: #ED7102;
}

#site-navigation.toggled {
	background-color: #000;
	height: 100%;
	position: fixed;
	transition: .5s;
	width: 100%;
}

#site-navigation.toggled  ul li {
	opacity: 1;
	transition: 1s;
	transition-delay: .3s;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 0;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 1em 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 3em;
}

.widget#text-3 {
	margin-bottom: 1em;
}

.widget:last-of-type {
	margin: 0;
}

.widget ul {
	padding: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

#secondary a:hover {
	color: #ed7102;
}

#secondary ul li {
	list-style: none;
}

#secondary .widget_paloma_newsletter_widget h2 {
	font-size: 1.2em;
	text-transform: none;
}

#secondary .widget_archive ul {
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	margin: 1.25em 0;
	padding: 1.25em 0;
}

.widget_archive a:hover {
	color: #ed7102;
}

#secondary .widget_recent_entries ul li {
	border-top: 2px solid #eaeaea;
	margin: .7em 0;
    padding: 1.3em 0 .5em;
}

#secondary .widget_recent_entries ul li a {
	font-family: FuturaPT-Heavy;
}

#secondary .widget_recent_entries ul li:first-child {
	border-color: #333;
}

#secondary .widget_recent_entries ul li:last-of-type {
	border-bottom: 2px solid #eaeaea;
	padding-bottom: 1em;	
}

ul.instagram-pics {
	border-top: 2px solid #eaeaea;
	margin: 1.25em 0 0;
	overflow: auto;
	padding: 1.25em 0 0;
	zoom: 1;
}

ul.instagram-pics li {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	width: calc( 50% - 4px);
}

ul.instagram-pics li a,
ul.instagram-pics li img {
	display: block;
}

ul.instagram-pics li img,
.archive  {
	height: auto;
	width: 100%;
}

ul.instagram-pics li img:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

ul.instagram-pics li:nth-child(even) {
	margin-right: 0;
}

.null-instagram-feed p.clear {
	font-family: FuturaPT-Heavy;
	font-size: .9rem;
	margin: 0;
	position: absolute;
	right: 1.25em;
	top: 5px;
}

.null-instagram-feed p.clear a { 
	color: #ed7102;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#main {
	padding: 0 1.25em;
}

.row {
	margin: 0 auto;
	max-width: 1200px;
}
    
.entry-content {
	margin: 0;
}

.entry-content p {
	margin: 0 0 1em;
}

.entry-content h2, .entry-content h3, .entry-content h4 {
	margin: 2em 0 0.5em;
}

.entry-content ul {
	margin-bottom: 1em;
}

.entry-content ul li {
	margin-top: 0.5em;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.site-header {
	padding-bottom: 120px;
	position: relative;
}

.site-branding {
	left: 1.25em;
	position: absolute;
	top: 1.25em;
	z-index: 5;
}

.site-title {
	float: left;
	font-size: 0.1px;
}

.site-title a {
	display: block;
}

.site-title img {
	height: 60px;
	width: auto;
}

#page {
	height: 100%;
}

#main {
	margin: 0 auto;
}

section {
	padding: 0 1.25em;
}

.sticky {
	display: block;
}

.entry-content a {
	color: #ed7102;
}

.entry-content a:hover {
	color: #f39440;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Specific pages
--------------------------------------------------------------*/

.home .menu-toggle span {
	background: #FFF;
}

.home #content {
	margin-top: -120px;
	position: relative;
}

.home #main {
	padding: 0;
	position: relative;
}

.home .entry-content {
	margin: 0;
}

.home .entry-content .recent-post p:last-of-type {
	margin-bottom: 0;
}

.home .entry-content h2 {
	margin-top: 0;
}

.home article {
	margin-bottom: 0;
	padding: 2.4em;
}

.home article .entry-footer {
	display: none;
}

.home article {
	background-color: #fff;
}

.home article a {
	color: #333;
}

.home article a:hover {
	color: #ed7102;
}

/* Program */

#filter-section {
	display: none;
}

.post-type-archive-program .menu-toggle span {
	background-color: #FFF;
}

.post-type-archive-program #masthead,
.post-type-archive-program #filter-container {
	background-color: #ED7102;
}

.post-type-archive-program #filter-container {
	text-align: center;
}

.post-type-archive-program #filter-container select {
   font-size: 18px;
   text-transform: uppercase;
}

.post-type-archive-program #main {
	padding: 4em 0 2em;
	position: relative;
}

.post-type-archive-program #main::before {
	border-left: 1.25em solid transparent;
    border-right: 1.25em solid transparent;
    border-top: 1.25em solid #ED7102;
	clear: both;
    content: '';
    height: 0;
    left: calc(50% - 1.25em);
    position: absolute;
    top: 0;
    width: 0;
}

.post-type-archive-program #primary {
	background-color: #eaeaea;
}

.post-type-archive-program #page > .row {
	background-color: red;
}

.category-wrapper {
	color: #FFF;
	margin: 0 auto;
	max-width: 500px;
	padding: 0 1.25em;
	text-align: center;
}

#category-desc {
	padding: 2em 0;
}

#category-desc p:first-of-type {
	margin-top: 0;
}

#category-desc p:last-of-type {
	margin-bottom: 0;
}

#category-desc h2 {
	color: #FFF;
}

.category-wrapper .event-cat-item {
	width: 100%;
}

#category-desc p {
	margin-bottom: 0;
}

/* Newsletter */

body.page-id-39 .widget_paloma_newsletter_widget {
	padding: 0;
}

body.page-id-39 .widget_paloma_newsletter_widget .widget-title {
	display: none;	
}

/* Single program */

body.single-program {
	background-color: #888;
}

body.single-program #content .event-content {
	margin-top: -120px;
	padding-top: 120px;
}

body.single-program #content #blur-container  {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

body.single-program #content .shader  {
	background-color: rgba(0,0,0,.6);
	padding-bottom: 2em;
}

body.single-program h1 {
	margin-bottom: 1rem;
	text-align: left;
}

body.single-program .entry-date {
	color: #ed7102;
	font-family: FuturaPT-Heavy;
	font-size: .8rem;
	text-transform: uppercase;
}

body.single-program .extra-info {
	font-family: FuturaPT-Heavy;
	font-size: .8rem;
	text-transform: uppercase;
}

body.single-program .partner {
	margin: 1em 0;
}

body.single-program .partner a {
	background-color: #FFF;
	color: #333;
	display: inline-block;
	font-family: FuturaPT-Heavy;
	font-size: .8rem;
	padding: 3px 5px 1px;
	text-transform: uppercase;
}

body.single-program .menu-toggle span {
	background-color: #FFF;
}

body.single-program .subtitle {
	font-family: FuturaPT-Heavy;
	font-size: 1.2rem;
}

body.single-program .event-short {
	font-size: 1.1rem;
    line-height: 1.4;
}

body.single-program .btn.cta {
	float: left;
	text-transform: none;
}

body.single-program .entry-meta {
	border-bottom: 2px solid #FFF;
    border-top: 2px solid #FFF;
    margin: 2em 0;
    padding: 1em 0;
}

body.single-program .entry-meta p:first-of-type {
	margin-top: 0;
}

body.single-program .entry-meta p:last-of-type {
	margin-bottom: 0;
}

body.single-program .book-table p {
	margin: 0;
}

body.single-program .entry-meta p {
	font-size: .9rem;
	margin: 0 0 .3rem;
}

body.single-program .entry-meta p .separator:last-of-type {
	display: none;
}

body.single-program .meta-label {
	font-family: FuturaPT-Heavy;
	text-transform: uppercase;
}

body.single-program .concept {
	border: 2px solid #FFF;
	padding: 2em;
}

body.single-program .concept h3 {
	margin-top: 0;
}

body.single-program .concept p:last-of-type {
	margin-bottom: 0;
}

body.single-program .event-description {
	background-color: #FFF;
	color: #333;
	margin: 2em 0;
	padding: 1em 1em 1.5em;
	position: relative;
}

body.single-program .event-description .event-read-more {
	background-image: url(images/fade.png);
	background-repeat: repeat-x;
	bottom: 1em;
	cursor: pointer;
	font-family: FuturaPT-Heavy;
	padding-top: 2em;
    position: absolute;
	text-align: center;
	text-transform: uppercase; 
    width: calc(100% - 2em);
}

body.single-program .event-description .event-read-more:hover {
	color: #787878;
}

body.single-program .event-description .event-read-more p {
	display: inline-block;
	padding: 0 0 0 1em !important;
	position: relative;
}

body.single-program .event-description .event-read-more.expanded {
	background: none;
}

body.single-program .event-description .event-read-more p::before {
	border: 5px solid transparent;
	border-top-color: #333;
	border-bottom: none;
	bottom: 11px;
	content: " ";
	left: 0;
	position: absolute;
}

body.single-program .event-description .event-read-more.expanded p:before {
	border-bottom: 5px solid #333;
	border-top: none;
}

body.single-program .event-description .event-read-more:hover p::before,
body.single-program .event-description .event-read-more.expanded:hover p::before {
    border-bottom-color: #787878;
	border-top-color: #787878;
}

body.single-program .event-nav {
	background-color: #eee;
	color: #333;
	padding: 50px 1.25em;
}

.event-nav a:hover {
	color: #ed7102;
}

.event-nav a img:hover {
	filter: alpha(opacity=90);
	opacity: 0.9;
}

body.single-program .event-nav .event-image img {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

body.single-program .event-nav .linked-event {
	margin-bottom: 2em;
}

body.single-program #content .event-nav img {
	margin: 0;
	padding: 0;
}

body.single-program #content .event-nav .event-content {
	background-color: #FFF;
	margin: 0;
	padding: 1em;
}

body.single-program .event-nav .linked-event:last-of-type {
	margin-bottom: 0;
}

body.single-program .event-nav .linked-event h5 {
	margin: 0;
}

body.single-program .event-nav .linked-event h3 {
	margin-top: .5em;
}

body.single-program .event-nav .btn {
	float: none;
	margin-bottom: 0;
}

body.single-program .event-description p:first-of-type {
	margin-top: 0;
}

body.single-program .event-description p:last-of-type {
	margin-bottom: 0;
}

body.single-program .event-video {
	height: 0;
	margin-bottom: 2em;
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
}

body.single-program .event-video iframe,
body.single-program .event-video object, 
body.single-program .event-video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

body.single-program .event-video img, 
body.single-program .event-video iframe, 
body.single-program .event-video object, 
body.single-program .event-video embed {
	max-width: 100%;
}

body.single-program #main {
	padding-left: 0;
	padding-right: 0;
}

body.single-program article {
	color: #FFF;
}

body.single-program .event-content {
	padding: 0 1.25em;
}

body.single-program .event-content .event-image img {
	width: 100%;
}

/* Page-template-default */

body.page-template-default #main {
	padding-bottom: 3em;
}

body.page-template-default #main .row:first-of-type {
	max-width: 840px;
}

body.page-template-default .entry-header img {
	width: 100%;
}

body.page-template-default h1 {
	text-align: left;
}

body.page-template-default .entry-content p:first-of-type {
	margin-top: 0;
}

/* Parent pages */

body.page-parent #main .row:first-of-type .hentry{
	text-align: center;
}

body.page-parent h1 {
	text-align: center;
}

body.page-parent .entry-content {
	margin: 0 0 2em;
}

body.page-parent .entry-content p,
body.page-parent .entry-content p,
body.page-template-page-partners .entry-content p,
p.ingress {
	font-family: FuturaPT-Heavy;
}

body.page-parent .entry-content,
body.page-template-page-partners. entry-content {
	font-family: FuturaPT-Heavy;
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

body.page-parent .child-page {
	background-size: cover;
	margin-bottom: 1.25em;
	text-align: center;
}

#the-event-list.row {
	max-width: 840px;
}

body.page-parent .child-pages {
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-direction: column;
	flex-direction: column;
	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-align-items: center;
	align-items: center;

	-webkit-justify-content: center;
	justify-content: center; 
}

body.page-parent .child-page {
	height: 230px;
	max-width: 500px;
	width: 100%;
}

body.page-parent .child-page .layer {
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
}

body.page-parent .child-page h2 {
	margin: 0;
}

body.page-parent .child-page a {
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFF;
	display: flex;
	height: 100%;
	padding: 30px;
	text-transform: uppercase;
	
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* partners */

body.page-template-page-partners #main .row:first-of-type {
	max-width: 840px;
}

body.page-template-page-partners .entry-content {
	margin: 0 0 2em;
}

body.page-template-page-partners #main .row:first-of-type .hentry{
	text-align: center;
}

body.page-template-page-partners .partner-list {	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
	
body.page-template-page-partners .hentry {
	margin-bottom: 2em;
	width: 100%;
}

body.page-template-page-partners .type-partner img {
	display: block;
	width: 100%;
}

body.page-template-page-partners .type-partner p {
	background-color: #000;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}

body.page-template-page-partners .type-partner a {
	color: #FFF;
	display: block;
	height: 100%;
	width: 100%;
}

/* single partner */

body.single-partner #main .hentry {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

body.single-partner .post-thumbnail img {
	display: block;
	width: 100%;
}

.partner-list .hentry {
	margin: 0 0 1.5em;
}

body.single-partner .entry-title {
	margin-top: 1.5rem;
	text-align: left;
}

body.single-partner .upcoming-events {
	background-color: #eaeaea;
	padding: 50px 0;
}

/* Blog */

.blog #primary,
.archive.date #primary,
.single-post #primary {
	padding-bottom: 5em;
}

.blog .page-title,
.blog .widget-title,
.single-post .widget-title,
.archive.date .page-title,
.archive.date .widget-title {
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}

.blog article,
.archive article {
	border-top: 2px solid #eaeaea;
	margin: 1.25em 0;
	padding: 1.25em 0 0;
}

.blog .has-post-thumbnail .post-thumb img,
.archive .has-post-thumbnail .post-thumb img {
	width: 100%;
}

.blog article .post-thumb {
	margin-bottom: 3em;
}

.blog article .post-thumb img {
	width: 100% !important;
}

.blog article:last-of-type,
.archive article:last-of-type {
	padding-bottom: 1.25em;
}

.blog article:last-of-type,
.archive article:last-of-type,
#the-event-list article:last-of-type {
	border-bottom: 2px solid #eaeaea;
}

.blog .entry-title,
.single-post .entry-title,
.archive .entry-title {
	color: #333;
	margin: .5em 0 .8em;
	text-align: left;
}

.blog .entry-content,
.single-post .entry-content,
.archive .entry-content {
	margin-top: 0;
}

.blog .entry-content p:first-of-type,
.single-post .entry-content p:first-of-type,
.archive .entry-content p:first-of-type {
	margin-top: 0;
}

.blog .entry-content p:last-of-type,
.single-post .entry-content p:last-of-type,
.archive .entry-content p:last-of-type {
	margin-bottom: 0;
}

.blog article .entry-meta,
.single-post .entry-meta,
.archive .entry-meta {
	color: #888;
	font-size: .9rem;
	font-family: FuturaPT-Heavy;
	text-transform: uppercase;
}

.blog #secondary,
.single-post #secondary,
.archive #secondary {
	margin-bottom: 50px;
	position: relative;
}

.blog #secondary,
.single-post #secondary,
.archive #secondary {
	margin-bottom: 50px;
	position: relative;
}

/* FOOTER */

.site-info {
	background-color: #000;
	color: #464646;
	padding: 50px 0;
}

.site-info .column {
	margin: 0 auto 3em;
	max-width: 400px;
	text-align: center;
}

.site-info .widget:last-of-type {
	margin-bottom: 0;
}

.site-info .widget-title {
	font-size: 1rem;
}

.site-info .widget p {
	margin: 0;
}

.site-info .widget img.mejeriet {
	height: auto;
	width: 11.25em;
}

.site-info .widget img.teh,
.site-info .widget img.lund {
	height: 84px;
	margin: 0 1.25em;
	width: auto;
}

.site-info .widget img.kulturradet {
	margin-top: 1.25em;
	height: auto;
	width: 150px;
}

.site-info a.social {
	color: #aaa;
	font-size: 2em;
	margin: 0 10px;
}

.site-info a.social:hover .fa-facebook-square {
	color: #3b5998;
}

.site-info a.social:hover .fa-twitter {
	color: #00aced;
}

.site-info a.social:hover .fa-instagram {
    color: #bc2a8d;
}

.site-info a.social:hover .fa-spotify {
    color: #1ED760;
}

#newsletter {
	max-width: 500px;
	text-align: left;
}

#newsletter input[type="submit"] {
	background: #0098a3;
	border: none;
	color: #FFF;
	display: inline-block;
	font-family: FuturaPT-Heavy;
	font-size: .9rem;
	line-height: 1.5;
	padding: .6em 1em .6em;
    margin-bottom: 1.25em;
    text-transform: uppercase;
    
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.2);
}

#newsletter input[type="text"],
#newsletter input[type="email"] {
	background-color: transparent;
	box-sizing: border-box;
	color: #FFF !important;
	font-family: FuturaPT-Book;
	margin-bottom: 10px;
	width: 100%;
}

#newsletter input[type="submit"]:hover {
	background-color: #00838d;
}
 
 /* Sticky footer */

#page {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.site-content {
	flex: 1 0 auto; /* 2 */
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}


/* ISOTOPE */
 
#the-event-list .isotope-item {
	margin-bottom: 1.25em;
	z-index: 2;
	width: 100%;
}

#the-event-list  .isotope-item:last-of-type {
	margin-bottom: 0;
}
 
#the-event-list  .isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/*--------------------------------------------------------------
# Isotope
--------------------------------------------------------------*/

#the-event-list article {
	background-position: center center;
	background-size: cover;
	border: none;
	margin: 0 0 1.5em;
	padding: 0;
	position: relative;
}

#the-event-list article .event-content {
	min-height: 165px;
}

#the-event-list article .background-image {
	background-size: cover;
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
}

.layer {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 1.25em 1.25em;
}

#the-event-list article .entry-date {
	display: inline-block;
	background-color: #FFF;
	font-family: FuturaPT-Heavy;
	font-size: 13px;
	padding: 5px 1em;
	vertical-align: top;
}

#the-event-list article .extra-info {
	color: #ed7102;
	font-family: FuturaPT-Heavy;
	font-size: 14px;
	margin: 10px 0 0;
	text-transform: uppercase;
}


#the-event-list article .entry-title {
	font-size: 2em;
	margin: 25px 0 0;
	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: antialiased;
}

#the-event-list article .entry-title a {
	color: #FFF;
	margin-bottom: 0;
	text-decoration: none;
	transition: ease-in all 150ms;
}

#the-event-list article .entry-title a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#the-event-list article .sutbitle {
	color: #FFF;
	font-family: FuturaPT-Heavy;
}

#the-event-list article .partner {
	margin: 10px 0;
}

#the-event-list article .partner span {
	background-color: #FFF;
	font-family: FuturaPT-Heavy;
	font-size: 12px;
	padding: 2px 5px;
}

#the-event-list article .event-short {
	color: #FFF;
	margin-bottom: 1em;
}

#the-event-list article .entry-content {
	margin: 0;
}

#the-event-list article .btn {
	float: right;
	margin: 0 0 0 5px;
}

/**** Isotope CSS3 transitions ****/
 
#the-event-list  .isotope,
#the-event-list  .isotope .isotope-item {
	width: 100%;
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
 
#the-event-list  .isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
 
#the-event-list  .isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
 
/**** disabling Isotope CSS3 transitions ****/
 
#the-event-list  .isotope.no-transition,
#the-event-list  .isotope.no-transition .isotope-item,
#the-event-list  .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
 
/* End: Recommended Isotope styles */

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Admin
--------------------------------------------------------------*/

#wpcontent,
#wpfooter {
	margin-left: 200px;
}

#adminmenuback,
#adminmenuwrap,
#adminmenu,
#adminmenu .wp-submenu {
	width: 200px;
}

#adminmenu .wp-submenu {
	left: 200px;
}

#adminmenu .wp-not-current-submenu .wp-submenu,
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
	min-width: 200px;
}

/* Query Monitor plugin */
body.wp-admin #qm {
	margin-left: 200px !important;
}

/*======================================
  Selectric v1.11.0
======================================*/

.selectricWrapper {
	cursor: pointer;
	position: relative;
}

.selectricResponsive {
	width: 100%;
}

.selectric {
	background: transparent;
	border: 2px solid #FFF;
	margin: 0 auto;
	position: relative;
	width: 250px;
}

.selectric .label {
	color: #FFF;
	display: block;
	font-family: FuturaPT-Heavy;
	height: 45px;
	line-height: 48px;
	margin: 0 38px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
}

.selectric .button {
	color: #FFF;
	display: block;
	font: 0/0 a;
	*font: 1.25em/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
	height: 45px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 38px;
}

.selectric .button:after {
	border: 6px solid transparent;
	border-top-color: #FFF;
	border-bottom: none;
	bottom: 0;
	content: " ";
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}

.selectricOpen {
	z-index: 9999;
}

.selectricOpen .selectricItems {
	display: block;
}

.selectricDisabled {
	cursor: default;
	filter: alpha(opacity=50);
	opacity: 0.5;
	
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
}

.selectricHideSelect {
	height: 0;
	overflow: hidden;
	position: relative;
	width: 0;
}

.selectricHideSelect select {
	left: -100%;
	position: absolute;
}

.selectricHideSelect.selectric-is-native {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.selectricHideSelect.selectric-is-native select {
	border: none;
	box-sizing: border-box;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;	
	width: 100%;
	z-index: 1;
}

.selectricInput {
	background: none !important;
	border: none !important;
	clip: rect(0, 0, 0, 0) !important;
	*font: 0/0 a !important;
	height: 1px !important;
	left: 0 !important;
	margin: 0 !important;
	outline: none !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	top: 0 !important;
	width: 1px !important;
}

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectricItems {
	background: #FFF;
	display: none;
	height: auto !important;
	left: 50%;
	margin-left: -125px;
	position: absolute;
	top: 100%;
	z-index: -1;
}

.selectricItems .selectricScroll {
	height: 100%;
	overflow: auto;
}

.selectricAbove .selectricItems {
	bottom: 100%;
	top: auto;
}

.selectricItems ul, .selectricItems li {
	line-height: 2em;
	list-style: none;
	margin: 0;
	min-height: 1.25em;
	padding: 0;
	text-transform: uppercase;
}

.selectricItems li {
	color: #666;
	cursor: pointer;
	display: block;
	padding: 10px;
}

.selectricItems li.selected {
	background: #FFF;
	font-family: FuturaPT-Heavy;
}

.selectricItems li.highlighted {
	background: #D0D0D0;
	color: #444;
}

.selectricItems li:hover {
	background: #fafafa;
	color: #444;
}

.selectricItems .disabled {
	background: none !important;
	color: #666 !important;
	cursor: default !important;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
}

/*
	Revolution slider
*/

.rev_slider h2 {
	font-size: 2em !important;
}

/* Toggle */

.otw-sc-toggle .toggle-trigger {
	background: #eaeaea;
	font-family: FuturaPT-Heavy;
	text-shadow: none;
}

.otw-sc-toggle .toggle-trigger span {
	background-color: #0098a3;
}

.otw-sc-toggle .toggle-content {
	border: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
	box-shadow: none;
	font-family: FuturaPT-Book;
	padding-bottom: 2em;
	padding-top: 2em;
}

.otw-sc-toggle .toggle-content p {
	margin-bottom: 1em;
}

.otw-sc-toggle .toggle-content br{
	display: none;
}

table+h3 {
	margin-top: 0;
}

/* logged in */

.logged-in #site-navigation.toggled {
	padding-top: 46px;
}

/* MEDIAQUERIES */

@media only screen and (min-width: 37.5em)  {
	
	#site-navigation ul li a {
		font-size: 2em;
	}
	
	.home article {
		bottom: 2em;
		max-width: 30em;
		position: absolute;
		right: 2em;
	}
	
	body.single-program .event-container .linked-event {
		float: left;
		margin-right: 2em;
		margin-bottom: 2em;
		width: calc(50% - 1em);
	}
	
	body.single-program .event-container .linked-event:nth-child(even) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 48em)  {
	/* 768px */
	
	body.page-template-default .entry-title,
	body.page-template-page-partners .page-title {
		font-size: 3em;
	    line-height: 1.3;
	}
	
	body.page-parent .entry-content,
	body.page-template-page-partners .entry-content {
		margin-bottom: 4em;
	}
	
	body.page-parent .entry-content p,
	body.page-template-page-partners .entry-content p,
	p.ingress {
		font-size: 1.2em;
	}
	
	body.page-template-default .entry-content {
		margin-bottom: 3em;
	}
	
	body.page-parent .child-pages {
		-webkit-flex-direction: row;
		flex-direction: row;
	
		-webkit-justify-content: space-between;
		justify-content: space-between; 

	}
	
	body.page-parent .child-page {
		margin-bottom: 2em;
		width: 48%;
	}
	
	.post-type-archive-program #main {
		padding-top: 5em;
	}
	
	body.single-program .event-container .linked-event {
		margin-right: 3em;
	    margin-bottom: 2em;
		width: calc( 33.3333% - 2em);
	}
	
	body.single-program .event-container .linked-event:nth-child(even) {
		margin-right: 3em;
	}
	
	body.single-program .event-container .linked-event:nth-child(3n+3) {
		margin-right: 0;
	}
	
	.blog article, 
	.archive article {
		margin: 1.75em 0;
		padding: 1.75em 0 0;
	}
	
	.blog article:last-of-type,
	.archive article:last-of-type {
		padding-bottom: 1.75em;
	}
	
	.blog .has-post-thumbnail .post-thumb,
	.archive .has-post-thumbnail .post-thumb {
		float: left;
		margin-right: 2%;
		width: 40%;
	}
	
	.blog .has-post-thumbnail .post-thumb img,
	.archive .has-post-thumbnail .post-thumb img {
		display: block;
	}
	
	.blog .has-post-thumbnail .post-wrap,
	.archive .has-post-thumbnail .post-wrap {
		float: left;
		width: 58%;
	}
	
	#the-event-list .event-content .entry-header {
		float: left;
		margin-right: 6%;
		width: 47%;
	}
	
	#the-event-list .event-content .entry-content {
		float: left;
		margin-top: 25px;
		width: 47%;
	}
	
	#the-event-list article .partner {
		margin-bottom: 0;
	}

	body.page-template-page-partners .partner-list {
		-webkit-flex-direction: row;
		flex-direction: row;
	
		-webkit-justify-content: space-between;
		justify-content: space-between; 
	}
		
	body.page-template-page-partners .hentry {
		width: 48%;
	}
}

@media only screen and (min-width: 64em)  {
	/* 1024px */
	
	#category-desc {
		padding: 3em 0;
	}
	
	.layer {
		padding: 0 2em 2em 4em;
	}
	
	body.single-program article .left,
	body.single-program article .right {
		float: left;
		width: 40%;
	}
	
	body.single-program article .left {
		margin-right: 5%;
		width: 37%;
	}
	
	body.single-program .btn.cta {
		margin-bottom: 0;
	}
	
	body.single-program article .right {
		width: 58%;
	}
	
	.blog #primary,
	.archive.date #primary,
	.single-post #primary {
		float: left;
		margin-right: 5%;
		width: 63%;
	}
	
	.blog #secondary,
	.single-post #secondary,
	.archive.date #secondary {
		float: left;
		margin-bottom: 0;
		width: 32%;
	}
	
	.partner-list .hentry {
		margin: 0 1% 2em;
		width: 30.3333%;
	}
	
	.site-info section {
		padding: 0; 
	}
	
	.site-info .column {
		float: left;
		margin-right: 3%;
		width: 31.3333%;
	}
	
	.site-info .column:last-of-type {
		margin-right: 0; 
	}
}

@media only screen and (min-width: 75em)  {
	/* 1200px */
	
	body.page-template-default #main {
	    padding-bottom: 5em;
	}

	body.page-template-default .entry-title,
	body.page-template-page-partners .page-title {
	    font-size: 4em;
	    line-height: 1.1;
	}
	
	body.page-template-page-partners .hentry {
		width: 31%;
	}
}