/*
Theme Name: Struisbaai
Text Domain: Struisbaai
Version: 2.0
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
/* roboto-regular - latin */

.intro_history{
    padding: 50px 0px;
    background-color: #fafafa;
    margin: 0px 0px 50px 0px;
    display: block;
}
.intro_history h2,
.home_props h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}
.intro_history p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 22px;
    margin: 0px 0px 25px 0px;
}
.home_tbl{
    width: 100%;
    display: table;
        box-shadow: 0 20px 20px 0 rgba(80, 48, 32, 0.16);
    border-radius: 10px;
    overflow: hidden;
}
.home_tr{
    display: table-row;
}
.home_td{
    display: table-cell;
    background-color: #fff;
    vertical-align: middle;
}
.home_td img{
    width: 100%;
    height: auto;
}
.home_td.left_side{
    width: 20%;
}
.home_td.right_side{
    widfth: 80%;
    padding: 50px;
}














.normal_page_wrap{
    padding: 50px 0px;
}
.normal_page_wrap p{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 22px;
    margin: 0px 0px 25px 0px;
}
.normal_page_wrap p a,
.normal_page_wrap li a{
    color: #009748;
    font-weight: 600;
    text-decoration: underline;
}
.normal_page_wrap ul{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 30px;
    margin: 0px 0px 25px 0px;
}
.normal_page_wrap h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}











