/*
Feature Section Posts
---------------------------------------------------------------------------------------------------- */

ul.section-posts-one-half,
ul.section-posts-one-third,
ul.section-posts-one-fourth,
ul.section-posts-one-fifth,
ul.section-posts-one-sixth{
margin: 0 auto;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    padding-left:  0;
    margin-left:  0;
    padding-left:  0;
}

ul.section-posts-one-half li,
ul.section-posts-one-third li,
ul.section-posts-one-fourth li,
ul.section-posts-one-fifth li,
ul.section-posts-one-sixth li{
list-style-type: none;
margin: 0 auto 25px;
}

ul.section-posts-one-half h3,
ul.section-posts-one-third h3,
ul.section-posts-one-fourth h3,
ul.section-posts-one-fifth h3,
ul.section-posts-one-sixth h3{
text-align: center;
    color: #2f2f2f;
    padding: 1% 2%;
line-height: 1.4;
}

ul.section-posts-one-half h3,
ul.section-posts-one-half h3 a,
ul.section-posts-one-third h3,
ul.section-posts-one-third h3 a{
font-size: 22px;
    font-weight: 800;
}

ul.section-posts-one-half.post-side-by h3,
ul.section-posts-one-half.post-side-by h3 a{
font-size: 16px;
    font-weight: 800;
}


ul.section-posts-one-third.post-side-by h3,
ul.section-posts-one-third.post-side-by h3 a,
ul.section-posts-one-third.post-side-by .article-title{
font-size: 16px;
    font-weight: 800;
}

ul.section-posts-one-fourth h3,
ul.section-posts-one-fourth h3 a{
font-size: 18px;
    font-weight: 800;
}

ul.section-posts-one-fourth.post-side-by h3,
ul.section-posts-one-fourth.post-side-by h3 a{
font-size: 14px;
    font-weight: 800;
}

ul.section-posts-one-fifth h3,
ul.section-posts-one-fifth h3 a,
ul.section-posts-one-sixth h3,
ul.section-posts-one-sixth h3 a{
font-size: 16px;
    font-weight: 800;
}

ul.section-posts-one-half{
    grid-template-columns: repeat(2, 1fr);
}

ul.section-posts-one-third{
    grid-template-columns: repeat(3, 1fr);
}

ul.section-posts-one-fourth{
    grid-template-columns: repeat(4, 1fr);
}

ul.section-posts-one-fifth{
    grid-template-columns: repeat(5, 1fr);
}

ul.section-posts-one-sixth{
    grid-template-columns: repeat(6, 1fr);
}

ul.post-side-by li{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
	background: #f7f1ee;
}

ul.post-side-by li img{
display: block;
margin: 0;
}

ul.post-side-by li h3{
text-align: left;
    padding: 2%;
}


ul.post-side-by .favorite-post_content{
text-align: left;
    padding: 2% 4%;
}

.featured-posts-block ul li img,
.featured-pages-block img,
.archive .content .entry img,
.search .content .entry img,
.blog .content .entry img{
transition: .5s;
}

.featured-posts-block ul li:hover img,
.featured-pages-block li:hover img,
.archive .content .entry:hover img,
.search .content .entry:hover img,
.blog .content .entry:hover img{
opacity: .8;
}


/*
Custom Blocks
---------------------------------------------------------------------------------------------------- */

.page-template-block-page .site-inner,
.page-template-full-width .site-inner{
padding: 0;
}

.section-headline{
width: 100%;
clear: both;
margin: 0 auto 15px;
}

.section-headline h2{
font-size: 32px;
    margin: 0;
text-align: center;
}

.section-headline .section-title{
width: 100%;
}


.section-excerpt{
width: 100%;
clear: both;
}


.about-block .wrap,
.newsletter-block .wrap,
.featured-posts-block .wrap,
.menu-block .wrap,
.icons-block .wrap,
.latest-block .wrap,
.love-this-block .wrap,
.featured-pages-block .wrap,
.destination-intro-block .wrap,
.callout-column-block .wrap,
.slider-block .wrap{
    width:  100%;
    max-width:  1240px;
    margin:  0 auto;
    padding: 2%;
}

.editor-styles-wrapper .wrap{
max-width: 900px !Important;
    margin: 0 auto !Important;
}

