/* Global
————————————————————————————————————————————————————————— */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
span,
a,
blockquote,
th,
td {
    font-family: Microsoft JhengHei, sans-serif !important;
}

body {
    font-size: 16px;
    line-height: 34px;
}

h2 {
    color: #0c446f;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 7px;
}

.forum-detail-container h2 {
    line-height: 1.4;
}

h3 {
    color: #0c446f;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}

h4 {
    font-size: 20px;
    font-weight: 600;
}

p {
    color: #303e48;
    margin: 0;
    padding-bottom: 0px;
}

a {
    color: #999;
    text-decoration: none;
}

a:hover {
    color: #000;
}

.bb-container ul,
.bb-container ol {
    padding-left: 0;
}

.bb-container ul li,
.bb-container ol li {
    margin-left: 30px;
    margin-bottom: 30px;
}

.bb-container ul li:last-child,
.bb-container ol li:last-child {
    margin-bottom: 0;
}

.divider {
    height: 40px;
}

.header-title {
    display: none;
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (min-width:1425px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-left: 90px;
        padding-right: 90px;
    }
}

.gv-sticky-menu {
    position: fixed;
    top: 0;
    width: 100%;
}

.main {
    margin-top: 166px;
}

/* Hide Help Region */
.gav-help-region {
    display: none !important;
}

/* Image Display Flex */
.img-d-flex {
    display: flex;
    height: 100%;
}

.img-d-flex .gsc-image,
.img-d-flex .gsc-image .widget-content {
    height: 100%;
}

.img-d-flex .gsc-image .widget-content img {
    object-fit: cover;
    height: 100%;
}

.block-local-tasks-block {
    z-index: inherit;
}

.open_chat_bot {
    z-index: 100;
}

.button:hover,
.btn:hover,
.btn-white:hover,
.btn-theme:hover,
.btn-theme-second:hover,
.more-link a:hover,
.btn-theme-submit:hover {
    box-shadow: none;
}

.alert-warning em {
    background: none;
    color: #E9A951;
    font-style: normal;
    opacity: 1;
    vertical-align: initial;
    cursor: inherit;
}

/* Header
————————————————————————————————————————————————————————— */
header.header-default .header-main {
    background-color: #F9E7E5;
    border-bottom: #ebebeb 1px solid;
}

header.header-default .header-main::before {
    background: linear-gradient(to right, #fe5492 20%, #f9c885 20%, #f9c885 40%, #eaf968 40%, #eaf968 60%, #a9fb8f 60%, #a9fb8f 80%, #69eff8 80%, #69eff8 100%);
    position: absolute;
    content: '';
    height: 10px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
}

header.header-default .header-main-inner .branding {
    margin-right: 25px;
    width: auto !important;
}

header .site-branding-logo {
    display: block;
}

@media only screen and (min-width: 1260px) {
    header .site-branding-logo {
        margin-top: 28px;
        margin-bottom: 38px;
        padding: 0 !important;
        position: relative;
    }

    /* header .stuck .site-branding-logo {
        margin-top: 15.555555555556px;
        margin-bottom: 15.555555555556px;
    }
    header .stuck .site-branding-logo img {
        height: 94px;
    } */
}

header .site-branding-logo img {
    width: auto;
    height: 100px;
}
header .i-change {
    width: 206px;
    position: absolute;
    left: 61px;
    top: 36px;
}
@media only screen and (min-width: 768px) {
    header .i-change {
        width: 353px;        
        left: 99px;
        top: 43px;
    }
}
@media only screen and (min-width: 1000px) {
    header .i-change {             
        left: 160px;
        top: 79px;
    }
}
@media only screen and (min-width: 1260px) {
    header .i-change {
        /* width: 470px;         */
        width: 420px;
        left: 180px;
        top: 58px;
    }
}

/* Main Menu */
header.header-default .header-main-inner .gva-offcanvas-mobile {
    float: none;
}

@media (min-width: 1260px) {
    .navigation .gva_menu {
        display: flex;
        height: 156px;
    }

    .navigation .gva_menu>li {
        display: flex;
        align-items: flex-end;
        padding-bottom: 22px;
    }
    .logged-in .navigation .gva_menu>li>a {
        font-size: 15px;
        padding-right: 0;
    }
    .logged-in .forum-navigation .forum_menu>li>a {
        font-size: 16px;
    }

    /* header .stuck .navigation .gva_menu {
        height: 125px;
    } */
}

.navigation .gva_menu>li>a {
    padding: 0 10px 0 10px;
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s linear
}

.navigation .gva_menu > li:hover > a,
.navigation .gva_menu > li.menu-item--active-trail > a {
    color: #e85386 !important;
}

/* Forum Menu */
.forum-navigation .forum_menu {
    list-style: none;
    padding-left: 0;
}

@media (min-width: 1260px) {
    .forum-navigation {
        float: right;
    }

    .forum-navigation .forum_menu {
        display: flex;
        height: 156px;
    }

    .forum-navigation .forum_menu>li {
        display: flex;
        align-items: flex-end;
        padding-left: 16px;
        padding-bottom: 16px;
    }

    /* header .stuck .forum-navigation .forum_menu {
        height: 125px;
    } */
}

.forum-navigation .forum_menu>li>a {
    background-color: #A9E8F7;
    border-radius: 20rem;
    padding: 6px 16px;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.3s ease;
}

.forum-navigation .forum_menu>li>a:hover {
    background-color: #cff1f9;
    color: #000;
}

.forum-navigation .forum_menu>li>a.member-login {
    background-color: #CFD18F;
    color: #000;
}

@media only screen and (min-width: 1260px) {
    .forum-navigation .forum_menu>li>a.member-login:not(.is-logined):hover {
        background-color: #f5f7c1;
        color: #000;
    }
}

.forum-navigation .forum_menu>li>a.member-login img,
.forum-navigation .forum_menu>li>a.member-login.is-logined span {
    display: none;
}

.forum-navigation .forum_menu>li>a.member-login.is-logined {
    padding: 0;
    border: none;
}

.forum-navigation .forum_menu>li>a.member-login.is-logined img {
    display: block;
    margin: 0 auto;
}

/* Header Icons */
.elchk_header_icons {
    position: absolute;
    display: block;
    z-index: 100;
    top: 24px;
    transition: height 1s ease;
    float: right;
    right: 8px;
}

.elchk_header_icons ul {
    text-align: right;
    margin-bottom: 0px;
}

.elchk_header_icons ul li {
    display: inline-block;
}

.elchk_header_icons ul li:first-child img {
    height: 57px;
    margin-top: 8px;
    margin-right: 26px;
}

.elchk_header_icons ul li:nth-child(2) img {
    height: 67px;
}

@media only screen and (max-width: 1100px) {
    .elchk_header_icons {
        display: none;
    }
}

.menu-bar {
    margin-top: -11px;
}

/* Member Login */
.login-box {
    background-color: #FBFBFB;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 170px;
    padding: 0 20px;
    transition: all 0.3s ease;
}

.member-box {
    background-color: #FFF3E3;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 170px;
    padding: 0 20px;
    transition: all 0.3s ease;
}

.member-menu:hover .login-box,
.member-menu:hover .member-box {
    max-height: none;
    opacity: 1;
    padding: 15px 20px;
}

.login-box ul,
.member-box ul {
    list-style: none;
    padding: 0;
}

.login-box ul li a {
    color: #676767;
    display: block;
    padding: 5px 0;
    width: 100%;
}

.login-box ul li a:hover {
    color: #000;
}

.member-box ul li a {
    color: #B05F15;
    display: block;
    padding: 5px 0;
    width: 100%;
}

.member-box ul li a:hover {
    color: #ff7c00;
}

/* Footer
————————————————————————————————————————————————————————— */
#footer {
    text-align: center;
    position: relative;
    line-height: 100px;
}

#footer:after {
    background: linear-gradient(to right, #fe5492 20%, #f9c885 20%, #f9c885 40%, #eaf968 40%, #eaf968 60%, #a9fb8f 60%, #a9fb8f 80%, #69eff8 80%, #69eff8 100%);
    position: absolute;
    content: '';
    height: 10px;
    right: 0;
    left: 0;
    bottom: 0;
}

#footer .footer-top {
    background: #fff;
    border-top: #ebebeb 1px solid;
    padding: 0;
}

