/*
	Theme Name: Licia
	Theme URI: http://www.studiothathari.it
	Description: Centro benessere ed estetica Lica
	Author: StudioThathari
	Author URI: http://www.studiothathari.it
	Version: 1.4
	License: GNU General Public License
	License URI: licensing/README_License.txt
	Tags: two-columns, three-columns, four-columns, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, theme-options
*/

/*------------------------------------------------------------------
[Table of contents]

1. Basic WP stlyes 
2. Content
3. Header
4. Page titles
5. Footer
6. Widgets
7. Single post
8. Search
9. Shortcodes

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Basic WP styles ]
*/

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins/Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins/Poppins-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Marck Script';
    src: url('../font/Marck_Script/MarckScript-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

/* Cookie consent */
.cl-consent-banner[hidden],
.cl-manage-consent[hidden] {
    display: none !important;
}

.cl-consent-banner {
    position: fixed;
    z-index: 100000;
    right: 24px;
    bottom: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    gap: 28px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 24px 64px 24px 28px;
    color: #332b2f;
    background: #fff;
    border: 1px solid rgba(114, 50, 77, .22);
    border-radius: 10px;
    box-shadow: 0 12px 42px rgba(40, 25, 31, .22);
    font-family: "Poppins", Arial, sans-serif;
}

.cl-consent-copy {
    flex: 1 1 auto;
}

.cl-consent-copy h2 {
    margin: 0 0 8px;
    color: #71324d;
    font-size: 22px;
    line-height: 1.25;
}

.cl-consent-copy p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
}

.cl-consent-links {
    margin-top: 8px !important;
}

.cl-consent-links a {
    color: #71324d;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cl-consent-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.cl-consent-button,
.cl-consent-close,
.cl-manage-consent {
    border: 0;
    font: inherit;
    cursor: pointer;
}

.cl-consent-button {
    min-width: 120px;
    min-height: 46px;
    padding: 11px 22px;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
}

.cl-consent-accept {
    background: #71324d;
}

.cl-consent-reject {
    background: #51474c;
}

.cl-consent-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 42px;
    height: 42px;
    color: #332b2f;
    background: transparent;
    border-radius: 50%;
    font-size: 30px;
    line-height: 1;
}

.cl-consent-button:hover,
.cl-consent-button:focus-visible,
.cl-consent-close:hover,
.cl-consent-close:focus-visible,
.cl-manage-consent:hover,
.cl-manage-consent:focus-visible {
    outline: 3px solid #e3afc3;
    outline-offset: 2px;
}

.cl-manage-consent {
    position: fixed;
    z-index: 99999;
    bottom: 12px;
    left: 12px;
    padding: 9px 14px;
    color: #fff;
    background: #71324d;
    border-radius: 4px;
    box-shadow: 0 4px 18px rgba(40, 25, 31, .2);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .cl-consent-banner {
        right: 12px;
        bottom: 12px;
        left: 12px;
        display: block;
        max-height: calc(100vh - 24px);
        padding: 22px 20px 20px;
        overflow-y: auto;
    }

    .cl-consent-copy h2 {
        padding-right: 40px;
        font-size: 20px;
    }

    .cl-consent-copy p {
        font-size: 14px;
    }

    .cl-consent-actions {
        margin-top: 18px;
    }

    .cl-consent-button {
        flex: 1 1 50%;
        min-width: 0;
    }
}

html {
	scroll-behavior: smooth;
}

html, body, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video
{
	border: 0;
	font: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #888;
	letter-spacing: 0;
	line-height: 1.6;
}

html, body {
	margin:0;
   	padding:0;
   	height:100%;
   	-webkit-font-smoothing: antialiased; 
}

