/*!
Theme Name: Ruudmann theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ruudmann_theme

Ruudmann theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Header
# Content Header
# Footer
#Responsivity
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: F_Medium;
    src: url(/fonts/futura_medium.ttf);
}

@font-face {
    font-family: F_Bold;
    src: url(/fonts/futura_bold.ttf);
}

@font-face {
    font-family: F_Extra_Bold;
    src: url(/fonts/futura_extra_bold.ttf);
}

@font-face {
    font-family: B_Regular;
    src: url(/fonts/libre_baskerville_regular.ttf);
}

@font-face {
    font-family: B_Bold;
    src: url(/fonts/libre-baskerville_bold.ttf);
}

@font-face {
    font-family: B_Italic;
    src: url(/fonts/libre_baskerville_italic.ttf);
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	font-family: B_Regular;
}

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: 15px;
	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: 15px;
	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 https://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. */
}

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 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:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	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 #ccc;
	border-radius: 3px;
	padding: 3px;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #c6b477;
}

a:visited {
	color: #c6b477;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1025px) {
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	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: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 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 1.5em;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#masthead {
	position: fixed;
    z-index: 100;
    width: 100%;
    background-color: #fff;
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.site_logo {
	margin: 0 40px;
}

.ruudmann_logo {
	width: 240px;
    margin-top: 6px;
}

.mega-menu li {
	margin-right: 30px!important;
	padding: 5px 0!important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:after {
    margin: 0 20px 0 5px!important;
}

.mega-menu li a {
	color: #292929!important;
	text-transform: uppercase!important;
	font-family: F_Medium!important;
	font-size: 14px!important;
    letter-spacing: .8px!important;
	border-bottom: 2px solid #fff!important;
	-webkit-transition: 0.5s!important;
    -moz-transition: 0.5s!important;
    -ms-transition: 0.5s!important;
    -o-transition: 0.5s!important;
    transition: 0.5s!important;
}


.mega-menu li:last-child a {
	border-bottom: none!important;
}

.mega-menu .mega-menu-item-14 {
	background-color: #c6b477!important;
	border: 2px solid #c6b477!important;
	padding: 0px 20px!important;
	-webkit-transition: 0.5s!important;
    -moz-transition: 0.5s!important;
    -ms-transition: 0.5s!important;
    -o-transition: 0.5s!important;
    transition: 0.5s!important;
}

.mega-menu .mega-menu-item-14:hover {
	background-color: #fff!important;
	border: 2px solid #c6b477!important;
}

.mega-menu .mega-menu-item-14 a {
	color: #fff!important;
}

.mega-menu .mega-menu-item-14:hover a {
	color: #000!important;
}

.mega-menu li a:hover {
	border-bottom: 2px solid #c6b477!important;
}

.mega-menu li:last-child:hover a {
	border-bottom: none!important;
}

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

.content_header {
	position: relative;
	padding-bottom: 40px;
}

.header_image {
	position: relative;
	width: 80%;
    left: 8%;
}

.header_image_2 {
	position: relative;
	width: 95%;
    margin: auto;
	display: none;
}

.header_title_wrapper {
	position: absolute;
	width: 12%;
	height: 100%;
	right: 0;
	top: 0;
	display: flex;
	justify-content: flex-end;
	transform: rotate(180deg);
}

.title {
	font-family: F_Extra_Bold;
	margin: 0;
	text-transform: uppercase;
	-webkit-writing-mode: vertical-lr;
	-moz-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
}

#title_1 {
    font-size: 7.5vw;
    line-height: 7vw;
	color: #c6b477;
}

#title_2 {
    font-size: 3vw;
    line-height: 3.5vw;
	color: #cfcfcf;
}

.quote_box {
	position: absolute;
    top: 50%;
    left: 4%;
	padding: 9vw 8vw 10vw 9vw;
	background-color: rgba(198,180,119,0.80);
	transform: translateY(-50%);
}