.about-block a,
.newsletter-block a,
.featured-posts-block a,
.icons-block a,
.latest-block a,
.love-this-block a,
.featured-pages-block a,
.slider-block a{
    background-image: none !important;
}

.yes-map-texture{
	position: relative;
}

.yes-map-texture:before{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/map-bkg.svg);
	background-size: 50%;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	opacity: .3;
}

.yes-map-texture.has-light-tan-background-color:before{
	opacity: .7;
}

.yes-map-texture .wrap{
	position: relative;
z-index: 1;
}


/* About Block
------------------------------------------------------ */

.about-block{
margin-bottom: 0;
}

.about-block .wrap{
	display: flex;
flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.about-row{
padding: 0 2%;
text-align: center;
}

.about-img{
width: 40%;
}

.about-row h2{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 22px;
}

.about-content{
	width: 60%;
	position: relative;
}

.about-content:before{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/txt-hey.svg) center no-repeat;
background-size: contain;
width: 120px;
height: 35px;
display: block;
margin: 0 auto 10px;
}


/* Newsletter Block
------------------------------------------------------ */

.newsletter-block{
	background: #754452;
	margin-bottom: 25px;
}

.newsletter-block .wrap{
	position: relative;
	overflow: visible;
}

.newsletter-block .wrap:before{
content: '';
background: #754452 url(/wp-content/plugins/PMD-Site-Functionality/images/news.svg) center no-repeat;
background-size: 40px 40px;
width: 70px;
height: 70px;
border-radius: 50%;
display: block;
margin: -55px auto 0;
}

.newsletter-block_inner{
	display: flex;
flex-direction: row;
	justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}

.newsletter-text{
	width: 35%;
	padding: 0 2%;
}

.newsletter-block h3,
.newsletter-block h4{
color: #fff !important;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 22px;
	margin-bottom: 5px;
}

.newsletter-block p{
color: #fff;
margin-bottom: 0;
}

.newsletter-form{
	width: 65%;
	padding: 0 2%;
}


/* Featured Posts Block
------------------------------------------------------ */

.solid-block .featured-posts-block .wrap{
padding: 2% 0;
}

.solid-block .section-headline h2{
	margin-bottom: 25px !important;
}

.featured-posts-block ul{
margin: 0 auto;
    width: 100%;
    flex-flow: column nowrap;
    overflow: visible;
}

.featured-posts-block ul li{
list-style-type: none;
    margin: 0 auto 25px;
}

.solid-block .featured-posts-block ul li{
background: #fff;
padding: 10px;
}

.featured-posts-block ul li h3{
    color: #2f2f2f;
}

.featured-posts-block ul li h3 a{
color: #2f2f2f;
}

.featured-posts-block .yes-count{
    counter-increment: my-awesome-counter 0;
    position: relative;
    counter-reset: my-awesome-counter;
}

.featured-posts-block .yes-count li {
    counter-increment: my-awesome-counter;
    position: relative;
    list-style-type: none;
}


.featured-posts-block .yes-count li .favorite-post_content::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1.55rem;
    font-weight: 700;
    position: absolute;
    --size: 26px;
    width: 30px;
height: 30px;
display: block;
    background: #754452;
    border-radius: 50%;
    text-align: center;
	padding: 0;
	margin: -20px auto 0;
	position: relative;
}

.featured-posts-block .post-side-by.yes-count li .favorite-post_content::before{
	margin: 0 0 5px;
}



/* Latest Block
------------------------------------------------------ */

.latest-block .wrap{
	position: relative;
	padding-bottom: 0;
}

.latest-block .wrap:before{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/txt-new.svg) center no-repeat;
background-size: contain;
width: 155px;
height: 35px;
display: block;
margin: 0 0 10px;
}

.latest-block ul{
	position: relative;
}

.latest-block ul:before{
	content: '';
	background: url(/wp-content/plugins/PMD-Site-Functionality/images/tape.svg) center no-repeat;
background-size: contain;
width: 170px;
height: 50px;
display: block;
	position: absolute;
top: -25px;
right: 2%;
	opacity: .8;
	z-index: 1;
}

.latest-block ul li{
position: relative;
}

.latest-block .favorite-post_content{
background: #f7f1ee;
outline: 1px solid #fff;
outline-offset: -5px;
Padding: 25px 15px;
text-align: center;
width: 100%;
	max-width: 90%;
margin: -55px auto 0;
	position: relative;
}

