/* blog section */
.blog-wrap{
    width: 80%;
    margin: 0px auto 30px auto;
    max-width: 1154px;
}
.blog-list{
    padding: 0;
}
.blog-entry{
    background-color: #fff;
    padding: 20px 6%;
    margin-bottom: 55px;
}
.blog-entry-header{
    margin-bottom: 30px;
}
.blog-avatar{
    float: left;
    margin-right: 11px;
}
.blog-author a{
    font-family: "Poppins";
    color: #3a3f44;
    font-size: 14px;
    line-height: 20px;
}
.blog-details{
    font-size: 12px;
    line-height: 18px;
    color: #8c8c8c;
}
.blog-details a{
    color: #8c8c8c;
    font-family: "Poppins";
}
.blog-details a:hover{ color: #0e4c8c; }
.blog-details span{
    margin:0 5px 0 0;
}
.blog-avatar img{
    border-radius: 50%;
}
.blog-entry-title h1,
.blog-entry-title h2 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.blog-entry-title h1,
.blog-entry-title h2,
.blog-entry-title h1 a,
.blog-entry-title h2 a {
    color: #3a3f44;
    font-size: 32px !important;
    line-height: 40px !important;
    font-family: "Poppins-SemiBold" !important;

    transition: color 0.3s !important;
    -webkit-transition: color 0.3s !important;
    -moz-transition: color 0.3s !important;
    -ms-transition: color 0.3s !important;
}
.blog-entry-image{
    background-color: #f3f3f3;
    margin-bottom: 25px;
    display: inline-block;
}
.blog-entry-excerpt{
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c;
}

.blog-entry-content::after {
    clear: both;
    content: "";
    display: table;
}

.blog-entry-content img{
    max-width: 100%;
    height: auto !important;
}
.blog-btn{
    margin-top: 25px;
}
.blog-btn a{
    font-size: 14px;
}
.alm-btn-wrap{
    text-align: center;
    padding-bottom: 20px;
}
.blog-load-more{
    background: transparent;
    border: 0;
    border-radius: 46px;
    width: 182px;
    outline: none;

    font-family: "Poppins-SemiBold";
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #0e4c8c;
}
.blog-load-more.done{
    display: none;
}
.blog-load-more:hover{
    color: #DC8721;
}
.blog-details a:hover, 
.blog-author a:hover, 
.blog-entry-title h1 a:hover,
.blog-entry-title h2 a:hover {
    color: #0e4c8c;
}

.sidebar-wrap{
    padding-left: 22px;
    padding-right: 22px;
}
.blog-widget{
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-widget:last-child{
    border-bottom: 0;
}
.blog-widget .widget-title{
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 24px;
    color: #3a3f44;
}

#blog-sidebar .search-field,
.widget-jobs-list li,
.widget-jobs-list li a,
.widget-jobs-list li .fa,
#blog-sidebar .widget_categories ul li a,
#yearly-archives h4,
#yearly-archives a{
    font-size: 14px;
    line-height: 20px;
    font-family: "Poppins";
    font-weight: normal;
}
#blog-sidebar .screen-reader-text { 
    display: none; 
}

#blog-sidebar .search-submit{
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    color: #8c8c8c;
    width: 14%;
    text-align: right;
    float: right;
}
#blog-sidebar .search-submit:hover{
    color: #3a3f44;
}
#blog-sidebar .search-form label{
    width: 86%;
    margin: 0;
    float: left;
}
#blog-sidebar .search-field{
    color: #7d8389;
    border: 0;
    padding: 0;
    width: 99%;
    background-color: transparent;
}
#blog-sidebar .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b6b6b6;
}
#blog-sidebar .search-field::-moz-placeholder { /* Firefox 19+ */
  color: #b6b6b6;
}
#blog-sidebar .search-field:-ms-input-placeholder { /* IE 10+ */
  color: #b6b6b6;
}
#blog-sidebar .search-field:-moz-placeholder { /* Firefox 18- */
  color: #b6b6b6;
}

#blog-sidebar .blog-search-text{
    cursor: initial;
}

.page-header{
    position: relative;
    z-index: 1;
    padding: 20px;
}

