/*
Theme Name: Nordicwomenfilm
Theme URI: http://nordicwomenfilm.org/
Description: Nordicwomenfilm
Author: Alex Salinas
Author URI: 
Version: 0.0.1
*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, 
body {
	font-family: Times, 'Times New Roman', serif;
	font-size: 18px;
	line-height: 1.2;
	color: #333;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: 'akzidenz-grotesk', arial, sans-serif;
	font-size: 1em;
	margin: 0 0 .15em;
	line-height: 1;
	color: #000;
}
p {
	margin: 0 0 1em;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
figcaption,
.wp-caption-text {
	font-family: 'akzidenz-grotesk', arial, sans-serif;
	font-size: 14px;
	color: #777;
	margin-top: 10px;
}
a {
	color: #e52330;
	text-decoration: none;
}
.inner > a {
	display: block;
}
.thumbnail:focus-within{
	outline: solid 3px rgb(196, 52, 196);
}
.dropdown:focus-within {
	outline: solid 3px rgb(196, 52, 196);
}
:focus {
	outline: solid 3px rgb(196, 52, 196);
}
body.using-mouse :focus {
	outline: none;
}
a:hover, 
button:hover,
.btn:hover
{
	outline: none;
}
.icon {
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}	
nav ul,span.pods-pagination-advanced, .widget_archive a, .widget_archive ul {
	font-family: 'akzidenz-grotesk', arial, sans-serif;
	font-weight: bold;
	margin: 0.25em 0 0;
	padding: 0;
}
nav.horizontal li,span.pods-pagination-advanced a {
	display: inline-block;
	line-height: 1.66;
	margin: 0;
	padding: 0 .5em;
}
nav a,span.pods-pagination-advanced a, .widget_archive a{
	color: #000;
}
.no-touch nav a:hover,
nav .current-menu-item a {
	color: #e52330;
}
.lifespan-container{
	padding: 15px 15px 10px;
}
.lifespan-box{
	width: 90px;
	padding: 0;
	height: auto;
	margin: 0;
	background-color: black;
}
.lifespan{
	color: #fff;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	font-weight: 600;
	font-family: 'akzidenz-grotesk', arial, sans-serif;
	font-size: 14px;
}
.contact-div .inner a {
    margin-right: 10px;
    display: inline-block;
}

.facebook-a {
    height: 33px;
    width: 33px;
    vertical-align: top;
}

.footer-socials h3.heading a {
	display: flex;
}

.footer-socials h3.heading a i {
	min-width: 18px;
    min-height: 16px;
	max-width: 18px;
	max-height: 16px;
	margin-right: 5px;
}

.facebook-icon {
    background-image: url('img/facebook.svg');
    background-size: contain;
    min-width: 18px;
    min-height: 16px;
}
#facebook-timeline {
    padding-top: 20px;
}

/* Layout */

.container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.container-social
{
    display:flex; 
    flex-direction: column;
}
.instagram-div{
    order: 2;
    padding-right:0 !important;
    padding-left:0 !important;
}
.instagram-title{
    display:inline-block;
    margin-bottom: 0;
}
.instagram-title:hover{
    border-bottom:solid;
    border-bottom-width:thin;
}
.facebook-div{
    order: 1;
}
.row {
	margin: 0 -5px;
}
.row:after {
  content: ' ';
  display: block;
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5 {
	max-width: 100%;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}


    .contact-div{
        float:right;
    }

@media (min-width: 522px) {
	.container {
		width: 522px;
	}
	.col-xs-2 {
		/* width: 492px; */
        width:410px;
	}
	.col-xs-1 {
		width: 246px;
	}
}
@media (min-width: 768px) {
    .container-social
    {
        flex-direction: row;
        margin-top: 10px;
    }
    #instagram{
        height: 42%;
        margin-top: 10px;
    }
    .instagram-div{
        order: 1;
        /*display: flex;
        justify-content: center;
        width: 50% !important;*/
    }
    .instagram-div h3 {
        margin-left: 3px;
    }
    .instagram-div img{
        display: inline-block;
		height: 100%;
		object-fit: cover;
    }
    .facebook-div{
        order: 2;
        margin-top: 10px;
        /*text-align: center;
        width: 50% !important;*/
    }
	.container {
		width: 768px;
	}
	.col-sm-3 {
		width: 738px;
	}
	.col-sm-2 {
		width: 492px;
	}
	.col-sm-1 {
		width: 246px;
	}
    .col-sm-1.instagram-img{
        height: 154px;
        width: 154px;
        padding: 0;
    }
}
@media (min-width: 1014px) {
    #instagram{
        height: 65%;
    }
    .instagram-div img{
    }
	.container {
		width: 1014px;
	}
	.col-md-4 {
		width: 984px;
	}
	.col-md-3 {
		width: 738px;
	}
	.col-md-2 {
		width: 492px;
	}
	.col-md-1 {
		width: 246px;
	}
    .col-md-1.instagram-img {
        width: 236px;
		height: 236px;
        padding: 0;
	}
    .footer-logos{
        width: 675px;
    }
}
@media (min-width: 1260px) {
    #instagram{
        height: 73%;
    }
	.container {
		width: 1260px;
	}
	.col-lg-5 {
		width: 1230px;
	}
	.col-lg-4 {
		width: 984px;
	}
	.col-lg-3 {
		width: 738px;
	}
	.col-lg-2 {
		width: 492px;
	}
	.col-lg-1 {
		width: 246px;
	}
    .col-lg-1.instagram-img {
        width: 263px;
		height: 263px;
        padding: 0;
	}

    .contact-div{
        display:flex;
    }
}
@media (max-width: 767px) {
	.hidden-xs {
    	display: none !important;
  	}
    .contact-div{
        float:left;
    }
}
@media (min-width: 768px) and (max-width: 1013px) {
  	.hidden-sm {
  	  	display: none !important;
  	}
}
@media (min-width: 1014px) and (max-width: 1259px) {
  	.hidden-md {
  	  	display: none !important;
	  }
}
@media (min-width: 1260px) {
  	.hidden-lg {
  	  	display: none !important;
	  }
	  .contact-div .navigation-links{
		padding-left: 0;
		padding-right: 0;
	}
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none;
}
@media (max-width: 767px) {
  	.visible-xs {
  	  	display: block !important;
  	}
}
@media (min-width: 768px) and (max-width: 1013px) {
	.visible-sm {
		display: block !important;
  	}
}
@media (min-width: 1014px) and (max-width: 1259px) {
  	.visible-md {
  		display: block !important;
  	}
}
@media (min-width: 1260px) {
  	.visible-lg {
    	display: block !important;
  	}
}
.inner {
	padding: 15px;
}

