/*

Theme Name: Hoppa
Theme URI: http://www.hoppa.org.uk/
Author: David John Bennett
Author URI: http://www.davidjohnbennett.co.uk/
Description: Based on the _s starter theme.
Version: 1.0

Colours:

#333 - Almost Black
#666 - Dark Grey
#ccc - Medium Grey
#EBEBEB - Light Grey
#F5F5F5 - Almost White
#3fae2a - Green
#ffc627 - Yellow

*/

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
/*	background: #ebebeb; /* Light Grey */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol, ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
	display: block;
}

/* Structure */

.clear {
	clear: both; /* Used to stop divs collapsing where overflow:hidden isn't available */
}
	
#header {
	background: #f5f5f5; /* Almost White */
/*	background: #ebebeb url(images/background.png) repeat-y center; */
	max-width: 100%;
	padding: 0 20px;
}

#header-content {
	background: #f5f5f5; /* Almost White */
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
	padding: 0 30px;
}

#header-content #text-10 {
	float: left;
}

#header-content #execphp-2 {
	float: right;
}

#branding {
/*	background: #ebebeb url(images/background.png) repeat-y center; */
	max-width: 100%;
	padding: 0 20px;
}

#branding-content {
	background: #fff;
	clear: both;
	margin: 0 auto;
	max-width: 960px;
	padding: 20px 30px;
	position: relative;
	z-index: 99;
}

#branding-logo {
	float: left;
}

#slider {
/*	background: #ebebeb url(images/background.png) repeat-y center; */
	margin: 0;
	max-width: 100%;
	padding: 0 20px;
}

#slider-content {
	background: #fff;
	margin: 0 auto;
	max-width: 960px;
	padding: 0;
}

#content {
/*	background: #ebebeb url(images/background.png) repeat-y center; */
	margin: 0;
	max-width: 100%;
	padding: 0 20px;
}

#primary {
	background: #fff;
	margin: 0 auto;
	max-width: 960px;
}

#main {
	background: url(images/arrow.png) repeat-x left bottom;
	margin: 0 30px;
	overflow: hidden;
}

#main.not-home {
	background: url(images/arrow.png) repeat-x left top;
	padding: 60px 0 0 0;
}

.page-content,
.entry-content,
.entry-summary {
	padding: 0 0 55px;
}

.not-home .entry-content {
	float: left;
	padding: 0 0 15px;
	width: 65.56%;
}

.entry-meta,
.entry-footer {
	display: none;
}

#content-widget {
	display: none;
}

.not-home #content-widget {
	display: block;
	float: right;
	width: 31.11%;
}

.not-home #content-widget .widget {
	padding: 0 0 30px 0;
}

#secondary {
	background: #fff;
	margin: 0 auto;
	max-width: 960px;
	padding: 30px 0;
}

#secondary #border {
	background: url(images/arrow.png) repeat-x left bottom;
	margin: 0 30px;
	overflow: hidden; /* Stops div collapsing because of float below */
}

#secondary #text-2,
#secondary #text-3,
#secondary #text-4,
#secondary #text-18 {
	float: left;
	width: 25%;
}

#secondary #text-2,
#secondary #text-3,
#secondary #text-4 {
	padding: 0 15px 0 0;
}

#secondary #text-3,
#secondary #text-4,
#secondary #text-18 {
	padding: 0 0 0 15px;
}

#secondary #text-3,
#secondary #text-4 {
	padding: 0 15px;
}

#cta {
	background: #3fae2a; /* Green */
/*	background: #ebebeb url(images/background.png) repeat-y center; */
	margin: 0;
	max-width: 100%;
	padding: 0 20px;
}

#cta-content {
	background: #3fae2a; /* Green */
	margin: 0 auto;
	max-width: 960px;
	padding: 30px;
	overflow: hidden; /* Stops div collapsing because of float below */
}

#cta-content #text-5 {
	float: left;
	width: 65%;
}

#cta-content #text-12 {
	border: solid #ffffff 2px;
	float: right;
	padding: 15px 40px;
	text-align: center;
}

#footer {
	background: #333; /* Almost Black */
