/*
Theme Name: Wilbur Yachts
Author: Neil Arnold
Author URI: http://www.neilarnold.com/
Description: Child Theme for Wilbur Yachts
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/


/* Home --- --- --- */

.row-shrink-margins .vc_column-inner {
    padding-left: 5px;
    padding-right: 5px;
}

.shortcode-banner h1, .shortcode-banner h2, .shortcode-banner h3 {
    color: #ffffff !important;
    font-size: 36px;
    line-height: 1em;
    margin: 30px 0 70px 0;
}

.shortcode-banner p a {
    border: solid 2px #ffffff;
    border-radius: 20em;
    font-size: 16px;
    padding: 2px 10px;
    color: #ffffff !important;
    text-decoration: none;
    display: inline-block;
}

.testimonial-item:not(.testimonial-item-slider), .testimonial-item .ts-viewport, .bg-on.team-container {

}
.stripe-style-1 h2 {
    font-size: 100px;
    line-height: 1em;
}

.stripe-style-1 a.dt-btn {
    background-color: transparent !important;
    border-color: #ffde94 !important;
}

.stripe-style-1 a.dt-btn span {
    color: #ffde94 !important;
}

.row-intro {
    font-size: 20px;
    margin: 0 20px;
}

body.home .gform_wrapper {
    margin: 0;
}
body.home .gform_wrapper ul li.gfield {
    margin-top: 0;
}
body.home .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  margin-bottom: 0;
  color: #999999;
  position: relative;
  top: -10px;
}
body.home .gform_wrapper .gfield_required {
  color: #ff0000 !important;
}
body.home .gform_wrapper .gform_footer input[type="submit"] {
  line-height: 38px;
  background-color: transparent;
  border-style: solid !important;
  border-width: 3px !important;
}
body.home .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: transparent !important;
}
/* END - Home --- --- --- */

/* Page Header Region (Fancy Header) --- --- --- */

#fancy-header .wf-td {
    vertical-align: bottom;
    z-index: 2;
    position: relative;
}

#fancy-header {
    position: relative;
}

#fancy-header::after {
    background-color: #386c93;
    bottom: 0;
    content: "";
    display: block;
    height: 70px;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    z-index: 1;
}

#fancy-header h1.fancy-title span {
    text-transform: uppercase;
    color: #ffffff !important;
}

#fancy-header ol.breadcrumbs {
    padding-bottom: 22px;
}
#fancy-header ol.breadcrumbs li {
    color: #ffffff !important;
}

@media (min-width: 768px) {
    .fancy-header .wf-td {
        width: 30%;
    }
    .fancy-header .wf-td.hgroup {
        width: 70%;
    }
}

@media (max-width: 767px) {
    #fancy-header::after {
        height: 100%;
    }
    #fancy-header .breadcrumbs {
        padding-bottom: 0;
        margin: 20px 0 0 0;
    }
}


/* END - Page Header Region (Fancy Header) --- --- --- */

/* Testimonials --- --- --- */
.testimonial-item:not(.testimonial-item-slider), .testimonial-item .ts-viewport, .bg-on.team-container {
    background-color: transparent;
}
/* END - Testimonials --- --- --- */

/* Boats --- --- --- */
body.portfolio .type-dt_portfolio h3.entry-title {

}
body.portfolio .type-dt_portfolio h3.entry-title a {
  color: #333333;
  font-size: 30px;
  font-weight: 300;
}

body.single-portfolio  .content ul {
    -moz-column-count: 2;
    column-count: 2;
}

body.single-portfolio .wf-1-3 { width: 66.6667%; }
body.single-portfolio .wf-2-3 { width: 33.3333%; }

@media (max-width: 480px) {
    body.single-portfolio  .content ul {
        -moz-column-count: 1;
        column-count: 1;
    }
}
body.single-portfolio .content img.vc_single_image-img,
body.single-portfolio .content img.size-full {
  background-color: #ffffff;
  padding: 2px;
  border: solid 2px #cfc5b8;
}
/* END - Boats --- --- --- */

/* News --- --- --- */
.single .post:not(.type-event) .post-thumbnail {
    margin-bottom: 65px;
}
/* END - News --- --- --- */

/* Footer --- --- --- */

#footer .widget a {
    color: #ffffff;
    text-decoration: none;
}

.footer ul.menu {
    -moz-column-count: 2;
    column-count: 2;
}
.footer ul.menu li {
    border: none;
    margin: 0;
    padding: 0;
}


/* END - Footer --- --- --- */


/* Theme Overrides --- --- --- */
.gform_button, .button,
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style) {
    border: 3px solid #867a66 !important;
}
.blog .details.more-link {
    color: #867a66;
    border: 3px solid #867a66 !important;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 10px 20px !important;
}
.blog .details.more-link:before { display: none; } 

.larger-text {
  font-size: 28px;
  line-height: 1.6em;
}

img.alignnone {
  background-color: #ffffff;
  padding: 2px;
  border: solid 2px #cfc5b8;
}
img.noborder {
  padding: 0;
  border: none;
  background-color: transparent;
}

hr {
    border: 0;
    height: 1px;
    background-color: #cfc5b8;
    margin: 20px 0 15px 0;
}

/* END - Theme Overrides --- --- --- */
