/*
 * Theme Name: Website Chùa Hương Đạo
 * Description: Theme cho website của chùa Hương Đạo
 * Theme URI: http://chuahuongdao.org
 * Version: 2.0.0
 * Theme Author: Bao Duy
 * Author URI: http://kogida.com
 * Tags: religion, pogoda, buddha
 * Textdomain: chuahuongdao
 * Languages Folder: /languages
 */

 body {
    background: url("./resource/image/bg.jpg") center top no-repeat white;
    font-size: 9pt;
    background-size: contain;
 }
.top-header {
    height: 90px;
    background: url("./resource/image/bg-top.png") left top repeat-x;

}

.top-header .container {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

header .left, header .right {
    padding-top: 38px
}

header a {
    color: #ac9143 !important;
    font-weight: 500;
}
.language-container {
    border-right: #ac9143 solid 2px;
}
.language-container a {
    font-weight: bold;
}
.logo-container {
    position: relative;
}

.logo-container a {
    display: block;
    text-align: center;
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
}
.left {
    padding-left: 59px;
}

@media(max-width: 576px){
    .left {
        padding-left: 0 !important;
    }
}

.social-container {
    padding-left: 50px;
}

.social-container a{
    margin-right: 5px;
}

.social-container img{
    width: 20px;
    height: 20px;
}

.navbar-chuahuongdao {
    background: #ac9143 !important;
    border-radius: 0;
    min-height: 30px !important;
    margin-bottom: 8px;
}

.navbar-chuahuongdao .container {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.navbar-chuahuongdao a {
    color: #fde6a2 !important;
    font-weight: bold;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.navbar-chuahuongdao a:hover {
    color: #ffffff !important;
}

.btn-collapse-for-menu {
    border: none !important;
}

.btn-collapse-for-menu > span.icon-bar {
    background-color: #fde6a2 !important;
}

.menu-container ul li a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    font-size: 9pt;
    font-weight: bold;
    text-transform: uppercase;
}

.menu-container ul li a:hover {
    background: transparent;
    color: black !important;
}

.content {
    padding-top: 0px;
}

.main-content {
    margin-top: 50px;
}

@media (min-width: 1000px) {
    .main-content {
        padding-left: 70px;
        padding-right: 70px;
    }
}

.title-text {
    color: #ac9143;
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 30px;
    background: url("./resource/image/bg-head-title.png") left center no-repeat;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

.title-text-hidden {
    color: transparent;
    font-size: 10pt;
    text-transform: uppercase;
    padding-left: 30px;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

.footer {
    background: url("./resource/image/bg-footer.png") left top repeat;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
}

.title-end {
    border-bottom: #AF933B 2px solid;
    width: 100%;
    height: 4px;
}

.content-box-with-color {
    color: #ac9143;
    text-align: justify;
    padding: 15px 0;
}

.content-box {
    text-align: justify;
    padding: 15px 0;
    margin-top: 10px;
}

.footer a {
    color: white !important;
}

.gallery-container {
    margin-bottom: 30px;
}

.footer .container {
    padding-left: 80px !important;
    padding-right: 55px !important;
}

.footer .menu-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer .menu-container a{
    text-transform: none;
}

.contact-info label {
    font-weight: normal;
}

.stitle, .sdate, .sexcerpt, .smore {
    font-size: 9pt;
}

@media(max-width: 768px) {
    .vertical-style .simage img {
        max-height: auto !important;
    }
}

@media(min-width: 769px) {
.vertical-style .simage img {
    margin: 0 auto;
    max-height: 173.33px !important;
}
}

@media(min-width: 920px) {
    .vertical-style .simage img {
        margin: 0 auto;
        height: 173.33px !important;
    }
}

.horizontal-style .simage img {
    margin: 0 auto;
    max-height: 173.33px !important;
    height: auto;
}

.stitle {
    font-weight: bold;
}

.stitle a {
    color: #ac9143;
}

.sdate {
    color: grey;
}

.post-title {
    color: #ac9143 !important;
    font-size: 15pt !important;
    font-weight: bold;
}

.post-date {
    text-align: right;
    border-top: #ac9143 1px solid;
    border-bottom: #ac9143 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #666666;
    font-size: 8.5pt;
    font-style: italic;
}

.post-featured-image {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.post-content {
    text-align: justify;
    font-size: 10pt;
}

ul#gallery {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;

}
ul#gallery li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
    border-bottom: #666666 solid 2px;
}
ul#gallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.gallery-container {
    width: 60%;
    margin: 0 auto;
    border: #666666 solid 2px;
}

.navigation{margin-top: 25px; margin-bottom: 25px;}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #666;
  text-decoration:none;
}
.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
}
.navigation li a:hover,
.navigation li.active a {
  background-color: #ff9900;
  color: #fff!important;
}

.category-more {
    padding-right: 15px;
}

#purpose-container{
    font-size: 9pt;

}

.each-purpose {
    border-bottom: #ddd 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;
}

.each-purpose a {
    color: #ac9143;
}

.each-purpose a:hover {
    text-decoration: none;
}
/*
#myCarousel .carousel-inner img {
    width: 100% !important;
    height: 200px !important;
    max-height: 200px !important;
} */

.banner-container {
    position: relative;
}
#leftArrow {
    position: absolute;
    top: 45%;
    z-index: 100;
}

#rightArrow {
    position: absolute;
    top: 45%;
    right: 0;
    z-index: 100;
}

@media(min-width:970px){
    /* #myCarousel .carousel-inner img {
        width: 100% !important;
        height: 420px !important;
        max-height: 420px !important;
    } */
    .banner-container {
        padding-left: 50px !important;
        padding-right: 40px !important;
        position: relative;
    }

    .banner-container img {
        width: 100% !important;
        height: 420px !important;
        max-height: 420px !important;
    }

    #rightArrow {
        position: absolute;
        top: 45%;
        right: 35px;
        z-index: 100;
    }
}



#slideshow {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
}