.quote_box p {
	color: #fff;
    font-size: 22px;
    text-indent: -30px;
	font-family: B_Regular;
}

.quote_author {
	position: absolute;
	right: 3vw;
	bottom: 6vw;
	text-transform: uppercase;
	font-family: F_Medium;
	color: #fff;
	font-size: 20px;
}

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

#primary {
	margin-top: 110px;
}

.intro_text_wrapper {
	max-width: 1200px;
	margin:0 auto 0;
	padding:  80px 50px 0;
}

.intro_header {
	display: flex;
}

.intro_half {
	width: 50%;
}

.intro_header_left {
	position: relative;
	padding: 0 4vw 0 4vw;
}

.intro_header_left_wrapper {
	position: relative;
  	top: 43%;
  	transform: translateY(-50%);
}

.intro_title {
	margin: 0;
	font-family: F_Bold;
	text-transform: uppercase;
}

#intro_title_1 {
	color: #c6b477;
	font-size: 54px;
	line-height: 54px;
    letter-spacing: 3px;
}

#intro_title_2 {
	color: #cfcfcf;
	font-size: 54px;
	line-height: 54px;
    letter-spacing: 3px;
}

.intro_header_text p {
	font-family: B_Bold;
	font-size: 17px;
}

.left_border {
	position: absolute;
    left: -2vw;
    top: 25%;
    height: 70%;
    width: 2px;
    background-color: #c6b477;
}

.intro_header_right {
	position: relative;
}

.intro_header_image {
	float: right;
	margin: 0px 4vw 3vw 0;
}

#image_layover {
	position: absolute;
	height: 13vw;
    width: 20vw;
	bottom: 0;
	right: 0;
	background-color: rgba(198,180,119,0.83);
}

.intro_text {
	margin: 0 4vw 0 4vw;
    text-align: justify;
    text-indent: 25px;
	font-size: 15px;
    line-height: 26px;
}

.facts_wrapper {
	display: flex;
}

.facts {
	width: 33%;
	padding: 6vw 0;
}

.fact_1, .fact_3 {
	background-color: #f3f0e9;
}

.fact_2 {
	background-color: #f9f9f5;
}

.fact_title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: B_Regular;
}

.fact_title_wrapper {
	width: 220px;
}

.fact_title_1 {
	color: #c6b477;
	font-size: 50px;
}

.fact_title_2 {
	color: #292929;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 26px;
    margin: 0 20px;
    vertical-align: middle;
}

.fact_title_3 {
	color: #c6b477;
	font-size: 50px;
}

.fact_text {
	width: 360px;
    margin: 15px auto 30px;
    font-size: 13px;
	font-family: B_Regular;
	color: #8a8a8a;
	line-height: 20px;
}

.areas_of_practise_image {
	position: relative;
	border-top: 10px solid #c6b477;
}

.application_form {
	padding-top: 50px;
}

.contact_us_image_wrapper {
	position: relative;
	border-top: 10px solid #c6b477;
}

.contact_us_image_wrapper_2 {
	position: relative;
	border-top: 10px solid #c6b477;
	display: none;
}

.contact_us_wrapper {
	position: absolute;
	top: 50%;
	left: 18%;
	width: 300px;
	transform: translateY(-50%);
}

.contact_us_subtext {
	font-size: 9px;
    line-height: 12px;
    letter-spacing: 1px;
	text-transform: uppercase;
    font-family: F_Medium;
    color: #fff;
}

.contact_us_text {
	font-size: 38px;
    line-height: 43px;
    letter-spacing: 2px;
    font-family: B_Regular;
    color: #fff;
	margin: 5px 0 5px;
}

.contact_us_image {
	width: 100%;
}

.contact_us_button {
	background-color: #c6b477;
    border: 2px solid #c6b477!important;
    border-radius: 0;
    color: #fff;
    padding: 15px 45px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 4px 2px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: F_Medium;
	-webkit-transition: 0.5s!important;
    -moz-transition: 0.5s!important;
    -ms-transition: 0.5s!important;
    -o-transition: 0.5s!important;
    transition: 0.5s!important;
}

