.grecaptcha-badge{display: none!important;}
.dnd-icon-remove:after{background-color: white;border-radius: 50%;}

@media screen and (max-width:1475px){
	.footer-widget{margin:0 auto;}
	#menu-footer-menu{padding-left:0;margin-left:0;}
}

form.searchandfilter ul li.sf-field-tag{
	margin-right:0;
	min-width:150px;
}

.category:not(.category-research-data) form.searchandfilter ul li.sf-field-tag label{
	margin-right:5%;
}

#wpcf7-f6222-p15700-o1 > form > div.fieldset-cf7mls-wrapper > fieldset:nth-child(5) > p:nth-child(149){
	position:relative;
}

#wpcf7-f6222-p15700-o1 .wpcf7-spinner{
	width: 100px;
	right: -29px;
	margin-top: -15px;
	height: 100px;
	position:absolute;
}

#wpcf7-f6222-p15700-o1.wpcf7 .wpcf7-spinner::before{
	top: 37px;
	left: 45px;
	width: 10px;
	height: 10px;
}

#body-type-posts .pagination{
	font-size:18px;
	font-weight:500;
	width:100%;
	margin-bottom:40px;
}

#body-type-posts .pagination i{
	font:normal normal normal 16px/1 FontAwesome;
	padding:0 45px;
	color:#3e72ff;
}

#body-type-posts .pagination a, 
#body-type-posts .pagination span{
	color:#3e72ff;
	text-decoration:none;
	padding:0 15px;
	margin:0 5px;
}

#body-type-posts .next.page-numbers{
	margin-right:0;
	padding-right:0;
}

#body-type-posts .prev.page-numbers{
	margin-left:0;
	padding-left:0;
}

#body-type-posts .page-numbers.dots{
	color:ghostwhite;
}

#body-type-posts .page-numbers:not(.dots){
	margin: 0 .5rem;
	background-color: #4C72E3;
	color: ghostwhite;
	padding: 9px 17px;
	border-radius: 3px;
}

#body-type-posts .page-numbers.current{
	background-color: ghostwhite;
	color: #4C72E3;
}

@media screen and (max-width:576px){
	#body-type-posts .page-numbers:not(.dots){
		margin: 0 .25rem;
		padding: 5px 7px;
	}
}

.main-navigation .header-search{
	border:none;
}

.woocommerce .main-navigation #primary-menu a{
	color:#007bff;
}
/*!
Theme Name: fellow_one
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fellow_one
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, 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.

fellow_one is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Header
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family:sans-serif!important;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

body h3{
	font-size:1.5rem;
}

body h4{
	font-size:1.25rem;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.white-text {
	color: #ffffff;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040!important;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.button {
	background-color: royalblue;
	border-radius: 4px;
	padding: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 auto;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.25rem;
}

p {
	margin-bottom: 1.5em;
	font-size: 1rem;
	color: #f1f1f1;
	font-weight: 100;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Courier 10 Pitch', Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #000000;
	background-image: linear-gradient(141deg, #003e56 0%, #000001 100%, #000000 100%);
	height: 100%;
	min-height: 100vh;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
	border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.btn-secondary {
	background-color: #fff;
	color: royalblue !important;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

#masthead {
	display: flex;
}

.site-branding {
	width: unset;
	max-width: unset;
	margin: 1rem 0 0 1rem;
	display: flex;
    align-items: center;	
}

.site-branding img{
	width:75px;
}

.site-title {
	margin: 0;
	display:none;
}

.site-title a {
	font-size: 1.5rem;
	color: #ffffff;
	font-weight: bold;
}

.site-description {
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
	font-style: italic;
}

@media (max-width: 485px) {
	.site-branding {
		width: 187px;
		min-width: 187px;
	}
	.site-title a {
		font-size: 1.15rem;
	}
	.site-description {
		font-size: 10px;
	}
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a,
.blue {
	color: royalblue;
	text-decoration: none;
}

.button a {
	color: #ffffff;
}

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

a:hover,
a:active {
	outline: 0;
}

.entry-content a:hover, .entry-content a:focus,.entry-content a:active, .featured-text a:hover, .featured-text a:focus, .featured-text a:active {
	color:#686868;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	margin-top: 1rem;
	flex-grow: 1;
	height: 0px;
	overflow: visible;
	z-index: 999;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin: 4px 11px;
	text-align: right;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.menu-item a:hover {
	color: #ffffff;
}
.search-btn {
	max-width: 20px;
}

#site-search .dropdown-item .search-btn {
	display: none;
}

#site-search .dropdown-menu.dropdown-menu-right.show {
	margin-right: -66px !important;
}

.cart-contents {
	float: right;
	margin-right: 20px;
	color: white;
}

.cart-contents:before {
	font-family: WooCommerce;
	content: '\e01d';
	font-size: 1.5rem;
	margin-top: 10px;
	font-style: normal;
	font-weight: 400;
	padding-right: 5px;
	vertical-align: bottom;
}

.cart-contents:hover {
	text-decoration: none;
	color:white;
}

.cart-contents-count {
	color: #fff;
	background-color: royalblue;
	font-weight: bold;
	border-radius: 10px;
	padding: 1px 6px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
	display: flex;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.8);
	border: none;
	margin-left: auto;
	max-width: 250px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.post-navigation a {
	color: #ffff9f;
}

.fo-btn {
	background: white;
	border-radius: 4px;
	color: #686868;
	padding: 6px 11px;
	max-width: 175px;
	opacity: 1;
	transition: opacity 0.15s ease-in-out;
}

.fo-btn:hover {
	opacity: 0.7;
}

.post-navigation .nav-previous .fo-btn {
	max-width: 9em;
}

.post-navigation .nav-next .fo-btn {
	max-width: 7em;
	margin-left: auto;
}

.menu-toggle {
	float: right;
}

#primary-menu {
	float: right;
	clear: both;
}

/* search */

