/*
Theme Name: Doloni
Author: Artium
Author URI: https://artium.com.ua
Theme URI: 
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: doloni
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 6.3
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}


.wp-block-button__link, .wp-element-button {
	transition: all 0.35s;
}

.site-nav {
	width: 100%;
}

.header-sticky {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 100;
}

.accordion {
	color: var(--wp--preset--color--contrast);
}
.accordion-button {
	justify-content: space-between;
	padding: 25px 16px;
	font-size: var(--wp--preset--font-size--medium);
	color: var(--wp--preset--color--contrast);
	line-height: 1.5rem;
}
.accordion-button:not(.collapsed) {
	color: var(--wp--preset--color--contrast);
	background-color: #D8E4E1;
	box-shadow: none;
}
.accordion-item:first-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.accordion-item {
	color: var(--bs-accordion-color);
	background-color: var(--bs-accordion-bg);
	border: 0;
	border-bottom: 1px solid #D8E4E1;
}
.accordion-item:last-of-type {
	border-bottom: 0;
}
.accordion-body {
	color: var(--wp--preset--color--contrast);
}
.accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-icon);
}
.accordion-button::after {
	margin-left: 20px;
}


ul.list-with-header {
	padding-left: 20px;
}
ul.list-with-header li {
	margin-bottom: 20px;
}
ul.list-with-header li > h4 {
	margin-bottom: 0;
}


.hero {
    position: relative;
    padding-top: 20vh; 
    padding-bottom: 15vh;
}
.hero-img {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    margin-top: 0;
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% bottom;
}
.hero h1 {
	letter-spacing: -2.5px;
}

.for-clients {
    position: relative;
}
.for-professionals {
    position: relative;
}
.for-clients-img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
	margin-top: 0;

    /* background: url(assets/images/bg+person-1-wide.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% bottom;
}
.for-professionals-img {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
	margin-top: 0;
    
    /* background: url(assets/images/bg+person-2-wide.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% bottom;
}

.footer-body {
	margin-top: 0;
	padding-top: 80px;
	padding-bottom: 80px;
}
.footer-social-icons {
	margin-top: -60px;
}


/* CF7 Styles */
form label {
    width: 100%;
    margin-bottom: 7px;
    display: inline-block;
}
form label input {
    box-sizing: border-box;
    width: 100%;
    padding: 14px;
	color: var(--wp--preset--color--contrast);
	/* background-color: var(--wp--preset--color--brown-transparent); */
	border: 0;
    border-bottom: 1px solid var(--wp--preset--color--transparent);
    border-radius: 0;
    /* font-size: 16px; */
	transition: all 0.15s;

    background-color: rgba(0, 64, 53, 0.05);
}
form label input:focus {
    border-bottom: 1px solid var(--wp--preset--color--contrast);
	background-color: rgba(0, 64, 53, 0.05);
	outline: none;
}
form label textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 14px;
	color: var(--wp--preset--color--contrast);
	/* background-color: var(--wp--preset--color--transparent); */
	border: 0;
    border-bottom: 1px solid var(--wp--preset--color--transparent);
    border-radius: 0;
	transition: all 0.35s;

    background-color: rgba(0, 64, 53, 0.05);
}
form label textarea:focus {
    border-bottom: 1px solid var(--wp--preset--color--contrast);
	background-color: rgba(0, 64, 53, 0.05);
	outline: none;
}
form label ::placeholder {
    color: rgba(0, 64, 53, 0.5);
    opacity: 1;
}
.wpcf7-select  {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    line-height: 1.5;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid var(--wp--preset--color--contrast);
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-with-bg.wpcf7-select  {
    background-color: rgba(0, 64, 53, 0.05);
    border-color: rgba(0, 64, 53, 0.05);
}



/* **************************************** */

/* Checkbox Style  -= v - Style Start =-  */
.wpcf7-list-item {
    width: 100%;
}
.wpcf7-checkbox label {
    display: flex;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--form-background);
    margin: 0;
  
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    padding: 10px;
    margin-right: 10px;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
  
    display: grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: CanvasText;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}

input[type="checkbox"]:disabled {
    --form-control-color: var(--form-control-disabled);

    color: var(--form-control-disabled);
    cursor: not-allowed;
}
/* Checkbox Style  -= v - Style End =-  */



