/*
	Theme Name: Rikke Leander
	Author: Rikke Leander

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}

body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #191a17;
	font-weight: 500;
}

p,
li {
	line-height: 1.5;
}

ul {
	padding-left: 1.2em;
}

/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

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

a:hover {
	color: #444;
}

a:focus {
	outline: 0;
}

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

input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 16px;
}

/* header */
.header {
	background: url(/wp-content/uploads/2018/11/header-bg.jpg) no-repeat center;
	background-size: cover;
	border-bottom: 5px solid black;
	padding-top: 16px;
}

.header .wrapper {
	display: table;
	width: 100%;
}

/* logo */
.logo {
	display: table-cell;
	width: 50%;
}

.logo-img {
	margin-bottom: 1em;
}

/* nav */
.nav {
	display: table-cell;
	width: 50%;
	text-align: right;
	vertical-align: bottom;
}

.nav .search-toogle {
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	padding: 10px;
	cursor: pointer;
	content: "";
}

.nav .search-toogle.desk {
	display: none;
}

.nav .search-toogle.desk i {
	font-size: 16px;
}

.nav .search-toogle.mob {
	display: inline-block;
}

.nav .search-toogle.mob i {
	font-size: 18px;
}

.nav>ul {
	display: none;
}

.nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;

}

.nav>ul>li {
	display: inline-block;
	position: relative;
}

.nav ul>li>a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	padding: 10px 5px;
}

.nav>ul>li:hover>a {
	/* background: #c35403;
	background: -moz-linear-gradient(top, #c35403 0%, #8a3c02 100%);
	background: -webkit-linear-gradient(top, #c35403 0%,#8a3c02 100%); 
	background: linear-gradient(to bottom, #c35403 0%,#8a3c02 100%);  */
	text-decoration: underline;
	color: #fff;
}

.nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	text-align: left;
	width: 200px;
}

.nav>ul>li:hover>ul {
	display: block;
}

.nav ul ul li {
	border-bottom: 1px solid white;
}

.nav ul ul li a {
	padding: 9px 10px;

	background: #71824d;
}

.nav ul ul li:hover a {
	color: #191a17;
}

.top-search-form {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	padding: 16px;
	background: #71824d;
	border-top: 5px solid black;
}

.top-search-form form {
	width: 100%;
	position: relative;
}

.top-search-form input {
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none;
	padding-right: 70px;
}

