/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/******************************************/
/*** General Sitewide Styles 			***/
/******************************************/
.Hide {
	display: none !important;
}

h1 {
	margin-bottom: 25px !important;
}

h2,
h3,
h4,
h5 {
	margin-bottom: 10px !important;
}

h6 {
	margin-bottom: 25px !important;
}

h6 a {
	color: #de4d3a !important;
}

h6 a:hover {
	color: #367582 !important;
}

.wpb_text_column p {
	margin-bottom: 25px !important;
}

.wpb_text_column ul,
.wpb_text_column ol {
	margin-bottom: 26px !important;
	padding-left: 25px !important;
	list-style-position: outside;
}

.wpb_text_column ul li,
.wpb_text_column ol li {
	padding: 5px 0 !important;
	line-height: 30px !important;
}

.WhiteText h2,
.WhiteText h3,
.WhiteText h4,
.WhiteText h5,
.WhiteText h6,
.WhiteText p,
.WhiteText ul,
.WhiteText ol {
	color: #fff !important;
}

.BlueText h1,
.BlueText h2,
.BlueText h3,
.BlueText h4,
.BlueText h5,
.BlueText h6,
.BlueText p,
.BlueText ul,
.BlueText ol {
	color: #7e9bab !important;
}

.OrangeText h2,
.OrangeText h3,
.OrangeText h4,
.OrangeText h5,
.OrangeText h6,
.OrangeText p,
.OrangeText ul,
.OrangeText ol {
	color: #d88243 !important;
}

.PinkText h2,
.PinkText h3,
.PinkText h4,
.PinkText h5,
.PinkText h6,
.PinkText p,
.PinkText ul,
.PinkText ol {
	color: #de4d3a !important;
}

h2.wpb_widgetised_column_heading {
	color: #555555 !important;
	font-size: 20px !important;
	line-height: 24px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	margin-bottom: 30px !important;
}

.LgP p {
	font-size: 25px !important;
	line-height: 35px !important;
}

.LgLine h2 {
	line-height: 60px !important;
}

.qode_image_gallery_no_space .prev-slide {
	left: 0 !important;
}


.qode_image_gallery_no_space .next-slide {
	right: 0 !important;
}

.qode-accordion-holder {
	margin-bottom: 26px !important;
}

@media screen and (max-width: 1000px) {
	.boxed div.section .section_inner,
	.container_inner, .container_inner nav.content_menu, 
	.footer_bottom_border.in_grid, .footer_top_border.in_grid, 
	.full_width .parallax_content, .steps_holder_inner, 
	.title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
		width: calc(90% - 30px);
	}
	
	.carousel-inner .slider_content_outer {
		width: calc(90% - 10px);
	}
	
	.carousel.advanced_responsiveness .carousel-inner .slider_content_outer {
		padding: 0 !important;
	}
}

@media screen and (max-width: 768px) {
	.boxed div.section .section_inner, 
	.container_inner, .container_inner nav.content_menu, 
	.footer_bottom_border.in_grid, .footer_top_border.in_grid, 
	.full_width .parallax_content, .steps_holder_inner, 
	.title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
		width: calc(90% - 30px);
	}
	
	.carousel-inner .slider_content_outer {
		width: calc(90% - 10px);
	}
	
	.LgP p {
		font-size: 22px !important;
		line-height: 32px !important;
	}
	
	.qbutton.large {
		font-size: 18px !important;
	}

	.MobileNoMarg ul,
	.MobileNoMarg ol {
		margin-bottom: 0 !important;
	}
}

@media screen and (max-width: 600px) {
	.boxed div.section .section_inner,
	.container_inner, .container_inner nav.content_menu, 
	.footer_bottom_border.in_grid, .footer_top_border.in_grid, 
	.full_width .parallax_content, .steps_holder_inner, 
	.title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
		width: calc(90% - 30px);
	}
	 
	.carousel-inner .slider_content_outer {
		width: calc(90% - 10px);
	}
}

@media screen and (max-width: 480px) {
	.boxed div.section .section_inner, 
	.container_inner, .container_inner nav.content_menu, 
	.footer_bottom_border.in_grid, .footer_top_border.in_grid, 
	.full_width .parallax_content, .steps_holder_inner, 
	.title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
		width: calc(90% - 30px);
	}
		 
	.carousel-inner .slider_content_outer {
		width: calc(90% - 10px);
	}
}

@media screen and (max-width: 350px) {
	.boxed div.section .section_inner, 
	.container_inner, .container_inner nav.content_menu, 
	.footer_bottom_border.in_grid, .footer_top_border.in_grid, 
	.full_width .parallax_content, .steps_holder_inner, 
	.title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
		width: calc(90% - 30px);
	}
		
	.carousel.advanced_responsiveness .carousel-inner .slider_content_outer,
	.carousel-inner .slider_content_outer {
		width: calc(90% - 10px) !important;
	}
}

/******************************************/
/*** Header/Nav Styles 					***/
/******************************************/
.header_top .right {
	padding-top: 5px !important;
}

.header_top .right .inner ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.header_top .right .inner ul li {
	display: inline-block !important;
	padding-right: 15px !important;
}

header.scrolled .drop_down .second {
	top: 80px;
}

/*.header_bottom {
	margin-top: -20px;
}

header.scrolled .header_bottom {
	margin-top: 0;
}*/

/*.q_logo {
	top: auto !important;
}*/

header:not(.centered_logo) .q_logo img {
	/*width: 245px !important;
	height: 70px !important;*/
	max-height: 70px !important;
}

nav.main_menu.right {
	position: absolute;
	right: 0 !important;
}

nav.main_menu>ul {
	margin-top: 10px !important;
}

nav.main_menu>ul li a {
	line-height: 80px !important;
}

.drop_down .second .inner > ul > li > a {
	line-height: 30px !important;
}

