/*!
Theme Name: City Sooq
Theme URI: 
Author: Embrace IT
Author URI: https://www.embrace-it.pk/
Description: 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: city-sooq
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


html {
    scroll-behavior: smooth;
    /*direction: rtl;*/
}

body {
    margin: unset;
    /*font-family: 'Tajawal', sans-serif;*/
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    margin: unset;
    text-align: initial;
}

h1{
    line-height:1.5;
}

p {
    font-weight: normal;
    margin: unset;
}

figure {
    margin: unset;
}

.header-main-parent-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    border-bottom: 1px solid #d5d5d5;
}

.header-parent-container {
    width: 1000px;
    height: 94px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.main-header-logo-svg {
    justify-self: center;
}
.site__logo.header__logo{
    height: 70px;
    width: auto;
}

.navbar-main-parent-container {
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: center;
}

.navbar-parent-container>ul {
    display: flex;
    flex-direction: row;
    align-items: center;

    padding: 0px;
    gap: 8px;
    list-style: none;
    border-bottom: 1px solid #e9e9e9;
    margin: 0;
}

.navbar-parent-container>ul li {
    padding: 15px;

}

.hamburger-svg {
    visibility: hidden;
}

#primary-menu .current-menu-item,
#primary-menu .current-category-ancestor,
#primary-menu .current-post-ancestor {
    border-bottom: 4px solid #41B6EC;
}

.navbar-parent-container>ul a {
    color: #131415;
    font-size: 20px;
    text-decoration: none;
    white-space: nowrap;
}

.bread-crumb-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: flex-start;
    gap: 10px;

    margin: 20px 0px;
}

.break-crumb-text {
    font-size: 15px;
    color: #969696;

}

.resize-img {
    width: 473px !important;
    height: 173px !important;
}

.single-post-share-icons-container {
    width: 57px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    align-items: center;
    left: 84px;
    top: 300px;
    position: fixed;
}

.main-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.main-content {
    width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
	min-height: 300px;
	padding-bottom: 50px;
}

.banner-main-container {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-image: url("res/images/homeBanner.png");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* display: none; */
}
.banner-main-container:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000004f;
}

.country-banner-container {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    /* background-image: url("res/images/marsBanner.png"); */

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* display: none; */
}
.country-banner-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.country-banner-container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000004f;
}

.banner-main-heading-text {
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    text-shadow: 1px 2px 14px #00000070;
    z-index: 1;
}

.banner-form-parent-container {
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;

    background-color: #3f3f3f;

    border-radius: 3px;
    z-index: 1;
}

.banner-main-header-text {
    color: #ffffff;
    font-size: 90px;
    font-weight: 700;
    margin: unset;
    z-index: 1;
    text-shadow: 1px 2px 14px #00000070;
    position: absolute;
}

.header-search-container {
    width: 416px;
    height: 39px;

    background-color: #f9f9f9;

    border-radius: 3px;
    /* border: 1px solid #c9c9c9; */

    display: flex;
    flex-direction: row;
    align-items: center;
}

.search-icon-container {
    border: unset;
    background: unset;

    display: flex;
    padding: 11px 16px 10px 15px;
}

.header-search-input {
    border-radius: unset;
    border: unset;
    background: transparent;
    height: 100%;
    flex: 2;

    font-size: 20px;
    color: #131415;


    outline: unset;
}

.header-search-input:focus {
    border: unset;
}

.header-search-input::placeholder {
    font-size: 20px;
    color: #b8b8b8;

}

#search-form-input{
    background-color: #e1e1e1;
    margin-top: 20px;
}

#search-form-input button{
    border: 0;
    background-color: transparent;
}

.submit-button-container {
    width: 77px;
    height: 39px;

    border: unset;

    background-color: #8dc63f;

    font-size: 16px;
    color: #ffffff;

    border-radius: 3px;

    cursor: pointer;
}

.section-header-container {
    width: 100%;
    border-bottom: 1px solid #c7c7c7;
}

.section-header-text {
    font-size: 30px;
    font-weight: 700;
    color: #131415;
    margin-bottom: -1px;

    white-space: nowrap;
}

.section-header-text a {
    color: #131415;
    text-decoration: none;
    border-bottom: 3px solid #43b7ec;
    display: inline-block;
    padding-bottom: 6px;
}

