/*!
Theme Name: Milkit Child
Theme URI: http://www.demo.lollum.com/milkit
Description: Child Theme for Milk-It.
Tags: white, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, full-width-template, custom-menu, featured-images, post-formats, sticky-post, theme-options, translation-ready
Author: Lollum
Author URI: http://www.lollum.com/
License: The PHP code and integrated HTML are licensed under the General Public
License (GPL). All other parts, but not limited to the CSS code, images, and design belong to their respective owners.
License URI: http://www.gnu.org/licenses/gpl-2.0.html - https://help.market.envato.com/hc/en-us/articles/202501064
Template: milkit
Version: 1.5
*/
@import url(http://fonts.googleapis.com/css?family=Philosopher:400,700);
@import url('../milkit/style.css');

/* -------- Theme customization starts here -------- */

h1, h2, h3, h4, h5 {
	font-family: 'Philosopher', sans-serif;
}
#primary article p a {
  text-decoration: underline;
}
#primary article.post-module-1cols  p a {
  text-decoration: none;
}
/* Masthead */

#html5-watermark {
  display: none !important;
}
header .site-description {
display:none;
}
.site-branding-right .site-info {
  padding-bottom: 26px;
  border-bottom: 1px solid #3d3e40;
  border-top: 0;
  font-family: 'Philosopher', sans-serif;
  font-size: 20px;
}
.site-branding {
  margin-top: 12px;
}
.site-branding-right input[type="search"]  {
    margin-bottom: 0;
  }
/* #home-top-area widgets */

#home-top-area aside.widget h4.widget-title {
  display: none;
}
#home-top-area aside.widget {
  margin-bottom: 0;
}
#home-top-area  .tribe-events-list-widget-events h4.entry-title.summary,
body.home #primary .tribe-events-adv-list-widget  h4.entry-title.summary {
    font-size: 20px;
  line-height: 30px;
}

@media (min-width: 1400px) {
  #masthead.default-header .site-branding {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #masthead.default-header .site-branding {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #masthead.default-header .site-branding {
    width: 100%;
  }
  .site-branding-left {
    width: 50%;
    float:left;
  }
  .site-branding-right {
    width: 50%;
    float:right;
  }
  .site-branding-right .search-form {
    text-align: right;
  }
  #masthead.default-header .site-info {
    width: auto;
    margin-left: 50px;
  }
  .site-branding-right .site-info {
    padding-top:10px;
  }
}
@media (min-width: 768px) {


#home-top-area {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  font-size: 0;
}
body.home .metaslider {
  margin-bottom: 50px;
}
#home-top-area > .post-modules.wdgt.vertical,
#home-top-area > .tribe-events-list-widget,
#home-top-area > aside.widget,
body.home #primary aside.widget_text,
body.home #primary aside.tribe-events-adv-list-widget,
body.home #primary aside.EO_Event_List_Widget    {
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  margin-right: 0;
} 

#home-top-area > .post-modules.wdgt.vertical  > .post-module-1cols,
#home-top-area >  aside.widget .post-module-1cols,
body.home #primary aside.widget_text .post-module-1cols  {
  padding-left: 0;
  padding-right: 0;
}
#home-top-area  .tribe-events-list-widget-events h4.entry-title.summary,
body.home #primary .tribe-events-adv-list-widget  h4.entry-title.summary {
    font-size: 28px;
  line-height: 38px;
}
}
.widgets-horiz .post-module {
  margin-bottom: 0;
}
/*Sidebars */
@media (min-width: 768px) {
  #primary {
    margin: 0 -26% 0 0;
  }
  #main {
    margin: 0 26% 0 0;
  }
  #secondary {
    width: 26%;
  }

}

/* Events overrides */
.widget .tribe-events-list-widget-events a,
.widget .tribe-events-adv-list-widget a {
  padding: 0;
}

.tribe-events-list-widget .duration,
.tribe-events-adv-list-widget.duration {
  padding: 12px 0;
}

#home-top-area .tribe-events-list-widget ol,
#home-top-area .tribe-events-adv-list-widget ol,
body.home #primary aside.tribe-events-adv-list-widget ol{
  margin: 0;
}
#home-top-area .entry-info,
#home-top-area .event-is-recurring,
body.home #primary .event-is-recurring,
body.home #primary .entry-info  {
  display: none;
}
.tribe-events-adv-list-widget .tribe-events-event-image {
  margin-bottom: 26px;
}

/* mis */