#site-search .dropdown-menu.show {
	background-color: black;
}

#site-search input[type='image'] {
	position: relative;
	top: 8px;
	left: 6px;
}

#site-search {
	position: relative;
	float: right;
}

#site-search .dropdown-menu {
	right: -7rem !important;
	left: auto !important;
}

#site-search .dropdown-item.active,
#site-search .dropdown-item:active,
#site-search .dropdown-item:focus,
#site-search .dropdown-item:hover {
	background-color: transparent;
}

.clear-btn {
	background-color: transparent;
	border: none;
}

.dropdown-toggle::after {
	border: none;
}

#site-search button#dropdownMenuButton {
	padding: 0;
	margin: 6px 11px 0 0;
	width: 20px;
}

#search-filter-form-571 ul .sf-field-sort_order{
	width:100%;
}

#search-filter-form-571 ul .sf-field-sort_order label{
	width:33%;
	margin-top:0;
}

/* Hide extra pagination created by WP-Paginate in S&F AJAX Container*/

#results-container .navigation {
	display: none;
}

@media (max-width: 767.98px) {
	#site-search button#dropdownMenuButton {
		margin-top: -15px;
	}
}

@media (min-width: 1440px) {
	#site-search button#dropdownMenuButton {
		width: 30px;
	}
	.menu-toggle img {
		width: 35px;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex='-1']:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

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

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
}

.flex-item {
	flex-grow: 1;
}

.space-between {
	justify-content: space-between;
}



/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#content {
	/*padding: 1rem;*/
	min-height: 80vh;
}

@media screen and (min-width: 768px) {
	body:not(.home) #content {
		max-width: 80vw;
		margin: auto;
	}
}

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

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.entry-title,
.entry-title a {
	color: #ffffff;
	text-align: center;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5rem 2.5rem;*/
	min-height: 60vh;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post-thumbnail {
	max-width: 300px;
	float: left;
	margin-right: 2rem;
	margin-bottom: 1rem;
}

.entry-meta {
	margin-left: 61px;
}

.nav-links a {
	color: white;
}

span.posted-on {
	color: #cccccc;
}

/*music template */

.post-template-music-blog-post .post-thumbnail {
	display: none;
}

.post-template-music-blog-post .music-post-video-container {
	max-width: 300px;
	float: left;
	margin-right: 2rem;
}

/*read more btn template */

.post h1,
.post,
.post h3,
.post h4,
.post h5,
.post h6 {
	clear: none;
	color: #ccc;
	margin-bottom: 1.5rem;
	line-height: 1.5;
}

.post-template-single-custom-wbtn .post-thumbnail {
	float: none;
	margin: auto;
}

.post-template-single-custom-wbtn .the_champ_sharing_container.the_champ_horizontal_sharing {
	margin: auto;
	max-width: 210px;
}

/*--------------------------------------------------------------
## Body Types Page
--------------------------------------------------------------*/

.body-type-grid {
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	grid-template-rows: auto auto auto auto auto;
	background-color: #ffffff;
	margin: auto;
	overflow-x: auto;
	border-radius: 4px;
}

.body-type-grid h3 {
	position: relative;
}

.grid-item {
	border: 1px solid #868e96;
	padding: 10px;
	font-size: 16px;
	text-align: center;
}

.bt-label {
	font-weight: 600;
}

.BodyType {
	max-height: 250px;
}

@media screen and (max-width:400px){
	.grid-item{width:300px;}
	#video-grid{display:flex;align-items:center;justify-content:center;}
	#video-grid video{width:270px;height:160px;}
}

/*--------------------------------------------------------------
## Blog (Research News) Page
--------------------------------------------------------------*/

.featured-posts {
	min-height: 300px;
	display: flex;
	overflow: hidden; /*height: 400px;*/
	border-radius: 4px;
}

.featured-posts .title-row {
	padding: 20px 15px;
	margin-right: 15px;
	max-height: 100%;
	overflow: visible;
	background:
		radial-gradient(ellipse at 15% 30%, rgba(255,255,255,0.06) 0%, transparent 50%),
		radial-gradient(ellipse at 85% 70%, rgba(255,255,255,0.04) 0%, transparent 50%),
		radial-gradient(ellipse at 50% 10%, rgba(255,255,255,0.03) 0%, transparent 40%),
		linear-gradient(180deg, #0a4d6b 0%, #003e56 50%, #002a3a 100%);
	border-radius: 8px;
}

.featured-posts .btn {
	flex-grow: 1;
	text-align: left;
	width: 100%;
	border-radius: 0;
	margin: 0;
	padding: 12px 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color: #ffffff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 0.95rem;
	line-height: 1.4;
}

.featured-posts .btn:first-child {
	border-top: 1px solid rgba(255,255,255,0.2);
}

.featured-posts .btn:focus {
	color: #ffffff;
}

.featured-posts .btn:hover {
	background: rgba(255,255,255,0.08) !important;
	color: #cccccc;
}

.featured-posts .btn:active,
.featured-posts .btn:focus {
	background: rgba(255,255,255,0.12);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	box-shadow: none;
	color: #ffffff;
}

.nav-links{
	display:none;
}

@media (max-width: 575.98px) {
	.featured-posts .btn:hover {
		background: rgba(255,255,255,0.15) !important;
	}
}

.featured-posts .featured-text {
	padding: 0 15px 0 15px;
}

.featured-posts .read-more {
	position: absolute;
	bottom: 15px;
	font-weight: bold;
}

.featured-img {
	overflow: hidden;
	padding: 0;
	padding: 0;
	margin: 0;
}

.featured-img img {
	width: 200px;
	min-width: 200px;
	height: 100%;
	min-height: 300px;
}

.fo-card {
	min-width: 325px;
}

.fo-card .thumbnail {
	width: 50%;
	float: left;
}

.fo-card .text {
	width: 50%;
	float: right;
}

.btn.title {
	white-space: normal;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', serif;
	position: relative;
}

.btn.title.active-tip::after {
	content: '';
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 15px solid #1e1f5d;
	z-index: 100;
}

.btn-title[href='#collapse1'] {
	background: rgba(255,255,255,0.12);
}

#collapse1-button {
	background: rgba(255,255,255,0.12);
}

.featured-content {
	min-height: 100%;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08), 0 1px 4px rgba(0,0,0,0.04);
	border: 1px solid rgba(0,0,0,0.06);
	overflow: visible;
}

