.navbar-nav .nav-link {
    color: #545454;
  }
  .navbar-nav .nav-link:hover {
    color: #fff !important;
    background-color: #e84747;
  }
  .nav-item{
    padding: 0px 10px;
  }
  .dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
  }
  .dropdown-item:hover {
    background-color: #e84747;
    color: #fff;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    display: block;
  }
  @media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: 0.5em;
    }
  }

  body{
    background-color: #eaeaea;
    font-family: 'Open Sans', sans-serif !important;
  }
  p, a, h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans', sans-serif !important;
  }
  h1, h2, h3, h4, h5, h6{
    color: #2F1110;
  }
  .header-select-language{
    display: flex;
    justify-content: end;
  }

  .logo-width{
    width: 30%;
  }

  .menu-width{
    width: 70%;
  }

  .logo img{
    width: 80px;
  }

  h1{
    color: #545454;
  }

  .profile-icon{
    width: 30px;
  }

  .profile-icon-user{
    display: flex;
    align-items: center;
  }

  .user-menu{
    position: absolute;
    left: -233px;
    top: 40px;
    padding: 30px 30px 15px 30px;
  }

  .user-menu .nav-item{
    margin-bottom: 10px;
  }

  .user-menu div a{
    text-decoration: none;
    color: #545454;
    font-size: 14px;
  }
  .user-menu div a.active {
    text-decoration: none;
    color: #545454 !important;
    border-bottom: 1px solid #545454 !important;
    font-size: 14px;
}

  .user-menu div a:hover{
    color: #545454;
  }

  .user-menu div h5{
    color: #1f67e7;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .border-bottom-line{
    border-bottom: 1px solid #aaa;
    padding-bottom: 5px;
  }

  .align-items{
    align-items: center;
  }

  @media (max-width:991px) {
    .align-items{
      align-items: self-start !important;
    }
    .navbar-dark .navbar-toggler {
      margin-left: 100px;
      margin-top: 35px;
  }
  }

  .btn-outline-yellow{
    color: #545454;
    background-color: #ffa500;
    border: 2px solid #ffa500;
    border-radius: 0px;
    font-weight: 600;
    font-size: 17px;
  }
  .btn-outline-yellow:hover{
    color: #ffa500 !important;
    background-color: #fff;
    border: 2px solid #ffa500;
  }

  .form-group input:focus{
    box-shadow: none;
    border: 1px solid #BDBDBD;
   }

  /* footer */

   footer .logo{
    padding-left: 0px;
    display: block;
   }

  .footer-left-content{
    padding-left: 12px;
    padding-top: 10px;
  }
  .footer-left-content p{
    font-size: 13px;
  }
  .address {
    font-size: 14px !important;
    color: #fff;
}
.btn-red{
  background-color: #e84747;
  color: #fff;
  font-weight: 600;
}
.btn-red:hover{
  color: #fff;
}
.footer-last input{
  color: #545454 !important;
}
.footer-last input::placeholder{
  color: #545454;
}
.footer-h5{
  color: #e84747;
  font-weight: 700;
  font-size: 16px;
}
.footer-last .para{
  font-size: 13px;
  color: #545454;
}
.text-red{
  color: #e84747;
}
  .footer-ul li{
    list-style: none;
    margin-bottom: 10px;
  }

  .footer-ul li a{
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-size: 13px;
  }

  .footer-ul li a:hover{
    text-decoration: none;
    color: #e84747;
  }

  .bg-red{
    background-color: #e84747;
  }

  select:hover{
    cursor: pointer;
  }

  .footer-bottom-left{
    font-size: 12px;
  }
  .footer-bottom-right{
    justify-content: end;
  }
  .footer-bottom-right a{
    padding: 0px 10px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
  }
  .footer-bottom-right .terms{
    border-right: 1px solid #fff;
  }

  .ax_publisher_digital{
    color: #545454 !important;
  }
  .post-reviews-comment a{
    color: #0077b5 !important;
    text-decoration: none;
  }

  .about-bg-bottom-color{
    background-color: #68a4bc;
    padding: 20px;
    text-align: center;
  }
  .about-bg-bottom-color a{
    color: #fff;
    font-weight: 700;
  }

  .join_form_section .row {
    padding: 24px 17px 0 17px !important;
}


  /* home page styles */

  .responsive-banner-image{
    background-image: url('../img/banner-image.webp');
    height: 718px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .banner-text{
    display: flex;
    justify-content: center;
    align-items: center;  
  }
  .banner-content{
    margin-top: 65px;
  }
  /* .banner-content h1, h5{
    color: #fff;
    font-weight: 500;
  }

  .banner-content h5{
    font-style: italic;
    color: #fff;
    font-weight: 600;
  } */

  .banner-content .banner-title p, .banner-content .banner-title h1{
    font-weight: 400;
    font-family: 'Open Sans', sans-serif !important;
    color: #fff !important;
    font-size: 38px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 0;
  }
  .banner-content .banner-sub-title p{
    margin-bottom: 50px !important;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-size: 22px !important;
    font-weight: 600;
    margin-top: 15px;
    line-height: 27px;
    font-family: 'Open Sans', sans-serif !important;
  }

  .side-icon{
    font-size: 13px;
    background: #fff;
    color: #545454;
    border-radius: 50%;
    border: 2px solid #545454;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .side-heading{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px !important;
    color: #747474;
  }

  .bg-red{
    background: #e84747;
  }

  .featured-article-content-width{
    width: 60%;
  }

  .featured-article-image-width{
    width: 40%;
    max-height: 146px;
    overflow: hidden;
  }

  .trending-img img{
    width: 25px;
    border-radius: 50%;
    margin-right: 10px;
  }

  .trending-num{
    color: #d9d9d9;
    font-size: 30px;
    font-weight: 700;
    margin-top: -12px;
    text-align: center;
  }

  .trending-img-heading a{
    color: #545454;
    text-decoration: none;
    font-size: 14px;
  }

  .trending-heading h2{
    line-height:24px;
  }
  .trending-heading h2 a {
    text-decoration: none;
    /* color: #545454; */
    color:#2F1110;
    font-size: 18px;
    font-weight: 600;
  }
  .trending-heading p{
    font-size: 12px;
    margin-bottom: 18px;
  }
  
  .discover-para{
    font-size: 11px;
    font-weight: 600;
    color: #919191;
    display: flex;
    align-items: center;
  }

  .article-tabs-scroll{
    padding-bottom: 20px;
  }

  .article-tabs{
    padding: 0px 13px 2px 13px;
    border: 2px solid #f1f1f1;
    border-radius: 5px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 14px;
  }

  .article-tabs:hover{
    /* background-color: #e84747; */
    cursor: pointer;
    text-decoration: underline;
    color: #e84747;
  }

  .article-tabs a{
    color: #e84747;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    font-weight: 600;
    font-size: 15px;
  }

  .c_btn{
    background-color: #f0f0f0;
    border-radius: 30px;
    font-size: 12px;
    color: #545454;
  }
  .category_btn .c_btn{
    margin-left: 15px;
  }
  .category_btn .c_btn:first-child{
    margin-left: 0 !important;
  }
  .c_btn:hover{
    background-color: #d8d8d8;
    color: #000000;
  }

  .box-shadow-bar{
    border: 1px solid #ddd;
    padding: 20px;
  }

  .search {
    position: relative;
    color: #aaa;
    font-size: 16px;
  }
  
  .search input {
    width: 100%;
    padding:8px 15px ;
    background: #fcfcfc;
    border: 1px solid #aaa;
  }
  
  .search .fa-search { 
    position: absolute;
    top: 14px;
    left: 10px;
  }
  
  .search .fa-search {left: auto; right: 15px;}

  .shadow-sm {
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .075) !important;
}