nav.main_menu ul li a:hover span,
nav.main_menu ul li.current-menu-item a span {
	border-bottom: solid 2px #de4d3a !important;
}

nav.main_menu ul li.current-menu-item li a span {
	border-bottom: none !important;
}

nav.main_menu ul li.current-menu-item li.current-menu-item a span {
	border-bottom: solid 2px #de4d3a !important;
}

li.narrow .second .inner ul {
	padding: 7px 0 0 !important;
}

#menu-main-menu .inner ul {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.11);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.11);
	box-shadow: 0 1px 3px rgba(0,0,0,.11);
}

#menu-main-menu .inner ul li {
	border-bottom: solid 1px #b2b2b2 !important;
}

.inner .textwidget ul li {
	border-bottom: 0 !important;
}

.q_team .q_team_description_inner p {
	color: #367582 !important;
}

@media only screen and (max-width: 1299px) {
	nav.main_menu > ul > li > a,
	.header_top .q_social_icon_holder .simple_social:not(.qode_icon_font_elegant):not(.qode_icon_font_awesome), 
	.header_top .header-widget, .header_top .header-widget.widget_nav_menu ul.menu>li>a, 
	.header_top .header-widget p, .header_top .header-widget a, 
	.header_top .header-widget span:not(.qode_icon_font_elegant):not(.qode_icon_font_awesome) {
		font-size: 14px !important;
	}
}

@media only screen and (max-width: 1200px) {
	.header_top .container_inner {
		width: calc(100% - 30px) !important;
	}

	.header_bottom {
		padding: 0 15px !important;
	}
}

@media only screen and (max-width: 1100px) {
	/*.header_bottom {
		margin-top: -20px;
	}*/
	
	header:not(.centered_logo) .q_logo img {
		max-height: 51px !important;
		margin-top: 15px !important;
	}
	
	nav.main_menu>ul {
		margin-top: 20px !important;
	}

	nav.main_menu>ul li a {
		line-height: 70px !important;
	}
}

@media only screen and (max-width: 1050px) {
	/*.header_bottom {
		margin-top: -25px;
	}*/
	
	nav.main_menu > ul > li > a,
	.header_top .q_social_icon_holder .simple_social:not(.qode_icon_font_elegant):not(.qode_icon_font_awesome), 
	.header_top .header-widget, .header_top .header-widget.widget_nav_menu ul.menu>li>a, 
	.header_top .header-widget p, .header_top .header-widget a, 
	.header_top .header-widget span:not(.qode_icon_font_elegant):not(.qode_icon_font_awesome) {
		font-size: 12px !important;
	}
	
	nav.main_menu>ul {
		margin-top: 25px !important;
	}

	nav.main_menu>ul li a {
		line-height: 65px !important;
	}
}

@media only screen and (max-width: 1000px) {
	.header_top .container_inner .left {
		display: none !important;
	}

	.header_bottom .container_inner {
		width: calc(90% - 30px) !important;
	}

	.header_bottom {
		padding: 0 !important;
	}

	.mobile_menu_button,
	.logo_wrapper {
		height: 80px !important;
	}

	header:not(.centered_logo) .q_logo img {
		max-height: 70px !important;
		margin-top: -10px !important;
	}

	.header_inner_right {
		display: none !important;
	}

	nav.mobile_menu>ul {
		width: 100%;
	}
}

@media only screen and (max-width: 479px) {
	header:not(.centered_logo) .q_logo img {
		max-height: 51px !important;
		margin-top: 10px !important;
	}
}

/******************************************/
/*** Page Title Styles 					***/
/******************************************/
.title.has_background {
	background-position: top left !important;
	background-size: cover !important;
}

.title_outer .has_background.title .title_subtitle_holder, 
.title_outer .has_fixed_background.title .title_subtitle_holder, 
.title_outer.with_image .title .title_subtitle_holder {
	vertical-align: bottom !important;
}

@media only screen and (max-width: 1000px) {
	.title.has_background, .title.has_fixed_background {
		height: 200px !important;
		background-size: cover !important;
		background-position: 50% 50% !important;
	}

	.title .not_responsive {
		height: 200px !important;
	}

	.title img {
		height: 200px !important;
		object-fit: cover !important;
	}
	
	.subtitle img {
		height: auto !important;
		object-fit: fill !important;
	}
}

@media only screen and (max-width: 600px) {
	.title.has_background, .title.has_fixed_background {
		height: 175px !important;
	}

	.title .not_responsive {
		height: 175px !important;
	}

	.title img {
		height: 175px !important;
		object-fit: cover !important;
	}
	
	.subtitle img {
		height: auto !important;
		object-fit: fill !important;
	}
}

@media only screen and (max-width: 389px) {
	.title.title_size_large h1 {
		font-size: 30px!important;
		line-height: 40px!important;
	}
}


/******************************************/
/*** Qode Slider Styles				    ***/
/******************************************/

#qode-home,
.carousel-inner .item {
	height: 605px !important;
	padding-top: 0 !important;
}

.carousel-inner .item .image {
	background-position: bottom center !important;
}

.carousel-inner .item.content_vertical_middle .slider_content {
	vertical-align: bottom !important;
}

.slider_content_inner {
	padding-bottom: 20px !important;
}

h2.q_slide_title  {
	margin: 0 !important;
}

h4.q_slide_subtitle {
	margin-bottom: 0 !important;
}

.carousel-inner h4.q_slide_subtitle span {
	margin-bottom: 0 !important;
}

p.q_slide_text {
	margin: 0 !important;
}

.carousel .carousel-inner .qbutton {
	width: auto !important;
	font-size: 14px !important;
}

.carousel-inner .slider_content .text .qbutton:not(.white) {
	margin-left: 0 !important;
	margin-right: 25px !important;
}

