/*
Theme Name: asian_scientist2
Theme URI: https://www.ripplewerkz.com/
Author: Ripplewerkz
Author URI: https://www.ripplewerkz.com/
Description: Asian Scientist Themes 2
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: asian_scientist2
Tags:

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.

asian_scientist2 is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@media (max-width: 1440px) {
	article > .il-de-col.main .in-la-par.ho-co-par.par-xlarge.par.font-c p {
		font-size: 21px;
	}
}

@media (max-width: 780px) {
	article > .il-de-col.main .in-la-par.ho-co-par.par-xlarge.par.font-c p {
		font-size: 19px;
	}
}

@media (max-width: 480px) {
	article > .il-de-col.main .in-la-par.ho-co-par.par-xlarge.par.font-c p {
		font-size: 17px;
	}
}

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

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

p {
	margin-bottom: 1.5em;
}

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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	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;
}

select {
	border: 1px solid #ccc;
}

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;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

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

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

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

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

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## 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;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media (width: 1366px) {
	#asian-scientists .col-md-5,
	#asian-scientists .col-md-7 {
		width: 50%;
	}
	.header-content .he-co-main .container-fluid.hc-ma-bottom {
		padding-left: 140px !important;
		padding-right: 140px !important;
	}
	#main-wrapper .home-content .container-fluid .row-large .col-md-9 {
		width: 827px;
	}
	.container-fluid .auto {
		max-width: 1400px;
	}
	.he-co-main .menu > ul,
	.he-co-bottom .hc-bo-main .hc-bo-col .menu > ul {
		justify-content: space-between !important;
	}
	#main-wrapper .home-content .container-fluid .row-large .col-md-12 .col-md-4 {
		/* width: 304px; */
	}
}
@media (max-width: 1366px) {
	.header-content .hc-ma-bottom .menu-link, .menu > ul > li > a {
		padding: 3px !important;
	}
}
@media (min-width: 1366px) {
	.container-fluid {
		max-width: inherit !important;
		padding-left: 103px !important;
		padding-right: 103px !important;
	}
	.container-fluid .auto {
		max-width: inherit !important;
	}
	
	#latest-news .posts .post.post--featured .post__excerpt p {
		font-family: Roboto;
		font-size: 14px;
	}
	#latest-news .posts .post.post--latest-featured .post__title {
		line-height: 35px;
	}
	.widget.widget_text {
		margin-bottom: 35px;
	}
	#widget_sp_image-2 {
		margin-bottom: 20px;
	}
	.home .home-content .main-row .col-md-3 {
		padding-right: 0;
	}
	.home .post.post--normal {
		margin-bottom: 46px;
	}
	.home .post.post--normal img {
		margin-bottom: 11px;
	}
	.home .post .post__category {
		margin-bottom: 11px;
	}
	.home .post.post--normal .post__title {
		margin-bottom: 11px;
	}
	.single-scientist.scientist.home-content .main-row .col-md-3 {
		padding-right: 0;
	}
	#main-wrapper .single-scientist.scientist .container-fluid {
		flex: 1;
		margin: 0;
	}
	#main-wrapper .single-scientist.scientist .scientist__header {
		margin-top: 0;
		padding-top: 24px;
		padding-left: 20px;
		padding-right: 27px;
		padding-bottom: 68px;
		align-items: start;
		max-height: 110px;
		margin-bottom: 12px !important;
	}
	#main-wrapper .single-scientist.scientist .scientist__bio .scientist__avatar {
		width: 278px;
		height: 278px;
		min-height: auto;
	}
	#main-wrapper .single-scientist.scientist .scientist__name {
		padding-top: 7px;
		padding-bottom: 10px;
	}
	#main-wrapper .single-scientist.scientist .scientist__header a i.fa.fa-angle-left {
		margin-right: 6px;
	}
	#main-wrapper .single-scientist.scientist .scientist__bio .scientist__details {
		height: 278px;
		padding-top: 0;
		justify-content: inherit;
	}
	#main-wrapper .single-scientist.scientist .scientist__header .divider {
		margin: 0 18px;
	}
	#main-wrapper .single-scientist.scientist .scientist_socials.socials {
		margin-bottom: 0;
	}
	#main-wrapper .single-scientist.scientist .scientist__bio {
		margin-bottom: 48px;
	}
	#main-wrapper .single-scientist.scientist .scientist__bio p {
		margin-bottom: 13px;
	}
	#main-wrapper .single-scientist.scientist .scientist__bio p b {
		margin-bottom: 6px;
	}
	#main-wrapper .single-scientist.scientist .scientist__content {
		margin-bottom: 42px;
	}
	#main-wrapper .single-scientist.scientist .scientist__content p {
		margin-bottom: 31px;
	}
	#main-wrapper .single-scientist.scientist .scientist__awards li {
		padding-bottom: 12px;
	}
	#main-wrapper .section .section__title {
		padding-top: 15px;
		padding-bottom: 12px;
	}
	#main-wrapper .fixed-sidebar {
		width: 300px !important;
	}
	#main-wrapper .fixed-sidebar .bp-img {
		width: 300px !important;
	}
	#main-wrapper .home-content .main-row {
		padding-left: 30px;
	}
	.home #main-wrapper .home-content .main-row {
		padding-left: 0;
		margin-left: 0;
		margin-right: 0;
		justify-content: space-between;
	}
	#main-wrapper .home-content .container-fluid {
		padding-left: 103px;
		padding-right: 103px;
	}
	.header-content .hc-ma-top {
		padding-bottom: 29px;
	}
	.hc-ma-top .logo {
		margin-top: 45px;
	}
	.hc-ma-top .hc-ma-col.right {
		right: 145px;
	}
	#menu-main-menu a {
		padding-top: 2px;
		padding-bottom: 5px;
	}
	#main-wrapper .home-content .container-fluid .row-large .col-md-12 {
		padding: 0;
	}
	#main-wrapper .home-content .container-fluid .row-large .col-md-12 .post {
		padding: 0;
	}
	#main-wrapper .home-content .container-fluid .row-large .col-md-12 .col-md-4 {
		/* width: 33.3333333%; */
		padding-top: 27px;
		padding-left: 20px;
		padding-bottom: 24px;
	}
	#main-wrapper .home-content .container-fluid .row-large .col-md-9 {
		padding-left: 0;
		padding-right: 0;
	}
	.home #main-wrapper .home-content .container-fluid .row-large .col-md-9 {
		margin-left: -3px;
	}
	.home #main-wrapper .home-content .divider {
		margin-top: 21px;
		margin-bottom: 38px;
	}
	#main-wrapper .home-content #latest-news .divider {
		margin-top: 17px;
		margin-bottom: 17px;
	}
	.home .magazine .row .col-md-7 {
		width: 50%;
		padding-right: 28px;
	}
	.home .magazine .row .col-md-5 {
		width: 50%;
		padding-right: 20px;
	}
	#main-wrapper .home-content .post.post--latest-featured .col-md-4 {
		min-width: 304px;
	}
	#main-wrapper .home-content #print-news-section {
		padding: 0 20px 35px 60px;
	}
	#main-wrapper .home-content #print-news-section .flex-direction-nav .flex-prev {
		/* left: 0 !important; */
	}
	.home #main-wrapper .home-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main-wrapper .home-content .post.post--latest-featured .post__title {
		margin-bottom: 16px;
		padding-bottom: 16px;
	}

	.home #main-wrapper .inner-content .scientists-banner {
		min-height: auto;
		padding-top: 49px;
	}
	#main-wrapper .inner-content .scientists-banner {
		
		align-items: inherit;
		padding-top: 64px;
		padding-bottom: 37px;
		min-height: auto;
	}
	#main-wrapper .inner-content .scientists h3 {
		padding-top: 34px;
		padding-bottom: 26px;
		max-width: 308px;
		max-height: 77px;
		padding-left: 0;
	}
	#main-wrapper .inner-content .scientists .scientists__filter {
		/* padding-left: 103px; */
	}
	#main-wrapper .inner-content .scientists .scientists__filter h3 {
		margin-bottom: 0;
	}
	#main-wrapper .inner-content .scientists .scientists__filter .filter-dropdown {
		margin-top: 14px;
		margin-bottom: 14px;
		padding-left: 0;
	}
	#main-wrapper .inner-content .scientists .scientists__results {
		padding-left: 48px;
	}
	#main-wrapper .inner-content .scientists .scientists__results h3 {
		padding-top: 29px;
		padding-left: 33px;
		max-width: 100%;
		margin-bottom: 11px;
	}
	#main-wrapper .inner-content .scientists .scientist {
		padding-top: 29px;
		padding-bottom: 29px;
	}
	#main-wrapper .inner-content .scientists .scientist h4 {
		margin-bottom: 15px;
	}
	#main-wrapper .inner-content .scientists .scientist p {
		margin-bottom: 11px;
	}
	#main-wrapper .inner-content .scientists .scientists__results .infinite-scroll-wrapper {
		padding-right: 103px;
	}
	#main-wrapper .inner-content .container-fluid {
		padding: 0;
	}
	#main-wrapper .inner-content .scientists-banner .container-fluid {
		padding-left: 103px;
		padding-right: 103px;
	}
	#main-wrapper .inner-content .scientists-banner .banner-content {
		align-items: inherit;
	}
	#main-wrapper .inner-content .scientists-banner .banner-content .banner__image {
		max-width: 392px;
		margin-right: 0px;
	}
	#main-wrapper .inner-content .scientists-banner .banner-content .banner__image img {
		width: 300px;
	}
	#main-wrapper .inner-content .scientists-banner .banner-content .banner__content {
		align-items: inherit;
	}
	#main-wrapper .inner-content .scientists-banner .banner-content .banner__content h2 {
		margin-top: 79px;
		margin-bottom: 20px;
		padding-bottom: 13px;
	}
	footer .footer-content {
		padding-left: 103px;
		padding-right: 103px;
		padding-top: 53px;
	}
	footer .footer-content .row .col-lg-9.col-md-8.col-sm-12,
	footer .footer-content .row .col-lg-3.col-md-4.col-sm-12 {
		padding-top: 0;
	}
	footer .footer-content .fc-logo {
		width: 82px;
		height: 82px;
	}
	footer .footer-content .auto.par-large {
		padding-left: 0;
		padding-right: 0;
	}
	.footer-content .auto .row .col-lg-9.col-md-8.col-sm-12 {
		border-right: 1px solid #000000;
	}
	.footer-content .auto .row .col-lg-3.col-md-4.col-sm-12 {
		border-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 1400px) {
	.hc-ma-top .hc-ma-col.right .hc-ma-list ul li:first-child a {
        font-size: 12px;
    }
}