#footer .row {
    padding: 10px;
}

.footer-logo {
    display: block;
    margin: 15px auto;
}

#footer a {
    color: #353535;
}

#footer a:hover {
    color: #353535;
    opacity: 0.65;
}

.btn-media {
    min-width: 100px;
    display: inline-block;
}

.developed-link {
    font-size: 14px;
}

/* Index
————————————————————————————————————————————————————————— */
.vc_column-inner {
    padding: 0 calc(100vw * 0.12);
    width: 100%;
}

/* Slider */
#block-gaviassliderlayerhomeslidermobile {
    display: none;
}

.gavias_sliderlayer .tp-bullets {
    margin-left: 0;
}

.gavias_sliderlayer .tp-bullets .tp-bullet {
    background-color: transparent;
    width: 21px;
    height: 21px;
}

.gavias_sliderlayer .tp-bullets .tp-bullet.selected {
    background: none;
}

.gavias_sliderlayer .tp-bullets .tp-bullet span {
    background-color: #e8e8e8;
    border: none;
    display: block;
    position: absolute;
    height: 6px;
    width: 6px;
    top: 7px;
    left: 7px;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px;
    transition: all 0.13s ease;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    border-radius: 50%;
}

.gavias_sliderlayer .tp-bullets .tp-bullet.selected span {
    transform: scale(1.7);
    background-color: #fff;
}

/* Page
————————————————————————————————————————————————————————— */
.py-0.gbb-row .bb-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.wpb_column {
    margin-bottom: 2%;
    /* padding-left: 1%;
    padding-right: 1%; */
}

.image-banner img {
    width: 100%;
    object-fit: cover;
}

.image-banner-title {
    position: relative;
}

.image-banner-title h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 80px;
    letter-spacing: -1px;
    padding-left: 10px;
    position: absolute;
    bottom: 75px;
    animation: fadeInUp 1s ease forwards;
}

.regular-button {
    background-color: #3452ff;
    border-radius: 4px;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 15px 35px;
    transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
}

.regular-button:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
    color: #FFF;
    opacity: 0.87;
    transform: translateY(-3px);
}