.carousel-inner .slider_content .text .qbutton.white{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media (max-width: 1023px) {
	.carousel .carousel-inner h2,
	.carousel .carousel-inner h2 span {
		font-size: 50px !important;
		line-height: 55px !important;
	}

	.HeroText h1.HeroLine2 {
		font-size: 50px !important;
		line-height: 55px !important;
	}
}

@media (max-width: 900px) {
	.carousel .carousel-inner h2,
	.carousel .carousel-inner h2 span {
		font-size: 40px !important;
		line-height: 48px !important;
	}

	.HeroText h1.HeroLine2 {
		font-size: 40px !important;
		line-height: 48px !important;
	}
	
	.carousel-inner h4.q_slide_subtitle {
		font-size: 22px !important;
	}

	.HeroText h1.HeroLine1 {
		font-size: 22px !important;
	}
}

@media (max-width: 720px) {
	.carousel .carousel-inner h2,
	.carousel .carousel-inner h2 span {
		font-size: 36px !important;
		line-height: 42px !important;
	}

	.HeroText h1.HeroLine2 {
		font-size: 36px !important;
		line-height: 42px !important;
	}
}

@media (max-width: 615px) {	
	.carousel .carousel-inner h2,
	.carousel .carousel-inner h2 span {
		font-size: 30px !important;
		line-height: 38px !important;
	}

	.HeroText h1.HeroLine2 {
		font-size: 30px !important;
		line-height: 28px !important;
	}
	
	.carousel-inner h4.q_slide_subtitle {
		font-size: 18px !important;
	}

	.HeroText h1.HeroLine1 {
		font-size: 18px !important;
	}
}

@media (max-width: 479px) {	
	#qode-home,
	.carousel-inner .item {
		height: 630px !important;
	}
}

@media (max-width: 350px) {		
	.carousel .carousel-inner .qbutton {
		font-size: 12px !important;
		padding-left: 7px !important;
		padding-right: 7px !important;
	}
	
	.carousel-inner .slider_content .text .qbutton:not(.white) {
		margin-right: 4% !important;
	}
	
	.carousel-inner .slider_content .text .qbutton.white {
		margin-left: 5% !important;
	}
}


/******************************************/
/*** Home Page Styles				    ***/
/******************************************/

#HomeHeroBg {
	display: grid !important;
	align-content: end !important;
	height: 600px !important;
}

.HeroText h1.HeroLine1 {
	color: rgb(222, 77, 58) !important;
	font-size: 30px !important;
	line-height: 30px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	margin-bottom: 0 !important;
}

.HeroText h1.HeroLine2 {
	color: rgb(222, 77, 58) !important;
	font-size: 60px !important;
	line-height: 65px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	letter-spacing: 1px !important;
	text-transform: none !important;
}

.HeroText h1 {
	text-shadow: 1px 1px 2px rgb(0 0 0 / 70%) !important;
}

.HomeHeroButton {
		color: #555555 !important;
		background-color: #d0d08b !important;
		border-color: #d0d08b !important;
		width: auto !important;
		font-size: 14px !important;
		margin-right: 25px !important;
		margin-bottom: 25px !important;
}

.HomeHeroButton:hover {
	color: #ffffff !important;
	background-color: #307582 !important;
	border-color: #307582 !important;
}

a#HeaderButton.anchor {
	top: auto !important;
	visibility: visible;
	max-width: 200px;
	margin: 0 auto;
	text-align: center;
	margin: 0 auto !important;
}

.SectionPadding {
	padding-top: 80px !important;
	padding-bottom: 70px !important;
}

.SectionPadding.NoTopPad {
	padding-top: 0 !important;
}

.SectionPadding.NoBottomPad {
	padding-bottom: 0 !important;
}

.SectionPadding.XBotMarg {
	margin-bottom: 70px !important;
}

.GreyBg {
	background: #ebebeb !important; 
}

.GreyHeadingBand {
	background: #ebebeb !important;
	padding-top: 30px !important;
	padding-bottom: 20px !important;
}

#WomanCoffeeBg {
	padding-top: 20% !important;
	padding-bottom: 30% !important;
}

#PatioTableBg {
	padding-top: 10% !important;
	padding-bottom: 30% !important;
}

.LeafRow.vc_row {
	padding-top: 170px !important;
	padding-bottom: 170px !important;
}

.CTAText h3 {
	color: #252525 !important;
	text-transform: uppercase !important;
}

.CTAText p a {
	color: #367582 !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
}

.CTAText p a:hover {
	color: #252525 !important;
}

.q_image_with_text_over .caption {
	background: rgba(54,117,130,0.7) !important;
	font-size: 45px !important;
	line-height: 60px !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
}

#HomeCTAHovers .q_image_with_text_over.one_third {
	width: 31.33%;
}

#HomeCTAHovers .q_image_with_text_over.one_third:first-of-type {
	margin-right: 2% !important;
}

#HomeCTAHovers .q_image_with_text_over.one_third:nth-of-type(2) {
	margin-left: 1% !important;
	margin-right: 1% !important;
}

#HomeCTAHovers .q_image_with_text_over.one_third:nth-of-type(3) {
	margin-left: 2% !important;
}

.qode-accordion-holder h3.qode-title-holder {
	background-color: #c3c089 !important;
	border-bottom: none !important; 
	margin-bottom: 0 !important;
	text-transform: uppercase !important;
	border: solid 1px #fff !important;
}

.qode-accordion-content {
	background-color: #f8f7f4 !important;
}

a.WideButton {
	max-width: 500px !important;
	height: auto !important;
	white-space: normal !important;
	line-height: 34px !important;
	padding: 15px 20px !important;
}

.ButtonCol.vc_column_container {
	padding-bottom: 40px !important;
}

@media screen and (max-width: 1050px) {
	.q_image_with_text_over .caption {
		font-size: 30px !important;
		line-height: 60px !important;
	}
}

