/*
Theme Name:	D4B PRIVACY
Theme URI:	https://www.digitalforbusiness.com
Description:	D4B PRIVACY is a child theme of WP Bootstrap Starter, created by ChildTheme-Generator.com
Author:		marcognu
Author URI:	https://www.digitalforbusiness.com
Template:	wp-bootstrap-starter
Version:		1.0.0
Text Domain:	d4b-privacy
*/

/* Body */
body {
    font-size: 1.5rem !important;
}

#page-sub-header {
    display: none !important;
}

/* Navigation */
.navbar-nav > li > a {
    text-transform: uppercase;
    /*color: #000 !important;*/
}
.nav-link {
    text-shadow: none !important;
}

li.margin-dx {
    margin-right: 50px;
}

li.active > a.nav-link {
    color: #2091e8 !important;
    font-weight: bold !important;
}

#content.site-content {
    padding-top: 0;
}

img.img-cmp-logo {
    float: right;
    margin: -34px 0 0 0;
}

h3.centered {
    margin: 0 auto;
    text-align: center;
}

.spacer {
    margin: 4px 0;
}

.footer-logo {
    margin: 0 30px;
    height: 50px !important;
    width: auto !important;
}
.as0-footer-logo-fix {
    margin-top: 19px;
}

/* Contact Email Form */
#cemail {
    width: 80%;
    padding: 21px;
    border: 1px solid #ccc;
}

/* GForm Style */
/*.gform_wrapper .gfield_required {
    display: none;
}*/

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
    color:#ffffff;
    font-size: 140%;
    font-weight: bold;
    padding: 16px 40px 16px 40px;
    border: 1px solid rgba(114,114,114,0.4);
    border-radius: 4px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    box-shadow: 0 2px 0px rgba(114,114,114,0.3);
    -moz-box-shadow: 0 2px 0px rgba(114,114,114,0.3);
    -webkit-box-shadow: 0 2px 0px rgba(114,114,114,0.3);
    background-color: #0096d6 !important;
}

#input_1_15 {
    margin-top: 8px;
}

/*
.gfield {
    margin-bottom: 50px !important;
}

.gquiz-correct-choice {
    color: #00a800;
}

.gquiz-incorrect-choice {
    color: #ff0000;
}

.gquiz-answer-explanation {
    margin-top: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-style: italic;
    background-color: #f8f9fa;
}

span.passed {
    color: #00a800;
    font-weight: bold;
}

span.failed {
    color: #ff0000;
    font-weight: bold;
}
*/

/* Disclaimer */
.disclaimer > h4 {
    font-size: 0.9rem;
}

.disclaimer > p {
    font-size: 0.8rem;
    font-style: italic;
}

/* Responsive Wordpress Video Shortcode */
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #E7E9EB;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/*.mejs-controls {
    display: none;
}*/
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
