*{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
    
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}
.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


body{
    font-family: 'Work Sans', sans-serif;
} 


.parallax-window {
    background: rgba(0,0,0,.5);
}
#main_parallax{
    height: 650px;
}
.home_page_header_area {
    position: relative;
}
.header_area {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 99999 !important;
}
.logo {
    float: left;
    width: 35%;
}
.logo img {
    margin: 0;
    transition: all 0.5s;
    width: 295px;
}
.is-sticky .logo img {
    margin: 5px 0;
    width: 242px;
}
.nav_menu {
    float: left;
    width: 65%;
    text-align: left;
}
.nav_menu ul {
    margin: 0;
    padding: 0;
}
.nav_menu ul li {
    display: inline;
    position: relative;
}
.nav_menu ul li:last-child::before {
    width: 0;
}
.nav_menu ul li:first-child::before {
    width: 0;
}
.nav_menu ul li::before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: 14px;
    background: #fff;
    content: "";
}
.nav_menu ul li a {
    display: inline-block;
    font-size: 16px;
    padding: 15px 12px;
    color: #fff;
    text-decoration: none; 
    transition: all 0.5s;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
}
.nav_menu ul li a:hover{
    color: #ddd
}
.nav_menu ul li:last-child a {
    text-align: right;
    float: right;
    border: 1px solid #FE2B00;
    background: #FE2B00;
    color: #fff;
    padding: 6px 16px;
    margin: 9px 0px;
    border-radius: 3px;
    padding-bottom: 7px;
    line-height: 1.3;
}
 .nav_menu ul li a i {
    padding-left: 5px;
}
.nav_menu ul li:last-child a:hover{
    background: #4285F4;
    border:1px solid #4285F4;
}
#sticker{
    transition: all 0.3s;
}
#sticker-sticky-wrapper.is-sticky .header_area {
    margin-top: 0;
    background: #252b2d;
    padding: 5px 0;
}
.parallax_content {
    text-align: center;
}
.parallax_content h2 {
    margin-top: 235px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600; 
    position: relative;
    display: inline-block;
}

/*.parallax_content h2::before {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    content: "";
    background: #fff;
    height: 2px;
}
.parallax_content h2::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    content: "";
    background: #fff;
    height: 2px;
}
*/
.subscribe_area {
    background-image: url(../img/3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: rgba(0,0,0,.85);
    padding: 100px 0;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}
.subscribe_area::before {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    background: rgba(0,0,0,.65);
}
.tour_content.top_tour a {
    margin-bottom: 70px;
}
.subscribe h2 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1;
}
.subscribe p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 35px;
}
.legal p {
    color: #fff;
    font-size: 11px;
    margin-bottom: 10px;
}
.input_area {
    width: 35%;
    margin: 0 auto;
}
.input_area input {
    width: 100%;
    padding: 9px;
    line-height: 1.2;
    border: none;
    border-radius: 3px;
    margin-bottom: 20px;
}
.input_area button{
    background: #6DC82B;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    width: 50%;
    padding: 8px;
    transition: all 0.5s;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    border: 2px solid #6DC82B;
}
.input_area button:hover{
    background: transparent;
    border: 2px solid #fff;
}


.about_mendoceno {
    text-align: center;
    padding: 0 13%;
    padding: 70px 15%;
}
.about_mendoceno h2 {
    color: #333;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
}
.about_mendoceno p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
.tour_area.fransis_tour {
    background-image: url(../../banner3.jpg);
    background-position: left -70px;
    padding-bottom: 210px;
    padding-top:30px;
    background-size: 50% auto;
}
.tour_area {
    background-image: url("../../banner2.jpg");
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: right top;
    padding-bottom: 24px;
}
.tour_area.bottom_tour_area {
    background-image: url("../../banner3.png");
}
.tour_content.top_tour.bottom_tour h2 {
    margin-top: 70px;
}
.tour_content {
    padding-right: 7%;
}
.tour_content h2 {
    color: #333;
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 30px;
}
.tour_content p {
    color: #333;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 12px;
}
.tour_image img {
    width: 100%;
    display: none;
}
.tour_content a:hover{
    background: #0074E8;
} 
.tour_content.fransistour {
    padding-right: 0;
    padding-left: 7%;
    padding-top: 40px;
}
.tour_content a {
    background: #FE2B00;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 16px;
    display: inline-block;
    border-radius: 2px;
    text-decoration: navajowhite;
    margin-top: 20px;
    transition: all 0.5s;
} 
body{
    position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0; 
    height: 100%;
    background: rgba(0,0,0,.88);
    z-index: 9999999999;
} 
#advert-once .advert-button {
width: 1px;
height: 1px;
position: absolute;
left: -3px;
top: -3px;
background-color: #ff4500;
border-radius: 5px;
cursor: pointer;
}

