body {
	background:#fff;
	font-family: Georgia,serif;
	font-size:18px;
	line-height:30px!important;
	height:100%;
	color:#333;
}


body p, body li {
font-family: Georgia,serif;
}

blockquote {
  font-size: 17px;
  margin: 20px 0 20px 30px;
  padding: 0 30px;
  overflow: hidden;
  font-style: italic;
  background: #fff;
  border-left: 8px solid #eee;
}

h1,h2,h3,h4,h5,h6 {
	font-family:'Lato',sans-serif;
	color:#111;
}

p {
	line-height:30px!important;
}

a {
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	transition:all .4s;
}

a:hover {
	color:#1f31c9;
	text-decoration:none;
}

h2 {
	font-size:30px;
}

#header {
	position:relative;
	float:left;
	z-index:1000;
	width:100%;
	padding:0;
	background:#000;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	margin:0;
}

.flex {
	display:-webkit-flex;
	display:flex;
}

#header #nav,.mission {
	position:relative;
	z-index:999;
	float:none;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-flex:1;
	flex:1;
	width:100%;
}

#header-menu,#top-container {
	display:-webkit-flex;
	display:flex;
	width:100%;
	border-top:1px solid #333;
	padding-left:20px;
}

#header-meta,#top-meta {
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
	height:60px;
}

#top-meta {
	height:auto;
}

#newsletter-signup {
	padding-top:15px;
}

#header-meta > div,#header-meta form,#top-meta > div {
	-webkit-flex-grow:1;
	flex-grow:1;
	height:100%;
}

#header-meta #bp-buttons {
	margin-left:18px;
	height:60px;
}

#header-meta #bp-buttons a {
	position:relative;
	margin:0;
	padding:20px;
	border-radius:0;
}

#header-meta #gp-profile-desktop-button i {
	color:#d6d6d6;
	font-size:20px;
}

#header-meta #bp-buttons a::before,#header-meta .search-form::before {
	content:"";
	display:block;
	width:1px;
	height:60px;
	position:absolute;
	z-index:3;
	top:0;
	left:0;
	background-color:#333;
}

#header-meta #gp-profile-desktop-button,#header-meta .login-button,#header-meta .signup-button {
	background-color:transparent;
}

#header-meta #bp-buttons a.login-button {
	padding:20px 20px 18px;
	height:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-bottom:3px solid #1f31c9;
}

#header-meta #bp-buttons a.login-button:hover {
	background:#1f31c9;
}

#header-meta #gp-profile-desktop-button {
	padding:9px 16px 9px 20px;
	border-radius:0;
}

#top-header {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:121px;
	border-left:1px solid #333;
	position:relative;
	margin-left:150px;
}

.mission {
	float:left;
	padding:23px 0;
}

.mission h3 {
	color:#9798a2;
	font-weight:400;
	font-style:normal;
	font-size:18px;
	line-height:18px;
	margin:0;
	text-shadow:none;
	font-family:'Source Sans Pro',sans-serif;
	font-weight:500;
}

#top-container {
	height:60px;
	font-size:16px;
	line-height:1.2;
	font-weight:700;
	font-style:italic;
	color:#fff;
	position:relative;
	padding:0 20px;
}

header .search-form {
	float:none;
	position:relative;
	height:60px;
}

header .search-form .keyword {
	background-color:transparent;
	background-image:url(../images/search.png);
	background-position:95% center;
	background-repeat:no-repeat;
	background-size:22px 22px;
	border:none;
	cursor:pointer;
	min-height:25px!important;
	margin:0;
	padding:5px 5px 5px 16px;
	position:relative;
	-webkit-transition:width 400ms ease,background 400ms ease;
	transition:width 400ms ease,background 400ms ease;
	width:0;
	-webkit-appearance:textfield;
	height:36px;
	color:#fff;
	margin:12px 0 12px 20px;
	border:none;
}

header .search-form .keyword:focus {
	background-color:#1f31c9;
	cursor:text;
	outline:0;
	width:250px;
}

header .search-form .button {
	display:none;
}

#nav {
	height:60px;
	text-transform:uppercase;
	position:relative;
}

#logo {
	display:block;
	float:left;
	margin:0;
	line-height:0;
	max-width:100%;
	width:150px;
	text-align:center;
}

#logo img {
	height:auto;
	position:relative;
	width:110px;
	padding-top:5px;
}

#nav .menu {
	width:100%;
	margin:0;
	padding:20px 0 0;
}

#nav .menu li {
	float:left;
	position:relative;
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:1em;
}

#nav .menu li a {
	color:#fff;
	padding:0;
	font-weight:600;
	font-size:15px;
	line-height:15px;
	letter-spacing:2.2px;
	text-transform:uppercase;
	font-family:'Source Sans Pro',sans-serif;
	position:relative;
	margin-right:40px;
}

