/* ==========================================================================
   ForceFive New Styles
   ========================================================================== */
@font-face {
font-family: Karla;
src: url(http://michale-fyke.forcefivedev.ca/wp-content/themes/force5/web-fonts/Karla-Regular.ttf);
font-weight: normal;
}
@font-face {
font-family: SilkSerif;
src: url(http://michale-fyke.forcefivedev.ca/wp-content/themes/force5/web-fonts/SilkSerif-Bold.ttf);
font-weight: bold;
}

   
/* ==========================================================================
   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;
}

.main-wrapper-menu  {
	background-color:#000;
}

@media only screen and (min-width: 60em) {
	
	.section {
	  padding:4rem 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;		
	}
	
@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: Karla, 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;
	}

	.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;
	}
	
	.remax_logo {
		padding-top: 0;
	}
	.logo_header {
		padding-top: 20;
	}

@media only screen and (min-width: 60em) {
	
	.logo_header {
		padding: 20px 0;
	}
	
	.remax_logo {
		padding-top: 30px;
	}
	
	.top_direct_number {
		margin-top: 30px;
	}	
	.page_title { 
		padding: 2rem 0 !important;
	}
		
	.site-title img {
		width:500px;
	}
		
	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;
	}
}

@media only screen and (min-width: 60em) { 

}

/*------- 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;
}

@media only screen and (min-width: 60em) {
	
	#section_pagetitle {
		margin-top: -90px;
		padding: 0;
		width: 100%;
	}
	
	.menu_mobile {
		display:none;	
	}
	
	.menu_desktop {
		display:block;	
	}
	
	/*.menu-hamburger {
		display:none;	
	}*/
		
	.main-navigation ul a {
		padding:10px 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-navigation ul ul a {
		padding: 5px 0 !important;
		background-color:#f6e9e0 !important;
		color: #464646 !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 -------*/

/*------- Start Meet Teams -------*/
	.row_team {
		margin-bottom: 0;
	}

	.team_col {
		margin-bottom: 20px;
	}

	.fancybox-content {
		width: 90%;
	}

	.team_col .team_info a, .team_info a {
		font-size: 19px;
	}

	.team_col a {
		text-decoration: none;
	}
	.team_position {
		font-size: 24px;
		    font-family: SilkSerif, Georgia, "Times New Roman", Times, serif;
	}

	@media only screen and (min-width: 60em) { 
		.row_team {
			margin-bottom: 20px;
		}
		
		.team_col {
			margin-bottom: 0;
		}
	}	
/*------- End Meet teams -------*/

/*------- 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: SilkSerif, 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: 60em) { 
		
		.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: SilkSerif, 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;
}
.div_inner {
	display:table-cell;
	vertical-align: middle;
}


.row_form {
	margin-bottom: 20px;
}



	@media only screen and (min-width: 60em) { 
		.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: SilkSerif, sans-serif;
	font-size: 27px;
}

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

.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;
}

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

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


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