.more-link{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 14px;
	color: #754452;
}

.section-button{
	width: 100%;
	text-align: right;
}

.see-more{
	color: #2f2f2f;
font-weight: 700;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
letter-spacing: 1px;
}

.see-more:after{
	content: '';
	background: url(/wp-content/plugins/PMD-Site-Functionality/images/arrow-blog.svg) center no-repeat;
background-size: contain;
width: 37px;
height: 15px;
	display: inline-block;
	vertical-align: middle;
margin-left: 4px;
}

.see-more:hover{
color: #5a634c;
}



/* Icons Block
------------------------------------------------------ */


.icons-block .icons-block_inner{
    display: grid;
    grid-column-gap: 20px;
align-items: center;
}

.icons-block_inner.section-posts-one-half{
    grid-template-columns: repeat(2, 1fr);
}

.icons-block_inner.section-posts-one-third{
    grid-template-columns: repeat(3, 1fr);
}

.icons-block_inner.section-posts-one-fourth{
    grid-template-columns: repeat(4, 1fr);
}

.icons-block_inner.section-posts-one-fifth{
    grid-template-columns: repeat(5, 1fr);
}

.icons-block_inner.section-posts-one-sixth{
    grid-template-columns: repeat(6, 1fr);
}

.icons-block_inner.section-posts-one-seventh{
    grid-template-columns: repeat(7, 1fr);
}

.icons-block_inner.section-posts-one-eighth{
    grid-template-columns: repeat(8, 1fr);
}

.icons-block_inner.section-posts-one-ninth{
    grid-template-columns: repeat(9, 1fr);
}

.cat-ico{
background-size: contain !important;
background-repeat: no-repeat !important;
	background-position: center center !important;
	padding: 40px 10px;
text-align: center;
}

.cat-ico:first-of-type{
text-align: left;
}

.icons-block h2{
font-size: 26px;
	margin-bottom: 0;
}

.cat-ico .icon-title{
color: #2f2f2f;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 17px;
}

.cat-ico:hover  .icon-title{
color: #5a634c;
}

/* Love This Block
------------------------------------------------------ */

.love-this-block_inner{
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.love-this-row_img_left{
	order: 1;
position: relative;
}

.love-this-row_img_left:before{
	content: '';
	background: url(/wp-content/plugins/PMD-Site-Functionality/images/tape.svg) center no-repeat;
background-size: contain;
width: 170px;
height: 50px;
display: block;
	position: absolute;
bottom: 90px;
	left: -80px;
	opacity: .8;
	transform: rotate(90deg);
}

.love-this-row_content{
	background: #fff;
display: flex;
padding: 25px 25px;
order: 2;
}

.love-this-row_content_inner{
align-self: center;
	position: relative;
	font-size: 16px;
}

.love-this-row_content_inner:before{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/love-this.svg) center no-repeat;
background-size: contain;
width: 110px;
height: 77px;
display: block;
margin: 0 auto 15px;
}

.love-this-row_img_right{
order: 3;
}

.love-this-row_img_left img,
.love-this-row_img_right img{
	width: 100%;
	height: 100%;
	min-height: 500px;
object-fit: cover;
}



/* Featured Pages Block
------------------------------------------------------ */

.wp-block-columns .featured-pages-block .wrap{
padding: 0 !important;
}

.featured-pages-block ul li{
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.featured-pages-block ul li h2{
position: absolute;
bottom: 10px;
left: 2%;
	right: 2%;
	width: 96%;
margin-bottom: 0;
background: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
	text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
background: #754452;
    display: inline-block;
    padding: 10px 20px;
    margin: 0 auto 0;
}

.featured-pages-block ul li:hover h2{
    background: #5a634c;
}

.wp-block-columns .featured-pages-block li img{
width: 300px;
height: 300px;
object-fit: cover;
}


/* Destination Intro Block
------------------------------------------------------ */

.destination-intro-block{
padding: 0;
}

.destination-intro-block .wrap{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}

.destination-intro_title{
width: 50%;
	padding-right: 3%;
	border-right: 4px solid #fff;
}

.destination-intro_title:before{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/txt-explore.svg) center no-repeat;
background-size: contain;
width: 155px;
height: 35px;
display: block;
margin: 0 0 10px;
}

