/*
Theme Name: Siargao Joiner Tour
Theme URI: https://www.siargaojoinertour.com
Author: Reiner Evangelista
Author URI: http://www.creativeweblogic.com
Description: 2019 web design layout.
Version: 1.0
*/

@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(//fonts.googleapis.com/css?family=Cookie);

html {
    height: 100%;
}

body {
    height: 100%;
    font: 400 15px "Open Sans",sans-serif;
    color: #333333;
    background: #ffffff;
    background: #ffffff url(img/bg-sand.jpg);
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

a {
    text-decoration: none;
    color: #0f3985;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #333333;
}

h1 {
    font-size: 1.5em;
    font-weight: 700;
    color: #000000;
    margin-bottom: 45px;
}

h1 strong {
    font-family: Cookie;
    font-size: 4em;
    font-weight: 300;
    display: block
}

h2 {
    font-size: 3.5em;
    font-weight: 600;
}

h3 {
    font-size: 2.5em;
    font-weight: 600;
}

h4 {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.035em;
}

h5 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.035em;
}

h6 {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.035em;
}

p {
    font-size: 1em;
    line-height: 1.75;
    color: #000000;
    margin-bottom: 20px;
}

img {
    max-width: 100%; height: auto;
}

.btn-cta {
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    background: #82cddf;
    padding: 15px 25px;
    margin-top: 15px;
    border: 0;
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    white-space: nowrap;
    transition: all 0.3s ease-in-out !important;
}

.btn-cta:hover {
    color: #fff;
    background: #42a5c3;
}

.btn-submit {
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    background: #512c1e;
    padding: 15px 25px;
    margin-top: 15px;
    border: 0;
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    white-space: nowrap;
    box-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
    transition: all 0.3s ease-in-out !important;
}

.btn-submit:hover {
    color: #ffffff;
    background: #000000;
}


/*MAIN
--------------------------------------------------*/
.cw-main {
    width: 100%; min-height: 100%;
    padding: 20px 30px 20px 30px;
    display: flex
}

.container {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
}

header {
    margin-bottom: 50px;
}


/*HOLDER
--------------------------------------------------*/
.cw-holder {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap
}

.cw-holder h6 {
    margin-bottom: 20px;
}

.cw-holder .column {
    width: 25%;
    padding: 30px 15px;
    display: flex;
}

.cw-holder .column.half {
    width: 37.5%;
}

.cw-holder .column .js-tilt:before {
    content: "";
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.2);
    position: absolute; left: 0; top: 0;
    transition: all 0.3s ease-in-out;
}

.cw-holder .column .js-tilt:hover:before {
    background: rgba(0,0,0,0);
}

.cw-holder .column .inner-tilt {
    width: 100%; height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
/*     transform: translateZ(100px) scale(0.7); */
}