.section-main-parent-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin-top: 60px;
}

.description-text {
    margin: 60px 0px;
    color: #131415;

    font-size: 20px;
    line-height: 35px;
}

.section-images-parent-container {
    display: flex;
    flex-direction: row;
    gap: 54px;
    flex-wrap: wrap;
    width: 100%;
    align-self: center;
    padding-bottom: 30px;
}

.each-section-image-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 295px;
}

/* .home .each-section-image-container {
    width: 295px;
} */

.each-section-image-container a {
    text-decoration: unset;
    color: unset;
}

.each-section-image-container h3{
    text-align: center;
	max-height: 74px;
}

.section-image {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.archive .section-image {
    object-position: bottom;
}
/* .home .section-image {
    width: 100%;
    height: 140px;
} */

.section-image-text {
    font-size: 25px;
    color: #131415;


    text-decoration: unset;


}

.section-see-more-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-top: 50px;
    cursor: pointer;
    margin-top: 0;
}

.section-see-more-text {
    font-size: 15px;
    color: #41b6ec;

}

.max-height-auto {
    max-height: initial;
}

.max-height-specific {
    max-height: 0;
    overflow: hidden;
    padding: 0;
}
.home .max-height-specific {
    max-height: 0px;
    padding: 0;
}
.navigation.posts-navigation{
    width: 100%;
}
.navigation.posts-navigation .nav-links{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.floating-circle-container {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3f91d1;

    display: none;
    justify-content: center;
    align-items: center;

    align-self: flex-end;

    left: 260px;
    bottom: 80px;
    margin-bottom: 20px;

    position: sticky;

    cursor: pointer;
}

.footer-main-parent-container {
    width: 100%;
    box-sizing: border-box;
    background-color: #ececec;
    display: flex;
    flex-direction: column;
    margin-top: 8px;
}

.footer-main-container {
    /*width: 1000px;*/
    align-self: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-logo-social-icons-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 30px;
}

.footer-social-icons-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.footer-links-parent-container {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 16px 94px; */

    display: flex;
    flex-direction: row;
    gap: 65px;
    flex-wrap: wrap;
}

.footer-links-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-links-container ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-links-container ul li a {
    color: #7e7e7e;
    font-size: 16px;
    white-space: nowrap;
    text-decoration: none;
}

.footer-link-title-text {
    color: #131415;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.footer-link-desc-text {
    color: #7e7e7e;
    font-size: 16px;
    white-space: nowrap;
}

.breadcrumbs_wrapper {
    align-self: flex-start;

    margin-top: 20px;
    margin-bottom: 40px;
}

.breadcrumbs_wrapper a {
    text-decoration: unset;
    font-size: 15px;
    color: #969696;
}

.breadcrumbs_wrapper span {
    text-decoration: unset;
    font-size: 15px;
    color: #969696;
}

.breadcrumb_last {
    font-size: 15px;
    color: #969696;
}

.entry-title {
    text-align: center;
    font-size: 52px;
    color: #000000;
    margin-bottom: 38px;
}

.entry-content p {
    font-size: 20px;
    color: #131415;
    line-height: 35px;
}

.entry-content h2 {
    font-size: 30px;
    color: #131415;
    /*margin-top: 95px;*/
	margin-top: 30px;
    margin-bottom: 24px;
}


.entry-content h3 {
    font-size: 23px;
    color: #131415;
    /*margin-top: 95px;*/
	margin-top: 30px;
    margin-bottom: 24px;
}

.entry-content ul {
    list-style: none;
}

.entry-content ul li {
    position: relative;
    padding: 4px 0;
}


.entry-content ul li:before {
    position: absolute;
    content: "•";
    font-size: 18px;
    padding-right: 5px;
    color: #878787;
    line-height: 1;
    right: -22px;
    top: 8px;
}

.entry-content table {
    margin-top: 20px;
}

.entry-content td {
    font-size: 20px;
    color: #676767;
    line-height: 35px;
    padding: 10px;
}

.entry-content tr {
    background-color: #F1F0F0 !important;
    border-bottom: 3px solid #fff;
}

.entry-content iframe {
    width: 100%;
}
.entry-content table {
    border-collapse: collapse;
    width: 100%;
}

.single-post-main-content .post-thumbnail {
    margin-bottom: 12px;
}


.search-page-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #d5d5d5;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 15px;
}