.destination-intro_title h1{
	margin-bottom: 10px;
}

.destination-intro_title p{
font-weight: 600;
}

.destination-intro_content{
	width: 50%;
	padding-left: 3%;
}


.destination-intro-block p{
margin-bottom: 0;
}


/* Callout Column Block
------------------------------------------------------ */

.callout-column-block .wrap{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
	padding: 2% 0;
}

.callout-column-block.callout-img-right .wrap{
	flex-direction: row-reverse;
}

.callout-column_image,
.callout-column_content{
width: 50%;
}


.callout-column-block.callout-img-left .callout-column_content{
padding: 0 0 0 4%;
}

.callout-column-block.callout-img-right .callout-column_content{
padding: 0 4% 0 0;
}

.callout-column-block .callout-column_image{
	position: relative;
}

.callout-column-block.yes-tape .callout-column_image:before{
	content: '';
	background: url(/wp-content/plugins/PMD-Site-Functionality/images/tape.svg) center no-repeat;
background-size: contain;
width: 170px;
height: 50px;
display: block;
	position: absolute;
top: -25px;
right: 10%;left: 10%;
	opacity: .8;
	z-index: 1;
}

.callout-column-block.yes-tape.callout-img-right  .callout-column_image:before{
	left: auto;
right: 10%;
}

/* Where To Go Block
------------------------------------------------------ */

.where-to-go-block{
border: 2px solid #F7F1ED;
padding: 5px;
text-align: center;
	position: relative;
z-index: 9;
}

.where-to-go_content{
	padding: 15px 10px;
}

.where-to-go_content h3{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 24px;
margin-bottom: 0;
}

.where-to-go_content h3:after{
content: '';
background: #754452;
width: 100%;
	max-width: 150px;
height: 2px;
display: block;
	margin: 10px auto 10px;
}

/* Slider Block
------------------------------------------------------ */

.slider-block .wrap{
	padding: 2% 0px;
}

.slider-block .slides{
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.slider-block  .slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slider-block  .slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slider-block  .slick-list:focus{
    outline: none;
}

.slider-block .slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slider-block .slick-slider .slick-track,
.slider-block .slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slider-block .slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	gap: 10px;
}

.slider-block .slick-track:before,
.slider-block .slick-track:after{
    display: table;
    content: '';
}

.slider-block .slick-track:after{
    clear: both;
}

.slider-block .slick-loading .slick-track{
    visibility: hidden;
}

.slider-block .slick-slide{
    display: none;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}

.slider-block .slick-slide img{
    display: block;
}

.slider-block .slick-slide.slick-loading img{
    display: none;
}

.slider-block .slick-slide.dragging img{
    pointer-events: none;
}

.slider-block .slick-initialized .slick-slide{
    display: block;
}

.slider-block .slick-loading .slick-slide{
    visibility: hidden;
}

.slider-block .slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slider-block .slick-arrow.slick-hidden {
    display: none;
}


.slider-block .slick-prev,
.slider-block .slick-next{
background: #DDE2D7 url(/wp-content/plugins/PMD-Site-Functionality/images/navigate-down.svg) center no-repeat;
	background-size: 20px 20px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
	border-radius: 50%;
	z-index: 99;
}



.slider-block .slick-prev:hover,
.slider-block .slick-prev:focus,
.slider-block .slick-next:hover,
.slider-block .slick-next:focus
{
    outline: none;
opacity: .7;
}

.slider-block .slick-prev{
    left: -15px;
	transform: rotate(90deg);
}

.slider-block .slick-next{
    right: -20px;
	transform: rotate(-90deg);
}

.slider-block .slides{
text-align: center;
}

.slider-block .slick-slide{
border: 2px solid #F7F1ED;
	padding: 5px 5px 15px;
}

.slider-block .slides img{
display: block;
margin: 0 auto -20px;
}

.slider-block .slides .small-title{
	background: #5a634c;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
	font-size: 12px;
padding: 5px 10px;
}

.slider-block .slides h3{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 18px;
	margin: 10px auto 0;
}

.slider-block .slick-dots{
display: none !important;
}


/* Destinations Blocks
------------------------------------------------------ */

.destination-blocks{
padding: 2% 0;
}