#reset-session, #refresh-page {
display: block;
width: 250px;
text-align: center;
font-family: 'Oswald', sans-serif;
border-radius: 5px;
border: none;
padding: 2px 5px;
cursor: pointer;
background-color: #ddd;
margin: 5px 0;
}

#reset-session:hover, #refresh-page:hover {
background-color: #f96e5b;
}
 
#advert-once {
    position: fixed;
    top: 35%;
    right: 35%;
    display: inline-block;
    background-color: #fff;
    padding: 30px 20px;
    z-index: 99999999999;
    border-radius: 5px;
    width: 30%;
    text-align: center;
    border: 1px solid #ccc;

}
#advert-once ul li {
    float: left;
    width: 44%;
    margin: 0 2%;
}
#advert-once ul li a:hover{
    background: #FE2B00;
}
#advert-once ul li a {
    background: #4285F4;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.3;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.5s;
}
.robin_tour_area {
    padding: 45px 0;
    border-top: 1px solid #eee;
    padding-bottom: 40px;
    overflow: hidden;
}
.tour_tite h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    color: #333;
}
.tour_tite.recent_posttitle h2 {
    margin-bottom: 35px;
    margin-top: 0;
}
.single_event_area {
    display: block;
    width: 100%;
    overflow: hidden;
}
.single_event {
    float: left;
    width: 33.33%;
    padding: 1px;
    position: relative;
    overflow: hidden;
}
.single_event img {
    width: 100%;
    transition: all 0.5s;
}
.single_event:hover img{
    transform: scale(1.2) rotate(8deg);
}
.overlay_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    text-align: center;
    transition: all 0.5s;
}
.overlay_content h2 {
    color: #fff;
    font-size: 20px;
    margin-top: 34%;
    margin-bottom: 15px;
    transition: all 0.5s;
    padding: 0 23%;
}
.block_content {
    transition: all 0.5s;
    opacity: 0;
}
.single_event:hover  h2{    
    margin-top: 18%;
}
.single_event:hover .overlay_content{
    background: rgba(0,0,0,.8);    
}
.single_event:hover .block_content{
    opacity: 1;
}

.block_content p strong{    
    font-weight: 600;
}
.block_content p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}
.block_content a:hover{
    background: #0074E8;
}
.block_content a {
    padding: 8px 15px;
    display: inline-block;
    line-height: 1.1;
    color: #fff;
    font-size: 15px;
    background: green;
    margin-top: 20px;
    text-decoration: navajowhite;
    border-radius: 2px;
    transition: all 0.5s;
}
.blog_area {
    padding-bottom: 65px;
    background: #fbfbfb;
    padding-top: 65px;
}
.single_blog h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #333;
}
.single_blog img {
    width: 100%;
    margin-bottom: 25px;
}
.single_blog p {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
}
.single_blog a:hover{
    background: #0074E8;
}
.single_blog a {
    background: #FE2B00;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    line-height: 1.3;
    text-decoration: none;
    border-radius: 1px;
    transition: all 0.5s; 
}
.blog_title h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #333;
    margin-bottom: 50px;
}

.testimonial_area.parallax-window {
    background: rgba(0,0,0,.7);
    text-align: center;
}
.testimonial_title h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding-top: 70px;
    padding-bottom: 50px;
    margin-bottom: 0;
}
.single_testimonial p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 0;
    margin-bottom: 0;
    font-style: italic;
}
.client_image {
    /* display: block; */
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 500px;
}
.slick-slide img {
    display: inline-block;
    width: 100%;
}
.testimonial {
    position: relative;
}
.testimonial .slick-prev.slick-arrow {
    font-size: 0px;
    width: 35px;
    height: 34px;
    background-image: url(../img/left.png);
    background-color: transparent;
    background-size: 20px;
    background-repeat: no-repeat;
    border: none;
    position: absolute;
    top: 56%;
    left: 0;
    z-index: 9999;
    cursor: pointer;
}
.testimonial .slick-next.slick-arrow {
    font-size: 0px;
    width: 35px;
    height: 34px;
    background-image: url(../img/right.png);
    background-color: transparent;
    background-size: 20px;
    background-repeat: no-repeat;
    border: none;
    position: absolute;
    top: 56%;
    right: 0;
    z-index: 9999;
    cursor: pointer;
}
.single_testimonial p {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    padding: 15px 15%;
    margin-bottom: 0;
    font-style: italic;
}
.single_testimonial h3 {
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 600;
    font-style: italic;
}
.footer_area {
    background: #252B2D;
    padding: 60px 0 35px;
}
.single_footer h2 {
    color: #ddd;
    font-size: 18px;
    margin-bottom: 15px;
}
.single_footer ul li a:hover{
    color: #fff;
    padding-left: 3px;
}
.single_footer ul li a {
    color: #ddd;
    font-size: 14px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    display: block;
    padding: 3px 0;
    transition: all 0.5s;
    text-decoration: none;
}
.footer_content {
    text-align: right;
}
.footer_content img {
    width: 295px;
    height: auto;
}
.footer_social {
    text-align: right;
    margin-top: 25px;
}
.footer_social ul li {
    display: inline;
    margin-right: 5px;
}
.footer_social ul li a {
    display: inline-block;
}
.footer_social ul li a i {
    font-size: 26px;
    background: transparent;
    color: #0195CE;
    margin-left: 7px;
    transition: all 0.5s;
}
#sticker.other_pages.header_area {
    top: 0;
    background: #252B2D;
    padding: 10px 0;
    transition: all 0.5s;
}
#sticker-sticky-wrapper.is-sticky #sticker.other_pages.header_area{
    padding: 0px;
}
.despensary_area {
    padding: 60px 0;
}
.despensary {
    margin-bottom: 45px;
    overflow: hidden;
    padding-bottom: 45px;
    border-bottom: 1px solid #eee;
}
.despensari_titles h2 {
    margin: 0;
    margin-bottom: 25px;
    text-align: center;
}
.dispensary_content {
    width: 92%;
    text-align: center;
    padding-top: 10px;
}
.dispensary_content h2 {
    margin-top: 65px;
    font-size: 24px;
}
.dispensary_content a.website {
    font-size: 16px;
    color: #FE2B00;
    font-weight: 6..bold;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}
