@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
/*
Theme Name:  Beauty Child Theme
Theme URI:   https://www.proteusthemes.com/
Description: Child theme for the Beauty
Author:      ProteusThemes
Template:    beauty-pt
Version:     v1.0.0
 */


/* add custom CSS code bellow */



/*        *\
Bookly
\*        */

.bookly-form select {
    color: black;
}

/*       *\
Theme
\*       */

@font-face {
    font-family: 'Open Sans', sans-serif;
}

body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    letter-spacing: revert;
    margin-bottom: revert;
}

.header .icon-box__text {
    font-weight: normal;
}

.widget-title::after {
    content: none;
}

.jumbotron {
    margin-bottom: 0;
}

.jumbotron__control {
    display: none;
}

.textwidget h4 {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 24px;
}

.textwidget h4:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 1.6em;
}

.textwidget {
    font-weight: 400;
    line-height: normal;
}

.pt-tabs .widget-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.widget-title .widget-title__inline {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 6px;
}

.widget-title__inline:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2017/01/butterfly.png);
    width: 28px;
    height: 18px;
    top: -13px;
    left: -16px;
}

/*18/01/17*/

.site-header {
    margin-bottom: 0;
}

.header__right-widgets {
    margin: 0!important;
}

.header__logo a {
    outline: 0;
}

@media (min-width: 992px) {

    .header--left-logo .header__logo {
	margin: 0!important;
    }


    .header__navigation,.header__navigation-widgets {
	border-top: none!important;
    }

    .home-icon {
	border-right: none;
    }

    .header__navigation-widgets .widget {
	border-left: none;
    }

    .header__navigation-widgets a .fa-facebook-official {
        color: #672267;
    }

    .header .widget-icon-box {
	margin-bottom: 0!important;
    }

    .header__logo img {
	height: 70px;
    }

    .header__navigation-widgets {
	width: 5%;
	margin-right: 0!important;
        padding: 0;
    }

    .header__navigation-widgets ~ .header__navigation {
	width: 95%;
	text-align: center;
    }

    .header__navigation-widgets .widget {
	padding-left: 0;
    }

    .ab-nav-steps {
	border-top: none!important;
    }

    .ab-row .ab-nav-steps .ab-right .ab-row .ab-nav-steps .ab-left {
	position: relative;
	overflow: initial;
	padding: 18px 30px!important;
	border: 0!important;
	min-width: 180px;
	display: block;
	text-align: center;
	line-height: normal;
	border-radius: 4px!important;
	background: #f4662f;
	cursor: pointer!important;
	height: auto!important;
	outline: none!important;
    }

    .ab-row.ab-nav-steps .ab-right:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 100vw;
	background: #000;
	left: -101vw;
	top: 50%;
	margin-top: -1px;
    }

    .ab-row.ab-nav-steps .ab-left:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 100vw;
	background: #000;
	right: -101vw;
	top: 50%;
	margin-top: -1px;
    }

    .home-page-3col .widget img {
	width: 100%;
    }

    .home-tab-row .pt-tabs__navigation {
	display: inline-block;
	margin-bottom: 1.72222rem;
	float: none;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 1.72rem;
    }

    .home-tab-row .pt-tabs__navigation .nav-item {
	float: none;
	display: inline;
    }

    .home-tab-row .featured-widget {
	border: none;
    }

    .pricing-list__title, .pricing-list__price {
	background: transparent;
    }

    .pricing-list__item::after {
	position: absolute;
	content: '';
	border-bottom: 1px solid #672267;
	top: initial;
	bottom: -10px;
	left: 0;
	width: 100%;
    }
}

@media (min-width: 1200px) {

    .header--left-logo .header__logo {
    	width: 25%;
    }
    .header--left-logo .header__right-widgets {
    	padding: 13px 0;
    	width: 75%;
    }

    .header__left-widgets .icon-box, .header__right-widgets .icon-box {
	margin: 0!important;
    }
}

.header .icon-box .fa {
    font-size: 1.33333rem!important;
    /*color: #8b2385!important;*/
}

.header .icon-box__text {
    font-size: 0.88889rem;
    font-weight: 400;
    color: #190d25;
    margin-left: 2.2rem;
}

