/*!
Theme Name: bright idea
Theme URI: http://underscores.me/
Author: Hans Groen
Author URI: http://www.statesofgrace.nl
Description: A blank theme for Tailor Matched
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/
*/

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

fl-slide-text{
	text-align:center!important;
}

/**
 * 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:#4C5355;;
	font-family: 'AvantGardeGothicITCW01Md', sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 0.9rem;
	line-height: 1.5;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
    line-height: 1.2;
}

h1 {
    font-size:72px;
    font-size:7.2em;
    font-family:'TimesEighteenPro-Bold', serif;
    font-weight:normal;
    letter-spacing:-1px;
    margin:0;
}

h2 {
    font-size:60px;
    font-size:6em;
    font-family:'TimesEighteenPro-Bold', serif;
    font-weight:normal;
    letter-spacing:-1px;
    margin-top:0;
}

h3 {
    font-size:36px;
    font-size:3.6em;
    font-weight:normal;
    text-transform: lowercase;
}

h3.sub , .sub h3 {
    font-family: 'ITCAvantGardeW04-XLt', sans-serif;
    font-weight:normal;
    margin:0;
}

.dash h3:before {
    content:url('/wp-content/uploads/2019/01/tailormatched-dash-icon-small.svg');
    height:auto;
    width:30px;
    display:inline-block;
    transform: translateY(5px);
}

.bold h3 {
    font-family: 'AvantGardeGothicITCW02Bd', sans-serif;
    font-weight:normal;
}

h4 {
    font-size:24px;
    font-size:2.4em;
    font-size:1.5em;
}

p {
    font-size:18px;
    font-size:1.8em;
    margin-top: 0em;
	margin-bottom: 1.5em;
}

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

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
    border-left: 2px solid #cdcbcd;
    margin: 4em 0;
    padding-left: 1.5em;  
}

blockquote p {
    font-family: 'TimesEighteenPro-Bold', serif;
    font-family:'ITCAvantGardeW04-XLt', sans-serif;
    font-weight:normal;
    font-size:3em;
}

blockquote:before {
    content:url('/wp-content/uploads/2019/03/tailormatched-quote-icon-edit.svg');
    height:auto;
    width:30px;
    display:block;
    position: relative;
    margin-bottom: 1em;
}

b, strong {
    font-family:'AvantGardeGothicITCW02Bd', sans-serif;
    font-weight:normal !important;
}

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 : 1600px) {

    }

@media (max-width : 1200px) {

    }

@media (max-width : 992px) {
    .dash h3:before {
    display: block;
    transform: translateY(0px);
    margin: 0 auto 10px;
    }
    }

@media (max-width : 768px) {
    h1 {
    font-size:60px;
    font-size:6em;
    }
    h2 {
    font-size:48px;
    font-size:4.8em;
    }
    h3 {
    font-size:30px;
    font-size:3em;
    }
    h4 {
    font-size:22px;
    font-size:2.2em;
    }
    }
 
@media (max-width : 480px) {
    h1 {
    font-size:50px;
    font-size:5em;
    }
    /*h2 {
    font-size:40px;
    font-size:4em;
    }*/
    h3 {
    font-size:28px;
    font-size:2.8em;
    }
    p {
    font-size:16px;
    font-size:1.6em;
    }
    }

@media (max-width : 320px) {

    }

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

.white {
    color:#fff;
}

.gunmetal {
    color:#4C5355;
}

.pewter {
    color:#CBCDCB;
}

.light {
    color:#eee;
}
.red {
    color:#C44B4F;
}

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

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

.bg-gunmetal {
    background-color:#4C5355;
}

.bg-pewter {
    background-color:#CBCDCB;
}

.bg-light {
    background-color:#eee;
}
.bg-red {
    background-color:#C44B4F;
}

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

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

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

.gradient-overlay-white  {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',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%;
}

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

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

ul, ol {
	margin: 0;
}

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

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

@media (max-width: 1200px) {
	.fl-col-small, .fl-row-content, .container  {
    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-col-small, .fl-row-content, .container, .container-small  {
	width:90%;
    max-width: 800px;
	margin:0 auto;
	}
    .fl-col-small {
    padding:0 20px;
    }
    .fl-row-full-width {
	max-width:100%;
    width:100%;
    padding: 0;
    }
	}

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

@media (max-width: 480px){
	.fl-col-small, .fl-row-content, .container, .container-small {
	width:100% !important;
	max-width:100% !important;
	}
	.fl-module-content {
	
	}
	}

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

a:visited {
	color: inherit;
}

a:hover {
	color: inherit;
    opacity:0.6;
}

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

a:focus {
	outline: none;
}

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

#primary p a {
    font-family: 'AvantGardeGothicITCW02Bd', sans-serif;
    font-weight:normal;
}

