/*
 Theme Name:   Lucid Rhino
 Theme URI:    https://lucidrhino.design
 Description:  Divi Child Theme
 Author:       Lucid Rhino Web Design - Aidan Ashby
 Author URI:   https://lucidrhino.design
 Template:     Divi
 Version:      0.5.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  divi-child
*/

/* Cursor selection colours */
::-moz-selection {background: #921614; color: white;}
::selection {background: #921614; color: white;}


/* Scroll to top button */
.et_pb_scroll_top.et-visible, .et_pb_scroll_top.et-hidden {
	background: #921614;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
	border: 3px solid white;
    border-right: none;
}


/* Main menu search */
.et_pb_menu__close-search-button, .et_pb_menu__search input, .et_pb_menu__search input::placeholder, .et_pb_menu__search .et_pb_menu__search-form .et_pb_menu__search-input {
	color: white !important;
}
.et_pb_menu .et_pb_menu__search-container {
	left: auto;
	max-width: 550px;
	right: 0;
}
.et_pb_menu .et_pb_menu__search-form, .et_pb_fullwidth_menu .et_pb_menu__search-form {
	/*background-color: #000000;
	background-color: rgba(0,0,0,.75);*/
    padding-left: 5px;
}


/* Vertically align contents */
.vertcenter {
	display: flex;
	align-items: center;
}
.tiles .vertcenter .et_pb_text_inner  {
  margin: 0 auto;
}


/* Main menu text */
.et-db #et-boc header .et_pb_menu ul li a {
	font-size: 18px;
	letter-spacing: 1px;
}
.et-db #et-boc header .et_pb_menu ul.sub-menu li.menu-item a {
	font-size: 1.1em;
	padding: 3px;
}
/* Smaller mobile menu text */
.et-db #et-boc header .et_mobile_menu ul.sub-menu li a {
	font-size: 0.9em;
	padding: 1px;
}
/* Mobile menu compression */
.et_mobile_menu li a {
	padding: 5px;
}
.et-db #et-boc .et-l .et_pb_menu .et-menu>li {
	padding: 0 20px;
}
a.et_pb_menu__icon {
	margin: 0 20px;
}


/*style the wp-pagenavi pagination links*/
.wp-pagenavi a,
.wp-pagenavi span {
	color: #000000;
	background: #f1f3f5;
	font-size: 1em !important;
	line-height: 1em;
	font-weight: bold !important;
	padding: 0.45em 0.8em !important;
	border-radius: 100px;
	transition: all .5s;
}
/*style the wp-pagenavi current page number*/
.wp-pagenavi span.current {
	color: #ffffff !important;
	background: #921614 !important;
	border-radius: 100px;
}
/*style the wp-pagenavi pagination links on hover*/
.wp-pagenavi a:hover {
	color: #ffffff!important;
	background: #921614!important;
}
/*style the wp-pagenavi pages text*/
.wp-pagenavi .pages {
	background: none;
}
/*remove border and center the wp-pagenavi links*/
.wp-pagenavi {
	border-top: none;
	text-align: center;
}


/* Name your price input */
form.cart .woonp input#woonp_147 {
	width: 100px !important;
	font-size: 18px;
	text-align: center;
	padding: 10px;
	border: 2px solid #921614;
}



/* Donation note on shop page */
.woocommerce-shop .price .woocommerce-Price-amount:before {
	content:'*with a minimum donation of';
	display: block;
	font-size: 0.8em;
	margin-bottom: -10px;
}