/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

@import url(//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);


body {
	padding: 0;
}

img {
	max-width: 100%;
	height: auto !important;
}

iframe {
	max-width: 100%;
}

.container {
	width: 100%;
	max-width: 1170px;
}

hr {
	width: 100%;
	clear: both;
}

.header {
	background: #74b44e;
	font: 300 1em Roboto;
}

	.header .container {
		position: relative;
	}

.navbar-brand {
	padding: 5px 5px 10px;
}

.top-right-options {
	width: 100%;
	float: left;
	color: #fff;
}

	.top-right-options p {
		float: left;
		margin: 0 20px 10px;
	}

	.top-right-options p:last-child {
		margin-right: 0;
	}

	.top-right-options a {
		color: #fff;
		border-bottom: 1px dotted #fff;
	}

	.social,
	.payments {
		display: none;
	}

	.social a {
		border: none;
		font-size: 1.2em;
		margin-right: 15px;
	}

	.top-right-options ul {
		float: left;
		list-style: none;
		padding: 0;
		margin-left: 20px;
	}

.search-toggle {
	float: left;
	width: 100%;
	padding: 10px 15px;
	color: #fff;
	background: #555;
	cursor: pointer;
	margin-top: 10px;
}

	.search-toggle .fa-caret-down {
		float: right;
	}

.search-wrap {
	float: left;
	width: 100%;
	display: none;
}

.finder-link {
	color: #fff;
	border-bottom: 1px dotted #fff;
	margin: 0 0 20px 30px;
	float: left;
}

.finder-link:hover {
	color: #fff;
}

.navbar-default .navbar-form {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 5px;
}

	.navbar-form input[type="text"] {
		border: none;
	}

.navbar-default .church-finder {
	padding-top: 0;
}

.navbar-default {
	background: none;
	border: none;
}

.navbar-default .navbar-collapse {
	border: none;
	padding: 0;
	max-height: none;
	display: none;
}

.navbar-default .nav-toggle {
	width: 100%;
	border: none;
	margin: 0;
	padding: 10px 15px;
	background: #3e3e3e;
	border-radius: 0;
	color: #fff;
	text-align: left;
	float: left;
	cursor: pointer;
}

.navbar-default .nav-toggle:hover, .navbar-default .nav-toggle:focus {
	background: #464646;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ccc;
}

.navbar-nav {
	margin: 0;
}

.navbar-default .navbar-nav > li > a {
	background: #545454;
	color: #ccc;
	border-bottom: 1px solid #4b4b4b;
}

.navbar-default .navbar-nav > li > a:hover {
	background: #464646;
	color: #ccc;
}

.navbar-nav > li > .dropdown-menu {
	padding: 0;
	border: none;
}

.dropdown-menu > li > a {
	background: #3e3e3e;
	color: #ccc;
	font-weight: 300;
	border-bottom: 1px solid #444;
	padding: 7px 20px;
}

.dropdown-menu > li > a:hover {
	background: #464646;
	color: #fff;
}


.runner {
	width: 100%;
	color: #fff;
	font: 300 1em Roboto;
}

	.runner .left-block {
		background: url(images/runner-bg.jpg);
		position: relative;
	}

	.runner .paperclip {
		display: none;
	}

	.runner .top {
		width: 283px;
		height: 280px;
		right: 45px;
		top: 45px;
		position: absolute;
		background: #b9d398;
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
		box-shadow: 5px 5px 0 rgba(0,0,0,.15);
		display: none;
	}

		.runner .slideshow {
			width: 283px;
			height: 280px;
			overflow: hidden;
			position: absolute;
			-webkit-transform: rotate(-4deg);
			transform: rotate(-4deg);
		}

		.runner .slideshow img {
			position: absolute;
		}

	.news-feed {
		background: #3e3e3e;
		padding: 20px;
		overflow: hidden;
	}

		.news-feed h3 {
			margin: 0;
			font: 300 1.8em Roboto;
			border-bottom: 1px solid #555;
			padding-bottom: 5px;
		}

		.news-feed ul {
			padding: 0;
			list-style: none;
		}

			.news-feed li {
				padding: 12px 0;
				border-bottom: 1px solid #555;
			}

			.news-feed li:last-child {
				border-bottom: none;
			}

			.news-feed h4 {
				font-size: 1em;
			}

			.news-feed h4 a {
				color: #fff;
			}

			.news-feed .bar {
				padding: 5px 10px;
				background: #f3cf1a;
				font-size: .9em;
				color: #575757;
			}

				.news-feed .bar a {
					color: #333;
					float: right;
					font-weight: 500;
				}


#main article {
	border: none;
}

.page-header {
	border: none;
	margin: 0;
	background: url(images/h1-bg.jpg);
	color: #fff;
	margin: -15px 15px 30px;
	padding: 30px 50px;
}

	.page-header h1 {
		color: #fff;
		margin: 0;
		font-size: 2.5em;
	}

