/*!
Theme Name: Salon Booking
Theme URI: http://underscores.me/
Author: WordPressGuru - Magenta
Author URI: http://www.wordpressguru.it
Description: A complete and easy to use WordPress appointments booking plugin.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: salon-booking
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Salon Booking is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
 
}
body {
  
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  color: #003e58;
}


.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover { text-decoration: none }




/* Header Top Main menu  section css Start */


.hero-area-bg{
    background-size: 16%;
	background-position: center;
}




.main-menu ul li a {
  color: #004664;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}
.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu ul li {
  display: inline-block;
}
.main-menu ul li a {
  display: block;
  padding: 18px 21px;
}
.main-menu {
  text-align: right;
}
.action-button a {
	font-size: 13px;
	color: #d0021b;
	font-weight: 400;
	padding: 0px 10px;
	display: inline-block;
	width: auto;
	text-align: center;
	border-radius: 2px;
	height: 55px;
	line-height: 55px;
	margin-left: 10px;
}
.action-button a i.fa {
  font-size: 13px;
}
.action-button a i {
	font-size: 21px;
	padding-right: 5px;
}

.menu-bar {
	position: relative;
}
.main-menu {
	margin-right: 280px;
}
.action-button a i.fal.fa-long-arrow-down {
  font-size: 13px;
}

.menu-bar {
	margin: 15px 0;
}
.site-logo {
	position: absolute;
	left: 0;
	font-size: 50px;
	margin-top: 7px;
}
.navbar-collapse.collapse {
/* 	padding-left: 215px; */
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: stretch;
}
.navbar-light .navbar-nav .nav-link {
	color: #004664;
	font-size: 13px;
	padding: 32px 18px;
	font-weight: 400;
	position: relative;
  font-weight: 500;
}
.mobile-menu-icon {
	display: none;
}
.dropdown-menu {
	margin: 0;
}
.dropdown-menu.megamenu {
	background: #f8f9fa;
	border-radius: 0;
  border: none;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: transparent;
}
.mega-menu {
	overflow: hidden;
}
.single-item-coulmn ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navbar.navbar-light.bg-light.navbar-expand-md {
/* 	padding: 0; */
	position: relative;
}
.navbar-expand-md {
    padding-bottom: 0;
}
/* Mega menu css start */



.mega-menu {
	/* position: absolute; */
	/* background: #003E57; */
	left: 0;
	width: 100%;
	/* z-index: 9; */
	text-align: left;
	top: 85px;
	padding: 15px;
	opacity: 1;
	visibility: visible;
	transition: .3s;
}
.all-item-column {
  margin-left: -15px;
  margin-right: -15px;
}
.single-item-coulmn {
  width: 33.333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.single-item-coulmn ul li {
  display: block;
}
.single-item-coulmn ul li a {
	display: block;
	padding: 19px;
	border-bottom: 1px solid;
	padding-left: 0;
	color: #AAC9DB;
}

.megamenu .single-item-coulmn ul li a.nav-link,
.megamenu .single-item-coulmn ul li a.nav-link:visited {
    color: #AAC9DB;
    font-size: 1rem;
}

.navbar-brand img {
	max-width: 250px;
}

.dropdown, .dropleft, .dropright, .dropup {
	position: static !important;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
	position: absolute;
	width: auto;
  left: auto;
	/* transform: scaleY(0.5); */
	transition: .3s;
/* 	top: 97px; */
}


ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
	transform: scaleY(1);
}

.navbar-light .navbar-nav .dropdown-menu .nav-link{padding: 15px 10px; font-size: 16px; font-weight: 500;}


/* Mega menu css End */




/* Header Top Main menu  section css End */


/* tooltip */


.tooltip {
  background-color: #ffaffc;
  border-radius: 10px;
  padding: 10px 15px;
  position: relative;
  margin: 15px;
  text-align: center;
}

.tooltip::after {
  background-color: #333;
  border-radius: 10px;
  color: #b254ff;
  display: none;
  padding: 10px 15px;
  position: absolute;
  text-align: center;
  z-index: 999;
}

.tooltip::before {
  background-color: #333;
  content: ' ';
  display: none;
  position: absolute;
  width: 15px;
  height: 15px;
  z-index: 999;
}

.tooltip:hover::after {
  display: block;
}

.tooltip:hover::before {
  display: block;
}

.tooltip.top::after {
  content: 'top';
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 10px));
}

.tooltip.top::before {
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 5px)) rotate(45deg);
}



/* Hero area  section Start */

.hero-area-content h1 .numeri{color: #004664; font-weight: bold;}

.action-button a.download-btn {
	background: #d0021b;
	color: #fff;
	border-color: #01bc66;
  font-size: 16px;
  font-weight: 500;
}

.action-button a.download-btn:hover {
  background: #125f80;

}

.action-button a.download-btn i{font-size: 16px;}

.modal-video{text-align: center;}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}  

.hero-area-content h1 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
}

@media(max-width: 1000px){

  .hero-area-content h1{font-size: 1.3em;}

}

.hero-area-content h1 span.underline {
  text-decoration: underline;
    text-decoration-thickness: 4px;
}

.hero-area-content h1 em{

    display: inline-block;
    position: relative;
    font-style: normal;
    z-index: 1;
}

.hero-area-content h1 em:after{

    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    background-color: #d0021b;
    z-index: -1;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 73%;

}


.hero-area-content h1 em, .single-slider-item-hr-btm-content h5 em{

    display: inline-block;
    position: relative;
    font-style: normal;
    z-index: 1;
}

.hero-area-content h1 em:after, .single-slider-item-hr-btm-content h5 em:after{

    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    background-color: #d0021b;
    z-index: -1;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 73%;

}

.hero-area-content h1 span.numeri {

color: #fff;
font-weight: 500;
font-size: 20px;

}

