body {
    font-size: 16px;
    color: #696969;
    letter-spacing: 0.025em;
    line-height: 1.5;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    margin: 20px 0 !important;
}
a:focus,
a:hover,
.dropdown-toggle,
.slick-slide {
	outline: 0!important;
}
a, .comment-reply-link {
	color: #07BECA;
}
.entry-title a:hover, 
.entry-title a:focus {
	color: #07BECA;	
}
.site-inner {       
	margin-top: 40px;
}
body.home .site-inner {       
	margin-top: 0px;
}
/*** Top Head Menu ***/
.site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	padding-top: 0;
	padding-bottom: 0;
    background-color: rgba(31, 39, 50, 0.7);
    z-index: 999;
}
body:not(.home) .site-header {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    background-color: #1f2732;	
	position: relative;
}
body:not(.home) .site-header.is-sticky {	
	position: fixed;
}
.site-header.is-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #1f2732;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.site-header-main {
    max-width: 1120px;
    margin: 0 auto;
}
.site-header-main .site-description {
    display: none;
}
.site-branding {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}
/*** Menu ***/
.site-header-menu {
    margin: 17px 0;
}
.main-navigation a {
	font-weight: 700;
	font-size: 14px;
}
.site-header-main .menu-toggle, .dropdown-toggle:after {
    color: #fff !important;
}
.site-header-menu {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.site-header-menu.is-sticky {
    position: relative;
    margin: 0 auto;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.site-header-menu .primary-menu > li > a {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 0!important;
    padding-bottom: 0!important;
    line-height: 90px;
    height: 90px;
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

/*** Geodirectory ***/
body.page-id-558 #sidebar-right-blog, 
body.page-id-558 #sidebar-right-ws,
body.tax-gd_placecategory #sidebar-right-blog,
body.tax-gd_placecategory #sidebar-right-ws {
    display: none;
}
body.page-id-558 #content #primary.content-area,
body.tax-gd_placecategory #content #primary.content-area {
    width: 100%!important;
    margin-left: 0;
}
body.page-id-558 .site-main, body.tax-gd_placecategory .site-main {
    width: 72% !important;
    float: left !important;
}
body.page-id-558 .sidebar,  body.tax-gd_placecategory .sidebar {
    width: 25%!important;
    padding-left: 20px !important;
    padding-right: 0px;
    float: left !important;
    margin-left: 3% !important;
}
body.category-68 #sidebar-right-geodirectory {
    display: none;
}
/*** Intro ***/
.tk-intro-content h2 {
    font-size: 34px;
    margin: 0 0 50px;
    line-height: 48px;
}
.tk-intro-img figure {
    margin: 10px !important;
}
.tk-intro-img img {
    border-width: 18px !important;
    border-style: solid !important;
    border-color: #fff !important;
    box-shadow: 0 10px 7px -7px rgba(0,0,0,.12), 0 0 4px rgba(0,0,0,.1) !important;  
}
/*** Featured ***/
.tk-featured-img img {
    position: relative;
	z-index: 10;
    box-shadow: 0 2px 25px -7px #000;
	border-radius: 100% !important;
}
.tk-featured-box h2,
.tk-featured-box p {
	color: #fff !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.tk-featured-box p {
	font-size: 14px;
}
/*** Featured Product ***/
.tk-feature-product-content h3 {
    font-size: 24px;
    text-transform: uppercase;
}
.tk-feature-product-content p,
.tk-feature-product-content h3 a {
    color: #fff;
}
.tk-feature-product-content.right p,
.tk-feature-product-content.right h3 a{
    color: #333;
}
.tk-feature-product-content span {
    display: block;
    font-size: 56px;
}
.tk-feature-product-img span {
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    color: #fff;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 82px;
    height: 80px;
    left: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    top: 50%;
    margin: -41px 0 0 -40px;
    line-height: 21px;
    padding-top: 5px;
    display: block;
    background-image: url(../images/vector_small.png);
    background-repeat: no-repeat;
}
.tk-feature-product-img span em {
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    width: 70px;
    height: 70px;
    background-color: #212121;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-style: normal;
    padding-top: 12px;
}
.tk-feature-product-img:hover span {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.tk-feature-product-img span:hover em {
    background-color: #79cba8;
}
/*** Featured ***/
.tk-atributes-item {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    bottom: 60px;
    left: 0;
}
.tk-atributes-item.item2 {
    bottom: 400px;
    left: 60px;
}
.tk-atributes-item.item3 {
    bottom: 100px;
    right: 70px;
    left: auto;
    top: auto;
}
.tk-atributes-item .tk-atributes-hover {
    position: absolute;
    bottom: 100%;
    left: 0;
    padding-bottom: 25px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translate(0,-70px);
    -ms-transform: translate(0,-70px);
    -o-transform: translate(0,-70px);
    transform: translate(0,-70px);
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}
.tk-atributes-item .tk-atributes-content {
    position: relative;
    width: 270px;
    background-color: #fff;
    display: block;
    text-align: center;
    padding: 18px 5px 15px;
    margin-left: -103px;
    -webkit-box-shadow: 0 0 29px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 29px 0 rgba(0,0,0,.3);
}
.tk-atributes-item .tk-atributes-content:before {
    content: '';
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
} 
.tk-atributes-item:hover .tk-atributes-hover {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.tk-atributes-item .tk-atributes-content strong {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: #212121;
}
.tk-atributes-item .eff {
    display: inline-block;
    position: relative;
    width: 83px;
    height: 83px;
    text-align: center;
    line-height: 78px;
}
.tk-atributes-item .eff .eff1 {
    width: 68px;
    height: 68px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -34px 0 0 -34px;
    display: inline-block;
    border: 1px solid #79cba8;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    animation: eff 1s infinite;
    animation-delay: .2s;
    animation-direction: alternate;
    -webkit-animation: eff 1s infinite;
    -webkit-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}
.tk-atributes-item .eff .eff2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    border: 1px solid #79cba8;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    animation: eff 1s infinite;
    animation-direction: alternate;
    -webkit-animation: eff 1s infinite;
    -webkit-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}
.tk-atributes-item img {
    position: relative;
    z-index: 2;
}
.tk-countdown-product h3 {
    font-family: Lato,sans-serif !important;
    font-size: 30px;
    text-transform: uppercase;
}
.tk-countdown-product .price {
    display: block;
    font-size: 45px;
    color: #79cba8;
    font-weight: 600;
    margin-bottom: 20px;
}
.posted-in, 
.tagged-as {
    display: block;
    text-transform: uppercase;
}
@keyframes eff {
    from {
        -webkit-transform:scale(.7);
        -ms-transform:scale(.7);
        -o-transform:scale(.7);
        transform:scale(.7);
        opacity:.5;
        filter:alpha(opacity=50)
        }
    to {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:1;
        filter:alpha(opacity=100)
    }
}
@-webkit-keyframes eff{
    from {
        -webkit-transform:scale(.7);
        -ms-transform:scale(.7);
        -o-transform:scale(.7);
        transform:scale(.7);
        opacity:.5;
        filter:alpha(opacity=50)
    }
    to {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:1;
        filter:alpha(opacity=100)
    }
}
/*** Testimonial ***/
.testimonial-content {
    margin-top: 35px;
    padding: 0 10%;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    position: relative;
}
.testimonial-content div i {
    color: #282828;
    position: absolute;
    left: 0;
    top: -25px;
    opacity: .3;
    filter: alpha(opacity=30);
    font-size: 40px;
}
.testimonial-content p {
    line-height: 36px;
    font-size: 20px;
}
.testimonial-content div .fa-quote-right {
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
}
.testimonial-name h4 {
    font-size: 24px;
    color: #79cba8;
}
.tk-testimonial .slick-slide-image {
    width: 120px;
    height: 120px !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}
/*** Product ***/
.ws-product .woocommerce ul.products li.product {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}
.ws-product-item .woocommerce ul.products li.product a {
    display: inline-block;
    position: relative;
}
.ws-product-item .woocommerce ul.products li.product {
    background: #fff;
    z-index: 1;
}
.ws-product-item .woocommerce ul.products li.product:hover {
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1);
}
.ws-product-item .woocommerce ul.products li.product a img {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;    
}
.ws-product-item .woocommerce ul.products li.product:hover a img {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);    
}
.ws-product-item ul.products li.product.pif-has-gallery .wp-post-image--secondary {
    position: absolute;
    left: 50%;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear !important;
}
.ws-product-item ul.products li.product.pif-has-gallery:hover .wp-post-image--secondary {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ws-product-item .woocommerce ul.products li.product h2 {
    position: relative;
    margin-top: 40px;
}

.ws-product-item .woocommerce ul.products li.product:hover h2:before {
    width: 90px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/*** Services ***/

/*** Blog ***/
.ws-blog-item .premium-blog-content-wrapper {
    top: -30px;
    margin: 0px 10px 10px;
}
/*** Team ***/
.tk-team-item ul li {
	display: inline-block;
	list-style-type: none;
	margin:  10px;
}
/*** Contact ***/
.wpcf7-form p {
	width: 48%!important;
	float: left;
	margin-right: 3.5%;
}
.wpcf7-form p:nth-child(3),
.wpcf7-form p:nth-child(5) {
    margin-right: 0 !important;
}
.wpcf7-form p:nth-child(6),
.wpcf7-form p:nth-child(7) {
    width: 100% !important;
}
.wpcf7-form p:nth-child(7) {
    text-align: center;
}
.wpcf7-form input {
	background: transparent;
	padding: 12px 10px;
}
.wpcf7-form textarea {
    height: 150px;
    background-color: transparent;
}
.wpcf7-form .wpcf7-submit {
	padding: 18px 50px;
    display: inline-block;
    margin-top: 28px;
    background: #07BECA;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.wpcf7-form .wpcf7-submit:hover {
	background: #07BECA;
}
.wpforms-submit-container {
    text-align: center;
}
.wpforms-field-row.wpforms-field-medium,
.wpforms-field-medium.wpforms-field-required  {
    max-width: 100% !important;
}
.wpforms-form .wpforms-submit-container button {
    font-size: 18px !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
    background-color: #07BECA !important;
    border: 1px solid #07BECA !important;
    border-radius: 5px !important;
    padding: 15px 35px !important;
}
.wpforms-form .wpforms-submit-container button:hover {
    background: #fff !important;
    color: #07BECA !important;
}
.wpforms-validate.wpforms-form input,
.wpforms-validate.wpforms-form textarea {
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
    font-size: 15px !important;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.32);
}
#sidebar-right-geodirectory .wpforms-form .wpforms-submit-container button {
    font-size: 14px !important;
    color: #ffffff !important;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 600 !important;
    background-color: #07BECA !important;
    border: 1px solid #07BECA !important;
    border-radius: 5px !important;
    padding: 13px 35px !important;
}