.dest-africa,
.dest-asia,
.dest-europe,
.dest-caribbean,
.dest-namerica,
.dest-middleeast,
.dest-oceania,
.dest-samerica{
	position: relative;
}

.dest-africa:before,
.dest-asia:before,
.dest-europe:before,
.dest-caribbean:before,
.dest-namerica:before,
.dest-middleeast:before,
.dest-oceania:before,
.dest-samerica:before{
	content: '';
width: 80px;
height: 80px;
display: block;
	position: absolute;
top: 10px;
	right: 10px;
    filter: brightness(0) invert(1);
}

.dest-africa:before{
	background: url(/wp-content/plugins/PMD-Site-Functionality/images/africa.svg) center no-repeat;
background-size: contain;
}

.dest-asia:before{
	background: url(/wp-content/plugins/PMD-Site-Functionality/images/asia.svg) center no-repeat;
background-size: contain;
}

.dest-caribbean:before{
	background: url(/wp-content/plugins/PMD-Site-Functionality/images/caribbean.svg) center no-repeat;
background-size: contain;
}

.dest-namerica:before{
	background: url(/wp-content/plugins/PMD-Site-Functionality/images/n-america.svg) center no-repeat;
background-size: contain;
}

.dest-samerica:before{
	background: url(/wp-content/plugins/PMD-Site-Functionality/images/s-america.svg) center no-repeat;
background-size: contain;
}

.dest-oceania:before{
	background: url(/wp-content/plugins/PMD-Site-Functionality/images/oceania.svg) center no-repeat;
background-size: contain;
}

.dest-europe:before{
	background: url(/wp-content/plugins/PMD-Site-Functionality/images/europe.svg) center no-repeat;
background-size: contain;
}

.dest-middleeast:before{
	background: url(/wp-content/plugins/PMD-Site-Functionality/images/middle-east.svg) center no-repeat;
background-size: contain;
}

.destination-blocks ul{
	margin-left: 0;
	padding-left: 0;
}

.destination-blocks ul li{
	list-style-type: none;
	padding: 5px 0;
text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: 700;
}

.dest-europe ul{
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2,1fr);
}

.column-buttons .wp-block-button .wp-block-button__link{
padding: 20px;
}

.food-guide .wp-block-column.has-background{
padding: 4% !important;
}

.region-columns{
	padding: 2% 0;
}

.region-columns .wp-block-columns{
	gap: 1em;
}

.region-columns h3{
position: relative;
}

.region-columns h3{
	margin-bottom: 0;
}

.region-columns h3:after{
content: '';
background: #754452;
width: 50%;
height: 2px;
display: block;
	margin: 10px 0 5px;
}

.region-columns ul{
	margin-left: 0;
}

.region-columns ul li{
	list-style-type: none;
background-image: none !Important;
	font-weight: 500 !important;
}

.region-columns ul li a{
	padding: 2px 0;
	display: block;
background-image: none !Important;
	font-weight: 500 !important;
}

.region-columns ul li a:hover{
color: #754452;
}


.where-to-go-intro .solid-block_inner{
padding: 5% 2% 150px;
	margin: 0 auto -150px !important;
	position: relative;
z-index: 1;
}

.where-to-go-columns{
position: relative;
}


.itineraries-block{
padding: 2% 0;
}

.itineraries-block h2{
margin-bottom: 0;
}

/* In Post Blocks
------------------------------------------------------ */

.feature-product-block,
.note-block,
.solid-block,
.outline-box,
.pin-block{
padding: 0 !important;
clear: both;
margin-bottom: 25px;
}

.note-block_inner,
.solid-block_inner,
.outline-block_inner,
.pin-block_inner{
padding: 2%;
}


.solid-block_inner{
padding: 2% 0;
	position:relative;
z-index: 1;
width: 100%;
max-width: 1240px;
margin: 0 auto;
}

.single .content .solid-block_inner{
padding: 2%;
}

.solid-block p:last-of-type,
.outline-box p:last-of-type{
    margin-bottom:  0;
}

.outline-box{
border: 4px solid #5a634c;
}


/* Tip/Note Block
--------------------- */

.note-block{
	position: relative;
}

.note-block.no-tip-img{
border-bottom: 1px solid #edded8;
}

