/*
Theme Name: Ennova
Theme URI: https://themeansar.com/free-themes/ennova/
Author: Themeansar
Author URI: https://themeansar.com
Description: Ennova is a fast, clean, modern-looking Best Responsive Blog WordPress theme.
Version: 1.9.2
Tested up to: 5.4.2
Requires PHP: 5.6
Tags: one-column, two-columns ,right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets,  theme-options, threaded-comments, rtl-language-support, translation-ready, full-width-template, custom-logo, blog, news
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: ennova
*/
/* ========= Blog ========= */
body {
    background-color: #efefef;
}

body,
button,
input,
select,
textarea {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: normal;
	text-transform: none;
	font-size: 17px;
	line-height: 1.5;
}
textarea { 
	height: 200px;
}
a {
  background-color: transparent;
}

a:active {
  outline: 0;
}

a,
a:visited,
a:hover,
a:focus {
  text-decoration: none;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.mg-headtrwrap .mg-breadcrumb-section .overlay {
    padding: 100px 0 30px 0;
}
.mg-headtrwrap .trhspace {
    height: 60px;
}
.mg-headtrans{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.mg-headtrans .navbar-wp{
	 box-shadow: unset;
}
.ennova-container{
    padding-left: 20px;
    padding-right: 20px;
}

.mg-blog-post-box {
    margin-bottom: 40px;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    background: #fff;
}
.mg-blog-thumb {
    position: relative;
    width: 100%;
    margin-bottom: 22px;
    float: left;
    transition: all .3s ease-out;
    min-height: 45px;
}
.mg-blog-post-box .small {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    padding: 20px;
}

.post{width: 100%;}
.mg-info-author-block {
    margin-bottom: 30px;
    margin-top: 0;
    padding: 20px 15px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
}
/* ---====== Comments ======---*/
.comment-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.comments-area .comment-body {
    position: relative;
    padding: 25px 25px 25px 70px;
    min-height: 120px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-radius: 3px;
    z-index: 0;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(225,225,225,0.9);
}
.comment-list .children {
    position: relative;
    padding: 0;
    margin: 0;
    margin-left: 2.5rem;
    z-index: 0;
    list-style: none;
}
.comments-area .comment-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
}
/* --------------------------------------
=========================================
	2.General
=========================================
-----------------------------------------*/

/*---------------------------------------
	2.1.Body & Global    
-----------------------------------------*/
.boxed {
	width: 1170px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
}
.boxed .container-fluid {
	padding-right: 0;
	padding-left: 0;
}
.boxed #content.home {
    padding: 30px 0;
}
.container-fluid {
	padding-right: 50px;
	padding-left: 50px;
}
#content.home {
    padding: 30px 35px;
}
a:hover {
  text-decoration: none;
}
a:visited,
a:focus {
	text-decoration: none;
}
select {
	background-clip: padding-box;
	background-color: #fff;
	border: 2px solid #ccc;
	border-radius: 0;
	color: #444;
	display: block;
	font-weight: 400;
	overflow: hidden;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
}
 .no-gutter > [class*=col-] {
 padding-right: 0;
 padding-left: 0;
}
input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"],textarea {
	border-radius: 0;
    margin-bottom: 20px;
    box-shadow: inherit;
    padding: 6px 12px;
    line-height: 40px;
    border-width: 2px;
    border-style: solid;
    width: 100%;
}
input[type="submit"], button {
	padding: 5px 35px;
	line-height: 30px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
input:not([type]):hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="tel"]:hover, input[type="url"]:hover, input[type="text"]:hover, input:not([type]):focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="text"]:focus {
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus {
	transition: all 0.3s ease 0s;
	outline: none;
}
.form-control {
	border-radius: 0;
    margin-bottom: 20px;
    box-shadow: inherit;
    padding: 6px 12px;
    line-height: 40px;
    border-width: 2px;
    border-style: solid;
    height: 40px;
}
.form-control:focus {
    box-shadow: inherit;
}
img.alignnone {
	width: 100%;
	height: auto;
}
img.size-large {
	width: 100%;
	height: auto;
}
.wpcf7-form label {
	display: inherit;
}
.avatar {
	border-radius: 50px;
}
mark, .mark {
	padding: 2px 5px;
	border-radius: 3px;
}
#content {
	padding-top: 60px;
	padding-bottom: 60px;
}
/*--------------- ti-slider-Control ---------------*/
.mg-blog-post-box .mg-header {
    padding: 30px 70px;
}
.mg-blog-post-box .mg-header .mg-author-pic {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.mg-author-pic {
    width: 50px;
    height: 50px;
    margin-right: 5px;
}
/*---------------------------------------
	2.2.Typography        
-----------------------------------------*/
h1 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 300;
    text-transform: none;
}
h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 300;
    text-transform: none;
}

