/*
  Theme Name:   Jannah Child
  Theme URI:    http://jannah.tielabs.com/
  Description:  Beautiful, Powerful & Flexible WordPress Theme for News, Magazine and Blog websites.
  Author:       TieLabs
  Author URI:   https://tielabs.com/
  Version:      5.3.3
  License:      license purchased
  License URI:  http://themeforest.net/licenses/regular_extended
  Tags:         two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
  Template: jannah
*/



/* .theme-header.has-shadow{
  box-shadow: none!important;
} */

#logo {
    margin-top: 10px!important;;
    margin-bottom: 20px!important;;
}

/* Weather Widget */
.tie-weather-widget{
  border-radius: 20px;
}
.weather-wrap .weather-forecast{
  background: rgb(74,170,66);
background: linear-gradient(180deg, rgba(74,170,66,1) 0%, rgba(30,117,55,1) 48%, rgba(1,83,47,1) 100%);
}

body .topbar-today-date{
  font-size: 14px!important;
}
body .topbar-today-date:before{
  font-size: 16px!important;
}
.social-icons-item a .tie-social-icon{
  color: #FFF!important;
}
.social-icons-item a:hover .tie-social-icon{
  opacity: 0.7;
}
.theme-header.has-shadow{
  box-shadow: none!important;
}
#menu-main-menu-header li a{
  background-color: transparent!important;
  font-weight: 800;
  font-size: 14px;
}
#menu-main-menu-header li{
  border-color: transparent;
	position:relative !important
}
#menu-main-menu-header li.current-menu-item a{
  color: #00512f;
}
#menu-main-menu-header li:before{
  content: " ";
  position: absolute;
  height: 15px;
  top: 39%;
/*   transform: translateY(-50%); */
  background-color: #404040;
  width: 1px;
}
/* #menu-main-menu-header li:first-child:before{
  display: none;
}
#menu-main-menu-header li:last-child a:before{
  display: none;
} */
#menu-main-menu-header li a:after{
  background-color: #00512f;
  width: 70%;
}
#menu-main-menu-header li a:hover{
  color: #00512f;
}

#main-nav .components li{
  border: 0!important;
}
#main-nav .components #search-input{
  border: 1px solid #000!important;
  height: 35px;
  color: #000;
	width: 180px;
}

#main-nav .components #search-input::-webkit-input-placeholder { /* Edge */
  color: #404040;
}

#main-nav .components #search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #404040;
}

#main-nav .components #search-input::placeholder {
  color: #404040;
}

#main-nav .components #search-submit{
  color: #000;
}

.main-slider-inner .post-cat{
  border-radius: 20px!important;
  padding-left: 15px;
  padding-right: 15px;
}




.single-directory #menu-main-menu-header li.current_page_parent a:after ,.tax-directory-category #menu-main-menu-header li.current_page_parent a:after
{
  display:none!important;
}

