/*!
Theme Name: rembo
Theme URI: http://underscores.me/
Author: Alfred Maina
Author URI: https://github.com/alfie254
Description: Flower Website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rembo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/*
light-red:  #c44434;
Dark-red: 	#c64534;
Green: 		#69a647;
Black: 		#0b0b09;
Hr: 		#476d91;
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%; 
}
body {
	margin: 0;
	color: #0b0b09;
	overflow-x: hidden;
}
::selection {
	background: #4EB342 !important; /* WebKit/Blink Browsers */
	color: white;
}
body::-webkit-scrollbar {
   	width: .5em;
}

body::-webkit-scrollbar-track {
   	-webkit-box-shadow: inset 0 0 6px #4EB342;
}

body::-webkit-scrollbar-thumb {
	 background-color: #4EB342;
	 outline: 1px solid slategrey;
}
.top-menu{
	background-color: #cd3a2f;
	font-family: Overpass;
    font-size: 18px;
    line-height: 20px;
}
.top-menu .num{
    font-size: 16px;
}
.top-menu a{
	color: #000;
	text-decoration: none;
}
.top-menu ul{
	margin: 0px;
}
.top-menu ul li{
	padding: 0px 13px 0px 13px;
	margin: 0px;
}
.top-menu .border-left{
    border-left: 1px solid #000 !important;
}
.main-menu .custom-logo{
	max-width: 120px;
	height: auto;
	margin-left: 30px;
	padding: 0px;
}
.main-menu{
	font-family: Overpass;
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 600;
}
.main-menu.navbar-light .navbar-nav .nav-link{
	color: #131311;
	margin: 0px 21px 0px 20px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 15px;
}
.main-menu.navbar-light .nav-item{
	padding-left: 15px;
	
}
.main-menu .nav-item.active a{
	border-bottom: 2px solid #69a647;
}
.main-menu .navbar-nav{
	text-align: right;
}
.main-menu.bg-light {
    background-color: #fff !important;
}
a{
	text-decoration: none !important;
}
footer h4{
	font-family: Abril Fatface;
	font-size: 20px;
	line-height: 28px;
	color: #4EB342;
	text-transform: uppercase;
}
footer .upper-line hr{
	border: 1.5px solid #0b0b09;
	width: 95%;
	float: left;	
}

footer .footer-info hr{
	border: 1.2px solid #131311;
	width: 100px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #131311;
}
footer .footer-info ul li, footer .footer-info a{
	font-family: Overpass;
	color: #CC2F2F;
	font-size: 24px
	line-height: 40px;
	font-weight: 900;
	text-decoration: none;
}
footer .footer-logo{
	margin-top: -80px;
}
footer .footer-logo img{
	max-width: 240px;
	height: auto;
}

.home-content h3{
	font-family: Abril Fatface;
	font-size: 56px;
	line-height: 60px;
	color: #4EB342;
}
.home-content .aboutus hr{
	border: 1.2px solid #4EB342;
	width: 150px;
	float: left;
	margin-bottom: 30px;
	margin-top: 0px;
	background-color: #4EB342;
}
.home-content .flowers hr{
	border: 1.2px solid #4EB342;
	width: 120px;
	float: left;
	margin-bottom: 30px;
	background-color: #4EB342;
}
/*.home-content .flowers .right{
	width: 37.33333%
}*/
.home-content p{
	font-family: Overpass;
	font-size: 17px;
	font-weight: 700;
	line-height: 28px;
	color: #131311;
}
.dark-button{
	background-color: #131311;
	color: #fff;
	font-family: Abril Fatface;
	font-size: 22px;
	border-radius: 0px;
	padding: 0px 40px 0px 40px;
	border: 2px solid #000;
}
.light-button{
	background-color: #fff;
	color: #000;
	font-family: Abril Fatface;
	font-size: 22px;
	border-radius: 0px;
	padding: 0px 40px 0px 40px;
	border: 2px solid #000;
}

