/*
 Theme Name:     Generatepress Child
 Theme URI:      http://example.com/twenty-twelve-child/
 Description:    Generatepress Child Theme
 Author:         Richard House
 Author URI:     http://wtmc.org.nz
 Template:       generatepress
 Version:        1.0.1
*/
/*
// Depricated use of @import - see funtions.php
@import url("../twentytwelve/style.css");
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* This fixes the problem with Beaver Page Builder displaying contained page content at full width.
generatepress.com/forums/topic/content-no-sidebars-working-correctly/
*/

.fl-builder.no-sidebar:not(.full-width-content) .container.grid-container {max-width: 1100px;}

/*
Make the booking calendar text darker. Overrides wp-content/plugins/booking/css/skins/standard.css
*/
.datepick-inline .date_available a{
    color:#384551;
    font-weight: 600;
    text-shadow: 0 1px 0 #fff;
}

/*
 Buttons as seen on https://docs.generatepress.com/article/adding-buttons/
 Using them on the Home page
*/
.button.ocean,
.button.ocean:visited {
    background: #2980B9;
    color:#FFF;
}

.button.ocean:hover,
.button.ocean:active {
    background: #2475AB;
    color:#FFF;
}