/*
Theme Name: STEAM (master)
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: Lars Lorenz
Author URI: http://themekraft.com/
Description: Master Theme for the STEAM Network. This Theme was developed by Lars Lorenz on the basis of the free _tk wordpress starter theme, and the twitter bootstrap framework. It is intended to be modified by child themes and be used on all STEAM Network websites. This theme supports and requires the Pods Framework for optimal functionality.
Version: 1.2
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: vibrant, light, three-columns, responsive-layout, custom-background, custom-header, custom-menu, featured-images, flexible-header,  theme-options, translation-ready
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.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/


/* My Minimal WordPress Styling comes here */


/* This is a small security for too long strings titles */

body {
	word-wrap: break-word;
}


/* Alignment */

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

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

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */

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

img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wp-caption {
	border: 1px solid #aaa;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 5px;
	padding: 0 10px;
}

.wp-caption.aligncenter {
	margin-bottom: 10px;
}

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

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


/* WP Gallery */

.gallery {
	margin-bottom: 1.5em;
}

.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.gallery dd {
	margin: 0;
}

.gallery-caption {
	display: block;
}


/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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: 16px;
	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 */
}


/* Content */

.main-content-inner {
	padding-bottom: 1.5em;
}

.hentry {
	margin: 0 0 1.5em;
}

.sticky {
	display: block;
}

.bypostauthor {
	display: block;
}


/* Clearing */

.clear {
	clear: both;
}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */

.widget {
	margin-bottom: 2em;
}

.widget_nav_menu ul.sub-menu li,
.widget_pages ul.children li {
	padding-left: 15px;
}


/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */

.widget_search .search-form input[type="submit"] {
	display: none;
}


/* Make sure select elements fit in widgets */

.widget select {
	max-width: 100%;
}


/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */

.comment .children {
	margin-left: 1.5em;
}


/**
* Some WP Theme Repository requirements
*/

.sticky {}

.gallery-caption {}

.bypostauthor {}

.entry-meta {
	clear: both;
}


/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */


/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
    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;
}
*/


/* styles for _tk_pagination und _tk_link_pages */

nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
	display: inline;
}


/* GLOBALS
------------------------------------
*/

body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #575757;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	/*margin-top: 0;*/
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: lighter;
	color: #e50056;
}

h1,
.h1 {
	font-weight: bold;
}

a {
	color: #f7a600;
	cursor: pointer;
	cursor: hand;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: #d08a00;
}

.main-content .container {
	min-height: 60vh;
}

hr {
	border-color: #633272;
	/*margin: 0px;
	margin-bottom: 10px;*/
}

button:focus {
	outline: none;
}

.btn:focus {
	outline: none !important;
}

a:focus {
	outline: none;
}


/* INPUT FIELD SETTINGS
------------------------------------
*/

textarea {
    resize: none;
}

input,
textarea,
.form-control {
	border-radius: 5px;
	border-width: 1px;
	border-color: #e50056;
	border-style: solid;
	padding-left: 5px;
	padding-right: 5px;
}

input[type="submit"] {
	background-color: #e50056;
	color: #fff;
}

.form-control:focus,
input:focus {
    border-color: #e50056;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #EF77A4;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #EF77A4;
}

.panel input {
	width: 100%;
	height: 34px;
}

.panel input[type="submit"] {
	margin-top: 20px;
	font-size: 18px;
}


/* PANEL SETTINGS
------------------------------------
*/

.panel-heading a:after {
		/* symbol for "opening" panels */
	    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
	    content: "\e258";
	    float: right;
			transform: rotate(90deg);
			-moz-transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}

.panel-heading a.collapsed:after {
	transform: rotate(0deg);
	content: "\e258";
}


/* BS CAROUSEL STYLES
------------------------------------
*/

.carousel-control.left, .carousel-control.right {
  background: none !important;
  filter: progid: none !important;
  outline: 0;
}
.carousel .carousel-control,
.carousel .carousel-indicators {
	transition: opacity 0.3s;
  opacity:0.3;
}
.carousel:hover .carousel-control,
.carousel:hover .carousel-indicators {
	transition: all 0.3s ease;
  opacity:1;
}

.carousel-control {
	bottom: 35%;
	top: 35%;
}

.carousel {
	margin-bottom: 40px;
	border-radius: 5px;
	overflow: hidden;
}


/* GENERAL AREA SETTINGS
------------------------------------
*/

.container,
.navbar-multisite {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}