/*  */
#yearly-archives h4{
    color: #737373;
    margin-left: 15px;
    cursor: pointer;
}
#yearly-archives ul{
    margin:0;
    padding-left: 50px;
    padding-bottom: 25px;
}
#yearly-archives li{
    margin-bottom: 5px;
}
#yearly-archives a{
    color: #8c8c8c;
}
#yearly-archives a:hover{
    color: #0e4c8c;
}


/* blog-category-widget-2 */
.blog-widget-category-2 .widget-title, .blog-search-text{ 
    background-color: #fff;
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
    -webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 10px; /* Firefox 1-3.6 */
    border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 6px rgba(224, 224, 224, 0.75);
}

.blog-search-text{
    margin: 32px 0 0;
}

.blog-widget-category-2 .widget-title .fa{
    float: right;
    padding: 3px 0 0 0;
}
.blog-widget-category-2.widget_categories ul{ 
    list-style: none;
    margin: 0;
    padding: 0;

    background-color: #fff;
    -webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 10px; /* Firefox 1-3.6 */
    border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
.blog-widget-category-2.widget_categories ul li{ 
    padding: 0;
}
.blog-widget-category-2.widget_categories ul li:last-child{
    border-bottom: 0;
}
.blog-widget-category-2.widget_categories ul li:hover{
    background-color: #0e4c8c;
}
.blog-widget-category-2.widget_categories ul li a{
    display: block;
    padding: 10px 20px;
    color: #8c8c8c;
    border-bottom: 1px solid #F3F3F3;
}
.blog-widget-category-2.widget_categories ul li:hover a{
    color: #fff;
}
.blog-list-dropdown {
    position: relative;

    padding: 1px 1px;
    background: #FFF;
    -webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 10px; /* Firefox 1-3.6 */
    border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    top: 17px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 6px rgba(224, 224, 224, 0.75);
}

.blog-widget-category-2.widget_categories ul li:first-child{
    -webkit-border-radius: 10px 10px 0px 0px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 10px 10px 0px 0px; /* Firefox 1-3.6 */
    border-radius: 10px 10px 0px 0px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
.blog-widget-category-2.widget_categories ul li:last-child{
    -webkit-border-radius: 0px 0px 9px 9px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0px 0px 9px 9px; /* Firefox 1-3.6 */
    border-radius: 0px 0px 9px 9px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-bottom: 0;
}
.blog-widget-category-2.widget_categories ul li:last-child a{
    border: 0;
}
.blog-list-dropdown:before {
    width: 0px;
    height: 0;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid transparent;
    border-bottom: 11px solid #CCC;
    position: absolute;
    z-index: 2;
    content: ' ';
    display: block;
    top: -10px;
    right: 10%;
}

.blog-list-dropdown:after {
    width: 0px;
    height: 0;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid transparent;
    border-bottom: 11px solid #FFF;
    position: absolute;
    z-index: 3;
    content: ' ';
    display: block;
    top: -10px;
    right: 10%;
}

.blog-dvdr{
    background-color: #f3f3f3;
    padding: 15px 0 10px;
    min-height: 50px;
}

#blog-sidebar p:empty{
    display: none;
}


/* share and like blog */
#blog-list-section div.sharedaddy h3.sd-title{
    font-weight: normal;
    width: 100%;
    margin: 40px 0 0;
    padding: 20px 0 10px;
    border-top: 1px solid #ddd;

    font-size: 18px;
    line-height: 24px;
    color: #3a3f44;
}
#blog-list-section div.sharedaddy h3.sd-title:before{
    display: none;
}


/* share and like blog */