.o-directory-row{
  border-bottom: 1px solid #d1cfcf;
  padding-bottom: 15px;
  margin-bottom: 15px;
  /* display: table;
  width: 100%; */
}
.o-directory-row.last{
  border-bottom: none!important;
}
.o-directory-row .business-icon,
.o-directory-row .about{
  /* display: table-cell;
  vertical-align: middle; */
  display: inline-block;
}
.o-directory-row .business-icon{
  	width: 25%;
  	padding-right: 15px;
	vertical-align: top;
}
.home .o-directory-row .business-icon{
	vertical-align: unset;
}
.o-directory-row .about{
  width: 50%;
}
.o-directory-row .about a {
    color: #232323;
}
.o-directory-row .about h3{
  font-size: 18px;
  font-weight: normal;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.o-directory-row .about h3:before{
  content: " ";
  position: absolute;
  width: 50px;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #232323;
}
.o-directory-row ul{
  list-style-type: none!important;
  padding: 0!important;
  margin: 0!important;
}
.o-directory-row ul li{
  list-style-type: none!important;
  color: #6e6e6e;
  margin-bottom: 5px;
}
.o-directory-row ul li i{
  font: normal 14px/1 FontAwesome;
  margin-right: 10px;
}
.o-directory-row ul li i{
  background-color: #4aaa42;
  color: #FFF;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.o-directory-row ul li i.category-icon {
	background-color: transparent;
}
.o-directory-row ul li i.category-icon img{
	width: 18px;
	margin-top: 1.5px;
}
.home .o-directory-row .business-icon{
  width: 100px;
}



.btn-holder-btm{
  text-align: center;
  margin-bottom: 40px;
}
.btn-holder-btm a{
  border-radius: 30px;
  border: 1px solid #4aaa42;
  text-align: center;
 padding: 10px 30px;
    font-size: 15px;
    margin-right: 20px;
}
.btn-holder-btm a:hover{
  background-color: #4aaa42;
  color: #FFF!important;
}

.directory-single{
  padding-top: 40px;
}
.directory-single h1{
  font-size: 30px;
  padding-bottom: 30px;
}


.directory-single h1{
  position: relative;
}
.directory-single h1 span{
  background-color: #FFF;
  position: relative;
  padding-right: 24px;
}
.directory-single h1:before{
  content: " ";
  border-top: 3px solid #00512f;
  position: absolute;
  left: 0;
  top: 21px;
  width: 100%;
}

.mag-box-title{
  padding-left: 0!important;
}
.mag-box-title:before,
.sidebar .the-global-title:before{
  display: none;
}
.sidebar .widget.posts-list .the-global-title{
  padding-left: 0!important;
}
.sidebar .the-global-title .the-subtitle .tie-icon{
  display: none;
}
.tie-weather-widget .the-subtitle{
  text-align: center;
}



.mag-box-title h3{
  position: relative;
  width: 100%;
}
.mag-box-title h3:before,
.sidebar .the-global-title .the-subtitle:before{
  content: " ";
  position: absolute;
  height: 3px;
  background-color: #00512f;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.mag-box-title h3 span,
.sidebar .the-global-title .the-subtitle .head{
  background-color: #FFF;
  position: relative;
  z-index: 10;
  padding-right: 10px;
}

.directory-single h4{
  font-size: 14px;
  color: #6e6e6e;
  border-bottom: 1px solid #d1cfcf;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.directory-single h4:before{
  content: " ";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 1px;
  background-color: #00512f;
}

.directory-single .heading-sec{
  overflow: hidden;
  padding-bottom: 25px;
}
.directory-single .heading-sec .right-part{
  float: right;
}
.directory-single .heading-sec .no-left-col .right-part{
	float: none;
}



.directory-single .heading-sec .right-part h3{
  color: #00512f;
}
.directory-single .heading-sec .right-part i{
  background-color: #4aaa42;
  color: #FFF;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.directory-single .heading-sec .right-part i.category-icon img{
	width: 18px;
}

.o-directory-row .about span.category {
    position: relative;
    bottom: 5px;
}



.directory-single .directory-about-sec{
  padding-bottom: 20px;
}
.directory-single .directory-about-sec p{
  padding-bottom: 20px;
}
.directory-about-sec a{
  border-bottom: 1px solid #000;
}
.directory-about-sec a:hover{
  border-bottom: 0;
}
.directory-single .directory-about-sec li {
    list-style: disc;
    margin-left: 5%;
}


.directory-contact-info {padding-bottom: 20px}
.directory-single .directory-contact-info i{
  font: normal 14px/1 FontAwesome;
  background-color: #4aaa42;
  color: #FFF;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-right: 10px;
}
.directory-single .directory-contact-info ul li{
  padding-bottom: 5px;
}
.directory-single .directory-contact-info .social-icon{
  padding-top: 15px;
  padding-bottom: 15px;
}
.directory-single .directory-contact-info .social-icon i{
  background-color: transparent;
  color: #4aaa42;
  font: normal 18px/1 FontAwesome;
}
.directory-single .directory-contact-info .social-icon li{
  display: inline-block;
}
.directory-single .directory-galleries{
  padding-bottom: 20px;
}

.directory-single .directory-gallery{
  padding-bottom: 10px;
}
.directory-single .directory-gallery img{
  margin-bottom: 20px;
}
.directory-map .tie-fluid-width-video-wrapper{
  padding-top: 56.25%!important;
}

.directory-map iframe{
  height: 410px!important;
}

.form-row{
  margin-bottom: 30px;
}
.form-row input[type="text"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row textarea{
  border-color: #000!important;
}
.form-row textarea{
  height: 140px;
}
.form-row input[type="submit"]{
  background-color: #FFF;
  border-radius: 30px;
  border: 1px solid #4aaa42;
  padding: 10px 25px;
  color: #4aaa42;
  font-size: 18px;
}
.center-btn-holder{
  text-align: center;
}
.btn.btn-primary,
.mag-box .more-link.button{
  background-color: #FFF;
  border-radius: 30px;
  border: 1px solid #4aaa42;
  padding: 10px 25px;
  color: #4aaa42;
  font-size: 18px;
}
.btn.btn-primary:hover,
.mag-box .more-link.button:hover{
  background-color: #4aaa42;
  color: #FFF;
}

.home .mag-box.block-custom-content .mag-box-title h3{
  font-size: 30px;
}

.home .mag-box .block-pagination{
  font-size: 0;
  line-height: 0;
  border: 0;
}
.home .mag-box .block-pagination .pagination-icon{
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 29px;
}

.tie-weather-widget .tie-icon-gps:before{
  display: none;
}
.tie-weather-widget .tie-icon-gps:after{
  content: " ";
  position: absolute;
  background: url('images/weather-arrow.png') 0 0 no-repeat;
  width: 21px;
  height: 21px;
  right: 0;
  top: 7px;
}
.contact-content-wrap{
  padding-top: 30px;
}
.contact-content-wrap .mag-box-title h3,
.directory-wrap .mag-box-title h3,
.about-wrap .mag-box-title h3{
  font-size: 30px;
}



.site-footer{
  border-top: 8px solid #00512f;
  margin-top: 0!important;
}
.site-footer .social-icon{
  list-style-type: none;
}
.site-footer .the-subtitle{
  font-size: 24px!important;
}
.site-footer .social-icon li{
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 0;
}
.site-footer .social-icon li i{
  font: normal 18px/1 FontAwesome;
  color: #000;
}
.site-footer p {
  padding-bottom: 10px;
  font-size: 14px;
}
.site-footer ul li{
  padding-bottom: 15px;
}
.site-footer ul li a{
  font-size: 18px;
}
.site-footer .widget-title{
  padding-left: 0!important;
}
.site-footer .widget-title:before{
  display: none;
}
.site-footer .btn{
  color: #4aaa42;
}


.directory-wrap{
  padding-top: 40px;
}
.directory-wrap .pagination{
  text-align: center;
  padding-top: 20px;
}
.directory-wrap .pagination a{
  border-right: 1px solid #000;
  padding: 0 10px;
}
.directory-wrap .pagination span{
  padding: 0 10px;
  border-right: 1px solid #000;
}

.directory-wrap .pagination .next,
.directory-wrap .pagination .prev{
  position: relative;
  font-size: 0;
}
.directory-wrap .pagination .prev:before{
  content: "\f104";
  position: absolute;
  left: 6px;
  top: -14px;
  font: normal 14px/1 FontAwesome;
  border: 1px solid #ccc;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.directory-wrap .pagination .next:before{
  content: "\f105";
  position: absolute;
  left: 6px;
  top: -14px;
  font: normal 14px/1 FontAwesome;
  border: 1px solid #ccc;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}





.directory-wrap .form-wrap{
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.directory-wrap .form-wrap select{
  width: 100%;
  border: 1px solid #232323!important;
  height: 41px;
  margin-bottom: 25px;
  font-size: 14px;
  padding-left: 30px;
}
.directory-wrap .form-wrap input[type="search"],
.directory-wrap .form-wrap input[type="text"]{
  width: 100%;
  border: 1px solid #232323!important;
  margin-bottom: 25px;
  font-size: 14px;
}
.directory-wrap .form-wrap .button{
  background-color: #FFF;
  border-radius: 30px;
  border: 1px solid #4aaa42;
  padding: 10px 25px;
  color: #4aaa42;
  font-size: 18px;
}

.directory-wrap .form-wrap .button:hover{
  background-color: #4aaa42;
  color: #FFF;
}
.directory-wrap .form-wrap .city-select-wrap,
.directory-wrap .form-wrap .cat-select-wrap{
  position: relative;
}
.directory-wrap .form-wrap .city-select-wrap:before{
  content: "\f041";
  position: absolute;
  left: 12px;
  top: 11px;
  font: normal 17px/1 FontAwesome;
}
.directory-wrap .form-wrap .cat-select-wrap:before{
  content: "\f002";
  position: absolute;
  left: 12px;
  top: 10px;
  font: normal 17px/1 FontAwesome;
}





.filter-row{
  padding-bottom: 15px;
}
.right-filter{
  text-align: right;
  position: relative;
}
.filter-cats{
  position: absolute;
  width: 169px;
  right: 13px;
  top: 21px;
 background-color: #FFF;
 border-radius: 5px;
  padding: 9px 8px;
  text-align: left;
  z-index: 10;
  box-shadow: 1px 3px 6px 3px rgba(0,0,0,0.11);
-webkit-box-shadow: 1px 3px 6px 3px rgba(0,0,0,0.11);
-moz-box-shadow: 1px 3px 6px 3px rgba(0,0,0,0.11);

}

.about-wrap{
  padding-top: 30px;
}
.about-wrap h4{
  position: relative;
  font-size: 24px;
  border-bottom: 1px solid #d1cfcf;
  font-weight: 500;
  padding-bottom: 15px;
  position: relative;
}
.about-wrap h4:before{
  content: " ";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  border-bottom: 1px solid #00512f;
}
.about-wrap .green-txt{
  font-size: 20px;
  color: #00512f;
  font-weight: 600;
}
.about-wrap p strong{
  font-weight: 700;
}
.about-wrap p a {
  border-bottom: 1px solid #6cb766;
}
.about-wrap p a:hover{
  border-bottom: 0;
}

.about-wrap .custom-bq{
  background-color: transparent;
  border-left: 5px solid #4aaa42;
}
.about-wrap .custom-bq p{
  color: #00512f;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
}
.about-wrap .custom-bq:before{
  display: none;
}
.about-wrap h5{
  font-size: 20px;
  color: #00512f;
  font-weight: 800;
  max-width: 240px;
  line-height: 40px;
}
.about-wrap h5 strong{
  font-size: 24px;
  color: #4aaa42;
}
.about-wrap #tie-block_278 .container-wrapper{
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
.about-wrap #tie-block_278.second-half-box .container-wrapper{
  padding: 0;
}
.about-wrap #tie-block_278.second-half-box .container-wrapper ul{
  list-style-type: none;
  padding: 20px 0 0 20px;
}
.about-wrap #tie-block_278.second-half-box .container-wrapper ul li{
  position: relative;
  list-style-type: none;
  padding-left: 30px;
}
.about-wrap #tie-block_278.second-half-box .container-wrapper ul li:before{
  content: "\f00c";
  font: normal 18px/1 FontAwesome;
  color: #4aaa42;
  position: absolute;
  left: 0;
}


.c-ads-btm{
  position: relative;
  height: 125px;
  padding: 50px 40px;
}
.c-ads-btm:before{
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 81, 47, 0.85);
}
.c-ads-btm p{
  font-size: 36px;
  color: #FFF;
  font-weight: 700;
}
.ads-btm-wrap{
  border-top: 1px solid #d1cfcf;
  border-bottom: 1px solid #d1cfcf;
  padding-top: 25px;
  padding-bottom: 25px;
}
.c-ads-btm .btn-wrap-right{
  text-align: right;
}
.c-ads-btm .btn{
  border-radius: 30px;
  border: 1px solid #FFF;
  padding: 10px 25px;
  color: #FFF;
  font-size: 18px;
}
.c-ads-btm .btn:hover{
  background-color: #FFF;
  color: #00512f;
}

