/*
Theme Name: HIC Simple
description: 
  A child theme of the Dynamic News Lite theme
Author: James Welch
Template: dynamic-news-lite
Version: 1.0.0
*/


body {
    font-family: 'Lato', 'Arial', sans-serif;
    background-color: #FFFFFF;
    color: #193E72;
}


div#logo {
    font-family: 'Lato', 'Arial', sans-serif;
    width: 100%;
    position: relative;
}

#logo .site-title {
    font-family: 'Lato', 'Arial', sans-serif;
    #position: absolute;
    bottom: 0;
    float: right;
    color: #193E72;

}

#logo .site-title a:visited {
    color: #193E72;
}

.type-page {
    box-shadow: none;
    border: 0;
    padding: 0;
}

img.custom-logo {
}

.page-title, .entry-title {
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: bold;
    color: #193E72;
    border-bottom: none;
    text-transform: none;

}

a.custom-logo-link {
    font-family: 'Lato', 'Arial', sans-serif;
    margin-bottom: -15px;
}

.widget a:link,
.widget a:visited,
.widget a:hover {
    color: #193E72;
}

.wide-layout #wrap {
    padding: 0;
}

.widget {
    box-shadow: none;
    border: 0;
    background: #EFF1F3;
    padding: 1.5em;
    margin-bottom: 0;
}

.widget ul {
    margin-top: 0.8em;
}
.widgettitle {
    background: #193E72;
    color: #FFFFFF;
    margin: 0 -1.5em;
    padding: 0.8em 1.5em;
}

    
.archive-title span {
    color: #2EA9B0;
}

.main-navigation-menu li {
    width: 12%;
    text-align: center;
    margin-right: 2px;
}

.main-navigation-menu a:link,
.main-navigation-menu a:visited {
    font-family: 'Lato', 'Arial', sans-serif;
    color: #193E72;
    #border-left: 1px solid #DDD;
    #border-right: 1px solid #DDD;
    border-top: 0.75em solid #193E72;

}
.main-navigation-menu ul a:hover,
.main-navigation-menu li.current_page_item a,
.main-navigation-menu a:hover {
    background-color: #FFFFFF;
    border-top: 0.75em solid #EA5D4E;
    text-decoration: none;
}

.main-navigation-menu ul.children a:link,
.main-navigation-menu ul.children a:visited {
    font-family: 'Lato', 'Arial', sans-serif;
    color: #193E72;
    #border-left: 1px solid #DDD;
    #border-right: 1px solid #DDD;
    border-top: 1px solid #193E72;

}
.main-navigation-menu ul.children a:hover,
.main-navigation-menu ul.children li.current_page_item a,
.main-navigation-menu ul.children a:hover {
    background-color: #F8DDDB;
    border-top: 1px solid #EA5D4E;
    text-decoration: none;
}

a.more-link {
    background-color: #193E72;
    color: #FFFFFF;
}

a.more-link:hover {
    background-color: #2EA9B0;
    color: #FFFFFF;
}

.main-navigation-menu a,
.main-navigation-menu ul a{
    font-family: 'Lato', 'Arial', sans-serif;
    text-transform: none;
    font-weight: bold;
}

.entry ul, .comment ul {
    list-style: disclosure-closed inside;
}

.widget ul {
    list-style: disclosure-closed inside;
}

#navi-wrap {
    background: #FFFFFF;
    # border-top: 1px solid #DDD;
    #border-bottom: 1px solid #193E72;
}

.entry h2 {
    font-family: 'Lato', 'Arial', sans-serif;
    color: #193E72;
    font-size: 1.5em;
}

.entry h3 {
    font-family: 'Lato', 'Arial', sans-serif;
    color: #193E72;
    font-size: 1.5em;
}

.entry h4 {
    font-family: 'Lato', 'Arial', sans-serif;
    color: #193E72;
    font-size: 1.25em;
}


.entry a {
    color: #2EA9B0;
    
}

#sidebar {
    background: #EFF1F3;
}

#footer-wrap {
    background: #193E72;
    #border-top: 1px solid #193E72;
}
#footer {
    color: #FFFFFF;
    font-weight: light;
    background: none;
}

#footer a,
#footer a:hover {
    color: #2EA9B0
}


#wrap{
  padding: 0px 20px 5px 20px !important;
}

#mainnav-toggle{
  background: #EA5D4E !important;
}


/*

#sidebar-toggle{
  background: #EA5D4E !important;
}

.sidebar-closing-toggle {
  background: #EA5D4E !important;
}
*/


/* Phablets (portrait) | <640px */
@media only screen and (max-width: 30em) {
  p.site-title{
    color:red !important;
    padding: 20px !important;
  }
}

/* Tablets (landscape) | <960px */
@media only screen and (max-width: 60em) {
  p.site-title{
    float: none !important;
    padding: 20px !important;
  }
}

/* Small screens | <1120px */
@media only screen and (max-width: 70em) {
p.site-title{
    float: none !important;
    padding: 20px 20px 20px 0px !important;
  }
}




/* Mobile Top Navigation */
@media only screen and (max-width: 55em) {
   .main-navigation-menu li {
      width: 122px;
   }
   .main-navigation-menu a {
	padding: 0.8em;
   }
}

/* Tablets (portrait) | <800px */
@media only screen and (max-width: 50em) {
   .main-navigation-menu li {
      width: 122px; 
    }
    .main-navigation-menu a {
	padding: 0.8em;
    }
}

/* Phablets (portrait) | <640px */
@media only screen and (max-width: 40em) {
    .main-navigation-menu li {
       width: 122px;
    }
    .main-navigation-menu a {
	padding: 0.8em;
    }
}




section#sidebar ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}


section#sidebar li:before {
   content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.1em;
    position: relative;
}