.btn{
    /*background-color:transparent;*/
	background-color:transparent;
    font-weight:normal;
    border-radius:0px;
	width:auto;
    padding: 20px 30px;
    font-size: 12px;
    letter-spacing: 6px;
    text-transform:uppercase;
    -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;
}

.btn-dark {
    color:#4C5353;
    border:1px solid #c44b4f;
}

.btn:hover {
    opacity:1;
}

.btn-dark:hover {
    color:#fff;
    border:1px solid #c44b4f;
    background-color:#c44b4f;
}

.btn-light {
    color:#fff;
    border:1px solid #fff;
}

.btn-light:hover {
    color:#4C5353;
    border:1px solid #fff;
    background-color:#fff;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*header.cd-header {
    display:none;
}

.logged-in header.cd-header {
    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%;
}

/*--------------------------------------------------------------
# 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: 90%;
    -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-991, .mob-center-991 .fl-photo, .mob-center-991 h3 {
    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;
    }
	}

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

#intro .container {
    z-index: 8;
}

/* About */

@media (max-width: 768px){
.quote-about .fl-row-content-wrap {
    background-image: url("/wp-content/uploads/2019/03/tailor-matched-about-quote-768.jpg") !important;
    background-position:center bottom !important;
    background-size:cover;
}
}

/* Services */

.services-menu-row {
    z-index: 998;
}

.services-bg .fl-row-content-wrap {
    background-size:100% auto;
}

.logo-features-services .fl-photo-content img {
    width: 70%;
}

#menu-services a{
    display: inline-block;
}

#menu-services .menu-item{
    float:left;
}

#menu-services .menu-item:nth-child(4) {
opacity:0.7;
}

#menu-services .menu-item:nth-child(3) {
opacity:0.8;
}

#menu-services .menu-item:nth-child(2) {
opacity:0.9;
}

#menu-services .menu-item:nth-child(1) {
opacity:1.0;
}

span.svg-container:after {
    content: 'services';
    margin-left: 40px;
    margin-top: 5px;
    display: inline-block;
    font-family: 'ITCAvantGardeW04-XLt', sans-serif;
    font-weight:normal;
}

.fl-slide-text p {
    line-height: 1.6;
    font-size: 1.7em;
}

h2.fl-slide-title {
    font-family: 'ITCAvantGardeW04-XLt', sans-serif;
    font-weight:normal;
    font-size:4em;
}

#testimonials .fl-slide-mobile-photo-img {
    width: 80%;
    margin: 0 auto;
}

.fl-accordion-button {
    font-size:2em;
    /*font-family: 'AvantGardeGothicITCW02Bd', sans-serif;
    font-weight:normal;*/
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    #menu-services .menu-item:after {
    content: "|";
    margin: 0 20px;
    }
    #menu-services .menu-workshops:after {
    content: "";
    margin:0;
    }
    }

@media (max-width: 992px){
    .services-bg .fl-row-content-wrap {
    background:#fff !important;
    }
    .logo-features-services .fl-photo-content img {
    max-width: 300px;
    }
	}

@media (max-width: 768px){
	.logo-features-services .fl-photo-content img {
    max-width: 240px;
    }
    .quote-services .fl-row-content-wrap {
    background-image: url("/wp-content/uploads/2019/03/tailor-matched-service-quote-768.jpg") !important;
    background-position:center !important;
    background-size:cover;
    }
    .quote-services-2 .fl-row-content-wrap {
    background-image: url("/wp-content/uploads/2019/03/tailor-matched-service-quote-2-768.jpg") !important;
    background-position:center !important;
    background-size:cover;
    }
    .services-menu-row .fl-menu-mobile-toggle {
    float: left !important;
    }
    #menu-services a{
    display: block;
    }
    #menu-services .menu-item{
    float:none;
    margin-bottom: 1em;
    }
    #testimonials .fl-slide-title {
    line-height: 1.2 !important;
    font-size: 36px !important; 
    }
    #testimonials .fl-slide-text p {
    line-height: 1.6 !important;
    font-size: 17px !important;
    }
	}

@media (max-width: 480px){
	.logo-features-services .fl-photo-content img {
    max-width: 140px;
    }
	}

/* Home */

.home-header .fl-photo-content img {
    max-width:700px;
    width: 100%;
}

.logo-features-home .fl-photo-content img {
    width: 70%;
}

