/*
    Theme Name:   Luneta Advertising
    Template:     yootheme
    Author:       iManila
    Author URI:   https://imanila.ph
    Description:  Made exclusively for Luneta Advertising (2026)
    Version:      1.0.0
    Text Domain:  yootheme-luneta
*/

@font-face {
  font-family: "Roboto-Black";
  src: url('fonts/Roboto/Roboto-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeue-BlackCond';
  src: url('fonts/HelveticaNeue-BlackCond.ttf') format('truetype');
}
@font-face {
  font-family: "Roboto-Regular";
  src: url('fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "mycocobose";
  src: url('fonts/cocogoose-pro.regular.ttf') format('truetype');
}

#mygogobose, .mygogobose {
    font-family:"mycocobose" !important;
}
@font-face {
  font-family: "robotoRegular";
  src: url('fonts/roboto.regular.ttf') format('truetype');
}

#robotoRegular .robotoRegular {
    font-family: "robotoRegular" !important;
}

.page-id-21 .uk-navbar-container,
.page-id-21 .tm-header {
    background-color: #ff0000;
}
#page\#0 .el-title {
  /*font-family: "Impact", "Arial Narrow", "fantasy" !important;*/
  font-weight: 400 !important;
  text-transform: uppercase !important;
}
/*.home #whats_up .wk-panel-title, .page-id-17 #whats_up .wk-panel-title {
    font-size: 14px;
    font-weight: 700;
    color: #ff0000;
    text-transform: uppercase;
}*/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.tm-page {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#tm-main {
  flex: 1;
}
#contact_us.gst-contact-us {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 150px); 
}
/*#page\#0 .el-content{
 font-family: 'poppins' !important;
}*/

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: red !important;
}
/*.uk-logo-inverse {*/
/*    display: block !important;*/
/*}*/
/*#whats_up {
    font-family: 'mycocobose';
}*/
#page\#0 .el-content {
    font-family: 'robotoRegular' !important;
}
.tm-top.uk-section-default.uk-section {
    display: none;
}
.uk-text-center.uk-margin-medium-top {
    display: none;
}
h1.uk-margin-large-top.uk-margin-remove-bottom.uk-article-title {
    margin-top: 0px !important;
}
.uk-article-title {
    font-family: 'Poppins' !important;
}

.normal-font {
    font-family: Arial, sans-serif !important;
    font-weight: inherit;
}
#gstWhats_up {
   font-family: 'mycocobose' !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
.uk-grid.tm-grid-expand.uk-child-width-1-1.uk-margin-remove-vertical {
    padding-top: 70px;
}
#gst-footer .uk-grid-margin.uk-grid.tm-grid-expand.uk-child-width-1-1 {
   padding-top: 0px !important;
   margin-top: 0px !important;
 }
.tm-grid-expand {
  display: flex !important;
  flex-direction: column !important;
}
.uk-width-2-3\@m {
  order: 1 !important;
  width: 100% !important;
}
.uk-width-1-3\@m {
  order: 2 !important;
  width: 100% !important;
 }
 .uk-panel{
     min-height: auto !important;
 }
.uk-background-norepeat.uk-background-contain.uk-background-top-center.uk-section.uk-flex.uk-flex-middle {
    margin-top: 80px;
}
.uk-grid-margin.uk-grid.tm-grid-expand.uk-child-width-1-1 {
    padding-top: 40px !important;
}
.tm-header-placeholder.uk-margin-remove-adjacent {
    height: auto !important;
}
.el-content.uk-panel.uk-text-lead.uk-margin-top {
    padding-top: 70px;
}
}
@media (max-width: 639px) {
 .uk-grid.tm-grid-expand.uk-child-width-1-1.uk-margin-remove-vertical {
    padding-top: 70px;
}
#gst-footer .uk-grid-margin.uk-grid.tm-grid-expand.uk-child-width-1-1 {
   padding-top: 0px;
   margin-top: 0px;
 }
.uk-background-norepeat.uk-background-contain.uk-background-top-center.uk-section.uk-flex.uk-flex-middle {
   margin-top: 80px;
}
*+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
    margin-top: 50px !important;
}
.tm-header-placeholder.uk-margin-remove-adjacent {
    display: none;
}
}

@media (min-width: 960px) and (max-width: 1024px) {
    .uk-hidden\@m {
        display: block !important;
    }
    
    .tm-header-mobile {
        display: block !important;
    }
}


