/**
 *
 * Theme Name:        Guardian.institute
 *
 * Author:            Fireman Creative
 * Author URI:        http://firemancreative.com
 * Description:       ?
 * Domain Path:       /languages
 * License:           Proprietary
 * License URI:       ?
 * Privacy Policy:    ?
 * Template:          bb-theme
 * Terms of Use:      ?
 * Text Domain:       guardianship-institute
 * Theme URI:         http://firemancreative.com
 * Version:           1.0.0
 *
 */

.event-conditional .tribe-events-adv-list-widget h2,
.event-conditional .tribe-events-adv-list-widget a,
.event-conditional .tribe-events-adv-list-widget .tribe-events-duration {
	color: #FFFFFF!important;
}

.single-tribe_events.fl-builder .container.fl-content-full {
	max-width:1020px!important;
	margin:0 auto!important;
}

.single-tribe_events .tribe-events-single-event-title {
	text-align:center;
	color:#314059!important;
}

.single-tribe_events .tribe-events-single-event-title {
	font-size:2.5rem!important;
    color: #2aa0d3!important;
}

.tribe-events-schedule h2 {
	text-align:center;
	display:block;
	font-size:1.5em;
	color:#2aa0d3!important;
	font-weight:normal;
}

/*------------------------------------*\
   BUTTONS
\*------------------------------------*/
.standard-button {
    padding: 10px 40px;
    font-size: 1.6rem;
    font-weight:bold;
    display:inline-block;
    text-align:center;
    transition: all 0.5s ease;
    border: solid 2px #2aa0d3;
    background-color: #2aa0d3;
    color: #032336!important;
    opacity: 1!important;
    border-radius:10px;
}
.standard-button:hover {
    background-color: #314059;
    color: #FFFFFF!important;
    text-decoration: none!important;
    opacity: 1;
}

.standard-button.green-btn {
    font-size: 17px;
    border: solid 2px green;
    background-color: green;
    color: white!important;
    margin-top: 20px;
    margin-bottom: 30px;
}

.standard-button.green-btn:hover {
    background-color: rgb(1, 82, 1);
}

.w-100, .w-100 a {
    width: 100%;
}

/* Tablepress */
#tablepress-8  tbody td, #tablepress-8  tfoot th,
#tablepress-9  tbody td, #tablepress-9  tfoot th {
 border: 0!important;
}

#tablepress-8 .row-5,
#tablepress-9 .row-4 {
	border-top: solid 1px #ddd!important;
	border-bottom: solid 1px #ddd!important;
}

/* Custom flip book pages */
.postid-3318 .fl-post-header {
    display: none!important;
}

.postid-3318 .fl-content {
    margin:0!important;
    padding: 0!important;
}

.postid-3318 .fl-content-full {
    max-width: 100%!important;
    width: 100%;
    margin: 0!important;
}

.postid-3318 ._3d-flip-book, .postid-3318 .book-widget {
    height: 100vh!important;
}

.postid-3318 ._3d-flip-book {
    background-color:#525252;
}