/*!
Theme Name: Fabrizzio
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: Fabrizzio theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fabrizzio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: fabrizzio
Template Id: prod-11272
*/

#toTop {
	cursor: pointer;
}

.elementor-4359 .elementor-element.elementor-element-dcd2444 .jet-services__desc:hover {
    text-decoration: none;
}

.contact-text{
	font-size: 14px;
	color: #777777 !important;
	line-height: 24.1px;
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	margin-top: 21px;
}

.col-xs-12.col-lg-6.submit-button-align-right {
    text-align: right;
}

html body div.wpcf7 .ajax-loader {
    display: block;
}

html body .jet-banner.jet-effect-oscar .jet-banner__content::before {
    border: 3px solid #fff;
}

html body .elementor-4345 .elementor-element.elementor-element-963b964 .jet-woo-builder .jet-single-images__wrap .flex-control-thumbs > li {
    border: 1px solid #FFF;
    margin: 0px 10px 0px 0px !important;
}

html body .elementor-4345 .elementor-element.elementor-element-963b964 .jet-woo-builder .jet-single-images__wrap .flex-control-thumbs > li:hover {
    border: 1px solid #aaaaaa;
}

html body .elementor-4345 .elementor-element.elementor-element-a5d34cc .jet-woo-builder > .jet-single-tabs__wrap .tabs > li.active > a {
    border-bottom: 2px solid #FFF;
    z-index: 1;
}

html body .panel h2 {
    font-size: 18px;
}

html body .elementor-5312 .elementor-element.elementor-element-e3974a3 .jet-woo-builder .jet-single-images__wrap .flex-control-thumbs > li {
    width: 18%;
    border: 1px solid #FFF;
    padding: 0px 0px 0px 0px;
 	margin: 0px 10px 0px 0px !important;
}

html body .elementor-5312 .elementor-element.elementor-element-e3974a3 .jet-woo-builder .jet-single-images__wrap .flex-control-thumbs > li:hover {
   	 border: 1px solid #aaaaaa;
}

html body .elementor-5348 .elementor-element.elementor-element-c62d4b6 .jet-woo-builder .jet-single-images__wrap .flex-control-thumbs > li {
    width: 18%;
    border: 1px solid #FFF;
    padding: 0px 0px 0px 0px;
 	margin: 0px 10px 0px 0px !important;
}

html body .elementor-5348 .elementor-element.elementor-element-c62d4b6 .jet-woo-builder .jet-single-images__wrap .flex-control-thumbs > li:hover {
   	 border: 1px solid #aaaaaa;
}

html body .elementor-widget-wp-widget-woocommerce_widget_cart a.remove, .elementor-widget-wp-widget-woocommerce_shopping_cart a.remove, .widget_shopping_cart a.remove {
    font-size: 25px !important;
    color: #3abaf1 !important;
}

html body .elementor-widget-wp-widget-woocommerce_widget_cart a.remove, .elementor-widget-wp-widget-woocommerce_shopping_cart a.remove, .widget_shopping_cart a.remove:hover {
    color: #777777 !important;
}

html body .elementor-4353 .elementor-element.elementor-element-fe1d71c:before{
	content: '';
	position: absolute;
	width: auto;
	height: auto;
	border: 4px solid #fff;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

@media(max-width:767px){
	html body .elementor-4353 .elementor-element.elementor-element-fe1d71c:before{
	content: '';
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
}

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.page-preloader-cover {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

#fountainG {
  position: absolute;
  top: 50%;
  transform: translate(-50%, 50%);
  width: 234px;
  height: 28px;
  left: 50%;
}

.fountainG {
  position: absolute;
  top: 0;
  background-color: #3abaf1;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 19px;
  -o-border-radius: 19px;
  -ms-border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
}

#fountainG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#fountainG_2 {
  left: 29px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

#fountainG_3 {
  left: 58px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

#fountainG_4 {
  left: 88px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#fountainG_5 {
  left: 117px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#fountainG_6 {
  left: 146px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#fountainG_7 {
  left: 175px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

#fountainG_8 {
  left: 205px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #3abaf1;
  }
  100% {
    transform: scale(0.3);
    background-color: white;
  }
}

