/*---------------------------------------------------------------------------------

	Theme Name: WE-THEME
	Version: 1.0.1
	Author: WORDPRESTEEM
	Author URI: https://profiles.wordpress.org/wordpresteem
	Theme URI: https://profiles.wordpress.org/wordpresteem/WE-THEME/
	Description: WE-THEME is a clean and free WordPress theme designed to serve as a visual diary. Due to support of all post formats you can create a pretty diversified blog.
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: WE-THEME
	Tags: one-column, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, post-formats, sticky-post, threaded-comments, translation-ready, blog, holiday, photography

-----------------------------------------------------------------------------------

	# 01.0 - Normalize
	# 02.0 - Elements
	# 03.0 - Typography
	# 04.0 - Layout
	# 05.0 - Forms
	# 06.0 - Tables
	# 07.0 - Lists
	# 08.0 - Buttons
	# 09.0 - Accessibility
	# 10.0 - Media
	# 11.0 - Pre-Loader
	# 12.0 - Header
	# 13.0 - Navigation
	# 14.0 - Post & Pages
	# 15.0 - Post Basics
	# 16.0 - Post Types
	# 17.0 - Post Overlay
	# 18.0 - Pagination
	# 19.0 - Comments
		## 19.1 - Comments
		## 19.2 - Comment Form
	# 20.0 - Widgets
	# 21.0 - Footer
	# 22.0 - Jetpack Compatibility

----------------------------------------------------------------------------------- */
/*--------------------------------------------------------------
01. Normalize
--------------------------------------------------------------*/
@font-face {
	font-family: 'AvenirNextLTPro-Regular';
	src: url('../eot/avenirnextltpro-regulard41d.eot#iefix') format('embedded-opentype'), url('../otf/avenirnextltpro-regular.otf') format('opentype'), url('../woff/avenirnextltpro-regular.woff') format('woff'), url('../ttf/avenirnextltpro-regular.ttf') format('truetype'), url('../svg/avenirnextltpro-regular.svg#AvenirNextLTPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirNextLTPro-Bold';
	src: url('../eot/avenirnextltpro-boldd41d.eot#iefix') format('embedded-opentype'), url('../otf/avenirnextltpro-bold.otf') format('opentype'), url('../woff/avenirnextltpro-bold.woff') format('woff'), url('../ttf/avenirnextltpro-bold.ttf') format('truetype'), url('../svg/avenirnextltpro-bold.svg#AvenirNextLTPro-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirNextLTPro-Demi';
	src: url('../eot/avenirnextltpro-demid41d.eot#iefix') format('embedded-opentype'), url('../otf/avenirnextltpro-demi.otf') format('opentype'), url('../woff/avenirnextltpro-demi.woff') format('woff'), url('../ttf/avenirnextltpro-demi.ttf') format('truetype'), url('../svg/avenirnextltpro-demi.svg#AvenirNextLTPro-Demi') format('svg');
	font-weight: normal;
	font-style: normal;
}
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;
}
.clearfix {
	clear: both;
}
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-appearance: textfield;
	box-sizing: content-box;
}
 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;
}
html {
	box-sizing: border-box;
}
*, *::after, *::before {
	box-sizing: inherit;
}
/*--------------------------------------------------------------
02. Elements
--------------------------------------------------------------*/
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	background-color: white;
}
a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
a:active, a:focus, a:active {
	outline: none;
	text-decoration: none;
}
hr {
	border-bottom: 1px solid #F0F0F0;
	border-left: none;
	border-right: none;
	border-top: none;
	margin: 1.5em 0;
	opacity: .2;
}
img, picture {
	margin: 0;
	max-width: 100%;
	height: auto;
}
embed, iframe, object {
	max-width: 100%;
}
/*--------------------------------------------------------------
03. Typograhpy
--------------------------------------------------------------*/
body {
	font-family: 'AvenirNextLTPro-Regular';
	font-size: 20px;
	color: #474157;
	line-height: 30px;
}
p {
	margin: 0 0 1em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #f5f5f5;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: .8em;
	line-height: 1.5;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
.home .has-post-thumbnail pre, .archive .has-post-thumbnail pre, .search .has-post-thumbnail pre {
	background: rgba(36, 36, 36, 0.8);
}
.comment-entry pre {
	background: #3e3e3e;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: .8em;
}
abbr, acronym {
	border-bottom: 1px dotted #F0F0F0;
	cursor: help;
}
mark, ins {
	background: #3e3e3e;
	color: white;
	text-decoration: none;
}
.comment-entry mark, .comment-entry ins {
	background: #3e3e3e;
}
small {
	font-size: .8em;
}
big {
	font-size: 1.4em;
}
h1, h2, h3, blockquote, q {
	font-family: 'AvenirNextLTPro-Bold';
	line-height: 1.25;
	margin: 0 0 .6em;
	text-rendering: optimizeLegibility;
	clear: both;
	font-weight: normal;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}
 h4, h5, h6, {
 font-family: 'AvenirNextLTPro-Regular';
 line-height: 1.25;
 margin: 0 0 .6em;
 text-rendering: optimizeLegibility;
 clear: both;
 font-weight:normal;
 word-wrap: break-word;
 -ms-word-wrap: break-word;
}
h1 {
	font-size: 40.95px;
}
h2 {
	font-size: 34.65px;
}
h3 {
	font-size: 28.35px;
}
h4 {
	font-size: 22.05px;
}
h5 {
	font-size: 18.9px;
}
h6 {
	font-size: 15.75px;
}
 @media screen and (min-width: 40em) {
h1 {
	font-size: 58.5px;
}
h2 {
	font-size: 49.5px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 18px;
}
}
blockquote, q {
	font-size: 40.5px;
}
@media screen and (min-width: 40em) {
blockquote, q {
	font-size: 25.2px;
	padding-left: 30px;
}
}
/*--------------------------------------------------------------
04. Layout
--------------------------------------------------------------*/
.site {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.site::after {
	clear: both;
	content: "";
	display: block;
}
.widthauto {
	width: auto;
}
.hentry {
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
}
.home .hentry, .search .hentry, .archive .hentry {
	background-color: white;
	border-bottom: 1px solid #eee;
}
.home .hentry.has-post-thumbnail, .search .hentry.has-post-thumbnail, .archive .hentry.has-post-thumbnail {
	border: none;
}
.hentry__inside {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
	z-index: 2;
}
.hentry__inside.active {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.hentry__inside, .page-content {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.intro-image__inside {
	max-width: 1520px;
	margin-left: auto;
	margin-right: auto;
}
.hentry__inside {
	padding: 60px 15px;
}
@media screen and (min-width: 40em) {
.hentry__inside {
	padding: 120px 30px;
}
}
.has_post_thumbnail .intro-image__inside, .page-content {
	padding: 60px 15px;
}
.search_box_class .intro-image__inside, .page-content {
	padding: 60px 15px;
}
@media screen and (min-width: 40em) {
.has_post_thumbnail .intro-image__inside, .page-content {
	padding: 90px 30px;
}
.search_box_class .intro-image__inside, .page-content {
	padding: 0px 0px;
}
}
.hentry.single-template .hentry__inside {
	padding: 30px 15px;
}
@media screen and (min-width: 40em) {
.hentry.single-template .hentry__inside {
	padding: 70px 30px 42px;
}
}
.site-footer {
	float: left;
	display: block;
	margin-right: 2.8571428571%;
	width: 100%;
}
.site-footer:last-child {
	margin-right: 0;
}
.footer-links, .footer-bottom {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.footer-links::after {
	clear: both;
	content: "";
	display: block;
}
aside {
	float: left;
	display: block;
	margin-right: 2.8571428571%;
	width: 100%;
}
aside:last-child {
	margin-right: 0;
}
@media screen and (min-width: 53.75em) {
aside {
	float: left;
	display: block;
	margin-right: 0%;
	width: 33%;
}
.footer-bottom aside {
	width: 100%;
}
.footer-bottom .menu {
	text-align: center;
}
.footer-bottom .menu li {
	display: inline-block;
	padding: 0 4px;
}
aside:first-child {
	text-align: left;
}
aside:last-child {
	margin-right: 0;
	text-align: right;
}
aside:nth-child(3n) {
	margin-right: 0;
}
aside:nth-child(3n+1) {
	clear: left;
}
aside::after {
	clear: both;
	content: "";
	display: block;
}
}
/*--------------------------------------------------------------
05. Forms
--------------------------------------------------------------*/
fieldset {
	background: white;
	border: 1px solid #F0F0F0;
	margin: 0 0 0.75em 0;
	padding: 1.5em;
}
input, label, select {
	display: block;
	font-size: 18px;
	box-shadow: 0px 0px 0px !important;
}
label {
	margin-bottom: 15px;
}
label.required:after {
	content: "*";
}
label abbr {
	display: none;
}
textarea, input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, select[multiple=multiple] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color;
	-moz-transition: border-color;
	transition: border-color;
	background-color: transparent;
	border-radius: 2px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: none;
	padding: 0.5em 0.5em;
	width: 100%;
	height: 50px;
}
textarea:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover, select[multiple=multiple]:hover {
	opacity: 1;
}
textarea:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus, select[multiple=multiple]:focus {
	box-shadow: none;
	outline: none;
	opacity: 1;
}
.entry-content textarea, .entry-content input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, .entry-content select[multiple=multiple] {
	border: 1px solid #ddd;
}
textarea {
	resize: vertical;
}
input[type="checkbox"], input[type="radio"] {
	display: inline;
	margin-right: 0.375em;
}
input[type="file"] {
	padding-bottom: 0.75em;
	width: 100%;
}
select {
	margin-bottom: 0.5em;
	max-width: 100%;
	width: auto;
}
/*--------------------------------------------------------------
06. Tables
--------------------------------------------------------------*/
table {
	border-collapse: collapse;
	margin: 0.75em 0 60px;
	table-layout: fixed;
	width: 100%;
	font-size: 16px;
}
th {
	border: 1px solid #cacaca;
	font-weight: bold;
	padding: 10px 10px;
	text-align: left;
}
td {
	border: 1px solid #cacaca;
	padding: 0.75em 0;
}
tr, td, th {
	vertical-align: middle;
}
/*--------------------------------------------------------------
07. Lists
--------------------------------------------------------------*/
ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dl {
	margin-bottom: 60px;
}
dl dt {
	font-weight: bold;
	margin-top: 0.75em;
}
dl dd {
	margin: 0;
}
/* Entry Lists */
.entry-content ul, .comment-entry ul, .entry-content ol, .comment-entry ol {
	color: inherit;
	margin-bottom: 40px;
	margin-left: 15px;
	padding-left: .8em;
}
.entry-content ul li, .comment-entry ul li, .entry-content ol li, .comment-entry ol li {
	margin-bottom: 0;
	padding-left: .1em;
	color: inherit;
}
.entry-content ul ul, .entry-content ul ol, .comment-entry ul ul, .comment-entry ul ol, .entry-content ol ul, .entry-content ol ol, .comment-entry ol ul, .comment-entry ol ol {
	margin-bottom: 0;
}
.entry-content ul > li, .comment-entry ul > li {
	list-style-type: disc;
}
.entry-content ol > li, .comment-entry ol > li {
	list-style-type: decimal;
}
/*--------------------------------------------------------------
08. Buttons
--------------------------------------------------------------*/
/** 08.1 Button Extends */

.btn {
	-webkit-font-smoothing: antialiased;
	background-color: black;
	border: 1px solid black;
	border-radius: 2px;
	color: white;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 0.75em 1em;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn:hover {
	background-color: black;
	color: white;
}
.btn:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
.btn-outlined {
	-webkit-font-smoothing: antialiased;
	background-color: transparent;
	border: 1px solid black;
	border-radius: 2px;
	color: black;
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	padding: 0.75em 1em;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-outlined:hover, .is-active.btn-outlined {
	background-color: black;
	color: white;
}
.btn-outlined:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
/** 08.2 Buttons */
.btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}
.btn-outlined {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}
/*--------------------------------------------------------------
09. 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;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #eee;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: black;
	display: block;
	font-size: .8em;
	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. */
}
/*--------------------------------------------------------------
10. Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/**
 * WP Gallery
 */
.gallery {
	clear: both;
	overflow: hidden;
	margin: 0 auto 30px;
}
.gallery .gallery-item {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	list-style: none;
	text-align: center;
}
.gallery .gallery-item img {
	max-width: 98%;
	height: auto;
}
.gallery dt.gallery-icon {
	position: relative;
}
.gallery figcaption.gallery-caption {
	position: absolute;
	bottom: -10%;
	left: 0;
	display: block;
	padding: 10px 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	color: #151515;
	font-family: "Courier 10 Pitch", Courier, monospace;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: 300;
	opacity: 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	pointer-events: none;
}
.gallery .gallery-item:hover figcaption.gallery-caption {
	bottom: 0;
	opacity: 1;
}
.tiled-gallery-caption {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
/* Image sizes depending on the number of columns */
.gallery-columns-0 .gallery-item, .gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.11%;
}
/** Lightbox */
#imagelightbox {
	position: fixed;
	z-index: 9999;
	-ms-touch-action: none;
	touch-action: none;
	cursor: pointer;
	-webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
}
#imagelightbox-loading, #imagelightbox-overlay {
	-webkit-animation: fade-in .25s linear;
	animation: fade-in .25s linear;
}
#imagelightbox-overlay {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/* ACTIVITY INDICATION */
#imagelightbox-loading, #imagelightbox-loading div {
	border-radius: 50%;
}
#imagelightbox-loading {
	width: 2.5em;
	/* 40 */
	height: 2.5em;
	/* 40 */
	background-color: #444;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 10003;
	top: 50%;
	left: 50%;
	padding: 0.625em;
	/* 10 */
	margin: -1.25em 0 0 -1.25em;
	/* 20 */
	-webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
	/* 40 */
	box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);/* 40 */
}
#imagelightbox-loading div {
	width: 1.25em;
	/* 20 */
	height: 1.25em;
	/* 20 */
	background-color: #fff;
	-webkit-animation: imagelightbox-loading .5s ease infinite;
	animation: imagelightbox-loading .5s ease infinite;
}
 @-webkit-keyframes imagelightbox-loading {
 from {
 opacity: .5;
 -webkit-transform: scale(0.75);
}
 50% {
 opacity: 1;
 -webkit-transform: scale(1);
}
to {
	opacity: .5;
	-webkit-transform: scale(0.75);
}
}
@keyframes imagelightbox-loading {
 from {
 opacity: .5;
 transform: scale(0.75);
}
 50% {
 opacity: 1;
 transform: scale(1);
}
to {
	opacity: .5;
	transform: scale(0.75);
}
}
#imagelightbox-loading, #imagelightbox-overlay {
	-webkit-animation: fade-in .25s linear;
	animation: fade-in .25s linear;
}
 @-webkit-keyframes fade-in {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
@keyframes fade-in {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
@media only screen and (max-width: 41.25em) {
#container {
	width: 100%;
}
}
/**
 * Responsive settings for WordPress Gallery
 */
@media only screen and (max-width: 768px) {
/* Gallery */
.gallery-columns-0 .gallery-item, .gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
	width: 33.3333%;
}
}
@media only screen and (max-width: 480px) {
/* Gallery */
.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item {
	width: 100%;
}
.gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
	width: 50%;
}
}
/*--------------------------------------------------------------
12. Header
--------------------------------------------------------------*/
/* If WordPress admin bar is enabled */