@media screen and (max-width: 1023px) {
	.HeroText h1.HeroLine2 {
		font-size: 52px !important;
		line-height: 57px !important;
	}
}

@media screen and (max-width: 1000px) {
	#HomeHeroBg {
		height: 450px !important;
	}
}

@media screen and (max-width: 900px) {
	#HomeCTAHovers .q_image_with_text_over.one_third {
		width: 100%;
	}

	#HomeCTAHovers .q_image_with_text_over.one_third:first-of-type {
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 768px) {
	.LeafRow.vc_row {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

	.HeroText h1.HeroLine1 {
		font-size: 24px !important;
	}

	.HeroText h1.HeroLine2 {
		font-size: 44px !important;
		line-height: 50px !important;
	}
}

@media screen and (max-width: 640px) {
	#HomeHeroBg {
		height: 375px !important;
	}

	.HomeHeroButton {
		height: 35px !important;
		line-height: 35px !important;
		margin-bottom: 15px !important;
	}
}

@media screen and (max-width: 479px) {
	.LeafRow.vc_row {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.HomeHeroButton {
		margin-right: 10px !important;
	}
}

/******************************************/
/*** Interior Page Styles			  	***/
/******************************************/
#MainNoSidebarBg {
	padding-top: 35px !important;
	padding-bottom: 0 !important;
}


#MainContentRow.vc_row .section_inner_margin {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

#ContentCol.vc_column_container,
#SidebarCol.vc_column_container {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

#ContentCol.vc_column_container .vc_column-inner,
#SidebarCol.vc_column_container .vc_column-inner {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

#ContentCol.vc_column_container {
	padding: 60px 35px 65px 0 !important;
}

#SidebarCol.vc_column_container {
	background: #ebebeb !important;
	padding: 75px 15px 65px !important;
}

.SidebarMenu.wpb_widgetised_column .widget li {
	color: #367582 !important;
	font-weight: 700 !important;
	border-bottom: solid 1px #363636 !important;
	padding: 0 0 5px !important;
	margin: 0 0 5px !important;
}

.SidebarMenu.wpb_widgetised_column .widget li:first-child {
	border-top: solid 1px #363636 !important;
}

.SidebarMenu.wpb_widgetised_column li a {
	color: #367582 !important;
	font-weight: 700 !important;
	letter-spacing: 1px !important;
}

.SidebarMenu.wpb_widgetised_column li a:hover {
	color: #de4d3a !important;
}

.wpb_widgetised_column .widget_nav_menu .sub-menu li:last-child {
	border-bottom: none !important;
	margin-bottom: 0 !important;
}

.SidebarMenu .custom-html-widget {
	text-align: center !important;
}

.SidebarMenu a.SidebarButton {
	color: #fff !important;
	background-color: #d28f36;
	border-color: #d28f36;
	font-weight: 700 !important;
}

.SidebarMenu a.SidebarButton:hover {
	color: #fff !important;
	background-color: #d0d08b !important;
	border-color: #d0d08b !important;
	font-weight: 700 !important;
}

#IntroBg .vc_column-inner {
	padding-left: 5% !important;
	padding-right: 5% !important;
}

.qode-report-sheet {
	padding: 0 !important;
	margin-bottom: 0 !important;
}

h4.qode-rs-column-title {
	font-size: 20px !important;
	line-height: 26px !important;
	text-align: center !important;
}

.qode-rs-table-header .qode-rs-table-column:first-of-type h4.qode-rs-column-title {
	text-align: left !important;
}

.qode-rs-table-row p {
	font-size: 18px !important;
	line-height: 26px !important;
}

.qode-rs-table-header .qode-rs-table-column,
.qode-rs-table-row .qode-rs-table-column {
	text-align: center !important;
}

.qode-rs-table-header .qode-rs-table-column:first-of-type,
.qode-rs-table-row .qode-rs-table-column:first-of-type {
	text-align: left !important;
	padding-left: 15px !important;
}

.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column, 
.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column {
	width: 19% !important;
}

.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-of-type,
.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-row .qode-rs-table-column:first-of-type {
	width: 30% !important;
}

.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:nth-of-type(3),
.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-row .qode-rs-table-column:nth-of-type(3) {
	width: 10% !important;
}

.qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column, 
.qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column {
	width: 19% !important;
}

.qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column:first-child, 
.qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child {
	width: 40% !important;
}

.PriceListHeading h4 {
	background: #c3c089 !important;
	color: #fff !important;
	padding: 25px !important;
}

.PricingText.wpb_content_element {
	padding: 15px 25px !important;
}

.PricingText p,
.PricingText ul li {
	font-size: 20px !important;
	line-height: 28px !important;
}

.SubTextPad {
	padding-top: 25px !important;
	padding-left: 5% !important;
	padding-right: 5% !important;
}

.SubText ul {
	padding-left: 55px !important;
	list-style-type: none !important;
}

.SubText ul li:before {
	content: '*' !important;
	padding-right: 3px !important;
}

.SubText p,
.SubText ul li {
	font-size: 16px !important;
	line-height: 20px !important;
	padding: 0 !important;
}

