/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.is-google-reviews .grw-slider .wp-google-stars {
    display: block!important;
    margin-bottom: 20px;
    text-align: center;
    margin-right:0px!important;
}
.is-google-reviews .grw-slider .wp-google-text {
    color: #404041!important;
    line-height: 27px!important;
    font-size: 21px;
    text-align: center!important;
}
.is-google-reviews .grw-slider .wp-google-content2 {
     height: auto!important;
    text-align: center!important;
}
.is-google-reviews .grw-slider .wp-google-feedback {
      border: 0px solid #ededed!important;
    background-color: transparent!important;
}
.is-google-reviews .grw-slider .wp-google-feedback:before {
 display:none!important;
}
.is-google-reviews .grw-slider .wp-google-user {
    display: block!important;
    text-align: center!important;
}
.is-google-reviews .wp-google-user .wp-google-info {
    text-align: center!important;
}
.is-google-reviews .grw-slider .grw-slider-prev span, .is-google-reviews .grw-slider .grw-slider-next span {
      top: 38%!important;
}
.is-google-reviews .grw-slider .grw-review {
    margin: 20px 0 00px!important;
}

@media only screen and (max-width: 48em) {

.wp-google-badge{
	display:none!important;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: #000;
}
}

.grd-left:before{ 
content: ''; 
background: rgb(252,76,2);
background: -moz-linear-gradient(90deg, rgba(252,76,2,1) 0%, rgba(252,76,2,0) 56%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(252,76,2,1) 0%, rgba(252,76,2,0) 56%, rgba(255,255,255,1) 100%);
background: linear-gradient(90deg, rgba(252,76,2,1) 0%, rgba(252,76,2,0) 56%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc4c02",endColorstr="#ffffff",GradientType=1);
 height: 100%; width: 100%; position: absolute; left: 0; top: 0;    z-index: 1;
}
.grd-right:before{ 
content: ''; 
background: rgb(252,76,2);
background: -moz-linear-gradient(270deg, rgba(252,76,2,1) 0%, rgba(252,76,2,0) 56%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(270deg, rgba(252,76,2,1) 0%, rgba(252,76,2,0) 56%, rgba(255,255,255,1) 100%);
background: linear-gradient(270deg, rgba(252,76,2,1) 0%, rgba(252,76,2,0) 56%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc4c02",endColorstr="#ffffff",GradientType=1);
 height: 100%; width: 100%; position: absolute; left: 0; top: 0;    z-index: 1;
}
.grd-left-dark:before{ 
content: ''; 
background: rgb(4,30,66); 
background: -moz-linear-gradient(90deg, rgba(4,30,66,1) 0%, rgba(4,30,66,0) 68%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(90deg, rgba(4,30,66,1) 0%, rgba(4,30,66,0) 68%, rgba(255,255,255,0) 100%);
background: linear-gradient(90deg, rgba(4,30,66,1) 0%, rgba(4,30,66,0) 68%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#041e42",endColorstr="#ffffff",GradientType=1);
 height: 100%; width: 100%; position: absolute; left: 0; top: 0;    z-index: 1;
}
.grd-right-dark:before{ 
content: ''; 
background: rgb(4,30,66);
background: -moz-linear-gradient(270deg, rgba(4,30,66,1) 0%, rgba(4,30,66,0) 68%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(270deg, rgba(4,30,66,1) 0%, rgba(4,30,66,0) 68%, rgba(255,255,255,0) 100%);
background: linear-gradient(270deg, rgba(4,30,66,1) 0%, rgba(4,30,66,0) 68%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#041e42",endColorstr="#ffffff",GradientType=1);
 height: 100%; width: 100%; position: absolute; left: 0; top: 0;    z-index: 1;
}