.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}




/* Typography */

.row {
	font-size: 18px;
}
.heading {
	line-height: 1;
	margin: 0 0 .15em;
}

.inner .page-title, .preview .inner .heading{
    display: inline-block;
}
.page-menu h2.heading {
	font-weight: normal;
}
.widget.widget_addthis_tool_by_class_name_widget .widget-title h3 {
	font-weight: normal;
}
.preview .inner .heading-article{
    display: block;
}
.ingress-start-slider{
    display:inline;
}
.nationality{
    display: inline-block;
    font-family: arial, sans-serif;
	font-weight: 100;

}
.inner .heading .nat-big{
    font-size: 35%;
    font-weight: 100;
    color: #e52330 !important;
    overflow: hidden;
    margin-bottom: 0;
}
.preview .inner .heading .nat-small{
    font-size: 55%;
    font-weight: 100;
    overflow: hidden;
    margin-bottom: 0;
}
/*#nat-big{
    color: #e52330 !important;
    font-weight: 100;
    margin-left: 15px;
    font-size: 0.8em;
    vertical-align: middle;
    margin-bottom: 0.47em;
}
#nat-small{
    font-weight: 100;
    font-size: 0.7em;
    vertical-align: middle;
    margin-bottom: 0.16em;
}*/
@media (max-width: 521px) {
	html,
	body,
	.row {
		font-size: 16px;
	}
	.preview .heading {
		font-size: 1.2em;
	}
	.page-title, .carousel-big .heading {
		font-size: 1.728em;
	}
}
@media (min-width: 522px) {
	.col-xs-2.scale-text {
		font-size: 1.2em;
	}
	.col-xs-2.scale-text .heading {
		font-size: 1.44em;
	}
	.col-xs-1.scale-text {
		font-size: 1em;
	}
	.col-xs-1.scale-text .heading {
		font-size: 1.2em;
	}
}
@media (min-width: 768px) {
	.col-sm-3.scale-text {
		font-size: 1.44em;
	}
	.col-sm-3.scale-text .heading {
		font-size: 1.728em;
	}
	.col-sm-2.scale-text {
		font-size: 1.2em;
	}
	.col-sm-2.scale-text .heading {
		font-size: 1.44em;
	}
	.col-sm-1.scale-text {
		font-size: 1em;
	}
	.col-sm-1.scale-text .heading {
		font-size: 1.2em;
	}
}
@media (min-width: 1014px) {
	.col-md-4.scale-text {
		font-size: 1.728em;
	}
	.col-md-4.scale-text .heading {
		font-size: 2.074em;
	}
	.col-md-3.scale-text {
		font-size: 1.44em;
	}
	.col-md-3.scale-text .heading {
		font-size: 1.728em;
	}
	.col-md-2.scale-text {
		font-size: 1.2em;
	}
	.col-md-2.scale-text .heading {
		font-size: 1.44em;
	}
	.col-md-1.scale-text {
		font-size: 1em;
	}
	.col-md-1.scale-text .heading {
		font-size: 1.2em;
	}
}
@media (min-width: 1260px) {
	.col-lg-5.scale-text {
		font-size: 2.074em;
	}
	.col-lg-5.scale-text .heading {
		font-size: 2.489em;
	}
	.col-lg-4.scale-text {
		font-size: 1.728em;
	}
	.col-lg-4.scale-text .heading {
		font-size: 2.074em;
	}
	.col-lg-3.scale-text {
		font-size: 1.44em;
	}
	.col-lg-3.scale-text .heading {
		font-size: 1.728em;
	}
	.col-lg-2.scale-text {
		font-size: 1.2em;
	}
	.col-lg-2.scale-text .heading {
		font-size: 1.44em;
	}
	.col-lg-1.scale-text {
		font-size: 1em;
	}
	.col-lg-1.scale-text .heading {
		font-size: 1.2em;
	}	
}
.page-title, .carousel-big .heading {
	color: #e52330 !important;
}
.carousel-big .heading {
	margin-top: .15em;
}
.lead, .carousel-big .inner p {
	font-family: 'akzidenz-grotesk', arial, sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #000;
}
.lead:last-child {
	margin-bottom: 0;
}
.meta {
	display: block;
	margin: .5em 0 0;
	padding: 0;
	font-family: 'akzidenz-grotesk', arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #777;
}
.meta li {
	display: block;
	margin: 0 1em 0.5em 0;
}
.meta li:nth-last-child(2) {
	margin: 0 1em 0 0;
}