/* Checkbox Style  -= x - Style Start =-  */
.wpcf7-list-item {
    width: 100%;
}
.wpcf7-list-item, label {
  display: flex;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item:not(:last-child) {
  margin-bottom: 10px;
}
label {
  cursor: pointer;
}
[type="radio"], [type="checkbox"] {
  position: absolute;
  left: -9999px;
}
[type="radio"] + .wpcf7-list-item-label, [type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}
[type="radio"] + .wpcf7-list-item-label::before,
[type="checkbox"] + .wpcf7-list-item-label::before,
[type="radio"] + .wpcf7-list-item-label::after,
[type="checkbox"] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
[type="radio"] + .wpcf7-list-item-label::before,
[type="radio"] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}
[type="radio"] + .wpcf7-list-item-label::before,
[type="checkbox"] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid black;
}
[type="radio"] + .wpcf7-list-item-label::after,
[type="checkbox"] + .wpcf7-list-item-label::after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: black;
  transition: all 0.2s;
}
[type="radio"]:not(:checked) + .wpcf7-list-item-label::after,
[type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}
[type="radio"]:checked + .wpcf7-list-item-label::after,
[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}
/* [type="radio"]:focus + .wpcf7-list-item-label::before,
[type="checkbox"]:focus + .wpcf7-list-item-label::before {
  box-shadow: 0 0 4px 3px red;
} */
/* Checkbox Style  -= x - Style End =-  */


/* **************************************** */

/* Style fot CF7 buttons */
.wpcf7-submit {
    display: inline-block;
    padding: 12px 35px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: var(--wp--preset--color--base);
    background-color: var(--wp--preset--color--contrast);
    border: 2px solid var(--wp--preset--color--contrast);
    border-radius: 50px;
    
    transition: 0.35s; 
}
.wpcf7-submit:hover {
    color: var(--wp--preset--color--contrast);
    background-color: var(--wp--preset--color--transparent);
    border: 2px solid var(--wp--preset--color--contrast);
    transition: 0.35s; 
}










/* Form Dark atyle */
.form-dark-style form label input {
	color: var(--wp--preset--color--brown-light);
	background-color: var(--wp--preset--color--brown-transparent);
    border-bottom: 1px solid rgba(255, 249, 234, 0.5);
}
.form-dark-style form label input:focus {
    border-bottom: 1px solid rgba(255, 249, 234, 1);
	background-color: rgba(255, 249, 234, 0.05);
}
.form-dark-style form label textarea {
	color: var(--wp--preset--color--brown-light);
	background-color: var(--wp--preset--color--transparent);
    border-bottom: 1px solid rgba(255, 249, 234, 0.5);
}
.form-dark-style form label textarea:focus {
    border-bottom: 1px solid rgba(255, 249, 234, 1);
	background-color: rgba(255, 249, 234, 0.05);
	outline: none;
}

.form-dark-style form label ::placeholder {
    color: rgba(255, 249, 234, 0.5);
    opacity: 1;
}

.form-dark-style .wpcf7-submit {
    color: var(--wp--preset--color--contrast);
    background-color: var(--wp--preset--color--brown-light);
    border: 2px solid var(--wp--preset--color--brown-light);
}
.form-dark-style .wpcf7-submit:hover {
    color: var(--wp--preset--color--base);
    background-color: var(--wp--preset--color--transparent);
    border: 2px solid var(--wp--preset--color--brown-light);
}

/* Style fot CF7 buttons Dark Theme*/
.form-dark-style .wpcf7-submit {
    display: inline-block;
    padding: 12px 35px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: var(--wp--preset--color--contrast);
    background-color: var(--wp--preset--color--brown-light);
    border: 2px solid var(--wp--preset--color--brown-light);
    border-radius: 50px;
    
    transition: 0.35s; 
}
.form-dark-style .wpcf7-submit:hover {
    color: var(--wp--preset--color--brown-light);
    background-color: var(--wp--preset--color--transparent);
    border: 2px solid var(--wp--preset--color--brown-light);
    transition: 0.35s; 
}



/* Multistep Form */

.uacf7-multisetp-form {
    max-width: 900px;
    margin: auto;
    margin-top: 30px;
}
.uacf7-multisetp-form .wpcf7-submit {
    min-width: 300px;
}

