/* Theme Name: Egovt Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of egovt
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: egovt
Version: 1.0.0
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-child
*/

/* Attachement*/
.single_event .event_content .ova-list-attachment {
  list-style-type: none;
  padding: 0;
  margin: 0px;
}
.single_event .event_content .ova-list-attachment li {
  display: flex;
  align-items: center;
  border: 2px solid #e8e8e8;
  padding: 18px 28px 15px 28px;
}
.single_event .event_content .ova-list-attachment li:not(:last-child) {
  margin-bottom: 20px;
}
.single_event .event_content .ova-list-attachment li .icon-attachment {
  flex: 0 0 44px;
}
.single_event .event_content .ova-list-attachment li .icon-attachment i {
  display: inline-block;
  line-height: 1;
}
.single_event .event_content .ova-list-attachment li .icon-attachment i:before {
  margin: 0;
  font-size: 30px;
  color: #62718d;
}
.single_event .event_content .ova-list-attachment li .ova-file-name-size {
  flex: 0 0 calc(100% - 144px);
  padding-right: 10px;
}
.single_event .event_content .ova-list-attachment li .ova-file-name-size .ova-file-name {
  display: block;
  font-size: 17px;
  line-height: 20px;
  color: #202b5d;
  word-break: break-word;
}
.single_event .event_content .ova-list-attachment li .ova-file-name-size .ova-file-size {
  display: block;
  font-size: 15px;
  color: #62718d;
  text-transform: capitalize;
}
.single_event .event_content .ova-list-attachment li .ova-download {
  flex: 0 0 100px;
  text-align: right;
}
.single_event .event_content .ova-list-attachment li .ova-download a {
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
}
.single_event .event_content .ova-list-attachment li .ova-download a:hover {
  color: #0067DA;
}
.single_event .event_content .ova-list-attachment li .ova-download a{
	color: #009960
}