/*
Theme Name: chase-divi
Description: adapatation of Divi
Author: Dale Jackson
Author URI:
Template: Divi
Version: 1.0.1
*/

@import url('../Divi/style.css');
p:empty {display: none;}
.et_pb_contact_captcha_question::before{content:'I am not a Robot so ';color:gray;}
.et_pb_contact_captcha_question {color:gray;}

/* Amendments to main style.css */

#main-header {background:transparent url(https://chaseadventure.co.uk/wp-content/uploads/2014/01/header_bg.jpg) !important;
-webkit-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 5px 15px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 5px 15px 0px rgba(50, 50, 50, 0.75);
z-index:100 !important;}

#top-menu li a {color:orange !important;font-weight:bold;}
#top-menu li >a {padding:10px 0 16px 0;color:white;}
#top-menu li >a:hover {color:white !important;}
#top-menu li.current-menu-item > a {color:yellow !important;}
.nav li ul  {background:gray url(https://chaseadventure.co.uk/wp-content/uploads/2014/01/header_bg.jpg);padding:10px;}
#top-menu li > a:hover {background-color:transparent;}

#tribe-events-content,#tribe-events, .woocommerce {background-color:#ddd;padding:10px;}
/* Event colours */
.tribe-events-category-ghyllscrambling h3 a{color:red !important;}
.tribe-events-category-abseiling h3 a{color:green !important;}
.tribe-events-category-canoeing h3 a{color:blue !important;}
.tribe-events-category-rockclimbing h3 a{color:purple !important;}
.tribe-events-category-challenge-events h3 a{color:orange !important;}
.tribe-events-category-courses h3 a{color:slateblue !important;}
.tribe-events-category-firstaid h3 a{color:#006400  !important;}
.tribe-events-after-html p {color:black !important;text-align:center;}
.tribe-events-nav-previous a, .tribe-events-nav-next a{color:blue !important;}
.wp-image-392 {padding-bottom:20px;}
.entry-content ul {line-height:20px;}

.et_pb_blurb, .et_pb_text {padding:10px 0;}
.et_pb_blurb {margin-bottom:0;background:gray url(https://chaseadventure.co.uk/wp-content/uploads/2014/02/grey-tile1.jpg) repeat;}
.et_pb_blurb_content p, .et_pb_text p{padding:0 8px;margin-bottom:12px;color:white;}
.et_pb_blurb h4 a{color:white !important;}
.et_pb_blurb_description p{text-align:justify;}
.et_pb_section {padding:0px;background-color:transparent;}

.threepeaks {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 2px 2px 7px #888888;
	border:1px solid #ff7f00 !important;
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}.threepeaks table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;}
	.threepeaks tr:last-child td:last-child {
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px}
.threepeaks table tr:first-child td:first-child {
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;}
.threepeaks table tr:first-child td:last-child {
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;}
.threepeaks tr:last-child td:first-child{
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;}

.threepeaks tr:nth-child(odd) {background-color:#ffaa56; }
.threepeaks tr:nth-child(even)    { background-color:#ffffff; }
.threepeaks td{vertical-align:middle;
	border:1px solid #ff7f00;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family:Verdana;
	font-weight:normal;
	color:#000000;}

.threepeaks tr:last-child td{border-width:0px 1px 0px 0px;}
.threepeaks tr td:last-child{	border-width:0px 0px 1px 0px;}
.threepeaks tr:last-child td:last-child{border-width:0px 0px 0px 0px;}
.threepeaks tr:first-child td{
		background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");
	background: -o-linear-gradient(top,#ff7f00,bf5f00);
	background-color:#ff7f00;
	border:0px solid #ff7f00;

	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Verdana;
	font-weight:bold;
	color:#ffffff;
}
.threepeaks tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
}
.threepeaks tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.threepeaks tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}