/*
|-----------------------------------------------------------------------------------------------------------
| Attractions/Suggested Itinerary Widget 
|-----------------------------------------------------------------------------------------------------------
*/
.suggested-widget { 
	background-color: #f8f7f6;
	width: 100%;
	margin: 20px 0;
	padding: 0 0 40px;
	border: 1px solid #959987;
}

.suggested-widget .suggested-head { 
	background-image: url("../jpg/pattern1.jpg");
	font-family:'ShadowsIntoLightW00-Reg';
	font-size: 26px;
	color: #fff;
} 

.suggested-widget .suggested-head .title4 { 
	font-family:'ShadowsIntoLightW00-Reg';
	font-size: 26px;
	color: #fff;
	padding: 10px;
} 

.suggested-widget .suggested-cont {
	margin: 0px auto 10px auto;
	width: 100%;
}

.suggested-widget .section-title {
	padding: 20px 20px 0;
	margin-bottom: 0;
	font-size: 18px;
	text-transform: uppercase;
}	

.suggested-widget .suggested-item .item-img {
	float: left;
  padding: 20px;
  width: 30%;
}

.suggested-widget .title-text {
	background-color: #803996; 
	width: 100%;
	margin: 30px auto; 
	text-align: center;
	font-family: 'PT Sans W01 Regular', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	padding: 20px;
}

.suggested-widget .suggested-item {
	float: left; 
	box-sizing: border-box;
	min-width: 100%;
}

.suggested-widget .suggested-item .item-text {
	float: left;
	width: 70%;
	font-size: 14px;
	padding: 10px 0 0;
	color: #424242;
}

.suggested-widget .suggested-item .item-title {
	font-size: 17px;
	color: #939786;
	margin-bottom: 5px;
}

.suggested-widget .suggested-item .body-copy { margin-top: 0; }

.suggested-widget .more-link { margin-left: 20px; }

.suggested-widget .more-link a {
	font-family: 'PT Sans W01 Bold', sans-serif;  
	font-size: 21px;
}
.suggested-widget  .btn-style::before{
	position: relative;
}

.suggested-widget .contentRender_name_plugins_collections_template_custom_highlights:not(:last-child) .rule {
	width: auto;
    height: 1px;
    display: block;
    background-color: #eee;
    margin: 30px 20px 10px;
}
/*
|-----------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|-----------------------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
	.suggested-widget .section-title {
		padding: 20px 0 0 10px;
	}
	.suggested-widget .suggested-item .item-text {
		width: 100%;
		padding: 10px 10px 0;
	}
	.suggested-widget .more-link {
		margin: 0;
		padding: 0 10px;
	}
	.more-link .btn-style { width: 100%; }
}

/*** Mobile and Tablet ***/ 
@media only screen and (max-width: 64em) {}

/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {}

/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){}

/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) {}