.hero-area-content .ti-widget{width: 30%; margin: 0px auto 30px auto; background: steelblue; border-radius: 30px; padding: 3px 12px;}
.hero-area-content .ti-widget p{color: #fff; margin-bottom: 0px;}
.hero-area-content .ti-widget p i{color: yellow;}
.hero-area-content .ti-widget p a{font-weight: bold; color: lightskyblue;}

.hero-area-content h4{color: #fff;}

.hero-area-content ul.container {
  list-style:none;
  margin: 0;
  padding: 0;
}
.hero-area-content ul .item {

padding: 0px;
    /* margin: 10px; */
    line-height: 39px;
    color: white;
    font-weight: 500;
    font-size: 1em;
    text-align: left;
    text-decoration: underline;
    text-decoration-thickness: 2px;

}

/*float layout*/
.hero-area-content ul.float, .support-logo-area ul.float{
  max-width: 100%;
  margin: 0 auto;
}
.hero-area-content ul.float:after, .support-logo-area ul.float:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hero-area-content ul li.float-item, .support-logo-area ul li.float-item {
  
}


.hero-area-content .hero-area-action-buttons a {
  font-size: 17px;
  color: #fff;
  border: none;
  height: 55px;
  display: inline-block;
  line-height: 55px;
  padding: 0px 29px;
  border-radius: 2px;
  margin-right: 10px;
  transition: .3s;
  background: #d0021b;
  font-weight: 700;
}
.hero-area-action-buttons a i {
  padding-right: 5px;
}
a {
}
.hero-area-action-buttons a:hover {
  background: #fff;
  color: #d0021b;
  border-color: #fff;
}

.hero-area-content .hero-area-action-buttons p.text-center a{color: #fff; background: none; border: none; font-weight: normal; text-decoration: underline;}

.text-center{color:  #fff;}

.hero-area-action-buttons {
  margin-top: 20px;
}
.hero-area-content {
  padding: 80px 0;
  text-align: left;
}
.hero-area {
  background-position: right 22% center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-color: #30558e!important;
  background-size: 12%;
}

.row.reltd {
  position: relative;
}
.row.reltd:after {
  position: absolute;
  left: 15px;
  width: 121px;
  height: 6px;
  background: #d8d8d8;
  content: "";
  bottom: 5px;
  border-radius: 3px;
}
.row.reltd {
  padding-bottom: 54px;
}
/*Scroll-bottom*/
.scroll-bottom p {
    font-size: 14px;
    color: #E7001C;
    font-weight: 300;
    margin-bottom: 0;
}

.scroll-bottom {
    text-align: center;
    display:none;
}

.scroll-bottom a i {
    font-size: 80px;
    color: #E7001C;
}

.single-slider-item-hr-btm-content img {
	max-width: 950px;
	margin: 0 auto;
  background: rgba(199, 223, 243, 0.25);
  padding: 5px;
  border-radius: 36px;
  -webkit-box-shadow: 5px 5px 14px 1px rgba(52,93,145,0.29); 
box-shadow: 5px 5px 14px 1px rgba(52,93,145,0.29);
}
.hero-area-action-buttons p.under_clt a {
	background: transparent;
	color: #fff;
	border-color: #fff;
  font-weight: normal;
  text-decoration: underline;
  display: contents;
  line-height: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
}

.single-slider-item-hr-btm-content h5{text-align: center; font-size: 1.7em; font-weight: 500; color: #004664;}

.single-slider-item-hr-btm-content h5 em:after{height: 6px;}
.single-slider-item-hr-btm-content h5 em{font-weight: 800;}




/* Hero area  section End */




/* Hero Bottom sldier area css start */



.sldier-aera-top-content h2 {
  font-size: 34px;
  color: #004664;
  font-weight: 400;
  text-align: center;
}
.sldier-aera-top-content {
  padding: 80px 0;
}
.main-hero-bottom-sldier-section {
  background: #ebedee;
  padding: 33px 0;
  padding-top: 69px;
  background-image: url(assets/img/salon_booking_background.png);
}
.owl-controls div.owl-dots div {
}
.owl-controls div.owl-dots div {
  width: 15px;
  height: 15px;
  background: #fff;
  display: inline-block;
  margin: 5px;
  border-radius: 50%;
}
.owl-controls div.owl-dots div.owl-dot.active {
  background: #004664;
}
.owl-controls {
  text-align: center;
  margin-top: 51px;
}

.postion-calander-img {
    background: #fff;
    width: 286px;
    text-align: center;
    padding: 20px;
    border-top: 11px solid #D0021B;
}

.postion-calander-img h4 {
    font-size: 20px;
    color: #003E58;
    font-weight: bold;
}

.postion-calander-img {
	position: absolute;
	top: 50%;
	transform: translate(32%, -50%);
	z-index: 999;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.postion-calander-img img {
	max-width: 176px;
}
.single-item-coulmn ul li a i {
	color: #E7001C;
	font-size: 13px;
	float: right;
}
.hero-bottom-sldier-area {
    position: relative;
    z-index: 1;
}



/* Hero Bottom sldier area css End */






/* Promo content area css Start */

.promo-top-title h3 {
  font-size: 20px;
  color: #004664;
  font-weight: 600;
  display: inline-block;
  margin: 0;
}
.promo-top-title {
  position: relative;
}
.single-promo-content {
  color: #004664;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  padding: 31px 63px;
}
.promo-top-title:after {
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 60px;
  height: 5px;
  background: #E7001C;
  content: "";
  left: 10%;
  margin-left: -30px;
}
.promo-top-title {
  margin-bottom: 24px;
}
.promo-content-area {
  padding: 0px 0;
}

.load-more-btn {
  text-align: center;
  display: block;
  width: 100%;
}
.load-more-btn a.ld-more {
  color: #d0021b;
  font-size: 13px;
  border: 1px solid;
/*   width: 250px; */
  display: inline-block;
  padding: 14px;
  border-radius: 2px;
}
.load-more-btn a.ld-more {
  margin-top: 56px;
}


/* Promo content area css End */





/*  Payments area css Start*/

.payments-area-section .owl-controls div.owl-dots div {
  width: 15px;
  height: 15px;
  background: #fff;
  display: inline-block;
  margin: 5px;
  border-radius: 50%;
  display: none;
}

.payments-area-section .owl-carousel .owl-item img {
  display: inline-block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.payments-area-section {
  background: #ebedee;
  padding: 90px 0;
}
.payment-top-content h2, .industry h5 {
  font-size: 1.7rem;
  color: #004664;
  font-weight: 300;
  margin-bottom: 0;
}
.payment-top-content {
  text-align: center;
}
.payment-top-content h2 span {
  display: block;
  font-weight: 700;
  margin-top: 10px;
}
.single-payment-item {
	float: left;
	width: 16.66666667%;
	height: 180px;
}

.single-payment-item-icon img {
  max-width: 107px;
}
.single-payment-item-icon {
  text-align: center;
  height: 175px;
  line-height: 175px;
  background: #fff;
  border-radius: 50%;
  width: 174px;
  margin: 0 auto;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.single-payment-item-talbe {
  display: table;
  width: 100%;
  height: 100%;
}
.single-payment-item-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.all-payment-methods {
  overflow: hidden;
}
.payment-top-content p {
	color: #004664;
	font-size: 24px;
	font-weight: 300;
	margin: 50px 0;
}

.payments-area-section .owl-controls div.owl-dots div {
  display: inline-block;
}
.payments-area-section .owl-controls div.owl-dots div {
  width: 30px;
  height: 10px;
  border-radius: 50px;
}
/*  Payments area css End */








/* Testimonial section START */

.case_study .singola_azienda{background: #f8f9fa; padding-bottom: 10px; min-height: 550px;}

.case_study .post-img{float: none; width: 100%; height: 200px;}
.case_study p.company_statement{line-height: 1.4em; font-weight: 500; font-size: 1em; margin: 40px 10px 0px 0px; font-style: italic;}
.case_study p.company_name{font-weight: bold; font-size: 14px; margin-top: 20px;}
.case_study p.company_website{ font-size: 12px; color:#66808c; }
.case_study span.company_country{font-weight: 200;}
.case_study p.company_details{ font-size: 12px;
    padding: 5px;
    background: #d0021b;
    display: block;
    width: auto;
    color: #fff;
    top: 7px;
    position: absolute;
    z-index: 100000000;
    border-radius: 20px;
    left: 10px;
}}
.case_study p{line-height: 0.8rem;}

.case_study p.company_statement::before{content: '"'; color: #d0021b; font-weight: 700; font-size: 2em;}
.case_study p.company_statement::after{content: '"'; color: #d0021b; font-weight: 700; font-size: 2em;}

.brand-area-section .case_study .owl-controls{margin-top: 4px;}
.brand-area-section .case_study .owl-controls div.owl-dots div {
  display: block;
  float: left;
}

.owl-carousel .owl-item img{width: auto;}

.row.case_study{height: 600px; overflow: hidden;}

.owl-controls div.owl-dots div.owl-dot{background: #66808c;}

.testimonil-section {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.testimonil-section:after {
    position: absolute;
    content: "";
    background: rgba(0, 70, 100, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .6;
}

.testimonial-title h2 {
    position: relative;
    z-index: 1;
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 15px;
}

.testimonial-title h2:after {
    position: absolute;
    width: 120px;
    height: 8px;
    background: #d0021b;
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.testimonil-items p {
	font-size: 21px;
	color: #fff;
	line-height: 1.43;
	font-weight: 300;
}
.author-title {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
}

.testimonil-items {
    margin-top: 40px;
}


.testimonil-active .owl-controls div.owl-dots div.owl-dot.active {
    background: #D0021B;
}
.testimonil-active .owl-controls div.owl-dots div {
    background: #92ABB4;
}

.testimonil-active .owl-controls {
    margin-top: 30px;
}

.block-testimonial {
    display: inline-block;
    min-height: 100px;
}



/* Testimonial section END */







/*Blog-area-section START*/

.single #main .avatar{border-radius: 50px;}
span.author_desc{font-size: 14px;}

.single h1{font-size:2rem; font-weight: bold; margin: 15px 0; color: #004664;}
.single h2{font-size:1.3rem; font-weight: bold; margin: 15px 0; color: #004664;}
.single h3{font-size:1rem; font-weight: bold; margin: 15px 0; color: #004664;}
.single h4{font-size:1.2rem; font-weight: bold; margin: 15px 0; color: #004664;}

.section-title h2,  .section-title h1, .page-template-price-page .section-title h2{
    font-size: 34px;
    font-weight: bold;
    color: #004664;
}

.section-paddign {
    padding: 100px 0;
}

.section-title {
    margin-bottom: 80px;
}

.section-title.badge a{    width: 27%; float: left; margin: 0 30px 0;}

.section-title.secondary-price{
    margin-bottom: 20px;
    margin-top: 60px;
}

.section-title.secondary-price h3{
    font-weight: 600;
}

.blog-img img {
    width: 100%;
}

.single #main img{-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; background: #efefef; padding: 5px; }

.single #main .addtoany_shortcode img{

-webkit-box-shadow: none; 
box-shadow: none; padding: 0px;}

}


pre{font-family: monospace; font-size: 130%; color:#676767;}
pre::before{content: '\219B '}
.blog-single-item {
    background: #EBEDEE;
    margin-bottom: 60px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
    transition: .3s;
}

.blog-text {
    padding: 20px;
    position: relative;
}

.blog-text:after {
    position: absolute;
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid #EBEDEE;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: -30px;
    left: 20px;
}

.blog-text h4 {
    font-size: 24px;
   
    font-weight: 700;
    color: #003E58;
}

.blog-text p {
    font-size: 14px;
    color: #003E58;
    line-height: 1.29;
    padding-bottom: 20px;
}

.blog-text .btn-demo {
    display: block;
    background: #003E58;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    padding: 15px 5px;
    transition: .3s;
    border: 1px solid transparent;
}

.blog-text .btn-demo:hover {
    background: #fff;
    color: #003E58;
    border: 1px solid #003E58;
}

.blog-single-item:hover {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
}
.blog-img {
    border-top: 11px solid #D0021B;
}

/*Blog-area-section END*/







/*Customer-contact-area START*/

p.happy_score{font-size: 200px; font-weight: bold; line-height: 9rem; position: relative; color:#D0021B;}
p.happy_score span{font-size: 60px; line-height: 0rem; position:absolute; top:38px; color:#003e58;}
p.happy_score_titolo{font-size: 30px; font-weight: bold; line-height: 30px;}
p.happy_score_description{font-size: 15px; line-height: 10px;}
.customer-contact-area {
    background-size: 20%;
    background-position: 70% 190px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-color: #ebedee;
}

.customer-contact-area:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .7;
}

.customer-right-text h4 {
	font-size: 34px;
	font-weight: bold;
	color: #003e58;
	margin-bottom: 28px;
}

.customer-right-text p {
	font-size: 21px;
	color: #003e58;
	margin-bottom: 5px;
	position: relative;
	padding-left: 25px;
	font-weight: 300;
}
.brand-area-section {
	padding-bottom: 50px;
}
.customer-right-text p::after {
	content: "\f061";
	color: #E7001C;
	font-family: "Font Awesome 5 Pro";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 17px;
}

/*Customer-contact-area END*/






/*Download-banner-section START*/

.download-baner-section {
    background: #D0021B;
}
.download-left-text h3 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 0;
	font-weight: 300;
}
.download-right-text a {
    display: inline-block;
    background: #003E58;
    color: #fff;
    padding: 20px 30px;
    text-transform: uppercase;
    transition: .3s;
}
.download-right-text a:hover {
    background: #fff;
    color: #D0021B;
}
/*Download-banner-section END*/




.brand-area-section .owl-controls div.owl-dots div {
  display: none;
}
.section-paddign {
  padding-bottom: 116px;
}
.right-form button {
	position: absolute;
	right: 0;
	padding: 22px;
	cursor: pointer;
	top: 0;
}



/* Footer-area START */

.footer {
    background: #EBEDEE;
    padding-bottom: 80px;
}

.footer-subscribe-form {
    background: #003E58;
    padding: 50px 30px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
    margin-top: 100px;
    margin-bottom: 70px;
    background-image: url(https://www.salonbookingsystem.com/wp-content/uploads/2021/02/header_logo-1.png);
    background-repeat: no-repeat;
    background-position: 30px 30px;
}

.join-left-content h4 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
    font-style:italic;margin-top: 30px;
}

.join-left-content h5 {
	font-size: 20px;
	font-weight: 300;
	color: #E7001C;
	margin-bottom: 0;
}

.right-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9b9b9b;
    opacity: 1; /* Firefox */
}

.right-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #9b9b9b;
}

.right-form input::-ms-input-placeholder { /* Microsoft Edge */
   color: #9b9b9b;
}



.join-left-content h5 strong {
    display: inline-block;
    font-weight: 800;
    margin-top: 10px;
}

.right-form {
    width: 100%;
    background: #336479;
    border: 0;
}
.right-form input {
	width: 100%;
	background: transparent;
	border: 1px solid transparent;
	padding: 20px;
	color: #9b9b9b;
}
.footer-menu-items ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu-items .nav-link {
    padding: 0px;
}

.footer-menu-items .search-box {
    border: 1px solid #cbcbcb;
}

.footer-menu-items .search-box button {
    padding: 20px 0px 20px 20px;
}

/* calendar widget */
.widget_calendar {/* float: left; */}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; text-align: center;}
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #003e58; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td a {color: #e71a1c; margin: 0; font-size: 1rem;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot td a {color: #003e58; text-decoration: none; border-bottom: none;}
#wp-calendar tfoot td a:hover {text-decoration: underline;}
#wp-calendar tfoot #next { font-size: 1rem; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 1rem; text-transform: uppercase; padding-top: 10px; }

.right-form {
	position: relative;
}
.right-form input:focus {
    outline: none;
    border: 1px solid #E7001C;
}

.right-form button {
    background: transparent;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.footer-menu-items h6 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    color: #E7001C;
    margin-bottom: 50px;
}

.footer-menu-items a {
    display: block;
    font-size: 14px;
    color: #003E58;
    margin-bottom: 15px;
    font-weight: normal;
    transition: .3s;
}

.footer-menu-items a:hover {
    opacity: .6;
}

.footer-social a {
    display: inline-block;
    margin-right: 15px;
}

.footer-social a i {
    width: 30px;
    height: 30px;
    background: #3B5998;
    color: #fff;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
}

i.fab.fa-google-plus-g {
    background: #DC4E41;
}

i.fab.fa-twitter {
    background: #26A6D1;
}

i.fab.fa-youtube {
    background: #F61C0D;
}

.copyright-area {
    padding: 30px 0;
    color: #9B9B9B;
    font-size: 14px;
    font-weight: normal;
}


/* Footer-area END */







/* Mobile menu css start */



.mobile-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #06425C;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
    transition: .3s;
}
.mobile-menu .action-button {
}
.mobile-mode-menu-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
}
.mobile-mode-menu-items ul li a {
	color: #fff;
	font-weight: 400;
	display: block;
	padding: 13px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.mobile-mode-menu-items {
	margin-top: 98px;
	margin-bottom: 25px;
}
.action-button-mobile {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.action-button-mobile a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #E7001C;
  border: 1px solid;
  padding: 1px 10px;
  font-weight: 400;
  border-radius: 3px;
  margin-bottom: 10px;
  height: 57px;
  line-height: 57px;
}
.action-button-mobile a:last-child {
  background: #E7001C;
  color: #fff;
  border-color: #E7001C;
}
.action-button-mobile a:first-child i {
  font-size: 24px;
}
.action-button-mobile a i {
  padding-right: 7px;
}
.mobile-mode-menu-items ul li a i {
	color: #E7001C;
	float: right;
	font-size: 13px;
}
.is-sticky .header-top-mainmenu-area {
	background: #fff;
	z-index: 99 !important;
}








.mobile-menu-icon {
	position: absolute;
	top: 23px;
	right: 9px;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	cursor: pointer;
	border: none;
	outline: none;
	
	background: transparent;
}
.mobile-menu-icon span {
	position: absolute;
	width: 35px;
	height: 3px;
	background: #004463;
	display: block;
	top: 24px;
	transition: .3s;
}

.mobile-menu-icon span:before {
    content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #004463;
	top: -10px;
    left: 0;
    transition: .3s;
}


.mobile-menu-icon span:after {
    content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #004463;
	top: 10px;
    left: 0;
    transition: .3s;
}
.mobile-menu.activee {
	opacity: 1;
	visibility: visible;
}


.mobile-menu-icon:focus {
	outline: none;
}

.menu-close i {
	font-size: 34px;
	color: #fff;
	position: absolute;
	right: 15px;
	width: 40px;
	text-align: center;
	cursor: pointer;
	top: 24px;
}
.site-logo img {
	max-width: 150px;
}
.mobile-mode-logo img {
	max-width: 150px;
	position: absolute;
	left: 15px;
	top: 15px;
}
.mobile-mode-logo img {
	max-width: 270px;
	position: absolute;
	left: 15px;
	top: 26px;
}
/* Mobile menu css End */






.service-moblie-section {
    background: #E6E6E6;
    padding: 30px 0;
}

.serice-icon-item {
    width: 90px;
    height: 90px;
    background: #fff;
    float: left;
    border-radius: 50%;
    line-height: 90px;
    margin-bottom: 50px;
}

.serice-icon-item:nth-child(2) {
    margin-top: -30px;
    transform: scale(1.2);
    z-index: 0;
}

.serice-icon-item:nth-child(1) {
    margin-right: 0;
}

.serice-icon-item:nth-child(3) {
    margin-left: 0px;
}

.service-content h4 {
    font-size: 20px;
    color: #004664;
    font-weight: bold;
}

.service-content p {
	font-size: 16px;
	color: #004664;
	font-weight: 300;
}

.service-content {
    text-align: center;
}
.service-content.service-content-last .serice-icon-item {
    float: inherit;
    margin: 0 auto;
    margin-bottom: 50px;
}
.service-content-img img {
    margin-bottom: -70px;
    margin-top: -70px;
}

.service-moblie-section {
    margin: 80px 0;
}
.serice-icon-item img {
    width: 100%;
    padding: 15px;
}


.section-title h3 {
	font-size: 34px;
	font-weight: 300;
	color: #004664;
}
.section-title h3 strong {
  display: block;
  font-weight: 800;
}
.section-title {
  text-align: center;
}

.section-title-box .section-title {
  margin-bottom: 0;
}
.section-title-box {
  margin-top: 80px;
}





/* Features page css start */



.features-page-header .hero-area-content h1 {
	margin: 0;
  color:#fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.features-page-header .hero-area-content h3{ font-weight: 400; color:#dedede; font-size: 1.3em;}

.hero-area.hero-area-bg.section-padding .hero-area-content {
	padding-top: 220px;
	padding-bottom: 172px;
}

.booking-rules-section {
  padding: 140px 0;
}
.booking-rules-left-rang-content h2 {
  font-size: 34px;
  color: #004664;
  font-weight: 700;position: relative;
}
.booking-rules-right-content p {
  font-size: 20px;
  color: #004664;
  line-height: 1.5;
  font-weight: 600;
}
.card-header {
	padding: 15px 0 15px 15px;
	border: none;
	border-radius: 0 !important;
}


.page-template-price-page .card-header, .page-template-businessplan-page .card-header {
  padding: 2px 0px 0px 15px;
  border: none;
  border-radius: 0 !important;
}



.card-header h5{color: #4f607a; font-size: 1rem;}
.page-template-feature-page p{font-size: 16px; font-weight: 500;}
.page-template-feature-page h5 i{color: #d0021b;}

.card-header button {
  width: 100%;
  text-align: left;
  font-size: 22px;
  color: #e7001c;
  padding: 13px 10px;
  font-weight: 400;
  border-radius: 0 !important;transition: .3s;
}

.page-template-feature-page p.call_to_action a{ font-size: 1.3em; margin:20px 0 20px 0; color:#d0021b; display: inline-block; text-decoration: underline; text-decoration-thickness: 2px; }
.page-template-feature-page p.call_to_action a:hover{margin-right: 20px;transition: .3s;}
.parent-pageid-37709 .card-header{background: transparent; border-bottom: 1px solid #b5babd;}

.card-header{background: #fff;}

.card-header button:hover {
  
  color: #e7001c;
  
  font-weight: 300;

}
.card {
  border: none;
  border-radius: 0;
  background: #fff;
}

.booking-rules-left-rang-content h1::after {
	position: absolute;
	left: 0;
	width: 100px;
	bottom: -10px;
	height: 6px;
	background: #E7001C;
	content: "";
}

.booking-rules-section {
  position: relative;
}
.list-number {
  position: absolute;
  font-size: 500px;
  top: 0;
  line-height: 355px;
  color: #f6f6f6;
  font-weight: 700;
}














.booking-rules-right-content .btn.btn-link i {
	position: absolute;
	right: 0;
	top: 50%;
	font-weight: 700;
	margin-top: -7px;
}



.page-template-price-page .booking-rules-right-content .btn.btn-link i, .page-template-businessplan-page .booking-rules-right-content .btn.btn-link i {
  position: absolute;
  right: 26px;
  top: 50%;
  font-weight: 700;
  margin-top: -7px;
}



.booking-rules-right-content .card {
	background: none;
}

.booking-rules-right-content .btn.btn-link {
	position: relative;
	z-index: 3;
	padding: 20px 0;
	text-decoration: none;
}

.booking-rules-section.two {
	
}

.booking-rules-section.two .col-md-6 {
    z-index: 1;
}

.list-number.two {
	color: #fff;
	right: 0;
}
.booking-rules-section.two .card-body {
	padding: 10px;
	z-index: 3;
	position: relative;
}

.booking-rules-section.two .card {
	border-bottom: 1px solid #fff !important;
	
}
.booking-rules-section.two .booking-rules-right-content p {
	z-index: 2;
	position: relative;
}

.salon-booking-area {
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	position: relative;
    z-index: 1;
}
.salon-booking-area::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #d8d8d8;
	opacity: .85;
	z-index: -1;
}

.salon-booking-title {
  text-align: center;
  margin-bottom: 60px;
}
.salon-booking-title h2 {
  color: #004664;
  font-size: 34px;
  font-weight: 700;
  position: relative;
}
.salon-booking-title h2:after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  content: "";
  width: 120px;
  height: 8px;
  background: #d0021b;
  margin-left: -60px;
}
.salon-booking-text h5 {
	text-transform: uppercase;
	color: #e7001c;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid;
	padding: 8px 0;
}

.translation-sling-item p {
	color: #004664;
	font-size: 14px;
	position: relative;
	padding-left: 20px;
}
.translation-sling-item p:after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: #e7001c;
  margin-top: -5px;
}




.languages-item span img {
  width: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.languages-item .flag {
  font-size: 14px;
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 14px;
  color: #004664;
}

.transifex-text {
  border-top: 1px solid #fff;
  padding-top: 15px;
}
.transifex-text h6 {
  font-weight: 700;
  color: #004664;
  margin-bottom: 0;
  font-size: 14px;
}
.transifex-text p {
  font-size: 14px;
  color: #004664;
}
.transifex-text a {
    text-decoration: underline;
    color: #004664;
}
.transifex-text a:hover {
    text-decoration: none;
}
.reservations-area {
	padding: 46px 0;
	padding-bottom: 150px;
}

.reservations-area .row{background: #cacfd1; border:3px solid #125f80;}

.reservations-title h3 {
  font-size: 36px;
  color: #125f80;
  line-height: 50px;
  font-weight: 300;
}

.page-template-feature-page .reservations-area  p{font-size: 16px; font-weight: 500;}


.download-brn a {
  background: #004664;
  color: #ffff;
  font-size: 20px;
  display: inline-block;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 600;
}



.download-brn a:hover{background: #125f80;}

.download-brn {
	text-align: center;
	margin-top: 25px;
}

.blog-section-2 .blog-single-items.element-item{background: #f8f9fa; -webkit-box-shadow: 5px 5px 5px 5px #EAEAEA; box-shadow: 5px 5px 5px 5px #EAEAEA;}

.blog-single-items.element-item {width: 30%; float: left; margin-right: 20px; min-height: 450px;}

.blog-single-items.element-item h5{font-size: 1.2em; padding: 10px;}

/*textimonial page*/

.owl-stage {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}

.slider-area {
	height: 600px;
	background-size: cover;
	background-position: center;
	position: relative;
    z-index: 1;
}
.slider-area::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: #ebedee;
	opacity: .7;
	z-index: -1;
}



.slider-table {
  height: 100%;
  width: 100%;
  display: table;
}
.slider-table-cel {
  display: table-cell;
  vertical-align: middle;
}

.slider-area-content {
	text-align: center;
	margin-top: 100px;
}
.slider-single-item h2 {
	font-size: 34px;
	color: #003e58;
	font-weight: 700;
	position: relative;
	margin-bottom: 70px;
}
.slider-single-item h2::after {
	position: absolute;
	left: 50%;
	bottom: -15px;
	content: "";
	width: 120px;
	background: #d0021b;
	height: 8px;
	margin-left: -60px;
}

.slider-single-item p {
  font-size: 21px;
  line-height: 30px;
}
.slider-single-item a {
  font-size: 14px;
  color: #003e58;
}
.slider-area-content .owl-controls div.owl-dots div.owl-dot.active {
	background: #d0021b;
}

.slider-area-content .owl-controls {
	text-align: center;
	margin-top: 100px;
}
.download-brn.ex-two a {
	background: #0D5078;
}



/*Busniess_owner START*/
.section-title p {
    font-size: 20px;
    font-weight: bold;
    color: #004664;
}

.section-title h2 {
    font-size: 34px;
    font-weight: bold;
    color: #003E58;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.section-title h2:after {
    position: absolute;
    content: "";
    background: #E7001C;
    width: 120px;
    height: 8px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.business-owner-box {
    
}

.single-item {
	position: relative;
	min-height: 283px;
    z-index: 1;
    box-shadow: 0 3px 13px 0 rgba(0,0,0,.2);
}

.business-owner-box img {
    width: 100%;
}

.owner-box-hover {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    background: #003E58;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.single-item {
	margin-bottom: 30px !important;
}
.nice-select.filters-select {
	width: 355px;
	margin-left: auto;
	margin-right: auto;
}
.owner-box-hover span {
    position: absolute;
    bottom: 15px;
    font-size: 18px;
    cursor: pointer;
}

.owner-box-hover p {
    font-size: 14px;
    color: #fff;
}

.owner-box-hover h4 {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
}

.owner-box-hover span i {
    color: #fff;
}

.business-owner-box:hover .owner-box-hover {
    opacity: 1;
    visibility: visible;
}


/*
.grid-all-items {
  padding-left: 15px;
  padding-right: 15px;
}
.grid {
  margin-left: -15px;
  margin-right: -15px;
}
.business-owner-box {
  margin-left: 15px;
  margin-right: 15px;
}
*/
.nice-select{
  float: inherit;
}
.nice-select:after {
    border-bottom: 2px solid #003E58;
    border-right: 2px solid #003E58;
    height: 7px;
    width: 7px;
}
.nice-select {
    background-color: #fff !important;
    border: none;
    border-radius: 0;
    height: 60px;
    line-height: 60px;
    margin-bottom: 40px;
    font-size: 14px;
}
ul.list {
    width: 100%;
}
.business-owner-section {
    background: #EBEDEE;
    padding: 80px 0 0px;
}
.brand-area-section.testimonials-sec {
    padding-bottom: 80px;
}
.select-box h4 {
    font-size: 14px;
    color: #9B9B9B;
    font-weight: 300;
    margin-bottom: 10px;
}
.file-download-sec p {
    font-size: 20px;
    color: #003E58;
    font-weight: 500;
}

.file-download-sec p a {
    color: #003E58;
    font-weight: bold;
}

.file-download-sec {
    padding-top: 80px;
}

/*Busniess_owner END*/


/*textimonial page*/

 





/*Price-table-page START*/

.custom-development p{margin-top: 10px;}
.custom-development h2{color:  rgb(14, 34, 62); font-size: 1.6rem;}
.custom-development .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat{border-color: rgb(14, 34, 62); background-color: rgb(14, 34, 62); color: white;}

.social-proof{text-align: center; color: rgb(14, 34, 62);}

.pricing{

    background-image: url(https://www.salonbookingsystem.com/wp-content/uploads/2022/02/Rolling-1s-200px-1.gif?id=438627) !important;
    background-repeat: no-repeat;
    background-position: center;

}

.fixed-top {
    position: inherit;
}



.slow-anxiety{ border: 2px solid #e9f2f6;}
.slow-anxiety ul li{font-size: 20px;}


.price-table-area {
    background-size: unset;
    background-position: top 1% right 2%;
    background-color: #ddd;
    padding: 60px 0;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
}



.price-box {
    background: #FFFFFF;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}

.pirce-top-inner {
    background: #004664;
    padding: 20px;
}

.pirce-top-inner h2 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    line-height: 25px;
}

.pirce-top-inner h2 span {
    font-weight: normal;
}

.price-btn a {
    display: block;
background: rgb(48,85,142);
background: linear-gradient(180deg, rgba(48,85,142,1) 35%, rgba(59,91,140,1) 100%);
    padding: 16px;
    color: #fff;
    font-size: 20px;
    text-transform: none;
    font-weight: 500;
    width: 40%;
    margin: 0 auto;
}

.blocco_prezzo .price-btn a{width: 100%; margin-top: 20px;}

.pirce-list .blocco_prezzo p{border: none; color:#4B4B4B; text-align: center; font-style: italic; font-size: 14px;}
.price-btn a:hover{color:black;}

.price-btn {
    padding: 20px;
    padding-top: 0;
}

.page-template-price-page h3{font-size: 1.5em;}

.pirce-list {
    text-align: left;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.pirce-list p {
    border-bottom: 1px solid #EBEDEE;
    font-size: 16px;
    color: #004664;
    transition: .3s;
    margin-bottom: 0;
    padding: 12px 0;
}


.pirce-list p:hover {
    font-weight: 500;
}

.pirce-list p span.acapo{font-size: 14px; margin-left: 32px;}

.pirce-list p i {
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
}

.pirce-list p i.fa-check{color: green;}
.pirce-list p i.fa-minus-circle{color: red;}

.pirce-list h2, .blocco_prezzo h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    color: lightslategrey;
    margin-top: 20px;
    font-size: 1.5rem;
}

.contenitore_blocco_prezzo{display: flex;     justify-content: center;}

.blocco_prezzo{}
/* .pirce-list h2 span, .blocco_prezzo h2 span{    font-size: 1rem; color: lightslategrey; font-weight: 600;} */


.pirce-list p span.monthly{font-size: ;}

.support-logo-area {
    padding: 60px 0;
}

.support-logo-area .center{margin: 0 auto;}

.support-logo-area ul.float{ list-style: none; }
.support-logo-area ul.float li{margin-right: 20px; margin-bottom: 20px; font-weight: bold; font-size: 1.3em;}
.support-logo-area ul.float li i{color: #E7001C;}
/*Price-table-page END*/



/*Faq-page START*/

.faq-section {
    background: #EBEDEE;
    padding: 80px 0;
}

.faq-section .card-body p {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
}
/*Faq-page END*/



/* *
   * Full Services
 */

.fullservices-area {
	min-height: 600px;
    background-color: #ebedef;
}

.fullservices-price {
    background-color: #ebedef;
}

.fullservices-area h3 {
    font-size: 30px;
    font-weight: 900;
    color: #003d58;
    line-height: 1.2;
}

.fullservices-area p {
    font-size: 21px;
    font-weight: 200;
    line-height: 1.393;
    color: #003d58;
}

.fullservices-area p strong {
    font-weight: 800;
}

.fullservices-area ol li {
    font-size: 16px;
    line-height: 1.393;
    font-weight: 500;
}

.fullservices-features h3 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    color: #003d58;
    margin: 10px auto;
}

.fullservices-features p {
    padding: 0 45px;
    color: #494949;
}

.fullservices-features ul {
    color: #494949; /* grey */
}

.fullservices-features p strong {
    color: #003d58; /* blue */
}

.fullservices-features ul {
    padding: 0 65px;
}
.fullservices-features .uderscore_red {
    margin: 20px 0 25px;
}

.fullservices-features .feat-right {
    margin-top: 50%;
}

.fullservices-price h2 { 
    font-size: 30px;
    font-weight: 600; 
    line-height: 1.4;
    color: #003d58;
}

.fullservices-price h2 strong {    
    font-weight: 900;
}

.fullservices-price h2 small {
    font-size: 20px;
    font-weight: 300;
}

.fullservices-price .uderscore_red {
    margin: 20px auto;
    max-width: 260px;
    display: block;
}

.fullservices-cta a {
    font-size: 20px;
    font-weight: 200;
    background-color: #003d58;
    border-radius: 0;
    padding: 20px 95px;
    color: #FFF;
    border: 2px solid #003d58;
}

.fullservices-cta a:hover {
    background-color: transparent;
    color: #003d58;
    font-weight: 400;
}

.fullservices-limitations {
    font-size: 16px;
    color: #003d58;
    font-weight: 300;
}

.portfoliofs .owl-controls {
    margin-top: 10px;
}

.portfoliofs .owl-controls .owl-dot {
    background-color: #eaecee;
}


/* *
   * Full Services END
 */





/*Blog 1 page START*/
.blog-top-title-area {
    background: #EBEDEE;
    padding: 60px 0;
}

.blog-top-title-area h2, .blog-top-title-area h2, .blog-top-title-area h3{color: #004664; font-weight: 700;}

.blog-top-title-area h1, .blog-top-title-area h4, h4.entry-title, .blog-top-title-area h3 , h1.entry-title{
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    color: #004664;
}

h3.entry-title{font-weight: 1.5em}

.post-img {
    height: 230px;
    background-repeat: no-repeat;
    width: 250px;
    float: left;
    margin: 0 15px 30px 0;
}

.blog .post-date{margin-top:0px;}
.post-date,
.cat-links a, .tags-links a {
    font-size: 14px;
    color: #D0021B;
    margin-top: 15px;
}

.indice_argomenti{ font-size: 20px; font-weight: 600; }
.indice_argomenti li{margin-bottom:10px;}

.conclusions{display: block; background: #f8f9fa; padding: 30px; }
.conclusions p{font-weight: 500;}

.posted-on{color: #9B9B9B; font-size: 12px;}

.blog-single-items h2 {
    font-size: 20px;
    font-weight: bold;
    color: #004664;
    margin: 15px 0;
}

.blog-single-items p {
    font-size: 18px;
    color: #003E58;
    margin-bottom: 1.8rem;
    line-height: 2rem;
}

.single .blog-single-items a{

  color:#d0021b;
  text-decoration: underline;
  text-decoration-thickness:2px;
}


.share-btn i {color: #E7001C;font-size: 20px;margin-right: 15px;cursor: pointer;transition: .3s;}

a.readmore-btn {
    float: right;
    display: inline-block;
    color: #E7001C;
    font-weight: 14px;
    font-weight: 500;
}

.share-btn {
    padding: 15px;
}

.blog-single-items {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
    overflow: hidden;
    margin-top: 30px;
}

.search-box {
    background: #EBEDEE;
    margin: 30px 0;
}

.search-box input {
    background: transparent;
    border: none;
    padding: 20px;
    width: 83%;
}

.search-box button {
    border: none;
    background: transparent;
    color: #004664;
    font-weight: bold;
    padding: 20px 5px 20px 20px;
    cursor: pointer;
    font-size: 20px;
}

input:focus {
    outline: none;
}

button:focus {
    outline: none;
}

.blgo-download-sec {
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    position: relative;
    z-index: 1;
    padding: 30px;
}

.blgo-download-sec:after {
    position: absolute;
    content: "";
    background: #003E58;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .6;
}

.blgo-download-sec h2 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
}

a.download-btnn {
    display: block;
    color: #fff;
    background: #E7001C;
    text-align: center;
    padding: 15px;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 150px;
}
.sidebar-items h4,
.categoris-box h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #D0021B;
}

.sidebar-items ul {
    padding: 0;
    list-style: none;
}

.sidebar-items li a,
.categoris-box a {
    border-top: 1px solid #D8D8D8;
    display: block;
    padding: 15px 0;
    color: #003E58;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
}

.sidebar-items,
.categoris-box {
    margin: 40px 0;
}

.sidebar-items a:last-child,
.categoris-box a:last-child {
    border-bottom: 1px solid #D8D8D8;
}

.sidebar-items a:hover,
.categoris-box a:hover {
    color: #E7001C;
}

.share-btn i:hover {
    opacity: .7;
}

h4 {}

.recent-post h4 {
    font-size: 14px;
    font-weight: 600;
    color: #D0021B;
    line-height: 20px;
}


.donor img,
.user-icon {
    width: 60px;
    height: 60px;
    background: #D8D8D8;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    float: left;
    margin-right: 15px !important;
}

.recent-post-item {
    border-top: 1px solid #D8D8D8;
    padding: 10px 0;
}

.recent-post-item {
    overflow: hidden;
}

.user-icon p span {
    display: block;
}

.donor-location,
.donor-donation-amount,
.recent-post-item p span {
    display: block;
    font-weight: 600;
    font-size: 12px;
}

.donor-name,
.recent-post-item p {
    font-size: 14px;
    font-weight: bold;
    color: #003E58;
    margin-bottom: 0;
}

.donor-name,
.donor-location,
.donor-donation-amount {
    display: table-header-group;
}


/*Pagination*/
.blgo-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blgo-pagination li {
    display: inline-block;
}

.blgo-pagination li.active {
    padding: 15px 20px;
}
.blgo-pagination li a {
    color: #003E58;
    font-weight: 600;
    padding: 15px 20px;
    display: block;
    opacity: .4;
    transition: .3s;
}

.blgo-pagination li.active a {opacity: 1;}

.blgo-pagination li.next a {font-size: 20px; font-family: FontAwesome; }
.blgo-pagination li.arrow a {opacity: 1;font-size: 20px; font-family: FontAwesome; }

.blgo-pagination {
    padding-top: 60px;
}

.blgo-pagination li a:hover {
    opacity: 1;
}
.blgo-pagination {
    padding-top: 70px;
    padding-bottom: 170px;
}
/*Blog 1 page START*/






/*Blog-2 page START*/
.blog-section-2 {
    padding-bottom: 200px;
}

 .blog-section-2 .post-img {
    height: 480px;
    float: inherit;
    width: 100%;
    background-size: contain;
}
.location-text i {
    font-size: 14px;
    margin-right: 5px;
}
.blog-section-2 .blog-single-items {
    box-shadow: none;
}
.location-text {
    font-size: 14px;
    font-weight: 600;
    margin: 30px 0;
}
.releted-items-text p {
    padding: 15px;
}

.blog-section-3 .post-img {
    height: 240px;
}


.releted-items-text .post-img {
    background-size: cover;
    background-position: center;
    height: 200px;
}
.releted-items-text a.readmore-btn {
    float: inherit;
    font-size: 14px;
}
.releted-items-text {
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.3);
}
.releted-items-text .blog-single-items h5 {
    font-size: 16px;
    margin: 0px 15px;
}

.releted-items-text .post-date {
    font-size: 12px;
    margin-top: 0px;
    padding: 15px;
}
.post-reted-title h2 {
    font-size: 20px;
    color: #E7001C;
    font-weight: bold;
    margin: 0;
    margin-top: 50px;
}
.banner-comment-seciton textarea {
    height: 133px;
    background: #EBEDEE;
    margin: 30px 0;
    padding: 15px;
    border: none;
    resize: none;width: 100%;
}
.blog-right-box {
    border-left: 1px solid #DDDDDD;
    padding-left: 30px;
    padding-bottom: 150px;
}
.search-box input {
    width: 80%;
}
.blog-section-3 {
  padding-bottom: 0;
}

.no-results,
.not-found {
    padding-top: 40px;
}

/*Blog-2 page END*/






.payment-method-box {
    background: #FFFFFF;
    padding: 20px;
}

.payment-method-box input[type] + label:before {
    content: "";
    width: 30px;
    height: 30px;
    background: transparent;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    border: 2px solid #C3E0F3;
    margin-right: 10px;
    margin-top: -2px;
}

.payment-method-box input {
    display: none;
}

.payment-method-box input[type]:checked + label:before {
    background: #003753;
}

.payment-method-box label {
    cursor: pointer;
}
.payment-method-box p {
    font-size: 14px;
    font-weight: 500;
}

.payment-method-box p:last-child {
    margin-bottom: 0;
}
.booking-rules-left-rang-content h1 {
    margin-bottom: 30px;
}

.simple-page {
    background: #252987;
    padding: 15px;
    color: #fff;
}

.simple-page h2 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

.simple-page label {
    font-size: 12px;
    opacity: .8;
    display: block;
}

.simple-page input {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 30px;
    color: #fff;
}

.simple-page button {
    background: #F2FBFE;
    border: none;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: #004664;
    cursor: pointer;
}

.simple-page p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}





.assistant-user {
    background: #A4C0C9;
    padding: 15px;
}

.single-assitant-item img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.single-assitant-item {
    position: relative;
    border-bottom: 1px dashed #878B8D;
    padding-bottom: 30px;
}

.single-assitant-itemma {}

.single-assitant-item {
    padding-left: 90px;
}

.single-assitant-item p {
    font-size: 20px;
    font-weight: 600;
    color: #007CBD;
    margin-bottom: 0;
}

.single-assitant-item span {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.single-assitant-item:last-child {
    border-bottom: 0;
    margin-top: 15px;
}
.single-assitant-item img {
    margin-top: -10px;
}

.service-item-box {
    background: #A4C0C9;
    padding: 15px;
}

.service-item-box span {
    color: #004664;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.service-item-box p {
    text-transform: uppercase;
    font-weight: bold;
    color: #3E88BD;
    margin-top: 30px;
    cursor: pointer;
}
.notification.img img {
    width: 100%;
}







/* Business Plane START */

.business-plan-area {
    background-size: cover;
    background-position: center;
    background-color: #c3c3c3;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.business-plan-area:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .9;
}

.business-section-title h2 {
    font-size: 43px;
    color: #004664;
    font-weight: 600;
}

.business-section-title h3 {
    font-size: 55px;
    font-weight: 900;
    color: #004664;
}

.business-section-title h3 small {
    font-size: 34px;
}

.business-one-website {
    font-size: 25px;
    font-weight: 300;
}

.business-free-trial {
    font-size: 34px;
    font-weight: 300;
}

.business-section-title hr {
    background: #E7001C;
    width: 100%;
    height: 8px;
}

.business-section-title a.start-trial {
    display: inline-block;
    padding: 25px 30px;
    background-color: #e7001c;
    color: #FFF;
    font-weight: 500;
    margin-top: 45px;
    font-size: 19.74px;
    
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.business-section-title a.start-trial:hover {
    background-color: #004664;
}

.business-section-title .business-relax {
    padding: 10px;
}

.business-section-title p {
   margin-bottom: 5px; 
}

.business-section-title p small {
    font-size: 13.82px;
    font-style: italic;
    font-weight: 600;
}

.business-feature h4 {
    font-size: 24px;
    color: #004664;
    font-style: italic;
}

.business-plan-area .card {
    padding: 20px;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.25);
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.25);
}

.business-plan-area .card ul li {
    padding: 18px 0;
    font-weight: 300;
}

.business-plan-area .card ul li i.far {
    color: #e7001c;
    margin-right: 10px;
}

.business-agency-plan {
    font-size: 15px;
    font-weight: 600;
    color: #004664;
    text-align: center;
    margin-top: 20px;
}

.business-agency-plan a {
    color: #004664;
    text-decoration: underline;
}

.business-agency-plan a:hover {
    text-decoration: none;
}


/* Business Plane END */



/*Downalod modal START*/

#ModalDownload.modal,
#preOrder.modal {
    padding-right: 0px !important;
}

.modal-dialog {
    max-width: 100%;
}
.modal-title img {
    max-width: 340px;
}

.modal-header {
    border-bottom: 0;
}


.downlod-section-title h5 {
    font-size: 34px;
    font-weight: bold;
    color: #004664;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
}

.downlod-section-title h5 span {
    display: block;
    font-size: 20px;
    margin: 20px 0;
}

.downlod-section-title h5:after {
    position: absolute;
    content: "";
    background: #E7001C;
    width: 120px;
    height: 8px;
    bottom: 0;
    left: 0;
}

.downlod-section-title p {
    font-size: 14px;
    color: #9B9B9B;
    margin-top: 30px;
}

input[type="text"] {}

.downlod-form input {
	width: 100%;
	color: #9B9B9B;
	font-size: 14px;
	font-weight: 500;
	padding: 17px;
	background: #fff;
	border: none;
}
.form-modal-im .close {
	color: #004664;
	opacity: 1;
	font-size: 28px;
	position: absolute;
	right: 16px;
	top: 0;
}

.modal {

	z-index: 999999 !important;
	
}

.row.frm-modal-inner-content {
	margin-top: 150px;
}
.downlod-section-title {
	padding-right: 100px;
}
.downlod-form p i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #E7001C;
}

.downlod-form p {
    position: relative;
}

.downlod-form button {
    background: #E7001C;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 15px 20px;
    cursor: pointer;
}

.downlod-form button i {
    margin-right: 10px;
}

.form-modal-im .modal-dialog {
  margin: 0;
}
.modal-content {
  background: #EBEDEE;
  border-radius: 0;
  min-height: 100vh;
  border: 0px none;
}
.download-baner-section.section-paddign.another-pages-grph {
	margin-bottom: 219px;
}

/*Downalod modal END*/

.category-changelog .post-date{margin-left: 35px;}
.category-changelog .entry-title{margin: 10px 0 10px 39px; font-weight: 700;}
.category-changelog .blog-single-items ul li{line-height: 2em;}
.category-changelog p{margin-left: 39px;}


.page-template-addon-page .edd_price_options.edd_single_mode.edd_all_access_price_options, .archive .edd_price_options{display: none;}

.page-template-feature-page .two{width: auto;}
p.wp-caption-text{font-family: Arial; font-size: 13px; color: gray;}



.tax-download_category button.subnav-item, .page-template-addon-page button.subnav-item {background: transparent; border: 2px solid #428bca; margin: 0px 0px 8px 10px; padding: 6px 12px; display: inline-block; border-radius: 32px; }
.tax-download_category button.subnav-item, .page-template-addon-page button.subnav-item{color: #428bca; font-family: 'PT Sans',sans-serif; font-size: 1.2rem; line-height: 1; text-decoration: none; vertical-align: middle; }

.tax-download_category button.subnav-item:hover, .page-template-addon-page button.subnav-item:hover{ cursor: pointer; color: #fff; background: #428bca;}

.page-template-addon-page .scroll, .tax-download_category .scroll{
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.scroll::-webkit-scrollbar {
  display: none;
}  

.page-template-addon-page nav, .tax-download_category nav{width: 100%; margin: 20px 0px; padding: 0px;}


div#post-23261{border: 4px solid #30558e;}

.justify-content-center.reviews{padding:70px 0px;}

#edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit, #edd-add-license-renewal{margin-top: 12px; width: 70%; height: 50px;}



.mejs-controls {
  display: none !important;
  visibility: hidden !important;
  }



.promo_single{background: #D0EEFF; padding: 30px;}
.single .promo_single h3{color: #0E223E; font-weight: 700; font-size: 1.3rem; }
.single .promo_single p{font-size: 1rem; color:#000;}
.single a.promo_single_button{display: block; background: #0E223E; color:#fff; font-weight: 500; padding: 15px; font-size: 2vh; -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; text-align: center;}
.single a.promo_single_button:hover {
     -webkit-box-shadow: 4px 2px 6px #0d274e;
    box-shadow: 4px 2px 6px #0d274e;
  transition: all 250ms linear;
}

footer .custom-html-widget img{max-width: 60%;}

.single #main ul li{margin: 10px; font-weight: 500;}


.edd-purchase-history input[type=submit], affwp-form[type=submit], .affwp-form input[type=submit]{color: #fff; background: #3196D5; border: none;}
.edd-purchase-history input.edd-stripe-add-new{width: 30%;}
#edd-stripe-manage-cards, #edd_profile_address_fieldset, #edd_profile_password_fieldset{margin-top: 50px;}
.edd-purchase-history legend{font-size: 1.2rem; font-weight: bold;}

/** - pagina affiliazione --*/

.page-id-25165 h1, .page-id-27234 h1{color: #003e58; font-weight: 700; font-size: 3rem;}
.page-id-25165 h3, .page-id-27234 h3{ font-weight: 400; color:#5A5A5A; font-size: 1.3em;}
.page-id-25165 h4, .page-id-27234 h4{color:#003e58; font-weight: 600; font-size: 1.3rem; }
.page-id-25165 .wpb_content_element{margin-bottom: 10px;}
.page-id-25165 .text_left{margin-top: 130px;}
.page-id-25165 .cta_block{text-align: center;}
.page-id-25165 h5{color:#003e58; font-weight: 600; font-size: 1.6rem; }
.affwp-form{width: 50%;}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li{border-bottom: 1px solid #004664;}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active{border-bottom: 3px solid #004664;}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a{color: #004664;}
#affwp-affiliate-dashboard-tabs ul li.active{text-decoration: underline;}


.pum-theme-269889 .pum-content, .pum-theme-default-theme .pum-content{line-height: 1.5rem;}
.pum-overlay h2{font-size:1.2rem;}

/** - modale pagina affiliazione --*/


.modal--affiliate-agreement{width: 70%; margin: 0 auto; }
.modal--affiliate-agreement h2 strong{font-size: 1.2rem; font-weight: 600;}
.modal--affiliate-agreement .close{font-size: 2rem;}
/** check-out success **/

.edd-success th, .edd-success td{padding: 10px;}
.edd-success table{background:#E9F1F7;}
.edd-success h3{font-size: 1.2rem; margin-top: 30px;}
#edd_subscription_receipt{width: 100%;}
.edd-success td strong{font-weight: 500;}


/** transfer page **/

form.transfer-form label.new-transfer-email{font-size: 1rem;}
.transfer-form input{width: 300px;} 
#edd_transfer_to_email{font-size: 1rem;}
.transfer-form input[type=submit]{background-color: #0074ad; border: none; color: #fff; font-size: 1.2rem;}

/** contact form **/
 
.wpcf7{background: #e6effd; padding: 20px;} 
.wpcf7-submit{width: 35%;}
.wpcf7 form.sent .wpcf7-response-output{border: none; font-size: 1.3rem; font-weight: 600; padding: 0px;}