.admin-bar .site-header.is-fixed {
/*top: -52px;*/
}
.site-header {
	z-index: 99999;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
 @media screen and (min-width: 40em) {
.site-header {
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.site-header.is-fixed {
/* when the user scrolls down, we hide the header right above the viewport */
    /*position: fixed;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;*/
}
.site-header.is-visible {
/* if the user changes the scrolling direction, we show the header */
    /*-webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
}
.site-header.menu-is-open {
	/* add a background color to the header when the navigation is open */
	background-color: rgba(0, 0, 0, 0);
}
}
.site-branding {
	width: 50%;
	float: left;
	padding: 20px 0;
}
.site-branding img {
	display: inline-block;
	max-height: 100px;
	width: auto;
	vertical-align: middle;
}
.header-right {
	width: auto;
	float: right;
	text-align: right;
	padding-top: 42px;
}
/** Branding */
.site-title {
	font-size: 1.2em;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700;
	margin: 0;
	vertical-align: middle;
	max-width: 80%;
}
.site-title a {
	color: black;
}
.site-description {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: .6em;
	letter-spacing: .1em;
	font-weight: 300;
	text-transform: uppercase;
}
header.site-description {
	display: inline-block;
}
/** Menu-Icons */
.search-trigger {
	position: absolute;
	right: 1%;
	top: 28px;
	width: 40px;
	text-align: center;
}
.search-trigger:before {
	width: 100%;
	display: block;
	font-family: "ElegantIcons";
	font-weight: normal;
	text-align: center;
	content: "\55";
}
.search-trigger:before::after {
 clear: both;
 content: "";
 display: block;
}
.search-trigger.search-form--active:before {
	font-size: 1.6em;
	line-height: .9em;
	content: "\4d";
}
.search-trigger:hover {
	color: inherit;
}
.site-header .search-form {
	position: absolute;
	right: 60px;
	top: 0;
	width: 80px;
	opacity: 0;
	display: none;
}
@media screen and (min-width: 40em) {
.site-header .search-form {
	right: 110px;
}
}
@media screen and (min-width: 53.75em) {
.site-header .search-form {
	display: block;
}
}
.site-header .search-form input.search-field {
	width: 80px;
	font-size: .8em;
	border-width: 0;
	padding: .4em .4em .4em 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.site-header .search-form input.search-field:active, .site-header .search-form input.search-field:focus, .site-header .search-form input.search-field:visited {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.site-header .search-form input.search-field::-webkit-input-placeholder {
 color: black;
}
.site-header .search-form input.search-field::-moz-placeholder {
 color: black;
}
.site-header .search-form input.search-field:-moz-placeholder {
 color: black;
}
.site-header .search-form input.search-field:-ms-input-placeholder {
 color: black;
}
.site-header .search-form .search-submit {
	display: none;
}
.site-header .search-form.search-form--active {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	width: 80px;
	display: block;
	top: 28px;
	opacity: 1;
}
.primary-nav-trigger {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
}
.primary-nav-trigger .menu-icon {
	/* this span is the central line of the menu icon */
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 12px;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 22px;
	height: 4px;
	background-color: black;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;/* these are the upper and lower lines in the menu icon */
}
.primary-nav-trigger .menu-icon::before, .primary-nav-trigger .menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: black;
	right: 0;
	-webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
	-moz-transition: -moz-transform .3s, top .3s, background-color 0s;
	transition: transform .3s, top .3s, background-color 0s;
}
.primary-nav-trigger .menu-icon::before {
	top: -7px;
}
.primary-nav-trigger .menu-icon::after {
	top: 7px;
}
.primary-nav-trigger .menu-icon.is-clicked {
	background-color: rgba(0, 0, 0, 0);
}
.primary-nav-trigger .menu-icon.is-clicked::before, .primary-nav-trigger .menu-icon.is-clicked::after {
	background-color: black;
}
.primary-nav-trigger .menu-icon.is-clicked::before {
	top: 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.primary-nav-trigger .menu-icon.is-clicked::after {
	top: 0;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
@media screen and (min-width: 40em) {
.primary-nav-trigger {
	width: 50px;
	padding-left: 1em;
	background-color: transparent;
	height: 30px;
	line-height: 30px;
	right: .8em;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.primary-nav-trigger .cd-menu-text {
	display: inline-block;
}
.primary-nav-trigger .menu-icon {
	left: auto;
	right: 1em;
	-webkit-transform: translateX(0) translateY(-50%);
	-moz-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	-o-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}
}
/*--------------------------------------------------------------
13. Navigation
--------------------------------------------------------------*/
.site-navigation-wrapper {
	/* by default it's hidden - on bottom of the viewport */
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 5;
	padding: 90px 0;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
	overflow: auto;
	/* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.site-navigation-wrapper.is-visible {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
@media screen and (min-width: 40em) {
.site-navigation-wrapper {
	padding: 120px 0;
}
}
.main-navigation {
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.main-navigation ul {
	padding: 0 0 60px;
}
.main-navigation li {
	text-transform: uppercase;
	padding: 30px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 40em) {
.main-navigation li {
	font-size: 1.6em;
}
}
.main-navigation li:last-child {
	border: none;
}
.main-navigation a {
	color: black;
	display: inline-block;
}
.no-touch .main-navigation a:hover {
	color: rgba(0, 0, 0, 0.6);
}
.main-navigation .children, .main-navigation .sub-menu {
	padding: 0 0 0 0;
}
.main-navigation .children li, .main-navigation .sub-menu li {
	font-size: .6em;
	border: none;
	padding-bottom: .4em;
	padding-top: .4em;
	text-transform: none;
}
.main-navigation .children li ul, .main-navigation .sub-menu li ul {
	padding: 0;
	font-size: 1.5em;
}
.main-navigation .children li ul li, .main-navigation .sub-menu li ul li {
	padding-bottom: .2em;
	padding-top: .2em;
}
.main-navigation .children li:last-child, .main-navigation .sub-menu li:last-child {
	margin-bottom: 0;
	border: none;
}
.site-navigation-wrapper.is-visible .main-navigation {
	opacity: 1;
}
/*--------------------------------------------------------------
14. Post & Pages
--------------------------------------------------------------*/
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-header {
	background: #f5f5f5;
	padding: 80px 30px 32px;
	line-height: 1em;
	text-align: center;
}
@media screen and (min-width: 40em) {
.page-header {
	padding: 30px 30px 32px;
}
}
.page-header h1 {
	font-size: .6em;
	text-transform: uppercase;
	border: 1px solid;
	border-color: #cc1819;
	padding: .4em .8em;
	display: inline;
	letter-spacing: .2em;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #cc1819;
	width: 30%;
}
/* Intro image on single pages */
.intro-image {
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	background-color: #f5f5f5;
}
.intro-image__inside {
	z-index: 2;
	position: relative;
}
.intro-image .entry-header {
	margin: 0;
	padding: 90px 0;
}
.taxonomy-description {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	font-size: .8em;
	padding: 30px 0 0;
}
.taxonomy-description::after {
	clear: both;
	content: "";
	display: block;
}
.taxonomy-description p {
	margin: 0;
}
/*--------------------------------------------------------------
15. Post Basics
--------------------------------------------------------------*/
/* Entry Header */
.sticky {
	display: block;
}
.sticky-tag {
	display: inline-block;
	font-size: .6em;
	text-transform: uppercase;
	border: 1px solid;
	padding: .4em .6em .2em;
	margin-bottom: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.entry-header {
	margin-bottom: 30px;
	text-align: center;
}
.entry-header hr {
	margin: 30px auto 0;
	width: 6em;
	border-color: inherit;
	opacity: 1;
	color: #cc1819;
}
.entry-title {
	font-size: 2em;
	margin: 0;
}
.entry-title a {
	color: inherit;
}
@media screen and (min-width: 40em) {
.entry-title {
	font-size: 2.6em;
}
}
.posted-on, .byline {
	display: inline-block;
	text-transform: uppercase;
	font-size: .7em;
	letter-spacing: 0.1em;
	margin-top: 1em;
}
.posted-on a, .byline a {
	color: inherit;
}
@media screen and (min-width: 40em) {
.posted-on, .byline {
	font-size: .8em;
}
}
.byline, .updated:not(.published) {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.bypostauthor {
	color: inherit;
}
/* Entry Content */



.entry-content a {
	opacity: 1;
	text-decoration: none;
	border-bottom: 1px solid;
	border-color: rgba(255, 255, 255, 0.6);
}
.entry-content a:hover {
/*opacity: .6;
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.4);*/
}
.page .entry-content a, .single .entry-content a {
	border-color: #cc1819;
}
.page .entry-content a:hover, .single .entry-content a:hover {
	color: #cc1819;
}
.entry-content figure a:hover {
	opacity: 1;
}
.gallery a, .wp-caption a {
	border: none;
}
.entry-image img {
	width: 100%;
	margin: 0 0 60px;
	height: auto;
}
/* Alignments */
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.alignright, figure.alignright {
	float: right;
	margin: 0 0 30px 30px;
}
.entry-content > div.alignright {
	float: right;
	margin-left: 30px;
}
img.alignleft, figure.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}
.entry-content > div.alignleft {
	float: left;
	margin-right: 30px;
}
/* Image Captions */
.wp-caption {
	max-width: 100%;
	height: auto;
	margin: 0 auto 30px;
}
.wp-caption-text {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: .6em;
}
/* Page Links */
.page-links {
	font-size: .6em;
}
.page-links a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.4);
	border-color: rgba(0, 0, 0, 0.4);
	border: 1px solid;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 0.4em 0.6em;
	margin: 0 .2em;
}
.page-links a:hover {
	opacity: 1;
	color: black;
	border-color: black;
}
/* Entry Footer */
.entry-footer {
	font-size: .8em;
	text-align: center;
	margin-top: 30px;
}
.entry-footer a {
	opacity: .6;
}
.entry-footer a:hover {
	opacity: 1;
}
.entry-footer .cat-links, .entry-footer .tags-links {
	display: block;
	font-size: .8em;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.entry-footer .cat-links:last-child, .entry-footer .tags-links:last-child {
	margin-bottom: 0;
}
.entry-footer .cat-links a {
	border: 1px solid;
	padding: .4em .6em;
	margin: .4em;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.read-leave-comments {
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 30px;
}
.read-leave-comments:hover {
	opacity: .4;
}
.bg-control {
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	cursor: pointer;
	color: white;
	opacity: .6;
}
.bg-control:hover {
	color: white;
	opacity: 1;
}
@media screen and (min-width: 40em) {
.bg-control {
	bottom: 90px;
}
}
.bg-control:before {
	width: 100%;
	display: block;
	font-family: "ElegantIcons";
	font-weight: 300;
	text-align: center;
	content: '\5c';
}
.bg-control:before::after {
 clear: both;
 content: "";
 display: block;
}
.active.bg-control:before {
	content: '\5b';
}
/* Subbtle Animation Effect */
.bg-control::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.bg-control.active::after {
	-webkit-animation: anim-bg-control 0.4s ease-out forwards;
	animation: anim-bg-control 0.4s ease-out forwards;
}
 @-webkit-keyframes anim-bg-control {
 0% {
 opacity: 1;
 -webkit-transform: scale3d(0.5, 0.5, 1);
 transform: scale3d(0.5, 0.5, 1);
}
to {
	opacity: 0;
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}
}
@-moz-keyframes anim-bg-control {
 0% {
 opacity: 1;
 -webkit-transform: scale3d(0.5, 0.5, 1);
 transform: scale3d(0.5, 0.5, 1);
}
to {
	opacity: 0;
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}
}
@keyframes anim-bg-control {
 0% {
 opacity: 1;
 -webkit-transform: scale3d(0.5, 0.5, 1);
 transform: scale3d(0.5, 0.5, 1);
}
to {
	opacity: 0;
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}
}
/*--------------------------------------------------------------
16. Post Types
--------------------------------------------------------------*/
/** Entry Headers */
.format-quote .entry-header:before, .format-link .entry-header:before, .format-chat .entry-header:before, .format-gallery .entry-header:before {
	width: 100%;
	display: block;
	font-family: "ElegantIcons";
	font-weight: 300;
	text-align: center;
}
.format-quote .entry-header:before::after, .format-link .entry-header:before::after, .format-chat .entry-header:before::after, .format-gallery .entry-header:before::after {
 clear: both;
 content: "";
 display: block;
}
.format-link .entry-header:before {
	font-size: 2em;
	line-height: 2em;
	content: "\e02b";
}
@media screen and (min-width: 40em) {
.format-link .entry-header:before {
	font-size: 3em;
}
}
.format-quote .entry-header:before {
	font-size: 3em;
	line-height: 1em;
	content: "\7b";
}
@media screen and (min-width: 40em) {
.format-quote .entry-header:before {
	font-size: 5em;
}
}
.format-chat .entry-header:before {
	font-size: 2em;
	line-height: 2em;
	content: "\077";
}
@media screen and (min-width: 40em) {
.format-chat .entry-header:before {
	font-size: 3em;
}
}
.format-gallery .entry-header:before {
	line-height: 2em;
	content: "\e006";
}
.format-gallery .entry-header:before {
	font-size: 1.8em;
}
@media screen and (min-width: 40em) {
.format-gallery .entry-header:before {
	font-size: 2.4em;
}
}
/** Entry Titles */
.format-quote .entry-title, .format-link .entry-title {
	text-align: center;
	font-size: 1.2em;
	text-transform: none;
}
.format-quote .entry-title p, .format-link .entry-title p {
	margin: 0;
}
.format-quote .entry-title a, .format-link .entry-title a {
	color: inherit;
}
@media screen and (min-width: 40em) {
.format-quote .entry-title, .format-link .entry-title {
	font-size: 2em;
}
}
.format-link header a {
	text-decoration: underline;
}
.format-link .posted-on a, .format-link .byline a {
	text-decoration: none;
}
.format-aside .entry-content {
	font-family: "Roboto Slab", Times, Georgia, serif;
}
.format-chat .entry-content {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
.post-password-form {
	background: rgba(0, 0, 0, 0.8);
	color: white;
	padding: 30px;
}
.post-password-form label {
	margin-top: 15px;
	font-size: .6em;
}
.post-password-form input[type="password"] {
	margin-bottom: 30px;
}
.entry-content input[type="submit"], .page-content input[type="submit"] {
	font-size: .8em;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.entry-content input[type="submit"]:hover, .page-content input[type="submit"]:hover {
	opacity: .6;
}
.no-results, .not-found {
	background: #fff;
	color: #474157;
}
.not_found_page {
	margin: 80px auto;
}
.not_found_page .column-6 img {
	max-width: 80%;
	margin: 0px auto 80px;
	text-align: center;
	width: 100%;
}
.not_found_page .not_found_contant {
	margin: 140px auto 0;
	max-width: 80%;
	width: 100%;
}
.not_found_page h1 {
	color: #cc1819;
	font-size: 80px;
	margin: 0px;
}
.error-404.not-found .page-content {
	text-align: center;
}
.error-404.not-found .page-content p {
	color: #474157;
	text-align: center;
}
.no-results .page-content, .not-found .page-content {
	color: white;
}
.no-results .page-content input[type="search"], .not-found .page-content input[type="search"] {
	margin-bottom: 30px;
}
.format-quote blockquote {
	font-size: 49.5px;
	margin: 0;
}
.format-quote blockquote p:last-child {
	margin: 0;
}
/*--------------------------------------------------------------
17. Post Overlay
--------------------------------------------------------------*/
.overlay {
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.has-post-thumbnail .overlay.light-dark {
	background: #000;
	opacity: 0.4;
}
.search_box_class .overlay.light-dark {
	opacity: 0;
}
.has-post-thumbnail .entry-title {
	color: #fff;
}
.has-post-thumbnail .posted-on {
	color: #fff;
}
.has-post-thumbnail .overlay.active {
	background: transparent;
	opacity: 0;
}
/*--------------------------------------------------------------
18. Pagination
--------------------------------------------------------------*/
.post-navigation, .posts-navigation {
	float: left;
	width: 100%;
	background: #0b0b0b;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.post-navigation .nav-links, .posts-navigation .nav-links {
	text-transform: uppercase;
	font-size: .6em;
	letter-spacing: .2em;
	line-height: 1.2em;
}
.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next, .posts-navigation .nav-links .nav-previous, .posts-navigation .nav-links .nav-next {
	float: left;
	display: block;
	margin-right: 2.8571428571%;
	width: 48.5714285714%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	padding: 15px 10px;
}
.post-navigation .nav-links .nav-previous:last-child, .post-navigation .nav-links .nav-next:last-child, .posts-navigation .nav-links .nav-previous:last-child, .posts-navigation .nav-links .nav-next:last-child {
	margin-right: 0;
}
.post-navigation .nav-links .nav-previous a, .post-navigation .nav-links .nav-next a, .posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a {
	color: rgba(255, 255, 255, 0.6);
}
.post-navigation .nav-links .nav-previous a:hover, .post-navigation .nav-links .nav-next a:hover, .posts-navigation .nav-links .nav-previous a:hover, .posts-navigation .nav-links .nav-next a:hover {
	color: #fff;
}
@media screen and (min-width: 40em) {
.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next, .posts-navigation .nav-links .nav-previous, .posts-navigation .nav-links .nav-next {
	padding: 30px 30px;
}
}
.post-navigation .nav-links .nav-previous a:before, .post-navigation .nav-links .nav-next a:after, .posts-navigation .nav-links .nav-previous a:before, .posts-navigation .nav-links .nav-next a:after {
	position: relative;
	top: .12em;
	font-family: "ElegantIcons";
	font-size: 1.2em;
	line-height: .8em;
}
.post-navigation .nav-links .nav-previous, .posts-navigation .nav-links .nav-previous {
	text-align: left;
}
.post-navigation .nav-links .nav-previous a:before, .posts-navigation .nav-links .nav-previous a:before {
	content: "\34";
	margin-right: .2em;
}
.post-navigation .nav-links .nav-next, .posts-navigation .nav-links .nav-next {
	text-align: right;
	float: right;
}
.post-navigation .nav-links .nav-next a:after, .posts-navigation .nav-links .nav-next a:after {
	content: "\35";
	margin-left: .2em;
}
/*--------------------------------------------------------------
19. Comments
--------------------------------------------------------------*/
/** 19.1 Comments */
.comments-nopassword {
	color: #989898;
	border-bottom: 1px solid;
	border-color: rgba(152, 152, 152, 0.2);
	text-align: center;
	margin: 0;
}
.commentwrap, .comments-nopassword {
	background: #0b0b0b;
	display: table;
	width: 100%;
}
#comments-open-anchor {
	position: absolute;
	margin-top: -50px;
}
.comments-wrapper {
	max-width: 920px;
	margin: 0 auto;
	padding: 0 15px;
	font-size: .8em;
}
@media screen and (min-width: 40em) {
.comments-wrapper {
	font-size: 1em;
	padding: 0 30px;
}
}
.commentlist {
	padding: 0;
}
.commentlist li {
	margin: 0 0 60px;
	list-style: none;
	position: relative;
}
.commentlist .children li {
	padding: 0;
	margin-top: 60px;
}
@media screen and (min-width: 40em) {
.commentlist .children li {
	padding: 0 0 0 90px;
}
}
.comment-avatar {
	float: none;
	text-align: center;
	margin: 0 auto;
}
@media screen and (min-width: 40em) {
.comment-avatar {
	float: left;
}
}
.comment-avatar img {
	width: 60px;
	height: 60px;
	margin: 0 auto 15px;
	float: none;
	border-radius: 30px;
}
@media screen and (min-width: 40em) {
.comment-avatar img {
	float: left;
	margin: 0 30px 0 0;
}
}
.comment-author, .comment-time {
	text-transform: uppercase;
	font-size: .8em;
	display: block;
}
.comment-author {
	font-family: "Roboto Slab", Times, Georgia, serif;
	font-weight: 700;
	color: #989898;
}
.comment-time {
	padding-top: 2px;
	color: #989898;
}
.comment-container {
	overflow: hidden;
	min-height: 60px;
}
.comment-entry {
	font-size: 20px;
	color: #989898;
	margin: 15px 0 5px 0;
	display: block;
	clear: both;
}
/* comment reply button */
.commentlist .comment-reply-link {
	text-transform: uppercase;
	font-size: .6em;
	color: #989898;
	float: left;
	margin: 20px 0 0 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.commentlist .comment-reply-link:hover {
	color: rgba(152, 152, 152, 0.6);
}
/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: rgba(152, 152, 152, 0.6);
	text-transform: uppercase;
	font-size: .7em;
	letter-spacing: .2em;
	line-height: 1.2em;
}
.commentwrap .pagenav a {
	color: #989898;
}
.commentwrap .pagenav a:hover {
	color: rgba(152, 152, 152, 0.6);
}
.commentwrap .pagenav.top {
	margin: 0 0 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(152, 152, 152, 0.2);
}
.commentwrap .pagenav.bottom {
	padding-top: 15px;
	border-top: 1px solid rgba(152, 152, 152, 0.2);
}
/** 19.2 Comment Form */
.comment-respond {
	width: 100%;
	height: 70px;
	position: relative;
	clear: both;
	margin-bottom: 60px;
	text-align: center;
	background-color: #1B1B1B;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.respond-active {
	height: auto !important;
	padding-bottom: 30px;
}
/* place comment box above the textfields */
#commentform {
	display: table;
	width: 100%;
}
#comment-wrapper {
	display: table-header-group;
}
#comment-wrapper textarea:focus, #comment-wrapper input[type="color"], #comment-wrapper input[type="date"], #comment-wrapper input[type="datetime"], #comment-wrapper input[type="datetime-local"], #comment-wrapper input[type="email"], #comment-wrapper input[type="month"], #comment-wrapper input[type="number"], #comment-wrapper input[type="password"], #comment-wrapper input[type="search"], #comment-wrapper input[type="tel"], #comment-wrapper input[type="text"], #comment-wrapper input[type="time"], #comment-wrapper input[type="url"], #comment-wrapper input[type="week"], #comment-wrapper input:not([type]), #comment-wrapper textarea:focus, #commentform-fields textarea:focus, #commentform-fields input[type="color"], #commentform-fields input[type="date"], #commentform-fields input[type="datetime"], #commentform-fields input[type="datetime-local"], #commentform-fields input[type="email"], #commentform-fields input[type="month"], #commentform-fields input[type="number"], #commentform-fields input[type="password"], #commentform-fields input[type="search"], #commentform-fields input[type="tel"], #commentform-fields input[type="text"], #commentform-fields input[type="time"], #commentform-fields input[type="url"], #commentform-fields input[type="week"], #commentform-fields input:not([type]), #commentform-fields textarea:focus {
	border-color: none;
	box-shadow: none;
}
/* Textarea */
#comment {
	height: 50px !important;
	border: none;
	display: block;
	margin: 10px 0 0 0;
	padding: 15px;
	background: none;
	font-size: 20px;
	line-height: 1.3em;
	color: #989898;
	resize: none;
}
.comment-active {
	min-height: 60px !important;
}
/* Author Email Fields */
#commentform-fields {
	-webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	transition: all 0.8s linear;
	opacity: 0;
}
#author-wrapper, #email-wrapper {
	width: 50%;
	display: block;
	float: left;
}
#author-wrapper {
	padding: 15px;
}
#email-wrapper {
	padding: 15px;
}
#author, #email {
	display: block;
	font-size: .8em;
	height: 30px;
	padding-left: 0;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: rgba(152, 152, 152, 0.6);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: none;
	color: #989898;
	-webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	transition: all 0.8s linear;
}
#author:hover, #email:hover, #author:focus, #email:focus {
	color: white;
	border-color: #989898;
}
#cancel-comment {
	display: none;
	color: #989898;
	font-size: 2em;
	position: absolute;
	left: 6px;
	bottom: 15px;
	cursor: pointer;
	z-index: 4;
}
#cancel-comment:hover {
	color: rgba(152, 152, 152, 0.6);
}
#respond #cancel-comment-reply-link {
	display: none;
	position: absolute;
	bottom: 30px;
	left: 15px;
	width: 30px;
	height: 30px;
	z-index: 5;
}
#respond #submit {
	float: right;
	position: absolute;
	top: 14px;
	right: 15px;
	visibility: hidden;
	font-size: .8em;
	text-align: center;
	text-transform: uppercase;
	color: #989898;
	background: transparent;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
