/*
Theme Name:     Foxiz child
Template:      	foxiz
Theme URI:      https://foxiz.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/portfolio/
Description:    Make your modifications to Foxiz in this child theme.
Version:        1.0
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-holder {
	padding-bottom: 0px;
}

.floating-activated .embed-holder {
    padding-bottom: var(--video-ratio, 56%);
}

.gfield input {
  border-color: var(--flex-gray-15);
  border-radius: var(--round-5);
}

.research-center-asset-border img {
/*	border: 1px solid black; */
}

.gform_wrapper.gravity-theme .gfield input {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}

.gform_wrapper.gravity-theme .gfield input {
    color: #757575;
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    color: #757575;
}

@media (min-width: 1025px) {
    .s-hl-heading.h1 {
        position: relative;
    }
}

#site-header a[href*="/research-center/"] span {
    background-color: var(--g-color);
    color: #FFFFFF !important;
    padding: 0px 10px 0px 10px;
    border-radius: 10px;
}

#site-header a[href*="/research-center/"] span:hover {
    color: #000000 !important;
    background-color: var(--flex-gray-15);
}