.right-side-views{
  margin-bottom: 0px;
}

.right-side-views li{
  list-style: circle;
  color: #555;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}

.top-posts{
  background-color: #f2f2f2;
  padding: 10px;
  color: #545454;
  font-size: 14.4px;
}

.top-post-img-logo{
  width: 16%;
}

.top-post-heading h6 a{
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  line-height: 20px;
  color: #545454b8 !important;
}
.top-post-heading{
  width: 84%;
}
.top-post-date-cate{
  display: flex;
  justify-content: space-between;
}
.top-post-date-cate p{
  font-size: 12px;
  color: #a1a1a1;
}

.post-reviews h6 a{
  text-decoration: none;
  color: #545454;
  font-weight: 700;
}

.post-reviews .star-icon{
  font-size: 22px;
  color: #1f67e7;
  position: relative;
}

.post-reviews .star-icon span i{
  font-size: 15px;
}

.post-reviews .star-icon span{
  position: absolute;
  top: -2px;
}
.post-reviews .star-icon-new{
  display: inline-block;
  margin-right: 4px;
}

.post-reviews .star-icon-new i{
  font-size: 15px;
  color: #1f67e7;
}

.facebook{
  color: #1f67e7;
  font-size: 18px;
  font-weight: 700;
}

.post-reviews-comment{
  font-size: 14px !important;
  margin-top: 5px;
  color: #545454;
  display: inline;
}

.text-color{
  color: #1f67e7 !important;
}
.article-img{
  position: relative;
}
.article-img p{
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 15px;
  background-color: #e84747;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.index-page-down-btn i{
  margin-left: 6px;
  background: #46abff;
  color: #fff;
  padding: 3px 6px!important;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}

.reviews-post-image-width{
  width: 25%;
  padding: 0px 10px 0px 0px;
}
.reviews-post-image-width img{
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
}
.reviews-post-content-width{
  width: 75%;
  padding: 0;
}

.trending-num-width{
  width: 10%;
}
.trending-post-width{
  width: 90%;
}

/* gallery */

.line-border{
  border: 1px solid #999;
  margin-top: 30px;
  margin-bottom: 20px;
}
.gallery-img-p{
  color: #9b9b9b;
  font-size: 14px;
  text-transform: capitalize !important;
  text-align: center !important;
}
.gallery-page-para-content p{
  color: #545454;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
}
.gallery-page-para-content p a{
  color: #e84747;
  text-decoration: none;
}
.gallery-page-para-content p a:hover{
  color: #e84747;
  text-decoration: underline;
}
.magnific-img img {
  width: 100%;
  height: auto;
}
.gallery-image-width{
  height: 250px !important;
}
/* .mfp-bottom-bar,*{
 font-family: 'Abel', sans-serif;
} */
.magnific-img {
  width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
a.image-popup-vertical-fit {
  cursor: pointer;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}
.mfp-arrow-left:before {
  border-right: none !important;
}
.mfp-arrow-right:before {
  border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
opacity: 1 !important;
}


/* Magnific Popup CSS */

.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }


.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }

.mfp-align-top .mfp-container:before {
display: none; }

.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }

.mfp-ajax-cur {
cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: pointer; }

.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }

.mfp-loading.mfp-figure {
display: none; }

.mfp-hide {
display: none !important; }

.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
  color: #CCC; }
  .mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
display: none; }

.mfp-s-error .mfp-content {
display: none; }

button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }

button::-moz-focus-inner {
padding: 0;
border: 0; }

.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }
.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
font-size: 50px; }

.mfp-counter {
position: absolute;
top: 0;
right: 5px;
color: #e84747;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }

.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
  margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
/* img.mfp-img {
width: 450px;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 0 !important ;
margin: 0 auto;
height: 350px; } */
img.mfp-img {
  padding: 40px 0 36px;
}
/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }

.mfp-title {
text-align: left;
line-height: 18px;
color: #545454;
word-wrap: break-word;
padding-right: 36px; 
padding-left: 10px;
padding-bottom: 10px;
padding-top: 10px;
width: 100%;
background-color: #fff;
font-size: 12px;
}

.mfp-image-holder .mfp-content {
max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
     * Remove all paddings around the image on small screen
     */
.mfp-img-mobile .mfp-image-holder {
  padding-left: 0;
  padding-right: 0; }
.mfp-img-mobile img.mfp-img {
  padding: 0; }
.mfp-img-mobile .mfp-figure:after {
  top: 0;
  bottom: 0; }
.mfp-img-mobile .mfp-figure small {
  display: inline;
  margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  margin: 0;
  top: auto;
  padding: 3px 5px;
  position: fixed;
  box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
.mfp-img-mobile .mfp-counter {
  right: 5px;
  top: 3px; }
.mfp-img-mobile .mfp-close {
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  text-align: center;
  padding: 0; } }

@media all and (max-width: 900px) {
.mfp-arrow {
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }
.mfp-arrow-left {
  -webkit-transform-origin: 0;
  transform-origin: 0; }
.mfp-arrow-right {
  -webkit-transform-origin: 100%;
  transform-origin: 100%; }
 }


  /* details page */
  .details-page h1{
    font-weight: 700;
    color: #2F1110;
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px !important;
  }
  .details-page .detail-heading-3{
    font-weight: 700;
    color: #2F1110;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px !important;
    font-family: 'Open Sans', sans-serif !important
  }
  .details-page .img-fluid{
    width: auto !important;
  }
  .details-page .featured-image{
    max-width:500px !important; 
  }
  .details-page p, .details-page ul li, .details-page ol li, .details-page span{
    color: #545454 !important;
    font-size: 15px !important;
    line-height: 1.6em;
    word-wrap: break-word;
  }
  
  .details-page h5, .details-page h6{
    font-size:1.125em;
    margin:1.3em 0 1em 0;
    font-weight: bold;
    line-height: 1.0em;
    color:#2F1110;
  }
  .details-page a{
    color: #e84747;
    text-decoration: none;
  }
  .details-page a:hover, .details-page a:active{
    text-decoration: underline;
  }
  .details-image-btn{
    justify-content: center;
  }
  .details-page #post_description img{
    width: auto !important;
    max-width: 100%;
    padding-right: 30px;
  }
  .details-image-btn .details-page-audio{
    padding: 5px 50px;
    background-color: #184c53;
    color: #fff;
    display: inline-block;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    height: 30px;
    font-size: 13px;
  }

  .details-image-btn div a{
    color: #e84747;
    text-decoration: none;
    font-size: 16px;
  }

  .details-image-btn div a:hover{
    color: #e84747;
    text-decoration: underline;
  }

  .detail-heading-5{
    color: #545454;
    font-weight: 700;
    font-family:  sans-serif !important;
    font-size: 18px;
    /* margin-top: 20.8px; */
  }

  .detail-heading-6{
    color: #545454;
    font-weight: 700;
  }

  .detail-heading-5 a{
    color: #e84747;
    text-decoration: none;
  }
  .detail-heading-5 a:hover{
    color: #e84747;
    text-decoration: underline;
  }
  .details-page blockquote{
    background-color: #FFFDF5;
    padding: 30px 30px 30px 30px;
    position: relative;
    border: 0;
    font-size: 16px;
    color:#2F1110 !important;
    font-family: 'Verdana', sans-serif;
  }
  .details-page blockquote span, .details-page blockquote p{
    font-size: 16px;
    color:#2F1110 !important;
    font-family: 'Verdana', sans-serif;
  }
  .details-page blockquote:before,
  .details-page blockquote:after {
    position: absolute;
    font-size: 3rem;
    width: 4rem;
    height: 4rem;
    color: #2F1110;
    font-family: 'Arial';
  }

  .details-page blockquote:before {
    content: '“';
    left: 1rem;
    top: 0rem;
  }
  #authorContainer h5{
    font-size: 18px;
  }
  /* .details-page blockquote:after {
    content: '”';
    right: 1rem;
    bottom: -2rem;
  } */

  cite {
    line-height: 3;
    text-align: left;
  }

  .details-page-share-social-icons a{
    padding: 10px 10px;
    border-radius: 50%;
    margin-right: 12px;
    text-decoration: none;
    color: #fff;
  }
  .details-page-share-social-icons a i{
    margin-left: 3px;
    padding: 0px 3px;
  }

  .bg-facebook{
    background-color: #3a579a;
  }
  .bg-pinterest{
    background-color: #c92228;
  }
  .bg-twitter{
    background-color: #14171A;
  }
  .bg-linkedin{
    background-color: #0077b5;
  }

  .details-page-last-comment-bg {
    background-color: #FEFEFA;
    padding: 15px;
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    min-height: 170px;
  }
  .details-page-last-comment-bg .detail-heading-5{
    margin-top:0;
  }
  .details-page-last-comment-img{
    float: left;
  }
  .details-page-last-comment-img img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border: 1px solid #ccc;
    margin-right: 15px;
    padding: 3px;
    height: auto;
    max-width: 100%;
  }
  .details-page-last-comment{
    width: 80%;
    padding: 0px 15px;
    color: #6c6c6c;
  }
  .details-social-icons{
    margin-bottom: 10px;
  }
  .details-page-bottom-a-tags span a{
    color: #e84747;
    text-decoration: none;
  }
  .details-page-bottom-a-tags span a:hover{
    color: #e84747;
    text-decoration: underline;
  }

  .details-page-terms{
    color: #e84747;
    text-decoration: none;
  }

  .details-page-terms:hover{
    color: #e84747;
    text-decoration: underline;
  }

  .details-page-btn-red{
    background-color: #e84747;
    color: #fff;
    border: 1px solid #e84747;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
  }

  .details-page-btn-red:hover{
    background-color: #fff;
    color: #e84747;
    border: 1px solid #e84747;
  }

  .details-page-email-btn{
    width: 25%;
  }

  /* category */

  .category-heading-6{
    font-weight: bold;
    color:#2F1110;
    margin-bottom: 0px;
    font-family: sans-serif;
  }

  .category-heading-4{
    text-align: center;
    margin-bottom: 20px;
  }
  .category-heading-4 a{
    font-weight: bold;
    color: #2F1110;
    text-align: center;
    font-size: 22px;
    font-family: sans-serif;
    text-decoration: none;
  }

  .category-page-outline-btn{
    border: 2px solid #2F1110;
    color: #2F1110;
    text-decoration: none;
    display: inline-block;
  }
  .category-page-outline-btn:hover{
    background-color: #2F1110;
    color: #fff;
  }

   /* terms and conditions */

   .terms-conditions .terms-heading-2{
    font-weight: 700;
    color: #545454;
    font-size: 20px;
   }

   .terms-para{
    color: #545454;
   }

   .terms-heading-5{
    font-weight: 700;
    color: #545454;
    font-size: 18px;
   }

   .terms-ul li{
    list-style: square;
    color: #545454;
   }

   .terms-conditions .terms-para a{
    color: #e84747;
    text-decoration: none;
   }

   .terms-conditions .terms-para a:hover{
    color: #e84747;
    text-decoration: underline;
   }

   /* register page */

   .user-register{
    padding: 0px 20px;
    margin-bottom: 30px;
   }
   .user-register h3{
    color: #545454;
    font-weight: 700;
    font-size: 22px;
   }
   .user-register-form {
    padding: 20px;
    border: 1px solid #d7d7d7;
   }
   .user-register-form .form-group label{
    font-weight: 700;
    margin-bottom: 10px;
    color: #545454;
   }
   .user-register-form .form-group label .star{
    color: #e84747;
   }
   .user-register-form .form-group input{
    border-radius: 0px;
   }
   .user-register-form .form-group input:focus{
    box-shadow: none;
    border: 1px solid #BDBDBD;
   }
   .user-register-form .form-group .form-check-input{
    border-radius: 30px;
    padding: 0px;
   }
   .user-register-form .form-group .form-check-label{
    font-size: 14px;
    font-weight: 500;
   }
   .user-register-form .form-group .checkbox{
    border-radius: 0px;
   }
   .user-register-form .form-group a{
    color: #e84747;
    text-decoration: none;
   }
   .user-register-form .form-group a:hover{
    color: #e84747;
    text-decoration: underline;
   }
   .btn-submit-blue{
    color: #fff;
    background-color: #003e71;
   }
   .btn-submit-blue:hover{
    color: #fff;
    background-color: #003e71;
   }
   .user-register-after-login p{
    color: #545454;
   }
   .user-register-after-login p a{
    color: #e84747;
    text-decoration: none;
   }
   .user-register-after-login p a:hover{
    color: #e84747;
    text-decoration: underline;
   }
   /* transaction-result */
   .transaction-result{
    padding: 20px;
   }
   .transaction-result h2{
    font-weight: 700;
    color: #545454;
    font-size: 22px;
   }
   .transaction-result p{
    color: #545454;
   }
   /* story-list */
   .story-list{
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
   }
   .story-list-tabs{
    padding: 0px 20px;
   }
   .story-list h2{
    color: #545454;
    font-weight: 700;
    font-size: 22px;
   }
   .story-list div a{
    color: green;
    border: 1px solid green;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 20px;
   }
   .story-list div a:hover{
    text-decoration: underline;
   }
   .story-list-tabs .nav-tabs .nav-item .active{
    border: 0 !important;
    border-bottom: 2px solid #b1b1b1 !important;
   }
   .story-list-tabs .nav-tabs .nav-link{
    color: #545454;
   }
   .story-list-tabs-content h3{
    color: #545454;
    font-size: 1.3rem;
    font-weight: bold;
    font-family: sans-serif;
   }
   .dropdown-toggle::after{
      display: none;
   }
   .story-list-tabs-content .dropdown .dropdown-toggle{
    color: #545454;
   }
   /* lost password */
   .lost-password{
    padding: 0px 20px;
    margin-bottom: 30px;
   }
   .lost-password h2{
    font-weight: bold;
    color: #545454;
    font-family: sans-serif;
    font-size: 22px;
   }
   .error-div{
    border-left: 5px solid #dc3232;
    padding: 12px !important;
    color: #545454;
    margin-top: 10px;
   }
   .lost-password-form .form-group label{
    color: #545454;
    margin-bottom: 10px;
   }
   .lost-password-form .form-group input{
    border-radius: 0px;
   }
   .tml.tml-lostpassword{
    margin-top: 25px;
   }
   /* profile settings */

   .mem{
    padding: 0px 20px;
   }
   .profile-settings h2{
    color: #545454;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
   }
   .mem-line{
    border: 3px solid #545454;
    margin-top: 20px;
   }
   .mem-data h5{
    font-weight: 700;
    color: #545454;
    text-align: center;
    justify-content: center;
   }
   .mem-data ul li{
    list-style: none;
    color: #545454;
    font-size: 15px;
   }
   .mem-data ul li i{
    margin-right: 10px;
   }
   .mem-first-ul{
    padding-left: 50px;
   }
   .mem-second-ul{
    padding-left: 62px;
   }
   .on-offer{
    color: #9b9b9b;
    font-size: 15px;
    margin-top: 2px;
    margin-left: 5px;
   }

   .pay-pal h6{
    font-weight: 700;
    color: #545454;
    text-align: center;
   }
   .pay-pal-bg{
    background-color: #f0f0f0;
    padding: 10px;
    text-align: center;
    width: 90%;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
   }
   .pay-link{
    color: #003087;
    font-weight: bold;
    font-style: italic;
    font-size: 22px;
   }
   .pal-link {
    color: #009CDE;
    font-weight: bold;
    font-style: italic;
    font-size: 22px;
  }
  .pay-pal p{
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #aaa;
  }
  span.pay-link-low {
    color: #003087;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
}
span.pal-link-low {
  color: #009CDE;
  font-weight: bold;
  font-size: 16px;
  font-style: italic;
}