#respond #submit:hover {
	color: rgba(152, 152, 152, 0.6);
}
.submit-active {
	position: relative !important;
	top: 10px !important;
	right: 15px !important;
	margin: 0 0 9px 0 !important;
	visibility: visible !important;
}
/* Comments closed */
#respond-closed {
	font-weight: 300;
	font-size: 24px;
	line-height: 27px;
	color: rgba(255, 255, 255, 0.32);
	text-align: center;
	padding: 50px 20px 40px 20px;
}
/* Logged-in as */
.logged-in-as {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	bottom: -20px;
	margin: 0;
	color: #555;
}
.logged-in-as a {
	color: #999;
}
/* comment HTML tags and attributes */
.comment-tags-attributes {
	font-size: 11px;
	line-height: 16px;
	color: rgba(255, 255, 255, 0.15);
	padding: 10px 11px 0 9px;
	margin: 0 25px;
}
/*--------------------------------------------------------------
20. Widgets
--------------------------------------------------------------*/
.widget {
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 30px;/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
	display: none;
}
/* Recent posts widget */
.widget_recent_entries li {
	margin: 0 0 15px;
}
.widget_recent_entries li:last-child {
	margin: 0;
}
.widget_recent_entries .post-date {
	display: block;
}
/* Calendar */
.widget_calendar th, .widget_calendar td {
	border-color: rgba(0, 0, 0, 0.1);
}
/* Search Widget */
.widget_search input {
	font-size: .8em;
}
/*--------------------------------------------------------------
21. Footer
--------------------------------------------------------------*/
.site-footer {
	background: #efefef;
	padding: 60px 30px;
}
.site-footer hr {
	border-color: rgba(255, 255, 255, 0.2);
	margin: 0 auto;
	width: 6em;
	opacity: 1;
}
.site-footer p {
	color: #474157;
	margin: 12px auto;
	max-width: 30em;
	text-align: center;
	font-size: 27px;
}
.site-footer .textwidget p {
	line-height: 44px;
}
.site-footer a {
	color: #474157;
}
.site-footer a:hover {
	color: #cc1819
}
.site-footer .textwidget p span {
	color: #cc1819;
}
@media screen and (min-width: 53.75em) {
.site-footer {
	padding: 50px 0 45px;
}
}
.site-footer .colophon a {
	color: #474157;
}
.site-footer .colophon a:hover {
	color: #000;
}
.footer-branding {
	margin-bottom: 30px;
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
}
.footer-branding img {
	max-height: 2em;
	width: auto;
}
.footer-branding .site-title {
	font-size: 1.6em;
}
.footer-branding::after {
	clear: both;
	content: "";
	display: block;
}
.footer-links {
	padding: 15px 30px;
	text-align: center;
}
.footer-links a {
	color: #474157;
	text-align: center;
	width: 100%;
}
.footer-links a:hover {
	color: #000;
}
.footer-links .widget-title {
	color: #000;
	font-size: 1.2em;
	margin-bottom: 1em;
	text-transform: uppercase;
}
.footer_logos_list {
	text-align: center;
}
.footer_logos_list li {
	list-style: none;
	display: inline-block;
	padding: 10px 30px;
}
.footer_logos .footer_logos_title {
	color: #474157;
}
.footer_logos .footer_logos_title h5 {
	font-size: 29px;
	margin-top: 0px;
}
.footer_logos_list a {
	border-bottom: unset;
}
/*--------------------------------------------------------------
22. Jetpack
--------------------------------------------------------------*/
/* 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;
}
#infinite-handle {
	text-align: center;
	background: #f5f5f5;
	border-bottom: 1px solid #eee;
}
#infinite-handle span {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: inline-block;
	margin: 0 auto;
	background: none;
	color: rgba(0, 0, 0, 0.6);
	font-size: .6em;
	line-height: 1em;
	padding: 30px;
}
#infinite-handle span button {
	text-transform: uppercase;
	letter-spacing: .2em;
}
#infinite-handle span:hover {
	color: black;
}
.contact-form textarea {
	width: 100% !important;
}
/*****************************************
			CUSTOM CSS
*****************************************/
.main-navigation-desktop {
	max-width: 1520px;
	margin: 0 auto;
}
.desktop-menu {
	width: 100%;
	text-align: left;
	margin-right: 0;
	clear: both;
	background: #cc1819
}
.desktop-menu .search-trigger {
	right: 10px;
	top: 25px;
}
.desktop-menu .primary-nav > li {
	display: inline-block;
	padding: 26px 16px;
	position: relative;
}
.desktop-menu .primary-nav > li a {
	line-height: 10px;
	color: #fff;
	font-size: 22px;
}
.desktop-menu .primary-nav li ul {
	display: none;
}
.desktop-menu .sub-menu {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 350px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 99;
	text-align: left;
	left: 0px;
	top: 100%;
}
.desktop-menu .sub-menu li a {
	color: #000;
	line-height: 28px;
	padding: 12px 16px;
	display: block;
}
.desktop-menu .sub-menu li a:hover {
	color: #fff;
	background-color: #cc1819;
	padding: 12px 16px;
	display: block;
}
.desktop-menu .primary-nav > li:hover .sub-menu {
	display: block;
}
.desktop-menu .primary-nav li:last-of-type ul.sub-menu {
	right: 0px;
	left: unset;
}
.desktop-menu .primary-nav li:nth-last-child(2) ul.sub-menu {
	right: 0px;
	left: unset;
}
.mobile-menu {
	display: none;
}
.profile-dropbtn {
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 9999;
	position: relative;
	border: 2px solid #ddd;
	border-radius: 50px;
}
.profile-dropbtn img {
	width: 100%;
	height: 100%;
	border-radius: 100px;
	object-fit: cover;
}
/* The container <div> - needed to position the dropdown content */
.profile-dropdown {
	position: relative;
	display: inline-block;
	float: right;
	border: 2px solid #cc1819;
	padding: 2px;
	border-radius: 30px;
}
.header-right .profile-dropdown {
	border: 0px;
}
/* Dropdown Content (Hidden by Default) */
.profile-dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	right: 0;
}
/* Links inside the dropdown */
.profile-dropdown-content a {
	color: black;
	padding: 6px 15px;
	text-decoration: none;
	display: block;
	font-size: 14px;
	text-align: left;
}
/* Change color of dropdown links on hover */
.profile-dropdown-content a:hover {
	background-color: #ddd;
}
/* Show the dropdown menu on hover */
.profile-dropdown:hover .profile-dropdown-content {
	display: block;
}
.profile-dropdown:hover::before {
	content: '';
	background: #fff;
	padding: 6px;
	position: absolute;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	width: 20px;
	transform: rotate(137deg);
	height: 20px;
	z-index: 9;
	bottom: -5px;
}
.btn1 {
	border: 2px solid #cc1819;
	padding: 10px;
	color: #cc1819;
	margin: 0 15px;
	font-weight: 500;
}
.btn1:hover {
	color: #fff;
	background: #cc1819;
}
.btn2 {
	background: #cc1819;
	padding: 15px;
	color: #fff;
	margin: 10px 0px;
	width: 100%;
	border: 1px solid #cc1819;
	font-weight: 500;
	border-radius: 5px;
	font-size: 23px;
	font-family: 'AvenirNextLTPro-Demi';
}
.btn2:hover {
	color: #cc1819;
	background: #fff;
	border: 1px solid #cc1819 !important;
}
.btn2.small {
	font-size: 16px;
	padding: 15px 20px;
	font-family: 'AvenirNextLTPro-Regular';
}
.btn-border {
	border-radius: 50px;
	padding: 20px 40px;
	display: inline;
}
.tml-button {
	background: #cc1819;
	padding: 15px;
	color: #fff;
	margin: 10px 0px;
	width: 100%;
	border: 1px solid #cc1819;
	font-weight: 500;
	border-radius: 5px;
	font-size: 23px;
	font-family: 'AvenirNextLTPro-Demi';
	border-radius: 50px;
	padding: 15px 40px;
	display: inline;
}
.tml-button:hover {
	color: #cc1819;
	background: #fff;
	border: 1px solid #cc1819 !important;
}
#btn_renew {
	padding: 10px;
	font-size: 18px;
}
#renew_form #membership {
	float: left;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #ccc;
}
 @media(min-width: 1155px) {
#btn_renew {
	width: 50%;
}
}
.header-btn {
	float: right;
}
.header-btn.profile {
	border: unset;
	margin: 0;
	color: #474157;
	font-weight: bold;
	background: unset;
}
.search_box h4 {
	font-size: 38px;
	font-family: 'AvenirNextLTPro-Demi';
	margin-bottom: 0px;
	color: #474157;
}
.search_box h3 {
	font-size: 47px;
	font-family: 'AvenirNextLTPro-Bold';
	color: #474157;
}
.search_box {
	text-align: left;
	width: 47%;
}
.search_box label {
	font-size: 28px;
	color: #cc1819;
	font-family: 'AvenirNextLTPro-Demi';
}
.search_box_inner {
	background: #fff;
	padding: 40px 50px;
	box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.16);
}
.search_box input {
	padding: 15px 15px 15px 40px;
}
.search_box_inner .icon_pin_alt {
	position: absolute;
	padding: 15px 15px;
}
.advanced_search {
	margin-left: 0;
	margin-top: 15px;
	display: block;
	color: #cc1819;
	text-decoration: underline;
	font-size: 18px;
}
#resetfrm {
	margin-left: 0;
	margin-top: 15px;
	display: block;
	color: #cc1819;
	text-decoration: underline;
	font-size: 18px;
}
.entry-content h1 {
	color: #cc1819;
	font-size: 40px;
}
.entry-content h2 {
	color: #cc1819;
	font-size: 40px;
}
.membership_plan .role-box {
	padding: 30px;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 100%;
}
.membership_plan .role-box .m_plan_left {
	float: left;
	width: 60%;
	padding-right: 2%;
}
.membership_plan .role-box .m_plan_right {
	float: left;
	width: 40%;
	background: #cc1819;
	padding: 3%;
	color: #fff;
}
.membership_plan .role-box .m_plan_right .the_btn {
	float: left;
	width: 100%;
	margin: 30px 0;
}
.membership_plan .role-box .m_plan_right .btn2 {
	background: #313131;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.membership_plan .role-box .m_plan_right .btn2:hover {
	background: #fff;
	color: #cc1819;
}
.membership_plan .role-box h3 {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #cc1819;
}
.membership_plan .role-box h4 {
	font-size: 18px;
}
.membership_plan .role-box p {
	margin: 0px;
	font-size: 16px;
}
.membership_plan .role-box ul {
	margin: 10px;
}
.membership_plan .role-box li {
	font-size: 16px;
	margin-bottom: 5px;
}
.contact_us .c_left {
	float: left;
	width: 30%;
	background: #cc1819;
	padding: 25px;
	color: #fff;
}
.contact_us .c_right {
	float: left;
	width: 65%;
	margin-left: 5%;
}
.contact_us .c_right h4 {
	margin-top: 0;
}
.membership_benefits_section {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 100px;
}
.membership_benefits_section .inner_section {
	width: 500px;
	padding: 35px 35px 50px 35px;
	position: absolute;
	bottom: 50px;
	background: #cc1819;
	right: 5%;
}
.membership_benefits_section h3 {
	color: #fff;
	font-size: 35px;
}
.membership_benefits_section p {
	color: #fff;
}
.membership_benefits_section a {
	padding: 12px 25px;
	background: #fff;
	color: #cc1819 !important;
}
.membership_benefits_section .btn2.btn-border {
	font-size: 20px;
	padding: 15px 30px;
	border: 1px solid #cc1819 !important;
	font-family: 'AvenirNextLTPro-Regular';
}
.container {
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
}
.entry-content textarea, textarea {
	height: 150px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit {
	border-radius: 50px;
	padding: 12px 10px;
	display: inline;
	background: #cc1819;
	color: #fff;
	font-size: 14px;
	border: 1px solid #cc1819;
	text-transform: inherit;
	width: 100%;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
	background: #fff;
	border: 1px solid #cc1819 !important;
	color: #cc1819;
	opacity: 1;
}
.latest_blog_section {
	background: #efefef;
	padding: 70px 0px;
	float: left;
	width: 100%;
	margin-top: 30px;
	border-bottom: 0px solid #ddd;
}
.latest_blogs {
	padding: 0px 30px;
}
.latest_blog_section .blog_left {
	float: left;
	width: 50%;
	text-align: left;
	margin-bottom: 20px;
}
.latest_blog_section .blog_right {
	float: right;
	width: 50%;
	text-align: right;
	margin-top: 9px;
}
.latest_blog_section h2 {
	color: #cc1819;
	font-size: 40px;
}
.latest_blog_section .blog_list li {
	display: inline-block;
	width: 32%;
	margin: 0 1.5%;
	background: #fff;
	vertical-align: top;
}
.latest_blog_section .blog_list li:first-child {
	margin: 0px;
}
.latest_blog_section .blog_list li:last-child {
	margin: 0px;
}
.latest_blog_section .blog_inner_content {
	min-height: 180px;
}
.latest_blogs .blog_inner_content h4 a {
	font-size: 23px;
	font-family: 'AvenirNextLTPro-Demi';
	line-height: 35px;
}
.latest_blogs .blog_inner_content span {
	color: #9691a2;
	font-size: 17px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.latest_blog_section .blog_list .blog_content {
	padding: 25px;
	min-height: 372px;
	position: relative;
}
.latest_blog_section .blog_post_img {
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	background-color: #f5f5f5;
	width: 100%;
	height: 250px;
}
.latest_blog_section .blog_inner_content h4 {
	font-size: 18px;
	color: #cc1819;
	margin: 10px 0px;
}
.latest_blog_section .read_more {
	font-size: 16px;
	color: #cc1819;
	position: absolute;
	bottom: 20px;
}
.footer_logo_section {
	background: #fff;
	padding: 70px 0px;
}
.search_box_strip {
	background: #fff;
	padding: 50px 0px 51px;
	box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.16);
}
.search_box_strip .search_box_inner1 {
	max-width: 1170px;
	margin: 0px auto;
	width: 100%;
}
.search_box_strip .search_strip {
	padding: 10px 10px 50px 20px;
	position: relative;
	border-radius: 5px;
}
.search_box_strip .search_strip .icon_pin_alt {
	position: absolute;
	left: 15px;
	top: 45px;
}
.search_box_strip .search_box_inner1 .inputbox {
	float: left;
	width: 49%;
	margin-right: 10px;
	background: #fff;
	padding-left: 40px;
	height: 50px;
}
.search_box_strip .search_box_inner1 .search_name {
	padding-left: 15px;
	width: 50%;
	margin-right: 0px;
}
.search_box_strip .search_box_inner1 .submitbtn {
	float: left;
	width: 28%;
	margin: 0;
	font-size: 16px;
	padding: 9px;
}
.search_box_strip .search_box_inner1 .advanced_search {
	float: left;
	width: 20%;
	margin: 0;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}
.search_box_strip .search_box_inner1 #resetfrm {
	float: left;
	width: 20%;
	margin: 0;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}