/* @media (min-width: 768px) and (max-width: 1366px) { */
@media (min-width: 768px) {
	/*--------------------------------------------------------------
    ## Custom Style
    --------------------------------------------------------------*/
    .fo-co-links li a {
        font-size: 16px;
    }
    #print-news-section .btn.btn-subscribe {
        font-size: 28px;
    }
    .home #latest-news .text--18 {
        font-size: 13px;
    }
    .ho-co-newsletter .signup .email {
        font-size: 16px !important;
    }
    .ho-co-newsletter p {
        font-size: 12px !important;
    }
    .post .post__excerpt {
        font-size: 14px !important;
    }
    .post.post--normal .post__title {
        font-size: 20px !important;
    }
    .post .post__category a span {
        font-size: 10px !important;
    }
    .post--featured .post__category a span {
        font-size: 12px !important;
    }
    .post.post--featured .post__title {
        font-size: 28px !important;
    }
    /* .menu {
        font-size: 12px !important;
    } */
    .scientists-banner h2 {
        font-size: 36px !important;
    }
    .scientists-banner div {
        font-size: 16px !important;
    }
    .scientists h3 {
        font-size: 25px !important;
    }
    .scientists__filter .filter-dropdown__button {
        font-size: 17px;
    }
    .scientists__filter .filter-dropdown__menu li {
        font-size: 13px;
    }
    .single-scientist.scientist .scientist__name {
        font-size: 36px !important;
    }
    .single-scientist.scientist .scientist__bio p {
        font-size: 16px !important;
        font-family: Sans-Serif;
    }
    .single-scientist.scientist .scientist__content .text--12 {
        font-size: 12px;
    }
    .single-scientist.scientist .scientist__awards span {
        font-size: 16px;
    }
    .author__name {
        font-size: 36px !important;
    }
    .author h3 {
        font-size: 22px !important;
    }
    .blog .post--featured .post__category a span {
        font-size: 10px !important;
    }
    .blog .post.post--featured .post__title {
        font-size: 20px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
	.home-content .main-row .col-md-3 {
		padding-left: 0 !important;
	}
	.home-content .row.row-large.main-row {
		margin-left: 0;
		margin-right: 0;
	}
	.home-content .row.row-large.main-row .col-md-12 {
		padding: 0;
		width: 100%;
	}
	.home-content .row.row-large.main-row .col-md-12 .col-md-7 img {
		max-width: 280px !important;
		margin: auto !important;
	}
	.home-content .row.row-large.main-row .col-md-12 .col-md-5 {
		padding-right: 50px;
	}
	.home-content .row.row-large.main-row .col-md-12 .col-md-5,
	.home-content .row.row-large.main-row .col-md-12 .col-md-7 {
		width: 50%;
	}
	.scientists-banner {
		min-height: auto !important;
		padding-top: 15px;
		padding-bottom: 25px;
	}
	.scientists-banner .banner-content .banner__image {
		margin-right: 40px !important;
		margin-left: 15px !important;
	}
	.fc-bo-bottom .fc-btn {
		display: inline-block;
	}
	.fo-co-arrow {
		display: none !important;
	}
}
@media (width: 1024px) {
	.scientists-banner {
		padding-top: 35px !important;
	}
}

