/*
Theme Name: CAD WP Base Theme
Theme URI: http://github.com/cad-uix/cad-wp-theme.git
Author: Marcel Badua
Author URI: http://marcelbadua.com/
Description: Custom A Design Wordpress Theme Framework utilizes the use of bower and gulp. to be used for bootstrap and it's powerful LESS files
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, LESS, bower, gulp
Text Domain: oracle

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
    font-family: hn_light;
    src: url(fonts/HelveticaNeueLight.ttf);
}

body {
	max-width: 1920px;
	margin: auto;
	font-family: 'Lato', sans-serif;
}

#page-wrap {
	overflow: hidden;
}

a {
	transition: all .3s;
}

.s_title {
    font-family: 'hn_light';
    font-size: 45px;
}

.flex-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.btn {
    border: none;
    border-radius: 0;
    font-size: 16px;
    padding: 15px 25px;
}

#main_header {
    position: fixed;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 1920px;
    padding: 20px 0;
    z-index: 2;
    transition: all .3s;
}

body:not(.home) #main_header {
	background-color: #345aa9;
}

#main_header.scrolled {
    padding: 5px 0;
    background-color: #345aa9;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

#main_header .site_logo {
    display: table;
    transition: all .3s;
}

#main_header .site_logo:hover, #main_header .site_logo:focus {
	transform: scale(.95);
}

#main_header .header_nav {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#main_header .header_nav > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

#main_header .header_nav > li > a {
    display: table;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    padding: 5px 0;
    text-decoration: none;
}

#main_header .header_nav > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #ffffff;
    transition: all .3s;
}

#main_header .header_nav > li > a:hover:after, #main_header .header_nav > li > a:focus:after, #main_header .header_nav > li.active > a:after {
	width: 20px;
}

#main_header .contact_number {
    display: block;
    text-align: right;
    font-size: 18px;
    color: #ffffff;
}

#main_header .contact_number .fas {
    background-color: #939393;
    font-size: 14px;
    height: 26px;
    width: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border-radius: 100%;
    overflow: hidden;
}

#main_header .contact_number a {
    color: #ffffff;
    text-decoration: none;
}

#main_header .contact_number a:hover, #main_header .contact_number a:focus {
	color: #5cb85c;
}

#banner_section {
    position: relative;
}

#banner_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: -moz-linear-gradient(top, rgba(44,69,99,1) 0%, rgba(44,69,99,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(44,69,99,1) 0%,rgba(44,69,99,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(44,69,99,1) 0%,rgba(44,69,99,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c4563', endColorstr='#002c4563',GradientType=0 ); /* IE6-9 */
    mix-blend-mode: multiply;
    z-index: 1;
}

#banner_section .bannerSlider .item .fake_image {
    height: 850px;
    background-size: cover;
    background-position: center;
}

#banner_section .container {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
}

#banner_section .container h2 {
    font-size: 25px;
    color: #ffffff;
}

#banner_section .container h2 span {
    display: block;
    font-size: 40px;
}

#banner_section .container .content {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}

#banner_section .container .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

#banner_section .container .vid_link {
    display: table;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
}

#banner_section .container .vid_link:hover, #banner_section .container .vid_link:focus {
    color: #00ff00;
}

#availability_section form {
    background-color: #ffffff;
    padding: 30px 0;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
    transform: translateY(-60px);
}

#availability_section form .form-group {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 30px;
    border-right: solid 1px #DDDDDD;
}

#availability_section form .form-group label {
    font-family: 'hn_light';
    font-size: 20px;
    font-weight: 400;
    color: #3359A9;
    margin-bottom: 30px;
}

#availability_section form .form-group select {
    font-family: 'hn_light';
    font-size: 35px;
    height: auto;
    border: none;
    box-shadow: unset;
    padding: 0;
}

#availability_section form .form-group #adults, #availability_section form .form-group #kids {
    width: 140px;
    max-width: 100%;
}

#availability_section form .btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px;
    transition: all .3s;
}

#about_section {
    background-image: url(images/img-1-shadow.jpg);
    background-size: auto;
    background-position: center left;
    background-repeat: no-repeat;
    padding: 50px 0;
}

#about_section img {
    margin-left: auto;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
}

#about_section .s_title {
    margin: 0;
    margin-bottom: 30px;
    color: #3359A9;
}

#about_section .about_content {
    font-size: 18px;
    color: #5A5A5A;
    line-height: 1.75;
    margin-bottom: 50px;
}

#about_section .about_content p {
    margin-bottom: 1em;
}

#ee_section {
    padding: 50px 0;
}

#ee_section .s_title {
    margin: 0;
    margin-bottom: 30px;
    color: #3359A9;
}

#ee_section .ee_content {
    font-size: 18px;
    color: #5A5A5A;
    line-height: 1.75;
    margin-bottom: 50px;
}

#ee_section .ee_content p {
    margin-bottom: 1em;
}

#ee_section .ee_image {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#ee_section .ee_image .item {
    /*width: 327px;*/
    width: 47%;
    max-width: 100%;
    display: inline-block;
    /*margin: 5px;*/
    margin: 1%;
}

#ee_section .ee_image .item .fake_image {
    padding-top: 87.76%;
    background-size: cover;
    background-position: center;
    position: relative;
    filter: grayscale(1);
    transition: all .3s;
}

