.gw_loadmore {
    background-color: #ddd;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 0;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.gw_loadmore:hover {
    background-color: #767676;
    color: #fff;
}

.customDisabled {
    pointer-events: none;
}

.inner-post-content {
    float: left;
    width: 100%;
}

.single-blog {
    width: 33.3%;
    display: inline-block;
    padding: 0px 15px;
    margin-bottom: 30px;
    position: relative;
}

.single-blog-in {
    min-height: 380px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.category-section {
    position: absolute;
    top: 10px;
    right: 10px;
}

.category-section a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    background: #123c4d;
    padding: 3px 10px;
    border-radius: 50px;
}

.single-blog-content-section-full {
    position: absolute;
    top: 202px;
    width: 100%;
    height: 185px;
    left: 0;
    transition: all .4s ease-out;
    padding: 10px;
    background: #fff;
}

.single-blog-content-section {
    padding: 0px 10px 10px;
}

.single-blog .single-blog-content-section-full h2 {
    color: #123d4d;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
}

.single-blog-content-section-full h2 a {
    color: #123d4d;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
}

.single-blog-content-section-full p {
    color: #2b2b2b;
    font-size: 17px;
    line-height: 1.2em;
    display: none;
}

.single-blog-readmore-section {
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 40px;
    padding: 3px 20px;
    text-decoration: none;
    transition: all 0.4s ease-out;
    border-top: 1px solid #eee;
    width: 100%;
    background: #fff;
}

.gw_loadmore {
    display: inline-block;
    width: 100%;
    background: #F4F4F4;
    font-weight: 700;
}

.single-blog-image-section {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 200px;
}

.single-blog-image-section img {
    height: 100%;
    object-fit: cover;
     width: 100%;
}
 
.single-blog:hover .single-blog-content-section-full p {
    /*display: block;*/
}

.single-blog .single-blog-readmore-section:hover {
    position: absolute;
    /*bottom: 10px;*/
    left: 0;
    height: 40px;
    padding: 3px 20px;
    text-decoration: underline;
}

.content-pagination-section {
    text-align: center;
    padding: 20px 0;
}

.gw-pagination-section {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
}

.gw_loadmore:hover {
    background: #a24557;
}

.gw_loadmore:hover a {
    color: #fff;
}

.nav-links a {
    background: #f7f7f7;
    margin: 0 6px;
    padding: 3px 10px;
}

span.page-numbers.current {
    background: #a24557;
    color: #fff;
    padding: 3px 10px;
}

.single-blog-readmore-section a i {
    float: right;
    padding-top: 5px;
    font-size: 16px;
}

.single-blog-readmore-section a span {
    font-size: 15px;
}

.single-blog-readmore-section:hover a {
    text-decoration: underline;
}
.single-blog-content-section-full .single-blog-content-section:hover h2 a {
    color: #a24557;
}


.gw-search-form {
    background-color: #f5f7f8;
}

.country-filter-result {
    background-color: #fff;
    max-width: 1240px;
    margin: 0 auto;
    padding: 50px 0;
    display: grid;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: repeat(3, 1fr);
}

.country-filter-result .item {
    display: flex;
    transition: all .3s ease;
    border-radius: 20px;
}

.cntry-form {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 1280px;
    margin: 0 auto;
}

.gw-search-form .feild.one {
    width: 33.3%;
    padding-right: 50px;

    padding: 16px 50px 25px;
}

.gw-search-form input {
    height: 50px;
    border: none;
    border-radius: 50px;
    padding: 0 10px 0 30px;
    width: 100%;
    margin-top: 5px;
    font-size: 16px;
}

.gw-search-form label {
    font-size: 12px;
    color: #717171;
    text-transform: uppercase;
}

.gw-search-form select:nth-child(even)::before {
    content: "";
    position: absolute;
    background: red;
    height: 200px;
    width: 200px;
}

.gw-search-form .feild.two {
    width: 33.3%;
    padding: 16px 50px 25px;
    border-left: #E6E8E9 1px solid;
    border-right: #E6E8E9 1px solid;
}

.gw-search-form .feild.three {
    width: 33.3%;
    padding-left: 50px;

    padding: 16px 50px 25px;
}

.gw-search-form select {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 50px;
    padding: 0 10px 0 30px;
    background: #fff;
    margin-top: 5px;
    font-size: 16px;
    -webkit-appearance: none;
    padding: 0 10px;
    background-image: url(/wp-content/uploads/2022/10/down-arrow-1.svg);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.country-filter-result .item a {
    width: 100%;
}

.country-filter-result .single-item {
    position: relative;
    display: inline-block;
    width: 100%;
}

.country-filter-result .single-item .img-box {
    height: 200px;
    border-radius: 15px;
}

.country-filter-result .single-item .img-box img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    filter: none;
    opacity: 1;
    width: 100%;
}

.country-filter-result .single-item .content-box {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    left: 0;
    border-radius: 0 0 15px 15px;
    width: 100%;
}

.country-filter-result .content-box p img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50px;
    margin-right: 3px;
    border: #ffffff70 2px solid;
    margin-top: -15px;
}

.country-filter-result .content-box p {
    color: #fff !important;
    font-size: 25px !important;
    font-weight: 600;
	text-transform:capitalize !important;
}

.country-filter-result .item:hover {
    box-shadow: rgba(0, 35, 75, 0.20) 0px 6px 30px;
    transform: translateY(-4px);
}

@media only screen and (max-width: 991px) {
    .inner-post-content .single-blog {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
	.cntry-form {
  flex-direction: column;
}
.gw-search-form .feild.one, .gw-search-form .feild.two, .gw-search-form .feild.three {
  width: 100%;
  padding: 16px 20px 25px;
}
.country-filter-result {
  grid-template-columns: repeat(1,1fr);
}
	
	
}

@media only screen and (max-width: 575px) {
    .inner-post-content .single-blog {
        width: 100%;
        padding: 0px 0;
    }
 
}