/*!
Theme Name: Gallery Hotel Phuket - Group
Theme URI:
Author: AWP
Author URI:
Description: AWP Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wpw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------
@import "normalize";*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------
@import "typography/typography";*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------
@import "elements/elements";*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*@import "buttons";*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------
@import "navigation/navigation";*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------
@import "modules/accessibility";*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------
@import "modules/alignments";*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------
@import "modules/clearings";*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------
@import "site/secondary/widgets";*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------
@import "primary/comments";*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------
@import "modules/infinite-scroll";*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------
@import "media/media";*/
#site-header {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 50px;
  width: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(85%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.15) 85%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.15) 85%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.15) 85%, rgba(0, 0, 0, 0) 100%);
  z-index: 9999; }
  #site-header .header-inner #logo {
    text-align: center;
    padding: 15px 0; }
    #site-header .header-inner #logo a {
      display: inline-block; }
  #site-header .header-inner #cssmenu {
    text-align: center; }
  @media screen and (max-width: 767px) {
    #site-header .header-inner #logo {
      text-align: left;
      padding: 15px 0 15px 20px; } }

#slide-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  #slide-container .main-slide .slick-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh; }
  #slide-container .main-slide .slick-dots {
    bottom: 20px;
    text-align: left; }
    #slide-container .main-slide .slick-dots li button:before {
      color: #FFFFFF;
      font-size: 12px; }
    #slide-container .main-slide .slick-dots li.slick-active button:before {
      color: #FF0000; }

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden; }
  .no-js #loader-wrapper {
    display: none; }

#loader {
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  z-index: 1001;
  right: 0;
  text-align: center;
  /*margin: 2rem auto;
  padding: 2rem;*/
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #FF0000;
  width: 100%; }
  #loader img {
    width: 160px;
    margin: 0 auto;
    display: block; }
  #loader .logo-load {
    margin-bottom: 20px; }

.loader {
  margin: 0 auto;
  border: 7px solid #f3f3f3;
  border-radius: 50%;
  border-top: 7px solid #FF0000;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background-color: #FFF;
    z-index: 10;
}*/
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 10; }

#loader-wrapper .loader-section.section-full {
  left: 0;
  /*background-image: url(../images/bg-preload.jpg);
  background-repeat: repeat;*/ }

#loader-wrapper .loader-section.section-left {
  left: 0;
  /*top: -100vh;
  left: 100vh;
  border-left: 0px solid transparent;
  border-right: 400vh solid transparent;
  border-bottom: 400vh solid #FFFFFF;*/ }

#loader-wrapper .loader-section.section-right {
  right: 0;
  /*top: 0;
  right: 100vh;
  border-left: 200vh solid transparent;
  border-right: 0px solid transparent;
  border-top: 200vh solid #FFFFFF;*/ }

.triangle-up {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  /*border-left: 0px solid transparent;
  border-right: 50vh solid transparent;
  border-bottom: 50vh solid #FF0000;*/
  z-index: 100; }

.triangle-down {
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  /*border-left: 50vh solid transparent;
  border-right: 0px solid transparent;
  border-top: 50vh solid #FF0000;*/
  z-index: 100; }

.loaded .triangle-up {
  transform: translateY(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded .triangle-down {
  transform: translateY(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-full {
  transform: translateY(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader-wrapper .loader-section.section-left {
  transform: translateY(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader-wrapper .loader-section.section-right {
  transform: translateY(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out; }

.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out; }

/*# sourceMappingURL=style.css.map */