h3, .h3 {
	font-size: 28px;
	line-height: 30px;
}
h4, .h4 {
	font-size: 24px;
	line-height: 25px;
}
h5, .h5 {
	font-size: 20px;
	line-height: 20px;
}
h6, .h6 {
	font-size: 16px;
	line-height: 20px;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
blockquote {
	position: relative;
	width: 100%;
	border-width: 0 0 0 5px;
	border-style: solid;
	padding: 20px;
}
blockquote::before {
	content: "\f10d";
	display: table;
	float: left;
	font-family: "FontAwesome";
	font-size: 28px;
	margin-top: 6px;
	font-weight: normal;
	width: 6%;
}
blockquote p {
	font-style: italic;
	width: 94%;
	display: table;
	font-weight: normal;
	line-height: 1.5;
	font-size: 20px;
}
img {
    height: auto;
    max-width: 100%;
}

.comment-meta .avatar {
    float: left;
    margin-right: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
ol.comment-list
{
	list-style: none;
}
/*---------------------------------------
	2.4.Button Styles           
-----------------------------------------*/
.btn {
	padding: 10px 35px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	font-weight: bold;
	display: inline-block;
	transition: all 0.2s ease 0s;
	border-width: 2px;
	border-style: solid;
}
.btn-theme:hover, .btn-theme:focus {
	transition: all 0.3s ease 0s;
	outline: none;
	box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.more_btn, .more-link {
	padding: 8px 10px;
	line-height: 30px;
	overflow: hidden;
	border-radius: 4px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 4px;
}
.pagination > li > a, .pagination > li > span {
	margin: 0 6px 10px;
	border-radius: 4px;
	border : none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	transition: all 0.3s ease 0s;
}
button.mfp-close:hover, button.mfp-close:focus {
	background: inherit;
}
.no-padding {
	padding: 0;
}
/* --------------------------------------
=========================================
	4.mg-breadcrumb-section
=========================================
-----------------------------------------*/
.mg-breadcrumb-section {
	height: 100%;
	margin: 0 0 0px;
	overflow: hidden;
	padding: 0;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.mg-breadcrumb-section .overlay {
	height: 100%;
	padding: 30px 0;
	position: relative;
	width: 100%;
}
.mg-breadcrumb-title {
	text-align: left;
	padding: 0;
}
.mg-breadcrumb-title h1 {
	line-height: 40px;
}
.mg-page-breadcrumb {
	list-style: none outside none;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
	font-size: 15px;
	line-height: 30px;
}
.mg-page-breadcrumb > li {
	display: inline-block;
}
.mg-page-breadcrumb > li + li:before {
	content: "\f178";
	font-family: fontawesome;
	padding: 0 5px;
}

/* --------------------------------------
=========================================
	5.mg-sidebar
=========================================
-----------------------------------------*/
.mg-sidebar a {
	transition: all 0.3s ease 0s;
}
.mg-widget .mg-ads { 
	padding: 0;
	margin: -10px -20px;
}
.mg-widget.mg-ads img {
	text-align: center;
	padding: 0;
	width: 100%;
}
.mg-sidebar .mg-widget .btn {
	padding: 2px 12px;
	border: none;
	border-radius: 0;
	height: 40px;
}
.mg-sidebar .mg-widget {
	margin-bottom: 30px;
    padding: 10px 20px;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
}
.mg-sidebar .mg-widget ul {
	padding: 0;
	list-style: none;
}
.mg-sidebar .mg-widget ul li:last-child {
	border: none;
}
.mg-sidebar .mg-widget ul li {
	display: block;
	letter-spacing: 0.2px;
	line-height: 22px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease-in-out 0s;
}
.mg-sidebar .mg-widget h2 {
	font-size: 18px;
	line-height: 20px;
}
.mg-sidebar .mg-widget h6 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    padding: 8px 0;
    position: relative;
	text-transform: capitalize;
	width: auto;
    height: 40px;
    display: inline-block;
    top: -10px;
}

.mg-sidebar .mg-widget ul li a:hover {
	padding-left: 10px;
	transition: all 0.4s ease-in-out 0s;
}
.mg-sidebar .mg-widget ul.menu li .sub-menu {
	margin-left: 15px;
}
.mg-sidebar .mg-widget ul.menu li .sub-menu li {
	border-bottom: none;
	padding: 10px 0 0;
}
.mg-widget.widget_search .btn {
	border: medium none;
    border-radius: 0 4px 4px 0;
    height: 40px;
    line-height: 25px;
    padding: 5px 15px;
    transition: all 0.3s ease 0s;
}
.mg-sidebar .mg-category-widget ul li {
	padding: 10px 0;
	position: relative;
	transition: all 0.4s ease-in-out 0s;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.mg-sidebar .mg-category-widget ul li a:hover {
	padding-left: 1px;
	transition: all 0.4s ease-in-out 0s;
}
.mg-sidebar .mg-widget .mg-widget-tags, .mg-sidebar .mg-widget .tagcloud {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
}
.mg-sidebar .mg-widget .mg-widget-tags a, .mg-sidebar .mg-widget .tagcloud a {
	cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 20px;
    margin: 0 5px 9px 0;
    padding: 3px 6px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 3px;
    text-transform: capitalize;
    border-width: 1px;
    border-style: solid;
}
.mg-sidebar .mg-widget-tags a:hover, .mg-sidebar .mg-widget .tagcloud a:hover {
	transition: all 0.4s ease-in-out 0s;
}
/*--calendar_wrap--*/ 
.mg-widget .calendar_wrap table {
	width: 100%;
	font-size: 11px;
	border: 1px solid rgba(0,0,0,.1);
	text-align: center;
}
.mg-widget .calendar_wrap table caption {
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 0;
	padding: 5px 12px;
	text-align: center;
	border: 1px solid rgba(0,0,0,.1);
}
.mg-widget .calendar_wrap table thead th, .mg-widget .calendar_wrap table td {
	border: 1px solid rgba(0,0,0,.1);
}
.mg-widget .calendar_wrap table tbody td:hover, .mg-widget .calendar_wrap table tbody #today:hover {
	transition: all 0.3s ease 0s;
}
.mg-widget .calendar_wrap table tfoot {
	border-width: 1px;
	border-style: solid;
}
.mg-widget .mg-widget .calendar_wrap table thead th {
	text-align: center;
	padding: 6px 0;
}
.mg-widget .mg-widget .calendar_wrap table tbody td {
	line-height: 2.5em;
	transition: background 0.15s ease 0s;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
.mg-widget .calendar_wrap table tfoot {
	font-size: 11px;
}
.mg-widget .calendar_wrap table tfoot tr td#prev {
	padding: 5px;
	text-transform: uppercase;
}
.mg-widget .calendar_wrap table tfoot tr td#next {
	padding: 5px;
	text-align: right;
	text-transform: uppercase;
}
/*--calendar_wrap end--*/ 
/*----woocommerce footer-widget----*/
.mg-widget .widget_product_search .btn {
	padding: 2px 12px;
	height: 40px;
	border-radius: 0;
	margin-left: -1px;
}
/* --------------------------------------
=========================================
	6.mg-error page
=========================================
-----------------------------------------*/
.mg-error-404 h1 {
	font-size: 100px;
	line-height: 80px;
}
.mg-error-404 h1 i {
	padding: 5px;
	text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.17);
}
.mg-error-404 h4 {
	line-height: 40px;
}
.mg-error-404 p {
	line-height: 30px;
}
/* --------------------------------------
=========================================
	7.mg-footer
=========================================
-----------------------------------------*/
footer {
	background-size: cover;
}
footer .overlay {
    padding: 40px 0 0 0;
}
footer .mg-widget {
	margin-bottom: 50px;
}
footer .mg-widget:nth-child(4n+1) {
	clear: both;
}
footer .mg-widget.widget_search .btn-default, footer .mg-widget.widget_search .btn-default:hover {
	background-color: initial;
}
footer .mg-widget.widget_search .btn:hover, footer .mg-widget.widget_search .btn:focus {
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
footer .mg-widget h6 {
	font-size: 18px;
    font-weight: 600;
    border-width: 0;
    border-style: solid;
    margin-bottom: 30px;
    padding: 12px 0 0 0;
    position: relative;
    letter-spacing: 1px;
}
footer .mg-widget ul {
	padding: 0;
	list-style: none;
}
footer .mg-widget ul li {
	display: block;
	letter-spacing: 0.2px;
	line-height: 22px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	border-width: 0 0 1px 0;
	border-style: solid;
}
footer .mg-widget ul li {
	padding: 8px 0;
	position: relative;
}
footer .mg-widget ul li a:hover {
	transition: all 0.4s ease-in-out 0s;
}
footer .mg-widget ul li:first-child {
	padding-top: 0;
}
footer .mg-widget ul li:last-child {
	border-bottom: none;
}
footer .mg-widget ul li a {
	transition: all 0.4s ease-in-out 0s;
}
footer .mg-widget ul li a:hover {
	padding-left: 10px;
}
footer .mg-widget .mg-widget-tags, footer .mg-widget .tagcloud {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
}
footer .mg-widget .mg-widget-tags a, footer .mg-widget .tagcloud a {
	cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 20px;
    margin: 0 5px 9px 0;
    padding: 3px 6px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 3px;
    text-transform: capitalize;
    border-width: 1px;
    border-style: solid;
}
footer .mg-widget .mg-widget-tags a:hover, footer .mg-widget .tagcloud a:hover {
	transition: all 0.4s ease-in-out 0s;
}
footer .mg-widget .calendar_wrap table {
	width: 100%;
	font-size: 11px;
}
footer .mg-widget .calendar_wrap table caption {
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 0;
	padding: 5px 12px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
footer .mg-widget .calendar_wrap table thead th {
	text-align: center;
	padding: 6px 0;
	border-width: 1px;
	border-style: solid;
}
footer .mg-widget .calendar_wrap table tbody td {
	line-height: 2.5em;
	transition: background 0.15s ease 0s;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
footer .calendar_wrap table tbody #today:hover {
	transition: all 0.3s ease 0s;
}
footer .calendar_wrap table tbody td:hover {
	transition: all 0.3s ease 0s;
}
footer .mg-widget .calendar_wrap table tfoot {
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
}
footer .mg-widget .calendar_wrap table tfoot tr td#prev {
	padding: 5px;
	text-transform: uppercase;
}
footer .mg-widget .calendar_wrap table tfoot tr td#next {
	padding: 5px;
	text-align: right;
	text-transform: uppercase;
}
footer .mg-widget .textwidget select {
	width: 100%;
}
footer .mg-widget .textwidget select, footer .mg-widget .textwidget img {
	width: 100%;
}
footer .mg-widget .form-control {
	background: rgba(0,0,0,0);
}
/*----woocommerce footer-widget----*/
footer .mg-widget.widget_product_search .btn {
	padding: 2px 12px;
	height: 40px;
	border-radius: 0;
	margin-left: -1px;
}
/*----contactform footer-widget----*/
footer .mg-widget .wpcf7-form .wpcf7-form-control {
	border: none;
}
footer .mg-footer-bottom-area {
	padding-bottom: 30px;
}
footer .mg-footer-bottom-area .divide-line {
	margin-bottom: 40px;
	height: 2px;
	width: 100%;
	background: #1a182e;
}
footer .mg-footer-bottom-area .custom-logo {
	width: 160px;
	height: 50px;
}
footer .mg-footer-bottom-area .btn-default > .btn {
	padding: 10px 30px;
	line-height: 17px;
	margin-right: -4px;
}
footer .mg-footer-copyright {
    text-align: center;
    padding: 20px;
    font-size: 15px;
}

footer .mg-footer-copyright p, footer .mg-footer-copyright a {
	font-size: 15px;
	line-height: 20px;
}

.site-info {
    text-align: center;
    font-size: 15px;
}
/*** WordPress ****/
.bypostauthor {}
.wp-caption {
  margin-bottom: calc(1.5 * 1rem);
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  font-size: 13px;
  font-style: italic;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem !important;
  text-align: center;
}
.wp-caption-text a:hover { color: #01012f; }
.wp-caption, .gallery-caption { max-width: 100%; }

/*------- Gallery ------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}
.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}
.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}
.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}
.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}
.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}
.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}
.gallery-item:last-of-type {
  padding-right: 0;
}
.gallery-caption {
  display: block;
  font-size: 0.71111rem;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}
.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}
.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #e9e9e9;
}
.gallery .gallery-item {
	margin-top: 0 !important;
}
.gallery .gallery-item img {
	border: 2px solid #e9e9e9 !important;
}
.wp-block-gallery {
   margin: 0;
}
.blocks-gallery-item figure { position: relative; overflow: hidden; margin: 0; }
/*Address*/
address i { 
	width: 1.563rem;
    height: auto;
    margin-right: 0.438rem;
    font-size: 1.25rem !important;
}

/* --------------------------------------
=========================================
	mg-social
=========================================
-----------------------------------------*/
.mg-social {
	padding: 0px;
	margin: 0;
}
.mg-social li {
	display: inline-block !important;
	margin-right: 0;
	border-bottom: none !important;
}
.mg-social li a:hover {
	padding-left: 0;
}
.mg-social li span.icon-soci {
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 35px;
	margin: 0;
	text-align: center;
	width: 35px;
	border-radius: 3px;
}
.mg-social li span.icon-soci:hover {
	transition: all 0.4s ease-in-out 0s;
}
.mg-social li span.icon-soci i {
	font-size: 14px;
	padding: 0;
}
/*** WordPress ****/
.mg-widget .mg-author .img-circle{
	width: 180px;
	height: 180px;
	padding: 6px;
	border: 4px solid #1151d3;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/*** WordPress ****/
.bypostauthor {}
.wp-caption {
  margin-bottom: calc(1.5 * 1rem);
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem !important;
  text-align: center;
}
.wp-caption-text a:hover { color: #01012f; }
.wp-caption, .gallery-caption { max-width: 100%; }

/*------- Gallery ------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}
.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}
.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}
.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}
.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}
.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}
.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}
.gallery-item:last-of-type {
  padding-right: 0;
}
.gallery-caption {
  display: block;
  font-size: 0.71111rem;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}
.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}
.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #e9e9e9;
}
.gallery .gallery-item {
	margin-top: 0 !important;
}
.gallery .gallery-item img {
	border: 2px solid #e9e9e9 !important;
}
.wp-block-gallery {
   margin: 0;
}
.blocks-gallery-item figure { position: relative; overflow: hidden; margin: 0; }


/* Text meant only for screen readers. */
.screen-reader-text {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    word-wrap: normal !important;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.no-js .some-element .screen-reader-text {
    position: static;
    -webkit-clip-path: none;
    clip-path: none;
    width: auto;
    height: auto;
    margin: 0;
}



.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.navigation.pagination .nav-links .page-numbers, .navigation.pagination .nav-links a {
    background-color: #fff;
    color: #999;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease 0s;
    font-size: 18px;
    line-height: 40px;
    margin: 0 6px 10px;
    border-radius: 4px;
    padding: 0px;
    vertical-align: baseline;
    white-space: nowrap;
    width: 40px;
    height: 40px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    transition: all 0.3s ease 0s;
    text-decoration: none;
    position: relative;
    float: left;
}
.navigation.pagination > li:first-child > a, .navigation.pagination > li:first-child > span {
    border-radius: 30px;
}

.search-no-results .input-group > .form-control{height: 53px;}
.mg-sidebar .input-group > .form-control{height: 42px;}


/* --------------------------------------
=========================================
	8.mg-scroll
=========================================
-----------------------------------------*/
.ta_upscr {
	bottom: 2%;
	display: none;
	height: 50px;
	opacity: 1;
	overflow: hidden;
	position: fixed;
	right: 10px;
	text-align: center;
	width: 50px;
	z-index: 9999;
	border-radius: 3px;
	border-width: 2px;
	border-style: solid;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.ta_upscr:hover {
	opacity: 1;
}
.ta_upscr i {
	font-size: 16px;
    line-height: 40px;
}
.ta_upscr:hover, .ta_upscr:focus {
	border-width: 2px;
	border-style: solid;
	transition: all 0.3s ease 0s;
}