/*
Theme Name: Camyno Child Theme
Theme URI: http://www.camyno.themefyre.com/
Description: Sample child theme for premium WordPress theme Camyno, for updates follow Themefyre on <a href="https://twitter.com/themefyre">Twitter</a> or <a href="https://facebook.com/themefyre">Facebook</a>.
Author: Themefyre
Author URI: http://themefyre.com/
License: The MIT License (MIT)
License URI: http://opensource.org/licenses/MIT
Version: 1.0
Template: camyno
*/

.menu-cta-button {
border-color: rgb(242, 96, 34) !important;
background-color: rgb(242, 96, 34);border-style:solid;border-color:transparent;border-width:1px !important;font-weight:400;border-radius:3px;font-size:1em;-webkit-transition:color 0.15s ease, background 0.15s ease, border 0.15s ease;transition:color 0.15s ease, background 0.15s ease, border 0.15s ease;
	height: 2.5em;
	display: inline-block;
	position: relative;
	top: 1.5em;
}

.menu-cta-button a {
	display: inline-block;
	position: relative;
	bottom: 1.5em;
}


.menu-cta-button a:hover {
	color: #ffffff !important;
}


.menu-cta-button:hover {
border-color: rgba(242, 96, 34, 0.85098);
background-color: rgba(242, 96, 34, 0.74902);
}

.overlay-menu .menu-cta-button {
	background: none;
	border: none;
}

#fpfeaturedropshadow h1.cv-header-line {
	text-shadow: #000 1px 1px 5px;
}

#climateheader h1.cv-header-line {
	text-shadow: #555b65 2px 2px 2px;
}


.training-table {
	margin:0px;padding:0px;
	width:100%;
	border: 1px none #000000;
	
}.training-table table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.training-table tr:hover td{
	
}
.training-table tr:nth-child(odd){ background-color:#e5e5e5; }
.training-table tr:nth-child(even)    { background-color:#ffffff; }.training-table td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:10px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.training-table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.training-table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.training-table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.training-table tr:first-child td{
		background:-o-linear-gradient(bottom, #f68d1f 5%, #f26222 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f68d1f), color-stop(1, #f26222) );
	background:-moz-linear-gradient( center top, #f68d1f 5%, #f26222 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f68d1f", endColorstr="#f26222");	background: -o-linear-gradient(top,#f68d1f,f26222);

	background-color:#f68d1f;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size: 16px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.training-table tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #f68d1f 5%, #f26222 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f68d1f), color-stop(1, #f26222) );
	background:-moz-linear-gradient( center top, #f68d1f 5%, #f26222 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f68d1f", endColorstr="#f26222");	background: -o-linear-gradient(top,#f68d1f,f26222);

	background-color:#f68d1f;
}
.training-table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.training-table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


/* START LIVE EVENT WATCH PAGE TWEAKS (COVERITLIVE EMBED) */
.cv-section-main #watch-now {
    border-color: #22a8d8 !important;
    color: rgb(255,255,255);
    background: #22a8d8 !important;
}

/* DISABLE NEXT 3 DURING LIVE EVENTS, ENABLE BETWEEN EVENTS (?)
.stream_content {
    visibility: hidden !important;
}

.stream_pill_container {
    visibility: hidden !important;
}
 .cilIframe {
    margin-left: 55px;
} */

.stream_control_container.detached.top {
    right: 0!important;
}

/* END LIVE EVENT WATCH PAGE TWEAKS (COVERITLIVE EMBED) */

.paypal_btn{
	display: inline-block;
	font-family: inherit;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 12px 16px;
	margin: 0;
	background: #ff6600;
	border: 0;
	cursor: pointer;
	outline: none;
}

.paypal_btn:hover{ background: #e05c04; }

.jason_donate a {
	color: #f26222 !important;
	font-weight: bold;
}

.jason_donate a:hover {
 	color: #ffffff;
}