.dispensary_content p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.dispensary_content a {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    display: block;
}
.dispensary_content img {
    width: 215px;
    margin: 15px 0;
}
.tour_imagess img {
    width: 100%;
}
.gmap .place-card.place-card-large {
    display: none;
}
.gmap .place-card.place-card-large {
    display: none!important;
}
.place-card.place-card-large {
    display: none !important;
}
html body iframe body .gm-style .place-card-large {
    padding: 9px 4px 9px 11px;
    display: none;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.mobile_header {
    display: none; 
}

.block-item {
    height: 300px;
    width: 100%;
    overflow: hidden;
}
.block-item .map-item {
  height:300px;
} 
.event_calender {
    padding-top: 20px;
} 
.event_calender h2 {
    font-weight: bold;
    padding-left: 2px;
    text-align: center;
    display: block;
    font-size: 30px;
    font-family: 'Work Sans', sans-serif; 
    padding-bottom: 30px; 
    margin-top: 0;
}

.events_area{
    margin-top: 35px;
    padding-bottom: 50px;
}
.single_events:nth-child(odd) {
    background: #f9f9f9;
}
.single_events {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
}
 .event_pic {
    float: left;
    width: 25%;
    margin-right: 5%;
}
.event_pic img {
    width: 100%;
}
.event_infos {
    float: left;
    width: 70%;
}
.event_infos h2 {
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 9px;
}
.event_infos p {
    font-size: 18px;
    line-height: 1;
}
 .event_infos a:hover{
    background: #0074E8;
 }
 .event_infos a {
    padding: 9px 15px;
    display: inline-block;
    line-height: 1.1;
    color: #fff;
    font-size: 15px;
    background: green;
    margin-top: 0px;
    text-decoration: navajowhite;
    border-radius: 2px;
    transition: all 0.5s;
}
.farms_area{ 
    padding-top: 250px;
    padding-bottom: 220px;
    text-align: center;
    color: #fff;
}

.farms_content h2 {
    font-size: 36px;
}
.farms_content p {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
}
.block-item img {
    width: 100%;
}
.dispensary_content a.button {
    background: green;
    display: inline-block;
    color: #fff;
    padding: 9px 15px;
    font-size: 14px;
    margin-top: 5px;
    transition: all 0.5s;
    line-height: 1.3;
}
.dispensary_content a.button:hover{
    background: #0074E8;
}
.dispensary_content.last_vedio h2{
    margin-top: 50px;
}
.dispensary_content.country_logo {
    padding-top: 3%;
}
.see_more_button {
    display: block;
    text-align: center; 
}
/*.see_more_button.post_button a {
    margin-top: 4px;
}*/
.see_more_button.post_button {
    text-align: right;
}
.see_more_button a {
    background-color: green;
    color: #fff;
    font-size: 15px;
    padding: 7px 20px;
    display: inline-block;
    text-decoration: none;
    margin-top: 30px;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 93%;
    transition: all 0.5s;
    border-radius: 2px;
}
.see_more_button a:hover{
    background-image: url(../img/arrow1.png);    
    padding-right: 3%;
}
.single_article_area {
    margin-top: 0px;
}
.single_article ul li {
    display: inline;
}
.single_article:last-child{
    border-bottom: none;
}
.single_article ul li a:hover{
    background: #ccc;
}
.single_article ul li a {
    display: inline-block;
    background: #ddd;
    padding: 6px 15px;
    line-height: 1.3;
    text-decoration: none;
    color: #333;
    margin-bottom: 5px;
    transition: all 0.5s;
    font-size: 14px;
}
.tag {
    overflow: hidden;
    display: block;
    width: 100%;
    margin-bottom: 4px;
}
.tag h3 {
    float: left;
    width: 6%;
    margin: 0;
    font-size: 18px;
    font-weight: no;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0;
}
.tag ul {
    float: left;
    width: 94%;
    margin-bottom: 0;
    padding-bottom: 0;
}
.single_article p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 15px;
}
.single_article a {
    background: green;
    color: #fff;
    font-size: 14px;
    padding: 6px 15px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 0;
}
.single_article > h2 {
    margin-bottom: 20px;
    font-size: 24px;
}
.single_article img {
    display: block;
    max-width: 100%;
}
.single_sidebar.sidebar_logo img {
    width: 100%;
}
.single_sidebar.sidebar_logo {
    background: #000;
    padding: 23px 10px;
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 0px;
}
.blog_post_title h2 {
    text-align: center;
    margin-top: 70px;
    padding-bottom: 15px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.single_article.top_article img {
    margin-top: 30px;
}
.single_sidebar {
    background: #e8e8e8;
    padding: 10px;
    margin-bottom: 10px;
}
.single_sidebar h2 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}
.single_sidebar ul li:last-child a {
    border-bottom: none;
}
.single_sidebar ul li a:hover{
    padding-left: 4px;
}
.single_sidebar ul li a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    text-decoration: none;
    transition: all 0.5s;
}
.single_article {
    margin-bottom: 25px;
}
.single_article {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e7e7e7;
}
.blog_sidebar.article_side {
    border: 1px solid #ddd;
    margin-top: 121px;
}
.article_tag h2 {
    font-size: 24px;
    text-align: center;
}
.single_article.top_article.article_text h2 {
    margin-top: 60px;
    font-size: 30px;
}
.single_article_area .article_text h3{
    font-style: 20px;
}
.single_article ul li {
    display: block;
    font-style: italic;
    padding: 2px 0;
    position: relative;
    padding-left: 16px;
}
.single_article ul li::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #333;
    content: "";
}
.instagram {
    width: 60%;
    margin-left: 20%;
}
.single_article a.red{
    color: red;
    background: transparent;
    padding: 0;
} 
.despensari_titles p {
    text-align: center;
    font-size: 16px;
    padding: 0 9%;
    margin-bottom: 30px;
}
.single_tour {
    background: #E5E5E5;
    padding: 15px 5px 30px;
    text-align: center;
    border-radius: 2px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 2px 0px #555;
}
.tour_logo {
    height: 130px;
}
.tour_logo img {
    max-width: 90%;
    max-height: 100%;
}
.single_tour h2 {
    font-size: 20px;
    color: purple;
    margin-bottom: 15px;
}
.single_tour a.details_button:hover{
    background: #4285F4;
}
.single_tour a.details_button {
    background: #FE2B00;
    color: #fff;
    font-size: 14px;
    padding: 7px 16px;
    display: inline-block;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.5s;
    margin-top: 10px;
    line-height: 1.3;
}

