/*
Theme Name:     Vodi Child
Theme URI:      https://demo2.madrasthemes.com/vodi/
Author:         MadrasThemes
Author URI:     https://themeforest.net/user/madrasthemes/
Description:    This is the child theme for the vodi theme
Template:       vodi
Version:        1.1.7
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    vodi-child
Tags:           two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Poppins&display=swap');

body{
	font-family: 'Poppins', sans-serif !important;
}
.zero-padding, .page__content {
    margin-bottom: 0px !important;
}
.watch-live iframe {
    height: 620px;
}
.site_header__primary-nav .nav > li > a{
	font-size:18px;
	font-weight:500;
}
.archive__header, .page__header{
	background:#007cbb1a;
	margin-bottom:0px !important;
}
input[type="submit"]{
	background:#007cbb;
	border:none;
}
.wpcf7-form input, textarea{
	border:1px solid #007cbb !important;
}
input#send:hover {
    background: white;
    color: #007cbb;
    border: 1px solid #007cbb;
}
.site__footer--v2 {
    background-color: #ffffff;
    color: #000000;
}
.site__footer--v2 strong, .site__footer--v2 h1, .site__footer--v2 h2, .site__footer--v2 h3, .site__footer--v2 h4, .site__footer--v2 h5, .site__footer--v2 h6, .site__footer--v2 a {
    color: #000;
}
.site__footer--v2 h2:hover{
	color:#000000;
}