.entry-content img { margin: 0 0 20px 0; }
.alignleft, img.alignleft { float: left; margin: 10px 20px 10px 0; }
.alignright, img.alignright { display: block; float: right; margin: 10px 0 10px 20px; }
.aligncenter, img.aligncenter { clear: both; display: block; margin: 10px auto 10px auto; }
.wp-caption { background: #fff; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption img { border: 0 none; margin: 0; padding: 0; }
.wp-caption p.wp-caption-text { margin: 0; padding: 5px; font-family: Georgia, "Times New Roman", Times, serif; color: #1b1b1b; 	line-height: 1.9; font-size: 12px; }
.wp-smiley { max-height: 12px; margin: 0 !important; }
.gallery img, .gallery dl { margin: 0; }
.gallery-caption { margin: -20px 0 0 0; }
.sticky { }
.bypostauthor { }
.textaligncenter { text-align: center; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }

p {
	margin-bottom: 10px;
	color: #606060;
}
strong {
	font-weight: 700;
}

a {
	color: #444;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}
h1 {
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: 800;
	color: #444444;
	letter-spacing: -1px;
	line-height: 1;
}
h2 {
	font-size: 22px;
	margin-bottom: 0px;
	font-weight: 800;
	color: #444444;
	letter-spacing: -1px;
}
h3 {
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: 800;
	color: #444444;
	letter-spacing: -1px;
}
h4 {
	font-size: 16px;
	margin-bottom: 0px;
	font-weight: 800;
	color: #444444;
	letter-spacing: -1px;
}
h5 {
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: 800;
	color: #444444;
	letter-spacing: -1px;
}
h6 {
	font-size: 14px;
	margin-bottom: 20px;
}
.has_border { line-height: 1; }
.title-sh.has_border { margin-bottom: 0px; }
.subtitle_bottom.subtitleh2,
.subtitle_bottom.subtitleh3,
.subtitle_bottom.subtitleh4,
.subtitle_bottom.subtitleh5 { font-size: 14px; }

/*------------------------------------------------------------------
[2. Content ]
*/

.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.vc_row:after {
    clear: both;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.vc_row:before,
.vc_row:after {
    content: " ";
    display: table;
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 50px;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}



.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2,
.vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3,
.vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4,
.vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5,
.vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7,
.vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8,
.vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9,
.vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10,
.vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12,
.vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
}

.vc_row-no-padding > div  {
	padding: 0 !important;
}

.vc_col-sm-1, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5,
.vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10,
.vc_col-sm-11, .vc_col-sm-12 {
    float: left;
 }

 .vc_col-sm-12 {
     width: 100%;
 }

.vc_col-sm-11 {
    width: 91.66666667%;
}

.vc_col-sm-10 {
    width: 83.33333333%;
}

.vc_col-sm-9 {
    width: 75%;
}

.vc_col-sm-8 {
	width: 66.66666667%;
}

.vc_col-sm-7 {
  width: 58.33333333%;
 }

.vc_col-sm-6 {
    width: 50%; 
}

.vc_col-sm-5 {
    width: 41.66666667%;
}

.vc_col-sm-4 {
     width: 33.33333333%;
 }
 
.vc_col-sm-3 {
    width: 25%;
}

.vc_col-sm-2 {
    width: 16.66666667%;
}

.vc_col-sm-1 {
     width: 8.33333333%;
}

.wpb_alert p:last-child,
#content .wpb_alert p:last-child,
.wpb_text_column p:last-child,
.wpb_text_column *:last-child,
#content .wpb_text_column p:last-child,
#content .wpb_text_column *:last-child,
.wpb_toggle_content p:last-child {
    margin-bottom: 0;
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 18px;
}

.display-none { 
	display: none;
}
.display-block {
	display: block;
}

img {
	border: 0 none;
    height: auto;
    max-width: 100%;
}

body {
	word-break: break-word;
	background: #000 url(images/bg-pattern.jpg) fixed repeat;
}

.global-wrapper {
	min-height:100%;
	position: relative;
	overflow-x: hidden;
}

.container-wrapper {
	position: relative;
}

#container {
}

.boxed-wrapper {
	width: 1260px;
	margin: 0 auto;
	background: #fff;
}

.center {
	padding: 35px 85px 0px;
}

.vc_row.fullwidth_row {
	margin-left: -100px;
	margin-right: -100px;
}

.vc_row.fullwidth_row_with_bg {
	margin-left: -85px;
	margin-right: -85px;
}

ul {
	list-style: disc outside none;
	margin: auto;
	font-family: 'Merriweather', serif;
}

 ol {
    list-style: decimal outside none;
}

 li {
    margin: 0 0 0 2.57143rem;
}

 blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
 blockquote p:last-child {
	margin-bottom: 0;
}
 code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
 pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
 pre code {
	display: block;
}
 abbr
 dfn
 acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
 address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

 embed,
 iframe,
 object,
 video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
 dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
 dt {
	font-weight: bold;
	line-height: 1.714285714;
}
 dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
 table {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}

  table,
  th,
  td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
 table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
 td {
	padding: 6px 10px 6px 6px;
}


 embed,  iframe,  object,  video {
    max-width: 100%;
}

 dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

.gallery-caption {
	margin-top: 15px;
}


.pagination-wrapper .alignleft a, .pagination-wrapper .alignright a {
	text-decoration: none;
}
.pagination-wrapper .alignleft a:hover, .pagination-wrapper .alignright a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------------
[3. Header ]
*/

/* Top Bar Mobile (hidden on desktop) */
.mobile-top-bar {
	display: none;
}
.header-mobile-menu-btn {
	display: none;
}

.header-wrapper {
	background: #ffffff;
	width: 100%;
}

.header-wrapper .header-inner-wrapper {
	padding: 25px 85px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}

.header-wrapper .header-inner-wrapper > .clear {
	display: none;
}

.header-wrapper .logo {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin: 0;
}

.header-wrapper .logo a {
	display: block;
	line-height: 0;
}

.header-wrapper .logo img {
	max-height: 105px;
	width: auto;
	display: block;
}

#logoImageRetina {
	display: none;
	margin: 0 auto;
}

.header-wrapper .header-info {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 35px;
	margin: 0;
}

.header-wrapper .header-info .header-info-single {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
	float: none;
}

.header-wrapper .header-info .header-info-caption {
	font-size: 13px;
	color: #888888;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 2px;
	line-height: 1.2;
}

.header-wrapper .header-info .header-info-caption .header-info-icon,
.header-wrapper .header-info .header-info-icon {
	color: #7adfd8;
	font-size: 14px;
	display: inline-block;
	margin: 0;
	line-height: 1;
}

.header-wrapper .header-info .header-info-content {
	font-size: 15px;
	font-weight: 700;
	color: #333333;
	display: block;
	line-height: 1.3;
	margin: 0;
}

.header-wrapper .header-info .header-info-content a {
	font-size: 15px;
	font-weight: 700;
	color: #333333;
	text-decoration: none;
	transition: color 0.2s ease;
}

.header-wrapper .header-info .header-info-content a:hover {
	color: #ff4c82;
}

.header-wrapper .header-info .header-info-content img {
	display: block;
	width: 25px;
	height: auto;
	border-radius: 2px;
}


/* menu */

.main-menu {
	vertical-align: middle;
	display: block;
	width: 100%;
	background: #f798aa;
	position: relative;
}

.main-menu ul {
	color: #fff;
    list-style: none;
    text-align: left;
}

.main-menu ul.sf-menu {
	text-align: center;
	float: none;
	font-size: 0;
}

.main-menu ul.sf-menu > li {
	display: inline-block;
    position: relative;
    margin: 0;
}
.main-menu ul.sf-menu > li:last-child {
    margin-right: 0;
}
.main-menu ul.sf-menu > li > a {
	color: #fff;
	font-size: 16px;
	text-transform: none;
	font-weight: 700;
	-webkit-font-smoothing: antialiased; 
	padding: 20px 20px 15px;
	display: block;
	margin: 0;
	border-bottom: 5px solid #f798aa;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); 
	letter-spacing: -0.5px;
}
span.sf-sub-indicator {
	display: none;
}

.main-menu ul.sf-menu > li:first-child::before {
    content: '';
}

.main-menu ul.sf-menu > li::before {
    display: inline-block;
    display: none;
}
/* submenu  */
.main-menu .sf-menu ul {
    position: absolute;
    min-width: 250px;
    background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	
	visibility: hidden;
	display: none;
	padding: 30px 0 30px 30px;
}
.main-menu .sf-menu ul li {
	margin: 0;
	color: #888;
}
.main-menu .sf-menu ul li a {
	color: #888;
	text-transform: uppercase;
	font-size: 12px;
	padding: 15px 20px;	
	display: block;
	font-weight: 400;
}

.main-menu .sf-menu ul li:first-child a {
	border: none;
}
.sf-menu > li > ul { 
	top: 29px;
	left: 0;
}

.main-menu .sf-menu ul ul {
	margin-top: -50px;
	left: 250px;
} 

.main-menu  .sf-menu > li > ul {
	top: 52px;
}

.main-menu ul.sf-menu > li li.current-menu-item > a, .main-menu .sf-menu ul li > a:hover, .main-menu .sf-menu ul li.sfHover > a, .main-menu .sf-menu ul li.sfHover > a, .main-menu .sf-menu ul li li.current-menu-item > a, .main-menu .sf-menu ul li.current-menu-parent >  a, .main-menu .sf-menu ul li.current-menu-ancestor >  a,
.main-menu ul.sf-menu > li > a:hover, .main-menu ul.sf-menu > li.sfHover > a, .main-menu ul.sf-menu > li.current-menu-item > a, .main-menu ul.sf-menu > li.current-menu-parent > a, .main-menu ul.sf-menu > li.current-menu-ancestor > a  { 
	border-color: #fff;
}

.header-form-click {
	position: absolute;
	right: 85px;
	top: 0;
	height: 100%;
	padding: 22px 20px 20px; /* isto kot za menu! */
	background: #7adfd8;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 800;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	letter-spacing: -0.5px;
}

/* mobile menu */

.mobile-menu-outher-wrapper {
   display: none;
   background: #f798aa;
   text-align: center;
}

.mobile-menu-icon {
	font-size: 52px;
	color: #fff;
	cursor: pointer;
}

.mobile-menu-wrapper {
	width: 100%;
	height: auto;
	background-color: #fafafa;
	display: none;
	position: relative;
	height: auto;
	z-index: 2;
	float: left;
	border-top: 1px solid #e7e7e7;
}

.mobile-menu-wrapper ul {
	list-style: none;
}

.mobile-menu-wrapper ul.mobile-menu  li {
	display: block;
	margin: 0;
}

.mobile-menu-wrapper ul.mobile-menu  li a {
	padding-left: 40px;
}

.mobile-menu-wrapper ul.mobile-menu  li li a {
	padding-left: 60px;
}

.mobile-menu-wrapper ul.mobile-menu  li li  li a  {
	padding-left: 80px;
}

.mobile-menu-wrapper ul.mobile-menu  li  a {
	width: 100%;
	padding: 10px 20px;
	display: block;
	color: #000;
	border-bottom: 1px solid #e7e7e7;
	font-size: 12px;
	font-weight: 400;
}


.mobile-menu-wrapper ul.mobile-menu  li a:hover, .mobile-menu-wrapper ul.mobile-menu  li.current_page_item a {
	background: #f798aa;
	color: #fff;
}

/*------------------------------------------------------------------
[4. Page titles ]
*/

.page-title-wrapper {
	text-align: left;
}

.page-title-wrapper .page-title {
	padding: 81px 125px 100px;
	    margin-bottom: 25px;
}

.page-title-wrapper .page-title h1 {
	padding: 15px 50px;
	background: #fff;
	display: inline-block;
	border-left: 5px solid #f798aa;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 0;
	color: #444;
}


/*------------------------------------------------------------------
[5. Footer ]
*/
.under-footer {
	background: #444;
	text-align: center;
	padding: 20px 85px 10px;
	width: 100%;
}

.under-footer, .under-footer p {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #aaa;
	font-weight: 400;
}
.under-footer a {
	color: #f599ab;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
}
.under-footer a:hover {
	color: #fff;
}

/*------------------------------------------------------------------
[6. Widgets ]
*/

.widget {
	margin-bottom: 50px;
}
.textwidget,
.textwidget p {
	margin-bottom: 10px;
	-webkit-font-smoothing: antialiased; 
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #888;
	letter-spacing: 0;
	line-height: 2;
}
/* about widget */
.aboutme_widget .owl-wrapper-outer,
.single-about-me-image {
	background: url(images/bg-signature.png) no-repeat;
	width: 290px;
	height: 290px;
}

.about-me-slide .item img, 
.single-about-me-image img {
	border-radius: 50%;
	width: 250px;
	height: 250px;
	margin: 20px;
}
.textwidget.about-me-text {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #888;
	text-align: center;
	line-height: 1.6;
	padding: 20px;
}
.signatureimage {
	text-align: center;
}
.signatureimage img {
}

/* post widget */
.post-widget {

}

.post-widget .post-widget-single-item {
	margin-bottom: 40px;
}

.post-widget .post-widget-single-item img {
	border-radius: 50%;
	width: 150px;
}
.post-widget .post-widget-single-item .post-widget-single-item-thumb {
	position: relative;
	line-height: 0;
	display: block;
}



.post-widget h3.post-widget-single-item-title   {
	margin-bottom: 0;
	line-height: 1;
	margin: 10px 0 0px;
}

.post-widget h3.post-widget-single-item-title  a {
	color: #444;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 800;
	-webkit-font-smoothing: antialiased; 
	line-height: 1;
}

.post-widget .post-widget-single-item-date  {
	color: #aaa;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}


/* commented post widget */
.commented-post {
	margin-bottom: 30px;
	float: left;
}
		
.commented-post .commented-icon-wrap {
	width: 60px;
	float: left;
}

.commented-post .commented-icon-wrap .commented-icon {
	font-size: 55px;
	color: #eee;
	top: -5px;
	position: relative;
}

.commented-post .commented-details {
	margin-left: 75px;
}

.commented-post .commented-details .commented-url {
	color: #000;
	float: left;	
	width: 100%;
	color: #000;
	font-family: 'Poppins', sans-serif;
	text-transform: none;
	font-size: 16px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased; 
	line-height: 1.4;
	margin-bottom: 2px;
}

.commented-post .commented-details .commented-author {
	float: left; 
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #888;
	font-style: italic;
	font-weight: 300;
	-webkit-font-smoothing: antialiased; 
}

.commented-post .commented-details .commented-author a {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #000;
	font-style: italic;
	font-weight: 300;
	-webkit-font-smoothing: antialiased; 
}

.commented-post .commented-details .commented-number-of-comments:before {
	content:'/';
	margin: 0 5px;
}

.commented-post .commented-details .commented-number-of-comments {
	margin-left: 5px;
	float: left;	
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #888;
	font-style: italic;
	font-weight: 300;
	-webkit-font-smoothing: antialiased; 
}
.commented-post .commented-details .commented-number-of-comments a {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #888;
	font-style: italic;
	font-weight: 300;
	-webkit-font-smoothing: antialiased; 
}

.commented-post .commented-details .commented-border {
	width: 50%;
	height: 1px;
	float: left;
	background: #ebe9e9;	
	margin-top: 15px;
}

/* dropdown select */
.widget select {
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	min-width: 165px; /*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/
	color: #fff;
	outline: none;
	cursor: pointer;
	max-width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
   text-transform: uppercase;
   background: #444;
  padding: 20px 30px 20px 30px;
   font-weight: 700 !important;
   border-radius: 0;
}
label.screen-reader-text { display: none; }

/* sidebar search widget */
.widget_search .screen-reader-text {
	display: none;
}
.widget_search input#s {
	width: 100%;	
	background: #fff;
	border: none;
	color: #888;
	padding: 15px 20px 17px;
	font-size: 14px;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	z-index: 2;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	outline: none;
	border: 1px solid #eee;
	font-weight: 300;
	-webkit-appearance: none;
}
.widget_search input#searchsubmit {	
	color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #f599ab;
    background: #f599ab;
    padding: 15px 40px;
    -webkit-appearance: none;
    font-weight: 800;
	font-family: 'Poppins', sans-serif;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	margin-left: 0;
	cursor: pointer;
}
.widget_search input#searchsubmit:hover {
	background: #7adfd8;
	border: 1px solid #7adfd8;
	color: #fff;
}

h3.sidebar-title { margin-bottom: 10px; }

