/*
Theme Name: GrAT
Theme URI: http://iconcept.com.ph
Author: iConcept Global Advertising Inc. - Web Development (Mark Angelo Urian)
Author URI: http://iconcept.com.ph
Description: This is a custom template theme for GrAT.

Version: 1.0

Text Domain: grattv
*/
/*-------------------------------
Variables
-------------------------------*/
/*-------------------------------
Custom Resets
-------------------------------*/
/* Show Grid */
.show-grid {
  margin: 0 0 15px;
}

.show-grid-30px {
  margin: 0 0 30px;
}

.show-grid-45px {
  margin: 0 0 45px;
}

.show-grid-60px {
  margin: 0 0 60px;
}

.container-table {
  height: 100%;
  width: 100%;
  display: table;
}

.container-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.text-bold500 {
  font-weight: 500;
}

.text-bold400 {
  font-weight: 400;
}

.text-light {
  font-weight: 300;
}

.text-justify {
  text-align: justify;
}

.nopadding {
  padding: 0 !important;
}

.nopadding-left {
  padding-left: 0;
}

.nopadding-right {
  padding-right: 0;
}

.nomargin {
  margin: 0 !important;
}

.noborder {
  border: 0 !important;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #4e4e4e;
}

.text-blue {
  color: #006699;
}

.background-black {
  background-color: #000;
}

/* Line Height */
.line-height-20 {
  line-height: 20px;
}

.line-height-25 {
  line-height: 25px;
}

.line-height-30 {
  line-height: 30px;
}

/* Fonts */
.montserrat{
  font-family: 'Montserrat', sans-serif;
}

.montserrat-11 {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
}

.montserrat-12 {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}

.montserrat-13 {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
}

.montserrat-14 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.montserrat-15 {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}

.montserrat-16 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.montserrat-17 {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
}

.montserrat-18 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

.montserrat-19 {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
}

.montserrat-20 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}

.montserrat-24 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
}

.montserrat-26 {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
}

.montserrat-30 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
}

.montserrat-32 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
}

.montserrat-36 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
}

.montserrat-38 {
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
}

.montserrat-45 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
}

/* Letter Spacing */
.letter-spacing-1px {
  letter-spacing: 1px;
}

.letter-spacing-2px {
  letter-spacing: 2px;
}

/* Animation */
.trans, .btn-blue:hover, .btn-white:hover, .trans a, .btn-blue:hover a, .btn-white:hover a {
  -webkit-transition: all 900ms ease-out !important;
  -moz-transition: all 900ms ease-out !important;
  -o-transition: all 900ms ease-out !important;
  -ms-transition: all 900ms ease-out !important;
  transition: all 900ms ease-out !important;
}

/* Button */
.btn-blue {
  color: #006699;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  padding: 8px 19px;
  cursor: pointer;
  border-radius: 0;
  display: inline-block;
  margin-top: 20px;
  border: 1px solid #006699;
  text-decoration: none;
  letter-spacing: 1px;
}
.btn-blue:hover {
  text-decoration: none;
  background: #006699;
  color: #fff;
}

.btn-white {
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  padding: 8px 19px;
  cursor: pointer;
  border-radius: 0;
  display: inline-block;
  margin-top: 20px;
  border: 1px solid #fff;
  text-decoration: none;
}
.btn-white:hover {
  text-decoration: none;
  background: #fff;
  color: #006699;
}

/* Search */
.fixed-sticky-search {
  background-color: #006699;
  border-radius: 3px;
  border: 0;
  position: fixed;
  top: 20%;
  right: 0;
  padding: 15px;
  z-index: 999999;
  display: none;
}
.fixed-sticky-search input {
  height: 29px;
  border: 0;
  padding: 0 5px;
  font-size: 14px;
}