.nav-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 1000px;
}

.nav-wrapper form {
    display: none;
    background-color: #F0F0F0;
}

.nav-wrapper form button {
    border: unset;
}

.post-thumbnail img {
    width: 100%;
}
.no-page-found-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin: 50px 0px;
}

.no-page-found-container h1 {
    font-size: 32px;
    color: #555;
    line-height: 1.5;
}
.no-page-found-container p {
    font-size: 18px;
    color: #555;
    line-height: 40px;
}

/* Pagination */

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 30px;
}

.pagination .first_last {
    color: #4A90E2;
    font-size: 14px;
    line-height: 25px;
    font-family: HelveticaNeueW23forSKY-Reg, tahoma;
    background-color: #F9F9F9;
    border: 0.5px solid #dfdfdf;
    border-radius: 4px;
    width: 95px;
    height: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0px 0px 3px #00000054;
}

.pagination .pagination_numbers_wrap {
    display: flex;
    align-items: center;
    height: 36px;
    border: 0.5px solid #BBBBBB;
    border-radius: 4px;
    background-color: #F9F9F9;
}

.cat__pagination .pagination_numbers_wrap {
    max-width: 1000px;
    flex-wrap: wrap;
    background-color: transparent;
    border: 0;
    height: auto;
}

.pagination .pagination_numbers_wrap *:first-child {
    border-right: 0;
    border-radius: 4px;
}

.cat__pagination .pagination_numbers_wrap *:first-child {
    border-right: 0.5px solid #BBBBBB;
    ;
}

.pagination .pagination_numbers_wrap *:last-child {
    border-radius: 4px;
}

.pagination .pagination_numbers_wrap a,
.pagination .pagination_numbers_wrap span {
    height: 100%;
    width: auto;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 0.5px solid #BBBBBB;
    text-decoration: none;
}

.cat__pagination .pagination_numbers_wrap a,
.cat__pagination .pagination_numbers_wrap span {
    height: 36px;
}

.pagination .pagination_numbers_wrap .page-numbers.current {
    font-family: HelveticaNeueW23forSKY-Reg, tahoma;
    background-color: #4a90e2;
    color: white;
    font-size: 14px;
    line-height: 25px;
}

.pagination .pagination_numbers_wrap .page-numbers.dots {
    font-family: HelveticaNeueW23forSKY-Reg, tahoma;
    color: #9b9b9b;
    font-size: 14px;
    line-height: 25px;
}

.cat__pagination .pagination_numbers_wrap .page-numbers.dots {
    background-color: #F9F9F9;
}

.pagination .pagination_numbers_wrap a.page-numbers {
    color: #9B9B9B;
    font-size: 14px;
    line-height: 38px;
    font-family: HelveticaNeueW23forSKY-Reg, tahoma;
}

.cat__pagination .pagination_numbers_wrap a.page-numbers {
    background-color: #F9F9F9;
    margin: 3px;
    border: 0.5px solid #dfdfdf;
    width: 38px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0px 0px 3px #00000054;
}

.pagination .pagination_numbers_wrap a:hover,
.pagination .pagination_numbers_wrap .page-numbers.current:hover,
.pagination .first_last:hover {
    background-color: #4a90e2;
    color: white;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
    color: #4A90E2;
    font-size: 14px;
    line-height: 25px;
}

#menu-item-3718-ar{
	display:none;
}

.category-grid-section-container {
    display: flex;
    flex-direction: row;
    align-self: center;
    gap: 14px;
    flex-wrap: wrap;
    min-width: 100%;
}

.category-grid-section-container a {
    text-decoration: none;
    position: relative;
    text-align: center;
	width: 32%;
}

.category-grid-section-container a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0000004f;
    border-radius: 10px;
}

.category-grid-parent-container {
	width: 100%;
    height: 125px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    object-fit: cover;
}

