<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Skin: Red
 *
 * Please do not edit this file. This file is part of the Cyber Chimps Framework and all modifications
 * should be made in a child theme.
 *
 * @category CyberChimps Framework
 * @package  Framework
 * @since    1.0
 * @author   CyberChimps
 * @license  http://www.opensource.org/licenses/gpl-license.php GPL v3.0 (or later)
 * @link     http://www.cyberchimps.com/
 */

/********************************************************************************************************************/
/******************************************** HTML *****************************************************/
/********************************************************************************************************************/

a {
	color: #6D0707;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

a:visited {
	color: #6D0707;
}

a:hover {
	color: #A03A3A;
}

.entry-title {
	color: #6D0707;
}

.entry-title a {
	color: #6D0707;
}

.entry-title a:visited {
	color: #6D0707;
}

.entry-title a:hover {
	color: #A03A3A;
}

/********************************************************************************************************************/
/******************************************** NAVIGATION *****************************************************/
/********************************************************************************************************************/

.main-navigation .navbar-inner {
	background: #6D0707;
	background: -moz-linear-gradient(top, #F9AEAE 0%, #C15D5D 1%, #A03A3A 51%, #910A0A 52%, #6D0707 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9AEAE), color-stop(1%, #C15D5D), color-stop(51%, #A03A3A), color-stop(52%, #910A0A), color-stop(100%, #6D0707));
	background: -webkit-linear-gradient(top, #F9AEAE 0%, #C15D5D 1%, #A03A3A 51%, #910A0A 52%, #6D0707 100%);
	background: -o-linear-gradient(top, #F9AEAE 0%, #C15D5D 1%, #A03A3A 51%, #910A0A 52%, #6D0707 100%);
	background: -ms-linear-gradient(top, #F9AEAE 0%, #C15D5D 1%, #A03A3A 51%, #910A0A 52%, #6D0707 100%);
	background: linear-gradient(to bottom, #F9AEAE 0%, #C15D5D 1%, #A03A3A 51%, #910A0A 52%, #6D0707 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C15D5D', endColorstr='#6D0707', GradientType=0);
	border-color: #AA5353 #702121 #702121 #702121;
}

.main-navigation .nav &gt; li {
	border-right: 1px solid #666666;
	-webkit-box-shadow: 1px 0px 0px 0px rgba(256, 256, 256, 0.3);
	box-shadow: 1px 0px 0px 0px rgba(256, 256, 256, 0.3);
}

.main-navigation .nav &gt; li &gt; a:hover {
	background: #6D0707;
	color: #6fff00;
}

.main-navigation .nav li.dropdown.active &gt; .dropdown-toggle, .current-menu-ancestor.dropdown {
	color: #6fff00;
	background: #6D0707;
}

.main-navigation .nav li.dropdown.active &gt; .dropdown-toggle .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

.main-navigation .nav &gt; li.dropdown &gt; a.dropdown-toggle .caret {
	border-top-color: #dddddd;
	border-bottom-color: #dddddd;
	margin-top: 10px;
}

.main-navigation .nav .active &gt; a, .main-navigation .nav .current_page_item &gt; a {
	color: #6fff00;
	background: #6D0707;
}

.main-navigation .nav li.dropdown:hover ul.dropdown-menu {
	background: #9F8B8B; /*#A03A3A;*/
}

.navbar .nav &gt; li &gt; .dropdown-menu::before {
	border-bottom: 7px solid #A03A3A;
}

.navbar .nav &gt; li &gt; .dropdown-menu::after {
	border-bottom: 6px solid #A03A3A;
}

.main-navigation .nav li ul li a:hover, .main-navigation .nav .current_page_item &gt; a:hover {
	color: #6fff00;/*#dddddd;*/
	background-color: #6D0707;
}

@media (max-width: 979px) {
	.nav-collapse.in {
		background-image: none;
		background-color: #6D0707;
	}

	.nav-collapse.in .nav li {
		background-color: #6D0707;
	}

	.nav-collapse.in .nav ul {
		background: #760808;
	}

	.navbar-inverse .nav-collapse.in .nav &gt; li &gt; a:hover, .navbar-inverse .nav-collapse.in .dropdown-menu a:hover {
		color: #6fff00;/*#ffffff;*/
		background-color: #5C0606;
	}

	.navbar-inverse .nav-collapse.in .nav li a, .nav-collapse.in .dropdown-menu a {
		color: #ffffff;
		font-weight: normal;
		text-shadow: none;
	}

	.navbar-inverse .nav-collapse.in .nav &gt; li.current-menu-item &gt; a, .navbar-inverse .nav-collapse.in .nav &gt; li.current-menu-ancestor &gt; a {
		color: #ffffff;
		box-shadow: none;
		background: #5C0606;
	}

	.navbar-inverse .nav-collapse.in .dropdown-menu .active &gt; a, .navbar-inverse .nav li.dropdown.active &gt; .dropdown-toggle {
		color: #ffffff;
		background-image: none;
		background-color: #5C0606;
	}
}

/********************************************************************************************************************/
/******************************************** SIDEBAR &amp; WIDGETS *****************************************************/
/********************************************************************************************************************/

#sidebar h3.widget-title {
	color: #ffffff;
	/*font-weight: 100;*/
	background: #b6b6b6;
	background: -moz-linear-gradient(top, #F9AEAE 0%, #C15D5D 2%, #6D0707 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9AEAE), color-stop(2%, #C15D5D), color-stop(100%, #6D0707));
	background: -webkit-linear-gradient(top, #F9AEAE 0%, #C15D5D 2%, #6D0707 100%);
	background: -o-linear-gradient(top, #F9AEAE 0%, #C15D5D 2%, #6D0707 100%);
	background: -ms-linear-gradient(top, #F9AEAE 0%, #C15D5D 2%, #6D0707 100%);
	background: linear-gradient(to bottom, #F9AEAE 0%, #C15D5D 2%, #6D0707 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C15D5D', endColorstr='#6D0707', GradientType=0);
	/*border-color: #7faa53 #487021 #487021 #487021;*/
}

/********************************************************************************************************************/
/******************************************** MAIN CONTENT *****************************************************/
/********************************************************************************************************************/

.postformats {
	background: #000000;
	background: -moz-linear-gradient(top, #F9AEAE 0%, #C15D5D 1%, #A03A3A 51%, #910A0A 52%, #6D0707 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9AEAE), color-stop(1%, #C15D5D), color-stop(51%, #A03A3A), color-stop(52%, #910A0A), color-stop(100%, #6D0707));
	background: -webkit-linear-gradient(top, #F9AEAE 0%, #C15D5D 1%, #A03A3A 51%, #910A0A 52%, #6D0707 100%);
	background: -o-linear-gradient(top, #F9AEAE 0%, #C15D5D 1%, #A03A3A 51%, #910A0A 52%, #6D0707 100%);
	background: -ms-linear-gradient(top, #F9AEAE 0%, #C15D5D 1%, #A03A3A 51%, #910A0A 52%, #6D0707 100%);
	background: linear-gradient(to bottom, #F9AEAE 0%, #C15D5D 1%, #A03A3A 51%, #910A0A 52%, #6D0707 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C15D5D', endColorstr='#6D0707', GradientType=0);
	border-color: #7faa53 #487021 #487021 #487021;
}

/********************************************************************************************************************/
/******************************************** PAGINATION *****************************************************/
/********************************************************************************************************************/

.pagination ul li a {
	color: #6D0707;
	border: 1px solid #702020;
}

.pagination ul li.active a, .pagination ul li a:hover {
	background-color: #A03A3A;
	border: 1px solid #702020;
}

/********************************************************************************************************************/
/******************************************** CALLOUT *****************************************************/
/********************************************************************************************************************/

#callout_button a .btn-primary {
	background: #000000;
	background: -moz-linear-gradient(top, #F9AEAE 0%, #C15D5D 1%, #A03A3A 51%, #910A0A 52%, #6D0707 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9AEAE), color-stop(1%, #C15D5D), color-stop(51%, #A03A3A), color-stop(52%, #910A0A), color-stop(100%, #6D0707));
	background: -webkit-linear-gradient(top, #F9AEAE 0%, #C15D5D 1%, #A03A3A 51%, #910A0A 52%, #6D0707 100%);
	background: -o-linear-gradient(top, #F9AEAE 0%, #C15D5D 1%, #A03A3A 51%, #910A0A 52%, #6D0707 100%);
	background: -ms-linear-gradient(top, #F9AEAE 0%, #C15D5D 1%, #A03A3A 51%, #910A0A 52%, #6D0707 100%);
	background: linear-gradient(to bottom, #F9AEAE 0%, #C15D5D 1%, #A03A3A 51%, #910A0A 52%, #6D0707 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C15D5D', endColorstr='#6D0707', GradientType=0);
	border-color: #7faa53 #702020 #702020 #702020;
}

#callout_button a:hover .btn {
	background-color: #6D0707;
}

/********************************************************************************************************************/
/****************************************** ADD ONS *****************************************************************/
/********************************************************************************************************************/

/*==================================== The Events Calendar ====================================================*/
.tribe-event-notices {
	background: #C15D5D;
	border: 1px solid;
	border-color: #7faa53 #487021 #487021 #487021;
}</pre></body></html>