/*

Theme Name: 307 Queen

Theme URI: https://divireadythemes.com/

Description: Divi Child Theme

Author: Divi Ready Themes

Author URI: https://divireadythemes.com/

Template: Divi

Version: Updated for Divi 3+

*/







/*------------------------------------------------*/

/*-------------------[GENERAL]--------------------*/

/*------------------------------------------------*/


/* font family inclusion */
@font-face {
    font-family: 'MostraNuova';
    src: 
        url('https://307queenst.com.au/wp-content/themes/Divi_Child/fonts/Mostra-Nuova/MostraNuova.ttf') format('truetype'),;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MostraNuovaLight';
    src: 
        url('https://307queenst.com.au/wp-content/themes/Divi_Child/fonts/Mostra-Nuova/MostraNuova-Light.ttf') format('truetype'),;
    font-style: normal;
    font-display: swap;
}

.Mostra-Nuova {
    font-family: 'MostraNuova';
	text-transform: uppercase;
	line-height: 140%;
}

.Mostra-Nuova-Light {
    font-family: 'MostraNuovaLight';
	text-transform: uppercase;
	line-height: 140%;
}


/*
@font-face {
    font-family: 'Gotham Bold';
    src: url('fonts/NokiaMagistralATTBold.eot');
    src: url('fonts/NokiaMagistralATTBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/NokiaMagistralATTBold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff'),*/
        url('fonts/Gotham-Bold.ttf') format('truetype'),
        /*url('fonts/NokiaMagistralATTBold.svg#NokiaMagistralATTBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/
h1, h2, h3, h4 {font-weight: 300; line-height: 160%;}

.flex-wrapper-center {
	display: flex;
	align-content: center;
	/*align-items: center;*/
	flex-wrap: wrap;
	justify-content: center;

}

.flex-wrapper-vert-center {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

.flex-wrapper {
	display: flex;
}

.flex-end {
	display: flex;
	align-self: flex-end;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	}

.text-72, .text-72 h1, .text-72 h2, .text-72 h3, .text-72 h4, .text-72 h5, .text-72 h6 {font-size:72px; line-height: 120%}

.text-56, .text-56 h1, .text-56 h2, .text-56 h3, .text-56 h4, .text-56 h5, .text-56 h6 {font-size:56px; line-height: 140%}

.text-50, .text-50 h1, .text-50 h2, .text-50 h3, .text-50 h4, .text-50 h5, .text-50 h6 {font-size:50px; line-height: 140%}

.text-40, .text-40 h1, .text-40 h2, .text-40 h3, .text-40 h4, .text-40 h5, .text-40 h6 {font-size:40px; line-height: 140%}

.text-36, .text-36 h1, .text-36 h2, .text-36 h3, .text-36 h4, .text-36 h5, .text-36 h6 {font-size:36px; line-height: 140%}

.text-28, .text-28 h1, .text-28 h2, .text-28 h3, .text-28 h4, .text-28 h5, .text-28 h6 {font-size:28px; line-height: 140%}

.text-24, .text-24 h1, .text-24 h2, .text-24 h3, .text-24 h4, .text-24 h5, .text-24 h6 {font-size:24px; line-height: 140%}

.text-20, .text-20 h1, .text-20 h2, .text-20 h3, .text-20 h4, .text-20 h5, .text-20 h6 {font-size:20px; line-height: 140%}


.et_pb_button {
	border-color: #164F2A;
	text-decoration: none;
}

a {
	/*font-size: 18px;*/
	color: #164F2A;
	
}

.dash {
	height: 2px;
	width: 20px;
	background-color: #164F2A;
	margin-top: -10px;
	margin-bottom: 10px;
}

.transition, .transition img {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

a.hoverbehaviour {background-color: #7CDA24 !important;}

html .entry-content ul li ul {
  list-style-type: circle !important;
}

/*------------------------------------------------*/

/*-----------------[HEADER-MENU]------------------*/

/*------------------------------------------------*/

@media (min-width: 982px) {

#main-header .et_pb_column_0_tb_header {display: flex; flex-grow: 0; width: auto;}

#main-header .et_pb_column_1_tb_header {display: flex; flex-grow: 1; width: auto;}

	#main-header .et_pb_row	{display: flex;}	
	
}

@media (max-width: 981px) {

#main-header .et_pb_column_0_tb_header {flex-grow: 1;}

#main-header .et_pb_column_1_tb_header {flex-grow: 1;}

#main-header .et_pb_row	{display: flex; width: 100%; padding-left: 2.5%; padding-right: 2.5%;}
/*	
#main-header .et_pb_column {
    margin-bottom: 0;
}	
*/	
}

#main-header {position: fixed !important; font-family: 'MostraNuova', Montserrat, Helvetica; font-weight: normal; -webkit-box-shadow: none !important; box-shadow: none !important; background-color: #f5f5f5;}

.home #main-header img#logo {opacity:0; 
	transition: opacity 1s ease;
	-moz-transition: opacity 1s ease; /* Firefox 4 */
    -webkit-transition: opacity 1s ease; /* Safari and Chrome */
    -o-transition: opacity 1s ease; /* Opera */
    -ms-transition: opacity 1s ease; /* Explorer 10 */
}
#main-header.et-fixed-header img#logo {opacity:1;}

#et-top-navigation {
	text-transform: uppercase;
	}

#top-menu li {
    padding-right: 36px;
}

