/*!  
Theme Name: Pure Vision Method  
Theme URI: https://www.purevisionmethod. 
Description:   
Author: Eyesight Matters Inc   
Author URI:  
Template: hello-elementor   
Version: 1.0.0   
License: GNU General Public License v3 or later  
License URI: https://www.gnu.org/licenses/gpl-3.0.html   
Text Domain: hello-elementor-child  
*/

/* Navbar Replace Slide In From The Top */

.header-2 {
 transform: translatey(-80px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
 width: 100%!important;
}


.elementor-sticky--effects.header-2  {
 height: auto!important;
 transform: translatey(0px);
}

.elementor-sticky--effects.header-1 {
 display: none!important;
}

/* Resource Links Collapsible Container */

/*.collapsible-resource-links {*/
/*  background-color: #eee;*/
/*  color: #444;*/
/*  cursor: pointer;*/
/*  padding: 18px;*/
/*  width: 100%;*/
/*  border: none;*/
/*  text-align: left;*/
/*  outline: none;*/
/*  font-size: 15px;*/
/*}*/

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/*.active, .collapsible-resource-links:hover {*/
/*  background-color: #ccc;*/
/*}*/

/* Style the collapsible content. Note: hidden by default */
/*.resource-links-content {*/
/*  padding: 0 18px;*/
/*  display: none;*/
/*  overflow: hidden;*/
/*  background-color: #f1f1f1;*/
/*}*/