/*
Theme Name: STBM
Theme URI: http://www.stbridesminorcommunitycouncil.com
Description: St Brides Minor community Council Website
Version: 1.0
Author: Richard Boydell
Author URI: http://www.unitedgraphicdesign.com/
*/

body {
	margin:0;
	padding:0;
	color:#605748;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.1em;
	line-height: 140%;
	font-weight: 400;
	background: url(images/body-bg.png) repeat;
}

/* Universal Styles */

.clear {clear:both;}

h1, h2, h3, h4 {
	font-weight:700;
	margin-bottom:5px;
	padding-bottom:5px;
	line-height: normal;
}

h1 {font-size:1.8em;}
h2 {font-size:1.4em;}
h3 {font-size:1.2em;}
h4 {font-size:1.1em;}

a {
	color:inherit;
}

a:hover {
	text-decoration:none;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}

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

hr { 
    display: block;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    border-style:solid;
    border-width: 3px;
	border-color:#dbd5ca;
}

.wp-caption {
	text-align: center;
	margin: 10px;
	color: 
}

.wp-caption img {
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 0.75em;
	line-height: normal;
	padding: 5px;
	margin: 0;
}

.wrapper {
	margin:0 auto;
	max-width:1200px;
}

* {
    box-sizing: border-box;
}
.row:after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 30px;
}

[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}


/* Header */

#header {
	background: #4A5D27 url(images/header-bg-lime.jpg) repeat-x top center;
	padding-bottom: 170px;
}

#logo {
	color: #FFF;
	font-family: "chunk";
	font-size: 2em;
	letter-spacing: 2px;
	padding: 50px 30px;
	line-height: 120%;
}

#logo a {text-decoration: none;}

#featimg {
	max-width:1198px;
	margin: 0 auto;
}


/* Navigation */

#navigation {
	font-size:1.2em;
    padding: 0;
    background: #4A5D27 url(images/nav-bg-lime.png?1507119632) repeat;
    border-bottom: 5px solid #4A5D27;
    border-top: 5px solid #4A5D27;
}


#navigation li {
	list-style-type: none;
	list-style-image: none;
}

@media screen and (max-width:750px) {
#navigation {
	padding: 15px;
}
}

ul.topnav {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;	
}

ul.topnav li {float: left; list-style-type: none; list-style-image: none;}

ul.topnav li a {
	display: inline-block;
	padding: 0;
	transition: 0.3s; 
	text-decoration:none;
	margin: 0;
	color: #FFF;
}

ul.topnav li.icon {display: none;}

@media screen and (max-width:750px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
  ul.topnav {
	padding:0;
	margin:0;
}
}

@media only screen and (max-width: 750px) {
.mobilenav a {display:block; width:100%;}
#mainMenu {display:none;}
#navigation a {margin:0;}
}

@media only screen and (min-width: 750px) {
.mobilenav {display:none;}
}


ul#menu-main-menu.menu, ul#menu-main-menu-1.menu, ul#menu-mobile-menu.menu {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

	
/* Body */

#content {
	background: #FFF;
	margin-top: -116px;
}

h2.widgettitle, div.textwidget, li.widget.widget_text  {
	list-style-type: none;
	list-style-image: none;
}

.meta {
	font-size:14px;
}

.next {
	display:block;
	float:right;
	padding:5px;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
}

.previous {
	display:block;
	float:left;
	padding:5px;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
}



/* Footer */

#footertop {
	background: url(images/wrap-inner-bg-lime.png) repeat-x;
	height: 116px;
	margin-top: -116px;
}

#footer {
	background: #451A00 url(images/footer-wrap-lime.png) repeat;
	color: #FFF;
	font-size: 0.8em;
}

#footer h2 {
	color: inherit !important;
}

#footer a {
	color:inherit;
}
	
#footer li {
	list-style-type: none;
	list-style-image: none;
}


/* Forms */

input[type=text], input[type=email], textarea {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
	
	border:1px solid #BFC9D0;
}

input:matches([type="button"], [type="submit"], [type="reset"]) {
	background:#FFF;
	color:#000;
	border: 1px solid #BFC9D0;
	padding: 5px;
	font-size: 14px;
}


/* Contact Form 7 */

span.wpcf7-list-item { display: block !important; }