/*!
Theme Name: bright idea
Theme URI: http://underscores.me/
Author: Hans Groen
Author URI: http://www.statesofgrace.nl
Description: A blank theme for Bright Idea
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bright-idea
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bright idea 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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 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
--------------------------------------------------------------*/

html {
   font-size:62.5%; 
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #222;
	font-family: 'Tommy',sans-serif;
    font-weight:300;
	font-size: 0.9rem;
	line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

span.headline-outline, span.headline-black {
    font-weight:900;
    font-size:10em;
    text-transform:uppercase;
    display:inline-block;
    line-height:0.7;
    letter-spacing: -0.04em;
    -webkit-font-smoothing: auto;
}

span.headline-outline {
    font-family: 'Tommy-Outline',sans-serif;
}

span.headline-black {
    font-family: 'Tommy',sans-serif;
}

span.headline-outline.md, span.headline-black.md {
    font-size:11vw;
}

span.headline-outline.lg, span.headline-black.lg {
    font-size:12vw;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
    line-height: 1.1;
    margin: 0.6em 0 0.4em;
}

h1 {
    font-family: 'Tommy',sans-serif;
    font-weight:500;
    font-size:4.4em;
    letter-spacing:-1px;
}

.sub h1, .sub h2 {
    font-family: 'Housky';
    font-weight: 400;
    font-size:10em;
    line-height:0.7;
}

h2 {
    font-family: 'Tommy',sans-serif;
    font-weight:500;
    font-size:4.4em;
    letter-spacing:-1px;
}

h3 {
    font-family: 'Tommy',sans-serif;
    font-weight:300;
    font-size:3.6em;
    text-transform:lowercase;
}

.fett h2, h2.fett, h2 .fett, .fett h3, h3.fett, h3 .fett {
    font-weight:900;
    text-transform:uppercase;
}

.outline h2, h2.outline, h2 .outline, .outline h3, h3.outline, h3 .outline {
    font-family: 'Tommy-Outline',sans-serif;
    text-transform:uppercase;
}

.sub h3, h3.sub {
    font-family: 'Housky';
    font-weight: 400;
    font-size:9em;
    line-height:0.7;
}

.bold h3, h3.bold {
    font-weight:500;
}

h4 {
    font-size:2.4em;
}

p {
    font-size:1.9em;
    font-weight:300;
    margin-top: 0em;
	margin-bottom: 1.5em;
}

.quote p {
    font-size:3em;
    font-weight:300;
    line-height:1.3em;
}

.marginnone p {
	margin-bottom: 0em;
}

b, strong, .fl-builder-content .fl-rich-text strong, .bold {
	font-weight: 500 !important;
}

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

@media (min-width : 1400px) {
    span.headline-outline.md, span.headline-black.md {
    font-size:16em;
    }
    span.headline-outline.lg, span.headline-black.lg {
    font-size:17em;
    }
    }

@media (max-width : 1200px) {

    }

@media (max-width : 992px) {
    span.headline-outline.lg, span.headline-black.lg {
    font-size:13vw;
    }
    }

@media (max-width : 768px) {
    span.headline-outline.lg, span.headline-black.lg {
    font-size:12vw;
    }
    span.headline-outline.sm, span.headline-black.sm {
    /*font-size:5em;*/
    font-size:10vw;
    }
    .sub h1, .sub h2 {
    font-family: 'Housky';
    font-weight: 400;
    font-size:9em;
    line-height:0.7;
    }
    }
 
@media (max-width : 480px) {
    /*h1, h2 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    }*/
    h1 {
    font-size:4em !important;
    }
    .sub h1, .sub h2 {
    font-size:8em;
    }
    h2 {
    font-size:3.6em !important;
    }
    h3 {
    font-size:3em;
    }
    .sub h3, .sub h3  {
    font-size:8em !important;
    }
    .quote p {
    font-size:2em;
    }
    span.headline-outline, span.headline-black {
    /*font-size:5em;*/
    font-size:7em;
    }
    span.headline-outline.sm, span.headline-black.sm {
    /*font-size:5em;*/
    font-size:14vw;
    }
    span.headline-outline.md, span.headline-black.md {
    font-size:13vw;
    }
    span.headline-outline.lg, span.headline-black.lg {
    font-size:15vw;
    }
    }

@media (max-width : 320px) {
    .sub h1  {
    font-size:7em !important;
    }
    span.headline-outline.lg, span.headline-black.lg {
    font-size:15vw;
    }
    }

/* TOMMY */

@font-face {
  font-family: 'Tommy';
  font-weight: 300;
  src: url('fonts/MADETOMMY-Light.eot'); /* IE9 Compat Modes */
  src: local('MADETOMMY Light'), local('MADETOMMY-Light'),
url('fonts/MADETOMMY-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/MADETOMMY-Light.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/MADETOMMY-Light.woff') format('woff'), /* Modern Browsers */
url('fonts/MADETOMMY-Light.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/MADETOMMY-Light.svg#Tommy') format('svg'); /* Legacy iOS */
}
/*
@font-face {
  font-family: 'Tommy';
  font-weight: 400;
  src: url('fonts/MADETOMMY.eot'); 
  src: local('MADETOMMY'), local('MADETOMMY'),
url('fonts/MADETOMMY.eot?#iefix') format('embedded-opentype'), 
url('fonts/MADETOMMY.woff2') format('woff2'), 
url('fonts/MADETOMMY.woff') format('woff'), 
url('fonts/MADETOMMY.ttf') format('truetype'), 
url('fonts/MADETOMMY.svg#Tommy') format('svg'); 
}*/

@font-face {
  font-family: 'Tommy';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/MADETOMMY-Medium.eot'); 
  src: local('MADETOMMY Medium'), local('MADETOMMY-Medium'),
url('fonts/MADETOMMY-Medium.eot?#iefix') format('embedded-opentype'),
url('fonts/MADETOMMY-Medium.woff2') format('woff2'), 
url('fonts/MADETOMMY-Medium.woff') format('woff'), 
url('fonts/MADETOMMY-Medium.ttf') format('truetype'), 
url('fonts/MADETOMMY-Medium.svg#Tommy') format('svg'); 
}
/*
@font-face {
  font-family: 'Tommy';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/MADETOMMY-Bold.eot'); 
  src: local('MADETOMMY Bold'), local('MADETOMMY-Bold'),
url('fonts/MADETOMMY-Bold.eot?#iefix') format('embedded-opentype'),
url('fonts/MADETOMMY-Bold.woff2') format('woff2'), 
url('fonts/MADETOMMY-Bold.woff') format('woff'), 
url('fonts/MADETOMMY-Bold.ttf') format('truetype'), 
url('fonts/MADETOMMY-Bold.svg#Tommy') format('svg'); 
}
*/
@font-face {
  font-family: 'Tommy';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/MADETOMMY-Black.eot'); /* IE9 Compat Modes */
  src: local('MADETOMMY Black'), local('MADETOMMY-Black'),
url('fonts/MADETOMMY-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/MADETOMMY-Black.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/MADETOMMY-Black.woff') format('woff'), /* Modern Browsers */
url('fonts/MADETOMMY-Black.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/MADETOMMY-Black.svg#Tommy') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Tommy-Outline';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/MADETOMMYOutline-Black.eot'); /* IE9 Compat Modes */
  src: local('MADETOMMY Outline Black'), local('MADETOMMYOutline-Black'),
url('fonts/MADETOMMYOutline-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/MADETOMMYOutline-Black.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/MADETOMMYOutline-Black.woff') format('woff'), /* Modern Browsers */
url('fonts/MADETOMMYOutline-Black.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/MADETOMMYOutline-Black.svg#Tommy-Outline') format('svg'); /* Legacy iOS */
}