#nav .menu li a:before,#nav .menu li.current-menu-item a:before {
	content:"";
	height:17px;
	position:absolute;
	top:1px;
	left:-3px;
	background:#1f31c9;
	width:0;
	transition:all 200ms ease;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	z-index:-1;
}

#nav .menu li.current-menu-item a:before {
	width:103%;
}

#nav .menu li:first-child.current-menu-item a:before {
	width:108%;
}

#nav .menu li a:hover,#nav .menu li:hover > a {
	color:#fff;
	background:transparent;
	border-radius:0;
}

#nav .menu li a:hover:before {
	width:103%;
}

#widget-social-media {
	padding:18px 20px 0;
}

#widget-social-media a {
	font-size:22px;
	margin:0 5px;
	color:#9798a2;
}

.widget .widgettitle {
	color:#1f31c9 !important;
	text-transform:uppercase;
	font-family:'Source Sans Pro',sans-serif;
	font-size:18px;
	font-weight:700;
	-webkit-font-smoothing:antialiased;
	border:none;
	margin-bottom:5px;
}

#newsletter-signup label {
	font-size:12px;
	font-weight:400;
	margin-bottom:2px;
	color:#e6e6e6;
	float:left;
	margin-top:8px;
	margin-right:7px;
	letter-spacing:0;
	font-family:'Source Sans Pro',sans-serif;
	padding:0;
	font-weight:600;
	font-size:11.5px;
	line-height:15px;
	letter-spacing:2px;
	text-transform:uppercase;
	font-family:'Source Sans Pro',sans-serif;
	font-style:normal;
	width:160px;
}

#newsletter-signup input[type='email'] {
	max-width:100%;
	font-family:'Source Sans Pro',sans-serif;
	font-size:12px;
	padding:6px 8px;
	color:#fff;
	border:1px solid #444;
	background:transparent;
	border-radius:2px;
	height:28px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	float:left;
	border-right:none;
	width:140px;
}

.mc4wp-response p {
	color:#9798a2;
	font-size:13px;
	font-weight:400;
	line-height:16px!important;
	margin-left:15px;
}

#newsletter-signup input[type='submit'] {
	display:inline-block;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	background-color:#273af1;
	color:#fff;
	font-weight:700;
	padding:8px 12px;
	margin:0;
	border:0;
	font-size:12px;
	line-height:1;
	cursor:pointer;
	border-radius:3px;
	max-width:150px;
	border:none;
	height:28px;
	font-weight:400;
	float:left;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
	-webkit-border-bottom-left-radius:0;
	width:66px;
}

#top-banner {
	width:100%;
	height:220px;
	background:url(../images/bluelivesmatter2.png) no-repeat center top;
	background-size:cover;
	-webkit-background-size:cover;
}

.padder,#container  {
	padding:35px;
	padding-top:0;
	border-radius:0;
}

.gp-scrolling.gp-fixed-header #header {
	width:100%;
}

#top-ad-banner img {
	margin-top:0!important;
	margin-bottom:20px!important;
	display:block;
	margin:0 auto;
}

.widget {
	border-radius:0;
}

#text-6 {
	padding:0;
}

.blm-social-fb {
	background:#3b5998 url(../images/facebook.png) no-repeat;
	margin-right:0;
	text-transform:uppercase;
	background-position:center center;
	width:32.33%;
	display:block;
	height:70px;
	text-align:center;
	float:left;
	position:relative;
	margin-top:3px;
	margin-right:1%;
}

.blm-social-tw {
	background:#55acee url(../images/twitter.png) no-repeat;
	margin-right:0;
	text-transform:uppercase;
	background-position:center center;
	width:32.33%;
	display:block;
	padding:10px;
	text-align:center;
	float:left;
	position:relative;
	margin-top:3px;
	margin-right:1%;
	height:70px;
}

.blm-social-ig {
	background:#4b789d url(../images/instagram.png) no-repeat;
	margin-right:0;
	text-transform:uppercase;
	background-position:center center;
	width:32.33%;
	display:block;
	height:60px;
	text-align:center;
	float:left;
	position:relative;
	margin-top:3px;
	margin-right:1%;
	height:70px;
}

#widget-social-media a:hover {
	opacity:.9;
}

#page-wrapper {
	position:relative;
	text-align:left;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	height:100%;
}

.sb-both #page-wrapper {
	background:#ececec;
}

#content-wrapper {
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	margin:0 auto;
	max-width:100%;
	height:100%;
	float:none;
	background:#ececec;
}

.home #content-wrapper,.forum #content-wrapper {
	background:#ececec;
}

#left-content-wrapper {
	float:left;
	width:70%;
	background:#fff;
	height:100%;
}

