/* 
 Theme Name:   education-hub-pro-child
 Theme URI:    http://www.privateinvestigatorlicense.org/education-hub-pro-child
 Description:  
 Author:       admin
 Author URI:   
 Template:     education-hub-pro
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.site-content {
    padding: 15px 0;
}

.site-title {
    clear: none;
    font-family: "Merriweather Sans",sans-serif;
    font-size: 28px;
    font-weight: bold;
}
.widget-area ul li a{
display:block;
padding:4px 10px !Important;
}
.widget-area ul ul{margin-bottom:0;border:none}
.widget-area ul li{padding-left:0px;position:relative;}

#sidebar-primary a:hover, #sidebar-secondary a:hover {
    color: #1a2930 !Important;
    background: #f7ce3e !Important;
}
#featured-news-events {
    clear: both !Important;
    padding: 0 0 0 !Important;
}

#sidebar-primary a, #sidebar-secondary a {
    color: #ffffff !Important;
    background: #1a2930 !Important;
}

.widget-area ul {
    list-style: none none none !Important;
    margin-left: 0;
    padding-left: 0;
}

.widget-area ul li::before {
    color: #ffab1f;
    content: "\f101";
    display: none !Important;
    font-family: FontAwesome;
    font-size: 15px;
    left: 0;
    margin-left: 5px;
    margin-right: 8px;
    position: absolute;
}

.img { 
   padding:1px;
   border:1px solid #021a40;

}


#sidebar-primary .current_page_item a, #sidebar-secondary .current-menu-item a {
color: #1A2930 !Important;
background-color: #c5c1c0 !important;
}


hr {
    background-color: #f7ce3e;
    border: 0;
    height: 2px;
}

#main a {
color: #1a2930;
text-decoration: underline;
}

#main a:hover {
color:#f7ce3e; 
}

 /* == Used for padding and size of the "steps" on the state pages == */

.header-content-padding {
color: #294a70;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: normal;
    margin: 25px 0 5px 0;
    font-size: 22px;
}

/* == size of content font ==*/

p {
    color: #3d3d3d;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 15px;
}

h1 {
    color: #1a2930;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin: 0 0 10px;
    font-size: 30px;
}

.entry-content {
    margin: 1em 0 0;
}

.entry-content h2 {
    color: #1a2930;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin: 5px 0 10px 0;
    font-size:24px;
}

.entry-content ul {
    list-style: disc;
    margin: 0 0 15px 25px;
    padding: 0;
font-size: 16px;
color: #3d3d3d;
}

.site-logo-link, .custom-logo-link {
    float: left;
    margin-right: 10px;
max-width: 100%;
}

/* == Make main nav fit == */

.main-navigation ul li a {
    color: #ffffff;
    border-right: 1px solid #fff;
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 35px;
    position: relative;
    z-index: 99;
}

.main-navigation ul li.menu-item-has-children a, .main-navigation ul li.page_item_has_children a {
    padding-right: 35px;
}

#menu-item-1102 a {
    padding: 10px 5px !Important;
    font-size: 14px;
}

#menu-item-1113 a {
    padding: 10px 5px !Important;
    font-size: 14px;
}

#menu-item-1114 a {
    padding: 10px 5px !Important;
    font-size: 14px;
}

#menu-item-1103 a {
    padding: 10px 5px !Important;
    font-size: 14px;
}

#menu-item-1104 a {
    padding: 10px 5px !Important;
    font-size: 14px;
}

#menu-item-1105 a {
    padding: 10px 5px !Important;
    font-size: 14px;
}

#menu-item-1106 a {
    padding: 10px 5px !Important;
    font-size: 14px;
}

#menu-item-1112 a {
    padding: 10px 5px !Important;
    font-size: 14px;
}

#menu-item-1107 a {
    padding: 10px 5px !Important;
    font-size: 14px;
}

#menu-item-1108 a {
    padding: 10px 5px !Important;
    font-size: 14px;
}

#menu-item-1109 a {
    padding: 10px 5px !Important;
    font-size: 14px;
}

#menu-item-1110 a {
    padding: 10px 5px !Important;
    font-size: 14px;
}

#menu-item-1111 a {
    padding: 10px 5px !Important;
    font-size: 14px;
}