.meta li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.meta.has-flag li:nth-last-child(2) {
	display: inline-block;
}
.meta.has-flag li:last-child {
	display: inline-block;
	
}
.category {
	color: #e52330 !important;
}
small {
	font-family: 'akzidenz-grotesk', arial, sans-serif;
	font-size: .75em;
	font-weight: bold;
	display: block;
	margin: -.5em 0 1.25em;
}
small a {
	color: #000;
}
.numberposts-heading {
	display: block;
	font-family: 'akzidenz-grotesk', arial, sans-serif;
	font-weight: bold;
	line-height: 1.66em;
	color: #000;
	padding: 0 15px;
	margin-bottom: 10px;
}





/* Forms and buttons */

input, 
textarea, 
select,
.btn,
.search-years,
.dropdown {
	margin: 0 0 10px;
	display: block;
	font-family: 'akzidenz-grotesk', arial, sans-serif;
	color: #000;
	background: #e0e0e0;
	padding: 0 15px;
	border: 0;
	width: 100%;
	box-shadow: none;
    -webkit-border-radius: 0; 
    border-radius: 0;
}
.dropdown
{
	background: #000;
}
.dropdown.scrollable:hover .selected, .dropdown:hover .selected{
    color:black;
}
input, 
select,
.btn,
.search-years,
.dropdown {
	line-height: 1.66em;
	height: 1.66em;
}
textarea {
	line-height: 1.3;
	padding: 6px 15px;
    height:210px;
}
input[type="search"] {
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}
.no-touch input[type="text"]:hover, 
input[type="text"]:focus, 
.no-touch input[type="search"]:hover, 
input[type="search"]:focus, 
.no-touch input[type="email"]:hover, 
input[type="email"]:focus, 
.no-touch textarea:hover, 
textarea:focus,
.no-touch .dropdown:hover,
.dropdown:focus {
	background: #d2d2d2;
}
::-webkit-input-placeholder {
    color: #777;
}
:-moz-placeholder {
   color: #777;
   opacity:  1;
}
::-moz-placeholder {
   color: #777;
   opacity:  1;
}
:-ms-input-placeholder {
  	color: #777;
}
.dropdown {
	position: relative;
	cursor: pointer;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.dropdown.open {
	z-index: 2;
}
.dropdown .carat {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 50%;
	right: 15px;
  	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	background-image: url('img/icon-arrow-down--white.svg');
	background-repeat: no-repeat;
	background-size: 100%;
}
.dropdown.open .carat {
	-webkit-transform: rotate(180deg) translateY(50%);
	-moz-transform: rotate(180deg) translateY(50%);
	-ms-transform: rotate(180deg) translateY(50%);
	transform: rotate(180deg) translateY(50%);
}
.dropdown .old {
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.dropdown select {
	position: absolute;
	left: 0px;
	top: 0px;
}
.dropdown.touch .old {
	width: 100%;
	height: 100%;
}
.dropdown.touch select {
	width: 100%;
	height: 100%;
	opacity: 0;
}

.dropdown .selected{
	display: block;
	color: #fff;
	padding: 0 15px;
	line-height: inherit;
	line-height: 1.66em;
	height: 1.66em;
	overflow: hidden;
	white-space: nowrap;
} 
#search-overlay .dropdown .selected {
	display: block;
	color: #000;
	padding: 0 15px;
	line-height: inherit;
	line-height: 1.66em;
	height: 1.66em;
	overflow: hidden;
	white-space: nowrap;
} 
#search-overlay .carat {
    background-image: url('img/icon-arrow-down--black.svg');
} 

.dropdown li {
	display: block;
	color: #000;
	padding: 0 15px;
	line-height: inherit;
	line-height: 1.66em;
	height: 1.66em;
	overflow: hidden;
	white-space: nowrap;
}
.dropdown div {
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: -1px;
	background: #fff;
	overflow: hidden;
	opacity: 0;
}
.dropdown.open div {
	opacity: 1;
	z-index: 2;
}
.dropdown.scrollable div::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
}
.dropdown.scrollable.bottom div::after {
	opacity: 0;
}
.dropdown ul {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.dropdown.scrollable.open ul {
	overflow-y: auto;
}
.dropdown li {
	background: #e0e0e0;
	list-style: none;
}
.dropdown li.focus {
	background: #000;
	position: relative;
	z-index: 3;
	color: #fff;
}
.dropdown li.active {
	background: #000;
	color: #fff;
}
.search-years label {
	width: 50%;
	display: inline-block;
}
.search-years #from:before {
	content: 'Active ';
}
.search-years #to:before {
	content: '-';
}
.search-years-range {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
}
#isActiveLbl,#isActivechbx{
	float:left;
}
#isActivechbx{
	display:block;
	width:20px;
	height: 25px;
	margin-left:5px;
}
#isActiveLbl{
	font-family: 'akzidenz-grotesk', arial, sans-serif;
	font-size: .75em;
}
.isActiveSection {
    display: block;
    float: left;
    margin-top: 8px;
    width: 150px;
}