@media only screen and (min-width: 981px) {
    .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
        padding: 20px 0 0 0 !important;
    }
	.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
        padding-bottom: 20px !important;
    }
}

.et_pb_fullwidth_menu--style-centered .et_pb_menu__menu>nav>ul, .et_pb_fullwidth_menu--style-centered .et_pb_menu__wrap, .et_pb_menu--style-centered .et_pb_menu__menu>nav>ul, .et_pb_menu--style-centered .et_pb_menu__wrap { 
	justify-content: left
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
	    line-height: 120%;
		margin-top: inherit;
		display: block;
   		width: 100%;
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li a {
		line-height: 120%;
}

.hide-mobile-menu.et_pb_menu .et_pb_menu__menu,.hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex!important;
}
 
.hide-mobile-menu .et_mobile_nav_menu {
    display: none;
}

.et_mobile_menu {
    border-top: 3px solid #154F2A;
}

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #c09860;
}

img#logo {
	width: 80px;
    height: auto !important; 
	max-height: inherit;	
    vertical-align: middle;
}

@media only screen and (min-width: 1225px) and (max-width: 1295px) {
	.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {font-size:16px}
}

@media only screen and (min-width: 1150px) and (max-width: 1224px) {
	.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {font-size:13px}
}


/* menu breakpoint */	
@media only screen and (max-width: 1149px) {
    #top-menu-nav {
        display: none;
    }
    #et_mobile_nav_menu {
        display: block
    }

	.container.et_menu_container {width: 90%}
}

@media only screen and (min-width: 1149px) {

.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    padding: 10px 0;
}

}

@media only screen and (min-width: 1100px) and (max-width: 1299px) {
.large-heading {
	font-size: 90px !important;
    line-height: 100%;
}
}

@media only screen and (max-width: 1099px) {
.large-heading {
	font-size: 70px !important;
    line-height: 100%;
}
}

/*------------------------------------------------*/

/*------------------[HOMEPAGE]--------------------*/

/*------------------------------------------------*/

footer .col-25nr {
	
    flex-basis: inherit;
}

.col-50 {
	flex-basis: 50%
}

.col-50nr {
	width: 50%;
}

.padding-30 {
	padding: 30px;
}
	
.read-more {
	margin-top: 20px
}

.slick-prev, .slick-next {
    height: auto !important;
}

#et-boc .area-outer-wrap[data-da-type=popup] {
    width: 57%;
}