/*	background: #ebebeb url(images/background.png) repeat-y center; */
	margin: 0;
	max-width: 100%;
	padding: 0 20px;
}

#footer-content {
	background: #333; /* Almost Black */
	margin: 0 auto;
	max-width: 960px;
	padding: 30px 15px 15px;
	overflow: hidden; /* Stops div collapsing because of float below */
}

#footer-content #text-6,
#footer-content #advanced-recent-posts-2,
#rss-just-better-2,
#footer-content #text-7 {
	float: left;
	padding: 0 15px;
	width: 33.333%;
}

#base {
/*	background: #ebebeb url(images/background.png) repeat-y center; */
	margin: 0;
	max-width: 100%;
	padding: 0 20px;
}

#base-content {
	background: #fff;
	margin: 0 auto;
	max-width: 960px;
	padding: 0 30px;
	overflow: hidden; /* Stops div collapsing because of float below */
}

#base-content .widget {
	float: left;
}

#base-content .widget:last-child {
	float: right;
}

@media (max-width: 568px) {

#header {
	padding: 0 10px;
}

#header-content {
	padding: 0 15px;
}

#header-content #execphp-2 {
	display: none;
}

#branding {
	padding: 0 10px;
}

#branding-content {
	padding: 15px;
}

#slider {
	padding: 0 10px;
}

#content {
	padding: 0 10px;
}

#primary {
	padding: 0 0 10px;
}

#main {
	margin: 0 15px;
}

.not-home #content-widget {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.not-home #content-widget .widget {
	padding: 0 0 5px 0;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 15px 0 0;
}

.not-home .entry-content {
	float: left;
	width: 100%;
}

#secondary {
	padding: 15px 0 30px;
}

#secondary #text-2,
#secondary #text-3,
#secondary #text-4,
#secondary #text-18 {
	width: 100%;
}

#cta {
	padding: 0 10px;
}

#cta-content {
	padding: 15px;
}

#cta-content #text-5 {
	padding: 0 0 15px 0;
	width: 100%;
}

#cta-content #text-12 {
	width: 100%;
}

#footer {
	padding: 0 10px;
}

#footer-content #text-6,
#footer-content #advanced-recent-posts-2,
#rss-just-better-2,
#footer-content #text-7 {
	width: 100%;
}

#base {
	padding: 0 10px;
}

#base-content {
	padding: 0 15px;
}

#base-content .widget {
	width: 100%;
}

}

/* Typography */

body,
button,
input,
select,
textarea {
	font-family: 'futura-pt', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1 {
	color: #3fae2a; /* Green */
	font-size: 44px;
	line-height: normal;
	padding: 20px 0 10px;
}

.not-home h1 {
	color: #3fae2a; /* Green */
	font-size: 44px;
	line-height: normal;
	padding: 0 0 10px;
}

h1.widget-title {
	color: #3fae2a; /* Green */
	font-size: 22px;
	line-height: normal;
	margin: 0 0 15px 0;
	text-align: center;
	padding: 0;
}

#content-widget h1.widget-title {
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 15px;
	text-align: left;
	padding: 0;
}

#header-content h1.widget-title,
#branding-content h1.widget-title,
#slider-content h1.widget-title,
#cta-content h1.widget-title,
#base-content h1.widget-title {
	display: none;
}

h2 {
	color: #3fae2a; /* Green */
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	margin: 0 0 15px 0;
}

p {
	color: #666; /* Dark Grey */
	line-height: 21px;
	margin: 0 0 15px 0;
}

#primary p {
}

p.introduction {
	font-size: 22px;
	line-height: normal;
}

#header-content p {
	line-height: 40px;
	margin: 0;
}

#header-content #text-10 a,
#header-content #execphp-2 a {
	color: #666; /* Dark Grey */
}

#header-content #text-10 a:hover,
#header-content #execphp-2 a:hover {
	color: #3fae2a; /* Green */
}

#secondary #text-2 p,
#secondary #text-3 p,
#secondary #text-4 p,
#secondary #text-18 p {
	padding: 0 0 55px 0;
	text-align: center;
}

#secondary a {
	color: #3fae2a; /* Green */
}

#secondary a:hover {
	color: #ffc627; /* Yellow */
}

