/*
Theme Name: Volunteer SA
Theme URI: http://underscores.me/
Author: Musa Madalane
Author URI: http://bandileweb.co.za
Description: Custom Bootstrap Template for VolunteerSA
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: volunteersa
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.

Volunteer SA 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.com/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
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

footer.site-footer {
    background: rgb(204, 191, 138) !important;
    color:#ffffff;
    padding:20px 0;
}

footer.site-footer a {
	color:#ffffff;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
    color: #e17202;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

.su-column-inner h3 {
	margin-top:0;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	max-width: 100%;
	width:auto;
}

td img {
	max-width: initial;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h3, .h3 {
    font-size: 18px;
    text-transform: capitalize;
}

.homehead h1 {
	color: #ccbf8a;
	text-align: center;
}

.more-button a {
    color: #ccbf8a !important;
    display: block !important;
    padding: 10px 15px 10px 15px;
    border: 1px solid #ccbf8a !important;
    background: #fff !important;
    text-transform: uppercase;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul, li {
    padding: 0;
    margin: 0;
}

ul {
	list-style: disc;
	padding-left:15px;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	/* max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000000;
	border: 1px solid #ccc;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-logo {
    margin-top: 10px;
    margin-bottom:10px;
}

footer.site-footer a img {
		margin-right:10px;
}

.footerlogo {
	margin-bottom:10px;
}

@media (max-width: 1024px) {
	.site-logo {
    	text-align: center;
    	margin-bottom:30px;
	}
}

@media (max-width: 560px) {
	.site-logo {
    margin-top: 50px;
    margin-bottom:30px;
	}

	.site-info .col-sm-3,
	.site-info .col-sm-6 {
    text-align: center;
	}

	.entry-header.row {
		text-align: center;
	}

	.fund-travel {
		float:none !important;
		margin-bottom:20px;
	}

	.level {
		margin-top:20px !important;
	}

	a.footerlogo {
    	display: block;
	}

	footer.site-footer a {
    	color: #ffffff;
	}

	.site-info.container {
		text-align: center;
	}

	.site-info.container span {
		display:block;
	}

	.child-nav {
		text-align: start !important;
	}

	.child-nav ul li {
		width:49.4% !important;
	}

	.child-nav ul li a {
    	box-shadow: 1px 1px 1px rgba(0,0,0,0.2) inset;
	}
}

@media (max-width: 380px) {
		.child-nav ul li {
		width:49.3% !important;
	}
}

.project-overview li {
	display: inline-block;
}

.project-overview .form-head {
	width:100%;
}

.gfield.project-name {
	width:60%;
}

.gfield.project-heading {
	margin-right:10px !important;
}

#primary-menu li a {
    padding: 0px 10px;
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
}

#primary-menu li:hover> a, #primary-menu li.current_page_item> a {
    background: rgba(204,191,138,0.9);
}

#primary-menu li ul.sub-menu li a {
	padding:10px;
}

.cta-button {
    background-color: #e17202;
    border: medium none;
    border-radius: 0;
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.8);
    display: block;
    right:0;
    padding: 5px 10px 10px;
    position: fixed;
    text-shadow: none;
    vertical-align: middle;
    z-index: 9999999999;
}

.cta-button a {
	color: #ffffff;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
 a.keep-reading {
 	margin-left:15px;
 }

 a.keep-reading:hover {
 	text-decoration: none;
 	color:inherit;
 }

 footer.entry-footer {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	left: -999em;
	z-index: 99999;
	background: rgba(126,127,132,0.8);
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* 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;
}

.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
--------------------------------------------------------------*/

.category .entry-header,
.single-post .entry-header {
	color: #ccbf8a;
	text-align: center;
	font-size:30px;
	margin-bottom:30px;
	margin-top:35px;
}

.entry-header .entry-title {
	color: #ccbf8a;
	text-align: center;
	font-size:30px;
	margin-bottom:1px;
	margin-top:35px;
}