#et-boc .area-outer-wrap[data-da-type=popup] #video .et_pb_row {
    width: auto;
}

.da-close {background-color: #CCCCCC !important;}

#video > div.et_pb_row.et_pb_row_12 {width:100%}

.slider-row	{
	width: 84%;
	max-width: 1450px !important;
}

.pre-footer a {
	color: #FFFFFF
}

.slick-track {float: left}

.et-db #et-boc .et-l .et_pb_toggle {
    border-top: 0px solid #164F2A;
	border-bottom: 1px solid #164F2A;
	border-left: 0px solid #164F2A;
	border-right: 0px solid #164F2A;
	margin-bottom: 0 !important;
}

.et-db #et-boc .et-l .et_pb_toggle_close {
    background-color: transparent;
}

h5.et_pb_toggle_title {
    text-transform: uppercase;
	color: #164F2A;
}

.et-db #et-boc .et-l .et_pb_toggle_open {
    padding: 20px 0;
	}

.et-db #et-boc .et-l .et_pb_toggle_close {
    padding: 20px 20px 20px 0;
}

.et_pb_accordion {
	 border-top: 1px solid #164F2A;
}

.et-db #et-boc .et-l .et_pb_toggle_content {
	color:#666666;
}

.et_pb_toggle_title:before {
   content: "\33" !important;
   transition: all .3s ease-in-out !important;
	font-size: 30px !important;
    color: #164F2A !important;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
   content: "\33";
   transform: rotate(180deg) !important;
	font-size: 30px !important;
    color: #0D2644 !important;
}

.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item {
	width: 31%;
    margin-right: 1.15%;
	margin-left: 1.15%;
}

@media only screen and (max-width: 480px) {
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item {
	width: inherit;
    margin-right: inherit;
	margin-left:inherit;
}
}


@media (min-width: 480px) and (max-width: 767px) {
    .et_pb_column .et_pb_grid_item .first_in_row, .et_pb_column .et_pb_grid_item:nth-child(odd) {
        clear: none !important;
    }
}

.mfp-title {display: none}

.big-bullet {
	width: 36px;
	max-width: inherit;
	height: auto;
}

.image-bullet {
	width: 34px;
	max-width: inherit;
	height: auto;
}

table.location-table  tr td {
	border-top: none;
    padding: 8px 6px;
	
}

table.location-table-2  tr td {
	border-top: none;
	border-bottom: 1px #C09860 solid;
    padding: 10px 6px 8px 6px;
	color: #C09860;
}

table.amenities-table  tr td {
	border-top: none;
	border-bottom: 1px #C09860 solid;
    padding: 2px 9px 0 0;
	color: #C09860;
	line-height: 100%;
}

.amen-table-wrap {
	margin-bottom: 0;
}

.entry-content table.amenities-table {
    margin: 0;
	border: 0px solid #eee !important;
}

table.amenities-table  tr td img {
	width: 68px;
	max-width: inherit;
	height: auto;
}

table.amenities-table  tr td.big-number {
	font-size: 37px;
	    padding: 18px 6px 20px 0;
}

table.location-table, table.location-table-2 {
	border: none !important;
}

.location-table-wrapper {
	
    bottom: 25px;
   
}



