/* ==========================================================================
   Section Defaults
   ========================================================================== */

.section-slider {
	padding-top:0 !important;	
	padding-bottom:0 !important;
}

.section {
  padding:2rem 0;
  position: relative;
}

.section--impact {
  padding: 0;
}


.button_btn {

	-webkit-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
	 -moz-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
	   -o-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
		  transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
}

.button_btn:hover {

	-webkit-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
	 -moz-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
	   -o-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
		  transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
}

	.button_btn_wrapper {
		text-align:center;	
	}

#primary {
	position: relative;
}

@media only screen and (min-width: 40em) {
	
	.section {
	  padding:2rem 0;
	}
	
	.button_btn_wrapper {
		text-align:left;	
	}
}

/* ==========================================================================
   Impact areas
   ========================================================================== */
	/*.section--impact {
		  background-color: rgba(0,0,0,0.3);
	}*/
	
	.impact {
		position: relative;
		overflow: hidden;
		padding: 4.5rem 0;
		color: #fff;
	}
	
	.impact__image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;		
	}

.page_about_banner{
	padding: 23rem 0;
}
	
@media only screen and (min-width: 40em) {

  .impact {
    /*padding: 0;*/
   /* padding: 8rem 0 0 0;*/
  }
  .impact_instagram {
    padding: 5rem 0;
   /* padding: 8rem 0 0 0;*/
  }
  
  .impact_inner {
    padding: 10rem 0 !important;
  }
  
  
}

/*------- General -------*/
	.text_center {
		text-align:center;	
	}

	.f5-menu {
		background-color: #76bfbf;
	}

	h1 {
		margin-bottom: 10px;
		margin-bottom: 0.625rem;
		font-size: 36px;
		line-height: 1.25;
	}

	h2 {
		margin-bottom: 8px;
		margin-bottom: .5rem;
		font-size: 30px;
		line-height: 1.1666;
	}

	h3 {
		margin-bottom: 6px;
		margin-bottom: 0.375rem;
		font-size: 26px;
		line-height: 1.2857;
	}


	h4 {
		margin-bottom: 5px;
		margin-bottom: 0.3125rem;
		font-size: 22px;
		line-height: 1.25;
	}

	h5 {
		margin-bottom: 5px;
		margin-bottom: 0.3125rem;
		font-size: 21px;
		line-height: 1.25;
	}

	h6 {
		margin-bottom: 5px;
		margin-bottom: 0.3125rem;
		font-size: 20px;
		line-height: 1.2142;
	}	
	p, ol, ul, dl, address {
		margin: 0 0 20px 0;
		/*margin: 0 0 1.5rem 0;*/
		/*font-size: 16px;*/
		font-size: 1rem;
		line-height: 1.5;
		font-family: 'Lato', sans-serif;
	}
	
	.videoWrapper {
	  position: relative;
	  padding-bottom: 77%; /* 16:9 */
	  height: 0;
	}
	.videoWrapper iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}

	.site-title img {
		vertical-align: text-bottom;
		width:250px;
	}
	.site-title h1 {
		text-transform: uppercase;
	}

	.top_direct_number {
		color: #464646 !important;
		background-color: #f6e9e0;
		padding: 10px;
		text-align: center;
		font-size: 13px;
	}
	.top_direct_number a {
		color: #464646 !important;
		display: inline-block !important;
		text-decoration: none;
		font-size: 16px;
	}


	.page_content {
		margin-bottom: 50px !important;
	}
	
	.page_title { 
		padding:  0 !important;
	}
	

@media only screen and (min-width: 40em) {
	
	.top_direct_number {
		margin-top: 30px;
	}	
	.page_title { 
		padding: 2rem 0 !important;
	}
		
	.site-title img {
		width:300px;
	}
		
	p, ol, ul, dl, address {
		margin: 0 0 24px 0;
		/*font-size: 16px;*/
		font-size: 1.15rem;
	}
	
	h1 {
		font-size: 48px;
	}
	
	h2 {
		font-size: 30px;
	}
	
	h3 {
		font-size: 24px;
	}
	
	h4 {
		font-size: 22px;
	}
	
	h5 {
		font-size: 20px;
	}
	
	h6 {
		font-size: 18px;
	}
}