/* comments */
.blog-comment-section {
    margin: 30px 0;
}
h2.comments-title {
    font-size: 20px;
}
.comment-list{
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
}
.comment-list li{
    background: #FFF;
    padding: 20px;
    margin: 0 0 20px;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    border: 1px solid #f7f7f7;
}
.comment-meta{
    padding: 0 0 10px;
}
.comment-author .fn{
    text-transform: capitalize;
}
.comment-metadata a,
.reply a{
    color: #b3b3b3;
    font-weight: normal;
}
.comment-metadata a:hover,
.reply a:hover{
    color: #8c8c8c;
}
.comment-content{
    
    padding: 10px;
}
.children{
    border-top: 1px solid #f1f1f1;
    list-style: none;
    padding: 10px 0 0;
    margin-top: 10px;
}
.children li{
    box-shadow: none;
    border: 0;
}
.children li:last-child{
    margin-bottom: 0;
}
#respond label{
    font-weight: normal;
}
.comment-notes{
    margin-bottom: 20px;
}
textarea#comment{
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    resize: none;
    border: 1px solid #ececec;
    background: #fff;
    outline: none;
}
p.comment-form-author,
p.comment-form-email,
p.comment-form-url{
    float: left;
    width: 32%;
    margin-right: 2%;
    clear: none;
}
p.comment-form-url{
    margin-right: 0;
}
p.comment-form-author input,
p.comment-form-email input,
p.comment-form-url input,
#respond #mc-input{
    width: 100%;
    padding: 13px 20px;
    border-radius: 5px;
    border: 1px solid #ececec;
    background: #fff;
    outline: none;
}
#wp-comment-cookies-consent{
    margin-right: 5px;
}
#respond #submit{
    color: #fff;
    background-color: rgb( 0, 75, 141 );
    border: none;
    background-image: none;
    width: 100%;
    text-align: center;
    padding: 15px;
    width: 100%;
    font-size: 17px;
    font-family: "Poppins-Bold";
    margin-top: 20px;
    border-radius: 5px;
}
#respond #submit:hover{
    background-color: #286090;
}
p.comment-form-author input.comment-error,
p.comment-form-email input.comment-error,
p.comment-form-url input.comment-error,
textarea#comment.comment-error,
#respond #mc-input.comment-error{
    border-color: #FF0000;
}
.comment-error-msg{
    color: #ff0000;
    padding: 5px;
}
article.blog-entry .watch-action{
    display: none;
}
.sd-content ul li{
    vertical-align: top;
}
.sd-content>ul>li.like-post{
    text-decoration: none !important;
    display: inline-block;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    border-radius: 3px;
    color: #777 !important;
    background: #f8f8f8;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 0 rgba(0,0,0,.08);
    text-shadow: none;
    line-height: 23px;
    padding: 4px 8px 2px 5px;
}
.sd-content>ul>li.like-post:hover{ 
    border: 1px solid #999999;
}
.sd-content>ul>li.like-post img{
    height: 16px !important;
}
.sd-content>ul>li.like-post .status{
    padding: 0 0 0 5px;
}
.sd-content>ul>li.like-post .lbg-style1 .lc{
    color: #777;
    font-size: 12px;
}
#blog-list-section span.share-count{
    display: none;
}

/* =WordPress Core applied only to blog pages
-------------------------------------------------------------- */
.blog-entry .alignnone {
    margin: 5px 20px 20px 0;
}

.blog-entry .aligncenter,
.blog-entry div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.blog-entry .alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.blog-entry .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.blog-entry a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.blog-entry a img.alignnone {
    margin: 5px 20px 20px 0;
}

.blog-entry a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.blog-entry a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.blog-entry .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;
}

.blog-entry .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.blog-entry .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.blog-entry .wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.blog-entry .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.blog-entry .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.blog-entry .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. */
}

.blog-entry .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. */
}

.blog-sidebar-list {
    list-style: none;
    margin: 10px 0 10px 5%;
    padding: 0;
}

.blog-sidebar-list__a {
    color: #0e4c8c;
	font-family: "Poppins-SemiBold";
	font-size: 14px;
}

.blog-sidebar-list__a:hover{
    color: #DC8721;
}

.blog-sidebar-list__item {
	font-family: "Poppins";
    font-size: 14px;
	font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
}

.blog-entry-title {
    margin-bottom: 10px;
}

.blog-breadcrumbs {
    font-size: 12px;
    margin: 0 auto;
    padding: 15px 0;
    width: 80%;
}

.blog-breadcrumbs__item::after {
    color: #dcdee1;
    content: '>';
    margin: 0 5px;
}

.blog-breadcrumbs__row {
    min-height: 20px;
}

.blog-excerpt-img {
    text-align: center;
}

.blog-excerpt-img img {
    max-width: 100%;
}