/* Housky */

@font-face {
  font-family: 'Housky';
  font-weight: 400;
  src: url('fonts/Housky.eot'); /* IE9 Compat Modes */
  src: local('Housky'), local('Housky'),
url('fonts/Housky.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/Housky.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/Housky.woff') format('woff'), /* Modern Browsers */
url('fonts/Housky.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/Housky.svg#Housky') format('svg'); /* Legacy iOS */
}



/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.black {
    color:#222;
}

.white {
    color:#fff;
}

.light {
    color:#f5f5f5;
}

.gold {
    color:#C6AC7D;
}

/*--------------------------------------------------------------
# Backgrounds & Overlays
--------------------------------------------------------------*/
.bg-black {
    background-color:#222;
}

.bg-white {
    background-color:#fff;
}

.bg-light {
    background-color:#f5f5f5;
}

.bg-gold {
    background-color:#C6AC7D;
}

.gradient-overlay .fl-row-content-wrap:after {
    background: -moz-linear-gradient(bottom, rgba(34,34,34,1) 0%, rgba(34,34,34,0) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(34,34,34,1) 0%,rgba(34,34,34,0) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(34,34,34,1) 0%,rgba(34,34,34,0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#222222',GradientType=0 ) !important; /* IE6-9 */				
}

.gradient-overlay  {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -moz-linear-gradient(bottom, rgba(34,34,34,1) 0%, rgba(34,34,34,0) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(34,34,34,1) 0%,rgba(34,34,34,0) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(34,34,34,1) 0%,rgba(34,34,34,0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#222222',GradientType=0 ) !important; /* IE6-9 */		
}

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

section {
    position:relative;
    padding-top:50px;
    padding-bottom:50px;
}

.container{
    position:relative;
	margin:0px auto;
	padding:0 20px;
	/*width:90%;*/
	max-width:1100px;
}

.container-small{
    position:relative;
	margin:0px auto;
	padding:0 20px;
	width:80%;
	max-width:800px;
}

.fl-row-content {
	/*width:90%;*/
}

.fl-row-full-width {
	width:100%;
}

.fl-row-content-wrap {
    background-color:#fff;
}

.col-bg .fl-col-content {
    background-size:100% auto !important;
    padding-bottom:40% !important;
}

.row-object-bg .fl-row-content-wrap {
    background-size:auto 80% !important; /*100%*/
    padding:80px 0 !important;
}

.row-object-bg.intro-row-home .fl-row-content-wrap {
    padding:50px 0 !important;
}

.row-photo-bg .fl-row-content-wrap {
    padding:80px 0;
}

.row-headline .fl-module-content {
    margin-top:0px !important;
}

.quote .fl-module-content {
    border-left: 1px solid #C6AC7D;
    padding-left: 50px;
}

#intro {
    height:100vh;
	z-index: 0 !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}

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

ul, ol {
	margin: 0;
}

ul {
	list-style: disc;
}

.fl-module-content ul {
	margin-left: 0;
    padding-left: 10px;
    /*list-style-position: inside;*/
	/*list-style-type:none;*/
	position: relative;
    /*list-style-image: url('/wp-content/themes/bright-idea/img/graphics/blackcircle.svg');*/
    font-weight:500;
    margin-top: 2em;
}

.fl-module-content .list-light ul {
    font-weight:300;
}

.fl-module-content li {
	margin-bottom: 1.2em;
    padding-left:10px;
    font-size:2em;
}

.fl-module-content ul li::marker {
    font-size:24px;
}

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

.margintopauto {
    margin-top:auto !important;
}

@media (min-width: 1600px) {
	
	}

@media (min-width:993px) and (max-width: 1300px) {
    .col-bg-text .fl-col-content {
    padding:50px !important;
    }
    }

@media (max-width: 1200px) {
	.fl-col-small, .fl-row-content, .container, .fl-row-fixed-width  {
    max-width: 900px;
	}
    .fl-row-full-width {
	max-width:100%;
    }
	}

@media (max-width: 992px){
	/*.fl-col {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
	}*/
    .fl-row-content, .container, .fl-row-fixed-width, .container-small  {
    width:100%;
    max-width: 800px;
	margin:0 auto;
	}
    /*.fl-col-small {
    padding:0 20px;
    }*/
    .fl-row-full-width {
	max-width:100%;
    width:100%;
    padding: 0;
    }
    .col-bg-pic {
    padding:50px 20px 20px !important;
    }
    .col-bg-pic, .col-bg-text {
    max-width: 800px !important;
    float:none;
    margin:0 auto;
    }
    .col-bg-pic .fl-col-content {
    padding:300px 0px;
    }
    .pum-content .col-bg-pic .fl-col-content {
    padding:30vw 0px !important;
    } 
    .col-bg-text .fl-module-content{
    margin-right: 0px;
    margin-left: 0px;
    }
    /*.col-reversed .fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {
    -webkit-box-ordinal-group: 12; 
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 12;
     -webkit-order: 12; 
    }
    .col-reversed .fl-col-group-responsive-reversed .fl-col:nth-of-type(2) {
    -webkit-box-ordinal-group: 11; 
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 11;
     -webkit-order: 11; 
    }*/
	}

@media (max-width: 768px){
	.fl-col-small, .fl-row-content, .container, .container-small {
	width:100%;
    max-width: 600px !important;
	margin:0 auto;
	}
    .fl-row-full-width {
	max-width:100% !important;
    width:100%;
    }
    .row-object-bg .fl-row-content-wrap {
    background-size:100% !important;
    padding:50px 0 50%!important;
    }
    .row-photo-bg .fl-row-content-wrap {
    background-size:100% !important;
    background-position:center bottom !important;
    padding:50px 0 70%!important;
    }
    .headline-bottom .fl-module-content {
    margin-bottom:-4px !important;  
    }
    .col-bg-pic {
    padding:50px 20px 20px !important;
    }
    
    .pum-content .col-bg-pic .fl-col-content {
    padding:30vw 0px !important;
    } 
    
    .pum-content   .col-bg-pic {
    padding:0px 20px 20px !important;
    }
    
    .col-bg-text .fl-module-content{
    margin-right: 20px;
    margin-left: 20px;
    }
    /*.col-bg-pic .fl-col-content {
    padding:200px 0px !important;
    }*/
    .bg-fit {
    background-size:100% !important;   
    }
    /*.fl-row-fixed-width .fl-row-content {
    max-width:100% !important;
    }
    .fl-row-fixed-width .fl-col-small {
    padding:0 20px;
    }*/
    .row-object-bg.intro-row-home .fl-row-content-wrap {
    padding:30px 0 50%!important;
    }
	}

/*@media (max-width: 768px){
	.fl-col-small {
	width:50% !important;
    float: left;
    clear: none;
	}
	}

@media (max-width: 767px){
	.fl-col-small {
	width:100% !important;
    max-width: 600px !important;
	margin:0 auto;
	}
    .fl-row-fixed-width .fl-row-content {
    max-width:600px !important;
    }
    .fl-row-fixed-width .fl-col-small {
    padding:0 20px 20px;
    }
	}*/

@media (min-width: 768px) {
    
    .flexbox .fl-col-group {
    display:flex;
    margin-top:20px;
    }
    .flexbox .fl-col {
    display:flex;
    justify-content:center;
    }
    .flexbox .fl-col-content{
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }   
    .flexbox .flex-left-col .fl-col-content {
    margin-right:10px !important;
    }   
    .flexbox .flex-right-col .fl-col-content {
    margin-left:10px !important;
    }
    }

@media (max-width: 767px) {

    .flexbox .fl-row-content {
    padding-left:20px !important;
    padding-right:20px !important;
    }
    .flexbox .fl-col {
    width:100% !important;
    }
    .flexbox .fl-col-content {
    margin-left:0px !important;
    margin-right:0px !important;
    }
    .flexbox .fl-col:nth-child(1), .flexbox .fl-col:nth-child(2) {
    margin-bottom:20px !important;
    }
    .quote .fl-module-content {
    padding-left: 30px;
    }
    }

@media (max-width: 480px){
	.fl-col-small, .fl-row-content, .container, .container-small {
	width:100% !important;
	max-width:100% !important;
	}
    .quote .fl-module-content {
    padding-left: 20px;
    }
    .col-bg .fl-col-content {
    padding-top:20px !important;
    padding-left:10px !important;
    padding-right:10px !important;
    }
	}

@media (orientation:landscape){
    .pic-landscape {
    display:block;
    }
    .pic-portrait {
    display:none;
    }
    .fl-builder-edit .pic-portrait {
    display:block;
    }
	}

@media (orientation:portrait){
    .pic-landscape {
    display:none;
    }
    .pic-portrait {
    display:block;
    }
    .fl-builder-edit .pic-landscape {
    display:block;
    }
	}

/*--------------------------------------------------------------
# Paddings & Margins
--------------------------------------------------------------*/
.padding-sm .fl-row-content-wrap {
	padding:30px 0 !important;
}

.padding-md .fl-row-content-wrap {
	padding:50px 0 !important;
}

.padding-lg .fl-row-content-wrap {
	padding:80px 0 !important;
}

.padding-sm-top .fl-row-content-wrap {
	padding:30px 0 0 !important;
}

.padding-md-top .fl-row-content-wrap {
	padding:50px 0 0 !important;
}

.padding-lg-top .fl-row-content-wrap {
	padding:80px 0 0 !important;
}

.padding-sm-bottom .fl-row-content-wrap {
	padding:0 0 30px!important;
}

.padding-md-bottom .fl-row-content-wrap {
	padding:0 0 50px!important;
}

.padding-lg-bottom .fl-row-content-wrap {
	padding:0 0 80px !important;
}

@media (max-width : 480px) {
    .padding-sm-mob .fl-row-content-wrap {
	padding:20px 0 !important;
    }
    .padding-md-mob .fl-row-content-wrap {
	padding:30px 0 !important;
    }
    .padding-lg-mob .fl-row-content-wrap {
	padding:50px 0 !important;
    }
    .padding-sm-top-mob .fl-row-content-wrap {
	padding:20px 0 0 !important;
    }
    .padding-md-top-mob .fl-row-content-wrap {
	padding:30px 0 0 !important;
    }
    .padding-lg-top-mob .fl-row-content-wrap {
	padding:50px 0 0 !important;
    }
    .padding-sm-bottom-mob .fl-row-content-wrap {
	padding:0 0 20px!important;
    }
    .padding-md-bottom-mob .fl-row-content-wrap {
	padding:0 0 30px!important;
    }
    .padding-lg-bottom-mob .fl-row-content-wrap {
	padding:0 0 50px !important;
    }
    }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
:focus {
    outline:none !important;
}

a {
	color: inherit;
    text-decoration: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

p a {
    font-weight:500;
    text-decoration:underline;
    color:#c6ac7d;
}

a:visited {
	
}

a:hover {
	color: inherit;
    
}

a:focus, a:active {
	color: inherit;
}

a:focus {
	outline: none;
}

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

.btn{
	background-color:#fff;
    color:#c6ac7d;
    border:4px solid #c6ac7d;
    border-radius:100px;
	width:auto;
    padding: 20px 30px;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform:uppercase;
    font-weight:500;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor:pointer;
    text-decoration: none;
}

.btn:hover {
    color:#c6ac7d;
    background-color:#222;
}

.btn-inline {
    display: inline-block;
}

.btn-circle .fl-button-wrap {
    width:200px;
    -moz-transform: rotate(-7deg);
-webkit-transform: rotate(-7deg);
-o-transform: rotate(-7deg);
-ms-transform: rotate(-7deg);
transform: rotate(-7deg);
}

.btn-circle .fl-button-wrap a {
    height: 200px;
    width: 200px;
    vertical-align: middle;
    display: flex !important;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
    align-items: center;
}

.btn-circle span.fl-button-text {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 1em;
}

/*.tooltip-inner {
    max-width:200px;
    color:#d60b52;
    text-align:center;
    text-decoration:none;
    background-color:#000;
    border-radius:2px;
    padding:6px 16px;
}*/

.btn-right {
    position:absolute;
    right: 20px;
    bottom: -100px;
    z-index:9;
}

@media (max-width : 480px) {
    .btn-circle .fl-button-wrap a {
    height: 180px;
    width: 180px;
    }
    .btn-circle span.fl-button-text {
    font-size: 20px;
    }
    .btn-right {
    position:absolute;
    right: 20px;
    bottom: -80px;
    }
    }


/* -------------------------------- 
Overlay Menu CSS
-------------------------------- */

body.page-template-page-blank-no-header .cd-header {
    display: none;
}

body.overflow-hidden {
    /* when primary navigation is visible, the content in the background won't scroll */
    overflow: hidden;
}

/* Menu Logos & Language Switcher */

a.menulogo-link {
    position:absolute;
    left:0%;
    top:50%;
    margin-left:20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width:auto;
}

.menulogo {
    width:auto;
    height:120px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.menulogo .cls-1 {
    fill: #fff;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

body.menu-dark .menulogo .cls-1 {
    fill: #222;
    filter:none;
}

.cd-header.is-fixed .menulogo .cls-1, .cd-header.menu-is-open .menulogo .cls-1 {
    fill: #C6AC7D !important;
}

/*.cd-header.is-fixed .menulogo .cls-1.byline, .cd-header.menu-is-open .menulogo .cls-1.byline {
    display:none !important;
}*/

.cd-header.is-fixed .menulogo {
    height:60px;
}

/* Menu Header */

.cd-header {
    position: absolute;
    top: 0;
    left: 0;
    /*background: rgba(255,255,255,0.8);*/
    background: rgba(255,255,255,0.0);
    height: 150px; /* was 80px */
    width: 100%;
    z-index: 999;
    -webkit-transition: background-color 0.8s;
    -moz-transition: background-color 0.8s;
    transition: background-color 0.8s;
    /* Force Hardware Acceleration in WebKit */
    -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);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-header .container {
    height: 100%;
}

.cd-header.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -150px; /* was -80px */
    background-color: #222;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    transition: transform 1s;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5);
}

.cd-header.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.cd-header.menu-is-open {
    /* add a background color to the header when the navigation is open */
    background-color:#fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Menu Toggle Icon */

.cd-header button {
    border:none !important;
    cursor:pointer;
}

.cd-header.is-visible .cd-primary-nav-trigger .cd-menu-icon::before {
    background-color: #C6AC7D;
}

.cd-header.is-visible .cd-primary-nav-trigger .cd-menu-icon::after {
    background-color: #C6AC7D;
}

.cd-header.is-fixed .cd-primary-nav-trigger .cd-menu-icon {
    background-color: #C6AC7D;
}
 
.cd-primary-nav-trigger {
    position:absolute;
    width:30px;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right:0%;
    margin-right:20px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cd-primary-nav-trigger .cd-menu-icon {
    left: auto;
    right: 0em;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}

.cd-primary-nav-trigger .cd-menu-icon {
    /* this span is the central line of the menu icon */
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);   
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* these are the upper and lower lines in the menu icon */
}

.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    right: 0;
    -webkit-transition: -webkit-transform 1.0s, top .3s, background-color 0s;
    -moz-transition: -moz-transform 1.0s, top .3s, background-color 0s;
    transition: transform 1.0s, top .3s, background-color 0s;
}

/* alternative color for menu trigger */


body.menu-dark .cd-primary-nav-trigger .cd-menu-icon, body.menu-dark .cd-primary-nav-trigger .cd-menu-icon::before, body.menu-dark .cd-primary-nav-trigger .cd-menu-icon:after {
    background-color: #222;
}

.cd-primary-nav-trigger .cd-menu-icon::before {
    top: -10px;
}

.cd-primary-nav-trigger .cd-menu-icon::after {
    top: 10px;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0) !important;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
    background-color: #C6AC7D !important;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

/* Menu List */

.cd-primary-nav {
/* by default it's hidden - on top of the viewport */
    padding: 200px 0 80px;
    position: fixed;
    left: 0;
    /*top: -30px;*/
    height: auto;
    width: 100%;
    display: flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    list-style:none;
    background: #222;
    /*z-index:2;*/
    margin:0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);   
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
    transition-timing-function:ease-out;
    -webkit-transition-timing-function:ease-out;
    -moz-transition-timing-function:ease-out;
}

#desktop-navigation ul.menu-list {
    display: flex;
    align-items:flex-start;
    justify-content:left;
    flex-direction:row;
    flex-flow: wrap;
    list-style:none;
    /*width:90%;*/
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

ul.sub-menu {
    display: inline-block;
    padding-left: 0;
    margin-left:0;
}


.cd-primary-nav li {
    text-align:left;
    font-family: 'Tommy',sans-serif;
    font-weight:900;
    font-size:9em;
    text-transform:uppercase;
    display:inline-block;
    line-height:0.7;
    margin:0;
    padding:2px 0;
    /*-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;*/
}

.cd-primary-nav li a {
    /*border-bottom: 1px solid #ad0600;*/
    padding-bottom:5px;
    white-space: nowrap;
    color:#fff;
}

.cd-primary-nav .sub-menu li {
    font-size: 1em;
}

.menu-item-has-children a:after {
    content: '>';
    position: absolute;
    color: #fff;
    display: inline-block;
    margin-right:5px;
}

.menu-item-has-children .sub-menu a:after {
    content:none;
}

.cd-primary-nav li.gold a{
    color:#C6AC7D;
}

.cd-primary-nav li a:hover{
    opacity:0.5;
}

.no-touch .cd-primary-nav a:hover {
    background-color: #fff;
}

.cd-primary-nav.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    border-bottom:2px solid #C6AC7D;
}

#mobile-navigation {
    display:none;
}

@media only screen and (max-width: 1200px){
	.cd-primary-nav {
    
	}
    #desktop-navigation ul.menu-list {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    }
	}

@media only screen and (max-width: 992px) {
    #desktop-navigation ul.menu-list {
    max-width: 800px;
    }
    .cd-primary-nav li a {
    border-bottom: none;
    }
    .cd-primary-nav {
    padding: 100px 0px 50px;
    margin:0 auto;
    }
    }

@media only screen and (max-width: 768px){

    .cd-header {
    height:80px;
    }
    .cd-header.is-fixed {
    top:-80px;
    }
    .cd-primary-nav {
    padding: 200px 0 50px;
	}
    #desktop-navigation ul.menu-list {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
    }
    .cd-primary-nav li {
    font-size:6em;
	}
    .menulogo {
    height:60px;
    }
    }
 