.featured-content p {
	color: #000000;
}

.featured-article {
	padding: 20px 25px;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
}

.home .card.featured-article {
	flex-direction: column;
}

.home .card-body.featured-article {
	position: relative;
	padding: 20px 25px;
	box-shadow: none;
}

.home .card-body.featured-article p {
	position: relative;
	margin-top: 0;
	max-height: none !important;
	height: auto;
}

.featured-article-header {
	width: 100%;
	margin-bottom: 18px;
}

.featured-article-title {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.25rem;
	font-weight: bold;
	color: #1a1a1a;
	margin-bottom: 0;
	padding-left: 15px;
	border-left: 4px solid #1e1f5d;
}

.featured-article-body {
	display: flex;
	gap: 25px;
	flex: 1;
}

.featured-article-text {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.featured-article-text p {
	color: #333;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.05rem;
	line-height: 1.8;
	margin-bottom: 1em;
	flex: 1;
}

.featured-article-img {
	flex: 0 0 40%;
	max-width: 40%;
	min-height: 150px;
	overflow: hidden;
	align-self: flex-start;
	border: 1px solid #c5c7d9;
	padding: 3px;
}

.featured-article-img img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.featured-article .read-more {
	display: inline-block;
	color: #1e1f5d;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 0.95rem;
	margin-top: auto;
}

.featured-article .read-more:hover {
	color: #181950;
	text-decoration: underline;
}

@media (max-width: 575.98px) {
	.featured-article {
		padding: 15px;
	}
	.home .card-body.featured-article {
		padding: 15px;
	}
	.featured-article-body {
		flex-direction: column;
	}
	.featured-article-img {
		flex: 0 0 auto;
		max-width: 100%;
	}
	.featured-article-title {
		font-size: 1.3rem;
	}
}

.home .card {
	flex-direction: row;
}

.home .card-body {
	height: 100%;
	transition: ease;
	position: absolute;
	border-radius: 0;
	border: none;
	padding: 0px;
	box-shadow: 0 0 13px #000000;
	z-index: 99;
}

.home .card-body p {
	color: #000000;
	margin-top: 15px;
	position: absolute;
}

.trending-links {
	padding-left: 0;
	padding-right: 0;
}

.trending-title {
	color: #ffffff;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.1rem;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	white-space: nowrap;
}

.trending-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.trending-item {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.trending-item:last-child {
	border-bottom: none;
}

.trending-category-header {
	color: #ffffff;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 400;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	margin: 0 0 6px 0;
	opacity: 0.7;
}

.trending-category-header a {
	color: #ffffff;
}

.trending-category-header a:hover {
	color: #cccccc;
	text-decoration: none;
}

.trending-story-link {
	display: block;
	text-decoration: none;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.trending-story-link:hover {
	transform: translateX(3px);
	text-decoration: none;
}

p.trending-story-header {
	color: #ffffff;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 300;
	font-size: 0.85rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	border: none;
}

.trending-story-link:hover p.trending-story-header {
	color: #cccccc;
}

.trending-links a {
	color: #ffffff;
}

.trending-links a:hover {
	color: #cccccc;
	text-decoration: none;
}

.trending-links .linklist a {
	color: #ffffff;
	font-size: 0.75rem;
}

#more-trending-news-h6 {
	color: rgba(255,255,255,0.7);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 0.75rem;
	font-weight: 300;
	text-align: right;
	margin-top: 12px;
	transition: color 0.2s ease;
}

#more-trending-news-a {
	color: #ffffff;
	text-decoration: none;
}

#more-trending-news-a:hover #more-trending-news-h6 {
	color: #ffffff;
}