#cta-content #text-5 p {
	color: #fff;
	font-size: 44px;
	line-height: 56px;
	margin: 0;
}

#cta-content #text-12 p {
	color: #fff;
	font-size: 30px;
	line-height: normal;
	margin: 0;
}

#cta-content #text-12 p a {
	color: #fff;
}

#footer-content h1 {
	color: #fff;
	text-align: left;
}

#footer-content p {
	color: #ccc; /* Medium Grey */
}

#footer-content #text-6 p a,
#footer-content #text-7 p a {
	color: #ffc627; /* Yellow */
}

#footer-content #text-6 p a:hover,
#footer-content #text-7 p a:hover {
	color: #3fae2a; /* Green */
}

#base-content .widget p {
	line-height: 85px;
	margin: 0;
}

#base-content .widget:last-of-type p {
	text-align: right;
}

#base-content .widget p a {
	color: #666; /* Dark Grey */
}

#base-content .widget p a:hover {
	color: #3fae2a; /* Green */
}

@media (max-width: 768px) {

#cta-content #text-5 p {
	font-size: 24px;
	line-height: 36px;
}

#cta-content #text-12 p {
	font-size: 24px;
}

#base-content .widget p,
#base-content .widget:last-of-type p {
	font-size: 12px;
	line-height: 2;
	text-align: center;
}

}

@media (max-width: 568px) {

h1 {
	font-size: 28px;
	line-height: 28px;
	padding: 20px 0 5px;
}

.not-home h1 {
	font-size: 28px;
	line-height: 28px;
	padding: 0 0 5px;
}

#secondary #text-2 p,
#secondary #text-3 p,
#secondary #text-4 p {
	padding: 0 0 15px 0;
}

#secondary #text-18 p {
	padding: 0 0 60px 0;
}

#cta-content #text-5 p {
	text-align: center;
}

#cta-content #text-12 p {
	font-size: 20px;
}

}

b, strong {
	font-weight: 700;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 15px;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 15px;
	max-width: 100%;
	overflow: auto;
	padding: 15px;
}

code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666; /* Dark Grey */
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/* Elements */

hr {
	background: #ebebeb;
	border: 0;
	height: 1px;
	margin: 0 0 15px 0;
}

ul, ol {
	color: #666; /* Dark Grey */
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}

dt {
	font-weight: 400;
}

dd {
	margin: 0 15px 15px;
}

img {
	display: block;
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 15px;
	width: 100%;
}

th {
	font-weight: 400;
}

/* Forms */

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc; /* Medium Grey */
	border-color: #ccc #ccc #bbb #ccc; /* Medium Grey */
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 15px;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	margin: 0 5px 0 0;
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666; /* Dark Grey */
	border: 1px solid #ccc; /* Medium Grey */
	border-radius: 3px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/* Links */

a {
	color: #3fae2a; /* Green */
	text-decoration: none;
}

a:visited {
	color: #ffc627; /* Yellow */
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #ffc627; /* Yellow */
}

/* Main Menu */

.main-navigation {
	display: block;
	float: right;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation ul li {
	float: left;
	font-size: 18px;
	line-height: 80px;
	margin: 0 0 0 25px;
	position: relative;
}

.main-navigation ul li a {
	color: #333; /* Almost Black */
	display: block;
}

.main-navigation ul li:hover a {
	color: #ffc627; /* Yellow */
}

.main-navigation ul li:hover > ul {
	display: block;
}

.main-navigation ul li ul {
	background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
 	display: none;
	left: 0;
	margin: 0;
    padding: 6px 0;
    position: absolute;
    top: 60px;
	width: 120px;
	z-index: 1;
}

.main-navigation li ul li {
	margin: 0 12px;

}

.main-navigation li:hover ul a {
	color: #333; /* Almost Black */
	font-size: 18px;
	line-height: normal;
	margin: 0;
	padding: 6px 0;
}

.main-navigation ul li ul li a:focus,
.main-navigation ul li ul li a:active,
.main-navigation ul li ul li a:hover {
	color: #ffc627; /* Yellow */
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #3fae2a; /* Green */
}

.main-navigation .sub-menu .current-menu-item > a,
.main-navigation .sub-menu .current-menu-ancestor > a,
.main-navigation .sub-menu .current_page_item > a,
.main-navigation .sub-menu .current_page_ancestor > a {
	color: #3fae2a; /* Green */
}

/* Sub Menu */

#content-widget ul {
	margin: 0;
	padding: 0;
}