.profile-settings-form{
  padding: 0px 20px;
  margin-bottom: 30px;
}

.profile-settings-form h2{
  color: #545454;
  font-weight: 700;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
  font-size: 22px;
}

.profile-settings-form h6{
  font-weight: 700;
  color: #545454;
}
.profile-settings-form p{
  color: #545454;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.profile-settings-form textarea{
  width: 100%;
  border-bottom: 1px solid #d1d1d1 !important;
  border: 0px;
}
.profile-settings-form textarea:focus{
  border: 1px solid #CCC !important;
  box-shadow: none;
}
.ps-btn{
  border: 1px solid #545454;
  border-radius: 30px;
  height: 32px;
  width: 65px;
  text-align: center;
  padding-top: 3px;
  margin-left: 10px;
  cursor: pointer;
  margin-bottom: 5px;
}

.ps-input-field{
  border: 0px;
  border-bottom: 1px solid #d1d1d1 !important;
  border-radius: 0px;
}
.ps-input-field:focus{
  border: 0px;
  box-shadow: none;
}
.btn-ps-submit{
  border: 1px solid #545454;
  border-radius: 8px;
  color: #545454;
}

/* my-account */

.my-account-shadow{
  box-shadow: 0 0rem 0.25rem rgba(0, 0, 0, .15);
}