.header .icon-box__text .icon-box__subtitle {
    color: #190d25;
}

.header .icon-box__text .icon-box__title {
    /*text-transform: uppercase;*/
    color: #190d25;
}

.widget.widget_text .btn.btn-primary.book-now-menu {
    padding: 0.7rem 1.5rem;
    border-radius: 3px;
}

.site-header + .jumbotron {
    margin-top: 0;
}

.home-icon .fa.fa-home {
    font-size: 0;
}

.main-navigation .menu-item:hover > a {
    text-decoration: underline !important;
}

@media (min-width: 992px) {
    .main-navigation > .current-menu-item > a {
	border: 1px solid #fff;
	border-radius: 5px;
    }

    .main-navigation > .current-menu-item > a::after {
	background-color: transparent!important;
    }

    .testimonial-home-row .call-to-action__title {
	font-size: 36px;
    }

    .testimonial-home-row .call-to-action__subtitle {
	font-size: 18px;
	color: #fff;
    }
}

.appointment-row #booking {
    display: flex;
    align-items: center;
    justify-content: center;
}

.appointment-row .widget-title__inline {
    display: block;
    position: relative;
}

.appointment-row .widget-title__inline:after {
    width: 15%;
    left: 50%;
    margin-left: -7.5%;
    position: absolute;
    content: '';
    height: 3px;
    bottom: -3px;
}

.appointment-row .bookly-table >div:not(.active) {
    font-weight: 700;
    color: #7f8183;
}

.appointment-row .ab-row,.appointment-row select {
    color: #7f8183;
}

.ab-progress-tracker .step {
    background: #7f8183;
}

.ab-nav-steps {
    border-top: none;
}

.home.page-template div#primary.content-area.container,div#primary.content-area.container {
    margin-bottom: 0!important;
}

.home-tab-row .pt-tabs__navigation .nav-link.active {
    border-radius: 6px!important;
    border: 1px solid #000;
    background: transparent;
}

.home-tab-row .pt-tabs__navigation .nav-link.active:before {
    width: 0;
    height: 0;
}

.home-tab-row .pt-tabs__navigation .nav-link:not(.active) {
    border: none;
    color: #000;
    font-weight: 400;
}

.home-tab-row .pt-tabs__navigation .nav-link:focus::before,.home-tab-row  .pt-tabs__navigation .nav-link:hover::before {
    width: 0px;
    height: auto;
    right: inherit;
    left: -2px;
    top: -2px;
    bottom: -2px;
}

.widget-title {
    display: flex !important;
    justify-content: center!important;
    margin-bottom: 2rem;
}

.widget-title__inline {
    display: block;
    position: relative;
}

.widget-title__inline:after {
    width: 15%;
    left: 50%;
    margin-left: -7.5%;
    position: absolute;
    content: '';
    height: 3px;
    bottom: -3px;
}