/* forum
————————————————————————————————————————————————————————— */
.before_content {
    display: none;
}
.view-page {
    margin-bottom: 0;
}
.container .container.forum-container::before {
    background: url(/themes/_gavias/daudo_subtheme/images/forum/wave-border-left.svg) right center no-repeat;
    background-size: cover;
    content: '';
    width: 8.3%;
    position: absolute;
    left: 0;
    top: -1px;
    bottom: 0;
    z-index: 10;
}
.container .container.forum-container::after {
    background: url(/themes/_gavias/daudo_subtheme/images/forum/wave-border-right.svg) left center no-repeat;
    background-size: cover;
    content: '';
    width: 8%;
    margin-top: -1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
.container .container.forum-container,
.container.forum-list-container {
    background-color: #A9E8F7;
    /* padding: 90px 16.5px !important; */
    padding: 0;
    position: relative;
}
.forum-main-title {
    width: 27.87%;
    max-width: 278px;
    height: auto;
    position: absolute;
    left: 12%;
    top: 58px;
}
.forum-main-img {
    width: 66%;
    max-width: 815px;
    height: auto;
    margin: 100px 0 60px 20px;
}
.forum-container {
    line-height: 1.35;
}
.forum-container .personal {
    text-align: left;
    position: absolute;
    left: 8%;
    bottom: 80px;
}
.forum-container .family {
    text-align: left;
    position: absolute;
    right: 5%;
    top: 90px;
}
.forum-container .personal a,
.forum-container .family a {
    border-radius: 28px;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    margin-left: 62px;
    margin-bottom: 20px;
    padding: 10px 20px;
    position: relative;
}
.forum-container .personal a {
    background-color: #98AD48;
}
.forum-container .personal a:hover {
    background-color: #b8cf63;
}
.forum-container .family a {
    background-color: #2594c0;
}
.forum-container .family a:hover {
    background-color: #4eb0d7;
}
.forum-container .personal a::before,
.forum-container .family a::before {
    background: url(/themes/_gavias/daudo_subtheme/images/forum/forum-main-btn-icon.png) no-repeat;
    content: '';
    width: 58px;
    height: 58px;
    position: absolute;
    left: -62px;
    top: 0;
}
.forum-container h1 {
    color: #0C446F;
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 68px;
}
.forum-container p {
    color: #676767;
}

.forum-container .sub-header {
    display: flex;
    font-size: 20px;
    align-items: center;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    max-width: 510px;
    margin: 0 auto;
}

.forum-container .sub-header::before,
.forum-container .sub-header::after {
    background-color: #C8C8C8;
    content: '';
    height: 1px;
    width: 100%;
}
.forum-container .sub-header::before {
    margin-right: 13px;
}

.forum-container .sub-header::after {
    margin-left: 13px;
}
.main-forum-box {
    position: relative;
}
.main-forum-box .view-content-wrap {
    /* display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 510px;
    margin: 33px auto; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.main-forum-box .view-content-wrap ul {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 6px;
}
.main-forum-box .view-content-wrap ul li {
    background: url(/themes/_gavias/daudo_subtheme/images/forum/forum-main-li.svg) left center no-repeat;
    line-height: 1.35;
    padding-left: 10px;
}
#block-daudo-subtheme-mainpagecontent-2 .main-forum-box .view-content-wrap p {
    color: #000;
    line-height: 1.35;
}
.forum-container footer {
    background-color: #61A1C4;
    display: inline-block;
    padding: 30px 10% 20px;
    text-align: left;
}
#block-daudo-subtheme-mainpagecontent-2 .forum-container footer p {
    color: #fff;
    font-size: 11px;
    margin-bottom: 10px;
}
.forum-container footer ul {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 0;
}
.forum-container footer ul li {
    background: url(/themes/_gavias/daudo_subtheme/images/forum/forum-main-footer-li.svg) left center no-repeat;
    color: #fff;
    font-size: 11px;
    padding-left: 16px;
}
.forum-container footer p strong {
    font-size: 13px;
}
@media only screen and (max-width: 1400px) {
    .container .container.forum-container::before {
        width: 13%;
    }
    .container .container.forum-container.forum-personal-container::before,
    .container .container.forum-container.forum-family-container::before {
        width: 11.5%;
    }
    .container .container.forum-container::after {
        width: 12%;
    }
    .container .container.forum-container.forum-personal-container::after,
    .container .container.forum-container.forum-family-container::after {
        width: 10.5%;
    }
    .forum-main-title {
        left: 14%;
    }
    .forum-main-img {
        width: 60%;
        margin: 320px 0 40px 260px;
    }
    .forum-container .personal {
        left: 12%;
    }
    .forum-container .family {
        right: 10%;
        top: 70px;
    }
}
@media only screen and (max-width: 991px) {    
    .container .container.forum-container::before {
        width: 15%;
    }
    .container .container.forum-container::after {
        width: 14%;
    }
    .container .container.forum-container {
        margin: 30px 0;
        padding-top: 80px;        
    }
    .container .container.forum-container.forum-personal-container,
    .container .container.forum-container.forum-family-container {        
        padding-bottom: 110px;
    }
    .container .container.forum-container::before,
    .container .container.forum-container.forum-personal-container::before,
    .container .container.forum-container.forum-family-container::before {
        background: url(/themes/_gavias/daudo_subtheme/images/forum/wave-border-top.svg) center bottom no-repeat;
        background-size: cover;
        width: 100.2%;
        height: 85px;
        bottom: auto;

    }
    .container .container.forum-container::after,
    .container .container.forum-container.forum-personal-container::after,
    .container .container.forum-container.forum-family-container::after {
        background: url(/themes/_gavias/daudo_subtheme/images/forum/wave-border-bottom.svg) center top no-repeat;
        background-size: cover;
        width: 100%;
        height: 85px;
        top: auto;
    }
    .forum-main-title {
        left: 7%;
        top: 30px;
    }
    .forum-main-img {
        width: 50%;
        margin: 280px 0 40px 280px;
    }
    .forum-container .personal {
        left: 5%;
        bottom: 40px;
    }
    .forum-container .family {
        right: 5%;
        top: 40px;
    }
    .forum-container footer {
        padding: 30px 15px 90px;
    }
}
@media only screen and (max-width: 767px) {
    .container .container.forum-container {
        margin: 30px 0;
        padding-top: 80px;
    }
    .container .container.forum-container.forum-personal-container,
    .container .container.forum-container.forum-family-container {        
        padding-bottom: 80px;
    }
    .container .container.forum-container::before,
    .container .container.forum-container.forum-personal-container::before,
    .container .container.forum-container.forum-family-container::before {
        background: url(/themes/_gavias/daudo_subtheme/images/forum/wave-border-top.svg) center bottom no-repeat;
        background-size: cover;
        width: 100%;
        height: 50px;
        bottom: auto;

    }
    .container .container.forum-container::after,
    .container .container.forum-container.forum-personal-container::after,
    .container .container.forum-container.forum-family-container::after {
        background: url(/themes/_gavias/daudo_subtheme/images/forum/wave-border-bottom.svg) center top no-repeat;
        background-size: cover;
        width: 100%;
        height: 50px;
        top: auto;
    }
    .forum-main-title {
        width: 66%;
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto;
        margin-left: 30px;
    }
    .forum-main-img {
        margin: 30px 0;
    }
    .main-forum-box .view-content-wrap {
        padding: 30px 15px;
        position: relative;
    }
    .forum-container .personal {
        padding-bottom: 60px;
        position: relative;
        left: auto;
        bottom: auto;
    }
    .forum-container .family {
        padding-bottom: 30px;
        position: relative;
        right: auto;
        top: auto;
    }
    .forum-main-img {
        width: 120%;
        margin-left: -10%;
    }    
}
/* forum topics list - New Design
————————————————————————————————————————————————————————— */
.forum-list-wrap {
    padding: 25px 11% 0;
}
.forum-title-personal-wrap {
    background: #EFEFC2 url(/themes/_gavias/daudo_subtheme/images/forum/forum-title-personal-img.png) right -10px center no-repeat;
    background-size: contain;
    border-top-left-radius: 58px;
    display: flex;
    padding: 20px 38px;
}
.forum-title-family-wrap {
    background: #F9E7E5 url(/themes/_gavias/daudo_subtheme/images/forum/forum-title-family-img.png) left -50px center no-repeat;
    background-size: contain;
    border-top-right-radius: 58px;
    display: flex;
    justify-content: flex-end;
    padding: 20px;
}
.forum-title-personal {
    max-width: 284px;
    width: 32%;
}
.forum-title-family {
    max-width: 424px;
    width: 45.5%;
    margin: 1px -138px 1px 0;
}
.forum-title-text {
    display: flex;
    align-items: flex-end;
    padding-left: 20px;
}
.forum-title-text p {
    color: #000 !important;
    margin-bottom: 10px;
}
.forum-title-family-wrap .forum-title-text p {
    margin-bottom: 32px;
}
.forum-list-centent {
    background-color: #fff;
    padding: 38px 50px;
}
@media only screen and (max-width: 1400px) {
    .forum-title-personal-wrap {
        background-position: right -60px center;
    }
    .forum-title-family-wrap {
        background-position: left -60px center;
    }
    .forum-title-family {
        margin: 1px -138px 1px 0;
    }
    .forum-title-text {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 1200px) {
    .forum-title-personal-wrap {
        background-position: right -15px center;
        flex-direction: column;
    }
    .forum-title-family-wrap {
        background-position: left -104px center;
        flex-direction: column;
        align-items: flex-end;
    }
    .forum-title-family {
        margin: 1px 0;
    }
    .forum-title-text p {
        margin-left: 36px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .forum-title-family-wrap .forum-title-text {
        width: 45.5%;
    }
    .forum-title-family-wrap .forum-title-text p {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 991px) {
    .forum-list-wrap {
        padding: 25px 30px 0;
    }
    .forum-title-personal-wrap {
        border-top-left-radius: 48px;
        padding: 20px 28px;
    }
    .forum-list-centent {        
        padding: 20px 30px 0;
    }
}
@media only screen and (max-width: 767px) {
    .forum-list-wrap {
        padding: 0 15px;
    }
    .forum-title-personal-wrap {
        background-position: right -186px center;
        background-size: 100.5%;
        border-top-left-radius: 32px;
        padding: 20px 15px;
    }    
    .forum-title-personal {    
        width: 48%;
    }
    .forum-title-family-wrap {
        background-position: left -235px top 8px;
        background-size: 365px auto;
        border-top-left-radius: 32px;
        padding: 20px 15px;
    }
    .forum-title-family {    
        width: 71%;
    }    
    .forum-title-family-wrap .forum-title-text {    
        width: 208px;
    } 
    .forum-list-centent {
        padding: 20px 15px 0;
    }
    .forum-title-text {
        padding-left: 0;
    }    
    .forum-title-text p {
        margin-left: 0;
    }
}
/* forum topics list
————————————————————————————————————————————————————————— */
.create-topic-link {
    text-align: left;
    margin-bottom: 9px;
}

.create-topic-link a {
    background-color: #fff;
    border: #999999 1px solid;
    border-radius: 20rem;
    color: #999999;
    padding: 6px 16px;
}

.create-topic-link a:hover {
    background-color: #999999;
    color: #fff;
}

.forum-container .forum-search {
    margin-bottom: 20px;
    padding-top: 11px;
}

.forum-container .forum-search .total_result {
    color: #9C9C9C;
    font-size: 16px;
    text-align: left;
    margin-top: 3px;
}

.forum-container .views-exposed-form {
    display: flex;
}

.forum-container .views-exposed-form .form-item-sort-by {
    display: none;
}

.forum-container .views-exposed-form .form-item-search {
    display: flex;
    align-items: center;
}

.forum-container .views-exposed-form .form-actions {
    order: 2;
    display: flex;
    flex-grow: 1;
    align-items: center;
    padding-left: 20px;
}

.forum-container .views-exposed-form .form-item-sort-order {
    order: 3;
    display: flex;
    align-items: center;
}

.forum-container .views-exposed-form .form-item label {
    color: #676767;
    font-size: 20px;
    width: auto;
    margin-right: 13px;
}

.forum-container .views-exposed-form #edit-search {
    border: #DDDDDD 1px solid;
    color: #676767;
    font-size: 18px;
    line-height: 26px;
    width: auto; /*190px */
    height: 26px;
    margin: 0;
    padding: 0 10px;
}

.forum-container .views-exposed-form .form-item-sort-order {
    flex-grow: 1;
    justify-content: end;
}

.forum-container .views-exposed-form #edit-sort-order {
    background: url(/themes/_gavias/daudo_subtheme/images/sort-order-arrow.svg) center right 10px no-repeat;
    background-size: 16px 10px;
    border: #DDDDDD 1px solid;
    border-radius: 0;
    color: #676767;
    font-size: 18px;
    line-height: 26px;
    height: 26px;    
    /* padding-left: 19px;
    padding-right: 25px; */
    padding: 0 25px 0 10px;
    width: 120px;
}

#edit-submit-elc-forum-topic {
    border-radius: 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 16px;
}
.forum-personal-container #edit-submit-elc-forum-topic {
    background-color: #98AD48;
    margin-bottom: 0;
}
.forum-personal-container #edit-submit-elc-forum-topic:hover {
    background-color: #b6c96d;
    box-shadow: none;
}
.forum-family-container #edit-submit-elc-forum-topic {
    background-color: #F3A088;
    margin-bottom: 0;
}
.forum-family-container #edit-submit-elc-forum-topic:hover {
    background-color: #f3bcac;
    box-shadow: none;
}
#edit-reset {
    display: none;
}

