/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.in-header, .header__container{
  padding: 0;
}
.customlatest_post {
  padding: 60px 0px;
}
.customlatest_post .custom_heading {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}

.customlatest_post .row_bx {
  display: flex;
  flex-wrap: wrap;
}

.customlatest_post .row_bx .column6 {
  width: 50%;
  padding: 20px;
}

.customlatest_post .row_bx .column6 h2 {
  font-size: 34px;
  line-height: normal;
  margin-bottom: 15px;
}

.customlatest_post .row_bx .column6 p {
  font-size: 17px;
  color: #333;
  line-height: 24px;
  margin: 0px;
}

.customlatest_post .row_bx .column6 .custom_btn {
  background: #0054ff;
  color: #fff;
  padding: 12px 30px;
  display: inline-block;
  margin: 20px 0px;
  border-radius: 30px;
  font-size: 14px;
  text-transform: uppercase;
}

.custom_edits {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.custom_edits span {
  color: #000;
}
.custom_edits span {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.custom_edits span svg {
  height: 15px;
  width: 15px;
}

.custom_edits {
  margin-top: 10px;
}
.clumn_right img {
  border-radius: 15px;
}
.filter-image-gallery .module_anchor img {
  width: 100%;
}

.filter-image-gallery .module_anchor {
  padding: 15px;
}

.filter-image-gallery .module_anchor .tags {
  margin: 10px 0 20px;
}

.filter-image-gallery .module_anchor .tags .fillter_tg {
  background: #0054ff29;
  font-weight: 600;
  font-size: 14px;
  padding: 4px 15px;
  display: inline-block;
  border-radius: 30px;
  color: #000;
}
.filter-image-gallery .module_anchor .content h5 {
  margin-bottom: 10px;
}

.filter-image-gallery .module_anchor .content h5 {
  font-size: 20px;
  line-height: normal;
}

.filter-image-gallery .module_anchor .content p {
  line-height: 22px;
}

.filter-image-gallery .module_anchor .post_btn {
}
.filter-image-gallery .module_anchor .post_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.filter-image-gallery .module_anchor .post_btn svg {
  height: 20px;
}
.filter-image-gallery .module_anchor .post_btn a {
  background: #0054ff;
  color: #fff;
  padding: 16px 20px !important;!i;!;
  display: inline-block;
  border-radius: 30px;
  font-size: 15px;
  line-height: normal;
}

.custom_edits span {
  position: relative;
}

.custom_edits span:hover .show_hover {
  display: block !important;
}

.custom_edits span .show_hover {
  position: absolute;
  top: 100%;
  min-width: 190px;
  text-align:right;
  right:0px;
}

.custom_edits span .show_hover svg {
  height: 25px;
  width: 25px;
  margin: 0px 2px;
}

.sharebtn {
  position: relative;
}

.sharebtn:hover .socia_mediabtns {
  display: block !important;
}

.sharebtn .socia_mediabtns {
  position: absolute;
  top: 100%;
  width: 200px;
  right: 0;
  z-index: 1;
  text-align: right;
  background: #fff;
  padding: 0px;
}

.filter-image-gallery .module_ancho .sharebtn a {
  padding: 0px !important;
}

.filter-image-gallery .module_anchor .post_btn .sharebtn {
  width: 30%;
  text-align: right;
}

.filter-image-gallery .module_anchor .post_btn .sharebtn a {
  padding: 0px !important;
  background: transparent !important;
  border-radius: 0px !important;
}
.in-form--form.in-form--multiple-field {
    max-width: 750px;
    margin: 0 auto;
}

header.header.in-header-wrap.in-box-shadow--enable .sharebtn svg {
    height: 18px;
    margin-left: 2px;
    fill: #fff;
    position: relative;
    top: 3px;
}

header.header.in-header-wrap.in-box-shadow--enable .sharebtn .sharebtn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #0054ff;
    display: inline-block;
    padding: 11px 35px;
    border-radius: 40px;
    float: right;
}

header.header .sharebtn:hover .socia_mediabtns {
    display: block;
}

header.header .sharebtn .socia_mediabtns {padding: 5px 20px;border-radius: 5px;width: auto;}

header.header .sharebtn {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
}

header.header .sharebtn .sharebtn {
    max-width: 155px;
    text-align: center;
}

header.header .sharebtn .socia_mediabtns svg {
    fill: #000 !important;
}

header.header .sharebtn .socia_mediabtns a {
    display: inline-block;
    margin: 0 2px;
}

@media only screen and (max-width: 767px) {
  .customlatest_post .custom_heading h2 {
    line-height: normal;
  }

  .customlatest_post .row_bx .column6 {
    width: 100%;
    padding: 10px 0px;
  }

  .customlatest_post .row_bx {
    gap: 30px;
  }

  .customlatest_post .row_bx .column6 h2 {
    font-size: 24px;
  }

  .customlatest_post .custom_heading h2 {
    text-align: left;
    letter-spacing: 0;
    font-size: 28px;
  }

  .customlatest_post .custom_heading {
    text-align: left;
  }

  .form-title {
    font-size: 20px;
    letter-spacing: 0;
  }

  .pagination a {
    font-size: 12px !important;
    padding: 6px 18px !important;
  }
  header.header img {
    max-width: 170px !important;
  }

  #header-navigation-module-2 {
    display: flex;
  }

  header.header .in-toggler--image {
    display: inline-block;
  }

  header.header .in-toggler--image img {
    height: 28px !important;
    position: relative;
    top: -10px;
  }
}