/*!
Theme Name: Themelion Paros Child
Theme URI: https://redwolf.com.cy
Description: Theme for Themelion Paros by Red Wolf
Author: Red Wolf
Author URI: https://redwolf.com.cy
Template: themelion-paros
Version: 1.0.0
Text Domain: themelion-paros
*/

 /* Add your custom style here */


.align-center {
	align-items: center;
	text-align: center;
}


div#cleantalk_notice_renew {
    display: none;
}


/**************************************************************************************/
/***************************** START VISIBILITY CONTAINER *****************************/
/**************************************************************************************/

.visibility-container {

    transition: all 0.3s ease-in-out;
}



.reveal {
    transform: scale(0);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    width: 0;

}

.visibility-container:hover .reveal {
    opacity: 1;
    transform: scale(1);
    width: 100%;
    display: flex;
    align-items: center;

}


.visible {
    transition: all 0.3s ease-in-out;
    /*width: 100% !important;*/
    transform: translateY(35px);
}

.visibility-container:hover .visible {
    /*width: 100% !important;*/
    transform: translateY(-15px);
}

/* Adjust the horizontal reveal effect on mobile */
@media only screen and (max-width: 767px) {
   .visibility-container:hover .reveal {
    /* width: 100% !important;*/
  }
   .visibility-container:hover .visible {
     /*width: 100% !important;*/
  }
  
  .visibility-container:hover .visible {
    /*width: 100% !important;*/
    transform: translateY(0px);
    }
    .visibility-container:hover .revealvertical {
    max-height: 0px !important;
	 }
	 .visibility-container:hover .reveal {
		 transform: scale(0);
	 }
	 .visibility-container:hover .visible {
		 transform: translateY(35px);
	 }
	.visibility-container > .e-flex.e-con.e-child {
   	 padding-block-start: 0;
}
}

/* Disable the horizontal reveal effect on mobile */
@media only screen and (max-width: 767px) {
  .visibility-container:hover {
  background-color: #E2DFFE;
  }
   .visibility-container:hover .reveal {
     opacity: 0;
     width: 0;
  }
}

/* Adjust the horizontal reveal effect for tablets */
@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.visibility-container:hover .reveal {
		width: 100%;
	  }
	.visibility-container:hover .visible {
		width: 100% !important;
	  }
	
	.visible {
		transition: all 0.3s ease-in-out;
		/*width: 100% !important;*/
		transform: translateY(20px);
	}
}


/* The vertical reveal effect 👇 */

.revealvertical {
    transition: all 0.4s ease-in-out;
    max-height: 0 !important;
}

.visibility-container:hover .revealvertical {
    max-height: 230px !important;
}

@media only screen and (max-width: 767px) {
  .visibility-container:hover {
  transition: none !important;
  }
}

/* Adjust the vertical reveal effect on mobile */
@media only screen and (max-width: 767px) {
  .visibility-container:hover .revealvertical {
     max-height: 330px !important;
  }
}

/* Disable the vertical reveal effect on mobile by hiding the class getting revealed */
@media only screen and (max-width: 767px) {

  .visibility-container:hover .revealvertical {
     max-height: 0 !important;
  }
}

/* Disable the vertical reveal effect on mobile by making it always revealed */
@media only screen and (max-width: 767px) {

  .revealvertical {
     max-height: 230px !important;
  }
}

/* Adjust the vertical reveal effect for tablets */
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .visibility-container:hover 
  .visibility-container:hover .revealvertical {
    max-height: 150px !important;
  }
}

/**************************************************************************************/
/****************************** END VISIBILITY CONTAINER ******************************/
/**************************************************************************************/