.main_cta_section{
    text-align: center;
    background-color: #0080c6;
    color: #fff;
    padding: 50px 0px;
}
.main_cta_section h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin: 0px 0px 25px 0px;
}
.main_cta_section .gen_cta{
    display: inline-block;
    width: auto;
    background-color: #c9db85;
    font-weight: bold;
    color: #000;
    transition: 0.5s;
}
.the_footer{
    padding: 75px 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 0px 0px;
}
.my_pagination{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.my_pagination a{
    color: #009748;
    font-weight: 600;
    text-decoration: none;
}
.the_footer h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}
.the_footer_col{
    padding: 0px 30px 30px 0px;
}
.the_footer_col ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.the_footer_col a{
    color: #009748;
    font-weight: 600;
    text-decoration: none;
}
.the_footer_col a:hover,
.my_pagination a:hover{
    color: #c9db85;
}
.pillar {
    height: 64px;
    display: block;
    background-color: #fff;
}
.the_header {
    width: 100%;
    background-color: #009748;
    padding: 0px 0px;
    position: fixed;
    z-index: 10;
    top: 0;
    transition: 0.5s;
}
.the_header.scrolled {
    box-shadow: 0 7px 10px 0 rgb(0 0 0 / 25%);
    transition: 0.3s;
}
.header_tbl {
    display: table;
    width: 100%;
}
.header_tr {
    display: table-row;
}
.header_td {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.header_td.header_left {
    width: 30%;
}
.header_td.header_right {
    width: 70%;
    text-align: right;
}
.top_logo {
    max-width: 100%;
    width: 100%;
    height: auto;
    image-rendering: auto;
}
.header_td ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header_td ul li {
    display: inline-block;
    padding: 0px 0px 0px 30px;
		font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.header_td ul li a{
		color: #fff;
		text-decoration: none;
}

.header_td ul li.current-menu-item a{
    font-weight: bold;
}

.contact_map{
    position: relative;
    width: 100%;
    padding-top: 20%;
}
.contact_map iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;

}














.home_feature{
    padding: 250px 0px 100px;
		font-family: 'Montserrat', sans-serif;
		margin: 0px 0px 0px 0px;
		text-align: center;
		color: #fff;
		background-image: url('img/slide1.jpg');
		background-size: cover;
		background-position: center;
}
.home_feature h1{
		font-size: 50px;
		line-height: 50px;
		font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
		margin: 0px 0px 25px 0px;
}
.home_feature h2{
		font-size: 20px;
		line-height: 20px;
		font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
		margin: 0px 0px 50px 0px;
}











.home_feature .gen_cta{
		width: auto;
		display: inline-block;
}
html,
body {
		border: none;
		margin: 0;
		padding: 0;
}
.results_wrap{
		background-color: #f6f9ff;
		padding: 50px 0px 50px;
}
.top_secondary_header{
		display: block;
		width: 100%;
		padding: 75px 0px;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		color: #fff;
		margin: 0px 0px 0px 0px;
		background-image: url('img/slide1.jpg');
		background-size: cover;
		background-position: center;
}
.top_secondary_header h1{
		font-size: 50px;
		line-height: 50px;
		font-weight: bold;
		text-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
}
.card_thumb{
		background-size: cover;
		background-position: center;
		width: 100%;
		padding-top: 60%;
		position: relative;
        background-color: #0080c6;
}
.single_prop_info h1{
		font-family: 'Montserrat', sans-serif;
		font-size: 45px;
		line-height: 45px;
		margin: 0px 0px 30px 0px;
}
.single_prop_info .card_thumb{
		border-radius: 10px;
		margin: 0px 0px 30px 0px;
}
.single_prop_info .card_thumb .id_tag{
		font-size: 18px;
		line-height: 18px;
		padding: 12px;
}
.sf-input-select{
	padding: 8px 10px 10px 10px;
margin: 0px 0px 10px 0px;
background-color: #fff;
border: 1px solid #eee;
font-size: 15px;
}

.side_block{
		background-color: #fff;
				font-family: 'Montserrat', sans-serif;
		border-radius: 10px;
		padding: 25px;
		margin: 0px 0px 30px 0px;
}
.side_block .wpcf7-text{
		padding: 8px 10px 10px 10px;
		margin: 0px 0px 10px 0px;
		background-color: #fbfbfb;
		border: none;
		font-size: 15px;
		width: 100%;
}
.side_block ul{
    font-size: 15px;
}


.side_block h4{
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		line-height: 25px;
		font-weight: bold;
		margin: 0px 0px 15px 0px;
}
.side_block h4 span{
    color: #0080c6;
}
.side_block p a{
		color: #0b9444;
		font-weight: bold;
}
.top_info_bar{
		background-color: #fff;
		font-family: 'Montserrat', sans-serif;
		border-radius: 10px;
		padding: 25px;
		margin: 0px 0px 30px 0px;
}
.top_info_bar .stats_tbl {
    margin: 0px 0px 15px 0px;
    color: #000;
}
.top_info_bar h4{
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		line-height: 25px;
		font-weight: bold;
		margin: 0px 0px 15px 0px;
}
.top_info_bar .stats_td span {
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
}
.wpcf7-form p{
		margin: 0px;
}
.side_block.imp_info p{
		margin: 0px 0px 20px 0px;
}
.wpcf7-spinner{
		display: none!important;
}
.top_info_bar p,
.side_block p{
		font-size: 15px;
		line-height: 28px;
		margin: 0px 0px 25px 0px;
}
.grey_block{
		padding: 25px;
		background-color: #fbfbfb;
        font-size: 15px;
}
.top_info_bar h5{
		font-family: 'Montserrat', sans-serif;
		font-size: 15px;
		line-height: 15px;
		font-weight: bold;
		margin: 0px 0px 15px 0px;
}
.grey_block span{
	display: block;
	margin: 0px 0px 25px 0px;
}

.wpcf7-form-control.wpcf7-submit.has-spinner{
		background-color: #0080c6;
		border: 0px;
		color: #fff;
		width: 100%;
		padding: 12px 30px;
		border-radius: 5px;
}
.my_pagination{
		text-align: center;
		width: 100%;
		display: inine-block;
}
.gen_cta{
		background-color: #0b9444;
		border: 0px;
		color: #fff;
		width: 100%;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		padding: 12px 30px;
		border-radius: 5px;
    transition: 0.5s;
}
.gen_cta:hover{
    background-color: #0b9444;
		color: #fff;
		text-decoration: none;
}
.property_map {
    width: 100%;
    position: relative;
		border-radius: 10px;
		overflow: hidden;
    padding-top: 60%;
    box-shadow: 0 20px 20px 0 rgba(80, 48, 32, 0.16);
}
.property_map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.home_props{
    margin: 0px 0px 20px 0px;
}
.the_gallery {
    display: inline-block;
    width: 100%;
}
.gal_cube {
    width: 20%;
    padding-top: 20%;
    border: 1px solid #fff;
    float: left;
    position: relative;
    background-size: cover;
    background-position: center;
}


.result_card{
		background-color: #fff;
		color: #000;
		text-decoration: none;
		border-radius: 10px;
		box-shadow: 0 20px 20px 0 rgba(80, 48, 32, 0.16);
		overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
		transition: 0.5s;
}
.result_card:hover{
		color: #0080c6;
		transition: 0.5s;
}
.inside_result_card{
		padding: 20px;
		background-color: #fff;
}
.inside_result_card h3{
		font-family: 'Montserrat', sans-serif;
		font-size: 18px;
		line-height: 20px;

		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		text-align: left;
		color: #262626;
		margin: 0px 0px 0px 0px;
}
.sf-field-search label{
		width: 100%;
}
.searchandfilter .sf-field-post-meta-bedrooms label {
    width: 100%;
	}
.sf-input-text{
		width: 100%;
		padding: 8px 10px 10px 10px;
    margin: 0px 0px 10px 0px;
    background-color: #fff;
    border: 1px solid #eee;
    font-size: 15px;
}

.sf-field-submit input{
		background-color: #0080c6;
		border: 0px;
		color: #fff;
		width: 100%;
		padding: 12px 30px;
		border-radius: 5px;
}
.stats_tbl{
		display: table;
		width: 100%;
		margin: 5px 0px 0px 0px;
}
.stats_tr{
		display: table-row;
}
.stats_td{
		display: table-cell;
		width: 33.33%;
		vertical-align: top;
		padding: 0px 5px 0px 0px;
}
.stats_td span{
		font-size: 13px;
		line-height: 13px;
		font-weight: bold;
}
.stats_td div{
	font-size: 12px;
	line-height: 14px;
}




.copyright{
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-align: center;
    background-color: #009748;
    color: #fff;
}
.copyright a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.copyright a:hover{
    color: #c9db85;
}
.home_search h4{
    color: #000;
      padding: 0px 10px;
}
.home_search .sf-input-select{
    margin: 0px;
}
.home_search{
    background-color: #fff;
    padding: 25px 20px;
    margin: 0px 0px 0px 0px;
    border-radius: 15px;
    position: relative;
    text-align: left;
    z-index: 4;
        box-shadow: 0 20px 20px 0 rgba(80, 48, 32, 0.16);
}

.home_search h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}








