/*   
Theme Name: Inovado Child
Description: Inovado Child Theme
Author: kjonesw
Template: inovado
Version: 1.0.0
*/

@import url("../inovado/style.css");
@import url("framework/css/print.css");

span.section {
	display: block;
	height: 25px; /*same height as header*/
	margin-top: -25px; /*same height as header*/
	visibility: hidden;
}




/*-----------------------------------------------------------------------------------*/
/*	Blockquotes & Pullquotes
/*-----------------------------------------------------------------------------------*/
blockquote { 
	color: #00944a !important;
}
blockquote p{ 
	border-left: 4px solid #00944a !important;
}

.pullquote { 
	color: #00944a !important; 
}

.pullquote.align-left{
	border-left: 4px solid #00944a !important;
}
.pullquote.align-right{
	border-right: 4px solid #00944a !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Post Meta Edits
/*-----------------------------------------------------------------------------------*/
.blog .post {
    border-bottom: 1px solid #efefef;
    padding: 0 0 26px 0 !important;
    margin: 0 0 10px 0 !important;
}

.post-meta { 
    margin-top:0px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	SMK SideNav Edits
/*-----------------------------------------------------------------------------------*/

.sidenav li.current_page_item a, .sidenav li.current_page_item a:hover,
.widget_wp_nav_menu_desc li.current_page_item a, .widget_wp_nav_menu_desc li.current_page_item a:hover {
    position: relative;
    z-index: 2;
    padding: 11px 15px;
    border: 0;
    font-weight: 700;
    background-color: #289dcc !important;
    background-image: url(framework/images/arrow5_white.png) !important;
    background-repeat: no-repeat;
    background-position: 94% 15px;
    color: #ffffff !important;
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
       -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
            box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

/*-----------------------------------------------------------------------------------*/
/*	Toggle Title Fix
/*-----------------------------------------------------------------------------------*/
.toggle .toggle-title {
	padding: 10px 50px 10px 15px;
}
.toggle .toggle-title span {
	float: none;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
.toggle .toggle-title i:after {
	content: " ";
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 28px;
	border-left: 1px solid #B3B3B3;
	opacity: 1;
}
@media screen and (min-width:0) {  
	/* IE9 and IE10 rule sets go here */
	.toggle .toggle-title i:after {
		border-left: 1px solid #DDDDDD;
	}
} 
.toggle .toggle-title.active i:after {
	border-left: 1px solid #DDDDDD;
}

/*-----------------------------------------------------------------------------------*/
/*	Gravity Forms Plugin Edits
/*-----------------------------------------------------------------------------------*/
.gfield_description {
	margin-top:-26px !important;
	padding-bottom:26px !important;
}

.ginput_left label {
	margin-top:-12px !important;
	padding-bottom:16px !important;
}

.ginput_right label {
	margin-top:-12px !important;
	padding-bottom:16px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	EOF
/*-----------------------------------------------------------------------------------*/