@import url(../fonts/icon/iconfont.css);
@font-face {
  font-family: "Montserrat-Medium.woff";
  src: url("./fonts/Montserrat-Medium.woff.woff2") format("woff2"), url("./fonts/Montserrat-Medium.woff.woff") format("woff"), url("./fonts/Montserrat-Medium.woff.ttf") format("truetype"), url("./fonts/Montserrat-Medium.woff.eot") format("embedded-opentype"), url("./fonts/Montserrat-Medium.woff.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.add-blog-style .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 73px; }
  .add-blog-style .pagination li {
    margin: 0 4px; }
    .add-blog-style .pagination li a {
      font-weight: bolder;
      font-size: 14px;
      color: #000000;
      background: #e4e4e4;
      border: none;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      display: block;
      position: relative;
      text-align: center;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      padding: 0;
      line-height: 35px; }
      @media (max-width: 556px) {
        .add-blog-style .pagination li a {
          width: 30px;
          height: 30px;
          line-height: 30px;
          font-size: 12px; } }
      .add-blog-style .pagination li a:hover {
        background: #a93c0f;
        color: #ffffff !important; }
    .add-blog-style .pagination li.active span {
      font-family: "Montserrat";
      font-weight: bolder;
      font-size: 14px;
      color: #ffffff;
      background: #a93c0f;
      border: none;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      display: block;
      padding: 0;
      text-align: center;
      line-height: 35px; }
      @media (max-width: 556px) {
        .add-blog-style .pagination li.active span {
          width: 30px;
          height: 30px;
          line-height: 30px;
          font-size: 12px; } }
    .add-blog-style .pagination li.active a {
      background: #a93c0f; }
    .add-blog-style .pagination li:first-child a {
      background: none !important; }
    .add-blog-style .pagination li:first-child i {
      position: absolute;
      top: 47%;
      left: 53%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-family: "iconfont" !important;
      font-size: 18px;
      font-weight: bold;
      font-style: normal;
      color: #000000;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .add-blog-style .pagination li:first-child i:before {
        content: "\e612" !important; }
      .add-blog-style .pagination li:first-child i:hover {
        color: #a93c0f; }
    .add-blog-style .pagination li:last-child a {
      background: none !important; }
    .add-blog-style .pagination li:last-child i {
      position: absolute;
      top: 47%;
      left: 53%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-family: "iconfont" !important;
      font-size: 18px;
      font-weight: bold;
      font-style: normal;
      color: #000000;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .add-blog-style .pagination li:last-child i:before {
        content: "\e613" !important; }
      .add-blog-style .pagination li:last-child i:hover {
        color: #a93c0f; }
    .add-blog-style .pagination li.numberss {
      width: 30px;
      height: 35px;
      line-height: 35px;
      text-align: center; }
      @media (max-width: 556px) {
        .add-blog-style .pagination li.numberss {
          width: 30px;
          height: 30px;
          line-height: 30px; } }

.add-blog-style .grid-holder {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.add-blog-style .rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 767px) {
    .add-blog-style .rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
      display: block; } }
  .add-blog-style .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget {
    width: 66.666%;
    padding-left: 10px;
    padding-right: 10px; }

.add-blog-style-blog .social-share-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 767px) {
    .add-blog-style-blog .social-share-bar {
      display: block; } }
  .add-blog-style-blog .social-share-bar ul {
    width: 66.666%;
    padding-left: 5px;
    padding-right: 5px; }

.add-blog-post-content-style .add-breadcrumbs {
  margin-bottom: 28px; }
  .add-blog-post-content-style .add-breadcrumbs a {
    font-size: 14px;
    padding-right: 22px;
    display: inline-block;
    position: relative; }
    .add-blog-post-content-style .add-breadcrumbs a:before {
      content: "\e613";
      position: absolute;
      top: 47%;
      right: 0px;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      font-family: "iconfont" !important;
      font-size: 12px;
      font-weight: bold;
      font-style: normal;
      color: #cacaca;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.add-blog-post-content-style h1 {
  font-size: 42px; }

.add-blog-post-content-style h2 {
  font-size: 28px;
  margin-top: 35px;
  margin-bottom: 35px; }

.add-blog-post-content-style h3 {
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 25px; }

.add-blog-post-content-style h4 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
  margin-bottom: 25px; }

.add-blog-post-content-style h5 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px; }

.add-blog-post-content-style h6 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
  margin-bottom: 15px; }

.add-prve-next .prve a, .add-prve-next .next a {
  width: 170px;
  height: 38px;
  background: #ededed;
  border-radius: 19px;
  border: none;
  line-height: 38px;
  padding: 0;
  text-align: center; }

.add-prve-next .prve {
  font-size: 0; }
  .add-prve-next .prve .pull-left {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative; }
    .add-prve-next .prve .pull-left:before {
      content: "Previous Article";
      font-size: 14px;
      color: #a53507;
      width: 100%;
      position: absolute;
      top: 50%;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .add-prve-next .prve .pull-left:after {
      position: absolute;
      top: 47%;
      left: 8px;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      font-family: "iconfont" !important;
      font-size: 15px;
      font-weight: bold;
      font-style: normal;
      color: #a53507;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e612" !important; }
    .add-prve-next .prve .pull-left:hover:before {
      text-decoration: underline; }

.add-prve-next .next .pull-right {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative; }
  .add-prve-next .next .pull-right:after {
    position: absolute;
    top: 52%;
    right: 20px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-family: "iconfont" !important;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    color: #a53507;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e613" !important; }
  .add-prve-next .next .pull-right:hover {
    text-decoration: underline; }

.add-home-blog-page-block .grid-holder {
  max-width: 1210px;
  margin: 0 auto;
  margin-top: 5px; }
  @media (max-width: 1300px) {
    .add-home-blog-page-block .grid-holder {
      padding: 0px 48px;
      max-width: 100%; } }
  .add-home-blog-page-block .grid-holder li {
    margin-bottom: 100px; }
    @media (max-width: 900px) {
      .add-home-blog-page-block .grid-holder li {
        float: none !important;
        display: block;
        max-width: 420px;
        margin: 0 auto;
        margin-bottom: 30px;
        width: 100% !important; } }