@media only screen and (max-width: 480px) {
    .cd-primary-nav li {
    font-size:4em;
	}
    .cd-primary-nav {
    padding: 160px 0 50px;
	}
    .menulogo {
    width:auto;
    }
    }

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

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

.left {
    text-align:left;
}

.right {
    text-align:right;
}

.center {
    text-align:center;
}

.valign{
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.halign{
    left: 50%;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.valignbottom{
    top: 100%;
    -webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

@media (max-width: 992px){
    .mob-center-992, .mob-center-992 .fl-photo {
    text-align:center !important;
    }
	}

@media (max-width: 768px){
	.mob-center-768, .mob-center-768 .fl-photo {
    text-align:center !important;
    }
	}

@media (max-width: 480px){
	.mob-center-480, .mob-center-480 .fl-photo {
    text-align:center !important;
    }
	}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

/* POPUP */

.pum-content .fl-row-content-wrap {
    font-size:10px !important;
}




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

.post,
.page {
	margin: 0 0 0em;
}

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

.page-content,
.entry-content,
.entry-summary {

}

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

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog-page {
    background-image: url(/wp-content/themes/bright-idea/img/header/....jpg);
    background-size:100%;
    background-position:center top;
    background-repeat:no-repeat;
}

@media (orientation:portrait) {
    .blog-page {
    background-image: url(/wp-content/themes/bright-idea/img/header/...-768.jpg);
    }
    }

#ms-container {
	width:100%;
	max-width:1100px;
	margin:40px auto;
}

.ms-item {
	width:48%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
	padding:20px 20px 40px 20px;
	border:1px solid #c6ac7d;
}

.gutter-sizer {
	width:4%;
}

figure.featured-img {
    
}

h2.blog-post-title {
    color:#222;
}

.entry-meta {
    
}

.excerpt p {
    font-size:1.6em;
}

.pagination {
    padding:20px 0;
    margin:0 0 50px;
    border-top:1px solid #c6ac7d;
    border-bottom:1px solid #c6ac7d;
}

@media (max-width : 992px) {
    h2.blog-post-title {
    font-size:3em;  
    }
    }

@media only screen and (max-width:767px) {

    .ms-item{
	width:100%;
	margin-left:0px;
	margin-right:0px;
	margin-top:15px;
    }
    #blogheader span.headline-outline, #blogheader span.headline-black {
    font-size: 6em;
    }
    }

    @media (max-width : 480px) {
    h2.blog-post-title {
    font-size:2.5em; 
    }
    #blogheader span.headline-outline, #blogheader span.headline-black {
    font-size: 5em;
    }
    }

    @media (max-width : 320px) {
    #blogheader span.headline-outline, #blogheader span.headline-black {
    font-size: 4em;
    }
    }

