/*
Theme Name: Onjob
Theme URI: https://themepalace.com/downloads/onjob/
Author: Theme Palace
Author URI: https://themepalace.com
Description: Onjob is a modern and clean WordPress theme for the recruitment business. It can be used for general job listing websites and even job boards. The theme has a well-planned design with a fully functional interface that helps job providers and job seekers. It is feature-packed with unique functionality to help you build the best job publishing websites. Both job seekers and providers can create user-profiles and add details to the website. Other than that, you can easily list and publish the job opportunities in different categories; the users can search and filter through listings, view a description of each opening, and submit their applications. The theme includes pre-made content and design for you to choose from. You can import dummy content and start building your website. Also, the theme is totally customizable.
Version: 1.0.4
Requires PHP: 5.6
Requires at least: 4.8
Tested up to: 6.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: onjob
Tags:  translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, left-sidebar, editor-style, full-width-template, two-columns,  grid-layout, custom-colors, custom-header, custom-logo, featured-image-header, blog, portfolio, entertainment

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Onjob is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Preloader
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Layouts and Titles
# Media
	## Captions
	## Galleries
# Social Icons
# Breadcrumb List
# Blog/Archive/Single
# Footer
# Font Family Options
# Responsive

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#loader {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background-color: #fff;
	position:fixed;
	display: table;
	width: 100%;
	top:0;
	height: 100%;
	min-height: 100%;
	z-index:9999;
}

.loader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 12;
	text-align:center;
	text-transform: uppercase;
}

.loader-container svg {
	width: 70px;
	height: 70px;
	fill: #EE694A;
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.blog-loader {
    text-align: center;
    margin-top: 50px;
}
.blog-loader svg {
    width: 30px;
    height: 30px;
}
#LBloadmore svg.latest-posts-loader,
.blog-loader svg {
    margin-left: 15px;
    animation: infinitepreloader 1.5s  infinite ease-in-out;
}
@keyframes infinitepreloader {
	100%{transform: rotate(180deg);}
}

#preloader {
	position:relative;
	margin:auto;
	width:100px;
}

#preloader span {
	display:block;
	bottom:0px;
	width: 9px;
	height: 5px;
	background:#fff;
	position:absolute;
	animation: preloader 1.5s  infinite ease-in-out;
}
 
#preloader span:nth-child(2) {
	left:11px;
	animation-delay: .2s;
}
#preloader span:nth-child(3) {
	left:22px;
	animation-delay: .4s;
}
#preloader span:nth-child(4) {
	left:33px;
	animation-delay: .6s;
}
#preloader span:nth-child(5) {
	left:44px;
	animation-delay: .8s;
}

@keyframes preloader {
    0% {height:5px;transform:translateY(0px);background: #0bb3e4;}
    25% {height:30px;transform:translateY(15px);background: #0bb3e4;}
    50% {height:5px;transform:translateY(0px);background: #0bb3e4;}
    100% {height:5px;transform:translateY(0px);background: #0bb3e4;}
}

.backtotop {
    background-color: #EE694A;
    z-index: 300;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    color: #fff;
}
.backtotop:hover {
	background-color: #000;
}
.backtotop svg {
    display: inline-block;
    vertical-align: middle;
    fill: #fff;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

#page {
    overflow-x: hidden;
}

.boxed-layout,
.frame-layout {
    background-image: url('assets/uploads/pattern.png');
}

#content {
    position: relative;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 52px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #101010;
	margin: 16px 0;
	line-height: 1.35;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	margin: 0 0 16px;
}

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;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
tbody {
    text-align: left;
}
tr {
    border: 1px solid #e4e4e4;
}
td,
th {
	padding: 5px;
    font-weight: 400;
}

th {
	color: #000;
}

td#next {
    text-align: right;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #8c8c8c;
	font-size: 18px;
	line-height: 28px;
    word-wrap: break-word;
}
p {
	margin: 0 0 1em;
}
p:last-child {
	margin-bottom: 0;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
    text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #eee; /* Fallback for when there is no custom background color defined. */
    overflow-x: hidden;
}

blockquote {
    padding: 0 60px 0 40px;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    position: relative;
    margin: 0 0 21px;
}
blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 21px;
    padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}

dt {
	font-weight: bold;
    margin-bottom: 1em;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

figure {
	margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

table#wp-calendar {
    display: table;
    width: 100%;
    overflow: auto;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 16px 55px;
    display: inline-block;
    text-align: center;
    background-color: #ee694a;
    border-radius: 0;
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #000;
	color: #fff;
	text-decoration: none;
	outline: thin dotted #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	width: 100%;
	border: 1px solid #ccc;
	padding: 16px 20px;
	background-color: #fff;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #000;
	outline: thin dotted;
}

p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}
.comment-notes {
    margin-top: 0;
    margin-bottom: 20px;
}
#respond label {
    color: #273238;
    margin-bottom: 5px;
    display: block;
}
#commentform p {    
    margin-bottom: 21px;
}
.customize-support #commentform p.comment-form-comment {
    margin-bottom: 0;
}
#commentform p.form-submit {
	margin: 21px 0 0;
}
#comments {
    margin: 60px 0 0;
}
#respond {
    margin-top: 50px;
}
#respond .comment-form-cookies-consent input[type="checkbox"], 
.comment-form-cookies-consent input[type="checkbox"] {
    width: auto;
    float: left;
    height: auto;
    min-height: auto;
    margin-right: 10px;
}
#respond .comment-form-cookies-consent label, 
.comment-form-cookies-consent label {
    display: table;
    margin: 0;
    line-height: 1;
}
.comment-form-cookies-consent {
    clear: both;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #EE694A;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#top-navigation {
    padding: 10px 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}
#top-navigation .contact-info, 
#top-navigation .social-icons {
    padding: 5px 0;
}
#top-navigation .contact-info li {
    list-style: none;
    color: #fff;
}
#top-navigation .contact-info li a {
	color: #fff;
	text-decoration: none;
}
#top-navigation .contact-info li a:hover,
#top-navigation .contact-info li a:focus {
	color: #fff;
	opacity: 0.8;
}
#top-navigation .contact-info li svg {
	fill: #fff;
    margin-right: 15px;
}
#top-navigation .social-icons li a svg {
	fill: #fff;
}
#masthead {
    padding: 10px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    background-color: transparent;
}
.customize-support #masthead {
	top: 32px;
}
.site-branding {
	position: relative;
	z-index: 1;
    float: left;
    padding: 20px 0;
    display: flex;
    align-items: center;
    min-height: 64px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-title {
    font-size: 32px;
    margin: 0;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'Open Sans', sans-serif;
}
.site-title a {
    color: #fff;
    text-decoration: none;
}
.site-title a:hover,
.site-title a:focus {
    color: #EE694A;
}
.site-description {
    margin: 0;
    color: #666;
}
.site-logo {
    margin-right: 20px;
}
.site-logo img {
    max-height: 75px;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-navigation {
	display: block;
    position: relative;
    float: right;
}
.main-navigation ul.nav-menu li.current-menu-item > a,
.main-navigation ul.nav-menu li:hover > a,
.main-navigation ul.nav-menu li:focus > a {
    color: #EE694A;
}
.main-navigation ul.nav-menu li:hover > svg,
.main-navigation ul.nav-menu li:focus > svg,
.main-navigation li.menu-item-has-children:hover > a > svg,
.main-navigation li.menu-item-has-children > a:hover > svg,
.main-navigation li.menu-item-has-children > a:focus > svg,
.main-navigation ul.nav-menu > li.current-menu-item > a > svg {
    fill: #EE694A;
}
.main-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}
.main-navigation ul.sub-menu li a {
    padding: 8px 15px;
    color: #000;
    border-bottom: 1px solid #eee;
    border-left: 1px solid rgba(238, 238, 238, 0.5);
}
.main-navigation ul.sub-menu a:after {
	float: right;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation ul.nav-menu > li > a {
    padding: 10px 0;
    color: #000;
}
.user-logged-in > a > img {
    width: 40px;
    object-fit: cover;
    height: 40px;
    border-radius: 40px;
}
.main-navigation ul.nav-menu > li {
	padding: 0 15px;
}
.main-navigation form.search-form input {
    background-color: #000;
    border-color: #000;
    color: #000;
    font-weight: 400;
}
.main-navigation ul.nav-menu > li > a.search:hover svg.icon-search,
.main-navigation ul.nav-menu > li > a.search:focus svg.icon-search,
.main-navigation li.search-menu a:hover svg,
.main-navigation li.search-menu a:focus svg,
.main-navigation li.search-menu a.search-active svg {
	fill: #EE694A;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation ul.nav-menu > li > a:hover,
.main-navigation ul.nav-menu > li > a:focus {
    color: #EE694A;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #000;
    position: relative;
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 225px;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
	background-color: #EE694A;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #000;
}
.main-navigation .register-menu {
    display: inline-block;
    float: right;
    display: none;
}
.main-navigation .register-menu li a {
    color: #fff;
    padding: 10px 20px;
}
.main-navigation .register-menu li a:hover,
.main-navigation .register-menu li a:focus {
	opacity: 0.8;
}
.main-navigation .register-menu li.custom-button {
	margin-left: 35px;
}
.main-navigation .register-menu li.custom-button a {
    border: 2px solid rgb(255 255 255 / 50%);
}
.main-navigation .register-menu li.custom-button a:hover,
.main-navigation .register-menu li.custom-button a:focus {
	opacity: 1;
	background-color: #EE694A;
	border-color: #EE694A;
}
.main-navigation .register-menu li:first-child:after {
    content: "";
    border-right: 1px solid rgb(255 255 255 / 20%);
    position: absolute;
    right: 0;
    top: 12px;
    height: 25px;
}
.main-navigation .count {
    float: right;
    background-color: #EE694A;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 1.1;
    margin-top: 5px;
}
.main-navigation .search-form .search-submit:hover,
.main-navigation .search-form .search-submit:focus {
    background-color: #000;
}
.main-navigation .search-form .search-submit:hover svg,
.main-navigation .search-form .search-submit:focus svg {
    fill: #fff;
}
form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.main-navigation form.search-form {
    min-width: 320px;
}
input.search-field {
    height: 45px;
    border-radius: 0;
    padding: 0 50px 0 15px;
    width: 100%;
}
.main-navigation svg.icon-close {
    display: none;
}
svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
svg.icon-search,
svg.icon-close {
    width: 15px;
    height: 15px;
}
.main-navigation svg.icon-down {
    width: 12px;
    height: 12px;
    margin-left: 5px;
}
.main-navigation .sub-menu svg {
    width: 12px;
    height: 12px;
    fill: #000;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}
.menu-toggle {
    border-radius: 0;
    font-size: 16px;
    display: block;
    position: relative;
    background-color: transparent;
    border: none;
    padding: 10px 25px;
    margin: 7px 0;
    min-width: 135px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-toggle:hover,
.menu-toggle:focus {
	background-color: #ee694a;
}
.main-navigation .menu-toggle svg {
	fill: #fff;
	margin-right: 10px;
}
.menu-label {
    color: #fff;
}
svg.icon-menu {
    fill: #000;
    width: 30px;
    height: 30px;
    vertical-align: baseline;
}
.menu-open svg.icon-menu {
    display: none;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    height: 45px;
    line-height: 50px;
    margin: 5px;
}
.main-navigation .dropdown-toggle.active > svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.menu-overlay {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.menu-overlay.active {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1;
}
.main-navigation .social-menu ul {
    position: relative;
    float: none;
    left: 0;
    background-color: transparent;
    display: inline-block;
}
.main-navigation .social-menu ul li {
	padding: 0;
	margin-right: 5px;
}
.main-navigation .social-menu ul li a {
	width: 40px;
    height: 40px;
    line-height: 37px;
    background-color: rgb(0 0 0 / 0.10);
}
#masthead .main-navigation .social-menu ul li a svg {
	transform: none;
	fill: #000;
}
#masthead .main-navigation .social-menu ul li a:hover svg,
#masthead .main-navigation .social-menu ul li a:focus svg {
	fill: #fff;
}
.main-navigation .social-menu ul li a:hover,
.main-navigation .social-menu ul li a:focus {
	opacity: 1;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 50px 0 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	position: relative;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	position: relative;
}
.post-navigation a, 
.posts-navigation a {
    font-weight: 400;
    color: #EE694A;
    text-decoration: none;
}
.navigation.pagination a {
    text-decoration: none;
}
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus {
	color: #000;
}
.post-navigation, 
.posts-navigation {
    padding: 0;
    position: relative;
    clear: both;
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus,
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #fff;
    border-color: #EE694A;
    background-color: #EE694A;
}
.pagination .prev.page-numbers img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.pagination img {
	opacity: 0.4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.pagination a:hover img,
.pagination a:focus img {
	opacity: 1;
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.navigation .nav-previous svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.navigation .nav-next svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navigation.post-navigation, 
.navigation.posts-navigation {
    background-color: #fff;
}
.navigation.post-navigation .nav-previous, 
.navigation.posts-navigation .nav-previous,
.navigation.post-navigation .nav-next, 
.navigation.posts-navigation .nav-next {
	padding: 30px;
}
.navigation.post-navigation a,
.navigation.posts-navigation a {
	font-size: 18px;
	color: #000;
}
.navigation.post-navigation a:hover,
.navigation.posts-navigation a:hover,
.navigation.post-navigation a:focus,
.navigation.posts-navigation a:focus {
	color: #EE694A;
}
.navigation.post-navigation a:hover svg,
.navigation.posts-navigation a:hover svg,
.navigation.post-navigation a:focus svg,
.navigation.posts-navigation a:focus svg {
	fill: #EE694A;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after,
.main-navigation:before,
.main-navigation:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after,
.main-navigation:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.3em;
}
.widget:last-child {
    margin-bottom: 0;
}

#colophon .widget {
	margin: 0 0 40px;
}

#colophon .widget.widget_text {
	margin-bottom: 20px;
}

#colophon .widget:last-child {
    margin-bottom: 0;
}

#secondary .widget {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

#secondary .widget:last-child {
    margin-bottom: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
    background-color: #f6f6f6;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}
.widget select:focus {
    outline: thin dotted;
}

.widget input {
    height: 40px;
    border-radius: 0;
    padding: 0 15px;
    border: none;
}

form.search-form button.search-submit {
	padding: 0;
    height: 45px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 45px;
    border-radius: 0;
}
form.search-form button.search-submit svg {
	fill: #000;
}
.widget_search form.search-form button.search-submit {
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 1;
}
.widget_search form.search-form button.search-submit svg {
	fill: #fff;
	width: 16px;
    height: 16px;
}
.widget_search form.search-form button.search-submit:hover svg,
.widget_search form.search-form button.search-submit:focus svg {
	fill: #EE694A;
}
.widget_search form.search-form input {
	border: none;
}
.widget_search form.search-form input {
    padding: 0 40px 0 15px;
    height: 50px;
    background-color: #f5f5f3;
}
form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 0 40px 0 15px;
    font-weight: 300;
}

#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar caption {
    margin-bottom: 15px;
}

#secondary .widget-header {
    margin-bottom: 23px;
}

#secondary .widget-subtitle {
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

#secondary .widget-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px;
    padding-bottom: 10px;
    word-wrap: break-word;
    border-bottom: 2px solid #101010;
}

.widget li:not(:last-child) {
    margin-bottom: 20px;
}

