/* 
Theme Name: Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/

/* =Start From Here
-------------------------------------------------------------- */

body {
	font-family: "palatino linotype";
	font-size: 14px;
	line-height: 1.5em;
  border-radius: .5em;
 /* background-image: -webkit-gradient(linear, left top, left bottom, from(#b2b2b2), to(#fff));
	background-image: -webkit-linear-gradient(top, #b2b2b2, #fff);
	background-image: -moz-linear-gradient(top, #b2b2b2, #fff);
	background-image: -ms-linear-gradient(top, #b2b2b2, #fff);
	background-image: -o-linear-gradient(top, #b2b2b2, #fff);
	background-image: linear-gradient(top, #b2b2b2, #fff); */
}

/*  background-image: -webkit-gradient(linear, left top, left bottom, from(#b2b2b2), to(#e5e5e5));
	background-image: -webkit-linear-gradient(top, #b2b2b2, #e5e5e5);
	background-image: -moz-linear-gradient(top, #e5e5e5, #b2b2b2);
	background-image: -ms-linear-gradient(top, #e5e5e5, #b2b2b2);
	background-image: -o-linear-gradient(top, #e5e5e5, #b2b2b2);
	background-image: linear-gradient(top, #e5e5e5, #b2b2b2);
} */

a {
	color: #16716C;
	text-decoration: underline;
}

.widget-wrapper {
background-color: #E5E5E5;
/* border: 1px solid #285855; */
}

/* #wrapper {
background-color: #F9F9F9;
border: 1px solid #285855;
} */

.breadcrumb-list {
    display: none;
}

.js .main-nav {
    background-color: #16716c;
    background-image: -moz-linear-gradient(center top , #16716c, #3d3d3d);
    clear: both;
    margin: 0 auto;
    position: relative;
}

/* =Titles
-------------------------------------------------------------- */

.featured-title {
    font-size: 40px;
    letter-spacing: -1px;
    margin: 0;
    padding-top: 40px;
    text-align: center;
}

.featured-subtitle {
	padding: 0 10px;
	text-align: center;
}



.widget-title h3,
.widget-title-home h3 {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 23px;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
}


#featured p {
    font-size: 16px;
    font-weight: 200;
    line-height: 22px;
    padding: 0 20px;
    text-align: center;
}

#featured-image {
    margin: 75px 0 0;
}