/* forum list */
.forum-personal-container .forum-list-head {
    background-color: #EFEFC2;
    text-align: left;
}
.forum-family-container .forum-list-head {
    background-color: #F3A088;
    text-align: left;
}

.forum-list-head>.row>div:first-child {
    padding: 5px 20px;
}

.forum-list-head>.row>div:nth-child(2) {
    padding: 5px 16px;
    text-align: center;
}

.forum-list-head .row div h3 {
    margin-bottom: 0;
}

.forum-list {
    text-align: left;
}

.forum-list>.view-content-wrap>div>.row>div:first-child {
    padding: 5px 20px;
}

.forum-list>.view-content-wrap>div>.row>div:nth-child(2) {
    padding: 5px 20px;
}

.forum-list-head .row div,
.forum-list-head .row div h3,
.forum-list .row div h3,
.forum-list .row div h3 a {
    color: #676767;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.forum-list .view-content-wrap>div {
    border-bottom: #EBEBEB 1px solid;
    color: #676767;
}

.forum-list .placeholder {
    background: none;
    cursor: inherit;
    font-style: normal;
    opacity: 1;
    vertical-align: inherit;
}

.forum-list .view-content-wrap>div:nth-child(odd) {
    background-color: #EDEBEB;
}

.forum-list .row div h3 {
    margin-bottom: 0;
}

