/**
 *
 *	Created by Kyle Benk: kjbenk@gmail.com
 *
 */

/* Firebar CSS */

/* Container */

.wps-ff-wrap {
	width: 100%;
}

.wps-ff-wrap * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wps-ff-wrap a {
   text-decoration: none;
}

.wps-ff-wrap a:hover:not(.wps-ff-link-button) {
   text-decoration: underline;
}

.wps-ff-container {
	max-width: 95%;
	height: auto;
	z-index: 9999999999;
	padding: 10px 0px;
	display: table;
	background: linear-gradient(
      rgba(0, 0, 0, 0.0),
      rgba(0, 0, 0, 0.05)
    );
    box-shadow: 0 0 3px #333;
    position: relative;
}

.wps-ff-container > div:not(.wps-ff-stub) {
	width: 100%;
	height: auto;
	padding: 0px 20px;
}

.wps-ff-container script {
	display: none !important;
}

.wps-ff-container-left {
	text-align: left;
}

.wps-ff-container-center {
	text-align: center;
}

.wps-ff-container-right {
	text-align: right;
}

/* Full Width / Height */

.wps-ff-container.wps-ff-full-width > div *:not(.wps-ff-footer):not(.wps-ff-powered-by):not(.wps-ff-post-meta-data):not(.wps-ff-post-image) {
	width: auto;
/* 	display: inline-block; */
/* 	vertical-align: middle; */
}

.wps-ff-container.wps-ff-full-width {
	width: 100%;
	max-width: 100%;
}

.wps-ff-container.wps-ff-full-width .wps-ff-heading,
.wps-ff-container.wps-ff-full-width .wps-ff-text {
	padding: 5px 8px;
	margin: 0px;
}

.wps-ff-container.wps-ff-full-width .wps-ff-list,
.wps-ff-container.wps-ff-full-width .wps-ff-list li {
	margin: 0px;
	display: inline-block;
}

.wps-ff-container.wps-ff-full-width .wps-ff-list li {
	padding: 0px 4px;
}

.wps-ff-container.wps-ff-full-width .wps-ff-list-item i {
	padding-right: 0px;
}

.wps-ff-container.wps-ff-full-width .wps-ff-link-button {
	margin: 4px 8px;
	display: inline-block;
}

.wps-ff-container.wps-ff-full-width address,
.wps-ff-container.wps-ff-full-width address * {
	display: inline-block;
}

.wps-ff-container.wps-ff-full-width abbr,
.wps-ff-container.wps-ff-full-width .wps-ff-address-name {
	padding: 0px 8px;
}

.wps-ff-container.wps-ff-full-width > div > .wps-ff-recent-posts-list,
.wps-ff-container.wps-ff-full-width > div > .wps-ff-recent-posts-list li {
	display: inline-block;
	vertical-align: top;
}

.wps-ff-container.wps-ff-full-width > div > .wps-ff-recent-posts-list li {
	min-width: 320px;
	max-width: 450px;
}

.wps-ff-container.wps-ff-full-width .wps-ff-recent-posts-list.wps-ff-has-thumbnail .wps-ff-recent-posts-right,
.wps-ff-container.wps-ff-full-width .wps-ff-related-posts-list.wps-ff-has-thumbnail .wps-ff-related-posts-right {
	float: none;
}

.wps-ff-container.wps-ff-full-width .wps-ff-recent-posts-list li,
.wps-ff-container.wps-ff-full-width .wps-ff-related-posts-list li,
.wps-ff-container.wps-ff-full-width .wps-ff-twitter-feed li {
	padding: 0px 10px;
}

.wps-ff-container.wps-ff-full-width .wps-ff-form input,
.wps-ff-container.wps-ff-full-width .wps-ff-form button,
.wps-ff-container.wps-ff-full-width .wps-ff-form textarea {
	vertical-align: middle;
}

.wps-ff-container.wps-ff-full-height {
	height: 100%;
	top: 0px;
}