/*------- Start Header -------*/
	.inner-shadow {
		background-color:rgba(0,0,0,0.3);
		position:absolute;
		width:100%;
		height:100%;
		z-index:10;
		top:0;
	}
	
	.fa-minus:before {
    content: "\f068" !important;
	}
	
	.menu-hamburger p {
		margin-bottom:0;
		font-weight: 700;
		font-size:1.125rem;	
	}
	
	.main-navigation {
		padding:0 !important;	

	}
	

	#section_pagetitle {
		position: relative;
		top: 0;
	}

.header_btn {
    display: inline-block;
}
	.header_btn img {
		width: 200px;
	}
@media only screen and (min-width: 40em) {

.header_btn {
    top: -38px;
    position: relative;
}
	
	.main-navigation.menu_desktop {
		display: inline-block !important;
	}
}

@media only screen and (min-width: 40em) {
	
	#section_pagetitle {
		margin-top: -90px;
		padding: 0;
		width: 100%;
	}
	
	.menu_mobile {
		display:none;	
	}
	
	.menu_desktop {
		display:block;	
	}
	
	.menu-hamburger {
		display:none;	
	}
		
	.main-navigation ul > li:hover > a {
		color: #c59b45;
	}
	.main-navigation ul a {
		padding:10px 0 20px 0 !important;
		font-weight: normal;
	}
	
	.main-navigation ul ul a {
		padding: 0 0 0 20px !important;	
		width: 100% !important;
		font-weight:normal;
		line-height: 50px;
		display:inline-block;
	}
	.main-navigation ul ul {
		width: 250px;
		text-align: left;
		background-color:#464646;
	}
	
	.main-navigation ul ul li {
		width:250px;
	}
	
	.main-navigation ul ul {
		top: 47px;
	}
		
}
	
@media only screen and (max-width: 900px) {
	.main-navigation ul ul {
		width: 100%;
		text-align: center;
		top:0;
	}
	.main-navigation ul a {
		padding:0 !important;
		display:inline-block;
		font-weight: normal;
		border-bottom: none !important;
	}
	
	.main-small-navigation a, .main-navigation a {
		color: #fff !important;
	}	
	
	.main-navigation ul ul a {
		padding: 5px 0 !important;
		background-color: #464646 !important;
		color: #fff !important;
		line-height: inherit;
		width: 100% !important;
	}
			
	.site-content.section-slider, 
	.site-header.section-slider {
		width:100%;
	}
	
	.menu_mobile {
		display:block;	
	}
	
	.menu_desktop {
		display:none;	
	}
	
	#site-navigation .wpml-ls-item {
		display: inline-block;
	}
	.menu-hamburger {
		/*display: inline-block;*/
		position: relative;
		top: 0;
		right: 0;
		background-color: #464646;
		height: 100%;
		width: 100%;
		color: #fff;
		cursor: pointer;
		transition: 0.3s;
		text-align: center;
		z-index: 9999;
		padding: 25px 0;	
		/*padding: 10px 0;*/	
	}
	
	.menu-hamburger.active span {
		left: 46.5%;
	}
	
	.menu-hamburger span {
	  position: absolute;
	  height: 4px;
	  width: 30px;
	  background-color: #fff;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%,-50%);
	  transition: 0.3s;
	}
	
	.menu-hamburger span:before {
	  content: '';
	  position: absolute;
	  top: -5px;
	  /*left: 50%;*/
	  transform: translate(-50%,-50%);
	  background-color: #fff;
	  height: 4px;
	  width: 30px;
	  transition: 0.3s;
	}
	
	.menu-hamburger span:after {
	  content: '';
	  position: absolute;
	  top: 9px;
	  /*left: 50%;*/
	  transform: translate(-50%,-50%);
	  background-color: #fff;
	  height: 4px;
	  width: 30px;
	  transition: 0.3s;
	}
	
	.menu-hamburger.active span { background-color: transparent; }
	.menu-hamburger.active span:before { transform: rotate(45deg);top: 0; }
	.menu-hamburger.active span:after { transform: rotate(-45deg);top: 0; }
	
	#menu-main-menu.mobile-nav {
	  /*display: inline-block;*/
	  display: none;
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100%;
	  transform: translateX(100%);
	  transition: 0.5s;
		z-index: 10;
	}
		
	#menu-main-menu.mobile-nav.active { 
		display: inline-block; 
		transform: translateX(0);
		transition: 0.5s; 
	}
	
	.main-navigation.menu_mobile {
		display: none;
	}

	.main-navigation.menu_mobile.active {
		display: block;
		background-color:#76bfbf;
		padding-top:0;
		margin-top: 0;
	}
	.main-navigation.menu_mobile.active a:hover,
	.main-navigation.menu_mobile li:hover > a{
		border-bottom: none;
		color: #fff;
	}

		.main-navigation.menu_mobile.active ul {
			display: block;
			position: relative;
		}
	
	.main-navigation.menu_mobile.active li {
		width: 100%;
		z-index: 50;
		background-color: #464646;
		margin: 0;
		text-align: center;
	}

}
	
