/*
Theme Name:		Dandelion Child
Description:	Dandelion child theme custimized for RandR.
Version:		3.1.2
Author:			Lucas Bonner
Author URI:		http://www.lucasbonner.com
Template:		dandelion
*/

@import url("../dandelion/style.css");

/*
 * Misc classes
 */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.video-container {
	height: 0;
	margin-bottom: 1em;
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
}
.two-columns .video-container {
	padding-bottom: 49.65%;
}

.entry-content .video-container {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 53.65%;
	width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ul.plain-list,
#footer ul.plain-list {
	list-style: none;
}
ul.plain-list li,
#footer ul.plain-list li {
	border-bottom: 0;
	padding: 0;
}
ul.plain-list li + li,
#footer ul.plain-list li + li {
	padding-top: 6px;
}
ul.icon-list li {
	line-height: 32px;
}

#site-intro span {
	float: none;
}

/*
 * Icons
 */

 [class^="social-icon-"] {
	color: #848484;
	display: inline-block !important;
	font-style: normal;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin-bottom: 4px;
	padding-left: 38px;
	position: relative;
	vertical-align: middle;
}
[class^="social-icon-"]::before {
	display: inline-block;
	background: #7F7F7F url(icons/social-icons.png) 0 0 no-repeat;
	border-radius: 2px;
	content: ' ';
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
}
.social-icon-small {
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
}
.social-icon-small::before {
	height: 16px;
	width: 16px;
}
.social-icon-facebook::before {
	background-color: #3B5998;
	background-position: 0 0 !important;
}
.social-icon-facebook.social-icon-small::before {
	background-position: 0 -64px !important;
}
.social-icon-tripadvisor::before {
	background-color: #C41200;
	background-position: -32px 0 !important;
}
.social-icon-tripadvisor.social-icon-small::before {
	background-position: -16px -64px !important;
}
.social-icon-yelp::before {
	background-color: #589442;
	background-position: 0 -32px !important;
}
.social-icon-yelp.social-icon-small::before {
	background-position: -32px -64px !important;
}
.social-icon-youtube::before {
	background-color: #CD201F;
	background-position: -32px -32px !important;
}
.social-icon-youtube.social-icon-small::before {
	background-position: -48px -64px !important;
}

/*
 * Header style overrides
 */

#logo-container {
	margin-left: 10px;
}
.site-description {
	display: block;
	margin: -20px 0 0 33px;
	font-size: 15px;
}

#header-secondary-container {
	float: right;
	text-align: right;
	margin: 15px 20px 15px 0px;
}
#header-secondary-container .contact-info > * {
}

#menu-container {
	clear: both;
	margin: 45px 0;
	max-width: none;

	float: right;
	position: relative;
	left: -50%;
	text-align: left;
   	margin-bottom: 1em;
}
#menu-container #menu-main-menu {
	list-style: none;
	position: relative;
	left: 50%;
}
#menu-container #menu-main-menu > li {
	float: left;
	position: relative;
}

/*
 * Footer styles
 */

#footer h5 {
	border-bottom: 1px solid #969695;
	color: #878785;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: bold;
	line-height: 1.5em;
	margin: 0px 0px -5px;
}
.ourpartners {
	border-bottom: 1px solid #2641C9;
	margin: 0px 0px 10px 235px;
	width: 665px;
}
.ourpartners h2 {
	margin: 0px;
}