.my-account{
  padding: 0px 20px;
  margin-bottom: 30px;
}
.my-account h3{
  font-weight: 700;
  color: #545454;
  font-size: 22px;
}
.my-account-form{
  padding: 20px;
  border: 1px solid #d7d7d7;
}
.my-account-form .form-group label{
  color: #545454;
  margin-bottom: 10px;
}
.my-account-form .form-group label .star{
  color: #e84747;
}
.my-account-form .form-group input{
  border-radius: 0;
}
.my-account-form a{
  color: #e84747;
  text-decoration: none;
}
.my-account-form a:hover{
  color: #e84747;
  text-decoration: underline;
}
.my-account-form .form-group .form-check-input{
  padding: 0px;
  width: 12px;
  height: 12px;
  margin-top: 6px;
 }
 .my-account-form .form-group .form-check-label{
  font-size: 12px;
 }
 .my-account-form .btn-account-login{
  color: #fff;
  background-color: #e84747;
  border-radius: 0;
 }
 .my-account-form .btn-account-login:hover{
  color: #fff;
  background-color: #545454;
 }
 .my-account-login-btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
 }

 .my-account-after-login .menu-a{
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #d9d9d9;
 }
 .my-account-after-login .menu-a a{
  padding: 15px 30px;
  color: #e84747;
  text-decoration: none;
 }
 .my-account-after-login .menu-a a:hover{
  text-decoration: none;
}
.my-account-after-login h2{
  color: #545454;
  font-size: 22px;
}
 .my-account-after-login h2,h5,p{
  color: #545454;
 }
 .my-account-after-login a{
  color: #e84747;
  text-decoration: none;
 }
 .my-account-after-login a:hover{
  color: #e84747;
  text-decoration: underline;
 }
 .account-dasboard{
  background-color: #dee0e9;
 }

 /* change-password */

 .change-password{
  padding: 0px 20px;
 }
 .account-change-pass{
  background-color: #dee0e9;
 }
 .change-password-form{
  padding: 20px 40px;
 }
 .change-password-form h2{
  color: #545454;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 22px;
 }
 .change-password-form input{
  border-radius: 0;
 }
 .change-password-form label{
  color: #545454;
 }
 .btn-change-pass{
  color: #fff;
  background-color: #e84747;
  border-radius: 0;
 }
 .btn-change-pass:hover{
  color: #fff;
  background-color: #545454;
 }

 /* paint-life */

 .paint-life{
  padding: 0px 30px;
  margin-bottom: 30px;
 }
 .paint-life h2{
  color: #545454;
  font-weight: 700;
  font-size: 22px;
 }
 .paint-life h6{
  font-weight: 700;
  color: #545454;
 }
 .alignleft {
  float: left;
  display: inline;
  margin: 0 2em 1em 0;
}
.paint-life-a a{
  color: #e84747;
  text-decoration: none;
}
.paint-life-a a:hover{
  color: #e84747;
  text-decoration: underline;
}