.note-block_inner{
padding: 0px 2% 2%;
}

.note-block h2{
    font-size: 32px;
    padding: 5px 15px 10px;
text-align: center;
position: relative;
}

.note-block.yes-tip-img h2{
border-bottom: 1px solid #edded8;
}


.note-block.yes-tip-img .note-inner{
	display: flex;
flex-direction: row-reverse;
justify-content: space-between;
}

.note-block.yes-tip-img .note-inner p{
margin-bottom: 15px;
}

.note-block.yes-tip-img .note-inner .note-inner_image{
	width: 40%;
	position: relative;
	order: 1;
}

.note-block.yes-tip-img .note-inner .note-inner_image:before{
	content: '';
	background: url(/wp-content/plugins/PMD-Site-Functionality/images/tape.svg) center no-repeat;
background-size: contain;
width: 130px;
height: 30px;
display: block;
	position: absolute;
top: -10px;
left: 2%;
	opacity: .8;
	z-index: 1;
}

.note-block.yes-tip-img .note-inner .note-inner_content{
	width: 60%;
	padding: 0 15px 0;
}


/* Feature Product Block
--------------------- */

.feature-product-block_inner{
width: 100%;
clear: both;
margin: 0 auto 25px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
	position: relative;
background: #f7f1ee;
	padding: 25px;
text-align: center;
}


.feature-product-block .feature-product_img{
	width: 30%;
	position: relative;
z-index: 98;
}

.feature-product-block .feature-product_img img{
border: 5px solid #fff;
	transform: rotate(-3deg);
	position: relative;
}

.feature-product-block .feature-product_img:before{
	content: '';
	background: url(/wp-content/plugins/PMD-Site-Functionality/images/tape.svg) center no-repeat;
background-size: contain;
width: 170px;
height: 50px;
display: block;
	position: absolute;
top: 90px;
	left: -80px;
	opacity: .8;
	transform: rotate(90deg);
z-index: 99;
}

.feature-product-block .feature-product_content{
	width: 70%;
display: block;
	position: relative;
z-index: 99;
	padding: 5px 25px;
}

.feature-product-block .feature-product_content:before{
content: '';
background: url(/wp-content/plugins/PMD-Site-Functionality/images/love-this.svg) center no-repeat;
background-size: contain;
width: 80px;
height: 56px;
display: block;
margin: 0 auto 15px;
}


/* Pin Block
--------------------- */

.pin-block{
width: 100%;
text-align: center;
background: #754452;
	padding: 0 !Important;
}

.pin-block_inner{
Padding: 0;
}

.pin-block .button{
background: none;
display: block;
width: 100%;
position: relative;
	text-transform: none;
Letter-spacing: 0;
	font-size: 20px;
padding: 15px;
	border: none;
color: #fff;
}

.pin-block .button:before{
content: '';
	background: #e6d8dd url(/wp-content/plugins/PMD-Site-Functionality/images/pinterest.svg) center no-repeat;
background-size: 20px 20px;
width: 36px;
height: 36px;
	border-radius: 50%;
	margin-right: 10px;
display: inline-block;
vertical-align: middle;
}


@media only screen and (max-width: 1240px) {
	
		.callout-column-block .wrap,
	.itineraries-block,
	.solid-block .featured-posts-block .wrap,
	.region-columns{
		padding: 25px 15px;
	}
	
	
	.column-buttons,
	.food-guide{
padding: 0 15px;
}
	
	.slider-block .wrap{
	padding: 2% 20px;
}

}


@media only screen and (max-width: 1023px) {

	.destination-anchor-buttons{
    display: grid !important;
    grid-column-gap: 20px !important;
    grid-template-columns: repeat(4, 1fr) !important;
	padding: 0 2%;
}
	
	.destination-anchor-buttons .wp-block-button .wp-block-button__link{
width: 100% !Important;
}

}