#ee_section .ee_image .item .fake_image:hover {
	filter: grayscale(0);
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
	transform: translateX(-4px) translateY(-4px);
}

#ee_section .ee_image .item .fake_image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 15px #ffffff;
    opacity: 0;
    transition: all .3s;
}

#ee_section .ee_image .item .fake_image:hover:after {
	opacity: 1;
}

#counter_section {
    padding: 50px 0;
}

#counter_section .counter_container {
    width: 267px;
    height: 267px;
    border: solid 17px rgba(52, 90, 169, .2);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 15px auto;
    transition: all .3s;
}

#counter_section .counter_container:hover {
	border-color: rgba(92, 184, 92, .3);
}

#counter_section .counter_container .number {
    font-size: 36px;
    color: #3359A9;
    transition: all .3s;
}

#counter_section .counter_container:hover .number {
	color: #5cb85c;
	transform: scale(1.1);
}

#counter_section .counter_container .title {
    font-size: 16px;
    color: #8D8D8D;
    transition: all .3s;
}

#counter_section .counter_container:hover .title {
	color: #5cb85c;
	transform: scale(1.1);
}

#location_section {
    padding: 50px 0;
    position: relative;
}

#location_section .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#location_section .blue_bg {
    padding: 50px 0;
    position: relative;
}

#location_section .blue_bg:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    width: 100vw;
    background-color: #345AA9;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

#location_section .blue_bg > div {
    position: relative;
}

#location_section .s_title {
    margin: 0;
    margin-bottom: 30px;
    color: #ffffff;
}

#location_section .location_content {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.75;
    margin-bottom: 50px;
}

#location_section .location_content p {
    margin-bottom: 1em;
}

#testimonials_section {
    margin-top: 50px;
}

#testimonials_section .test_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#testimonials_section .test_top .s_title {
    margin: 0;
    color: #3359A9;
}

#testimonials_section .test_top .test_control {
    margin: 0;
    padding: 0;
    list-style: none;
}

#testimonials_section .test_top .test_control li {
    display: inline-block;
}

#testimonials_section .test_top .test_control li a {
    display: table;
    padding: 5px 10px;
    color: #595959;
}

#testimonials_section .test_top .test_control li a:hover, #testimonials_section .test_top .test_control li a:focus {
    background-color: #345AA9;
    color: #ffffff;
}

#testimonials_section .testimonialSlider .item > div {
    display: flex;
    align-items: flex-start;
    margin: 40px 0;
    height: 250px;
}

#testimonials_section .testimonialSlider .item .img_container {
    width: 190px;
    max-width: 100%;
    margin-right: 50px;
}

#testimonials_section .testimonialSlider .item .img_container .fake_image {
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
}

#testimonials_section .testimonialSlider .item .testimonial_content {
    flex: 1;
}

#testimonials_section .testimonialSlider .item .testimonial_content .title {
    font-size: 30px;
    color: #0572AC;
}

#testimonials_section .testimonialSlider .item .testimonial_content .client_name {
    font-size: 23px;
    color: #A5A5A5;
    font-style: italic;
    margin-bottom: 20px;
}

#testimonials_section .testimonialSlider .item .testimonial_content .content {
    font-size: 18px;
    color: #595959;
    line-height: 1.5;
}

#deals_section .dd_box {
    background-color: #ffffff;
    background-image: url(images/special-bg.jpg);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
    transform: translateY(50%);
    padding: 15px 0;
}

#deals_section .dd_box img {
    margin-left: auto;
}

#deals_section .dd_box .dd_title {
    font-family: 'hn_light';
    font-size: 35px;
    color: #345AA9;
    margin: 0;
    margin-bottom: 10px;
}

#deals_section .dd_box .dd_content {
    font-size: 18px;
    color: #595959;
}

#deals_section .dd_box .btn {
    display: table;
    margin: auto;
    margin-top: 50px;
}

#footer {
    background-color: #345AA9;
    padding-top: 175px;
    padding-bottom: 100px;
}

#footer h4 {
    font-size: 17px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

#footer .footer_nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .footer_nav > li {
    padding: 4px 0;
}

#footer .footer_nav > li > a {
    font-size: 17px;
    color: #ffffff;
    text-decoration: none;
}

#footer .footer_nav > li > a:hover, #footer .footer_nav > li > a:focus, #footer .footer_nav > li.active > a {
    color: #51B7ED;
}

#footer .island_features {
    font-size: 17px;
    color: #ffffff;
}

#footer .footer_logo {
    display: table;
    margin: auto;
}

#footer .footer_logo:hover, #footer .footer_logo:focus {
	transform: scale(.95);
}

#footer .contact_number {
    font-size: 17px;
    color: #ffffff;
    margin: 10px 0;
}

#footer .contact_number a {
    color: #ffffff;
    text-decoration: none;
}

#footer .contact_number a:hover, #footer .contact_number a:focus {
    color: #5cb85c;
}

#footer .copyright {
    display: block;
    text-align: center;
    margin-top: 50px;
    color: #ffffff;
}

#footer .socials {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 10px;
}

#footer .socials li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

#footer .socials li a {
    color: #51B7ED;
}

#footer .socials li a:hover, #footer .socials li a:focus {
    color: #ffffff;
}

.wcContainer .wcWindowTitle, .wcContainer .wcControls .wcCurrentUserName {
    color: #ffffff !important;
}