.trending-section {
	margin-bottom: 0;
}

.category-boxes {
	width: 100%;
	margin: auto!important;
}

.category-boxes .small-boxes {
	padding-right: 0;
	margin-top: 1.5rem;
}

.cat-box {
	background: #ffffff; /*box-shadow: 0 2px 4px 4px royalblue;*/
	width: 120px;
	max-width: 120px;
	height: 145px;
	margin: 1rem auto;
	border-radius: 4px;
	padding: 0 5px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.cat-box h4 {
	text-align: center;
	color: white;
	font-weight: bold; /* background: #000000bd;
	 padding: 2px;*/
	max-width: 120px;
}

.special-box {
	width: 200px;
	max-width: 200px;
	height: 150px;
	width: 250px;
	max-width: 250px;
	height: 150px;
	padding: 0;
	margin-left: 1.4rem; /*	margin-left: 2rem;*/
	background: none;
}

.special-box h4 {
	margin-top: 0;
	color: white;
}

.music-box {
	text-align: center;
	margin-top: 1rem;
}

.grey-bg {
	border: none;
	padding: 20px 18px;
	border-radius: 8px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	height: 100%;
	background:
		radial-gradient(ellipse at 15% 30%, rgba(255,255,255,0.06) 0%, transparent 50%),
		radial-gradient(ellipse at 85% 70%, rgba(255,255,255,0.04) 0%, transparent 50%),
		radial-gradient(ellipse at 50% 10%, rgba(255,255,255,0.03) 0%, transparent 40%),
		linear-gradient(180deg, #0a4d6b 0%, #003e56 50%, #002a3a 100%);
}

/* Home page background */
.home {
	background: linear-gradient(160deg, #ffffff 0%, #eef2f7 30%, #f5f0eb 60%, #e8edf3 85%, #ffffff 100%);
}

/* Left sidebar widget styling */
.left-sidebar {
	padding-right: 15px;
}

.left-sidebar .grey-bg {
	overflow-y: auto;
}

.left-sidebar .widget {
	margin-bottom: 1.25em;
}

.left-sidebar .widget-title,
.left-sidebar .widget h2 {
	color: #ffffff;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.left-sidebar .widget a {
	color: #ffffff;
	font-size: 0.8rem;
}

.left-sidebar .widget a:hover {
	color: #cccccc;
}

.left-sidebar .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.left-sidebar .widget ul li {
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.left-sidebar .widget p,
.left-sidebar .widget li {
	color: #ffffff;
	font-size: 0.8rem;
}

@media (max-width: 991.98px) {
	.left-sidebar {
		order: -1;
		margin-bottom: 15px;
	}
	.left-sidebar .grey-bg {
		height: auto;
	}
}

/* homepage main box fix */

.home .card-body {
	position: relative;
}

.home .card-body p {
	position: relative;
}

.featured-content {
	padding-right: 0;
	padding-left: 0;
	top: 15px;
}

.featured-content .collapse {
	height: auto;
	min-height: auto;
}

.home .col-12.card.card-body.row {
	margin-right: 0;
	margin-left: 0;
	height: 100%;
}

.featured-posts .read-more {
	position: relative;
	bottom: 10px;
	float: right;
}

.featured-posts .featured-text {
	height: 100%;
	min-height: 100%;
}

.home .card-body p {
	max-height: none !important;
	margin-bottom: 5px;
	height: calc(100% - 41px);
	overflow: hidden;
}

@media (max-width: 575.98px) {
	.home .card-body p {
		font-size: 0.75rem;
	}
}

/* footer */

.site-footer {
	margin: 1.5rem 1.5rem 0;
}

ul#menu-footer-menu {
	display: flex;
	flex-wrap: wrap;
}

.footer-widget ul li {
	list-style: none;
	flex-grow: 1;
}

.footer-widget ul li:after {
	color: #8c8c8c;
	content: ' | ';
	margin-right: 0.25rem;
}

.footer-widget ul li:last-child::after {
	content: '';
}

/* about page white bg */

/*.page-id-104 .entry-content {
    background: #fff;
    border-radius: 4px;
    padding: 1rem;
}
.page-id-104 .entry-content p {
	color: black;
}*/

.white-bg {
	background: #ffffff;
	border-radius: 4px;
	padding: 1rem;
}

.white-bg p {
	color: black;
}

.textwidget{
	display:flex;
}

.textwidget #twitter-footer{
	margin:0 10px;
}

.textwidget img{
	width:25px;
}

/* contact page */

div.wpcf7 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	margin-top: 2rem;
	text-align: center;
	padding: 0 1rem;
}
div.wpcf7 select,
input {
	width: 100%;
}

div.wpcf7 input[type='checkbox'] {
	width: 15px;
}
input.wpcf7-form-control.wpcf7-submit {
	width: 5rem;
	margin: 1rem;
}
.wpcf7-response-output p {
	color: darkorange;
	font-size:18px;
	padding:10px 5px;
}
.codedropz-upload-wrapper{
	max-width:100%;
}

div form.cf7mls input.wpcf7-form-control.wpcf7-submit{
	padding:10px;
}

span.wpcf7-not-valid-tip {
	color: #f7e700;
}

.wpcf7-form-control-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* category/tag page */

.category .page-title,
.tag .page-title {
	color: #ffffff;
	text-align: center;
}

.category-card {
	background: #fff;
	border-radius: 4px;
	margin: 1%;
	height: 200px;
	width: 18%;
	max-width: 18%;
	max-height: 200px;
	overflow: hidden;
}

.category-card-active {
	transform: scale(1.25);
	z-index: 99;
}

.category-card .more {
	display: none;
}

.category-card-active .thumbnail-img {
	transition: transform 0.2s;
}

.category-card-active {
	background-color: #102d4c;
	transition: background-color 0.2s;
}

.category-card-active h3 {
	display: none;
}

.category-card-active .card-text,
.category-card-active .card-text p {
	color: white;
	transition: color 0.2s;
}

.card-thumbnail {
	height: 0;
	overflow: visible;
}

.category-card-active p {
	color: black;
	font-size: 0.8rem;
	margin-top: 7px;
}

.category-card-active .thumbnail-img {
	width: 100%;
	opacity: 0.5;
}

.category-card-active .card-text {
	position: relative;
	padding: 8px;
	color: black;
}

/*--------------------------------------------------------------
## PDF Viewers
--------------------------------------------------------------*/

#pdf-mobile-message {
	display: none;
}
#advanced-desktop{
	display:block;
}
#advanced-mobile{
	display:none;
}