/* MULTISITE NAVIGATION
------------------------------------
*/

.navbar-multisite {
	text-align: right;
}

.navbar-multisite ul li {
	display: inline-block;
	text-align: center;
}

.navbar-multisite>div {
	margin-right: 20px;
}

.navbar-multisite ul li a {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	width: 120px;
}

.navbar-multisite .menu-item-home {
	background-color: #e50056;
	position: relative;
}

.navbar-multisite .menu-item-home a {
	color: #fff;
}

.navbar-multisite li.menu-item-home:after,
.navbar-multisite li.menu-item-home:after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -50%;
	content: '';
	width: 0;
	height: 0;
	border-top: solid 10px #e50056;
	border-left: solid 60px transparent;
	border-right: solid 60px transparent;
	z-index: 99;
}

.navbar-multisite ul {
	margin: 0;
}

.navbar-multisite ul li:hover:not(.menu-item-home) {
	background-color: #FBE5ED;
}


/* NAVIGATION
------------------------------------
*/

.site-header {
	background-color: #633272;
	margin-bottom: 100px;
	border-width: 5px;
	border-bottom: 5px #e50056 solid;
}

#masthead .container,
.container.search-tabs {
	padding: 0;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

#masthead .row {
	color: #fff;
	background-color: #633272;
	margin: 0;
}

.site-header-inner {
	display: inline-block;
	padding: 20px 20px 0px 20px;
}

.navbar::before {
	content: " ";
	display: inline-block;
	height: 50px;
	vertical-align: bottom;
}

.navbar {
	background-color: #633272;
	border-radius: 0px;
	border: 0px solid;
	margin: 0px;
}

#main-menu li:hover>a {
	background: #e50056;
	color: #ffffff;
}

#main-menu ul {
	border-top: 5px #e50056 solid;
	background-color: #ed3a6e;
	padding: 0px;
}

#main-menu li a {
	color: #fff;
	padding: 20px 20px 20px 20px;
	line-height: 1em;
}

.navbar-default open a.dropdown-toggle {
	background-color: #e50056;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .current-page-ancestor,
.navbar-default .current_page_ancestor {
	background-color: #e50056;
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	background-color: #f4095f;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background-color: #e50056;
}

.navbar-default .navbar-toggle {
	border-color: #fff;
	/* Removes border color */
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	/* Changes regular toggle color */
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
	background-color: #633272;
	/* Changes toggle color on hover */
}

.navbar-default .navbar-header button[aria-expanded="true"] {
	background-color: #e50056;
}

@media(max-width: 767px) {
	#masthead .site-header-inner img {
		max-width: 150px;
		position: absolute;
		z-index: 99;
		top: 15px;
		left: 30px;
	}
	.navbar::before {
		content: " ";
		height: 0px;
	}
}


/* SEARCH AREA
------------------------------------
*/