/* widget lists */
.widget ul {
	margin: 0;
	
}
.widget ul li {
	margin: 0;
	list-style: inside;
	color: #9f9e9e;
	list-style-type: none;
}
.widget ul li a {
	color: #aaa;
	padding-left: 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0px; 
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.widget ul.children li {
	border: none;
}
.widget ul li a:hover {
	color: #444;
	padding-left: 15px;
}

/* calendar */
#calendar_wrap caption {
	color: #fff;
	background: #444;
	padding: 10px 6px;
	text-transform: uppercase;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
#calendar_wrap #today {
	color: #444;
	font-weight: 800;
}
#calendar_wrap th {
	color: #444;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	border: none;
	font-size: 14px;
}
#calendar_wrap td {
	text-align: center;
    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #444;
	text-decoration: none;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}
#calendar_wrap td.pad {
	color: #153e78;
	border: none;
}
#calendar_wrap a {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #444;
	text-decoration: none;
}
table#wp-calendar { border: none; }

/* widget - recent entries */
.widget_recent_entries ul {

}

.widget_recent_entries ul li {
	margin-bottom: 5px;
	margin-left: 0;
	list-style: none;
	color: #444;
}
.widget_recent_entries ul li a {
	color: #444;
	padding-left: 0 !important;
	font-size: 16px;
	display: block;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 5px;
}
.widget_recent_entries ul li a:hover {
	color: #444;
}
span.post-date {
	font-style: italic;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #aaa;
	position: relative;
	top: -9px;
	font-weight: 400;
}

/* tag widget */
.tagcloud a {
	color: #fff;
	background: #f599ab;
	padding: 5px 25px;
	font-size: 14px !important;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased; 
	text-transform: uppercase;;
	letter-spacing: -1px;
	
	font-family: 'Poppins', sans-serif;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	margin-left: 0;
}
.tagcloud a:hover {
	background: #7edfd7;
	color: #fff;
	cursor: pointer;
}

/* rss widget */

.widget_rss ul li {
	margin-bottom: 30px;
    list-style-position: inside;
	list-style: none;
	color: #444;
}
.widget_rss ul li a {
	color: #444;
	padding-left: 0 !important;
	font-size: 16px;
	display: block;
	line-height: 1.2;
	font-weight: 800;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}
.widget_rss ul li a:hover {
	color: #f599ab;
}

.widget_rss span.rss-date {
	display: inline-block;
	width: auto;
	font-style: italic;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #aaa !important;
	position: relative;
	margin-bottom: 10px;
}

.widget_rss .rssSummary {
	color: #666;
}
ul#recentcomments li a { 
	display: block !important; 
	color: #444; 
	font-style: none; 
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
}

ul#recentcomments li a.url { 
	font-size: 12px;
	font-weight: bold;
	color: #000;
	font-style: normal;
	text-transform: uppercase;
}

ul#recentcomments li.recentcomments {
	font-style: italic;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #aaa;
	position: relative;
	/* top: -9px; */
	font-weight: 400;
	margin-bottom: 20px;
}

/* social widget */

.widget .tt-wrapper {
	margin-left: -12px;
	margin-top: 25px;
}
.widget .tt-wrapper li a {
	display: block; 
	outline: none;
	position: relative;
	z-index: 2;
	color: #fff !important;
	font-size: 30px;
	background: #000;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	line-height: 2;
	margin-bottom: 12px;
	margin-left: 12px;
	padding: 0 !important;
	-webkit-font-smoothing: antialiased;
}

.widget .tt-wrapper li{
	float: left;
	text-align: center;
}

.widget .tt-wrapper li a.icon-facebook {
	background: #3b5998;
}
.widget .tt-wrapper li a.icon-twitter {
	background: #00aced;
}
.widget .tt-wrapper li a.icon-gplus {
	background: #dd4b39;
}
.widget .tt-wrapper li a.icon-instagram {
	background: #517fa4;
}
.widget .tt-wrapper li a.icon-youtube {
	background: #bb0000;
}
.widget .tt-wrapper li a.icon-linkedin {
	background: #007bb6;
}
.widget .tt-wrapper li a.icon-dribbble {
	background: #ea4c89;
}
.widget .tt-wrapper li a.icon-dropbox {
	background: #007ee5;
}
.widget .tt-wrapper li a span{
	width: 120px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 50%;
	margin-left: -60px;
	font-family: 'Alegreya SC', Georgia, serif;
	font-weight: 400;	
	font-style: italic;
	font-size: 14px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #000;
	background: #000;
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.widget .tt-wrapper li a span:before,
.widget .tt-wrapper li a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.widget .tt-wrapper li a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #000;
}
.widget .tt-wrapper li a:hover span{
	opacity: 0.9;
	bottom: 70px;
}


/*------------------------------------------------------------------
[7. Single post ]
*/

.single-post-page {
	margin-left: -25px;
	margin-right: -25px;
}
.single-post-wrapper {
	width: 70%;
	float: left;
	padding: 0 25px;
	margin-top: 50px;
}

.single-post-wrapper .single-post {
	margin-bottom: 70px;
}

.single-post-thumb {
	display: block;
	line-height: 0;
	position: relative;
}

.single-post-date {
	position: absolute;
	background: #f798aa;
	width: 100px;
	height: 100px;
	text-align: center;
	padding-top: 30px;
	color: #fff;
	line-height: 1;
	font-size: 24px;
	border-radius: 50%;
	left: -30px;
	top: -30px;
	font-weight: 300;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	letter-spacing: -2px;
}

div.single-post-date.no-thumb {
	top: 0;
	position: relative;
}
.single-post-date span { 
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0;
	top: -5px;
	position: relative;
}

.single-post-categories {
	color: #f798aa;
	margin: 10px 0 -5px;
	display: inline-block;
}
.post-details-divider {
	display: inline-block;
	color: #f798aa;
	font-size: 20px;
	font-family: "Marck Script", cursive;
	-webkit-font-smoothing: antialiased; 
}
.single-post-comments,
.single-post-comments a,
.single-post-author,
.single-post-author a {
	display: inline-block;
	color: #f798aa;
	font-size: 20px;
	font-family: "Marck Script", cursive;
	-webkit-font-smoothing: antialiased; 
}

.single-post-categories a {
	color: #f798aa;
	font-size: 20px;
	font-family: "Marck Script", cursive;
	-webkit-font-smoothing: antialiased; 
	margin-bottom: -5px;
}

.single-post-title {
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	color: #444444;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 49px;
	letter-spacing: -3px;
	line-height: 1;
	-webkit-font-smoothing: antialiased; 
	margin-bottom: 30px;
	padding-right: 100px;
}

.single-post-excerpt p {
	margin: 20px 0;
}

a.single-post-readmore {
	color: #444444;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -1px;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
}
a.single-post-title:hover,
a.single-post-readmore:hover {
	color: #f798aa;
}

.sidebar {
	width: 30%;
	float: left;
	padding: 0 25px;
	margin-top: 50px;
	display: block;
}

.sticky .single-post {
	border: 1px solid #eee;
	padding: 50px;
}

/*------------------------------------------------------------------
comments
*/

#comments {
	background: #fff;
	margin-top: 40px;
	float: left;
	width: 100%;
}

.other-posts-main-title {
	font-size: 24px;
	color: #fff;
	text-align: center;
	background: #000;
	font-weight: 300;
	padding: 15px 0 11px
}

.blog-single-content p {
	font-size: 16px;
	text-align: justify;
	color: #444;
	line-height: 2;
}
#respond input[type="text"], #respond textarea {
    color: #B9B8B8;
    font-size: 13px;
	border: 1px solid #EAEAEA;
    background: none;
    line-height: 1.6;
    width: 100%;
    padding: 20px;
    outline: none;
    -webkit-appearance: none;
}
#commentform #submit {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #444;
    background: #444;
    padding: 20px 40px;
    -webkit-appearance: none;
    font-weight: 800;
	font-family: 'Poppins', sans-serif;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	margin-left: 0;
}
#commentform #submit:hover {
    background: #FFF;
    color: #444;
    border: 1px solid #444;
    cursor: pointer;
}  

#respond label {
	color: #aaaaaa;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
}

p.form-allowed-tags,
p.form-allowed-tags abbr {
	color: #888;
	text-transform: uppercase;
	font-size: 12px;
}
p.form-allowed-tags {display: none;}
p.form-allowed-tags code {
	text-transform: none;
	color: 888;
	display: block;
	font-size: 10px;
}
p.comment-notes {
	color: 888;
}

#comments h1 {
	letter-spacing: 0;
	font-size: 18px;
	margin-bottom: 50px;
}

.all-comments {
	list-style-type: none !important;
	counter-reset:li;
}
.all-comments li {
	position: relative;
	float: left;
	width: 100%;
    padding: 0 0 30px 0;
    border-bottom: solid 1px #eee;
    position: relative;
    list-style:none;
    margin-bottom: 50px;
    margin-left: 0;
}
.children {
	margin-top: 50px;
}

.children li { 
	padding-left: 5%;
	border-left: solid 1px #e7e7e7;
}

.children li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0;
	border-bottom: none;
	margin-top: 30px;
}

#comments .reply {
	margin-bottom: 0 !important;
	margin-top: 20px;
}

.reply a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	background: #444;
	color: #fff;
	padding: 5px 20px;
	border: 1px solid #444;
	position: absolute;
	right: 0;
	top: 0;
	font-family: 'Poppins', sans-serif;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
}

.single-post-tags {
	margin-top: 20px;
}
.single-post-tags a {
	color: #fff;
	background: #f599ab;
	padding: 7px 20px;
	font-size: 14px !important;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased; 
	text-transform: uppercase;;
	letter-spacing: -1px;
	
	font-family: 'Poppins', sans-serif;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	margin-left: 0;
}
.single-post-tags a:hover {
	background: #7edfd7;
	color: #fff;
	cursor: pointer;
}

li.comment p {
	color: #777;
	font-weight: 300;
	line-height: 1.8;
	float: left;
	margin-left: 80px;
}
	
.reply a:hover {
	color: #444;
	background: #fff;
	border: 1px solid #444;
}

span.says {
	display: none;
}


#comments .logged-in-as {
	float: left;
	color: #888;
}

#comments .logged-in-as a {
	color: #888;
}

#comments .logged-in-as a:hover {
	color: #000;
}

#comments .comment-notes {
	display: none;
}
h3#reply-title { 
	font-size: 18px;
	letter-spacing: 0px;
	margin-bottom: 20px;
}

.comment-notes .required {
	position: relative !important;
	top: auto !important;
	right: auto !important;
}