#content,#container {
	float:left;
	position:relative;
	width:100%!important;
}

.home #content, .single-post #content {
	float:right;
	position:relative;
	width:100%;
	max-width:1080px;
}

.sidebar {
	font-size:16px;
}

button.alm-load-more-btn {
	min-width:200px;
}

#sidebar-right {
	margin-left:0;
	float:right;
	position:relative;
	right:0;
	top:0;
	width:30%;
	padding:0;
	height:100%;
	background: #ececec;
	padding-top:20px;
}

.sb-both #sidebar-right {
	width:25%;
}

#sidebar-right .widget {
	border-radius:0;
	padding:20px 35px;
	background:transparent;
	margin-bottom:0;
	max-width: 400px;
}

#sidebar-right .widget ul li:before,.sidebar .widget ul li:before {
	background-color:#1f31c9;
	border-radius:50%;
	content:'';
	display:block;
	height:4px;
	left:0;
	position:absolute;
	top:14px;
	width:4px;
}

#sidebar-right .widget ul li,.sidebar .widget ul li {
	padding:5px 15px;
	position:relative;
	width:100%;
	margin:0;
}

.video-sidebar .video-item {
	float:left;
	width:49%;
}

.video-sidebar .video-item:first-child {
	width:100%;
	margin-bottom:15px;
}

.featured-image-container a, .featured-image-container img {
display: block;
}

.video-sidebar .video-title {
	margin-top:5px;
}

.video-sidebar .video-title h3 {
	font-size:16px;
}

.video-sidebar .video-title h3 a {
color: #000;
}

.video-sidebar .video-title h3 a:hover {
color:#1f31c9 !important;
}
.video-container {
margin-bottom: 30px;
}

.video-container:last-child {
  margin-bottom: 0px;
}

.home .page-title {
	color:#1f31c9;
	text-transform:uppercase;
	font-family:'Source Sans Pro',sans-serif;
	font-size:18px;
	font-weight:700;
	-webkit-font-smoothing:antialiased;
	display:none!important;
}

#footer {
	overflow:hidden;
	width:100%;
	background:#000;
	padding-top:30px;
}

.footer-widget .widget {
	background:transparent;
}

.footer-widget .widget .widgettitle {
	color:#eee!important;
}

.footer-widget .widget li a {
	color:#777;
}

.footer-widget .widget li a:hover {
	color:#1f31c9;
}

#copyright {
	float:left;
	position:relative;
	width:100%;
	padding:20px 0;
	text-align:center;
	font-size:11px;
	line-height:17px;
	color:#888;
	background:#181818;
}

/*********** Forum ************/
#bbpress-forums .status-closed,#bbpress-forums .status-closed a {
	color:#000;
	font-family:'Source Sans Pro',sans-serif;
}

.gp-theme #bbpress-forums .bbp-topics .bbp-topic-permalink {
  font-size: 18px;
  font-weight: 500;
  font-family:'Source Sans Pro',sans-serif;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd {
  background-color: #f2f2f2;
}

.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-title .bbp-topic-meta {
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  margin-top: 5px;
}

#bbpress-forums fieldset.bbp-form p,#bbpress-forums fieldset.bbp-form textarea,#bbpress-forums fieldset.bbp-form select,#bbpress-forums fieldset.bbp-form input {
	margin:0 0 8px;
	color:#555;
}

.gp-theme #bbpress-forums .gp-forum-home .bbp-forums-list .bbp-forum-title-container {
	font-size:16px;
	line-height:20px;
}

.gp-theme #bbpress-forums .bbp-forums-list .freshness-forum-link,.gp-theme #bbpress-forums .gp-forum-home .bbp-forums-list .bbp-forum .topic-reply-counts {
	font-size:14px;
	line-height:20px;
}

.gp-theme #bbpress-forums .bbp-forums-list li.odd-forum-row {
  background: #f2f2f2;
}



.gp-theme #bbpress-forums div.bbp-reply-header {
	background-color:#000;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.gp-theme #bbpress-forums .bbp-topics .bbp-topic-title, li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count, li.bbp-topic-freshness {
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-freshness, .gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-reply-count {
  font-size: 14px;
  }
#bbpress-forums .bbp-reply-post-date {
	color:#fff;
}

.single-topic .page-title {
  margin-bottom: 0px;
  text-align: left;
  padding: 40px 0 10px;
}

div.bbp-breadcrumb, div.bbp-topic-tags,.bbp-pagination-count {
  font-size: 13px;
}
.bbp-reply-header a.bbp-reply-permalink {
	float:right;
	margin-left:10px;
	color:#ddd;
}

.bbp-reply-header a.bbp-reply-permalink:hover {
	color:#1f31c9;
}

#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-topics,#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-search-results {
	font-size:14px;
}