@media screen and (max-width: 1024px) {
	#pdfViewerIframe1, #pdfViewerIframe1 html, #tip-button > div > form > input.wpedon_paypalbuttonimage {
		display: none;
	}
	#pdf-mobile-message {
		display: block;
	}
	#advanced-mobile{
		display:block;
	}
	#advanced-desktop{
		display:none;
	}
}

/*--------------------------------------------------------------
## Category Search
--------------------------------------------------------------*/

.top-row {
	margin: auto;
	width: 100%;
}

.category-page-card-header {
	color: white;
	padding: 6px;
	text-align: center;
	font-size:1.4rem;
}

.category-page-card-summary {
	display: none;
}

.x-btn {
	height: 0;
	overflow: visible;
	display: none;
	float: right;
	margin-top: -16px;
	margin-right: -10px;
}

.x-btn a {
	color: #fff;
	z-index: 9999;
}

.category-card-active.category-page-card-header {
	font-size: 16px;
	font-size: 0.75rem;
	font-weight: normal;
	background: transparent;
	color: inherit;
	padding: 0;
	display: none;
	/*4-3 change */
}

.category-card-active .card-text {
	background-color: #102d4cb5;
	padding: 1rem;
	transition: background-color 0.2s;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
}

.category-card-active .category-page-card-summary {
	display: block;
	font-size: 0.1px;
	height: calc(100% - 30px);
}

.category-card-active .category-page-card-summary p {
	font-size: 12px;
	max-height: 125px;
	overflow: hidden;
	margin: 0 0 7px;
}

@media (min-width: 700px) {
	.category-card-active .category-page-card-summary p {
		font-size: 14px;
		max-height: 150px;
	}
}

.category-card-active .more {
	text-transform: uppercase;
	font-size: 12px;
	margin-left: 0;
	background-color: white;
	padding: 0;
	position: relative;
	bottom: 0;
	margin-top: 8px;
	display: inline;
	float: right;
}

.category-card-active .more a {
	color: black;
}

/*
.featured-text-bg {
    height: 100%;
	position: absolute;
	left:0;
	filter: blur(2px);
}*/

/* Real Blog Page */

div.the_champ_horizontal_sharing li.the_champ_facebook_like,
div.the_champ_horizontal_sharing li.the_champ_facebook_share,
div.the_champ_horizontal_sharing li.the_champ_twitter_tweet {
	width: auto !important;
	margin-right: 4px !important;
}

.fo-custom-deck.card .entry-title,
.fo-custom-deck .card .card-title a,
.fo-custom-deck .card p,
.blog .card .entry-title,
.blog .card .card-title a,
.blog .card p {
	color: black;
	text-align: left;
}