#content-widget ul li {
	background: url(images/bullet-green.png) no-repeat left center;
	border-bottom: 1px solid #ebebeb;
	list-style: none;
	padding: 10px 0 10px 10px;
}

#content-widget ul li a {
	color: #666; /* Dark Grey */
}

#content-widget ul li:hover {
	background: url(images/bullet-yellow.png) no-repeat left center;
}

#content-widget ul li a:hover {
	color: #ffc627; /* Yellow */
}

#content-widget .current-menu-item > a,
#content-widget .current-page-item > a,
#content-widget .current_page_item > a {
	color: #3fae2a; /* Green */
}

/* Accessibility */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 15px;
	font-weight: 400;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Alignments */

.alignleft {
	display: inline;
	float: left;
	margin: 0 30px 15px 0;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Clearings */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* Widgets */

.widget {
	margin: 0;
}

.widget select {
	max-width: 100%;
}

.widget_search .search-submit {
	display: none;
}

/* Posts and pages */

.sticky {
}

.hentry {
	margin: 0;
}

.byline,
.updated {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 15px;
}

.edit-link {
	display: none;
}

/* Asides */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* Comments */

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
}

/* Media */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption {
	border: 1px solid #666; /* Dark Grey */
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.site-main .gallery {
	margin-bottom: 15px;
}

.gallery-caption {
}

.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {
}

.site-main .gallery-columns-4 .gallery-item img {
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Advanced Recent Posts & RSS Just Better Widgets */

.rssjustbetter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.advanced_recent_posts_widget ul li,
.rssjustbetter ul li {
    border-bottom: none !important;
    margin: 0 !important;
    padding: 0 0 15px !important;
}

.advanced_recent_posts_widget .post-title,
.rssjustbetter .title {
	color: #fff;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.advanced_recent_posts_widget a.post-title:hover,
.rssjustbetter a.title:hover {
	color: #3fae2a; /* Green */
}

.advanced_recent_posts_widget .post-date {
    font-size: 15px !important;
	font-style: normal !important;
}

/* Comprehensive Google Map */

.google-map-placeholder {
    border: none !important;
}

.comprehensivegooglemap_widget {
	margin: 0 0 30px 0;
}

/* Meta Slider */

.metaslider .caption-wrap {
    background: none !important;
    font-size: 40px !important;
    font-weight: 400 !important;
	line-height: 50px !important;
	bottom: 20px !important;
	opacity: 1 !important;
}

.metaslider .caption {
    padding: 0 30px 0 0 !important;
	text-align: right;
}

@media (max-width: 320px) {

.metaslider .caption-wrap {
    font-size: 30px !important;
	line-height: 40px !important;
	bottom: 15px !important;
}

.metaslider .caption {
    padding: 0 15px 0 0 !important;
}

}

/* Contact Form 7 */

div.wpcf7-response-output {
	color: #3fae2a; /* Green */
	font-size: 15px !important;
	margin: 0 0 15px 0 !important;
	padding: 5px !important;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #3fae2a !important;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #3fae2a !important;
}

div.wpcf7-spam-blocked {
	border: 2px solid #3fae2a !important;
}

div.wpcf7-validation-errors {
	border: 2px solid #3fae2a !important;
}

span.wpcf7-not-valid-tip {
	color: #3fae2a;
	font-size: 15px !important;
	padding: 5px !important;
	width: 98% !important;
	z-index: 100 !important;
}

div.wpcf7 img.ajax-loader {
	margin: 0 !important;
}

span.wpcf7-list-item {
	display: block;
	margin: 0;
}

/* Responsive Select Menu */

@media (max-width: 320px) {

div.responsiveSelectContainer {
	padding: 15px 0 0 0;
	width: 100%;
}

}

/* Cookie Law Info */

.cli-plugin-main-link {
	margin: 0 !important;
}