.column-3 {
	width: 33.3%;
	float: left;
	padding: 10px;
}
.column-6 {
	width: 50%;
	float: left;
	padding: 10px;
}
.search_box_0 {
	width: 100%;
	border: 1px solid #ddd;
	margin: 0px;
	font-size: 16px;
	padding: 10px 15px !important;
	height: 50px;
}
.column-12 {
	width: 100%;
	float: left;
	padding: 10px;
}
#frm_holder {
	margin: 0px -15px;
}
.form_label {
	font-size: 16px;
}
.memberField input {
	font-size: 14px;
}
.memberField textarea {
	font-size: 14px;
}
.form_label.photo_left {
	float: left;
	padding-right: 10px;
	width: 100%;
}
.unstyled_00 {
	padding: 0 !important;
	margin: 0 !important;
}
.qq-uploader .qq-upload-button {
	margin: 0px !important;
	font-size: 14px;
}
.qq-upload-list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
.qq-upload-list li {
	list-style: none;
}
.upload_file_a {
	padding: 15px 10px;
	border: 2px dashed #ccc !important;
	margin: 10px;
	box-sizing: border-box;
	width: 98%;
}
.align_left_right {
	padding: 0px 10px;
}
.hedding_space {
	margin: 0px 10px;
}
.memberForm .btn_style {
	border-radius: 50px;
	padding: 12px 40px;
	display: inline;
	background: #cc1819;
	color: #fff;
	font-size: 20px;
	border: 1px solid #cc1819;
	text-transform: inherit;
}
.memberForm .btn_style:hover {
	background: #fff;
	border: 1px solid #cc1819 !important;
	color: #cc1819;
	opacity: 1;
}
.page-template-tpl-membership-details .memBoxLeftTop p {
	margin-bottom: 10px;
}
.page-template-tpl-membership-details .entry-content ul {
	margin-bottom: 40px;
}
#frm_process .memberField {
	width: 33.3%;
	float: left;
	padding: 10px 0px;
}
#frm_process .form_label_info {
	font-weight: bold;
}
#frm_process .btn_style {
	border-radius: 50px;
	padding: 12px 40px;
	display: inline;
	background: #cc1819;
	color: #fff;
	font-size: 20px;
	border: 1px solid #cc1819;
	text-transform: inherit;
}
#frm_process #pay_btn {
	float: left;
}
#frm_process #back_btn {
	float: right;
}
#frm_process #back_btn {
	float: right;
	background-color: #fff;
	color: #cc1819;
}
#frm_process .btn_style:hover {
	background-color: #fff;
	color: #cc1819;
}
#frm_process #back_btn:hover {
	background-color: #cc1819;
	color: #fff;
	border: 1px solid #cc1819
}
.contact_us a:hover {
	color: #000 !important;
}
.tml.tml-login {
	max-width: 800px;
	margin: auto;
	width: 100%;
}
.tml.tml-lostpassword {
	max-width: 800px;
	margin: auto;
	width: 100%;
}
ul.tml-links li {
	list-style-type: none !important;
}
ul.tml-links {
	padding: 0;
	margin: 0;
}
ul.tml-links li a {
	background-color: #fff;
	padding: 10px;
	color: #cc1819;
	float: left;
	width: 47%;
	margin: 10px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #cc1819;
}
ul.tml-links li a:hover {
	background-color: #cc1819;
	color: #fff !important;
	border: 1px solid #cc1819;
}
#ws-plugin--s2member-profile table {
	background-color: unset;
}
.dashboard-user-info {
	background: unset;
}
.dashboard-user-info tr, td, th {
	padding: 10px;
	vertical-align: top;
	word-wrap: break-word;
}
.ws-plugin--s2member-profile-field.form-control {
	height: 50px;
	padding: 0px 10px;
	border: 1px solid #ddd;
}
div.ws-plugin--s2member-password-strength {
	padding: 15px !important;
}
#ws-plugin--s2member-profile-submit {
	background-color: #cc1819;
	padding: 18px 30px;
	color: #fff;
	width: auto !important;
	text-align: center;
	border-radius: 50px;
	border: 1px solid #cc1819;
}
#ws-plugin--s2member-profile-submit:hover {
	background-color: #fff;
	color: #cc1819;
	opacity: 1;
}
.column-4 {
	width: 35%;
	float: left;
	padding: 10px;
}
.column-8 {
	width: 65%;
	float: left;
}
.profile_img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	border: 2px solid #ddd;
	overflow: hidden;
	margin: 0px auto 10px;
}
.dbTitle h3 {
	font-size: 22px;
}
.memLevel p {
	font-size: 18px;
	margin-bottom: 10px;
}
.profile_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.dbBox {
	background: #f5f5f5;
	text-align: center;
	padding: 20px;
}
.dbBox.imp_links {
	text-align: left;
}
.dbBox.imp_links h6 {
	padding: 0;
	margin: 0;
}
.dbBox.imp_links ul {
	padding: 0;
	margin: 15px 0;
}
.dbBox.imp_links ul li {
	list-style: none;
	font-size: 16px;
	line-height: 30px;
}
.dbBox.imp_links ul li a {
	border: unset;
	color: #cc1819;
}
.memRenew .form-control {
	width: 100%;
	padding: 10px;
	margin-bottom: 5px;
}
.memExp p span, .memLevel p span {
	color: #cc1819;
}
.job_filters .job_types li {
	list-style-type: none;
}
.job_filters .job_types li label {
	margin: 0px;
}
div.job_listings ul.job_listings {
	padding: 0;
}
.job_listings .location {
	font-size: 16px;
}
.job-type.part-time, .job-type.internship, .job-type.full-time {
	font-size: 18px;
}
ul.meta li {
	font-size: 14px;
}
ul.meta li label {
	display: inline-block;
	color: #777;
	font-size: 14px;
}
.position h3 {
	font-family: 'AvenirNextLTPro-Regular';
	font-size: 22px;
	font-weight: bold;
}
.company strong {
	font-size: 16px;
}
.company span {
	font-size: 16px;
}
.has-post-thumbnail .byline {
	color: #fff;
}
.single_job_listing .meta li {
	list-style-type: none;
}
.single_job_listing .company .tagline {
	font-size: 14px;
	padding: 0 0 0 2.6em;
}
.job_application.application .application_button.button {
	border-radius: 50px;
	padding: 18px 40px;
	display: inline;
	background: #cc1819;
	color: #fff;
	font-size: 20px;
	border: 1px solid #cc1819;
}
.job_application.application .application_button.button:hover {
	background-color: #fff;
	color: #cc1819;
}
.job-manager-form p .button {
	border-radius: 50px;
	padding: 14px 40px;
	display: inline;
	background: #cc1819;
	color: #fff;
	font-size: 20px;
	border: 1px solid #cc1819;
}
.job-manager-form p .button:hover {
	background-color: #fff;
	color: #cc1819;
}
.website {
	font-size: 16px;
}
.postform {
	height: 50px;
	border: 1px solid #ddd;
}
#job-manager-job-dashboard table.job-manager-jobs th, #job-manager-job-dashboard table.job-manager-jobs td {
	padding: 10px;
}
.job_filters .search_jobs .search_keywords input, .job_filters .search_jobs .search_location input {
	background-color: #fff;
}
.entry-title-blog {
	font-size: 30px;
}
.has-post-thumbnail .entry-title-blog {
	color: #fff;
}
.desktop-menu .primary-nav li > ul.sub-menu li {
	position: relative;
}
.desktop-menu .primary-nav li > ul.sub-menu li > ul.sub-menu {
	display: none;
}
.desktop-menu .primary-nav li > ul.sub-menu li:hover > ul.sub-menu {
	top: 0;
	left: 100%;
	display: block;
}
.desktop-menu .primary-nav li:nth-last-child(2) ul.sub-menu li ul.sub-menu {
	top: 0;
	right: 100%;
	display: none;
}
.desktop-menu .primary-nav li:nth-last-child(2) ul.sub-menu li:hover ul.sub-menu {
	top: 0;
	left: -100%;
	display: block;
}
.commentwrap .comment-respond {
	height: auto;
	margin-top: 40px;
}
#comment {
	height: auto;
	min-height: 200px !important;
	border: none;
}
.must-log-in {
	padding: 12px 0px;
}
.event_loop {
	padding: 30px 0px;
}
.event_loop .hentry__inside {
	padding: 0px 0px;
}
.event_loop .entry-header {
	text-align: left;
	padding-top: 3px;
}
.event_loop .entry-header hr {
	width: 100%;
	margin: 15px auto 0;
}
.event_loop .btn1 {
	border: 2px solid #cc1819;
	padding: 7px 15px;
	color: #cc1819;
	margin: 15px 0px 0px;
	font-weight: 500;
	float: left;
	position: relative;
	font-size: 16px;
}
.event_loop .btn1:hover {
	background-color: #cc1819;
	color: #fff;
	border: 2px solid #cc1819;
}
.event_loop .entry-header {
	margin-bottom: 15px;
}
.event_loop .ee-event-datetimes-li span {
	margin-bottom: 10px;
	font-size: 18px;
}
.event_loop .dashicons.dashicons-calendar {
	margin-top: 5px;
}
.event_loop .dashicons.dashicons.dashicons-clock {
	margin-top: 5px;
}
.event_loop .download-iCal-frm input {
	border-radius: 33px;
	border: 1px solid #ddd;
}
.speak_program {
	padding: 0px 30px 0 60px;
}
.event_loop {
	margin-bottom: 20px;
}
.speak_program_img {
	padding: 10px;
}
.event_loop .ee-clearfix .ee-event-datetimes-li {
	width: 70%;
}
.speak_program_img {
	position: relative;
	height: 250px;
}
.speak_program_img img {
	object-fit: cover;
}
.speak_program_img::before {
	background-color: #fff;
	content: '';
	position: absolute;
	z-index: -1;
	border: 4px solid #cc1819;
	right: -10px;
	top: -10px;
	bottom: 0;
	width: 90%;
	height: 90%;
}
speak_program_img img {
	margin: 0px;
	line-height: 0;
	padding: 15px 5px 15px 0px;
}
.event_loop .column-12 {
	padding: 0px;
}
.speak_program {
	font-size: 18px;
}
.event_loop .column-12 {
	font-size: 18px;
}
.entry-footer .cat-links a {
	background-color: #fff;
	border: 1px solid #cc1819;
	color: #cc1819;
	opacity: 1;
	padding: 6px 15px;
	font-size: 16px;
}
.entry-footer .cat-links a:hover {
	color: #fff;
	background-color: #cc1819;
	border: 1px solid #cc1819;
}
.ee-event-img-dv {
	margin: auto;
	text-align: center;
	padding-bottom: 40px;
}
.ee-event-img-dv a {
	border: 0px;
}
.espresso-event-header-dv .entry-title a {
	color: #cc1819;
	width: 100%;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.espresso-event-list-wrapper-dv .event-datetimes ul.ee-event-datetimes-ul {
	padding: 0px;
	margin: 0px;
}
.espresso-event-list-wrapper-dv .event-content p a {
	display: none;
}
.espresso-event-list-wrapper-dv .event-datetimes {
	margin-top: -80px;
}
.ticket-selector-submit-btn.view-details-btn, .ticket-selector-submit-btn.ticket-selector-submit-ajax, .spco-next-step-btn.button.button-primary.button-lg {
	background-color: #cc1819;
	color: #fff;
	border: 1px solid #cc1819 !important;
}
.ticket-selector-submit-btn.view-details-btn:hover, .ticket-selector-submit-btn.ticket-selector-submit-ajax:hover, .spco-next-step-btn.button.button-primary.button-lg:hover {
	background-color: #fff;
	color: #cc1819;
	border: 1px solid #cc1819 !important;
	opacity: 1;
}
.ee-event-datetimes-ul.ee-clearfix {
	padding: 0;
	margin: 0;
}
.ee-gmap-wrapper.ee-gmap-align-center.center .ee-gmap {
	width: 100% !important;
}
.ticket-selector-tbl-qty-slct {
	width: 100%;
	margin: 0;
	border: 1px solid #ddd;
}
#ee-single-page-checkout-dv .spco-steps-big-hdr {
	font-size: 24px;
	color: #474157;
}
.speak_program_img {
	background-position: center !important;
}
.tablepress tfoot th, .tablepress thead th {
	width: auto !important;
}
.espresso_events p {
	margin-bottom: 10px;
}
.job_listing_preview_title h2 {
	font-size: 24px;
	padding: 6px 0px;
}
.button.job-manager-button-submit-listing, .button.job-manager-button-edit-listing {
	background: #fff;
	color: #cc1819;
	border: 1px solid #cc1819;
}
.button.job-manager-button-submit-listing:hover, .button.job-manager-button-edit-listing:hover {
	background: #cc1819;
	color: #fff;
	opacity: 1 !important;
	border: 1px solid #cc1819;
}
.job_listing_preview.single_job_listing h1 {
	font-size: 22px;
	padding: 20px 0px;
	text-transform: uppercase;
}
.single_job_listing .company img {
	top: 10px !important;
	width: 50px !important;
	height: 50px !important;
}
#spco-payment-method-redirect-form form p input {
	background-color: #cc1819;
	color: #fff;
	border: 1px solid #cc1819;
}
/* Style the tab */
.tab {
	overflow: auto;
	white-space: nowrap;
}
/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0px 30px 0px 0px;
	transition: 0.3s;
	font-size: 20px;
}
/* Create an active/current tablink class */
.tab button.active {
	background-color: transparent;
}
/* Style the tab content */
.tabcontent {
	display: none;
}
.membership-plans02 {
	border: 1px solid #cacaca;
	padding: 30px 40px;
}
.hentry.single-template .membership-plans01 .hentry__inside {
	padding: 100px 30px 0px;
}
.membership-plans01 {
	background-color: #fff;
	box-shadow: 0px 6px 18px #ddd;
}
.membership-plans01 .hentry__inside h2 {
	font-size: 40px;
	color: #cc1819;
	margin-top: -9px;
}
.membership-plans01 .tab button span {
	padding: 19px 0px;
	line-height: 70px;
}
.membership-plans01 .tab button.active span {
	border-bottom: 4px solid #cc1819;
	background-color: transparent;
	color: #cc1819;
	padding: 19px 0px;
	line-height: 70px;
}
.membership-plans01 .tab button:hover span {
	color: #cc1819;
	background-color: transparent;
	border-bottom: 4px solid #cc1819;
}
.membership-plan-hedding {
	width: 100%;
}
.membership-plans03 {
	width: 80%;
	float: left;
}
.membership-plans03 h2 a {
	border: 0px;
}
.membership-plans03 p {
	margin: 0px;
	color: #cc1819;
}
.membership-plans03 h3 {
	font-size: 36px;
}
.membership-plans04 {
	width: 20%;
	float: left;
	text-align: right;
	margin-top: 85px;
}
.membership-plans04 .the_btn a {
	padding: 15px 50px;
	font-size: 20px;
}
.membership-details01 {
	width: 100%;
	clear: both;
	padding-top: 1px;
}
.membership-details01 h4 {
	font-family: 'AvenirNextLTPro-Demi';
}
.membership-details01 p {
	margin-bottom: 10px;
}
.membership-details01 ul {
	margin: 0;
	padding-left: 1em;
}
.membership-details01 ul li {
	line-height: 36px;
	padding-bottom: 10px;
}
.membership-details01 .the_btn {
	padding: 30px 0px;
}
.membership-details01 .the_btn a {
	padding: 15px 50px;
	font-size: 20px;
}
.footer-links .textwidget {
	margin-top: 30px;
}
.footer-links #media_image-3 {
	margin-top: 32px;
}
.behaviour-list {
	background-color: #fff;
	box-shadow: 0px 6px 18px #ddd;
	padding: 50px 0px 50px;
}
.behaviour-list.behaviour-analyst-005 {
	padding-bottom: 0px;
}
.behaviour-list-01 {
	padding: 0px 5px;
}
.search-column01 {
	width: 75%;
	float: left;
	padding-right: 30px;
}
.search-column02 {
	width: 25%;
	float: left;
	margin-bottom: 15px;
}
.search_box_inner01 {
	position: relative;
}
.search_box_inner01 .icon_pin_alt {
	top: 26px;
	left: 20px;
	position: absolute;
}
.search-column01 input, .search-column01 select {
	padding: 5px 20px !important;
	height: 60px;
	font-size: 20px;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
}
.search-column02 .btn2 {
	height: 60px;
	margin: 0;
}
.behaviour_advanced_search {
	display: inline-block;
	color: #cc1819;
	text-decoration: underline;
	font-size: 23px;
}
.behaviour-list h2 {
	font-size: 40px;
	color: #cc1819;
	margin-bottom: 10px;
}
.behaviour-list p {
	font-size: 28px;
	margin: 0 0 20px 0;
}
.search_box h4 {
	font-size: 30px;
	background: rgba(255, 255, 255, 0.7);
	display: inline-block;
	padding: 10px;
	margin-bottom: 10px;
}
.search_box h3 {
	font-size: 40px;
	background: rgba(255, 255, 255, 0.7);
	display: inline-block;
	padding: 10px;
}
.advanced_search:hover {
	color: #cc1819;
}
#top-nav ul {
	background-color: #fff;
	list-style: none;
}
#top-nav ul li {
	display: inline-block;
	position: static;
}
#top-nav ul li a {
	display: block;
	color: #474157;
	padding: 10px 20px;
	position: relative;
}
/* Dropdown */
li.dropdown {
	position: relative;
	margin: 0px 10px;
}
ul.dropdown-menu {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	font-size: 18px;
	width: 100%;
}
ul.dropdown-menu li {
	display: block !important;/* white-space: nowrap;*/
}
/* Sub Dropdown */
ul.dropdown-menu ul.dropdown-menu {
	left: 100%;
	top: 0;
	background-color: #f00 !important;
}
/* Display none by Default */
ul.dropdown-menu {
	display: none;
}
#top-nav ul li.dropdown a::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top-nav ul li.dropdown a::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: -9px !important;
}
#top-nav ul li.dropdown a::before, #top-nav ul li.dropdown a::after {
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	height: 2px;
	width: 13px;
	background: #474157;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
