/**Add these on style.css:**/

.testimonialreq{box-shadow: 0 0 3px #d92800 !important; border: 1px solid #d92800 !important;}

/* ADDITIONAL CSS */
.relimg {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.entry-content a{
  text-decoration: underline;
  color: var(--color3);
}
.entry-content a:hover{
  text-decoration: none;
  color: var(--color1);
}
.entry-utility a{
  text-decoration: underline;
  color: var(--color3);
}
.entry-utility a:hover{
  text-decoration: none;
  color: var(--color1);
}
.logged-in-as a{
  text-decoration: underline;
  color: var(--color3);
}
.logged-in-as a:hover{
  text-decoration: none;
  color: var(--color1);
}
.recent_artciles_count:hover {margin-top: -5px; transition: all 500ms ease; position: relative; z-index: 50000000000;}
.form-submit {
  float: right;
  width: 280px;
  padding: 0 !important;
}
.g-recaptcha {
  display: inline-block;
  vertical-align: bottom;
}

.comment-notes {
  font-style: italic;
}

#commentform label {
  display: none;
}

::placeholder { color: #d4d4d4; font-weight: normal; }
.bnrForm {box-shadow: 0 0 3px #d92800 !important; border: 1px solid #d92800 !important;}

.form-submit {
  text-align: center;
}

.entry-content img {
  display: none;
}
.entry-content a{

}
/* ------------------------------------------------------ */

.required {
  color: red;
}
.entry-content p {
  margin-bottom: 15px;
  word-wrap: break-word;
}
.entry-content h2, h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
}
.entry-content li{
  margin-bottom: 15px !important;
}
.entry-content img {
    width: 450px;
    height: 450px !important;
    float: right;
  }
  #blog_banner {
    /* min-height: 527px; */
    background: #d3d1d1;
    padding: 55px 0;
  }
  .blog_header_holder{
    font-size: 0;
    overflow: hidden;
  }
  .blog_banner_img{
    width: 29.2%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    float: right;
    position:relative;
  }
  .blog_banner_img .banner-image-default{
    height: 350px;
    background-size: 95% !important;
    display: block;
    position: absolute;
    width: 100%;
  }
  .blog_banner_img .blog-image-post {
    height: 350px;
  }
  .blog_banner_img .blog-image-respon-banner {
    height: 350px;
  }
  .blog_banner_title{
    width: 70.8%;
    max-width: 100%;
    height: 350px;
    display: inline-block;
    vertical-align: top;
    background:#069AD3;
    position: relative;
    padding: 45px;
    float: left;
  }
  .banner_blog_info {
    width: 242px;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 45px;
  }

  .blog_banner_title .blog_single_title{
    /* font-family: 'Avenir Black'; */
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    line-height: 45px;
  }

  .banner_blog_info .blog_date {
    float: left;
    margin-top: 15px;
    font-size: 16px;
    color: #bebfbf;
    text-transform: uppercase;
  }
  .banner_blog_info .blog_socials {
    float: right;
  }
  .banner_blog_info .blog_socials a {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    position: relative;
  }
  .banner_blog_info .blog_socials a i {
    float: none;
    display: block;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .banner_blog_info .blog_socials a i::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #424242;
  }
  .navigation .cat-tag-container{
    display: block;
    vertical-align: top;
    text-align: left;
    font-size: 22px;
    margin: 0 auto;
    display:inline-block;
    color: var(--color1);
  }
  .navigation .cat-tag-container a {
    color: var(--color1);
    font-weight: 700;
    position: relative;
    text-decoration: none;
  }
  .post {margin: 20px 0;  padding: 15px; /*background: #F6F6F6;*/ float: left;   width: 67%;}
  #single_sidebar{
    float: right;
    width: 28%;
    margin:20px 0;
  }

  .related_blog_post {
    position: relative;
    text-align: left;
    margin: 0 auto 30px;
  }
  .related_post_image {
    position: relative;
    height:250px;
  }
  .related_blog_post h2{
    font-size: 38px;
    color: #1e1e1d;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .related_blog_post .blog-image-post {
    width: 100%;
    height: 250px;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .related_blog_post .blog-image-post-default {
    width: 100%;
    height: 250px;
    display: block;
    overflow: hidden;
    position: relative;
    background-size: 95% !important;
  }
  .blog_per_post_holder{
    background: #f3f3f3;
    padding: 15px 15px 10px 15px;
    position: relative;
    text-align:left;
    border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px
  }
  .blog_per_post_holder h3 {
    font-weight: 700;
    text-align: left;
    position: relative;
    font-size: 22px;
    line-height: 28px;
  }
  .blog_per_post_holder h3 a {
    text-decoration: none !important;
    color: #282828;
  }
  .blog_per_post_holder h3 a:hover{
    color:#00bdff;
  }
  .cat-tag-container a {
    position: relative;
    color: #069AD3;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
  }
  .cat-tag-container a.blog_a {
    text-transform: uppercase;
  }
  .cat-tag-container a:hover {
    text-decoration: underline;
  }
  .blog_a::after {
    content: "";
    width: 2px;
    height: 18px;
    background: #069AD3;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 2px 0 5px;
  }
  /* related post tags */
  .related_blog_post .related_post_tags {
    margin-bottom: 20px;
    /* border-radius: 10px;
    overflow: hidden; */
  }
  /* end */


  .recent_post_section {
    position: relative;
    padding: 40px 0;
    text-align: center;
    border-top: 2px solid #c1c1c1;
    display:none;
  }
  .recent_post_section h3{
    font-size: 34px;
    line-height: 100%;
    margin-bottom: 35px;
    font-weight:700;
  }
  .slider{
    display:none;
  }
  .recent_articles_image_display {
    position: relative;
    height: 250px;
    text-align: center;
  }
  .recent_articles_image_display .blog_image_for_articles {
    width: 100%;
    height: 250px;
    display: block;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 20px;
border-top-right-radius: 20px;
  }

  .recent_articles_image_display .blog_image_for_articles2{
    width: 100%;
    height: 250px;
    display: block;
    overflow: hidden;
    position: relative;
    background-size: 95% !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .recent-articles-outer:hover .recent_artciles_count {

    /* border: 2px solid; */
  }


  .recent_artciles_count {
    display: inline-block;
    vertical-align: top;
    width: 95%;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 5px 0;
    position:relative;
    padding-top: 10px;
  }
  .recent-articles-outer {
    width: 100%;
    max-width: 987px;
    margin: 0 auto;
    background: #d3d1d1;
    padding:20px;
  }
  .owl-dots{display:none;}
  .owl-prev.disabled, .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
  }

  .owl-prev, .owl-next{
    margin: 0 10px;
  }
  .owl-prev .fa-angle-left:hover{
    opacity: .9;
  }
  .owl-next .fa-angle-right:hover{
    opacity: .9;
  }
  .blog_per_post_holder .recent_art a {
    color: #282828;
    font-size: 12px;
    text-decoration: none;
  }
  .blog_per_post_holder .recent_art a:hover{
    text-decoration: underline;
  }
  .blog_per_post_holder .blog_heading {
    line-height: 28px;
    margin-bottom: 30px;
  }
  .blog_per_post_holder .cat-tag-container{
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .blog_per_post_title {
    padding-bottom: 25px;
  }

  .owl-nav .owl-prev {
    position: absolute;
    left: -26px;
    top: 45%;
  }

  .owl-nav .owl-next {
    position: absolute;
    right: -26px;
    top: 45%;
  }
  .owl-prev .fa-angle-left, .owl-next .fa-angle-right {
    background: #96918B;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    position: relative;
  }
  .owl-nav .fa-angle-left:before {
    position: absolute;
    top: 6px;
    left: 16px;
  }
  .owl-nav .fa-angle-right:before {
    position: absolute;
    top: 6px;
    left: 20px;
  }
/*** COMMENTS STYLE ***/
.comment-form-cookies-consent {
  display: none;
}
.post h2 a {color: #8BC63F; text-decoration: none; }
.post h2 a:hover {text-decoration: underline; opacity: 0.8;}
.post img {max-width: 100%;}

.entry-title{ margin-bottom: 15px;font-size: 25px; line-height: 115%; }
.entry-meta{margin-bottom: 25px;font-style: italic;}
.comment-reply-title{font-size: 20px; font-weight: bold;}

#comments{margin: 15px 0px;}
#comments-title, .avatar {display: none;}

.commentlist {list-style: none; margin: 0px; padding: 0px;}
.comment-meta a {font-size: 13px; text-decoration: none;}
.comment-meta{background: unset;}

ol.commentlist {width:auto; max-width:100%; margin:0; padding: 0px;}
ol.commentlist ul {border-top:1px solid #CCC; width:100%; margin-top:15px; list-style:none;}
ol.commentlist ul li {border-bottom:1px dashed #CCC;margin: 15px auto; padding-bottom: 0;}
.commentlist li{padding: 20px; background: rgba(255,255,255,.6); box-shadow: 0 0 5px 0 rgba(55, 55, 55, 0.25);}
.commentlist li:nth-child(even){}
.comment-notes {margin: 30px 0px;}
.commentlist .fn {text-transform: capitalize;}
#comment-1 .fn a {cursor: pointer; text-decoration: none; }

.comment p {padding: 0; line-height:20px; margin: 15px auto;}
.comment-form label { vertical-align:top; width:100%; display:block; font-weight: bold; text-transform: uppercase;}

.form-submit input {background:#369A3A; border:none; color:#fff; font-weight:bold; padding:7px 12px; cursor:pointer;}
.form-submit input:hover {opacity: 0.8;}
.fn {font-style: normal; font-weight: bold; font-size: 20px;}
.children li {border: none; background: none !important; padding-top: 15px !important;}
.children li:before {content: "" !important;}
.children li:last-child {border: none;}

#respond {width: auto;  max-width: 100%;  padding: 20px;  margin-top: 10px;  background: rgba(255,255,255,.6);  box-shadow: 0 0 5px 0 rgba(55, 55, 55, 0.25);  border-radius: 5px;  border: none;}
.comment-form-author, .comment-form-email{display: inline-block;vertical-align: top;width: 49.50%;}
.comment-respond p { padding: 10px 0; line-height: 20px; margin: 0 !important; }
.comment-form textarea{ min-height: 50px; }
.comment-form input, .comment-form textarea { width: 100%; padding: 10px; font-family: inherit; font-size: inherit; font-weight: bold; border: 1px dashed #d4d4d4; background: rgba(255,255,255,.6);}
.comment-form input:focus, .comment-form textarea:focus { border: 1px solid #666; }
.comment-form input[type="submit"] { width:280px; background: #069AD3; border:none; color:#fff; font-weight:bold; padding:21px 12px; cursor:pointer;}

.pagination {text-align:right;}
.pagination span, .pagination a { padding: 5px 10px 10px; background: #2f4695; display: inline-block; margin-right: 5px; color: #fff; font-weight: bold; }
.pagination .current, .pagination a:hover { background:#1d2d63; color: #fff;}

.alignnone, .aligncenter{ display: block; margin: 0 auto; }
.alignleft{ float: left; margin-right: 10px; }
.alignright{ float: right; margin-left: 10px; }

#nav-below{margin-bottom: 20px;}
.nav-previous, .nav-next{display: inline-block;  vertical-align: top;}
.nav-previous a, .nav-next a{display: inline-block;  width: auto;  padding: 5px 15px;  background: linear-gradient(180deg,#fcd75b 0,#f99801 80%);  height: auto;  color: #fff;}
.nav-previous a:hover, .nav-next a:hover{background: #00468b;text-decoration: none;color: #fff;}

.entry-content{overflow: hidden;}
/* .blog_banner_img{float: right;width: 300px;margin: 20px 0 10px 10px;} */
h1.entry-title {font-size: 30px;}
.entry-content img {float: right;margin: 0 0 10px 10px;height:auto;}
main p, main li {text-align: justify;}
.entry-content p, .entry-content li {text-align: justify;}
.page-content ul li{text-align: justify;}
.page-content ol li{text-align: justify;}
.entry-meta {margin-bottom: 10px;}

.breadcrumbs {   margin-bottom: 34px;   border-bottom: 1px dotted gray;   padding-bottom: 11px;   display: flex; padding: 0 5px 0 5px;}

.entry-content a {font-weight: unset; text-decoration: unset;color: #007d46;}
.entry-content a:hover { text-decoration: underline; color: #007d46;}

.entry-content a mark {text-decoration: unset;color: #007d46; font-weight: unset;}


.entry-utility{ margin: 10px 0 0; }


@media only screen
and (max-width :1000px) {
  .blog_banner_title{
    width: 65%;
    max-width: 100%;
    padding: 25px;
  }
  .blog_banner_img{
    width: 35%;
  }

  .blog_banner_title .blog_single_title{
    font-size: 4vw;
    line-height: 110%;
  }

  .post{
    float: none;
    width: 100%;
    display: block;
  }

  #single_sidebar{
    float: none;
    width: 100%;
    display: block;
    border-top: 1px solid #8d8e8e;
    margin-top:60px;
  }
  .related_blog_post{
    text-align: center;
    margin: 30px auto;
  }
  .related_blog_post .related_post_tags{
    width: 32%;
    margin: 0 4px 15px !important;
    display: inline-block;
    vertical-align: top;
  }


}

@media only screen
and (max-width : 900px) {
.comment-form-author, .comment-form-email{width: 100%;}
}

@media only screen
and (max-width : 800px) {

  .blog_banner_title {
    width: 100%;
    height: auto;
    display: block;
    float: none;
  }
  .banner_blog_info {
    width: 100%;
    position: static;
    margin-bottom: 25px;
  }
  .blog_banner_title .blog_single_title {
    position: static;
    transform: none;
    text-align: center;
    width: 100%;
    font-size: 5vw;
  }

  .blog_banner_img {
    position: static;
    float: none;
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .blog_banner_img .blog-image-respon-banner {
    height: auto;
    padding: 30% 0;
    background-size: contain !important;
    position:static;
  }
  .related_blog_post .related_post_tags{
    width: 48%;
  }
}

@media only screen
and (max-width : 700px) {
  .comment-form input[type="submit"] {width: 100%;}
  .form-submit {float: none; width: 100%;}
}

@media only screen
and (max-width : 600px) {
.blog_banner_img{float: none;display:block;width: 100%;margin:0 auto;text-align: center;}
h1.entry-title {font-size: 20px;}
.entry-content img {float: unset;margin: 10px 0;height: auto;}
body{font-size:16px;}
.alignleft{ float: none; display: block; margin: 0 auto; }
.alignright{ float: none; display: block; margin: 0 auto; }

.blog_banner_title .blog_single_title{
  font-size: 6vw;
  }

  .related_blog_post .related_post_tags{
    display: block;
    width: 300px;
    margin: 0 auto 15px !important;
  }
}

@media only screen
and (max-width : 400px) {
  .blog_banner_title .blog_single_title{
    font-size: 8.5vw;
  }
}

.social_buttons li { padding: 0; display: inline-block; margin-left: 5px;}
