
	/* CSE Styles */

	

		 .button_green { display: inline-block; padding: 8px 30px; border-radius: 20px; border: 2px solid #3e743e!important; background: #3e743e!important; color: #FFF!important; transition: all 0.5s ease; }
		
			 .button_green:hover { background: #FFF!important; color: #3e743e!important; border: 2px solid #3e743e!important; }
			
		 .button_white { display: inline-block; padding: 8px 30px; border-radius: 20px; border: 2px solid #FFF!important; background: #FFF!important; color: #3e743e!important; transition: all 0.5s ease; }
		
			 .button_white:hover { background: #FFF!important; color: #3e743e!important; border: 2px solid #3e743e!important; }
			
		 .button_white1 { display: inline-block; padding: 8px 30px; border-radius: 20px; border: 2px solid #3e743e!important; background: #FFF!important; color: #000!important; transition: all 0.5s ease; }
		
			 .button_white1:hover { background: #3e743e!important; color: #FFF!important; border: 2px solid #3e743e!important; }
			
		 . { border-left: 30px solid #3e743e!important; padding-left: 15px; line-height: 100%; color: #3e743e!important; }
		
	/* PAGINATION */

	
		 .paginationholder a { display: inline-block; padding: 0.5rem 0.9rem; border: 1px solid #FFFFFF; color: #000000; cursor: pointer; }
		 .paginationholder a:hover {  }
		 .paginationholder a.jp-current, .paginationholder a.mixitup-control-active { background: #000000; color: #FFFFFF; }
		
	/* CUSTOM CSS */
	
	@media (max-width: 576px) {	
		h1, .h1, h2, .h2 { font-size: 2rem; }
	}