#top-nav ul li.dropdown a.xyz::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#top-nav ul li.dropdown a.xyz::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.title_jobs li span {
	white-space: initial;
}
#top-nav ul li ul li a::before, #top-nav ul li ul li a::after {
 content:;
	display: none;
}
#top-nav ul li ul {
	box-shadow: 0px 6px 18px #ddd;
	margin-top: 20px;
	padding: 20px;
}
#top-nav {
	min-height: 50px;
	position: relative;
	z-index: 3;
}
.list-menu {
	width: 100%;
	float: left;
}
.list-menu-hedding h4 {
	color: #cc1819;
	border-right: 1px solid #b9b9b9;
	padding: 10px 0px;
	margin: 0px;
}
.find_search_box .search-column01.find_001 {
	width: 50%;
	float: left;
	padding-right: 15px;
}
.find_002 {
	width: 35%;
	float: left;
}
.find_search_box .search-column02.find_003 {
	width: 15%;
	float: left;
}
.fine-within li {
	display: block;
	text-transform: uppercase;
	padding: 0px 15px;
	color: #cc1819;
	font-family: 'AvenirNextLTPro-Demi';
}
.fine-within li input {
	width: 45px;
	text-align: center;
	height: 44px;
}
ul.fine-within {
	padding: 0;
	margin: 0;
}
.with_in_001 {
	width: 20%;
	float: left;
}
.with_inslider {
	width: 80%;
	float: left;
	padding: 15px 0px;
}
.advance_search001 .search-column01 {
	width: 33.3%;
	float: left;
}
.advance_search002 .search-column01 {
	width: 33.3%;
	float: left;
	position: relative;
}
.advance_search003 .find_002 {
	width: 33.3%;
	float: left;
}
.advance_job_title {
	font-size: 25px;
	padding: 20px 0px 10px;
	font-family: 'AvenirNextLTPro-Demi';
	margin-bottom: 0px;
}
ul.checkbox-grid {
	padding: 10px 0px;
	margin: 0;
}
ul.checkbox-grid li input {
	height: 27px;
}
ul.checkbox-grid li {
	list-style-type: none;
}
.advance-search-column01 ul.checkbox-grid li {
	width: 50%;
	float: left;
	font-size: 18px;
}
.advance-search-column01 {
	padding: 0px 0px;
}
.advance-search-btn {
	width: 300px;
	text-align: center;
	margin: auto;
	display: block
}
.advance_search002 .search-column01 input {
	padding: 25px 25px;
}
.sub_checkbox li {
	display: inline-block;
	font-size: 14px;
	margin-top: 5px;
}
.sub_checkbox li .chbx {
	height: 20px;
	margin-top: 5px;
	float: left;
}
.refine-your-search {
	font-size: 25px;
	color: #cc1819;
	border-right: 1px solid #b9b9b9;
	padding: 10px 50px 10px 0px
}
.behaviour-list_04 {
	border-top: 1px solid #b9b9b9;
	margin-top: 40px;
	padding: 20px 0px;
}
.behaviour-profile-list {
	border: 1px solid #cacaca;
	padding: 40px;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	position: relative;
}
.list_expire {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.7;
	z-index: 9;
}
.behaviour-profile-image {
	width: 45%;
	float: left;
}
.behaviour-profile-details {
	width: 55%;
	float: left;
	padding-left: 40px;
}
.profile-img {
	max-height: 562px;
	overflow: hidden;
	position: relative;
	margin: auto;
	text-align: center;
}
 @media(min-width:1024px) {
.profile-img {
	min-height: 562px;
}
}
.behaviour-profile-details .left {
	float: left;
	width: 60%;
}
.behaviour-profile-details .right {
	float: right;
	width: 40%;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}
