/* 
Theme Name: Agapetravel Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: agapetravel
Version: 1.0.1
Text Domain: agapetravel-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
a.glink {margin-right:12px;}

.container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
   margin-left: -15px;
    margin-right: -15px;
} 
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; 
}
@media (min-width: 768px){
    .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
    }
}

@media screen and (min-width: 1200px){
    .tour_shortcode .row [class*="col-"] {
        padding-left: 25px;
        padding-right: 25px;
    }
    .tour_shortcode .row {
        margin-left: -25px;
        margin-right: -25px;
    }
}

@media (min-width: 992px){
    .col-lg-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
}

.destination-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.price-list{
    display: none!important;
}
.destination-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    min-height: 425px;
    margin-bottom: 50px;
}
.destination-item .destination-content {
    background-color: #ffffff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    margin: 20px;
    padding: 22px 20px;
    position: relative;
    width: 100%;
}
.destination-item .rating-start-wrap {
    background-color: #3A78C9;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    padding: 4px 12px;
    position: absolute;
    right: 24px;
    top: -12px;
}
.rating-start {
    display: table;
    position: relative;
    font-size: 12px;
    letter-spacing: 1.5px;
}
.destination-item .rating-start-wrap .rating-start::before {
    color: #fff;
}
.rating-start::before {
    color: #fff;
    content: "\f005\f005\f005\f005\f005";
    display: block;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}
.rating-start span {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.rating-start span::before {
    color: #fff;
    content: "\f005\f005\f005\f005\f005";
    display: inline-block;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}
.destination-item .rating-start-wrap .rating-start span::before {
    color: #ffc107;
}

.destination-item .cat-link {
    color: #F56960;
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.destination-item h3 {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    text-transform: none;
    line-height: 22px;
    color: #363636;
    font-size: 16px;
}
.destination-item h3 a{
    color: #363636;
}
.destination-item h3 a:hover{
     color: #F56960;
}
.destination-item .price-list {
    color: #3A78C9;
    font-size: 15px;
    font-weight: 700;
   font-family: "Montserrat", sans-serif;
    margin-bottom: 5px;
}
.destination-item .price-list del {
    font-size: 15px;
    color: #6c757d;
    font-weight: normal;
}
.destination-item .price-list ins{
    font-size: 19px;
text-decoration: none;
}
.destination-meta ul{
    list-style: none;
    padding: 0;
    margin: 0px 0;

}
.destination-meta ul li {
    color:#6c757d;
    font-size: 13px;
    line-height: 1.2em;
    padding-bottom: 0px;
    float: left;
    margin-right: 17px;
    padding-top: 7px;
}
.destination-meta ul li.map{
    margin-right: 0;
}
.destination-meta ul li img {
    width: 15px;
    float: left;
    height: auto;
    margin-top: 1px;
    margin-right: 5px;
}
.offer-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    min-height: 520px;
    margin-bottom: 50px;
    position: relative;
}
.offer-item .offer-badge {
    background-color: #F56960;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 18px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.offer-item .offer-content {
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    margin: 20px;
    max-width: 345px;
    padding: 25px;
    width: 100%;
}
.offer-item .price-list {
    color: #3A78C9;
    font-size: 22px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 17px;
}
.offer-item .price-list del {
    font-size: 19px;
    color: #6c757d;
    font-weight: normal;
}
.offer-item .price-list ins{
    font-size: 25px;
text-decoration: none;
}
.outline-btn, .round-btn {
    font-size: 16px;
    line-height: 1.1;
    padding: 17px 30px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    text-transform: uppercase;
}
.round-btn {
    background-color: #F56960;
    border: none;
    color: #ffffff;
    display: inline-block;
    position: relative;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.round-btn:hover{
    color: #fff;
    background-color: #363636;
}
.destination-meta{
    display: block;
overflow: hidden;
}

.offer-item h3 {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    text-transform: none;
    line-height: 27px;
    color: #363636;
    margin-bottom: 6px;
    font-size: 20px;
    margin-top: 10px;
}
.offer-item h3 a{
    color: #363636;
}
.offer-item h3 a:hover{
     color: #F56960;
}
.location-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.location-item {
    /* display: -webkit-box; */
    /* display: -moz-box; */
    /* display: -ms-flexbox; */
    /* display: -webkit-flex; */
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    min-height: 425px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.location-item .location-content {
    background-color: transparent; 
    margin:  0px;
    padding: 22px 20px;
    position: relative;
    width: 100%;
}
.location-content svg{
    fill:  #fff;
    float: left; 
}

.location-item  .con {
    padding: 20px;
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, rgba(15, 36, 84, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);
}
.location-item:hover .con {
    bottom: 0;
}
.location-item  .con a{
    color: #fff;
    font-family: "Montserrat", Sans-serif;
}
.location-item  .con .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 1);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 20px;
}
.location-item:hover .line  {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
.location-item .con p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
}
@media (min-width: 768px){
    .col-md-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
}

@media (min-width: 768px){
    .col-md-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
}

.page-numbers {
    padding: 0;
    margin: 0;
    text-align: center;
}

.page-numbers li {
    display: inline-block;
    margin: 0 5px;
}

.page-numbers li .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    color: #676977;
    font-weight: 400;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    border-radius: 100%;
    border: 1px solid #f4f5f8;
}

.page-numbers li .page-numbers.current {
    background-color: #2095AE;
    border: 1px solid #2095AE;
    color: #fff;
}

.page-numbers li a:hover {
    opacity: 1;
    text-decoration: none;
    background: #2095AE;
    border: 1px solid #2095AE;
    color: #fff;
}
.review_shortcode .rating-start::before {
 color: #f4f5f8;
}
.review_shortcode  .rating-start span::before {
    color: red; 
}
.des_tour{
    font-size: 14px;
    margin-top: 10px;
}
.pricetour_shortcode .price-list{
    color: #fff;
text-align: center;
font-size: 20px;
font-weight: bold;
}

.pricetour_shortcode .price-list ins{
    font-size: 26px;
    text-decoration: none;
}
@media(max-width: 600px){
	.single-post .elementor.elementor-location-single img{
		margin: 20px 0;
		float:none;
		width:100%;
	}
}