.fo-custom-deck .entry-meta {
	margin: auto;
	margin-bottom: 1rem;
}

.fo-custom-deck .card-img-top img {
	height: 350px;
	object-fit: cover;
}

/* Search Page */

.searchandfilter ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	padding-left: 0;
	max-width: 800px;
	margin: auto;
}

ul.chosen-results {
	display: block;
}

.searchandfilter ul label,
.searchandfilter ul input {
	width: 100%;
	height: 40px;
	border-radius: 4px;
	border: none;
}

#search-filter-results-571 {
	color: #fff;
	text-align: center;
}

.searchandfilter select.sf-input-select {
	height: 40px;
	border: none;
	text-align: center;
	width: 100%;
}

.sf-field-sort_order {
	width: 33.33333%;
}

li.sf-field-sort_order label {
	margin-top: 1.75rem;
}

.chosen-container-single .chosen-single,
.chosen-container .chosen-drop,
.chosen-container-active.chosen-with-drop .chosen-single {
	border: none;
}

.chosen-container.chosen-container-single,
select.sf-input-select {
	width: 100% !important;
	max-width: 300px;
}

.chosen-container-single a.chosen-single {
	height: 40px !important;
	padding: 8px 14px;
}

.searchandfilter ul label {
	padding-right: 15px;
}

.searchandfilter h4 {
	display: none;
}

.sf_date_field {
	padding-left: 0;
}

.sf-date-prefix {
	color: #fff;
}

.sf-input-text {
	background: rgba(255, 255, 255, 0.5);
}

.searchandfilter .sf-field-search {
	width: 50%;
}

.sf-field-submit,
.sf-field-reset {
	width: 16.6666%;
	max-width: 150px;
}

.sf-field-submit input[type='submit'],
input.search-filter-reset {
	width: 95%;
	margin-right: 5%;
	font-size: 1rem;
	transition: ease all 0.2s;
}

.sf-field-submit input[type='submit']:hover,
input.search-filter-reset:hover {
	background-color: black;
	color: #fff;
}

.searchandfilter ul li.sf-field-post_type{
	margin-right:100%;
}

.searchandfilter ul li.sf-field-tag{
	margin-right:50%;
}

/* date*/

.sf-field-post_date {
	width: 50%;
}

.searchandfilter ul li ul.sf_date_field li {
	width: 50%;
}

.search-filter-scroll-loading {
	background-color: #fff;
}

@media screen and (min-width: 1440px) {
	li.sf-field-sort_order label {
		margin-top: 2.55rem;
	}
}

@media screen and (min-width: 476px) and (max-width: 1240px) {
}

@media screen and (max-width: 768px) {
	.sf-field-sort_order,
	.sf-field-posts_per_page,
	.searchandfilter .sf-field-search,
	.sf-field-category,
	.sf-field-tag,
	.searchandfilter ul li.sf-field-category,
	.searchandfilter ul li.sf-field-tag,
	.sf-field-post_date {
		width: 100%;
	}
	.sf-field-submit,
	.sf-field-reset {
		width: 50%;
	}
	li.sf-field-sort_order label {
		padding-left: 0;
	}
	.searchandfilter ul li li {
		width: 100%;
	}
	.searchandfilter ul label {
		padding-right: 0;
	}
	.searchandfilter ul .sf_date_field li:first-of-type label {
		padding-right: 15px;
	}
	li.sf-field-sort_order label {
		margin-top: 0;
	}
}

/*social share overrides*/

@media screen and (min-width: 1440px) {
	iframe#twitter-widget-0 {
		/* padding-top: 15px; */
		position: relative !important;
		top: -6px;
	}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}

/* paginate overrides */

.navigation {
	margin-top: auto;
	text-align: center;
}

.wp-paginate .title {
	display: none;
}

.category-row .nav-previous,
.category-row .nav-next,
.fo-custom-deck .nav-previous,
.fo-custom-deck .nav-next {
	display: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	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;
}

#no-filter-message ~ #no-filter-message {
	display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

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

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	color: #f1f1f1;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/

/*Fix login dropdown issue on checkout*/
.woocommerce-form.woocommerce-form-login.login{
	display: block!important;
    height: auto!important;	
}

.woocommerce,
.woocommerce a {
	color: #fff;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: royalblue;
	margin-bottom: 0;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #24419a;
}
.woocommerce-checkout-payment,
.woocommerce-checkout-payment p,
.woocommerce-privacy-policy-text p,
.woocommerce-privacy-policy-text a {
	color: #000;
}

.woocommerce-checkout-payment a {
	color: royalblue;
}
.woocommerce label,
.woocommerce input,
.woocommerce-input-wrapper {
	width: 100%;
}
/* 8/1/18*/
.woocommerce-cart .woocommerce,
.woocommerce-cart .woocommerce a {
	background: #eee;
	color: black;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background: #ddd;
}
.woocommerce-info a{
	color:royalblue;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	background: white;
	color: black;
	padding: 25px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}
