/*
 Theme Name:   We Roam Theme
 Description:  Child Theme
 Template:     Avada
 Version:      1.0.0
*/


.map-menu {
    float: left;
    position: relative;
    z-index: 20;
    color: rgb(220, 215, 215);
    padding: 26px 10px 20px 15px;
    background: rgba(0,0,0,0.7);
    margin-left: -20px;
    height: 100%;
    z-index: 20;
}

.trip-map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

div#holder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    overflow: hidden
}

.map-holder-inner {
    margin: 0 auto;
    padding: 0 20px;
    position: relative
}

div#code-paster {
    position: relative;
    z-index: 25;
    background: white;
}

textarea {
    width: 100%;
    padding: 10px;
    height: 40px
}

div#tours-holder {
    position: absolute;
    top: 0;
        overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10
}

div#tours-holder circle {
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s linear 0s;
    transition: transform .3s linear 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.cities-info .point-info {
    position: absolute;
    background: #fff;
    text-align: center;
    width: 300px;
    padding: 10px;
    border-radius: 10px
}

.cities-info .point-info:after {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border: 15px solid transparent;
    border-top-color: #fff;
    bottom: -30px;
    left: calc(50% - 15px)
}

.cities-info .point-info>span {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    display: block;
    color: #484141;
    opacity: 1;
    border: 1px solid #484141;
    width: 17px;
    height: 17px;
    border-radius: 100px;
    line-height: 13px
}

.parent-pageid-1905 .fusion-header-wrapper .fusion-row,
.page-id-2579 .fusion-header-wrapper .fusion-row,
.page-id-1905 .fusion-header-wrapper .fusion-row {
    max-width: 95%
}

.parent-pageid-1905 div#main,
.page-id-2579 div#main,
.page-id-1905 div#main {
    padding: 0
}

.map-menu h2 {
    color: #bfbfbf;
}

.map-menu a {
    color: #bfbfbf;
}

.map-menu a.tour-name {
    margin-left: 10px;
    display: block;
}

div#tours-holder > svg {
    height: 1080px;
    width: 1920px
}

div#tours-holder circle:hover {
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6)
}

@-webkit-keyframes pulses {
    from {
        stroke-width: 4px;
        stroke-dasharray: 2,3
    }

    25% {
        stroke-width: 6px;
        stroke-dasharray: 15,3
    }

    50% {
        stroke-width: 7px;
        stroke-dasharray: 23,0
    }

    75% {
        stroke-width: 5px;
        stroke-dasharray: 15,3
    }

    to {
        stroke-width: 4px;
        stroke-dasharray: 2,3
    }
}

@keyframes pulses {
    from {
        stroke-width: 4px;
        stroke-dasharray: 2,3
    }

    25% {
        stroke-width: 6px;
        stroke-dasharray: 15,3
    }

    50% {
        stroke-width: 7px;
        stroke-dasharray: 23,0
    }

    75% {
        stroke-width: 5px;
        stroke-dasharray: 15,3
    }

    to {
        stroke-width: 4px;
        stroke-dasharray: 2,3
    }
}

div#tours-holder .pulses circle {
    -webkit-animation: pulses 6s infinite linear;
    animation: pulses 6s infinite linear;
    stroke: rgba(255,114,20,.5);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.modal-body:after {
    clear: both;
    content: "";
    display: block;
}

.map-menu ul {
    padding: 0;
    margin: 2px 0 5px;
}

.map-menu ul li {
    display: block;
    margin-left: 20px;
    line-height: 19px;
}

.map-menu a:hover {
    color: #42af77 !important;
}

.legend {
    position: absolute;
    left: 24%;
    bottom: 110px;
    font-size: 13px;
    color: #90979b;
}

span.loc-bottom {
    display: block;
    padding: 3px 0;
}

.legend svg circle {position: absolute;}

.legend svg {
    width: 30px;
    height: 30px;
    position: relative;
    top: 5px;
}

.lookbooks-img {
    width: 18%;

}

.lookbooks h2 { 
    width: 100%;
}

.lookbooks {
    max-width: 85%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.page-id-2746 h2, .page-id-2746 h1 {
    text-align: center;
    border-bottom: 1px solid #333;
    font-size: 38px;
    font-weight: 400;
    padding: 20px 0;
    max-width: 85%;
    margin: 0 auto 50px;
    text-transform: uppercase;
}

.page-id-2746 .content-section {
    clear: both;
}

.podcast p,
.videos p {
    text-align: center;
}

.instagram h3, .instagram h3 + p {
    text-align: center;
}

.page-id-2746 .carousel img {
    height: 300px;
    width: auto;
}

button.slick-prev.slick-arrow:before {content: "<";font-family: monospace;font-size: 50px;display: block;}

.slick-arrow {font-size: 0;background: none;border: none;position: absolute;color: white;top: calc(50% - 30px);z-index: 10;left: 10px;cursor: pointer;outline: none;}

button.slick-next.slick-arrow:after {
    content: ">";
    font-family: monospace;
    font-size: 50px;
    display: block;
}

button.slick-next.slick-arrow {
    right: 10px;
    left: inherit;
}

.photos {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.photos-inner {
    width: 100%;
    
    
    position: relative;
}
.photos-img {
    float: left;
    background-color: #00ffff;
    position: relative;
}

.insta-img {
    width: 24%;
    float: left;
    margin: 0 0.5%;
}

.look-navigation {
    max-width: 980px;
    margin: 40px auto;
    border-top: 1px solid #333333;
    text-align: center;
    padding-top: 20px;
}

.look-navigation a {
    margin: 0 30px;
    font-size: 18px;
}

.insta-img img {
    display: block !important;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    max-width: 150% !important;
    max-height: 150%;
    width: auto;
    height: auto;
}

.insta-img a.ajax {
    display: block;
    text-decoration: none;
    background: none !important;
    width: 100%;
    height: 0 !important;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.videos-inner .video {width: 40%;margin: 5%;}

.videos-inner .video iframe {
    max-width: 100%;
    height: 280px;
}

.page-id-2746 {
    color: #333;
}

div#instagram {
    padding: 0 5%;
}

div#videos {
    padding: 0 5%;
}

footer.fusion-footer-widget-area-center {
    padding: 0 5%;
}

header.fusion-header-wrapper {
    padding: 0 5%;
}