/**
  Theme Name: Dahong Advert.
  Theme URI: http://ecdgraphics.com/
  Author: ECDGraphics
  Author URI: http://ecdgraphics.com/
  Description: Dahong Pilipino Theme.
  Version: 1.0.0
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(sprites.css);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/** min-width: 768px is greater-than or equal-to. (tablet & desktop) **/
/** max-width: 768px is less-than or equal-to. (mobile) **/
body {
  font-family: "Open Sans", Arial, "Lucida Grande", sans-serif; }

.container {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: block; }
  @media only screen and (max-width: 768px) {
    .container {
      width: 100%; } }

.container-fixed {
  max-width: 1100px;
  min-width: 320px; }

.section-bit-parent {
  margin: 4% auto;
  display: block; }

.section-bit-parent-inline-block {
  display: inline-block; }

.section-bit {
  color: #4E4E4E; }

.section-bit .title {
  text-align: center; }

.section-bit h1 {
  font-weight: 400;
  margin-bottom: 3%; }

.section-bit h3 {
  font-weight: 500;
  font-size: 1.5em; }

.section-bit .body {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  line-height: 24px;
  font-weight: 300; }

#why h1 {
  margin-top: 8%; }
#why img {
  margin: 6% auto; }

#extend img {
  margin: 4% auto; }

select, .sod_select {
  padding: 3px;
  margin: 0;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 0;
  background-color: #E7EAEE;
  color: #4E4E4E;
  position: relative;
  text-transform: none !important;
  width: 100%; }

.sod_list_wrapper {
  width: 100% !important;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  font-weight: 400 !important;
  text-transform: none !important; }

.sod_select.open {
  background-color: #ffffff; }

.sod_select.focus {
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1) !important; }

.sod_select .sod_option {
  color: #4E4E4E;
  padding: 10px 15px !important; }

.sod_select .sod_option.active {
  background-color: #007BBE;
  color: #ffffff; }

.sod_select .sod_option.selected {
  font-weight: 400; }

.sod_select {
  padding: 10px 15px;
  font-size: 0.9em; }

.dahong-gateway .dahong-logo {
  margin: 5% auto; }
.dahong-gateway .section-bit {
  background-color: #F9F9F9;
  height: 600px; }
.dahong-gateway .section-bit h1 {
  font-weight: 300;
  margin: 15% auto; }
  @media only screen and (min-width: 720px) {
    .dahong-gateway .section-bit h1 {
      min-height: 86px; } }
.dahong-gateway .grid-half {
  float: left;
  width: 29%;
  margin: 2%; }
  @media only screen and (max-width: 720px) {
    .dahong-gateway .grid-half {
      width: 100%; } }
.dahong-gateway .image-container-online {
  margin-top: 22%;
  width: 70%; }
.dahong-gateway .image-container-print {
  width: 60%; }

.dahong-booking .section-bit-parent {
  margin-bottom: 0; }
.dahong-booking .footer {
  background: #4E4E4E;
  width: 100%;
  height: 128px;
  position: relative; }
  .dahong-booking .footer .section-bit {
    color: #fff;
    background: #4E4E4E; }
  .dahong-booking .footer .footer-bit {
    display: flex;
    align-items: center;
    align-content: center;
    height: 128px; }
  .dahong-booking .footer .copy-container {
    position: absolute;
    bottom: 0;
    display: inline-block;
    height: auto;
    left: 0; }

.dh-table-container {
  width: 100%; }

.dahong-print-image-container,
.dahong-print-type-container {
  margin: 0 auto;
  display: inline-block; }

.dahong-print-type-container {
  max-width: 365px;
  text-align: left; }

#checkmark_1,
#checkmark_2,
#checkmark_3,
#checkmark_4,
#checkmark_5 {
  list-style-type: none !important; }
  #checkmark_1 li,
  #checkmark_2 li,
  #checkmark_3 li,
  #checkmark_4 li,
  #checkmark_5 li {
    list-style-type: none !important;
    margin: 0; }
    #checkmark_1 li::before,
    #checkmark_2 li::before,
    #checkmark_3 li::before,
    #checkmark_4 li::before,
    #checkmark_5 li::before {
      background: url("assets/dahong-icons2.png") no-repeat -7px -25px;
      width: 13px;
      height: 10px;
      display: inline-block;
      vertical-align: middle;
      content: '';
      margin-right: 3px; }