/*------- End Header -------*/

.col_about h3 {
	color: #9a0000;
}

.btn_full_red {
	font-size: 16px;
	margin-top: 20px;
	text-decoration: none;
	color: #fff;
	background-color: #990000;
	padding: 10px 30px;
	display: inline-block;
}

/*------- End Buying/Selling -------*/

#section_red, 
.section_red{
	background-color: #9a0000;
	text-align: center;
	color: #fff;
}
	#section_red h5,
	#section_red h4,
	#section_red p
	.section_red h5,
	.section_red h4,
	.section_red p{
		color: #fff;
	}

	.section_red p{
		font-size: 22px;
	}

	.col_red ul li {
		list-style: outside;
	}

	.col_red h3 {
		color: #9a0000;
		font-size: 22px;
		font-weight: 700;
		margin-bottom: 20px;
	}


#section_contact .gform_wrapper div.validation_error {
	background-color: #c59b45;
    color: #fff;
    border-top: 2px solid #c59b45;
    border-bottom: 2px solid #c59b45;
}

#section_contact .gfield_error {
	background-color: #c59b45;
	text-align: center;
}

.gform_confirmation_message_1 {
	color: #fff;
	font-size: 22px;
}

/*------- End Buying/Selling -------*/

/*------- START Resources -------*/

.col_resources {
	margin-bottom: 1.6%;
}

	.resource_item {
		background-color: #e1e1e1;
		padding: 20px;
		text-align: center;
	}

	.resource_item h5 {
		font-size: 18px;
		font-weight: 700;
	}


.site-accordion .ui-state-active, 
.site-accordion .ui-widget-content .ui-state-active, 
.site-accordion .ui-widget-header .ui-state-active, 
.site-accordion a.ui-button:active, 
.site-accordion .ui-button:active, 
.site-accordion .ui-button.ui-state-active:hover {
	border: 1px solid #9a0000 !important;
    background: #9a0000 !important;
    font-weight: normal;
    color: #ffffff;
}

.site-accordion .ui-widget-content {
	border: none;
}

.site-accordion .ui-accordion .ui-accordion-content {
	padding: 1em 0;
}

.site-accordion .ui-state-default, 
.site-accordion .ui-widget-content .ui-state-default, 
.site-accordion .ui-widget-header .ui-state-default, 
.site-accordion .ui-button {
	border: 1px solid #000;
    background: #000;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
	margin-bottom: 10px;

}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-radius: 0;
}

.site-accordion span.ui-icon {
    float: right;
    display: block;
    margin-right: 10px;
    margin-top: 5px;
}


