/*
Theme Name: SetSail
Theme URI: http://setsail.qodeinteractive.com
Description: Travel Agency Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Text Domain: setsail
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.7
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/* Logo */
.qodef-vertical-align-containers .qodef-position-left .qodef-position-left-inner img {
    height: 80%;
    margin-top: 5px;
}

/* Main Menu */
.qodef-main-menu > ul > li > a {
    padding: 0 17px;
    font-size: 12px;
}

.qodef-menu-center .qodef-position-center .qodef-position-center-inner {
    padding-left: 311px;
}

@media only screen and (max-width: 1100px) {

    /* Logo */
    .qodef-vertical-align-containers .qodef-position-left .qodef-position-left-inner img {
        width: 100%;
        height: 70%;
        margin-top: 8px;
    }

    /* Main Menu */
    .qodef-main-menu > ul > li > a {
        padding: 0 10px;
        font-size: 12px;
    }

    .qodef-menu-center .qodef-position-center .qodef-position-center-inner {
        padding-left: 206px;
    }
}

.qodef-page-content-is-boxed.qodef-content-overlapping .qodef-tour-item-single-holder .qodef-tabs .qodef-tabs-nav {
    background: color(srgb 0 0.6078 0.4785);
}

.qodef-tour-item-single-holder .qodef-tabs .qodef-tabs-nav li a {
    background: color(srgb 0 0.6078 0.4785);
    color: white;
    border-right: 1px solid white;
}

.qodef-tour-item-single-holder .qodef-tabs .qoŌdef-tabs-nav li:last-child a {
    border-right: 0;
}

.qodef-tour-item-single-holder .qodef-tabs .qodef-tabs-nav li.ui-state-active a {
    background: #f47c20;
}

.qodef-tour-item-single-holder .qodef-tabs .qodef-tabs-nav li a:hover {
    background: color(srgb 0.4353 0.8628 0.8746);
}

.qodef-tour-item-single-holder .qodef-tabs .qodef-tabs-nav li.ui-state-active a:hover {
    background: #f47c20;
}


/****
 * Single Destinations
 */
.single-destinations .our-tours-section .section-title {
    text-align: center;
}

/**
 * Footer Widgets
 */
.widget.qodef-contact-form-7-widget form label,
.widget.qodef-contact-form-7-widget .wpcf7-list-item .wpcf7-list-item-label{
    color: white;
}