.contact_us_button:hover {
	background-color: #fff!important;
	border: 2px solid #c6b477!important;
	color: #000!important;
}

.application_form_title {
	margin: 0;
}

.application_form_title p {
	font-family: F_Medium;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
	line-height: 46px;
	letter-spacing: 8px;
    max-width: 1100px;
    padding: 0 50px;
    margin: 10px auto 10px;
	color: #c6b477;
}

.wpcf7-form {
    width: 90%;
    max-width: 1200px;
    margin: -70px auto 40px;
    padding: 60px 50px 0;
    background-color: #faf8f8;
	overflow: auto;
}

.wpcf7-form p {
	width: calc(50% - 40px);
	float: left;
	margin: 0 20px 40px;
	font-size: 13px;
}

.wpcf7-form p strong{
	font-family: B_Bold;
	font-size: 14px;
    letter-spacing: .5px;
}

.wpcf7-text, .wpcf7-textarea {
	width: 100%;
	border: 2px solid #c6b477!important;
	border-radius: 0!important;
	margin-top: 5px;
}

.wpcf7-textarea {
	height: 150px;
	max-width: 510px;
}

.contactform_title {
	font-family: F_Bold;
	text-align: center;
	text-transform: uppercase;
	color: #8e8e8e;
	letter-spacing: 4px;
    font-size: 26px;
	padding: 30px 0 10px;
}

.wpcf7-submit {
	color: #fff!important;
	background-color: #c6b477!important;
	border: 2px solid #c6b477!important;
	border-radius: 0!important;
	font-family: F_Medium;
	text-transform: uppercase;
	padding: 15px 60px!important;
    font-size: 14px!important;
	-webkit-transition: 0.5s!important;
    -moz-transition: 0.5s!important;
    -ms-transition: 0.5s!important;
    -o-transition: 0.5s!important;
    transition: 0.5s!important;
	cursor: pointer;
}

.wpcf7-submit:hover {
	background-color: #fff!important;
	border: 2px solid #c6b477!important;
	color: #000!important;
}

span.wpcf7-not-valid-tip {
    color: #c6b477!important;
    text-transform: uppercase!important;
    font-size: 11px!important;
    letter-spacing: 3px!important;
}

.send_button{
	text-align: center;
	margin-bottom: 60px;
}

.ribbon_image_wrapper {
	position: relative;
    border-top: 10px solid #c6b477;
}

.ribbon_image_wrapper_2 {
	position: relative;
    border-top: 10px solid #c6b477;
	display: none;
}

.ribbon_image_subtext {
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: F_Medium;
    color: #fff;
}

.ribbon_image_text {
	font-size: 38px;
    line-height: 43px;
    letter-spacing: 2px;
    font-family: B_Regular;
    color: #fff;
    margin: 5px 0 5px;
}

.ribbon_text_wrapper {
    position: absolute;
    top: 50%;
    right: 12%;
    width: 350px;
    transform: translateY(-50%);
}

.ribbon_image {
	width: 100%;
}

.csr {
	margin-bottom: 100px;
}

.csr_title {
	padding: 70px 100px 20px;
}

.csr_title p {
	color: #cfcfcf;
	text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-family: F_Medium;
	margin: 0;
}

.csr_title p strong {
	color: #c6b477;
    font-size: 36px;
}

.csr_text {
	max-width: 1100px;
    margin: auto;
    padding: 0 50px;
    text-align: justify;
    text-indent: 25px;
	font-size: 15px;
    line-height: 24px;
}

.areas_of_practise {
	background-color: #f9f9f5;
    padding: 100px 0;
}

.practise_title_above {
	text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
	color: #c6b477;
}

.practise_title{
	text-align: center;
	font-family: B_Regular;
	font-size: 40px;
    margin-top: 10px;
	padding: 0 20px;
}

