 @charset "UTF-8";

/*
	Theme Name: Eventchamp
	Theme URI: https://themeforest.net/user/gloriathemes
	Author: Gloria Themes
	Author URI: https://gloriathemes.com
	Description: Eventchamp – Multiple Event & Conference WordPress Theme
	License: GNU General Public License v2 or later
	License URI: https://gnu.org/licenses/gpl-2.0.html
	Tags: right-sidebar, featured-images, custom-header, custom-menu
	Text Domain: eventchamp
	Version: 2.1.1
*/

.border  {
	border: 2px solid #E5E7EB !important;
}

.gt-footer-content {
	padding-top:0px !important;
	padding-bottom:0px !important;
}

.cta {
	max-width:80% !important;
}

.registerNowMain a {
	Background-color:#EE5528 !important;
	border-radius:10px !important;
	color:#ffffff !important;
	padding-left:20px !important;
	text-align:center !important;
}

.registerNowMain a:hover {
	
	Background-color:#ffffff !important;
	border-radius:10px !important;
	color:#EE5528 !important;
	outline: 3px solid #EE5528 !important;
  outline-offset: -3px !important; /* Pulls the outline inside */
}

@media screen and (max-width: 480px) {
  /* Your mobile-specific styles go here */
  .hideOnMobile {
    display:none !important;
  }
	.registerNowMain a {
	Background-color:#EE5528 !important;
	border-radius:10px !important;
	color:#ffffff !important;
	padding-left:20px !important;
}
	
	.gt-menu-icon {
		padding-top:30px !important;
	}

}