/************* Contact Form ************/
.page-id-224 .padder,.fullwidth.page-id-224 .padder {
	max-width:600px;
	margin:auto;
	float:none;
	padding:30px;
}

.page-id-224 .page-title {
	font-size:38px;
	margin-bottom:0;
	padding:40px 40px 20px;
	text-align:center;
}

.page-id-224 input,.page-id-224 textarea {
	max-width:100%;
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	padding:14px 10px;
	color:#999;
	border:1px solid #f6f6f6;
	background:#f6f6f6;
	border-radius:0;
	width:100%;
}

input[type='button'],input[type='submit'],input[type='reset'],button,.button {
	display:inline-block;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	background-color:#273af1;
	color:#fff;
	font-weight:700;
	padding:15px;
	margin:0;
	border:0;
	font-size:13.5px;
	line-height:1;
	cursor:pointer;
	border-radius:3px;
	max-width:150px;
}

input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover,button:hover,.button:hover {
	background-color:#2234e2;
	color:#fff;
}

.page-id-3636.fullwidth .padder {
	padding:0;
}

.page-id-3636 .products {
	padding:0 40px;
}

.page-id-3636 iframe {
	max-width:100%;
	border:0;
	margin:auto;
}

.product-embed__variant-label {
	color:#000;
}

.page-id-3636 .columns.joint > div {
	padding:30px;
}

/********* Post Styling **********/
.gp-related-posts-wrapper .related-posts h2 {
	font-size:16px!important;
	font-weight:700;
	margin:0;
	font-family:'Source Sans Pro',sans-serif;
	letter-spacing:0;
}

#commentform input[type="text"],#commentform textarea {
	display:block;
	color:#555;
}

.gp-post-meta {
	display:inline-block;
	line-height:1;
	margin:0 20px 0 0;
	font-weight:500;
	color:#737373;
}

.gp-post-meta a {
	color:#737373;
}

.gp-meta-comments.bottom {
	padding:25px 0 15px;
	display:block;
}

#custom-meta {
  margin-top: 40px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}

.single-post .page-title {
	text-align:left;
	padding:10px 0 0;
	font-size:38px;
	line-height:46px;
}

.single-post .gp-entry-meta {
	width:100%;
	color:#33363C;
	margin:0 0 15px;
	font-weight:700;
	line-height:21px;
	margin-top:-10px;
	border-bottom:1px solid #eee;
	padding-bottom:15px;
	margin-bottom:40px;
}

.gp-meta-date:before,.gp-meta-author:before {
	display:none;
}

.gp-meta-cats {
	color:#fff;
}

.gp-meta-cats a {
	background:#e7381b;
	color:#fff;
	padding:3px 6px;
	margin-bottom:20px;
	font-weight:400;
	font-size:14px;
}

.gp-meta-author a,.gp-meta-comments.bottom a {
	color:#1f31c9;
	font-weight:700;
}

.gp-meta-comments.bottom:before {
	color:#1f31c9;
}

.gp-meta-author a:hover,.gp-meta-comments.bottom a:hover {
	color:#000;
}

.comment-reply-link {
  display: block;
  float: right;
  background-color: #fff;
  color: #273af1;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 10px;
  line-height: 1;
  border-radius: 4px;
  font-family: 'Source Sans Pro',sans-serif;
}
#cancel-comment-reply-link {
	float:right;
	background-color:#f6f6f6;
	color:#111;
	font-size:10px;
	font-weight:700;
	padding:6px 10px;
	line-height:1;
	border-radius:4px;
	margin-top:3px;
	font-family:'Source Sans Pro',sans-serif;
}

#cancel-comment-reply-link:hover,.comment-reply-link:hover {
	color:#fff;
	background-color:#1f31c9;
}

/*********** Home Post Styling ***************/
#ghostpool_post_wrapper_1 .post-loop .post-thumbnail.wrap,#ghostpool_post_wrapper_1 .post-loop .featured-video,.alm-listing .featured-video,.alm-listing .post-thumbnail {
	float:right;
	margin:0 0 10px 40px;
	max-width:400px;
	width:100%;
	max-height:320px;
	overflow-y:hidden;
	border-radius:0;
}

.post-thumbnail.single-thumbnail,.post-thumbnail.single-thumbnail img {
	margin:0;
	border-radius:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}

.single-post .padder {
	padding-top:10px;
}

#ghostpool_post_wrapper_1 .post-loop .featured-video,.atm-listing .featured-video {
	text-align:right;
}

.embed-container {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	max-width:100%;
	height:auto;
}

.embed-container iframe,.embed-container object,.embed-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.alm-item .gp-post-meta {
	margin:0 20px 15px 0;
	color:#fff;
}

.alm-item .gp-post-meta.gp-meta-date {
	color:#888;
	font-size:15px;
	margin-bottom:15px;
	margin-top:0;
	font-family: 'Source Sans Pro',sans-serif;
}

