/*
Theme Name: Digital Humanities Child Theme
Description: Child theme of Simone to display new custom post types and taxonomies
Author: Shawn Higgins
Version: 2.0
Template: HTML5


/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
}
main {
padding-bottom: 50px;
}
header.blog-entry-header {
 margin:20px 0px 30px; 
}
header.blog-entry-header h1, header.blog-entry-header h2, header.blog-entry-header h3, header.blog-entry-header h4, header.blog-entry-header h5{
margin:5px 0px; 
}
.main-wrap {
  border-top: 1px #eee solid;
}
article.news-events {
/*min-height: 495px !important;*/
min-height: 355px !important;
margin-bottom: 15px !important;
}

h1, .h1 {
  font-size: 48px;
  color:#1a1a1a;
  border-bottom: #FBB03B 3px solid;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 30px;
}

h2, .h2 {
  font-size: 24px;
  font-weight: 300 !important;
}

h3, .h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.15em;
}
h4, .h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1em;
}

h5, .h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
}


span.title-cat {
font-weight: 200;
color: #aaa;
/* text-transform: capitalize; */
}

.entry ul, .entry ol, .entry-content ul, .entry-content ol {
margin-top: 0;
margin-bottom: 10px;
overflow: hidden;
}
article.people {
  min-height: 505px;
  width:280px !important;
}
.people-subtitle a{
color:#5a5a5a;
}
.people-entry-title a{
  color:#1a1a1a;
}
/*a.email_link:after {
 content: '\2709';
bottom: -28%;
left: 43%;
position: absolute;
z-index: 1010;
font-size: 2em; 
}*/

article.col-md-6 {
min-height:410px;
margin-bottom: 1%;
} 

article.projects {
min-height: 500px;
margin-bottom: 5%;
} 

article.projects figure{
max-height: 160px;
} 

/* Logo
-------------------------------------------------- */
header .logo{
  margin-top: 1.2em;
}

header .logo a:hover{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
opacity: 0.4;
filter: alpha(opacity=10);
}
header.row, section.row {
  /*margin:0px;*/
}

.col-md-5.col-sm-5.logo {
margin-bottom: 10px;
}
/* Support
-------------------------------------------------- */

section.featurette{
text-align: center;
}
.support-wrapper {
  background: #333;
  color: #fff;
}
/* Support
-------------------------------------------------- */
.dh-form input, .dh-form textarea{
padding: 15px 25px;
background: #f8f8f8;
border: 1px #eee solid;
box-shadow: none;
border-radius: 8px;
width: 100%;
margin-bottom: 30px;
}

.dh-form input.btn{
background: #29ABE2;
width: 15%;
color:#fff;
font-weight:bold;
}

.button {
border-radius: 10px;
padding: 10px;
background:#0071bc;
color:#fff;
display: inline-block;
margin: 10px 0;
}

textarea#comment {
overflow: auto;
width: 100%;
border-radius: 10px;
border: 1px solid #ccc;
background: #eee;
}


/* Blog Images and style
-------------------------------------------------- */
figure{ background: #0071BC; width:100%; height:auto; /*max-height:390px;*/ overflow:hidden; position:relative; margin-bottom: 3%;}
figure img{ width:100%; height:auto; border:none;}
figure a:hover img{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
opacity: 0.4;
filter: alpha(opacity=10);
}

figure .catmeta { position:absolute; bottom:0; left:0; background:#0071BC; padding:3px 15px 3px 10px; font-size:12px; color:#eee;  
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  opacity: 0.8;}
figure .catmeta a{color:#fff;}

/* Images and style
-------------------------------------------------- */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
  margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
  margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
  float: right;
}

div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}

/* --------- [EVENT PLUGIN WIDGET CUSTOM STYLE] ---------------- */

.tribe-events-list-widget .duration {
font-weight: normal !important;
font-size: 13px;
}
.tribe-events-list-widget ol li {
margin-bottom: 12px !important;
list-style: none;
border-bottom: 1px solid #eee;
padding: 0 5px 15px;
}

.tribe-events-list-widget ol.hfeed.vcalendar {
padding: 0px 5px;
margin: 0px;
}

