/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/* Custom Button for events on the home page (KM 25-12-03) */

.buttonhome {
	background-color: #082657;

	color: #ffffff!important;

}

.buttonhome:hover {
	background-color: #ffffff;

	color: #082657!important;

}



/* Turns off comments (KM 25-11-11) */
.comments-area {
  display: none;
}


/* Adds a margin on thetop of the artist detail page (KM 25-11-12) */
#RhpEventsSingle {
	margin-top: 80px !important;
}

/* Adjusts the padding/margin on the events page but not the homepage (AA)*/
/*.eventWrapper {
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-bottom: 30px !important;
}
*/
#homepageEvents .eventWrapper {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
/* Only applies padding to list view (AA)*/
.rhp-desktop-list .eventWrapper,  .rhp-mobile-list .eventWrapper{
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-bottom: 30px !important;
}