@media only screen and (max-width: 767px) {
	
	.about-block .wrap, .newsletter-block .wrap, .featured-posts-block .wrap, .menu-block .wrap, .icons-block .wrap, .latest-block .wrap, .love-this-block .wrap, .featured-pages-block .wrap{
		padding: 25px 15px;
	}
	
		.column-buttons,
	.food-guide{
padding: 0;
	}
    
    .featured-posts-block{
text-align: center;
}
    
    .section-headline{
display: block;
text-align: center;
}
    
    .section-headline .section-title,
    .section-headline .section-button{
width: 100%;
float: none;
margin: 0 auto;
    text-align: center;
}
    
    .section-headline .section-button{
margin: 15px auto 0;
}
    
    ul.section-posts-one-half,
ul.section-posts-one-third,
ul.section-posts-one-fourth,
ul.section-posts-one-fifth,
ul.section-posts-one-sixth{
    grid-template-columns: repeat(2, 1fr);
    }
    
    .latest-block ul,
    .featured-posts-block ul.post-side-by{
display: block;
}
    
    .latest-block ul li,
    ul.post-side-by li{
    background: #f7f1ee;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}
    
    .latest-block ul li .favorite-post_img,
.featured-posts-block ul.post-side-by .favorite-post_img{
width: 40%;
}
    
    .latest-block ul li .favorite-post_content,
.featured-posts-block ul.post-side-by .favorite-post_content{
outline: none;
width: 60%;
        padding: 0 2%;
	margin: 0;
max-width: 100%;
}
    
	.about-block .wrap,
	.newsletter-block_inner{
flex-wrap: wrap;
}
	
	.about-img,
	.about-content,
	.newsletter-text,
	.newsletter-form{
width: 100%;
text-align: center;
		margin: 10px auto;
}

.newsletter-block .wrap:before {
    background-size: 35px 35px;
    width: 60px;
    height: 60px;
    margin: -35px auto 10px;
}
	
	.love-this-block_inner {
    grid-template-columns: repeat(2, 1fr);
	}
	
	.love-this-row_content{
order: 3;
width: 100%;
	margin: 20px auto 0;
	grid-column: 1 / -1;
}
	
	.latest-block .wrap:before{
    background: url(/wp-content/plugins/PMD-Site-Functionality/images/txt-new.svg) left center no-repeat;
    margin: 0 0 0px 10px;
    z-index: 2;
    position: relative;
    width: 100%;
    height: 35px;
}
	
	.latest-block ul:before{
		width: 130px;
	}
	
.icons-block_inner.section-posts-one-half{
    grid-template-columns: repeat(2, 1fr);
}

.icons-block_inner.section-posts-one-third,
	.icons-block_inner.section-posts-one-fifth,
.icons-block_inner.section-posts-one-seventh,
.icons-block_inner.section-posts-one-ninth{
    grid-template-columns: repeat(3, 1fr);
}
	
.icons-block_inner.section-posts-one-fourth,
.icons-block_inner.section-posts-one-sixth,
.icons-block_inner.section-posts-one-eighth{
    grid-template-columns: repeat(4, 1fr);
}
	
	.cat-ico{
padding: 50px 5px;
}
	
	.cat-ico:first-of-type{
		padding: 5px;
width: 100%;
	margin: 0px auto 0;
	grid-column: 1 / -1;
text-align: center;
	}
	
	.love-this-row_img_left img, .love-this-row_img_right img{
		min-height: 300px;
	}
	
	.feature-product-block_inner{
		flex-wrap: wrap;
	}
	
	.feature-product-block .feature-product_img,
.feature-product-block .feature-product_content{
width: 100%;
	}
	
	.featured-pages-block ul{
	display: block;
}

.featured-pages-block ul li{
	width: 100%;
	margin: 0 auto 25px;
}

.featured-pages-block ul li img{
width: 100%;
height: 300px;
object-fit: cover;
}
	
	.dest-europe ul {
    grid-template-columns: repeat(2,1fr);
}
	
	.destination-intro-block .wrap,
	.callout-column-block .wrap{
		flex-wrap: wrap;
		padding: 25px 15px;
	}
	
	.destination-intro_title,
	.destination-intro_content,
	.callout-column_image, .callout-column_content{
		width: 100%;
text-align: center;
		padding: 2%;
border: none;
	}
	
	.destination-intro_title:before{
margin: 0 auto 10px;
}
	
	.callout-column-block .wp-block-buttons{
justify-content: center;
}
	
	
	.wp-block-columns .featured-pages-block li img{
width: 100%;
height: 300px;
}
	
	.wp-block-column.has-background{
		padding: 4% !important;
	}
	
	.region-columns h2{
		text-align: center;
	}
	
	.food-guide .wp-block-column.has-background{
padding: 25px !important;
}
	
	.featured-pages-block ul li:last-of-type{
margin-bottom: 0;
}
	
	.column-buttons .wp-block-column{
margin-bottom: 0;
}
	
	.destination-anchor-buttons,
	.destination-anchor-buttons.wp-block-buttons>.wp-block-button{
    display: block !important;
}
    
	.destination-anchor-buttons .wp-block-buttons>.wp-block-button{
		width: 100% !Important;
	}
	
	.slider-block .wrap{
		padding: 2% 15px;
	}
}



@media only screen and (max-width: 580px) {
    
    .featured-pages-block h2{
        font-size: 20px;
line-height: 1.2;
    }
    
    .latest-block ul li{
display: block;
			padding: 0;
			background: none;
}
    
    .latest-block ul li .favorite-post_img{
width: 100%;
    padding: 2%;
        text-align: center;
    }
	
    .latest-block ul li .favorite-post_content{
width: 100%;
			max-width: 90%;
			margin: -45px auto 0;
    padding: 4% 2%;
        text-align: center;
			outline: 1px solid #fff;
    }
    
    .latest-block ul li h3, .latest-block ul li h3 a{
text-align: center;
        font-size: 22px;
}
    
    .section-headline h2{
font-size: 28px;
}

ul.section-posts-one-half h3,
ul.section-posts-one-half h3 a,
ul.section-posts-one-third h3,
ul.section-posts-one-third h3 a,
ul.section-posts-one-fourth h3,
ul.section-posts-one-fourth h3 a,
ul.section-posts-one-fifth h3,
ul.section-posts-one-fifth h3 a,
ul.section-posts-one-sixth h3,
ul.section-posts-one-sixth h3 a,
ul.section-posts-one-half.post-side-by h3, ul.section-posts-one-half.post-side-by h3 a{
font-size: 14px;
}
	
	.section-button{
text-align: center;
}
	
	.section-button .see-more{
		background: #dde2d7;
		display: block;
width: 100%;
		max-width: 90%;
		padding: 10px 5px;
		margin: 0 auto;
	}
	
	.about-block .wp-block-buttons>.wp-block-button{
		display: block;
width: 100%;
	}
	
	.about-block .wp-block-button .wp-block-button__link{
width: 100%;
		margin: 0px auto 10px;
}
	.about-block .wrap{
		padding-bottom: 25px;
	}
	
	.icons-block .wrap{
		padding-top: 25px;
	}
	
	.icons-block_inner.section-posts-one-third,
	.icons-block_inner.section-posts-one-fifth,
.icons-block_inner.section-posts-one-seventh,
.icons-block_inner.section-posts-one-ninth,
.icons-block_inner.section-posts-one-fourth,
.icons-block_inner.section-posts-one-sixth,
.icons-block_inner.section-posts-one-eighth{
    grid-template-columns: repeat(2, 1fr);
}
	
	.cat-ico{
padding: 35px 20px;
		margin: 0 auto 15px;
}
	
	.love-this-row_img_left img, .love-this-row_img_right img{
		min-height: 200px;
	}
	
	.note-block{
border-bottom: 1px solid #edded8;
}
	
	.note-block.yes-tip-img .note-inner{
flex-wrap: wrap;
}
	
	.note-block.yes-tip-img .note-inner .note-inner_image{
		order: 1;
		width: 100%;
		text-align: center;
	}
	
	.note-block.yes-tip-img .note-inner .note-inner_content{
		width: 100%;
		order: 2;
	}
	
	.dest-africa, .dest-asia, .dest-europe, .dest-caribbean, .dest-namerica, .dest-middleeast, .dest-oceania, .dest-samerica {
    position: relative;
    padding: 6% 4% 2%;
    text-align: center;
}
	
	.dest-europe ul {
    grid-template-columns: repeat(1,1fr);
}
	
	.wp-block-cover, .wp-block-cover-image{
		min-height: 250px;
	}
	
	.slider-block .slick-prev, .slider-block .slick-next{
background-size: 22px 22px;
width: 40px;
height: 40px;
}
	
	.slider-block .slick-prev{
left: -10px;
}

	.slider-block .slick-next{
		right: -10px;
	}
	
	.slider-block .wrap{
		padding: 2% 10px;
	}

}