@media only screen and (max-width: 1390px) {
	.location-table-wrapper {
		position: relative !important;
		padding-top: 30px;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1360px) {
.location-map img {display: none}
}

.image-100 img {width:100% !important;}
.image-100.et_pb_image .et_pb_image_wrap {display:block}

.bar-counter .et_pb_counter_title {
	margin-bottom: -24px;
    z-index: 10000;
    position: relative;
    padding: 10px 0 0 8px;
}

.bar-counter .et_pb_counter {
    width: 100% !important;

	
}

.et_pb_counter_container, .et_pb_counter_amount {height: 30px !important;}

.bar-counter-text {
	height: 37px !important;
    line-height: 100%;
    
	padding-top: 16px !important;
	vertical-align: middle;
}

@media only screen and (min-width: 980px) and (max-width: 1380px) {
.bar-counter-text {
	font-size: 14px !important;
    }
}

@media only screen and (max-width: 720px) {
.bar-counter-text {
	font-size: 14px !important;
    }
}

ul.et_pb_tabs_controls:after {border: none !important}

.et_pb_all_tabs {
    background-color: #f5f5f5 !important;
}

.et_pb_tabs_controls:before {
	content: "BROWSE ALPHABETICALLY";
    font-family: 'MostraNuovaLight';
    color: #F5F5F5;
    float: left;
	padding: 10px 30px 0 0;
	font-size:20px;
}

@media only screen and (max-width: 630px) {
.et_pb_tabs_controls:before {
	float: none !important;
	display: block;
	text-align: center;
	padding: 0 0 20px 0;
    }
}

@media (max-width: 767px) {
    .et_pb_tabs_controls li {
        float: left !important;
	}
}

.et_pb_tabs_controls li a {
    padding: 4px 12px;
}

.et_pb_tabs_controls {
	border:none;
	background-color: #3E332B !important;
	padding: 30px !important;
    margin: 0 auto;
}

.tenant-block:last-of-type {
	border-bottom: none !important;
	}
/*------------------------------------------------*/

/*------------------[SUBPAGES]--------------------*/

/*------------------------------------------------*/

ul#filters,
ul#cap-statements {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	}

ul#filters li,
ul#cap-statements li {
	list-style:none;
	display: inline-block;
	font-size: 22px;
}

ul#filters li a.selected {
	font-weight: bold;
}

ul#filters li::after,
ul#cap-statements li::after {
	content: '|';
	padding: 0 15px;
}

ul#filters li:last-of-type::after,
ul#cap-statements li:last-of-type::after {
	display: none
}

.modal-dialog {
	width: 90%  !important;
	max-width: 1000px;
    margin-top: 150px !important;
    max-width: 1440px !important;
}

.modal-content {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}


/*
.slick-gallery .the-slide {
    width: auto !important;
}
*/
.modal {
background-color: rgba(0,0,0,0.85);
}

.slick-gallery .the-slide img {
    height: 100% !important;
    max-height: 65vh;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
	
}

.modal-body {
    position: relative;
}

.slick-prev:before, .slick-next:before {
    font-size: 30px !important;
}

a.close {
	margin: 110px 20px 0 0;
    filter: alpha(opacity=70);
    opacity: 0.7;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
	}

a.close:hover, a.close:focus {
	filter: alpha(opacity=100);
    opacity: 1;
	transform: rotate( 90deg );
}

.lift, .enlarge {
	-webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
  	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
}

.lift:hover {
	opacity: 0.9;
	margin-top: -5px;
}

.reverse:nth-child(2n) {
	flex-direction: row-reverse;
}

.reverse .padding-30 {
	padding-left: 30px;
	padding-right: 0;
}

.reverse:nth-child(2n) .padding-30 {
	padding-left: 0;
	padding-right: 30px;
}

i { 
	font-size: 30px;
}

.comma:after {
	content: ", ";
}

.comma:last-of-type:after {
	content: "";
}
	
.post-meta a {font-size: inherit}

.post-meta {display: flex;}

.gallery-image img {
	visibility:hidden;
	}

a.gallery_image {
	display: flex;
	height: 100%;
    width: 100%;
}

.slick-dots {
    padding: 30px 0 0 0 !important;
}

#field_2_2 {
	min-width: 100% !important;
}

footer .gform_wrapper .gform_footer input.button, footer .gform_wrapper .gform_footer input[type=submit], footer .gform_wrapper .gform_page_footer input.button, footer .gform_wrapper .gform_page_footer input[type=submit] {
    float: left !important;
}

footer .gform_wrapper .gform_footer {
    margin: 8px 0 0 0 !important;
}

