/*
Theme Name: The Flavour Child
Description: Child theme for the The Flavour. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: http://themefuse.com/
Template: theflavour-parent
Version: 2.0
Text Domain: the-core
Tags: left-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/*open table widget */
#date-otw_widget-3.otw-reservation-date {
height: 300% !important;
font-size: 10px !important;
}

/* CHANGING COLOR OF BUTTON */

.btn-orange-transparent span,
.btn-orange-transparent input 
{
background: none;
border: 2px solid #470025;
color: #9C9C9C;
}

.btn-orange-transparent span, .btn-orange-transparent input {
    background: none;
    border: 2px solid #470025;
    color: #ffffff;
}

.btn-black span:hover, .btn-black input:hover {
    background: none;
    color: #000000;
    border: 2px solid #000;
}

.fw-btn-post-read-more-blog a {
    color: white !important;
}

/* NAV BAR */

.fw-site-navigation > ul > li ul > li > a {
    color: white;
}

/* student protal page padding */
#section-57a8ef968e291 > div {
 padding-top: 10px !important;
}

/****** MENU *******/

.pdfemb-poweredby {
    display: none !important;
}

div.pdfemb-toolbar {
    background-color: #470025 !important;
}

.pdfemb-toolbar span, .pdfemb-toolbar {
    font-family: 'Montserrat';
}

/*****SENSEI ******/

section.course-lessons article {
    margin-bottom: 0px !important;
}
section.course-lessons h2 {
    font-size: 1.8em !important;
}

.blog-post-navigation {
    margin-bottom: 85px;
    padding: 0 15px;
    display: none;
}