/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/

.single .entry-header {
    margin-top:0px;
    margin-bottom:50px;
    background-size:cover !important;
    padding:20% 0% 5%;
    position:relative;
}

.single-header-text {
    position:relative;
    z-index:3;
}

.single .entry-header  h3 {
    margin-bottom:5px;
}

h1.single-post-title{
    margin:0.2em 0 0.4em;
    font-size:5.4em;
}

.date {
    color: #c6ac7d;
    font-weight: 500;
    padding: 10px 0;
    border-top:1px solid #c6ac7d;
    border-bottom:1px solid #c6ac7d;
    width:100%;
    display:block;
    font-size: 16px;
}

.single .date {
    font-size:1.6em;
}

.tags {
    padding: 10px 0;
    margin-bottom: 30px;
    border-top:1px solid #c6ac7d;
    border-bottom:1px solid #c6ac7d;
    font-size:1.6em;
    font-weight:500;
    display:none;
}

.post-nav {
    margin: 30px auto;
}

.post-nav-left {
	display:inline;
	float:left;
    transform: translateX(3px);
}

.post-nav-right {
	display:inline;
	float:right;
    transform: translateX(-3px);
}

i.fa {
    vertical-align:middle;
}

@media only screen and (max-width:767px) {

    h1.single-post-title{
    font-size:4.8em;
    }
    }

    @media (max-width : 480px) {
    .date {
    font-size: 14px;
    }
    h1.single-post-title{
    font-size:4em;
    }
    }

