/*
 Theme Name:   Resort Child
 Template:     resort
*/
@import url("../resort/style.css");

.profile-image img {width:150px;}


.inner {
    border: 1px solid #AFC5C7 !important;
}

.post-meta > ul {
    list-style-type: none;
}

.post .date-badge, .type-page .date-badge, .type-feature .date-badge, .type-testimonial .date-badge, .search-results .page .date-badge, .search-results .type-product .date-badge, .search-results .type-feature .date-badge, .search-results .type-testimonial .date-badge {
	left:40em;
	top:2em;
}

#header .site-title a:hover, #header .site-description a:hover {
    text-decoration: none;
}


.post .post-more .read-more a, .type-page .post-more .read-more a, .type-feature .post-more .read-more a, .type-testimonial .post-more .read-more a, .search-results .page .post-more .read-more a, .search-results .type-product .post-more .read-more a, .search-results .type-feature .post-more .read-more a, .search-results .type-testimonial .post-more .read-more a, #intro-message .right-section .button, #post-entries a {
    background: none repeat scroll 0 0 #f0e80c !important;
    text-shadow:none !important;
    color: #444 !important;
}

#footer-wrapper {padding:0 !important;}
@media screen and (max-width: 1025px) {
	.post .date-badge, .type-page .date-badge, .type-feature .date-badge, .type-testimonial .date-badge, .search-results .page .date-badge, .search-results .type-product .date-badge, .search-results .type-feature .date-badge, .search-results .type-testimonial .date-badge {
		display: block !important;
		left: 32em;
    	top: 2em;
}

@media screen and (max-width: 565px) {
	.post .date-badge, .type-page .date-badge, .type-feature .date-badge, .type-testimonial .date-badge, .search-results .page .date-badge, .search-results .type-product .date-badge, .search-results .type-feature .date-badge, .search-results .type-testimonial .date-badge {
		display: block !important;
		left: 11em;
    	top: -1.7em;
}