.home header.entry-header {
    display: none;
}

.home .entry-content {
	margin-top:0;
}

.fund-travel {
    float: left;
    display: inline-block;
}

.page-sub-heading .entry-header .entry-title {
	margin-top:0px;
}

.page-sub-heading {
	margin:30px 0;
}

.level {
	margin-top:-20px;
}

.sidebar {
    background: #ccbf8a;
}

.sidebar ul {
	list-style: none;
	margin:0;
	padding:0;
}

.sidebar li a {
	color:#000000;
	text-decoration: none;
	margin-bottom:5px;
}

.single .entry-header {
	margin-bottom:30px;
}

hr {
    width: 300px;
    margin: 0 auto;
    background: #ccbf8a;
    border-style: solid;
    height:2px;
}

.top-row, 
.about-section {
    text-align: center;
}

.project-links a {
    background: #ccbf8a !important;
    text-align: center;
    color: #ffffff !important;
    padding: 25px 20px;
    font-size: 16px !important;
}

.project-links a.vc_general.vc_btn3, 
.vc_btn3-container.project-links.vc_btn3-inline {
    display: block !important;
}

.aboutheadings {
    color: #ccbf8a;
    font-weight: normal;
    font-size: 37px;
    text-align: center;
}

.headings-home,
.home-img {
	margin-bottom:15px !important;
	text-align: center;
}

.vc_sep_pos_align_center {
	margin-bottom:25px !important;
}

.projectslink {
    background: #000;
    text-align: center;
    color: #ffffff;
    padding: 25px 20px;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-decoration: none !important;
    height: 100px;
}

a.projectslink u {
    text-decoration: none;
    color: #ffffff;
}

body .su-youtube {
    margin: 0;
}

.contactus li a {
    color: #494949;
    float: left;
    padding-right: 10px;
}

.who-volunteer {
    background: #ccbf8a;
    padding: 10px;
    text-align: center;
    height: auto;
    border-top: 2px solid #494949;
}

figcaption {
    color: #ffffff;
    height: 50px;
}

.page-id-5 figure.imgfigure img {
    height: 220px;
}

.page-id-5 figure p {
	margin:0;
}

.aboutlist {
    text-indent: 30px;
    list-style: none;
}

.aboutlist li {
    margin-bottom: 10px;
    font-weight: bold;
}
.aboutlist img {
    padding-right: 10px;
}

.child-nav {
    background: #ccbf8a;
    display: block;
    text-align: center;
}


.child-nav ul {
    list-style: none;
    margin:0;
    padding:0;
}

.child-nav ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
}

.child-nav ul li a:hover {
    background: #494949;
    color: #fff;
    text-decoration: none;
}
.child-nav ul li a {
    padding: 20px 20px;
    color: #000;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
}

.apply-button {
    margin-top: 20px;
    margin-bottom: 30px;
}

.applynow {
    text-align: center;
    color: #ffffff;
    display: block;
    font-size: 20px;
    padding: 20px 0 20px 0;
    background: #e17202;
    margin-bottom: 10px;
    text-decoration: none;
}

.su-column-size-1-2 p{
	margin-bottom:5px;
}

.applynow:hover {
	text-decoration: none;
	color:#ffffff;
}

table.dates-wrap tr {
    display: inline-block;
}

table.dates-wrap tr {
    display: inline-block;
    width: 25%;
}

@media (max-width: 720px) {
	table.dates-wrap tr {
    display: inline-block;
    width: 25%;
	}
}

@media (max-width: 540px) {
	table.dates-wrap tr {
    display: inline-block;
    width: 50%;
	}
}

tr:nth-child(odd) {
    background: #fff;
}

tr:nth-child(even) {
    background: #f7f7f7;
}

td.dp-dates {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    margin-right: 8px;
    padding-left: 10px;
    border: solid #ccc 1px;
}