/*--------------------------------------------------------------
# Archive Page
--------------------------------------------------------------*/

.archive .site-content:before {
    /*display:block;*/
}

.archive main {
    padding-bottom:50px;
}

.archive {
    /*position: relative;*/
}

.archive .entry-meta {
   margin-bottom:20px; 
}

.archive .date {
   font-size:1.6em;
}

@media (orientation:portrait) {
    .archive {
    
    }
    }

.header-archive {
    position:relative;
    height:60vh;
    background-image: url(/wp-content/themes/bright-idea/img/archive-header-bg.jpg);
    background-size:cover;
    background-position:center bottom;
    background-repeat:no-repeat;
}

/*.header-archive:after {
    background-image: linear-gradient(0deg, #222222 0%, rgba(34,34,34,0) 100%);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}*/

.header-archive .container {
    z-index: 2;
}

h1.archive-title {
    font-family: 'Tommy-Outline',sans-serif;
    color:#fff;
    font-weight:900;
    font-size:10em;
    text-transform:uppercase;
    display:inline-block;
    margin:0;
    line-height:0.7;
    letter-spacing: -0.04em;
    -webkit-font-smoothing: auto;
}

.header-archive h3 {
    margin-bottom:0px;
}

.archive-item {
    margin-top:50px;
}

