/*FONTS_SETTINGS*/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=GFS+Didot&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Staatliches&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Norican&amp;display=swap');
@font-face {
	font-family: "GothamBold";
	src: url("https://www.lindyflowers.com/wp-content/uploads/2021/01/GothamBold.ttf");
}
/*BASIC_SETTINGS*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color:#182b54;
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color: #0a2955;
}
p {
	margin: 0 0 10px;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Acme', sans-serif;
	font-weight : 400;
}
h1 {
	font-family: "GothamBold";
	font-size: 80px;
	font-weight :bold;
}
h2 {
	font-size: 36px;
	color:#182b54;
}
h3 {
	font-size: 25px;
}
h3.mpc-icon-column__heading{
	font-weight:normal;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
.staatliches-font{
	font-family: 'Staatliches', cursive;
}
/*EDITS SECTION*/
.site-inner{
	margin-top:0;
}
/*MENU_SECTION*/
.menu a span {
	color: #f5c814;
	font-family: 'Raleway', sans-serif;
	font-size:21px;
	font-weight: 900;
}
.menu li {
	padding: 0 10px;
}
.menu li:first-child{
	padding-left:0;
}
.menu li:last-child{
	padding-right:0;
}
.genesis-nav-menu li.page_item.current-menu-item > a span {
	color: #2996d3;
}
.vc_row .menu{
	padding:0;
	margin:0;
}
/*Sub Menu*/
.genesis-nav-menu .sub-menu a{
	border:0;
	width:100%;
	background-color:transparent;
}
.menu li .sub-menu{
	top: 20px;
	background-color: #0b7884;
	padding-bottom:15px;
	border:0;
	text-align: left;
	width: max-content;
}
.menu li .sub-menu li a span{
	line-height: 23px;
}
.menu li .sub-menu li{
	padding: 10px 10px 0 10px;
	margin:0;
	display: inherit;
}
.genesis-nav-menu .sub-menu .sub-menu{
	margin: 0;
	position: absolute;
	left: 100% !important;
	top: 0px;
}
/*BUTTON_SECTION*/
.vc_row .wpb_button, .vc_row .wpb_content_element, .vc_row ul.wpb_thumbnails-fluid>li, .entry {
	margin-bottom: 0;
}
.vc_row .vc_btn3.vc_btn3-style-custom {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-radius: 0px;
	padding: 2px 40px!important;
	line-height: 1.5;
	background: #f5c800;
	color: #00204e;
}
.vc_row.about_row .vc_btn3.vc_btn3-style-custom{
	padding: 5px 48px!important;
	background: transparent url(https://www.lindyflowers.com/wp-content/uploads/2021/01/button-bg.png) no-repeat center;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color: #0a2955;
	opacity:  1;
}
:-moz-placeholder { 
	color: #0a2955;
	opacity:  1;
}
::-moz-placeholder { 
	color: #0a2955;
	opacity:  1;
}
:-ms-input-placeholder { 
	color: #0a2955;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: #c6e2fa;
	border: 0 !important;
	font-family: 'Open Sans', sans-serif;
	color: #0a2955;
	font-size: 17px !important;
	font-weight: 400;
	padding:7px 10px !important;
	border-radius:0px !important;
	line-height: 1.5 !important;
}
.gform_wrapper .gform_body ul.gform_fields li.gf_left_half {
	padding-right: 8px;
}
.gform_wrapper ul.gform_fields li.gf_right_half {
	padding-left: 8px;
}
.vc_row .gform_wrapper textarea.large{
	height: 85px;
}
.vc_row .gform_wrapper .gform_footer input[type=submit], input[type=submit] {
	margin: 0;
	color: #0a2955;
	background: #f5c800;
	font-size: 16px !important;
	font-weight: 600;
	padding: 8px !important;
	width: 100%;
}
.vc_row .gform_wrapper .gform_footer {
	text-align: right;
	margin: 0;
	padding: 7px 0 0;
}
/*ICON_SECTION*/
.mpc-icon-column__content .mpc-icon-column__heading{
	color: #ffffff;
	font-size: 17px;
	text-transform: none;
}
a.mpc-icon-column, .inline{
	vertical-align: middle;
}
.vc_row .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner{
	width: 18px!important;
	height: 18px!important;
}
.vc_row .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
	font-size: 12px !important;
}
.vc_row .fa-facebook-f:before {
	content: "\f39e";
}
/*HEADER SECTION*/
.vc_row.header_icon{
	background : linear-gradient(90deg, rgba(0, 82, 140, 1) 0%, rgba(5, 85, 140, 1) 1.73%, rgba(89, 135, 142, 1) 29.82%, rgba(155, 175, 143, 1) 54.66%, rgba(203, 204, 144, 1) 75.34%, rgba(233, 221, 145, 1) 91.07%, rgba(244, 228, 145, 1) 100%);
}
.vc_row.banner_row h2 {
	font-family: 'GFS Didot', serif;
}
.vc_row.banner_row h2 i{
	color: #f5c814;
	font-size: 83px;
	font-style: normal;
	font-family: 'Dancing Script', cursive;
	vertical-align: middle;
}
/*CLIENT SECTION*/
.vc_row .mpc-carousel-image img{
	width:80%;
	margin:0 auto;
}
.vc_row.logo_row .mpc-carousel-image .mpc-carousel__item-wrapper{
	display:flex !important;
	justify-content:center;
}
.vc_row.logo_row .mpc-carousel-image {
	height: auto!important;
}
/*AUDIO_SECTION*/
.vc_row .mejs-time, .vc_row .mejs-volume-button, .vc_row .mejs-time-handle-content{
	display:none;
}
.vc_row .mejs-horizontal-volume-slider, .vc_row .mejs-time-float, audio, body span.mejs-time-loaded, body span.mejs-time-hovered, body span.mejs-time-buffering{
	display:none !important;
}
.vc_row .mejs-container .mejs-controls, .vc_row .mejs-container{
	background: transparent;
}
.vc_row .mejs-controls .mejs-time-rail .mejs-time-total, .vc_row .mejs-time-float-corner, .vc_row .mejs-controls .mejs-time-rail .mejs-time-loaded{
	background: #ffffff;
	top: 14px;
	height: 9px;
	border-radius: 5px;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
	cursor:pointer;
}
.vc_row .mejs-button {
	width: 31px;
	height: 31px;
	position: relative;
	top: 8px;
	margin-right: 8px;
	background: #2996d3;
	border-radius: 50%;
	border: 2px solid #ffffff;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before, .customaudioplayer .mejs-pause:before,.customaudioplayer .download-audio .fa-download:before{
	position: absolute;
	font-family: fontawesome;
	font-size: 12px;
	top: 8px;
	left: 10px;
	color: #fff;
}
.customaudioplayer .mejs-pause:before {
	left: 8px;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before{
	content: "\f04b";
}
.customaudioplayer .mejs-pause:before {
	content: "\f04c";
}
.vc_row .mejs-time-rail{
	margin: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:32px !important;
	width: calc(100% - 29px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.customaudioplayer:before {
	content: '';
	background-color: #2996d3;
	position: absolute;
	width: 94%;
	height: 26px;
	top: 2px;
	margin: 0 auto;
	left: 50%;
	transform: translate(-50%, 0);
}
.custom-audio-title{
	position: absolute;
	top: -30px;
	left: 10px;
	font-size: 18px;
	width: 100%;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #04a1d8;
	text-align: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
.customaudioplayer .download-audio .fa-download:before {
	content: "\f019";
	left: 7px;
	top: 6px;
	font-size: 14px;
}
.customaudioplayer .download-audio a {
	position: absolute;
	right: 0;
	height: 31px;
	width: 31px;
	top: -32px;
	background: #2996d3;
	border: 2px solid #ffffff;
	border-radius: 50%;
}
.vc_row .download-audio {
	position: relative;
}
body .mejs-time-current{
	background: #f5c814!important;
	height: 9px;
	border-radius: 5px !important;
}
body .mejs-button button{
	transition: none !important;
}
.vc_row .mejs-controls{
	padding-left:0;
}
/*BIO_SECTION*/
.vc_row.about_row .vc_col-sm-8 h2 i{
	font-style: normal;
	font-family: 'Norican', cursive;
	font-size: 60px;
	color: #00a1d9;
	position: relative;
	top: 7px;
	left: -6px;
}
.vc_row .list_row .wpb_text_column .wpb_wrapper{
	display: inline-block;
	text-align: left;
}
.list_row li:before {
	content: "\f101";
	font-family: fontawesome;
	padding-right: 16px;
	color: #00204e;
	font-size:14px;
}
.list_row li:last-child:before{
	display: none;
}
.list_row li:last-child{
	padding-left:22px;
}
.list_row li{
	color: #0a2955;
	line-height:1.2;
	list-style-type: none !important;
}
/*BLOG_SECTION*/
.blog-row .vc_arrow-icon-arrow_12_left:before, .blog-row .vc_arrow-icon-arrow_12_right:before {
	width: 36px;
	position: absolute;
	height: 36px;
	font-size:14px;
}
body .blog-row .vc_grid-owl-nav, body .blog-row .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev, body .blog-row .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
	opacity: 1 !important;
	transition: none !important;
	top: 0px!important;
	display: inline-block!important;
	left: inherit;
}
body .blog-row .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
	right: 3em !important;
}
body .blog-row .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
	right: 2.2em !important;
}
.vc_row.blog-row .mpc-overlay{
	background-size: 36% 100% !important;
}
.vc_row.blog-row{
	background-position: right!important;
}
/*TESTIMONIAL_SECTION*/
.vc_row.testimonial-row .mpc-carousel__wrapper{
	width:58%;
	margin:0 auto;
}
.vc_row.testimonial-row .mpc-carousel-testimonial:before{
	font: normal normal normal 110px/1 FontAwesome;
	color: #ffffff;
	position: absolute;
	content: "\f10d";
	left: -1em;
}
.vc_row.flip-row .mpc-flipbox {
	width: 280px !important;
	margin: 0 auto;
	height: 280px !important;
}
.vc_row .mpc-flipbox__back p{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #231f20;
	line-height: 20px;
	padding:0 20px;
}
.vc_row.flip_heading h2{
	position: absolute;
	z-index: 9;
	display: inline-block;
	left: 0;
	right: 0;
}
#load-more.disable .vc_btn3, .vc_row .group{
	display:none;
}
.vc_row .group.active, .vc_row .group.active{
	display: block;
}
.vc_row.about_row .mpc-overlay{
	background-size: 38% 100% !important;
}
/*FOOTER_SECTION*/
h2 b{
	font-weight: normal;
	color:#0099E3;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1880px){
	.vc_row.blog-row{
		background-size: cover !important;
		background-position:center !important;
	}
}
@media only screen and (max-width: 1200px){
	.vc_row.contact_row a.mpc-icon-column{
		margin:0 18px !important;
	}
}
@media only screen and (max-width: 1023px){
	body .vc_row .vc_row .wpb_column a.mpc-icon-column h3.mpc-icon-column__heading {
		margin:0 !important;
	}
	body .vc_row .vc_row .wpb_column a.mpc-icon-column .mpc-icon {
		margin: 0 5px 0 0!important;
	}
	.menu li {
		padding: 0 8px;
	}
	.vc_row.contact_row a.mpc-icon-column{
		margin:0 10px !important;
	}
}
@media only screen and (max-width: 959px){
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color: #2996d3;
	}
	.menu-toggle {
		padding:0px;
		float: none;
	}
	.nav-primary{
		position: absolute;
		top: 26px;
		width: 50%;
		text-align: center;
		right: 0;
		left: 0;
		margin: 0 auto;
		background: #04548c;
		padding: 10px !important;
		border: 6px solid #f5c800;
	}
	.menu li {
		padding: 4px 0;
	}
	.menu li .sub-menu{
		text-align: center;
		width: 100%;
		padding:0;
		background-color: transparent;
	}
	.vc_row.banner_row{
		overflow: visible !important;
	}
	.vc_row.banner_row h3.mpc-icon-column__heading{
		color: #2996d3;
		font-weight: 600 !important;
	}
	.vc_row.banner_row a.mpc-icon-column{
		border-color: #2996d3;
	}
	.vc_row .banner_icon .wpb_column, .vc_row.flip-row .wpb_column, .vc_row.about_row .wpb_column, .vc_row.blog-row .wpb_column{
		text-align: center;
		width: 100%;
	}
	.vc_row.flip-row .innercontainer, .vc_row.about_row .innercontainer, .vc_row.blog-row .innercontainer{
		display:block;
	}
	.vc_row .banner_icon{
		z-index:99;
	}
	h1 {
		font-size: 64px;
	}
	.vc_row.about_row {
		background-position: top !important;
		background-size: initial !important;
		padding-bottom: 0 !important;
	}
	.vc_row.blog-row{
		background-size: initial !important;
		background-position: bottom !important;
	}
	.vc_row.about_row .mpc-overlay, .vc_row.blog-row .mpc-overlay{
		display:none;
	}
	.vc_row .list_row {
		padding: 3em 0;
		background: #fff;
	}
	.vc_row .list_row h2{
		text-align: center !important;
	}
	.vc_row.about_row .vc_col-sm-8 .vc_column-inner{
		padding-right: 15px !important;
	}
	.vc_row.contact_row a.mpc-icon-column {
		margin: 10px 0px !important;
		padding: 0 !important;
		display: flex;
	}
	.vc_row.contact_row .wpb_single_image{
		text-align: center;
		display: block;
	}
	.vc_row.contact_row {
		background-position: 30% 100% !important;
	}
	.vc_row .blog-heading {
		background: #04518c;
		padding-bottom: 4em;
	}
	.vc_row.blog-row .vc_col-sm-8{
		padding-top: 8em;
	}
	.vc_row.flip-row .wpb_column{
		margin-bottom:20px;
	}
}
@media only screen and (max-width: 767px){
	h1.vc_custom_heading,h2.vc_custom_heading,h3.vc_custom_heading,h4.vc_custom_heading,h5.vc_custom_heading,h6.vc_custom_heading, .vc_row .vc_btn3-container, .vc_row .wpb_single_image{
		text-align: center !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		display:block  !important;
	}
	.text-right,.vc_row.footer-row{
		text-align: center;
	}
	.vc_row .customaudioplayer{
		margin-bottom: 30px;
	}
	.vc_row.blog-row {
		background-image: none !important;
		padding-bottom: 0 !important;
	}
	.vc_row .blog-heading, .vc_row.blog-row .vc_col-sm-8{
		padding: 0;	
	}
	.vc_row.blog-row h2, .vc_row.blog-row p{
		color:#ffffff !important;
	}
	.vc_row.header_icon .vc_custom_heading{
		border: 0px !important;
		margin:0px !important;
	}
	.vc_row.banner_row, .vc_row.contact_row{
		padding-bottom: 0 !important;
		background: none !important;
	}
	.vc_row .vc_sep_width_60, .vc_row.contact_row .wpb_column {
		width: 100%;
	}
	.vc_row .mpc-navigation i{
		display:none;
	}
	.vc_row.audio_row h2{
		padding-bottom:15px;
	}
	.site-header .wpb_single_image {
		padding: 9px 0;
	}
	.vc_row.contact_row	.innercontainer{
		display:block;
	}
}
@media only screen and (max-width: 640px) {
	.gform_wrapper .gform_body ul.gform_fields li.gf_left_half ,.gform_wrapper ul.gform_fields li.gf_right_half {
		padding:0px;
	}
}
@media only screen and (max-width: 639px){
	h1 {
		font-size: 60px;
	}
	.vc_row.testimonial-row .mpc-carousel__wrapper {
		width: 82%;
	}
	.vc_row.testimonial-row .mpc-carousel-testimonial:before {
		font-size: 48px;
	}
}
@media only screen and (max-width: 479px){
	.vc_row a.mpc-icon-column {
		display: flex;
		border: 0px;
		margin: 12px 0;
		padding: 0;
	}
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 28px;
	}
	.vc_row.testimonial-row .mpc-carousel-testimonial:before {
		font-size: 32px;
	}
	body > div {
		font-size: 16px;
	}
}