.right-sidebar #secondary, 
.left-sidebar #secondary {
	margin-top: 50px;
}
#secondary {
    position: relative;
    overflow: hidden;
}
#secondary .widget_search form.search-form input {
	background-color: #eee;
}
#secondary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#secondary .cat-links a,
#secondary ul li a:hover,
#secondary ul li a:focus {
	color: #EE694A;
}
#secondary ul li a {
	color: #000;
	text-decoration: none;
}
#secondary .widget ul li:not(:last-child) {
    margin-bottom: 13px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-header span.posted-on {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-header small {
    font-size: 12px;
    color: #EE694A;
}
nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.no-sidebar nav.navigation.pagination {
	text-align: center;
}
.no-sidebar-content #inner-content-wrapper {
    margin: 0 auto;
}
.navigation.pagination svg {
    fill: #000;
    width: 14px;
    height: 14px;
    position: relative;
    top: -3px;
    left: -1px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.navigation.pagination .next svg {
	left: auto;
    right: -1px;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navigation.pagination a:hover svg,
.navigation.pagination a:focus svg {
	fill: #fff;
}
.navigation.posts-navigation svg, 
.navigation.post-navigation svg {
    width: 14px;
    height: 14px;
    fill: #000;
}
.navigation.posts-navigation .nav-previous svg, 
.navigation.post-navigation .nav-previous svg {
	margin-right: 10px;
}
.navigation.posts-navigation .nav-next svg, 
.navigation.post-navigation .nav-next svg {
	margin-left: 10px;
}
.single-wrapper .entry-title {
    font-size: 32px;
    font-weight: 700;
}
.single-wrapper .post-categories {
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}
.single-wrapper article p {
    margin-top: 0;
    margin-bottom: 28px;
}
.single-wrapper article blockquote p {
    margin-bottom: 0;
}
.single-wrapper article img {
    margin-bottom: 30px;
}
.single-wrapper article .author-image img {
    margin-bottom: 0;
    border-radius: 50%;
}
.single-wrapper article p.first-letter:first-letter {
    display: inline-block;
    float: left;
    font-size: 90px;
    line-height: 0.6;
    margin: 16px 16px 0 0;
}
.posted-on a,
#secondary .posted-on a {
    text-decoration: none;
    color: #8c8c8c;
}
.posted-on a:hover,
.posted-on a:focus,
#secondary .posted-on a:hover,
#secondary .posted-on a:focus {
	color: #EE694A;
}
.single-wrapper span.posted-on svg,
.single-wrapper span.cat-links svg {
    fill: #EE694A;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.single-wrapper span.cat-links svg {
	top: -2px;
}
.single-wrapper span.posted-on a:hover svg,
.single-wrapper span.posted-on a:focus svg,
.single-wrapper span.cat-links:hover svg {
    fill: #000;
}
.single-wrapper .entry-meta > span:not(:last-child):after {
	content: "";
	padding: 0 5px;
}
.tags-title {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.tags-links {
    display: inline-block;
}
.tags-links a {
    color: #865FC1;
    background-color: #E7DFF4;
    display: inline-block;
    padding: 11px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    margin-right: 7px;
    margin-bottom: 10px;
}
.tags-links a:nth-child(1n) {
	color: #865FC1;
    background-color: #E7DFF4;
}
.tags-links a:nth-child(1n):hover,
.tags-links a:nth-child(1n):focus {
	color: #E7DFF4;
    background-color: #865FC1;
}
.tags-links a:nth-child(2n) {
	color: #EB4986;
    background-color: #FBDBE8;
}
.tags-links a:nth-child(2n):hover,
.tags-links a:nth-child(2n):focus {
	color: #FBDBE8;
    background-color: #EB4986;
}
.tags-links a:nth-child(3n) {
	color: #FF9933;
    background-color: #FEE7D7;
}
.tags-links a:nth-child(3n):hover,
.tags-links a:nth-child(3n):focus {
	color: #FEE7D7;
    background-color: #FF9933;
}
.single-wrapper span.tags-links a {
    display: inline-block;
    padding: 2px 10px;
    margin-right: 5px;
    font-size: 14px;
    border: 1px solid #ddd;
    color: #72757a;
    font-weight: 400;
}
.single-wrapper span.tags-links a:hover,
.single-wrapper span.tags-links a:focus {
	color: #EE694A;
	border-color: #EE694A;
}
.single-wrapper .entry-meta {
    margin-bottom: 25px;
}
.single-wrapper .entry-meta .date {
    font-size: 49px;
    color: #000;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.single-wrapper .entry-meta .month {
    font-size: 14px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    padding-left: 5px;
    margin-bottom: 28px;
    font-weight: bold;
}
.single-post .site-main .comment-navigation, 
.single-post .site-main .posts-navigation, 
.single-post .site-main .post-navigation {
	margin-bottom: 0;
}
.post-navigation .previous-article span span,
.posts-navigation .previous-article span span,
.post-navigation .next-article span span,
.posts-navigation .next-article span span {
    display: block;
}
.post-navigation span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.post-navigation span.previous-article,
.post-navigations span.previous-article {
    display: table;
}
.no-sidebar .single-wrapper .featured-image {
	text-align: center;
}
span.next-article {
    padding-right: 65px;
    display: inline-block;
}
#author-section {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 35px 0;
    margin-bottom: 35px;
}
.author-image {
    float: left;
    margin-right: 30px;
}
.author-content {
    display: table;
}
.author-name {
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
.author-name:after {
    content: "";
    background-color: #EE694A;
    width: 29px;
    height: 3px;
    display: block;
    margin-top: 30px;
}
.author-name span {
    color: #5e5e5e;
    padding-left: 5px;
    font-weight: 400;
}
.author-content .social-icons li a {
	background-color: #171717;
}
.author-content .social-icons li a svg {
	fill: #fff;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#reply-title,
.comments-title {
    font-size: 32px;
    margin: 0;
    font-weight: 600;
    margin-bottom: 40px;
}
ul.post-categories li:after {
    content: ",";
}
ul.post-categories li:last-child:after {
    display: none;
}
ol.comment-list {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}
#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
#comments ol.comment-list {
	padding-top: 35px;
	position: relative;
    overflow: hidden;
}
#comments ol.children .reply {
    padding-left: 12px;
}
.says {
    display: none;
}
.comment-meta img {
    width: 65px;
    height: 65px;
    float: left;
    border-radius: 50%;
    margin-right: 35px;
    margin-top: -20px;
}
#comments time:before {
    display: none;
}
.comment-body {
    position: relative;
}
.reply {
    padding-bottom: 25px;
    text-align: right;
    padding-right: 10px;
}
#comments article {
    margin-bottom: 30px;
    clear: both;
}
#comments ol.comment-list > li:last-child article:last-child,
#comments ol.comment-list > li:last-child {
	border-bottom: none;
}
#comments ol.comment-list > li {
    padding-top: 18px;
}
#comments ol.comment-list > li:first-child {
    padding-top: 0;
}
#comments ol.comment-list > li article:last-child .reply {
	border-bottom: none;
    padding-bottom: 0;
}
.reply a {
    padding: 8px 25px;
    display: inline-block;
    text-align: center;
    background-color: #ee694a;
    border-radius: 0;
    color: #fff;
    border: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.reply a:hover,
.reply a:focus {
    background-color: #000;
	color: #fff;
}
.comment-meta .url,
.comment-meta .fn {
    color: #000;
    display: inline-block;
    text-decoration: none;
}
.comment-metadata {
    float: right;
    padding-right: 35px;
    position: relative;
    z-index: 1;
}
.comment-metadata a {
    text-decoration: none;
    color: #000;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-meta .url:hover,
.comment-meta .url:focus {
	color: #EE694A;
}
.comment-content {
    margin-bottom: 13px;
    padding: 57px 25px 7px;
    margin-top: -50px;
    background-color: #fff;
    margin-left: 120px;
    position: relative;
    right: 10px;
    clear: both;
}
.comment-content:before {
    content: "";
    border: 9px solid transparent;
    border-right-color: #fff;
    position: absolute;
    left: -18px;
    top: 30px;
}
.comment-content p {
    margin-bottom: 1em;
}
.comment-meta {
    margin-bottom: -100px;
    display: inline-block;
    width: 100%;
}
.comment-meta .fn {
    padding-left: 35px;
    position: relative;
    z-index: 1;
    font-weight: 400;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section {
	position: relative;
}
.relative {
	display: block;
	position: relative;
}
.relative:before,
.relative:after {
	content: "";
	display: table;
	clear: both;
}
.entry-content {
	margin-top: 0;
}
.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.page-section {
    padding: 60px 0;
}
.section-header {
    margin-bottom: 50px;
}
.section-subtitle {
	color: #EE694A;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}
.section-title {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    word-wrap: break-word;
    position: relative;
}
.section-title a {
	text-decoration: none;
    color: #000;
}
.section-title a:hover,
.section-title a:focus {
	color: #EE694A;
}
.entry-title {
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: 500;
}
.entry-title a {
	color: #000;
    text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #EE694A;
}
.overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.btn {
    padding: 16px 50px;
    display: inline-block;
    text-align: center;
    background-color: #ee694a;
    border-radius: 0;
    color: #fff;
    border: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover,
.btn:focus {
	background-color: #000;
	color: #fff;
}
.read-more {
    text-align: center;
}
.same-background + .same-background {
    padding-top: 0;
}
.col-1 article, 
.col-2 article, 
.col-3 article, 
.col-4 article,
.col-5 article,
.col-6 article {
	margin-bottom: 30px;
	width: 100%;
}
.col-1 article:last-child, 
.col-2 article:last-child, 
.col-3 article:last-child, 
.col-4 article:last-child,
.col-5 article:last-child,
.col-6 article:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin: -5px;
    clear: both;
    display: table;
    width: 100%;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
    float: left;
    padding: 5px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
.social-icons li {
    display: inline-block;
    height: auto;
    text-align: center;
    position: relative;
    list-style: none;
}
.social-icons,
.social-icons ul {
    margin: 0;
    padding: 0;
}
.social-icons li a {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 37px;
    display: block;
    border-radius: 40px;
    border-bottom: none;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
	fill: #fff;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
	fill: #fff;
}
.social-icons li a svg {
    fill: #000000;
}
/*--------------------------------------------------------------
## Social Icons Hover Color
--------------------------------------------------------------*/
.social-icons li a[href*="facebook.com"]:hover,
.social-icons li a[href*="fb.com"]:hover,
.social-icons li a[href*="facebook.com"]:focus,
.social-icons li a[href*="fb.com"]:focus,
.tp-social.social-icon li a[href*="fb.com"],
.tp-social.social-icon li a[href*="facebook.com"] {
 	background-color: #3c5798 !important;
}
.social-icons li a[href*="twitter.com"]:hover,
.social-icons li a[href*="twitter.com"]:focus,
.tp-social.social-icon li a[href*="twitter.com"] {
 	background-color: #1ea0f1 !important;
}
.social-icons li a[href*="linkedin.com"]:hover,
.social-icons li a[href*="linkedin.com"]:focus,
.tp-social.social-icon li a[href*="linkedin.com"] {
 	background-color: #0077B5 !important;
}
.social-icons li a[href*="plus.google.com"]:hover,
.social-icons li a[href*="plus.google.com"]:focus,
.tp-social.social-icon li a[href*="plus.google.com"] {
 	background-color: #ec7161 !important;
}
.social-icons li a[href*="slack.com"]:hover,
.social-icons li a[href*="slack.com"]:focus,
.tp-social.social-icon li a[href*="slack.com"] {
	background-color: #E60264;
}
.social-icons li a[href*="youtube.com"]:hover,
.social-icons li a[href*="youtube.com"]:focus,
.tp-social.social-icon li a[href*="youtube.com"] {
 	background-color: #cc181e !important;
}

.social-icons li a[href*="dribbble.com"]:hover,
.social-icons li a[href*="dribbble.com"]:focus,
.tp-social.social-icon li a[href*="dribbble.com"] {
 	background-color: #f4a09c !important;
}

.social-icons li a[href*="pinterest.com"]:hover,
.social-icons li a[href*="pinterest.com"]:focus,
.tp-social.social-icon li a[href*="pinterest.com"] {
 	background-color: #bd081b !important;
}

.social-icons li a[href*="bitbucket.org"]:hover,
.social-icons li a[href*="bitbucket.org"]:focus,
.tp-social.social-icon li a[href*="bitbucket.com"] {
 	background-color: #205081 !important;
}

.social-icons li a[href*="github.com"]:hover,
.social-icons li a[href*="github.com"]:focus,
.tp-social.social-icon li a[href*="github.com"] {
 	background-color: #323131 !important;
}

.social-icons li a[href*="codepen.io"]:hover,
.social-icons li a[href*="codepen.io"]:focus,
.tp-social.social-icon li a[href*="codepen.com"] {
 	background-color: #000 !important;
}

.social-icons li a[href*="flickr.com"]:hover,
.social-icons li a[href*="flickr.com"]:focus,
.tp-social.social-icon li a[href*="flickr.com"] {
 	background-color: #025FDF !important;
}

.social-icons li a[href$="/feed/"]:hover,
.social-icons li a[href$="/feed/"]:focus,
.tp-social.social-icon li a[href*="feed.com"] {
 	background-color: #089DE3 !important;
}

.social-icons li a[href*="foursquare.com"]:hover,
.social-icons li a[href*="foursquare.com"]:focus,
.tp-social.social-icon li a[href*="foursquare.com"] {
 	background-color: #F94877 !important;
}

.social-icons li a[href*="instagram.com"]:hover,
.social-icons li a[href*="instagram.com"]:focus,
.tp-social.social-icon li a[href*="instagram.com"] {
 	background-color: #cd42e7 !important;
}

.social-icons li a[href*="tumblr.com"]:hover,
.social-icons li a[href*="tumblr.com"]:focus,
.tp-social.social-icon li a[href*="tumblr.com"] {
 	background-color: #56BC8A !important;
}

.social-icons li a[href*="reddit.com"]:hover,
.social-icons li a[href*="reddit.com"]:focus,
.tp-social.social-icon li a[href*="reddit.com"] {
 	background-color: #FF4500 !important;
}

.social-icons li a[href*="vimeo.com"]:hover,
.social-icons li a[href*="vimeo.com"]:focus,
.tp-social.social-icon li a[href*="vimeo.com"] {
 	background-color: #00ADEF !important;
}

.social-icons li a[href*="digg.com"]:hover,
.social-icons li a[href*="digg.com"]:focus,
.tp-social.social-icon li a[href*="digg.com"] {
 	background-color: #00ADEF !important;
}

.social-icons li a[href*="twitch.tv"]:hover,
.social-icons li a[href*="twitch.tv"]:focus,
.tp-social.social-icon li a[href*="twitch.tv"] {
 	background-color: #0E9DD9 !important;
}

.social-icons li a[href*="stumbleupon.com"]:hover,
.social-icons li a[href*="stumbleupon.com"]:focus,
.tp-social.social-icon li a[href*="stumbleupon.com"] {
 	background-color: #EB4924 !important;
}

.social-icons li a[href*="delicious.com"]:hover,
.social-icons li a[href*="delicious.com"]:focus,
.tp-social.social-icon li a[href*="delicious.com"] {
 	background-color: #0076E8 !important;
}

.social-icons li a[href*="mailto:"]:hover,
.social-icons li a[href*="mailto:"]:focus,
.tp-social.social-icon li a[href*="mailto:"] {
 	background-color: #4169E1 !important;
}
.social-icons li a[href*="soundcloud.com"]:hover,
.social-icons li a[href*="soundcloud.com"]:focus,
.tp-social.social-icon li a[href*="soundcloud.com"] {
 	background-color: #FF5500 !important;
}
.social-icons li a[href*="wordpress.org"]:hover,
.social-icons li a[href*="wordpress.org"]:focus,
.tp-social.social-icon li a[href*="wordpress.org"] {
 	background-color: #0073AA !important;
}
.social-icons li a[href*="wordpress.com"]:hover,
.tp-social.social-icon li a[href*="wordpress.com"] {
 	background-color: #00AADC !important;
}

.social-icons li a[href*="jsfiddle.net"]:hover,
.social-icons li a[href*="jsfiddle.net"]:focus,
.tp-social.social-icon li a[href*="jsfiddle.net"] {
 	background-color: #396AB1 !important;
}

.social-icons li a[href*="tripadvisor.com"]:hover,
.social-icons li a[href*="tripadvisor.com"]:focus,
.tp-social.social-icon li a[href*="tripadvisor.com"] {
 	background-color: #FFE090 !important;
}

.social-icons li a[href*="angel.co"]:hover,
.social-icons li a[href*="angel.co"]:focus,
.tp-social.social-icon li a[href*="angel.co"] {
 	background-color: #000 !important;
}

#contact-section .social-icons li a,
#secondary .widget_social_icons li a {
 	background-color: transparent !important;
    margin-right: 20px;
}
#contact-section .social-icons li:last-child a,
#secondary .widget_social_icons li:last-child a {
	margin-right: 0;
}
#contact-section .social-icons li a svg,
#secondary .widget_social_icons li a svg {
 	fill: #3c5798;
 	width: 22px;
    height: 22px;
}
#contact-section .social-icons li a[href*="facebook.com"] svg,
#contact-section .social-icons li a[href*="fb.com"] svg,
#secondary .widget_social_icons li a[href*="facebook.com"] svg,
#secondary .widget_social_icons li a[href*="fb.com"] svg {
 	fill: #3c5798;
}
#contact-section .social-icons li a[href*="twitter.com"] svg,
#secondary .widget_social_icons li a[href*="twitter.com"] svg {
 	fill: #1ea0f1;
}
#contact-section .social-icons li a[href*="linkedin.com"] svg,
#secondary .widget_social_icons li a[href*="linkedin.com"] svg {
 	fill: #0077B5;
}
#contact-section .social-icons li a[href*="plus.google.com"] svg,
#secondary .widget_social_icons li a[href*="plus.google.com"] svg {
 	fill: #ec7161;
}
#contact-section .social-icons li a[href*="slack.com"] svg,
#secondary .widget_social_icons li a[href*="slack.com"] svg {
	background-color: #E60264;
}
#contact-section .social-icons li a[href*="youtube.com"] svg,
#secondary .widget_social_icons li a[href*="youtube.com"] svg {
 	fill: #cc181e;
}

