/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */
:root{
	--th-color-main: #003366;
	--th-color-yellow: #cddc39;
	--th-color-orange: #e9680c;
	--th-color-red: #C20017;
	--th-color-orange-hover: #dd6e1e;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
.cboth{
	clear: both;
}
.dnone{
	display: none;
}
.thumb-cover{
	overflow: hidden;
}
.thumb-cover img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}
.block-content-flex{
	display: flex;
	flex-flow: row wrap;
}
.tf{
	text-transform: uppercase;
}
/* Main menu  */
.show-nav-mobile,
.bg-overlay,
.close-nav,
.nav-mobile-logo{
	display: none;
}
.header{
}
.header-top{
	background-color: var(--th-color-main);
}
.header-top .container{
	height: 40px;
	line-height: 40px;
	color: #fff;
}
.header-top li{
	display: inline-block;
}
.header-top li:nth-child(n+2){
	margin-left: 20px;
}
.header-top li a{
	color: var(--th-color-yellow);
	font-weight: 700;
}
.header-top li a:hover{
	color: #fff;
	text-decoration: underline;
}
.header-main{
	background-color: #f5f5f5;
}
.home .header-main{
	background-color: #fff;
}
.header-main .container{
	height: 90px;
	line-height: 90px;
}
.logo{
	margin: 0px;
	padding: 0px;
	height: 60px;
	margin-top: 15px;
}
.logo a{
	display: block;
	color: #333;
	height: 100% !important;
}
.logo a img{
	width: auto !important;
	height: 100% !important;
}
.main-nav-inner>ul>li{
	position: relative;
	float: left;
}
.main-nav-inner>ul>li:nth-child(n+2){
	margin-left: 2px;
}
.main-nav-inner ul li a{
	display: block;
	padding: 0 25px;
	color: #333;
	font-weight: 700;
}
.main-nav-inner>ul>li>a{
	font-size: 16px;
	text-transform: uppercase;
}
.main-nav-inner>ul>li:hover>a,
.main-nav-inner>ul>li.current-menu-item>a{
	color: var(--th-color-yellow);
	background-color: var(--th-color-main);
}
.main-nav-inner ul li ul{
	position: absolute;
	top: calc(100% + 10px);
	left: 0px;
	width: 250px;
	line-height: 1.5;
	background-color: #fff;
	z-index: 100;
	padding: 12px 25px;
	background-color: var(--th-color-main);
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out .3s;
}
.main-nav-inner ul li:hover ul{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.main-nav-inner ul li ul li:nth-child(n+2){
	border-top: 1px dotted #034c95;
}
.main-nav-inner ul li ul li a{
	padding: 15px 0px;
	color: #fff;
	text-transform: uppercase;
}
.main-nav-inner ul li ul li a:hover{
	color: var(--th-color-yellow);
}
/**/
.btn-booking{
	margin-top: 20px;
	margin-left: 20px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	color: #fff;
	border-radius: 50px;
	font-weight: 700;
	font-size: 16px;
	background-color: var(--th-color-red);
}
.btn-booking:hover{
	background-color: var(--th-color-main);
}
/**/
.container.penci-breadcrumb{
	margin-top: 30px !important;
}
/**/
.sub-wrap .container{
	padding-bottom: 60px;
}
.tax-title{
	font-weight: 900;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
}
.post-tour-item{
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	margin-top: 30px;
}
.post-tour-item:nth-child(3n+3){
	float: right;
	margin-right: 0px;
}
.post-tour-item:nth-child(n+4){

}
.post-tour-item-thumb{
	display: block;
	background-color: #f5f5f5;
	border-radius: 10px;
	height: 250px;
	color: #333;
}
.post-tour-item-info{
	margin-top: 15px;
}
.post-tour-item-title{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
.post-tour-item-title a{
	display: block;
	color: #333;
	text-transform: none;
}
.post-tour-item-desc{
	margin-top: 12px;
	line-height: 1.6;
	color: #666;
}
/* Pagination */
.pagination{
    clear: both;
    text-align: center;
}
.pagination span,
.pagination a{
    display: inline-block;
    margin-right: 10px;
    margin-top: 30px;
    height: 38px;
    line-height: 38px;
    width: 38px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    border-radius: 3px;
    color: #333;
    transition: all ease-in-out .3s;
    background-color: #f5f5f5;
}
.pagination a:last-child,
.pagination span:last-child{
    margin-right: 0px;
}
.pagination a:hover,
.pagination .current{
    color: var(--th-color-yellow);
    background-color: var(--th-color-main);
}
.pagination .next,
.pagination .prev{
    width: auto;
    width: 38px;
}
/**/
.empty-content{
	margin-top: 20px;
	text-align: center;
	color: #999;
	width: 100%;
	max-width: 100%;
}
/**/
.sgl-tour-gallery{
	position: relative;
	margin-bottom: 40px;
}
.sgl-tour-gallery-item-more{
	position: absolute;
	right: 310px;
	z-index: 10;
	bottom: 20px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 35px;
	padding: 0 20px;
	color: #000;
	background-color: rgba(255, 255, 255, .6);
}
.sgl-tour-gallery-item-more:hover{
	background-color: var(--th-color-yellow);
}
.sgl-tour-gallery-item-more i{
	margin-right: 5px;
}
.sgl-tour-gallery-item{
	display: block;
	color: #333;
	background-color: #f5f5f5;
	border-radius: 10px;
}
.sgl-tour-gallery-item:nth-child(n+2){
	float: right;
	width: 270px;
	height: 180px;
}
.sgl-tour-gallery-item:nth-child(n+3){
	margin-top: 10px;
}
.sgl-tour-gallery-item:nth-child(n+5){
	display: none;
}
.sgl-tour-gallery-item:nth-child(1){
	width: calc(100% - 290px);
	height: 560px;
}
.sgl-tour-title{
	font-size: 28px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 20px;
}
.sgl-tour-related{
	margin-top: 40px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}
.sgl-tour-related-title{
	font-weight: 700;
	font-size: 20px;
}
.sgl-tour-related .post-tour-item:nth-child(n){
	width: calc((100% - 30px) / 2);
}
.sgl-tour-related .post-tour-item:nth-child(3n+3){
	float: left;
	margin-right: 30px;
}
.sgl-tour-related .post-tour-item:nth-child(2n+2){
	float: right;
	margin-right: 0px;
}