div.container.search-tabs {
	background-color: transparent;
	padding: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li>a:hover,
.nav-tabs>li>a,
.nav-tabs>li,
.nav-tabs {
	border-width: 0px;
	border-radius: 5px 5px 0px 0px;
}

.nav-tabs>li,
.nav-tabs>li>a {
	margin: 0px;
	font-size: 20px;
	font-weight: lighter;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #e50056;
}

.nav-tabs>li:not(.active) {
	background-color: #fafafa;
	border-radius: 5px 5px 0px 0px;
}

.nav-tabs>li {
	margin-right: 20px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.nav-tabs>li.active {
	z-index: 10;
	-webkit-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.05);
}

.container.tab-content {
	position: relative;
	z-index: 5;
}

.search-content .container {
	padding: 32px 3% 10px 3%;
	border-radius: 5px 5px 5px 5px;
}

.search-content {
	margin-bottom: 32px;
}

.searchandfilter .sf-field-search input {
	width: 80%;
	float: left;
	font-size: 26px;
	border-radius: 5px 0px 0px 5px;
	height: 45px;
	padding-right: 20px;
}

.searchandfilter .sf-field-submit input {
	/*float: left;
	width: 20%;*/
	background-color: #e50056;
	color: #fff;
	border-width: 0px;
	border-radius: 0px 5px 5px 0px;
	font-size: 26px;
	height: 45px;
	margin-bottom: 10px;
}

.searchandfilter ul li.sf-field-submit {
	padding: 0px;
}

.searchandfilter ul li.sf-field-submit:after {
	content: '';
	display: block;
	clear: both;
}

.searchandfilter ul li.sf-field-search {
	padding: 0px;
}

.searchandfilter ul li:not(.sf-field-submit):not(.sf-field-search) {
	display: none;
}

.searchandfilter ul {
	padding: 0px;
}

.searchandfilter .noUi-connect.noUi-origin {
	background-color: #e50056;
}

@media(max-width: 640px) {
	.searchandfilter .sf-field-search input {
		font-size: 20px;
		height: 35px;
		width: 70%;
	}
	.searchandfilter .sf-field-submit input {
		font-size: 20px;
		height: 35px;
	}
	.searchandfilter .sf-field-submit {
		width: 30%;
	}
}

.searchandfilter > ul > li:not(.sf-field-submit):not(.sf-field-search):not(.sf-field-reset) {
	/*display: inline-block;*/
	width: 100%;
	/*min-width: 50%;
	max-width: 100%;
	float: left;
	width: calc((550px - 100%) * 550);*/
}

.searchandfilter {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	-moz-column-gap: 1.5em;
	-webkit-column-gap: 1.5em;
}

.searchandfilter h4 {
	font-weight: bold;
}

@media(max-width: 720px) {
	.searchandfilter {
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
}

@media(max-width: 470px) {
	.searchandfilter {
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}
}

.sf-field-search,
.sf-field-submit,
.sf-field-reset {
	-moz-column-span: all;
	-webkit-column-span: all; /* Chrome, Safari, Opera */
  column-span: all;
}

@supports not (column-span: all) {
	.sf-field-search {
   position: absolute;
   top:0;right:0;left:0;
  }
	.searchandfilter {
		margin-top: 50px;
	}
}

.sf-field-submit {
	position: absolute;
	width: 20%;
	right: 3%;
	top: 0;
	right: 15px;
}
.sf-field-submit input {
	width: 100%;
}

#ShowHide-toggle {
	display: block;
	margin-top: 10px;
}


/* CONTENT AREA
------------------------------------
*/

.main-content .container {
	border-radius: 5px;
	padding: 50px 3% 50px 3%;
	overflow: hidden;
}


/* FEATURED IMAGE
------------------------------------
*/

.has-featured-image{
	position: relative;
	margin: -100px -100px 50px -100px;
	/*max-height: 600px;*/
	overflow: hidden;
}

.has-featured-image .page-title{
	position: absolute;
	bottom: 0;
	color: #fff;
	background-color: RGBA(103, 50, 112, 0.50);
	padding: 1.5rem 100px 1.5rem 100px;
	width: 100%;
	display: block;
}


/* FOOTER AREA
------------------------------------
*/

.site-footer .container {
	margin-top: 30px;
	border-radius: 5px 5px 0px 0px;
	min-height: 100px;
	overflow: hidden;
	padding-bottom: 0;
}

.site-footer .site-info {
	background-color: #633272;
	padding: 50px 3% 30px 3%;
	min-height: 100px;
	color: #fff;
}

.site-footer .site-footer-inner.col-sm-8 {
	border: 0px;
	border-left: 0.5px;
	border-style: solid;
}

.site-footer .site-footer-top {
	min-height: 100px;
}

.menu-footer-menu-container a {
	color: #fff;
}

.menu-footer-menu-container ul {
	text-decoration: none;
	color: #fff;
	list-style-type: none;
}

.menu-footer-menu-container {
	text-align: right;
	font-weight: 700;
}

@media(max-width: 767px) {
	.site-footer .site-footer-inner.col-sm-8 {
		border: 0px;
		border-top: 0.5px;
		border-style: solid;
		padding-top: 20px;
	}
}


/* POST ARRAY
------------------------------------
*/

.panel {
	border: 1px solid #633272;
	/*padding: 20px 10px 20px 10px;*/
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.panel .page-title,
.panel .page-title a {
	color: #e50056;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 10px;
}

.panel .page-title {
	padding: 10px 10px 0px 10px;
}

.entry-content-thumbnail img {
	width: 100%;
}

.panel .entry-content-thumbnail {
	margin-bottom: 10px;
}

.panel .entry-content {
	padding: 0px 10px 0px 10px;
}

.panel .entry-meta {
	background-color: #E5DFE8;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #633272;
	column-count: 2;
	-webkit-column-rule: 1px solid #633272;
     -moz-column-rule: 1px solid #633272;
          column-rule: 1px solid #633272;
}

.entry-meta hr {
	margin: 10px 0px 10px 0px;
}

.panel .entry-meta-item {
	display: inline-block;
	width: 100%;
}

.panel .entry-meta-item .font-light {
	font-size: 16px;
	margin: 0;
	color: #575757;
}

.panel .entry-meta .row {
	margin: 0;
}


/* POST SINGLE (GENERAL)
------------------------------------
*/

.square-thumbnail {
	position: relative;
	height:0px;
	padding-bottom: 100%;
	width:100%;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 20px;
}

.square-thumbnail img {
  height: auto;
  width: 100%;
}

.modal-body{
	text-align: center;
}

.gallery-image {
 height: 100%;
}

.img-rounded {
	border-radius: 5px;
	margin-bottom: 20px;
}

.meta-box {
	background-color: #E5DFE8;
	padding: 20px 15px 10px 15px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.entry-content .meta-box {
	margin-bottom: 40px;
}

.font-light {
	font-size: 20px;
	font-weight: lighter;
	color: #e50056;
}

.meta-box .font-light {
	margin-bottom: 0px;
}

.meta-box .font-light:not(:first-child) {
	margin-top: 20px;
}

.meta-divider {
	background-color: #633272;
	height: 100px;
}

.entry-keywords {
	margin-bottom: 50px;
	color: #aaa;
}

.page-title {
	margin-bottom: 30px;
}

.btn:not(.btn-default) {
	background-color: #633272;
	color: #fff;
	border-radius: 5px;
	border-width: 0px;
	width: 100%;
	text-align: left;
	padding: 5px 15px 5px 15px;
	font-size: 18px;
	margin-bottom: 20px;
}

.btn:hover:not(.btn-default),
.btn:active:not(.btn-default),
.btn:focus:not(.btn-default) {
	color: #fff;
	-moz-box-shadow:    inset 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow:         inset 0 0 10px rgba(0, 0, 0, 0.15);
}

.related-posts {
	margin-top: 40px;
	margin-bottom: 40px;
}


/* SOCIAL SHARING BUTTONS
------------------------------------
*/

.SMShare-social .SMShare-link {
	display: inline-block;
	width: 45px;
	height: 45px;
	background-color: #fff;
	border-width: 0px;
	font-size: 24px;
	border-radius: 5px;
	color: #fff;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	line-height: 45px;
	overflow: hidden;
	margin-bottom: 0px;
}

.SMShare-social {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
}

.SMShare-social .SMShare-link.SMShare-twitter {
	background-color: #55acee;
}

.SMShare-social .SMShare-link.SMShare-facebook {
	background-color: #3b5998;
}

.SMShare-social .SMShare-link.SMShare-whatsapp {
	background-color: #4dc247;
}

.SMShare-social .SMShare-link.SMShare-googleplus {
	background-color: #dd4b39;
}

.SMShare-social .SMShare-link.SMShare-googleplus i {
	margin-left: -4px;
}

.SMShare-social .SMShare-link.SMShare-linkedin {
	background-color: #007bb5;
}

.SMShare-social .SMShare-link.SMShare-pinterest {
	background-color: #cb2027;
}


/* SOCIAL MEDIA FOLLOW BUTTONS
------------------------------------
*/

.SMFollow-social a {
	color: #fff;
	font-size: 40px;
}

.SMFollow-social ul {
	padding: 0;
}

.SMFollow-social li {
	display: inline-block;
	padding: 0px 10px 0px 10px;
}

.SMFollow-social h3 {
	color: #fff;
}
.SMFollow-social {
	margin-bottom: 20px;
}




/* MASONRY STYLES & INFINITE LOAD
------------------------------------
*/

.grid-sizer,
.grid-item {
  width: 32%;
	height: auto;
}

.gutter-sizer {
  width: 2%;
}

/*.grid:after {
  content: '';
  display: block;
  clear: both;
}*/

#infinite-handle button {
	width: 100%;
	background-color: #633272;
	color: #fff;
	font-size: 18px;
	border: 0px;
	padding: 5px 15px 5px 15px;
	border-radius: 5px;
	height: 40px;
}

#grid-content #infinite-handle,
#grid-content .infinite-loader {
	display: none;
}

/*--------Responsive Masonry---------*/

@media(max-width: 991px) {
	.grid-sizer,
	.grid-item {
	  width: 49%;
	}
}

@media(max-width: 600px) {
	.grid-sizer,
	.grid-item {
	  width: 100%;
	}
}