/*-------------------------------
Header
-------------------------------*/
/* Main Menu, mmenu, Responsive Menu & Hover Menu */
#iHead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#iHead .website-info {
  width: 100%;
  min-height: 47px;
  padding: 13px 0;
  background: rgba(0, 102, 153, 0.85);

  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#iHead .website-info:hover {
  background: rgba(0, 102, 153, 1);
}  
#iHead .website-info .info-ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
}
#iHead .website-info .info-ul li:not(:last-of-type) span{
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
#iHead .website-info .info-ul li {
  list-style: none;
  padding: 0 15px;
  height: 21px;
}
#iHead .website-info .info-ul li i {
  padding-right: 10px;
  font-size: 20px;
  color: #fff;
}
#iHead .menu-header {
  width: 100%;
  min-height: 78px;
  padding: 15px 0;
  background: rgba(255,255,255,0.85);

  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#iHead .menu-header:hover {
    background: rgba(255,255,255,1);
}

#iHead .menu-header .menu-navigation ul {
  margin: 0;
  padding: 0;
}

#iHead .menu-header .menu-navigation .header-menu > ul > li {
  list-style: none;
  display: inline-block;
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
  padding: 15px 3px;
  position: relative;
}

#iHead .menu-header .menu-navigation .header-menu .sub-menu {
  position: absolute;
  top: 25px;
  width: 300px;
  padding: 6px 0;
  background: rgba(255,255,255,1);
}

#iHead .menu-header .menu-navigation .header-menu .sub-menu > li{
  display: block;
  list-style: none;
}

.sub-menu > li a{
  display: block;
  padding: 10px;
}

#iHead .menu-header .menu-navigation ul li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #a3a3a3;
}
#iHead .menu-header .menu-navigation ul li a:hover {
  color: #006699;
}
#iHead .menu-header .menu-navigation ul .current-menu-item a, #iHead .menu-header .menu-navigation ul .current_page_item a {
  color: #006699;
}
#iHead .menu-header .search-icon i {
  font-size: 25px;
  padding-top: 12px;
}
#iHead #change-language, #iHead #change-language-menu {
  cursor: pointer;
  text-align: center;
}
#iHead #change-language .active-language, #iHead #change-language-menu .active-language {
  position: relative;
  display: flex;
  align-items: center;
}

#iHead #change-language .active-language .flag-img, 
#iHead #change-language-menu .active-language .flag-img {
  width: 28px;
  height: auto;
  padding-right: 5px;
}

#iHead #change-language .active-language .flag-name, #iHead #change-language-menu .active-language .flag-name {
  padding-right: 5px;
  width: 28px;
  height: auto;
}
#iHead #change-language .widget, #iHead #change-language-menu .widget {
  display: none;
  position: absolute;
  background: #069;
  width: 131px;
  padding: 15px;
  z-index: 99999;
}
#iHead #change-language .widget .widget-title, #iHead #change-language-menu .widget .widget-title {
  display: none;
}
#iHead #change-language .widget ul, #iHead #change-language-menu .widget ul {
  margin: 0;
  padding: 0;
}
#iHead #change-language .widget ul li, #iHead #change-language-menu .widget ul li {
  display: block;
  list-style: none;
  padding: 0;
}
#iHead #change-language .widget ul li a, #iHead #change-language-menu .widget ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat',sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px 0;
}
#iHead #change-language .widget ul li a img, #iHead #change-language-menu .widget ul li a img {
  padding-right: 5px;
  width: 30px;
  height: auto;
}
#iHead #change-language .widget ul li a:hover, #iHead #change-language-menu .widget ul li a:hover {
  opacity: 0.8;
}
#iHead .mmenu .burger-icon {
  width: 40px;
  margin: 0 auto;
}
#iHead .mmenu .burger-icon .burger-1, #iHead .mmenu .burger-icon .burger-2, #iHead .mmenu .burger-icon .burger-3 {
  background: #006699;
  width: 100%;
  height: 4px;
  float: left;
  margin-bottom: 6px;
}
#iHead .mmenu .burger-icon .burger-3 {
  margin-bottom: 2px;
}

#menu .menu-main-menu-container {
  display: none;
}
#menu .menu-main-menu-container .menu-navigation ul li a {
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #a3a3a3;
}
#menu .menu-main-menu-container .menu-navigation ul li a:hover {
  color: #006699;
}