/* artist-page */

.artist-page h2{
  color: #545454;
  font-weight: 700;
  font-size: 22px;
  line-height: 35px;
  font-family:  sans-serif !important;
}
.artist-page{
  padding: 0px 30px;
}
.artist-page-a a{
  color: #e84747;
  text-decoration: none;
}
.artist-page-a a:hover{
  color: #e84747;
  text-decoration: underline;
}

/* profile-page */

.profile-page{
  padding: 0px 30px;
}
.profile-page h2{
  font-weight: 700;
  color: #545454;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
  font-size: 22px;
}
.btn-profile-num{
  background-color: #ffc107;
  height: 25px;
    font-size: 12px;
    padding: 2px 4px;
    margin-left: 10px;
    font-weight: 800;
    color: #e84747;
}
.profile-page h6{
  font-weight: 700;
  color: #545454;
  font-size: 20px;
}
.profile-page-tabs{
  padding: 0px 30px;
  margin-bottom: 30px;
}
.profile-page-tabs .tab-pane p{
  color: #545454;
  font-size: 14px;
  margin-top: 20px;
}
.profile-page-tabs .nav-tabs .active{
  border-bottom: 2px solid #e84747;
}
.profile-page-tabs .nav-tabs .nav-link{
  color: #e84747;
}

.reputation-data{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d7d7d7;
  padding: 10px;
}
.reputation-bg{
  width: 30px;
    height: 30px;
    background-color: #7d7d7d;
    border-radius: 30px;
    margin-right: 30px;
}
.reputation-bg-h6 h6{
  margin-bottom: 0;
  font-weight: 700;
}

/* writing-guideline-image */

.writing-guideline-image{
  width: 100%;
}

/* sign-in-popup */

.sign-in-popup{
  padding: 10px 40px;
  text-align: center;
}
.social-icon-sign-in-popup{
  width: 60%;
  background-color: #1877f2;
  border-radius: 30px;
    margin: auto;
    padding: 10px 20px;
}
.social-icon-sign-in-popup a{
    color: #fff;
    text-decoration: none;
}
.social-icon-sign-in-popup a i{
    background: #fff;
    color: #1877f2;
    padding: 4px;
    border-radius: 30px;
    width: 25px;
}
.email-sign-in{
  width: 60%;
  padding: 10px 20px;
    border-radius: 30px;
    margin: auto;
    text-decoration: none;
    border: 1px solid #545454;
}
.email-sign-in a{
  text-decoration: none;
  color: #545454;
}
.sign-in-popup-account a{
  color: #e84747;
  text-decoration: none;
}
.sign-in-popup-account a:hover{
  color: #e84747;
  text-decoration: underline;
}
.sign-in-popup-account-terms{
  font-size: 13px;
}

.email-sign-in-popup{
  padding: 10px 40px;
  text-align: center;
}
.email-sign-in-popup input{
  border-radius: 0;
}
.btn-submit-red{
  background-color: #e84747;
  color: #fff;
  border-radius: 0;
}
.btn-submit-red:hover{
  background-color: #545454;
  color: #fff;
}

/* about_us */