.comment-awaiting-moderation {
    color: #555;
    font-weight: bold;
    font-size: 11px;
}

.vcard {
	width: 100%;
    
}

.vcard img {
    float: left;
	height: 60px;
	width: 60px;
	margin-right: 20px;
}


.fn {
	font-size: 14px;
	color: #444;
	font-style: normal;
	letter-spacing: -1px;
	-webkit-font-smoothing: antialiased; 
	font-weight: 700;
	text-transform: uppercase;
}

.fn a { 
	font-size: 14px;
	color: #444;
	font-style: normal;
	letter-spacing: -1px;
	-webkit-font-smoothing: antialiased; 
	font-weight: 700;
	text-transform: uppercase;
}

.comment-info {
	margin-bottom: 20px;
	position: relative;
}

.comment-meta a {
	font-size: 12px;
	color: #888;
	position: relative;
}

a.comment-edit-link {
	font-size: 11px;
}

.comment-form-author, .comment-form-email {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.comment-form-url {
	width: 32%;
	margin-right: 0;
	float: left;
}

span.required {
	display: none;
}

p.comment-form-comment {
	width: 100%;
	float: left;
	margin-left: 0 !important;
}

li.comment p.comment-form-author,
li.comment p.comment-form-email ,
li.comment p.comment-form-url,
li.comment p.form-submit {
       margin-left: 0;
}

/*------------------------------------------------------------------
[8. Search ]
*/
.search-item {
	margin-bottom: 40px;
	width: 100%;
	float: left;
	padding-right: 30px;
}

.search-item .search-results-icon {
	font-size: 42px;
	margin-top: 40px;
	display: inline-block;
}

.search-item .search-thumb {
	width: 150px;
	height: 150px;
	background: #fafafa;
	text-align: center;
	float: left;
	overflow: hidden;
	position: relative;
}

.search-item .single-search-item-details {
	margin-left: 190px;
}

.search-item .single-search-item-details  h1.search-item-title {
	margin-bottom: 0;
}

.search-item .single-search-item-details  h1.search-item-title a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #444;
	letter-spacing: 0;
	 -webkit-font-smoothing: antialiased; 
	line-height: 1.2;
	letter-spacing: -1px;

}

.search-item .single-search-item-details ul.search-item-details {
	list-style: none;
}

.search-item .single-search-item-details ul.search-item-details li.search-item-detail-single, .search-item .single-search-item-details ul.search-item-details li.search-item-detail-single a {
	color: #aaa;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
}

.search-item .single-search-item-details ul.search-item-details li.search-item-detail-single::after {
	content: "/";
	padding-left: 6px;
}

.search-item .single-search-item-details ul.search-item-details li.search-item-detail-single:last-child::after {
	content: "";
}

.search-overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	color: #fff;
	margin-left: -20px;
	margin-top: -15px;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
}

.search-overlay-bg  {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #f798aa;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	display: block;
	top: 0;
	z-index: 1;
}

a.search-thumb:hover .search-overlay-icon, a.search-thumb:hover .search-overlay-bg { 
	opacity: 0.5;  
	visibility: visible; 
}  

/*------------------------------------------------------------------
[9. Shortcodes ]
*/

/* welcome */
.vc_welcome {
	z-index: 3;
	position: relative;
	padding: 0 85px;
}
.vc_welcome .welcome-left-side {
    display: table-cell;
    background: #f798aa;
    width: 50%;
    padding: 20px 40px;
    vertical-align: middle;
}

.vc_welcome .welcome-right-side {
    display: table-cell;
    background: #ea8a9c;
    width: 50%;
    padding: 20px 40px;
    vertical-align: middle;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.vc_welcome .left-content1 {
	font-size: 34px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	letter-spacing: -2px;
	font-weight: 400;
	line-height: 1;
}
.vc_welcome .left-content1 strong {
	font-weight: 700;
}
.vc_welcome .left-content2 {
	font-size: 18px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	letter-spacing: -1px;
	line-height: 1;
	margin-top: 5px;
}
.welcome-shadow {
	top: -17px;
	position: relative;
	z-index: 2;
	height: 38px;
	background: url(images/vc_welcome-shadow.png) no-repeat;
	background-size: 100%;
	margin: 0 85px 35px;
}

/* titles */
.title_align_center {
	text-align: center;
}

.title_align_right {
	text-align: right;
}

.has_subtitle_bottom {
	margin: 0;
	line-height: 1;
	/*margin-bottom: 10px;*/
}

.subtitle_bottom {
	margin-bottom: 40px;
	color: #aaaaaa;
	font-size: 18px;
	font-weight: 400;
}

.title-border {
	width: 50px;
	height: 4px;
	background: #f798aa;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 10px;
}

/* services */

.vc_services {
	margin-left: -15px;
	margin-right: -15px;
}

.single-service-item {
	padding: 0 15px;
	margin-bottom: 30px;
	float: left;
}

.service-columns-2 {
	width: 50%;
}

.service-columns-3 {
	width: 33.33334%;
}

.service-columns-4 {
	width: 25%;
}

a.single-service-item-url {
	display: block;
}

.single-service-item-thumb {
	position: relative;
	padding: 30px;
}

.single-service-item-thumb img {
	border-radius: 50%;
	position: relative;
	z-index: 1;
	float: left;
}

.single-service-thumb-border {
	height: auto;
	width: auto;
	background: #f7f7f7;
	position: absolute;
	top: 0;
	border-radius: 50%;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
}

.single-service-thumb-background {
	background: #f7f7f7;
	bottom: 0;
	top: 50%;
	position: absolute;
	width: 100%;
	z-index: 0;
	left: 0;
}


.single-service-item-details {
	text-align: center;
	background: #f7f7f7;
	padding: 0 20px 30px 20px;
	border-bottom: 3px solid #f3f3f3;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
}

.single-service-item-title {
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	color: #444444;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased; 
	margin-bottom: 15px;
}

.single-service-item-excerpt p {
	color: #aaaaaa;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.single-service-item-readmore {
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	color: #444444;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: -1px;
}

.view-overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	color: #fff;
	margin-left: -20px;
	margin-top: -25px;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
}

.view-overlay-bg  {
	position: absolute;
	background: #f798aa;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	display: block;
	top: 0;
	border-radius: 50%;
	z-index: 1;
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
}

a.single-service-item-url:hover .view-overlay-icon {
	visibility: visible;
	opacity: 1;
}

a.single-service-item-url:hover .view-overlay-bg {
	visibility: visible;
	opacity: 0.5;
}

a.single-service-item-url:hover .single-service-item-title {
	color: #f798aa;
}

a.single-service-item-url:hover .single-service-item-readmore {
	color: #f798aa;
}

a.single-service-item-url:hover .single-service-item-details {
	border-color: #f798aa;
}

/* Quote with background */

.vc_quote_with_background {
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.vc_quote_with_background .quote-content {
	padding: 100px 0;
	font-family: 'Marck Script', cursive;
	font-size: 68px;
	color: #fff;
	letter-spacing: -3px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

/* team */

.vc_team {
	margin-left: -15px;
	margin-right: -15px;
}

.team-member-single {
	padding: 0 55px;
	margin-bottom: 30px;
	margin-top: 10px;
	width: 25%;
	float: left;
	text-align: center;
}

.team-member-single-thumb img {
	border-radius: 50%;
}

.team-member-name {
	font-size: 16px;
	text-transform: uppercase;
	color: #444444;
	font-weight: 800;
	letter-spacing: -1px;
	margin-top: 5px;
}

.team-member-position {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #aaaaaa;
}


/* special offer */

.vc_special_offer {
	margin-left: -15px;
	margin-right: -15px;
	overflow: visible !important;
}

.single-specialoffer-item {
	padding: 0 15px;
	margin-bottom: 30px;
	float: left;
	margin-top: 30px;
}

.specialoffer-columns-2 {
	width: 50%;
}

.specialoffer-columns-3 {
	width: 33.33334%;
}

.specialoffer-columns-4 {
	width: 25%;
}

a.single-specialoffer-item-url {
	display: block;
}

.single-specialoffer-item-thumb {
	position: relative;
	margin-bottom: 5px;
}

.single-specialoffer-item-thumb img {
	float: left;
}

.single-specialoffer-item-details {
}

.single-specialoffer-item-categories {
	color: #f798aa;
	font-size: 20px;
	font-family: 'Marck Script', cursive;
	-webkit-font-smoothing: antialiased; 
	margin-bottom: -5px;
}

.single-specialoffer-item-title {
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	color: #444444;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased; 
	margin-bottom: 15px;
	padding-right: 70px;
}

.flag-content {
	position: absolute;
	background: #f798aa;
	width: 70px;
	height: 70px;
	text-align: center;
	padding-top: 17px;
	color: #fff;
	font-size: 22px;
	border-radius: 50%;
	left: -20px;
	top: -20px;
	font-weight: 800;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	z-index: 9;
}

.specialoffer-overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	color: #fff;
	margin-left: -20px;
	margin-top: -15px;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
}

.specialoffer-overlay-bg  {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #f798aa;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	display: block;
	top: 0;
	z-index: 1;
}
 
.single-specialoffer-item-url:hover .specialoffer-overlay-icon { 
	opacity: 1; 
	visibility: visible; 
}  

.single-specialoffer-item-url:hover .specialoffer-overlay-bg { 
	opacity: 0.5; 
	visibility: visible; 
} 

/* testimonials */

.testimonials-wrapper {
	text-align: center;
}

.testimonials-wrapper .testimonial-thumb img {
	border-radius: 50%;
}

.testimonial-content {
	color: #444;
	font-size: 25px;
	padding: 0 200px;
	font-size: 16px;
	margin: 20px 0 10px;
	text-transform: uppercase;
	font-weight: 600;
	
}

.testimonial-author {
	color: #fff;
	font-family: 'Marck Script', cursive;
	font-style: italic;
	font-size: 26px;
}

.vc_post_items {
	margin-left: -25px;
	margin-right: -25px;
}

.vc_post_items .single-post-item {
	width: 33.3334%;
	float: left;
	padding: 0 25px;
	margin-top: 50px;
}

a.single-big-post-item-thumb {
	display: block;
	line-height: 0;
	position: relative;
}

.single-big-post-item-date {
	position: absolute;
	background: #f798aa;
	width: 100px;
	height: 100px;
	text-align: center;
	padding-top: 30px;
	color: #fff;
	line-height: 1;
	font-size: 24px;
	border-radius: 50%;
	left: -30px;
	top: -30px;
	font-weight: 300;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	letter-spacing: -2px;
	z-index: 9;
}
.single-big-post-item-date span { 
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0;
	top: -5px;
	position: relative;
}

.single-big-post-item-categories {
	color: #f798aa;
	margin: 5px 0 -5px;
}

.single-big-post-item-categories a {
	color: #f798aa;
	font-size: 20px;
	font-family: "Marck Script", cursive;
	-webkit-font-smoothing: antialiased; 
	margin-bottom: -5px;
}

a.single-big-post-item-title {
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	color: #444444;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: -1px;
	line-height: 1;
	-webkit-font-smoothing: antialiased; 
	margin-bottom: 15px;
	padding-right: 100px;
}

.single-big-post-item-excerpt p {
	margin: 20px 0;
}

a.single-big-post-item-readmore {
	color: #444444;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -1px;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
}
a.single-big-post-item-title:hover,
a.single-big-post-item-readmore:hover {
	color: #f798aa;
}

a.single-small-post-item-thumb {
	display: block;
	line-height: 0;
	position: relative;
}

.single-small-post-item-date {
	position: absolute;
	background: #f798aa;
	width: 70px;
	height: 70px;
	text-align: center;
	padding-top: 20px;
	color: #fff;
	line-height: 1.2;
	font-size: 14px;
	border-radius: 50%;
	left: -20px;
	top: -20px;
	font-weight: 400;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	letter-spacing: -1px;
	z-index: 9;
}
.single-small-post-item-date span { 
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0;
}

.single-small-post-item-categories {
	color: #f798aa;
	margin: 5px 0 -3px;
}

.single-small-post-item-categories a {
	color: #f798aa;
	font-size: 18px;
	font-family: "Marck Script", cursive;
	-webkit-font-smoothing: antialiased; 
	margin-bottom: -5px;
}

a.single-small-post-item-title {
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	color: #444444;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased; 
	margin-bottom: 15px;
	padding-right: 50px;
}
a.single-small-post-item-title:hover {
	color: #f798aa;
}

.post-overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	color: #fff;
	margin-left: -20px;
	margin-top: -15px;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
}