.behaviour-profile-details h2 {
	color: #cc1819;
	margin-bottom: 10px;
}
.behaviour-highlights h4 {
	font-size: 20px;
	font-weight: normal;
	color: #cc1819;
	margin: 0 0 10px 0;
	font-family: 'AvenirNextLTPro-Demi';
}
.behaviour-btn {
	position: absolute;
	bottom: 55px;
}
.behaviour-profile-details p {
	margin-bottom: 20px;
}
.behaviour-highlights {
	margin-bottom: 80px;
}
.behaviour-highlights ul {
	padding-left: 20px;
}
.behaviour-highlights ul li {
	list-style-type: disc;
}
.behaviour-btn .btn2 {
	font-size: 20px;
	font-weight: normal;
	font-family: 'AvenirNextLTPro-Regular';
	padding: 15px 30px;
}
.behaviour-list_04 .dropdown-menu li h4 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.be_box {
	width: 50px;
	float: left;
}
.be_box input {
	text-align: center;
}
.with_sl {
	width: 92%;
	float: right;
	margin-top: 20px;
}
.title_jobs li {
	width: 50%;
	float: left;
}
.title_definitions {
	width: 100% !important;
	float: none !important;
	margin-bottom: 10px;
}
.title_definitions a {
	width: auto !important;
	display: initial !important;
	text-decoration: underline;
	padding: 0px !important;
}
.title_jobs li span {
	vertical-align: top !important;
}
.showing-result {
	margin-bottom: 20px;
}
.behaviour-profile-details01 {
	padding: 0px;
	width: 100%;
	position: relative;
}
.behaviour-profile-image02 {
	width: 26%;
	float: left;
}
.behaviour-profile-inner-details {
	width: 74%;
	float: left;
	padding-left: 20px;
}
.behaviour-profile-inner-details .left {
	float: left;
	width: 60%;
}
.behaviour-profile-inner-details .right {
	float: right;
	width: 40%;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}
.profile-img002 {
	max-height: 562px;
	overflow: hidden;
	position: relative;
	margin: auto;
	text-align: center;
}
.behaviour-profile-inner-details h2 {
	color: #cc1819;
	margin-bottom: 30px;
	font-size: 48px;
}
.full_info_behaviour {
	width: 100%;
}
.full_info_behaviour01 {
	width: 25%;
	float: left;
}
.location_01 {
	font-size: 20px;
	padding-bottom: 15px;
}
.full_info_behaviour01 h3 {
	font-size: 20px;
	font-family: 'AvenirNextLTPro-Demi';
	font-weight: normal;
	margin-bottom: 5px;
}
.back_to_list span {
	position: relative;
	top: 8px;
	padding-right: 5px;
}
.back_to_list {
	padding-bottom: 35px;
}
.back_to_list a:hover {
	color: #cc1819;
}
.hentry__inside_behaviour {
	padding: 35px 20px 30px !important;
}
.profile_details_tab {
	border-top: 1px solid #b9b9b9;
}
.profile_details_tab .hentry__inside {
	padding: 5px 30px 0px !important;
}
.behaviour-description-column-1 {
	width: 70%;
	float: left;
	padding-right: 30px;
}
.behaviour-description-column-2 {
	width: 30%;
	float: right;
}
.behaviour-user-form {
	background-color: #efefef;
	border: 1px solid #cacaca;
	padding: 30px 30px;
}
.behaviour-user-form .contact-user-form, .behaviour-user-form .form-control-text {
	border: 0px solid;
	border-bottom: 1px solid #686475;
	border-radius: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 16px;
}
.behaviour-user-form .form-control-text {
	height: 100px;
}
.behaviour-user-form .btn2 {
	font-size: 14px;
	width: auto;
	font-family: 'AvenirNextLTPro-Regular';
	padding: 5px 20px;
}
.setPaginate {
	background-color: #cc1819;
	width: auto;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	overflow: hidden;
	padding: 5px 0px 5px 10px;
}
.setPage {
	padding: 0px 10px !important;
}
.setPaginate li {
	display: inline-block;
	padding: 5px 0px;
}
.setPaginate li a {
	padding: 15px;
}
.current_page {
	background-color: #474157;
	padding: 10px 15px;
	overflow: hidden;
	color: #fff;
}
.setPaginate li a:hover {
	background-color: #474157;
	color: #fff;
}
.footer-bottom .menu li::after {
	content: '/';
	color: #474157;
	padding: 0px 0px 0 14px;
}
.footer-bottom .menu li:last-child:after {
	content: '';
}
#ws-plugin--s2member-profile-about-me {
	height: 150px;
}
.advancedsearch {
	display: none;
}
.advancedsearch li {
	margin: 10px 0px;
	width: 100%;
	display: inline-block;
}
.advancedsearch li .within {
	padding: 15px;
	width: 75px;
	text-align: center;
}
.advancedsearch small {
	float: left;
	width: 100%;
}
.advancedsearch .checkbox-grid {
	float: left;
	width: 100%;
}
.advancedsearch .checkbox-grid li {
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 14px;
	margin: 2px 0px;
}
.advancedsearch .checkbox-grid li input {
	height: auto;
}
.advancedsearch .checkbox-grid li label {
	color: #000;
	font-size: 12px;
	display: inline-flex;
	font-weight: normal;
	font-family: inherit;
}
#job-manager-job-dashboard {
	overflow-x: auto;
}
.upload_photo {
	border: 1px dashed #ccc;
	padding: 20px 50px 140px 50px;
	text-align: center;
	margin-right: 10px;
	width: 48%;
	float: left;
	margin-top: 10px;
}
.upload_document {
	border: 1px dashed #ccc;
	padding: 20px 50px 50px 50px;
	text-align: center;
	margin-left: 10px;
	width: 48%;
	float: right;
	margin-top: 10px;
}
.upload_document li, .upload_photo li, .form_sub_section li {
	list-style: none !important;
}
.upload_document .qq-upload-button, .upload_photo .qq-upload-button {
	width: 100%;
}
.width100 {
	width: 100% !important;
}
#frm_signup h4 {
	float: left;
	width: 100%;
}
.form_sub_section {
	float: left;
	width: 100%;
}
.form_sub_section h5 {
	margin: 10px;
}
#frm_signup .search_box_0 {
	padding: 13px !important;
}
#top-nav .ui-autocomplete-input {
	padding: 5px 45px !important;
}
#top-nav .icon_pin_alt {
	padding: 21px 20px !important;
}
.top_margin a {
	word-wrap: anywhere;
}
.page .entry-content a {
	word-break: break-all;
	box-sizing: border-box;
}
.advancedsearch .checkbox-grid li label input {
	padding: 0px;
}
.searchpage .search_box_strip {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
	padding: 0px 0px 20px;
}
.searchpage .search_box_strip .search_strip {
	padding: 10px 20px 50px 20px;
}
.searchpage .search_box_strip .search_strip ul {
	padding: 0px;
	margin: 0px;
}
.entry-content.searchpage a {
	border-bottom: 0px;
}
.transaction_history li {
	font-size: 14px !important;
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
	margin-bottom: 10px !important;
}
.transaction_history li:last-child {
	border-bottom: none;
}
.scrollarrow {
	position: absolute;
	bottom: 25px;
	color: #fff;
	z-index: 99999;
	text-align: center;
	border: solid #cc1819;
	border-width: 0 3px 3px 0;
	padding: 8px;
	display: none;
}
.scrollarrow:hover {
	color: #fff;
}
.scrollarrow.horizon-prev {
	left: 50px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.scrollarrow.horizon-next {
	right: 50px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
/*#ws-plugin--s2member-profile tr {
	float: left;
	width: 48%;
	padding: 0 1%;
}*/
#ws-plugin--s2member-profile tr td {
	width: 100%;
	display: inline-block;
}
#ws-plugin--s2member-profile tr:nth-last-child(2), #ws-plugin--s2member-profile tr:nth-last-child(3) {
	width: 100%;
}
.tooltip {
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 10px;
}
.tooltip .tooltiphelp {
	background: #000;
	border-radius: 50px;
	color: #fff;
	padding: 3px 6px;
	cursor: pointer;
	font-size: 10px;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 320px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 15px;
	position: absolute;
	z-index: 1;
	line-height: 15px;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}