.alm-item .gp-post-meta {
	margin:0 20px 15px 0;
	color:#fff;
}

.post-text h2 {
	letter-spacing:-.5px;
	line-height:1;
}

.post-text h2 a {
	color:#000;
}

.post-text h2 a:hover {
	color:#1f31c9;
}

.alm-item .post-text h2 {
	margin:10px 0 2px;
	line-height:1.2;
}

.post-loop .gp-meta-cats a,.alm-listing .gp-meta-cats a {
background: #e7381b;
  color: #fff;
  padding: 3px 6px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Source Sans Pro',sans-serif;
}

.post-loop .gp-meta-cats a:hover,.alm-listing .gp-meta-cats a:hover {
	background:#d32c11;
}

.ajax-load-more-wrap.blue button.alm-load-more-btn.done,.ajax-load-more-wrap.blue button.alm-load-more-btn {
	background-color:transparent;
	color:#000;
}

#ghostpool_post_wrapper_1 .post-loop,.alm-listing .alm-item {
	border-bottom:1px solid #e6e6e6;
	padding-bottom:20px;
	margin-bottom:20px;
}

.featured .alm-listing .alm-item,.featured-post .post-loop {
	margin:0;
}

.gp-meta-cats:before {
	display:none;
}

.alm-listing .alm-item,.featured-post .post-loop {
	position:relative;
}

#ghostpool_post_wrapper_1 .post-loop:first-child,.featured .alm-listing .alm-item,.featured-post .post-loop {
	border:none;
}

.featured .alm-listing .alm-item {
	position:relative;
	float:left;
	width:100%;
}

#ghostpool_post_wrapper_1 .post-loop:first-child:after,.featured .alm-listing .alm-item:after,.featured-post .post-loop:after {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,transparent),color-stop(20%,#000));
	background-image:linear-gradient(to bottom,transparent 20%,#000);
}

#ghostpool_post_wrapper_1 .post-loop:first-child .post-thumbnail.wrap {
	float:right;
	margin:0 0 0 40px;
	max-width:100%;
	width:100%;
	max-height:420px;
	overflow:hidden;
	border-radius:0;
}

.featured-post {
	margin-bottom:30px;
}

.featured .alm-listing .post-thumbnail,.featured-post .post-loop .post-thumbnail {
	max-width:100%;
	width:100%;
	max-height:420px;
	overflow:hidden;
	border-radius:0;
	margin:0;
}

#ghostpool_post_wrapper_1 .post-loop:first-child .post-thumbnail.wrap a,.featured .alm-listing .post-thumbnail a,.featured-post .post-loop .post-thumbnail a {
	display:block;
}

#ghostpool_post_wrapper_1 .post-loop:first-child .post-text,.featured .alm-listing .post-text,.featured-post .post-loop .post-text {
	position:absolute;
	bottom:0;
	width:100%;
	padding:30px;
	z-index:3;
}

.featured-post .post-loop .post-text p {
	color:#ccc;
}

#ghostpool_post_wrapper_1 .post-loop:first-child .post-text h2,#ghostpool_post_wrapper_1 .post-loop:first-child .post-text h2 a,.featured .alm-listing .post-text h2 a,.featured-post .post-loop .post-text h2,.featured-post .post-loop .post-text h2 a {
	font-size:38px;
	color:#fff;
	line-height:44px;
}

.featured-post .post-loop .post-text h2 {
	margin-top:10px;
}

.post-thumbnail img {
	border-radius:0;
}

.gp-meta-tags {
	display:none;
}

.sb-both #left-content-wrapper {
	width:75%;
}

.category.sb-both #left-content-wrapper {
	width:70%!important;
}

#gp-statistics-widget-1 .gp-stats > div {
	background-color:#e7381b!important;
}

.sb-both #content {
	width:70%!important;
	float:right;
}

.category.sb-both #content,.category.gp-responsive #content {
	width:100%!important;
	max-width:1000px;
	float:right;
}

#sidebar-left {
	width:30%;
	background:#f8f8f8;
	margin-right:0;
}

#sidebar-left .widget {
	background:transparent;
	border-radius:0;
}

.header-image {
	min-height:300px;
	background-size:cover;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	display:table;
	width:100%;
	vertical-align:middle;
}

.header-image .page-title {
	font-size:44px;
	margin-bottom:20px;
	text-align:center;
	display:table-cell;
	width:100%;
	vertical-align:middle;
	color:#d8d8d8;
	text-transform:uppercase;
	letter-spacing:0;
	padding:0 40px;
}

.featured #load-more {
	display:none;
}

.page-title {
	font-size:44px;
	margin-bottom:20px;
	text-align:center;
	padding:40px;
}