.tribe-events-list-widget h4, .tribe-events-list-widget .h4 {
font-size: 15px;
padding: 0px;
margin: 0px;
font-weight: normal;
}

p.tribe-events-widget-link a {
font-size: 11px !important;
background: #0071bc;
padding: 10px;
border-radius: 8px;
color: #eee !important;
font-weight: normal !important;
/*
margin: 3px 0px;
display: inline-block;
*/
}

p.tribe-events-widget-link a:hover {
background: #4d4d4d;

}

/*----------MAP ----------------------------------- */
div#map-wrap {
border-top: 9px solid #ddd;
}

/* FOOTER
-------------------------------------------------- */

.footer-wrapper {
  padding: 1em 0 3em;
  background: #0D0D0D;
  color: #999;
}
.footer-wrapper footer.container-fluid {
  border-top: 1px #333 solid;
  margin-top: 5px;
}
.footer-sidebar ul.menu, .footer-sidebar ul.menu li {
  list-style: none;
}
.footer-sidebar ul.menu li {
float:left;
width: 20%;
}
.footer-sidebar ul.menu li a {
color:#ccc;
font-size: 16px;
}

.footer-sidebar ul.menu ul  {
margin: 0px 5px;
padding: 0px; 
line-height: 1.25em;
}
.footer-sidebar ul.menu ul li  {
float:none;
padding: 0px; 
margin: 0px;
width: 100%;
}
.footer-sidebar ul.menu ul li a {
color:#AF7F3F;
font-size: 12px;
font-weight: normal;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
header nav ul.navbar-nav > li > a {
color: #141414;
}

/*
header nav ul.navbar-nav:hover > li:nth-child(1):after, header nav ul.navbar-nav:hover > li:nth-child(2):after,header nav ul.navbar-nav:hover > li:nth-child(3):after {
 visibility: visible;
}
header nav ul.navbar-nav > li:nth-child(1):after, header nav ul.navbar-nav > li:nth-child(2):after,header nav ul.navbar-nav > li:nth-child(3):after {
 visibility: hidden;
}
*/

/*--- Add Caret to the bottom ---*/
header nav ul.navbar-nav > li:after {
visibility: hidden;
content: '\25BC';
bottom: -28%;
left: 43%;
position: absolute;
z-index: 1010;
font-size: 0.8em;

/*bottom: -30%;
color: #FFFFFF;
font-stretch: ultra-condensed;
left: 43%;
position: absolute;
z-index: 1010;*/
}
header nav ul.navbar-nav ul li:after {
content: '';
}
header nav ul.navbar-nav li:nth-child(1) {
 border-bottom: #F7A02E solid 3px;
}
header nav ul.navbar-nav > li:nth-child(1) > a:hover, header nav ul.navbar-nav > li:nth-child(1) {
color: #F7A02E;
}
header nav ul.navbar-nav li:nth-child(2) > a:hover, header nav ul.navbar-nav > li:nth-child(2) {
color: #2599DA;
}
header nav ul.navbar-nav li:nth-child(3) > a:hover, header nav ul.navbar-nav > li:nth-child(3){
color: #23A960;
}
header nav ul.navbar-nav li:nth-child(4) > a:hover, header nav ul.navbar-nav > li:nth-child(4){
color: #B01422;
}
header nav ul.navbar-nav li:nth-child(5) > a:hover, header nav ul.navbar-nav > li:nth-child(5){
color: #777;
}

header nav ul.navbar-nav > ul li:nth-child(1) > a:hover, header nav ul.navbar-nav ul li:nth-child(2) > a:hover, header nav ul.navbar-nav ul li:nth-child(3)  > a:hover, header nav ul.navbar-nav ul li:nth-child(4) > a:hover, header nav ul.navbar-nav ul li:nth-child(5) > a:hover {
color: #444;
}

header nav ul.navbar-nav li:nth-child(2) {
 border-bottom: #2599DA solid 3px;
}
header nav ul.navbar-nav li:nth-child(3) {
 border-bottom: #23A960 solid 3px;
}
header nav ul.navbar-nav li:nth-child(4) {
 border-bottom: #B01422 solid 3px;
}
header nav ul.navbar-nav li:nth-child(5) {
 border-bottom: #777 solid 3px;
}
header nav ul.navbar-nav li ul > li {
 border-bottom: none !important;
}

header nav .dropdown-menu {
  top: 105%;
}

/*------GIVING------*/
.footer-sidebar ul.menu li.menu-item-1570 {
  display: none !important;
}


li#menu-item-1570 {
  background:#0071bc url("img/heart-icon-11x13.png") no-repeat 11px center;  
  border-radius: 10px;
  margin: 2% 0 2% 40px;
}
li#menu-item-1570:hover a, li#menu-item-1570:hover {

  background:#4d4d4d url("img/heart-icon-11x13.png") no-repeat 11px center;
   border-radius: 10px;
}
li#menu-item-1570 a{
  color: #eee;
  /*font-size: 12px;*/
  font-style: normal;
  margin: 0px;
  padding: 10px 10px 10px 30px ;
  text-align: left;
  line-height: 12px;
}
/*---create dropdown hover ---*/
header nav ul.navbar-nav li a {
/*display : block;
padding:0.5em 0.9em;
text-decoration : none;

 padding:1em 2em;
color : #3F0B00; */
}
header nav ul.navbar-nav li a:hover, header nav ul.navbar-nav li.active a , header nav ul.navbar-nav li.active ul li.active a, header nav ul.navbar-nav li.active ul li.active ul li.active a{
color : #4d4d4d;
background : #DDDDDD;
visibility: visible;
/*content: '\25BC';
bottom: -28%;
left: 43%;
position: absolute;
z-index: 1010;
font-size: 0.8em;*/
}

