/*
Theme Name:     Largo-child
Theme URI:      http://nmindepth.com
Description:    Your Theme Description
Author:         Your Name
Author URI:     Author URL
Template:       Largo-master
Version:        0.1.0
*/

@import url("../Largo-master/style.css");





body {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #474977;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #000123;
  text-decoration: underline;
}




h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000123;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
  color: #474977;
}



#site-footer a {
  color:#bababa;
}
#site-footer a:hover {
  color:#bababa;
  text-decoration:underline;
}

span.search-term {
  background-color:#bababa;
}

.pager a:hover {
  background-color:#bababa;
}

.pager a {
  border:1px solid #bababa;
}

#related-post-nav a.selected {
  background:#bababa;
}



@media(min-width:769px) {
.module h3{font-size:16px;font-weight:bold;background-color:#ececec;padding:5px}
.type-aside {border-bottom:8px solid #ececec;padding-bottom:12px}
}

.type-aside {font-size:1em}

.type-aside p{font-size:1em;margin-bottom:12px}

.type-aside ul{font-size:1em;margin-bottom:0px}

.type-aside li{font-size:1em}


@media(max-width:768px) {
.module {margin-bottom:20px;width:93%}
.type-aside {background-color:#ececec;padding:8px;}
.module h3{font-size:16px;font-weight:bold;}
}



IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px }




/********* HEADER ***********/

.global-nav-bg {
  background-color: #000123;
}
.global-nav {
  color: #ffffff;
}
.global-nav li > a:hover {
  color: #bababa;
}

.donate-btn .icon-heart {
  display: none;
}


.navbar-inner {
  background-color: #000123;
}

.navbar .open > a,
.navbar li > a:hover {
  background-color: #000123;
}

.navbar li > a:hover {
  color: #bababa;
}

.navbar .dropdown-menu .active>a {
  color: #bababa;
}

.navbar .dropdown-menu .active>a:hover {
  color: #bababa;
}

.navbar .btn-navbar {
  background-color: #000123;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  background-color: #000123;
  *background-color: #000123;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #000123 \9;
}

.navbar .divider-vertical {
  background-color:#7e7e7e;
  width:1px;
  border-left:1px solid #808080;
}

.navbar .active>a,.navbar .active>a:hover {
  color:#ddd;
}




.header-ad-zone{text-align:center}
.header-ad-zone #header-ad-zone-container{display:inline-block}
.header-ad-zone #header-ad-zone-container .acm_ad_zones{display:inline-block;text-align:left}



.sticky-nav-holder .navbar .nav li.dropdown.open > .dropdown-toggle,
.sticky-nav-holder .navbar .nav li.dropdown.active > .dropdown-toggle,
.sticky-nav-holder .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #dddddd;
  background: #000123;
}



  
/********* FOOTER ***********/


.footer-bg {
  background-color: #000123;
}