.category .page-title {
	text-align:left;
	padding:40px 0;
}

.fullwidth #post-content {
	max-width:960px;
	margin:auto;
}

/***************** Login *****************/
.page-template-login #content {
	margin-top:10%;
	margin-bottom:10%;
}

.fullwidth .padder {
	padding-top:50px;
	border-radius:0;
}

.page-template-login .page-title {
	font-size:24px;
	margin-bottom:20px;
	padding:0;
	text-align:center;
}

#login-page-form {
	background:#f2f2f2 none repeat scroll 0 0;
	border:none;
	margin:0;
	padding:25px 10px 1px;
}

.page-template-login .padder {
	padding:30px;
	background:#f2f2f2;
}

.page-template-login #sidebar-right {
	display:none;
}

#sidebar-right #enhancedtextwidget-2 label {
display: block;
margin-bottom: 3px;
}

#sidebar-right #enhancedtextwidget-2 input {
  max-width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12.5px;
  padding: 8px 10px;
  color: #999;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 0;
  height: 40px;
}

#sidebar-right #enhancedtextwidget-2 input[type='submit'] {
  display: inline-block;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  background-color: #273af1;
  color: #fff;
  font-weight: 700;
  padding: 10px 15px;
  margin: 0;
  border: 0;
  font-size: 13.5px;
  line-height: 1;
  cursor: pointer;
  border-radius: 0;
  max-width: 150px;
}

.page-template-login #content-wrapper {
	background:#fff;
}

.page-template-login #left-content-wrapper {
	max-width:400px;
	margin:auto;
	float:none;
}

#login-page-form input[type="text"],#login-page-form input[type="password"] {
	background:#fff none repeat scroll 0 0;
	border-color:#fff;
	font-size:14px;
	padding:13px 20px;
	width:100%;
}

/*************** Register ****************/
.page-template-register-wp #content {
	margin-top:10%;
	margin-bottom:10%;
}

.page-template-register-wp #buddypress #signup_form.standard-form #basic-details-section,.page-template-register-wp #buddypress .standard-form #basic-details-section,.page-template-register-wp #buddypress .standard-form #blog-details-section,.page-template-register-wp #buddypress .standard-form #profile-details-section {
	float:left;
	width:100%;
}

.page-template-register-wp.gp-theme #buddypress .standard-form input[type="datetime"],.page-template-register-wp.gp-theme #buddypress .standard-form input[type="email"],.page-template-register-wp.gp-theme #buddypress .standard-form input[type="month"],.page-template-register-wp.gp-theme #buddypress .standard-form input[type="number"],.page-template-register-wp.gp-theme #buddypress .standard-form input[type="password"],.page-template-register-wp.gp-theme #buddypress .standard-form input[type="tel"],.page-template-register-wp.gp-theme #buddypress .standard-form input[type="text"],.page-template-register-wp.gp-theme #buddypress .standard-form input[type="time"],.page-template-register-wp.gp-theme #buddypress .standard-form input[type="url"],.page-template-register-wp.gp-theme #buddypress .standard-form input[type="week"],.page-template-register-wp.gp-theme #buddypress .standard-form select,.page-template-register-wp.gp-theme #buddypress .standard-form textarea {
	background:#fff none repeat scroll 0 0;
	border:1px solid #fff;
	width:100%;
}

.page-template-register-wp #buddypress #commentform input[type="text"],.page-template-register-wp #buddypress #commentform textarea,.page-template-register-wp #buddypress .form-allowed-tags,.page-template-register-wp #buddypress #signup_form.standard-form input[type="text"],.page-template-register-wp #buddypress #signup_form.standard-form textarea,.page-template-register-wp #buddypress .standard-form #basic-details-section input[type="password"],.page-template-register-wp #buddypress .standard-form #blog-details-section input#signup_blog_url {
	width:100%;
}

.page-template-register-wp .page-title {
	font-size:24px;
	margin-bottom:20px;
	padding:0;
	text-align:center;
}

#signup_form .button {
	font-size:15px;
	margin-right:15px;
	padding:11px 19px;
}

.page-template-register-wp.gp-theme #buddypress input[type="button"],.page-template-register-wp.gp-theme #buddypress input[type="submit"] {
	font-size:15px;
	margin-right:15px;
	padding:11px 19px;
	background-color:#273af1;
	border:0 none;
	border-radius:3px;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:13.5px;
	font-weight:700;
	line-height:1;
	margin:0;
	max-width:150px;
}

#buddypress #signup_form.standard-form div.submit {
	float:left;
}

#buddypress .standard-form label,#buddypress .standard-form span.label {
	color:#999;
	display:block;
	font-size:14px;
	font-weight:700;
	margin:15px 0 5px;
	width:auto;
}