header nav ul.navbar-nav {
position: relative;
 z-index: 597;
 float: left;
}

header nav ul.navbar-nav li {
 float: left;
 vertical-align: middle;
 zoom: 1;
}

header nav ul.navbar-nav li.hover,
header nav ul.navbar-nav li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
 /*background : #DDDDDD;*/
}

header nav ul.navbar-nav ul {
 visibility: hidden;
 position: absolute;
 top: 106%;
 right: 10;
 z-index: 598;
 width: 200%;
}
header nav ul.navbar-nav li:hover > ul {
 visibility: visible;
}
/******/

header nav ul.navbar-nav li ul{
    background:#f5f5f5;
    display:none;
    height:auto;
    padding:0px;
    margin:0px;
    /*border:0px;*/
    position:absolute;
    z-index:200;
  
    }
  header nav ul.navbar-nav li:hover ul{
    display:block;    
    }
  header nav ul.navbar-nav li li{
    display:block;
    float:none;
    margin:0px;
    padding:0px;
    width:auto;
    }
  header nav ul.navbar-nav li:hover li a{
    background:none;    
    }
header nav ul.navbar-nav li ul a{
  display:block;
  font-size:12px;
  font-style:normal;
  margin:0px;
  padding:12px 10px;
  text-align:left;
  line-height:13px;
  border-bottom: 1px #e2e2e2 dotted;
}
header nav ul.navbar-nav li ul a:hover, nav#nav ul li ul li:hover a{
  background:#e6e6e6;
  /*border:0px;
  color:#ccc;*/
  text-decoration:none;
}

header nav ul.navbar-nav li ul li ul a:hover, header nav ul.navbar-nav li ul li ul li:hover a {
  background:#485359;
  border:0px;
  color:#ccc;
  text-decoration:none;
}







/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*  height: 500px;
margin-bottom: 60px;*/
height: 400px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/*.carousel-caption {
    bottom: 20px;
    color: #FFFFFF;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    right: 15%;
    text-align: left;
    width:20%;
}*/

/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 500px;*/
  height: 400px;
  background-color: #777;
}
.carousel-inner > .item > img, .carousel-inner > .item > a img {
  position: absolute;
  top: 0;
  left: 0;
 min-width: 100%; /**/
  height: auto;
}

.carousel-caption {
    text-shadow: none;
}