.about_us h1{
  font-weight: 700;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.0em;
  color: #545454 !important;
  margin-top: 20px;
}
.about_us h4{
  color: #545454;
  font-weight: 700;
}
.about-us-content h4{
  color: #545454;
  font-weight: 700;
}
.about-us-content-social-icon{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-us-content-social-icon-pinterest{
  display: flex;
  align-items: center;
}
.about-us-content-social-icon-facebook{
  display: flex;
  align-items: center;
}
.about-us-content-social-icon-pinterest i{
  font-size: 28px;
  color: #cc2433;
  margin-right: 10px;
}
.about-us-content-social-icon-facebook i{
  font-size: 28px;
  color: #164f8b;
  margin-right: 10px;
}
.about_us_title_wrapper{
  display: none;
}
.details-social-icons a{
  color: #fff !important;
}

/* membership-page */

.membership-page h2 {
  font-weight: bold;
  font-size: 22px !important;
  font-family: sans-serif;
}
.membership-page h4{
  color: #545454;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
.mem-data{
  background-color: #f0f1f0;
  padding: 20px 0;
}
.text-red{
  color: #e84747;
}
.membership-page ul li{
  margin-bottom: 5px;
  color: #7d7d7d;
}
.membership-page h5{
  color: #7d7d7d;
}
.membership-page-details p{
  font-size: 13px;
  margin-bottom: 0;
  text-align: center;
}
.pay-pal .d-flex select{
  padding: 5px 20px;
  border-color: #dc3232;
}
.pay-pal{
  margin-top: 20px;
}
.membership-page-details-register{
  padding: 20px 65px;
  background-color: #f0f1f0;
  text-align: center;
}
.membership-page-details-register h4{
  color: #e84747;
  font-weight: 700;
}
.membership-page-details-register p{
  margin-bottom: 0;
  font-size: 14px;
}
.membership-page-details-register-image{
  height: 210px;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  margin-right: 10px;
  color: #545454;
}

.profile-setting-popup-menu-btn{
  display: block;
}
.profile-setting-popup-menu-btn-a a{
  color: #e84747;
  text-decoration: none;
}
.profile-setting-popup-menu-btn-a a:hover{
  color: #e84747;
  text-decoration: underline;
}

.navbar-dark .navbar-nav .nav-link {
  color: #545454;
  font-size: 18px;
  padding: 6px 8px;
}
.join_form .desc h1{
  font-family: sans-serif;
  font-weight: bolder;
  color: #545454 !important;
}
.join_form .ap-btn-newcomment{
  font-size: 14px;
}
.ap-post-updated i{
  font-size: 12px;
}
.join_form .ap-question-meta>.ap-display-meta-item,#author-bio-box h3{
  font-family: sans-serif;
}
#author-bio-box h3{
  color: #545454 !important;
  font-size: 21px;
  font-weight: bolder;
}
span.ap-post-history {
  font-size: 12px;
}
/* contact-us */

.contact-us-bottom-line{
  border-bottom: 6px solid #545454;
  margin-bottom: 10px;
}
.contact_us h1{
  color: #e84747 !important;
}
.border_{
  border: 1px solid #ddd;
  padding: 19.2px 24px !important;
}
.contact_us h5{
  color: #9a0305;
  font-weight: 700;
}
.contact_us_bg-color{
  background-color: #f0f1f0;
  padding: 30px;
  text-align: left !important;
}

/* writers-page */

.writers-page h3{
  font-weight: 700;
  color: #545454;
  text-align: center;
  font-family: sans-serif;
  font-size: 22px;
}
.writers-page p a{
  color: #e84747;
  text-decoration: none;
}
.writers-page p a:hover{
  color: #e84747;
  text-decoration: underline;
}

.writers-page-audio{
  padding: 5px 50px;
  background-color: #749498;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
}
.writers-page-contibutors h5{
  font-weight: 700;
  color: #545454;
}
.writers-page-contibutors-content a{
  color: #e84747;
  text-decoration: none;
}
.writers-page-contibutors-content a:hover{
  color: #e84747;
  text-decoration: underline;
}
.writers-page-contibutors-content div{
  display: inline-block !important;
  margin-bottom: 5px;
    margin-right: 5px;
}

.tag-heading h6{
  font-weight: bold;
  color: #545454;
  margin-bottom: 0;
  font-family: sans-serif;
}
.bloggers-page h5{
  color: #545454;
}
.bloggers-page h5 a,.pay-pal h6{
  color: #545454;
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
  text-align: center;
  font-family: sans-serif;
}
.bloggers-page .read-more-btn a{
  color: #e84747;
  padding: 10px 20px;
  text-decoration: none;
  border: 2px solid #e84747;
}
.bloggers-page .read-more-btn a:hover{
  color: #ffff;
  background-color: #e84747;
}
.caret-icon{
  position: absolute;
  right: 10px;
  top: 30px;
}

.forgot-password{
  padding: 20px;
}
.padd_0{
  padding: 0 !important;
}
.feaature-articles h5{
  font-weight: 600;
}
.post-reviews p{
  font-size: 13px;
  margin-top: 6px;
}
.post-reviews:last-child p:last-child{
  margin-bottom: 0 !important;
}
.overlay{
  position: relative;
}
.overlay::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
}
.footer_corr{
  position: relative;
  z-index: 2;
}

