/*
Theme Name: SiteOrigin Corp Child
Author: SiteOrigin
Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/corp
Description: SiteOrigin Corp Child Theme
Version: 1.0.0
Template: siteorigin-corp
Text Domain: siteorigin-corp
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
html {
	scroll-behavior: smooth;
}

:root{
	--pink: #DE0C78;
}
body .site-content{
	font-size: 16px;
}
#top-bar{
	background: #332429;
	padding-top: 5px;
}
#top-bar > div{
	display: flex;
	justify-content: flex-end;
}
#top-bar #sow-icon-3 .sow-icon-genericons {
	margin-top:3px;
}

#umow-wizyte-widget{
	position: fixed;
	top: 45%;
	left: 0;
	z-index:1;		
}
#umow-wizyte-widget .corp-container{
	padding:0;
}
#wrap-umow-wizyte{
	position:relative;
}
#wrap-umow-wizyte h2{
	background-color: #de055d;
	color: white;
	padding: 10px;
	font-size: 22px;
	cursor:pointer;
	transition:250ms all ease-in-out;
}
#wrap-umow-wizyte h2{
	background-color: #cc0556;
}

#wrap-umow-wizyte .textwidget{
	position:absolute;
	left: -260px;
	border: 2px solid #de055d;
	padding: 20px;
	top:0;
	background-color: white;
	transition:250ms all ease-in-out;
}
#wrap-umow-wizyte .textwidget.show-widget {
	left: 0px;
}
#wrap-umow-wizyte .textwidget p{
	margin: 0;
	text-align: center;
	border-top: 1px solid #c3c3c3;
	padding-top: 10px;
	cursor:pointer;
	text-transform: uppercase;
    color: #333;
}


#masthead .custom-logo{
	max-width:120px;
}
#page .corp-container{
	max-width: 1370px;
}
.site-content h2{
	margin: 0;
	font-size: 36px;
}
#home-hero{
	background-position: top center!important;
	background-repeat:no-repeat!important;
	background-size:cover;
}
#home-hero, #cta-zabieg {
/* 	background-color: rgba(86, 65, 71, 0.7); */
	background-color: #564147;
	background-blend-mode: multiply;
	background-position: center;
	height: calc(70vh - 86px);
}
#home-hero.zabieg-hero, #cta-zabieg {
	height: calc(40vh - 86px);
}
#cta-zabieg {
	height: auto;
}
#home-hero h1, #home-hero h2, #home-hero p{
	color: white;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 20px;
}
#home-hero h1{
	font-size: 50px;
}
#home-hero h2{
	font-size: 44px;
}
#home-hero p{
	font-size: 20px;
}
a.accent-btn{
	padding: 10px 30px;
	text-transform: uppercase;
	margin-top:10px;
	display: inline-block;
	border: 1px solid var(--pink);
}
a.accent-btn.v-full{
	background: var(--pink);
	color: white;
}
a.accent-btn.v-border{
	background: transparent;
	color: var(--pink);
}
#colophon .widgets {
	padding-top: 55px;
}
#colophon .widgets .widget {
	margin-bottom: 55px;
}
#colophon .icon-heading h2{
	color: white;
	font-size: 1.0666em;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.footer-icon {
	justify-content: flex-start!important;
}
.footer-icon .panel-grid-cell:first-child {
	width:auto!important;
}
.footer-icon .panel-grid-cell:last-child {
	width:100%!important;
}
.footer-icon .so-panel{
	width:100%!important;
}
#colophon .accent-btn {
	background: white;
	border-color:white;
	color:#332429;
}
#colophon .site-info span::after{
	display: none;
}
#colophon .site-info span:last-child{
	display: none;
}
.d-none{
	display:none!important;
}
.heading-bg-color {
	margin-top:60px;
	background: rgba(251, 229, 240, 0.45);
	padding: 20px 30px;
}


.box-heading h5{
	font-family:'Caveat';
	font-size: 120px;
	opacity: 0.1;
	color: var(--pink);
	line-height: 1em;
	margin-top:0;
}
.box-heading h2{
	color:#564147;
	margin: -70px 0 0;
	line-height: 1em;
	font-weight: bold;
	font-size:46px;
}
.box-heading p{
	margin-top:15px;
}
#uslugi .panel-cell-style{
	position: relative;
}
#uslugi .panel-cell-style:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(86, 65, 71, 0.7);
}
#uslugi .panel-cell-style .so-panel{
	position: relative;
}
#uslugi .widget_sow-headline h2{
	color: white;
	text-align: center;
	transform: translateY(100px);
	transition: 300ms all linear;
}
#uslugi p{
	color: white;
}
#uslugi .widget_sow-editor{
	opacity: 0;
	transform: translateY(100px);
	transition: 300ms all linear;
}
#uslugi .panel-grid-cell:hover .widget_sow-editor,
#uslugi .panel-grid-cell:hover .widget_sow-headline h2{
	opacity: 1;
	transform: translateY(0px);
}