@media (max-width: 521px) {
	.search-years {
		height: 2.75em !important;
	}
	.search-years label, .search-years-range {
		width: 100%;
		display: block;
	}
	.search-years-range {
		margin-top: -8px;
	}
    .footer-logos .row{
        display:inline-block !important;
    }
}
/**	
* noUiSlider range handler
*/
.noUi-background, 
.noUi-origin, 
.noUi-connect, 
.noUi-target,
.noUi-connects, 
.noUi-handle {
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.noUi-target {
	cursor: pointer;
	height: 2em;
	background: transparent;
}
.noUi-base {
	height: 3px;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.noUi-horizontal .noUi-handle {
	border-radius: 0;
	border: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.noUi-horizontal .noUi-handle:after {
	display: none;
}
.noUi-horizontal .noUi-handle:before {
	width: 3px;
	height: 11px;
	background-color: #000;
}
.noUi-connects {
	background-color: #e52330;
	border: 0;
	height: 3px;
	border-radius: 0;
}
.noUi-connect {
	background: #000;
}
.noUi-horizontal .noUi-origin {
    height: 0;
    /* margin-top: -10px;
	margin-right: -12px; */
}
.noUi-horizontal .noUi-handle {
	right: -18px;
	top: -10px;
}
.noUi-handle-lower {
	cursor: e-resize;
}
.noUi-handle-upper {
	cursor: w-resize;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.btn, .wpcf7-submit {
	padding: 0 10px;
	font-weight: bold;
	text-align: center;
	background: #e52330;
	color: #fff;
}
.wpcf7-submit:disabled{
	background: #e0e0e0;
	color: #989898;
}
.wpcf7-list-item{
	margin:0 !important;
	display: block !important;
}
.wpcf7-list-item.first{
	margin-top:12px !important;
}
.wpcf7-list-item.last{
	margin-bottom:12px !important;
}
.wpcf7-list-item input{
	display: inline-block;
	height: 16px;
	width:16px;
}
.wpcf7-list-item-label{
	display: inline;
	font-size: 1em;
	margin-left:10px;
	font-size: 0.85em;
	font-family: 'akzidenz-grotesk', arial, sans-serif;
}
.wpcf7-mail-sent-ok{
	display: block;
    background: #87bd25;
    width: 100%;
    margin: 0 !important;
    font-family: 'akzidenz', sans-serif;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
	padding: 16px !important;
	border:none !important;
}
.wpcf7-acceptance .wpcf7-list-item{
	margin-bottom: 10px !important;
}
.wpcf7-acceptance .wpcf7-list-item #acceptance-checkbox{
	top: 3px;
    position: relative;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label{
	font-size: 14px;
	font-weight: bold;
    font-family: 'akzidenz', sans-serif;
}
.gdpr-text{
	font-size: 14px;
    font-family: 'akzidenz', sans-serif;
    margin-bottom: 4px;
}
.gdpr-note-text{
	font-size: 14px;
    font-family: 'akzidenz', sans-serif;
    margin-bottom: 4px;
	font-weight: bold;
}
.ajax-loader{
	display:none !important;
}
.ajax-loader.is-active{
	display:inline-block !important;
}
.no-touch .btn:hover,
.btn:focus {
	opacity: .6666;
}




/* Site header */
#skip-to-content {
	position: absolute;
	opacity: 0;
	left: 2px;
	top: 2px;
	line-height: normal;
	padding: 5px 10px;
	z-index: 20;
	background-color: black;
	color: white;
}
#skip-to-content:focus {
	opacity: 100;
}
.site-header {
	width: 100%;
	height: 80px;
	line-height: 80px;
	position: fixed;
	font-family: 'akzidenz-grotesk', arial, sans-serif;
	background: #fff;
	text-align: center;
	z-index: 100;
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}
@media (min-width: 521px) {
	.site-header.mini {
		height: 60px;
		line-height: 60px;
	}
}
.site-logo {
	display: block;
	float: left;
	font-size: 1.44em;
	font-weight: bold;
	width:25%;
}
.site-logo a {
	color: #000;
	display: inline-block;
	line-height: 1;
	position: relative;
	vertical-align: middle;
}
.site-logo a span:before,
.site-logo a span:after {
	position: absolute;
	display: inline-block;
	width: .215em;
	height: .215em;
	margin-left: .07em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #e52330;
	content: '';
}
.site-logo a span:before {
	bottom: .49em;
}
.site-logo a span:after {
	bottom: .17em;
}
.site-nav {
	display: inline-block;
	float: right;
	width:75%;
}
.site-nav ul {
	margin: 0;
	padding: 0;
}
.site-nav li {
	display: inline-block;
	font-weight: bold;
	margin: 0 7px;
	vertical-align: middle;
}
.site-nav li:last-of-type{
	margin-right: 0;
}
.site-nav a {
	display: block;
	line-height: 1.66em;
}
.search-button-container, .contact-button-container{
	padding: 15px 15px 10px;
}
.search-btn {
	background: #e52330;
	margin-bottom: 0;
	font-size: 15px;
	transition: background-color 0.25s ease;
	height: 40px;
	padding:7px 10px;
}
.btn.contact-button{
	width: auto;
	padding: 0;
	height: auto;
	margin:0;
}
#hidden-title{
	display:none;
}
.hidden-title{
	display:none;
}
.btn.contact-button .contact-label{
	color:#fff;
	display: block;
	height: 40px;
	line-height: 40px;
}
.search-btn:hover {
	background: #000;
	opacity:1 !important;
}
.search-btn span {
	color: #fff;
}
.search-nav-container{
	float: right;
	margin-left: 20px !important;
}
.search-nav-container div, .search-nav-container a{
	width:auto;
	display:inline-block;
}
.search-label-container{
	margin-right: 4px;
}
.search-label{
	font-size:14px;
	font-weight: normal;
	color:#e52330;
}
.search-label i{
	font-style: normal;
	color:#e52330;
}
.color-red{
	color:#e52330;
	
}
.icon-search {
	width: 1em;
	height: 1em;
	margin-right: 10px;
	background-image: url('img/icon-search--black.svg');
	background-size: contain;
}
.search-professional-container, .search-articles-container{
	margin: 0 4px !important;
}
.site-nav .facebook a {
	opacity: .5;
	margin: 0 -.3333em;
}
.no-touch .site-nav .facebook a:hover {
	opacity: 1;
}
.site-nav .facebook .icon-facebook {
	width: 16px;
	height: 16px;
	background-size: contain;
	background-image: url('img/icon-facebook.svg');
	position: relative;
	top: -1px;
}
.site-nav .facebook span {
	display: none;
}

.site-nav .lang a:hover {
	-webkit-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
  	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
  	filter: gray;
	opacity: .5;
}
/*
.no-touch .site-nav .lang a:hover {
	filter: none;
	-webkit-filter: none;
	opacity: 1;
}
*/
.startpage-slider-flags{
    display:inline;
    margin-left: 13px;
    vertical-align: middle;

}
.lang .icon-flag {
	width: 23px;
	height: 13px;
	background-size: cover;
    background-position: center center;
}
.lang-en .icon-flag {
	background-image: url('img/icon-flag--en.svg');
}
.lang-sv .icon-flag {
	background-image: url('img/icon-flag--sv.svg');
}
.lang-no .icon-flag {
	background-image: url('img/icon-flag--no.svg');
}
.lang-dk .icon-flag {
	background-image: url('img/icon-flag--dk.svg');
}
li.lang.lang-en, li.lang.lang-sv, li.lang.lang-dk, li.lang.lang-no {
	margin: 1px;
}
.site-nav .lang span {
	display: none;
}
.site-header .site-secondary-logo {
	position: absolute;
	top: 0;
	right: 20px;
}
.site-secondary-logo span {
	display: none;
}
.site-header .icon-logo {
	background-image: url('img/icon-logo-landscape.svg');
	background-size: contain;
	width: 98px;
	height: 21px;
	opacity: 0;
	-webkit-transition: opacity 200ms ease 0s;
	-moz-transition: opacity 200ms ease 0s;
	transition: opacity 200ms ease 0s;
}
html:lang(en) .site-header .icon-logo {
	background-image: url('img/icon-logo-landscape--en.svg');
}
@media (min-width: 521px) {
	.site-header.mini .icon-logo {
		opacity: 1;
	}
}
.site-header .icon-logo-portrait {
	background-image: url('img/icon-logo-portrait.svg');
	background-size: contain;
	width: 84px;
	height: 50px;
	opacity: 1;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0px, -50%);
	-webkit-transition: opacity 200ms ease 0s;
	-moz-transition: opacity 200ms ease 0s;
	transition: opacity 200ms ease 0s;
}
html:lang(en) .site-header .icon-logo-portrait {
	background-image: url('img/icon-logo-portrait--en.svg');
}
@media (min-width: 521px) {
	.site-header.mini .icon-logo-portrait {
		opacity: 0;
	}
}
.site-body {
	padding-top: 80px;
}
.site-small-nav {
	display: none;
	vertical-align: middle;
	float: right;
}
.site-small-nav ul {
	margin: 0;
	padding: 0;
}
.site-small-nav li {
	display: inline-block;
	font-weight: bold;
}
.site-small-nav li:last-of-type {
	margin-left: 1.5em;
}
.site-small-nav a {
	display: block;
	line-height: 1.2em;
	color: #000;
	opacity: .55;
}
.no-touch .site-small-nav a:hover {
	opacity: 1;
}
.site-small-nav span {
	padding-right: .4em;
}
.site-small-nav .icon-nav {
	width: .9em;
	height: .9em;
	background-size: contain;
	vertical-align: middle;
	margin-top: -4px;
	background-image: url('img/icon-nav.svg');
}
.site-small-nav .icon-search {
	width: .6666em;
	height: .6666em;
	background-size: contain;
	vertical-align: baseline;
	background-image: url('img/icon-search--black.svg');
}
@media (max-width: 1259px) {
	.site-logo {
		position: static;
		float: left;
		width:11%;
	}
	.site-header .site-secondary-logo {
		position: static;
		float: right;
	}
	.site-header .icon-logo-portrait {
		right: 20px;
	}
	.site-nav{
		width:89%;
	}
	.site-nav li{
		font-size:16px;
	}
	.search-nav-container{
		margin-left: 40px !important;
	}
	.search-nav-container div, .search-nav-container a{
		font-size: 14px;
	}
}
@media (max-width: 1013px) {
	.site-nav {
		display: none;
	}
	.site-small-nav {
		display: inline-block;
	}
	.site-logo {
		width:160px;
		font-size: 1.2em;
		text-align: left;
	}
}
@media (max-width: 767px) {
	.site-logo {
		max-width: 160px;
		font-size: 1.2em;
		text-align: left;
	}
}
@media (max-width: 521px) {
	.site-logo {
		max-width: 140px;
	}
	.site-header .icon-logo-portrait {
		position: static;
		transform: none;
		width: 60px;
		height: 36px;
	}	
	.site-header .icon-logo {
		display: none;
	}
	.site-small-nav span {
		display: none;
	}
	.site-small-nav .icon-nav {
		width: 1.5em;
		height: 1.5em;
	}
}
#select-english{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.half-link{
	display: inline-block;
	position: relative;
	width: 49%;
	height: 100%;
	text-align: center;
}

