/*
Theme Name: Paradise Parasail Theme
Theme URI: http: //paradiseparasail.com/
Description: This is a custom child theme for Salient
Author: Crush Creative Lab
Author URI: http: //crushcreativelab.com/
Template: salient
Version: 0.1
*/

body { color: #222; }

body h2 { color: #15d0ff; }

.divider-border {
    border-bottom: 2px dotted #ffcc00;
}

html body #header-outer.transparent[data-transparent-header="true"], body #header-outer {
    background-color: rgba(0,0,0,0.5) !important;
}

.swiper-slide, body #page-header-bg h1, body #page-header-bg .subheader {
    text-shadow: 0 0 2px #222222;
}

#header-secondary-outer nav > ul > li > a { font-size: 16px !important; }

#footer-outer .widget h4 { font-size: 14px; }

#footer-outer a { color: #15d0ff !important; }

h1.pp-hand { color: rgba(255,255,255,0.9) !important; font-family: 'Cabin Sketch', cursive; font-size: 4em; text-transform: lowercase; text-shadow: 0 0 5px #5e4e46; }

#awesomeweatherwidget-4 { margin-bottom: 10px !important; }

.wpcf7-form { font-family: 'Lovelo', sans-serif; text-transform: uppercase; }

.wu-forecast-wrapper .wu-day-title { color: #fff !important; }

/* To make Salient theme's "Secondary Header Text" display
 * without overlapping the phone numbers.
 * */
@media only screen and (min-width : 1000px) {
    body #header-secondary-outer .nectar-center-text {
        position: static;
        -webkit-transform: none;
        transform: none;
        padding: 15px 0 5px;
        max-width: none;
    }
    #header-secondary-outer ul {
        height: auto;
        float: none;
        text-align: center;
        padding: 5px 0 5px;
    }
    .sf-menu li {
        display: inline-block;
        float: none;
    }
}