td.dp-dates a {
    margin-left: 15px;
}

.dp-dates a {
    padding-left: 10px;
}

@media (max-width: 580px){
#desktop-about,
#seperator-home,
#about-home {
	display: none;
	}
.gform_wrapper .ginput_container span:not(.ginput_price) {
	display:inline !important;
}

.entry-header .entry-title {
	font-size:21px !important;
}

.child-nav ul li a {
	padding: 10px 10px !important;
}

.fund-travel,
.level {
	display: none !important;
}
}

.project-name,
.project-heading {
	display: inline-block;
}

.project-heading {
	color:#404040 !important;
}

h6.project-name {
	width:200%;
}

.page-template-default .gform_wrapper .gf_progressbar_percentage.percentbar_custom{
  background-color:none;
  height:35px;
  width:100% !important;
}

.page-template-default .gform_wrapper .gf_progressbar {
  width:100%;
  background-image:none;
  border:none;
  box-shadow: none;
  margin-top:15px;
}

.page-template-default .gform_wrapper .gf_progressbar {
	height:30px;
}

.page .gform_wrapper .gf_progressbar {
	background-color: transparent !important;
	padding:0;
}

.page-template-default .gform_wrapper .gf_progressbar_percentage span {
  display:none;
}

.page .gform_wrapper .gf_progressbar_percentage {
	border-radius: 0 !important;
}

.page .gform_wrapper .gf_progressbar:after {
	display:none;
}

.page-template-default .gform_wrapper  h3.gf_progressbar_title {
  font-size:16px !important;
  margin-left:0;
}

.page-template-default .gform_wrapper .gf_progressbar_percentage.percentbar_custom.percentbar_0 {
  background-image: url(images/0_progress.png);
    background-size: contain;
    background-color: #fff !important;
    background-repeat: no-repeat;
}

.page-template-default .gform_wrapper .gf_progressbar_percentage.percentbar_custom.percentbar_33 {
  background-image: url(images/33_progress.png);
    background-size: contain;
    background-color: #fff !important;
    background-repeat: no-repeat;
}

.page-template-default .gform_wrapper .gf_progressbar_percentage.percentbar_custom.percentbar_66 {
  background-image: url(images/66_progress.png);
    background-size: contain;
    background-color: #fff !important;
    background-repeat: no-repeat;
}

.page-template-default .gform_wrapper .gf_progressbar_percentage.percentbar_custom.percentbar_100 {
  background-image: url(images/100_progress.png);
    background-size: contain;
    background-color: #fff !important;
    background-repeat: no-repeat;
}

img.add_list_item, img.delete_list_item {
    width: 35px !important;
    height: 25px !important;
}

td.gfield_list_icons {
    width: 90px !important;
}

.price-text {
  width: auto;
  clear:none !important;
  margin-right:10px;
  display:inline-block;
}

.page-id-14168 .gform_wrapper h6, .page-id-14168 .gform_wrapper h1 {
    margin-bottom: 5px;
}

.page-id-14168 .gform_wrapper h1 {
  font-size:20px;
}

.gform_wrapper .top_label .gfield_description {
    padding: 0em 0 15px !important;
}

.gform_wrapper.two-column_wrapper ul.gform_fields {
	display: block;
}

.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
	display: block;
	float: left;
	width: 45%;
	margin-right:40px !important;
}

@media (max-width: 550px) {
  .gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
    width:100% !important;
  }

  #ui-datepicker-div {
    top:595px !important;
  }
}

.project-overview {
    background: #ccbf8a;
    padding: 10px !important;
    width: 41% !important;
}

.terms {
    background: #E5E0CA;
    width: 41% !important;
    padding: 10px !important;
}

.money label.gfield_label+div.ginput_container {
    display: inline;
}

.gform_wrapper.two-column_wrapper ul.gform_fields.gform_columnfull {
  	display: block;
	float: left;
	width: 100%;  
}