/* .tag-video .me-co-bar {
	min-height: auto !important;
} */

.single-scientist.scientist .scientist__header {
	margin-bottom: 0 !important;
	padding-bottom: 80px;
	padding-left: 15px;
	padding-right: 15px;
	background: #000;
}
.single-scientist.scientist .scientist__header h3 {
	color: #fff !important;
}
.single-scientist.scientist .scientist__header .divider {
	border-left-color: #fff !important;
}
.single-scientist.scientist .scientist__header a {
	color: #fff !important;
}
.single-scientist.scientist .scientist__header a i {
	background: #fff !important;
	color: #000 !important;
}



.scientist .textwidget .socials b {
	font-family: Roboto;
}
.single-scientist.scientist .scientist__content span.photo-credit,
.scientist .scientist__details span.photo-credit {
	display: block;
	font-size: 12px;
}

.blog .post.post--featured .post__title, 
.archive .category-list .posts .post.post--featured .post__title a {
	font-family: 'Roboto Condensed';
}

@media (max-width: 991px) {
	.hc-ma-list .icon.hc-ma-search .fa.fa-search {
		font-size: 20px;
	}
	.home-content .main-row .col-md-3 {
		display: none;
	}
	.home-content .post.post--latest-featured {
		padding-left: 0;
	}
	.home-content .post.post--latest-featured .row {
		padding-left: 15px;
		padding-right: 15px;
	}
	.posts .post .post__category a::after {
		height: 3px;
		bottom: -1px;
	}
	.home-content #asian-scientists .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media (max-width: 950px) {
	.menu-mobile .menu > ul > li a::after {
		height: 0;
	}
	.menu-mobile .menu > ul > li a:hover::after {
		height: 4px;
		bottom: 0;
	}
	.header-content .he-co-bottom .menu-bar.active span:nth-child(1) {
		-webkit-transform: translateY(7.5px) rotate(45deg);
		transform: translateY(7.5px) rotate(45deg);
	}
}
@media (max-width: 767px) {
	.posts .post.post--normal {
		flex-direction: column;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.posts .post.post--normal .post__thumbnail {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.he-co-bottom .hc-ma-list .hc-ma-search {
		margin-top: 20px;
	}
	.category-list .category-topbar {
		display: none !important;
	}
	#main-wrapper .push-top {
		padding-top: 95px !important;
	}
	.he-co-bottom {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.hc-bo-col.logo img {
		max-width: 210px;
		margin: auto;
	}

	.home-content .post.post--latest-featured {
		width: calc(100% + 30px);
		margin-left: -15px;
		padding-left: 15px !important;
		padding-right: 15px;
		padding-top: 15px;
	}
	.home-content .post.post--latest-featured .row {
		padding-left: 0;
		padding-right: 0;
	}
	#print-news-section.flexslider .hc-bo-title {
		font-size: 16px;
		margin-left: 0;
		width: 165px;
	}

	.author__details {
		display: block !important;
	}
	.author__avatar {
		text-align: center;
	}
	.author .content-main-col {
		padding-top: 80px;
	}
	.author .push-top {
		padding-top: 0 !important;
	}
	.archive.author .post.post--normal {
		/*
		-ms-flex-flow: row !important;
		flex-flow: row !important;
		*/
	}
	.archive.author .post.post--normal > div {
		padding: 10px;
	}
	.archive.author .post.post--normal .post__excerpt.hidden-xs {
		display: none !important;
	}

	.page-template-tpl-as100 #main-wrapper .push-top {
		padding-top: 80px !important;
	}
	.scientists-banner > .container-fluid {
		padding-bottom: 40px;
	}
	.scientists-banner .banner-content {
		padding-top: 40px;
		padding-bottom: 0;
	}
	.scientists-banner .banner-content h2 {
		font-size: 21px;
	}
	.scientists-banner .banner-content p {
		font-size: 18px;
		line-height: 1.4;
	}
	.scientists-banner .banner-content .banner__image img {
		max-width: 180px;
	}
	.scientist .visible-xs span.photo-credit {
		font-size: 12px;
	}
	#main-wrapper .single-scientist.scientist .scientist__name {
		padding-top: 14px;
	}

	.single-scientist.scientist .scientist__header {
		padding-top: 15px !important;
		padding-bottom: 15px;
	}
	.single-scientist.scientist .scientist__header h3 {
		font-size: 20px !important;
	}

	.post.post--normal .post__title {
		font-size: 22px !important;
	}
	.category-list .posts .post.post--featured .post__excerpt {
		font-size: 14px !important;
	}

	.widget .textwidget .ho-co-newsletter p {
		font-family: Roboto;
	}
	.widget .textwidget .ho-co-newsletter form .input-group {
		align-items: center;
		padding-bottom: 10px;
	}
	.widget .textwidget .ho-co-newsletter form .input-group .input-group-btn br {
		display: block;
		margin: 0;
	}
	.widget .textwidget .ho-co-newsletter form input.form-control {
		padding: 0;
	}

	footer .fo-co-links ul li.menu-item {
		font-size: 12px;
	}
}
p.show-xs { display: none; }
@media (max-width: 543px) {
	p.show-xs {
		display: block !important;
	}
	p.hide-xs {
		display: none;
	}
	#print-news-section.flexslider .magazine .magazine__details {
		text-align: left;
	}
	#asian-scientists .section-content ul li {
		width: 100% !important;
	}
	#asian-scientists .section-content ul li:last-child {
		margin-left: 0 !important;
	}
	.footer-content .fo-co-top span {
		margin: 5px;
	}
	.footer-content .fo-co-arrow {
		display: none;
	}
	.footer-content .fo-co-top p {
		margin-bottom: 10px;
	}
}
@media (max-width: 374px) {
	.single-scientist.scientist .scientist__header .divider {
		display: none;
	}
	.single-scientist.scientist .scientist__header .flex-xs-block {
		flex-direction: column;
		align-items: start;
	}
	.single-scientist.scientist .scientist__header .flex-xs-inline {
		margin-top: 3px;
	}
}
@media (min-width: 951px) {
	.hc-bo-main .hc-bo-col::after {
		background: none;
	}
	.header-content .current-menu-item .video::before {
		background: none;
		height: 0px;
	}
}
@media (min-width: 1024px) {
	.ho-co-newsletter p {
		font-size: 13px !important;
		font-family: Roboto !important;
		line-height: 16px !important;
	}
	.single-scientist.scientist .scientist__header {
		margin-top: 0 !important;
	}
	.textwidget .ho-co-newsletter form.signup .input-group > br,
	.textwidget .ho-co-newsletter form.signup .input-group .input-group-btn > br {
		display: none;
	}
	.textwidget .ho-co-newsletter form.signup .input-group {
		display: inline-block;
	}
	.textwidget .ho-co-newsletter form.signup .input-group input {
		max-width: calc(100% - 70px);
	}
	.textwidget .ho-co-newsletter form.signup .input-group .input-group-btn {
		display: inline-block !important;
		width: 60px;
		margin-left: 10px;
	}
}
.home-content .ho-vid-list.col4 li.set {
	width: 25%;
}
@media (max-width: 1200px) {
	.home-content .ho-vid-list.col4 li.set {
		width: 33.33%;
	}
}
@media (min-width: 1900px) {
	.ho-vid-list.video-wrapper.col-md-12 {
		width: 75%;
	}
	.home-content .ho-vid-list.col4 li.set {
		width: 25%;
	}
}
@media (max-width: 1200px) {
	.home-content .ho-vid-list.col4 li.set {
		width: 33.33%;
	}
}
@media (max-width: 950px) {
	.home-content .ho-vid-list.col4 li.set {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.home-content .ho-vid-list.col4 li.set {
		width: 100%;
	}
}
@media (min-width: 1366px) {
	#main-wrapper .container-fluid {
		max-width: inherit;
	}
	#latest-news .posts .post.post--latest-featured .post__excerpt {
		margin-bottom: 0;
	}
	.single-post #main-container .inner-content .container-fluid {
		padding-left: 40px;
		padding-right: 40px;
	}
	.author .content-main-col .author__posts h3 {
		margin-top: 0;
	}
	.author .content-main-col .divider {
		margin: 32px 0 15px 0;
	}
	.author__details .author__avatar img {
		max-width: 200px;
	}
	.scientist__content .photo-credit {
		font-size: 12px;
		display: block;
		margin-top: 22px;
	}
	#main-wrapper .single-scientist.scientist .scientist__bio p b {
		margin-bottom: 0;
	}
	.scientist__details_title {
		font-weight: bold;
	}
	.textwidget .signup .input-group {
		width: 100%;
	}
	.textwidget .ho-co-newsletter form .form-control {
		max-width: calc(100% - 10px);
	}
	form.signup .input-group-btn {
		display: block !important;
	}
	.textwidget .ho-co-newsletter p {
		font-size: 13px !important;
		font-family: Roboto !important;
		line-height: 15px;
	}
	.archive .category-list .posts .post.post--featured .post__title a {
		font-size: 20px;
	}
	.archive #main-wrapper .inner-content .container-fluid {
		padding-left: 40px;
		padding-right: 40px;
	}
	.he-co-bottom .menu > ul > li.menu-item > a:hover::after,
	.he-co-bottom .menu > ul > li.menu-item > a::after,
	.he-co-bottom .menu > ul > li.current-menu-item > a:hover::after,
	.he-co-bottom .menu > ul > li.current-menu-item > a::after {
		/* background: #fff !important; */
		height: 3px !important;
		bottom: 1px !important;
	}
	.blog .posts .post .post__category a::after {
		bottom: -1px;
	}
	#latest-news .posts .post .post__category a::after {
		bottom: -1px;
	}
	.single-scientist .posts .post .post__category a::after {
		height: 3px;
		bottom: -1px;
	}
	.single-scientist .section .paginate-links {
		margin-top: 30px;
	}
	.blog #main-wrapper .inner-content .container-fluid {
		padding-left: 103px;
		padding-right: 103px;
	}
	footer .fo-co-links li a {
		font-size: 14px;
	}
	font.fo-co-copyright {
		font-size: 14px;
		margin-right: 10px;
	}
	.fc-bo-bottom .fc-btn {
		width: 80%;
	}
	.fo-co-sns .fc-sns {
		font-size: 18px;
		width: 30px;
		height: 30px;
	}
	.fo-co-sns .fc-sns i {
		font-size: 90%;
	}
	.flex-next i,
	.flex-prev i {
		display: none;
	}
	.flexslider .flex-direction-nav li a.flex-next,
	.flexslider .flex-direction-nav li a.flex-prev {
		background-size: cover !important;
	}
	.flexslider .flex-direction-nav li a.flex-prev {
		background-image: url(http://asian-scientist.cms.ripplewerkz.co/wp-content/uploads/2020/03/left_arrow-01.png) !important;
	}
	.flexslider .flex-direction-nav li a.flex-next {
		background-image: url(http://asian-scientist.cms.ripplewerkz.co/wp-content/uploads/2020/03/right_arrow-01.png) !important;
	}
	.icon.hc-ma-search .fa.fa-search{
		font-size: 20px;
	}
	.header-content .header-right-menu li:first-child {
		padding-top: 2px;
		padding-bottom: 2px;
	}
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.innter-content.single-scientist.scientist .scientist__header {
		padding-bottom: 40px;
	}
	.innter-content.single-scientist.scientist .scientist__bio .scientist__avatar {
		width: 245px;
		min-height: 245px;
	}
	.innter-content.single-scientist.scientist .scientist__bio .scientist__details {
		padding-top: 0;
		justify-content: inherit;
	}
	#main-wrapper .inner-content .scientists-banner {
		min-height: auto;
		padding-top: 47px;
		padding-bottom: 37px;
		padding-left: 40px;
		padding-right: 40px;
	}
	#main-wrapper .inner-content .scientists .scientists__results h3 {
		width: calc(100% + 103px);
		max-width: calc(100% + 103px);
	}
	.posts .post.post--latest-featured .post__title {
		margin-bottom: 10px;
		padding-bottom: 10px;
		line-height: 35px;
	}
	.posts .post.post--latest-featured .row .col-md-4 {
		padding-top: 35px;
	}
	.posts .post .post__category a::after {
		height: 3px;
		bottom: -1px;
	}
	.hc-ma-top .logo {
		margin-top: 45px;
	}
	.hc-ma-top .hc-ma-col.right {
		right: 145px;
	}
	.he-co-bottom .hc-bo-col::after {
		background: inherit;
	}
	.hc-bo-col.hc-ma-list {
		font-size: 12px;
	}
	.icon.hc-ma-search .fa {
		font-size: 14px;
	}
	.menu {
        font-size: 12px !important;
    }
	.menu-link::after, .menu > ul > li > a::after, .menu > ul > li .custom-select-wrapper .custom-select-display::after {
		height: 5px !important;
	}
	#asian-scientists .col-md-7.section-content, #asian-scientists .col-md-5.section-content {
		width: 50%;
	}
	#asian-scientists .col-md-7.section-content img {
		margin: auto;
	}
	#asian-scientists .col-md-5.section-content {
		padding-right: 15%;
	}
	.fo-co-sns .fc-sns {
		font-size: 18px;
		width: 30px;
		height: 30px;
	}
	.fc-bo-bottom .btn.fc-btn {
		display: inline-block;
		padding-right: 20px;
	}
	.footer-content {
		padding-left: 40px;
		padding-right: 40px;
	}
	.fo-co-links li a {
		font-size: 14px;
	}
}
@media (min-width: 1367px) {
	.post .post__category a::after {
		bottom: -2px !important;
	}
	#print-news-section.flexslider .magazine__image img {
		width: auto;
		height: 100%;
		margin: auto 10px auto auto;
	}
	#asian-scientists .col-md-7.section-content,
	#asian-scientists .col-md-5.section-content {
		width: 50%;
	}
	#asian-scientists .col-md-7.section-content img {
		/* margin: auto auto auto calc(50%); */
		margin: auto auto auto 163px;
	}
	#asian-scientists .col-md-5.section-content {
		padding-right: 15%;
	}
	.textwidget .ho-co-newsletter h1 span {
		padding: 2px 24px 0px 14px;
	}
	.textwidget .ho-co-newsletter h1 span:last-child {
		/* display: inline-block !important; */
		padding: 2px 34px 0px 14px;
	}
	.blog .post.post--featured .post__title,
	.archive .category-list .posts .post.post--featured .post__title a {
		font-size: 28px !important;
		line-height: 35px !important;
	}
	#main-wrapper .inner-content .scientists .scientists__results h3 {
		max-width: calc(100% + 103px);
		width: calc(100% + 103px);
	}
	.header-content .hc-ma-bottom .menu-link, .menu > ul > li > a {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.fc-bo-bottom .btn.fc-btn {
		width: auto;
		display: inline-block;
		padding-right: 20px;
	}
}
@media (min-width: 1367px) and (max-width: 1611px) {
	.menu {
        font-size: 16px !important;
    }
	.hc-ma-top .hc-ma-col.right .hc-ma-list ul li:first-child a {
		font-size: 14px;
	}
	.hc-ma-list {
		font-size: 13px !important;
	}
	.header-content .he-co-bottom .hc-bo-main .hc-bo-col.menu.par-xlarge ul li {
		font-size: 13px;
	}
}
@media (min-width: 1600px) {
	.menu {
        font-size: 18px !important;
    }
	#main-wrapper .single-scientist .container-fluid .col-md-3 {
		width: calc(25% - 30px);
	}
	#main-wrapper .fixed-sidebar.fixed {
		width: calc(25% - 104px) !important;
	}
	#main-wrapper .fixed-sidebar.fixed.absolute {
		width: calc(100% - 30px) !important;
	}
	#main-wrapper .fixed-sidebar .bp-img,
	#main-wrapper .fixed-sidebar {
		width: 100% !important;
	}
}
@media (min-width: 1920px) {
	.hc-bo-col.menu {
		font-size: 16px !important;
	}
	.home-content .post--featured .post__category a span {
		font-family: Roboto;
		font-size: 14px !important;
		line-height: 1.4;
	}
	.home-content .post.post--featured .post__title a {
		font-family: Merriweather;
		font-size: 50px;
		line-height: 1.2;
	}
	.home-content #latest-news .posts .post.post--featured .post__excerpt p {
		font-family: Roboto;
		font-size: 18px;
		line-height: 1.8;
	}
	#asian-scientists .col-md-7.section-content {
		width: 45% !important;
	}
	#asian-scientists .col-md-5.section-content {
		width: 55% !important;
		padding-right: 173px;
	}
}