#contact-section .social-icons li a[href*="dribbble.com"] svg,
#secondary .widget_social_icons li a[href*="dribbble.com"] svg {
 	fill: #f4a09c;
}

#contact-section .social-icons li a[href*="pinterest.com"] svg,
#secondary .widget_social_icons li a[href*="pinterest.com"] svg {
 	fill: #bd081b;
}

#contact-section .social-icons li a[href*="bitbucket.org"] svg,
#secondary .widget_social_icons li a[href*="bitbucket.org"] svg {
 	fill: #205081;
}

#contact-section .social-icons li a[href*="github.com"] svg,
#secondary .widget_social_icons li a[href*="github.com"] svg {
 	fill: #323131;
}

#contact-section .social-icons li a[href*="codepen.io"] svg,
#secondary .widget_social_icons li a[href*="codepen.io"] svg {
 	fill: #000;
}

#contact-section .social-icons li a[href*="flickr.com"] svg,
#secondary .widget_social_icons li a[href*="flickr.com"] svg {
 	fill: #025FDF;
}

#contact-section .social-icons li a[href$="/feed/"] svg,
#secondary .widget_social_icons li a[href$="/feed/"] svg {
 	fill: #089DE3;
}

#contact-section .social-icons li a[href*="foursquare.com"] svg,
#secondary .widget_social_icons li a[href*="foursquare.com"] svg {
 	fill: #F94877;
}

#contact-section .social-icons li a[href*="instagram.com"] svg,
#secondary .widget_social_icons li a[href*="instagram.com"] svg {
 	fill: #cd42e7;
}

#contact-section .social-icons li a[href*="tumblr.com"] svg,
#secondary .widget_social_icons li a[href*="tumblr.com"] svg {
 	fill: #56BC8A;
}

#contact-section .social-icons li a[href*="reddit.com"] svg,
#secondary .widget_social_icons li a[href*="reddit.com"] svg {
 	fill: #FF4500;
}

#contact-section .social-icons li a[href*="vimeo.com"] svg,
#secondary .widget_social_icons li a[href*="vimeo.com"] svg {
 	fill: #00ADEF;
}

#contact-section .social-icons li a[href*="digg.com"] svg,
#secondary .widget_social_icons li a[href*="digg.com"] svg {
 	fill: #00ADEF;
}

#contact-section .social-icons li a[href*="twitch.tv"] svg,
#secondary .widget_social_icons li a[href*="twitch.tv"] svg {
 	fill: #0E9DD9;
}

#contact-section .social-icons li a[href*="stumbleupon.com"] svg,
#secondary .widget_social_icons li a[href*="stumbleupon.com"] svg {
 	fill: #EB4924;
}

#contact-section .social-icons li a[href*="delicious.com"] svg,
#secondary .widget_social_icons li a[href*="delicious.com"] svg {
 	fill: #0076E8;
}

#contact-section .social-icons li a[href*="mailto:"] svg,
#secondary .widget_social_icons li a[href*="mailto:"] svg {
 	fill: #4169E1;
}
#contact-section .social-icons li a[href*="soundcloud.com"] svg,
#secondary .widget_social_icons li a[href*="soundcloud.com"] svg {
 	fill: #FF5500;
}
#contact-section .social-icons li a[href*="wordpress.org"] svg,
#secondary .widget_social_icons li a[href*="wordpress.org"] svg {
 	fill: #0073AA;
}
#contact-section .social-icons li a[href*="wordpress.com"] svg,
#secondary .widget_social_icons li a[href*="wordpress.com"] svg {
}

#contact-section .social-icons li a[href*="jsfiddle.net"] svg,
#secondary .widget_social_icons li a[href*="jsfiddle.net"] svg {
 	fill: #396AB1;
}

#contact-section .social-icons li a[href*="tripadvisor.com"] svg,
#secondary .widget_social_icons li a[href*="tripadvisor.com"] svg {
 	fill: #FFE090;
}

#contact-section .social-icons li a[href*="angel.co"] svg,
#secondary .widget_social_icons li a[href*="angel.co"] svg {
 	fill: #000;
}
/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
    padding: 200px 0;
    text-align: center;
    position: relative;
    background-color: #333;
    background-size: cover;
    background-position: 50%;
}
#page-site-header .wrapper {
    position: relative;
}
#page-site-header .page-title {
	font-size: 52px;
	color: #fff;
    margin: 0;
}
.post-thumbnail-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.error-404.not-found {
    position: relative;
    text-align: center;
}
.error-404.not-found .page-content {
    text-align: center;
    max-width: 640px;
    margin: 50px auto 0;
    background-color: #fff;
    padding: 50px;
}
.error-404.not-found .page-content .read-more {
	margin-top: 25px;
}

/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
#breadcrumb-list {
    margin-top: 5px;
}
.trail-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.trail-items li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    color: #fff;
}
.trail-items li:not(:last-child):after {
	content: "/";
	padding-left: 4px;
	padding-right: 1px;
}
.trail-items li a {
    color: #fff;
    text-decoration: none;
}
.trail-items li a:hover,
.trail-items li a:focus {
    opacity: 1;
    text-decoration: underline;
}

/*--------------------------------------------------------------
#  Slick Pagination
--------------------------------------------------------------*/
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-slide {
    outline: none;
}
.slick-prev:before, 
.slick-next:before {
    content: "";
	background-image: url('assets/uploads/right-arrow-angle.svg');
    width: 16px;
    height: 16px;
    display: inline-block;
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
}
.slick-prev:before {
	-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.slick-prev,
.slick-next {
	background-color: transparent;
	border: 1px solid #EE694A;
    width: 50px;
    height: 50px;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
	opacity: 1;
	background-color: #EE694A;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
	filter: brightness(0) invert(1);
}
.slick-prev {
	left: 50px;
}
.slick-next {
	right: 50px;
}
.slick-dots {
	bottom: 25px;
}
.slick-dots li {
    margin: 0 2px;
}
.slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: 1px solid #EE694A;
}
.slick-dots li.slick-active button {
	background-color: #EE694A;
}
.slick-dots li button:focus {
	outline: thin dotted #000;
}
.slick-dots li button:before {
	display: none;
}

/*--------------------------------------------------------------
#  Featured Slider Section
--------------------------------------------------------------*/
#search-section {
    position: relative;
    margin-bottom: 100px;
    background-color: #3C141D;
}
#search-section article {
    padding: 150px 0;
    position: relative;
}
#search-section .entry-container {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}
#search-section .entry-title {
    font-size: 32px;
    margin: 0 0 30px;
    line-height: 1.15;
    font-weight: 600;
}
#search-section .entry-title,
#search-section .entry-content {
	color: #fff;
}
#search-section .entry-content {
    font-size: 18px;
    max-width: 550px;
    margin: 0 auto 50px;
}
#search-jobs {
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 1;
}
#search-jobs .form-column {
	padding: 20px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
#search-jobs .form-column:last-child {
	border-bottom: none;
}
#search-jobs label {
    color: #9d9d9d;
    text-transform: uppercase;
    display: block;
}
#search-jobs input[type="text"],
#search-jobs select {
	font-size: 20px;
    color: #101010;
    border: none;
    padding: 0;
    width: 100%;
    background-color: transparent;
}
#search-jobs select {
    color: #9d9d9d;
}
#search-section .featured-image {
	background-size: cover;
    background-position: 50%;
    padding: 100px 0;
    margin-top: 50px;
    margin: 50px 0 -250px;
}
#search-jobs ::-webkit-input-placeholder {
	color: #101010;
}
#search-jobs ::-moz-placeholder {
	color: #101010;
}
#search-jobs :-ms-input-placeholder {
	color: #101010;
}
#search-jobs :-moz-placeholder {
	color: #101010;
}

/*--------------------------------------------------------------
#  Featured Jobs Section
--------------------------------------------------------------*/
#featured-jobs .item-wrapper {
    background-color: #DAD9F8;
    padding: 82px 30px 23px;
}
#featured-jobs article:nth-child(1n) .item-wrapper {
    background-color: #DAD9F8;
}
#featured-jobs article:nth-child(2n) .item-wrapper {
    background-color: #F8EEE4;
}
#featured-jobs article:nth-child(3n) .item-wrapper {
    background-color: #FCDCDD;
}
#featured-jobs .icon-wrapper {
    margin-bottom: 7px;
}
#featured-jobs .icon-wrapper a {
    color: #101010;
    font-size: 32px;
}
#featured-jobs .entry-title {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 5px;
}
#featured-jobs .entry-content {
	color: #101010;
}
#featured-jobs .slick-arrow {
    top: auto;
    bottom: -75px;
    transform: none;
}
#featured-jobs .slick-prev {
    left: auto;
    right: 100px;
}
#featured-jobs .slick-next {
    right: 30px;
}

/*--------------------------------------------------------------
#  Recent Jobs Section
--------------------------------------------------------------*/
#recent-jobs .item-wrapper {
    background-color: #fff;
    padding: 40px 40px 20px 40px;
}
#recent-jobs .section-header-wrapper {
	margin-bottom: 50px;
}
#recent-jobs .section-header {
	margin-bottom: 0;
}
#recent-jobs .entry-title {
    font-weight: 600;
    margin-bottom: 7px;
}
#recent-jobs a {
	text-decoration: none;
}
#recent-jobs .entry-container {
    margin-bottom: 50px;
}
#recent-jobs .entry-meta a {
    color: #8c8c8c;
}
#recent-jobs .company-detail-wrapper {
    border-top: 1px solid rgb(0 0 0 / 10%);
    padding-top: 20px;
}
#recent-jobs .company-detail {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#recent-jobs .company-detail .featured-image {
	margin-right: 15px;
}
#recent-jobs .company-name {
    font-weight: 600;
    font-size: 18px;
}
#recent-jobs .company-name a {
    color: #101010;
}
#recent-jobs .entry-meta a:hover,
#recent-jobs .entry-meta a:focus,
#recent-jobs .company-name a:hover,
#recent-jobs .company-name a:focus {
	color: #EE694A;
}
#recent-jobs .section-header-wrapper .show-all {
    display: none;
}
#recent-jobs .show-all.responsive-btn {
    margin-top: 50px;
    text-align: center;
}

/*--------------------------------------------------------------
#  Company Profiles Section
--------------------------------------------------------------*/
#company-profiles .item-wrapper {
    background-color: #fff;
    padding: 40px 40px 33px;
}
#company-profiles .section-header-wrapper {
	margin-bottom: 50px;
}
#company-profiles .section-header {
	margin-bottom: 0;
}
#company-profiles a {
	text-decoration: none;
}
#company-profiles .featured-image {
    margin-bottom: 30px;
}
#company-profiles .entry-container {
    margin-bottom: 85px;
}
#company-profiles .entry-title {
    font-weight: 600;
}
#company-profiles .entry-meta {
    margin-bottom: 15px;
}
#company-profiles .entry-meta a {
    color: #101010;
    font-weight: 600;
}
#company-profiles .entry-meta a:hover,
#company-profiles .entry-meta a:focus {
	color: #EE694A;
}
#company-profiles .available-jobs a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#company-profiles .section-header-wrapper .show-all {
    display: none;
}
#company-profiles .show-all.responsive-btn {
    margin-top: 50px;
    text-align: center;
}

/*--------------------------------------------------------------
#  Subscribe Section
--------------------------------------------------------------*/
#subscribe-section {
    background-color: #fff;
    padding-bottom: 0;
}
#subscribe-section .section-header {
    text-align: center;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}
#subscribe-section .section-subtitle {
    color: #101010;
    max-width: 600px;
    margin: 17px auto 0;
}
#subscribe-section .subscribe-form-wrapper {
    background-size: cover;
    background-position: 50%;
    padding: 50px;
}
#subscribe-section .jetpack_subscription_widget {
    max-width: 450px;
    color: #fff;
}
#subscribe-section #policy {
    padding-left: 15px;
}
#subscribe-section button {
    width: 100%;
}

/*--------------------------------------------------------------
#  Latest Posts Section
--------------------------------------------------------------*/
#latest-posts {
    background-color: #3C141D;
}
#latest-posts .section-header {
	text-align: center;
	max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#latest-posts .featured-image a:focus {
    outline-color: #fff;
}
#latest-posts .section-title,
#latest-posts .entry-title a,
#latest-posts .entry-meta a {
	color: #fff;
}
#latest-posts .entry-title a:hover,
#latest-posts .entry-title a:focus,
#latest-posts .entry-meta a:hover,
#latest-posts .entry-meta a:focus {
	color: #ee694a;
}
#latest-posts .entry-meta span:not(:last-child):after {
    color: #fff;
}
#latest-posts .show-all {
    text-align: center;
    margin-top: 50px;
}
#latest-posts .show-all a {
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #ee694a;
    padding: 14px 47px;
}
#latest-posts .show-all a:hover,
#latest-posts .show-all a:focus {
	background-color: #ee694a;
}
#latest-posts.section-lite {
	background-color: #eee;
}
#latest-posts.section-lite .section-title, 
#latest-posts.section-lite .entry-title a, 
#latest-posts.section-lite .entry-meta a,
#latest-posts.section-lite .entry-meta span:not(:last-child):after {
    color: #101010;
}
#latest-posts.section-lite .show-all a,
#latest-posts.section-lite .entry-title a:hover, 
#latest-posts.section-lite .entry-title a:focus, 
#latest-posts.section-lite .entry-meta a:hover,
#latest-posts.section-lite .entry-meta a:focus {
	color: #ee694a;
}