.forum-list .row div p {
    font-size: 16px;
    line-height: 1.35;
}

.icon-like {
    background: url(/themes/_gavias/daudo_subtheme/images/icon-like.svg) center left no-repeat;
    padding-left: 22px;
}

.pager ul.pager__items {
    margin-top: 38px;
}

.pager ul.pager__items>li {
    margin-right: 6px;
}

.pager ul.pager__items>li a {
    border: none;
    border-radius: 50%;
    color: #0C446F;
    font-weight: 600;
    line-height: 30px;
    padding: 0 10px;
    width: 30px;
}

.pager ul.pager__items>li.is-active a,
.pager ul.pager__items>li:hover a {
    background-color: #EBF5DF;
    color: #0C446F;
}

.pager ul.pager__items>li.pager__item--first a {
    background: url(/themes/_gavias/daudo_subtheme/images/btn-arrow-first.svg) center center no-repeat;
}

.pager ul.pager__items>li.pager__item--previous a {
    background: url(/themes/_gavias/daudo_subtheme/images/btn-arrow-back.svg) center center no-repeat;
}

.pager ul.pager__items>li.pager__item--next a {
    background: url(/themes/_gavias/daudo_subtheme/images/btn-arrow-next.svg) center center no-repeat;
}

.pager ul.pager__items>li.pager__item--last a {
    background: url(/themes/_gavias/daudo_subtheme/images/btn-arrow-last.svg) center center no-repeat;
}

.pager ul.pager__items>li.pager__item--first a span,
.pager ul.pager__items>li.pager__item--previous a span,
.pager ul.pager__items>li.pager__item--next a span,
.pager ul.pager__items>li.pager__item--last a span {
    opacity: 0;
}

.pager ul.pager__items>li.pager__item--first a:hover,
.pager ul.pager__items>li.pager__item--previous a:hover,
.pager ul.pager__items>li.pager__item--next a:hover,
.pager ul.pager__items>li.pager__item--last a:hover {
    opacity: .6;
}

/* Topics Detail
————————————————————————————————————————————————————————— */
.container .container.forum-detail-container {
    padding: 60px 16.5px 120px !important;
}

.listing_link {
    background: url(/themes/_gavias/daudo_subtheme/images/btn-arrow-back.svg) center left no-repeat;
    color: #676767;
    padding-left: 22px;
}

.listing_link:hover {
    color: #000;
}

.forum-detail-container h2 {
    color: #676767;
    font-size: 28px;
    margin-top: 60px;
}

.field--name-field-display-title h2 {
    margin-top: 45px;
}

.blogger-info {
    display: flex;
    margin-bottom: 16px;
}

.blogger-name {
    margin-right: 28px;
}

.field--name-body p,
.field--name-comment-body p {
    color: #999999;
}

.btn-flag-like {
    background: url(/themes/_gavias/daudo_subtheme/images/icon-like.svg) center left no-repeat;
    background-size: auto 22px;
    margin-right: 30px;
    padding-left: 30px;
    position: relative;
}

.flag-like-node,
.flag-like-comment {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.flag-like-node a,
.flag-like-comment a {
    display: block;
    width: 100%;
    text-indent: -9999px;
}

.btn-flag-like .field--name-field-like-count {
    color: #676767;
    font-size: 18px;
}

.btn-flag-like:hover .field--name-field-like-count {
    color: #000;
}

.flag-bookmark-node {
    margin-right: 30px;
}

.flag-bookmark-node a {
    background: url(/themes/_gavias/daudo_subtheme/images/icon-bookmark.svg) center left no-repeat;
    color: #676767;
    font-size: 18px;
    padding-left: 26px;
}

.flag-report-spam-node a {
    background: url(/themes/_gavias/daudo_subtheme/images/icon-report-spam.svg) center left no-repeat;
    color: #676767;
    font-size: 18px;
    padding-left: 28px;
}

.flag-bookmark-node a:hover,
.flag-report-spam-node a:hover {
    color: #000;
}

.flag-report-spam-node-added,
.flag-report-spam-comment-added {
    color: #E9A951;
}

.share-to {
    list-style: none;
    line-height: 45px;
    padding-left: 0;
    padding-right: 6px;
}

.addtoany_list>a {
    padding: 0 0 0 10px;
}

.forum-detail-container hr {
    background-color: #EBEBEB;
    margin: 30px 0;
    opacity: 1;
}

.comment-list .user {
    background: linear-gradient(135deg, #FBDDE7, #FBEEDD);
    margin-right: 30px;
    padding: 32px 25px;
}

.comment-list:nth-child(2n) .user {
    background: linear-gradient(135deg, #FCFDDE, #E8F4DE);
}

.comment-list .user .comment__meta {
    padding: 0;
}

.comment-list .user .comment__author {
    color: #676767;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 5px;
}

.comment-list .user .comment__author a {
    color: #676767;
}

.comment-list .user .comment__author a:hover {
    color: #000;
}

.comment-list .user .comment__time {
    color: #676767;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

.user-comment .comment__content {
    background-color: #FAFAFA;
    border-color: #EBEBEB;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 111px;
}

.comment__content:before {
    border-right: 20px solid #EBEBEB;
}

.comment__content:after {
    border-right: 20px solid #FAFAFA;
}

.user-comment .comment__content .field--name-comment-body {
    font-size: 18px;
    line-height: 1.89;
}

.user-comment .comment__content .btn-flag-like {
    background-size: 16px auto;
    margin-right: 24px;
    padding-left: 24px;
}

.user-comment .comment__content .btn-flag-like .field--name-field-like-count,
.user-comment .comment__content .flag-report-spam-comment a {
    font-size: 14px;
    color: #676767;
    line-height: 24px;
}

.user-comment .comment__content .btn-flag-like:hover .field--name-field-like-count,
.user-comment .comment__content .flag-report-spam-comment a:hover {
    color: #000;
}

#comment-form label,
#edit-comment-body-0-format {
    display: none;
}

form .form-item textarea {
    border-radius: 8px;
    color: #676767;
    display: block;
    font-size: 18px;
    padding: 25px 30px;
    margin-bottom: 23px;
    width: 100%;
    height: 176px;
}

#edit-actions {
    text-align: right;
}

#edit-actions #edit-submit {
    background-color: #E9A951;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 0;
    padding: 15px;
}

#edit-actions #edit-submit:hover {
    background-color: #e68c10;
    box-shadow: none;
}