.form_normal_info {
	word-wrap: break-word;
}
.bordererror {
	border: 1px solid #cc1819 !important;
}
#ticket-selector-submit-2951-btn {
	height: 50px;
	padding: 10px 20px;
}
#spco-go-to-step-payment_options-submit {
	height: 50px;
	padding: 10px 20px;
}
#spco-go-to-step-finalize_registration-submit {
	height: 50px;
	padding: 10px 20px;
}
#ee-single-page-checkout-dv input {
	height: 50px;
	padding: 10px 20px;
}
 @media(min-width: 1750px) {
.header-container {
	max-width: 1520px;
	margin: 0 auto;
	width: 100%;
}
}
 @media(max-width: 1749px) {
.header-container {
	max-width: 1360px;
	margin: 0 auto;
	width: 100%;
	padding: 0px 30px;
}
.main-navigation-desktop {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0px 30px;
}
.intro-image__inside {
	max-width: 1360px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 30px;
}
.desktop-menu .primary-nav > li a {
	font-size: 18px;
}
.desktop-menu .sub-menu {
	min-width: 280px;
}
.search_box h3 {
	font-size: 40px;
}
.search_box h4 {
	font-size: 30px;
}
.desktop-menu .sub-menu li a {
	padding: 8px 16px;
}
.desktop-menu .sub-menu li a:hover {
	padding: 8px 16px;
}
.search_box_class .intro-image__inside, .page-content {
	padding: 0px 30px;
}
.desktop-menu .primary-nav > li {
	display: inline-block;
	padding: 26px 14px;
	position: relative;
}
}
 @media(max-width: 1360px) {
.desktop-menu .primary-nav > li {
	padding: 18px 8px;
}
.search_box h3 {
	font-size: 35px;
}
.event_loop {
	padding: 30px 30px;
}
}
 @media(max-width: 1199px) {
.desktop-menu .primary-nav > li a {
	font-size: 17px;
}
.search_box_strip .search_box_inner1 {
	padding: 0px 30px;
}
.searchpage .search_box_strip .search_box_inner1 {
	padding: 0px 0px;
}
.searchpage .search_box_strip .search_strip {
	padding: 0px;
}
.footer_logos .footer_logos_title h5 {
	font-size: 25px;
}
.search-column01 input {
	font-size: 18px;
}
}
@media(max-width: 1154px) {
.tooltip .tooltiptext {
	width: auto;
	box-sizing: border-box;
}
.form_sub_section .tooltip {
	position: absolute;
	display: inline-block;
	font-size: 12px;
	line-height: 25px;
	margin-left: 6px;
}
.site-header.menu-is-open {
	background-color: #fff;
}
.site-navigation-wrapper {
	top: 0px;
}
.main-navigation {
	top: 30px;
}
.desktop-menu {
	display: none;
}
.mobile-menu {
	display: block;
}
.site-content {
	margin-top: 80px;
}
.search-trigger {
	right: 60px;
}
.site-branding {
	float: unset;
}
.header-right {
	width: 100%;
	float: left;
	text-align: center;
}
.site-content {
	margin-top: 0px;
}
.header-right {
	position: relative;
	float: right;
	margin-top: -142px;
	width: 50%;
	right: 50px;
}
.search_box {
	text-align: left;
	width: 56%;
}
.advanced_search {
	font-size: 22px;
}
.latest_blogs .blog_inner_content h4 a {
	font-size: 20px;
}
#cookie-law-info-again {
	z-index: 2;
}
.member_h {
	min-height: 178px;
}
.not_found_page .not_found_contant {
	margin: 100px auto 0;
}
.main-navigation ul.primary-nav li a {
	font-size: 24px;
	font-weight: bold;
}
.main-navigation ul.primary-nav li ul.sub-menu li a {
	font-size: 20px;
	font-weight: normal;
}
.main-navigation ul.primary-nav li ul.sub-menu li ul.sub-menu {
	padding: 25px 0px;
}
.main-navigation ul.primary-nav li ul.sub-menu li ul.sub-menu li a {
	font-size: 18px;
}
.footer-links #media_image-2 img {
	width: 250px;
}
.footer-links .textwidget {
	margin-top: 15px;
}
.footer-links #media_image-3 {
	margin-top: 13px;
}
.footer-links #media_image-3 img {
	width: 220px;
}
.site-footer .textwidget p {
	line-height: 32px;
}
.site-footer p {
	font-size: 23px;
}
.behaviour-list p {
	font-size: 24px;
}
.with_in_001 {
	width: 23%;
}
.with_inslider {
	width: 77%;
}
.membership-plans01 .hentry__inside h2 {
	font-size: 36px;
}
.entry-content h2, .behaviour-list h2 {
	font-size: 36px;
}
.refine-your-search {
	font-size: 23px;
	padding: 10px 50px 10px 4px;
}
.behaviour-profile-details h2 {
	font-size: 36px;
}
.behaviour-profile-details p {
	font-size: 18px;
}
.behaviour-highlights ul li {
	font-size: 18px;
}
.behaviour-highlights h4 {
	font-size: 18px;
}
.behaviour_advanced_search {
	font-size: 20px;
}
.upload_file_a {
	width: auto;
}
.advancedsearch .checkbox-grid li {
	width: 50%;
	float: left;
}
.advancedsearch .checkbox-grid li label {
	font-size: 14px;
	display: block;
	font-weight: normal;
	font-family: inherit;
	line-height: 22px;
}
.advancedsearch .checkbox-grid li label input {
	position: relative;
	top: 2px;
}
.membership-plans04 .the_btn a {
	padding: 15px 20px;
}
#btn_renew {
	padding: 10px 20px;
	font-size: 16px;
	width: auto !important;
}
#ws-plugin--s2member-profile tr {
	min-height: 100px;
}
}
 @media(max-width: 991px) {
body {
	font-size: 18px;
}
.site-branding {
	width: 45%;
}
.site-branding a img {
	width: 170px;
}
.header-right {
	margin-top: -117px;
}
.primary-nav-trigger .menu-icon {
	top: 14px;
}
.intro-image {
	background-position: 65% 50%;
}
.search_box {
	width: 65%;
}
.search_box h4 {
	font-size: 24px;
}
.search_box h3 {
	font-size: 30px;
}
.search_box label {
	font-size: 22px;
}
.btn2 {
	font-size: 18px;
	padding: 12px;
}
.advanced_search {
	font-size: 18px;
}
.hentry.single-template .hentry__inside {
	padding: 70px 30px 42px;
}
.latest_blog_section {
	padding: 70px 0px;
	margin-top: 30px;
}
aside {
	width: 31.4%;
}
.entry-content .btn2.btn-border {
	padding: 12px 20px;
}
.entry-content h2 {
	font-size: 28px;
}
.membership_benefits_section h3 {
	font-size: 28px;
}
.latest_blog_section h2 {
	font-size: 28px;
}
.latest_blog_section .blog_list .blog_content {
	padding: 15px;
}
.site-footer {
	padding: 60px 30px 40px;
}
.site-footer p {
	font-size: 18px;
}
#nav_menu-3 {
	width: 100%;
}
#nav_menu-3 #menu-footer-menu {
	margin: auto;
	text-align: center;
}
#nav_menu-3 #menu-footer-menu li {
	display: inline-block;
	padding: 0px 10px;
}
.member_h {
	min-height: 200px;
}
.search_box_strip .search_box_inner1 .inputbox {
	width: 48%;
}
.search_box_strip .search_box_inner1 .submitbtn {
	width: 30%;
}
.membership_plan .role-box .m_plan_left {
	width: 100%;
}
.membership_plan .role-box .m_plan_right {
	width: 100%;
	margin-top: 20px;
}
.membership_plan .role-box {
	padding: 30px 0px;
}
.comment-entry {
	font-size: 18px;
}
.not_found_page .not_found_contant {
	margin: 80px auto 0;
	width: 100%;
}
.membership-plans03 h3 {
	font-size: 28px;
}
.membership-plans03 {
	width: 75%;
}
.membership-plans04 {
	width: 25%;
}
.membership-plans04 {
	margin-top: 60px;
}
.membership-plans04 .the_btn a {
	padding: 15px 30px;
}
.footer-links .textwidget {
	margin-top: -6px;
}
.footer-links #media_image-3 {
	margin-top: 4;
}
.footer-links #media_image-3 {
	margin-top: 8px;
}
.membership-plans01 .hentry__inside h2 {
	font-size: 36px;
}
.tab button {
	font-size: 16px;
	padding: 0px 20px 0px 0px;
}
.membership-plans01 .tab button.active span {
	padding: 21px 0px;
}
.membership-plans01 .tab button span {
	padding: 21px 0px;
}
.find_search_box .search-column01.find_001 {
	width: 45%;
}
.find_002 {
	width: 40%;
}
.with_in_001 {
	width: 25%;
}
.with_inslider {
	width: 75%;
}
.behaviour-list h2 {
	font-size: 36px;
}
.behaviour-list p {
	font-size: 21px;
}
.search-column01 input {
	padding: 25px 20px 25px 50px;
}
.advance_search001 .search-column01 {
	padding-right: 15px;
}
.advance_search002 .search-column01 {
	padding-right: 15px;
}
.advance_search002 .search-column01 input {
	padding: 25px 15px;
}
.with_in_001 {
	width: 27%;
}
.with_inslider {
	width: 73%;
}
.advance_job_title {
	font-size: 21px;
}
.advance-search-column01 ul.checkbox-grid li {
	width: 100%;
}
.back_to_list a span img {
	width: 20px;
}
.back_to_list span {
	top: 4px;
}
.back_to_list {
	padding-bottom: 20px;
}
.membership-plans01 .hentry__inside h2 {
	font-size: 32px;
}
.behaviour-profile-inner-details h2 {
	margin-bottom: 20px;
}
.location_01 {
	font-size: 18px;
}
.full_info_behaviour01 {
	width: 33%;
}
.full_info_behaviour01 h3 {
	font-size: 18px;
}
.behaviour-description-column-1 {
	width: 65%;
}
.behaviour-description-column-2 {
	width: 35%;
}
.behaviour-list h2 {
	font-size: 32px;
}
.behaviour_advanced_search {
	font-size: 18px;
}
.with_sl {
	width: 90%;
}
.refine-your-search {
	font-size: 21px;
}
.title_jobs li {
	width: 100%;
	float: none;
}
.behaviour-profile-details {
	padding-left: 30px;
}
.behaviour-profile-details h2 {
	font-size: 32px;
}
.behaviour-profile-details p {
	font-size: 16px;
	line-height: 28px;
}
.behaviour-highlights h4 {
	font-size: 16px;
}
.behaviour-highlights ul li {
	font-size: 16px;
}
.behaviour-btn .btn2 {
	font-size: 16px;
	padding: 10px 20px;
}
.form_sub_section {
	overflow: hidden;
}
.btn2.submitbtn {
	padding: .8em 0em !important;
}
.searchpage .btn2.submitbtn {
	padding: 8px 4px !important;
}
.latest_blog_section .blog_list .blog_content {
	min-height: 415px;
}
.latest_blog_section .blog_inner_content h4 {
	line-height: 18px !important;
}
.latest_blogs .blog_inner_content h4 a {
	font-size: 18px;
	line-height: 24px;
}
.search_box_inner1 .btn2.submitbtn {
	height: 50px !important;
	padding: 10px 0px !important;
}
form#ws-plugin--s2member-profile label strong {
	font-size: 15px;
}
}
.desktop {
	display: block;
}
.behaviour-profile-image .badge {
	display: none;
	text-align: center;
}
@media (max-width:800px) {
.header-right {
	width: auto;
	margin: 20px auto !important;
	float: none;
	padding: 0;
	text-align: center;
	display: table;
	right: 0;
}
.member-row, .search-row {
	display: table-cell;
	float: none;
}
.header-btn {
	float: right;
}
}
@media(max-width: 768px) {
.desktop {
	display: none;
}
.behaviour-profile-image .badge {
	display: block;
}
.behaviour-profile-details .left {
	width: 100%;
}
.behaviour-profile-details .right {
	display: none;
}
.search_box_strip .search_box_inner1 .submitbtn {
	width: 50%;
}
.search_box_strip .search_box_inner1 .advanced_search {
	width: 100%;
	text-align: left;
}
.search_box_strip .search_box_inner1 #resetfrm {
	text-align: left;
	width: 100%;
}
.search_box_strip {
	padding: 40px 0px 30px;
}
/*---------*/

