/* Body, fonts & bakgrundsbilder.
--------------------------------------------- */
body {
    background-color: #f5f5f5;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.625;
    margin: 0;
}

body.custom-background {
    background-image: url(../images/bg.png);
    background-position: center top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}

body.custom-background.bg-1 {
	background-image: url(../images/bg-1.jpg);
}

body.custom-background.bg-2 {
	background-image: url(../images/bg-2.png);
}

body.custom-background.bg-3 {
	background-image: url(../images/bg-3.jpg);
}

body.custom-background.bg-4 {
	background-image: url(../images/bg-4.png);
}

body.custom-background.bg-5 {
	background-image: url(../images/bg-5.png);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #085088;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

/* Länkar
--------------------------------------------- */

a {
    color: #e5554e;
    text-decoration: none;
}

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

/* Göm alla taggar som är tomma.
--------------------------------------------- */

p:empty {
	display: none;
}

/* Titlar
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
}

.page .entry-title {
	margin-bottom: 24px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #e5554e;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* Wrapper
--------------------------------------------- */

.site-container,
.site-header .wrap,
.site-inner {
    max-width: 1020px;
}

.site-container,
.site-header,
.site-inner {
	background-color: #fff;
	clear: both;
    margin: 0 auto;
}

.site-header {
    box-shadow: 0 0 0px rgb(0 0 0 / 0%);
	position: relative;
	top: 0px !important;
}

.site-header .wrap {
	background-color: #333;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: none;
	width: 100%;
	background-color: #fff;
}

.wp-custom-logo .title-area {
	max-width: inherit;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
	max-width: 350px;
}

.wp-custom-logo .site-container .custom-logo-link {
	aspect-ratio: unset !important;
}

.site-title {
	font-size: 72px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
}

/* Header Meny
--------------------------------------------- */

.menu-toggle {
	float: none;
	background-color: #333;
	color: #fff;
    line-height: 1.5;
    font-weight: 400;
	margin-bottom: 0px;
	margin-top: 0px;
	outline: 0;
}

.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
	color: #fff;
}

.sub-menu-toggle {
	padding-top: 14px;
}

.sub-menu-toggle,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
    background-color: transparent;
    border-width: 0;
    color: #fff;
	outline: 0;
}

.genesis-nav-menu .sub-menu a {
	background-color: inherit;
}

.genesis-nav-menu {
    padding-left: 5%;
    padding-right: 5%;
}

.nav-primary {
	background-color: #333;
	padding-bottom: 0px;
}

.nav-primary .genesis-nav-menu a {
    color: #fff;
	text-transform: uppercase;
	padding: 16px 20px;
}

.nav-primary .genesis-nav-menu a span:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a span {
    padding-bottom: 1px;
    border-bottom: 2px solid #034e94;
}

/* Entry
--------------------------------------------- */

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
}

/* dsc
--------------------------------------------- */

.space-top {
	margin-top: 30px;
}


/* Dividers dsc
--------------------------------------------- */

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr.style-light-blue {
    border: 0;
    height: 0;
    border-top: 1px solid #0b6cb8;
    border-bottom: 1px solid #0b6cb8;
}

hr.style-blue {
    border: 0;
    height: 0;
    border-top: 2px solid #034e94;
    border-bottom: 1px solid #034e94;
}

