/*Testimonial Home page*/
.testimonial-name, .title{
	    color: #e9b206 !Important;
	font-weight: 400;
    font-family: 'Cooper';
}
.testimonial_slider:not([data-style*="multiple_visible"]) blockquote {
background-color: #7c98b6;
    padding: 20px;
    border-radius: 10px;
    font-size: 22px;
}

.testimonial_slider blockquote p {
    color: #14223d;
    font-weight: 400;
    font-family: 'Cooper'; }

.testimonial_slider .controls {
bottom: -45px;}


/*Recaptcha*/
.grecaptcha-badge { visibility: hidden; }

/****Back to top*****/
a#to-top {
    bottom: 17px;
	right: 80px
}
#to-top {
  /* Increase overall size by 50% */
  transform: scale(1.5) !important;
  transform-origin: center !important;
    /* Ensure it has proper spacing from the edge */
  margin-right: 20px !important;
  margin-bottom: 20px !important;
}
#to-top i.fa-angle-up {
  font-size: 16px !important; }
/* Apply additional styling for mobile devices */
@media only screen and (max-width: 768px) {
  html body #to-top.mobile-enabled {
    transform: scale(1.5) !important; 
    right: 20px !important;
    bottom: 65px !important;
		
  margin-bottom: 30px !important;
  }
  
 html body #to-top.mobile-enabled i.fa-angle-up {
    font-size: 16px !important;
 
  }
}

/*Header Restyling*/
#top nav ul li a{
    padding-left: 5px;
    padding-right: 10px;
color: #14213b;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 1.1rem;}

#header-outer[data-lhe="animated_underline"] nav > ul >li:not([class*="button_"]) >a:after{
    border-top: 3px solid #000;}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a{
	margin-left: 15px;
    margin-right: 15px;
}
#header-outer li[class*="button_solid_color"] a {
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 20px;
    line-height: 24px;
    display: inline-block;
    border-radius: 5px 5px 5px 5px;
    padding: 7px 21px;
    text-transform: uppercase;
    font-size: 12px;
    /* background: none repeat scroll 0 0 #000; */
    position: relative;
    color: #FFF;
    margin-bottom: 0;
    font-size: 12px;
    font-family: 'Open Sans';
}
#header-outer .sf-menu li ul li a {
    font-size: 1rem;
	line-height: 23px;
}

body #header-outer .widget_shopping_cart .cart_list li .product-meta > a, #slide-out-widget-area .widget_shopping_cart .cart_list li .product-meta > a{
	font-size: 1rem;
    font-weight: 600;
}
#header-outer .widget_shopping_cart .buttons a.button.wc-forward,#header-outer .widget_shopping_cart .buttons a.button.checkout.wc-forward{
	  font-weight: 700;
    letter-spacing: 2px;   
    line-height: 24px;
    display: inline-block;
    border-radius: 5px 5px 5px 5px;
    padding: 7px 21px;
    text-transform: uppercase;
    font-size: 12px;
    /* background: none repeat scroll 0 0 #000; */
    position: relative;
    color: #FFF;
    margin-bottom: 0;
    font-size: 12px;
    font-family: 'Open Sans';
}

@media only screen and (min-width: 1000px) {
    #header-outer #logo, #header-outer .logo-spacing {
        margin-top: 18px;
			margin-bottom: 8px;}}