footer .et_pb_wpt_gravityform {
	margin-top: -5px
}

#gform_fields_2, #gform_2 {
	display: flex
	}

#field_2_1,
#field_2_2 {
	min-width: inherit !important;
	flex-basis: 50%;
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
    clear: none !important;
    width: inherit !important;
}

.gform_wrapper .gform_body {
    width: inherit !important;
}

p.loc-text {
	font-size: 16px;
    line-height: 140%;
}

.footer-logo-wrapper {width:80%}

.filter-mobile {display: none;}

.desktop-social {display: block; width: 20%}
.phone-social {display: none}
#icon-small {display: none}

@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}

/*** GRAVITY FORMS STYLES ***/
/*** REMOVE LABEL ON FIELDS USING PLACEHOLDER ***/
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
 display: none;
}
/*** FIELD STYLING ***/
input[type=text], input[type=email], 
textarea {
 background: #eee;
 border: none;
 border-radius: 0;
 color: #999 !important;
 padding: 15px !important;
}

.gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}

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

.ginput_container_textarea {
    margin-top: 16px  !important;
}

@media (max-width: 641px) {
body .gform_wrapper ul li.gfield.gf_right_half {
    margin-top: 16px  !important;
}
/*
.gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 0px;
}
*/

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
    margin-bottom: 8px !important;
}


}



/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button {
 float: right;
 background: transparent;
 border: 2px solid #164F2A;
 font-size: 22px;
 color: #164F2A;
 padding: 12px 23px;
 border-radius: 5px;
 letter-spacing: 2px;
 cursor: pointer;
 text-transform: uppercase
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover {
 background: rgba(0, 0, 0, 0.05);
 border: 2px solid transparent;
}


/*------------------------------------------------*/

/*-------------------[Footer]---------------------*/

/*------------------------------------------------*/





/*------------------------------------------------*/

/*--------------------[RWD]-----------------------*/

/*------------------------------------------------*/





/*------------------------------------------------*/

/*------------------------------------------------*/

/*------------------------------------------------*/

/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/

/*------------------------------------------------*/

/*------------------------------------------------*/

/*------------------------------------------------*/

@media (max-width: 1700px) {
.gallery-block {
    height: 270px;
}
}

/*
@media (min-width: 1442px) {
.home-row-2 {
    margin-top: -112px !important;
}
}
*/

@media (max-width: 1441px) {

/*	
#home-header.page-header {
    max-height: 778px !important; 
	background-size: 1800px auto;
}
	
.page-header {
	/* height: calc(100vh - 94px) !important;
	max-height: calc(100vh - 80px) !important; 
    height: calc(100vh - 94px) !important;	
}
*/
.page-header .biggest-heading,    
.page-header .biggest-heading h1 {
    font-size: 50px !important;
}

.biggest-heading,
.biggest-heading h1,
.biggest-heading h2,
.biggest-heading h3,
.biggest-heading h4,
.biggest-heading h5,
.biggest-heading h6	{
	font-size: 35px !important;
	line-height: 140%;
	}
	
.gallery-block {
    height: 230px;
}

.news-image {
    min-height: 240px;
}

}

@media (max-width: 1300px) {

.slide-block {
	height: 325px;
}

}

@media (min-width: 1150px) and (max-width: 1350px) {

img#logo {
    max-width: 450px;
}

}

@media (max-width: 1200px) {
	
	.head-title-wrap {
    max-width: inherit;
}

.page-id-1089 .client-image {
	max-width: 160px;
}

.col-33 {
	flex-basis: 50%
}

.team-image {	
    min-height: 300px;
}

}

@media (max-width: 1024px) {
	
.et_pb_row {
    width: 85%;
	}
	
.item {
	min-width: 47%;
}

}