@media (max-width: 992px){
    .logo-features-home .fl-photo-content img {
    max-width: 300px;
    }
    #home-features .fl-row-content-wrap {
    background:#000 !important;
    }
	}

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

@media (max-width: 480px){
	.logo-features-home .fl-photo-content img {
    max-width: 200px;
    }
	}

/* Contact */

.form-field-container {
    width:100%;
    display:block;
    position:relative;
    margin-top:20px;
}

.form-field-col-full {
    position: relative;
    float: left;
    width: 100%;
    margin-top:20px;
}

.wpcf7 input.wpcf7-text {
    display:block;
    float:left;
    width:100%;
    padding:15px 20px;
    margin-bottom: 10px;
    font-size:16px;
    font-size: 1.6em;
    font-family:inherit;
    border:1px solid #cbcdcb;
}

.wpcf7-textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #cbcdcb;
    font-size:16px;
    font-size: 1em;
    font-family:inherit;
}

.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
    margin-left:0;
}

.wpcf7-form .wpcf7-radio label, .wpcf7-form .wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
/*     border-color: red; */
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
    background: #c44b4f;
    visibility: visible;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
	position: relative;
    visibility: hidden;
    top: 1px;
    height: 22px;
    width: 22px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
    margin-left: 0.5em;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0%;
    height: 22px;
    width: 22px;
    top: -3px;
    border: 2px solid #c44b4f;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: '\2713';
    content:"";
    background: #c44b4f;
    border-radius: 0%;
    height: 12px;
    width: 12px;
    top: 2px;
    left: 5px;
    visibility: hidden;
    font-size: 16px;
}

.checkbox-mailchimp span.wpcf7-list-item {
    margin:0;
    font-family:'TimesEighteenPro-Bold', serif;
    font-weight:normal;
    text-transform:none;
    letter-spacing:-1px;
    font-size: 18px;
    font-size: 1.8em;
    line-height: 32px;
    color:#c44b4f;
    width:100%;
}

.checkbox-mailchimp .wpcf7-checkbox input[type=checkbox] + span:before {
    top: 4px;
}

.checkbox-mailchimp .wpcf7-checkbox input[type=checkbox] + span:after {
    top: 9px;
}

.checkbox-mailchimp {
    position:relative;
}

.wpcf7-mail-sent-ok {
    display: inline-block;
    position: relative;
    padding: 30px 30px;
    font-size: 1.8em;
    margin: 1em 0;
}