.qode_pricing_list_holder {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.qode_pricing_list .qode_pricing_item_price_inner span {
	font-size: 20px !important;
	color: #414042 !important;
	font-weight: 400 !important;
}

a.qbutton.Wide {
	display: block;
	text-align: center;
}

.PressCol.vc_column_container>.vc_column-inner {
	display: grid;
	justify-content: center;
}

.PressCol>.vc_column-inner>.wpb_wrapper {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	align-items: stretch;
	justify-items: center;
	grid-column-gap: 40px !important;
	grid-row-gap: 25px !important;
}

.PressCol .qode-specification-list {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	justify-content: space-between !important;
}

.PressCol .qode-specification-list .qode-specification-list-items {
	margin-top: 20px;
}

.PressCol .qode-specification-list h2.qode-specification-list-title {
	font-size: 32px !important;
	line-height: 40px !important;
}

.PressCol .qode-specification-list .qode-specification-list-item .qode-specification-list-item-label {
	width: 80% !important;
}

.PressCol .qode-specification-list .qode-specification-list-item .qode-specification-list-item-value {
	width: 20% !important;
}

.GraceEvents .q_elements_item {
	padding-bottom: 40px !important;
}

@media screen and (max-width: 1200px) {
	.WideButtonCol .vc_column-inner {
		display: flex;
		justify-content: center;
	}

	a.qbutton.Wide {
		/*max-width: 175px;*/
		display: flex;
		justify-content: center;
		align-items: center;
		white-space: normal;
		height: 70px;
		line-height: 18px;
		text-align: center;
	}

	.PressCol .qode-specification-list h2.qode-specification-list-title {
		font-size: 24px !important;
		line-height: 32px !important;
	}
}

@media screen and (max-width: 1023px) {
	#SidebarCol.vc_column_container {
		padding: 75px 0 65px !important;
	}

	a.qbutton.SidebarButton {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media screen and (max-width: 1000px) {
	.PressCol>.vc_column-inner>.wpb_wrapper {
		grid-column-gap: 25px !important;
	}

	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column, 
	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column,
	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:nth-of-type(3),
	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-row .qode-rs-table-column:nth-of-type(3) {
		width: 14% !important;
	}

	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-of-type,
	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-row .qode-rs-table-column:first-of-type {
		width: 32% !important;
	}
	
	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:nth-of-type(2),
	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-row .qode-rs-table-column:nth-of-type(2) {
		width: 20% !important;
	}
	
	.qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column, 
	.qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column {
		width: 22% !important;
	}

	.qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column:first-child, 
	.qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child {
		width: 30% !important;
	}
}


@media screen and (max-width: 865px) {
	a.qbutton.Wide {
		height: 90px;
	}
}

@media only screen and (max-width: 768px) {
	.q_elements_holder.two_columns  .q_elements_item_content {
		padding: 0 !important;
	}

	a.qbutton.Wide {
		height: 70px;
	}

	.ebooks .q_elements_item {
		margin-bottom: 20px !important;
	}

	.ebooks .q_elements_item.LastCol {
		margin-bottom: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	#ContentCol.vc_column_container {
		padding: 60px 0 30px !important;
	}

	.WideButtonCol {
		margin-bottom: 30px !important;
	}

	a.qbutton.Wide {
		height: 60px;
	}

	a.qbutton.SidebarButton {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	.PressCol>.vc_column-inner>.wpb_wrapper {
		grid-template-columns: repeat(1,1fr);
		grid-row-gap: 40px !important;
		max-width: 425px !important;
	}

	.qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column,
	.qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column {
		width: 17% !important;
	}

	.qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column:first-child, 
	.qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child {
		width: 42% !important;
	}
}

@media only screen and (max-width: 700px) {
	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-header .qode-rs-column-title-holder, 
	.qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-header .qode-rs-column-title-holder {
		display: none !important;
	}
	
	.qode-rs-table-header .qode-rs-table-column,
	.qode-rs-table-row .qode-rs-table-column {
		text-align: left !important;
	}
	
	h4.qode-rs-column-title {
		color: #7e9bab !important;
		text-align: left !important;
		line-height: 32px !important;
	}
	
	.qode-rs-table-row p {
		line-height: 32px !important;
	}
	
	.qode-rs-table-header .qode-rs-table-column:first-of-type,
	.qode-rs-table-row .qode-rs-table-column:first-of-type {
		padding-left: 0 !important;
	}
	
	.qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column-title-header {
		display: block !important;
		float: left !important;
		width: 35% !important;
	}
	
	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column, 
	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column,
	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column:first-child, 
	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child,
	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-of-type,
	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-row .qode-rs-table-column:first-of-type,
	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:nth-of-type(2),
	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-row .qode-rs-table-column:nth-of-type(2),
	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:nth-of-type(3),
	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-row .qode-rs-table-column:nth-of-type(3),
	.qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column, 
	.qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column,
	.qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column:first-child, 
	.qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child {
		width: 100% !important;
	}
	
	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column, 
	.qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column {
		float: none !important; 
	}
}

@media only screen and (max-width: 600px) { 
	.qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column-title-header {
		width: 40% !important;
	}
	
	.qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column-inner {
		width: 60%;
	}
	
	.qode-rs-table-row p {
		line-height: 32px !important;
	}

	.qode_pricing_list .qode_pricing_item_text {
		padding-right: 145px;
	}
}

@media only screen and (max-width: 480px) { 
	.ebooks .q_elements_item .q_elements_item_content {
		padding: 0 !important;
	}

	.qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column-title-header {
		width: 45% !important;
	}
	
	.qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column-inner {
		width: 55%;
	}
}

@media only screen and (max-width: 400px) { 
	.qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column-title-header {
		width: 60% !important;
	}
	
	.qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column-inner {
		width: 40%;
	}
	
	h4.qode-rs-column-title {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	
	.qode-rs-table-row p {
		font-size: 16px !important;
		line-height: 24px !important;
	}
}


/******************************************/
/*** Grace Gardens Page Styles		    ***/
/******************************************/
.page-id-573 .subtitle img {
	position: absolute !important;
	right: 0 !important;
	top: -90px !important;
	max-width: 200px !important;
}

.FlowerRow.vc_row {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.GraceGardens .q_image_with_text_over .caption {
	background: url(/wp-content/uploads/2020/04/Red-transparent-bar-crop.png) center center no-repeat !important;
	background-size: cover !important;
	font-size: 30px !important;
	line-height: 60px !important;
}

/*@media screen and (max-width: 1000px ){
	.page-id-573 .subtitle {
		top: -130% !important;
		max-width: 150px !important;
	}
}*/

@media screen and (max-width: 700px ){
	.page-id-573 .subtitle img {
		top: -90px !important;
		max-width: 150px !important;
	}
}
	
@media screen and (max-width: 600px ){
	.page-id-573 .subtitle img {
		max-width: 100px !important;
	}
}

@media screen and (max-width: 389px ){
	.page-id-573 .subtitle img {
		top: -100px !important;
	}
}

@media screen and (max-width: 338px ){
	.page-id-573 .subtitle img {
		top: -50px !important;
	}
}

/*@media screen and (max-width: 640px ){
	.page-id-573 .subtitle {
		top: -190% !important;
		max-width: 100px !important;
	}
}

@media screen and (max-width: 389px ){
	.page-id-573 .subtitle {
		top: -100px !important;
	}
}

@media screen and (max-width: 338px ){
	.page-id-573 .subtitle {
		top: -60px !important;
	}
}*/

/******************************************/
/*** Blog Styles					    ***/
/******************************************/

.single.single-post .default_template_holder {
	padding-top: 65px !important;
}


/******************************************/
/*** Content Bottom Styles			    ***/
/******************************************/

.home .content_bottom #FootImgGalleryBg,
.page-id-69 .content_bottom #FootImgGalleryBg, /** Gallery page **/
.page-id-244 .content_bottom #FootImgGalleryBg /** Test footer gallery page  **/,
.page-id-1081 #FormBg {
	display: none !important;
}

#FootImgGalleryBg {
	margin-bottom: 50px !important;
}

.content_bottom {
	clear: both !important;
}

/******************************************/
/*** Footer Styles				        ***/
/******************************************/
/*.footer_top a {
	color: #4c7c80 !important;
}

.footer_top a:hover {
	color: #414042 !important;
}*/

/*.footer_bottom .textwidget {
	margin-bottom: 26px !important;
}*/

.footer_inner {
	background-position: top center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

/*.footer_top {
	background: rgba(54,117,130, 0.6) !important;
	margin-top: 90px !important;
}*/

#media_image-2 {
	max-width: 370px !important;
	margin: 0 auto !important;
}

#media_image-2 img {
	width: 100% !important;
}

.footer_bottom .textwidget p {
	font-size: 15px !important;  
	text-transform: uppercase !important;
}

.footer_bottom img {
	display: inline-block !important;
	width: 100% !important;
	max-width: 50px !important;
	float: none !important;
	margin: 0 5px !important;
}

@media screen and (max-width: 1023px) { 
	.footer_inner {
		background: url(/wp-content/uploads/2020/01/floral-footer-bg-overlay-mobile2.jpg) top center no-repeat !important;
		background-size: cover !important;
	}
	
	.footer_top {
		padding-top: 130px;
		padding-bottom: 30px;
	}
	
	.footer_top .three_columns>.column1, .footer_top .three_columns>.column2, .footer_top .three_columns>.column3 {
		width: 90% !important;
		margin:  0 5% 40px !important;
		float: left;
	}
	
	.footer_top .three_columns .column2 .column_inner>div {
		margin: 0 !important;
	}
	
	.footer_top .widget_nav_menu li.menu-item a {
		text-align: center !important;
	}
	
	.three_columns>.column1>.column_inner,
	.three_columns>.column2>.column_inner,
	.three_columns>.column3>.column_inner {
		padding: 0 !important;
	}
}


/******************************************/
/*** Form Section & Gravity Forms       ***/
/******************************************/

body .gform_wrapper .chzn-container .chzn-single, body .gform_wrapper .chzn-container-single .chzn-single, body .gform_wrapper .gf_progressbar_percentage, body .gform_wrapper .gf_step, body .gform_wrapper .gf_step span.gf_step_number, body .gform_wrapper .gfield_description, body .gform_wrapper input[type=submit], body .gform_wrapper input[type=button], body .gform_wrapper input[type=reset], body .gform_wrapper input[type=email], body .gform_wrapper input[type=number], body .gform_wrapper input[type=password], body .gform_wrapper input[type=tel], body .gform_wrapper input[type=text], body .gform_wrapper input[type=url], body .gform_wrapper select, body .gform_wrapper textarea {
	font-family: 'Oxygen', Arial, Helvetica, sans-serif !important;
}

.content_bottom .widget_custom_html #FormBg {
	background: #d0d08b !important;
	padding: 0 0 70px !important;
}

.content_bottom .widget_custom_html #FormBgInner {
	max-width: 1100px !important;
	margin: -50px auto 0 !important;
	padding-top: 40px !important;
}