/*SIDEBAR
--------------------------------------------------*/
.cw-holder .sidebar {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.cw-holder .sidebar .logo {
    padding-top: 15px;
    position: relative; left: -5px;
}

.cw-holder .sidebar .content {
    padding: 50px 30px 15px 0;
}

.cw-holder .sidebar .content h1 {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.035em;
    margin-bottom: 20px;
}

.cw-holder .sidebar .content .back {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #512c1e;
    margin-top: 45px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.cw-holder .sidebar .content .back:hover {
    color: #000000;
}

.cw-holder .sidebar .content .back:before {
    content: url(img/arrow.svg);
    width: 13px; height: 11px;
    margin-top: -1px;
    margin-right: 5px;
    display: inline-block;
}

.cw-holder .sidebar .content ul {
    padding-top: 10px;
    padding-left: 20px;
}

.cw-holder .sidebar .content ul li {
    font-size: 12px;
    margin-bottom: 5px;
}

.cw-holder .sidebar .content hr {
    border-color: #512c1e;
    opacity: 0.1;
}


/*PACKAGES
--------------------------------------------------*/
.cw-holder .package {
    width: 100%;
    background: #f1f1f1;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 30px;
	border-radius: 6px;
	overflow: hidden;	
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transform-style: preserve-3d;
    transform: perspective(300px);
}

.cw-holder .package .price {
    width: 100%;
    font-size: 2.5em;
    font-family: Cookie;
    font-weight: 800;
    text-align: right;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    color: #ffffff;
    padding-top: 15px;
    margin-bottom: 50%;
    position: relative;
}

.cw-holder .package .price small {
    font-size: 14px;
}

.cw-holder .package .title {
    width: 100%;
    padding: 0 5%;
    position: relative;
}

.cw-holder .package .title img {
    margin-bottom: 30px;
}

.cw-holder .package .title h2 {
    font-size: 1.75em;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    color: #ffffff;
    margin-top: 0;
}

.cw-holder .package .title ul {
    padding: 0 0 0 20px;
    margin: 0 0 30px 0;
}

.cw-holder .package .title ul li {
    font-size: 0.9em;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    color: #f1f1f1;
    padding: 2px 0;
}

.cw-holder .package .book-now {
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 10px;
    margin-left: 20px;
    border: 1px solid #ffffff;
    display: inline-flex;
}


/*SLIDER
--------------------------------------------------*/
.cw-slider {
    width: 100%; height: 100%;
    padding: 0 !important;
	border-radius: 6px;
	overflow: hidden;	
    transform-style: preserve-3d;
    transform: perspective(300px);
}

.cw-slider .cycle-slideshow {
    width: 100%; height: 100%;
}

.cw-slider .item {
    width: 100%; height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.cw-slider .item .content {
    width: 100%; height: 100%;
    color: #ffffff;
    background-image: linear-gradient(to top,rgba(0,0,0,0.25),rgba(0,0,0,0));
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end
}

.cw-slider .item .content h3 {
    width: 100%;
    font-family: Cookie;
    font-size: 2em;
    font-weight: 100;
    text-align: right
}

.cw-slider .item .content p {
    color: #ffffff;
}


/*FORM
--------------------------------------------------*/
.cw-form {
    width: 100%;
    padding: 30px;
}

.cw-form h2 {
    font-family: Cookie;
    font-size: 4.5em;
    font-weight: 100;
    text-align: center;
    color: #512c1e;
    text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
    background: url(img/header-border.svg) center bottom no-repeat;
    background-size: 75%;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.cw-form label {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #512c1e;
    margin-bottom: 2px;
}

.cw-form hr {
    border-color: #512c1e;
    opacity: 0.25;
}

.cw-form .form-group {
    margin-bottom: 5px;
}

.cw-form .form-control {
    font-size: 0.9em;
    color: #000000;
    background: rgba(151,96,54,0.4);
    border: 0;
    border-radius: 3px;
    box-shadow: none !important;
}

.cw-form .form-control:focus {
    border-color: #56a0d5;
}

.cw-form textarea {
    height: 120px;
}

.cw-form select {
	font-size: 0.9em;
    color: #999999;
}

.cw-form select option {
    color: #555555;
}

.cw-form .form-inline .form-group {
	margin-bottom: 0;
}

.cw-form label.large {
	font-size: 15px;
	text-transform: none;
}

.cw-form input[type=radio] {
	margin: 0 5px 0 0;
	position: relative; top: 1px;
}

.cw-form .wpcf7-radio {
	margin: 0;
}

.cw-form .wpcf7-radio label {
	font-weight: 800;
	display: inline-flex;
	align-items: center;
}

.cw-form .option_calendar {
	margin-top: 10px;
	display: none;
}

.cw-form .form-flex {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.cw-form .captcha {
    margin: 0 0 10px 0;
}

.cw-form .wpcf7-form-control-wrap {
	position: static;
}

.cw-form span.required {
    font-family: "Times New Roman";
    font-size: 14px;
    line-height: 1;
    color: #ff321a;
}

.cw-form .buttons .btn {
    margin: 0;
}

.cw-form .note {
    color: #512c1e;
}

span.wpcf7-not-valid-tip {
    font-size: 11px;
    margin-top: 5px;
}

.cw-form .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cw-form .phone {
	text-align: center;
}


.cw-form .phone strong {
	margin-bottom: 10px;
	display: inline-block;
}

.cw-form .phone p {
	font-size: 12px;
}


/*FOOTER
--------------------------------------------------*/
footer {
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    padding: 0 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 100
}

footer .social {
    padding: 0; margin: 0;
    display: flex;
    align-items: center;
}

footer .social li {
    list-style: none;
    margin-right: 15px;
}

footer .social li a img {
    width: auto; height: 30px;
}

footer .social li a:hover img {
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
}

footer .right {
    line-height: 1;
    flex-grow: 1;
    text-align: right
}


/*404
--------------------------------------------------*/
.cw-404 {
	width: 100%;
    text-align: center;
    padding: 120px 0
}

.cw-404 .container {
	flex-direction: column;
	align-items: center;
}

.cw-404 h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    color: #a0a09f;
    margin-bottom: 18px;
}

.cw-404 h2 strong {
    font-size: 5em;
    display: block;
}

.cw-404 p {
    font-size: 1.25em;
    font-weight: 300;
    text-align: center;
    color: #666666;
    margin-bottom: 45px;
}


/*ANIMATION
--------------------------------------------------*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}

@-webkit-keyframes flipInXX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInXX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInXX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInXX;
    animation-name: flipInXX;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}


@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}


@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}


@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    40%,
    43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
    }
  
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
    }
  
    90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
    }
  }
  
  @keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    40%,
    43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
    }
  
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
    }
  
    90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
    }
  }
  
  .bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }



@media handheld, only screen and (max-width: 1200px) {
    body {
        font-size: 13px
    }


    /*MAIN (960)
    --------------------------------------------------*/
    .cw-main {
        padding: 20px 15px 20px 15px;
    }
    
    .container {
        width: 100%;
    }


    /*HOLDER (960)
    --------------------------------------------------*/
    .cw-holder {
        margin: 0 -10px;
    }

    .cw-holder .column {
        width: 33.33%;
        padding: 30px 10px;
    }
    
    .cw-holder .column.half {
        width: 50%;
    }

    .full-sm {
        width: 100% !important;
    }
    


    /*SIDEBAR (960)
    --------------------------------------------------*/
    .cw-holder .sidebar {
        text-align: center
    }

    .cw-holder .sidebar .content {
        padding: 30px 0 15px 0;
    }


    /*PACKAGES (960)
    --------------------------------------------------*/
    .cw-holder .package {
        min-height: 600px;
    }


    /*SLIDER (960)
    --------------------------------------------------*/
    .cw-slider {
        width: 100%;
        min-height: 500px;
    }

}
@media (min-width: 768px) and (max-width: 979px) {
    body {
        font-size: 12px
    }

    /*MAIN (Tablets)
    --------------------------------------------------*/
    .container {
        width: 95%;
    }


    /*HOLDER (Tablets)
    --------------------------------------------------*/
    .cw-holder {
        margin: 0 -10px;
    }

    .cw-holder .column {
        width: 33.33%;
        padding: 30px 10px;
    }

    .cw-holder .column.half {
        width: 100%;
    }
    
    .full-sm {
        width: 100% !important;
    }


    /*SIDEBAR (Tablets)
    --------------------------------------------------*/
    .cw-holder .sidebar {
        text-align: center
    }

    .cw-holder .sidebar .content {
        padding: 30px 0 15px 0;
    }


    /*PACKAGES (Tablets)
    --------------------------------------------------*/
    .cw-holder .package {
        min-height: 600px;
    }
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 11px
    }

    /*MAIN (Mobile Landscape)
    --------------------------------------------------*/
    .cw-main {
        padding: 20px 0;
    }

    .container {
        width: 100%;
    }


    /*HOLDER (Mobile Landscape)
    --------------------------------------------------*/
    .cw-holder .column {
        width: 100% !important;
    }


    /*SIDEBAR (Mobile Landscape)
    --------------------------------------------------*/
    .cw-holder .sidebar {
        text-align: center
    }

    .cw-holder .sidebar .content {
        padding: 30px 0 15px 0;
    }


    /*FOOTER (Mobile Landscape)
    --------------------------------------------------*/
    footer {
        padding: 0 0 30px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    footer .left {
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }

    footer .right {
        width: 100%;
        line-height: 1.5;
        text-align: center;
    }

    footer .social {
        justify-content: center;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 480px) {
    body {
        font-size: 11px
    }
}