/*
Theme Name: GIC
Template: Hotel
Version: 1.0.0
Text Domain: GIC
*/
 
/* Load the CSS code from a base theme */
@import url('../Hotel/style.css');
 
/* Insert our own CSS code below */
#gk-header {
    background: #ffffff;
}
/* Logo */
.gk-logo img {
  display: block;
  height: auto;
  margin: 0;
  max-width: 500px;
}
/*---------------------------------
3. Post/Page elements
----------------------------------*/
/**
 * 3.1 Navigation
 * ----------------------------------------------------------------------------
 */

 #gk-header-nav .main-navigation {
  color: #333;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 1.4rem;
  font-weight: 400;
  height: 42px;
  line-height: 18px;
  margin: 22px 0 0 0 !important;
  padding: 20px 0 0 0 ;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
}
/**
 * 4.4 GK Image Show
 * ----------------------------------------------------------------------------
 */
.gk-is-wrapper-gk-hotel .readon:active,
.gk-is-wrapper-gk-hotel .readon:focus,
.gk-is-wrapper-gk-hotel .readon:hover {
  background: #055863;
  color: #fff!important;
}