.advancedsearch .checkbox-grid li {
	width: 100%;
	float: none;
}
.advancedsearch .checkbox-grid li label {
	font-size: 14px;
	display: block;
	font-weight: normal;
	font-family: inherit;
	line-height: 22px;
}
.advancedsearch .checkbox-grid li label input {
	position: relative;
	top: 2px;
}
}
 @media(max-width: 767px) {
.scrollarrow {
	display: block;
}
.membership-plans01 .tab {
	width: 70%;
	margin: 0 auto;
}
.header-container {
	padding: 0px 15px;
}
.main-navigation-desktop {
	padding: 0px 15px;
}
.intro-image__inside {
	padding: 0px 15px !important;
}
.search_box {
	padding: 0 !important;
}
.header-right {
	width: 75%;
}
aside {
	width: 100%;
	margin: auto !important;
}
.site-branding a img {
	width: 150px;
}
.header-right {
	margin-top: -114px;
}
.search_box {
	text-align: left;
	width: 100%;
	padding: 15px;
}
.membership_benefits_section .inner_section {
	position: unset;
	width: 100%;
}
.latest_blog_section .blog_list li {
	width: 100%;
	margin: 20px 0px;
}
.contact_us .c_left {
	width: 100%;
}
.contact_us .c_right {
	width: 100%;
	margin: 20px 0 20px 0;
}
.column-3 {
	width: 100%;
}
.member_h {
	min-height: auto;
}
#frm_process .memberField {
	width: 100%;
}
ul.tml-links li a {
	width: 100%;
	margin: 10px 0px;
}
.search_box_strip .search_box_inner1 .inputbox {
	width: 100%;
}
.search_box_strip .search_box_inner1 .submitbtn {
	width: 100%;
	float: none;
	margin: 10px 0 0 0;
}
.search_box_strip .search_box_inner1 .advanced_search {
	width: 100%;
}
.column-4 {
	width: 100%;
	float: left;
	padding: 0px 0px 12px;
}
.column-8 {
	width: 100%;
	float: left;
}
.single-template .hentry__inside .entry-content .page-header h1 {
	font-size: 28px;
}
.speak_program {
	padding: 0px 0px 0 0px;
}
.event_loop .ee-clearfix .ee-event-datetimes-li {
	width: 100%;
}
.footer_logos .footer_logos_title h5 {
	font-size: 18px;
	padding: 0px 15px;
}
.footer_logo_section {
	padding: 60px 0px;
}
.find_search_box .search-column01.find_001 {
	width: 100%;
	padding-right: 0px;
	margin-bottom: 15px;
}
.find_002 {
	width: 50%;
}
.find_search_box .search-column02.find_003 {
	width: 50%;
}
.with_in_001 {
	width: 22%;
}
.advancedsearch li .within {
	padding: 10px 0px;
	width: 45px;
}
.with_inslider {
	width: 78%;
}
.behaviour_advanced_search {
	font-size: 18px;
	line-height: 28px;
}
.behaviour-list h2 {
	font-size: 32px;
}
.membership-plans01 .hentry__inside h2 {
	font-size: 32px;
}
.behaviour-list p {
	font-size: 18px;
}
.advance_search001 .search-column01 {
	width: 50%;
	padding-right: 15px;
}
.advance_search002 .search-column01 {
	width: 50%;
}
.advance_search003 .find_002 {
	width: 100%;
}
.advance_search003 .with_in_001 {
	width: 12%;
}
.advance_search003 .with_inslider {
	width: 88%;
}
.advance_search002 .search-column01 {
	padding-right: 0px;
}
.with_sl {
	width: 88%;
}
.search_box_strip .search_strip {
	padding: 10px 0px 50px 0px;
}
.search_box_strip .search_strip .icon_pin_alt {
	left: 15px;
}
.search-column01 input, .search-column01 select {
	height: 50px;
}
.search-column02 .btn2 {
	height: 50px;
}
.advancedsearch .checkbox-grid li {
	width: 100%;
	float: none;
}
input[type="checkbox"], input[type="radio"] {
	margin-right: 5px;
}
.advancedsearch .checkbox-grid li label {
	font-size: 14px;
	display: block;
	font-weight: normal;
	font-family: inherit;
	line-height: 22px;
}
.advancedsearch .checkbox-grid li label input {
	position: relative;
	top: 2px;
}
.tab button {
	float: none;
	width: auto !important;
}
.latest_blog_section .blog_list .blog_content {
	min-height: 372px;
}
form#ws-plugin--s2member-profile label strong {
	font-size: 13px;
}
.behaviour-btn {
	position: relative;
	bottom: 0;
}
}
 @media (max-width:639px) {
.behaviour-profile-inner-details .left {
	width: 100%;
}
.behaviour-profile-inner-details .right {
	width: 100%;
	margin-bottom: 20px;
}
.membership-plans01 .hentry__inside h2 {
	margin-top: 0px;
}
.profile-img img {
	height: 200px;
}
.behaviour-profile-details h2 {
	text-align: center;
}
.profile-img002 img {
	height: 200px;
}
#ws-plugin--s2member-profile tr {
	width: 98%;
}
.dropdown-menu .search-column01 .icon_pin_alt {
	padding: 21px 10px !important;
}
.site-content {
	margin-top: 10px;
}
.profile-dropdown {
	top: -10px;
}
.header-right {
	width: 100%;
	margin: 20px auto !important;
	float: none;
	padding: 0;
	text-align: center;
	display: block;
	right: 0;
}
.header-right .profile-dropdown {
	border: 0px;
	margin-top: -50px;
	right: 30px;
}
.header-btn {
	float: none;
}
.site-navigation-wrapper {
	top: 0px;
}
.main-navigation {
	margin-top: 60px;
}
.site-header.menu-is-open .header-right {
	display: none;
}
.primary-nav-trigger .menu-icon {
	top: 43px;
}
.entry-title {
	font-size: 1.3em;
	margin: 0;
}
.column-6 {
	width: 100%;
}
.membership_plan .role-box .m_plan_right .btn2 {
	font-size: 12px;
}
ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
	float: none;
	width: 100%;
	padding: 0;
	text-align: center;
}
ul.job_listings li.job_listing a div.location, ul.job_listings li.no_job_listings_found a div.location {
	text-align: center;
	width: 100%;
}
ul.job_listings li.job_listing a .meta, ul.job_listings li.no_job_listings_found a .meta {
	float: none;
	width: 100%;
	line-height: 2em;
	font-size: .75em;
	text-align: center;
}
.comment-entry {
	font-size: 16px;
}
.single-template .hentry__inside .entry-content .page-header h1 {
	font-size: 24px;
}
.entry-title-blog {
	font-size: 24px;
}
.not_found_page .not_found_contant {
	margin: 30px auto 0;
	width: 100%;
}
.not_found_page .column-6 img {
	margin: 0px auto 0px;
}
.not_found_page {
	margin: 40px auto;
}
.job_listing_preview_title h2 {
	font-size: 18px;
}
.button.job-manager-button-submit-listing, .button.job-manager-button-edit-listing {
	font-size: 14px !important;
	text-transform: inherit !important;
	padding: 10px 13px !important;
}
.job_listing_preview.single_job_listing h1 {
	font-size: 18px;
}
.single_job_listing .meta .full-time {
	font-size: 14px;
}
.single_job_listing .job_description p {
	font-size: 14px;
}
.main-navigation ul.primary-nav li a {
	font-size: 22px;
}
.main-navigation ul.primary-nav li ul.sub-menu li a {
	font-size: 17px;
}
.main-navigation ul.primary-nav li ul.sub-menu li ul.sub-menu {
	padding: 25px 0px;
}
.main-navigation ul.primary-nav li ul.sub-menu li ul.sub-menu li a {
	font-size: 15px;
}
.membership-plans02 {
	padding: 20px 15px;
}
.entry-content h2 {
	font-size: 24px;
}
.membership-plans03 {
	width: 100%;
}
.membership-plans04 {
	width: 100%;
}
.membership-plans03 h3 {
	font-size: 21px;
}
.membership-plans04 .the_btn a {
	padding: 9px 30px;
	font-size: 18px;
}
.membership-details01 .the_btn a {
	padding: 9px 30px;
	font-size: 18px;
}
.membership-details01 ul li {
	line-height: 28px;
}
.membership-plans03 {
	text-align: center;
}
.membership-plans04 {
	text-align: center;
}
.membership-plans04 {
	margin-top: 20px;
}
.membership-details01 .the_btn {
	text-align: center;
}
.membership-plans01 .hentry__inside h2 {
	font-size: 32px;
}
.tab button {
	width: auto !important;
}
.membership-plans01 .hentry__inside h2 {
	font-size: 26px;
}
.hentry.single-template .membership-plans01 .hentry__inside {
	padding: 60px 30px 0px;
}
.find_002 {
	width: 100%;
	margin-bottom: 15px;
}
.find_search_box .search-column02.find_003 {
	width: 100%;
}
.with_in_001 {
	width: 15%;
}
.with_inslider {
	width: 85%;
}
.advancedsearch .with_inslider {
	width: 70%;
	float: right;
}
.search_strip .with_inslider {
	width: 70% !important;
	float: right;
}
.fine-within li {
	padding: 0px;
}
.search-column01 input {
	height: 60px;
}
.search_box_inner01 .icon_pin_alt {
	top: 21px;
}
.search-column02 .btn2 {
	height: 50px;
}
.behaviour-list h2 {
	font-size: 26px;
}
.advance_search003 .with_in_001 {
	width: 15%;
}
.advance_search003 .with_inslider {
	width: 85%;
}
.advance-search-column01 ul.checkbox-grid li {
	line-height: 20px;
	font-size: 16px;
}
.behaviour-profile-image02 {
	width: 100%;
	float: none;
}
.behaviour-profile-inner-details {
	width: 100%;
	float: none;
	padding-left: 0;
	text-align: center;
}
.full_info_behaviour01 {
	width: 100%;
	float: none;
}
.behaviour-profile-inner-details h2 {
	margin-bottom: 10px;
}
.location_01 {
	padding-bottom: 10px;
}
.full_info_behaviour01 p {
	margin-bottom: 10px;
}
.behaviour-description-column-1 {
	width: 100%;
	padding: 0px;
	float: none;
}
.behaviour-description-column-2 {
	width: 100%;
	float: none;
}
.search-column01 {
	width: 100%;
	padding-right: 0px;
	margin-bottom: 15px;
}
.search-column02 {
	width: 100%;
}
.refine-your-search {
	width: 100%;
	border: 0;
	font-size: 18px;
	padding: 0 0 10px 4px;
}
#top-nav ul li a {
	padding: 10px 20px 10px 0px;
}
.with_sl {
	width: 83%;
}
.behaviour-list_04 .dropdown-menu li h4 {
	font-size: 18px;
}
.title_jobs li {
	font-size: 16px;
}
.title_jobs li span {
	vertical-align: top !important;
}
li.dropdown {
	margin: 0px 0px 0px 4px
}
#top-nav ul li.dropdown a::before, #top-nav ul li.dropdown a::after {
	right: 9px;
}
#top-nav ul li.dropdown a::after {
	right: 0px !important;
}
.behaviour-profile-image {
	width: 100%;
	float: none;
}
.behaviour-profile-details {
	width: 100%;
	padding: 0px;
}
.behaviour-profile-details h2 {
	font-size: 28px;
}
.behaviour-btn {
	position: relative;
	bottom: 0;
}
.behaviour-highlights {
	margin-bottom: 20px;
}
.setPaginate {
	padding: 0px;
}
.setPaginate li {
	font-size: 12px;
}
.setPaginate li a {
	padding: 10px 10px;
}
.setPaginate li {
	padding: 0px;
}
.page-header {
	padding: 30px 30px 32px;
}
#top-nav .ui-autocomplete-input {
	padding: 5px 35px !important;
}
#top-nav .icon_pin_alt {
	padding: 21px 12px !important;
}
/*.logged-in .header-right {
	margin: -10px 0px 0px !important;
}*/
form#ws-plugin--s2member-profile label strong {
	font-size: 15px;
}
}
 @media (max-width:480px) {
.site-branding {
	width: 80%;
	padding: 10px 0;
}
.header-right .profile-dropdown {
	margin-top: -40px;
	right: 30px;
}
.logged-in .header-right {
	margin: -10px 0px 0px !important;
}
.site-navigation-wrapper {
	top: 0px;
}
.main-navigation {
	margin-top: 0px;
}
.primary-nav-trigger .menu-icon {
	top: 32px;
}
.header-right .btn1.header-btn {
	font-size: 14px;
}
.search_box_inner {
	padding: 15px;
}
.search_box h4 {
	font-size: 18px;
}
.search_box h3 {
	font-size: 22px;
}
.btn2 {
	font-size: 14px;
}
.intro-image .entry-header {
	padding: 40px 0;
}
.entry-content h2 {
	font-size: 22px;
}
p {
	margin: 0 0 15px;
}
.advanced_search {
	margin-left: 15px;
}
#resetfrm {
	margin-left: 15px;
}
.membership_benefits_section .inner_section {
	padding: 20px 15px 30px 15px;
}
.membership_benefits_section .btn2.btn-border {
	font-size: 14px;
}
.membership_benefits_section h3 {
	font-size: 22px;
}
.latest_blog_section {
	margin-top: 0px;
}
.latest_blog_section h2 {
	font-size: 22px;
}
.btn2.small {
	font-size: 12px;
	padding: 8px 10px;
}
.latest_blog_section .blog_inner_content h4 {
	margin: 10px 0px;
}
.latest_blogs .blog_inner_content span {
	font-size: 14px;
}
.latest_blogs .blog_inner_content h4 a {
	font-size: 18px;
	line-height: 28px;
}
.single_job_listing .company .name {
	padding: 0 0 0 0.5em;
	line-height: 1em;
}
.single_job_listing .company .name a {
	font-size: 12px;
}
.single_job_listing .company .website::before {
	font-size: 14px;
}
.single_job_listing .company .company_twitter::before {
	font-size: 14px;
}
.single_job_listing .company .tagline {
	font-size: 14px;
	margin: 0;
	padding: 15px 0 0 0;
}
.single_job_listing .company strong {
	font-size: 14px;
}
.page-template-new_page_layout #job-manager-job-dashboard {
	overflow: auto;
}
#job-manager-job-dashboard table.job-manager-jobs th, #job-manager-job-dashboard table.job-manager-jobs td {
	padding: 5px;
	width: 120px;
	font-size: 14px;
}
.page-template-new_page_layout #job-manager-job-dashboard .job-manager-jobs {
	margin: 0.75em 0 22px;
}
.job-manager-form fieldset label {
	width: 100%;
	float: none;
}
.job-manager-form fieldset div.field {
	width: 100%;
	float: none;
}
.job-manager-form p .button {
	font-size: 18px;
}
.single-template .hentry__inside .entry-content .page-header h1 {
	font-size: 18px;
	letter-spacing: 0;
}
.espresso-event-list-wrapper-dv .event-datetimes {
	font-size: 14px;
}
.espresso-event-header-dv .entry-title a {
	margin-bottom: 15px;
}
.espresso-event-list-wrapper-dv p {
	font-size: 14px;
}
.ticket-selector-submit-btn.view-details-btn {
	font-size: 14px !important;
	padding: 5px !important;
	text-transform: inherit !important;
}
.entry-title-blog {
	font-size: 20px;
}
.spco-ticket-info-dv.small-text {
	overflow: auto;
}
.spco-ticket-info-dv.small-text th {
	padding: 10px;
	width: 120px;
}
.spco-payment-info-dv {
	overflow: auto;
}
.spco-payment-info-dv th {
	width: 120px;
}
.tablepress tfoot th, .tablepress thead th {
	font-size: 14px;
}
.tablepress .even td {
	font-size: 14px;
}
.tablepress .odd td {
	font-size: 14px;
}
.latest_blog_section .blog_right {
	margin-top: -4px;
}
.with_in_001 {
	width: 28%;
}
.search_strip .with_inslider {
	width: 56% !important;
}
.with_inslider {
	width: 75%;
}
.advance_search001 .search-column01 {
	width: 100%;
	padding-right: 0px;
	margin-bottom: 15px;
}
.advance_search002 .search-column01 {
	width: 100%;
	margin-bottom: 15px;
}
.advance_search003 .with_in_001 {
	width: 24%;
}
.advance_search003 .with_inslider {
	width: 76%;
}
.advance-search-btn {
	width: 200px;
}
#top-nav ul li a {
	font-size: 16px;
}
.with_sl {
	width: 74%;
}
.behaviour-profile-list {
	padding: 15px;
}
.behaviour-profile-details h2 {
	font-size: 26px;
}
.footer-bottom .menu li::after {
	content: '';
	padding: 0px;
}
.job_filters .search_jobs div.search_keywords {
	width: 100%;
	padding: 0px;
	margin-bottom: 15px;
}
.job_filters .search_jobs div.search_location {
	width: 100%;
	padding: 0px;
}
.entry-content .job_listing_preview_title .button, .job_listing_preview_title .button {
	float: none;
	text-align: center;
	display: block;
	margin: 10px auto;
}
.entry-content .job_listing_preview_title h2, .job_listing_preview_title h2 {
	text-align: center;
	width: 100%;
}
.job_listing_preview {
	padding: 0 0.5em 0.5em;
}
.single_job_listing .company {
	margin: 0 0 1em;
}
.dashboard-user-info {
	word-break: break-all;
}
#top-nav li.dropdown {
	width: 100%;
}
#top-nav ul.dropdown-menu {
	top: 100%;
}
#spco-go-to-step-finalize_registration-submit {
	height: 50px;
	padding: 10px 10px;
	font-size: 14px;
}
.profile-img img {
	height: auto;
	width: 100%;
}
}
.payment_method {
	padding: 15px;
	border: 1px solid #ccc;
	margin-top: 15px;
	margin-bottom: 20px;
}
.payment_method h5 {
	margin: 0;
	font-size: 18px;
}
.payment_method ul {
	padding: 0;
	margin: 20px 0px !important;
}
.payment_method li {
	list-style: none !important;
	margin-bottom: 25px !important;
}
.stripepay {
	width: 55%;
	display: block;
}
.stripepay li {
	display: inline-block;
	width: 33%;
}
.stripepay label {
	margin-bottom: 0px;
}
.paymentErrors {
	color: red;
}
#renew_form .stripepay {
	width: 100%;
	text-align: left;
}
#renew_form .payment_method {
	text-align: left;
}
#renew_form .payment_method ul {
	margin: 10px 0px !important;
}
#renew_form .payment_method li {
	margin-bottom: 0px !important;
}
#renew_form .stripepay label {
	font-size: 14px;
	line-height: 20px;
}
#renew_form .stripepay input {
	padding: 5px;
	height: unset;
	font-size: 14px;
}
.search-row {
	display: inline-block;
}
.member-row {
	float: right;
}
#searchform {
	position: relative;
}
#searchsubmit {
	background: #cc1819;
	width: 50px;
	border: none;
	font-size: 0px;
	height: 55px;
	position: absolute;
	top: 0;
	cursor: pointer;
	right: 0;
}
.searchfield {
	padding-right: 60px !important;
	height: 55px !important;
}
#searchsubmit:hover {
	background: #bb0708;
}
.profile_img {
    position: relative;
}
.close-avatar-icon {
    position: absolute;
    max-width: 98px;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    background: rgba(255,255,255,0.5);
    height: 98px;
	display:none;
}
.close-avatar-icon a{
	width:30px;
	height:30px;
	margin: 30px;
	display:inline-block;
	border:none;
}
.close-avatar-icon a img
{
	height:30px;
	width:30px;
}
.profile_img:hover .close-avatar-icon
{
	display:block;
}


.cpd-wrapper {
    width: 100%;
}

.cpd-header,
.cpd-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 2fr 1.5fr 2fr 0.5fr;
    gap: 10px;
    align-items: center;
}

.cpd-header {
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
}

.cpd-row {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.cpd-row input,
.cpd-row select {
    width: 100%;
}

.remove-row {
    background: #e63946;
    color: #fff;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 4px;
}

#add-cpd-row {
    margin-top: 15px;
    padding: 10px 15px;
    cursor: pointer;
	font-size: 16px;
	    margin-bottom: 15px;
		background: #cc1819;
    color: #fff;
    border: solid 1px #cc1819;
}
.submit-cpd
{
	margin-top: 15px;
    padding: 10px 15px;
	font-size: 16px;
    cursor: pointer;
	    margin-bottom: 15px;
		background: #cc1819;
    color: #fff;
    border: solid 1px #cc1819;
}
.remove-btn
{
    padding: 5px 15px;
	font-size: 16px;
    cursor: pointer;
	background: #cc1819;
    color: #fff;
    border: solid 1px #cc1819;
}
#add-cpd-row:hover, .submit-cpd:hover, .remove-btn:hover
{
	background: #fff;
    color: #cc1819;
}
.cpd-row {
    display: block;
    /*grid-template-columns: 2fr 1fr 2fr 1.5fr 2fr 0.5fr;
    gap: 10px;*/
    margin-bottom: 10px;
}
.cpd-col {
  margin-bottom: 10px;
}
.cpd-first-row .delete-row { display:none; }
.cpd-header-col {
    font-size: 14px;
}
.cpd-row select, .cpd-row input {
    font-size: 14px;
    margin: 0;
    padding: 10px;
    height: auto;
    border: 1px solid #ddd;
}