.post-overlay-bg  {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #f798aa;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	display: block;
	top: 0;
	z-index: 1;
}
	
.single-big-post-item-thumb:hover .post-overlay-icon, .single-small-post-item-thumb:hover .post-overlay-icon { 
	opacity: 1; 
	visibility: visible; 
}  

.single-big-post-item-thumb:hover .post-overlay-bg, .single-small-post-item-thumb:hover .post-overlay-bg { 
	opacity: 0.5; 
	visibility: visible; 
}  

/* gallery */
.gallery-view-overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	color: #fff;
	margin-left: -20px;
	margin-top: -15px;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
}

.gallery-view-overlay-bg  {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #f798aa;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	display: block;
	top: 0;
	z-index: 1;
}

.single-gallery-item {
	float: left;
	margin-bottom: 0;
}

.gallery-columns2 {
	width: 50%;
}

.gallery-columns3 {
	width: 33.33334%;
}

.gallery-columns4 {
	width: 25%;
}

.gallery-columns5 {
	width: 19.9%;
}

.gallery-columns6 {
	width: 16.666667%;
} 

.single-gallery-item { 
	overflow: hidden; 
	position: relative; 
	display: block; 
	line-height: 0; 
} 
 
.single-gallery-item:hover .gallery-view-overlay-icon { 
	opacity: 1; 
	visibility: visible; 
}  

.single-gallery-item:hover .gallery-view-overlay-bg { 
	opacity: 0.5; 
	visibility: visible; 
}  

.gallery-url-wrapper {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 40px;
}

.gallery-url-wrapper a.gallery-url {
	background: #f798aa;
	padding: 15px 50px;
	color: #fff;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 18px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* partners */

.vc_pego_partners {
	margin-left: 70px;
	margin-right: 70px;
}

.pego_partners_inner_wrapper {
	display: table;
	vertical-align: middle;
}

.partners_title {
	width: 40%;
	float: left;
	color: #fff;
	font-size: 72px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: -3px;
	line-height: 1;
	margin-top: 12px;
}

.partners_arrow {
	width: 10%;
	float: left;
	background: url(images/partners-arrow.png) no-repeat;
	height: 171px;
}


.partners_slider_wrapper {
	width: 50%;
	text-align: center;
	float: left;
}

.partners_slider_wrapper .partners_slider_slide {

}

.partners_slider_wrapper .partners_slider_slide img {
	max-height: 150px;
	margin-top: 60px;
}

/* appointment quote */

.vc_pego_appointment_quote {
	width: 100%;
	display: table;
	vertical-align: center;
	background: #f798aa;
	margin-top: 30px;
}

.appointment_quote_content {
	width: 40%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 85px;
	padding-top: 30px;
	padding-bottom: 30px;
	
}

.appointment_quote_content .content_part1 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: -2px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	line-height: 1;
	margin-left: -2px;
}