#latest-posts.section-lite .show-all a:hover,
#latest-posts.section-lite .show-all a:focus {
	color: #fff;
}

/*--------------------------------------------------------------
#  Featured Posts Section
--------------------------------------------------------------*/
#featured-posts-section {
    padding-bottom: 0;
}
#featured-posts-section .featured-post-item {
    position: relative;
}
#featured-posts-section .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
}
#featured-posts-section .featured-image a:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid rgba(255,255,255,.95);
    box-shadow: 0 0 0 15px rgb(255 255 255 / 10%);
    will-change: opacity;
    opacity: 0;
    transition: opacity .6s,transform .4s cubic-bezier(.25,.46,.45,.94);
    pointer-events: none;
}
#featured-posts-section .featured-image a:hover:after,
#featured-posts-section .featured-image a:focus:after {
	opacity: 1;
}
#featured-posts-section .entry-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#featured-posts-section .entry-title a {
    background-color: #fff;
    display: inline-block;
    padding: 9px 20px;
}

/*--------------------------------------------------------------
#  Recent Posts Section
--------------------------------------------------------------*/
#recent-posts-section {
	padding-top: 0;
}
#recent-posts-section .entry-meta {
	margin-bottom: 15px;
}
#recent-posts-section .entry-meta span:not(:last-child):after {
	content: "-";
}
#recent-posts-section ul.post-categories {
    display: inline-block;
}
#recent-posts-section .entry-meta > span {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
#recent-posts-section .read-more {
    text-align: center;
}

/*--------------------------------------------------------------
#  Popular Posts Section
--------------------------------------------------------------*/
#popular-posts-section .entry-meta {
	margin-bottom: 15px;
}
#popular-posts-section .entry-meta span:not(:last-child):after {
	content: "-";
}
#popular-posts-section ul.post-categories {
    display: inline-block;
}
#popular-posts-section .entry-meta > span {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

/*--------------------------------------------------------------
#  Featured Slider Section
--------------------------------------------------------------*/
#featured-slider-section {
    position: relative;
    background-color: #111;
}
#featured-slider-section .wrapper {
	position: relative;
}
.featured-slider article {
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
    vertical-align: middle;
    position: relative;
}
.featured-content-wrapper {
    position: relative;
    z-index: 1;
}
.featured-content-wrapper .featured-image {
	margin-bottom: 50px;
}
.featured-content-wrapper .featured-image a {
    display: block;
    color: #fff;
}
.featured-content-wrapper .section-subtitle {
    color: #fff;
    font-size: 18px;
}
.featured-content-wrapper .entry-title {
	text-align: center;
    font-size: 32px;
    margin: 0 0 20px;
    line-height: 1.25;
    font-weight: 600;
}
.featured-content-wrapper .entry-title a,
.featured-content-wrapper .entry-content {
	color: #fff;
}
.featured-content-wrapper .entry-title a:hover,
.featured-content-wrapper .entry-title a:focus {
	color: #fff;
	opacity: 0.8;
}
.featured-content-wrapper .entry-content {
	max-width: 650px;
    margin: 0 auto 33px;
    text-align: center;
}
.featured-slider .read-more a {
	min-width: 186px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-image: none;
}
.featured-slider .slick-dots li button {
	border-color: #fff;
}
.featured-slider .slick-dots li.slick-active button {
	background-color: #fff;
}

/*--------------------------------------------------------------
#  About Section
--------------------------------------------------------------*/
#about-section .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 40px;
}
#about-section .featured-image img {
    width: 100%;
}
#about-section .section-header {
    margin-bottom: 25px;
}
#about-section .entry-content {
    text-align: center;
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
#  Service / Course Section
--------------------------------------------------------------*/
#service-section .section-header,
#course-section .section-header,
#cause-section .section-header {
    text-align: center;
}
#service-section .featured-image,
#course-section .featured-image,
#cause-section .featured-image {
    margin-bottom: 35px;
}
#service-section .entry-container,
#course-section .entry-container,
#cause-section .entry-container {
    text-align: center;
}
#service-section .icon-container,
#course-section .icon-container,
#cause-section .icon-container {
	margin-bottom: 35px;
}
#service-section .icon-container a,
#course-section .icon-container a,
#cause-section .icon-container a {
    font-size: 26px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100px;
    background-color: #EE694A;
    color: #fff;
    display: inline-block;
    text-align: center;
}
#service-section .icon-container a:hover,
#service-section .icon-container a:focus,
#course-section .icon-container a:hover,
#course-section .icon-container a:focus,
#cause-section .icon-container a:hover,
#cause-section .icon-container a:focus {
	background-color: #111;
}
#service-section .entry-content,
#course-section .entry-content,
#cause-section .entry-content {
    margin-bottom: 21px;
}
#service-section .read-more i,
#course-section .read-more i,
#cause-section .read-more i {
    background-color: #EE694A;
    color: #fff;
    font-size: 14px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 5px;
    margin-right: 10px;
}
#service-section .read-more a:hover i:before,
#service-section .read-more a:focus i:before ,
#course-section .read-more a:hover i:before,
#course-section .read-more a:focus i:before,
#cause-section .read-more a:hover i:before,
#cause-section .read-more a:focus i:before {
	content: "\f068";
}
#course-section a {
	text-decoration: none;
}

/*--------------------------------------------------------------
#  Promotion Section
--------------------------------------------------------------*/
#promotion-section {
    background-size: cover;
    background-position: 50%;
}
#promotion-section .wrapper {
    position: relative;
    text-align: center;
    max-width: 825px;
}
#promotion-section .entry-title {
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
}
#promotion-section .entry-content {
    color: #fff;
}
#promotion-section .read-more {
    margin-top: 30px;
}
#promotion-section .btn {
	background-image: none;
	background-color: #fff;
	color: #000;
}
#promotion-section .btn:hover,
#promotion-section .btn:focus {
	background-color: #EE694A;
	color: #fff;
}

/*--------------------------------------------------------------
#  Gallery Section
--------------------------------------------------------------*/
#gallery-section .section-header {
    text-align: center;
}
#gallery-section .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 200px 0;
    position: relative;
    overflow: hidden;
}
#gallery-section .entry-header {
    background-color: rgb(215 23 0 / 80%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#gallery-section .featured-image:hover .entry-header {
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#gallery-section .entry-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#gallery-section .entry-title a {
	color: #fff;
}
#gallery-section .entry-title a:hover,
#gallery-section .entry-title a:focus {
	color: #000;
}

/*--------------------------------------------------------------
#  Counter Section
--------------------------------------------------------------*/
#counter-section {
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    padding: 120px 0;
}
#counter-section .overlay {
    opacity: 0.6;
}
#counter-section .wrapper {
	position: relative;
}
#counter-section .section-title,
#counter-section .section-subtitle {
	color: #fff;
}
#counter-section .counter-item {
	text-align: center;
	position: relative;
	z-index: 1;
}
#counter-section .counter-icon {
    font-size: 36px;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    background-color: rgb(255 255 255 / 20%);
    margin: 0 auto 15px;
}
#counter-section .counter-value,
#counter-section .counter-title {
    font-size: 62px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 600;
}
#counter-section .counter-title {
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 400;
}

/*--------------------------------------------------------------
#  Team Section
--------------------------------------------------------------*/
#team-section .section-header {
    text-align: center;
}
#team-section .team-item-wrapper {
    position: relative;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 65px rgb(0 0 0 / 6%);
}
#team-section .featured-image img {
    width: 100%;
}
#team-section .social-icons {
	position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
}
#team-section .entry-container {
    padding: 35px 15px 40px;
}
#team-section .entry-title {
    margin: 0 0 10px;
    font-weight: 600;
}
#team-section .social-icons a {
    background-color: #fff;
    box-shadow: 1px 1px 16px 7px rgb(245 245 245);
    margin: 0 5px;
}
#team-section .social-icons a svg {
	fill: #EE694A;
}
#team-section .social-icons a:hover svg,
#team-section .social-icons a:focus svg {
	fill: #fff;
}

/*--------------------------------------------------------------
#  Faq Section
--------------------------------------------------------------*/
#faq-section .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding: 300px 0;
    margin-bottom: 40px;
}
#faq-section .featured-image a {
	display: block;
	height: 100%;
}
#faq-section .featured-image img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
}
#faq-section .section-header {
    margin-bottom: 25px;
}
#faq-section .entry-content {
    text-align: center;
    margin-bottom: 30px;
}
#faq-section .each-faq {
    padding: 15px 40px 15px 30px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 16px 7px rgb(245 245 245 / 50%);
}
#faq-section .faq-trigger {
    display: block;
    position: relative;
    font-size: 20px;
    text-decoration: none;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
#faq-section .faq-trigger i {
    position: absolute;
    right: 0;
    top: 5px;
}
#faq-section .faq-content {
    padding-top: 15px;
}
#faq-section .each-faq.open .faq-trigger i:before {
    content: "\f106";
}

/*--------------------------------------------------------------
#  Skill Section
--------------------------------------------------------------*/
#skill-section {
    background-size: cover;
    background-position: 50%;
}
#skill-section .overlay {
    opacity: 0.7;
}
#skill-section .wrapper {
	position: relative;
}
#skill-section .section-title,
#skill-section .section-subtitle {
	color: #fff;
}
#skill-section .entry-title {
    margin: 0;
    color: #fff;
    text-align: center;
}
.progress-bar {
    position: relative;
    height: 200px;
    width: 200px;
    margin: 0 auto 30px;
}
.progress-bar div {
	position: absolute;
	height: 200px;
	width: 200px;
	border-radius: 50%;
}
.progress-bar div span {
	position: absolute;
	font-size: 32px;
	line-height: 175px;
	height: 175px;
	width: 175px;
	left: 12.5px;
	top: 12.5px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background-color: #000;
    font-family: 'Open Sans', sans-serif;
}
.progress-bar .background { 
	background-color: #b3cef6; 
}
.progress-bar .rotate {
	clip: rect(0 100px 200px 0);
	background-color: #4b86db;
}
.progress-bar .left {
	clip: rect(0 100px 200px 0);
	opacity: 1;
	background-color: #b3cef6;
}
.progress-bar .right {
	clip: rect(0 100px 200px 0);
	transform: rotate(180deg);
	opacity: 0;
	background-color: #4b86db;
}

/*--------------------------------------------------------------
#  Testimonial Section
--------------------------------------------------------------*/
#testimonial-section {
    background-color: #3c141d;
}
.testimonial-featured-image {
    background-size: cover;
    background-position: 50%;
    padding-bottom: 100%;
    margin-bottom: 30px;
}
#testimonial-section .section-title,
#testimonial-section .entry-content,
#testimonial-section .entry-title a {
    color: #fff;
}
#testimonial-section .entry-header:before {
    content: "";
    background-color: #ee694a;
    width: 49px;
    height: 3px;
    display: inline-block;
    margin-top: 43px;
}
#testimonial-section .entry-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 7px;
    padding-top: 18px;
}
#testimonial-section .entry-title a:hover,
#testimonial-section .entry-title a:focus {
    color: #ee694a;
}
#testimonial-section .position {
    color: #ee694a;
}
#testimonial-section .slick-arrow {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    position: relative;
    float: left;
    margin-top: 45px;
    transform: none;
}
#testimonial-section .slick-next {
    margin-left: 20px;
}
#testimonial-section.section-lite {
    background-color: #fff;
}
#testimonial-section.section-lite .section-title, 
#testimonial-section.section-lite .entry-content, 
#testimonial-section.section-lite .entry-title a {
	color: #101010;
}
#testimonial-section.section-lite .entry-title a:hover,
#testimonial-section.section-lite .entry-title a:focus {
	color: #EE694A;
}

/*--------------------------------------------------------------
#  Call to action
--------------------------------------------------------------*/
#call-to-action {
    padding: 60px 0;
    background-color: #f6f6f6;
}
#call-to-action .section-header {
	margin-bottom: 30px;
}
#call-to-action .section-title {
    font-weight: 600;
    font-size: 32px;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#contact-section {
    background-size: cover;
    background-position: 50%;
}
#contact-section .wrapper {
    position: relative;
    z-index: 1;
}
#contact-section .section-title,
#contact-section .section-subtitle,
#contact-section label {
    color: #fff;
}
#contact-section .contact-information {
    display: block;
    margin-bottom: 40px;
}
#contact-section .contact-information ul {
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}
#contact-section .contact-information li {
	font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}
#contact-section .contact-information i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    background-color: rgb(255 255 255 / 10%);
    font-size: 30px;
    margin-right: 20px;
}
#contact-section textarea {
    height: 150px;
}
#contact-section input[type="text"], 
#contact-section input[type="email"], 
#contact-section input[type="url"], 
#contact-section input[type="password"], 
#contact-section input[type="search"], 
#contact-section input[type="number"], 
#contact-section input[type="tel"], 
#contact-section input[type="range"], 
#contact-section input[type="date"], 
#contact-section input[type="month"], 
#contact-section input[type="week"], 
#contact-section input[type="time"], 
#contact-section input[type="datetime"], 
#contact-section input[type="datetime-local"], 
#contact-section input[type="color"], 
#contact-section textarea {
    background: #ffffff12;
    border: none;
    border-radius: 5px;
    color: #fff;
}
#contact-section input[type="submit"] {
	background-image: none;
	background-color: #fff;
	color: #000;
}
#contact-section input[type="submit"]:hover,
#contact-section input[type="submit"]:focus {
	background-color: #EE694A;
	color: #fff;
}

/*--------------------------------------------------------------
# Sponsor Section
--------------------------------------------------------------*/
#sponsor-section {
    padding: 50px 0;
}
#sponsor-section article {
    text-align: center;
}

/*--------------------------------------------------------------
# Video Section
--------------------------------------------------------------*/
#video-section {
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
}
#video-section .section-header {
    text-align: center;
}
#video-section .wrapper {
	position: relative;
}
#video-section .section-title,
#video-section .section-subtitle {
	color: #fff;
}
#video-section .video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
#video-section .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
#  Archive / Blog
--------------------------------------------------------------*/
.archive-blog-wrapper .featured-image {
	margin-bottom: 30px;
}
.archive-blog-wrapper .featured-image img {
	width: 100%;
}
.archive-blog-wrapper .featured-image a {
	display: block;
}
.archive-blog-wrapper .entry-title {
    font-weight: 600;
    margin-bottom: 10px;
}
.archive-blog-wrapper .entry-meta span:not(:last-child):after {
	content: "-";
	font-size: 18px;
}
.archive-blog-wrapper .entry-meta a {
	text-decoration: none;
	color: #8c8c8c;
}
.archive-blog-wrapper .entry-meta a:hover,
.archive-blog-wrapper .entry-meta a:focus {
	color: #EE694A;
}
.entry-meta span:not(:last-child):after {
    content: ".";
    margin: 0 5px;
    font-size: 30px;
}
.entry-meta {
	padding: 0;
}