#gform_page_1_2 #gform_page_1_2_list_list.lists-list,
#gform_page_2_2 #gform_page_1_2_list_list.lists-list,
#gform_page_1_2 #gform_page_1_2_list_list.lists-list li,
#gform_page_2_2 #gform_page_1_2_list_list.lists-list li {
  list-style-type: none !important; }

.box {
  width: auto;
  display: inline-block;
  padding: 5%; }
  .box h3 {
    font-weight: bold !important;
    margin-top: 0;
    margin-bottom: 15%;
    font-size: 1em; }
  .box p {
    font-size: 0.8em; }
  .box a {
    text-decoration: none;
    color: #007CBE;
    font-weight: bold; }

.box-grey {
  background-color: #F9F9F9; }

@media only screen and (min-width: 768px) {
  .fifty-fifty .box {
    margin-left: 15%; } }

.row {
  display: block;
  width: 100%; }

.row:after, .container:after {
  content: "";
  display: table;
  clear: both; }

.gform_page_fields table {
  font-size: 0.9em;
  width: 100%; }
  .gform_page_fields table tbody {
    background-color: #F9F9F9; }
  .gform_page_fields table .dh-table-heading {
    width: 185.6px;
    min-width: 185.6px; }
    .gform_page_fields table .dh-table-heading h3 {
      font-size: 1em;
      font-weight: 700;
      display: inline-block;
      margin: 0; }
    .gform_page_fields table .dh-table-heading small {
      font-size: 0.8em;
      display: inline-block; }
  .gform_page_fields table .ginput_product_price_label {
    display: none; }
  .gform_page_fields table .gfield_select {
    float: right; }
  .gform_page_fields table .dh-product-option {
    width: 185.6px;
    min-width: 185.6px; }
  .gform_page_fields table .dh-table-col,
  .gform_page_fields table .dh-table-dimensions {
    width: 155.6px;
    min-width: 155.6px; }
  .gform_page_fields table .dh-table-col {
    font-weight: 800;
    width: 130px;
    min-width: 130px; }
  .gform_page_fields table .gfield_price .gfield_label {
    display: none; }
  .gform_page_fields table td {
    padding: 20px 30px;
    width: 95.6px;
    min-width: 95.6px;
    height: 54px; }
.gform_page_fields .gfield_html {
  max-width: 100% !important; }
.gform_page_fields .gsection {
  display: none; }
.gform_page_fields .basic-info {
  display: inline-block;
  border: none !important; }

.online-form .button-table-center {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center; }
  .online-form .button-table-center .button-container {
    display: inline-block; }
.online-form .disable-table {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  height: 100%;
  width: 100%;
  z-index: 9; }
.online-form .gform_next_button {
  margin-right: 0 !important; }
.online-form .gform_page_footer {
  width: 100% !important; }
.online-form .gform_page_fields .gsection_description {
  color: #E36661; }
.online-form .gform_page_fields .underline {
  display: block;
  height: 3px;
  width: auto; }
.online-form .gform_page_fields .underline_blue {
  background-color: #0063B0; }
.online-form .gform_page_fields .underline_yellow {
  background-color: #FEBB0C; }
.online-form .gform_page_fields .underline_red {
  background-color: #E52F2B; }
.online-form .gform_page_fields li {
  position: relative; }
.online-form .gform_page_fields .online-section-cat {
  display: block;
  border: none; }
  .online-form .gform_page_fields .online-section-cat .gsection_title {
    text-align: left; }
.online-form .gform_page_fields .gsection {
  margin-bottom: 0; }
.online-form .gform_page_fields .gsection_title {
  color: #4E4E4E; }
.online-form .gform_page_fields table .dh-table-heading {
  width: 155.6px;
  min-width: 155.6px; }
.online-form .gform_page_fields table .dh-table-col {
  width: 215.6px;
  min-width: 215.6px;
  position: relative;
  font-weight: 600; }
  .online-form .gform_page_fields table .dh-table-col small {
    color: #4E4E4E; }
  .online-form .gform_page_fields table .dh-table-col sup {
    z-index: 1;
    position: absolute;
    top: 40%;
    right: 10%;
    text-transform: uppercase;
    font-size: 9px; }
.online-form .gform_page_fields table .big_number {
  font-size: 2.2em; }
.online-form .gform_page_fields table .dh-table-dimensions {
  width: 90.6px;
  min-width: 90.6px; }
.online-form .gform_page_fields table .dh-product-option {
  width: 215.6px;
  min-width: 215.6px; }
.online-form .gform_page_fields .preview {
  color: #87C1CF;
  cursor: pointer; }

#gform_page_1_1 .gform_page_fields {
  color: #4E4E4E; }
  #gform_page_1_1 .gform_page_fields .dh-table-col {
    color: #4D4D4D; }
#gform_page_1_1 .big_number {
  font-size: 1.3em; }

.gform_wrapper .ginput_complex.ginput_container {
  overflow: visible !important; }

.gform_wrapper .gform_page_footer {
  margin: 0 !important;
  border: 0 !important; }

.dahong-widget-container h1 {
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0; }
.dahong-widget-container h2 {
  text-align: center;
  font-weight: 400;
  margin-top: 0; }
.dahong-widget-container .gform_page_fields .gfield input {
  border-radius: 4px;
  outline: none;
  border: 1px solid #ccc; }
.dahong-widget-container .gform_page_fields #gf_coupon_code_1,
.dahong-widget-container .gform_page_fields #gf_coupon_code_2 {
  line-height: 37px;
  padding-top: 5px; }

#gf_coupons_container_1 .button,
#gf_coupons_container_2 .button {
  margin-top: 0; }

.gform_wrapper .gform_page_footer {
  text-align: center; }

.fifty-fifty {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .fifty-fifty {
      width: 50%;
      float: left; } }

@media only screen and (min-width: 768px) {
  .last-column {
    float: right; } }

.left-half {
  width: 100%;
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .left-half {
      float: left;
      width: 25%; } }

.right-half {
  width: 100%;
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .right-half {
      float: right;
      width: 55%; } }

@media only screen and (min-width: 768px) {
  .left-half-margin-in {
    margin-top: 10%;
    margin-left: 10%; } }

@media only screen and (min-width: 768px) {
  .right-half-margin-in {
    margin-top: 3%;
    margin-right: 10%; } }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear {
  clear: both; }

.responsive-image {
  max-width: 100%;
  height: auto;
  display: block; }

.center {
  margin: 0 auto;
  text-align: center; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.copyright {
  color: #fff;
  text-align: left;
  font-size: 11px; }

.icon-pinterest {
  background: url("assets/avert/dg_spritesheet.png") no-repeat -192px -76px;
  width: 38px;
  height: 38px; }

.icon-instagram {
  background: url("assets/avert/dg_spritesheet.png") no-repeat -144px -76px;
  width: 38px;
  height: 38px; }

.icon-google_plus {
  background: url("assets/avert/dg_spritesheet.png") no-repeat -96px -76px;
  width: 38px;
  height: 38px; }

.icon-facebook {
  background: url("assets/avert/dg_spritesheet.png") no-repeat -48px -76px;
  width: 38px;
  height: 38px; }

.icon-twitter {
  background: url("assets/avert/dg_spritesheet.png") no-repeat 0 -76px;
  width: 38px;
  height: 38px; }

.social-icon {
  padding-left: 2%;
  padding-right: 2%; }

.dropdown-arrow-sprite, .sod_select:after {
  background: url("assets/dahong-icons2.png") no-repeat -7px -6px;
  width: 12px;
  height: 6px; }

.checkmark-sprite {
  background: url("assets/dahong-icons2.png") no-repeat -7px -25px;
  width: 13px;
  height: 10px; }

.gform_ajax_spinner {
  display: none; }

.sod_select:after {
  content: "";
  top: auto;
  bottom: 12px; }

.dh-terms {
  margin-top: 2%;
  font-size: 0.8em; }
  .dh-terms a {
    text-decoration: none;
    color: #007CBE; }

.dh-heading-online h1 {
  color: #4E4E4E; }
.dh-heading-online h2 {
  color: #4E4E4E; }

.container-relative {
  position: relative; }

.button {
  position: relative;
  display: inline-block;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  margin-top: 23px;
  text-decoration: none;
  border: 0;
  padding: 14px 20px 18px;
  color: #FFFFFF;
  font-size: 15px; }
  .button:active {
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
    top: 3px; }
    .button:active span {
      padding-bottom: 15px; }

.value-list {
  font-size: 0.9em;
  padding: 0; }

.button-blue, .gform_body input[type="button"] {
  background-color: #007CBE; }

/*# sourceMappingURL=style.css.map */