.red-background{
	background-color: #CC2F2F;
    /*width: 62.666667% !important;*/
}
#flower-owl .item.card{
	background-color: transparent !important;
	border: none;
	border-radius: 0px;
}
#flower-owl .item.card .card-title{
	font-family: Abril Fatface;
	font-size: 18px;
	line-height: 34px;
	color: #131311;
	margin: 0px;
}
#flower-owl  .owl-dots{
	display: none;
}
#flower-owl .item.card hr{
	float: right;
	border: 1.5px solid #0b0b09;
	width: 80px;
	margin: 0px;
	background-color: #131311; 
}
#flower-owl .item .card-img-top{
	background-color: #131311 !important;
	/*height: 240px;*/
    width: auto;
}
#fblog-owl .card-image {
	/*width: 400px;
	height: 320px;*/
	margin-right: -60px;
	position: absolute;
	right: 0px;
	z-index: 9;
	background-color: #131311;
}
#fblog-owl .card {
	padding: 15% 10% 15% 20%;
	width: 100%;
	border-radius: 0px;
	background: #CC2F2F;
}
#fblog-owl .card a{
	color: #000;
}
#fblog-owl .card .card-title{
	font-family: Abril Fatface;
	font-size: 35px;
	color: #FFFFFF;
	line-height: 58px;
}
#fblog-owl .card .card-text p{
	font-family: Overpass;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 35px;
}
.flower-blog-btns{
	position: absolute;
	bottom: 4%;
	z-index: 99;
	left: 5%;
}
.home-flower-header{
	top: 6%;
	position: absolute;
	z-index: 99;
}
.home-flower-header hr{
	border: 1.4px solid #4EB342;
    width: 120px;
    float: left;
    margin-bottom: 30px;
    background-color: #4EB342;
}
#home-slider{
	/*height: 67vh;*/
}
#home-slider .owl-dots {
    counter-reset: dots;
}
#home-slider .owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}
.owl-theme .owl-dots .owl-dot span{
	display: none;
}
.owl-theme .owl-dots .owl-dot{
	margin-left: 20px;
}
.owl-theme .owl-nav.disabled+.owl-dots{
	font-family: Overpass;
    font-weight: 900;
    font-size: 12px;
    position: relative;
    outline: none !important;
    display: inline-block;
    bottom: 6em;
    padding-left: 25px !important;
}
.owl-theme .owl-dots .owl-dot {
    padding-left: 25px !important;
}
.owl-theme .owl-dots .owl-dot::after{
    /*content: '0'*/
}
.owl-theme .owl-nav.disabled+.owl-dots .active{
	outline: none;
}
.owl-theme .owl-nav.disabled+.owl-dots .active{
	border-bottom: 2px solid #fff;		
	color: #fff;
}
button:focus {
    outline: 1px dotted;
    outline: none;
}
#home-slider .card-text{
	font-family: Abril Fatface;
	position: absolute;
	bottom: 40%;
	left: 5%;
}
.page-header{	
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	height: 40vh;
	color: #fff;
	-webkit-box-shadow: 2px 9px 20px -6px rgba(105,166,71,1);
	-moz-box-shadow: 2px 9px 20px -6px rgba(105,166,71,1);
	box-shadow: 2px 9px 20px -6px rgba(105,166,71,1);
}
.header-overlay{
   background: #1313102e;
   background-image: linear-gradient(to bottom, #77dc5642, #000000cf 100%);
   width: 100%;
   height: 100%;
   top:0;
   bottom: 0;
   left: 0;
   right: 0;
}
.page-header:hover {  
  -webkit-transform: scale(1.05);
  transition: all 10s ease-in-out;
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
} 
.page-header:not(:hover) {  
  transition: all 5s ease-in-out;
} 
.page-header:hover .header-overlay{
	background-image: linear-gradient(to bottom, #77dc5642, #000000d9 100%);
	transition: 2s;
} 
.page-header h2{
	font-family: Overpass;
	font-weight: 900;
	/*border-bottom: 5px solid #69a647;*/
	border-radius: 3px;
	position: absolute;
	bottom: 20%;
}
.page-header hr{
	border: 1.2px solid #69a647;
    background-color: #69a647 !important;
	width: 100px;
	background-color: #131311;
	border-radius: 2px;
	margin-left: -20px;
}
.page-header .underline{
	position: absolute;
	bottom: 15%;
}
.gallery hr{
	border: 1.2px solid #69a647;
	width: 80px;
	background-color: #131311;
	border-radius: 2px;
	margin-left: -5px;
	margin-top: 0px;
	margin-bottom: 20px !important;
}
.gallery .flower-title{
	font-family: Overpass;
	margin-left: 5px;
	color: #69a647;
	font-weight: 600;
	font-size: 25px;	
}
.gallery .item.card{
	border: none;
}
.gallery .item.card .card-title {
    font-family: Abril Fatface;
    font-size: 18px;
    line-height: 34px;
    color: #131311;
    margin: 0px;
}
.gallery .item.card hr {
    float: right;
    border: 1.5px solid #0b0b09;
    width: 80px;
    margin: 0px;
    background-color: #131311;
}
.gallery .card-img-top{
	/*min-height: 235px;*/
    width: auto;
    cursor: pointer;

}
/*.gallery .item:hover  .card-img-top{*/
/*	transform: scale(1.05) rotate(1deg);*/
/*	transition: transform .5s ease-in-out;*/
/*	box-shadow: 0px 2px 4px -1px #69a647, 1px 1px 20px 0px #69a647, 0px 1px 10px 0px #69a647;	*/
/*}*/
.gallery .item:not(:hover) .card-img-top{
	transition: transform .5s ease-in-out;
}
.btn.loadMoreBtn {
    background-color: #131311;
	color: #fff !important;
	font-family: Abril Fatface;
	font-size: 15px;
	border-radius: 0px;
	padding: 0px 40px 0px 40px;
	border: 2px solid #000;
	margin-left: auto;
    margin-right: auto;
    margin-top: 20px;

}

.gallery .modal-dialog {
    max-width: 50%;
}
.gallery .modal.fade.show{
	background-color: #0000008f;
	/*background-image: linear-gradient(to bottom, #77dc562e, #cc2f2f61 100%);*/
}
.gallery .modal-content{
   background-color: #efefef;
}
.gallery .close {
    font-size: 2.5rem;
    font-weight: 100;
    color: #c64534;
}
.gallery .modal-title {
	font-family: Overpass;
    color: #69a647;
    font-weight: 600;
}
.gallery .modal-content p{ 
	font-family: Overpass;
}
.blog .card{
	height: 270px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	-webkit-box-shadow: 2px 9px 20px -6px #0000008c;
	-moz-box-shadow: 2px 9px 20px -6px #0000008c;
	box-shadow: 2px 9px 20px -6px #0000008c;
}
.blog small{
	color: #55b342;
}
.blog .card-text{
	font-family: Overpass;
    color: #fff;
    transform: translate(0%, 25%);
}
.blog .card-title a{
   font-family: Overpass;
   color: #69a647;
   font-size: 24px;
   font-weight: 800;
}
.blog .overlay{
   background: #131310ab;
   height: 100%;
   top:0;
   bottom: 0;
   left: 0;
   right: 0;
}

.blog .card .card-link{
	position: absolute;
    bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    left: auto;
    right: auto;   
	opacity: 0;
	font-family: Overpass;
}
.blog .card .card-link a{
	color: #fff;
	font-size: 20px;
}
.blog .col-md-4:hover .card-link{
	animation: scrollfil .1s backwards;
    opacity: 1;
	z-index: 9999999;
}
.blog .card::before {
    position: absolute;
    content: "";
    background: #4eb342;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0; 
    display: block; 
}
.blog .card::hover{
	-webkit-box-shadow: 2px 9px 20px -6px #0000008c;
	-moz-box-shadow: 2px 9px 20px -6px #0000008c;
	box-shadow: 2px 9px 20px -6px #0000008c;
}
.blog .col-md-4:hover .card::before {
    animation: scrollfill 1s forwards;
    -webkit-animation: scrollfill 1s forwards;
    -moz-animation: scrollfill 1s forwards;
    opacity: 1;
}

@keyframes scrollfill {
    0% {
      width: 5px;
      height: 0%;
    }
    50% {
      width: 5px;
      height: 100%;
    }
    100% {
      width: 100%;
      height: 100%;
      background: #4eb342c4;
    }
}

@keyframes scrollfil {
    0% {
      width: 0px;
      height: 10%;
    }
    50% {
      width: 50%;
    }
    100% {
      width: 100%;
    }
}
.contacts form{
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1), 1px 1px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
	padding: 25px;
	margin-left: auto;
	margin-right: auto;
}
.contacts form input{
	border: none;
	border-left: 5px solid #69a647;
	border-radius: 0px;
	height: 45px;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1), 1px 1px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.contacts form textarea{
	border: none;
	border-left: 5px solid #69a647;
	border-radius: 0px;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1), 1px 1px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.contacts form label{
	color: #c64534;
}
.contacts .btn{
	width: 45% !important;
	float: right;
}

.contacts .btn:hover{
	background-color: grey;
	transition: .5s;
}
.form-control:focus {
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1), 1px 1px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    border-color: #c64534;
}
.form-control:hover {
    border-color: #c64534;
}
.contacts hr {
    margin-bottom: 10px !important;
    margin-left: -20px;
    width: 100px;
}
.skewed-bg {
  background: #4eb3420a;
  -webkit-transform: skew(0deg, -15deg);
  transform: skew(0deg, -15deg);
}
.skewed-undo {
  -webkit-transform: skew(0deg, 15deg);
  transform: skew(0deg, 15deg);
}
.orderskewed-bg {
  background: #4eb3420a;
  -webkit-transform: skew(0deg, -8deg);
  transform: skew(0deg, -8deg);
}
.order .orderskewed-undo {
  -webkit-transform: skew(0deg, 8deg);
  transform: skew(0deg, 8deg);
}
.order .btn:hover{
	background-color: grey;
	transition: .5s;
}
.order form{
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1), 1px 1px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
	padding: 25px;
	margin-left: auto;
	margin-right: auto;
}
.order form input{
	border: none;
	border-left: 5px solid #69a647;
	border-radius: 0px;
	height: 46px;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1), 1px 1px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.order form textarea{
	border: none;
	border-left: 5px solid #69a647;
	border-radius: 0px;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1), 1px 1px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.order form select{
	border: none;
	border-left: 5px solid #69a647;
	border-radius: 0px;
	height: 46px !important;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1), 1px 1px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

