/**default style blog*/

.default-blog-style .et_pb_post{
	    position: relative;
	box-shadow:0 6px 18px 0 rgba(100,130,208,.17);
	    border: 0 !important;
    border-radius: 10px;
	overflow: hidden;
	padding:20px !important;
}

/***wp-navi**/

.default-blog-style .wp-pagenavi {
	border-top: 0 !important;
}
.default-blog-style .wp-pagenavi span.current {
    color: #ffffff!important;
    background-color: #0c5adb;
    padding: 8px 16px;
    border-radius: 30px;
}
.default-blog-style .wp-pagenavi a {
    background-color: #F7F7F7;
    padding: 8px 16px;
    border-radius: 30px;
}

.default-blog-style .wp-pagenavi a, .default-blog-style .wp-pagenavi span {
    color: #000;
}

.default-blog-style .et_overlay:before {
    color: #0c5adb !important;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
	font-size: 22px;
	    top: 50% !important;
}

/********grid-view-blog*********/

.grid-view-style .et_pb_post:before{
	    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    visibility: visible;
    background-color: #0c5adb;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
}
.grid-view-style .et_pb_post:hover:before {
    width: 100%;
}
.grid-view-style .et_pb_post:hover .entry-featured-image-url:before {
    opacity: 1;
    content: "";
    z-index: 7;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    bottom: -72px;
}

.grid-view-style .et_pb_post .entry-featured-image-url:before {
    content: "";
    bottom: -126px;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    opacity: 1;
    z-index: 1;
    height: 90px;
    width: 100%;
    position: absolute;
    left: 0;
    -ms-transform: skewY(-5deg);
    -webkit-transform: skewY(
-5deg
);
    box-sizing: border-box;
    transform: skewY(
-6deg
);
    background: #0c5adb;
}

.grid-view-style .et_pb_post .et_pb_image_container img{
	border-radius: 10px 10px 0 0;
}

.grid-view-style .et_pb_post .et_pb_image_container a:after{
	content:"";
	 width: 120%;
    height: 0;
    background:rgba(12,90,219, .3);
    position: absolute;
    top: 0px;
    left: -18px;
    bottom: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
	opacity:0;
}
.grid-view-style .et_pb_post:hover .et_pb_image_container a:after{
	opacity:1;
	    bottom: 100%;
    height: 104%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.grid-view-style .et_pb_post .entry-featured-image-url {
	overflow: hidden;
	margin: -20px -20px 29px !important;
}




/*****blog-full-width-sidebar**********/

.full-width-blog-style .et_pb_post .entry-featured-image-url {
    overflow: hidden;
    margin: 0 20px 0 0 !important;
    width: 40%;
	float: left;
}

.full-width-blog-style .et_pb_post .more-link{
	opacity:0;
	  -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.full-width-blog-style .et_pb_post:hover .more-link{
	opacity:1;
	  -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.full-width-blog-style .et_pb_post  .entry-featured-image-url:before{
	content:"";
	 width: 120%;
    height: 0;
    background:rgba(55,99,235,.9);
    position: absolute;
    top: 0px;
    left: -18px;
    bottom: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
	opacity:0;
}
.full-width-blog-style .et_pb_post:hover .entry-featured-image-url:before{
	opacity:1;
	    bottom: 100%;
    height: 104%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*****blog-full-width-without-sidebar**********/

.blog-full-width-without-sidebar .et_pb_post{
	overflow: visible;
	background:#000f21;
}

.blog-full-width-without-sidebar .et_pb_posts{
	padding-left: 176px;
}


.blog-full-width-without-sidebar .et_pb_post span.published{
	    padding: 0 18px;
	    border-style: solid;
      border-width: 25px 30px 0px 0px;
    border-color: transparent #fff transparent transparent;
    left: -19%;
    background: #0c5adb;
    width: 19%;
	color: #fff !important;
position: absolute;
    top: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    bottom: 25%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	font-size: 20px !important;
}
.blog-full-width-without-sidebar .et_pb_post .published:before {
	    display: block;
    left: 50%;
    top: 100%;
    content: " ";
    height: 283%;
    width: 5px;
    position: absolute;
    background: #000f21;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-full-width-without-sidebar .et_pb_post:last-of-type .published:before {
    display: none;
}

.full-width-blog-style .et_overlay:before{
	display:none;
}



/*post navi*/

/*style the Divi Post Navigation buttons*/

.et_pb_posts_nav .nav-previous a,
.et_pb_posts_nav .nav-next a {
	color: #ffffff;
	background: #0c5adb;
	border: 2px solid #0c5adb;
	padding: .7em 1.3em;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}


/*style the Divi Post Navigation buttons on hover*/

.et_pb_posts_nav .nav-previous a:hover,
.et_pb_posts_nav .nav-next a:hover {
	color: #fff;
	background: #000f21;
	border: 2px solid #000f21;
	transition: all 0.3s ease-in-out;
}


/****Blog sidebar****/

.sidebar-blog .et_pb_widget ul li {
    background: rgba(12,90,219,0.1);
    padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	 padding-left: 15px;
	border-radius: 5px;
	    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.sidebar-blog .et_pb_widget ul li:hover{
	color: #0c5adb;
	 padding-left: 6px;
	    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.sidebar-blog .tagcloud a{
	background: #000f21;
    color: #fff!important;
    padding: 4px 10px;
    font-size: 14px !important;
    margin-bottom: 7px;
}

.sidebar-blog .widget_search input#s, .widget_search input#searchsubmit{
	    border: 1px solid #0c5adb;
}
.widget_search #searchsubmit {
    background-color: #0c5adb;
	color: #fff !important;
}

.et_pb_widget.widget_categories ul li  {
       display: flex;
	justify-content: space-between;
    align-content: flex-end;
}
.et_pb_widget li a:before {
    float: left;
    content: "\39";
    font-family: 'ETmodules';
	    color: #000;
    margin-right: 7px;
}
.et_pb_bg_layout_light .et_pb_widget li a{
	color: #000 !important;
}
.et_pb_bg_layout_light .et_pb_widget li{
	color: #000 !important;
}



.widget_recent_entries .post-date{
	    font-weight: 600;
    color: #0c5adb;
}