@media (max-width: 981px) {
	
	.col-75m-r {
		width: 75%;
		margin-left: 25%;
	}
	
	.col-75nr {
		width: 75%
	}
	
	footer .col-25nr {
		width: 23%
	}
	
footer .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__wrap, footer .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}	
	
	.intro-row-with-icon {
	    background-size: 25% auto !important
}


	.biggest-heading,
	h1.biggest-heading,
	.biggest-heading h3 {
		font-size: 35px !important;
	}
	
.gallery-block {
    height: 100%;
}

.gallery-image img {
	visibility: visible;
	height: 400px;
	width: auto;
	}
	
.gallery-image {
    background-image: none !important;
}	
		
}

@media all and (max-width: 980px) {

/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.second-on-mobile {
margin-top: 30px !important;
margin-bottom: 0 !important;
}


.et_pb_section {
	padding: 30px 0;
}

}

@media (max-width: 900px) {

.footer-logo-wrapper {
	width: 100%;
	display: flex;
	}
	
.et_pb_image_1_tb_footer.et_pb_module#col1 {
    margin-right: 20px !important;
}	

.et_pb_image_2_tb_footer.et_pb_module#col2, .et_pb_image_3_tb_footer.et_pb_module#col3 {
    margin-right: 15px !important;
}	
	
.gform_wrapper #gform_2 ul li.gfield {
    margin-right: 10px !important;
	    width: 50% !important;
}

.desktop-social {display: none}
.phone-social {display: block}

}

@media (max-width: 768px) {
	
	body {
	font-size: 16px;
    line-height: 160%;
	}
	
	.col-75m {
		width: 75%;
		margin-left: 25%;
	}
	
	.col-33,
	.col-66,
	.col-50 {
	flex-basis: 100%
}

.reverse .padding-30 {
	padding: 20px 0 0 0;
}
	
	.head-line-one {
    margin-top: 10px;
	}
	
	.et_pb_blurb_content {
    max-width: inherit;
	}
	
	.page-header#home-header .biggest-heading {
		font-size: 45px !important;
	}
	
	.page-header .biggest-heading h1 {
    font-size: 35px !important;
}

#home-header {
    padding-top: 40px;
}
/*
#home-header-content {
	    background-size: 1600px auto;
}

.page-header#home-header.et_pb_text_0 {
    height: 686px;
}
*/
	
	.modal .content-box,
	.modal .team-image {	
	flex-basis: 100%;		
}

.modal .content-box {	
	padding: 0 20px;		
}

.modal-dialog {
	margin-top: 50px !important;  
}

a.close {
	margin: 15px 15px 0 0;
}

}

@media (max-width: 768px) and (orientation: landscape) {


}

@media (max-width: 667px) {
	
.filter-desktop {
	display: none;
}

.filter-mobile {
    margin: 0 auto 30px;
    font-size: 14px;
    padding: 10px;
	display: block;
}

}

@media (max-width: 500px) {
	
	.et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 65%;
}

	
.col-75m-r {
	margin-left: inherit !important;
	}

.col-50nr {
	width: 100% !important;
	min-width: 100% !important;

}

.news-posts {
	flex-direction: row;
	flex-wrap: wrap;
	}

.item {
	min-width: 100%;
	margin: 0 0 75px 0;
}

.the-slide .slide-block,
.the-slide .team-block {
    margin: 0 10px;
}

.slick-prev, .slick-next {
	display: none !important;
	
}
}

@media (max-width: 420px) {
	
	body {
	/*font-size: 16px;*/
    line-height: 140%;
	}
		
	h1, h2, h3, h4, h5, h6 {
		    line-height: 140%;
	}

.large-heading {	
	    font-size: 55px !important; 
    line-height: 100% !important; 
	}
	
#gform_fields_2, #gform_2 {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
}

.gform_wrapper #gform_2 ul li.gfield {
    margin-right: 0 !important; 
    width: 100% !important;
    display: block;
}

.filter-mobile {
    width: 100%;
	overflow: hidden;
}


}

@media (max-width: 375px) {

}

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