.category-grid-section-container p {
	font-size: 30px;
    line-height: 20px;
    color: #fff;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* Mobile Responsive Styling */
@media only screen and (max-width: 999px) {
	.category-grid-section-container a{
		width:100%;
	}
    .header-parent-container {
        width: 100%;
        padding: 0px 15px;
        box-sizing: border-box;
    }

    .header-search-container {

        width: calc(100% - 70px);
    }

    .navbar-parent-container>ul {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .nav-wrapper {
        flex-direction: column;
        padding: 0px 15px;
    }

    .nav-wrapper form {

        margin: 15px 0px;
        width: 100%;
        box-sizing: border-box;
        align-self: center;

    }



    .hamburger-svg {
        visibility: visible;
    }

    #navbar-main-parent-container {
        display: none;
    }

    .resize-img {
        width: 100% !important;
        height: auto !important;
    }

    .main-container {
        padding: 0px 15px;
    }

    .main-content {
        width: 100%;
    }

    .section-images-parent-container {
        flex-direction: column;

    }

    .each-section-image-container {
        width: 100%;
    }

    .section-image {
        width: 100%;
        /* height: auto; */
    }

    .floating-circle-container {
        left: 20px;
        bottom: 100px;
    }

    .single-post-share-icons-container {
        position: fixed;
        bottom: 0;
        flex-direction: row;
        width: unset;
        right: 0;
        left: 0;
        top: unset;
        bottom: 80px;
    }

    .single-post-share-icons-container svg {
        width: 35;
        height: 35;
        display: none;
    }

    .footer-social-icons-container {
        margin-bottom: 20px;
    }


    .footer-main-container {
        width: 100%;
        flex-direction: column;
    }

    .footer-main-parent-container {
        height: auto;
        padding: 0px 15px;

    }

    .footer-links-container {
        width: 26%;
    }

    .footer-links-parent-container {
        flex-wrap: wrap;
    }

    .banner-form-parent-container {
        width: 310px;

    }

    .banner-main-header-text {
        font-size: 35px;
        text-align: center;
        padding: 0px 15px;
    }

    #search-bar-svg {
        display: none;
    }

    #search-form {
        display: flex;
    }

    .max-height-specific {
        /* max-height: 1410px; */
    }
    .home .max-height-specific {
        /* max-height: 1410px; */
    }
    .post-thumbnail img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: center;
    }
    .entry-title {
        font-size: 35px;
    }


}

@media screen and (max-width:767px) {
    .pagination {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .pagination .first_last,
    .pagination .pagination_numbers_wrap,
    .pagination .pagination_numbers_wrap a,
    .pagination .pagination_numbers_wrap span {
        display: inline-block;
    }

    .cat__pagination .first_last,
    .cat__pagination .pagination_numbers_wrap,
    .cat__pagination .pagination_numbers_wrap a,
    .cat__pagination .pagination_numbers_wrap span {
        display: flex;
    }

    .pagination .pagination_numbers_wrap {
        height: auto;
        background-color: unset;
        border: unset;
        margin-top: 10px;
    }

    .pagination .pagination_numbers_wrap a,
    .pagination .pagination_numbers_wrap span {
        padding: 7px 15px;
        border: 0.5px solid #BBBBBB !important;
        margin-bottom: 10px;
        background-color: #F9F9F9;
    }

    .cat__pagination .pagination_numbers_wrap a,
    .cat__pagination .pagination_numbers_wrap span {
        padding: 0px 15px;
        border: 0.5px solid #BBBBBB !important;
        margin-bottom: 0px;
    }

    .pagination .first_last {
        line-height: 38px;
    }
}

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

.wp-block-contact-form-7-contact-form-selector{text-align:right;width:100%;}

.wp-block-contact-form-7-contact-form-selector .wpcf7-text,.wp-block-contact-form-7-contact-form-selector textarea{padding:15px;width:70%;	margin-bottom:10px;}

.wp-block-contact-form-7-contact-form-selector input[type=submit]{border: none;padding: 10px 26px;border-radius: 3px;background: #82b741;color: #fff;font-weight: bold;}

#pagination_wrapper .pagination_item{
    float: right;
    margin-left: 20px;
}

#pagination_wrapper .pagination_item a{
    text-decoration: none;
    display: block;
    padding: 5px 7px;
    background: #c4c4c4;
    color: #fff;
    border-radius: 5px;
}

.clear{
    clear: both;
}

.banner-main-container {
    position: relative;
}
.banner-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
/* Ensure content sits above the image */
.banner-main-container > *:not(.banner-bg-image) {
    position: relative;
    z-index: 1;
}