/* User Register
————————————————————————————————————————————————————————— */
#user-container.container {
    padding: 90px 16.5px !important;
}

.page-title {
    color: #0C446F;
    font-size: 54px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 68px;
}

#user-register-form,
#user-login-form,
#user-form {
    max-width: 620px;
    margin: 0 auto;
}

.user-login-form .form-item,
.user-register-form .form-item,
.user-form .form-item,
.user-pass .form-item,
.node-forum-form .form-item {
    margin-bottom: 20px;
}

#edit-account {
    display: flex;
    flex-direction: column;
}

#edit-account .form-item-mail {
    order: 2;
}

#edit-name--description,
#edit-mail--description,
#edit-field-user-picture-0--description,
#edit-pass--description,
.field--name-field-user-picture .description {
    display: none;
}

form .form-item label {
    color: #676767;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    margin-top: 0;
    width: auto;
}

form input:not(.form-submit) {
    color: #676767;
    width: 100%;
    margin-top: 0.25rem;
}

#edit-group-basic-info summary {
    display: none;
}

form input#edit-field-user-picture-0-upload,
form input#edit-field-forum-image-0-upload,
.image-widget.form-managed-file input {
    color: #a3a3a3;
    line-height: 1.4;
    padding: 8px 9px;
    border: #ddd 1px solid;
}

form .file--image a {
    color: #a3a3a3;
}

form .description {
    color: #9C9C9C;
}

.js-form-managed-file .form-submit {
    background-color: #D9D9D9;
    border-radius: 4px;
    color: #fff !important;
    float: right;
    padding: 15px;
    margin-bottom: 0;
    width: auto;
}

.js-form-managed-file .form-submit:hover {
    background-color: #999999;
}

form #edit-submit {
    margin-top: 5px;
}

/* User Edit
————————————————————————————————————————————————————————— */
#edit-current-pass--description .placeholder {
    background: none;
    color: #353535;
    cursor: inherit;
    font-style: normal;
    vertical-align: top;
    opacity: 1;
}

#edit-current-pass--description a {
    color: #353535;
}

#edit-current-pass--description a:hover {
    color: #353535;
    opacity: 0.65;
}

#edit-pass.js-form-type-password-confirm {
    background-color: #eee;
    padding: 10px;
}

/* Add Forum
————————————————————————————————————————————————————————— */
#node-forum-form {
    max-width: 620px;
    margin: 0 auto;
}

.field-edit-link,
#edit-field-forum-image-0--description,
#edit-body-0-format {
    display: none;
}

/* My Bookmarks
————————————————————————————————————————————————————————— */
.view-page table thead tr {
    background: linear-gradient(135deg, #FBDDE7, #FBEEDD);
}

.view-page header {
    color: #676767;
    font-size: 20px;
    margin-bottom: 20px;
}

table,
table>thead>tr>th,
table>tbody>tr>td {
    border: none;
    color: #676767;
}

table>thead>tr>th {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    padding: 16px;
}

table>thead>tr>th:first-child {
    min-width: 54px;
}

table>thead>tr>th:last-child {
    min-width: 70px;
    width: 160px;
}

#view-taxonomy-forums-table-column {
    width: 140px;
}

table>tbody>tr>td {
    font-size: 16px;
    line-height: 34px;
    padding: 20px 16px;
}

/* Web Form
————————————————————————————————————————————————————————— */
.webform-container {
    color: #676767;
    padding: 90px 16.5px !important;
}

.webform-container #page-main-content {
    max-width: 1027px;
    margin: 0 auto;
}

.webform-container h1 {
    color: #0c446f;
    font-weight: 600;
    font-size: 54px;
    line-height: 62px;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 80px;
}

#edit-intro,
#edit-main-area {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 0;
}

legend {
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 0;
}

.webform-submission-form .radios--wrapper.form-item {
    margin-bottom: 1.25em;
}

[class*='form-item-q'] input[type=radio] {
    width: auto;
    margin-left: 16px;
}

.webform-submission-form .webform-options-display-one-column .form-item {
    margin-bottom: 0;
    padding-top: 0.25em;
    padding-left: 0.5em;
}

.webform-submission-form .form-item label {
    color: #676767;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    width: auto;
}

.webform-container #edit-actions {
    text-align: left;
}

.webform-button--submit,
#edit-actions #edit-submit.webform-button--submit {
    background-color: #0f75bc;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 0.75em;
    margin-bottom: 0;
    padding: 15px 22px !important;
}

.webform-button--submit:hover {
    background-color: #0f75bc !important;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    transform: translateY(-3px);
}

/* Case Registration
————————————————————————————————————————————————————————— */
.node-counseling-case-form .form-item {
    margin-bottom: 20px;
}

.node-counseling-case-form .form-item label:not(.option) {
    font-weight: 600;
}

form input[type=checkbox],
form input[type=radio],
.js-form-type-checkbox input[type=checkbox] {
    width: auto;
}

form .form-number {
    border: 1px solid #dee2e6;
}

#edit-field-gender,
#edit-field-service-mode {
    display: flex;
}

#edit-field-gender .form-item-field-gender,
#edit-field-service-mode .form-item-field-service-mode {
    margin-bottom: 0;
    margin-right: 20px;
}

.webform-container .node-counseling-case-form #edit-actions {
    text-align: right;
}

form summary {
    background-color: #0f75bc;
}

/* Counseling Case Survey
————————————————————————————————————————————————————————— */
.webform-submission-counseling-case-survey-for-user-form legend .fieldset-legend {
    font-size: 28px;
}

#edit-q1-intro,
#edit-q2-intro {
    margin-bottom: 0;
}

#edit-q1-intro p,
#edit-q2-intro p {
    color: #676767;
    font-size: 20px;
    font-weight: 600;
}

.webform-submission-counseling-case-survey-for-user-form #edit-q1--wrapper-legend .fieldset-legend,
.webform-submission-counseling-case-survey-for-user-form #edit-q2--wrapper-legend .fieldset-legend {
    font-size: 18px;
    font-weight: 400;
}

#edit-part-b {
    margin-bottom: 0;
}

