/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Oct 4, 2021, 5:13:13 PM
    Author     : gloding Risma
*/
.gallery .other-btn{
    position: relative;
    right: 10px;
    top: 1.7em;
    margin-top: 15px;
    margin-bottom: 10px;
    float: right;
}
.category-box .category-title{
    color: #4f4e4e;
    font-weight: bold;
    font-size: 26px;
    /*position: absolute;*/
    display: flex;
    padding-left: 0.7em;
}
.styling-button .centered-text {
    justify-content: center;
    display: flex;
}
.styling-button button:hover {
    background: #e0dad7;
    border: 1px solid #8a8a8a;
    transition: 500ms ease 0s;
}
.styling-button button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    font-weight: normal;
    border-radius: 50px;
    background-color: transparent;
    text-align: center;
    border: 1px solid #000000;
    padding: 3px 3em;
    font-size: 13px;
    margin: 0em 1em 1em 0;
    width: auto;
    height: auto;
    justify-content: center;
}
.styling-button button .fa-chevron-right {
    display: none; 
}
.left-line{
    border-left: 1px solid rgba(145, 153, 169, 0.3);
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 2em;
}
.left-padd{
    padding-left: 1.5em;
}
.text-search{
    text-align: left;
    padding-left: .3em;
    padding-right: 3.6em;
    /*padding-top: 1em;*/
    font-weight: 500;
    font-size: 15px;
}
/*.search-box-main{
    padding-left: 3.6em; padding-right: 3.6em; display: flex; align-items: center; min-width: 180px;
}*/
.search-box-main{
    padding-left: 0; 
    padding-right: 0; 
    display: flex; align-items: 
    center; min-width: 180px;
}
.div-category-top {
    margin-bottom: 32px;
}
.gallery .gal-boxes {
    margin-top: 1.1em;
}
.gallery .gal-boxes-wrap .display-block{
    display: block;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.category-box .buy-category-part .div-category-top {
    margin-bottom: 5px;
    margin-top: 0;
}
.category-div-part p{
    margin-top: 10px;
    margin-bottom: 0px;
}
.active-button{
    color: #fff!important;
    background-color: #ed6d00;
    border: none!important;
}
.div-category-top .w3-button {
    padding: 4px 10px;
    margin: .3em;
}
/*.search-box-main form {
    display: inline-flex;
    background: #fff;
    height: 35px;
    vertical-align: middle;
    float: right;
    position: relative;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    max-width: none;
    min-width: unset;
}*/
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.w3-button.green1 {
    border: 1px solid #8ec320;
    color: #8ec320;
}
.gal-del-sns {
    margin-left: 8px;
}
.gal-del-sns #twitter-widget-0 {
    position: relative !important;
    left: 0px !important;
}
.title-gallery{
    font-size: 64px;
    color: #FFFFFF;
}
.title-gallery-jap{
    font-size: 15px;
    color: #FFFFFF;
}
ol.carousel-indicators .active {
    background-color: #EFC39C;
}
ol.carousel-indicators li {
    background-color: #ffffff;
    border: none;
}
.carousel-indicators .active {
    margin: unset;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    padding: 0 5px;
    margin: unset;
}

@media only screen and (max-width: 1024px){
    .styling-button .item-link .centered-text {
        display: flex;
        justify-content: center;
    }
    .gal-del-sns #twitter-widget-0 {
        left: 176px !important;
        bottom: 28px !important ;
    }
    .gallery .gal-boxes-wrap {
        margin-top: 3em;
    }
    .gallery .gal-boxes {
        margin-top: 0em;
    }
}

@media only screen and (max-width: 820px){
    .gal-del-sns #twitter-widget-0 {
        left: -7px !important;
        bottom: -2px !important;
    }
    .event-page .right-side {
        padding-left: 3em;
    }
    .gal-boxes-wrap {
        margin-top: -2.9em;
    }
    .gallery .gal-boxes {
        margin-top: 0em;
    }
}

@media only screen and (max-width: 768px){
    .gallery .gal-boxes-wrap .display-block{
        display: block;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .styling-button .item-link .centered-text {
        display: flex;
        justify-content: center;
    }
    .title-wrap {
        margin-top: -32px;
    }
}

@media only screen and (max-width: 40.063em){
    .gal-del-sns #twitter-widget-0 {
        left: 0px !important;
        bottom: -2px !important;
    }
    .gal-sns.gal-del-sns {
        display: flex;
        line-height: 30px;
    }
    .styling-button button:hover {
        background: #e0dad7;
        border: 1px solid #8a8a8a;
        transition: 500ms ease 0s;
    }
    .styling-button button {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
        position: relative;
        font-weight: normal;
        border-radius: 50px;
        background-color: transparent;
        text-align: center;
        border: 1px solid #000000;
        padding: 3px 3em;
        font-size: 13px;
        margin: 0em 1em 1em 0;
        width: auto;
        height: auto;
        justify-content: center;
    }
    .styling-button button .fa-chevron-right {
        display: none; 
    }
    .styling-button .item-link .centered-text {
        justify-content: center;
        display: grid; 
    }
    .gal-index .gal-boxes {
        flex-wrap: wrap;
    }
    .right-line{
        border-right: none;
    }
    .left-line{
        border-left: none;
        margin-top: 0;
        margin-bottom: 1em;
        padding-left: .5em;
    }
    .bottom-line{
        border-bottom: 1px solid rgba(145, 153, 169, 0.3);
    }
    .category-div-part .ui-datagrid-column{
        padding: 0;
    }
    .category-box .category-title {

    }
    /*    .gallery .other-btn {
            position: relative;
            right: 0.8em;
            top: 1.5em;
             margin-top: 15px; 
             margin-bottom: 10px; 
        }*/

    .wrapper-twitter-share .button-twitter-x {
        line-height: 15px;
        margin-top: 2px;
    }
    .event-page .right-side {
        padding-left: initial;
    }
    .title-wrap {
        margin-top: 0;
    }
    .gal-boxes-wrap {
        margin-top: 3em;
    }
}


/*== Added By Adit ==*/

.search-venue {
    /*margin-left: -30px;*/
    text-align: left;
    padding-left: .3em;
}

.search-venue-menu {
    /*padding: 4px 50px 7px 0;*/
}