.mm-menu.mm-front {
  z-index: 999999999;
  background: #fff;
}

/* Banner */
.page-banner .banner-image {
  height: auto;
  width: 100%;
}
.page-banner .banner-image .banner-title {
  padding-top: 75px;
  padding-top: 15vh;
}
.page-banner .banner-wrapper p{
  margin: 0; 
  text-align: center;
}

/*-------------------------------
Body
-------------------------------*/
#iBody {
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5f5f5f;
}
#iBody #about-container {
  padding: 55px 0;
}
#iBody #about-container .about-image {
  width: auto;
  max-height: 366px;
  box-shadow: 15px 15px 15px #eeeeee;
  margin-bottom: 15px;
}
#iBody #featured-projects, #iBody #gallery-container {
  background: #f7f7f7;
}
#iBody .homepage-section {
  padding: 55px 0;
}

#iBody #featured-projects .feat-prod-flex {
  display: flex;
  flex-flow: row wrap;
  align-items:  stretch;
}

#iBody .homepage-section .projects-single {
  margin: 25px 0;
}

#iBody .homepage-section .projects-single a .proj-thumb-wrap {
  height: 100%;
  width: 100%;
  padding: 10px;
  background: #fff;
}

.projects-single .projects-link {
  text-decoration: none;
}

.projects-single .projects-link .projects-thumb {
  min-height: 255px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.projects-single .projects-link .projects-thumb .blue-bg {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(21, 110, 182, 0.6);
  transition: 1.5s;
}
.projects-single .projects-link .projects-thumb .blue-bg img:hover {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.projects-single .projects-link:hover {
  text-decoration: none;
}
.projects-single .projects-link:hover .projects-thumb .blue-bg {
  visibility: visible;
  opacity: 1;
  transition: 1.5s;
}
#iBody .homepage-section .projects-single .projects-content {
  padding: 15px;
  background: #fff;
  min-height: 160px;
}
#iBody .homepage-section .projects-single .projects-content .contents {
  color: #a3a3a3;
}
#iBody .homepage-section .projects-single .projects-content .contents .title {
  margin-bottom: 3px;
}
#iBody .homepage-section .projects-single .projects-content .contents .hr-gray {
  margin: 15px 0;
  border-top: 1px solid #d7d7d7;
}
#iBody .homepage-section .projects-single .projects-content .contents .fa {
  padding-right: 15px;
}
#iBody #featured-projects .projects-single .title, #iBody #publications-section .projects-single .title {
  color: #a3a3a3;
}
#iBody #publications-section .projects-single .title {
  height: 75px;
}
#iBody #featured-projects .projects-single:hover .title, #iBody #publications-section .projects-single:hover .title {
  color: #006699;
}
#iBody .events-section .events-thumb {
  position: relative;
  min-height: 460px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#iBody .events-section .events-thumb .color-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 181, 137, 0.6);
}
#iBody .events-section .announcements {
  min-height: 460px;
  padding: 15px 30px;
  background: #006699;
  position: relative;
}
#iBody .events-section .announcements #owl-events {
  margin: 0 !important;
  padding: 0 30px;
}
#iBody .events-section .announcements #owl-events i {
  padding-right: 10px;
}
#iBody .events-section .announcements .custom-navigation .prev-btn, #iBody .events-section .announcements .custom-navigation .next-btn {
  position: absolute;
  top: 40%;
  height: 30px;
  width: 30px;
  background: #fff;
  padding: 0 9px;
  cursor: pointer;
}
#iBody .events-section .announcements .custom-navigation .prev-btn i, #iBody .events-section .announcements .custom-navigation .next-btn i {
  color: #006699;
}
#iBody .events-section .announcements .custom-navigation .prev-btn:hover, #iBody .events-section .announcements .custom-navigation .prev-btn:focus, #iBody .events-section .announcements .custom-navigation .next-btn:hover, #iBody .events-section .announcements .custom-navigation .next-btn:focus {
  opacity: 0.8;
}
#iBody .events-section .announcements .custom-navigation .prev-btn {
  left: 15px;
}
#iBody .events-section .announcements .custom-navigation .next-btn {
  right: 15px;
}
#iBody .gallery-section {
  padding: 55px 0;
}
#iBody .gallery-section .gallery-single {
  margin: 25px 0;
}
#iBody .gallery-section .gallery-single .gallery-thumb {
  height: 255px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#iBody .gallery-section .gallery-single .gallery-thumb .gallery-contents {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 5%;
  left: 5%;
  height: 100%;
  width: 100%;
  background: rgba(21, 110, 182, 0.9);
  transition: 1s;
}
#iBody .gallery-section .gallery-single .gallery-contents {
  padding: 15px;
  display: none;
}
#iBody .gallery-section .gallery-single:hover .gallery-thumb .gallery-contents {
  visibility: visible;
  opacity: 1;
  padding: 15px;
  transition: 1s;
}