.page-id-573 .content_bottom .widget_custom_html #FormBgInner {
	margin: 0 auto !important;
}

/*a.anchor {
	display: block;
	position: relative;
	top: -300px;
	visibility: hidden;
}*/

.gform_wrapper {
	margin: 0 !important;
	max-width: 100% !important;
}

#gform_wrapper_7,
#gform_wrapper_8 {
	margin: 0 auto !important;
	max-width: 790px !important;
}

.gform_wrapper .gform_heading {
	margin-bottom: 60px !important;
}

h2.gform_title {
	color: #555555 !important;
	font-size: 40px !important;
	line-height: 50px !important;
	text-align: center !important;
}

#gform_wrapper_3.gform_wrapper h2.gform_title {
	font-weight: 400 !important; 
	letter-spacing: 1px !important;
}

.gform_description {
	display: block !important;
	color: #555555 !important;
	font-size: 16px !important;
	line-height: 26px !important;
	text-align: center !important;
}

.gform_wrapper span.gform_description {
	width: 90% !important;
	margin: 0 auto !important;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}

body .gform_wrapper ul li.gfield {
	margin-top: 0 !important;
}

body .gform_wrapper .gform_fields .gfield.FormBox6 {
	margin-bottom: 0 !important;
}

/*#gform_wrapper_6 #field_6_40 label.gfield_label {
	display: unset !important;
}*/

