/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.loading-icon {
    display: none;
    /* Add styles for the loading icon */
}

input.search-filter-reset {
    border-radius: 8px;
	border-bottom width:2px;
	border-bottom-color:var(--primary-blue);
	border-right width:1px;
	border-right-color:var(--primary-blue);
    font-weight: bold;
	width: 45%;
}
/*edit the request access button on restricted pages through surememberpress*/
a.button.suremembers-button {
    border-radius: 8px; 
	font-weight: 500;}
/*edit the log-out text on restricted pages through suremember press*/
a.suremembers-logout-button {
	font-weight: 500;}
}

/* Disable text selection */
body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Disable right-click on embedded PDF */
.embedpress-pdf object,
.embedpress-pdf iframe {
    pointer-events: none;
}