.event-main-wrap{
  padding-top: 20px;
}
.event-main-wrap h3{
  font-size: 30px !important;
}
.event-main-wrap #tie-block_2455 h3{
  font-size: 24px;
    border-bottom: 1px solid #d1cfcf;
    font-weight: 500;
    padding-bottom: 15px;
    position: relative;
}
.event-main-wrap #tie-block_2455 h3:before {
    content: " ";
    position: absolute;
    left: 0;
    top: auto;
    bottom: -1px;
    width: 50px;
    border-bottom: 1px solid #00512f;
    z-index: 10;
    height: 0
}
.event-main-wrap .content-area p{
  font-size: 15px;
/*   font-style: italic; */
}
.event-main-wrap .content-area p a{
  border-bottom: 1px solid #4aaa42;
}
.event-main-wrap .content-area .green-txt{
  font-size: 24px;
  color: #00512f;
  font-style: normal;
  font-weight: 700;
}
.event-main-wrap .content-area .green-txt span{
  color: #4aaa42;
}
/* @media screen and (min-width: 768px){
	.tie-row.event-row-wrap > div:nth-child(1):before {
	content: " ";
	position: absolute;
	z-index: 10;
	border-right: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 30px;
	right: 65px;
	height: 175px;
	}
} */

#tie-block_430 .container-wrapper {
    background: #ffffff;
    border: 0;
    border-radius: 0px;
    padding: 0px;
}