#buddypress .field-visibility-settings,#buddypress .field-visibility-settings-notoggle,#buddypress .field-visibility-settings-toggle {
	color:#999;
	font-size:14px;
	margin-top:2px;
	font-style:italic;
}

.page-template-register-wp .padder {
	padding:30px;
	background:#f2f2f2;
}

.page-template-register-wp #sidebar-right {
	display:none;
}

.page-template-register-wp #content-wrapper {
	background:#fff;
}

.page-template-register-wp #left-content-wrapper {
	max-width:640px;
	margin:auto;
	float:none;
}

#signup_form {
	background:#f2f2f2 none repeat scroll 0 0;
	border:none;
	margin:0;
	padding:25px 10px 1px;
}

#signup_form input[type="text"],#signup_form input[type="password"] {
	background:#fff none repeat scroll 0 0;
	border-color:#fff;
	font-size:14px;
	padding:13px 20px;
	width:100%;
}

/*********** Forum **********/
.forum-archive #search-2,.forum #search-2 {
	display:none;
}

/*.forum-archive #sidebar-right, .forum #sidebar-right {
  width: 25%;
}*/
.forum-archive .page-title,.forum .page-title {
	font-size:30px;
	margin-bottom:20px;
	text-align:left;
	padding:0;
}

.forum-archive .padder,.forum .padder {
	padding:30px;
	border-radius:0;
}

.gp-theme #bbpress-forums .gp-forum-home.bbp-forums .bbp-has-subforums .bbp-forum-info > .bbp-forum-title, .gp-theme #bbpress-forums .bbp-topics .bbp-header, .gp-theme #bbpress-forums .bbp-replies .bbp-header, .gp-theme #bbpress-forums .bbp-search-results .bbp-header {
  display: block;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  background-color: #1f31c9;
  border: 0;
  color: #fff;
  font-family: 'Lato',sans-serif;
}

.gp-theme #bbpress-forums .bbp-forums-list .bbp-forum .bbp-forum-link {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
   font-family: 'Lato',sans-serif;
   color: #000;
}

.widget bbp_widget_login {
	display:none;
}

.bbp-topics-front ul.super-sticky,.bbp-topics ul.super-sticky,.bbp-topics ul.sticky,.bbp-forum-content ul.sticky {
	background-color:#f2f2f2!important;
	font-size:1.1em;
}

bbpress-forums {
  font-size: 13px;
}

/* Products -------------------------------------------------- */
.page-id-3636 .post-thumbnail.wrap {
	float:none!important;
	margin:0!important;
}

.page-id-3636.fullwidth #post-content {
	max-width:100%;
	margin:auto;
}

.page-id-3636 .post-thumbnail img {
	border-radius:0;
}

.page-id-3636 #header-meta #bp-buttons a.login-button {
	border-bottom:3px solid #fff;
}

.page-id-3636 #header-meta #bp-buttons a.login-button:hover {
	border-bottom:3px solid #1f31c9;
}

#products-head {
	padding:4%;
	background-color:#1f31c9;
}

#products-head h2 {
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:200;
	letter-spacing:8px;
	font-size:30px;
}

#post-content .products:last-child .sc-divider {
	display:none;
}

.sfm-navicon-button {
	top:5px!important;
	right:5px!important;
}

.sfm-rollback {
	position:relative;
	width:50px;
	padding:0 30px;
	display:none;
}

.sfm-rollback:before {
	content:"";
	display:block;
	width:1px;
	height:60px;
	position:absolute;
	z-index:3;
	top:0;
	left:0;
	background-color:#333;
}

#sfm-sidebar .sfm-va-middle {
	vertical-align:top;
	padding:45px 0 0;
}


@media screen and (max-width:1400px) {
	#ghostpool_post_wrapper_1 .post-loop:first-child .post-thumbnail.wrap {
		max-height:360px;
	}
	
	.padder,#container #content {
		padding:40px;
		padding-top:0;
		border-radius:0;
	}
}

@media screen and (max-width:1200px) {
	#gp-profile-mobile-button {
		display:none!important;
	}
	
	.gp-responsive #page-wrapper {
		width:100%;
	}
	
	#ghostpool_post_wrapper_1 .post-loop:first-child .post-thumbnail.wrap {
		max-height:330px;
	}
	
	.sb-both #content {
		width:70%!important;
	}
	
	.sb-both #left-content-wrapper {
		width:75%!important;
	}
	
	.alm-listing .post-thumbnail,.alm-listing .featured-video {
		max-width:300px;
	}
	
	#ghostpool_post_wrapper_1 .post-loop:first-child .post-text h2,#ghostpool_post_wrapper_1 .post-loop:first-child .post-text h2 a,.featured .alm-listing .post-text h2 a,.featured-post .post-loop .post-text h2,.featured-post .post-loop .post-text h2 a {
		font-size:32px;
		color:#fff;
		line-height:38px;
	}
	
	#nav .menu li a {
		font-size:14px;
		margin-right:35px;
	}
}

