/*
Theme Name: Waterutah Child
Theme URI: http://xelits.com/
Description: This is a custom child theme for waterutah
Author: XEL IT Solutions
Author URI: http://xelits.com/
Template: waterutah
Version: 0.1
*/

footer.entry-footer {
    display: none;
}

h1.banner-header span {
    display: block;
    /* background: #ffffff30; */
    padding: 8px 12px;
    /* border-radius: 2px; 
	text-shadow: 6px 6px 12px #fff;
	font-weight: bold;*/
    color: #483911;
    background-color: #fff;
    opacity: 0.6;
}

h1.banner-header {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px !important;
    /*color: #333;
	color: #545454;*/
}

.join-div-main {
    margin-bottom: 10px;
}

div.join-div-main {
    font-size: 16px;
}

@media screen and (max-width:999px) {
    h1.banner-header {
        font-size: 26px !important;
    }
    h1.banner-header span {
        padding: 0px 15%;
        text-align: center;
        padding-top: 25px;
    }
}

@media screen and (max-width:767px) {
    div.join-div-main {
        display: block;
        clear: both;
        padding-top: 20px;
        font-size: 16px;
    }
    h1.banner-header span {
        padding-top: 5px;
    }
    .contact-page ul.nav.nav-tabs li.nav-item {
        min-width: 200px;
    }
    .wp-block-image img {
        height: auto;
    }
}

.date-and-time {
    font-size: 13px;
}

a.view-dispaly-btn {
    font-size: 13px;
}

.line-height-15 {
    margin-top: 20px;
}

.vc_column_container>.vc_column-inner {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.btn-water:focus,
.btn-water:hover {
    background: #f1f1f1;
    color: #59b5d3;
}

.title-news a {
    color: #373737;
}

.contact-page .container.vc_row-has-fill {
    width: auto !important;
}

a.more-link {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 15px;
}

.post-thumbnail.list-news-img a {
    display: block;
    height: 225px;
}

@media (max-width: 340px) {
    h1 {
        font-size: 10px !important;
    }
}

.nav-links svg.icon.icon-arrow-right,
.nav-links svg.icon.icon-arrow-left,
a.page-numbers span.meta-nav.screen-reader-text,
span.page-numbers.current span.meta-nav.screen-reader-text {
    display: none;
}

.social-media-icons .icon {
    padding: 8px 20px !important;
    font-size: 27px;
}

.nav-links .page-numbers.current {
    background: #59b5d3;
    color: #fff;
    border: 1px solid #59b5d3;
}

.nav-links .page-numbers {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.nav-links a.page-numbers:hover {
    background: #336575;
    border: 1px solid #336575;
    color: #fff;
}

.site-main .entry-summary p.link-more {
    clear: both;
    height: 25px;
}

.site-main .entry-summary p.link-more a.more-link {
    margin-top: 0px;
    margin-bottom: 0px;
}

.status-publish h2.entry-title a,
.status-publish h2.entry-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
}

.site-main .tab-content ul.boxs_list_design,
.site-main ul.boxs_list_design {
    margin-left: 0px !important;
}


/* BOARD MEMBER PAGE STYLES*/

.hover-img h2,
.hover-img h4,
.hover-img p {
    line-height: 1em;
}

.hover-img h4 {
    color: #5db7d4;
}

.vc_single_image-wrapper.vc_box_border_grey img {
    height: 100%;
}

@media (max-width: 1000px) {
    .hover-img {
        padding: 15px 15px;
        padding-top: 60px;
    }
    .hover-img h2 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .hover-img h4 {
        margin-bottom: 5px;
    }
}

@media screen and (max-width:767px) {
    .wp-block-image img {
        height: auto !important;
    }
}