@media (max-width : 768px) {
    h1.archive-title {
    font-size:8em;
    }
    .header-archive {
    background-image: url(/wp-content/themes/bright-idea/img/archive-header-bg-mob.jpg);
    }
    }

@media (max-width : 480px) {
    h1.archive-title {
    font-size:7em;
    }
    }


/*--------------------------------------------------------------
# Impressum / Datenschutz
--------------------------------------------------------------*/

.datenschutz .fl-rich-text p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-x:scroll;
    }

     @media (max-width : 767px) {
    #datenheader span.headline-black {
    font-size: 6em;
    }
    }

    @media (max-width : 480px) {
    #datenheader span.headline-black {
    font-size: 4em;
    }
    }

    @media (max-width : 320px) {
    #datenheader span.headline-black {
    font-size: 4.5em;
    }
    }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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


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

.bypostauthor {
	display: block;
}


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

/* edit link */
.entry-footer {
    padding: 20px 0;
    background-color:#C6AC7D;
    color: #fff;
}

footer{
    padding:0;
	margin:0px;
    position:relative;
}

footer .topline{
    padding:20px 0;
}

.topline .container-flex-spaced.container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /*border-bottom: 1px solid #c6ac7d;*/
}

.topline .container-flex-spaced.container:after {
    content:"";
    display:block;
    position: absolute;
    bottom: 0;
    height:1px;
    width:calc(100% - 40px);
    background: #c6ac7d;
}