.tie-row.event-row-wrap > div {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 2px;
    padding: 30px;
	margin: 15px;
}

.event-main-wrap .covid-alert{
  border-left: 15px solid #005030;
  font-size: 15px;
  padding-left: 20px;
}
.event-main-wrap .covid-alert strong{
  display: block;
  font-size: 15px;
  text-transform: uppercase;
}


.upper-footer{
  position: relative;
  height: 233px;
  overflow: hidden;
  margin-top: 30px;
}
.upper-footer .tie-insta-photos{
  display: flex;
}
.upper-footer .tie-insta-post img{
  height: 75%;
}
.widget_tie-instagram-theme .button{
  position: absolute !important;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  width: 250px!important;
  background: linear-gradient(29.61deg, #57aa42 0%, #57aa42 50.39%, #57aa42 100%)!important;
}
.wdi_follow_btn {
  
    width: 250px!important;
    background: linear-gradient(
29.61deg
, #57aa42 0%, #57aa42 50.39%, #57aa42 100%)!important;
    z-index: 999 !important;
    border: 0 !important;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px !important;
}
.widget_tie-instagram-theme .button:hover, .wdi_follow_btn:hover{
/*   box-shadow: 0px 9px 20px -5px #57aa42 !important; */
	background:#00512f !important;

}
.wdi_feed_thumbnail_1 .wdi_photo_wrap_inner{
	border: 0 !important;
}
.wdi_single_user {
    float: none !important;
}
div#wdi_feed_0_users {
    text-align: center !important;
}

.single-directory .main-content-row{
  padding-bottom: 50px;
}
@media (max-width: 1173px){
	#menu-components-wrap > ul.components {
		max-width: 135px;
	}
}
/* Responsive Part */
@media (max-width: 540px){
  .home .mag-box.block-custom-content .mag-box-title h3,
  .about-wrap .custom-bq p{
    font-size: 20px;
  }
  .home .btn-holder-btm a{
    display: block;
    margin-bottom: 20px;
    width: 260px;
    margin: 15px auto;
  }
  .about-wrap h5{
    max-width: 100%;
  }
  .form-row input[type="text"], .form-row input[type="tel"], .form-row input[type="email"]{
    width: 100%;
    margin-bottom: 15px;
  }
  .form-row{
    margin-bottom: 15px;
  }
  .c-ads-btm p{
    font-size: 26px;
  }
  .c-ads-btm .btn-wrap-right{
    text-align: center;
    margin-top: 20px;
  }
  .c-ads-btm{
    padding: 25px 40px;
    padding-bottom: 10px;
  }
  .upper-footer{
    height: auto;
  }
  .upper-footer .tie-insta-photos{
    display: grid;
  }
  .upper-footer .tie-insta-post img{
    height: 100%;
  }

}