.cart-empty {
	color: royalblue;
	font-weight: bold;
	padding: 1rem 1rem 0;
}
a.button.wc-backward {
	background: #ccc;
}
/* single product */
.single-product .post-navigation,
.single-product .entry-footer {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: initial;
}
.single-product .the_champ_sharing_container {
	display: none;
}
.fo-summary .the_champ_sharing_container {
	display: block;
}
.woocommerce-product-gallery .images {
	opacity: 1;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	float: none;
	width: 100%;
	opacity: 1 !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
	min-height: auto;
}

.page-id-263 .the_champ_sharing_container {
	display: none;
}
.page-id-263 .woocommerce a {
	color: royalblue;
}
.page-id-263 .woocommerce .wc-social-login a {
	color:#fff;
}
#customer_login .woocommerce-privacy-policy-text p {
	color: #fff;
}
.woocommerce form.login,
.woocommerce form.register {
	margin: 0;
}
input#rememberme {
	width: auto;
}
input#terms {
	width: auto;
}
.woocommerce #banner,
.page-id-721 #banner,
.page-id-941 #banner,
.woocommerce-page #banner {
	display: none;
}

#banner .btn-secondary {
	border: #fff 2px solid;
	padding: 3px 10px;
	background-color:white;
}
#banner .btn-secondary:hover {
	background: initial;
	color: #fff !important;
}

/*--------------------------------------------------------------
## Research Participant
--------------------------------------------------------------*/

#body-types-chart{
	max-width: 800px;
	height: auto!important;
	margin: 0 auto;
}

.bmi-link{
	color:#00ffff;
}

.entry-content a.bmi-link:hover{
	color:white;
}

body .cf7mls_number_step_wrap .cf7mls_number, body .cf7mls_number_step_wrap .cf7mls_step_current{
	color:white;
}

#research-participants-table-container{
	overflow: scroll; 
	cursor: grab; 
	cursor : -o-grab; 
	cursor : -moz-grab; 
	cursor : -webkit-grab;
	border-bottom: 1px solid #ffff99;
    margin-bottom: 3rem;
}

#research-participants-table-container::-webkit-scrollbar{
	display:none;
}

#research-participants-table-container{
	scrollbar-width: none;
}

#research-participants-table{
	margin:5rem 0;
	min-width:2750px;
}

#research-participants-table.body-type-table{
	min-width:3250px;
}

#research-participants-table thead tr{
	color:white;
}

#research-participants-table thead th span,
.research-participant-data h4 span{
	display: none;
    position: absolute;
    z-index: 1070;
    border: 1px solid #4C72E3;
    padding: 3px;
    color: white;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
	width:255px;
	background-color:#003e56;
}

#research-participants-table p{
	margin-bottom:0;
	background-color: transparent!important;
	font-size: 12px;
	font-weight:normal!important;
}

#research-participants-table thead th:hover span,
.research-participant-data h4:hover span{
	display:block;
}

#research-participants-table tbody{
	font-size:12px;
}

#research-participants-table tbody .single-participant:nth-child(odd),
#research-participants-table tbody .single-participant:nth-child(odd) p{
	background-color:ghostwhite;
	color:#4C72E3!important;
}

#research-participants-table tbody .single-participant:nth-child(even),
#research-participants-table tbody .single-participant:nth-child(even) p{
	background-color:#4C72E3;
	color:white!important;
}

#research-participants-table tbody .single-participant:nth-child(odd) a,
#research-participants-table tbody .single-participant:nth-child(odd) a:hover{
	color:#4C72E3;
	text-decoration:underline;
}

#research-participants-table tbody .single-participant:nth-child(even) a,
#research-participants-table tbody .single-participant:nth-child(even) a:hover{
	color:white;
	text-decoration:underline;
}

#research-participants-table td{
	padding: .5rem .25rem;
}

.table-read-more,
.table-read-less{
	cursor:pointer;
}

#research-participants-table.show-more .research-participant-table-more,
#research-participants-table.show-more .table-read-less{
	display:table-row;
}

#research-participants-table.show-more .table-read-more,
#research-participants-table .table-read-less,
.research-participant-table-more{
	display:none;
}

#research-participants-table tfoot .table-read-more,
#research-participants-table tfoot .table-read-less{
    background-color: transparent;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

/* Diary
--------------------------------------------------------------*/

.diary-standout,
.diary-standout p,
.diary-standout table{
	color:#4169e1;
	background-color:#e7f5fe;
}

.diary-standout .diary-standout-invert,
.diary-standout .diary-standout-invert p{
	background-color:#4169e1;
	color:#e7f5fe;
}

.diary-bold{
	background-color:#ffff99;
	color:#4169e1;
	box-shadow:0 0px 13px 6px #4169e1;
	border-radius:90px;
}

.diary-bold > div{
	border-radius:90px;
}

.diary-bold p{
	color:#4169e1;
}

[data-target="#dataCollapse"]{
	cursor:pointer;
}

#dataCollapse .card{
	background-color:unset;
}

.diary-images,
.diary-images img{
	height:350px;
	object-fit:contain;
}

