/*
Theme Name: Salisbury Rotary Club
Theme URI: http://underscores.me/
Author: Blue Bee Solution
Author URI: http://bluebeesolutions.co.uk/
Description: Salisbury Rotary Club theme made by Blue Bee Solution
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: salisbury-rotary
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Salisbury Rotary Club is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: 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;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*
THEME CSS
*/

.logged-in .navbar-fixed-top{
	top:32px;
}
.members-page{
	min-height: 640px;
}
.members-page h1{
	margin: 75px 0 40px;
}
.members-page h2{
	margin: 15px 0;
}
.members-page .document-table{
	margin-bottom: 50px;
}
.btn-council{
	background-color: #005197;
    color: #f5f5f5;
    padding: 20px;
    display: inline-block;
    margin: 20px 0;
	
}
.table{
	margin-bottom: 0;
}
.document-table td{
	width: 50%;
}

h2.table_section_title{margin-top:30px;}
.doc_table_header{padding:8px; border:1px solid #ddd;}
.doc_table_row{padding:8px; border:1px solid #ddd; margin-top:-1px;}
.woo_option{position:relative;}
.woocommerce form .form-row label,
.woo_option label.woo_label,
label.woo_label,
.woo_option label{font-weight:normal !important; line-height:1.2 !important;}
label.woo_label{padding-left:20px !important;}
.woo_option input[type=checkbox]{margin-right:10px; position:absolute; left:0; top:0;}
.woo_option input[type=text]{border:1px solid #d3ced2; outline:none; padding:2px 10px;}


.woocommerce-order .woocommerce-thankyou-order-received{font-size:20px;}
.woocommerce-order ul.woocommerce-thankyou-order-details{}
.woocommerce-order ul.woocommerce-thankyou-order-details li{font-size:15px;}
.woocommerce-order ul.woocommerce-thankyou-order-details li strong{font-weight:500; font-size:16px;}
.woocommerce-order .woocommerce-order-details{}
.woocommerce-order .woocommerce-order-details h2{font-size:23px;}
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details{}
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details th{font-size:16px; font-weight:500;}
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details td{font-size:15px; font-weight:300;}
.woocommerce-order .woocommerce-customer-details address{font-size:15px; font-weight:300; padding:12px 18px;}


.frf_2019_banner{padding:20px 0;}
.frf_2019_banner img{display:block; width:100%; margin:0 auto; height:auto;}
.frf_2019_banner .frf_findmore{padding:18px 43px; background:#71c6cd;} 
.frf_2019_banner .frf_findmore h2{color:#fff; font-size:30px; font-family:proxima_nova_condensedSBd, Arial, Helvetica, sans-serif; font-weight:500; float:left; padding:8px 0;} 
.frf_2019_banner .frf_findmore h2 a{text-decoration:none; color:#fff;}
.frf_2019_banner .frf_findmore .findmore_lnk{float:right; color:#3b3a3c; text-decoration:none; font-size:22px; font-weight:500; font-family:proxima_nova_condensedSBd, Arial, Helvetica, sans-serif; padding:10px 25px 8px; background:#fff;}
@media only screen and (max-width:980px) {
	.frf_2019_banner .frf_findmore{padding:12px 25px;} 
	.frf_2019_banner .frf_findmore h2{font-size:24px;}
	.frf_2019_banner .frf_findmore .findmore_lnk{font-size:18px; padding:10px 20px 8px;}
}
@media only screen and (max-width:767px) {
	.frf_2019_banner .frf_findmore{padding:5px 20px 12px; text-align:center;} 
	.frf_2019_banner .frf_findmore h2{font-size:20px; float:none; text-align:center; padding-bottom:10px;}
	.frf_2019_banner .frf_findmore .findmore_lnk{font-size:16px; padding:8px 15px 6px; display:inline-block; float:none;}
}
@media only screen and (max-width:450px) {
	.frf_2019_banner .frf_19_banner{overflow:hidden;}
	.frf_2019_banner img{width:128%;}
	.frf_2019_banner .frf_findmore{padding:5px 20px 12px; text-align:center;} 
	.frf_2019_banner .frf_findmore h2{font-size:18px;}
	.frf_2019_banner .frf_findmore .findmore_lnk{font-size:15px; padding:6px 15px 4px;}
}