/* search button 
-------------------------------------------------*/
a.button, input[type="reset"], input[type="button"], input[type="submit"] {
    background-color: #16716c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#16716c), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #16716c, #3d3d3d);
	background-image: -moz-linear-gradient(top, #16716c, #3d3d3d);
	background-image: -ms-linear-gradient(top, #16716c, #3d3d3d);
	background-image: -o-linear-gradient(top, #16716c, #3d3d3d);
	background-image: linear-gradient(top, #16716c, #3d3d3d);
    border: 1px solid #dddddd;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    white-space: nowrap;
}
a.button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #363636;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#363636), to(#16716c));
	background-image: -webkit-linear-gradient(top, #363636, #16716c);
	background-image: -moz-linear-gradient(top, #363636, #16716c);
	background-image: -ms-linear-gradient(top, #363636, #16716c);
	background-image: -o-linear-gradient(top, #363636, #16716c);
	background-image: linear-gradient(top, #363636, #16716c);
	color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
   
}
a.button:active, input[type="reset"]:active, input[type="button"]:active, input[type="submit"]:active {
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(center top , #f9f9f9, #f1f1f1);
    box-shadow: 0 1px 0 #ffffff, 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	background-color: #16716c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#16716c), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #16716c, #3d3d3d);
	background-image: -moz-linear-gradient(top, #16716c, #3d3d3d);
	background-image: -ms-linear-gradient(top, #16716c, #3d3d3d);
	background-image: -o-linear-gradient(top, #16716c, #3d3d3d);
	background-image: linear-gradient(top, #16716c, #3d3d3d);
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#16716c, endColorstr=#3d3d3d);
	margin: 0 auto;
}

.main-nav {
	clear: both;
}

.menu,
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
}

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.menu ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.menu a {
	border-left: 1px solid #16716c;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-family: "palatino linotype";
	font-size: 13px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000000;
	white-space: nowrap;
}

.menu a:hover {
	background-color: #363636;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#363636), to(#16716c));
	background-image: -webkit-linear-gradient(top, #363636, #16716c);
	background-image: -moz-linear-gradient(top, #363636, #16716c);
	background-image: -ms-linear-gradient(top, #363636, #16716c);
	background-image: -o-linear-gradient(top, #363636, #16716c);
	background-image: linear-gradient(top, #363636, #16716c);
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5e8d8e, endColorstr=#16716c);
}

ul.menu > li:hover {
	background-color: #363636;
	color: #ffffff;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #0a3432;
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;
	filter: none;
}

.menu li li {
	background: #ffffff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

.menu li li a {
	background: transparent !important;
	border: none;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}

.menu li li a:hover {
	background: #f5f5f5 !important;
	background-image: none;
	border: none;
	color: #444444;
	filter: none;
}

.menu li li:hover {
	background: #f5f5f5 !important;
	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
}

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(core/images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
	min-width: 100%;
}

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-top: none;
	clear: both;
	margin: 0 auto;
}

.sub-header-menu,
.sub-header-menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sub-header-menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.sub-header-menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.sub-header-menu li li {
	float: none;
}

.sub-header-menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.sub-header-menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu:after,
.sub-header-menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.sub-header-menu,
.sub-header-menu ul {
	min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
	margin: 0;
	padding: 0;
}

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.sub-header-menu ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.sub-header-menu a {
	border-left: 1px solid #e5e5e5;
	color: #333333;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 400;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
}

.sub-header-menu a:hover {
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-color: #f9f9f9;
	background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
	background-color: #f9f9f9;
}

.sub-header-menu li li {
	background: #ffffff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

.sub-header-menu li li a {
	border: none;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
}

.sub-header-menu li li a:hover {
	background: #f9f9f9;
	background-image: none;
	border: none;
	color: #444444;
	filter: none;
}

.sub-header-menu ul > li + li {
	border-top: 0;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu > li:first-child > a {
	border-left: none;
}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
	background: none;
	background-image: none;
	filter: none;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
	background-color: #363636; /* Dodger Blue */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#16716c), to(#363636));
	background-image: -webkit-linear-gradient(top, #16716c, #363636);
	background-image: -moz-linear-gradient(top, #16716c, #363636);
	background-image: -ms-linear-gradient(top, #16716c, #363636);
	background-image: -o-linear-gradient(top, #16716c, #363636);
	background-image: linear-gradient(top, #16716c, #363636);
	border: 1px solid #115290;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#16716c, endColorstr=#363636);
	text-shadow: 0 -1px 0 #115290;
}

a.blue:hover {
	background-color: #16716c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#363636), to(#16716c));
	background-image: -webkit-linear-gradient(top, #363636, #16716c);
	background-image: -moz-linear-gradient(top, #363636, #16716c);
	background-image: -ms-linear-gradient(top, #363636, #16716c);
	background-image: -o-linear-gradient(top, #363636, #16716c);
	background-image: linear-gradient(top, #363636, #16716c);
	border: 1px solid #115290;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#363636, endColorstr=#16716c);
	text-shadow: 0 -1px 0 #115290;
}


.collapseomatic {
    background-image: url(/wp-content/themes/responsive-childtheme-master/Plus.png) !important;
}
.colomat-close {
    background-image: url(/wp-content/themes/responsive-childtheme-master/Minus.png) !important;
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/

media="all"
.da-slide div.da-slide-content {
	line-height: 16px;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 700;
    line-height: 1.2em;
    word-wrap: break-word;
}