@media screen and (max-width:1080px) {
	#nav .menu li a {
		margin-right:30px;
	}
	
	#ghostpool_post_wrapper_1 .post-loop:first-child .post-text h2,#ghostpool_post_wrapper_1 .post-loop:first-child .post-text h2 a,.featured .alm-listing .post-text h2 a,.featured-post .post-loop .post-text h2,.featured-post .post-loop .post-text h2 a {
		font-size:30px;
		color:#fff;
		line-height:36px;
		letter-spacing:0;
	}
}

@media screen and (max-width:1024px) {
	#sidebar-right {
		margin-left:0;
		float:none;
		position:relative;
		left:0;
		top:0;
		width:100%;
		padding:0;
		height:auto;
		border-left:none;
		padding-top:20px;
		clear:both;
	}
	
	#header-meta #bp-buttons a.login-button {
		top:0;
	}
	
	.padder,#container #content {
		padding:20px;
		padding-top:0;
	}
	
	.sfm-rollback {
		display:block;
	}
	
	.gp-responsive #page-wrapper {
		width:100%;
		padding:0;
	}
	
	.gp-responsive .products .columns {
		width:50%!important;
	}
	
	.sb-both #left-content-wrapper {
		width:100%!important;
	}
	
	.sb-both #content {
		width:100%!important;
	}
	
	.mission h3 {
		display:none;
	}
}

@media screen and (max-width:768px) {
	#ghostpool_post_wrapper_1 .post-loop:first-child .post-text h2,#ghostpool_post_wrapper_1 .post-loop:first-child .post-text h2 a,.featured-post .post-loop .post-text h2,.featured-post .post-loop .post-text h2 a {
		font-size:28px;
		color:#fff;
		line-height:30px;
	}
	
	#ghostpool_post_wrapper_1 .post-loop:first-child .post-text,.featured-post .post-loop .post-text {
		padding:20px;
	}
	
	.featured-post .post-loop .post-thumbnail {
		max-height:330px;
	}
	
	.post-text h2 {
		font-size:28px;
	}
	
	.alm-listing .post-thumbnail,.alm-listing .featured-video {
		max-width:100%;
	}
	
	.header-image {
		min-height:200px;
		background-size:cover;
		background-repeat:no-repeat;
		-webkit-background-size:cover;
		display:table;
		width:100%;
		vertical-align:middle;
	}
	
	.header-image .page-title {
		font-size:30px;
	}
	
	#products-head h2 {
		letter-spacing:6px;
		font-size:22px;
	}
}

@media screen and (max-width:767px) {
	.alm-listing .post-thumbnail {
		width:110px;
		margin-top:50px;
		margin-left:20px;
		max-height:110px;
		margin-bottom:15px;
	}
	
	.alm-item .post-text h2 {
		margin:10px 0;
		font-size:20px;
		line-height:24px;
	}
	
	.post-text p {
		line-height:20px!important;
		font-size:14px;
	}
	
	#products-head h2 {
		letter-spacing:6px;
		font-size:18px;
	}
	
	#ghostpool_post_wrapper_1 .post-loop:first-child .post-text h2,#ghostpool_post_wrapper_1 .post-loop:first-child .post-text h2 a,.featured-post .post-loop .post-text h2,.featured-post .post-loop .post-text h2 a {
		font-size:26px;
		line-height:28px;
	}
	
	.featured-post .post-loop .post-text p {
		display:none;
	}
	
	.featured-post {
		margin-top:20px;
	}
	
	.single-post .page-title {
		font-size:32px;
		line-height:38px;
	}
	
	.alm-listing .gp-meta-cats a {
		background:#e7381b;
		color:#fff;
		padding:3px;
		margin-bottom:20px;
		font-weight:400;
		font-size:13px;
	}
}

@media screen and (max-width:640px) {
	#top-container {
		padding:0 0 0 20px;
	}
	
	.mission h3 {
		font-size:16px;
		line-height:16px;
	}
	
	.gp-responsive .products .columns {
		width:100%!important;
	}
	
	.featured-post .post-loop .post-text p {
		color:#5e5e5e;
	}
	
	#header-meta form {
		display:none;
	}
	
	#widget-social-media {
		padding:18px 0 0;
	}
}

@media screen and (max-width:600px) {
	#logo {
		width:70px;
	}
	
	#logo img {
		width:55px;
		padding-top:2px;
	}
	
	#top-header {
		margin-left:72px;
		height:60px;
		border-left:none;
	}
	
	#top-container {
		display:none;
	}
	
	#header-menu {
		border-top:none;
	}
}

