/*
Theme Name: Boat
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Elegant
Template: Divi  
*/

@import url("../Divi/style.css");
/*============================= Header =============================*/
header#main-header {
    background: transparent;
    box-shadow: none;
}
/*============================= General CSS - Font =============================*/
body .entry-content h1 {
    font-size: 75px;
}
body .entry-content h2 {
    font-weight: 400;
    font-size: 31px;
}
body .entry-content h3 { 
    font-size: 26px;
    font-weight: 100;
}
body .entry-content h4 { 
    font-size: 24px;
}
body .entry-content h5 {
    color: #fff;
    font-size: 25px; 
}
body .entry-content h6 {
    font-size: 19px;
} 
.video-bg .et_pb_row {
    margin: 0 auto!important;    
}

.video-banner .banner-search {
    margin-top: 30vh;
    padding-bottom: 70px!important;
}
/*============================= General CSS - Learn More Button =============================*/
.learn-more {
    width: 100%;
    max-width: 135px;
    margin-top: 20px;
}
.learn-more a {
    border-color: #ffac32;
    color: #fff;
    background-color: #ffac32;
    display: block;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
/*============================= General CSS - Search =============================*/
.search-section {
    background: #fff;
    width: 100%;
    max-width: 650px;
    margin: 20px auto 0;
    border-radius: 25px!important;
    border: 4px solid #fff;
}
.search-form input[type="text"] {
    width: 100%;
    font-size: 22px;
    border-radius: 25px 25px;
    font-weight: 100!important;
    padding: 11px 35px 11px 50px;
    border: none;
}
.search-section input[type="submit"] {
    width: 30%;
    font-weight: 100!important;
    color: #fff;
    font-size: 22px;
    border-radius: 0px 25px 25px 0px;
    padding: 11px 10px;
    background: #ffac32;
    border: 0px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
}
.search-form {
    position: relative;
    border-radius: 25px;
}
.search-form input::-webkit-input-placeholder {
    font-weight: 100!important;
}
/*============================= Header =============================*/
.mobile_menu_bar:before,
.mobile_menu_bar:after{
    color: #fff;
    font-size: 50px;
}
/*============================= Banner =============================*/
.banner {
    min-height: 885px;
    margin-top: -100px;
    width: 100%;
    overflow: visible!important;
}
.banner .et_pb_row_0.et_pb_row {
    margin-left: auto!important;
}
.banner-search {
    margin-top: 40vh;
    padding-bottom: 70px!important;
}
.banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6, .banner p {
    color: #fff;
    line-height: 1.7;
}
.banner .line-height-sml h1, 
.banner .line-height-sml h2, 
.banner .line-height-sml h3, 
.banner .line-height-sml h4, 
.banner .line-height-sml h5, 
.banner .line-height-sml h6, 
.banner .line-height-sml p { 
    line-height: 1;
}
.banner .et_pb_row_0.et_pb_row .et_pb_column {
    padding: 100px 0 0;
}
/*============================= Orange Button =============================*/
.orange-button a {
    display: block;
    font-size: 24px;
    padding: 10px 10px;
    border-color: #ffac32;
    color: #fff;
    text-align: center;
    background-color: #ffac32;
}
.orange-button {
    width: 100%;
    max-width: 210px;
}
/*============================= Strip =============================*/
.strip {
    position: relative;
    margin-top: 40px;
    height: 120px;
    background: url(http://boat2.cuidadomarketing.com/wp-content/uploads/2017/10/photo-strip.jpg) center center repeat-x;
    background-size: auto 100%;
    -webkit-animation: strip 100s infinite;
    animation: strip 100s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
/*============================= We Are Boat Setter =============================*/
.we-are-boatsetter h2 {
    padding-top: 20px;
    color: #fff;
    font-size: 48px;
    font-weight: 300;
}
.we-are-boatsetter p {
    font-size: 18px;
    color: #fff;
}
/*============================= Boat Rentals =============================*/
.boat-items {
    width: 31.33%;
    float: left;
    margin-bottom: 40px;
}
.boat-items:nth-child(3n+2) {
    margin: 0 3%;
}
.boat-items .left ul li {
    position: relative;
    list-style: none;
} 
.boat-items .left ul li.loc:before {
    content: '';
    background: url(http://boat2.cuidadomarketing.com/wp-content/uploads/2017/10/icon-location.png);
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    background-size: cover;
}
.boat-items .left ul li.day:before {
    content: '';
    background: url(http://boat2.cuidadomarketing.com/wp-content/uploads/2017/10/icon-halfday.png);
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    background-size: cover;
}

.boat-items .left ul li.captain:before {
    content: '';
    background: url(http://boat2.cuidadomarketing.com/wp-content/uploads/2017/10/icon-no-captain.png);
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    background-size: cover;
}
.boat-items .left ul li.capacity:before {
    content: '';
    background: url(http://boat2.cuidadomarketing.com/wp-content/uploads/2017/10/icon-capacity.png);    
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    background-size: cover;
}
.boat-items .left ul {
    padding-left: 0px;
}
.boat-content {
    padding: 16px;
    background: #fff;
    margin-top: -6px;
}
.boat-content .left {
    width: 60%;
    float: left;
}
.boat-content .right {
    width: 40%;
    float: left;
}
.boat-content .right .view a {
    display: block;
    border-color: #fe9700;
    color: #fff;
    text-align: center;
    background-color: #fe9700;
    margin-bottom: 0;
    font-weight: 400;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    user-select: none;
}
.boat-items .left ul li a {
    margin-bottom: 8px;
    font-size: 12px;
    padding-left: 30px;
}
.boat-items .left ul li:before {
    left: 0;
    top: 5px;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    background-size: cover;
} 
.find-boat {
    width: 100%;
    clear: both;
    max-width: 200px;
    margin: 0 auto;
}
.find-boat a {
    border: 1px solid #0072a0;
    color: #0072a0;
    display: block;
    background-color: transparent;
    border-radius: 2px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.find-boat a:hover {
    color: #fff; 
    background: #0072a0;   
}
/*============================= Single Pages =============================*/
.single #main-content {
    background-color: #f4f4f4;
}
.single .mobile_menu_bar:before, .single .mobile_menu_bar:after {
    color: #0073a1;
}
.single .entry-content {
    background-color: #FFF;
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 0px 0px 5px 5px!important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-top: 0px!important;
    margin-top: -3px;
}
/*============================= Footer - Widget =============================*/
.footer-widget .fwidget.et_pb_widget {
    width: 33.33%;
} 
.footer-widget .fwidget.et_pb_widget.widget_nav_menu ul li:before {
    display: none;
}
.footer-widget .fwidget.et_pb_widget.widget_nav_menu ul li {
    padding-left: 0px!important;
}
.footer-widget h4.title {
    font-size: 17px;
    font-weight: 700;
    font-size: 14px;
} 
div#media_image-2 {
    padding-right: 18px;
}
.et_pb_gutters3.et_pb_footer_columns2 .footer-widget {
    width: 50%;
    margin: 0 0 5.5% 0;
}
.footer-widget .fwidget.et_pb_widget.widget_nav_menu ul li a {
    font-size: 13px;
}
/*============================= Footer =============================*/
div#footer-bottom .container {
    padding: 50px 0;
    border-top: 1px solid #ccc;
}