.wps-ff-container.wps-ff-full-height > div {
	display: table-cell;
	vertical-align: top;
}

.wps-ff-stub.wps-ff-full-height.wps-ff-stub-4,
.wps-ff-stub.wps-ff-full-height.wps-ff-stub-6  {
	top: 0px;
}

.wps-ff-full-width textarea {
	height: 34px;
}

.wps-ff-full-width .wps-ff-related-posts-list li {
	padding: 0px 4px;
}

.wps-ff-container-recent-posts.wps-ff-full-width > div .wps-ff-text,
.wps-ff-container-related-posts.wps-ff-full-width > div .wps-ff-text {
	display: block !important;
}

.wps-ff-container.wps-ff-full-height > div .wps-ff-post-data {
	width: 100%;
}

/* Sizes */

.wps-ff-container-small {
	width: 300px;
}

.wps-ff-container-medium {
	width: 400px;
}

.wps-ff-container-large {
	width: 500px;
}

.wps-ff-container-square {
}

.wps-ff-container-rounded-square {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.wps-ff-container-1 {
	top: 0px;
	left: 0px;
}

.wps-ff-container-2 {
	top: 0px;
	right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.wps-ff-container-3 {
	top: 0px;
	right: 0px;
}

.wps-ff-container-4 {
	left: 0px;
}

.wps-ff-container-6 {
	right: 0px;
}

.wps-ff-container-7 {
	bottom: 0px;
	left: 0px;
}

.wps-ff-container-8 {
	bottom: 0px;
	right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.wps-ff-container-9 {
	bottom: 0px;
	right: 0px;
}

/*
.wps-ff-container-1-shadow,
.wps-ff-container-2-shadow,
.wps-ff-container-3-shadow,
.wps-ff-container-4-shadow,
.wps-ff-container-6-shadow,
.wps-ff-container-7-shadow,
.wps-ff-container-8-shadow,
.wps-ff-container-9-shadow {
	-webkit-box-shadow: 0 0px 6px 2px #aaa;
	-moz-box-shadow: 0 0px 6px 2px #aaa;
	box-shadow: 0 0px 6px 2px #aaa;
}
*/

.wps-ff-container-1 body,
.wps-ff-container-2 body,
.wps-ff-container-3 body {
	margin-top: 32px;
}

.wps-ff-container-7 body,
.wps-ff-container-8 body,
.wps-ff-container-9 body {
	margin-bottom: 32px;
}

/* Stub */

.wps-ff-stub {
	z-index: 999999;
	text-align: center;
}

.wps-ff-stub-1 {
	top: 1px;
	left: 1px;
}

.wps-ff-stub-2 {
	top: 0px;
	right: 0;
    left: 0;
    width: 50px;
    margin-right: auto;
    margin-left: auto;
}

.wps-ff-stub-3 {
	top: 1px;
	right: 1px;
}

.wps-ff-stub-4 {
	left: 0px;
}

.wps-ff-stub-6 {
	right: 0px;
}

.wps-ff-stub-7 {
	bottom: 1px;
	left: 1px;
}

.wps-ff-stub-8 {
	bottom: 0px;
	right: 0;
    left: 0;
    width: 50px;
    margin-right: auto;
    margin-left: auto;
}

.wps-ff-stub-9 {
	bottom: 1px;
	right: 1px;
}

	/* Show Icon */

	.wps-ff-show {
		padding: 8px;
		width: 50px;
		height: 50px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		font-size: 25px !important;
		color: #fff;
		text-decoration: none;
		cursor:pointer;
		text-align: center;
	}

	.wps-ff-show-1-square,
	.wps-ff-show-2-square,
	.wps-ff-show-3-square,
	.wps-ff-show-4-square,
	.wps-ff-show-6-square,
	.wps-ff-show-7-square,
	.wps-ff-show-8-square,
	.wps-ff-show-9-square {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		margin: 0 10px;
	}

		.wps-ff-show-3-square,
		.wps-ff-show-1-square {
			border-top: 0 !important;
			margin-top: -1px;
		}

		.wps-ff-show-9-square,
		.wps-ff-show-7-square {
			border-bottom: 0 !important;
			margin-bottom: -1px;
		}

	.wps-ff-show-1-rounded-square,
	.wps-ff-show-2-rounded-square,
	.wps-ff-show-3-rounded-square,
	.wps-ff-show-4-rounded-square,
	.wps-ff-show-6-rounded-square,
	.wps-ff-show-7-rounded-square,
	.wps-ff-show-8-rounded-square,
	.wps-ff-show-9-rounded-square {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin: 0 10px;
	}

		.wps-ff-show-3-rounded-square,
		.wps-ff-show-1-rounded-square {
			-webkit-border-top-left-radius: 0;
			-webkit-border-top-right-radius: 0;
			-webkit-border-bottom-right-radius: 5px;
			-webkit-border-bottom-left-radius: 5px;

			-moz-border-radius-topleft: 0;
			-moz-border-radius-topright: 0;
			-moz-border-radius-bottomright: 5px;
			-moz-border-radius-bottomleft: 5px;

			border-top-left-radius:0;
			border-top-right-radius:0;
			border-bottom-right-radius:5px;
			border-bottom-left-radius:5px;

			border-top: 0 !important;
			margin-top: -1px;
		}

		.wps-ff-show-9-rounded-square,
		.wps-ff-show-7-rounded-square {
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			-webkit-border-bottom-right-radius: 0;
			-webkit-border-bottom-left-radius: 0;

			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-bottomright: 0;
			-moz-border-radius-bottomleft: 0;

			border-top-left-radius:5px;
			border-top-right-radius:5px;
			border-bottom-right-radius:0;
			border-bottom-left-radius:0;

			border-bottom: 0 !important;
			margin-bottom: -1px;
		}


	.wps-ff-show-1-circle,
	.wps-ff-show-2-circle,
	.wps-ff-show-3-circle,
	.wps-ff-show-4-circle,
	.wps-ff-show-6-circle,
	.wps-ff-show-7-circle,
	.wps-ff-show-8-circle,
	.wps-ff-show-9-circle {
		-webkit-border-radius: 41px;
		-moz-border-radius: 41px;
		border-radius: 41px;
		margin: 5px;
	}

	.wps-ff-show-1-drop,
	.wps-ff-show-2-drop,
	.wps-ff-show-4-drop {
		-webkit-border-radius: 0px 30px 30px 30px;
		-moz-border-radius: 0px 30px 30px 30px;
		border-radius: 0px 30px 30px 30px;
	}

	.wps-ff-show-3-drop,
	.wps-ff-show-6-drop {
		-webkit-border-radius: 30px 0px 30px 30px;
		-moz-border-radius: 30px 0px 30px 30px;
		border-radius: 30px 0px 30px 30px;
	}

	.wps-ff-show-7-drop,
	.wps-ff-show-8-drop {
		-webkit-border-radius: 30px 30px 30px 0px;
		-moz-border-radius: 30px 30px 30px 0px;
		border-radius: 30px 30px 30px 0px;
	}

	.wps-ff-show-9-drop {
		-webkit-border-radius: 30px 30px 0px 30px;
		-moz-border-radius: 30px 0px 30px 30px;
		border-radius: 30px 30px 0px 30px;
	}

	.wps-ff-show img {
		position: relative;
		/* top: 5px; */
	}

	/* Close Icon */

	.wps-ff-close {
		text-decoration: none;
		cursor: pointer;
		font-size: 25px !important;
		width: 40px;
	}

	.wps-ff-close-button {
	  position: absolute;
	}

	.wps-ff-close-button-3,
	.wps-ff-close-button-6,
	.wps-ff-close-button-9 {
		left: -3px;
		top: 0px;
	}

	.wps-ff-close-button-1,
	.wps-ff-close-button-2,
	.wps-ff-close-button-4,
	.wps-ff-close-button-7,
	.wps-ff-close-button-8 {
		right: -3px;
		top: 0px;
	}

	.wps-ff-close-button .fa-times {
	 	color: black;
		width: 32px;
		text-align: center;
		padding: 2px;
		position: relative;
		cursor: pointer;
		font-size: 20px;
		z-index: 9;
		border-radius: 20px;
	}

	.wps-ff-close-3,
	.wps-ff-close-6,
	.wps-ff-close-9 {
		padding-left: 10px;
	}

	.wps-ff-close-1,
	.wps-ff-close-4,
	.wps-ff-close-7 {
		padding-right: 10px;
	}

	.wps-ff-close img {
		vertical-align: middle;
	}

/* Heading */

.wps-ff-heading {
	font-size: 28px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	padding: 10px 5px;
}

/* Text */

.wps-ff-text {
	white-space: normal;
	vertical-align: middle;
	margin: 0;
	padding-bottom: 10px;
}

/* Footer */

.wps-ff-footer {
	text-align: center;
	line-height: 15px;
}

.wps-ff-footer > p {
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
	padding-top: 3px;
	margin-bottom: -3px;
	clear: both;
}

.wps-ff-footer p i {
	font-size: 12px !important;
}

/* Powered By */

.wps-ff-powered-by {
	position: relative;
	top: 5px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	height: 15px;
}

.wps-ff-powered-by * {
	font-size: 10px;
	font-weight: normal;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
	clear: both;
}

/* Text and Link */

.wps-ff-container-link > div .wps-ff-text {
	display: inline-block;
}

.wps-ff-text-field {
	vertical-align: middle;
	display: inline-block;
}

.wps-ff-link {
	text-decoration: none;
}

.wps-ff-link img {
	height: 40px;
}

.wps-ff-link-button {
	border: 1px solid black;
	display: inline-block;
	padding: 6px 12px;
	margin: 5px 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none;
	width: 100%;
	text-shadow: none;
}

.wps-ff-link-button:hover {
	background: linear-gradient(
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1)
    );
    text-decoration: none;
}

/* Social Icons */

.wps-ff-social-icons {
	padding: 10px 0px;
}

.wps-ff-icon {
	vertical-align: middle;
	text-decoration: none;
	padding: 0px 5px;
}

.wps-ff-icon:hover {
	text-decoration: none !important;
}

.wps-ff-container-icon > div .wps-ff-text {
	display: inline-block;
}

.wps-ff-icon:hover,
.wps-ff-icon:active {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.wps-ff-icon.fa-adn:hover{color:#504e54 !important;}
.wps-ff-icon.fa-apple:hover{color:#aeb5c5 !important;}
.wps-ff-icon.fa-android:hover{color:#A5C63B !important;}
.wps-ff-icon.fa-bitbucket:hover,
.wps-ff-icon.fa-bitbucket-square:hover{color:#003366 !important;}
.wps-ff-icon.fa-bitcoin:hover,
.wps-ff-icon.fa-btc:hover{color:#F7931A !important;}
.wps-ff-icon.fa-css3:hover{color:#1572B7 !important;}
.wps-ff-icon.fa-dribbble:hover{color:#F46899 !important;}
.wps-ff-icon.fa-digg:hover {color: #191919 !important;}
.wps-ff-icon.fa-delicious:hover {color: #008ced !important;}
.wps-ff-icon.fa-dropbox:hover{color:#018BD3 !important;}
.wps-ff-icon.fa-facebook:hover,
.wps-ff-icon.fa-facebook-square:hover{color:#3C599F !important;}
.wps-ff-icon.fa-flickr:hover{color:#FF0084 !important;}
.wps-ff-icon.fa-foursquare:hover{color:#0086BE !important;}
.wps-ff-icon.fa-github:hover,
.wps-ff-icon.fa-github-alt:hover,
.wps-ff-icon.fa-github-square:hover{color:#070709 !important;}
.wps-ff-icon.fa-google-plus:hover,
.wps-ff-icon.fa-google-plus-square:hover{color:#CF3D2E !important;}
.wps-ff-icon.fa-html5:hover{color:#E54D26 !important;}
.wps-ff-icon.fa-instagram:hover{color:#A1755C !important;}
.wps-ff-icon.fa-linkedin:hover,
.wps-ff-icon.fa-linkedin-square:hover{color:#0085AE !important;}
.wps-ff-icon.fa-linux:hover{color:#FBC002;color:#333 !important;}
.wps-ff-icon.fa-maxcdn:hover{color:#F6AE1C !important;}
.wps-ff-icon.fa-pagelines:hover{color:#3984EA !important;}
.wps-ff-icon.fa-pinterest:hover,
.wps-ff-icon.fa-pinterest-square:hover{color:#CC2127 !important;}
.wps-ff-icon.fa-renren:hover{color:#025DAC !important;}
.wps-ff-icon.fa-reddit:hover {color: #cee3f8 !important}
.wps-ff-icon.fa-skype:hover{color:#01AEF2 !important;}
.wps-ff-icon.fa-stack-exchange:hover{color:#245590 !important;}
.wps-ff-icon.fa-stack-overflow:hover{color:#FF7300 !important;}
.wps-ff-icon.fa-trello:hover{color:#265A7F !important;}
.wps-ff-icon.fa-tumblr:hover,
.wps-ff-icon.fa-tumblr-square:hover{color:#314E6C !important;}
.wps-ff-icon.fa-twitter:hover,
.wps-ff-icon.fa-twitter-square:hover{color:#1E3050 !important;}
.wps-ff-icon.fa-twitch:hover {color: #7550ba !important;}
.wps-ff-icon.fa-vimeo-square:hover{color:#229ACC !important;}
.wps-ff-icon.fa-vk:hover{color:#375474 !important;}
.wps-ff-icon.fa-weibo:hover{color:#D72B2B !important;}
.wps-ff-icon.fa-windows:hover{color:#12B6F3 !important;}
.wps-ff-icon.fa-xing:hover,
.wps-ff-icon.fa-xing-square:hover{color:#00555C !important;}
.wps-ff-icon.fa-youtube:hover,
.wps-ff-icon.fa-youtube-play:hover,
.wps-ff-icon.fa-youtube-square:hover{color:#C52F30 !important;}
.wps-ff-icon.fa-vine:hover {color:#00bf8f !important;}
.wps-ff-icon.fa-yelp:hover {color:#c41200 !important;}

/* Follow Us Badges */

.wps-ff-container > div > .wpsite_follow_us_div_inline {
	min-height: 20px !important;
	height: 20px !important;
	overflow: hidden;
}


/* Form */

.wps-ff-form {
	overflow: hidden;
}

.wps-ff-message {
	display: block;
	line-height: 1.2;
	padding-top: 0px;
	margin: 0px;
	text-align: center;
	font-size: 14px;
}

.wps-ff-form > .wps-ff-text {
	display: inline-block;
}

.wps-ff-form .wps-ff-newsletter-button,
.wps-ff-form .wps-ff-contact-us-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 10px 15px;
	font-size: 14px;
    text-shadow: none;
    line-height: 1;
}

.wps-ff-form input,
.wps-ff-form button,
.wps-ff-form textarea {
	width: 100%;
	display: inline-block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0px;
	padding: 6px 12px;
	margin: 0;
	border-width: 1px;
	height: 34px;
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	box-sizing: border-box;
	background-image: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: none;
}

.wps-ff-form textarea {
	height: 80px;
}

.wps-ff-form .form-group {
	margin-bottom: 5px;
}

.wps-ff-form input:focus,
.wps-ff-form textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.wps-ff-form button[type='submit'] {
	border-width: 0px;
}

.wps-ff-form button[type='submit']:hover {
	cursor: pointer;
	background-color: rgb(230, 230, 230);
	border-color: rgb(173, 173, 173);
	background: linear-gradient(
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1)
    );
}

.wps-ff-form button[type='submit']:focus {
	border-color: rgb(173, 173, 173);
	outline-color: rgb(59, 153, 252);
	outline-offset: -2px;
	outline-style: auto;
	outline-width: 5px;
}

/* Next Post */

.wps-ff-container-next-post > div:not(.wps-ff-stub) {
	padding: 0px 10px;
}

.wps-ff-container-next-post .wps-ff-post-image {
	width: 100%;
	padding: 0px 10px 10px 0px;
	max-width: 150px;
	max-height: 150px;
}

.wps-ff-next-post.wps-ff-has-thumbnail .wps-ff-next-post-left.wps-ff-has-thumbnail {
	width: 40%;
	float: left;
	max-width: 150px;
	max-height: 150px;
}

.wps-ff-next-post.wps-ff-has-thumbnail .wps-ff-next-post-right.wps-ff-has-thumbnail {
	width: 60%;
	float: right;
}

.wps-ff-post-excerpt {
	margin-top: 10px;
}

.wps-ff-next-post.wps-ff-has-thumbnail .wps-ff-post-excerpt {
	margin-top: 0px;
}

.wps-ff-next-post .wps-ff-post-title {
	padding-bottom: 5px;
}

/* Related Posts / Recent Posts / Next Post */

.wps-ff-related-posts-list,
.wps-ff-recent-posts-list,
.wps-ff-twitter-feed {
	margin: 0px;
	padding-top: 10px;
}

.wps-ff-recent-posts-list li,
.wps-ff-related-posts-list {
	list-style: none;
}

.wps-ff-recent-posts-list.wps-ff-has-thumbnail li,
.wps-ff-related-posts-list.wps-ff-has-thumbnail li {
	min-height: 55px;
}

.wps-ff-recent-posts-list.wps-ff-has-thumbnail .wps-ff-recent-posts-left.wps-ff-no-thumbnail,
.wps-ff-related-posts-list.wps-ff-has-thumbnail .wps-ff-related-posts-left.wps-ff-no-thumbnail {
	border: 1px solid rgb(200,200,200);;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-right: 10px;
}

.wps-ff-recent-posts-list.wps-ff-has-thumbnail .wps-ff-recent-posts-left,
.wps-ff-related-posts-list.wps-ff-has-thumbnail .wps-ff-related-posts-left {
	min-height: 50px;
	min-width: 50px;
	max-width: 20%;
	float: left;
}

.wps-ff-recent-posts-list.wps-ff-has-thumbnail .wps-ff-recent-posts-right,
.wps-ff-related-posts-list.wps-ff-has-thumbnail .wps-ff-related-posts-right {
	min-height: 50px;
	float: right;
}

.wps-ff-container-large .wps-ff-recent-posts-list.wps-ff-has-thumbnail .wps-ff-recent-posts-right,
.wps-ff-container-large .wps-ff-related-posts-list.wps-ff-has-thumbnail .wps-ff-related-posts-right {
	width: 399px;
}

.wps-ff-container-medium .wps-ff-recent-posts-list.wps-ff-has-thumbnail .wps-ff-recent-posts-right,
.wps-ff-container-medium .wps-ff-related-posts-list.wps-ff-has-thumbnail .wps-ff-related-posts-right {
	width: 299px;
}

.wps-ff-container-small .wps-ff-recent-posts-list.wps-ff-has-thumbnail .wps-ff-recent-posts-right,
.wps-ff-container-small .wps-ff-related-posts-list.wps-ff-has-thumbnail .wps-ff-related-posts-right {
	width: 199px;
}

.wps-ff-related-posts-list a:hover {
	text-decoration: underline;
}

.wps-ff-post-comments a {
	text-decoration: none;
}

.wps-ff-recent-posts-list .wps-ff-post-meta-data,
.wps-ff-related-posts-list .wps-ff-post-meta-data{
	height: 29px;
	overflow: hidden;
}

.wps-ff-recent-posts-list .wps-ff-post-meta-data p,
.wps-ff-related-posts-list .wps-ff-post-meta-data p {
	margin: 0px;
}

.wps-ff-container-recent-posts .wps-ff-post-image,
.wps-ff-container-related-posts .wps-ff-post-image,
.wps-ff-twitter-feed .wps-ff-twitter-image {
	width: 50px;
	height: 50px;
	border-radius: 4px;
	float: left;
	margin-right: 8px;
}

.wps-ff-recent-posts-list .wps-ff-post-title,
.wps-ff-recent-posts-list .wps-ff-post-author,
.wps-ff-recent-posts-list .wps-ff-post-comments,
.wps-ff-recent-posts-list .wps-ff-post-date,
.wps-ff-recent-posts-list .wps-ff-post-category,
.wps-ff-recent-posts-list .wps-ff-post-excerpt,
.wps-ff-related-posts-list .wps-ff-post-title,
.wps-ff-related-posts-list .wps-ff-post-author,
.wps-ff-related-posts-list .wps-ff-post-comments,
.wps-ff-related-posts-list .wps-ff-post-date,
.wps-ff-related-posts-list .wps-ff-post-category,
.wps-ff-related-posts-list .wps-ff-post-excerpt,
.wps-ff-next-post .wps-ff-post-title,
.wps-ff-next-post .wps-ff-post-author,
.wps-ff-next-post .wps-ff-post-comments,
.wps-ff-next-post .wps-ff-post-date,
.wps-ff-next-post .wps-ff-post-excerpt {
	display: inline-block;
	overflow: hidden;
	margin: 0px;
}

.wps-ff-recent-posts-list .wps-ff-post-title,
.wps-ff-recent-posts-list .wps-ff-post-meta-data,
.wps-ff-recent-posts-list .wps-ff-post-excerpt,
.wps-ff-related-posts-list .wps-ff-post-title,
.wps-ff-related-posts-list .wps-ff-post-meta-data,
.wps-ff-related-posts-list .wps-ff-post-excerpt {
	padding-bottom: 4px;
	margin: 0px;
}

.wps-ff-recent-posts-list .wps-ff-post-title a,
.wps-ff-related-posts-list .wps-ff-post-title a  {
	font-weight: bold;
}

.wps-ff-recent-posts-list .wps-ff-post-meta-data-separator,
.wps-ff-related-posts-list .wps-ff-post-meta-data-separator {
	height: 15px;
	width: 1px;
	background-color: black;
	margin: 0px 10px;
	display: inline-block;
}

/* Twitter Feed */

.wps-ff-twitter-image-link {
	float: left;
	margin: 0px 8px 8px 0px;
	width: 50px;
	height: 50px;
}

.wps-ff-twitter-follow-button {
	padding: 10px 0px;
	text-align: left;
}

.wps-ff-twitter-feed-item {
 	clear: both;
 	min-height: 50px;
}

/* List */

.wps-ff-next-post,
.wps-ff-recent-posts-list,
.wps-ff-related-posts-list,
.wps-ff-twitter-feed,
.wps-ff-list {
	text-align: left;
}

.wps-ff-list {
	list-style: none;
	margin: 0px;
	padding: 4px 0px;
}

.wps-ff-list-item i {
	padding-right: 8px;
	min-width: 30px;
	display: table-cell;
	vertical-align: top;
}

.wps-ff-list-item span {
	display: table-cell;
	vertical-align: middle;
}

/* Contact Location Info */

.wps-ff-container address {
	margin: 0px;
}

.wps-ff-address-name,
.wps-ff-address-street,
.wps-ff-container address abbr {
	display: block;
}

.wps-ff-container address abbr {
	border: none;
}

/* Responsive Styles */

@media screen and (max-width : 780px){

	.wps-ff-form > .wps-ff-text {
		display: block !important;
	}
}

@media screen and (max-width : 400px){

	.wps-ff-form input {
		display: block;
		margin: 0 auto;
		width: 90%;
		margin-top: 2px;
	}
}