/*
 Theme Name:   WP Bootstrap Starter Child 2
 Theme URI:    
 Description:  WP Bootstrap Starter Child Theme
 Author:       Erich Schweizer-Ferrari
 Author URI:   https://www.kath.ch
 Template:     wp-bootstrap-starter
 Version:      1.0.0
 Tags:         lightweight, uncluttered, easy to customize, based on Twitter Bootstrap v4.x
 Text Domain:  wp-bootstrap-starter-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

html {
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
}
a {
    color: #009999;
}
a:hover {
    color: #00CCCC;
}
header#masthead {
    background-color: #009999;
    box-shadow: none;
    border-bottom: none;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #e8e8e8;
}

#masthead .navbar-brand > a:hover {
    color: #ffffff;
}

#masthead .navbar-nav > li > a:hover {
    color: #ffffff;
    font-weight: 600;
}

#masthead .navbar-nav > li.active > a:hover {
    color: #ffffff;
    font-weight: 600;
}

body:not(.theme-preset-active) #page-sub-header h1 {
    color: #009999;
}

/**
 * Make the dropdown show on mouse over
 */
#masthead .navbar-nav > li:hover > .dropdown-menu {
    display: block;
    top: 30px;
}
#masthead .navbar-nav li > .dropdown-menu li:hover .dropdown-menu {
    left: 190px;
    top: 0;
    width: 200px !important;
    display: block;
}
#masthead .navbar-nav > li > a {
    font-weight: 600 !important;
}

.fullwidth {
    width: 100%;
}

.h1, h1 {
    font-size: 2.5rem;
    margin-top: 59px;
}

.h3, h3 {
    font-size: 1.25rem;
}

h1.entry-title {
    font-size: 2rem;
    border-bottom: 1px solid #eaecef;
}
.entry-content h2 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 29px;
}

.post.hentry {
    margin-bottom: 1rem;
}

#content.site-content {
    padding-top: 13px;
}
.page-content, .entry-content, .entry-summary {
    margin: 0 0 0;
}

.image-caption {
    color: #999999;
    display: block;
    font-size: 12px;
    margin: 5px 1px 19px 1px;
}

.navigation.post-navigation {
    padding-top: 0;
}
.post-navigation .nav-next a::after {
    content: " ›››";
}
.post-navigation .nav-previous a::before {
    content: "‹‹‹ ";
}

.margin-bottom {
    margin-bottom: 19px;
}

.next-saint  {
    font-size: 28px;
}

/**
 * Collapse-o-matic
 */
.collapseomatic {
    background-position: left 11px;
    cursor: cell !important;
    display: block;
    font-size: 24px !important;
    margin: 27px 0 11px 0 !important;
    padding: 0 0 0 32px !important;
}
.collapseomatic_excerpt, .collapseomatic_content {
    margin: 11px 0 37px 0 !important;
}

/*
 * cycle2
 */
/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .6;
}
/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 50%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(images/dia-prev.png) 0% 50% no-repeat;}
.cycle-next { right: 0; background: url(images/dia-next.png) 100% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .75; filter: alpha(opacity=75); }
/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; top: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #666666;}
.cycle-pager > * { cursor: pointer;}


/**
 * Jarallax
 */
.jarallax-content h1 {
    margin: 0;
}

/**
 * tapestry
 */
.cell .caption {
    color: #999999;
    font-size: 14px;
    margin: 3px 0 29px 0;
}


/**
 * responsive iframe 16:9
 */
 .openstreetmap-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.openstreetmap-container iframe,
.openstreetmap-container object,
.openstreetmap-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
 * responsive iframe 16:9
 */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