hr.style-gradient {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

hr.style-gradient-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.style-shadow {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

/* Ticket-box dsc
--------------------------------------------- */

.ticket {
    background: #a39161;
    padding: 10px 20px;
    margin: 40px 0 40px;
    position: relative;
}

.ticket h3 {
	color: #333;
}

.ticket p,
.ticket p a {	
	margin: 0 0 5px;
}
	
.ticket:before, .ticket:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: '';
    height: 10px;
    width: 100%;
    display: block;
    background-image: radial-gradient(rgba(0, 0, 0, 0) 34%, #a39161 40%);
    background-size: 20px 20px;
    background-repeat: repeat-x;
}


.ticket:before {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}


.ticket:after {
    bottom: -10px;
    top: auto;
}


.box-blue {
    background: #d1f1e1;
}
.box-blue:before, .box-blue:after {
    background-image: radial-gradient(rgba(0, 0, 0, 0) 34%, #d1f1e1 40%);
}


.box-blue-light {
    background: #9cd1ff;
}
.box-blue-light:before, .box-blue-light:after {
    background-image: radial-gradient(rgba(0, 0, 0, 0) 34%, #9cd1ff 40%);
}


.box-yellow {
    background: #fdd677;
}
.box-yellow:before, .box-yellow:after {
    background-image: radial-gradient(rgba(0, 0, 0, 0) 34%, #fdd677 40%);
}


.box-orange {
    background: #ffbb67;
}
.box-orange:before, .box-orange:after {
    background-image: radial-gradient(rgba(0, 0, 0, 0) 34%, #ffbb67 40%);
}


.box-green {
    background: #d3d8b0;
}
.box-green:before, .box-green:after {
    background-image: radial-gradient(rgba(0, 0, 0, 0) 34%, #d3d8b0 40%);
}


.box-green-light {
    background: #ecf3c1;
}
.box-green-light:before, .box-green-light:after {
    background-image: radial-gradient(rgba(0, 0, 0, 0) 34%, #ecf3c1 40%);
}


.ticket a {
	color: #ff004e;
    background-image: linear-gradient(to right,#ff004e 33%,rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    cursor: pointer;
}

.ticket a:hover {
    background-image: linear-gradient(to right,#ff004e 100%,rgba(255,255,255,0) 0%);
    text-decoration: none;
    color: #ff004e;
}

.ticket h3 {
    margin: 0 0 10px;
    padding: 15px 0 20px;
    position: relative;
    overflow: hidden;
}

.ticket h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '...............................................................................................................';
    letter-spacing: 4px;
    font-size: 12px;
}

/* Sidebar
--------------------------------------------- */

#nav_menu-3 {
	display: none;
}

.home #nav_menu-3 {
	display: block;
}

.home #nav_menu-7 {
	display: none;
}

.sidebar {
	font-size: 16px;
}

.sidebar .widget {
	padding-top: 0px;
}

.content-sidebar .sidebar .widget {
    padding-right: 0px;
}

.sidebar-content .sidebar .widget {
	padding-left: 0px;
}

.sidebar .widget_nav_menu .widget-title {
    background: #085088;
    margin-bottom: 20px;
    padding: 18px;
    color: #fff;
}

.sidebar .widget_nav_menu ul {
	margin-left: 16px;
}

.sidebar .widget_nav_menu li a {
	color: #085088;
	display: block;
}

.sidebar .widget_nav_menu li {
    border-bottom: 1px solid #085088;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar .widget_nav_menu ul > li:last-of-type {
	padding-bottom: 10px;
}

.sidebar .widget_nav_menu li:after {
    color: #085088;
    content: "\f345";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 27px/1 'dashicons';
    font-style: normal;
	float: right;
    vertical-align: middle;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
	position: relative;
	top: -25px;
}


/* Footer Widgets
--------------------------------------------- */

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
	background-image: url(../images/chalk-tiny.jpg);
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.site-footer a {
	color: #333;
}

.site-footer a:hover {
	text-decoration: none;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widget-area {
    padding-left: 40px;
    padding-right: 40px;
}


/* Templates: MetaSlider
--------------------------------------------- */

.metaslider-page .sidebar,
.metaslider-page #genesis-content {
	margin-top: 33px;
}

.metaslider-page article h1 {
	margin-top: 25px;
}

.metaslider-page article {
	border-top: 4px solid #034e94;
}

.metaslider-page article .entry-content{
	border-top: 2px solid #034e94;
	margin-top: 4px;
}

.metaslider-page article {
	border-bottom: 4px solid #034e94;
}

.metaslider-page article .entry-content{
	border-bottom: 2px solid #034e94;
	margin-bottom: 4px;
}
.metaslider-page article {
	margin-bottom: 32px!important;
}

.metaslider-page article h1,
.metaslider-page article h2,
.metaslider-page article h3,
.metaslider-page article h4,
.metaslider-page article h5,
.metaslider-page article h6 {
	padding-left: 5.6%;
	padding-right: 5.6%;
}

.metaslider-page article p{
	padding-left: 5.6%;
	padding-right: 5.6%;
}


/* Templates: Feature Image
--------------------------------------------- */

.feature-image-page article h1 {
	margin-top: 25px;
}

.feature-image-page .banner-image {
	margin-bottom: 25px;
}

.feature-image-page article {
	border-top: 4px solid #034e94;
}

.feature-image-page article .entry-content{
	border-top: 2px solid #034e94;
	margin-top: 4px;
}

.feature-image-page article {
	margin-bottom: 32px;
}

/* Templates: Feature Image Thin
--------------------------------------------- */

.feature-image-thin article h1,
.feature-image-thin article h2,
.feature-image-thin article h3,
.feature-image-thin article h4,
.feature-image-thin article h5,
.feature-image-thin article h6 {
	margin-top: 25px;
	padding-left: 17.4%;
	padding-right: 17.4%;
}
.feature-image-thin .banner-image {
	margin-bottom: 25px;
}
.feature-image-thin article {
	border-top: 4px solid #034e94;
}
.feature-image-thin article .entry-content{
	border-top: 2px solid #034e94;
	margin-top: 4px;
}

.feature-image-thin article {
	border-bottom: 4px solid #034e94;
}
.feature-image-thin article .entry-content{
	border-bottom: 2px solid #034e94;
	margin-bottom: 4px;
}
.feature-image-thin article {
	margin-bottom: 32px!important;
}
.feature-image-thin article p {
	padding-left: 17.4%;
	padding-right: 17.4%;	
}


/* Templates: Feature Image Thin Border
--------------------------------------------- */

.feature-image-thin-border article {
	max-width: 614px;
	margin: auto;
}
.feature-image-thin-border article h1 {
	margin-top: 25px;
}
.feature-image-thin-border .banner-image {
	margin-bottom: 25px;
}
.feature-image-thin-border article {
	border-top: 4px solid #034e94;
}
.feature-image-thin-border article .entry-content{
	border-top: 2px solid #034e94;
	margin-top: 4px;
}

.feature-image-thin-border article {
	border-bottom: 4px solid #034e94;
}
.feature-image-thin-border article .entry-content{
	border-bottom: 2px solid #034e94;
	margin-bottom: 4px;
}
.feature-image-thin-border article {
	margin-bottom: 32px!important;
}

/* Templates: Feature Image Text Center
--------------------------------------------- */

.page-template-feature-image-text-center article h1 {
	margin-top: 25px;
}
.page-template-feature-image-text-center .banner-image {
	margin-bottom: 25px;
}
.page-template-feature-image-text-center article {
	border-top: 4px solid #034e94;
}
.page-template-feature-image-text-center article .entry-content{
	border-top: 2px solid #034e94;
	margin-top: 4px;
}

.page-template-feature-image-text-center article {
	border-bottom: 4px solid #034e94;
}
.page-template-feature-image-text-center article .entry-content{
	border-bottom: 2px solid #034e94;
	margin-bottom: 4px;
}
.page-template-feature-image-text-center article {
	margin-bottom: 32px!important;
}

.page-template-feature-image-text-center.sidebar-content .entry-content p {
	padding-left: 8%;
	padding-right: 8%;
}

/* Media Query
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 960px) {
	
	.wp-custom-logo .title-area {
		padding-bottom: 0px;
	}
	
	.content-sidebar .entry-title,
	.content-sidebar #genesis-content > article > div > p,
	.content-sidebar .entry-header .entry-meta {
		padding-right: 0px;
	}
	
	.sidebar-content .entry-title,
	.sidebar-content #genesis-content > article > div > p,
	.sidebar-content .entry-header .entry-meta{
		padding-left: 0px;
	}
	
	.menu-toggle,
	.site-header .wrap,
	.genesis-nav-menu .sub-menu a {
		background-color: #fff;
	}
	
	.genesis-nav-menu {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.nav-primary {
		background-color: #fff;
		clear: both;
		float: none;
		width: auto;
		text-align: center;
	}
	
	.js .nav-primary {
		padding-top: 0px;
	}
	
	.nav-primary .genesis-nav-menu a {
		color: #333;
		padding: 30px 16px;
	}
	
	.site-container {
		-moz-box-shadow: rgba(0, 0, 0, 0.7) 0 0 30px 2px;
		-webkit-box-shadow: rgb(0 0 0 / 70%) 0 0 30px 2px;
		box-shadow: rgb(0 0 0 / 70%) 0 0 30px 2px;
	}
	
	.site-inner {
		padding: 0px 40px 0 40px;
	}
	
	.entry-title {
		margin-bottom: 10px;
	}
	
	.sidebar .widget {
		margin-bottom: 40px;
		padding: 40px;
	}
	
	.sidebar .widget {
		padding-top: 0px;
	}

	.content {
		width: 70%;
	}
	
	.full-width-content .content {
		width: 100%;
	}
	
}