.membership-card img {
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.membership-list li {
    padding-left: 10px;
    display: block;
    list-style-type: none;
    margin-bottom: 10px;
}

.membership-list li span {
    display: inline;
    position: relative;
}

.membership-list li span:before {
    content: '';
    background: url(/wp-content/uploads/2017/01/percent-icon_03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 18px;
    width: 18px;
    left: -25px;
    top: 50%;
    margin-top: -9px;
    position: absolute;
}

.membership-list li span:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    height: 1px;
    width: 200%;
    left: calc(100% + 18px);
    top: 50%;
    margin-top: 0px;
    position: absolute;
}

.home-membership .panel-first-child .panel-grid-cell .membership-column {
    overflow: hidden;
}

.widget_opening-times-widget  .featured-widget {
    border: none!important;
}

.home-testimonial-row .testimonial__author-avatar {
    display: none;
}

.home-testimonial-row .testimonial blockquote {
    width: 100%;
    float: none;
    text-align: center;
    background-color: #190D25;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 80px;
}

.home-testimonial-row .testimonial blockquote::before {
    border: none;
    content: '';
    background: url(/wp-content/uploads/2017/01/blockquote-bottom_03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 17px;
    width: 27px;
    right: 15px!important;
    bottom: 15px;
    margin-top: 0px;
    position: absolute;
    left: initial;
    top: inherit;
}

.home-testimonial-row .testimonial blockquote::after {
    border: none;
    content: '';
    background: url(/wp-content/uploads/2017/01/blockquote-top_03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 17px;
    width: 27px;
    left: 15px;
    top: 15px;
    margin-top: 0px;
    position: absolute;
}

.home-testimonial-row .testimonial__container .carousel-inner .carousel-item > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

.home-testimonial-row .testimonial__quote {
    font-size: 18px;
    color: #fff;
    padding-bottom: 60px;
}

.home-testimonial-row .testimonial__author .testimonial__author-name {
    font-size: 14px!important;
    position: relative;
}

.home-testimonial-row .testimonial__author .testimonial__author-name:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100vw;
    left: -101vw;
    top: 50%;
    margin-top: -1px;
}

.home-testimonial-row .testimonial__author .testimonial__author-name:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100vw;
    right: -101vw;
    top: 50%;
    margin-top: -1px;
}

.home-testimonial-row  .testimonial__author {
    position: absolute;
    bottom: 90px;
}

.pt-tabs__navigation .nav-link.active:focus,
.pt-tabs__navigation .nav-link.active:hover {
    outline: 0;
}

@media (max-width: 991px) {
    .header__right-widgets {
        margin-top: 20px !important;
    }

    .home-tab-row .featured-widget {
	border: none;
    }

    .pricing-list__title,  .pricing-list__price {
	background: transparent;
    }

    .pricing-list__item::after {
	position: absolute;
	content: '';
	border-bottom: 1px solid #F2C8E2;
	top: initial;
	bottom: -10px;
	left: 0;
	width: 100%;
    }

    .appointment-row .widget-title__inline {
	font-size: 24px!important;
	text-align: center;
    }

    .home .widget img {
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 20px;
    }

    .home .pt-tabs__navigation .nav-item {
	margin: 0;
	float: left;
	width: 50%;
	text-align: center;
    }

    .home .pt-tabs__navigation .nav-item a {
	padding-bottom: 0;
	padding-top: 3px;
    }

    .widget_opening-times-widget .featured-widget {
	border: none!important;
    }

    .time-table .week-day::after {
	border-bottom: 1px solid #F2C8E2;
    }

    .membership-list li span:after {
	width: 0;
	height: 0;
    }

    .widget-title__inline {
	text-align: center;
	font-size: 24px;
    }

    footer.footer {
	text-align: center!important;
    }
}

@media (max-width: 543px) {
    .home-testimonial-row .testimonial .col-xs-12 {
	margin-bottom: 15px;
    }

    footer.footer .footer__map {
	min-height: initial;
    }
}

.time-table .week-day.today {
    color: white;
}

.time-table .week-day::after {
    border: none;
}

.time-table .week-day.today::after {
    border: none;
}

footer.footer .time-table .week-day dt,footer.footer .time-table .week-day dd {
    background-color: transparent;
}

footer.footer a {
    text-decoration: none;
}
footer .widget_nav_menu ul {
    list-style: none;
}

.full-width-image-row {
    padding: 0!important;
}

.full-width-image-row > .panel-grid-cell {
    padding: 0!important;
}

.sidebar-opening-time,.sidebar-text-class {
    padding: 16px;
}

.sidebar-opening-time .widget-title .widget-title__inline,
.sidebar-text-class .widget-title .widget-title__inline {
    font-size: 18px!important;
    color: #eeeeee;
    text-align: left;
}

.sidebar-opening-time .widget-title,.sidebar-text-class .widget-title {
    margin-bottom: 0!important;
}

.sidebar-opening-time .widget-title__inline:after,.sidebar-text-class .widget-title__inline:after {
    width: 0!important;
}

.sidebar-opening-time .widget-title .widget-title__inline:before, .sidebar-text-class .widget-title .widget-title__inline:before {
    height: 0;
    width: 0;
}

.sidebar-opening-time dt, .sidebar-opening-time dd {
    background: transparent;
    color: #fff;
}

.sidebar-opening-time .time-table .week-day dt,.sidebar-opening-time .time-table .week-day dd {
    background: transparent;
}

.sidebar-text-class .textwidget p {
    color: #fff!important;
    font-size: 16px!important;
}

.sidebar-opening-time.panel-widget-style {
    margin-top: -30px;
}

.sidebar-opening-time.panel-widget-style .time-table {
    border: 1px solid #7c4693;
    padding: 15px;
}

.contact-form-wrapper input.form-control,
.contact-form-wrapper textarea.form-control {
    border: 1px solid #000!important;
    border-radius: 5px!important;
    font-size: 13px!important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.contact-form-wrapper .wpcf7-form-control-wrap::before,.contact-form-wrapper .wpcf7-form-control-wrap::after {
    width: 0!important;
    height: 0!important;
}

.standart-page-wrapper .standart-page-wrapper-child .widget-title .widget-title__inline {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 24px;
}

.standart-page-wrapper .standart-page-wrapper-child .widget-title .widget-title__inline:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 1.6em;
    margin-left: 0;
}

.standart-page-wrapper .standart-page-wrapper-child .widget-title .widget-title__inline:before {
    width: 0;
    height: 0;
}

.standart-page-wrapper .standart-page-wrapper-child .widget-title {
    display: flex!important;
    align-items: center!important;
    justify-content: flex-start!important;
    margin-bottom: 0;
}

.standart-page-wrapper  .widget-title {
    justify-content: flex-start!important;
}

.standart-page-wrapper .widget-title__inline:after {
    width: 15%;
    left: 0;
    margin-left: 0;
    position: absolute;
    content: '';
    height: 3px;
    bottom: -3px;
}

@media (max-width: 991px) {
    .header__logo img {
	height: 75px;
    }
}

@media (min-width: 992px) {
    .home-testimonial-row .testimonial blockquote {
	min-height: 325px;
    }

    .header__logo img {
	height: 105px;
    }

    .header--left-logo .header__right-widgets {
	padding: 30px 0;
    }
}

.standart-page-wrapper .standart-page-wrapper-child .membership-list li span:after {
    width: 0;
    height: 0;
}

footer .footer-top__headings {
    font-size: 18px;
}

footer .textwidget .footer__map i.fa {
    padding-right: 15px;
}

.widget_nav_menu ul {
    list-style: inside;
}

@media (min-width: 992px) {
    footer .opening-time {
	margin: -15px;
    }

    footer .opening-time .time-table {
	padding: 15px;
    }
}

footer .footer-top {
    border-bottom: none;
    padding-bottom: 0;
}

@media (min-width: 992px) {
    footer .footer-top .container {
	position: relative;
    }

    footer .footer-top .container:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 20%);
    }
}