.ui-icon, .ui-widget-content .ui-icon {
	background-image: url(http://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png) !important;
}

/*------- END Resources -------*/
/*------- START Contact -------*/
	.col_contact {
		width: 100%;
		margin-left: 0 !important;
	}

.contact_details h4 {
	color: #9a0000;
	font-size: 25px;
}

@media only screen and (min-width: 40em) { 
	.col_contact {
		width: 50%;
	}

}
/*------- END Contact -------*/
/*------- Start Listings -------*/
	.for_sale_property,
	.sold-property{
		margin-bottom: 20px !important;
		background-color: #fff;
	}
	.row_for_sale, 
	.row_for_sold {
		margin-bottom: 0 !important;
	}

	.property-add strong {
		text-transform: uppercase;
		font-family: 'Lato', sans-serif;
		font-size: 23px;
	}
	
.gallery-thumb {
	display:inline-block;
	    margin: 15px 15px 0 0;
	/*margin:10px 0 0 10px;*/
	border:2px solid #464646;
	opacity:1;
	-webkit-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
	 -moz-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
	   -o-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
		  transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
}

/*.gallery-thumb:nth-child(7n) {
	margin:20px 0 0 0;
}*/

.gallery-thumb:hover {
	opacity:.75;
	-webkit-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
	 -moz-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
	   -o-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
		  transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
}
	@media only screen and (min-width: 40em) { 
		
		.property-add strong {
			font-size: 30px;
		}
		
		.for_sale_property,
		.sold-property{
			margin-bottom: 0 !important;
		}
		.row_for_sale, 
		.row_for_sold{
			margin-bottom: 20px !important;
		}

	}




/*------- Start Single Property -------*/


	.property_buttons {
		width: 100%;
		display: inline-block;
		background-color: #f6e9e0;
		color: #464646;
		text-align: center;
		padding: 10px 5px;
		margin-bottom: 20px;
	}

	.property_buttons a {

		text-decoration: none !important;
	}

	.single_property_information {
		text-align: left;
		border-top: 1px solid #e4e4e4;
		border-left: 1px solid #e4e4e4;
		border-right: 1px solid #e4e4e4;
		margin: 30px;
	}

	.single_property_information .row {
		border-bottom: 1px solid #e4e4e4;
	}

	.single_property_description {
		background-color: #fff;
		padding: 50px;
	}
	.single_property_description p {
		margin-bottom: 0;
	}

	.col_title {
		background-color: #fbfbfb;
		padding: 10px;
		border-right: 1px solid #e4e4e4;
	}

	.col_value {
		padding: 10px;
		margin-left: 0;
	}


@media only screen and (min-width: 50em) { 
	.single_property_information {
		margin: 30px 30px 30px 0;
	}
	
	.property_buttons {
		width: 18%;
		margin-right: 20px;
	}
	.property_buttons:last-child {
		margin-right: 0;
	}
}




/*------- End Single Property -------*/


/*------- Start Process -------*/

.process_content {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.div_count {
	background-color: #f6e9e0;
	color: #464646;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 27px;
	text-align: center;
	margin: -80px auto 30px auto;
}

.row_process{
	margin-bottom: 0 !important;
}

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


.div_outter {
	display: inline-table;
	height: inherit;
	width: 100%;
}
.div_inner {
	display:table-cell;
	vertical-align: middle;
}


.row_form {
	margin-bottom: 20px;
}



	@media only screen and (min-width: 40em) { 
		.col_services {
			margin-bottom: 0 !important;
		}
		.row_process:last-child{
			margin-bottom: 30px !important;
		}
		.row_process{
			margin-bottom: 100px !important;
		}
		
	}

/*------- End Process -------*/


/*------- START Services -------*/

		.col_services {
			margin-bottom: 50px !important;
		}
		.row_services{
			margin-bottom: 0 !important;
		}
		


	@media only screen and (min-width: 40em) { 
		.col_services {
			margin-bottom: 0 !important;
		}
		.row_services{
			margin-bottom: 50px !important;
		}
		
	}


/*------- END Services -------*/


/*------- Start Testimonial -------*/



	.testimonial-wrapper-quote {
		background-image: url('http://michale-fyke.forcefivedev.ca/wp-content/uploads/2020/11/quote-icon.png');
		background-size: auto;
		background-position: top center;
		background-repeat: no-repeat;
		margin: -100px auto 20px auto;		
		width: 120px;
		height: 120px;
	}

	.testimonial-wrapper {
		padding: 2rem;
		position: relative;
		background-color: #fff;
		margin-bottom: 100px;
		text-align: center;
	}

	.load_more {
		text-align: center;
	}
	.load_more a {
		text-decoration: none;
		font-weight: 600;
	}

/*------- End Testimonial -------*/

/*------- Start Contact -------*/

.contact_titles h3 {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 27px;
}

.contact_details {
	background-color: #fff;
	text-align: center;
	padding: 20px;
}

.contact_details a {
	text-decoration: none;
	font-weight: 600;
}
.contact_details p {
	font-weight: 600;
}

.col_contact {
	text-align: center;
}
	.col_contact p {
		margin-bottom: 0 !important;
	}

/*------- End Contact -------*/

/*------- Start Footer -------*/

.footer_logo.menu_mobile {
	
}
.footer_logo.menu_mobile img {
    width: 50%;
    position: relative;
    margin-top: -77px;
}


.footer_logo {
	text-align: center;
}

.widget-contact {
	text-align: center;
}
.widget-contact p {
	color: #fff;
}

.footer_social {
    margin: 0 auto;
}
.footer_social a {
    color: #fff;
}

	.footer_social ul {
    margin-bottom: 0;
    padding-left: 0;
    width: 220px;
    margin: 0 auto;
}
		.footer_social li {
			float: left;
		}

	@media only screen and (min-width: 40em) { 
		.widget-contact {
			text-align: left;
		}
		.footer_logo img {
			width: 200px;
			margin-top: -79px;
		}
	}


/*------- End Footer -------*/

