/*
Theme Name: Roam
Theme URI: https://roam.qodeinteractive.com
Description: An Adventurous Travel and Tourism Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: roam
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/* custom styles for attraction pages */
a.attraction-website{	
	display: block;
    text-align: center;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px 0;	
}

.attraction_address{
	padding-left: 20px;
    position: relative;
}

.attraction_address i{ 
	position: absolute;
    left: 0px;
    top: 5px;
}

.attraction_tag{
    display: inline-block;
    background-color: #F6F6F6;
    padding: 5px 10px;
    margin: 0 7px 8px 0;
    color:#303030;
}

.attraction_tag:hover{
	color:#fff;
	background-color:#81d742;
	
}

.location_wrap{
	text-align:center;
    margin-bottom: 42px;
    border-bottom: 1px solid;
    padding-bottom: 30px;
}
.location_wrap a{
	text-decoration:underline;
}
.featured-image {
    text-align: center !important;
    width: 100% !important;
    display: block !important;
}

.featured-image img {
display: inline-block !important;
}


/* Changes for masonry appearance  */
.archive .mkdf-container {
	background-color: #F5F5F5 !important;
}

.archive .mkdf-post-content{
	border-radius: 1.6rem;
	box-shadow: rgba(209, 205, 199, 0.2) 6px 6px 8px 0px;
	background: rgb(255, 255, 255);
	overflow:hidden;
}

.archive img.attachment-full.size-full.wp-post-image {
	max-width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.archive .mkdf-blog-holder article .mkdf-post-image,
.archive .mkdf-related-post .mkdf-post-image{
	aspect-ratio: 1.75 / 1;
	overflow: hidden;
	width: 100%;
}

.archive .mkdf-post-text{
	padding: 0 1.6rem 2.4rem 2.4rem;
}

.archive .mkdf-post-title{
	font-size:1.2rem;	
}

.archive .mkdf-post-text-inner{
	min-height: 9rem;
}
.archive .mkdf-post-excerpt-holder,
.archive .mkdf-post-read-more-button{ display:none !important; }
.archive .mkdf-blog-holder.mkdf-blog-masonry article .mkdf-post-info-bottom,
.archive  .mkdf-related-post .mkdf-post-info-bottom{
	bottom: 30px;
	position: absolute;
	width:100%;
}

.archive .mkdf-post-location-wrap .locality{
	font-weight:bold;
}

.archive .filter-dropdown-archive-container{
	position:relative;
	width:80%;
}

@media only screen and (max-width: 680px) {
	.archive .filter-dropdown-archive-container{
	
		width:100%;
	}
	
}

.archive .filter-dropdown-archive-container i.icon{
    position: absolute;
    left: 30px;
    top: 20px;
    display: block;
    z-index: 10;
    /* height: 100%; */
}

.archive .filter-dropdown-archive-container a.clear-button{
	    position: absolute;
    right: 0px;
    top: 0;
    display: block;
    width: 60px;
    text-align: center;
    height: 100%;
}

.archive .filter-dropdown-archive-container a.clear-button i{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	display:block;
	height:20px;	
}

.archive .filter-dropdown-archive{
	background: rgb(255, 255, 255);
    width: 100%;
    border-radius: 0.8rem;
    padding: 1.1rem 3.6rem 1.1rem 4.6rem;
    /* height: 4rem; */
    appearance: none;
    position: relative;
    border: 1px solid rgb(0, 105, 60);
    font-size: 1.1rem;
    color: #303030;
}