header {
	z-index: 11 !important;
}
.he-co-bottom {
	background: #fff !important;
	color: #000 !important;
	box-shadow: 0 1px 5px 0px #ddd;
}
.he-co-bottom a:hover {
	color: #000 !important;
}
.hc-bo-col.header-right-menu--red li:first-child {
	border-color: #000;
}
.menu-bar span {
	width: 25px !important;
	height: 3px !important;
	background: #000 !important;
}
.single-scientist.scientist .scientist__header .flex-xs-block .flex-xs-inline {
	display: flex;
}
#main-wrapper.category-list .posts .post.post--normal .post__category
{
	display: block;
}

.video-wrapper .ho-co-line {
	height: 4px;
}
.flexslider .flex-direction-nav li a.flex-prev {
	background-image: url("/wp-content/uploads/2020/03/left_arrow-01.png") !important;
}
.flexslider .flex-direction-nav li a.flex-next {
	background-image: url("/wp-content/uploads/2020/03/right_arrow-01.png") !important;
}

.par blockquote {
	border-left: 0;
}
.ho-co-par p a {
	text-decoration: none !important;
}
.h1.bp-title.title-large2.font-b {
	font-size: 54px;
	line-height: 1.2em;
}

.related_post.wp_rp .hc-ne-set .hc-ne-capt .ho-co-par.main{
	padding: 0;
}