/*-------------------------------
Footer
-------------------------------*/
#iFoot .social-media-section {
  min-height: 147px;
  background: #094b81;
  padding: 24px 0;
}
#iFoot .social-media-section .social-media {
  padding: 0;
  margin: 0;
}
#iFoot .social-media-section .social-media li {
  display: inline-block;
  list-style: none;
}
#iFoot .social-media-section .social-media li a {
  display: block;
}
#iFoot .social-media-section .social-media li a img{
  height: 45px;
  width: 45px;
}
#iFoot .social-media-section .social-media li a:hover {
  opacity: 0.8;
}
#iFoot .copyright-container {
  background: #07355a;
  min-height: 50px;
  padding: 25px 0;
}
#iFoot .copyright-container a {
  text-decoration: none;
  color: #fff;
}
#iFoot .copyright-container a:hover {
  opacity: 0.8;
}
#iFoot .copyright-container .footer-menu-navigation {
  padding: 0;
  margin: 0;
}
#iFoot .copyright-container .footer-menu-navigation li {
  list-style: none;
  display: inline-block;
}
#iFoot .copyright-container .footer-menu-navigation li a {
  display: block;
  margin: 0 15px;
}

/*-------------------------------
Pre loader
-------------------------------*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999999;
}
#loader .spinner {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-animation: rotatee 2.0s infinite linear;
  animation: rotatee 2.0s infinite linear;
}
#loader .dot1, #loader .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #0a9fd8;
  border-radius: 100%;
  -webkit-animation: bouncee 2.0s infinite ease-in-out;
  animation: bouncee 2.0s infinite ease-in-out;
}
#loader .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.post-type-archive-awards .award-wrap {
  margin-bottom: 60px;
}
.post-type-archive-news-updates .projects-single h4 {
  height: 57px;
}
@-webkit-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotatee {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncee {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.revoslider-banner {
  margin-top: 130px;
}
/*-------------------------------
Media Queries
-------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  /* Style Here */
}
@media (max-width: 1198px) {
  /* Media Queries for col-md */
}
@media (max-width: 991px) {
  /* Media Queries for col-sm */
  .responsive-padding-sm {
    padding: 0px 15px !important;
  }

  #iBody .gallery-section .gallery-single .gallery-thumb .gallery-contents {
    top: 0;
    left: 0;
    display: none;
  }
}
@media (max-width: 768px) {
  /* Media Queries for col-xs */
  .responsive-padding,
  .responsive-padding-xs {
    padding: 0px 15px !important;
  }

  #iBody .revoslider-banner {
    display: none;
  }
  #iBody .gallery-section .gallery-single .gallery-thumb {
    height: 150px;
    height: 25vh;
    background-size: contain;
    background-position: center;
    background-color: #808080;
  }
  #iBody .gallery-section .gallery-single .gallery-thumb .gallery-contents .contents {
    display: none;
  }

  #iFoot {
    text-align: center;
  }
  #iFoot #menu-footer-menu {
    margin-top: 15px;
  }
}

#publications-section {
}
.comment-list {

}
.comment-list li {
  list-style: none;
}