.about_txt p {
    font-size: 16px;
    margin-bottom: 15px;
}
.about_txt {
    text-align: center;
    padding: 0 10%;
    margin-top: 45px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.about_txt p.business{   
    margin-bottom: : 10px; 
}
.about_txt p span {
    display: inline-block;
    margin: 0 35%;
    margin-top: 30px;
    padding: 10px 25px;
    background: purple; 
    color: #fff;
    font-size: 20px;
    display: block;
    border-radius: 3px;
}
.tours_detailss.dispensary_content.less_margin h2 {
    margin-top: 0;
}
.tours_detailss.dispensary_content.less_margin img {
    margin: 0;
    padding: ;
}
.tours_detailss.dispensary_content.country_logo img {
    margin: 0 0 5px;
}
.tours_detailss.dispensary_content.country_logo h2 {
    margin-top: 10px;
}
.single_dispensary .block-item {
    height: 470px;
    width: 100%;
    overflow: hidden;
}
.single_dispensary .block-item .map-item {
    height: 470px;
}
.gallery img {
    max-width: 100%;
    margin-bottom: 15px;
    height: 277px;
}
#instafeed .less_padding{
    padding:0 7.5px;
}
.instagram_post_area.parallax-window {
    background: rgba(0,0,0,.75);
    padding: 70px 0 55px;
}
.instagram_title h2 a{
    color: #fff;
    text-decoration: none;
}
.instagram_title h2 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 38px;
    line-height: 1;
    text-align: center;
}










