/*
Theme Name: Egovt
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Version: 1.6.5
Description: Egovt is a modernized take on an ever-popular WordPress. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Egovt will make your WordPress look beautiful everywhere. Created by <a href="https://themeforest.net/user/ovatheme">Ovatheme</a>
Author: <a href="https://themeforest.net/user/ovatheme">Ovatheme</a>
Author URI: <a href="https://themeforest.net/user/ovatheme/portfolio">Ovatheme</a>
License: GNU General Public License
License URI: license.txt
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: egovt
Domain Path: /languages/
*/


.archive_dep .content .ova-content {
    padding-top: 1px !important;
}

.ova_box_feature_3 .right p.excerpt {
	color: #62718d;
}

/* Fix Contact Form 7 dropdown width */
.wpcf7-form select,
.wpcf7-form input,
.wpcf7-form textarea{
    max-width: 400px; /* Adjust this number to your preferred width */
    width: 100%;
	padding: 10px;
}
/*contact form submit button style*/
.elementor-kit-8 input.wpcf7-form-control[type="submit"]{
    background-color: rgba(2, 1, 1, 0);
    font-family: "Cabin", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 0px 0px 0px 0px;
    padding: 13px 20px 12px 18px;
    color: #0067DA;
    border-color: #0067DA;
	height: auto;
}

/*hide the number of comments on post preview cards, since we have disabled comments and it will always display 0*/
.post-meta-content-grid .comment{
	display: none;
}

/* Make events page equivalent to col-8 when sidebar is turned off - content looks weird if full page width */
@media (min-width: 992px) {
    .event_intro {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
}

/* hide the " < All Departments " link in the sidebar of Programs & Initiatives page - couldn't figure out how to edit text so decided to hide it */
.ova_dep_wrap .ova-dep-sidebar .ova_info .ova-list-dep .title-list-dep {
	display: none;
}