:root {
  --primary: #094529;
  --white: #fff;
  --black: #000;
  --red: #ff2424;
}
.white { color: var(--white); }
.primary { color: var(--primary); }
/*=====Page Home========*/
body {
  color: var(--black);
}
main {
  margin-top: 150px;
}
main.home h2 {
  display: inline;
  transition: 0.4s !important;
}
main.home .post-wrap .author-info {
  margin-top: 10px;
  font-family: "Lora", serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
main.home .post-wrap .author-info .author-name {
  margin-right: 10px;
  font-size: 13px;
  font-weight: 700;
}
main.home .post-wrap .author-info .published-date {
  font-size: 13px;
  font-weight: 700;
}
main.home .post-wrap {
  padding: 0.75rem;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
main.home ul {
  padding: 0px;
}
main.home ul li .post-img {
  min-width: 125px;
  width: 125px;
  height: 100px;
  object-fit: inherit!important;
}
main.home ul li .post-info {
  margin-left: 20px;
}
main.home ul li .post-info h4 {
  line-height: 20px;
  color: #000;
}
main.home ul li .post-info .author-name,
main.home ul li .post-info .published-date {
  color: #6f6e6e;
  margin-top: 0.5rem;
  font-weight: 500;
  display: block;
}

main.home .join-cta {
  background: url(../images/join-bg.png) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 30px;
  height: 162px;
  font-family: "Avenir Next LT Pro";
}
main.home .join-cta .btn.join-btn {
  border-radius: 0px;
  background: #000000;
  color: #fff;
  font-family: "Lora", serif;
  font-style: italic;
  display: flex;
}
main.home .join-cta .btn.join-btn:hover {
  border: 1px solid #fff;
}
/**/
.s-category a {
  background: var(--primary);
  color: #fff;
  z-index: 9;
/*   top: 15px; */
  left: 15px;
  padding: 10px 20px;
  border-radius: 5px;
}
.s-category a:hover {
  background: var(--black);
}
/*=====Single Page========*/
.single-post span:first-child {
  padding: 2px 10px;
}

main.single .verified_badge {
	width: 20px!important;
    margin-top: -3px!important;
    height: 20px!important;
    object-fit: contain!important;
}
.verified_icn {
	width: 20px!important;
    margin-top: -3px!important;
    height: 20px!important;
    object-fit: contain!important;
}
/*
main.single h2 {
  display: inline;
  transition: 0.4s !important;
}*/

main.single .post-wrap .author-info {
  margin-top: 10px;
  font-family: "Lora", serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
main.single .post-wrap .author-info .author-name {
  margin-right: 2rem;
  font-size: 14px;
  font-weight: 700;
}

main.single .post-wrap .author-info .published-date {
  font-size: 14px;
  font-weight: 700;
}
main.single .post-wrap {
  padding: 0.75rem;
  bottom: 0px;
  left: 0px;
}

main.single ul {
  padding: 0px;
}

main.single ul li .post-img {
  min-width: 125px;
  width: 125px;
  height: 100px;
}
main.single ul li .post-info {
  margin-left: 20px;
}
main.single ul li .post-info h4 {
  line-height: 20px;
  color: #000;
}
main.single ul li .post-info .author-name,
main.single ul li .post-info .published-date {
  color: #6f6e6e;
  margin-top: 0.5rem;
  font-weight: 500;
  display: block;
}

main.single .join-cta {
  background: url(../images/join-bg.png) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 30px;
  height: 162px;
  font-family: "Avenir Next LT Pro";
}
main.single .join-cta .btn.join-btn {
  border-radius: 0px;
  background: #000000;
  color: #fff;
  font-family: "Lora", serif;
  font-style: italic;
  display: flex;
}
main.single .join-cta .btn.join-btn:hover {
  border: 1px solid #fff;
}
.single-content h2 {
  font-size: 35px;
  line-height: 45px;
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 500;
  /*border-bottom: 1px solid var(--primary);*/
}
.single-content h3 {
  font-size: 28px;
  line-height: 38px;
  color: var(--black);
  margin-bottom: 10px;
  font-weight: 500;
}
/* general */
.mt-180 { margin-top: 180px; }
.mb-15 { margin-bottom: 15px; }
.pg-cat { padding-top: 150px; }
/**/
.category-title-1 {
  border-bottom: 4px solid var(--primary);
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.category-title-1 h2, .category-title-1 h1 {
  font-size: 26px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.category-title-1 .view-all-link {
  font-family: "Lora", serif;
  font-size: 16px;
  color: #000;
  font-style: italic;
  padding-top: 8px;
}

.category-title-1 .view-all-link:hover {
  color: #565095;
}

/*---Join Button---*/

.btn.join-btn {
  border-radius: 0px;
  background: #000000;
  color: #fff;
  font-family: "Lora", serif;
  font-style: italic;
  display: flex;
}

.btn.join-btn:hover {
  border: 1px solid #fff;
}

.btn.join-btn-blue {
  border-radius: 0px;
  background: #565095;
  padding: 10px 25px;
  color: #fff;
  font-family: "Lora", serif;
  font-style: italic;
  display: flex;
  font-size: 18px;
  border: 2px solid #565095;
  filter: drop-shadow(0px 4px 20px rgba(86, 80, 149, 0.65));
}

.btn.join-btn-blue:hover {
  border: 2px solid #fff;
}

/*---Subscribe Form---*/

.subscribe-form .form-control {
  height: 52px;
  border: 0px;
  border-radius: 0px;
  font-size: 14px;
  font-family: "Avenir Next LT Pro";
}

.subscribe-form .subscribe-btn {
  background: #fff;
  color: #565095;
  font-size: 14px;
  font-weight: 600;
  font-family: "Avenir Next LT Pro";
  border: 0px;
  border-radius: 0px;
  padding: 0px 20px;
  transition: all 0.4s;
}

.subscribe-form .subscribe-btn span {
  transition: all 0.4s;
}

.subscribe-form .subscribe-btn:hover span {
  padding-right: 5px;
}

/*---Static hover---*/

.static-hover {
  background: rgba(34, 34, 34, 0);
  background-position: 20% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 2px;
  display: inline;
}
.post-type-4 li a:hover .static-hover {
  color: #565095 !important;
}
/* .static-hover:hover {
  color: #565095 !important;
} */
.post-type-1:hover .static-hover,
.post-type-2:hover .static-hover,
.post-type-3:hover .static-hover,
.post-type-5:hover .static-hover,
.post-type-6:hover .static-hover {
  color: #fff;
}
.post-wrap {
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, transparent 50%, #094529 50%);
  -webkit-transition: background-position 0.5s;
  -moz-transition: background-position 0.5s;
  transition: background-position 0.5s;
}
.home-v2 .post-wrap, .post-wrap {
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #000000b0 50%, #094529 50%);
  -webkit-transition: background-position 0.5s;
  -moz-transition: background-position 0.5s;
  transition: background-position 0.5s;
	width: 100%;
}
.post-type-1:hover .post-wrap,
.post-type-2:hover .post-wrap,
.post-type-3:hover .post-wrap,
.post-type-5:hover .post-wrap,
.post-type-6:hover .post-wrap {
  background-position: 0 100%;
}
/* .post-type-1:hover .overlay,
.post-type-2:hover .overlay,
.post-type-3:hover .overlay,
.post-type-5:hover .overlay,
.post-type-6:hover .overlay {
  content: "";
  display: block;
  position: absolute;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.2s !important;
  background-color: rgba(255, 255, 255, 0.8);
} */
/*.author_social_share ul li a i:hover {
  color: #565095 !important;
}*/
/*---Page Popup-----*/
.page-popup .modal-dialog {
  max-width: 750px;
  margin-top: 135px;
}
.page-popup .modal-content {
  border: 0;
  border-radius: 0;
  filter: drop-shadow(0px 4px 20px rgba(86, 80, 149, 0.65));
}
.page-popup .close {
  right: 15px;
  top: 15px;
  opacity: 1;
  text-shadow: none;
  color: #565095;
  font-size: 60px;
  z-index: 11;
}
.page-popup .popup-newsletter {
  padding: 80px 35px;
  background: #565095;
}

.page-popup .join-now {
  padding: 80px 35px;
}

@media (max-width: 1200px) {
  main.home {
   /* margin-top: 60px;*/
  }
}
.navbar-nav a  {
  font-size: 14px;
  line-height: 18px;
  color: var(--black);
  /*padding-left: 0px;
  padding-right: 0px;*/
  padding: 15px 0 15px 0;
  margin: 0px 16px 0px 0px;
  font-weight: 500;
  font-family: "Avenir Next LT Pro";
  text-transform: uppercase;
  position: relative;
}
.navbar-nav a:hover  {
  color: var(--primary)!important;
}
.navbar-nav a:before {
  content: '';
  position: absolute;
  background-color: var(--primary);
  height: 0;
  width: 100%;
  bottom: 1px;
  left: 0;
  transition: margin-right 2s;

}
a,a:after,img,a:before,.btn-theme,.overly{
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
a{
    display: inline-block;
    text-decoration: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    color: #000;
    position: relative;
    font-family: "Avenir Next LT Pro";
}
a:hover,a:focus,a:active{
    text-decoration: none;
    outline: none;
    color:var(--primary) !important;
}
.navbar-nav a:hover:before, .f-menu li a:hover:before {
  height: 2px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.single-content p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}
.single-content ul {
  list-style: none;
  margin: 0;
}
.single-content li { 
  position: relative;
  padding-left: 15px;
  margin-bottom: 6px;
}
.single-content li:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  height: 6px;
  width: 6px;
  background-color: var(--primary);
  border-radius: 50%;
}
.pg-cat .title {
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--black);
} 
/**/
.comment-form{

}
.comment-form a {
  color: var(--primary);
  text-decoration: underline;
}
.comment-form a:hover {
  color: var(--black);
}
.comment-form input,.comment-form textarea{
    width: 100%;
    padding: 0px 20px;
    border: 2px solid var(--primary);
    height: 50px;
    border-radius: 25px;
}
.comment-form textarea{
    height: 200px;
    padding: 20px;
}
.comment-form input[type=checkbox]{
    height: auto;
    width: auto;
}
.comment-form label{
    width: 100%;
    margin-bottom: 15px;
}
.comment-form-comment{

}
.comment-form-cookies-consent{
    position: relative;
    padding-left: 30px;
}
.comment-form-cookies-consent input{
    position: absolute;
    left: 0;
    top: 5px;
}
.comment-form .submit{
    background-color: var(--primary);
    color: var(--white);
    font-family: 'Poppins-Light';
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.comment-form .submit:hover { background-color: var(--black); }
.comments-box{
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid var(--primary);
}
.comments-title{
    font-size: 25px;
    line-height: normal;
}
.comment-list, ol.children{
    list-style: none;
}
.comments-box li{
    position: relative;
    border-bottom: 1px solid #0c5d6947;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
ol.children li:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.commentmetadata{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    font-weight: bold;
}
.vcard .avatar {
    height: 45px;
    width: 45px;
    border-radius: 50%;
}
.vcard{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.reply{
    margin-bottom: 20px;
}
.reply a{
    background-color: var(--primary);
    padding: 0px 30px;
    border-radius:30px;
    color: var(--white)!important;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-decoration: none!important;
}
.reply a:hover { background-color: var(--black); }
.comment-meta a, .comment-body a {
  color: var(--primary);
    text-decoration: underline;
}
.comment-meta a:hover, .comment-body a:hover {
  color: var(--black);
  text-decoration: none;
}
.navbar-toggler{
    color: var(--primary);
    border: 2px solid var(--primary);
    padding: 2px!important;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.s-content a{
    text-decoration: underline;
    color: var(--primary);
    font-weight: bold;
}

table{
  width: 100%;
  margin-bottom:30px;
  word-break: break-all;
}
table thead{
  background-color:var(--primary);
  color: var(--white);
}
table thead tr th {
	text-align: center!important;
}
table th,table td{
  padding:8px 15px;
  border: 1px solid;
}
.f-posts{
  
}
.f-posts .f-item{
  position: relative;
    padding-left: 90px;
    min-height: 80px;
    margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.f-posts .f-item img{
      height: 70px;
    width: 70px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.f-posts .f-item strong{
  font-size:16px;
  line-height:normal;
  font-family: 'Poppins-Medium';
}
.email a {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
}
.email a:hover {
  text-decoration: underline;
}
.author_social_share li a {
  background-color: #f2f7f8;
  color: var(--black);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  font-size: 16px;
  display: block;
}
.author_social_share a i {
  color: var(--black);
}
.author_social_share a:hover i  { color: var(--white); }
.author_social_share li a:hover {
  color: var(--white);
  background-color: var(--primary);
}
.single-content a {
  color: var(--primary);
  text-decoration: underline;
}
table thead {
    background-color: var(--primary);
    /* color: var(--white); */
}
table {
    width: 100%;
    margin-bottom: 30px;
    word-break: break-all;
}
table th, table td {
    padding: 8px 15px;
    border: 1px solid;
}
/* general */
.mt-160 { margin-top: 160px; }
.mt-50 { margin-top: 50px; }
.mt-20 { margin-top: 20px; }
.mt-15 { margin-top: 15px; }
.f-20 { font-size: 20px; }
.fw-500 { font-weight: 500; }
.pg-top { padding-top: 150px; }
.btn-theme {
  background-color: var(--primary);
  padding: 10px 30px;
  color: var(--white);
  border-radius: 5px;
}
.btn-theme:hover {
  background-color: var(--black);
  color: var(--white);
}
.link:hover {
  color: var(--primary);
}
.font-bold { font-weight: bold; }
.head, .p-content h2 { 
    position: relative; 
    padding: 15px 0;
}
._head:before, ._p-content h2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: var(--primary);
    top: 0px;
    left: 0;
    right: 0;
}
.head:after, .p-content h2:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: var(--primary);
    bottom: 0px;
    left: 0;
    right: 0;
}
/* 404 */
.sec-404 {
  padding: 70px 0;
}
.sec-404 h2 {
  font-size: 50px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 15px;
}
/* contact us page */
.banner {
/*   margin-top: 160px; */
  background-color: var(--primary);
  color: var(--white);
  padding: 100px 0;
  width: 100%;
}
.contact-us {
  padding: 100px 0;
}
.c-form .btn-theme {
  border: 0;
  min-width: 160px;
}
.btn-theme i { padding-left: 5px; transition: all 0.4s; }
.btn-theme:hover i { padding-left: 8px; }
.c-form input, .c-form textarea {
  height: 55px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid var(--primary);
  border-radius: 5px;
  color: var(--black);
  margin-bottom: 10px;
}
.c-form textarea {
  height: 150px;
}
.c-form input:active, .c-form input:focus, .c-form textarea:active, .c-form textarea:focus {
  border-color: var(--primary);
}
.contact-us h2 {
  font-size: 26px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
}
.social-media li  {
  margin: 0 5px;
}
.social-media a {
  background-color: var(--primary);
  color: var(--white);
  height: 30px;
  width: 30px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid var(--primary);
}
.social-media a:hover { background-color: var(--black); border-color: var(--white); }
.social-media a i { color: var(--white)!important; font-size: 16px!important;}
/*Footer new*/
.new-footer h5 { margin-bottom: 20px; }
.f-menu li:not(:last-child) {
  margin-bottom: 10px;
}
.f-menu li a {
  font-size: 14px;
  line-height: 18px;
  color: var(--white);
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px 20px 0px 0px;
  font-weight: 400;
  font-family: "Avenir Next LT Pro";
  position: relative;
}
.f-menu li a:hover {
  color: var(--white)!important;
}
.f-menu li a:before {
  content: '';
  position: absolute;
  background-color: var(--white);
  height: 0;
  width: 100%;
  bottom: -8px;
  left: 0;
  transition: margin-right 2s;
}
.f-menu li a:hover:before {
  height: 1px;
}
.copyright {
  color: rgb(204 204 204 / 60%);
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  text-align: center;
  padding: 15px 0;
}
.copyright a {
  color: var(--white);
}
.copyright a:hover { text-decoration: underline;color: var(--white); }
.pagination { margin-bottom: 48px; }
.pagination .page-item:not(:last-child) {
	 margin-right: 5px!important;
}
.pagination .page-link {
	border-color: var(--primary)!important;
	border-radius: 5px!important;
	color: var(--primary);
}
.pagination .page-link:hover {
	background-color: var(--primary)!important;
    border-color: var(--primary)!important;
	color: var(--white);
}
.page-item.active .page-link {
	background-color: var(--primary)!important;
    border-color: var(--primary)!important;
}
.single-top-date.display-flex {
	align-items: center!important;
}


/*  popup form after submit */
.wpcf7_mail_sent .subscribe-btn {
  top: 48px!important;
} 
.modal-content .screen-reader-response {
  height: 0;
}
.screen-reader-response {
  display: none;
}
/* write for us */
.content-sec {
  padding: 100px 0;
}
.content-sec a {
  text-decoration: underline;
}
.content-sec p, .content-sec ul {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px; 
}
.content-sec h1, .content-sec h2, .content-sec  h3, .content-sec h4, .content-sec h5, .content-sec h6 {
  margin-bottom: 15px;
}
.f-26 { font-size: 26px; line-height: normal; }
.f_32 { font-size: 32px; line-height: normal; }
.logo img, .f-logo { height: 90px; }