/* Multistep Form - steps navigaton */
.steps-form {
    margin: 70px auto;
}
.steps-form .steps-row {
    display: flex;
    justify-content: space-between;
}

.steps-form .steps-row .steps-step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.steps-form .steps-row .steps-step .btn-circle {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 35px;
    height: 35px;

    color: var(--wp--preset--color--contrast);
    background-color: var(--wp--preset--color--base) !important;;
    border: 2px solid var(--wp--preset--color--contrast);

    pointer-events: none;

}

.steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active {
    background-color: var(--wp--preset--color--contrast) !important;;
    box-shadow: none;
}
.steps-form .steps-row .steps-step .btn-circle.completed {
    background-color: var(--wp--preset--color--base);
    color: var(--wp--preset--color--contrast);
    border: 2px solid var(--wp--preset--color--contrast);
}
.steps-form .steps-row .steps-step .btn-circle.completed.uacf7-btn-active {
    color: var(--wp--preset--color--base);
}
.steps-form .steps-row .steps-step .btn-circle:hover{
    color: var(--wp--preset--color--contrast);
    border: 2px solid var(--wp--preset--color--contrast);
}

/* Multistep Form - steps horizontal line */
.steps-form .steps-row:before {
    display: block;
}
.steps-form .steps-row .steps-step {
    padding: 0;
}

/* Multistep Form - next and prev buttons */
.uacf7-step.step-content button.uacf7-next, .uacf7-step.step-content button.uacf7-prev {
    margin-top: 45px;
}
.uacf7-next, .uacf7-prev {
    display: inline-block;
    padding: 12px 35px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: var(--wp--preset--color--contrast);
    background-color: var(--wp--preset--color--transparent);
    border: 2px solid var(--wp--preset--color--contrast);
    border-radius: 50px;
    
    transition: 0.35s; 
}
.uacf7-next:hover, .uacf7-prev:hover {
    color: var(--wp--preset--color--base);
    background-color: var(--wp--preset--color--contrast);
    border: 2px solid var(--wp--preset--color--contrast);
    transition: 0.35s; 
}


/* Form Stile Type 2 */
.form-style-type-2 .uacf7-step.step-content.step-start button.uacf7-next {
    float: right;
    margin-top: 45px;
}

/* AJAX CF7 Spinner */
.form-style-type-2 .wpcf7-spinner {
    float: right;
    margin-top: 60px;
}
.form-style-type-2 .step-end  .wpcf7-spinner {
    float: none;
    margin-top: 10px;
}






@media (max-width: 1200px) {


	
}



@media (max-width: 992px) {

/* Change the WordPress default css to a 992px media query */
.wp-block-navigation__responsive-container-open:not(.always-shown) {
	display: flex;
}
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
	display: none;
}

/* Animation Mobile Menu */
.wp-block-navigation__responsive-container.is-menu-open {
	display: flex;
	flex-direction: column;
	background-color: inherit;
	animation-duration: .25s;
}
.wp-block-navigation-item__content {
	font-size: 18px;
	font-weight: 400;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	align-items: flex-start;
    padding-top: calc(3rem + 24px);
    padding-left: 20px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
	align-items: flex-start;
}
.wp-block-navigation__responsive-container-close {
	right: 10px;
	top: 30px;
}

.site-nav {
	width: auto;
}

.hero {
	position: relative;
	padding-top: 70px; 
    padding-bottom: 0;
}
.hero-img {
	position: relative;
	width: 100%;
	height: 500px;
    margin-top: 70px;
}

.footer-social-icons {
	margin-top: 30px;
}

}



/* Small devices (landscape phones, less than 781px) */
@media screen and (max-width: 767px) { 

.spacer-l {
    height: 60px !important;
}

.hero {
	position: relative;
	padding-top: 40px; 
	padding-bottom: 0;
}
.hero-img {
	position: relative;
	width: 100%;
	height: 500px;
    margin-top: 40px;
}
.hero h1 {
	font-weight: 300;
}
.for-clients-img {
    position: relative;
    width: 100%;
    height: 500px;
}
.for-professionals-img {
    position: relative;
    width: 100%;
    height: 500px;
}

.wpcf7-submit {
    width: 100%;
}
.uacf7-multisetp-form .wpcf7-submit {
    width: 100%;
}
.steps-form {
    margin: 50px auto;
}

.footer-social-icons {
	margin-top: 0;
}
	
}
	