#swipebox-overlay {
    background: #0d0d0ded;
}
.rl-pagination-bottom{
    position: relative;
    padding-top: 30px;
    text-align: center;
    color: #cc2f2f;
}
.rl-pagination-bottom a{
    color: #4eb342;
}
.rl-pagination-bottom .page-numbers{
    padding: 20px;
    font-size: 20px;
    font-family: Overpass;
}
.aboutus {
	padding-left: 5% !important;
	padding-right: 5% !important;
}
.aboutus h3{
	font-family: Overpass;
	font-size: 30px;
	color: #4EB342;
	padding-left: 10px;
}
.aboutus hr{
	border: 1.2px solid #4EB342;
	width: 150px;
	float: left;
	background-color: #4EB342;
}
.aboutus .right-col{
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	background-attachment: fixed !important;
}
.aboutus .services strong{
    color: #4eb342;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a{
	background: #4eb3420a !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    font-family: Overpass;
	font-size: 25px;
	color: #4EB342 !important;
	padding-left: 10px;
}
.aboutus .services {
	margin-top: 30px;
	background: #4eb3420a;
	padding-top: 20px; 
}
.aboutus .services hr{
	border: 1.2px solid #4EB342;
    width: 150px;
    float: none;
    background-color: #4EB342;
    margin-left: auto;
}
#single-navigation .right{
    position: absolute;
    right: 1%;
    bottom: 25px;
}
#single-navigation a{
    color: #4eb342;
    margin-bottom: 20px;
}
.single-blog{
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1), 1px 1px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.single-blog{
	font-family: Overpass;
}
.single-blog .title{
	font-family: Overpass;
	font-size: 30px;
	color: #4EB342;
	/*padding-left: 10px;*/
}
.single-blog small{	
	color: #4EB342;
}
.single-blog img:hover{	
  -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
  filter: grayscale(50%);
  transition: 1s;
}
.single-background{
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	background-attachment: fixed !important;
}
.single-background .single-white{
	background-color: #fffffff7;
}
.widget-title{
	font-size: 20px;
	font-family: Overpass;
	margin-top: 30px;
}
.recent-posts-extended a{
	color: #4EB342;
}
#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
    box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, 0.1), 1px 1px 5px 0px rgba(0, 0, 0, 0.1), 0px 1px 5px 0px rgba(0, 0, 0, 0.1) !important;	
}
#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item img {
    padding: 5px !important;
}
.rembo-shadow{
	box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, 0.1), 1px 1px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.strong-view.modern .testimonial-content {
    font-size: 16px !important;
    font-family: Overpass;
}
.strong-view.modern .testimonial-heading {
    color: #4eb342 !important;
    font-weight: 600 !important;
    font-size: 25px;
}
.strong-view.modern  a{
    color: #4eb342 !important;
}
#wpmtst_submit_testimonial{
	background-color: #131311;
	color: #fff;
	font-family: Abril Fatface;
	font-size: 22px;
	border-radius: 0px;
	padding: 0px 40px 0px 40px;
	border: 2px solid #000;
}
.strong-form textarea {
    height: 7em !important;
}
.strong-form input{
    border: none !important;
    border-left: 5px solid #69a647 !important;
    border-radius: 0px;
    height: 46px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1), 1px 1px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.strong-form textarea{
    border: none !important;
    border-left: 5px solid #69a647 !important;
    border-radius: 0px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1), 1px 1px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.strong-form input:hover {
    border-left: 5px solid #cc2f2f !important;
}
.strong-form textarea:hover {
    border-left: 5px solid #cc2f2f !important;
}
.strong-form .required-notice{
    display: none;
}
.strong-form #wpmtst_featured_image{
    box-shadow: none;
    height: auto;
}
#wpmtst-submission-form{
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1), 1px 1px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
}
.strong-form .button{
    cursor: pointer;
}
.testimonials h3{
    font-family: Overpass;
    margin-left: 5px;
    color: #69a647;
    font-weight: 600;
    font-size: 30px;
}
.strong-view.modern .testimonial-inner{
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.05), 1px 1px 10px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
}
.strong-view.modern .testimonial-inner:hover {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.4), 1px 1px 10px 0px rgba(0, 0, 0, 0.4), 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
}
.gallery .flowerheight {
    height: 240px;
    box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, 0.1), 1px 1px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);	
}
.gallery .item:hover  .flowerheight{
	transform: scale(1.05) rotate(1deg);
	transition: transform .5s ease-in-out;
	box-shadow: 0px 2px 4px -1px #69a647, 1px 1px 20px 0px #69a647, 0px 1px 10px 0px #69a647;	
}
.dropdown:hover .dropdown-menu {
     display: block;
}
.dropdown-menu{
	padding-top: 0px;
	border-radius: 0px;
}
.dropdown-menu a{
	padding: 20px 0px 0px 0px;
	text-align: center;
}
.main-menu.navbar-light .nav-item .dropdown-item{
	margin-left: -10px;
}
.main-menu .nav-item.active a.dropdown-item {
    border-bottom: none;
    margin-top: -10px;
    background: transparent;
}
#home-slider .owl-item{
    height: 500px;
    width: 100%;
}
.navbar{
	/*padding: 0px;*/
}
#bubble-image.gallery-bubble {
    display: block !important;
}
.image-bubble-close{
	display: none !important;
}
.rembo-shadow{
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1), 1px 1px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.quality .fa-search{
	position: absolute;
	top: 12px;
	right: 15%;
	font-size: 20px;
}
.quality h3 {
    font-family: Overpass;
    font-size: 27px;
    color: #4EB342;
    padding-left: 10px;
}
.rpwe-block h3{
	font-size: 16px !important;
	padding-top: 20px;
}
.flag{
	margin: -20px;
	width: 80px;
}
.comment-form  input {
    border: none;
    width: 100%;
    border-left: 5px solid #69a647;
    border-radius: 0px;
    height: 46px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1), 1px 1px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.comment-form{
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1), 1px 1px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
	padding: 25px;
	text-align: center;
	width: 83%;
}
.comment-form-comment label{
	display: none;
}
.comment-form-comment textarea{
	border: none;
	height: 100px;
	width: 100%;
	border-left: 5px solid #69a647;
	border-radius: 0px;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1), 1px 1px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.comment-form label{
	color: #69a647;
	font-weight: 900;
}
.form-submit .submit{
	background-color: #131311;
	color: #fff;
	font-family: Abril Fatface;
	font-size: 22px;
	border-radius: 0px;
	padding: 0px 40px 0px 40px;
	border: 2px solid #000;
	cursor: pointer;
}
.comments-area{
	padding: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.comment-metadata a{
	color: #69a647;
}
.comments-area .comments-title{
	font-size: 20px;
	text-transform: capitalize;
	padding: 0px 0px 20px 0px;
	font-weight: 900;
	color: #69a647;
}
.menu-phone{
    text-align: center;
}
.fa-phone{
    transform: rotate(90deg);
}