

.hide {
   display: none;
}
#scroll-to .vc_column-inner{
    margin-top: -56px;
}
footer .column1 {
position: relative;
top: -18px;
}
.header_bottom {
    background-color: rgba(118,106,97,1) !important;
}
.qode-advanced-tabs .qode-advanced-tabs-nav li {
    border: 1px solid #766a61;
}
.separator.small {
    margin: 10px auto 10px;
}

/* Table style */
.table-w {
   overflow-x: auto;
}
.table-w table {
    display: table;
    width: 100%;
}
.table-w table td {
    padding: 10px 10px;
}
.table-w tr:nth-child(odd) {
    background-color: #766a61;
    color: #fff;
}
.table-w table tbody tr:first-child {
    font-weight: bold;
}
.table-w table td {
    padding: 10px 10px;
}

/* Input text box shadow */
input {
    -moz-box-shadow: 3px 4px 9px -1px #ccc;
    -webkit-box-shadow: 3px 4px 9px -1px #ccc;
    box-shadow: 3px 4px 9px -1px #ccc;
}

#static-sub-header {
    display: none;
}
.mobile-view {
 display: none;
}
.mobile-content-box {
    position: relative;
}
.mobile-content-box .image_with_text img {
    margin: 0;
}
.mobile-content-box h4 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 10px 0 10px;
    color: #ffffff;
    font-size: 16px;
}
.mobile-content-box .separator {
    display: none;
}
/* Poll plugin css */
.basic-vote .button {
    display: inline-block;
    margin-top: 15px;
}
.masonry-gallery article h3 {
    font-size: 18px;
    text-transform: inherit;
}

@media only screen and (max-width: 768px) {
.mobile-view {
 display: block;
}
.desktop-view {
 display: none;
}
.header_inner,
header,
.q_logo a {
    height: 50px !important;
}
header .q_logo img.mobile {
    height: 30px !important;
    padding: 10px 0;
}
.mobile_menu_button {
    height: 50px !important;
    padding: 0 15px;
}
.header_bottom, .logo_wrapper {
    height: 50px !important;
    padding: 0;
}
.mobile_menu ul {
    padding: 0 15px !important;
}

.qode-advanced-tabs .qode-advanced-tab-container {
    padding: 10px 0;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li {
    width: 99% !important;
}
nav.mobile_menu {
    max-height: 400px;
    overflow-y: scroll;
}
.mobile_menu_button {
    padding: 0;
}
.mobile_menu_button span {
    padding: 12px;
    font-size: 20px;
}
header {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
}
#desktop-page-slider {
   display: none;
}
#static-sub-header {
    display: block;
    position: fixed !important;
    top: 50px !important;
    width: 100% !important;
    z-index: 9999;
    left: 0;
}
#first-content-margin-top {
   margin-top: 120px;
}
#launch-page-first-content-margin-top {
   margin-top: 50px;
}
.blog_single.blog_holder {
    padding-top: 50px;
}
}

@media only screen and (max-width: 425px){
.mobile_menu ul>li.has_sub>span.mobile_arrow {
    height: 36px !important;
    line-height: 36px !important;
}

.mobile-content-box h4 a {
    font-size: 14px;
    padding-top: 12px;
    line-height: 1;
}
#back_to_top {
  display: none;
}
nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
    line-height: 1.3;
}
.qode-accordion-holder .qode-title-holder .qode-tab-title {
    height: 42px;
    font-size: 12px;
}
.tt_responsive .tt_timetable.small .box_header {
    font-size: 16px!important;
    margin-bottom: 0;
}
.qode-advanced-tabs .qode-advanced-tabs-nav li a {
    padding: 10px 28px;
    text-align: center;
    font-size: 14px;
}
.qode-advanced-tabs .qode-advanced-tab-container {
    padding: 30px 0;
}
.q_icon_list p, .q_list.number.circle_number li {
    line-height: 1.3;
}
.mobile-tiles {
    width: 53%;
    margin: 0 auto;
}
.masonry-gallery article {
    position: relative !important;
    width: 160px !important;
    height: 160px !important;
    float: left !important;
    margin: 0;
    top: 0 !important;
}
.masonry-gallery article a.qbutton.masonry_gallery_item_button {
max-width: 100%;
    display: block;
    font-size: 11px !important;
    text-align: center;
    height: 34px;
    line-height: 34px;
    width: 55px;
    margin-left: auto;
    margin-right: auto;
}
.masonry-gallery .masonry_gallery_holder  {
   height: auto !important;
}

.masonry-gallery article h3 {
    font-size: 14px;
    font-weight: normal;
}
.mobile-content-box a.qbutton {
    display: none;
}
}


/* Hide post comment */
.comment_form,
.comment_pager,
#comments,
.post_comments,
.blog_like,
.blog_share,
.post_info .dots {
    display: none !important;
}
