/*
Theme Name: TravelWP Child
Theme URI: http://travelWP.physcode.com/
Author: Physcode
Author URI: http://physcode.com/
Description: Description
Version: 1.0.1
Template:  travelwp
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: travelWP
Tags: two-columns, left-sidebar, right-sidebar, editor-style, rtl-language-support, sticky-post, theme-options, translation-ready, translation-ready

 */
.navigation-menu .width-logo {
    font-size: 30px;
    visibility: hidden!important;
}
@media (min-width: 993px){
	.navbar-nav li.menu-item-has-children .sub-menu {
    min-width: 280px!important;
    margin-left: 0;
}

}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffb300!important;
}


.contact_infor ul li label i {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #fff!important;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-right: 10px;
}

.wrapper-footer .main-top-footer .widget-title {
    text-transform: uppercase;
    margin-bottom: 20px;
    text-decoration: underline!important;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #ffb300!important;
    /* color: #ffb300; */
}
img {
    height: auto;
    /* max-width: 100%; */
    /*width: -webkit-fill-available!important;*/
}
.tours-type-slider .owl-controls .owl-dot.active span, .tours-type-slider .owl-controls.clickable .owl-dot:hover span {
    background: #ffb300!important;
    border-color: #ffb300!important;
}
.tours-type-slider .owl-controls .owl-dot span {
    border-color: #ffb300!important;
}
.lnr-chevron-left:before {
    content: "\e875";
    color: #ffb300!important;
}
.lnr-chevron-right:before {
    content: "\e876";
    color: #ffb300;
}
.content_tour_style_2 .item_border .post_title h5 {
    line-height: 1.4em;
    padding-right: 0px!important;
    margin: 0;
}
.menu-select{
	width: 100%;
    background: #f2f2f2;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    height: 45px;
    line-height: 21px;
    padding-left: 15px;
    color: #666;
}
@media (max-width: 993px){
#mobile-demo {
    background: #414b4f!important;
}}
.icon-tick--on {
    color: #01cb68!important;
}
.icon-tick--off {
    color: #eb7591!important;
}
.contact_infor ul li .des {
    width: calc(100% - 194px);
    display: inline-block;
    vertical-align: middle;
	overflow-wrap: break-word!important;
}