/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    clear: both;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
.gallery-caption{
    font-size: 12px;
}
.bypostauthor{

}
img{
    clear: both;
    height: auto
}
.single-feature-img{
    text-align: center;
    background: #ddd;
} 
/*Gallery Item*/
.gallery{
    margin-bottom: 45px
}
.gallery-item img{
    border: 2px solid #ddd;
    vertical-align: top;
}
#gallery-1 .gallery-item {
    display: inline-grid;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}
#gallery-2 .gallery-item {
    display: inline-grid;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
#gallery-3 .gallery-item {
    display: inline-grid;
    margin-top: 10px;
    text-align: center;
    width: 50%;
}
#gallery-4 .gallery-item {
    display: inline-grid;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}
#gallery-5 .gallery-item {
    display: inline-grid;
    margin-top: 10px;
    text-align: center;
    width: 25%;
}
#gallery-6 .gallery-item {
    display: inline-grid;
    margin-top: 10px;
    text-align: center;
    width: 20%;
}
#gallery-7 .gallery-item {
    display: inline-grid;
    margin-top: 10px;
    text-align: center;
    width: 16%;
}
#gallery-8 .gallery-item {
    display: inline-grid;
    margin-top: 10px;
    text-align: center;
    width: 14%;
}
#gallery-9 .gallery-item {
    display: inline-grid;
    margin-top: 10px;
    text-align: center;
    width: 12%;
}
#gallery-10 .gallery-item {
    display: inline-grid;
    margin-top: 10px;
    text-align: center;
    width: 11%;
}


h2{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/*Footer Widgets*/

.footer-widget {
    margin-top: 50px;
}
.footer-widget:first-child {
    margin-top: 0;
}
.page_item_has_children{}
.page_item_has_children .children{
    margin-left: 20px;
}
.widget select, .textwidget select, .widget_archive select{
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
}
.widget_calendar .calendar_wrap table{
    width: 100%;
}
.textwidget img{
    max-width: 100%;
}
.widget_nav_menu .menu .menu-item-has-children .sub-menu{
    margin-left: 19px;
}
.single-sidebar-widget .menu > li a{
    padding: 5px 24px;
    border-left: 2px solid #f2f5fa;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block
}
.single-sidebar-widget .menu > li a:hover{
    background: #f2f5fa;
    border-left: 2px solid #1e283c;
}

.widget_categories form{
    height: 42px;
}
.widget_categories ul .cat-item .children{
    margin-left: 22px;

}
.widget_categories ul .cat-item .children li{
    padding: 15px 0;
    margin-top: 0
}
.widget_categories ul .cat-item .children li:last-child {
    padding-bottom: 0;
}
.widget_pages ul li ul.children li{
    margin-top: 15px
}
.widget_nav_menu ul li ul.sub-menu li{
    margin-top: 15px;
}
.widget_nav_menu ul li ul.sub-menu li:last-child {
    padding-bottom: 0;
}
.widget_archive{
    position: relative;
}
.widget_archive .nice-select{
    position: absolute;
    top: 80px;
    width: 83%;
}

.widget_rss ul li .rsswidget{
    font-weight: 600
}
.footer-area .wp-caption.alignnone{
    margin: 0;
    padding: 0
}
.footer-area .tagcloud{}
.footer-area .tagcloud a{
    display: inline-block;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 5px;
    transition: all 0.3s ease 0s;
    color: #888888;
    font-size: 13px !important;
}
.footer-area .tagcloud a:hover{
    background: #71cd14;
    color: #fff;
}


.details_txt ol li ol li, .details_txt ul li ul li,
.post_content ol li ol li, .post_content ul li ul li{
    margin-left: 20px;
    padding: 5px;
}
.details-body h1,
.details-body h2,
.details-body h3,
.details-body h4,
.details-body h5,
.details-body h6 {
	margin: 12px 0
}
.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6{
    margin: 12px 0
}
.details-body table, table{
	margin-bottom: 25px
}
.blog_item_img img {
    max-width: 100%;
    width: initial;
}
.desc .comment ul li{
    margin-top: 10px
}
.desc .comment ul li ul{
    margin-left: 25px;
}


table tr td, table tr th {
    padding: 15px 20px;
    border: 1px solid #ddd;
}
table tr th{
	background: #ededed;
	color: #1e283c;
}
table tr th a{
	color: #1e283c;
}
table tr th:hover a,  table tr td a{
	color: #7b10ff
}
#wp-calendar{
    max-width: 100%
}
#wp-calendar tr td, #wp-calendar tr th{
    padding: 0;
    text-align: center;
}
pre{
    background: #ededed;
    padding: 15px
}
.details-content {
    overflow: hidden;
}
.many_cat_tag {
    padding-top: 10px;
}
.single-footer-widget select {
    padding: 10px 5px;
}
.details-content iframe {
    max-width: 100%;
}
.wp-block-embed__wrapper iframe{
    max-width: 100%
}
.wp-block-archives li a,
.blog_details .wp-block-categories-list li a {
    color: #797979;
    padding-top: 10px;
    display: inline-block;
}
.wp-block-archives li:hover a,
.blog_details .wp-block-categories-list li:hover a{
    color: #71cd14;
}
.blog_details img{
    max-width: 100%
}
.wp-block-archives-dropdown .nice-select{
    margin-bottom: 15px
}
.wp-block-latest-comments__comment-author, .wp-block-latest-comments__comment-link{
    color: #797979;
    font-weight: 500;
}
.wp-block-latest-comments__comment-author:hover, .wp-block-latest-comments__comment-link:hover{
    color: #71cd14
}
.sticky_label{
    position: absolute;
    top: 0;
    right: 14px;
    padding: 10px 20px;
    background: #ddd;
}
.comment-form-cookies-consent{
    margin-left: 15px
}
.blog-info-link li{
    margin-left: 0 !important;
}
.wp-block-gallery.alignleft{
    margin-right: 10px;
}
.wp-block-media-text__content{
    line-height: initial
}
.wp-block-table{
    margin-bottom: 40px
}