.grey-boxes .panel-grid-cell{
	background-color: #f9f9f9;
	padding: 20px!important;
}
.grey-boxes .panel-grid-cell h3{
	margin: 0 0 15px;
}


.cta h3{
	color:white;
	font-size:36px;
	line-height:1em;
	margin:0;
}
.cta .accent-btn.v-border, #uslugi .accent-btn.v-border{
	background: transparent;
	border-color:white;
	color:white;
}



#cta-zabieg{
	padding-top: 100px!important;
	padding-bottom: 100px!important;
}
#cta-zabieg h2, #cta-zabieg p {
	color: white;
}

#menu-depilacja p{
	display: flex;
	justify-content: space-evenly;
}
#menu-depilacja p a{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 3em;
	display: inline-block;
	flex: 1;
	text-align: center;
}
#menu-depilacja p a:hover{
	background: #dfdfdf;
	color:#2d2d2d;
}

.footable-header {
	background: #564147;
}
.footable-header th{
	color: white;
	border: none;
}
.footable_parent .footable.table > tbody > tr > td{
	padding:12px;
}
#cennik-promocja {
	background-color: rgba(255, 255, 255, 0.80);
	background-blend-mode: overlay;
	background-position: center;
	
}
#cennik-promocja h3 {
	font-weight: bold;
	font-size: 60px;
	line-height: 1em;
	color: #564147;
	text-transform: uppercase;
}
#cennik-promocja h4 {
	font-weight: bold;
	font-size: 32px;
	line-height: 1em;
	color: #564147;
}
#cennik-promocja h6 {
	font-weight: bold;
	font-size: 42px;
	line-height: 1em;
	color: #564147;
}
#cennik-promocja p {
	font-size: 22px;
	line-height: 1em;
	color: #564147;
}
.wpcf7-form .wpcf7-text{
	width:100%;
}
.contact-column h3{
	margin:0;
}
	.contact-icon .panel-grid {
		justify-content: flex-start!important;
	}
	
	.contact-icon .panel-grid-cell {
		width:auto!important;
	}

	.contact-icon .panel-grid-cell:first-child {
		min-width:45px!important;
	}
/* .booksy-business-link{
	display:none!important;
} */
@media all and (max-width: 768px){
	
	body #scroll-to-top {
		bottom:75px;
	}
	
	#top-bar > div {
    	justify-content: center;
	}
	#umow-wizyte-widget{
		z-index:1111;
	}
	#wrap-umow-wizyte h2{
	text-align: center;
	}
	#umow-wizyte-widget{
		top: auto;
		left: 0;
		bottom:-25px;
		width:100%;		
	}
	#wrap-umow-wizyte .textwidget{
		position: absolute;
		left: auto;
		bottom: -170px;
		top: auto;
		width: 100%;
		text-align:center;
	}
	#wrap-umow-wizyte .textwidget.show-widget {
		bottom: 0px;
	}
	
	 #sow-button-2 .sow-icon-genericons, #sow-button-3 .sow-icon-genericons {
		display:none;
	}
	#sow-button-2 a {
		padding-left: 0;
	}
	.box-heading h5{
		font-size: 70px;
	}
	.box-heading h2{
		margin: -48px 0 0;
		font-size:26px;
	}
	.cta h3, .cta .so-widget-sow-editor p{
		text-align: center!important;
	}
	#siteorigin-panels-builder-2 .mob-hide {
		display: none;
	}
	#home-hero {
    	background-position: center!important;
    	justify-content: center;
	}
	#home-hero h1 {
    	font-size: 30px;
    	text-align: center;
	}
	#menu-depilacja p {
    	flex-direction: column;
		padding:20px 0;
	}
	#menu-depilacja p a {
    	line-height: 1em;	
	}	
	#cta-zabieg{
		padding-top: 50px!important;
		padding-bottom: 50px!important;
	}
	#cta-zabieg h2{
		font-size:26px;
	}
	.footer-icon {
		align-items:center!important;
	}
	.footer-icon p {
		margin-bottom: 10px;
	}
	.mob-order {
		flex-direction: column-reverse!important;
	}
	#colophon .widgets .widget {
    	text-align: center;
	}
	.site-content h2 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.3;
}
	
}