.gform_wrapper label.gfield_label,
.gfield_required {
	display: none !important;
}

.gform_wrapper li.FormBox1,
.gform_wrapper li.FormBox3,
.gform_wrapper li.FormBox5,
.gform_wrapper li.FormBox7,
.gform_wrapper li.FormBox9,
.gform_wrapper li.FormBox11 {
	width: 49% !important;
	margin-right: 1% !important;
	float: left !important;
	clear: left !important;
}

.gform_wrapper li.FormBox2,
.gform_wrapper li.FormBox4,
.gform_wrapper li.FormBox6,
.gform_wrapper li.FormBox8,
.gform_wrapper li.FormBox10 {
	width: 49% !important;
	margin-left: 1% !important;
	float: right !important;
	clear: right !important;
}

body .gform_wrapper .gform_fields #field_3_27.gfield {
	margin-bottom: 0 !important;
}

.gform_wrapper ul li#field_3_30.gfield {
	clear: both !important;
}

#input_6_39 div:first-of-type,
#input_7_37 div:first-of-type,
#input_8_37 div:first-of-type {
	margin: 0 auto !important;
}

li#field_6_39 {
	padding-top: 20px !important;
}

/*#input_6_37 iframe {
	margin: 45px 0 0 0 !important;
}

#input_7_37 iframe,
#input_8_37 iframe {
	margin: 15px 0 0 0 !important;
}*/

.gform_wrapper form li, .gform_wrapper li {
	padding-bottom: 0 !important;
	margin-bottom: 6px !important;
}

.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url] {
	font-family: 'Oxygen', Arial, Helvetica, sans-serif !important;
	font-size: 18px !important;
	color: #747070 !important;
	height: 54px !important;
	border: solid 1px #fff !important;
	border-radius: 0 !important;
	background-color: #fff !important;
	margin-bottom: 0 !important;
	font-style: italic !important;
	font-weight: 400 !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 15px 13px !important;
}

.gform_wrapper select,
#theme-page select,
select {
	font-family: 'Oxygen', Arial, Helvetica, sans-serif !important;
	font-size: 18px !important;
	color: #747070 !important;
	height: 54px !important;
	border: solid 1px #fff !important;
	border-radius: 0 !important;
	background-color: #fff !important;
	padding: 0 13px !important;
	font-style: italic !important;
	font-weight: 400 !important;
}

.gform_wrapper textarea {
	font-family: 'Oxygen', Arial, Helvetica, sans-serif !important;
	font-size: 18px !important;
	color: #747070 !important;
	border: solid 1px #fff !important;
	border-radius: 0 !important;
	background-color: #fff !important;
	padding: 15px 13px !important;
	margin-bottom: 0 !important;
	font-style: italic !important;
	font-weight: 400 !important;
}

.Survey_wrapper.gform_wrapper label.gfield_label {
	display: block !important;
}

body .Survey_wrapper.gform_wrapper .top_label .gfield_label,
.Survey_wrapper.gform_wrapper legend {
	font-weight: 700 !important;
}

body .Survey_wrapper.gform_wrapper .top_label div.ginput_container.ginput_container_textarea {
	margin-bottom: 10px !important;
}

.Survey_wrapper.gform_wrapper input[type=email],
.Survey_wrapper.gform_wrapper input[type=number],
.Survey_wrapper.gform_wrapper input[type=password],
.Survey_wrapper.gform_wrapper input[type=tel],
.Survey_wrapper.gform_wrapper input[type=text],
.Survey_wrapper.gform_wrapper input[type=url],
.Survey_wrapper.gform_wrapper textarea {
	border: solid 1px #363636 !important;
} 

.gform_wrapper .top_label .gsection.Required .gsection_description {
	margin-bottom: 0 !important;
}

body .gform_wrapper ul li.gfield.gsection.Required {
	margin-bottom: 0 !important;
}

#wrapper .gform_wrapper .select-arrow {
	background-color: rgba(143,132,124,0.7) !important;
}

.gform_wrapper h2.gsection_title {
	font-size: 20px !important;
	text-transform: none !important;
	text-align: center !important;
	font-weight: 500 !important;
	margin-bottom: 10px !important;
}

.ginput_counter  {
	display: none !important;
}

.gform_wrapper .gform_footer {
	margin: 30px 0 8px !important;
	width: 100% !important;
}

#gform_wrapper_7.gform_wrapper .gform_footer,
#gform_wrapper_8.gform_wrapper .gform_footer {
	margin: 0 0 8px !important;
	width: 100% !important;
}

.gform_wrapper .gform_footer input[type="submit"] {
	margin: 0 auto !important;
	display: block;
	position: relative;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	font-family: 'Oxygen', Arial, Helvetica, serif !important;
	color: #fff !important;
	font-size: 12px !important;
	line-height: 16px !important;
	height: 50px !important;
	font-weight: 500 !important;
	padding: 17px 64px !important;
	border: none !important;
	background-color: #8e8f91 !important;
	text-align: center !important;
	border-radius: 2px !important;
}

.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #367582 !important;
	color: #fff !important;
}

.Survey_wrapper.gform_wrapper .gform_footer input.button,
.Survey_wrapper.gform_wrapper .gform_footer input[type=submit] {
	background-color: #367582 !important;
}

.Survey_wrapper.gform_wrapper .gform_footer input.button:hover, 
.Survey_wrapper.gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #8e8f91 !important;
	color: #fff !important;
}

.gform_confirmation_wrapper {
	color: #ffffff !important;
	text-align: center !important;
}

.Survey_wrapper .gform_confirmation_wrapper {
	color: #252525 !important;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	margin-left: 0 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #747070 !important;
	font-style: italic !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #747070 !important;
	font-style: italic !important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #747070 !important;
	font-style: italic !important;
}
:-moz-placeholder { /* Firefox 18- */
	color: #747070 !important;
	font-style: italic !important;
	opacity: 1;
}

