/*
Theme Name:     Hedgehog's Bottom
Description:    Hedgehog's Travel Blog (Child theme for the Explorable theme from Elegant Themes).
Author:         Dean Richardson
Author URI:     http://deanrichardson.co.uk/
Template:       et_explorable
Version:        0.1.0
*/ 

@import url("../et_explorable/style.css");

div.et-description h1, div.post-description h1,  div.post-description h2 {text-shadow:3px 2px 4px rgba(0, 0, 0, 0.7)}
div.et-description p, div.post-description p.meta-info {text-shadow:0px 0px 4px rgba(0,0,0,1.0)}
header h1 a{font-family: 'Lobster', Arial, sans-serif; color:white !important;}
header h1 {float:left; width:125px}
@media only screen and ( max-width: 960px ) {
	#et_mobile_nav_menu {margin-top:0; padding-top:12px}
	header h1 {float:none;width:100%}
}
#copyright {padding-right:10px; line-height:1.2em; width:300px; float:right;}

/* Trip Advisor widget */
div.TA_selfserveprop{position:relative; width:240px; left: -16px; box-shadow:5px 6px 16px rgba(0,0,0,0.3)}
div.TA_selfserveprop sup {bottom:0 !important;}
div.TA_selfserveprop ul li {margin-left:4px !important}
div.TA_selfserveprop ul li span {padding-left:10px;}
div.TA_selfserveprop span.widSSPDate {padding-left:6px;}
div.TA_selfserveprop span.widSSPQuote {padding-left:0}
div.TA_selfserveprop ul.widSSPReadReview li a, div.TA_selfserveprop ul.widSSPWriteReview li a{padding-left:5px !important}

/* Feature Box */
.et-map-post {left:120px}

/* Uncolour anchors on text floating above an image */
body.archive div.post-thumbnail a, body.single div.post-thumbnail a{color:#fff; font-weight:bold}
body.archive div.post-thumbnail a:hover, body.single div.post-thumbnail a:hover {text-decoration:underline}

/* Listings on front page */
div.listing-text {width:210px;}

body.home table.CS_Rating {display:none;}
body.archive table.CS_Rating {display:none;}

/* Responsive */
@media only screen and ( max-width: 767px ) {
	#et_main_map, #et-single-map { height: 280px !important }
	header#main-header h1 {padding-bottom:22px !important}

	#main-area > div.container {width:90%;}
	figure.wp-block-audio {margin-left:0;} 
}
@media only screen and ( max-width: 479px ) {

}

