/* FGM Contact Us block - start of */
.fgm-contact-us-block {
    width: 100%;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 10%);
    margin-top: 66px;
    margin-bottom: 66px;
    position: relative;
    z-index: 99;
    margin-bottom: 70px;
    padding-right: 0 !important;
    background-color: #fff;
    color: #3d3938;
}

.fgm-contact-us-block-form {
    padding-left: 2rem;
    padding-top: 2rem;
}

.fgm-contact-us-block h3 {
    font-size: 34px;
    color: #262626;
    position: relative;
    padding-right: 80px;
    margin-bottom: 30px;
}

.fgm-contact-us-block form {
    display: block;
    width: 100%;
    overflow: hidden;
}
.fgm-contact-us-block form .row {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
}

.fgm-contact-us-block form ::-webkit-input-placeholder {opacity: 1 !important; color: #868686; }
.fgm-contact-us-block form ::-moz-placeholder {opacity: 1 !important; color: #868686; }
.fgm-contact-us-block form ::-ms-input-placeholder {opacity: 1 !important; color: #868686; }

.fgm-contact-us-block form input {
    padding: 0 13px;
    width: 95%;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    color: #868686;
    font-family: 'Gotham Book';
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    background: #fff;
    margin: 0 15px;
}

.fgm-contact-us-block form input:focus{
    border: 1px solid #e9e9e9;
    outline: none;
}

.fgm-contact-us-block form .row .btn-submit {
    float: right;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #3d3938;
    color: #3d3938;
    width: 144px;
    height: 43px;
    line-height: 43px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin: 0 15px;
}
.fgm-contact-us-block form .row .btn-submit:hover{
    color: #ffffff;
    background-color: #3d3938;
    border: 1px solid #ffffff;
}

.fgm-contact-us-block form .row textarea {
    padding: 15px 13px;
    width: 95%;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    color: #868686;
    font-family: 'Gotham Book';
    height: 134px;
    border-radius: 0;
    background: #fff;
    margin: 0 15px;
}

.fgm-contact-us-block-info {
   width: 100%;
   background: #9f7c5e;
   padding-bottom:  2rem;
}

.fgm-contact-us-block-info h2 {
    display: block;
    background: #9f7c5e;
    position: relative;
    padding: 15px 80px 15px 30px;
    font-size: 34px;
    color: #fff;
    margin-bottom: 0;
}

.fgm-contact-us-block-info h2:after {
    position: absolute;
    content: "";
    background: url(/application/themes/grootbos/images/icon_contact.png);
    width: 53px;
    height: 54px;
    right: 25px;
    top: 9px;
}

.fgm-contact-us-block-info .detail {
    width: 100%;
    padding: 0 30px;
}

.fgm-contact-us-block-info .detail .block:first-child {
    border-top: 0;
}
.fgm-contact-us-block-info .detail .block:last-child {
    border-bottom: 0;
}
.fgm-contact-us-block-info .detail .block {
    width: 100%;
    padding: 19px 0;
    border-top: 1px solid #f0d3ae;
    border-bottom: 1px solid #fff;
}

.fgm-contact-us-block-info .detail .block figure {
    float: left;
    margin-right: 16px;
}

.fgm-contact-us-block-info .detail .block .description {
    float: right;
    max-width: calc(100% - 61px);
    width: 100%;
    padding-top: 7px;
}

.fgm-contact-us-block-info .detail .block .description h4 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 5px;
}

.fgm-contact-us-block-info .detail .block .description p {
    font-size: 16px;
    margin-bottom: 0;
    color: #ffffff;
}

.fgm-contact-us-block-info .detail .block .description a {
    font-size: 16px;
    margin-bottom: 0;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
}

.fgm-contact-us-block-info .cf:before, .cf:after { content: ""; display: table; }
.fgm-contact-us-block-info .cf:after { clear: both; }
.fgm-contact-us-block-info .cf { zoom: 1; }

/*  */
@media (max-width:991px) {
    .fgm-contact-us-block-info {
        margin-bottom: 1rem;
    }
    .fgm-contact-us-block-info h2 {
        font-size: 22px;
        padding: 15px 40px 15px 15px;
    }
    .fgm-contact-us-block .right .detail {
        padding: 0 15px;
    }
}

/* temp */
.w-100 {
    width: 100%;
}

body {
    color: #534741;
    font-size: 16px;
    font-family: 'Gotham';
    font-weight: 300;
    line-height: 1.5;
    background-color: #fff;
    transition: all 0.3s ease;
}
/* FGM Contact Us block - end of */


/* FGM Pop Up - Start of */
.offer-popup {
    display: none;
}

.fancybox-content.offer-popup {
    /*background: url(/application/themes/grootbos/images/popup.png);*/
    border-radius: 3px;
    width: 100%;
    max-width: 800px;
    margin: auto;
    max-height: calc(100% - 40px);
    background-color: transparent;
    padding: 50px 30px;
    text-align: center;
    background-size: cover;
}

.offer-popup-logo {
    padding-bottom: 20px;
    max-width: 250px;
    margin: auto;
}

.offer-popup .btn {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    min-width: 192px;
}

.offer-popup .smalltext {
    text-align: center;
    font-family: 'Gotham Book';
    margin-bottom: 25px;
}

.fancybox-offer .fancybox-close-small {
    background: url(/application/themes/grootbos/images/close_black.png) no-repeat;
    position: absolute;
    top: 12px !important;
    right: 12px !important;
    left: auto;
    width: 28px;
    height: 28px;
    background-size: 27px;
    font-size: 0;
    color: transparent;
}

a.btn.btn-see.fgm-btn-1{
    background-color: #59755d;
}
a.btn.btn-see.fgm-btn-1:hover{
    background-color: #59755dcb;
}


a.btn.btn-see.fgm-btn-2{
    background-color: #ce5868;
}
a.btn.btn-see.fgm-btn-2:hover{
    background-color: #ce5868cb;
}

@media (max-width: 768px) {
    a.btn.btn-see{
        padding: 0 36px;
        border-radius: 3px;
    }
    .offer-popup .smalltext .span{display: block;}
    .fancybox-stage{margin:auto;}
    .fancybox-content.offer-popup{padding:50px 20px 30px 20px;}
    .offer-popup-logo{min-width: 200px;}
    .offer-popup .largetext {font-size: 27px;}
    .offer-popup .smalltext .span{display: block;}
    .fancybox-content.offer-popup{padding:50px 20px 30px 20px;}
    .offer-popup-logo{min-width: 200px;}
}

.floating-right {
	position: fixed;
	top: 30%;
	right: 22px;
	transform: rotate(-90deg);
	transform-origin: right;
	z-index: 999;
	background-color: #fff;
	padding: 2px;
	border-radius: 3px;
}

@media (max-width: 640px) {
	.floating-right {
		right: 19px;
	}

	.floating-right .btn {
		padding: 2px 20px;
		line-height: 32px;
	}
}
/* FGM Pop Up - End of */