.appointment_quote_content .content_part2, .appointment_quote_content .content_part2 p {
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
	
	
.appointment_quote_button {
	width: 25%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.appointment_quote_button a {
	background: #7adfd8;
	padding: 15px 45px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -1px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	top: -5px;
	position: relative;
}

.appointment_quote_phone_number {
	width: 35%;
	display: table-cell;
	background: #7adfd8;
	vertical-align: middle;
	position: relative;
	text-align: center;
}

.appointment_quote_phone_number_icon {
	position: absolute;
	top: -30px;;
	left: 50%;
	margin-left: -35px;
	font-size: 26px;
	background: #f798aa;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #fff;
	padding-top: 8px;
}

.appointment_quote_phone_number_content {
	color: #fff;
	font-size: 52px;
	font-weight: 800;
	letter-spacing: -2px;
}

/* contact info */

.contact-info-single {
	margin-bottom: 20px;
} 
.contact-info-icon {
	color: #000;
	font-size: 20px;
	float: left;
}

.contact-info-content {
	margin-left: 50px;
	padding-top: 5px;
}
.contact_info_logo { 
	margin-bottom: 20px; 
}

/* error page */
.vc_error_page_contruct {
	text-align: center;
}
.error-content1 {
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	color: #444;
	font-size: 18px;
}
.error-content2 {
	font-weight: 800;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #444;
	font-size: 250px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 10px
}
.error-content3 {
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	color: #444;
	font-size: 18px;
}

a.error-page-url {
	background: #f798aa;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-weight: 800;
	padding: 18px 40px;
	-webkit-appearance: none;
	letter-spacing: -1px;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	display: inline-block;
	margin-top: 40px
}

a.error-page-url:hover {
	color: #fff;
	background: #444;
}



/* contact form */

.pego-contact-form {
	float: left;
	width: 100%;
}

.pego-contact-form input,
.pego-contact-form textarea {
	background: #f0efef;
	border: none;
	padding: 18px 20px;
	color: #aaa;
	font-size: 13px;
	text-transform: none;
	outline: none;
	width: 100%;
	margin-bottom: 5px;  
	-webkit-appearance: none;
	font-weight: 300;
}

.pego-contact-form textarea {
	height: 120px;
	margin-bottom: -3px;  
	margin-top: 2px;
}

[placeholder]::-webkit-input-placeholder {
   color: #aaa;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.5s 0.5s ease;
    text-indent: -100%;
    opacity: 1;
}

.pego-contact-form input.wpcf7-submit {
	background: #444;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-weight: 800;
	padding: 18px 40px;
	-webkit-appearance: none;
	letter-spacing: -1px;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
}
.pego-contact-form input.wpcf7-submit:hover {
	background: #f798aa;
	color: #fff;
	cursor: pointer;
}

div.wpcf7 {
	width: 100%;
	margin: 0 auto;
}
span.wpcf7-form-control-wrap.your-name {
    width: 49%;
    float: left;
}

span.wpcf7-form-control-wrap.your-email {
    width: 49%;
    float: right;
}
.wpcf7 p {
    margin-bottom: 0;        
}
input.wpcf7-captchar {
	
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 12px !important;
	display: block !important;
	font-style: italic !important;
	top: -5px;
	position: relative;
}
.wpcf7-response-output {
	margin: 10px 0 !important;
	padding: 10px 30px !important;
}
.wpcf7-validation-errors {
	background: #eee;
	border: none !important;
	font-size: 12px !important;
}
.wpcf7-mail-sent-ng {
	border: none !important;
	background: #e1776d;
	font-size: 12px !important;
	font-style: italic !important;
	color: #fff;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
	position: absolute;
       bottom: -20px;
       left: 50%;
       margin-left: -10px;
}

div.contact_info_logo {}

/* dropcap */
.vc_dropcap .dropcap.type1 span.first_letter {
    float: left;
    font-size: 65px !important;
    margin-right: 10px;
   	line-height: 0.1;
	color: #444;
	font-weight: 400;
	margin-top: 20px;
}
.vc_dropcap .dropcap.type1, .vc_dropcap .dropcap.type1 span {
	font-size: 16px;
	color: #aaa;
	font-weight: 400;
	line-height: 1.6;
}

.vc_dropcap .dropcap.type2 span.first_letter {	
	float: left;
   	font-size: 32px !important;
   	margin-right: 15px;
	background: #444;
	color: #fff;
	font-weight: 400;
	padding: 10px 25px;
}

.vc_dropcap .dropcap.type2 {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
/* Blockquote */
.blockquote.type1 {
    border-left: 3px solid #f798aa;
    padding: 0px 0 0px 20px;
}

.blockquote.type1 p {
	font-size: 18px;
	color: #444;
	line-height: 1.3;
	font-weight: 400;
}

.blockquote.type2 {
    padding: 25px 30px 25px 50px;
    background: #f9f9f9 url(images/blockquote-icon-type2.png) no-repeat 40px center;
}

.blockquote.type2 p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #808080;
    margin-left: 60px;
    line-height: 1.6;
}

.blockquote.type3 { padding: 0 80px; }
.blockquote.type3 .icon_holder {
    background: url(images/blockquote-icon-type3.png) no-repeat center center #f798aa;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

.blockquote.type3 p {
	font-size: 18px;
	color: #444;
	line-height: 1.5;
	font-weight: 400;
	margin-left: 120px;
}

.blockquote.type4 {
    padding: 0 50px;
    margin: 70px 0 !important;
}


.blockquote.type4 p {
   font-size: 13px !important;
   letter-spacing: 0.5px;
   color: #aaa;
   line-height: 2.2;
   position: relative;
   text-align: left;
   font-weight: 400;
	border-left: 1px solid #f3f3f3;
	padding-left: 40px;
}

.blockquote.type4 .blockquote4_quote_sign_start {
	color: #f599ab;
	font-size: 18px;
	font-weight: 800;
	top: -15px;
	left: 30px;
	position: absolute;
}

.blockquote.type4 .blockquote4_quote_sign_end {
	color: #f599ab;
	font-size: 18px;
	font-weight: 800;
	padding-left: 10px;
	padding-top: 5px;
	position: absolute;
}

/* pagination */
.pagination-wrapper {
	width: 100%;
	text-align: center;
	float: left;
}

.pagination {
	position: relative;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	margin-bottom: 30px;
}

.pagination span, .pagination a {
	display: block;
	float: left;
	
	text-decoration: none;
	width: auto;
	color: #999;
	padding: 0 13px;
	margin: 0 3px;
}

.pagination a:hover{
	color: #e00008;
}

.pagination .current{
	color: #222;
	border: 1px solid #222;
	margin-top: -1px
}


/* Appointment pop up */
.fulloverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
	z-index: 10;
}

.fulloverlay .overlay-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 50px;
	top: 50px;
	overflow: hidden;
	border: none;
	background: url(images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

.fulloverlay .overlay-close:hover {
	cursor: pointer;	
}


.overlay-contentscale {
	visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentscale.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.popup-appointment-wrapper {
	display: table;
	width: 100%;
	height: 100%;
	max-width: 768px;
	margin: 0 auto;
}

.appointment-pretext {
	background: #f798aa;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	font-family: "Marck Script", cursive;
	color: #fff;
	margin-bottom: 14px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	padding: 5px 0;
}

.popup-appointment-wrapper > div {
	max-width: 800px;
	display: table-cell;
	vertical-align: middle;
}

.pego-appointment-form input,
.pego-appointment-form textarea {
	background: #444;
	border: none;
	padding: 18px 20px;
	color: #aaa;
	font-size: 13px;
	text-transform: none;
	outline: none;
	width: 100%;
	margin-bottom: 14px;  
	-webkit-appearance: none;
	font-weight: 400;
}

.pego-appointment-form textarea {
	height: 120px;
	margin-bottom: 8px;
	margin-top: 2px;
}

.pego-appointment-form input.wpcf7-submit {
	background: #444;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-weight: 800;
	padding: 18px 40px;
	-webkit-appearance: none;
	letter-spacing: -1px;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
}
.pego-appointment-form input.wpcf7-submit:hover {
	background: #f798aa;
	color: #fff;
	cursor: pointer;
}



.pego-appointment-form .app-name   span.wpcf7-form-control-wrap  {
	float: left;
	width: 49%;
}
.pego-appointment-form .app-phone   span.wpcf7-form-control-wrap  {
	float: right;
	width: 49%;
}
.pego-appointment-form .app-type   span.wpcf7-form-control-wrap  {
	float: left;
	width: 49%;
}
.pego-appointment-form .app-date   span.wpcf7-form-control-wrap  {
	float: right;
	width: 49%;
}

.pego-appointment-form span.wpcf7-form-control-wrap.appointment-message {
    width: 100%;
    float: left;
}

.pego-appointment-form span.wpcf7-not-valid-tip {
	color: #f798aa;
	font-size: 12px !important;
	display: block !important;
	font-style: italic !important;
	top: 0;
	position: absolute;
	left: 19px;
}

/* last line */

/* ==========================================================================
   Custom Site Overrides for Centro Benessere Licia
   ========================================================================== */
body {
    background: none;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url("../images/bg-licia.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (min--moz-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (min-device-pixel-ratio: 2),
       only screen and (min-resolution: 192dpi),
       only screen and (min-resolution: 2dppx) { 
    #logoImageRetina { display: block !important; }
    #logoImage { display: none !important; }
}

.header-wrapper .header-info .header-info-single .header-info-icon,
.header-wrapper .header-info .header-info-single .header-info-content a:hover,
a.single-service-item-url:hover .single-service-item-title,
a.single-service-item-url:hover .single-service-item-readmore,
.single-specialoffer-item-categories, .single-big-post-item-categories,
.single-big-post-item-categories a, a.single-big-post-item-title:hover,
a.single-big-post-item-readmore:hover, .single-small-post-item-categories,
a.single-small-post-item-title:hover, .single-post-categories,
.single-post-comments, .single-post-comments a, .single-post-author,
.single-post-author a, .single-post-categories a, a.single-post-title:hover,
a.single-post-readmore:hover, .single-small-post-item-categories a,
.under-footer a {
    color: #7adfd8;
}

.main-menu, .mobile-menu-outher-wrapper,
.mobile-menu-wrapper ul.mobile-menu li a:hover,
.mobile-menu-wrapper ul.mobile-menu li.current_page_item a,
.vc_welcome .welcome-left-side, .title-border, .view-overlay-bg,
.flag-content, .specialoffer-overlay-bg, .single-big-post-item-date,
.single-small-post-item-date, .post-overlay-bg, .gallery-view-overlay-bg,
.gallery-url-wrapper a.gallery-url, .vc_pego_appointment_quote,
.appointment_quote_phone_number_icon, a.error-page-url, .single-post-date,
.search-overlay-bg, .blockquote.type3 .icon_holder, .appointment-pretext {
    background-color: #7adfd8;
}

.main-menu ul.sf-menu > li > a { border-bottom: 5px solid #7adfd8; }
.main-menu ul.sf-menu > li.current-menu-item > a { border-bottom: 5px solid #ff4c82; color: #ff4c82; }
.page-title-wrapper .page-title h1 { border-left: 5px solid #7adfd8; }
a.single-service-item-url:hover .single-service-item-details { border-color: #7adfd8; }
.blockquote.type1 { border-left: 3px solid #7adfd8; }
.header-form-click, .widget_search input#searchsubmit:hover,
.appointment_quote_button a, .appointment_quote_phone_number {
    background-color: #f798aa;
}

/* ==========================================================================
   Hero Slider - Luxury Wellness with Ken Burns & Warm Sfumatura
   ========================================================================== */
.hero-slider-wrapper {
    position: relative;
    width: auto;
    margin-left: -85px;
    margin-right: -85px;
    margin-top: -22px !important;
    margin-bottom: 0;
    height: 580px;
    overflow: hidden;
    background: #1a1215;
}
@media only screen and (max-width: 959px) {
    .hero-slider-wrapper {
        margin-left: -10px !important;
        margin-right: -10px !important;
        margin-top: 0 !important;
        height: 520px;
    }
}
@media only screen and (max-width: 600px) {
    .hero-slider-wrapper {
        height: 470px;
    }
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), visibility 1s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* Background Layer con Effetto Dinamico Ken Burns */
.hero-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: scale(1);
    will-change: transform;
}

@keyframes kenBurnsEffect {
    0% {
        transform: scale(1) translate(0, 0);
    }
    50% {
        transform: scale(1.08) translate(-1%, -0.5%);
    }
    100% {
        transform: scale(1.15) translate(0.5%, -1%);
    }
}

.hero-slide.active .hero-slide-bg {
    animation: kenBurnsEffect 16s ease-in-out infinite alternate;
}

/* Sfumatura Wellness Calda (Warm Spa Vignette) */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(26, 14, 18, 0.18) 0%,
        rgba(35, 18, 25, 0.40) 42%,
        rgba(28, 12, 19, 0.76) 100%
    );
    z-index: 2;
    pointer-events: none;
}

/* Contenitore Testo e Bottoni */
.hero-slide-content {
    position: relative;
    z-index: 3;
    max-width: 840px;
    padding: 20px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Badge Tematico Elegante (Luxury Spa) */
.hero-badge {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #ff4c82;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 6px 18px;
    border-radius: 50px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    margin-bottom: 18px;
    opacity: 0;
    transform: translateY(-14px);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
}

.hero-slide.active .hero-badge {
    opacity: 1;
    transform: translateY(0);
}

/* Titolo Hero */
.hero-slide-caption {
    font-family: 'Poppins', sans-serif !important;
    color: #ffffff !important;
    font-size: 50px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    text-align: center !important;
    letter-spacing: -0.5px !important;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.55), 0 1px 3px rgba(0, 0, 0, 0.8) !important;
    max-width: 780px !important;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
    background: none !important;
    opacity: 0 !important;
    transform: translateY(20px) !important;
    transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.28s !important;
}

.hero-slide.active .hero-slide-caption {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

@media only screen and (max-width: 767px) {
    .hero-badge {
        font-size: 10.5px;
        letter-spacing: 1.8px;
        padding: 5px 14px;
        margin-bottom: 14px;
    }
    .hero-slide-caption {
        font-size: 28px !important;
        line-height: 1.26 !important;
        margin-bottom: 20px !important;
    }
}

/* Bottoni Call-to-Action Interattivi */
.hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    opacity: 0;
    transform: translateY(18px);
    transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.42s;
}

.hero-slide.active .hero-actions {
    opacity: 1;
    transform: translateY(0);
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding: 13px 28px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

.hero-btn-primary {
    background: #00c1cf;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(0, 193, 207, 0.35);
    border: none;
}

.hero-btn-primary:hover {
    background: #00a4b0;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(0, 193, 207, 0.5);
}

.hero-btn-secondary {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff !important;
    border: 1.5px solid rgba(255, 255, 255, 0.75);
}

.hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: #ffffff;
    color: #ffffff !important;
    transform: translateY(-3px);
}

@media only screen and (max-width: 600px) {
    .hero-actions {
        flex-direction: column;
        width: 100%;
        max-width: 250px;
        gap: 10px;
    }
    .hero-btn {
        width: 100%;
        padding: 11px 20px;
        font-size: 13.5px;
    }
}

/* Indicatori Slide (Dots) Minimalisti & Raffinati */
.slider-dots {
    position: absolute !important;
    bottom: 22px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    z-index: 10 !important;
}

.slider-dot {
    width: 9px !important;
    height: 9px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.45) !important;
    border: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.slider-dot:hover {
    background: rgba(255, 255, 255, 0.8) !important;
}

.slider-dot.active {
    width: 24px !important;
    border-radius: 12px !important;
    background: #00c1cf !important;
    box-shadow: 0 0 10px rgba(0, 193, 207, 0.6) !important;
}

/* Contact CTA Buttons (Option C) */
.contact-cta-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}
.contact-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.contact-cta-btn i {
    font-size: 18px;
}
.contact-cta-btn.phone-btn {
    background-color: #00C1CF;
}
.contact-cta-btn.phone-btn:hover {
    background-color: #009aa6;
    transform: translateY(-2px);
}
.contact-cta-btn.whatsapp-btn {
    background-color: #25D366;
}
.contact-cta-btn.whatsapp-btn:hover {
    background-color: #1eb954;
    transform: translateY(-2px);
}
.contact-cta-btn.mail-btn {
    background-color: #ff4c82;
}
.contact-cta-btn.mail-btn:hover {
    background-color: #e0326a;
    transform: translateY(-2px);
}

/* Lightbox Modal with Fluid Animations & Controls */
.lightbox-modal {
    display: flex;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 15, 20, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0.35s ease;
    user-select: none;
}
.lightbox-modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.lightbox-content-wrapper {
    position: relative;
    max-width: 88vw;
    max-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.lightbox-modal img.lightbox-img {
    max-width: 88vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
    transform: scale(0.92);
    opacity: 0;
    transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.3s ease;
}
.lightbox-modal.active img.lightbox-img {
    transform: scale(1);
    opacity: 1;
}

/* Fluid Slide Transitions between images */
.lightbox-modal img.lightbox-img.slide-out-left {
    transform: translateX(-50px) scale(0.95);
    opacity: 0;
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
}
.lightbox-modal img.lightbox-img.slide-out-right {
    transform: translateX(50px) scale(0.95);
    opacity: 0;
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
}
.lightbox-modal img.lightbox-img.slide-in-right {
    transform: translateX(50px) scale(0.95);
    opacity: 0;
}
.lightbox-modal img.lightbox-img.slide-in-left {
    transform: translateX(-50px) scale(0.95);
    opacity: 0;
}

/* Lightbox Navigation Arrows */
.lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    cursor: pointer;
    z-index: 1000000;
    transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
    outline: none;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.lightbox-arrow:hover {
    background: #ff4c82;
    border-color: #ff4c82;
    transform: translateY(-50%) scale(1.12);
}
.lightbox-arrow.prev {
    left: 25px;
}
.lightbox-arrow.next {
    right: 25px;
}
@media only screen and (max-width: 767px) {
    .lightbox-arrow {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
    .lightbox-arrow.prev { left: 10px; }
    .lightbox-arrow.next { right: 10px; }
}

/* Close Button */
.lightbox-close {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 44px;
    height: 44px;
    color: #ffffff;
    font-size: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    transition: all 0.25s ease;
    z-index: 1000001;
    line-height: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.lightbox-close:hover {
    background: #ff4c82;
    border-color: #ff4c82;
    transform: scale(1.12);
}

/* Image Counter */
.lightbox-counter {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.45);
    padding: 6px 18px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    pointer-events: none;
    z-index: 1000000;
}


/* ==========================================================================
   Home Page: Spaziature Omogenee ed Equilibrate tra le Sezioni (28px desktop / 20px mobile)
   ========================================================================== */
.fullwidth_row {
    margin-left: -50px;
    margin-right: -50px;
}
@media only screen and (max-width: 959px) {
    .fullwidth_row {
        margin-left: -30px;
        margin-right: -30px;
    }
}

/* 1. Fascia di Benvenuto Turchese */
.home-welcome-bar,
.vc_custom_1589381290619 {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
    background-color: #7adfd8 !important;
    margin-top: 0 !important;
    margin-bottom: 28px !important;
}
.home-welcome-bar .wpb_content_element,
.home-welcome-bar h1,
.vc_custom_1589381290619 .wpb_content_element,
.vc_custom_1589381290619 h1 {
    margin-bottom: 0 !important;
}

/* 2. Sezione Chi Siamo */
.home-about-section {
    margin-top: 0 !important;
    margin-bottom: 28px !important;
}
.home-about-section p {
    margin-bottom: 12px !important;
}
.home-about-section p:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* 3. Sezione I Nostri Servizi */
.services-modern-section,
.vc_custom_1589381324570 {
    margin-top: 0 !important;
    margin-bottom: 28px !important;
}
.services-modern-section .vc_titles {
    margin-top: 0 !important;
    margin-bottom: 6px !important;
}
.services-modern-section .title-border {
    margin-top: 4px !important;
    margin-bottom: 0 !important;
}
.services-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 18px !important;
    margin-bottom: 0 !important;
}

/* 4. Banner Spa & Wellness */
.home-quote-section {
    margin-top: 0 !important;
    margin-bottom: 28px !important;
}
.home-quote-section .vc_quote_with_background,
.vc_quote_with_background {
    margin: 0 !important;
    background-size: cover;
    background-position: center center;
}
.home-quote-section .quote-content,
.quote-content {
    color: #ffffff;
    font-family: "Marck Script", cursive;
    font-size: 52px;
    text-align: center;
    padding: 34px 0 !important;
    margin: 0 !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.35);
}

/* 5. Sezione Filosofia (Equilibrio - Benessere - Bellezza) */
.home-philosophy-section {
    margin-top: 0 !important;
    margin-bottom: 28px !important;
}
.home-philosophy-section .vc_titles {
    margin-top: 0 !important;
    margin-bottom: 6px !important;
}
.home-philosophy-section .title-border {
    margin-top: 4px !important;
    margin-bottom: 12px !important;
}
.home-philosophy-section p {
    margin-bottom: 12px !important;
}
.home-philosophy-section p:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* 6. Galleria Fotografica Home */
.home-gallery-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.home-gallery-section .vc_gallery_items {
    margin-bottom: 0 !important;
}

/* Responsività Spaziature Mobile */
@media only screen and (max-width: 767px) {
    .home-welcome-bar,
    .vc_custom_1589381290619 {
        margin-bottom: 20px !important;
    }
    .home-about-section {
        margin-bottom: 20px !important;
    }
    .services-modern-section,
    .vc_custom_1589381324570 {
        margin-bottom: 20px !important;
    }
    .services-cards-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 14px !important;
    }
    .home-quote-section {
        margin-bottom: 20px !important;
    }
    .home-quote-section .quote-content,
    .quote-content {
        padding: 24px 0 !important;
        font-size: 38px !important;
    }
    .home-philosophy-section {
        margin-bottom: 20px !important;
    }
    .home-philosophy-section .title-border {
        margin-bottom: 10px !important;
    }
}

/* Menu Hover in White */
.main-menu ul.sf-menu > li > a:hover,
.main-menu ul.sf-menu > li.sfHover > a,
.main-menu ul.sf-menu > li.current-menu-item > a:hover {
    color: #ffffff !important;
    border-bottom: 5px solid #ffffff !important;
}
.mobile-menu-wrapper ul.mobile-menu li a:hover,
.mobile-menu-wrapper ul.mobile-menu li.current_page_item a:hover {
    color: #ffffff !important;
}


.luxury-service-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #edf2f6;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.4s ease;
}

.luxury-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 36px rgba(0, 193, 207, 0.16), 0 4px 14px rgba(0, 0, 0, 0.06);
    border-color: rgba(0, 193, 207, 0.35);
}

.service-card-image-link {
    display: block;
    overflow: hidden;
}

.service-card-image {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: #eef2f5;
}

@media only screen and (max-width: 600px) {
    .service-card-image {
        height: 210px;
    }
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.luxury-service-card:hover .service-card-image img {
    transform: scale(1.06);
}

.service-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(20, 20, 20, 0.22) 100%);
    pointer-events: none;
}

.service-card-body {
    padding: 26px 26px 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-card-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: #242424 !important;
    margin: 0 0 12px 0 !important;
    text-align: left !important;
}

.service-card-title a {
    color: #242424 !important;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.service-card-title a:hover,
.luxury-service-card:hover .service-card-title a {
    color: #00c1cf !important;
}

.service-card-desc {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    color: #666666 !important;
    text-align: justify !important;
    margin: 0 0 18px 0 !important;
    flex-grow: 1;
}

/* Nuvola di Tag dei Trattamenti Inclusi */
.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}

.service-tag {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #008791;
    background: #f2fafb;
    border: 1px solid #d4f0f2;
    padding: 5px 13px;
    border-radius: 50px;
    transition: all 0.25s ease;
}

.luxury-service-card:hover .service-tag {
    background: #e5f6f8;
    border-color: #bee8ec;
}

.service-tag:hover {
    background: #00c1cf !important;
    color: #ffffff !important;
    border-color: #00c1cf !important;
}

/* Pulsante CTA con freccia animata */
.service-card-footer {
    margin-top: auto;
}

.service-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 13px 22px;
    border-radius: 50px;
    background: #00c1cf;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(0, 193, 207, 0.25);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
    cursor: pointer;
}

.service-cta-btn .cta-arrow {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin-left: 8px;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-cta-btn:hover,
.luxury-service-card:hover .service-cta-btn {
    background: #00a4b0;
    box-shadow: 0 8px 22px rgba(0, 193, 207, 0.4);
}

.service-cta-btn:hover .cta-arrow,
.luxury-service-card:hover .service-cta-btn .cta-arrow {
    transform: translateX(6px);
}


/* Mini Carousel / Flexslider for Treatment Galleries */
.wpb_gallery_slides.flexslider {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    background: #f7f7f7;
    margin: 0 0 20px 0;
}

.wpb_gallery_slides.flexslider ul.slides {
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}

.wpb_gallery_slides.flexslider ul.slides li {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    position: relative;
}

.wpb_gallery_slides.flexslider ul.slides li a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 0;
    cursor: pointer;
}

.wpb_gallery_slides.flexslider ul.slides li a img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
    border-radius: 6px;
    transition: transform 0.4s ease;
}

.wpb_gallery_slides.flexslider:hover ul.slides li a img {
    transform: scale(1.03);
}

/* Mini Carousel Navigation Arrows */
.mini-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    outline: none;
    user-select: none;
    line-height: 1;
    padding: 0;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.wpb_gallery_slides.flexslider:hover .mini-carousel-arrow {
    opacity: 1;
    visibility: visible;
}

.mini-carousel-arrow:hover {
    background: #ff4c82;
    border-color: #ff4c82;
    transform: translateY(-50%) scale(1.12);
}

.mini-carousel-arrow.prev {
    left: 10px;
}

.mini-carousel-arrow.next {
    right: 10px;
}

/* Mini Carousel Pagination Dots */
.mini-carousel-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 10;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 14px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    pointer-events: auto;
}