.gform_wrapper.two-column_wrapper ul..gform_columnfull li.gsection:first-child {
	display: none;
}

.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
	display: none;
}

.gform_communication li {
	float:left;
}

.gform_wrapper input[type=text], 
.gform_wrapper input[type=url], 
.gform_wrapper input[type=email], 
.gform_wrapper input[type=tel], 
.gform_wrapper input[type=number], 
.gform_wrapper input[type=password],
textarea {
  border:#e6e6e6 solid 1px;
  background:#e5e0ca;
}

.money {
    width: auto;
    clear: none !important;
    margin-top: 15px !important;
    font-size: 18px;
    clear:none !important;
    display: inline-block;
}

.page .gform_wrapper .top_label input.large, 
.page .gform_wrapper .top_label select.large, 
.page .gform_wrapper .hidden_label input.large, 
.page .gform_wrapper .hidden_label select.large { width: 96% }

.page-id-7 .gform_wrapper .top_label input.large, 
.page-id-7 .gform_wrapper .top_label select.large, 
.page-id-7 .gform_wrapper .hidden_label input.large, 
.page-id-7 .gform_wrapper .hidden_label select.large,
.page-id-7 .gform_wrapper .top_label select.medium { width: 70% }

.page.page-id-7 .gform_wrapper textarea.medium {
  width:70%;
}

.page.page-id-7 .gform_wrapper .top_label .gfield_label {
  display: none;
}

.page-id-16380 p {
	margin:0;
}

body .gform_wrapper .gfield_html.gfield_no_follows_desc {
	margin:0;
}
.page.page-id-7 .gform_wrapper ul.gform_fields li.gfield select {
  border-radius: 0;
}

.page .gform_wrapper textarea.medium {
  width:96%;
}

.page .gform_wrapper .gform_footer input.button, 
.page .gform_wrapper .gform_footer input[type=image], 
.page .gform_wrapper .gform_footer input[type=submit] {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  background: #e17202;
  border: 1px solid #ccbf8a;
  color: #fff;
  padding: 15px 20px;
  font-size: 18px;
}

.page .gform_wrapper .top_label .gfield_label {
  float: right;
}

.page.page-id-15697 .gform_wrapper .top_label .gfield_label {
  float: none;
}

.page-id-15697 .gform_wrapper h1, .page-id-15697 .gform_wrapper h6 {
  text-align:initial;
}

.page-id-14168 .gform_wrapper .top_label .gfield_label {
  float:none;
}

button, html input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.gform_wrapper .gform_page_footer .button.gform_next_button, 
.gform_wrapper .gform_page_footer .button.gform_previous_button {
    display: inline-block;
    zoom: 1;
    background: #e17202;
    border: 1px solid #ccbf8a;
    color: #fff;
    padding: 15px 25px;
    font-size: 18px;
    cursor: pointer;
  }

ul.um-misc-ul {
  list-style:  none;
}

.project-overview .gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top:0 !important;
}


.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, 
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, 
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    border: #e6e6e6 solid 1px !important;
    border-radius:0;
    height:28px;
    background:#e5e0ca;
}

.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select
{
      background:#e5e0ca;
}

span.formimg img{
  vertical-align: middle;
}

.gform_wrapper .gsection {
  display:none;
}

.page-id-14168 .gform_wrapper h2,
.page-id-14168 .gform_wrapper h3,
.page-id-14168 .gform_wrapper h1,
.page-id-14168 .gform_wrapper h4,
.page-id-14168 .gform_wrapper h6 {
  text-align: left;
}

.page-id-14168 .gform_wrapper h6 {
  font-size:16px;
  color:#ffffff;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
	background:#ffffff;
}

.site-header {
	background: #ffffff;
	top:initial !important;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.blog-titles {
	font-size:18px;
	margin-top:0;
}

.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;
}

img.pick {
    position: absolute;
    z-index: 999;
    width: 120px;
}