.top-search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: none;
	outline: none;
	color: white;
	background: #c35403;
	background: -webkit-gradient(linear, left top, left bottom, from(#c35403), to(#8a3c02));
	background: linear-gradient(to bottom, #c35403 0%, #8a3c02 100%);
}

.header-links {
	display: block;
	position: absolute;
	top: 0;
	right: 16px;
}

.header-links p {
	margin-top: 0;
}

.header-links a {
	text-align: center;
	display: inline-block;
	color: #71824d;
	background: #fff;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	font-size: 14px;
	padding-top: 3px;
}

#mmenu_button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

#mmenu_button>span {
	display: block;
	height: 2px;
	background: white;
	width: 30px;
	margin-bottom: 5px;
	border-radius: 5px;
}

/* #mmenu {
	display: none;
} */

.mm-menu_offcanvas {
	z-index: 9;
}

.mm-listitem form {
	margin: 20px;
	padding-bottom: 20px;
}

.header-links.mobile-links {
	text-align: left;
	padding: 0;
}

.header-links.mobile-links p {
	margin-top: 5px;
}

.mobile-search-form input {
	padding: 10px 0;
	outline: none;
	width: 80%;
}

.mobile-search-form form button {
	padding: 10px 3px;
	margin-left: -5px;
}

/* main page */
.main-content {
	background: url(/wp-content/uploads/2018/11/banner.png) no-repeat left top;
	background-size: cover;
	/* min-height: 1070px; */
}

.main-content article {
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	padding-bottom: 35px;
}


.main-content .article-wrapper {
	background: rgba(242, 243, 238, 0.651);
	-webkit-box-shadow: 5.353px 5.945px 17.28px 0.72px rgba(2, 2, 2, 0.44);
	box-shadow: 5.353px 5.945px 17.28px 0.72px rgba(2, 2, 2, 0.44);
	border-radius: 8px;
	padding: 16px;
	font-size: 14px;
}

.main-content article p {
	line-height: 21px;
}

.main-content .article-wrapper .page-title {
	font-size: 26px;
	font-weight: 700
}

.main-content .article-wrapper .page-subtitle {
	font-weight: 700
}

.btn-contact {
	background: #c35403;
	background: -webkit-gradient(linear, left top, left bottom, from(#c35403), to(#8a3c02));
	background: linear-gradient(to bottom, #c35403 0%, #8a3c02 100%);
	color: white;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 8px;
	width: 194px;
	padding: 10px 0;
	display: block;
	text-align: center;
	margin: 35px auto -16px auto;
}

.btn-contact:hover {
	color: white;
}

/* footer */
.footer {
	background: #141412;
	color: white;
	margin-bottom: 25px;
}

.footer .wrapper {
	display: table;
	width: 100%;
}

.footer .widget_text {
	display: block;
	width: 100%;
	vertical-align: middle;
}

.footer .widget_text:last-child {
	width: 100%;
}

.footer .widget_text ul {
	list-style-type: none;
	padding-left: 0;
	margin: 16px 0;
	text-align: center;
}

.footer .widget_text:last-child {
	text-align: center;
	padding-right: 0;
}

.footer .widget_text ul li {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.footer .widget_text ul li:not(:last-child) {
	padding-right: 0;
}

.footer .widget_text ul li a {
	font-size: 14px;
	color: white;
}

.footer .widget_text ul li i {
	color: #66913b;
	padding-right: 5px;
	font-weight: 700;
}


.footer .widget_text ul li a:hover {
	text-decoration: underline;
}

.footer .widget_text .fb-icon,
.footer .widget_text .in-icon {
	text-align: center;
	display: inline-block;
	color: #141412;
	background: white;
	border-radius: 20px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	padding-top: 5px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'Font-Name';
	src: url('fonts/font-name.eot');
	src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {

	.header-links a {
		width: 30px;
		height: 30px;
		font-size: 18px;
		padding: 0;
		line-height: 30px;
	}
}

@media only screen and (min-width: 768px) {
	.main-content article {
		max-width: 740px;
		margin-left: auto;
		margin-right: 20px;
		padding-top: 55px;
		padding-bottom: 55px;
	}


	.main-content .article-wrapper {
		background: rgba(242, 243, 238, 0.651);
		-webkit-box-shadow: 5.353px 5.945px 17.28px 0.72px rgba(2, 2, 2, 0.44);
		box-shadow: 5.353px 5.945px 17.28px 0.72px rgba(2, 2, 2, 0.44);
		border-radius: 8px;
		padding: 45px 55px;
		font-size: 16px;
	}

	.main-content article p {
		line-height: 29px;
	}

	.footer .widget_text {
		display: table-cell;
		width: 80%;
		vertical-align: middle;
	}

	.footer .widget_text:last-child {
		width: 20%;
	}

	.footer .widget_text ul {
		list-style-type: none;
		padding-left: 35px;
		margin: 0;
		text-align: left;
	}

	.footer .widget_text:last-child {
		text-align: right;
		padding-right: 35px;
	}

	.footer .widget_text ul li {
		display: inline-block;
		font-size: 14px;
		margin-bottom: 0;
	}

	.footer .widget_text ul li:not(:last-child) {
		padding-right: 35px;
	}
}


@media only screen and (min-width:960px) {
	.header-links {
		display: block;
		position: absolute;
		top: 0;
		right: 41px;
	}

	.logo {
		width: 30%;
	}

	.nav {
		width: 70%;
	}

	.nav .search-toogle.desk {
		display: inline-block;
	}

	.nav .search-toogle.mob {
		display: none;
	}

	#mmenu_button {
		display: none;
	}

	.nav>ul {
		display: inline-block;
	}
}

@media only screen and (min-width:1024px) {
	.content-wrapper {
		margin: 0 -10px;
		font-size: 0;
	}
	.page-content,
	.single-thumb {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 10px;
		font-size: 16px;
	}
	.single-thumb img {
		margin-top: 1em;
	}
}

@media only screen and (min-width:1140px) {}

@media only screen and (min-width:1280px) {}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}