/*
 Theme Name:   Travelicious Child
 Theme URI:    http://travelicious.bold-themes.com
 Description:  Travelicious child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     travelicious
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  travelicious-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
.btPageHeadline.bt_bb_background_image.bt_bb_background_overlay_gradient.bt_bb_parallax{
	background-size:contain!important;
}

.btTourSingleItemStandard .btArticleShareEtc{
	display: block!important;
	margin: 0em 2.1875em 0!important;
}
.btTourSingleItemStandard .btArticleShareEtc > div{
	display: block!important;
	max-width: 100%!important;
}
.btTourSingleItemStandard .btArticleShareEtc .btShareColumn{
	max-width: 100%!important;
    text-align: right!important;
    display: block!important;
}

.btTourSingleItemStandard .btArticleShareEtc .btShareColumn .btShareTitle{
	display: inline-block!important;
}

.btTourSingleItemStandard .btArticleShareEtc .btShareColumn .btShareColumn{
	text-align: right!important;
    display: inline-block!important;
}
.whatsapp-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    white-space: nowrap;
    line-height: 100%;
    padding: 12px 20px;
    border-radius: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    transition: box-shadow 80ms ease-in-out,width .4s ease .2s;
    color: rgba(255, 255, 255, 1);
    background: #0DC152;
    z-index: 9999999;
    box-sizing: border-box;
}
.whatsapp-link .fa-whatsapp{
    position: absolute;
    left: -4px;
}
.whatsapp-link .fa-whatsapp:before {
    content: "\f232"!important;
    font-size: 24px;
    vertical-align: middle;
}
.whatsapp-link a{
	position: relative;
	padding-left:25px!important;
}
.whatsapp-link a:hover{
	color: #fff!important;
}

.btVerticalHeaderTop {
    display: none;
    position: absolute;
    width: 100%;
    top: 25px !important;
    -webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
    -moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
    transition: transform 1s cubic-bezier(.230,1,.320,1);
}

.btMenuVertical .btVerticalHeaderTop {
    display: block;
}

.btMenuVertical .btLogoArea .logo img {
    height: 100px !important;
    margin-left: 25% !important;
    margin-top: -25px !important;
}

.btHasAltLogo.btStickyHeaderActive.btTransparentLightHeader .btVerticalHeaderTop {
    background-color: #181818 !important;
    color: #e7880b !important;
}

.btMenuVertical .mainHeader .logo img {
    margin: 5px 0px 0px 15px !important;
    display: block;
    height: auto;
    max-width: 100%;
}

.btMenuVertical .mainHeader nav ul li {
    padding: 0;
    position: relative;
    background-color: transparent;
    text-align: left !important;
    border-bottom: 1px solid #232323bd !important;
}