.half-link h1{
	letter-spacing: 3px;
	color: #fff;
	font-size: 80px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%);
	transform: translateY(-50%);
}

@media(max-width: 768px){
	.half-link h1{
		font-size: 50px;
	}
}
@media(max-width: 767px){
	#select-english{
		width: 90%;
	}
	.half-link h1{
		font-size: 30px;
	}
}
/* Carousels */

.carousel-big {
	margin-right: 0;
	overflow: hidden;
}
.carousel-big .slick-slide .inner {
	opacity: 0;
	-webkit-transition: opacity 200ms ease 0s;
	-moz-transition: opacity 200ms ease 0s;
	transition: opacity 200ms ease 0s;
}
.carousel-big .slick-active .inner {
	opacity: 1;
}
.carousel-gallery figure {
	margin-right: 10px;
}
.carousel-gallery img {
	max-height: 420px;
}
.slick-slider {
    position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
	-webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
	display: block;
    overflow: hidden;
	margin: 0;
    padding: 0;
}
.slick-list:focus {
 
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
figure.slick-slide {
	display: none;
}
.slick-slide img {
	vertical-align: block;
}
.slick-slide figcaption {
	width: 0;
	min-width: 100%;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-prev, 
.slick-next {
	display: block;
    position: absolute;
    top: 0;
	width: 72px;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    color: transparent;
    border: none;
	z-index: 50;
}
.slick-prev {
	left: 5px;
}
.slick-next {
	right: 0;
}
.carousel-big .slick-prev, 
.carousel-big .slick-next {
	height: 376px;
}
.carousel-gallery .slick-prev, 
.carousel-gallery .slick-next {
	height: 420px;
}
.carousel .slick-prev, 
.carousel .slick-next,
.carousel-sidebar .slick-prev, 
.carousel-sidebar .slick-next,
.carousel-variablewidth .slick-prev, 
.carousel-variablewidth .slick-next {
	height: 188px;
}
.slick-prev:before, 
.slick-next:before {
	content: '';
	width: 36px;
	height: 36px;
	position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
}
.slick-prev:before {
	left: 18px;
	background-image: url('img/icon-arrow-left--white.svg');
}
.slick-next:before {
	right: 18px;
	background-image: url('img/icon-arrow-right--white.svg');
}
.carousel-big .slick-prev:before, 
.carousel-big .slick-next:before {
	top: 205px;
}
.carousel-gallery .slick-prev:before, 
.carousel-gallery .slick-next:before {
	top: 192px;
}
.carousel .slick-prev:before, 
.carousel .slick-next:before,
.carousel-sidebar .slick-prev:before, 
.carousel-sidebar .slick-next:before,
.carousel-variablewidth .slick-prev:before, 
.carousel-variablewidth .slick-next:before {
	top: 76px;
}
@media (min-width: 1260px) {
	.carousel-big .slick-next {
		width: 236px;
	}
}
@media (max-width: 767px) {
	.carousel-big .slick-prev, 
	.carousel-big .slick-next {
		height: 188px;
	}
	.carousel-gallery img {
		height: auto;
	}
	.carousel-gallery .slick-prev,
	.carousel-gallery .slick-next {
		height: 100%;
	}
	.carousel-gallery .slick-prev:before, 
	.carousel-gallery .slick-next:before {
		top: 50%;
		margin-top: -18px;
	}
	.carousel-big .slick-prev:before, 
	.carousel-big .slick-next:before {
		top: 76px;
	}
}
@media (max-width: 521px) {
	.carousel-big {
		margin-right: -5px;
	}
}
.slick-disabled {
	display: none !important;
}
.no-touch .slick-prev:before, 
.no-touch .slick-next:before {
	-webkit-transition: -webkit-transform 200ms linear;
	-moz-transition: -webkit-transform 200ms linear;
	transition: transform 200ms linear;
}
.no-touch .slick-prev:hover:before, 
.no-touch .slick-next:hover:before {
	-webkit-transform: scale(1.33, 1.33);
	-ms-transform: scale(1.33, 1.33);
	transform: scale(1.33, 1.33);
}
.slick-dots {
	display: block;
	position: absolute;
	top: auto;
	list-style: none;
	margin: 0;
	padding: 20px;
	z-index: 50;
	text-align: right;
	left: 492px;
	top: 387px;
	transform: translateX(-50%);
}
.slick-dots li {
    position: relative;
	display: inline-block;
	width: 16px;
    height: 16px;
    padding: 0;
	cursor: pointer;
}
.slick-dots li:first-child {
	margin-left: 10px;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
	display: block;
	width: 16px;
    height: 16px;
    padding: 0;
	cursor: pointer;
	color: transparent;
    border: 0;
    background: transparent;
}
.slick-dots li button:before {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	background: #e52330;
	border-radius: 100%;
	opacity: .33;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
    opacity: 1;
}

@media (max-width: 1013px) {
	.slick-dots {
		left: 50%;
		top: 316px;
	}
}

@media (max-width: 767px) {
	.slick-dots {
		left: 205px;
		top: 138px;
	}
}

@media (max-width: 521px) {
	.slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		left: 50%;
	}
}



/* Previews */

.preview {
	display: block;
	position: relative;
}
.preview .inner {
	min-height: 188px;
}
.preview .flexible p {
	margin-bottom: .3em;
}
.preview .flexible p a,
.preview a p {	
	color: #333;
	-webkit-transition: color 200ms linear;
	transition: color 200ms linear;
}
.no-touch .preview:hover .flexible a {
	color: #000;
}
.preview .thumbnail {
	position: relative;
	overflow: hidden;
	height: 188px;
}


@media (min-width: 522px) {
	.preview {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	    -ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		height: 100%;
	}
	
	.row.persons-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
	.preview .cuttr {
		max-height: 212px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
	}
	
	.preview .flexible {
		-webkit-box-flex: 1;
	    -ms-flex: 1;
		flex: 1;
		height: 0;
	}
}
	
.x225 .thumbnail{
    height: 225px;
}
.x225 .slick-prev::before,.x225 .slick-next::before{
    top:90px;
}

.preview .thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
}
@media (max-width: 521px) {
	.preview .inner {
		min-height: 0;
		margin-bottom: 15px;
	}
	.alphabetical .preview .thumbnail {
		display: none;
	}
	.alphabetical .preview .inner {
		margin-bottom: 0;
	}
}
/* Image transition section moved to transitions.css */
@media (min-width: 768px) {
	.col-sm-3.scale-text .preview .thumbnail {
		height: 376px;
	}
}
@media (min-width: 1014px) {
	.col-md-3.scale-text .preview .thumbnail,
	.col-md-4.scale-text .preview .thumbnail {
		/*height: 376px;*/
        height: 450px;
	}
	.sidebar .preview .inner {
		min-height: 0;
		padding-bottom: 30px;
	}
}
@media (min-width: 1260px) {
	.col-lg-3.scale-text .preview .thumbnail,
	.col-lg-4.scale-text .preview .thumbnail,
	.col-lg-5.scale-text .preview .thumbnail {
		height: 376px;
	}
}


