/*
Theme Name: Rayleigh Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Rayleigh Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier.
Version: 1.0
Author: R6 Themes
Author URI: http://www.r6themes.com
Template: rayleigh
*/

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

/* Add your own styles here */

body #top {
	height: 130px;
}

#top #sidebar-button {
	width: 100px;
	padding-left: 40px;
}

.personal-profiles article.personal-profile > div {
	height: 500px;
}

.helper-caption {
	float: left;
	line-height: 1.4em;
}

a#sidebar-button,
a#sidebar-button:visited,
a#sidebar-button:hover,
a#sidebar-button:focus,
a#sidebar-button:active {
	text-decoration: none;
	color: #c08e1f !important;
}

.swiper-slide.overlay h3 {
	color: #c08e1f;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

body .cc-cookies {
	font-family: Lora,'Trebuchet MS', Helvetica, sans-serif;
	width: 100%;
	background: #231f20;
	background: rgba(35,31,32,0.7);
	color: #c08e1f;
}

body .cc-cookies a.cc-cookie-accept,
body .cc-cookies a.cc-cookie-decline,
body .cc-cookies a:hover.cc-cookie-accept,
body .cc-cookies a:hover.cc-cookie-decline {
	background: #c08e1f;
	color: #231f20;
}

body .cc-cookies a,
body .cc-cookies a:hover {
	color: #c08e1f;
}