img.wdi_img {
    height: 307px !important;
    width: 100% !important;
}
.wdi_feed_info {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 27%;
}
.wdi_follow_btn {
    border-radius: 20px !important;
}
.wdi_follow_btn span {
    text-transform: capitalize;
    font-weight: normal;
}
.wdi_follow_btn {
    border-radius: 20px !important;
    padding: 15px 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, sans-serif !important;
    font-size: 18px !important;
}
#menu-main-menu-header .sub-menu li:before{
	background:transparent !important;
}

li#menu-item-1683 > a {
    pointer-events: none!important;
}
q, blockquote {
    background: #2c2f34;
    padding: 30px 50px;
    margin: 20px 0;
    display: block;
    color: #ffffff;
}
q p, blockquote p {
    margin-bottom: 1.474em;
    font-size: 19px;
    line-height: 30px;
    font-style: italic;
}
.entry ol, .entry ul, .comment-content ol, .comment-content ul {
    margin-bottom: 20px;
    padding-left: 15px;
    margin-left: 20px;
}
entry ul li, .entry ol ul li, .comment-content ul li, .comment-content ol ul li {
    list-style: disc;
    list-style-image: none;
}
.entry li, .comment-content li {
    margin: 0 0 5px 0;
}
.page-id-1978 div#tie-block_361 .container-wrapper, .page-id-2017 div#tie-block_361 .container-wrapper, .page-id-2012  div#tie-block_361 .container-wrapper, .page-id-2019  div#tie-block_361 .container-wrapper{
	border:0 !important;
	padding-top: 0;
    margin-top: 0;
	padding-left: 15px;
}
.page-id-1978 div#tie-block_361 .container-wrapper .tie-row.event-row-wrap > div.tie-col-sm-5, .page-id-2017 div#tie-block_361 .container-wrapper .tie-row.event-row-wrap > div.tie-col-sm-5, .page-id-2012 div#tie-block_361 .container-wrapper .tie-row.event-row-wrap > div.tie-col-sm-5, .page-id-2019 div#tie-block_361 .container-wrapper .tie-row.event-row-wrap > div.tie-col-sm-5{
	border:0 !important;
	padding-left: 0;
    margin-left: 0;
}
.header-menu .menu ul ul {
    top: -15px !important;
    
}
/* div#stream-item-widget-10 {
    display: none;
} */