/*
Theme Name: The Marianne
Theme URI: https://the-marianne.com/
Description: Responsive theme for the The Marianne community landing page, designed by Angell Marketing
Author: Aaron Guetzlaff, kcweb.co
Author URI: https://kcweb.co
Template:       momentum-landing
Version:        0.1.0
*/

/*
#403c36 - dark
#606268 - gray, copy
#c2beb2 - gray tan
#d1e0e9 - blue light
#e59a42 - yellow
#f5f4ee - cream

#196392 - blue top gradient
#00517f - blue bottom gradient

background: #196392;
background: -moz-linear-gradient(top,  #196392 0%, #00517f 100%);
background: -webkit-linear-gradient(top,  #196392 0%,#00517f 100%);
background: linear-gradient(to bottom,  #196392 0%,#00517f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#196392', endColorstr='#00517f',GradientType=0 );


font-family: 'TiemposHeadline-RegularItalic', serif;

font-family: 'GothamBook', sans-serif;
font-family: 'GothamMedium', sans-serif;
*/

@font-face {
    font-family: 'TiemposHeadline-RegularItalic';
    src: url('fonts/TiemposHeadline-RegularItalic.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamBook';
    src: url('fonts/GothamBook.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamMedium';
    src: url('fonts/GothamMedium.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	color: #606268;
    background-color: #f5f4ee;
}
button, input, textarea, select,
body {
	font-family: 'GothamBook', sans-serif;
}
.msl-footer-info,
.msl-community,
.msl-intro .msl-more,
.msl-title,
.gform_wrapper.gravity-theme .gform_footer .gform_button,
.gform_button,
.msl-btn {
	font-family: 'GothamMedium', sans-serif;
}

.gform_wrapper.gravity-theme .gform_footer .gform_button,
.gform_button,
.msl-btn {
	background-color: #606268;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button:hover,
.gform_button:hover,
.msl-btn:hover {
	color: #606268;
}

.masthead {
    background-color: #f5f4ee;
}
.not-top .masthead {
	background-color: rgb(245, 244, 238, 85%);	
}
.msl-community .msl-icon {
	fill: #c2beb2;
}

.gform_title,
.msl-intro .msl-more,
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6,
.msl-headline-intro,
.msl-headline {
	color: #e59a42;
}
.gform_title,
.msl-headline {
	font-family: 'TiemposHeadline-RegularItalic';
}

.msl-intro {
	background: #196392;
	background: -moz-linear-gradient(top,  #196392 0%, #00517f 100%);
	background: -webkit-linear-gradient(top,  #196392 0%,#00517f 100%);
	background: linear-gradient(to bottom,  #196392 0%,#00517f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#196392', endColorstr='#00517f',GradientType=0 );
}
.msl-intro .msl-headline-seo {
    font-family: 'TiemposHeadline-RegularItalic';
}
.msl-intro .msl-more .msl-arrow {
	fill: #e59a42;
}

.msl-features .msl-callout {
	background-color: #f5f4ee;
}
.msl-features .msl-callout .msl-title {
	color: #606268;
}
.msl-living-options .msl-callout {
	background: #196392;
	background: -moz-linear-gradient(top,  #196392 0%, #00517f 100%);
	background: -webkit-linear-gradient(top,  #196392 0%,#00517f 100%);
	background: linear-gradient(to bottom,  #196392 0%,#00517f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#196392', endColorstr='#00517f',GradientType=0 );
}

.msl-connect {
	background-color: #d1e0e9;
}
.msl-connect .msl-title {
	color: #606268;
}
.gform_confirmation_message {
	color: #e59a42;
}
#momentum .gform_wrapper.gravity-theme .gfield_checkbox label,
.gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield input[type=text],
.gform_wrapper.gravity-theme .gfield input[type=email],
.gform_wrapper.gravity-theme .gfield input[type=tel],
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea {
	color: #606268;
}
.gfield ::-webkit-input-placeholder {
	color: #606268;
}
.gfield :-moz-placeholder {
	color: #606268;
}
.gfield ::-moz-placeholder {
	color: #606268;
}
.gfield :-ms-input-placeholder {
	color: #606268;
}
.gfield .gf_placeholder {
	color: #606268;
}
.gfield_checkbox input[type=checkbox]:checked + label:before {
	background-image: url('images/checkmark.svg');
}

.msl-location .msl-title {
	color: #606268;
}

.msl-icons .msl-icon {
	fill: #403c36;
}

/* new edits for Marianne LP */

.msl-slider-control {
    display: none !important;
}