.practices {
	display: flex;
	width: 80%;
    margin: 20px auto;
}

.practice {
	width: 33%;
	text-align: center;
}

.practice_image {
	width: 140px;
}

.practice_title {
	position: relative;
	font-family: B_Regular;
	font-size: 26px;
	margin: 20px 0;
}

.practice_text {
	font-family: B_Regular;
	font-size: 14px;
	color: #8a8a8a;
	margin: 0 5vw;
	line-height: 24px;
}

.quote_wrapper {
	position: relative;
	padding: 70px 0;
}

.quote {
	text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
}

.quote p {
	width: 580px;
	margin: auto;
}

.signature {
	text-align: center;
}

.signature_image {
	width: 160px;
    margin-top: 30px;
}

.company_title {
	text-align: center;
	font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer_logo {
	text-align: center;
    padding: 0px 0 15px;
	border-bottom: 15px solid #c6b477;
}

.ruudmann_logo_footer {
	width: 170px;
}

.wd-row {
    margin-bottom: 0!important;
}

.copyright {
	color: #c5c5c5;
	background-color: #464646;
	text-align: center;
	font-family: B_Regular;
	padding: 30px 40px;
    font-size: 8px;
    letter-spacing: 1px;
	border-top: 15px solid #c6b477;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# Responsivity
--------------------------------------------------------------*/

@media screen and (max-width: 1300px) {
	.mega-menu li {
		margin-right: 25px!important;
	}
	
	.fact_title_wrapper {
		width: 180px;
	}
	
	.fact_title_1 {
		font-size: 40px;
	}
	
	.fact_title_2 {
		font-size: 18px;
		line-height: 20px;
	}
	
	.fact_title_3 {
		font-size: 40px;
	}
	
	.fact_text {
		width: 290px;
	}
}

@media screen and (max-width: 1200px) {
	.mega-menu li {
		margin-right: 20px!important;
	}
	
	.quote_box p {
		font-size: 18px;
	}
	
	.quote_author {
		font-size: 17px;
	}
}

@media screen and (max-width: 1024px) {
	#site-navigation {
		position: absolute;
    	top: 24px;
	}
	
	.ruudmann_logo {
		width: 200px;
		margin-top: 6px;
	}
	
	.mega-menu  {
		margin-top: 20px!important;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)!important;
	}
	
	.mega-menu li {
		margin-right: 0!important;
	}
	
	.intro_text .entry-content {
		margin: 0;
	}
	
	.intro_text_wrapper {
		padding: 40px 30px 0;
	}
	
	.intro_half {
		width: 100%;
	}
	
	.intro_header_right {
		display: none;
	}
	
	#intro_title_1 {
		font-size: 6vw;
		line-height: 6vw;
	}
	
	#intro_title_2 {
		font-size: 6vw;
		line-height: 6vw;
	}
	
	.intro_header_text p {
		font-size: 16px;
	}
	
	.practices {
		display: block;
	}
	
	.practice {
		width: 70%;
    	margin: 70px auto;
	}
	
	.application_form_title p {
		font-size: 38px;
		line-height: 42px;
		letter-spacing: 5px;
	}
	
	.contactform_title {
		letter-spacing: 2px;
	}
	
	.facts_wrapper {
		display: block;
	}
	
	.facts {
		width: 100%;
		padding: 12vw 0;
		display: flex;
	}
	
	.fact_text {
		width: 35vw;
		margin: 0px auto 0px;
	}
	
	.fact_title {
		margin-left: 6vw;
	}
}

@media screen and (max-width: 800px) {	
	.ribbon_image_text {
		font-size: 36px;
		line-height: 40px;
		letter-spacing: 1px;
	}
	
	.ribbon_text_wrapper {
		right: 5%;
	}
	
	.application_form_title p {
		font-size: 34px;
		line-height: 42px;
		letter-spacing: 2px;
	}
	
	.wpcf7-form p {
		width: 100%;
		margin: 0 0px 40px;
	}
	
	.wpcf7-textarea {
		max-width: unset;
	}
	
	.contact_us_text {
		font-size: 36px;
		line-height: 44px;
		letter-spacing: 2px;
	}
	
	.quote {
		font-size: 18px;
	}
}

