/*
Skin Name: CIT Ultimate Light
Version: 1.0
Description: Skin for Split

*/

#footerwrap, #footerwrap a, .pagenav a:hover, .pagenav .current {
	background-color: #fff;
	color: #333;
}
#headerwrap {
	background-color: #fff;
}
#body {
	background-color: #fbfbfb
}
a {
	color: #9A6C2E;
}
input[type=reset],
input[type=submit],
button,
.commentlist .comment-reply-link {
	color: #333;
	background-color: #68C3A3;
}
.split-left,
.split-right,
.split-loader,
.hidden-view {
	background-color: #fff;
}

/*PAGE WITH NO SIDEBAR AND FULL WIDTH ROW*/
.sidebar-none .themify_builder .themify_builder_row.fullwidth{
  background-color: #575757;
  color: #eee;
}
.sidebar-none .themify_builder .themify_builder_row.fullwidth a{
  color: #eee;
}

/*TILES BACKGROUND*/
.wtiles-12 .col3-1{
  background-color: #b8b8b8;
}

/*OVERLAY TILES WITH TEXT*/
.wtiles-12 .col3-1 .wtile{
  background-color: rgba(221,221,221,0.8);
}
.wtiles-12 .col3-1:hover .wtile{
  background-color: rgba(143,143,143,0.7);
  transition: all 0.2s;
}

@media screen and (max-width: 1000px) {
	.sidemenu {
		background-color: #fff;
		color: #666;
	}	
}

/*THEMIFY FEATURE MODULE*/
.module-feature-chart-html5 .chart-html5-circle .chart-html5-mask .chart-html5-fill{
    -webkit-box-shadow: inset 0 0 0 3px #eee !important;
    -moz-box-shadow: inset 0 0 0 3px #eee !important;
    -ms-box-shadow: inset 0 0 0 3px #eee !important;
    -o-box-shadow: inset 0 0 0 3px #eee !important;
    box-shadow: inset 0 0 0 3px #eee !important;
}
.module-feature .module-feature-chart-html5 .module-feature-icon{
	color: #fff !important;
}

/*ADDITION SINCE LIGHT SKIN*/
.col-full .module-post .list-thumb-image .post, 
.loops-wrapper.list-thumb-image .post, 
.module .pagenav {
    border-top: 1px solid #ddd;
}
#headerwrap a, .icon-search{
	color: #666;
}

#main-nav li a:after, #main-nav li.current-menu-parent a:after, #main-nav li.current-menu-ancestor a:after{
	border-bottom-color: #ddd;
}
#main-nav ul:after {
	border-bottom-color: #eee;
}
#main-nav ul, #headerwrap #searchform #s:focus, #headerwrap #searchform #s:hover, #headerwrap #searchform .icon-search:hover + #s {
    background-color: #eee;
}
.back-top a{
	background-color: #666;
}
body{
	color: #666;
}
input[type=reset], input[type=submit], .button{
	background-color: #333;
	color: #fff;
}
input[type=reset]:hover, input[type=submit]:hover, button:hover{
	opacity: 0.6;
}
.footer-text {
    border-top: 1px solid #eee;
}
#sidebar{
	background-color: #eee;
}
.pagenav .current,
.pagenav a:hover {
    background-color: #f0f0f0 !important;
    color: #919191 !important;
}
/*SUB MENU*/
#main-nav .sub-menu li .menu-item a:hover,
#main-nav .sub-menu li.current-menu-item a,
.no-touch #main-nav .sub-menu li:hover a {
    color: #fafafa;
}
.no-touch #main-nav .sub-menu li:hover,
#main-nav .sub-menu li.current-menu-item {
    background-color: #9d9d9d;
}

/*BUTTONS*/
div.wbtn a,
a.more-link {
    background-color: #919191;
    color: #fff !important;
}
.submit-btn input,
.frm_button,
input[type=reset],
input[type=submit],
.button {
    background-color: #68C3A3;
}
.submit-btn input:hover {
    background-color: #68C3A3;
    opacity: 0.8;
}
.button a {
    color: #666;
}
@media screen and (max-width: 768px) {
    .img-col-left img {
        border: 2px solid #eee;
    }
}

/*TEAM PAGE*/
.team-page {
    background-color: #f3f3f3 !important;
}
h2.team-heading {
    color: #525252;
}
h2.team-member-headings {
    background-color: #343232;
    color: #fff !important;
    margin-bottom: 0;
}