*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.title-box{
  position: relative;
}
.title-box img{
  width: 100%;
  min-height: 125px;
}
.title-box .above_title{
  position: absolute;
  top: 0;
  left: 7%;
  display: flex;
  align-content: center;
  bottom: 0;
  align-items: center;
}
.title-box *{
  color: #fff;
  text-shadow: 0px 0px 3px #000;
}
.title-box a{
  font-weight: 600;
}
.content-container{
  margin: 3% auto;
  max-width: calc(100% - 15%);
}
.post-contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin: 5% 0;
}
#full-width-blog .post-contents .postbox{
  flex: 0 0 calc( (100% / 4) - 20px );
}
#blog-with-sidebar .post-contents .post-sidebar{
  flex: 0 0 23%;
}
#blog-with-sidebar .post-contents .post-text-content{
  flex: 0 0 75%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#blog-with-sidebar .post-contents .post-text-content>div{
  flex: 0 0 calc( (100% / 3) - 14px );
}
#blog-with-lr-sidebar .post-contents .post-text-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#blog-with-lr-sidebar .post-contents :is(.post-left-sidebar, .post-right-sidebar){
  flex: 0 0 20%;
}
#blog-with-lr-sidebar .post-contents .post-text-content{
  flex: 0 0 56%;
}
#blog-with-lr-sidebar .post-contents .postbox{
  flex: 0 0 49%;
  margin-bottom: 20px;
}
.post-content{
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.post-contents .postbox .post-image img{
  width: 100%;
}
.post-content .post-categories a{
  color: #2b2d42;
  font-weight: 600;
}
.post-content h4{
  font-family: "Open Sans", Sans-serif;
  font-size: 20px;
  font-weight: 800;
}
.post-content .post-readmore{
  text-transform: capitalize;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #157efd;
  text-decoration: underline;
}
/* page  */
.page-contents{
  display: flex;
  margin: 5% 0;
}
.page-with-sidebar .page-contents .page-sidebar{
  flex: 0 0 23%;
}
.page-with-sidebar .page-contents .page-text-content{
  flex: 0 0 75%;
  padding: 0 15px;
}

.page-with-lr-sidebar .page-contents .page-sidebar{
  flex: 0 0 20%;
}
.page-with-lr-sidebar .page-contents .page-text-content{
  flex: 0 0 60%;
  padding: 0 15px;
}

/* sidebar */
.elemento-widget-sidebar{
  padding: 10px 15px;
  border:  1px solid #000;
}
.elemento-widget-sidebar aside{
  margin-block: 10px;
}
.elemento-widget-sidebar *{
  color: #000;
}
/* navigation */
.navigation{
  text-align: center;
  margin: 25px 0;
}
.page-numbers{
  font-weight: 600;
  font-family: "Open Sans", Sans-serif;
  padding: 8px 15px;
  border-radius: 5px;
  color: #000;
}
.prev.page-numbers, .next.page-numbers, .page-numbers.current{
  background-color: #157efd;
  color: #fff;

}
.page-numbers:not(.prev){
  border: 1px solid #157efd;
}
/*-------sidebar-----*/
#wpe-conference-pro-sidebar .widget,#wpe-conference-pro-sidebar .elemento-widget-sidebar .widget {
    border: 1px solid #FF354D;
    padding: 20px;
    margin-bottom: 30px;
}
#wpe-conference-pro-sidebar input[type="submit"],#wpe-conference-pro-sidebar .elemento-widget-sidebar input[type="submit"] {
    width: 100%;
    padding: 12px 0;
    background: #FF354D;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: unset;
    margin-top: 12px;
}
#wpe-conference-pro-sidebar input[type="text"],#wpe-conference-pro-sidebar .elemento-widget-sidebar input[type="text"] {
    width: 100%;
    padding: 11px 10px;
}
#wpe-conference-pro-sidebar h3.widget-title,#wpe-conference-pro-sidebar .elemento-widget-sidebar h3.widget-title {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}
#wpe-conference-pro-sidebar .widget.widget_recent_entries ul li a,#wpe-conference-pro-sidebar .elemento-widget-sidebar .widget.widget_recent_entries ul li a {
    margin-left: 0;
}
#wpe-conference-pro-sidebar .widget ul li, #wpe-conference-pro-sidebar .widget ul li a,#wpe-conference-pro-sidebar .elemento-widget-sidebar .widget ul li, .elemento-widget-sidebar .widget ul li a {
    color: #222222;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0;
}
.wpe-conference-blog-page .ea-item {
    -webkit-box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 11%);
    box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 11%);
    padding: 20px;
}
.ebs-contact-page-info ul.ekit-header-info {
    display: block;
}
.team-image-box img {
    box-shadow: 3px 9px 20px #e9e7e7;
    padding: 20px;
}
.nav-next {
    float: right;
}
.nav-previous {
    float: left;
}
span.meta-nav {
    color: #000;
}
span.post-title {
    font-weight: 600;
    color: #ff344c;
}
.metabox span {
    margin-right: 20px;
    color: #000;
    padding: 10px 0;
    display: inline-block;
}
.metabox span a{
  color: #000;
}
.post_ctg {
    display: flex;
    padding-bottom: 20px;
}
.post_ctg a {
    color: #ff344c;
    font-weight: 500;
}
.socila_share a:hover {
    box-shadow: 5px 5px 3px #ff344cab;
}
.socila_share a {
    background: #ff344c;
    padding: 6px;
    margin-right: 12px;
    border-radius: 5px;
}
.socila_share svg {
    width: 20px;
}
.socila_share path {
    fill: #fff;
}
p.comment-form-comment {
    display: inline-grid;
}
.single-post-block.content_page input[type="submit"] {
    background: #ff344c;
    border: 1px solid #ff344c;
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}
.wpe-conference-pro-contact-form input[type="text"], .wpe-conference-pro-contact-form input[type="email"], .wpe-conference-pro-contact-form textarea {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 20px;
}
.wpe-conference-pro-contact-form input[type="submit"] {
    background: #00224e;
    color: #fff;
    display: inline-block;
    padding: 17px 25px;
    font-size: 20px;
}