@media screen and (max-width: 700px) {	
	.ribbon_image_wrapper {
		display: none;
	}
	
	.ribbon_image_wrapper_2 {
		display: block;
	}
	
	.contact_us_image_wrapper {
		display: none;
	}
	
	.contact_us_image_wrapper_2 {
		display: block;
	}
	
	.quote p {
		width: 380px;
	}
}

@media screen and (max-width: 600px) {	
	.ruudmann_logo {
		width: 180px;
	}
	
	#primary {
		margin-top: 105px;
	}
	
	.header_image {
		display: none;
	}
	
	.header_image_2 {
		display: block;
	}
	
	.quote_box {
		display: none;
	}
	
	.header_title_wrapper {
		position: relative;
		width: 95%;
		height: fit-content;
		right: 0;
		top: 0;
		display: flex;
		flex-direction: column-reverse;
		transform: none;
		text-align: end;
		margin-top: 10px;
	}
	
	.intro_text_wrapper {
		padding: 40px 15px 0;
	}
	
	.title {
		-webkit-writing-mode: unset;
		-moz-writing-mode: unset;
		-ms-writing-mode: unset;
		writing-mode: unset;
	}
	
	#title_1 {
		font-size: 10.5vw;
    	line-height: 10vw;
	}
	
	#title_2 {
		font-size: 6vw;
    	line-height: 5.5vw;
	}
	
	#intro_title_1 {
		font-size: 8vw;
		line-height: 7vw;
	}
	
	#intro_title_2 {
		font-size: 7vw;
		line-height: 7vw;
	}
	
	.left_border {
		left: -3vw;
	}
	
	.intro_header_text p {
		font-size: 15px;
	}
	
	.intro_text {
		margin: 0 4vw 0 4vw;
		font-size: 14px;
	}
	
	.facts {
		width: 100%;
		padding: 12vw 0;
		display: block;
	}
	
	.fact_title {
		margin: 0 0 20px 0;
	}
	
	.fact_title_1 {
		font-size: 50px;
	}
	
	.fact_title_2 {
		font-size: 20px;
		line-height: 23px;
	}
	
	.fact_title_wrapper {
		width: 200px;
	}
	
	.fact_title_3 {
		font-size: 50px;
	}
	
	.fact_text {
		width: 350px;
		margin: 0px auto 0px;
	}
	
	.quote {
		font-size: 16px;
	}
	
	.quote p {
		width: 250px;
	}
}

@media screen and (max-width: 400px) {	
	.ruudmann_logo {
		width: 150px;
	}
	
	#intro_title_1 {
		font-size: 10vw;
		line-height: 9vw;
	}
	
	#intro_title_2 {
		font-size: 9vw;
		line-height: 9vw;
	}
	
	.left_border {
		left: -4vw;
	}
	
	.ribbon_text_wrapper {
		right: 0;
	}
	
	.ribbon_text_wrapper {
		right: 0;
		width: 220px;
	}
	
	.practice {
		width: 100%;
		margin: 70px auto;
	}
	
	.application_form_title p {
		font-size: 29px;
		line-height: 38px;
		letter-spacing: 2px;
	}
	
	.wpcf7-form {
		padding: 60px 25px 0;
	}
	
	.contact_us_wrapper {
		width: 200px;
	}
	
	.csr_text {
		padding: 0 25px;
	}
	
	.fact_title_1 {
		font-size: 40px;
	}
	
	.fact_title_wrapper {
		width: 180px;
	}
	
	.fact_title_2 {
		font-size: 18px;
		line-height: 20px;
	}
	
	.fact_title_3 {
		font-size: 40px;
	}
	
	.fact_text {
		width: 280px;
	}
}