/********* Contact Form Styling ************/

.wpcf7-tel {
max-width: 90% !Important;
margin-left:10px !Important;
margin-right:10px !Important;
}

.wpcf7-number {
max-width:90% !Important;
margin-left:10px !Important;
margin-right:10px !Important;
}


.wpcf7-select {
max-width: 90% !Important;
margin-left:10px !Important;
margin-right:10px !Important;
}

.wpcf7-text {
max-width:90% !Important;
margin-left:10px !Important;
margin-right:10px !Important;
}

.wpcf7 { 
background-color: #C5C1C0;
}

.wpcf7 label {
margin-left:10px;
color: #1A2930;
font-weight: bold;
}

div.wpcf7 {
padding-bottom: 5px;
padding-top: 10px;
}

.wpcf7-submit {
margin-left:10px;
background: #ff691f !Important;
}

/********* Only show "mobilemap" in mobile view  ************/
@media screen and (min-width: 768px){
#mobilemap1 img{
    display: none;
    }
}

/********* style for when an h2 is directly below an h1  ************/
.stacked {
       margin: 0px 0px 10px 0px !important;
       
}

/* List of States*/

ul.states {
	column-count: 4;
	column-gap: 5px;
	-webkit-column-count: 4;
	-webkit-column-gap: 5px;
	-moz-column-count: 4;
	-moz-column-gap: 5px;
}
ul.states li {
	list-style: none;
	margin: 0;
}
ul.states li.selected {
	display:none;
}

/* Mobile Dropdown for States*/

.mobiledropdown { display: none; }

@media screen and (max-width: 768px) {
    .mobiledropdown{ display: block;margin: 5px auto 10px auto;width: 100%;max-width: 300px;}
    ul.states { display: none; }
}

ul {
    list-style: none;
}

select {
   display: block;
    margin: 5px auto 10px auto;
    width: 100%;
    max-width: 300px;
    padding: 5px;
    font-size: 16px;
}

.gnf__atricle img { display:block; margin:0px auto 20px; max-height:350px; }

.kp-widget {
    font-family: sans-serif;
}

.kp-widget {
    overflow: hidden;
    border-left: 5px solid #ffab1f;
    margin-bottom:15px;
}

/*

@media only screen and (min-width:920px) {

.entry-content .kp-widget {
    display:none;
}

}

*/

.kp-widget .header {
    background: #1a2930;
    color: #fff;
}

.kp-widget .header {
    padding: 20px 16px;
    text-align: center;
}

.kp-widget .header h2 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0;
    color: white;
}

.kp-widget .header p {
    font-size: 18px;
   color:white;
   margin-bottom:25px;
}

.kp-widget .header p em {
    display: block;
}

.kp-widget a {
    padding: 5px 5px;
    background-color: #ffab1f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: white !important;
    text-decoration: none !important;
    border: solid 1px #f7ce3e !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.kp-widget a:hover, .kp-widget a:focus {
	background: #f7ce3e;
	border: solid 1px #8b5f3c;
	text-decoration: none;
}

.kp-widget a:active {
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	background: #f7ce3e;
	
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

@media only screen and (max-width: 767px) {
    .alignright {
    display: block;
    clear: both;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    float:none;
}
}

#menu-item-2829 {
   -moz-box-shadow:    inset 0 0 15px #c5c1c0;
   -webkit-box-shadow: inset 0 0 15px #c5c1c0;
   box-shadow:         inset 0 0 15px #c5c1c0;
}

#menu-item-2829 a {
   font-style: italic;
}

#KeypathEdu_2 ul {
    padding: 0;
    margin: 0;
}

#KeypathEdu_2 {
    margin-top:20px;
    margin-bottom:15px;
}

@media only screen and (max-width: 767px) {
    #KeypathEdu_2 {
    display: none !important;
}
}

.page-id-1787 #KeypathEdu_2 {
	display:block !important;
    visibility: visible !important;
}


.authorbox {
    background: #e8e8e8 none repeat scroll 0 0;
    border: 1px #dfd5b5 solid;
    padding: 15px;
    margin-top: 20px;
    overflow: hidden;
    display: none;
}


/*@media only screen and (max-width: 767px) {
    #ddr_widget-2 {
    display: none;
}
}
*/