/*--------------------------------------------------------------
#  Single
--------------------------------------------------------------*/
#inner-content-wrapper {
    position: relative;
}
.single-wrapper > article {
    padding: 50px;
    background-color: #fff;
}
.single-wrapper .entry-meta span svg {
    fill: #82868b;
    margin-right: 10px;
}
.single-wrapper .entry-meta span.cat-links svg {
    margin-right: 7px;
}
.single-wrapper .featured-image {
    margin-bottom: 30px;
}
.single-wrapper .entry-meta {
	margin-bottom: 15px;
}
.single-wrapper .entry-meta a, 
.single-wrapper .entry-meta i {
	font-size: 16px;
	font-weight: 400;
}
.single-wrapper .entry-meta > span.post-categories:after,
.single-wrapper .entry-meta > span.tags-links:after {
	display: none;
}
.single-wrapper .post-categories + .tags-links {
    margin-top: 15px;
    display: block;
    margin-bottom: 0;
}
.single-wrapper .entry-meta > span.tags-links a:hover,
.single-wrapper .entry-meta > span.tags-links a:focus {
    background-color: #EE694A;
    color: #fff;
    border-color: #EE694A;
}
.single-wrapper .entry-meta a {
	text-decoration: none;
}
.single-wrapper .comment-respond {
	background-color: transparent;
	border: none;
}
.single-wrapper .entry-meta span:not(:last-child):after {
	content: "-";
	font-size: 18px;
}
#commentform .comment-form-url,
.comment-respond p.comment-form-author,
.comment-respond p.comment-form-email {
    width: 100%;
    float: none;
    margin-right: 0;
}
ul.post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.post-categories li {
	display: inline-block;
}
ul.post-categories li a {
    color: #000;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
ul.post-categories li a:hover,
ul.post-categories li a:focus {
	color: #EE694A;
}

/*--------------------------------------------------------------
#  Woocommerce
--------------------------------------------------------------*/
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    right: auto;
    left: 25px;
    top: 10px;
    margin: 0;
    min-width: auto;
    min-height: auto;
    padding: 0;
    background-color: #EE694A;
    border-radius: 3px;
    line-height: 1.3;
    padding: 4px 11px;
    font-weight: 400;
}
.product_meta a {
    color: #797973;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.product_meta a:hover,
.product_meta a:focus,
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #EE694A;
}
.woocommerce div.product p.price del {
	color: #797973;
    margin-right: 5px;
}
.woocommerce div.product .product_meta > span {
    display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    font-weight: 500;
    font-size: 22px;
}
.woocommerce ul.products li.product .price {
    color: #EE694A;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
}
.woocommerce ul.products li.product .price ins {
	font-weight: 400;
}
.woocommerce ul.products li.product .price del {
    color: #797973;
    opacity: 1;
    font-weight: 500;
    margin-right: 3px;
}
.woocommerce ul.products li.product a img {
    margin-bottom: 20px;
}
.woocommerce ul.products li.product .button {
    margin-top: 5px;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    padding: 16px 55px;
    display: inline-block;
    text-align: center;
    background-color: #ee694a;
    border-radius: 0;
    color: #fff;
    border: none;
    line-height: 28px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus {
	background-color: #000;
	color: #fff;
}

/*--------------------------------------------------------------
#  Recent Products
--------------------------------------------------------------*/
#recent-products .section-header {
    text-align: center;
}
.woocommerce #recent-products ul.products li.product, 
.woocommerce-page #recent-products ul.products li.product {
	float: none;
	width: 100%;
	padding: 0;
}
.woocommerce #recent-products ul.products li.product:last-child, 
.woocommerce-page #recent-products ul.products li.product:last-child {
	margin-bottom: 0;
}
.woocommerce #recent-products ul.products li.product, 
.woocommerce-page #recent-products ul.products li.product {
	text-align: center;
}

/*--------------------------------------------------------------
#  Magazine Featured Posts Section
--------------------------------------------------------------*/
#magazine-featured-posts {
    margin-top: 30px;
    padding: 0;
}
#magazine-featured-posts .section-content {
    margin: 0 -10px;
}
#magazine-featured-posts article {
    padding: 0 10px;
}
#magazine-featured-posts article:last-child {
    margin-bottom: 0;
}
#magazine-featured-posts .featured-image {
    padding: 125px 0;
}
#magazine-featured-posts .entry-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 50px 25px 17px;
    background: linear-gradient(to top,rgba(0,0,0,0.9) 0,rgba(0,0,0,0) 100%);
}
#magazine-featured-posts .entry-meta {
    margin-bottom: 12px;
    display: block;
}
#magazine-featured-posts .entry-header {
    margin-bottom: 7px;
}
#magazine-featured-posts .entry-title {
    font-size: 22px;
    font-weight: 600;
}
#magazine-featured-posts .entry-title a,
#magazine-featured-posts .posted-on a,
#magazine-featured-posts .author.vcard a,
#magazine-featured-posts .entry-meta.author-posted-on > span:not(:last-child):after {
    color: #fff;
}
#magazine-featured-posts .entry-title a:hover,
#magazine-featured-posts .entry-title a:focus,
#magazine-featured-posts .posted-on a:hover,
#magazine-featured-posts .posted-on a:focus,
#magazine-featured-posts .author.vcard a:hover,
#magazine-featured-posts .author.vcard a:focus {
    color: #EE694A;
}
#magazine-featured-posts .entry-meta.author-posted-on {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Magazine Popular Posts Section
--------------------------------------------------------------*/
#magazine-popular-posts .section-content {
    margin: 0 -10px;
}
#magazine-popular-posts article {
    padding: 0 10px;
    margin-bottom: 20px;
}
#magazine-popular-posts article:first-child {
    margin-bottom: 30px;
}
#magazine-popular-posts article:last-child {
    margin-bottom: 0;
}
#magazine-popular-posts .featured-image {
    padding: 125px 0;
    margin-bottom: 20px;
}
#magazine-popular-posts .featured-image .entry-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px 15px;
}
#magazine-popular-posts .entry-header {
    margin-bottom: 5px;
}
#magazine-popular-posts .entry-content {
    margin-top: 5px;
}
#magazine-popular-posts article:first-child .entry-title {
    font-size: 24px;
}
#magazine-popular-posts .entry-title a,
#magazine-popular-posts .author.vcard a:hover,
#magazine-popular-posts .author.vcard a:focus {
    color: #000;
}
#magazine-popular-posts .entry-title a:hover,
#magazine-popular-posts .entry-title a:focus,
#magazine-popular-posts .author.vcard a {
    color: #EE694A;
}
#magazine-popular-posts article:not(:first-child) .featured-image .entry-meta,
#magazine-popular-posts article:not(:first-child) .entry-meta.author-posted-on .byline,
#magazine-popular-posts article:not(:first-child) .entry-content {
    display: none;
}
#magazine-popular-posts article:not(:first-child).has-post-thumbnail {
    display: table;
    width: 100%;
    position: relative;
}
#magazine-popular-posts article:not(:first-child).has-post-thumbnail .featured-image,
#magazine-popular-posts article:not(:first-child).has-post-thumbnail .entry-container {
    display: table-cell;
}
#magazine-popular-posts article:not(:first-child).has-post-thumbnail .featured-image {
    width: 120px;
    padding: 0;
}
#magazine-popular-posts article:not(:first-child).has-post-thumbnail .entry-container {
    padding: 10px 0 5px 15px;
}
#magazine-popular-posts .cat-links {
    display: block;
    margin-bottom: 12px;
}

/*--------------------------------------------------------------
#  Magazine Recent Posts Section
--------------------------------------------------------------*/
#magazine-recent-posts .section-content {
    margin: 0 -10px;
}
#magazine-recent-posts article {
    padding: 0 10px;
    margin-bottom: 20px;
}
#magazine-recent-posts article:last-child {
    margin-bottom: 0;
}
#magazine-recent-posts article:nth-child(-n+2) .recent-post-item {
    padding-bottom: 30px;
}
#magazine-recent-posts .recent-post-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding-bottom: 20px;
}
#magazine-recent-posts .featured-image {
    padding: 125px 0;
    margin-bottom: 20px;
}
#magazine-recent-posts .featured-image .entry-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px 15px;
}
#magazine-recent-posts .entry-header {
    margin-bottom: 5px;
}
#magazine-recent-posts .entry-content {
    margin-top: 5px;
}
#magazine-recent-posts article:nth-child(-n+2) .entry-title {
    font-size: 20px;
}
#magazine-recent-posts .entry-title a,
#magazine-recent-posts .author.vcard a:hover,
#magazine-recent-posts .author.vcard a:focus {
    color: #000;
}
#magazine-recent-posts .entry-title a:hover,
#magazine-recent-posts .entry-title a:focus,
#magazine-recent-posts .author.vcard a {
    color: #EE694A;
}
#magazine-recent-posts article:not(:nth-child(-n+2)) .featured-image .entry-meta,
#magazine-recent-posts article:not(:nth-child(-n+2)) .entry-meta.author-posted-on .byline,
#magazine-recent-posts article:not(:nth-child(-n+2)) .entry-content {
    display: none;
}
#magazine-recent-posts article:not(:nth-child(-n+2)).has-post-thumbnail {
    display: table;
    width: 100%;
    position: relative;
}
#magazine-recent-posts article:not(:nth-child(-n+2)).has-post-thumbnail .featured-image,
#magazine-recent-posts article:not(:nth-child(-n+2)).has-post-thumbnail .entry-container {
    display: table-cell;
}
#magazine-recent-posts article:not(:nth-child(-n+2)).has-post-thumbnail .featured-image {
    width: 120px;
    padding: 0;
}
#magazine-recent-posts article:not(:nth-child(-n+2)).has-post-thumbnail .entry-container {
    padding: 10px 0 5px 15px;
}
#magazine-recent-posts .cat-links {
    display: block;
    margin-bottom: 12px;
}

/*--------------------------------------------------------------
#  Magazine Advertisement Section
--------------------------------------------------------------*/
#magazine-advertisement-section {
	text-align: center;
}
#magazine-advertisement-section img {
    width: 100%;
}

/*--------------------------------------------------------------
#  Magazine Latest Posts
--------------------------------------------------------------*/
#magazine-latest-posts {
    padding: 0;
    margin-bottom: 30px;
}
#magazine-latest-posts article {
    margin-bottom: 30px;
}
#magazine-latest-posts article:last-child {
    margin-bottom: 0;
}
#magazine-latest-posts .featured-image {
    padding: 125px 0;
    margin-bottom: 20px;
}
#magazine-latest-posts .featured-image .entry-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px 15px;
}
#magazine-latest-posts .entry-header {
    margin-bottom: 5px;
}
#magazine-latest-posts .entry-title {
    font-size: 20px;
}
#magazine-latest-posts .entry-content {
    margin-top: 5px;
}
#magazine-latest-posts .entry-title a,
#magazine-latest-posts .author.vcard a:hover,
#magazine-latest-posts .author.vcard a:focus {
    color: #000;
}
#magazine-latest-posts .entry-title a:hover,
#magazine-latest-posts .entry-title a:focus,
#magazine-latest-posts .author.vcard a {
    color: #EE694A;
}
#magazine-latest-posts .cat-links {
    display: block;
    margin-bottom: 12px;
}

/*--------------------------------------------------------------
#  Magazine Latest Posts
--------------------------------------------------------------*/
#magazine-sports-news {
    padding: 0;
    margin-bottom: 30px;
}
#magazine-sports-news article {
    margin-bottom: 30px;
}
#magazine-sports-news article:last-child {
    margin-bottom: 0;
}
#magazine-sports-news .featured-image {
    padding: 125px 0;
    margin-bottom: 20px;
}
#magazine-sports-news .featured-image .entry-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px 15px;
}
#magazine-sports-news .entry-header {
    margin-bottom: 5px;
}
#magazine-sports-news .entry-title {
    font-size: 20px;
}
#magazine-sports-news .entry-content {
    margin-top: 5px;
}
#magazine-sports-news .entry-title a,
#magazine-sports-news .author.vcard a:hover,
#magazine-sports-news .author.vcard a:focus {
    color: #000;
}
#magazine-sports-news .entry-title a:hover,
#magazine-sports-news .entry-title a:focus,
#magazine-sports-news .author.vcard a {
    color: #EE694A;
}
#magazine-sports-news .cat-links {
    display: block;
    margin-bottom: 12px;
}

/*--------------------------------------------------------------
#  Magazine Most Viewed Posts Section
--------------------------------------------------------------*/
#magazine-most-viewed-posts {
    padding: 0;
    margin-bottom: 50px;
}
#magazine-most-viewed-posts .section-content {
    margin: 0 -10px;
}
#magazine-most-viewed-posts article {
    padding: 0 10px;
    margin-bottom: 20px;
}
#magazine-most-viewed-posts article:last-child {
    margin-bottom: 0;
}
#magazine-most-viewed-posts .featured-image {
    padding: 125px 0;
    margin-bottom: 20px;
}
#magazine-most-viewed-posts .featured-image .entry-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px 15px;
}
#magazine-most-viewed-posts .entry-header {
    margin-top: 5px;
    margin-bottom: 5px;
}
#magazine-most-viewed-posts .entry-title {
    font-size: 18px;
}
#magazine-most-viewed-posts .entry-content {
    margin-top: 5px;
}
#magazine-most-viewed-posts .entry-title a,
#magazine-most-viewed-posts .author.vcard a:hover,
#magazine-most-viewed-posts .author.vcard a:focus {
    color: #000;
}
#magazine-most-viewed-posts .entry-title a:hover,
#magazine-most-viewed-posts .entry-title a:focus,
#magazine-most-viewed-posts .author.vcard a {
    color: #EE694A;
}
#magazine-most-viewed-posts .cat-links {
    display: block;
    margin-bottom: 12px;
}

@media screen and (min-width: 767px) {
	#magazine-trending-news .trending-news-header {
        margin-bottom: 0;
        float: left;
    }
    #magazine-trending-news .trending-news-title {
        margin-right: 15px;
    }
    #magazine-trending-news .trending-news-wrapper .entry-title {
        display: inline-block;
        vertical-align: middle;
    }
    #magazine-featured-posts .featured-image {
        padding: 255px 0;
    }
    #magazine-popular-posts article, 
    #magazine-popular-posts article:not(:first-child).has-post-thumbnail,
    #magazine-recent-posts article,
    #magazine-recent-posts article:not(:nth-child(-n+2)).has-post-thumbnail,
    #magazine-most-viewed-posts article {
        width: 50%;
        float: left;
    }
    #magazine-recent-posts article:nth-child(2n+1),
    #magazine-most-viewed-posts article:nth-child(2n+1) {
        clear: left;
    }
    #magazine-recent-posts article:nth-last-child(-n+2),
    #magazine-most-viewed-posts article:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
	#magazine-most-viewed-posts article {
        width: 25%;
    }
    #magazine-most-viewed-posts article:nth-child(2n+1) {
        clear: none;
    }
    #magazine-most-viewed-posts article:nth-child(4n+1) {
        clear: left;
    }
    #magazine-most-viewed-posts article:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
}