.footer-middle {
    border-top: none;
}

footer-bottom {
    padding: 0;
}

@media (max-width: 991px) {
    footer .time-table .week-day {
	text-align: left!important;
	width: 25%;
	display: block;
	margin: 0 auto;
    }
}

.main-navigation .current-menu-item.menu-item:last-of-type > a {
    border-bottom: 1px solid #fff;
}

.header__container {
    box-shadow: none;
}

.footer__map p {
    position: relative;
}

.footer__map p > span {
    position: absolute;
    left: 0;
    top: 0;
}

i.fa.ideal-payment {
    width: 40px;
    height: 35px;
    position: relative;
}

.ideal-payment:before {
    background-image: url(/wp-content/uploads/2017/01/vjw_ideal_standaard-1.png);
    background-size: contain;
    height: 35px;
    width: 37px;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    top: -1px;
    position: absolute;
    left: 0px;
}

.footer-middle .fa {
    font-size: 35px;
}

.fa-pink {
    color: #672267 !important;
}
.footer__map i.fa,
.header__right-widgets i.fa{
}

ul.no-style {
	list-style: none;
}

ul > li > i.fa {
    margin-right: 15px;
}

.contact-page-wrapper .standart-page-wrapper-child .textwidget p {
    position: relative;
    padding-left: 30px;
    color: #190d25;
    font-size: 18px;
    font-weight: 400;
}

.contact-page-wrapper .standart-page-wrapper-child .textwidget p i {
    position: absolute;
    left: 0;
}