.ContactForm	{	/* dummy setting to test via jQuery to easily check browser width */
	clear: both !important;
}

/*** New styles for GF version 2.5 new markup 	***/

.gform_wrapper.gravity-theme .gform_fields {
	/*grid-auto-rows: 1fr;*/
	grid-auto-flow: row dense;
	grid-column-gap: 12px !important;
	grid-row-gap: 6px !important;
}

.ContactForm_wrapper.gform_wrapper.gravity-theme .gform_fields {
	grid-auto-rows: 1fr;
}

body .gform_wrapper .gform_fields .gfield {
	margin: 0 !important;
}

p.gform_required_legend {
	display: none !important;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, 
.gform_wrapper.gravity-theme .gfield_radio label {
	line-height: 23px !important;
}

#field_6_34 {
	grid-row: 3 / 5 !important;
}

.gform_wrapper div.FormBox1,
.gform_wrapper div.FormBox3,
.gform_wrapper div.FormBox5,
.gform_wrapper div.FormBox7,
.gform_wrapper div.FormBox9,
.gform_wrapper div.FormBox11 {
	grid-column: 1 / span 6 !important;
}

.gform_wrapper div.FormBox2,
.gform_wrapper div.FormBox4,
.gform_wrapper div.FormBox6,
.gform_wrapper div.FormBox8,
.gform_wrapper div.FormBox10 {
	grid-column: 7 / span 6 !important;
}

.gform_wrapper textarea.large {
	height: 119px!important;
}

/* form media queries */
@media only screen and (min-width: 641px) {
	.gform_wrapper ul.gform_fields li.gfield {
		padding-right: 0 !important;
	}

	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
		display: block !important;
	}

	.gform_wrapper textarea.large {
		height: 119px!important;
	}
}

@media only screen and (max-width: 1200px) {
	.ContactForm_wrapper.gform_wrapper {
		max-width: 90% !important;
		margin: 0 5% !important;
	}
}	
	
@media only screen and (max-width: 900px) {
	.ContactForm_wrapper.gform_wrapper {
		max-width: 80% !important;
		margin: 0 10% !important;
	}
	
	.gform_wrapper li.FormBox1,
	.gform_wrapper li.FormBox2,
	.gform_wrapper li.FormBox3,
	.gform_wrapper li.FormBox4,
	.gform_wrapper li.FormBox5,
	.gform_wrapper li.FormBox6,
	.gform_wrapper li.FormBox7,
	.gform_wrapper li.FormBox8,
	.gform_wrapper li.FormBox9,
	.gform_wrapper li.FormBox10,
	.gform_wrapper li.FormBox11 {
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		float: none !important;
		clear: both !important;
	}
	
	/*body .gform_wrapper .gform_fields .gfield.FormBox2 {
		margin-bottom: 6px !important;
	}*/

	.ContactForm {	/* dummy setting to test via jQuery to easily check browser width */
		clear: none !important;
	}
}

@media only screen and (max-width: 767px) {
	#gform_wrapper_6.gform_wrapper .gform_body {
		max-width: 650px !important;
		margin: 0 auto !important;
		grid-template-columns: 100% !important;
	}
	
	.gform_wrapper div.FormBox1,
	.gform_wrapper div.FormBox2,
	.gform_wrapper div.FormBox3,
	.gform_wrapper div.FormBox4,
	.gform_wrapper div.FormBox5,
	.gform_wrapper div.FormBox6,
	.gform_wrapper div.FormBox7,
	.gform_wrapper div.FormBox8,
	.gform_wrapper div.FormBox9,
	.gform_wrapper div.FormBox10,
	.gform_wrapper div.FormBox11 {
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		float: none !important;
		clear: both !important;
		grid-column: span 12 !important;
	}

	#field_6_34 {
		grid-row: 9 / 11 !important;
		height: 119px !important;
	}
}


@media only screen and (max-width: 600px) {
	.ContactForm_wrapper.gform_wrapper.gravity-theme .gform_fields {
		grid-auto-rows: auto;
	}

	h3.gform_title {
		font-size: 32px !important;
		line-height: 40px !important;
	}
	
	.gform_wrapper input[type=email],
	.gform_wrapper input[type=number],
	.gform_wrapper input[type=password],
	.gform_wrapper input[type=tel],
	.gform_wrapper input[type=text],
	.gform_wrapper input[type=url] {
		/*font-size: 20px !important;*/
		height: 40px !important;
	}

	.gform_wrapper select,
	.gform_wrapper textarea {
		/*font-size: 20px !important;*/
		height: 40px !important;
		padding: 0 13px !important;
	}
}

@media only screen and (max-width: 530px) {
	.gform_wrapper #field_6_35 input[type=text] {
		font-size: 14px !important;
	}
}


@media only screen and (max-width: 406px) {
	.ginput_recaptcha div:first-of-type,
	#input_6_39 iframe,
	#input_7_37 iframe,
	#input_8_37 iframe,
	.gform_wrapper .gform_footer input.button,
	.gform_wrapper .gform_footer input[type=submit] {
		width: 100% !important;
		max-width: 300px !important;
	}
}


/******************************************/
/*** Popup Styles					      ***/
/******************************************/
#ContentBg .vc_column_container .vc_column-inner {
	padding-left: 15% !important;
	padding-right: 15% !important;
}

.PopupBannerImg.q_elements_item {
	background-position: top right !important;
}

@media screen and (max-width: 768px) {
	#ContentBg .vc_column_container .vc_column-inner {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	
	.PopupBannerText .q_elements_item_content {
		padding: 30px !important;
	}
	
	.PopupBannerImg.q_elements_item {
		min-height: 300px !important;
	}
	
	.LgLine h2 {
		font-size: 32px;
		line-height: 42px !important;
	}
}