/*
Theme Name: Hipno Child
Template:   hipno
Theme URI: https://1.envato.market/hipno-wp
Description: Hipno Child Theme
Author: Awaiken
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Text Domain: hipno-child
*/

/* Add calendar icon to the visible flatpickr input */
.flatpickr-input.pc-flatpickr-applied + input[type="text"][readonly] {
    background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11zm0-13H5V6h14v1z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
    padding-right: 35px;
    cursor: pointer;
}

#footer_logo_wrapper img {
    background: var(--e-global-color-accent);
    padding: 10px 0;
}

/* Single page styles from single posts */
.wp-singular.page blockquote {
    background: var(--e-global-color-accent) url(https://personcentred.gr/wp-content/themes/hipno/assets/images/icon-blockquote.svg) no-repeat;
    background-position: 35px 30px;
    background-size: 58px;
    border-radius: 20px;
    padding: 30px 30px 30px 100px !important;
    margin-bottom: 30px !important;
}

.wp-singular.page blockquote p {
    font-size: 20px !important;
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-white);
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.wp-singular.page blockquote p:last-child {
    margin-bottom: 0;
}

.wp-singular.page .elementor-widget-text-editor ul.wp-block-list {
    padding-left: 20px;
    margin: 20px 0;
}

.wp-singular.page .elementor-widget-text-editor ul.wp-block-list li {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: var(--e-global-color-text);
}

@media only screen and (max-width: 991px){
    .wp-singular.page blockquote{
		background-position: 25px 25px;
		background-size: 50px;
        padding: 25px 25px 25px 90px !important;
        margin-bottom: 20px !important;
    }

	.wp-singular.page blockquote p{
		font-size: 18px !important;
	}
}

@media only screen and (max-width: 767px){
    .wp-singular.page blockquote {
        background-position: 20px 20px;
		padding: 70px 20px 20px 20px !important;
    }
    
    .wp-singular.page blockquote p {
        font-size: 18px !important;
    }
}

.wp-singular.page.page-id-11519 p {
    margin-bottom: 20px;
}

.wp-singular.page.page-id-11519 h2.wp-block-heading {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
    margin: 1em 0 0.7em;
    color: var(--e-global-color-primary);
    font-size: 36px !important;
}

@media only screen and (max-width: 991px){
    
}

@media only screen and (max-width: 767px){
    .wp-singular.page.page-id-11519 h2.wp-block-heading h2{
		font-size: 24px !important;
	}
}


.service-catagery-list.pc-services-menu ul li {
    gap: 16px;
    margin-bottom: 16px !important;
}

.service-catagery-list.pc-services-menu ul li a {
    line-height: 1.3;
    gap: 12px;
    padding: 10px 10px 10px 16px;
}