/* Article content */

.article-body-content {
	padding-bottom: 2em;
}
.article-body-content img {
	margin: 1.5em 0;
}
.article-body-content .wp-caption {
	margin: 1.5em 0;
}
.article-body-content .wp-caption img {
	margin: 0;
}
.article-body-content h1,
.article-body-content h2,
.article-body-content h3,
.article-body-content h4,
.article-body-content h5,
.article-body-content h6 {
	margin: 1em 0 .25em;
}
.article-body-content h1,
.article-body-content h2 {
	font-size: 1.44em;
}
.article-body-content h3 {
	font-size: 1.2em;
}
@media (max-width: 521px) {
	.article-body-content h1,
	.article-body-content h2 {
		font-size: 1.2em;
	}
	.article-body-content h3 {
		font-size: 1em;
	}
}
.article-body-content a {
	color: #333;
	border-bottom: 1px solid #333;
}
.no-touch .article-body-content a:hover,
.article-body-content a:focus {
	color: #000;
	border-color: #000;
}

#profile-submit::before{
	content: ''; 
	display: block; 
	position: relative; 
	width: 0; 
	height: 3.5em; 
	margin-top: -3.5em;
}




/* Pagination */

.pagination,span.pods-pagination-advanced  {
	width: 100%;
	margin: 3em 0;
	text-align: center;
}
.pods-pagination-advanced  {
	display:block;
}