footer .footerlogo{
    width:150px;
    margin:20px 0;
}

footer .bottomline{
    background-color:#222;
    color:#f5f5f5;
    font-size: 1.4em;
    padding:10px 0 20px 0;
}

.bottomline .container:before {
    content: "";
    display: block;
    /* position: absolute; */
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #c6ac7d;
    margin-bottom: 10px;
}

footer a {
	color:#C6AC7D;
    font-weight:500;
}

footer a:hover {
	opacity:0.7;
    color:#f5f5f5;
}

ul.socialicons{
    padding:20px 0;
    margin:0px;
    list-style:none;
    -webkit-margin-before: 0em;
    /*border-top: 1px solid #c6ac7d;*/
}

ul.socialicons li{
    display:inline;
    padding:0 10px;
}

ul.socialicons li:last-child{
    padding-right:0;
}

ul.socialicons .fa {
    color:#fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

ul.socialicons .fa:hover {
    color:rgba(255,255,255,0.60);
}

.fa-2x {
    font-size:2em !important;
}

ul.footer-menu-col-left, ul.footer-menu-col-right {
    padding-left: 0;
    list-style: none;
    font-size: 1.6em;
    width: 50%;
    float: left;
}

.container-menu {
    padding-bottom:0px;
    padding-top:10px;
}
    @media (max-width : 480px) {
    ul.footer-menu-col-left, ul.footer-menu-col-right {
    width: 100%;
    }
    }


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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


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

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: #222 !important;
    font-size:1.8em;
    font-weight:500;
    border: 1px solid #c6ac7d;
    border-radius: 0px !important;
    padding: 15px !important;
}