h1 {
	color: #74b44e;
	font: 300 1.8em Roboto;
}

.post_content {
	color: #727272;
}

.post_content p {
	margin-bottom: 20px;
}

#main.blog article {
	border-bottom: 1px dashed #ddd;
}

.blog article header,
.blog article h2 a {
	font: 300 .9em Roboto;
	color: #262626;
}

.blog article h2 {
	margin-top: 0;
}

.single h2 {
	font: 2.4em Roboto;
}

.blog .more-link {
	display: block;
	color: #74b44e;
	font: 300 1.2em Roboto;
	margin-top: 10px;
}

#main p.meta {
	color: #74b44e;
	font-size: 1.1em;
	font-style: normal;
}

.sidebar h4 {
	color: #74b44e;
	font: 300 1.7em Roboto;
	margin-top: 30px;
}

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

.archives a {
	padding: 5px 10px;
	background: #f3f3f3;
	float: left;
	width: 100%;
	margin-bottom: 2px;
	color: #555;
}

.archives a:hover {
	text-decoration: none;
	background: #eee;
}

.button-group button {
	display: none;
}

.featured-head {
	color: #74b44e;
	font: 300 1.8em Roboto;
}

.featured-head i {
	color: #555;
}

#featured h3 {
	display: none;
}

.product-layout > div {
	width: 100%;
}

.product-thumb {
	float: left;
	width: 100%;
	padding: 10px;
	background: #eee;
	margin-bottom: 10px;
	border-radius: 5px;
}

.product-layout > div:nth-child(4) {
	display: none;
}

.product-thumb img {
	max-width: 100px;
	max-height: 87px;
}

.product-thumb .image,
.product-thumb .caption,
.product-thumb .button-group {
	float: left;
	margin-right: 20px;
	max-width: 170px;
}

.product-thumb .button-group {
	float: right;
	margin-right: 0;
}

.product-thumb .caption p {
	font-size: .85em;
	max-height: 50px;
	overflow: hidden;
}

.product-thumb h4 {
	margin-top: 0;
}

.product-thumb h4 a {
	color: #444;
	font: 500 .75em Roboto;
}

.product-thumb .price {
	font: 1.1em Roboto;
	color: #71b04c;
	margin-top: 30px;
	margin-left: 20px;
	float: right;
}

.product-thumb .price-old {
	text-decoration: line-through;
	color: #666;
	float: right;
	margin-left: 10px;
}

.product-thumb .view {
	background: #71b04c;
	color: #fff;
	padding: 5px 15px;
	font: 300 .9em Roboto;
	border: none;
	border-radius: 5px;
}

.view-all {
	font-size: .9em;
}

div#sl_div div#map {
	max-height: 280px;
}

div.results_entry span.location_name {
	color: #74b44e !important;
}

#sl_div #addy_in_radius {
	width: 100%;
}

#sl_div #searchForm label,
#sl_div #searchForm #addy_in_radius label {
	width: 100px;
}

#content #addressSubmit.slp_ui_button {
	margin: 10px 0 10px 100px;
	background: #74b44e;
	padding: 5px 10px;
	border: none;
	border-radius: 5px;
	color: #fff;
}

.wpcf7 {
	float: left;
}

.post_content iframe {
	float: right;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc !important;
}

.post_content textarea {
	max-height: 100px;
}

.get-involved {
	width: 100%;
	background: #f3f3f3;
	padding: 30px 0;
	margin-bottom: 50px;
	margin-top: 30px;
}

	.get-involved h2 {
		color: #5d5d5d;
		font-size: 2.6em;
		font-weight: 700;
		margin-bottom: 30px;
	}

		.get-involved h2 span {
			display: none;
		}

	.get-involved .pic {
		margin-bottom: 20px;
		min-height: 300px;
	}

		.get-involved .slideshow2 {
			float: left;
			width: 100%;
			min-height: 300px;
			overflow: hidden;
			position: absolute;
			left: 0;
		}

		.get-involved .slideshow2 img {
			position: absolute;
			left: 0;
			min-height: 300px;
			max-width: none;
		}

	.featured-vid h3 {
		font: 300 2em Roboto;
		color: #666;
		margin-bottom: 30px;
	}

	.featured-vid iframe {
		max-height: 300px;
	}