.alphabet {
	margin-bottom: 10px;
}
.load-more {
	margin-bottom: 4em;
}

/* Archive */
.widget_archive ul li a{
display:block;
}
.widget_archive ul li a::first-letter{
text-transform:uppercase;
}

/* Overlays */

.overlay {
	display: none;
	font-size: 1.44em;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background: #e52330;
	color: #000;
	-webkit-transform-style: preserve-3d;
  	-moz-transform-style: preserve-3d;
  	transform-style: preserve-3d;
}
.overlay :focus {
	outline: solid 4px rgb(40, 59, 175);
}
.overlay .dropdown:focus-within {
	outline: solid 4px rgb(40, 59, 175);
}
.overlay-inner {
	width: 24em;
	max-width: 100%;
	margin: auto;
	padding: 20px;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
}
.close-overlay {
	width: 2em;
	height: 2em;
	position: fixed;
	top: 1em;
	right: 1em;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url('img/icon-close--black.svg');
	background-size: 100%;
}
.overlay .heading {
	color: #fff;
	font-size: 1.4em;
	margin: 0 0 .5em;
}
.overlay .heading a {
	color: #fff;
}
.overlay .select-search-type a, .overlay .select-search-type span {
	opacity: .5;
}
.overlay .select-search-type .active {
	opacity: 1;
}
.overlay .select-search-type a:not(.active):hover {
	opacity: .75;
}
#search-type-articles {
	display: none;
}
#instagram{
}