/* How to help gambler case
————————————————————————————————————————————————————————— */
#block-how-to-help-gambler-tab.navigation .gva_menu {
    display: flex;
    float: none;
    height: auto;
    list-style: none;
    padding: 0;
}

#block-how-to-help-gambler-tab.navigation .gva_menu>li:first-child {
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 0;
}

#block-how-to-help-gambler-tab.navigation .gva_menu>li>a {
    border-radius: 20rem;
    padding: 6px 16px;
    background-color: #fff;
    border: #999999 1px solid;
    color: #999999 !important;
    transition: all 0.3s ease;
}

#block-how-to-help-gambler-tab.navigation .gva_menu>li>a:hover,
#block-how-to-help-gambler-tab.navigation .gva_menu>li.menu-item--active-trail>a {
    background-color: #999999;
    color: #fff !important;
}

#edit-processed-text h3 {
    color: #676767;
    font-size: 22px;
}

#block-daudo-subtheme-mainpagecontent-2 p {
    color: #676767;
}

#edit-leave-contact-info {
    display: flex;
}

#edit-leave-contact-info .form-item {
    margin-right: 20px;
    padding-left: 0;
}

#edit-leave-contact-info .form-item input {
    width: auto;
}

/* Gambler Questionnaire
————————————————————————————————————————————————————————— */
#edit-rightcontainer {
    float: right;
}

/* Alert
————————————————————————————————————————————————————————— */
.alert-info {
    color: #676767;
    background-color: #EBEBEB;
    border: none;
}

.alert-info .placeholder {
    background: none;
    cursor: inherit;
    font-style: normal;
    vertical-align: top;
    opacity: 1;
}

.alert-info .placeholder a {
    color: #353535;
}

.alert-info .placeholder a:hover {
    color: #3452ff;
}

/* Contact Us
————————————————————————————————————————————————————————— */
.contactus-wrap.gbb-row .bb-inner {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contactus-wrap h2 {
    margin-bottom: 26px;
}

.contactus-wrap h4 {
    line-height: 20px;
    margin-bottom: 7px;
}

.contactus-wrap p,
.contactus-webform-text p {
    font-size: 18px;
    line-height: 35px;
}

.contactus-wrap img {
    margin-bottom: 15px;
}

.vc_col-sm-20 {
    text-align: center;
    width: 100% !important;
    margin-bottom: 25px;
}

#block-contactus-webform.container {
    margin-bottom: 0;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

#block-contactus-webform h2 {
    margin-bottom: 67px;
}

#block-contactus-webform .webform-submission-form #edit-actions.form-actions {
    float: none;
    text-align: left;
}

#block-contactus-webform .contactus-webform-text {
    padding-top: 60px;
    text-align: center;
}

/*-----------------------------------------------------------
    是日錦囊
-----------------------------------------------------------*/
.block-views-blockpage-motto-block-1 {
    display: none;
}


.forum-navigation .forum_menu>li.tips>a {
    color: #000;
    background-color: #FADB1B;
    padding-left: 42px;
    position: relative;
}
.forum-navigation .forum_menu>li.tips>a:hover {
    background-color: #fae76c;
}

.forum-navigation .forum_menu>li.tips>a:after {
    background: url(/themes/_gavias/daudo_subtheme/images/star.svg) no-repeat;
    background-size: cover;
    content: '';
    display: block;
    width: 59px;
    height: 60px;
    position: absolute;
    left: -14px;
    bottom: -10px;
    background-color: 0;
}

.sc__inner {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 100%;
    align-content: center;
    flex-wrap: wrap;
    display: flex;
    padding: 14px 143px;
    font-size: 26px;
    font-weight: bold;
    line-height: 37px;
}

.sc__wrapper {
    display: block;
    width: 100%;
    height: 596px;
    max-width: 624px;
    margin: 0 auto;
    border: 5px solid white;
    position: relative;
}

.sc__container {
    position: relative;
    overflow: hidden;
    background: url(/themes/_gavias/daudo_subtheme/images/StarGroup.png) no-repeat;
    background-size: cover;
    max-width: 624px;
    height: 596px;
    background-size: 100% 100%;
}

.sc__container>img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.sc__container canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.sc__infos {
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 18px;
    display: none;
}

.sc__wrapper_word {
    margin-bottom: 20px;
    font-size: 24px;
}

.forum-navigation .forum_menu>li.tips {
    position: relative;
}

.forum-navigation .forum_menu>li.tips .tips-time {
    position: absolute;
    top: 60px;
    font-weight: bold;
    /* left: 29px; */
    right: 10px;
    font-size: 17px;
    /* background: #fff; */
    padding: 0 5px;
    z-index: 2;
}