/*** Footer ***/
#block-contact-list > li {
    float: left;
    margin-right: 0;
    position: relative;
    width: 33.33%;
    text-align: center;
    list-style-type: none;
}
#block-contact-list li i {
    display: block;
    font-size: 35px;
    color: #333;
    margin-bottom: 20px;
}
#block-contact-list .address::after {
    background-color: #808080;
    content: "";
    height: 1px;
    left: -150px;
    position: absolute;
    top: 18px;
    width: 305px;
}
#block-contact-list span {
    line-height: 2;
}
#media_image-2 {
    margin: 30px 0;
}
.ws-social-follow-icon li {
    display: inline-block;
    list-style-type: none;
    margin: 0 7px;
}
.ws-social-follow-icon li i {
    font-size: 20px;
}
.ws-footer-img img {
    margin: 0 5px;
}
/*** Responsive ***/
@media (max-width: 1208px) {
	.site-header-menu .primary-menu > li > a {
		font-size: 15px;
	}
}
@media (max-width: 1170px) {
	.site-header-menu .primary-menu > li > a {
		padding: 0 7px !important;
	}
	.site-header {
	    padding: 0 15px;		
	}
}
@media (max-width: 960px) {
	body.woocommerce #primary #main {
		width: 100% !important;
	    float: none;
		margin-right: 0 !important;
	}	
	.sidebar {
	    margin-left: 0%;
		width: 100%!important;
	}
	.site-header-menu .primary-menu > li > a {
		height: 45px;
		line-height: 45px;
	}
	.tk-atributes-item:first-child .tk-atributes-content {
		margin-left: 0px;
	}
	.tk-atributes-item.item2 .tk-atributes-content {
		margin-left: -50px;
	}
	.tk-atributes-item.item3 .tk-atributes-content {
		margin-left: -130px;
	}
}
@media (max-width: 910px) {
	.main-navigation .primary-menu li ul > li > a {
    	color: #fff !important;
	}
	.sidebar {
    	padding: 0 15px !important;
	}
}
@media (max-width: 786px) {
	.tk-featured-img {
		margin-top: 40px;
	}
	.tk-featured-box .elementor-widget-container {
		margin: 40px 0 0 !important;
		padding: 25px !important;
	}
}
@media (max-width: 480px) {
	.tk-atributes-img {
		margin-top: 70px;
	}
    body.woocommerce-page ul.products li.product {
        width: 100%!important;
        margin: 30px 0!important;
    }
    body.home .woocommerce ul.products li.product {
        margin-right: 0%!important;
        width: 100%!important;
    }
	.site-header .site-header-main {
    	padding: 0 10px;
	}
}