[type=submit] {
    -webkit-appearance: inherit;
    background-color:#c44b4f;
	color:white !important;
    font-weight:700;
    border-radius:0px !important;
    font-family:inherit;
    text-transform:uppercase;
    letter-spacing:4px;
    font-size:12px !important;
    border:1px solid #c44b4f;
    padding:20px 30px;
    /*outline: 1px solid #c44b4f;
    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;
}

p.form-hinweis {
    font-size: 14px;
    font-size: 1.4em;
    color: #cbcdcb;
}

span.wpcf7-not-valid-tip {
    color: #c44b4f;
    display: inline;
}

/* Password Protected Page */

.post-password-form {
    text-align:center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #eee;
    padding:0 20px;
}

.post-password-form:before {
    content:url('/wp-content/uploads/2019/01/tailormatched-lock-icon.svg');
    height:auto;
    width:50px;
    display:block;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.post-password-form input {
    padding:20px 30px;
    margin-bottom: 20px;
}

/* reCAPTCHA */

.grecaptcha-badge { 
    visibility: hidden;
}


@media screen and (max-width:767px) {
	
    .wpcf7-textarea {
    width: 100%;
    }
    .fl-callout-text p.checkbox-mailchimp {
    padding:0 0 20px 0 !important;
    }
    .yikes-easy-mc-form label.label-inline {
    width:100% !important;
    }
    }

/* Terms and Conditions */

.terms-and-conditions h3 {
    margin-top:2em;
}

/*--------------------------------------------------------------
## 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/tailor-matched-blog-bg.jpg);
    background-size:100%;
    background-position:center top;
    background-repeat:no-repeat;
}

.header-blog {
    position:relative;
    height:60vh;
}

h1.blog-title:before, h1.archive-title:before {
    content:url('/wp-content/uploads/2019/01/tailormatched-dash-icon-small.svg');
    height:auto;
    width:30px;
    display:block;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 20%);
	-moz-transform: translate(-50%, 20%);
	-ms-transform: translate(-50%, 20%);
	-o-transform: translate(-50%, 20%);
	transform: translate(-50%, 20%);
}

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

#ms-container {
	width:100%;
	margin:40px 0 0;
}

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

.gutter-sizer {
	width:4%;
}

figure.featured-img {
    margin:0 0 1em;
}

h2.blog-post-title {
    font-size:5.6em;
    margin: 10px 0;   
}

.entry-meta {
    padding-bottom: 20px;
    font-family: 'ITCAvantGardeW04-XLt', sans-serif;
    font-size:1.6em;
}

.excerpt p {
    font-size:1.5em;
    margin-bottom:2em;
}

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

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

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

    .ms-item{
	width:100%;
	margin-left:0px;
	margin-right:0px;
	margin-top:15px;
    }
    h2.blog-post-title {
    font-size:5.6em; 
    }
    }
 
@media (max-width : 480px) {
    h2.blog-post-title {
    font-size:4em; 
    }
	#home-subheader h3{
		font-size:24px;
	}
    }

@media (max-width : 320px) {

    }


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

.single .entry-header {
    margin-top:140px;
    background-size:cover !important;
    padding:40% 5% 5%;
    position:relative;
}

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

h1.single-post-title{
    margin:0.5em 0 0;
}

h1.single-post-title:before {
    content:url('/wp-content/uploads/2019/01/tailormatched-dash-icon-small.svg');
    height:auto;
    width:30px;
    display:block;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 20%);
	-moz-transform: translate(-50%, 20%);
	-ms-transform: translate(-50%, 20%);
	-o-transform: translate(-50%, 20%);
	transform: translate(-50%, 20%);
}

.single .entry-content {
    margin-top:50px;
}

.date {
    
}

.tags {
    font-size:1.6em;
    padding: 20px 0;
    margin-bottom: 30px;
    border-top:1px solid #c44b4f;
    border-bottom:1px solid #c44b4f;
}

.post-nav {
    margin: 50px 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;
}

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

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

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

.header-archive {
    position:relative;
    height:50vh;
}

h1.archive-title {
    
}

.archive-item {
    
}

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

/*--------------------------------------------------------------
# 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: #d60b52;
    color: #fff;
}

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

footer .topline{
    padding:0 20px;
}

.topline .container{
    padding:20px;
    border-bottom:1px solid #cbcdcb;
}

footer .bottomline{
    padding:20px;
    background-color:#4c5355;
    font-size:1.6em;
    color:#fff;
    padding:40px 0px;
    border-bottom:8px solid #c44b4f;
}

footer a {
	color:#fff;
    font-weight:bold;
}

footer a:hover {
	
}

ul.socialicons{
    padding:20px 0;
    margin:0px;
    list-style:none;
    -webkit-margin-before: 0em;
}

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

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:2.6em !important;
}

@media (max-width : 480px) {
    footer .bottomline{
    font-size:1em;
    }
    .topline .container{
    padding:0px;
    }
    footer .bottomline{
    padding:20px;
    }
    }

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #c44b4f;
	border-radius: 0px;
    background-color:#c44b4f;
	color: #fff;
	font-size: 12px;
	letter-spacing: 6px;
    text-transform:uppercase;
    font-weight:normal;
	line-height: 1;
	padding: 20px 30px;
    -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;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: inherit;
}

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

.white input[type="text"],
.white input[type="email"],
.white input[type="url"],
.white input[type="password"],
.white input[type="search"],
.white input[type="number"],
.white input[type="tel"],
.white input[type="range"],
.white input[type="date"],
.white input[type="month"],
.white input[type="week"],
.white input[type="time"],
.white input[type="datetime"],
.white input[type="datetime-local"],
.white input[type="color"],
.white textarea {
	color: #eee !important;
    border:none;
	border-bottom: 1px dotted #CBCDCB;
	border-radius: 0px;
    background-color: transparent;
	/*padding: 3px;*/
}

input::placeholder {
    color: #cbcdcb !important;
}

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

/* Mailchimp Opt in */

.fl-terms-checkbox-text {
    margin:20px auto!important;
    color:#cbcdcb;
    text-align:center;
    max-width:800px;
}

.fl-terms-checkbox-text p{
    font-size:12px;
    font-size:1.2em;
}

.fl-terms-checkbox-wrap {
    display: block; /*inline-flex*/
    text-align: center;
    margin-bottom:20px;
    color:#fff;
    font-family:'AvantGardeGothicITCW02Bd', sans-serif;
    /*vertical-align: middle;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);*/
}

.fl-form-success-message {
    background-color: #4cb355;
    padding: 20px;
}

.fl-form-success-message p {
    color:#fff;
    text-align:center;
    margin-bottom:0;
}

a.fl-button {
    background-clip:inherit !important;
}

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

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

/* Testimonials - center */