/**/.carousel-caption {
   /* position: absolute;
    z-index: 8;  */
  
    bottom: 30px;
    color: #FFFFFF;
    left: 30px;
    opacity: 1;
    padding: 15px;
    width: 350px;  
    text-align: left;
}


.carousel-caption h2 {
  font-size:1.65em;
    background: none repeat scroll 0 0 #0071BC;
    display: inline-block;
    margin: 0;
    padding: 3px 30px 3px 10px;
    font-weight:400;
}
body .carousel-caption h2 a {
    color: #FFFFFF !important;
}
.carousel-caption h3 {
  font-size:1.1em;
    background: none repeat scroll 0 0 #DE8800;
    display: inline-block;
    margin: 0;
    max-width: 350px;
    padding: 3px 30px 3px 10px;
    font-weight:200;
}
.carousel-caption a {
    display: inline !important;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */

.marketing {
margin-top:30px;
}
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 50px 0 60px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */

 .featurette-heading {
  font-weight: 300;
  /*font-size: 50px;*/
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: -1px;
}
.content-sidebar .featurette-heading {
  font-size: 40px;
  line-height: 45px;
}
.support-wrapper .featurette-heading, .contact-wrapper .featurette-heading {
  margin-top: 30px;

}

/* ABOUT PAGE
-------------------------------------------------- */

/*.col-md-4 + .col-md-4 + .col-md-4 {
margin-bottom: 80px;
}*/
.about-column p {
margin-left: 0!important;
}
.about-column + p {
clear: both;
padding-top: 30px;
}
.page-id-9 .col-md-9  {
padding: 0
}
.page-id-9 .col-md-9 p {
margin-left: 15px
}
.page-id-9 .col-md-9 .row {
margin-left: 0px
}
.page-id-9 .featurette-heading {
margin-bottom: 0
}
.page-id-9 .col-md-12 h3 {
margin-top: 0
}

/* Widgets and Asides
------------------------- */
aside .widget
{
  border:1px #e6e6e6 solid;
  padding: 2% 6%;
  margin-bottom: 10%;
  border-radius: 5px;
}
aside .widget h3{
  color:#0071BC;
  /*font-size: 1.65em;*/
  font-size: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 4%;
}
aside.tribe-events-list-widget h3{
background: url("img/events-calendar-25_blue.png") no-repeat 1px 0px;
padding-left: 35px;

}

aside.widget-easy-twitter-feed-widget-kamn h3{
background: url("img/twitter-icon.png") no-repeat 1px 3px;
padding-left: 35px;
}

aside .widget ul
{
  list-style: none;
  padding: 0px;
}
aside .widget a {
  color:#29ABE2;
}


/* --------- [TWITTER WIDGET] ----------------------- */
aside .widget-easy-twitter-feed-widget-kamn h1, h1.summary a{
  color:#0071BC !important;
  font-size: 1.65em !important;
  border-bottom: 1px solid #eee;
  padding-bottom: 4%;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-height: 300px) and (max-width: 654px) {

  /* Carousel base class */
  .carousel {
  height: 150px;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    z-index: 10;
  }

  /* Declare heights because of positioning of img element */
  .carousel .item {
    height: 150px;
  }
}

@media (min-height: 655px) and (max-width: 768px) {

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
   /* font-size: 21px;*/
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 30px;
  }
    /* Carousel base class */
  .carousel {
  height: 250px;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    z-index: 10;
  }

  /* Declare heights because of positioning of img element */
  .carousel .item {
    height: 250px;
    background-color: #777;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
    .featurette-heading {
     /* margin-top: 120px;*/
     font-size: 40px;
    }

    /* Carousel base class */
  .carousel {
  height: 300px;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    z-index: 10;
  }

  /* Declare heights because of positioning of img element */
  .carousel .item {
    height: 300px;
    background-color: #777;
  }

}

@media (min-width: 992px) and (max-width: 1024px) {

  /* Carousel base class */
.carousel {
height: 340px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 340px;
  background-color: #777;
}
}

@media (min-width: 1025px) and (max-width: 1300px){

  /* Carousel base class */
.carousel {
height: 380px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 380px;
  background-color: #777;
}
}