/*========== Pagination ========== */
.nav-links .page-numbers {
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 5px;
}

.nav-links .page-numbers.current {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888888;
}

.nav-links .page-numbers:hover {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888888;
}


/*========= Blog Sidebar ==========*/

.blog_right_sidebar .widget_categories ul li,
.blog_right_sidebar .widget_nav_menu ul li,
.blog_right_sidebar .widget_rss ul li,
.blog_right_sidebar .widget_recent_entries ul li,
.blog_right_sidebar .widget_pages ul li,
.blog_right_sidebar .widget_recent_comments ul li,
.blog_right_sidebar .widget_archive ul li,
.blog_right_sidebar .widget_meta ul li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
}

.blog_right_sidebar .widget_categories ul li+li,
.blog_right_sidebar .widget_nav_menu ul li+li,
.blog_right_sidebar .widget_rss ul li+li,
.blog_right_sidebar .widget_pages ul li+li,
.blog_right_sidebar .widget_recent_entries ul li+li,
.blog_right_sidebar .widget_archive ul li+li,
.blog_right_sidebar .widget_recent_comments ul li+li,
.blog_right_sidebar .widget_meta ul li+li {
    padding-top: 15px;
}

.blog_right_sidebar .widget_categories ul li a,
.blog_right_sidebar .widget_nav_menu ul li a,
.blog_right_sidebar .widget_rss ul li a,
.blog_right_sidebar .widget_pages ul li a,
.blog_right_sidebar .widget_recent_entries ul li a,
.blog_right_sidebar .widget_recent_comments ul li a,
.blog_right_sidebar .widget_archive ul li a,
.blog_right_sidebar .widget_meta ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}

.blog_right_sidebar .widget_categories ul li:hover a,
.blog_right_sidebar .widget_rss ul li:hover a,
.blog_right_sidebar .widget_recent_entries ul li:hover a,
.blog_right_sidebar .widget_recent_comments ul li:hover a,
.blog_right_sidebar .widget_archive ul li:hover a,
.blog_right_sidebar .widget_meta ul li:hover a {
    color: #71cd14;
}

.blog_right_sidebar .widget_categories ul li:last-child,
.blog_right_sidebar .widget_nav_menu ul li:last-child,
.blog_right_sidebar .widget_rss ul li:last-child,
.blog_right_sidebar .widget_pages ul li:last-child,
.blog_right_sidebar .widget_recent_entries ul li:last-child,
.blog_right_sidebar .widget_recent_comments ul li:last-child,
.blog_right_sidebar .widget_archive ul li:last-child,
.blog_right_sidebar .widget_meta ul li:last-child {
    border-bottom: 0;
}

.blog_right_sidebar .widget_nav_menu ul li a:hover,
.blog_right_sidebar .widget_pages ul li a:hover {
    color: #71cd14
}


/*================ Tag Cloud ================*/
.single_sidebar_widget .tagcloud{}
.single_sidebar_widget .tagcloud a{
    display: inline-block;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 5px;
    transition: all 0.3s ease 0s;
    color: #888888;
    font-size: 13px !important;
}
.single_sidebar_widget .tagcloud a:hover{
    background: #71cd14;
    color: #fff;
}

/*============== Newsletter Form ===============*/
.single-footer-widget .form-wrap button.main_btn, .single_sidebar_widget .click-btn {
    display: none;
}





/*============= Social Icon ==============*/

/***** Social Icon ******/
.footer-social li {
    display: inline-block;
}
.footer-social li a.fa::before{
    color: #fff;
}

.footer-social li a:before {
    color: #05364d;
    transition: 0.5s;
}


/*============== Page Content Style =================*/
.page_content ul li ul{
    margin-left: 30px;
}