.entry-cats a.slideshow {
	display:none;
}
.taxonomy-description {
  padding: 20px;
}
.cat-sih #primary,
body.category-sydney-irish-histories #primary,
body.page-id-14 #primary,
.cat-sih #secondary,
body.category-sydney-irish-histories #secondary,
body.page-id-14 #secondary {
  background-color: #e5f5e2;
  padding: 20px;
}
.cat-sih .related-posts {
  background-color: #fff;
}
.page-title {
  background-color:transparent !important;
}
a.btn {
  padding: 10px 25px;
  font-size: 12px;
  color: #ddd;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: none;
  line-height: 15px;
  text-shadow: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  display: block;
  max-width:280px;
  background-color: #171617;
  box-shadow: none;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.clearfix:after,
.entry-footer:after {
  content:"";
  display:table;
  clear:both;
}
a.btn:hover {
  color: #fff;
  background-color: #171617;
}

.gaelic-content {
  display: none;
}

/* slideshow */
.cycle-slide-thumb {
  opacity: .5;
  margin: 0 7px;
}
#history-slideshow1 {
  background-color: black;
}
#history-slideshow1,
#history-slideshow2 {
  margin-bottom: 20px;
}
#history-slideshow1 .cycle-slide {
    width: 100%;
    overflow: hidden;
}
#history-slideshow1 .cycle-slide img {
  height: auto;
  width: auto;
  vertical-align: middle;
}
.cycle-slide {
  line-height: 1px;
}

#history-slideshow2 {
  display: none;
}
.cycle-slide-thumb.cycle-slide-active{
  opacity: 1;
}
.cycle-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,.6);
  color: #fff;
  width: 100%;
  height: 70px;
  padding: 10px;
  text-align: left;
  line-height: 1.2em;
}
.cycle-overlay h3, .cycle-overlay p, .cycle-overlay a{
  color: #fff;
}
.cycle-overlay a {
  text-decoration: underline;
}
.cycle-overlay h3 {
  font-size: 21px;
  margin-top:0;
  margin-bottom: 12px;
}
.slideshow-nav .cycle-prev,
.slideshow-nav .cycle-next {
  display: block;
  text-decoration: none;
  position: absolute;
  left:0;
  text-indent: -9999px;
}
.slideshow-nav .cycle-prev.disabled,
.slideshow-nav .cycle-next.disabled {
  display: none;
}
.slideshow-nav {
  position: relative;
  width:100%;
}
#history-slideshow-thumb {
  line-height: 1px;
}
.slideshow-nav .cycle-prev {
  background: url(../milkit/images/flex-left.svg) 50% 50% no-repeat rgba(0,0,0,.5);
  background-size: 70%;
}
.slideshow-nav .cycle-next {
  background: url(../milkit/images/flex-right.svg) 50% 50% no-repeat rgba(0,0,0,.5);
  left:auto;
  right:0;
  background-size: 70%;
}
.audio-tracks, .video-tracks {
  border-bottom: 1px solid black;
  padding-bottom: 20px;
}
.audio-module, video-module {
  margin-bottom: 20px;
}
.audio-description, video-description {
  margin: 12px 0;
}
.wp-audio-shortcode, .wp-audio-shortcode, .audio-caption, video-caption {
  margin-bottom: 20px;
}

.audio-caption,
.video-caption {
  font-style:  italic;
}
.video-thumb img {
  width: 200px;
  height: auto;
}
.video-img-wrap {
  max-height: 150px;
  overflow: hidden;
  line-height: 150px;
}

@media (min-width: 768px) {
  #advps_container1 .advps-slide p {
    display: block;
  }
  .cycle-slide {
    text-align: center;
  }
  #history-slideshow2 {
    display: block;
  }
  #history-slideshow1 .cycle-slide {
    height: 325px;
  }
  .slideshow-nav .cycle-prev,
  .slideshow-nav .cycle-next { 
    top:-93px;
    width: 50px;
    height: 93px;
  }
  .cycle-overlay { 
    height: 100px;
  }
  .single-post .post-thumbnail {
    float: left;
    margin-right: 20px;
  }
  .video-module  {
    width: 30%;
    float: left;
    margin-right: 2%
  }
}

@media (min-width: 992px) {
  .slideshow-nav .cycle-prev,
  .slideshow-nav .cycle-next { 
    top:-116px;
    width: 50px;
    height: 116px;
  }
  #history-slideshow1 .cycle-slide {
    height: 411px;
    line-height: 411px;
    vertical-align: middle;
  }
}

@media (min-width: 1200px) {
  .slideshow-nav .cycle-prev,
  .slideshow-nav .cycle-next { 
    top:-144px;
    width: 50px;
    height: 144px;
  }
  #history-slideshow1 .cycle-slide {
    height: 503px;
    line-height: 503px;
    vertical-align: middle;
  }
}

@media (min-width: 1400px) {
  #history-slideshow1 .cycle-slide {
    height: 590px;
    line-height: 590px;
    vertical-align: middle;
  }
  .cycle-slide img {
    
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }
  .slideshow-nav .cycle-prev,
  .slideshow-nav .cycle-next { 
  top:-158px;
  width: 60px;
  height: 158px;
}
}


.fc-event {
  background-color: #077342 !important;
}
.fc-grid .fc-event-time {
    font-weight: 300;
    display: inline-block;
    line-height: 1.2;
    padding-top: 5px;
}
.eo-event-title.entry-title {
  font-size: 28px;
}

.img-event-wrapper {
  margin-bottom: 20px;
  max-height: 172px;
  overflow:hidden;
  display:inline-block;
}

.pad-top-0 {
  padding-top: 0;
}
.EO_Event_List_Widget h4.entry-title.summary {
  font-size: 28px;
  line-height: 38px;
}