.home_search ul{
    margin: 0px;
    padding: 0px;
}
.home_search .searchandfilter ul li{
    margin: 0px;
    padding: 0px;
}
.home_search .sf-field-search input,
.home_search .sf-field-post-meta-bedrooms select,
.home_search .sf-field-post-meta-sleeps select,
.home_search .sf-field-post-meta-bathrooms select,
.home_search .sf-field-submit input{
    width: 100%;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #ccc;
}
.home_search .sf-field-search{
  width: 100%;
  padding: 0px 10px !important;
  display: inline-block;
}
.home_search .sf-field-post-meta-bedrooms,
.home_search .sf-field-post-meta-sleeps,
.home_search .sf-field-post-meta-bathrooms,
.home_search .sf-field-submit {
    width: 25%;
    padding: 0px 10px !important;
    display: inline-block;
}


.id_tag{
		position: absolute;
		top: 10px;
		right: 10px;
		background-color: #0b9444;
		border-radius: 100px;
		color: #fff;
		font-weight: 600;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		line-height: 12px;
		padding: 7px;
		display: inline-block;
}
.searchandfilter h4{
		font-weight: bold;
		font-size: 15px;
}
.search_sidebar select,
.sf-field-post-meta-sleeps label,
.sf-field-post-meta-bathrooms label{
		width: 100%!important;
}
.search_sidebar h3{
  font-size: 22px;
font-weight: bold;
margin: 10px 0px 20px 0px;
}
.search_sidebar ul{
		padding: 0px;
}
.search_sidebar{
		font-family: 'Montserrat', sans-serif;
}
.searchandfilter ul li li {
    padding: 0px 0px;
		margin: 0px 0px 3px 0px;
    font-size: 14px;
}
.search_sidebar .searchandfilter ul li {
    padding: 0px 0px 10px 0px;
		font-size: 13px;
}













/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
	  display: block;
	  position: absolute;
	  height: 5px;
	  width: 100%;
	  background: #ffffff;
	  border-radius: 9px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
}
.mob_trigger:hover #nav-icon1 span,
.mob_trigger:hover #nav-icon2 span,
.mob_trigger:hover #nav-icon3 span{
		background: #2b3990;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
	background: #ffffff;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
				background: #ffffff;
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
				background: #ffffff;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
	background: #ffffff;
}

.mob_trigger{
		display: none;
		position: fixed;
		z-index: 15;
    top: 12px;
    right: 12px;
}
.mobile_menu{
		position: fixed;
		text-align: center;
		display: none;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 11;
		padding: 100px 0px 0px 0px;
		background-color: #3d3d3d;
}
.mobile_menu ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
}
.mobile_menu ul li a{
		color: #fff;
		text-decoration: none;
		font-size: 18px;
}



















@media (max-width: 992px){

  .home_tbl{
      display: block;
  }
  .home_tr,
  .home_td{
      display: block;
  }
  .home_td.left_side{
      width: 100%;
      text-align: center;
  }
    .home_td.left_side img{
        width: 50%;
        margin: 0 auto;
    }
  .home_td.right_side{
      widfth: 100%;
      padding: 15px;
  }












  .mob_trigger{
  		display: block;
    }
  .results_wrap {
    padding: 30px 0px 30px;
}
  .single_prop_info h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .grey_block {
    padding: 15px;
  }
  .pillar {
    height: 50px;
  }
  .main_cta_section h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .home_search .sf-field-post-meta-bedrooms, .home_search .sf-field-post-meta-sleeps, .home_search .sf-field-post-meta-bathrooms, .home_search .sf-field-submit {
    width: 100%;
    padding: 0px 10px 10px !important;
    display: inline-block;
}
  .home_feature h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .home_feature {
    padding: 50px 0px 50px;
  }
  .top_logo {
    max-width: 300px;
  }
    .header_tbl ul{
        display: none;
    }
    .header_td.header_left {
        width: 100%;
    }
    .header_td.header_right {
        display: none;
    }
}
@media (max-width: 768px){

}