.diary-images .carousel-caption{
	bottom:unset;
	top:20px;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/

.post-template-single-custom-wbtn article img.alignright,
.post-template-music-blog-post article img.alignright,
.post-template-single-custom-wbtn article img.alignleft,
.post-template-music-blog-post article img.alignleft{
	margin-top:1rem;
	margin-bottom:1rem;
}

@media screen and (max-width:1024px){
	.post-template-single-custom-wbtn article img.alignright,
	.post-template-music-blog-post article img.alignright,
	.post-template-single-custom-wbtn article img.alignleft,
	.post-template-music-blog-post article img.alignleft{
		float:none;
		display:block;
		margin:1rem auto;
	}
}

/*--------------------------------------------------------------
## media queries 
--------------------------------------------------------------*/

@media (max-width: 1199.98px) {
	.cat-box {
		width: 176px;
		max-width: 176px!important;
	}
}

@media (max-width: 991.98px) {
	.category-card {
		width: 23%;
		max-width: 23%;
	}
	.footer-widget {
		order: 1;
		width: 100%;
		text-align: center;
	}
	.footer-widget:first-of-type {
		width: 100%;
		order: 2;
	}
	.footer-widget:first-of-type p {
		font-size: 0.75rem;
	}
	.footer-widget ul {
		margin: 0;
		padding: 0;
	}
	.footer-widget ul li::after {
		content: '';
	}
	.grey-bg {
		margin-top: 15px;
		height: auto;
	}
	.featured-posts .btn {
		font-size: 0.75rem;
	}
	.special-box {
		margin: auto;
	}
	.category-boxes .small-boxes {
		padding-left: 0;
		margin: auto;
	}
	.card-body p {
		font-weight: bold;
		padding-right: 15px;
	}
	.category-card:hover .x-btn,
	.category-card:active .x-btn {
		display: block;
	}
	.category-row.row {
		margin-left: 0;
		margin-right: 0;
	}
	.footer-widget .textwidget > p{
		margin:1.5rem auto;
	}
}

@media screen and (max-width:900px){
	.footer-widget ul li {
		flex-grow: 1;
		width: 100%;
		margin: .5rem 0;
	}
}

@media (max-width: 767.98px) {
	.category-card {
		width: 31%;
		max-width: 31%;
	}
	#site-search {
		top: 9px;
	}
	.textwidget{
		justify-content: center;
	}
	.menu-footer-menu-container{
		margin-bottom:1rem;
	}
}

@media (max-width: 575.98px) {
	.category-card {
		width: 48%;
		max-width: 48%;
	}
	.card-body p {
		max-height: 77%;
		overflow: hidden;
	}
	.post-thumbnail {
		float: none;
		margin: auto;
		margin-bottom: 1rem;
	}
	.entry-meta {
		margin: auto;
		text-align: center;
	}
}

@media (min-width: 576.99px) {
	.sfsi_Sicons {
		margin-left: 63px;
		margin-top: 7px;
	}
}

@media (min-width: 1442px) {



}

@media (min-width: 991.99px) and (max-width: 1499.98px) {


}

@media (min-width: 991.98px) {
	.featured-text {
		background: #ffffff !important;
	}
	#more-trending-news-h6 {
		position: absolute;
		bottom: 0;
		right: 20px;
	}
	.trending-links {
		max-height: 500px;
	}
	.featured-posts {
		max-height: 500px;
	}
}
@media (min-width: 2500px) {
	body {
		font-size: 1.5rem;
	}
	.container {
		max-width: 80%;
	}
	p.trending-story-header {
		font-size: 1.3rem;
	}
	.flex-row.top-row {
		width: 60vw;
	}
	.category-boxes {
		width: 60vw;
	}
	p {
		font-size: 1.5rem;
	}
	.trending-links {
		max-height:700px;
	}
	.featured-posts {
		max-height: 700px;
	}
}

/*Custom*/

#wpcf7-f47-p45-o1 #anr_captcha_field_1 div{margin:0 auto;}
.woocommerce-cart #pwgc-redeem-gift-card-form{display:none;}
.woocommerce-checkout #pwgc-redeem-gift-card-form, .woocommerce-checkout #place_order{width:100%;}
#tip-button form{text-align:center;}
#tip-button .wpedon_paypalbuttonimage{width:auto;}
#comments{color:#bbbbbb;}
#body-types-backs img{height:300px;}
.home .entry-header h1{
	text-align: center;
	font-size: 1.5rem;
	color: #1a1a1a;
	font-weight: bold;
	margin-bottom: 1rem;
}
.cf7mls_back.action-button{
	display:none;
}
@media screen and (max-width:768px){
	.featured-posts{padding:0;}
	.home .card-body p{font-size:.85rem;padding-right:0;}
	#body-types-backs div:first-child{margin-right:0!important;}
	#body-types-backs img{margin-bottom:1rem;}
	#body-types-backs img:last-child{margin-top:1rem;}
	.small-boxes{display:block;}
}

.cart-contents
{
	display:none!important;
}

.choices__list--single .choices__item {
     color: #404040 !important;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list
{
	color: #404040 !important;
}