.contact-us-page-banner-image{
  position: relative;
}
.contact-us-page-banner-image a{
  position: absolute;
  bottom: 175px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
.image_{
  text-align: center;
}
.image_ img{
  width: 92%;
}
.about_us{
  padding: 0px 0 60px 0;
}
.error-div {
  font-family: sans-serif;
}
.box-none{
  border: 0px solid #ddd;
    box-shadow: none !important;
}
.contact-us-page-banner-image img{
  width: 100%;
}

.story-dropdown-menu:before{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-bottom: none;
  border-right: none;
  left: 16px;
  transform: rotate(45deg);
  top: -11px;
}
.story-dropdown-menu{
  margin-top: 8px;
  margin-left: -18px;
  padding: 20px;
  width: 120px;
}
.story-dropdown-menu li{
  text-align: center;
  margin-bottom: 10px;
}
.story-dropdown-menu li a{
  text-align: center;
  width: 100%;
  padding: 0;
  display: inline;
}
.story-dropdown-menu li a:hover{
  background-color: #fff;
  color: #545454;
  border-bottom: 1px solid #545454;
}

.user-menu:before{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-bottom: none;
  border-right: none;
  right: 16px;
  transform: rotate(45deg);
  top: -11px;
}
#myAudio{
  display: none;
}

.responsive-reviews-post{
  margin: 0px 20px;
}

.responsive-advertise-image{
  margin: 0px 20px;
}

.about-banner-image{
  margin-bottom: -200px;
}

.bg-facebook:hover{
    outline: none;
    box-shadow: 2px 0 0 2px rgb(58 87 154 / 57%) !important;
    box-shadow: 0 0 0 3px var(--networkHover);
}
.bg-pinterest:hover{
  outline: none;
  box-shadow: 2px 0 0 2px rgb(201 34 40 / 57%) !important;
  box-shadow: 0 0 0 3px var(--networkHover);
}
.bg-twitter:hover{
  outline: none;
  box-shadow: 2px 0 0 2px rgb(0 171 240 / 57%) !important;
  box-shadow: 0 0 0 3px var(--networkHover);
}
.bg-linkedin:hover{
  outline: none;
  box-shadow: 2px 0 0 2px rgb(0 119 181 / 57%) !important;
  box-shadow: 0 0 0 3px var(--networkHover);
}
.author-sharing-icon{
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding-top: 1px;
  cursor: pointer;
  margin-right: 3px;
}
.author-sharing-icon a{
  color:#fff;
}
.article-bottom-link-icon{
  background: #545454;
}
.article-bottom-link-icon:hover{
  background: #8d8d8d;
}

.article-bottom-facebook-icon{
  background: #3a579a;
}
.article-bottom-facebook-icon:hover{
  background: #3a579abf;
}

.article-bottom-twitter-icon{
  background: #14171A;
}
.article-bottom-twitter-icon:hover{
  background: #14171Abd;
}

.article-bottom-google-icon{
  background: #dd4b39;
}
.article-bottom-google-icon:hover{
  background: #dd4b39bd;
}

.article-bottom-linkedin-icon{
  background: #0077b5;
}
.article-bottom-linkedin-icon:hover{
  background: #0077b5ba;
}
.article-bottom-instagram-icon{
  background: #E1306C;
}
.article-bottom-flickr-icon{
  background: #0063DC;
}
.article-bottom-tumblr-icon{
  background: #4B7FB4;
}
.article-bottom-vimeo-icon{
  background: #19B1E3;
}
.article-bottom-youtube-icon{
  background: #F60000;
}
.article-bottom-pinterest-icon{
  background: #E60023;
}

.article-bottom-instagram-icon:hover{
  background: #E1306Cbd;
}
.article-bottom-flickr-icon:hover{
  background: #0063DCbd;
}
.article-bottom-tumblr-icon:hover{
  background: #4B7FB4bd;
}
.article-bottom-vimeo-icon:hover{
  background: #19B1E3bd;
}
.article-bottom-youtube-icon:hover{
  background: #F60000bd;
}
.article-bottom-pinterest-icon:hover{
  background: #E60023bd;
}
.container{
  max-width: 1340px !important;
  width: 92% !important;
}

.membership_page .contact-us-page-banner-image a {
  bottom: 12px;
}
.membership_page .contact-us-page-banner-image img {
  margin-top: -62px;
}
.pos-z{
  position: relative;
  z-index: 1 !important;
}
/* .gallery_image .line-border{
  display: none !important;
} */
.gallery_image .image-popup-vertical-fit{
  padding: 10px;
  /* border-bottom: 1px solid #999; */
}
.gallery_image .gallery-img-p{
  margin-bottom: 0 !important;
  padding: 15px 0;
}
/* .bg_img{
  display: none;
} */
.mfp-img{
  max-height: 100% !important;
}
.gallery-page-para-content .side-heading{
  margin-bottom: 15px !important;
}

.error_position{
  position: relative;
}
.error_position .error{
  position: absolute;
  right: 10px;
  color: red;
  font-size: 12px;
}

.article-line {
  border-bottom: 2px solid #4a4a4a;
}
.outline-warning {
  border: 1px solid #ffc100;
  color: #ffc100;
  font-size: 14px;
  height: 40px;
}
.outline-success {
  border: 1px solid #71c016;
  color: #71c016;
  font-size: 14px;
  height: 40px;
}
.article-publish input{
  height: 40px;
}
.article_tag_cat_check .form-check-input{
  width: 10px !important;
  height: 10px !important;
  padding: 8px;
}
.opacity_1{
  opacity: 1 !important;
}
.category_btn{
  margin-right: 10px;
}
.fb-more{
  display: none;
}