.form-dark input[type="text"], .form-dark input[type="email"], .form-dark input[type="url"], .form-dark input[type="password"], .form-dark input[type="search"], .form-dark input[type="number"], .form-dark input[type="tel"], .form-dark input[type="range"], .form-dark input[type="date"], .form-dark input[type="month"], .form-dark input[type="week"], .form-dark input[type="time"], .form-dark input[type="datetime"], .form-dark input[type="datetime-local"], .form-dark input[type="color"], .form-dark textarea {
    color: #f5f5f5 !important;
}

input::placeholder, textarea::placeholder {
    color:#888;
    font-weight:300;
}

.fl-contact-form textarea, .fl-contact-form input[type="text"], .fl-contact-form input[type="tel"], .fl-contact-form input[type="email"] {
    background-color: rgba(255,255,255,0.8) !important;
}

/* ACTIVE CAMPAIGN OPT IN FORM */


._form-content label {
    display: none !important;
}

#section-abo-form form ._form_element, #popup-form ._form_element {
    margin-bottom:0px !important;
}

form._form {
    max-width:100% !important;
}

 ._form-content input {
    width:100%;
    padding: 15px 20px !important;
    font-size: 18px !important;
    border: 0px solid #c6ac7d;
    border-bottom: 1px solid #c6ac7d !important;
    border-radius: 0 !important;
    height: auto;
    background-color: transparent !important;
    margin-bottom:10px;
} 

.form-negativ ._form-content input {
    background-color: #fff !important;
}

 ._form-content input::-webkit-input-placeholder, #kontaktformular textarea::-webkit-input-placeholder { 
    color: #c6ac7d; ;
    opacity:0.8;
    font-weight: 300 ;
}
 ._form-content input::-moz-placeholder, #kontaktformular textarea::-moz-placeholder { 
    color: #c6ac7d;;
    font-weight: 300 ;
}
 ._form-content input:-ms-input-placeholder, #kontaktformular textarea:-ms-input-placeholder { 
    color: #c6ac7d; ;
    font-weight: 300 ;
}
 ._form-content input::placeholder, #kontaktformular textarea::placeholder { 
    color: #c6ac7d;;
    font-weight: 300 ;
}

[type=submit], #section-abo-form form ._submit {
    -webkit-appearance: inherit;
    background-color:#c6ac7d !important;
	color:#fff !important;
    height:auto;
    width:100%;
    border-radius:100px !important;
    font-family: 'Tommy', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px !important;
    border: 0px solid #222;
    padding:20px 30px !important;
    /*outline: 1px solid #d60b52;
    outline-offset: 3px;*/
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor:pointer;
}



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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* GDPR Compliance
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*hide on landing pages*/

/*body.page-template-page-blank-no-header #moove_gdpr_cookie_info_bar {
    display:none !important;
}*/

#moove_gdpr_cookie_info_bar {
    height:50vh !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color:rgba(0,0,0,0.8) !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content button, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
    font-size:20px !important;
    font-weight:300 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
    font-size:16px !important;
    font-weight:300 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    font-size:20px !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice button.change-settings-button {
    font-weight:500 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    font-weight:500 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    background-color: #04b204 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn {
    background-color:#444 !important;
}

#moove_gdpr_cookie_modal, #moove_gdpr_cookie_info_bar, .gdpr_cookie_settings_shortcode_content {
    font-family: inherit !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding:20px 0px !important;
    max-width:1100px;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content  {
    padding:0 20px !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a {
    font-weight:500 !important;
    text-decoration: none !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
    margin-bottom:10px;
}

@media (max-width: 1200px) {
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container  {
    max-width: 900px;
	}
	}

@media (max-width: 991px){
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container  {
	width:90%;
    max-width: 800px;
	margin:0 auto;
	}
	}

@media (max-width: 768px){
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
	width:100%;
    max-width: 600px !important;
	margin:0 auto;
	}
	}

@media (max-width: 767px) {
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    font-size: 20px !important;
    padding: 8px 30px !important;
    }
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
    font-weight:300 !important;
    font-size: 18px !important;
    }
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title {
    font-weight:500 !important;
    font-size:20px !important;
    }
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    padding:10px 20px !important;
    font-weight:700 !important;
    }
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a {
    font-weight:500 !important;
    text-decoration: none !important;
    }
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
    margin-bottom:10px;
    }
    }

@media (max-width: 580px){
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
	max-width:100% !important;
	}
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
    font-size:14px !important;
	}
    }


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width : 1600px) {

    }

@media (max-width : 1200px) {

    }

@media (max-width : 992px) {

    }

@media (max-width : 768px) {

    }
 
@media (max-width : 480px) {

    }

@media (max-width : 320px) {

    }

/*--------------------------------------------------------------
# Media Queries Retina
--------------------------------------------------------------*/

@media  (-webkit-min-device-pixel-ratio: 1.5),
    (   min--moz-device-pixel-ratio: 1.5),
    (     -o-min-device-pixel-ratio: 3/2),
    (        min-device-pixel-ratio: 1.5),
    (min-resolution: 192dpi) {
    body {
    font-size:1rem;
    } 
    }

/*--------------------------------------------------------------
# Media Queries Portrait
--------------------------------------------------------------*/
@media (orientation:portrait) {
    
}
