/**
 * PERSONAL
* Theme Name: Aro Child
* Description: This is a child theme of Aro, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: aro
* Version: 1.5.1
* Christina Spano
*/

:root{
	--cm_pink: #f9e0fa;
}

.show_on_mobile{
	display: none;
}
@media screen and (max-width: 767px){
	.footer-copyright {
		justify-content: center;
}
	.show_on_mobile{
		display: block;
	}
	.center_on_mb p{
		text-align: center!important;
	}
}

/*search block*/
.widget.widget_search .wp-block-search__input, .widget.widget_search .search-field {
    border: 1px solid var(--e-global-color-primary);
}
#respond #reply-title {    
     text-transform: none; 
}

/* cursor */
@media screen and (min-width: 1200px){
    
    :root{
        --cursor_orange: #daa14c;
    }
    
    * {
      cursor: none;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }    
    .cursor {
      width: 50px;
      height: 50px;
      border-radius: 100%;
      border: 1px solid var(--cursor_orange);
      transition: all 200ms ease-out;
      position: fixed;
      pointer-events: none;
      left: 0;
      top: 0;
      transform: translate(calc(-50% + 15px), -50%);
      z-index: 9999999999;
    }    
    .cursor2 {
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background-color: black;
      opacity: .3;
      position: fixed;
      transform: translate(-50%, -50%);
      pointer-events: none;
      transition: width .3s, height .3s, opacity .3s;
      z-index: 9999999999;
    }    
    .hover {
    /*  background-color: red;*/
      border: 2px solid var(--cursor_orange);
      opacity: 0.5;
      width: 40px;
      height: 40px;
    }    
    .cursorinnerhover {
      width: 50px;
      height: 50px;
      opacity: .5;
    }
} 

.grecaptcha-badge { visibility: hidden; }

/* Kleise rantebou btn */

 .appointment_btn {
    position: fixed !important;
    right: -100px;
    bottom: 50%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    overflow: hidden;
    writing-mode: tb;
    transform: rotate(-180deg);
    font-size: 14px;
    color: #fff;
    font-weight: 600; 
    line-height: 50px;
    background-color: #000;
    border: 1px solid var(--e-global-color-primary);
    z-index: 1;
    padding: 20px 0px;
    border-radius: 0px 15px 15px 0px;

}
.show_app_btn{
  opacity: 1;
  right: 0px;
 
}
.appointment_btn:hover{
  background-color: var(--e-global-color-primary);
  color: #fff;
   border-radius: 0px 30px 30px 0px;
}


/* cookie bar */
.cm-cookie-bar {
    border-radius: 50px;
    display: flex;
    position: fixed;
    bottom: 20px;
    background: #171b1fe0;
    padding: 15px;
    z-index: 40;
    width: 100%;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    color: #fff;
    max-width: 900px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


 .cm-cookie-bar a {
    color: #fff;
    font-size: 14px;
}
 .cm-cookie-bar a:hover {
    color: #c2a284!important;
}
.cm-cookie-bar .accept-btn:hover {
    background-color: #c2a284!important;
    color: #fff!important;
}

.cm-cookie-bar .accept-btn{
    padding: 6px 20px;
    border-radius: 30px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
     margin-top: 10px;
}

.cm-cookie-bar p {
    line-height: 20px; 
    margin: 0;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}

.cm-cookie-bar{
transition: all 0.7s ease-in-out;
}
.cm-cookie-bar{
    opacity: 1; 
/*    transform: matrix(1, 0, 0, 1, 0, 0);*/
}

.cm-cookie-bar.accept{
    opacity: 0 !important;
/*    transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0) !important;*/
}

@media screen and (min-width:640px){
    .cm-cookie-bar {
        padding: 20px;
        flex-direction: row;
        justify-content: center;
    }

    .cm-cookie-bar .accept-btn{
        margin: 0 0 0 20px;
    }    
}



/* copyright */
.footer-copyright {
    text-transform: none;
		text-align:center;
		display: flex;
}

.copyright a:hover {
    color: #d6856b!important;
}

.raindesign:hover {
    color: #d6856b!important;
}

#wrapper_heart {
    display: inline;
    margin-left: 2px;
    margin-right: 20px;
}

#pulsingheart {
    margin-right: 6px;
    position: relative;
    width: 10px;
    height: 17px;
    display: inline;
}

#pulsingheart:before, #pulsingheart:after {
    position: absolute;
    content: "";
    left: 10px;
    top: 0;
    width: 10px;
    height: 17px;
    background: #d6856b;
    border-radius: 50px 50px 0 0;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
    animation: pulsecolor 1s infinite;
}

#pulsingheart:after {
    left: 0;
    transform: rotate(45deg);
    transform-origin : 100% 100%;
    animation: pulsecolor 1s infinite;
}

@keyframes pulse {
    10% {
        transform: scale(1.1);
    }
}

@keyframes pulsecolor {
    10% {
        background: #9b5e4b
    }
}