 .comment-msg-head

{

    display: flex;

    justify-content: space-between;

}

.comment-msg-head h5 

{

    font-weight: bold;

}

.comment-msg p 

{

    color: #0009;

    margin-bottom: 0;

}

.comment-msg

{

    padding: 20px;

    border-radius: 8px;

    border: 1px solid #0003;

    margin-bottom: 15px;

}

.fa-calendar

{

    padding-right: 4px;

}

.fa-clock-o

{

    padding:0px 2px;

}
@media(max-width:480px)
{
    .gallery-body .image-list-list li img
    {
        height: 100% !important;
    }
    .article .article-title .media .media-body span
    {
        font-size: 16px;
    }
    .article
    {
        margin-top: 90px;
    }
    .networktbl tr td 
    {
        padding: 10px 0;
    }
}

/*Only top bar GIGW css*/


.header-area .topbar{overflow: unset; background-color: #1e0000; }

.gigw_right_section { float: right;display: flex; }

.commonPanel{display:flex;}
/*.gigw_right_section a:hover, .gigw_right_section a:active, .gigw_right_section a:focus{color:#ffca00;}*/
.skipcontent, .screenreader {color: #fff; }

.right_first, .right_second,.right_third, .right_fourth, .right_fifth, .right_sixth, .right_seventh {padding:0 12px;}

.right_third { background: #2f4f4f; padding: 0 5px;}

.custom-dropdown { position: relative; display: inline-block;}
   .custom-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    list-style: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9999999;
    margin: 0;
    line-height: 26px;
  }
 .custom-dropdown:hover .custom-dropdown-menu { display: block; }

     
.custom-dropdown-menu li{background: #2f4f4f}
.custom-dropdown-menu li:hover {background: #000; }

.custom-dropdown-menu a {
	text-decoration: none;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 0px 10px;
    border-top: 1px solid #fff;
    font-size: 14px;
}
.default-mode {
    width: 24px;
    height: 24px;
    background:#000;
}
.color-mode {width: 24px; height: 24px;  background: rgb(255, 214, 88);}

.right_sixth {  margin-right: 18px;}
.srh-rt input[type=text]{margin-top:0; background-color: #1e0000; color: white;}

.the-default-mode {
    width: 24px;
    height: 24px;
    background: #000;
    color: #000 !important;
    padding: 0 7px;
    border-radius: 2px;
    display: block;
}

.the-color-mode {
    width: 24px;
    height: 24px;
    background: rgb(255, 214, 88);
    color: #fff !important;
    padding: 2px 7px;
    border-radius: 2px;
    display: block;
}

.theme-main,
.theme-btn {
    cursor: pointer;
}


body.dark header,
body.dark div,
body.dark footer,
body.dark section,
body.dark table {
    background-color: #1c1c1c !important;
}

body.dark div.three-tabs {
    background: url(../images/msm.jpg) fixed !important;
}

body.dark div.three-tabs-bg,
body.dark .container.sci-main,
body.dark div.three-tabs .padding-tb45 {
    background-color: transparent !important;
}

body.dark p,
body.dark span,
body.dark li,
body.dark a,
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6,
body.dark div,
body.dark th,
body.dark td,
body.dark strong {
    color: #ffc600 !important;
}

body.dark #venues-slider .featured-block h3 a {
    color: #ffc600 !important;
}

.topbar .right_sixth li {
    list-style: none;
}

body.dark .site-logo img {
    filter: invert(1);

}

body.dark .section-content img {
    filter: brightness(0) invert(1);
}


/* reponsive header fix css */

@media(max-width:767px) {
    .header-area {
        position: relative;
        z-index: 999999999999999;
    }

    .topbar {
        line-height: 15px !important;
        height: 60px !important;
        z-index: 99999 !important;
    }

    .navbar.navbar-inverse {
        width: 65px !important;
        margin-left: auto !important;
        z-index: 99999999999 !important;
        top: 8px !important;
    }

    div#myNavbar {
        position: absolute !important;
        width: 100vw !important;
        left: calc(-100vw + 65px) !important;
        top: 60px;
        padding-top: 15px !important;
    }

    header.site-header.main-navbar.main-navbar-3 {
        top: 60px !important;
    }

    .ncsm-video {
        padding-top: 120px !important;
    }

    .topbar .container {
        padding-left: 7px !important;
        padding-right: 7px !important;
        width: calc(100% - 70px) !important;
        margin-right: auto !important;
        margin-left: unset !important;
        padding-top: 8px !important;
    }

    .right_first,
    .right_second,
    .right_third,
    .right_fourth,
    .right_fifth,
    .right_sixth,
    .right_seventh {
        padding: 0 13px !important;
    }

    .gigw_right_section {
        flex-wrap: wrap;
        row-gap:5px;
    }
    .topbar .container > .row .col-md-3 p {
    display: none;
}
}
@media(max-width:400px){
    .right_first,
    .right_second,
    .right_third,
    .right_fourth,
    .right_fifth,
    .right_sixth,
    .right_seventh {
        padding: 0 7px !important;
    }
}
@media(max-width:389px){
    .right_first,
    .right_second,
    .right_third,
    .right_fourth,
    .right_fifth,
    .right_sixth,
    .right_seventh {
        padding: 0 5px !important;
    }
}