/*** Sidebar ***/
.sidebar section {
    padding-top: 10px;
}
.widget-title {
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px!important;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #e4e4e4;
}
.widget_sow-editor .footer-socilal ul li {
    width: 12;
    float: left;
    text-align: center;
}
.widget_sow-editor .footer-socilal ul li a {
    font-size: 25px;
}
.widget_sow-editor .footer-socilal ul li i {
    margin-right: 10px!important;
}
.sidebar .es_widget_form .es_textbox input.es_textbox_class {
    width: 100%;
    padding: 7px;
}
.sidebar .es_widget_form .es_button input {
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
}
.sidebar-primary .geodir_category_list_view li {
    width: 100% !important;
    background: #fff;
}
/*** Title ***/
.entry-header {
    position: relative;
    margin-bottom: 20px;
}
body:not(.home) h1.entry-title {
    display: none;
}
body.category-blog h1.archive-title {
    display: none;
}
body.single-post h1.entry-title,
body.single-portfolio h1.entry-title,
body.single-product h1.entry-title {
    display: block !important;
}
/*** Breadcrumb ***/
.geodir-breadcrumb-bar {
    display: none;
}
.geodir-list-view-select select {
    padding: 5px;
}
.breadcrumb {
    background-color: #eee;
    margin-top: 120px !important; 
}
/*** Map ***/
.geodir-map-full.stickymap {
    max-width: 350px;
    z-index: 9999;
}
/*** Login ***/
.geodir_loginbox {
    position: relative; 
}
.geodir-loginbox-list {
    padding: 10px 0;
}
.geodir-loginbox-list li:first-child {
    text-align: right;
    position: absolute;
    top: 20px;
    right: 22px;
    z-index: 999;
    padding-bottom: 0;
}
.geodir-loginbox-list .chosen-default {
    color: #999;
    border-radius: 0;
}
.geodir-chosen-container-single .chosen-single {
    height: 30px;
}
.geodir-chosen-container-single .chosen-single span,
.geodir-chosen-container-single .chosen-single div b {
    margin-top: 2px;
}
.loginform1 .user_login1, .loginform1 .user_pass1 {
    padding: 7px 10px;
}
.loginform1 .b_signin {
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 10px 0;
    width: 100%;
}
/*** Review ***/
.geodir_flexslider .geodir-slides img {
    width: 100%;
}
dl.geodir-tab-head dd {
    width: 20%;
    text-align: center;
}
ul.geodir-tabs-content li h3 {
    font-size: 18px;
    padding-bottom: 10px;
}
.gd-mylocation-go [type="button"] {
    width: 170px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px;
}
#post_mapTab .geodir_map_container .gd-get-directions input[type="text"] {
    border-radius: 0;
}
.geodir-tabs .form-submit #submit {
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 30px;
}
/* Place Reviews */
#reviews-wrap #comments .commentlist{
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
#reviews-wrap #comments .commentlist > li {
    padding:0;
    margin:0;
    list-style: none;
}
#reviews-wrap #comments .comment-content>div:first-child>div {
    display: inline-block;
    margin: 0 0 10px 0;
}
#reviews-wrap #comments .comment-content>div:first-child>div.geodir-rating {
    bottom:-18px;
    position: relative;
}
#reviews-wrap #comments .comment-author img {
    border-radius: 50%;
}
#reviewsTab .comments-area article header cite, 
#reviewsTab .comments-area article header time, 
#reviewsTab .comments-area article header span.item {
    margin-left: 75px;
}
#reviewsTab #comments .comment-respond, 
#reviewsTab #comments-list .comment-respond {
    margin:15px 0;
}
.geodir-rating .geodir_Star img {
    display: inline-block;
    width: 20%;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
}
#reviews-wrap #comments .commentlist > li .rating {
    display: inline;
    margin-right: 10px;
}
#reviewsTab .comments-area .comment-content p {
    text-transform: capitalize;
    color: #ff0707;
}
.comments-title {
    font-size: 20px;
}
/*** Categories ***/
.geodir_popular_post_category,
.geodir_advance_search_widget {
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 0!important;    
}
.geodir_popular_post_category {
    box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.23);
    margin-top: -80px;
    position: relative;
    z-index: 999;
    background: #fff;
}
.geodir_advance_search_widget {
    background: #fff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.23);
}
.geodir-loc-bar-in,
.geodir-category-list-in {
    background: none;
    border: 0;
}
.geodir-loc-bar-in {
    padding: 7px;
}
.geodir_popular_post_category .widget-title {
    display: none;
}
.geodir-cat-list ul li {
    width: 19%;
    font-size: 16px;
    border-left: 4px solid;
    display: block;
    padding: 12px 8px !important;
    margin-right: 1.2%;
    box-shadow: 2px 0px 5px 0 rgba(0,0,0,0.16), 2px 0px 10px 0 rgba(0,0,0,0.12);
}
.geodir-cat-list ul li:nth-child(5n) {
    margin-right: 0;
}
.geodir-cat-list ul li:nth-child(1) {
    border-color: #9f159f;
}
.geodir-cat-list ul li:nth-child(2) {
    border-color: #990000;
}
.geodir-cat-list ul li:nth-child(3) {
    border-color: #00CC33;
}
.geodir-cat-list ul li:nth-child(4) {
    border-color: #FF9727;
}
.geodir-cat-list ul li:nth-child(5) {
    border-color: #009999;
}
.geodir-cat-list ul li:nth-child(6) {
    border-color: #00aeff;
}
.geodir-cat-list ul li:nth-child(7) {
    border-color: #4dc64a;
}
.geodir-cat-list ul li:nth-child(8) {
    border-color: #a95335;
}
.geodir-cat-list ul li:nth-child(9) {
    border-color: #f2c807;
}
.geodir-cat-list ul li:nth-child(10) {
    border-color: #00aeff;
}
.geodir-pcat-show img {
    height: 35px!important;
}
.geodir-bubble-meta-side {
    margin-top: 5px;
    padding: 5px 10px 15px 10px;
}
.geodir-bubble-meta-bottom {
    padding: 0 10px;
}
h2.geodir-entry-title {
    font-size: 22px;
}
.geodir-loc-bar {
    border: 0 !important;
}
.tk-place .geodir-loc-bar {
    padding: 0 !important;
    margin-top: 0 !important;
}
/*** Search ***/
 body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search input[type=text] {
    max-width: 460px!important;
    float: none!important;
    text-align: center;
}
.geodir_submit_search  {
    color: #fff;
    padding: 11px 30px;
    font-size: 20px !important;
    height: 45px !important;

}
.geodir-search input {
    border: 5px solid white !important;
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 8px #07BECA, 0 0 16px rgba(0,0,0,0.1);
    padding: 20px !important;
}
body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search button {
    margin-right: 10px !important;    
}
/*** Listing ***/
.geodir-listview {
    border: 1px solid #ececec!important;
    margin-bottom: 40px!important;
    position: relative;
    -webkit-box-shadow: 0px 10px 5px -6px rgba(209,201,209,1);
    -moz-box-shadow: 0px 10px 5px -6px rgba(209,201,209,1);
    box-shadow: 0px 10px 5px -6px rgba(209,201,209,1);
}
.geodir-listview:first-child {
    margin-top: 0;
}
.geodir-listview .geodir-category-listing > div {
    padding: 20px;
}
.geodir-listview .geodir-category-listing .geodir-content {
    padding: 20px 0 0!important;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
}
.geodir-listview .geodir-category-listing .geodir-entry-header {
    border-bottom: 1px solid #ececec;
    padding: 0px 20px 20px;
}
.geodir-listview .geodir-category-listing .geodir-entry-content {
    padding: 20px 20px 50px;
    position: relative;
}
.geodir-listview .geodir-post-img  {
    overflow: visible;
    padding-bottom: 0!important;
    position: static!important;
    border: 0!important;
    width: 90px!important;
}
.geodir-listview  .excerpt-read-more {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.geodir-listview  .excerpt-read-more:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    content: "Read more";
    background: #fff;
}
.geodir-listview .geodir-content p {
    font-size: 13px;
    line-height: 24px;
}
.geodir-listview .geodir-post-img .geodir_thumbnail {
    max-height: 155px;
    height: 155px !important;
    max-width: 102px;
    min-width: 270px !important;
    width: auto;
    position: relative!important;
}
.geodir-listview .geodir_new_listing {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.geodir_category_list_view li .geodir-content {
    width: 100%;
    margin-top: 20px !important;
}
.geodir-listview .geodir-entry-title {
    font-size: 20px;
}
.geodir-listview .geodir-rating {
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.geodir-listview .geodir-rating .geodir_Star img {
    width: 17px!important;
}
.geodir-listview .geodir-pinpoint {
    height: 50px!important;
    width: 50px!important;
    position: absolute;
    right: 10px;
    top: 105px;
}
.geodir-listview .geodir-pinpoint-link {
    height: 50px!important;
    width: 50px!important;
    font-size: 0;
    position: absolute;
    right: 10px;
    top: 105px;
}
.geodir-listview .geodir-pcomments {
    position: absolute;
    bottom: 2px;
    left: 10px;
    font-size: 13px;
}
.geodir-listview .geodir-addtofav {
    position: absolute;
    bottom: 2px;
    left: 100px;
    font-size: 13px;
}
.geodir-listview .geodir_new_listing {
    width: 30px!important;
    height: 30px!important;
    background-size: cover!important;
    right: 10px;
}

/*** gd_place ***/
body.single-gd_place #content #primary body.page-id-811 #content #primary.content-area  {
	width: 100% !important;
}
body.single-gd_place .sidebar,
body.woocommerce-cart .sidebar {
	display: none;
}
.geodir-loginbox-list li:first-child {
    right: 58px;
}

/*** Grid ***/
.geodir-gridview {
    position: relative;
    box-shadow: 0px 10px 5px -6px rgba(209,201,209,1);
}
.geodir-gridview  .excerpt-read-more {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.geodir-gridview  .excerpt-read-more:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    content: "Read more";
    background: #fff;
}
.geodir-gridview p {
    font-size: 13px;
    line-height: 24px;
}
.geodir-gridview .geodir-category-listing .geodir-entry-content {
    padding: 10px 20px 50px;
    position: relative;   
}
.geodir-gridview .geodir-addinfo a.geodir-pcomments,
.geodir-gridview .geodir-addinfo span {
    display: inline-block !important;
    margin-right: 15px !important;
}
.geodir-gridview .geodir-addinfo a {
    font-size: 15px !important;
}
.geodir-gridview .geodir-addinfo .geodir-pinpoint {
    height: 20px!important;
    width: 20px!important;
    margin-right: 0 !important;
}
.geodir-gridview .geodir-content {
    width: 100% !important;
    padding: 0!important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #ececec;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.geodir-gridview .geodir-entry-header {
    padding: 0px 20px 0;
}
.page-geodir-signup #geodir-wrapper {
    padding-top: 70px;
}
/*** Contact form ***/
.wpcf7-form input, 
.wpcf7-form select, 
.wpcf7-form textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 6px 26px 6px 16px;
    width: 100%;
}
.wpcf7-form label {
    width: 100%;
}
.wpcf7-form .wpcf7-submit {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 10px 35px;
    white-space: normal;
    width: auto;
}
/*** Sidebar ***/
.sidebar section {
    background-color: #f4f5f5;
    padding: 20px;
}
.sidebar .widget_meta ul > li {
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #b1aeae;
    padding: 5px 10px;
}
.sidebar .widget_meta ul > li a {
    text-decoration: none;
}
.sidebar {
    margin-top: 25px;
}
.sidebar section.widget_categories ul li a:before,
.sidebar section.widget_recent_entries ul li a:before {
    font-family: FontAwesome;
    content: "\f054";
    color: #dbdbdb;
    margin-right: 10px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    font-size: 10px;
    color: #000;
}
.widget-area .widget .widget-title:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 70px;
    left: 0;
    top: auto;
    bottom: -4px;
    transform: translate(0, -50%);
}
/*** Login ***/
.login_form_l .form_row .textfield, 
.registration_form_box .form_row .textfield {
    width: 100%;
    padding: 10px;
}
.geodir_button {
    text-transform: uppercase;
    font-size: 14px!important;
    padding: 13px 30px;
    width: 100%!important;
    margin-bottom: 20px;
}
.sidebar .geodir-listview {
    background: #fff !important;
}
body.geodir-page .sidebar {
    margin-top: 65px !important;
}
/*** Footer ***/
.main-footer {
    position: relative;
    background-image: url('../images/texture.png') !important;
    float: left;
    width: 100%;
    text-align: center;
}
.main-footer .container {
    padding: 70px 0;
    overflow: hidden;
}
.main-footer .columns {
    text-align: center;
    width: 100% !important;
    padding: 0;
}
.main-footer h2 {
    margin: 0 0 20px;
    font-size: 3em !important;
    font-weight: 100;
    line-height: 1em;
    text-align: center;
}
.main-footer .columns h2:after {
    content: none;
}
.main-footer ul {
    margin: 0;
    list-style-type: none;
}
.main-footer .columns:nth-child(1) .shrewd_solution_icon ul li strong {
    display: none;
}
.main-footer .columns:nth-child(1) .shrewd_solution_icon ul,
.main-footer .columns:nth-child(1) .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.main-footer .columns:nth-child(1) .shrewd_solution_icon ul li a {
    font-size: 16px;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.main-footer .columns:nth-child(1) .shrewd_solution_icon ul li a i {}
.main-footer .columns:nth-child(1) .shrewd_solution_icon ul li a:hover,
.main-footer .columns:nth-child(1) .shrewd_solution_icon ul li:nth-child(2) a:hover,
.main-footer .columns:nth-child(1) .shrewd_solution_icon ul li:nth-child(3) a:hover,
.main-footer .columns:nth-child(1) .shrewd_solution_icon ul li:nth-child(4) a:hover,
.main-footer .columns:nth-child(1) .shrewd_solution_icon ul li:nth-child(5) a:hover,
.main-footer .columns:nth-child(1) .shrewd_solution_icon ul li:nth-child(6) a:hover{
    background: #07BECA; 
}
.site-footer {
    border: 0;
}
.site-footer p {
    padding-bottom: 0;
}
.footer-contacts i {
    margin-right: 10px;
}
/*** Responsive ***/

@media (max-width: 1280px) {
    .nav-primary .menu-primary > li > a {
        padding: 12px 17px;
    }
}
@media (min-width: 961px) {
    .tk-testimonial-item .sow-features-feature {
        width: 32%!important;
        margin: 0 0.66%;
    }
    .footer-widget-area {
        width: 50%!important;
    }
}
@media (max-width: 1170px) {
    .panel-layout .panel-grid > div {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    .nav-primary .menu-primary > li > a {
        padding: 12px 10px;
        font-size: 12px;
    }
    .tk-testimonial-img .n2-ss-img-wrapper {
        width: auto !important;
    }
}
@media (max-width: 1024px) {
    .site-header-menu .primary-menu > li > a {
        font-size: 12px;
    }
	body .tk-full-content {
    	display: none !important;
	}
}
@media (max-width: 910px) {
    .site-header-menu .primary-menu > li > a {
        font-size: 15px;
    }
    body.page-id-558 .site-main {
        width: 100% !important;
        padding: 20px;
    }
    body.page-id-558 .sidebar {
        width: 90% !important;
    }
}
@media (max-width: 845px) {
    article .post-thumbnail, article .entry-content p, article .entry-content a, article .entry-footer, article .entry-header {
        margin: 30px !important;
    }
    body.page-template-default .post-thumbnail, body.page-template-default .entry-content p, 
    body.page-template-default .entry-content a, body.page-template-default .entry-footer, body.page-template-default .entry-header {
        margin: 5px !important;
    }
}
.breadcrumb {
    margin-top: 35px;
}
@media (max-width: 960px) {
    .site-header {
        width: 100%;
        z-index: 9999;
        top: 0;
    }
    .menu-toggle.dashicons-menu:before {
        font-size: 30px;
    }
    .genesis-nav-menu .sub-menu a {
        background-color: #e7e5e521;
        padding-left: 10px;
        color: #fff;
    }
    .tk-testimonial-item .sow-features-feature {
        width: 98%!important;
        margin: 70px 1%;
    }
    .menu-toggle {
        color: #fff;
        font-size: 0;
    }
    .content {
        float: none!important;
    }
    dl.geodir-tab-head dd {
        width: 100%;
    }
    .nav-primary > .wrap > ul > li > a,
    .nav-primary.is-sticky > .wrap > ul > li > a {
        line-height: 45px;
        height: 45px;
    }
    body .tk-full-content {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .tk-skill-item {
        width: 100%;
    }
    .tk-blog .featured-content .entry {
        width: 100%;
        margin-bottom: 115px;
    }
    .geodir-cat-list ul li {
        width: 31%;
    }
    .site-header {
        position: relative;
    }
    .tk-place:after,
    .tk-place:before {
        content: none !important;
    }
    .tk-slider-icon .mouse-button {
        display: none;
    }
    .tk-blog .premium-blog-post-outer-container {
        width: 100% !important;
    }
}
@media (max-width: 676px) {
    .tk-place-post .geodir_category_list_view li.geodir-gridview {
        width: 100% !important;
    }
    .tk-btn-sl a {
        font-size: 10px !important;
        padding: 10px 20px !important;
        letter-spacing: 0 !important;
    }
    .tk-slider-text > div {
        font-size: 10px !important;
        letter-spacing: 3px !important;
    }
    .tk-slider-title > div {
        letter-spacing: 10px !important;
        word-spacing: 0px !important;
    }
}
@media (max-width: 480px) {
    .geodir_popular_post_category .geodir-cat-list ul.geodir-popular-cat-list li {
        width: 100%;
        margin-bottom: 10px;
    }

}


/*** Css More  ***/
.postid-636 #geodir-wrapper {
    margin-top: 50px;
    margin-bottom: 70px;
}
.postid-636 .sidebar {
    margin-top: 15px;
}
#simplemodal-container h3 {
    border: none;
}
#simplemodal-container .row input, #simplemodal-container .row textarea {
    width: 100%;
    margin-bottom: 10px;
}
#simplemodal-container .button {
    padding: 15px 35px;
    margin-left: 0px;
    font-size: 16px;
}
#basic-modal-content2 {
    height: 400px;
}
body.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
}  