.footer {
	background: #74b44e;
	color: #fff;
	padding: 30px 0;
	font: 300 1em Roboto;
}

	.footer .col {
		margin-bottom: 30px;
	}

	.footer h4 {
		font: 300 1.7em Roboto;
		border-bottom: 1px solid #90c371;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

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

		.footer li {
			padding: 2px 0;
		}

	.footer a {
		color: #fff;
	}

	.footer .explore .menu > li {
		margin: 0;
		width: 50%;
		float: left;
	}

	.footer .sub-menu {
		display: none;
	}

	.footer .sub-menu li:before {
		content: "- ";
	}

	.footer .explore a {
		color: #fff;
	}

	.attribution {
		font-size: .85em;
		line-height: 1.5;
		color: #b8dea2;
	}

	.footer-links {
		float: none;
	}

	#cookieNotice {
		 border-top: 1px solid #7ab359;
		 background: #73b44e;
		 color: white;
		 font-weight: 400;
		 box-shadow: 0 9px 23px 0px #373737;
		 text-align: center;
		 z-index: 99999;
		 font-size: 14px;
		 padding: 1rem 0;
		 line-height: 1;
		 font: 300 1em Roboto;
	}

	#cookieNotice .row > div {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

	 #cookieNotice p:not(:last-of-type) {
		 margin-bottom: .5rem;
	}
	 #cookieNotice a:not([href="#"]) {
		border-bottom: 1px dotted #fff;
		color: white;
	}
	 #cookieNotice a:not([href="#"]):hover {
		text-decoration: underline;
	}
	 #cookieNotice a.confirm {
		 margin: 1rem auto 0 auto;
		 font-weight: 500;
		 border: 1px solid white;
		 width: 105px;
		 margin: 0 auto;
		 color: white;
		 padding: 5px;
		 font: 300 1em Roboto;
	}

	@media (min-width: 768px) {
	    #cookieNotice {
	        padding: 1.5rem 0;
		}
	}

	@media (min-width: 992px) {
	    #cookieNotice {
	        font-size: @fontSize14;
	        padding: 1.5rem 1.5rem;
		}
	}


@media (min-width: 550px) {

	.social,
	.payments {
		display: block;
	}

	.get-involved h2 {
		font-size: 3em;
	}

		.get-involved h2 span {
			font-size: .4em;
			font-weight: 300;
			display: inline;
		}

	.view-all {
		float: right;
		margin-top: -32px;
	}

}



@media (min-width: 768px) {

	.search-toggle {
		display: none;
	}

	.search-wrap {
		display: block !important;
		position: absolute;
		top: 70px;
		right: 15px;
		width: 600px;
	}

		.search-wrap input[type="text"] {
			width: 200px;
		}

		.navbar-form .form-group {
			display: inline-block;
		}

		.navbar-default .navbar-form {
			float: right;
			margin: 0;
			padding: 0;
		}

		.navbar-form.navbar-right:last-child {
			margin-right: 20px;
		}

	.navbar-default .nav-toggle {
		padding: 15px;
		margin-top: 10px;
	}

	.navbar-nav {
		background: #3e3e3e;
		width: 100%;
	}

	.news-feed li {
		padding: 12px 0 0;
		width: 30%;
		margin-right: 3%;
		float: left;
		border: none;
	}

	.finder-link {
		color: #fff;
		border-bottom: 1px dotted #fff;
		float: right;
		margin: 10px 40px 0 0;
	}

	.runner .top {
		display: block;
	}

	.runner .paperclip {
		display: block;
		position: absolute;
		top: 16px;
		right: 22%;
		z-index: 10;
	}

}



@media (min-width: 850px) {

	.top-right-options {
		position: absolute;
		top: 25px;
		right: 15px;
		width: auto;
	}

}



@media (min-width: 900px) {

	body.home {
		background: url(images/body-bg-home.jpg) top repeat-x;
	}

	body {
		background: url(images/body-bg.jpg) top repeat-x;
	}

	.nav-toggle {
		display: none;
	}

	.navbar-collapse {
		display: block !important;
	}

	.navbar-default .navbar-nav > li > a {
		background: #3e3e3e;
		border-right: 1px solid #494949;
		color: #f5f5f5;
		font-size: .85em;
		padding: 8px 10px;
	}

	#menu-main-menu-cymraeg > li > a {
		padding: 8px;
	}

	.navbar-default .navbar-nav > li:last-child > a {
		border-right: none;
	}

	.runner {
		display: -webkit-flex;
		display: flex;
	}

		.runner .paperclip {
			display: none;
		}

		.runner .top {
			display: none;
		}

		.news-feed li {
			border-bottom: 1px solid #555;
			padding: 11px 0;
			width: auto;
			margin-right: 0;
			float: none;
		}

	.featured-vid {
		margin-top: -86px;
	}

	.footer .col {
		margin-bottom: 0;
	}

	.footer .attribution {
		text-align: right;
	}

}



@media (min-width: 1000px) {

	.navbar-default .navbar-nav > li > a {
		font-size: 1em;
		padding: 10px;
	}

	#menu-main-menu-cymraeg > li > a {
		font-size: .95em;
		padding: 10px 9px 10px 10px;
	}

}



@media (min-width: 1170px) {

	.navbar-default .navbar-nav > li > a {
		font-size: 1em;
		padding: 12px 18px;
	}

	#menu-main-menu-cymraeg > li > a {
		padding: 12px 16px 12px 15px;
		font-size: 1em;
	}

	.runner .paperclip {
		display: block;
	}

	.runner .top {
		display: block;
	}

	.get-involved h2 {
		font-size: 3.8em;
	}

}