/*--------------------------------------------------------------
#  Fourth Design / Magazine Design
--------------------------------------------------------------*/
.fourth-design #masthead {
    position: relative;
    background-color: #000;
}
.fourth-design .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
}
.fourth-design .cat-links {
    visibility: hidden;
}
.fourth-design .cat-links a {
    visibility: visible;
    background-color: #EE694A;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 8px;
    text-transform: capitalize;
    text-decoration: none;
}
.fourth-design .cat-links a:nth-child(1n):hover, 
.fourth-design .cat-links a:nth-child(1n):focus {
    background-color: #000;
}
.fourth-design .cat-links a:nth-child(1n) {
    background-color: #EE694A;
}
.fourth-design .cat-links a:nth-child(2n) {
    background-color: #875FC0;
}
.fourth-design .cat-links a:nth-child(3n) {
    background-color: #EDA922;
}
.fourth-design .cat-links a:nth-child(4n) {
    background-color: #46C4F4;
}
.fourth-design .cat-links a:nth-child(1n):hover,
.fourth-design .cat-links a:nth-child(1n):focus {
    background-color: #000;
}
.fourth-design .section-header {
	text-align: left;
    margin-bottom: 20px;
    border-bottom: 2px solid #EE694A;
}
.fourth-design .section-title {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    background-color: #EE694A;
    line-height: 1;
    padding: 10px 15px;
}
.fourth-design .posted-on a {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}
.fourth-design .posted-on a:hover,
.fourth-design .posted-on a:focus {
	opacity: 1;
	color: #EE694A;
}
.fourth-design .entry-title, 
.fourth-design .section-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    word-wrap: break-word;
}
.fourth-design .wrapper.page-section .page-section {
    padding: 0;
    margin-bottom: 30px;
}
.fourth-design .wrapper.page-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
	.fourth-design #masthead .site-branding {
	    margin-right: 0;
	    width: 100%;
	    float: none;
        justify-content: space-between;
	    border-bottom: 1px solid rgb(255 255 255 / 20%);
	}
	.fourth-design #masthead .site-advertisement {
	    width: 60%;
	    text-align: right;
	}
}

/*--------------------------------------------------------------
# 					Footer
--------------------------------------------------------------*/
#colophon {
    background-color: #101010;
    color: #fff;
}
.footer-widgets-area a,
#colophon .textwidget li {
    color: #d8d8d8;
}
#colophon li a {
	text-decoration: none;
}
#colophon a:hover,
#colophon a:focus {
    color: #EE694A;
}
#colophon .widget-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #fff;
}
.site-info {
	padding: 16px 0;
    background-color: #000;
}
.site-info span {
	display: block;
	text-align: center;
    padding: 5px 0;
    color: #8c8c8c;
}
.site-info,
.site-info a {
	margin: 0;
}
.site-info .social-icons {
	text-align: center;
	line-height: 44px;
}
#colophon .site-info a {
	color: #fff;
	text-decoration: none;
}
#colophon .site-info a:hover,
#colophon .site-info a:focus {
	color: #EE694A;
}
.footer-widgets-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widgets-area .widget ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.footer-widgets-area .widget ul li:last-child,
.footer-widgets-area .widget .social-icons li {
	margin-bottom: 0;
}
.footer-widgets-area .hentry {
	margin-bottom: 45px;
}
.footer-widgets-area.col-1 .hentry {
    text-align: center;
}
.footer-widgets-area.col-1 .hentry:last-child {
	margin-bottom: 0;
}
.footer-widgets-area.col-1 .textwidget img {
    margin-left: auto;
    margin-right: auto;
}
.footer-widgets-area.page-section.col-1 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#colophon .textwidget {
    color: #8c8c8c;
    max-width: 430px;
}
#colophon .textwidget img {
    margin-right: 20px;
    margin-bottom: 20px;
}
#colophon .social-icons li {
	display: inline-block;
    width: auto;
    margin-right: 10px;
}
#colophon .social-icons li a svg {
	fill: rgb(255 255 255 / 80%);
}
#colophon .social-icons li a:hover svg,
#colophon .social-icons li a:focus svg {
	fill: #fff;
}
#colophon .search-jobs .wrapper.page-section {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
#colophon .search-jobs .entry-title {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    margin: 0 0 20px;
    text-align: center;
}
#colophon .search-jobs .search-form {
	text-align: center;
}
#colophon .search-jobs .search-form input {
    background-color: rgb(255 255 255 / 20%);
    border: none;
    padding: 20px;
    height: 60px;
    color: #fff;
}
#colophon .search-jobs .search-form button {
	position: relative;
	margin-top: 20px;
    background-color: #fff;
    color: #101010;
    width: auto;
    height: 60px;
    padding: 16px 25px;
}
#colophon .search-jobs .search-form button:hover,
#colophon .search-jobs .search-form button:focus {
    background-color: #ee694a;
    color: #fff;
}
#colophon.footer-white {
    background-color: #fff;
}
#colophon.footer-white .footer-widgets-area a, 
#colophon.footer-white,
#colophon.footer-white .textwidget li,
#colophon.footer-white .search-jobs .entry-title {
	color: #101010;
}
#colophon.footer-white .search-jobs .search-form input {
    background-color: #f6f6f6;
    color: #101010;
}
#colophon.footer-white .search-jobs .search-form button {
	background-color: #ee694a;
	color: #fff;
}
#colophon.footer-white .search-jobs .wrapper.page-section {
    border-bottom-color: rgb(0 0 0 / 10%);
}
#colophon.footer-white .site-info {
	background-color: #eee;
}
#colophon.footer-white .site-info a,
#colophon.footer-white .footer-widgets-area a:hover,
#colophon.footer-white .footer-widgets-area a:focus {
	color: #ee694a;
}
.search-jobs ::-webkit-input-placeholder {
	color: rgb(255 255 255 / 70%);
}
.search-jobs ::-moz-placeholder {
	color: rgb(255 255 255 / 70%);
}
.search-jobs :-ms-input-placeholder {
	color: rgb(255 255 255 / 70%);
}
.search-jobs :-moz-placeholder {
	color: rgb(255 255 255 / 70%);
}

#colophon.footer-white .search-jobs ::-webkit-input-placeholder {
	color: #101010;
}
#colophon.footer-white .search-jobs ::-moz-placeholder {
	color: #101010;
}
#colophon.footer-white .search-jobs :-ms-input-placeholder {
	color: #101010;
}
#colophon.footer-white .search-jobs :-moz-placeholder {
	color: #101010;
}


/*--------------------------------------------------------------
# Dark Version
--------------------------------------------------------------*/
.dark-version {
    background-color: #000;
}

.dark-version input[type="text"], 
.dark-version input[type="email"], 
.dark-version input[type="url"], 
.dark-version input[type="password"], 
.dark-version input[type="search"], 
.dark-version input[type="number"], 
.dark-version input[type="tel"], 
.dark-version input[type="range"], 
.dark-version input[type="date"], 
.dark-version input[type="month"], 
.dark-version input[type="week"], 
.dark-version input[type="time"], 
.dark-version input[type="datetime"], 
.dark-version input[type="datetime-local"], 
.dark-version input[type="color"], 
.dark-version textarea,
.dark-version #recent-jobs .item-wrapper,
.dark-version #company-profiles .item-wrapper,
.dark-version #team-section .team-item-wrapper,
.dark-version #subscribe-section,
.dark-version #secondary .widget {
	background-color: #111;
}

.dark-version #featured-jobs article:nth-child(1n) .item-wrapper {
    background-color: #222;
}

.dark-version,
.dark-version h1,
.dark-version h2,
.dark-version h3,
.dark-version h4,
.dark-version h5,
.dark-version h6,
.dark-version p,
.dark-version a,
.dark-version figcaption,
.dark-version cite,
.dark-version blockquote,
.dark-version pre,
.dark-version input[type="text"], 
.dark-version input[type="email"], 
.dark-version input[type="url"], 
.dark-version input[type="password"], 
.dark-version input[type="search"], 
.dark-version input[type="number"], 
.dark-version input[type="tel"], 
.dark-version input[type="range"], 
.dark-version input[type="date"], 
.dark-version input[type="month"], 
.dark-version input[type="week"], 
.dark-version input[type="time"], 
.dark-version input[type="datetime"], 
.dark-version input[type="datetime-local"], 
.dark-version input[type="color"], 
.dark-version textarea,
.dark-version #recent-jobs .company-name a,
.dark-version #featured-jobs .icon-wrapper a,
.dark-version #company-profiles .entry-meta a,
.dark-version #magazine-popular-posts .entry-title a, 
.dark-version #magazine-popular-posts .author.vcard a:hover, 
.dark-version #magazine-popular-posts .author.vcard a:focus,
.dark-version #secondary ul li a,
.dark-version #magazine-recent-posts .entry-title a, 
.dark-version #magazine-recent-posts .author.vcard a:hover, 
.dark-version #magazine-recent-posts .author.vcard a:focus,
.dark-version #magazine-sports-news .entry-title a, 
.dark-version #magazine-sports-news .author.vcard a:hover, 
.dark-version #magazine-sports-news .author.vcard a:focus,
.dark-version #magazine-latest-posts .entry-title a, 
.dark-version #magazine-latest-posts .author.vcard a:hover, 
.dark-version #magazine-latest-posts .author.vcard a:focus,
.dark-version #magazine-most-viewed-posts .entry-title a, 
.dark-version #magazine-most-viewed-posts .author.vcard a:hover, 
.dark-version #magazine-most-viewed-posts .author.vcard a:focus {
    color: #fff;
}

.dark-version input[type="text"], 
.dark-version input[type="email"], 
.dark-version input[type="url"], 
.dark-version input[type="password"], 
.dark-version input[type="search"], 
.dark-version input[type="number"], 
.dark-version input[type="tel"], 
.dark-version input[type="range"], 
.dark-version input[type="date"], 
.dark-version input[type="month"], 
.dark-version input[type="week"], 
.dark-version input[type="time"], 
.dark-version input[type="datetime"], 
.dark-version input[type="datetime-local"], 
.dark-version input[type="color"], 
.dark-version textarea {
	border-color: #111;
}

.dark-version #team-section .social-icons a {
    box-shadow: none;
}

/*--------------------------------------------------------------
# Typography Options
--------------------------------------------------------------*/
.header-font-1 h1,
.header-font-1 h2,
.header-font-1 h3,
.header-font-1 h4,
.header-font-1 h5,
.header-font-1 h6,
.header-font-1 button,
.header-font-1 input[type="button"],
.header-font-1 input[type="reset"],
.header-font-1 input[type="submit"],
.header-font-1 .site-title,
.header-font-1 .main-navigation a,
.header-font-1 .reply a,
.header-font-1 .section-subtitle,
.header-font-1 .btn,
.header-font-1 #service-section .read-more a,
.header-font-1 #course-section .read-more a,
.header-font-1 #cause-section .read-more a,
.header-font-1 #faq-section .faq-trigger,
.header-font-1 .progress-bar div span,
.header-font-1 #contact-section .contact-information li,
.header-font-1 ul.post-categories li a {
    font-family: 'Rajdhani', sans-serif;
}

.header-font-2 h1,
.header-font-2 h2,
.header-font-2 h3,
.header-font-2 h4,
.header-font-2 h5,
.header-font-2 h6,
.header-font-2 button,
.header-font-2 input[type="button"],
.header-font-2 input[type="reset"],
.header-font-2 input[type="submit"],
.header-font-2 .site-title,
.header-font-2 .main-navigation a,
.header-font-2 .reply a,
.header-font-2 .section-subtitle,
.header-font-2 .btn,
.header-font-2 #service-section .read-more a,
.header-font-2 #course-section .read-more a,
.header-font-2 #cause-section .read-more a,
.header-font-2 #faq-section .faq-trigger,
.header-font-2 .progress-bar div span,
.header-font-2 #contact-section .contact-information li,
.header-font-2 ul.post-categories li a {
    font-family: 'Cherry Swash', sans-serif;
}

.header-font-3 h1,
.header-font-3 h2,
.header-font-3 h3,
.header-font-3 h4,
.header-font-3 h5,
.header-font-3 h6,
.header-font-3 button,
.header-font-3 input[type="button"],
.header-font-3 input[type="reset"],
.header-font-3 input[type="submit"],
.header-font-3 .site-title,
.header-font-3 .main-navigation a,
.header-font-3 .reply a,
.header-font-3 .section-subtitle,
.header-font-3 .btn,
.header-font-3 #service-section .read-more a,
.header-font-3 #course-section .read-more a,
.header-font-3 #cause-section .read-more a,
.header-font-3 #faq-section .faq-trigger,
.header-font-3 .progress-bar div span,
.header-font-3 #contact-section .contact-information li,
.header-font-3 ul.post-categories li a {
    font-family: 'Philosopher', sans-serif;
}

.header-font-4 h1,
.header-font-4 h2,
.header-font-4 h3,
.header-font-4 h4,
.header-font-4 h5,
.header-font-4 h6,
.header-font-4 button,
.header-font-4 input[type="button"],
.header-font-4 input[type="reset"],
.header-font-4 input[type="submit"],
.header-font-4 .site-title,
.header-font-4 .main-navigation a,
.header-font-4 .reply a,
.header-font-4 .section-subtitle,
.header-font-4 .btn,
.header-font-4 #service-section .read-more a,
.header-font-4 #course-section .read-more a,
.header-font-4 #cause-section .read-more a,
.header-font-4 #faq-section .faq-trigger,
.header-font-4 .progress-bar div span,
.header-font-4 #contact-section .contact-information li,
.header-font-4 ul.post-categories li a {
    font-family: 'Slabo 27px', sans-serif;
}

.header-font-5 h1,
.header-font-5 h2,
.header-font-5 h3,
.header-font-5 h4,
.header-font-5 h5,
.header-font-5 h6,
.header-font-5 button,
.header-font-5 input[type="button"],
.header-font-5 input[type="reset"],
.header-font-5 input[type="submit"],
.header-font-5 .site-title,
.header-font-5 .main-navigation a,
.header-font-5 .reply a,
.header-font-5 .section-subtitle,
.header-font-5 .btn,
.header-font-5 #service-section .read-more a,
.header-font-5 #course-section .read-more a,
.header-font-5 #cause-section .read-more a,
.header-font-5 #faq-section .faq-trigger,
.header-font-5 .progress-bar div span,
.header-font-5 #contact-section .contact-information li,
.header-font-5 ul.post-categories li a {
    font-family: 'Dosis', sans-serif;
}

.body-font-1 {
    font-family: 'News Cycle', sans-serif;
}

.body-font-2 {
    font-family: 'Pontano Sans', sans-serif;
}

.body-font-3 {
    font-family: 'Gudea', sans-serif;
}

.body-font-4 {
    font-family: 'Quattrocento Sans', sans-serif;
}

.body-font-5 {
    font-family: 'Khand', sans-serif;
}

