/*
Theme Name: Gridster Child Theme
Theme URI: http://yourthemeuri.com
Author: yourname
Author URI: http://yourauthoruri.com
Description: Awesome child theme based on Gridster
Version: 0.1
Template: gridster
*/

body {
    font-size: 17px;
}
/* Change the main header (homepage etc) background
header {
	background:rgba(236, 234, 223, 1);
} */

#social {
	z-index: 101;
	right: auto;
	left: 5px;
	padding-top: 10px;
	position: absolute;
	top: 130px;
	transition-property: top;
	transition-duration: 200ms;
	-webkit-transition: top 0.2s linear;
}
@media screen and (min-width: 767px) {
	#social {
		top: 110px;
	}
}

#social a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 40px;
}

header .wrap, .home.page header .wrap {
  min-height: 180px;
}
.page header .wrap, .single header .wrap, .archive header .wrap, .error404 header .wrap, .search header .wrap {
  min-height: 180px;
  background: #eceadf;
}
.page header .wrap #custom-logo, .single header .wrap #custom-logo, .archive header .wrap #custom-logo, .error404 header .wrap #custom-logo, .search header .wrap #custom-logo {
    float: none;
	margin: 0 auto;
}
.mp-pusher .mp-image img {
    float: none;
}
header .wrap #custom-logo, .home.page header .wrap #custom-logo {
  margin: 10px auto 10px auto;
  float: none;
  width: auto;
  max-height: 180px;
}
.page header, .single header, .archive header, .error404 header, .search header {
  box-shadow: none /*0 1px 6px rgba(0, 0, 0, 0.2)*/;
  min-height: 180px;
  background: none;
}
.wrap {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
ul.gridster-grid {
  list-style: none;
  padding: 0;
  margin: 0 auto 10px auto;
  text-align: center;
  max-width: 800px;
  min-height: 600px;
  zoom: 1;
}
div .textcenter {
  text-align: center;
}
footer {
  clear: both;
  background: #eceadf;
  color: #888888;
  text-align: center;
  padding: 30px 20px;
  font-size: 14px;
  zoom: 1;
}
.grid-close::before, .grid-close::after {
    background-color: #49bf9f;
}
hr.nobub:after{
  content:none;
}
hr.nobub{
  border-top: 1px solid #555555;
  max-width:800px;
  margin-bottom: 0px;
}
hr:after{
  content:none;
}
hr{
  border-top: 1px solid #49bf9f;
  max-width:40px;
  margin-bottom: 25px;
}

/* Change the single header (single pages)
.single header {
	background: none;
	box-shadow:none;
}
 */

/* Change the footer background
footer {
	background: blue;
}
*/

/* Change the footer on single pages (optional, just an example)
.single footer {
	background:yellow;
}
 */

h1, h2 {
	text-transform: capitalize;
	text-align: center;
}
/* Remove max-height from large image in panel */
/*.grid-fullimg {
	max-height: none;
}*/

.widget_wysija .formError {
	display: none;
}

ul.gridster-grid .format-video .grid-image {
	background-color: #fff;
}
ul.gridster-grid .format-video .grid-image img {
	transition-property: opacity;
	transition-duration: 100ms;
	-webkit-transition: opacity 0.1s linear;
}
ul.gridster-grid .format-video .grid-image:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

ul.gridster-grid .format-video .grid-image {
	line-height: unset;
}

h1, h2, h3, h4, h5, blockquote, .mp-menu ul li > a {
	font-family: Futura, Nunito !important;
}

#social a {
	color: #49bf9f;
	background: white;
}
#social a:hover {
	color: white;
	background: #49bf9f;
}