.forum-navigation .forum_menu>li.tips .tips-time span {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #5F3814;
}
.forum-navigation .forum_menu>li.tips>a::before {
    content: '';
    display: inline-block;
	background-size: cover;
	position: absolute;
    /* border:2px solid #FFDCBC; */
    width: 100%;
    height: 166%;
    left: 0;
    border-radius: 14px;
    bottom: 0;
    z-index: 1;
}
@media (max-width: 624px) {
    .sc__wrapper {
        height: 469px;
    }

    .sc__container {
        height: 469px;
        width: 520px;
        left: calc(50% - 260px);
    }

    .sc__inner {
        top: 0px;
        font-size: 20px;
        line-height: 28px;
    }

    .sc__wrapper .sc__canvas {
        height: 469px;
    }

    .sc__wrapper_word {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1259px) {
    .forum-navigation .forum_menu>li.tips .tips-time {
        position: unset;
        margin-bottom: 14px;
        text-align: center;
    }
    .forum-navigation .forum_menu>li.tips>a::before {
        content: unset;

    }
    .forum-navigation .forum_menu>li.tips>a {
        padding-left: unset;
    }
    .forum-navigation .forum_menu>li.tips>a:after {
        left: -12px;
        bottom: -12px;
    }
}

/*-----------------------------------------------------------
    Media Query
-----------------------------------------------------------*/
@media only screen and (max-width: 1359px) {

    /* Main Menu */
    .navigation .gva_menu>li>a {
        font-size: 16px;
    }

    /* Forum Menu */
    .forum-navigation .forum_menu>li>a {
        font-size: 17px;
        padding: 8px 14px;
    }

    /* Header Icons */
    .elchk_header_icons {
        right: 0;
    }

    .elchk_header_icons ul li:first-child img {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 1260px) {
    .menu-bar-mobile {
        display: none;
    }

    /* Member Login */
    .member-menu-box {
        padding-top: 30px;
        position: absolute;
        top: 140px;
        right: 0;
    }

    /* .login-box,
    .member-box {
        position: absolute;
        top: 172px;
        right: 0;
    } */
    /* footer */
    #footer .row {
        padding: 75px 0;
    }
}

@media only screen and (max-width: 1259px) {
    .main {
        margin-top: 130px;
    }

    header.header-default .header-main::before {
        display: none;
    }

    /* Main Menu */
    .gva-offcanvas-mobile {
        max-width: 300px;
    }
    .gva-offcanvas-mobile .block {
        border-bottom: none;
    }

    .gva-offcanvas-mobile .gva-navigation .gva_menu>li>a {
        color: #999 !important;
        font-weight: 400;
        text-align: center;
    }

    /* Forum Menu */
    .forum-navigation {
        padding: 20px 20px 0;
    }

    .forum-navigation .forum_menu>li {
        margin-bottom: 15px;
    }

    .forum-navigation .forum_menu>li:last-child {
        margin-bottom: 0;
    }

    .forum-navigation .forum_menu>li>a {
        text-align: center;
    }

    .forum-navigation .forum_menu>li>a.member-login img {
        width: 80px;
        height: auto;
    }

    /* Header Icons */
    .elchk_header_icons {
        top: 46px;
        right: 60px;
    }

    /* Member Login */
    .login-box,
    .member-box {
        box-shadow: none;
        margin-top: 15px;
        width: 100%;
    }

    .login-box ul li a,
    .member-box ul li a {
        text-align: center;
    }
}

@media only screen and (max-width: 1300px) {
    h3 {
        font-size: 25.5px;
        line-height: 25.5px;
    }

    /* Page */
    .image-banner-title h2 {
        font-size: 32px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 1000px) {
    .container-col-12 {
        max-width: 1425px;
        margin: 0 auto;
        padding: 0 90px;
    }

    .vc_col-sm-20 {
        width: 20% !important;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 999px) {

    /* Global */
    h2 {
        font-size: 28.8px;
        line-height: 28.8px;
    }

    h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .container-col-12 {
        max-width: 600px;
        margin: 0 auto;
    }

    .main {
        margin-top: 90px;
    }

    /* Header */
    header .site-branding-logo img {
        max-height: 60px;
    }

    /* Page */
    .wpb_column {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 991px) {

    /* forum list */
    .forum-container .views-exposed-form {
        flex-wrap: wrap;
    }

    .forum-container .views-exposed-form .form-item-search,
    .forum-container .views-exposed-form .form-item-sort-order {
        width: 100%;
    }

    .forum-container .views-exposed-form #edit-search {
        width: calc(100% - 135px);
    }

    .forum-container .views-exposed-form .form-actions {
        width: 100%;
        justify-content: end;
    }

    #edit-submit-elc-forum-topic {
        margin-top: 10px;
    }

    .forum-list-head>.row>div:first-child {
        padding: 16px;
    }

    .forum-list>.view-content-wrap>div>.row>div:first-child {
        padding: 20px 16px;
    }

    /* Web Form */
    .webform-container #page-main-content {
        max-width: 600px;
        padding-left: 0;
        padding-right: 0;
    }

    /* Gambler Questionnaire */
    #edit-rightcontainer {
        float: none;
    }
}

@media (max-width: 767px) {

    /* forum list */
    .forum-list-head>.row>div:nth-child(2) {
        display: none;
    }
}

@media only screen and (max-width: 690px) {

    /* Global */
    h2 {
        font-size: 27px;
        line-height: 27px;
    }

    h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .container-col-12 {
        max-width: 320px;
    }

    /* Page */
    .image-banner img {
        height: 75vw;
    }

    .image-banner-title h2 {
        font-size: 24px;
        line-height: 30px;
    }

    /* forum */
    .main-forum-box .view-content-wrap>div>a {
        font-size: 24px;
        font-weight: 600;
    }

    /* Web Form */
    .webform-container #page-main-content {
        max-width: 420px;
        padding-left: 0;
        padding-right: 0;
    }

    .webform-container h1 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .main {
        margin-top: 70px;
    }

    /* Header */
    header .site-branding-logo img {
        max-height: 40px;
    }

    /* Slider */
    #block-gavias-slider-layer-home-slider {
        display: none;
    }

    #block-gaviassliderlayerhomeslidermobile {
        display: block;
    }

    /* forum */
    .forum-container h1 {
        font-size: 42px;
    }

    /* Topics Detail */
    .comment-list .user {
        margin-right: 20px;
        padding: 10px;
    }

    .comment__content {
        padding: 10px;
    }

    .comment__content::before,
    .comment__content:after {
        top: 13px;
        right: 98%;
    }

    .user-comment .comment__content .field--name-comment-body {
        font-size: 16px;
        line-height: 1.6;
    }

    #comment-form textarea {
        font-size: 16px;
        line-height: 1.6;
        padding: 10px 15px;
    }

    #edit-actions #edit-submit {
        padding: 10px;
    }

    /* User Register */
    .page-title {
        font-size: 42px;
    }

    /* My Bookmarks */
    table>thead>tr>th {
        font-size: 16px;
        padding: 10px;
    }

    table>tbody>tr>td {
        font-size: 16px;
        padding: 14px 10px;
    }

    #view-taxonomy-forums-table-column {
        width: auto;
    }

    table>thead>tr>th:last-child {
        width: auto;
    }

    /* Chat Bot */
    .open_chat_bot {
        animation: linear infinite;
        animation-name: run-mobile;
        animation-duration: 1s;
        bottom: 60px;
        width: 70px !important;
        height: 70px !important;
    }

    .chatbot_iframe {
        left: 15px !important;
        right: 75px !important;
    }

    .chatbot_iframe iframe {
        width: 100% !important;
        height: 60vh !important;
    }

    /* Web Form */
    .webform-container #page-main-content {
        max-width: 320px;
    }

    /* How to help gambler case */
    #block-how-to-help-gambler-tab.navigation .gva_menu {
        flex-direction: column;
    }

    #block-how-to-help-gambler-tab.navigation .gva_menu>li:first-child {
        margin-right: 0;
    }
}