/*--------------------------------------------------------------
# 					RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {
	#search-jobs {
	    display: flex;
	    flex-wrap: wrap;
	}
	#search-jobs .form-column {
		width: 50%;
	    border-right: 1px solid rgb(0 0 0 / 10%);
	}
	#search-section .entry-title {
	    font-size: 42px;
	}
	#search-section {
		margin-bottom: 150px;
	}
	#search-section .featured-image {
	    margin: 50px 0 -300px;
	    padding: 150px 0;
	}
	#featured-jobs .career-slider.wrapper {
	    padding-left: 0;
	    padding-right: 0;
	}
	#featured-jobs article {
		padding: 0 15px;
	}
	.woocommerce #recent-products ul.products li.product, 
	.woocommerce-page #recent-products ul.products li.product {
		padding: 0 15px;
		float: left;
		width: 50%;
		margin-bottom: 30px;
	}
	.woocommerce #recent-products ul.products li.product:nth-child(2n+1), 
	.woocommerce-page #recent-products ul.products li.product:nth-child(2n+1) {
		clear: left;
	}
	.woocommerce #recent-products ul.products li.product:nth-last-child(-n+2), 
	.woocommerce-page #recent-products ul.products li.product:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.woocommerce #recent-products ul.products li.product, 
	.woocommerce-page #recent-products ul.products li.product {
		margin: 0;
	}
	.comment-metadata {
		margin-top: -25px;
	}
	#reply-tit
	#reply-title, 
	.comments-title {
		font-size: 42px;
	}
	#comments ol.children {
	    padding-left: 110px;
	}
	.right-sidebar #secondary, 
	.left-sidebar #secondary {
		margin-top: 50px;
	}
	#secondary .widget_social_icons li a svg {
		width: 30px;
		height: 30px;
	}
	.footer-widgets-area.col-2 .hentry,
	.footer-widgets-area.col-4 .hentry {
		width: 50%;
		float: left;
	}
	.footer-widgets-area.col-2 .hentry:nth-child(2n+1),
	.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
		clear: left;
	}
	.footer-widgets-area.col-2 .hentry:nth-child(odd),
	.footer-widgets-area.col-4 .hentry:nth-child(odd) {
		padding-right: 40px;
	}
	.footer-widgets-area.col-2 .hentry:nth-last-child(-n+2),
	.footer-widgets-area.col-4 .hentry:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 767px) {
    .col-1 .hentry {
        width: 100%;
    }
    .col-2 .hentry {
        width: 50%;
        float: left;
    }
    .col-3 .hentry {
        width: 33.33%;
        float: left;
    }
    .col-4 .hentry {
        width: 50%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
    .col-6 .hentry {
        width: 16.66%;
        float: left;
    }
    .col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6 {
		margin: 0 -15px;
		display: flex;
		flex-wrap: wrap;
	}
	.col-2 article,
	.col-3 article,
	.col-4 article,
	.col-5 article,
	.col-6 article {
		padding: 0 15px;
		float: left;
		width: 50%;
		margin-bottom: 30px;
	}
	.col-2 article:nth-last-child(-n+2),
	.col-3 article:nth-last-child(-n+2),
	.col-4 article:nth-last-child(-n+2),
	.col-5 article:nth-last-child(-n+2),
	.col-6 article:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.col-5 article,
	.col-6 article {
		width: 33.33%;
	}
	.col-5 article:nth-child(2n+1),
	.col-6 article:nth-child(2n+1) {
		clear: none;
	}
	.col-5 article:nth-child(3n+1),
	.col-6 article:nth-child(3n+1) {
		clear: left;
	}
	.col-5 article:nth-last-child(-n+3),
	.col-6 article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
    blockquote.alignright {
	    width: -webkit-calc(50% - 0.736842105em);
	    width: calc(50% - 0.736842105em);
        margin-top: 10px;
        margin-bottom: 25px;
	}
	#recent-jobs .section-header-wrapper {
	    display: flex;
	    align-items: center;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	#recent-jobs .section-header-wrapper .show-all {
	    display: inline-block;
        padding-top: 40px;
	}
	#recent-jobs .show-all.responsive-btn {
	    display: none;
	}
	#recent-jobs .company-detail-wrapper {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	#recent-jobs .company-detail {
		margin-bottom: 0;
	}
	#company-profiles .section-header-wrapper {
	    display: flex;
	    align-items: center;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	#company-profiles .section-header-wrapper .show-all {
	    display: inline-block;
        padding-top: 40px;
	}
	#company-profiles .show-all.responsive-btn {
	    display: none;
	}
	#company-profiles .company-detail-wrapper {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	#company-profiles .company-detail {
		margin-bottom: 0;
	}
	#subscribe-section .subscribe-form-wrapper {
	    padding: 132px 70px;
	}
	#testimonial-section {
	    padding: 0;
	}
	#testimonial-section .wrapper {
	    position: relative;
	}
	.testimonial-slider {
	    max-width: 515px;
	}
	#testimonial-section .testimonial-content {
	    width: 50%;
	    float: left;
        padding: 100px 50px 100px 0;
	}
	#testimonial-section .testimonial-featured-image {
	    width: 50%;
	    position: absolute;
	    top: 0;
	    right: 0;
	    padding: 0;
	    height: 100%;
	    margin: 0;
	}
	#testimonial-section .entry-content {
		font-size: 22px;
		line-height: 1.5;
	}
	.blog-content-wrapper {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		text-align: left;
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.featured-slider article {
	    padding: 300px 0;
	}
	.featured-content-wrapper {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		text-align: left;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#about-section article.has-post-thumbnail,
	#faq-section article.has-post-thumbnail {
	    position: relative;
	    display: table;
	    width: 100%;
	}
	#about-section article.has-post-thumbnail .featured-image,
	#faq-section article.has-post-thumbnail .featured-image {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 47%;
	    display: table-cell;
	    height: 100%;
	    padding: 0;
	    margin-bottom: 0;
	}
	#about-section .featured-image img {
		position: absolute;
		top: 0;
		bottom: 0;
		height: 100%;
		object-fit: cover;
	}
	#about-section article.has-post-thumbnail .entry-container,
	#faq-section article.has-post-thumbnail .entry-container {
	    width: 53%;
	    display: table-cell;
	    float: right;
        padding: 50px 0 50px 80px;
	}
	#about-section article.has-post-thumbnail .section-header,
	#about-section article.has-post-thumbnail .entry-content,
	#about-section article.has-post-thumbnail .read-more,
	#faq-section article.has-post-thumbnail .section-header,
	#faq-section article.has-post-thumbnail .entry-content,
	#faq-section article.has-post-thumbnail .read-more {
		text-align: left;
	}
	#contact-section .section-header-wrapper,
	#contact-section .section-content {
	    width: 50%;
	    float: left;
	}
	#contact-section .section-header {
		text-align: left;
	}
	#contact-section .section-content {
		padding-left: 50px;
	}
	.single-wrapper #reply-title {
	    margin-bottom: 40px;
	    font-size: 42px;
	}
	.single #booking .availabily-list {
	    border: 1px solid #ddd;
	}
	.single #booking .availabily-heading {
	    border-bottom: 1px solid #ddd;
	    padding-bottom: 0;
	}
	.single #booking .availabily-heading > div,
	.single #booking ul.availabily-list li > form > div {
	    padding: 8px 5px;
	    border-right: 1px solid #ddd;
	    text-align: center;
	}
	.single #booking .availabily-heading > div:last-child,
	.single #booking ul.availabily-list li > form > div.action {
		border-right: none;
	}
	.single #booking ul.availabily-list li > form {
	    margin: 0;
        padding: 0;
	    border-bottom: none;
	}
	.single #booking ul.availabily-list .availabily-content .btn {
	    padding: 3px 15px;
	    min-width: auto;
	    font-size: 14px;
	    font-weight: 400;
	}
	.comment-navigation .nav-previous, 
	.posts-navigation .nav-previous, 
	.post-navigation .nav-previous {
	    padding-right: 25px;
	}
	.comment-navigation .nav-next, 
	.posts-navigation .nav-next, 
	.post-navigation .nav-next {
		padding-left: 25px;
	}
	.footer-logo-wrapper {
	    display: flex;
	    flex-wrap: wrap;
        align-items: center;
	}
	.footer-logo-wrapper > div, 
	.footer-logo-wrapper > ul {
		width: 50%;
	    text-align: left;
	    padding: 40px 0;
	}
	.footer-logo-wrapper > ul {
	    text-align: right;
	}
	.footer-logo-wrapper > div + ul {
	    padding: 40px 0;
	}
	.footer-widgets-area.col-3 .hentry {
		margin-bottom: 0;
	}
	.footer-widgets-area.col-3 .hentry:not(:last-child) {
		padding-right: 40px;
	}
	.site-info.col-2 span {
		float: left;
		width: 50%;
		text-align: left;
	}
	.site-info.col-2 span:nth-child(2) {
		float: right;
		text-align: right;
	}
	.site-info.col-2 .social-icons {
		text-align: right;
		float: right;
	}

	.site-info span:nth-child(2) {
	    text-align: right;
	}
}
@media screen and (min-width: 992px) {
	.col-4 .hentry  {
        width: 25%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
    .col-4 article {
		width: 25%;
	}
	.col-5 article {
		width: 20%;
	}
	.col-6 article {
		width: 16.66%;
	}
	.col-4 article:nth-last-child(-n+4),
	.col-5 article:nth-last-child(-n+5),
	.col-6 article:nth-last-child(-n+6) {
		margin-bottom: 0;
	}
	.woocommerce #recent-products ul.products li.product, 
	.woocommerce-page #recent-products ul.products li.product {
		width: 25%;
	}
	.woocommerce #recent-products ul.products li.product:nth-child(2n+1), 
	.woocommerce-page #recent-products ul.products li.product:nth-child(2n+1) {
		clear: none;
	}
	.woocommerce #recent-products ul.products li.product:nth-child(4n+1), 
	.woocommerce-page #recent-products ul.products li.product:nth-child(4n+1) {
		clear: left;
	}
	.woocommerce #recent-products ul.products li.product:nth-last-child(-n+4), 
	.woocommerce-page #recent-products ul.products li.product:nth-last-child(-n+4) {
		margin-bottom: 0;
	}
    #reply-title, 
	.comments-title {
    	font-size: 48px;
    }
    #page-site-header .page-title {
		font-size: 62px;
	}
	.comment-form-author, 
	.comment-form-email, 
	.comment-form-url {
	    width: 33.33%;
	    float: left;
	}
	.footer-widgets-area.col-4 .hentry {
	    width: 25%;
		padding-right: 40px;
	}
	.footer-widgets-area.col-5 .hentry {
		padding-right: 40px;
		width: 17%;
	}
	.footer-widgets-area.col-5 .hentry:first-child {
		width: 32%;
	}
	.footer-widgets-area.col-4 .hentry:last-child,
	.footer-widgets-area.col-5 .hentry:last-child {
		padding-right: 0;
	}
	.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
	    clear: none;
	}
	.footer-widgets-area.col-4 .hentry:nth-child(4n+1) {
	    clear: left;
	}
	.footer-widgets-area.col-4 .hentry:nth-last-child(-n+4),
	.footer-widgets-area.col-5 .hentry:nth-last-child(-n+5) {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1024px) {
	#top-navigation {
		padding: 0;
	}
	#top-navigation .contact-info {
		width: 70%;
		float: left;
		text-align: left;
	}
	#top-navigation .social-icons {
	    width: 30%;
	    float: right;
	    text-align: right;
	}
	.menu-sticky #masthead {
	    position: fixed;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
	}
	.menu-sticky #masthead.nav-shrink {
		background-color: #3C141D;
		padding: 5px 0;
		box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
	}
	.customize-support.menu-sticky #masthead.nav-shrink {
	    top: 32px;
	}
	#masthead {
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    background-color: transparent;
	}
	.site-branding {
	    margin-right: 80px;
	}
	.site-title a, 
	.site-description,
	.main-navigation a:hover, 
	.main-navigation a:focus, 
	.main-navigation ul.nav-menu > li > a:hover, 
	.main-navigation ul.nav-menu > li > a:focus {
	    color: #fff;
	}
	.main-navigation ul.nav-menu > li.current-menu-item > a,
	.main-navigation ul.nav-menu > li:hover > a,
	.main-navigation ul.nav-menu > li:focus > a {
		color: #fff;
	}
	.main-navigation ul.nav-menu > li.current-menu-item > a,
	.main-navigation ul.nav-menu > li > a:hover,
	.main-navigation ul.nav-menu > li > a:focus {
        border-bottom: 1px solid #fff;
	}
	.main-navigation ul.nav-menu li:hover > svg, 
	.main-navigation ul.nav-menu li:focus > svg, 
	.main-navigation li.menu-item-has-children:hover > a > svg, 
	.main-navigation li.menu-item-has-children > a:hover > svg, 
	.main-navigation li.menu-item-has-children > a:focus > svg, 
	.main-navigation ul.nav-menu > li.current-menu-item > a > svg {
		fill: #fff;
	}
	.main-navigation ul.nav-menu > li > a {
		color: #fff;
		border-bottom: 1px solid transparent;
	}
	.main-navigation ul.nav-menu > li > a > svg {
		fill: #fff;
	}
	.main-navigation ul.nav-menu > li.search-menu > a {
		border-bottom: none;
	}
	.main-navigation ul.nav-menu > li.search-menu > a > svg {
		fill: #fff;
	}
	.main-navigation ul.nav-menu > li > a.custom-button {
	    background-color: #fff;
	    color: #000;
	    padding: 7px 20px;
	    border-radius: 25px;
	    border-bottom: none;
	}
	.main-navigation ul.nav-menu > li > a.custom-button:hover,
	.main-navigation ul.nav-menu > li > a.custom-button:focus {
		background-color: #EE694A;
		color: #fff;
	}

	.main-navigation ul.nav-menu > li.social-menu {
	    float: right;
	    padding: 30px 0;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}
	.main-navigation ul.nav-menu {
		display: block !important;
	    height: auto !important;
	    float: left;
        padding: 13px 0;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
		right: 0;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul.sub-menu li a {
	    color: #fff;
	    border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	}
	.main-navigation ul.nav-menu > li.user-logged-in > a {
	    padding: 29px 0;
	}
	.main-navigation .menu-item-has-children > a:after {
		float: none;
	}
	#masthead .main-navigation ul.sub-menu li:hover > a,
	#masthead .main-navigation ul.sub-menu li:focus > a {
		color: #fff;
	}
	.main-navigation .sub-menu svg {
		fill: #fff;
		right: 0;
	    margin-top: 5px;
	}
	.main-navigation ul.sub-menu > li:last-child > a {
		border-bottom: none;
	}
	#search {
	    position: absolute;
	    z-index: 30;
	    right: -11px;
	    top: 100%;
	    display: none;
	}
	.main-navigation .search-active .icon-search {
		display: none;
	}
	.main-navigation .search-active .icon-close {
		display: inline-block;
	}
	.main-navigation ul.nav-menu > li.menu-item-has-children:hover > a:before {
	    content: "";
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
	    border-bottom: 10px solid #111;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    width: 10px;
	    height: 10px;
	    margin: auto;
	}
	.main-navigation ul.nav-menu > li.menu-item-has-children:hover > a:after {
		display: none;
	}	
	#masthead .main-navigation ul ul li a svg {
	    display: inline-block;
	    top: 14px;
	    right: 15px;
	    fill: #fff;
	    -webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
	.main-navigation ul ul {
	    background-color: #000;	
	}
	.main-navigation ul ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.main-navigation ul ul li.menu-item-has-children:hover > a > svg, 
	.main-navigation ul ul li.menu-item-has-children > a:hover > svg {
		fill: #fff;
	}
	.main-navigation .register-menu {
		display: inline-block;
	    padding: 11px 0;
	}
	.main-navigation .login-menu-item {
	    display: none;
	}
	#search:before {
	    content: "";
	    width: 0;
	    height: 0;
	    border-left: 9px solid transparent;
	    border-right: 9px solid transparent;
	    border-bottom: 9px solid #000;
	    position: absolute;
	    top: -9px;
	    right: 20px;
	}
	button.dropdown-toggle {
		display: none;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation li {
	    display: inline-block;
	}
	.main-navigation .left-menu {
	    padding-left: 50px;
	}
	.main-navigation ul.nav-menu > li.left-menu > a,
	.main-navigation ul.nav-menu > li.right-menu > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	.main-navigation li.left-menu + li.right-menu:before {
	    content: "/";
	    position: absolute;
	    top: 50%;
	    margin-left: -6px;
	    color: #fff;
	    margin-top: -1px;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	.main-navigation form.search-form {
	    border: 20px solid #000;
	}
	.main-navigation form.search-form input {
	    background-color: #fff;
	    border-color: #fff;
	    color: #000;
	}
	.page-section {
		padding: 90px 0;
	}
	.section-title {
		font-size: 50px;
	}
	.featured-slider article {
	    padding: 330px 0;
	}
	.featured-content-wrapper .entry-title {
		font-size: 82px;
	}
	#search-section article {
	    padding: 205px 0;
	}
	#search-section .entry-container {
		max-width: 700px;
	}
	#search-section .entry-title {
	    font-size: 60px;
	}
	#search-jobs {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
		max-width: 800px;
		margin: 0 auto;
	}
	#search-jobs .form-column {
		border-bottom: none;
	}
	#search-jobs .form-column:last-child {
		border-right: none;
	}
	#search-section {
	    margin-bottom: 200px;
	}
	#search-section .featured-image {
	    padding: 200px 0;
        margin: -50px 0 -400px;
	}
	#featured-jobs .slick-list {
		overflow: visible;
	}
	#featured-jobs .slick-arrow {
		bottom: auto;
		top: -105px;
	}
	#company-profiles .entry-meta-wrapper {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	#company-profiles .entry-meta {
	    margin-bottom: 0;
	}
	#latest-posts .show-all {
		margin-top: 63px;
	}
	#service-section .section-content,
	#course-section .section-content,
	#cause-section .section-content {
	    margin: 0 -40px;
	}
	#service-section article,
	#course-section article,
	#cause-section article {
	    padding: 0 40px;
	}
	#promotion-section .entry-title {
		font-size: 52px;
    	font-weight: 600;
	}
	#call-to-action .wrapper {
	    display: flex;
	    align-items: center;
	}
	#call-to-action .section-header {
	    margin-bottom: 0;
	    width: 60%;
	    text-align: left;
	}
	#call-to-action .read-more {
	    width: 40%;
	    text-align: right;
	}
	#contact-section form {
        margin: 0 -10px;
    }
    #contact-section form p {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    #contact-section form p:nth-child(2),
    #contact-section form p:nth-child(3),
    #contact-section form p:nth-child(4) {
        width: 33.33%;
        float: left;
    }
    #sponsor-section .section-content {
	    display: flex;
	    align-items: center;
	    max-width: 1030px;
    	margin: 0 auto;
	}
	.archive-blog-wrapper.list-view article.has-post-thumbnail {
		position: relative;
		display: table;
	}
	.archive-blog-wrapper.list-view article.has-post-thumbnail .featured-image {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 50%;
	    display: table-cell;
	    padding: 0;
	    height: 100%;
	}
	.archive-blog-wrapper.list-view article.has-post-thumbnail .entry-container {
	    width: 50%;
	    display: table-cell;
	    float: right;
	    text-align: left;
	    padding: 30px;
	}
	.right-sidebar #primary,
	.left-sidebar #primary,
	.no-sidebar.single-itineraries #primary,
	.no-sidebar-content.single-itineraries #primary {
    	width: 75%;
    	float: left;
    	padding-right: 30px;
    }
    .right-sidebar #secondary,
    .left-sidebar #secondary,
    .no-sidebar.single-itineraries #secondary,
    .no-sidebar-content.single-itineraries #secondary {
    	width: 25%;
    	float: right;
    	margin-top: 0;
    }
    .left-sidebar #primary { 
    	float: right;
    	padding-right: 0;
    	padding-left: 30px;
    }
    .no-sidebar #primary {
    	width: 100%;
    	float: none;
    	padding-right: 0;
    }
    .no-sidebar-content.single-itineraries #inner-content-wrapper {
    	max-width: 100%;
    }
    .boxed-layout #page {
	    max-width: 1250px;
	    margin-left: auto;
	    margin-right: auto;
        background-color: #eee;
        box-shadow: 0 0 15px rgb(0 0 0 / 10%);
	}
	.frame-layout #page {
		margin: 50px auto;
		max-width: 1200px;
		position: relative;
		background-color: #eee;
		box-shadow: 0 0 15px rgb(0 0 0 / 10%);
	}
	.footer-widgets-area.col-4 .hentry:first-child {
		width: 40%;
		padding-right: 50px;
	}
	.footer-widgets-area.col-4 .hentry {
		width: 20%;
	}
	#colophon .search-jobs article {
	    display: flex;
	    align-items: center;
        flex-wrap: wrap;
	}
	#colophon .search-jobs .entry-header,
	#colophon .search-jobs form {
		width: 50%;
	}
	#colophon .search-jobs .entry-title {
		font-size: 42px;
		text-align: left;
		margin: 0;
		padding-right: 30px;
	}
	#colophon .search-jobs .search-form {
	    max-width: 640px;
	    margin-left: auto;
	}
	#colophon .search-jobs .search-form button {
	    margin-top: 0;
	    position: absolute;
	}

}
@media screen and (min-width: 1200px) {
	.col-3 article {
		width: 33.33%;
	}
	.col-3 article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	#search-jobs {
		max-width: 1000px;
	}
	#colophon .search-jobs .entry-title {
		font-size: 50px;
	}
}
@media screen and (min-width: 1900px) {
	.wrapper {
		max-width: 1440px;
	}
	.featured-slider article {
	    padding: 485px 0;
	}
	#search-section .entry-title {
	    font-size: 70px;
	}
	#search-jobs,
	#sponsor-section .section-content {
		max-width: 1170px;
	}
	#search-section {
	    margin-bottom: 300px;
	}
	#search-section .featured-image {
	    padding: 300px 0;
        margin: -50px 0 -500px;
	}
	#search-section .entry-container {
	    max-width: 800px;
	}
	#search-jobs .form-column {
		width: 26.66%;
	}
	#search-jobs .form-column:last-child {
		width: 20%;
	}
	#search-section .entry-content {
		margin-bottom: 115px;
	}
	#recent-jobs .entry-title {
	    font-size: 30px;
	}
	#featured-jobs .item-wrapper {
	    padding: 170px 30px 23px;
	}
	#company-profiles .entry-title {
	    font-size: 30px;
	}
	.archive-blog-wrapper .entry-title {
		font-size: 30px;
	}
	#service-section .section-content,
	#course-section .section-content,
	#cause-section .section-content {
	    margin: 0 -50px;
	}
	#service-section article,
	#course-section article,
	#cause-section article {
	    padding: 0 50px;
	}
	#about-section,
	#faq-section {
	    padding-bottom: 150px;
	}
	#about-section article.has-post-thumbnail .entry-container, 
	#faq-section article.has-post-thumbnail .entry-container {
	    padding: 100px 0 100px 100px;
	}
	.boxed-layout #page {
	    max-width: 1500px;
	    width: 90%;
	}
	.frame-layout #page {
		max-width: 1600px;
	}
	.footer-widgets-area.col-4 .hentry:first-child {
		width: 55%;
		padding-right: 100px;
	}
	.footer-widgets-area.col-4 .hentry {
		width: 15%;
	}
}
@media screen and (max-width: 1023px) {
	#top-navigation {
		margin-bottom: 10px;
		text-align: center;
	}
	#top-navigation .col-2 {
	    display: block;
	}
	.site-logo img {
	    max-height: 60px;
	}
	.site-branding {
		min-height: auto;
	}
	.site-title {
		font-size: 26px;
	}
	.main-navigation a {
	    border-bottom: 1px solid #eee;
	}
	.main-navigation ul.nav-menu > li {
		padding: 0;
	}
	.main-navigation ul ul a {
	    width: 100%;
	}
	#masthead .main-navigation ul.nav-menu li.current-menu-item > a, 
	#masthead .main-navigation ul.nav-menu li:hover > a, 
	#masthead .main-navigation ul.nav-menu li:focus > a,
	#masthead .main-navigation ul.nav-menu > li > a {
		color: #000;
	}
	.main-navigation ul ul,
	.main-navigation ul ul ul {
	    box-shadow: none;
	    float: none;
	    position: relative;
	    top: 0;
	    left: 0;
	    margin-bottom: 0;
	    display: none;
	}
	.main-navigation ul.sub-menu li {
	    padding-right: 0;
	}
	.main-navigation .menu-item-has-children > a:before {
	    content: "";
	    float: right;
	    position: relative;
	    right: 25px;
	    background-color: #ccc;
	    width: 1px;
	    height: 25px;
	}
	.main-navigation .menu-item-has-children > a:after {
	    padding-top: 3px;
	}
	.main-navigation ul.nav-menu > li > a,
	.main-navigation ul.sub-menu li a {
	    padding: 15px 15px 15px 25px;
	}
	.main-navigation ul.sub-menu li a {
		padding-left: 50px;
	}
	.main-navigation ul.sub-menu ul li a {
		padding-left: 75px;
	}
	.main-navigation ul.sub-menu ul ul li a {
		padding-left: 100px;
	}
	.main-navigation ul.sub-menu ul ul ul li a {
		padding-left: 125px;
	}
	.main-navigation .menu-item-has-children a svg {
		display: none;
	}
	.main-navigation ul.sub-menu li a {
		border-left: none;
	}
	.main-navigation ul.nav-menu {
	    margin-right: 0;
	    background-color: #fff;
	    margin-top: 25px;
	}
	.main-navigation {
		position: static;
	}
	.main-navigation a {
		color: #000;
	}
	.main-navigation svg.icon-search {
		fill: #fff;
	    margin-top: -5px;
	}
	.main-navigation ul.sub-menu {
		border: none;
	}
	.menu-open .menu-toggle .icon-close {
		display: block;
		width: 20px;
    	height: 20px;
	}
	.main-navigation ul.nav-menu {
	    margin-top: 0;
	    position: absolute;
	    top: 100%;
	    left: auto;
	    right: 0;
	    width: 100%;
	}
	.main-navigation .search-menu a {
	    display: none;
	}
	.main-navigation form.search-form input {
	    background-color: #fff;
	    border: none;
	    min-height: 55px;
	}
	.main-navigation form.search-form button.search-submit {
		height: 55px;
	}
	.menu-open #search {
	    display: block !important;
	}
	.main-navigation form.search-form input {
		padding-left: 25px;
	}
	.main-navigation .sub-menu svg {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	.main-navigation ul.nav-menu .social-menu {
	    padding: 15px;
	}
	.main-navigation .social-menu ul li a {
		background-color: #eee;
	}
	#masthead .main-navigation .social-menu ul li a svg {
		fill: #000;
	}
	#masthead .main-navigation .social-menu ul li a:hover svg,
	#masthead .main-navigation .social-menu ul li a:focus svg {
		fill: #fff;
	}
}

@media screen and (max-width: 992px) {
	.single-wrapper .entry-title,
	.comments-title, 
	#reply-title {
	    font-size: 28px;
	}
	.navigation.post-navigation a, 
	.navigation.posts-navigation a {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	#masthead.site-header .main-navigation ul.nav-menu {
		max-width: 100%;
	}
	#search-section .search-content-wrapper,
	.blog-content-wrapper {
		text-align: center;
	}
	.comment-navigation .nav-previous, 
	.posts-navigation .nav-previous, 
	.post-navigation .nav-previous,
	.comment-navigation .nav-next, 
	.posts-navigation .nav-next, 
	.post-navigation .nav-next {
		width: 100%;
	}
	.post-navigation span.previous-article b, 
	.post-navigations span.previous-article b, 
	.post-navigation span.next-article b, 
	.post-navigations span.next-article b {
		font-size: 18px;
	}
	.pagination .page-numbers,
	.pagination .page-numbers.dots:hover,
	.pagination .page-numbers.dots:focus,
	.pagination .page-numbers.prev,
	.pagination .page-numbers.next {
		margin-bottom: 7px;
	}
	.navigation.post-navigation a, 
	.navigation.posts-navigation a {
		font-size: 16px;
	}
	#respond {
		margin-top: 0;
	}
	#commentform p.comment-form-comment,
	#commentform p.form-submit {
		margin-top: 21px;
	}
	nav.navigation.pagination,
	#secondary {
		margin-top: 30px;
	}
	.single-wrapper .entry-title,
	.comments-title, 
	#reply-title {
	    font-size: 26px;
	}
	#comments {
	    margin-top: 40px;
	}
	.navigation.post-navigation .nav-previous + .nav-next, 
	.navigation.posts-navigation .nav-previous + .nav-next {
		padding-top: 0;
	}
	.navigation.post-navigation .nav-previous + .nav-next svg, 
	.navigation.posts-navigation .nav-previous + .nav-next svg {
		top: 10px;
	}
}
@media screen and (max-width: 567px) {
	.menu-toggle svg.icon-menu {
	    width: 25px;
	    height: 25px;
	}
	.menu-toggle {
	    position: relative;
	    top: 0;
	    left: 0;
	    z-index: 3000;
	    text-align: center;
	    float: none;
		top: 0;
		width: 70px;
	    min-width: 70px;
	    padding: 0;
		transform: none;
	}
	.menu-toggle span {
		display: none;
	}
	.main-navigation .menu-toggle svg {
		margin-right: 0;
	}
	.site-logo img {
	    margin-right: 10px;
	}
	.site-description {
	    font-size: 14px;
	}
	.menu-toggle svg.icon-close {
	    width: 16px;
	    height: 16px;
	}
	.site-title {
	    font-size: 22px;
	}
	#page-site-header {
	    padding: 200px 0;
	}
	#page-site-header .page-title {
		font-size: 32px;
	}
	#sponsor-section .section-content {
		display: flex;
		flex-wrap: wrap;
	}
	#sponsor-section article {
		width: 50%;
	}
	.pagination .page-numbers.prev, 
	.pagination .page-numbers.next {
		top: 0;
	}
	.pagination .prev.page-numbers:before, 
	.pagination .next.page-numbers:before {
		width: 35px;
		height: 10px;
	}
	.site-main .comment-navigation, 
	.site-main .posts-navigation, 
	.site-main .post-navigation {
		margin-top: 25px;
	}
	.single-wrapper .comments-title {
	    margin-bottom: 0;
	}
	.single-wrapper #reply-title {
	    margin-bottom: 25px;
	}
	.comment-metadata {
	    float: none;
	    padding-right: 0;
	}
	.comment-content {
	    padding: 25px;
	    margin-left: 20px;
        margin-top: 30px;
	}
	.comment-meta .fn {
		padding-left: 0;
	}
	.comment-meta img {
		margin-top: 0;
	}
	#comments ol.children .comment-metadata {
	    padding-right: 90px;
	}
	#comments ol.children .comment-content {
		margin-right: 0;
	}
	.comment-content:before {
	    border-right-color: transparent;
	    border-bottom-color: #f5f5f3;
	    left: 20px;
	    top: -18px;
	}
	#comments ol.children .comment-content:before {
	    border-right-color: transparent;
    	border-bottom-color: #f5f5f3;
	}
	blockquote.alignright {
		margin-left: 0;
	}
	.footer-widgets-area .hentry:last-child,
	.footer-widgets-area.col-3 .hentry:last-child {
		margin-bottom: 0;
	    padding-right: 0;
	}
	.footer-widgets-area {
	    text-align: center;
	}
}

.comment-awaiting-moderation{
	display: none;
}


.single .featured-image img{
	width: 100%;
}

#secondary .wp-block-latest-comments{
    padding-left: 0px !important;
}

#secondary .wp-block-latest-comments article{
    margin-bottom: 0px !important;
}

#secondary .wp-block-heading{
	font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px;
    padding-bottom: 10px;
    word-wrap: break-word;
    border-bottom: 2px solid #101010;
}

.wp-block-search__input{
	border: 1px solid #ccc !important;
}