/*
  Theme Name:     Merrifield Melbourne - Efront
  Theme URI:      http://shadiya.net
  Description:    Full custom wordpress theme for Merrifield Melbourne
  Author:         Sanjay Hadiya/Soda
  Author URI:     http://shadiya.net
  Version:        3.0.0
  License:        Creative Commons Attribution 4.0 International License
  License URI:    http://creativecommons.org/licenses/by/4.0/
*/

.logo{
	width: 190px;
	height: auto;
}

#gform_submit_button_19{
	border-radius: 4px!important;
}

#custom_zoom_control{
	background-color: #2a4e4c!important;
}

#controlUI{
	font-family: "Antarctica-Regular", sans-serif!important;
}

#sp--mapovis .btn-enquire{
	text-align: center!important;
}
#sp--mapovis .btn-enquire:hover{
	color: #2a4e4c!important;
}

.col-auto.col-enquire .btn-success{
	background: #32BEB4!important;
	color: #2a4e4c!important;
}
.col-auto.col-enquire .btn-success:hover{
	background: #f3eddd!important;
	color: #2a4e4c!important;
}

#custom_zoom_control{
	background-color: #2a4e4c!important;
	color: #f3eddd!important;
}

.gform-icon--circle-error:before{
	content: ""!important;
}

.banner--video.heading-color--merino h3{
	color:#f3eddd!important;
}
.banner--video .banner__content {
	min-height: 400px;
	padding:5px 46px 8px;
}

body.home .intro {

	min-height: auto!important;	
	
}	

.modal--register .gform_footer{
	width: 100px!important;
  transition: width 0.3s ease;
}

.modal--register .gform_footer:hover{
	width: 150px!important;
}


.range-container h5{font-family: "Antarctica-Regular", sans-serif!important;
    font-weight: 500!important;
    font-size: 20px;
    text-align: left;
}

@media (max-width: 767px) {
  body.home  .intro {
        min-height: auto!important;	
        margin-top: 60px;
        height: 100%;
    }
}

@media (max-width: 1199px) {
    #menu-main-navigation a {
        color: #f3eddd !important;
    }
}

/* Custom townhomes page */
@media (min-width: 1199.02px) {
    .articles-small--columns-3 {
        grid-template-columns: 1fr 1fr 1fr;
        -moz-column-gap: 6.0%!important;
        column-gap: 6.0%!important;
    }
}

.article-small__icon{
	margin-bottom: 13rem;
}

@media (max-width: 767px) {
	.article-small__icon{
		margin-bottom: 5rem;
	}
}	


.article-small.yellow {

  background-color: #FFD773; 
  padding: 2.5rem;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
 
}
.article-small.yellow h3, .article-small.tangerine h3{
	color: #8C4141;

} 
.article-small.blue h3{
	color: #3C6EA0;

} 

.article-small.blue {

  background-color: #A5CDFF; 
  padding: 2.5rem;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
 
}
.article-small.tangerine {

  background-color: #FF9B78; 
  padding: 2.5rem;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
 
}

