/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.caption {
    font-size: 13px;
    line-height: 25px;
	margin-top: 10px;
}

.vc_box_circle img {
    width: 300px;
}
.home-video-captions {
    margin-bottom: 16px;
    font-size: 0.9em;
}
#footer #text-2{
    width: fit-content;
}
/*------------
-Accessibility 
------------*/
body :focus-visible:not(img) {
    outline: 2px solid!important;
}
body a.vc_general:focus-visible, body a:focus-visible img, body a.post-thumbnail-rollover:focus-visible, .ult-modal-input-wrapper:focus-visible {
    outline: 2px solid !important;
    outline-offset: 2px !important;
}
#the7-search::placeholder{
    color: #72777F !important;
}
input[type="text"], .widget_search input[type="text"].searchform-s{
    border-color:#72777F;
}
/* --------Home------ */
#faqs h3 {
    font: var(--the7-h4-font);
    line-height: 1.5;
}
#cohorts .flip_link a:focus-visible{
    outline: 2px solid #ea943e !important;
}
.sidebar-content .widget:not(.widget_icl_lang_sel_widget) a:not(.elementor-button), .post-meta .entry-meta span, .post-meta .entry-meta a, .post-meta .entry-meta a time, article .blog-content .entry-meta a, article .blog-content .entry-meta a time, nav.post-navigation span.meta-nav, .single-related-posts time.text-secondary, input[type="text"], .widget_search input[type="text"].searchform-s{
    color: #72777F!important;
}
.sidebar-content .widget:not(.widget_icl_lang_sel_widget) a:not(.elementor-button):hover, .post-meta .entry-meta a:hover, .post-meta .entry-meta a time:hover, article .blog-content .entry-meta a:hover, article .blog-content .entry-meta a time:hover{
    color: #1180A5!important;
}

/* Home - GCxN News Carousel*/
body .owl-carousel a:focus-visible{
    outline: 2px solid!important;
}
/* ------Program Management + News Pages------ */
body.page-id-275 h2, body.page-id-481 h2{
    font: var(--the7-h3-font);
    color: #00b5ef;
}
body.page-id-275 h3{
    font: var(--the7-h4-font);
}

/* ------ responsive news feed carousel ------- */
@media only screen and (max-width: 768px) {
    #newsfeed .vc_column-inner {
        padding-left: 50px;
        padding-right: 50px;
    }
}