.mini-carousel-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    transition: all 0.25s ease;
}

.mini-carousel-dot.active {
    background: #ffffff;
    width: 20px;
    border-radius: 4px;
}

@media (hover: none) {
    .mini-carousel-arrow {
        opacity: 0.85;
        visibility: visible;
    }
}

/* Image Grid for trattamenti-personalizzati */
.wpb_image_grid_ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.wpb_image_grid_ul li {
    flex: 0 0 calc(50% - 6px) !important;
    max-width: calc(50% - 6px) !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.wpb_image_grid_ul li a {
    display: block !important;
    overflow: hidden !important;
    border-radius: 6px !important;
    line-height: 0 !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
    cursor: pointer !important;
}
.wpb_image_grid_ul li a img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transition: transform 0.3s ease !important;
}
.wpb_image_grid_ul li a:hover img {
    transform: scale(1.05) !important;
}

/* ==========================================================================
   Riduzione Margini e Spaziature tra Paragrafi e Sezioni
   ========================================================================== */

/* 1. Paragrafi e Testo */
p {
    margin-bottom: 8px !important;
    color: #606060;
}
p:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.wpb_text_column p:last-child,
.wpb_wrapper > p:last-child {
    margin-bottom: 0 !important;
        padding-bottom: 35px;
}

/* 2. Sezioni e Righe (Row & Content Elements) */
.wpb_row,
.vc_row,
.wpb_content_element {
    margin-bottom: 0px !important;
}

