/*
Theme Name: GVIAS Buddy
Version: 1.13.1
Description: Designed by <a href="http://www.ghostpool.com">GhostPool.com</a> and Modified by Arthur Goldsmith.
Author: GhostPool & Arthur Goldsmith
Template: buddy
Author URI: http://www.ghostpool.com
Theme URI: http://www.ghostpool.com
License:
License URI:
Tags: buddypress, flexible-width, full-width-template, threaded-comments, dark, black, gray, blue, green, red, white, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, sticky-post, theme-options, translation-ready

*/

@import url("../buddy/style.css");


body {
	background-image:url(images/background.png); /* FF3.6+ */
	background-repeat:no-repeat;
	background-position:center top;
}

#page-wrapper {
  overflow:visible !important;
}

/* Header */
#header {
float: left;
z-index: 998;
width: 100%;
padding: 15px;
margin-bottom: 30px;
background: #33363c;
-webkit-border-radius: 8px 8px;
-moz-border-radius: 8px 8px;
border-radius: 8px 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; z
}


#logo {
  margin:5px 0 5px 0;
}

#nav {
  float: none !important;
}

#bp-buttons {
  float: right !important;
}


.gvias-artgrant {
  margin-top: 45px;
  margin-bottom: 45px;
}

a.gvias-artgrant-apply {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #2f9bc1;
  background-image: none;
  color: #fff;
  border: 1px solid #2f9bc1;
  font-weight: bold;
  padding: 8px 15px;
  margin: 0;
  font-size: 13.5px;
  line-height: 1;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.gvias-artgrant-apply:hover {
  color: #fff;
  background-color: #65c5e7;
  border-color: #65c5e7;
}

a.gvias-artgrant-apply.gvias-disabled {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}

a.gvias-artgrant-apply.gvias-disabled:hover {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}


.gvias-artgrant-header {
  font-weight: normal;
  font-size:26px;
  margin-bottom:0px;
}

.gvias-artgrant-date {
  font-weight: normal;
  font-size: 16px;
}

h1, 
.page-title {
  font-size: 30px;
  font-weight: normal;
}

h2 {
  font-weight: normal;
}


/* BUDDYPRESS FIXES */
#groups-dir-list #groups-list > li {
  min-height: 92px !important;
}


.widget #groups-list > li {
  min-height: 0px !important;
}


#groups-list .action .group-button {
  margin: 0px 0px 2px 0px !important;
  float: none !important;
}

/* gravity forms override */
.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],
.gform_wrapper select,
.gform_wrapper  textarea {
    padding: 8px 10px 7px 10px;
}

.gfield li {
  overflow:visible !important;
}