article > .il-de-col.main .in-la-par.ho-co-par.par-xlarge.par.font-c p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
}

/* new inserted css rule */
@media (min-width: 1921px) {
  .home .magazine .row .col-md-5 {
    width: 33.33%;
  }
  .home .magazine .row .col-md-7 {
    width: 66.66%;
  }
  #print-news-section .magazine__details {
    max-width: inherit !important;
  }
  #print-news-section .magazine__posts li {
    display: inline-block;
    margin: auto 5px;
    padding: 20px 0 !important;
    width: calc(50% - 12px);
  }
  #print-news-section .magazine__posts li:last-child {
    vertical-align: bottom;
    padding: 0 !important;
  }
  #print-news-section .btn.btn-subscribe {
    margin-top: 30px;
  }
}

.gform_validation_errors {
	display:none;
}

#gform_3 {
	display: flex;
	align-items: flex-start;
    margin: 12px 0;
}

.gform_body	{
	flex-basis: auto;
	flex-grow: 1;
}

.gform_footer {
	flex-basis: auto;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

#input_3_1 {
	border: 0 !important;
	background: transparent;
    border-bottom: 1px solid #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 3px;
    padding-left: 12px;
    font-size: 15px !important;
    height: 20px;
	width: 100%;
    border-radius: 0;
	min-height: auto;
}

#gform_submit_button_3 {
    font-size: 13px;
    border: 1px solid #8f0500;
    background: none;
    color: #8f0500;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
    padding-top: 0;
    padding-bottom: 0;
    appearance: none;
    border-radius: 0;
	margin: 0;
	min-height: auto;
	margin-left: 7px;
}

#input_3_1::placeholder {
	font-style: italic;
}

#gform_submit_button_3:hover, #gform_submit_button_3:active, #gform_submit_button_3:focus {
    background: #760400;
    color: #ffffff;
}

@media (max-width: 767px){
	#input_3_1 {
		background: none;
		padding: 0;
		border-bottom: 1px solid #fff !important;
	}

	#input_3_1::placeholder {
		color: #fff;
	}
	
	#gform_submit_button_3 {
		border-color: #fff;
		color: #fff;
		margin-left: 0;
	}
}

.gform_wrapper .gform_validation_errors {
	background: transparent;
	border: none;
}

@media (min-width: 768px){
	#input_3_1 {
    	font-size: 16px !important;
	}
}