/* Evita accumulo/raddoppio margini negli elementi annidati */
.vc_column-inner > .wpb_wrapper > .wpb_content_element:last-child,
.vc_column-inner > .wpb_wrapper > *:last-child,
.vc_row .vc_inner:last-child,
.vc_row.vc_inner {
    margin-bottom: 0 !important;
}

/* 3. Titoli, Sottotitoli e Separatori */
.vc_titles {
    margin-bottom: 6px !important;
}
.vc_titles h1,
.vc_titles h2,
.vc_titles h3,
.vc_titles h4 {
    margin-bottom: 4px !important;
}
.title-border {
    margin-top: 4px !important;
    margin-bottom: 10px !important;
}
.subtitle_bottom {
    margin-bottom: 12px !important;
}

/* Rimuove elementi vuoti spacer di WPBakery */
.vc_empty_space {
    display: none !important;
}

/* Separatori divisori leggeri tra trattamenti */
.vc_separator.wpb_content_element {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
.vc_row:has(.vc_separator) {
    margin-bottom: 8px !important;
}

/* 4. Padding Contenitore (.center) & Hero Slider */
.center {
    padding: 22px 85px 0px !important;
}
.hero-slider-wrapper {
    margin-top: -22px !important;
}
@media only screen and (max-width: 959px) {
    .center {
        padding: 0px 10px 0px !important;
    }
    .hero-slider-wrapper {
        margin-top: 0 !important;
    }
}

/* 5. Blockquote ed Elenchi Trattamenti (es. trattamenti personalizzati, massaggi) */
.blockquote.type1 {
    margin-bottom: 8px !important;
    padding: 3px 0 3px 14px !important;
}
.blockquote.type1 p {
    margin-bottom: 0 !important;
    line-height: 1.4 !important;
    font-size: 16px !important;
}

/* 6. Banner Prenotazione Appuntamento (vc_pego_appointment_quote) */
.vc_pego_appointment_quote {
    margin-top: 25px !important;
    margin-bottom: 0 !important;
}
.appointment_quote_content {
    padding-top: 35px !important;
    padding-bottom: 18px !important;
}

/* 7. Galleria Fotografica Footer Home */
.vc_gallery_items.wpb_content_element {
    margin-bottom: 0 !important;
}
.single-gallery-item {
    margin-bottom: 0 !important;
}

/* Spacer prima del Footer */
.footer-spacer {
    height: 60px !important;
    line-height: 10px !important;
    font-size: 0 !important;
    background-color: #ffffff !important;
    clear: both !important;
    display: block !important;
}

/* ==========================================================================
   Mobile Header: Top Menu sopra l'header e Logo + Bottone Menu sulla stessa riga
   ========================================================================== */
@media only screen and (max-width: 959px) {
    /* 1. Top Bar Mobile sopra l'Header */
    .mobile-top-bar {
        display: block !important;
        background: #242424 !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 8px 15px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    }
    .mobile-top-bar-inner {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 6px 22px !important;
        max-width: 1260px !important;
        margin: 0 auto !important;
        text-align: center !important;
    }
    .mobile-top-item {
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
        color: #ffffff !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        text-decoration: none !important;
        line-height: 1.2 !important;
        transition: color 0.2s ease !important;
    }
    .mobile-top-item i {
        color: #00c1cf !important;
        font-size: 13px !important;
        line-height: 1 !important;
        display: inline-block !important;
        margin: 0 !important;
    }
    .mobile-top-item:hover,
    .mobile-top-item:active {
        color: #00c1cf !important;
    }

    /* 2. Header Row: Logo a sinistra e Bottone Menu a destra sulla stessa riga */
    .header-wrapper {
        position: relative !important;
        z-index: 50 !important;
    }
    .header-wrapper .header-inner-wrapper {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 10px 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .header-wrapper .logo {
        display: flex !important;
        align-items: center !important;
        margin: 0 !important;
        text-align: left !important;
        flex-shrink: 0 !important;
    }
    .header-wrapper .logo a {
        display: block !important;
        line-height: 0 !important;
    }
    .header-wrapper .logo img {
        max-height: 55px !important;
        width: auto !important;
        display: block !important;
        margin: 0 !important;
    }

    /* Nasconde la vecchia info contatti nella riga header */
    .header-wrapper .header-info {
        display: none !important;
    }

    /* Bottone Hamburger con 3 linee sulla destra */
    .header-mobile-menu-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 44px !important;
        height: 44px !important;
        border-radius: 6px !important;
        background: #f8f9fa !important;
        border: 1px solid #e2e8f0 !important;
        color: #2a2a2a !important;
        cursor: pointer !important;
        text-decoration: none !important;
        padding: 0 !important;
        margin: 0 !important;
        flex-shrink: 0 !important;
        transition: all 0.2s ease !important;
    }
    .header-mobile-menu-btn:hover,
    .header-mobile-menu-btn:active {
        background: #00c1cf !important;
        border-color: #00c1cf !important;
        color: #ffffff !important;
    }
    .header-mobile-menu-btn .mobile-menu-icon,
    .header-mobile-menu-btn .icon-menu {
        font-size: 26px !important;
        line-height: 1 !important;
        color: inherit !important;
        display: block !important;
        margin: 0 !important;
    }

    /* Nasconde la vecchia barra separata rosa del menu mobile */
    .mobile-menu-outher-wrapper {
        display: none !important;
    }

    /* Nasconde il menu desktop orizzontale su mobile/tablet */
    .main-menu {
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {
    .mobile-top-bar {
        padding: 6px 10px !important;
    }
    .mobile-top-bar-inner {
        gap: 4px 14px !important;
    }
    .mobile-top-item {
        font-size: 11.5px !important;
    }
    .header-wrapper .header-inner-wrapper {
        padding: 8px 15px !important;
    }
    .header-wrapper .logo img {
        max-height: 48px !important;
    }
    .header-mobile-menu-btn {
        width: 40px !important;
        height: 40px !important;
    }
    .header-mobile-menu-btn .mobile-menu-icon,
    .header-mobile-menu-btn .icon-menu {
        font-size: 22px !important;
    }
}

/* ==========================================================================
   Responsive Services: Layout coerente su dispositivi mobili (<= 767px)
   Garantisce che per ogni servizio il Nome + Descrizione appaia SEMPRE PRIMA
   e lo slider / immagine appaia DOPO, esattamente come la logica di lettura desktop.
   ========================================================================== */
@media only screen and (max-width: 767px) {
    /* Titoli sezioni introduttive su mobile: sopra il contenuto/immagini e con spaziatura proporzionata */
    .wpb_text_column h2 {
        display: block !important;
        width: 100% !important;
        margin-top: 0 !important;
        margin-bottom: 14px !important;
        line-height: 1.3 !important;
        text-align: left !important;
    }

    /* Immagini e figure su mobile: niente float laterale, centrate e fluide sotto al titolo */
    .wpb_text_column img.alignright,
    .wpb_text_column img.alignleft,
    img.alignright,
    img.alignleft {
        float: none !important;
        display: block !important;
        margin: 14px auto 18px !important;
        max-width: 100% !important;
        height: auto !important;
        border-radius: 6px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

    .service-treatment-row,
    .post-58 .vc_row:has(.vc_col-sm-8):has(.vc_col-sm-4),
    .type-service .vc_row:has(.vc_col-sm-8):has(.vc_col-sm-4) {
        display: flex !important;
        flex-direction: column !important;
    }

    .service-treatment-row .service-col-text,
    .service-treatment-row .vc_col-sm-8,
    .post-58 .vc_row:has(.vc_col-sm-8):has(.vc_col-sm-4) > .vc_col-sm-8,
    .type-service .vc_row:has(.vc_col-sm-8):has(.vc_col-sm-4) > .vc_col-sm-8 {
        order: 1 !important;
        width: 100% !important;
    }

    .service-treatment-row .service-col-media,
    .service-treatment-row .vc_col-sm-4,
    .post-58 .vc_row:has(.vc_col-sm-8):has(.vc_col-sm-4) > .vc_col-sm-4,
    .type-service .vc_row:has(.vc_col-sm-8):has(.vc_col-sm-4) > .vc_col-sm-4 {
        order: 2 !important;
        width: 100% !important;
        margin-top: 14px !important;
    }
}