@media (max-width: 521px) {
	.overlay {
		font-size: 1.2em;
	}
	.overlay input, 
	.overlay select, 
	.overlay .btn, 
	.overlay .search-years, 
	.overlay .dropdown,
	.overlay .dropdown .selected {
		height: 2em;
		line-height: 2em;
	}
}
@media (max-width: 767px) {
    .instagram-div img{
        width: 100%;
    }
    .col-xs-2.instagram-img{
        margin-top: 5px;
    }
    .instagram-div{
        margin-top: 30px;
    }
    .instagram-div h3{
        margin: 0;
    }
    #instagram{
        margin-top: 5px;
    }
    .container-social{
        text-align: -webkit-center;

    }
}
.overlay input, 
.overlay .search-years,
.overlay .dropdown,
.overlay .dropdown .selected {
	background: #fff;
}
.overlay input, 
.overlay textarea, 
.overlay select, 
.overlay .btn, 
.overlay .search-years, 
.overlay .dropdown .selected,
.overlay .dropdown li {
	padding: 0 .5em;
}
.overlay .dropdown ul {
	background: #fff;
}
.overlay .dropdown li {
	background: transparent;
	color: #000;
	opacity: .66;
}
.no-touch .overlay .dropdown li:hover {
	opacity: 1;
}
.overlay .btn {
	width: auto;
	display: inline-block;
	background: transparent;
	float: right;
	padding: 0;
	margin: 0;
	border: 0;
}
.no-touch .overlay .btn:hover {
	border-bottom: 1px solid #fff;
}
.no-touch .overlay input[type="text"]:hover, 
.overlay input[type="text"]:focus, 
.no-touch .overlay input[type="search"]:hover, 
.overlay input[type="search"]:focus, 
.no-touch .overlay .dropdown:hover, 
.overlay .dropdown:focus {
	background: #fff;
}
.no-touch .overlay .btn:hover,
.overlay .btn:focus {
	opacity: 1;
}
.overlay .search-years-range {
	height: 3px;
}
@media(max-width: 521px) {
	.overlay .search-years-range {
		height: 2em;
	}
}
#nav-overlay {
	text-align: center;
}
#nav-overlay nav a {
	line-height: 1.66em;
	color: #fff;
}
#nav-overlay nav .search {
	margin-top: 1em;
}
#nav-overlay nav .search-label{
	font-weight: normal;
	margin-bottom:0.3em;
	font-size: 1em;
	color: #000 !important;
}
#nav-overlay nav .search a {
	display: block;
}




/* AddThis */

.at-share-btn-elements {
	margin-top: .5em !important;
}
.at-share-btn {
	/*width: 26px !important;
	height: 25px !important;*/
	/*background: transparent !important;*/
	margin: 0 .75em 0 0 !important;
	opacity: .5;
}
.at-share-tbx-element, .at-share-tbx-element .at-share-btn{
    margin-right:2px !important;
}
.no-touch .at-share-btn:hover {
	opacity: 1;
}
.at-icon {
	/*width: 1em !important;
	height: 1em !important;*/
	line-height: 1em !important;
    background-size: cover;
    background-position: center center;
}
.addthis_sharing_toolbox .at-style-responsive .at-icon {
	background-size: auto 100% !important;
	background-position: center center !important;
}
/*.at-icon-facebook {
	background-image: url('img/icon-facebook.svg') !important;
}
.at-icon-twitter {
	background-image: url('img/icon-twitter.svg') !important;
}
.at-icon-google_plusone_share {
	background-image: url('img/icon-google-plus.svg') !important;
}
.at-icon-email {
	background-image: url('img/icon-email.svg') !important;
}
.at-icon-addthis {
	background-image: url('img/icon-addthis.svg') !important;
}*/




/* Site footer */

.site-footer {
	background: #000;
	color: #fff;
	padding: 1em 0;
	margin-top: 2em;
}
.site-footer .icon-logo-portrait {
	background-image: url('img/icon-logo-portrait--white.svg');
	background-size: contain;
	width: 84px;
	height: 50px;
}
.site-footer .icon-logo-NB {
	background-image: url('img/NB-logo-no-hvit.svg');
	background-size: contain;
	width: 160px;
	height: 50px;
    vertical-align:auto;
}

.site-footer .icon-logo-KU {
	background-image: url('img/dansk-logo.svg');
	background-size: contain;
	width: 165px;
	height: 64px;
    vertical-align:auto;
}

.site-footer .icon-logo-SU {
	background-image: url('img/sthlm_uni.png');
	background-size: contain;
	width: 160px;
	height: 68px;
    vertical-align:auto;
}

.KU-div, .NB-div, .SU-div{
    display:inline-block;

}

.footer-logos .row
{
    display:flex;
    align-items:center;
}

.SU-div{
    float:left;
}



html:lang(en) .site-footer .icon-logo-portrait {
	background-image: url('img/icon-logo-portrait--white-en.svg');
}
.site-footer .heading {
	margin: 0 0 .2em;
	color: #fff;
}
.site-footer p:last-child {
	margin-bottom: 0;
}
.site-footer a {
	color: #fff;
}



/* Misc */

.highlight {
	border-bottom: 3px solid #e52330;
	padding-top: 20px;
	margin-bottom: 10px;
}
@media (max-width: 521px) {
	.highlight {
		padding: 0;
		margin: 0;
		border: 0;
	}
}
.gallery {
	margin: 1em 0;
}
.video-library {
	margin-top: -.5em;
}
.video-library figure {
	margin: 1.5em 0 1em;
}

.dib-50 {
	display: inline-block;
	width: 49%;
}

@media (max-width: 521px) {
	.dib-50 {
		display: inline-block;
		width: 100%;
	}
}