/*------------------------------------*\
	Theme Name: ClassyAds
	Date: January 2016
	Description: Modern Ads Directory WordPress Theme
	Version: 1.0.0
	Author: Alex Gurghis 
	Author URI: http://themesdojo.com 
	License URI: http://themeforest.net/licenses/regular_extended
	License: Commercial
	Theme URI: http://themeforest.net
	Tags: black, green, white, light, dark, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
/*------------------------------------*/

/*//////////////////////////// 
/ 1 Reset
/ 2 Clearing floats
/ 3 Small Headers
/ 4 Posts
/ 5 Form fields
/ 6 Buttons
/ 7 Responsive images
/ 8 Images
/ 9 Navigation
/ 10 Author profiles
/ 11 Basic structure
/ 12 Page structure
/ 13 Header
/ 14 Navigation Menu
/ 15 Footer
/ 16 Comments
/ 17 Widgets
/ 18 Back To Top
/ 19 Blog
/ 20 WPJob Manager
/ 21 Listings
/ 22 Listing Sidebar Menu
/ 23 Magnific Popup CSS
/ 24 WPJob Manager Bookmarks
/ 25 Tooltip
/ 26 Package
/ 27 pricing blocks (Pema)
///////////////////////////*/


/*//////////////////////////// 
/ 1 Reset
///////////////////////////*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
    text-rendering: optimizeLegibility!important;
    font-smoothing: antialiased!important;
}
body {
	line-height: 1;
	overflow-x: hidden;
	background: #666;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    width: 100%;
    height: 100%;
}
html.toggled-on {
	overflow: hidden !important;
    height: 100% !important;
}
strong,
b {
	font-weight: bold !important;
    color: #484848 !important;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
p {
    display: inline-block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 10px;
}
:focus {
	outline: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/*//////////////////////////// 
/ 2 Clearing floats
///////////////////////////*/
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/*//////////////////////////// 
/ 3 Small Headers
///////////////////////////*/
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	letter-spacing: .2rem;
	font-size: 1.225rem;
}

/*//////////////////////////// 
/ 4 Posts
///////////////////////////*/
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/*//////////////////////////// 
/ 5 Form fields
///////////////////////////*/
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
	text-transform: capitalize;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
textarea,
select,
.select2-container .select2-choice {
    background-color: #fff;
    color: #565656;
    padding: 15px;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    -webkit-appearance: none;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    text-transform: initial;
}

.select2-container .select2-choice {
	padding: 13px 15px;
}

.select2-drop-active {
    border: 1px solid #e8e8e8;
    border-top: none;
}

.select2-drop {
    border-radius: 0;
}

.select2-results {
    padding: 10px;
    background: #ffffff;
}

#billing_address_2_field {
	margin-top: 24px;
}

#billing_postcode_field {
	width: 100%;
}

.woocommerce-shipping-fields {
	display: inline-block;
	width: 100%;
	padding-left: 30px;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/*//////////////////////////// 
/ 6 Buttons
///////////////////////////*/
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #8a8f6a;
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

/*//////////////////////////// 
/ 7 Responsive images
///////////////////////////*/
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}


/*//////////////////////////// 
/ 8 Images
///////////////////////////*/
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	width: 100%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/*//////////////////////////// 
/ 9 Navigation
///////////////////////////*/
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}


/*//////////////////////////// 
/ 10 Author profiles
///////////////////////////*/
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}

/*//////////////////////////// 
/ 11 Basic structure
///////////////////////////*/

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	text-decoration: none;
	color: #8a8f6a;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover {
	color: #606443;
}

#main {
	float: left;
	width: 100%;
	background: #fff;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/*//////////////////////////// 
/ 12 Page structure
///////////////////////////*/
.site {
	padding: 30px;
	padding: 2.143rem;
	padding-top: 0;
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/*//////////////////////////// 
/ 13 Header
///////////////////////////*/
.site-header {
	padding: 30px;
	padding: 2.143rem;
	float: left;
	/*background-color: rgba(0,0,0,0.6);*/
	position: absolute;
	width: 100%;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	z-index: 999;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #eee;
}
.site-header h1 {
	font-size: 18px;
	font-size: 1.286rem;
	line-height: 1.286;
}
.site-header h2 {
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857rem;
	line-height: 1.846153846;
	color: #eee;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

.logo-container {
	float: left;
	width: auto;
	max-height: 46px;
}

.logo-container a {
	max-height: 46px;
	display: inline-block;
}

.logo-container a img {
	max-height: 46px;
	width: auto;
	display: inline-block;
}

/*//////////////////////////// 
/ 14 Navigation Menu
///////////////////////////*/
.main-navigation {
	width: auto;
    float: right;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
	display: inline-block;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #8a8f6a;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

.menu-toggle {
	width: 40px;
  	height: 25px;
  	margin: 11px 0 10px 0;
  	position: relative;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .5s ease-in-out;
  	-moz-transition: .5s ease-in-out;
  	-o-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
  	cursor: pointer;
  	background: none;
  	border: none;
  	opacity: 0;
}

.menu-toggle.mobile {
	opacity: 1;
}

.menu-toggle span {
	display: block;
  	position: absolute;
  	height: 1px;
  	width: 100%;
  	background: #fff;
  	opacity: 1;
  	left: 0;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .25s ease-in-out;
  	-moz-transition: .25s ease-in-out;
  	-o-transition: .25s ease-in-out;
  	transition: .25s ease-in-out;
}

.menu-toggle span:nth-child(1) {
  	top: 0px;
}

.menu-toggle span:nth-child(2) {
  	top: 12px;
}

.menu-toggle span:nth-child(3) {
  	top: 24px;
}

.menu-toggle.toggled-on span:nth-child(1) {
  	top: 12px;
  	-webkit-transform: rotate(135deg);
  	-moz-transform: rotate(135deg);
  	-o-transform: rotate(135deg);
  	transform: rotate(135deg);
}

.menu-toggle.toggled-on span:nth-child(2) {
  	opacity: 0;
  	left: -60px;
}

.menu-toggle.toggled-on span:nth-child(3) {
  	top: 12px;
  	-webkit-transform: rotate(-135deg);
  	-moz-transform: rotate(-135deg);
  	-o-transform: rotate(-135deg);
  	transform: rotate(-135deg);
}

.main-navigation ul.nav-menu.mobile {
	opacity: 0;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: -1;
    display: none;
}

.main-navigation ul.nav-menu.toggled-on {
	position: fixed;
	display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    height: auto;
    background-color: #000;
    padding: 60px;
    padding-top: 190px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 99;

    opacity: 1;
   	transition: opacity .25s ease-in-out;
   	-moz-transition: opacity .25s ease-in-out;
   	-webkit-transition: opacity .25s ease-in-out;
}

.main-navigation ul.nav-menu.mobile li {
	border-bottom: 1px dotted #252525;
	padding: 20px 0;
	padding-top: 0;
	width: 100%;
}

.main-navigation ul.nav-menu.mobile li a {
	color: #8E8E8E;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .1em;
}

.main-navigation ul.nav-menu.mobile li.current-menu-item > a,
.main-navigation ul.nav-menu.mobile li.current-menu-ancestor > a,
.main-navigation ul.nav-menu.mobile li.current_page_item > a,
.main-navigation ul.nav-menu.mobile li.current_page_ancestor > a {
	color: #fff;
	font-weight: bold;
}

.main-navigation ul.nav-menu.mobile li a:hover {
	color: #fff;
}

.main-navigation ul.nav-menu.mobile .sub-menu {
	border-top: dotted 1px #252525;
	margin-top: 20px;
}

.main-navigation ul.nav-menu.mobile .sub-menu li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.menu-toggle.toggled-on {
	position: relative;
	z-index: 999;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/*//////////////////////////// 
/ 15 Footer
///////////////////////////*/
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
}
footer[role="contentinfo"] a {
	color: #8d8d8d;
	text-decoration: none;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.1);
}
footer[role="contentinfo"] a:hover {
	color: #fff;
	-webkit-transition: all ease .35s;
	transition: all ease .35s;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.3);
}
footer .footer-menu {
	width: 100%;
	margin-bottom: 60px;
}
footer .footer-menu li {
	width: auto;
	display: inline-block;
}
footer .footer-menu a {
	margin: 0 20px;
	color: #fff;
	text-transform: uppercase;
}
footer .footer-header {
	margin-bottom: 60px;
	width: 100%;
}
footer .footer-header a,
footer .footer-header a:hover {
	box-shadow: none;
}
footer .footer-header a img {
	max-height: 46px;
	width: auto;
}
footer .site-info {
	color: #8d8d8d;
    text-align: center;
    background-color: #000;
    display: block;
    padding: 7.5rem;
    width: 100%;
    font-size: .6875em;
    font-weight: 700;
    letter-spacing: .25em;
}
@media not screen and (min-width: 668px) {
	footer .site-info {
		padding: 7.5rem 10px;
	}
	footer .footer-menu li {
		width: 100%;
	}
	#main .front-search-box .search-field, 
	#main .front-search-box #search_category,  
	#main .front-search-box #search_category_chosen,
	#main .front-search-box #search_region,
	#main .front-search-box #search_region_chosen {
		width: 48% !important;
	    width: -webkit-calc(50% - 30px) !important;
	    width: calc(50% - 30px) !important;
	}
	.front-search-box .search-submit {
		width: 48% !important;
	    width: -webkit-calc(50% - 42px) !important;
	    width: calc(50% - 42px) !important;
	}
}
footer .site-info .footer-address,
footer .site-info .footer-address a {
	text-transform: uppercase;
	font-size: 10px !important;
}
footer .site-socket {
	color: #8d8d8d;
    text-align: center;
    background-color: #1a1a1a;
    padding: 2.5em .3125em 35px;
    display: block;
    padding: 2.5rem;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: .25em;
}

footer .site-socket a {
	font-size: 12px !important;
	font-weight: 700;
}

footer .footer-social {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}

footer .footer-social a,
footer .footer-social a:hover {
	box-shadow: none;
}

footer .footer-social svg {
    height: 60px;
    width: 60px;
    border: 2px solid #333;
    padding: 6px;
    border-radius: 50%;
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
    margin: 0 8px;
    overflow: visible;
}

footer .footer-social svg:hover {
    border-color: #fff;
}

footer .footer-social svg circle {
    fill: none;
    stroke: none;
}

footer .footer-social svg path {
    fill: #fff;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.boxed-page {
	margin: 0 auto;
	width: 100%;
    max-width: 960px;
    max-width: 68.571428571rem;
}

.page-add-listing .boxed-page {
	max-width: 760px;
    max-width: 54.286rem;
}

.page-add-listing .job-manager-form ~ * {
	display: none;
}

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
    padding: 225px 20px 170px 20px;
    position: relative;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #484848;
}
.entry-header.single-listing-header {
	margin-bottom: 0;
}
.index-page-header {
	padding: 106px 0 0 0;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title,
.entry-header .entry-title a {
	line-height: 1.2;
	font-weight: normal;
	z-index: 99;
    position: relative;
    font-size: 40px !important;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff !important;
}
.entry-header .entry-title a {
	text-decoration: none;
	color: #fff !important;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.1);
}
.entry-header .entry-title a:hover {
	-webkit-transition: all ease .35s;
	transition: all ease .35s;
	box-shadow: 0 1px 0 0 rgba(255,255,255,1);
}
.entry-subtitle {
	z-index: 99;
    position: relative;
    letter-spacing: .1em;
    color: #bcbcbc;
}
.entry-header .post-meta {
	z-index: 99;
	position: relative;
	color: #E4E4E4;
	margin-top: 20px;
}
.entry-header.single-listing-header .post-meta {
	margin-top: 0;
	margin-bottom: 40px;
}
.entry-header .post-meta-author,
.entry-header .post-meta-date,
.entry-header .post-meta-cat {
	color: #E4E4E4;
}
.entry-header .post-meta-cat:before,
.entry-header .post-meta-date:before {
	content: "\2022";
    margin-left: 5px;
    margin-right: 8px;
}
.entry-header .post-meta a {
	color: #E4E4E4;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.1);
}
.entry-header .post-meta .single-categories-breadcrumb a:last-child {
	margin-left: 4px;
}
.entry-header .post-meta a:hover {
	color: #fff;
	-webkit-transition: all ease .35s;
	transition: all ease .35s;
	box-shadow: 0 1px 0 0 rgba(255,255,255,1);
}
.entry-header .entry-title-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	/*background-color: rgba(58,58,58,0.8);*/
	z-index: 9;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
	position: relative;
	z-index: 99;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content {
	margin: 70px 0;
}
.full-width .entry-content {
	margin: 0;
}
.no-results .entry-content,
.no-results .entry-content .search-form .search-field {
	text-align: center;
}
.no-results .entry-content{
	text-align: center;
    max-width: 700px;
    margin: 70px auto;
}
.full-content {
	width: 100%;
	display: inline-block;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}
.full-block {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 30px;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
	background-color: #eee;
	border-left: solid 3px #D8D8D8;
}
.entry-content blockquote p,
.comment-content blockquote p {
	font-style: italic;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin: 0px;
}
.fluid-width-video-wrapper {
    margin: 30px 0;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
	margin-bottom: 30px;
	text-align: right;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #8a8f6a;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/*//////////////////////////// 
/ 16 Comments
///////////////////////////*/

.comments-title {
	font-family: Raleway;
    letter-spacing: .1em;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    word-spacing: 0;
    color: #000;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 60px;
}
.comments-title span {
	font-family: Raleway;
    letter-spacing: .1em;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 0;
    color: #000000;
    font-size: 24px;
    line-height: 40px;
}
.comments-area article {
	margin: 30px 0;
	padding-bottom: 30px;
}
.comment-awaiting-moderation {
	padding-left: 110px;
	color: #DA3610;
	margin-bottom: 20px;
}
.comments-area article header {
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
	border-radius: 50%;
	width: 80px;
    height: auto;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 110px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
	margin-top: 17px;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #8a8f6a;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .comment-content,
.comments-area .reply {
	margin-left: 110px;
}
.comments-area .comment-content p {
	margin-top: 0;
}
.comments-area .reply {
	padding-top: 20px;
	padding-bottom: 30px;
    border-bottom: 1px dotted rgb(193, 193, 193);
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
	margin-top: 3px;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #8a8f6a;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
	background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
#respond h3#reply-title {
	font-family: Raleway;
    letter-spacing: .1em;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    word-spacing: 0;
    color: #000;
    font-size: 24px;
    line-height: 40px;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #8a8f6a;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}



/*//////////////////////////// 
/ 17 Widgets
///////////////////////////*/

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/*//////////////////////////// 
/ 18 Back To Top
///////////////////////////*/
.cd-top {
  	display: inline-block;
  	height: 60px;
  	width: 60px;
  	position: fixed;
  	bottom: 60px;
  	right: 60px;
  	z-index: 999999;
  	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  	/* image replacement properties */
  	overflow: hidden;
  	text-indent: 100%;
  	white-space: nowrap;
  	background: #8a8f6a url(images/cd-top-arrow.svg) no-repeat center 50%;
  	visibility: hidden;
  	opacity: 0;
  	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
  	-moz-transition: opacity .3s 0s, visibility 0s .3s;
  	transition: opacity .3s 0s, visibility 0s .3s;
  	border-radius: 4px;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
  	-moz-transition: opacity .3s 0s, visibility 0s 0s;
  	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  	/* the button becomes visible */
  	visibility: visible;
  	opacity: 1;
}
.cd-top.cd-fade-out {
  	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  	opacity: .5;
}
.cd-top:hover {
  	background-color: #8a8f6a;
  	opacity: 1;
}
@media only screen and (min-width: 768px) {
  	.cd-top {
    	right: 20px;
    	bottom: 20px;
  	}
}
@media only screen and (min-width: 1024px) {
  	.cd-top {
	    height: 60px;
	    width: 60px;
	    right: 60px;
	    bottom: 60px;
  	}
}

@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content,
	.site-content.full-width {
		width: 100%;
	}
	.site-content.full-width {
		margin: 0;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: right;
		width: auto;
		float: right;
		margin: 0;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #eee;
		line-height: 3.692307692;
		padding: 16px 0;
		text-transform: uppercase;
		white-space: nowrap;
		text-transform: uppercase;
	    letter-spacing: .2em;
	    font: 500 .925em 'Montserrat',"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #fff;
		-webkit-transition: all ease .35s;
	    transition: all ease .35s;
	    box-shadow: 0 1px 0 0 rgba(255,255,255,0.3);
	}
	.main-navigation li.featured a {
		padding-left: 15px;
		padding-right: 15px;
		background: #DA3610;
		border-radius: 3px;
		font-weight: bold;
	}
	.main-navigation li.featured a:hover,
	.main-navigation li.featured a:focus {
		box-shadow: none;
		background-color: #484848;
	}
	.main-navigation li {
		margin: 0 0 0 40px;
		margin: 0 0 0 2.857142857rem;
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 1;
		padding-top: 29px;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #000;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #232323;
		color: #fff;
		box-shadow: none;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #fff;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
	}
}

.td-border-line.line-top, 
.td-border-line.line-bottom {
    position: fixed;
    left: 0;
    right: 0;
    display: block;
    height: 30px;
    background: #fff;
    z-index: 999999;
}
.td-border-line.line-left, 
.td-border-line.line-right {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    width: 30px;
    background: #fff;
    z-index: 999999;
}
.td-border-line.line-top {
    top: 0;
}
.td-border-line.line-bottom {
    bottom: 0;
}
.td-border-line.line-left {
    left: 0;
}
.td-border-line.line-right {
    right: 0;
}

#pageloader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
	z-index: 99999;
	display: block;
	text-align: center;
}

#pageloader .fa {
	font-size: 56px;
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -28px;
	margin-left: -28px;
}

.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    max-width: 600px;
    background-color: #C1C1C1;
    border-radius: 2px;
    margin: 400px auto;
    overflow: hidden;
    display: none;
}

.progress .indeterminate {
    background-color: #da3610;
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}
@keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}

@media not screen and (min-width: 468px) {
	.td-border-line.line-top, 
	.td-border-line.line-bottom,
	.td-border-line.line-left, 
	.td-border-line.line-right {
		display: none;
	}
	.logo-container {
		width: 100%;
		text-align: center;
		z-index: 999;
    	position: relative;
	}
	html.toggled-on .logo-container {
		background: #000;
	}
	.logo-container a {
	    max-height: 46px;
	    display: inline-block;
	}
	.logo-container img {
		width: 100%;
	}
	.listing-type-shortcode-block,
	.shortcode-types-block .regions-grid-item {
		width: 100% !important;
	}
	.shortcode-types-block .regions-grid-item {
		margin-right: 0 !important;
	}
	body {
		margin: 0 !important;
	}
	.site {
		padding: 10px !important;
	}
	.index-page-header {
	    padding: 156px 0 0 0;
	}
	.main-navigation {
	    width: 100%;
	    float: right;
	    text-align: center;
	    margin-top: 15px;
	}
	.site-header {
		width: 100%;
		width: -webkit-calc(100% - 20px);
    	width: calc(100% - 20px);
		padding: 30px 0;
	}
	html.toggled-on .site-header {
		position: relative;
		width: 100%;
	}
	.job_filters .job_types li {
		width: 100%;
		border-right: none !important;
	    border-bottom: 1px solid #464646;
	}
	.job_filters .job_types li:last-child {
		border-bottom: none;
	}
	.entry-header,
	.listings-grid-item,
	.job_filters {
		margin-bottom: 10px !important;
	}
	.site-content {
		margin: 0;
	}
	#sidebar-menu {
		display: none;
	}
	.entry-header .entry-title, .entry-header .entry-title a {
		font-size: 24px !important;
		line-height: 32px !important;
	}
	.pricing {
		padding: 10px;
	}
	#main .front-search-box .search-field, 
	#main .front-search-box #search_category, 
	#main .front-search-box #search_category_chosen, 
	#main .front-search-box #search_region,
	#main .front-search-box #search_region_chosen,
	#main .front-search-box .search-submit {
		width: 97% !important;
		width: -webkit-calc(100% - 30px)!important;
		width: calc(100% - 30px)!important;
	}
	#front-map {
		margin-top: -166px !important;
	}
}


/*//////////////////////////// 
/ 19 Blog
///////////////////////////*/
.blog-grid {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-grid-item {
	width: 100%;
	margin-right: 0;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}
.loading .blog-grid-item {
	opacity: 0;
}
.loader {
	position: fixed;
	text-align: center;
	font-size: 32px;
	top: 50%;
    left: 50%;
	margin-left: -16px;
    margin-top: -16px;
    opacity: 0;
}
.loading + .loader {
	opacity: 1;
}
@media not screen and (min-width: 5200px) {
	.blog-grid-item {
		width: 32%;
	    margin-right: 2%;
	}
	.blog-grid .blog-grid-item:nth-child(3n) {
		margin-right: 0;
	}
}
@media not screen and (min-width: 1120px) {
	.blog-grid-item {
		width: 49%;
    	margin-right: 2%;
	}
	.blog-grid .blog-grid-item:nth-child(3n) {
		margin-right: 2%;
	}
	.blog-grid .blog-grid-item:nth-child(2n) {
		margin-right: 0;
	}
	.listing-type-shortcode-block {
		width: 50% !important;
	}
	.listing-type-shortcode-block .listing-type-shortcode-block-title a {
		padding: 170px 30px !important;
	}
}
@media not screen and (min-width: 668px) {
	.blog-grid-item {
		width: 100%;
    	margin-right: 0;
	}
	.listing-type-shortcode-block {
		width: 100% !important;
	}
	.blog-grid .blog-grid-item:nth-child(3n) {
		margin-right: 0;
	}
	.blog-grid .blog-grid-item:nth-child(2n) {
		margin-right: 0;
	}
}
.blog-grid-item-image {
    background: rgba(0, 0, 0, 0.075) center no-repeat;
    background-size: cover;
    position: relative;
}
.blog-grid-item-image:after {
	padding-top: 100%;
	content: "";
    display: block;
    padding-top: 60%;
    background-color: rgba(255,255,255,0);
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.blog-grid-item-image:hover:after {
	background-color: rgba(255,255,255,0.3);
}
.blog-grid-item-content {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    font-size: 14px;
    padding: 32px 20px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: center;
}
.sticky .blog-grid-item-content {
	background-color: #000000;
}
.sticky .blog-grid-item-content h2 a {
	color: #fff;
}
.blog-grid-item-title {
	text-transform: uppercase;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}
.blog-grid-item-meta {
	font-size: 14px;
}
.blog-grid-item-links,
.blog-grid-item-links li {
	display: inline;
	margin: 0;
}
.blog-grid-item-links:before {
    content: " \00B7 ";
    padding: 0 0.25em;
}
.blog-grid-item-meta .posted-on a .entry-date,
.blog-grid-item-links li a {
	color: #bcbcbc;
}
.blog-grid-item-meta .posted-on a:hover .entry-date,
.blog-grid-item-links li a:hover {
	color: #ababab;
}


/**
 *   WP Align
 */
.alignleft,
.alignright {
	margin-bottom: 0.78125rem;
	position: relative;
	z-index: 1;
}
@media not screen and (min-width: 640px) {
	.alignleft,
	.alignright {
		display: block;
		max-width: 100%;
	}
}
@media only screen and (min-width: 900px) {
	.alignleft,
	.alignright {
		max-width: calc(50% + 150px - 20px);
	}
}

.alignleft {
	float: left;
	margin-right: 1.5625rem;
}
@media only screen and (min-width: 900px) {
	.alignleft {
		margin-right: 3.125rem;
	}
}
@media not screen and (min-width: 900px) {
	.alignleft.wp-caption {
		margin-left: 0;
	}
}

.alignright {
	float: right;
	margin-left: 1.5625rem;
}
@media only screen and (min-width: 900px) {
	.alignright {
		margin-left: 3.125rem;
	}
}
@media not screen and (min-width: 900px) {
	.alignright.wp-caption {
		margin-right: 0;
	}
}

.aligncenter,
.alignnone {
	display: block;
	margin-bottom: 3.125rem;
	margin-top: 3.125rem;
	width: auto !important;
}
.aligncenter img,
.alignnone img {
	display: block;
	height: auto;
	max-width: 100%;
}

.aligncenter img,
.alignnone img {
	margin: 0 auto;
}

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

@media not screen and (min-width: 900px) {
	figure.aligncenter,
	figure.alignnone {
		margin-left: 0;
		margin-right: 0;
	}
}
.aligncenter {
	text-align: center;
}

@media only screen and (min-width: 1200px) {
	.alignnone,
	.aligncenter {
		margin-left: -200px;
		margin-right: -200px;
	}

	.alignleft {
		margin-left: -5.625rem;
	}
	.single-post .alignleft {
		margin-left: -200px;
	}

	.alignright {
		margin-right: -5.625rem;
	}
	.single-post .alignright {
		margin-right: -200px;
	}
}
.widget .aligncenter,
.widget .alignleft,
.widget .alignright,
.widget .alignnone {
	margin: 0;
}
.blog .aligncenter,
.archive .aligncenter,
.blog .alignleft,
.archive .alignleft,
.blog .alignright,
.archive .alignright,
.blog .alignnone,
.archive .alignnone {
	margin: 0;
}

#main div.sharedaddy, div.sharedaddy {
    z-index: 99;
    position: relative;
    margin-top: 50px;
}
#main .single-listing-page div.sharedaddy {
	margin-top: 0;
}
.sd-content ul li {
    padding: 0 10px !important;
}
div.sd-social.sd-social .sd-title {
    display: none;
}
div.sd-social.sd-social > div.sd-content.sd-content ul li > a {
    background: none;
    border: 0;
    box-shadow: none;
    color: #919191 !important;
    margin: 0;
    padding: 0.625rem 0;
    text-align: center;
}
div.sd-social.sd-social > div.sd-content.sd-content ul li > a span {
    color: #000;
    font-size: 12px;
    margin-left: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    display: inline;
}
.entry-header div.sd-social.sd-social > div.sd-content.sd-content ul li > a span {
	color: #fff;
}
.share-facebook:before {
	color: #3b5998;
}

.share-twitter:before {
	color: #00aced;
}

.share-google-plus-1:before {
	color: #dd4b39;
}

.share-pinterest:before {
	color: #cb2027;
}

.share-email:before {
	color: #02a8ec;
}

.share-linkedin:before {
	color: #007bb6;
}

.share-pocket:before {
	color: #dd4b55;
}

.share-tumblr:before {
	color: #2c4762;
}

.entry-header .share-tumblr:before,
.entry-header .share-pocket:before,
.entry-header .share-linkedin:before,
.entry-header .share-email:before,
.entry-header .share-pinterest:before,
.entry-header .share-google-plus-1:before,
.entry-header .share-facebook:before,
.entry-header .share-twitter:before {
	color: #fff;
}

/**
 * Gallery
 */
.gallery.gallery,
.tiled-gallery.tiled-gallery {
	margin-bottom: 3.125rem;
	margin-top: 3.125rem;
}
@media only screen and (min-width: 900px) {
	.gallery.gallery,
	.tiled-gallery.tiled-gallery {
		margin-left: -200px;
		margin-right: -200px;
	}
}
.widget-area .gallery.gallery,
.widget-area
.tiled-gallery.tiled-gallery {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.gallery.gallery + *,
.tiled-gallery.tiled-gallery + * {
	margin-top: -0.3125rem;
}

.gallery.gallery {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;

	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.gallery.gallery > * {
	min-width: 0;
}

.gallery-item.gallery-item {
	margin-bottom: 5px;
	text-align: center;
}
@media only screen and (min-width: 900px) {
	.gallery-item.gallery-item {
		margin-bottom: 10px;
	}
}
.gallery-item.gallery-item a {
	display: block;
	width: 100%;
}
.widget-area .gallery-item.gallery-item {
	margin-bottom: 5px;
}

.gallery-icon img {
	display: block;
}

.gallery-caption {
	margin-left: 0 !important;
}

.gallery-columns-1 .gallery-item {
	-webkit-flex-basis: calc(100% - 15px);
	flex-basis: calc(100% - 15px);
	-ms-flex-preferred-size: calc(100% - 15px);
}

.gallery-columns-2 .gallery-item {
	-webkit-flex-basis: calc(50% - 15px);
	flex-basis: calc(50% - 15px);
	-ms-flex-preferred-size: calc(50% - 15px);
}

.gallery-columns-3 .gallery-item {
	-webkit-flex-basis: calc(33.33333% - 15px);
	flex-basis: calc(33.33333% - 15px);
	-ms-flex-preferred-size: calc(33.33333% - 15px);
}

.gallery-columns-4 .gallery-item {
	-webkit-flex-basis: calc(25% - 15px);
	flex-basis: calc(25% - 15px);
	-ms-flex-preferred-size: calc(25% - 15px);
}

.gallery-columns-5 .gallery-item {
	-webkit-flex-basis: calc(20% - 15px);
	flex-basis: calc(20% - 15px);
	-ms-flex-preferred-size: calc(20% - 15px);
}

.gallery-columns-6 .gallery-item {
	-webkit-flex-basis: calc(16.66667% - 15px);
	flex-basis: calc(16.66667% - 15px);
	-ms-flex-preferred-size: calc(16.66667% - 15px);
}

.gallery-columns-7 .gallery-item {
	-webkit-flex-basis: calc(14.28571% - 15px);
	flex-basis: calc(14.28571% - 15px);
	-ms-flex-preferred-size: calc(14.28571% - 15px);
}

.gallery-columns-8 .gallery-item {
	-webkit-flex-basis: calc(12.5% - 15px);
	flex-basis: calc(12.5% - 15px);
	-ms-flex-preferred-size: calc(12.5% - 15px);
}

.gallery-columns-9 .gallery-item {
	-webkit-flex-basis: calc(11.11111% - 15px);
	flex-basis: calc(11.11111% - 15px);
	-ms-flex-preferred-size: calc(11.11111% - 15px);
}

/*------------------------------------*\
   Jetpack Gallery SLIDESHOW
\*------------------------------------*/
body div {
	/* @noflip */
}
body div .slideshow-window {
	background-color: #3a4249;
	border: none;
	border-radius: 0;
	margin-bottom: 1rem;
	padding-bottom: 85% !important;
	padding-top: 0 !important;
}
body div .slideshow-window.slideshow-white {
	background-color: #ffffff;
	border-color: #ffffff;
}
body div .slideshow-loading {
	height: 100%;
	margin: auto;
	text-align: center;
}
body div div.slideshow-window * img {
	height: auto;
	left: 50%;
	max-height: none;
	padding: 0 !important;
	position: relative;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
}
body div .slideshow-slide {
	display: none;
	height: 100% !important;
	left: 0;
	margin: auto;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100% !important;
}
body div .slideshow-line-height-hack {
	font-size: 0px;
	overflow: hidden;
	width: 0px;
}
body div .slideshow-slide-caption {
	bottom: 30px;
	font-family: inherit;
	font-size: 15px;
	font-weight: 300;
	left: 0;
	line-height: 19px;
	padding-right: 175px;
	text-align: left;
	width: auto;
}
body div .slideshow-controls {
	border: 2px solid white;
	border-radius: 5px;
	bottom: 30px;
	direction: ltr;
	margin: auto;
	opacity: 0.6;
	position: absolute;
	right: 30px;
	text-align: center;
	width: auto;
	z-index: 1000;
}
body div .slideshow-window:hover .slideshow-controls {
	opacity: 1;
}
body div div div.slideshow-controls a,
body div div div.slideshow-controls a:hover {
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-size: 35px 30px !important;
	border: none !important;
	border-radius: 0 !important;
	color: #222222 !important;
	display: block !important;
	float: left;
	height: 30px !important;
	line-height: 1 !important;
	margin: 0 !important;
	padding: 10px !important;
	text-align: center !important;
	transition: 300ms border-color ease-out;
	width: 35px !important;
	zoom: 1;
}
body div div div.slideshow-controls a:hover {
	border-color: white !important;
}
body div div div.slideshow-controls a:first-child {
	background-image: url("assets/icons/arrow-left.svg") !important;
	background-position: 10px 9px !important;
	border-right: 2px solid white !important;
}
body div div div.slideshow-controls a:last-child {
	background-image: url("assets/icons/arrow-right.svg") !important;
	background-position: 10px 9px !important;
}
body div div div.slideshow-controls a:nth-child(2) {
	display: none !important;
}
body div .slideshow-controls a img {
	border: 50px dotted fuchsia;
}

.jp-carousel-comment-form-field {
	max-width: none;
}

.nav-links {
	font-size: 14px;
	margin-bottom: 30px;
	margin-top: 20px;
	width: 100%;
	display: inline-block;
}
.nav-links a {
	position: relative;
	transition: color 0.1s ease-out;
}
.nav-links a:before {
	border: 0 solid transparent;
	border-width: 4px 5px;
	content: "";
	display: block;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	transition: border-color 0.2s ease-out;
}
.nav-links .nav-previous,
.nav-links .nav-next {
	display: block;
	margin: 0.625rem auto;
	text-align: center;
}
@media only screen and (min-width: 480px) {
	.nav-links .nav-previous,
	.nav-links .nav-next {
		display: inline-block;
		margin: 0;
		text-align: inherit;
	}
}
@media only screen and (min-width: 480px) {
	.nav-links .nav-previous {
		float: left;
	}
}
.nav-links .nav-previous a {
	padding-left: 30px;
}
.nav-links .nav-previous a:before {
	border-right-color: currentColor;
	left: 13px;
}
@media only screen and (min-width: 480px) {
	.nav-links .nav-next {
		float: right;
	}
}
.nav-links .nav-next a {
	padding-right: 30px;
	float: right;
}
.nav-links .nav-next a:before {
	border-left-color: currentColor;
	right: 13px;
}
.nav-links a {
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	display: inline-block;
	padding: 6px 18px;
}

/**
 *   Search form
 */
.search-form {
	position: relative;
	margin-top: 20px;
}
.search-form .search-submit {
	border: 0;
}
.search-form .search-field {
	background: transparent;
	color: #919191;
	display: block;
	padding: 20px;
	width: 100%;
	font-size: 14px;
}
.error404 .entry-content .search-field, 
.search-no-results .entry-content .search-field {
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    padding-left: 0;
}
.search-form .search-field::-webkit-input-placeholder {
	color: currentColor;
	opacity: 0.5;
}
.search-form .search-field:-moz-placeholder {
	color: currentColor;
	opacity: 0.5;
}
.search-form .search-field::-moz-placeholder {
	color: currentColor;
	opacity: 0.5;
}
.search-form .search-field:-ms-input-placeholder {
	color: currentColor;
	opacity: 0.5;
}
.search-form .search-submit {
	background-color: transparent;
	background-size: 1.0625rem 1.0625rem;
	border-radius: 0;
	padding: 1.25rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search-form .search-submit .search-icon-mobile {
	display: block;
	margin: 0 auto;
	width: 25px;
}
@media only screen and (min-width: 900px) {
	.search-form .search-submit .search-icon-mobile {
		width: 30px;
	}
}
.search-form .search-submit .search-icon,
.search-form .search-submit .search-icon-white {
	display: none;
}
@media only screen and (min-width: 900px) {
	.search-form .search-submit .search-icon {
		display: block;
	}
	.search-form .search-submit .search-icon-mobile {
		display: none;
	}
}

/**
 *   Tags
 */
.tags-links {
	display: block;
	font-size: 0.8125rem;
	margin: 3.75rem 0 1.25rem 0;
	text-transform: uppercase;
}
.tags-links a {
	display: inline-block;
	margin-right: 1em;
	transition: 0.1s color linear;
}
.tags-links a:before {
	content: "#";
}

#big-map {
	margin-bottom: 60px;
}

#humanTest {
	width: auto;
	display: inline-block;
	margin-right: 30px;
	max-width: 60px;
    text-align: center;
}

.single-title {
	margin-bottom: 30px;
	display: none;
}

.td-buttom,
input[type="submit"],
.load_more_jobs,
.load_more_jobs.loading {
	background-color: #8a8f6a;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 13px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.td-buttom:hover,
input[type="submit"]:hover,
.load_more_jobs:hover,
.load_more_jobs:active {
	color: #fff;
	background-color: #606443 !important;
	border-bottom: none;
}

.load_more_jobs {
	color: #fff;
	font-weight: normal;
	border-radius: 0;
	margin-bottom: 30px;
}

.load_more_jobs strong {
	color: #fff !important;
	font-weight: normal !important;
}

.td-buttom .fa {
	margin-right: 10px;
	color: #fff;
}

.submit-loading {
	display: none;
}


/*//////////////////////////// 
/ 20 WPJob Manager
///////////////////////////*/

.job-manager-form fieldset {
    border: 0;
    margin-bottom: 25px;
    padding: 0;
}
.job-manager-form fieldset:after, .job-manager-form fieldset:before {
    content: "";
    display: table;
}
.job-manager-form fieldset label {
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%;
    color: #000;
}
.job-manager-form fieldset div.field {
    float: none;
    width: 100%;
    text-transform: capitalize;
}
input[name="submit_job"] {
    margin-top: 55px;
    width: 100%;
    text-align: center;
}

.chosen-search {
	display: none;
}

.chosen-container .chosen-results {
    margin: 0;
    width: 100%;
    padding: 0 0 8px 4px;
    border-radius: 0;
    background: #fff;
}

.chosen-container-multi .chosen-choices,
.chosen-container-single .chosen-single {
	background: white;
	border: 0;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	box-shadow: none;
	height: auto;
	margin: 0;
	padding: 0;
	border-radius: 0;
}

.filter-block .chosen-container-single .chosen-single {
	border: 1px solid #464646;
}

.search_jobs .chosen-container-multi .chosen-choices,
.search_jobs .chosen-container-single .chosen-single {
	background-color: #000;
}

.chosen-container-multi .chosen-choices li.search-field {
	float: none;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text],
.chosen-container-single .chosen-single span {
	border: 0;
	color: #919191;
	line-height: 1.5;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	padding: 10px 15px;
	width: 100% !important;
	font-family: Montserrat;
}

.chosen-container-single .chosen-single span {
	color: #999999;
}

.chosen-container-single .chosen-single div b {
	background: none !important;
	position: relative;
}
.chosen-container-single .chosen-single div b:after {
	border: 0 solid transparent;
	border-top-color: #ababab;
	border-width: 5px;
	content: "";
	margin-top: -2px;
	position: absolute;
	right: 50%;
	top: 50%;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	background: none;
	border: 1px solid #e8e8e8;
}

.chosen-container .chosen-results li {
	padding: 6px 12px;
}

.chosen-container .chosen-drop {
	box-shadow: none;
}

.chosen-container .chosen-results li.highlighted {
	background: none;
	color: #8a8f6a;
}

.chosen-container-multi .chosen-choices li.search-choice {
	display: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	opacity: 0.5;
	right: 4px;
	top: 6px;
}

.active-tags {
	margin-bottom: -8px;
}

.active-tag {
	background: #f9f9f9;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	color: #919191;
	cursor: default;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 8px;
	margin-right: 8px;
	padding: 7px 12px 6px;
	padding-right: 32px;
	position: relative;
}

.chosen-container .chosen-drop {
	border: 1px solid #e8e8e8;
	border-radius: 0 0 0 0;
	border-top: 0;
	margin-top: -1px;
}

.select-tags .chosen-drop {
	background: #f9f9f9;
}
.select-tags .chosen-container-multi .chosen-choices {
	background: #f9f9f9;
	border: 1px solid #e8e8e8;
	color: #919191;
}
.select-tags .chosen-container-multi .chosen-choices:after {
	border: 0 solid transparent;
	border-top-color: #ababab;
	border-width: 5px;
	content: "";
	margin-top: -2px;
	position: absolute;
	right: 8px;
	top: 50%;
}
.select-tags .chosen-container-multi .chosen-choices li.search-field::-webkit-input-placeholder {
	color: #919191;
}
.select-tags .chosen-container-multi .chosen-choices li.search-field:-moz-placeholder {
	color: #919191;
}
.select-tags .chosen-container-multi .chosen-choices li.search-field::-moz-placeholder {
	color: #919191;
}
.select-tags .chosen-container-multi .chosen-choices li.search-field:-ms-input-placeholder {
	color: #919191;
}

.remove-tag {
	cursor: pointer;
	height: 18px;
	position: absolute;
	right: 7px;
	top: 9px;
	width: 18px;
}
.remove-tag:before,
.remove-tag:after {
	background-color: #ababab;
	border-radius: 1px;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	width: 13px;
}
.remove-tag:before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.filter_by_tag {
	display: none !important;
}

.page-add-listing .chosen-container-multi .chosen-choices li.search-choice {
	background: #f9f9f9;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	box-shadow: none;
	color: #919191;
	display: inline-block;
	font-size: 13px;
	margin: 8px 0 0 8px;
	padding: 12px;
	padding-right: 30px;
	position: relative;
	z-index: 1;
}
.page-add-listing .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	right: 9px;
	top: 13px;
}

.breadcrumb-devider {
	display: inline-block;
}

.breadcrumb-devider:after {
	content: " \00B7 ";
    padding: 0 0.65em;
}

.job_filters .search_jobs {
	background-color: #000;
    padding: 30px;
    zoom: 1;
}

#job_filters {
	max-height: 29px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#hide-filters {
	display: none;
}

.show-hide-filters {
	padding: 30px;
	padding-bottom: 1px;
    background: #000;
    text-align: right;
    display: inline-block;
    width: 100%;
}

.filter-block {
	width: 100%;
	opacity: 0;
}

.show-hide-filters span {
	cursor: pointer;
	color: #999999;
	font-weight: bold;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.show-hide-filters span:hover {
	color: #fff;
}
.show-hide-filters .fa,
.results-found {
	float: left;
	color: #999999;
	font-weight: bold;
	ont-size: 16px;
    line-height: 16px;
    margin-top: 4px;
}

.job_filters .search_jobs div.filter_wide, 
.job_filters .search_jobs div.search_categories {
    padding-top: 0;
}

.job_filters .search_jobs div.search_keywords,
.job_filters .search_jobs div.search_region,
.job_filters .search_jobs div.select-categories {
	width: 32%;
    display: inline-block;
    margin-right: 2%;
    float: left;
}

.job_filters .search_jobs div.select-categories {
	margin-right: 0;
}

@media not screen and (min-width: 640px) {
	.job_filters .search_jobs div.search_keywords,
	.job_filters .search_jobs div.search_region,
	.job_filters .search_jobs div.select-categories,
	.job_filters .search_jobs div.select-type {
		width: 100%;
	    margin-right: 0;
	    padding-right: 0;
	    margin-bottom: 5px;
	}
}

.job_filters .search_jobs div.select-type {
	margin-right: 0;
}

.job_filters .search_jobs input {
	margin-bottom: 0;
	background-color: #000;
	border: 1px solid #464646;
	padding: 10px 15px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.job_filters .search_jobs input:focus {
	background-color: #fff;
}

.job_filters {
    background-color: #f4f4f4;
    zoom: 1;
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	background-color: #fff !important;
}

.filter-by-types {
	width: 100%;
	padding: 0 30px;
	padding-bottom: 30px;
	background-color: #000;
	color: #999999;
}

.job_filters .job_types {
	border: 1px solid #464646;
	background-color: #000;
}

.job_filters .job_types li {
	border-right: 1px solid #464646;
}

.job_filters .job_types li:last-child {
    border-right: 0;
}

.job_filters .showing_jobs {
	padding: 15px 30px;
	border-top: 1px solid #464646;
	background: #000;
	color: #999999;
}

.job_types input[type="checkbox"] {
	display: none;
}

.job_types label:before {
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f0c8";
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
    left: 0;
    bottom: 1px;
}

input[type=checkbox]:checked + label:before {
    content: "\f14a";
    font-size: 15px;
    text-align: center;
    line-height: 15px;
}

/*//////////////////////////// 
/ 21 Listings
///////////////////////////*/
.listings-grid {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.listings-grid-item {
	width: 100%;
	margin-right: 0;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}
.loading .listings-grid-item {
	opacity: 0;
}
.loader {
	position: fixed;
	text-align: center;
	font-size: 32px;
	top: 50%;
    left: 50%;
	margin-left: -16px;
    margin-top: -16px;
    opacity: 0;
}
.loading + .loader {
	opacity: 1;
}
@media not screen and (min-width: 5200px) {
	.listings-grid-item {
		width: 23.5%;
	    margin-right: 2%;
	}
	.listings-grid .listings-grid-item:nth-child(4n) {
		margin-right: 0;
	}
}
@media not screen and (min-width: 1120px) {
	.listings-grid-item {
		width: 49%;
    	margin-right: 2%;
	}
	.listings-grid .listings-grid-item:nth-child(4n) {
		margin-right: 2%;
	}
	.listings-grid .listings-grid-item:nth-child(2n) {
		margin-right: 0;
	}
}
@media not screen and (min-width: 930px) {
	.listings-grid-item {
		width: 100%;
    	margin-right: 0;
	}
	.listings-grid .listings-grid-item:nth-child(4n) {
		margin-right: 0;
	}
	.listings-grid .listings-grid-item:nth-child(2n) {
		margin-right: 0;
	}
}
.listings-grid-item-image {
    background: rgba(0, 0, 0, 0.075) center no-repeat;
    background-size: cover;
    position: relative;
}
.listings-grid-item-image:after {
	padding-top: 100%;
	content: "";
    display: block;
    padding-top: 60%;
    background-color: rgba(255,255,255,0);
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.listings-grid-item-image:hover:after {
	background-color: rgba(255,255,255,0.3);
}
.listings-grid-item-content {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    font-size: 14px;
    padding: 32px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: center;
    background-color: #eee; 
    min-height: 234px;
}
.sticky .listings-grid-item-content,
.job_position_featured .listings-grid-item-content {
	background-color: #000000;
}
.sticky .listings-grid-item-content h2 a,
.job_position_featured .listings-grid-item-content h2 a,
.sticky .listings-grid-item-content h2,
.job_position_featured .listings-grid-item-content h2 {
	color: #fff;
}
.listings-grid-item-title {
	text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.listings-grid-item-meta,
.listings-grid-item-tagline {
	font-size: 14px;
}
.listings-grid-item-links,
.listings-grid-item-links li {
	display: inline;
	font-weight: bold;
}
.listings-grid-item-links li,
.listings-grid-item-tagline {
	margin: 0 15px;
	color: #999;
}
.listings-grid-item-links li {
	text-transform: uppercase;
	display: inline-block;
}
.listings-grid-item .listings-grid-item-content .star-rating {
	display: none;
}
.woocommerce .listings-grid-item .listings-grid-item-content .star-rating {
	display: inline-block;
}
.listings-grid-item-meta .posted-on a .entry-date,
.listings-grid-item-links li a {
	color: #bcbcbc;
}
.listings-grid-item-meta .posted-on a:hover .entry-date,
.listings-grid-item-links li a:hover {
	color: #ababab;
}
.listings-grid-item-price,
.single-listings-grid-item-price,
.single-listings-grid-item-type {
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
	z-index: 99;
}
.listings-grid-item-price .tagline,
.single-listings-grid-item-type {
	font-size: 20px;
	color: #DA3610;
}
.single-listings-grid-item-price .tagline,
.single-listings-grid-item-type span {
	font-size: 32px;
	line-height: 40px;
    margin-top: 40px;
    color: #DA3610;
    display: inline-block;
    background: #fff;
    padding: 15px 20px;
    border-radius: 4px
}
.single-listings-grid-item-type span {
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #000;
	font-size: 24px;
}
div.job_listings {
	margin-bottom: 0;
}
.listing-type-li {
	text-transform: uppercase;
    color: #fff !important;
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
}
.listing-type-li span {
	background: #000;
    border-radius: 2px;
    padding: 5px 10px;
}
.job_position_featured .listing-type-li {
	text-transform: uppercase;
    border-radius: 2px;
    padding: 5px 10px;
    color: #000 !important;
}
.job_position_featured .listing-type-li span {
	background: #fff;
}
.single-categories-breadcrumb {
	display: inline-table;
	text-align: center;
	width: 100%;
}
.single-categories-breadcrumb span {
	color: #eee;
}
.listings-grid-item-content .single-categories-breadcrumb span {
	color: #999;
}
.job_position_featured .listings-grid-item-content .single-categories-breadcrumb span {
	color: #eee;
}
.single-listing-header {
	padding: 260px 30px;
	opacity: 0;
}
@media not screen and (min-width: 668px) {
	.single-listing-header {
		padding: 205px 10px 100px 10px;
	}
}
ul.job_type lable {
	color: #999999;
}
.package-block {
	min-height: 230px;
}

#contact {
	margin-bottom: 17px;
}

#job-manager-job-dashboard {
	margin-bottom: 50px;
}

#job-manager-job-dashboard table .filled {
	display: none;
}

#single-listing-description,
#single-listing-comments,
#single-listing-contact-form {
	background-color: #f4f4f4;
	width: 100%;
	padding: 160px 30px;
	display: inline-flex;
}

#single-listing-contact-form {
	background-color: #3a3a3a;
	background-image: url(images/contact-bg.jpg);
	background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #fff;
}

#single-listing-contact-form h3 {
	color: #fff;
}

.location-icon:before {
	display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: job-manager!important;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    font-size: 16px;
    margin: 0 2px 0 0;
    content: '\e81d';
}

.date-icon:before {
	display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: job-manager!important;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    font-size: 16px;
    margin: 0 2px 0 0;
    content: '\e80f';
}

.single-listing-page,
.single-listing-page span {
	width: 100%;
	text-align: center;
	display: inline-block;
}

.single-listing-page span {
	margin-bottom: 1.07em;
}

h5.widget-title {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .1em;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    word-spacing: 0;
    color: #28262b;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
}

.custom-devider {
	border-style: dotted;
    border-bottom-width: 1px;
    border-color: rgb(193, 193, 193);
    width: 460px !important;
    margin: 0px auto;
    margin-bottom: 1.07em;
    display: inline-block;
}

.single-listing-page-header-meta {
	width: 100%;
	display: inline-block;
}

.single-listing-page-header-meta span {
	display: inline-block;
	width: auto;
	color: #333;
    text-transform: uppercase;
}

.single-listing-page .job_description {
	margin: 30px 0 40px 0;
}

.single-listing-page-header-meta span:after {
    content: " \00B7 ";
    padding: 0 0.65em;
}

.single-listing-page-header-meta span:last-child:after {
	display: none;
}

.single-listing-page-gallery {
	width: 100%;
	display: inline-block;
	margin-top: 60px;
	text-align: center;
}

.single-listing-page-gallery a {
	display: inline-block;
	margin: 5px;
}

.single-listing-page-gallery a:hover {
	opacity: 0.7;
}

.single-listing-page-gallery a img {
	border-radius: 4px;
	overflow: hidden;
}

.single-listing-page div.sd-social.sd-social > div.sd-content.sd-content ul li > a span {
	color: #999999;
}

.one_half {
	width: 50%;
	display: inline-block;
	float: left;
}

.one_half.first {
	padding-right: 15px;
	width: 45%;
}

.one_half.last {
	padding-left: 15px;
	width: 55%;
}

.listing-contact-map #big-map {
	margin-bottom: 30px;
	width: 90%;
	padding: 15px;
	background-color: #f4f4f4;
	background-color: rgba(0,0,0,0.1) !important;
    border: solid 1px #6B6B6B !important;
}

.gm-style-cc { 
	display:none; 
}

#contactOwner input,
#contactOwner textarea {
	background-color: rgba(0,0,0,0.1) !important;
    border: solid 1px #6B6B6B !important;
    color: #fff !important;
}

.contact-form-title {
	margin-bottom: 50px;
}

.listing-address {
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: .1em;
	width: 90%;
}

@media not screen and (min-width: 768px) {
	.listing-address,
	.one_half.last,
	.one_half.first,
	.listing-contact-map #big-map {
		width: 100%;
	}
	.one_half.last,
	.one_half.first {
		padding: 0;
	}
}

.listing-address-directions {
	color: #E4E4E4;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.1);
    margin-bottom: 30px;
}

.listing-address-directions:hover {
	color: #fff;
	-webkit-transition: all ease .35s;
	transition: all ease .35s;
	box-shadow: 0 1px 0 0 rgba(255,255,255,1);
}

.listing-contact-form .single-title h4 {
	color: #fff;
}


/*//////////////////////////// 
/ 22 Listing Sidebar Menu
///////////////////////////*/

#sidebar-menu {
	position: fixed;
	top: 50%;
	right: 0;
	margin-right: 70px;
	z-index: 9999;
	text-align: right;
	letter-spacing: 0.1em;
	transform: translateY(-50%);
}

#sidebar-menu li {
	margin: 20px 0;
}

#sidebar-menu li .cd-label {
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #fff;
}

#sidebar-menu li:hover .cd-label {
	opacity: 1;
}

#sidebar-menu span {
	display: inline-block;
}

#sidebar-menu span.cd-dot {
	font-size: 10px;
    text-indent: 9999px;
    width: 9px;
    height: 9px;
    line-height: inherit;
    margin-left: 10px;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 1px solid transparent;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: background .2s ease-in-out, border-color .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, margin .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border-color .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, margin .2s ease-in-out;
    transition: background .2s ease-in-out, border-color .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, margin .2s ease-in-out;
}

#sidebar-menu .active span.cd-dot {
	background: transparent;
    border-color: #fff;
}

#submit-listing-bttn {
	margin-bottom: 60px;
	margin-top: 20px;
}

#sidebar-menu.black_bg li a span.cd-dot,
#sidebar-menu.black_bg li a span.cd-label {
	color: #fff;
}

#sidebar-menu.black_bg li a span.cd-dot {
	background-color: #fff;
}

#sidebar-menu.black_bg .active span.cd-dot {
	border-color: #fff;
	background: transparent;
}

#sidebar-menu.white_bg li a span.cd-dot,
#sidebar-menu.white_bg li a span.cd-label {
	color: #000;
}

#sidebar-menu.white_bg li a span.cd-dot {
	background-color: #000;
}

#sidebar-menu.white_bg .active span.cd-dot {
	border-color: #000;
	background: transparent;
}

.page-add-listing fieldset:first-child {
    background-color: #f4f4f4;
    border: 1px solid #e8e8e8;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 30px;
    margin-top: 30px;
    position: relative;
}

.page-add-listing fieldset:first-child label {
    border-bottom: 1px dotted rgb(193, 193, 193);
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.uploader-btn {
    display: inline-block;
    padding-right: 20px;
    width: 33%;
}
.uploader-btn .spacer {
	border: 1px solid rgba(0, 0, 0, 0.075);
	border-radius: 4px;
	cursor: pointer;
	padding-top: 100%;
	position: relative;
}
.uploader-btn .spacer .text {
	color: #919191;
	content: "";
	font-size: 15px;
	left: 50%;
	margin-top: 30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}
@media not screen and (min-width: 740px) {
	.uploader-btn .spacer .text {
		display: none;
	}
}
.uploader-btn .spacer:before,
.uploader-btn .spacer:after {
	content: "";
	display: block;
	pointer-events: none;
	position: absolute;
}
.uploader-btn .spacer:before {
	content: "\f03e";
    font: normal normal normal 14px/1 FontAwesome;
    left: 4px;
    top: -15px;
    position: absolute;
    font-size: 56px;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -30px;
}
.uploader-btn .spacer:after {
	border: 15px solid white;
	border-bottom-color: rgba(0, 0, 0, 0.075);
	border-bottom-left-radius: 4px;
	border-left-color: rgba(0, 0, 0, 0.075);
	right: -1px;
	top: -1px;
}
.uploader-btn + small.field-description {
	width: 100%;
    display: inline-block;
}
.fieldset-company_logo input[type="file"] {
    display: none;
}

.submited-listing-response {
	width: 100%;
	padding-bottom: 30px;
	font-family: Raleway;
    letter-spacing: .1em;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    word-spacing: 0;
    color: #000;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}

a.job-title-link {
	line-height: 2.181818182;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}

a.job-title-link:hover {
	color: #676767;
}


/*//////////////////////////// 
/ 23 Magnific Popup CSS
///////////////////////////*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; 
}

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

  .mfp-iframe-scaler.mfp-wp-login .mfp-close {
    color: #919191;
    overflow: hidden;
    padding: 12px;
    padding-top: 50px;
    right: 10px;
    top: 0;
    width: auto;
    margin-top: 30px;
    margin-right: 30px;
}

.mfp-iframe-scaler.mfp-wp-login .mfp-close:before {
    content: "";
    display: block;
    font-size: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.mfp-iframe-scaler.mfp-wp-login {
    height: 560px;
    margin: 0 auto;
    padding-top: 0;
    position: relative;
    width: 385px;
}

/*//////////////////////////// 
/ 24 WPJob Manager Bookmarks
///////////////////////////*/

 .wp-job-manager-bookmarks-form {
 	border: none;
 }

 .wp-job-manager-bookmarks-form {
 	overflow: inherit;
 	margin: 0;
 }

 .tooltip-container {
 	margin-bottom: 0;
 }

/*//////////////////////////// 
/ 25 Tooltip
///////////////////////////*/
.tooltip-container,
.wp-job-manager-bookmarks-form .add_to_favorite_wrap {
	cursor: pointer;
	position: relative;
	margin: 0;
}
.tooltip-container:before,
.wp-job-manager-bookmarks-form .add_to_favorite_wrap:before {
	bottom: 100%;
	content: "";
	height: 1.25rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 7.8125rem;
}
.tooltip-container.active .tooltip,
.active.action--share .tooltip,
.wp-job-manager-bookmarks-form .active.add_to_favorite_wrap .tooltip,
.tooltip-container.active .action--share div.sharedaddy,
.action--share .tooltip-container.active div.sharedaddy,
.active.action--share div.sharedaddy,
.wp-job-manager-bookmarks-form .active.add_to_favorite_wrap .action--share div.sharedaddy,
.action--share .wp-job-manager-bookmarks-form .active.add_to_favorite_wrap div.sharedaddy {
	opacity: 1;
	pointer-events: auto;
}

.tooltip-trigger {
	display: block;
}

.tooltip,
.action--share div.sharedaddy {
	background: white;
	border: 1px solid rgba(0, 0, 0, 0.075);
	cursor: auto;
	display: block;
	left: 50%;
	opacity: 0;
	padding: 1.25rem;
	pointer-events: none;
	position: absolute;
	top: -1.25rem;
	-webkit-transform: translateX(-50%) translateY(-100%);
	-ms-transform: translateX(-50%) translateY(-100%);
	transform: translateX(-50%) translateY(-100%);
	width: 8.4375rem;
	z-index: 500;
}
.tooltip:before,
.tooltip:after {
	border: solid transparent;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}
.tooltip:before {
	border-top-color: white;
	border-width: 10px;
	z-index: 1;
}
.tooltip:after {
	border-top-color: rgba(0, 0, 0, 0.075);
	border-width: 11px;
}
.bookmark-text {
	margin: 0 !important;
	color: #DA3610 !important;
}
.bookmark_notes:after {
	display: none;
}
.tooltip .bttn {
	margin-bottom: 0;
}
.bookmark_notes label {
	margin-bottom: 10px;
	text-align: left;
	display: inline-block;
    width: 100%;
}
.bookmark_submit,
#bookmark_notes {
	margin-bottom: 0 !important;
}
.wp-job-manager-bookmarks-form a.bookmark-notice.bookmarked::before {
	display: none;
}
.wp-job-manager-bookmarks-form a.bookmark-notice {
	padding: 0;
}
#bookmark_notes {
	padding: 5px;
	text-transform: capitalize;
}
.wp-job-manager-bookmarks-form a.remove-bookmark {
	width: 100%;
	visibility: visible;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 0;
}



/*//////////////////////////// 
/ 26 Package
///////////////////////////*/

.job_listing_packages {
	border: none;
}

.job_listing_packages_title {
	display: none;
}

@media only screen and (min-width: 1000px) {
	.job_listing_packages {
		background: #f4f4f4;
		border: none;
		margin-left: calc(387px - 50vw);
		margin-bottom: 90px;
		width: calc(100vw);
	}
	.has-featured-image + .entry-content .job_listing_packages {
		margin-top: 39px;
	}
}

.package-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	list-style: none;

	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.package-list:empty {
	display: none;
}
@media only screen and (min-width: 1000px) {
	.package-list {
		margin: 0 auto;
		padding: 0;
		padding-left: 30px;
		width: 1000px;
	}
	.has-featured-image + .entry-content .package-list {
		margin-top: 72px;
	}
}

/* Common styles */
.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 30px;
	padding: 60px 0;
}

.front-page-pricing {
	background-color: #eee;
}

.front-page-pricing .shortcode-title-block {
	margin-bottom: 30px;
}

.pricing__item {
	position: relative;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
}

.pricing__feature-list {
	text-align: left;
}

.pricing__action {
	color: inherit;
	border: none;
	background: none;
}

.pricing__action:focus {
	outline: none;
}

/*//////////////////////////// 
/ 27 pricing blocks (Pema)
///////////////////////////*/
.pricing--pema .pricing__item {
	padding: 2em 3em;
	margin: 1em;
	color: #262b38;
	background: #fff;
	cursor: default;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

@media screen and (min-width: 66.250em) {
	.pricing--pema .pricing__item {
		margin: 1.5em 0;
	}
	.pricing--pema .pricing__item--featured {
		z-index: 10;
		margin: 0;
		font-size: 1.15em;
	}
}

.pricing--pema .pricing-title {
	font-size: 2em;
	line-height: 1;
	margin: 1em 0 0;
	color: #1d211f;
	font-family: 'Montserrat', sans-serif;
}

.pricing--pema .icon {
	display: inline-block;
	min-width: 2em;
	color: #8A9790;
	vertical-align: middle;
}

.pricing--pema .pricing-price {
	font-size: 5em;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	margin-bottom: 20px;
	margin-top: 50px;
	color: #DA3610;
	position: relative;
	z-index: 100;
}

.pricing--pema .pricing-currency {
	font-size: 0.5em;
	vertical-align: super;
	color: #484848;
}

.pricing--pema .pricing__period {
	font-size: 0.25em;
	display: inline-block;
	padding: 0 0 0 0.5em;
	color: #CEDED6;
}

.pricing--pema .pricing-sentence {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em;
	color: #DA3610;
}

.pricing--pema .package-features ul {
	font-size: 0.95em;
	margin: 0;
	padding: 1.5em 0.5em 2.5em;
	list-style: none;
}

.pricing--pema .package-features ul li {
	padding: 0.15em 0;
	margin: 0;
}

.pricing--pema .pricing-action,
.get-started-button {
	font-weight: bold;
	margin-top: auto;
	padding: 1em 2em;
	color: #fff !important;
	border-radius: 5px;
	background: #DA3610;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.pricing--pema .pricing-action:hover,
.pricing--pema .pricing-action:focus,
.get-started-button:hover,
.get-started-button:focus {
	background-color: #484848;
}

.featured-label {
    background: #DA3610;
    color: white;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 0;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.user-job-package {
	width: 100%;
	display: inline-block;
	padding: 0 30px;
	padding-bottom: 50px;
	text-align: center;
}

hr {
    background-clip: content-box;
    background-color: rgba(0, 0, 0, 0.075);
    border: 0;
    border-bottom: 50px solid transparent;
    border-top: 50px solid transparent;
    box-sizing: border-box;
    clear: both;
    display: block;
    height: 101px;
    margin: 0;
}

.packages-features-list {
	list-style: none !important;
	padding-bottom: 70px;
}

.packages-features-list li {
	margin: 0;
	width: 100%;
    display: inline-block;
    margin: 30px 0;
    padding: 0 60px;
}

@media not screen and (min-width: 668px) {
	.packages-features-list li {
	    padding: 0 10px;
	}
}

.packages-features-list li img {
	box-shadow: none;
	border-radius: 0;
	float: left;
    padding: 0;
    line-height: 0;
    width: 80px;
    height: auto;
}

.packages-features-list li span,
.packages-features-list li p {
	display: block;
    margin-left: 130px;
}

.packages-features-list li span {
	font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    word-spacing: 0;
    color: #000;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}

.listings-grid-product-price {
    display: inline-block;
    width: 100%;
}

.listings-grid-product-price .amount {
	font-size: 20px;
    color: #DA3610;
}

.product-content {
	margin-bottom: 30px;
}

.product-content .images {
	width: 50%;
	padding-right: 15px;
	display: inline-block;
}

.product-content .images a,
.product-content .images a img {
	width: 100%;
	height: auto;
	display: inline-block;
}

.product-content .summary {
	width: 50%;
	padding-left: 15px;
	display: inline-block;
	float: right;
}

.product-content .price .amount,
.package-block .amount {
	font-size: 40px;
    line-height: 48px;
    color: #DA3610;
    display: inline-block;
}

.woocommerce .return-to-shop {
	margin-bottom: 70px;
}

.woocommerce .button {
    background-color: #DA3610;
    border: 0;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 14.95px;
    padding: 12px 24px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.1s background-color ease-out;
    -webkit-appearance: none;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.woocommerce .button:hover {
	background-color: #484848;
}

.woocommerce-tabs {
	margin-bottom: 60px;
}

.product-content .summary p.price {
	margin-bottom: 30px;
}

.product-content .summary form.cart {
	margin-top: 30px;
	margin-bottom: 30px;
}

.woocommerce-message,
.woocommerce-error {
	position: fixed;
    width: 100%;
    left: 0;
    z-index: 99999;
    background-color: #fff;
    bottom: 0;
    padding: 30px 60px;
}

.woocommerce-message a,
.woocommerce-error a {
	margin-right: 20px;
}

.woocommerce-tabs #tab-description {
	text-align: center;
}

.woocommerce-tabs #tab-description ul {
	list-style: none;
}

.woocommerce .login {
	background-color: #F4F4F4;
	border: 1px solid #E8E8E8;
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
	padding: 30px;
	margin-bottom: 30px;
}

.woocommerce .login h3 {
	margin-bottom: 30px;
	border-bottom: 1px dotted #C1C1C1;
	color: #000;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 600;
	width: 100%;
	font-family: "Montserrat",sans-serif;
}

.woocommerce .lost_password {
	margin-bottom: 60px;
}

.tabs.wc-tabs {
    border-bottom: 1px dotted rgb(193, 193, 193);
    margin-bottom: 0;
    padding-bottom: 2.5rem;
    text-align: center;
    margin-bottom: 2.5rem;
}

.tabs.wc-tabs li {
    display: inline-block;
    padding: 1.25rem;
}

.tabs.wc-tabs li a {
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 16px;
    line-height: 40px;
}

.product-thumbnail img {
    border-radius: 0;
    box-shadow: none;
    display: block;
    height: 75px;
    margin-right: 30px;
    width: 100px;
    object-fit: cover;
}

.cart {
	width: 100%;
}

table.shop_table.cart,
table.shop_table.order_details,
table.shop_table.customer_details {
	background-color: #f4f4f4;
	border: 1px solid #e8e8e8;
	margin-top: 40px;
	width: 100%;
}

table.shop_table.cart td,
table.shop_table.order_details td,
table.shop_table.customer_details td {
	border-top: 1px solid #e8e8e8;
	padding: 20px;
	height: 60px;
	text-align: left;
	vertical-align: middle;
}

table.shop_table ul.variation,
table.shop_table ul.variation li {
	list-style: none;
	margin: 0;
	padding: 0;
}	

table.shop_table.cart th,
table.shop_table.order_details th,
table.shop_table.customer_details th {
	color: #484848;
	text-transform: capitalize;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0;
	padding: 20px;
}

table.shop_table.order_details th,
table.shop_table.customer_details th {
	border-top: 1px solid #e8e8e8;
}

table.shop_table.order_details th,
table.shop_table.customer_details th,
table.shop_table.order_details td,
table.shop_table.customer_details td {
	text-align: left;
}

table.shop_table.cart td.product-name,
table.shop_table.order_details td.product-name,
table.shop_table.customer_details td.product-name {
	text-transform: uppercase;
	font-weight: bold;
    letter-spacing: .1em;
}

.cart-collaterals {
	margin-bottom: 70px;
    background-color: #f4f4f4;
    border: 1px solid #e8e8e8;
    padding: 20px;
    margin-top: 10px;
    float: right;
}

.cart-collaterals h2 {
	display: none;
}

.cart-collaterals table {
	border: none;
}

.cart-collaterals table .cart-subtotal td,
.cart-collaterals table .order-total td {
	padding-right: 0;
}

.cart-collaterals table .cart-subtotal td {
	padding-bottom: 10px;
}

.cart-collaterals table .order-total {
	border-top: 1px solid #e8e8e8;
}

.cart-collaterals table .cart-subtotal .amount,
.cart-collaterals table .order-total .amount {
	text-align: right;
	display: inline-block;
	width: 100%;
	line-height: 2.181818182;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    letter-spacing: .2rem;
    font-size: 1.225rem;
}

.cart-collaterals table .order-total .amount {
	line-height: 2.181818182;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    letter-spacing: .2rem;
    font-size: 1.225rem;
}

.cart-collaterals td {
	border: none;
}

.single-product .stars a,
.single-product .stars a:hover {
	color: #fff;
}

.single-product .stars a:before {
    color: #DA3610;
    content: "\f006";
    font: normal normal normal 14px/1 FontAwesome;
}

.single-product .stars a:not(.active):before {
    content: "\f005";
}

.single-product .stars a.active ~ a:before {
    content: "\f006" !important;
}

.single-product .stars a:hover:before, .single-product .stars a.active:before {
    content: "\f005" !important;
}

ol.comment-list {
	list-style-type: none;
	padding-left: 0;
}

ol.comment-list li {
	margin: 0;
}

.product_meta {
	margin-top: 10px;
}

.product-creation-time {
	margin-left: 0 !important;
}

.update-cart-block {
	width: 100%;
	display: inline-block;
	text-align: right;
}

.update-cart-block label {
	display: none;
}

.update-cart-block .input-coupon-code {
	width: 50%;
    display: inline-block;
    float: left;
}

form.woocommerce-checkout > .checkout__billing {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;

	-webkit-flex-grow: 2;
	flex-grow: 2;
	-ms-flex-negative: 1;
	-ms-flex-positive: 2;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
form.woocommerce-checkout > .checkout__billing > * {
	width: 100%;

	-webkit-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}
form.woocommerce-checkout > .checkout__billing .woocommerce-login-fields,
form.woocommerce-checkout > .checkout__billing .woocommerce-coupon-fields {
	min-width: 260px;
	width: 50%;

	-webkit-flex: 1 0 50%;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
}
form.woocommerce-checkout > .woocommerce-checkout-payment {
	float: right;
    display: inline-block;
    width: 40%;
}

.woocommerce-login-fields label[for="rememberme"] {
	margin-left: 10px;
}
.woocommerce-billing-fields .clear,
.woocommerce-billing-fields .add_info_wccs {
	display: none;
}
.woocommerce-billing-fields > * {
	padding-left: 30px;
	display: inline-block;
}
.woocommerce-billing-fields .form-row,
.woocommerce-billing-fields #billing_postcode_field {
	float: left;
	width: 50%;
	margin: 0;
}
.woocommerce-billing-fields .form-row.form-row-wide {
	width: 100%;
}
.woocommerce-billing-fields label,
.woocommerce-shipping-fields label {
	margin-bottom: 10px;
	display: inline-block;
    width: 100%;
}
.woocommerce-billing-fields .form-row.create-account {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;

	-webkit-align-items: center;
	align-items: center;
}

.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3 {
	display: none;
}

.cart-footer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	margin-bottom: 20px;
	padding: 15px 20px;
	width: 100%;

	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.cart-after-total {
	text-align: right;
	width: 100%;

	-webkit-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}

.cart-footer .cart-subtotal {
	display: none;
}

.cart-total {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	font-size: 18px;
	font-weight: bold;
	min-width: 33%;

	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.total-label {
	margin-right: 20px;
	line-height: 2.181818182;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    letter-spacing: .2rem;
    font-size: 1.225rem;
    font-family: 'Montserrat', sans-serif;
}

.total-value .amount {
	line-height: 2.181818182;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    letter-spacing: .2rem;
    font-size: 1.225rem;
    font-family: 'Montserrat', sans-serif;
}

form.woocommerce-checkout {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

form.woocommerce-checkout > .checkout-billing {
    float: left;
    display: inline-block;
    width: 60%;
}

.woocommerce-checkout-payment {
    background-color: #f4f4f4;
    border: 1px solid #e8e8e8;
    padding: 20px;
}

.woocommerce address {
	margin-bottom: 70px;
	margin-top: 30px;
	line-height: 2;
}

#payment .payment_methods {
    list-style-type: none;
    padding-left: 0;
}

.payment_methods.methods > li {
    margin: 0 -20px;
    padding: 20px;
}

.payment_methods.methods > li:first-child {
    padding-top: 0;
}

.custom-checkbox input, .payment_methods.methods input, ul[id="shipping_method"] input {
    display: none;
}




.custom-checkbox label,
.payment_methods.methods label,
ul[id="shipping_method"] label {
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	width: 100%;
	color: #484848;

	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.custom-checkbox input,
.payment_methods.methods input,
ul[id="shipping_method"] input {
	display: none;
}
.custom-checkbox input + label:before,
.payment_methods.methods input + label:before,
ul[id="shipping_method"] input + label:before {
	border: 3px solid #fff;
	background: #fff;
	border-radius: 50%;
	box-shadow: #ebebeb 0 0 0 1px;
	content: "";
	height: 10px;
	margin: 0;
	margin-right: 8px;
	width: 10px;

	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.custom-checkbox input:checked + label:before,
.payment_methods.methods input:checked + label:before,
ul[id="shipping_method"] input:checked + label:before {
	background: #DA3610;
}
.custom-checkbox .amount,
.payment_methods.methods .amount,
ul[id="shipping_method"] .amount {
	margin-left: 10px;
}

.payment_methods.methods {
	margin: 0;
}
.payment_methods.methods > li {
	margin: 0 -20px;
	padding: 20px;
}
.payment_methods.methods > li:first-child {
	padding-top: 0;
}
.payment_methods.methods > li:last-child {
	padding-bottom: 0;
}
.payment_methods.methods > li + li {
	border-top: 1px solid rgba(0, 0, 0, 0.075);
}
.payment_methods.methods > li.payment_method_paypal {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.payment_methods.methods > li.payment_method_paypal img {
	display: inline;
	height: auto;
	margin-left: 1em;
	width: 180px;

	-webkit-flex-grow: 0;
	flex-grow: 0;
	-ms-flex-positive: 0;
}
.payment_methods.methods > li.payment_method_paypal a {
	display: none;
}
.payment_methods.methods > li .payment_box.payment_method_paypal {
	width: 100%;
}
.payment_methods.methods p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0;
	padding-left: 24px;
	margin-top: 5px;
}

body.js-show-first-payment-box .payment_methods > :first-child .payment_box {
	display: block !important;
}

.place-order {
	width: 100%;
	display: inline-block;
	text-align: right;
	margin-bottom: 70px;
	margin-top: 30px;
}

#wpadminbar {
	z-index: 9999999;
}

.entry-content .job_listing_preview_title, 
.job_listing_preview_title {
	background: none;
	padding: 30px 0;
}

.job_listing_preview {
	margin-top: 30px;
	padding: 30px;
	padding-bottom: 50px;
	margin-bottom: 70px; 
	background-color: #eee;
}

.job_listing_preview h1 {
	text-align: center;
	margin-bottom: 30px;
}

#job_preview ~ * {
	display: none;
}

.job-manager-form fieldset .job-manager-uploaded-files {
	display: inline;
	vertical-align: top;
}
.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file {
	display: inline-block;
	margin: 0;
	margin-bottom: 20px;
	padding-right: 20px;
	vertical-align: top;
	width: 33%;
}
.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file span {
	border-radius: 4px;
	display: block;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
}
.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file span img,
.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file span a {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file span img {
	height: auto;
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	width: auto;
}

.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file .job-manager-uploaded-file-preview a {
	font-style: normal;
    line-height: inherit;
    opacity: 0;
    padding: 0 6px;
    transition: all 0.1s ease-in-out;
    background-color: #DA3610;
    color: #fff;
}

.job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file .job-manager-uploaded-file-preview:hover a {
    opacity: 1;
}

progress {
    margin-top: 16.66%;
    padding-right: 20px;
    width: 33%;
}

#map-canvas {
	width: 100%;
    height: 600px;
    background-color: #f4f4f4;
    max-height: 0px;
}

#front-map {
	width: 100%;
    height: 700px;
    background-color: #f4f4f4;
    display: block;
    margin-bottom: 30px;
    margin-top: -136px;
}

#map-canvas img,
#front-map img {
	border-radius: 0;
	box-shadow: none;
}

#show-map,
#hide-map {
	margin-left: 30px;
}

#hide-map {
	display: none;
}

.marker-holder {
	width: 223px;
  	height: 250px;
  	padding: 10px;
  	display: block;
  	position: relative;
}

.marker-content {
	width: 203px;
	height: 230px;
	position: relative;
	float: left;
}

.marker-content .marker-listing-image {
	float: left;
	position: relative;
	width: 100%;
	height: 128px;
	border: solid 10px #fff;
	border-bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.marker-content .marker-listing-title {
	padding: 10px;
	padding-bottom: 5px;
	width: 100%;
	display: inline-block;
	font-family: "Montserrat",sans-serif;
	color: #484848;
	line-height: 1.5em;
	overflow: hidden;
    height: 50px;
    text-overflow: ellipsis;
}

.marker-content .marker-listing-price {
	padding: 10px;
	padding-top: 0;
	width: 100%;
	display: inline-block;
	font-family: "Montserrat",sans-serif;
	color: #DA3610;
	line-height: 1.5em;
}




/* =Categories
----------------------------------------------- */
.category-grid,
.regions-grid {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
.category-grid-item,
.regions-grid-item {
	width: 100%;
	margin-right: 0;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.regions-grid-item {
	margin-bottom: 20px;
}
#regions-grid-masonry .regions-grid-item {
	margin-bottom: 20px;
}
.category-grid-item a,
.regions-grid-item a {
	position: relative;
	background-color: rgba(255,255,255,0);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.category-grid-item a:hover,
.regions-grid-item a:hover {
	background-color: rgba(255,255,255,0.3)
}
.shortcode-types-block .regions-grid-item a {
	border: solid 20px #fff;
}
.regions-grid-item a .category-grid-item-image {
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.regions-grid-item a:hover .category-grid-item-image {
	background-color: rgba(255,255,255,0.3);
}
.category-grid-item .category-text,
.regions-grid-item .category-text {
	color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.regions-grid-item .category-text {
	padding: 0;
	top: inherit;
	margin-bottom: -24px !important;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    text-align: left;
}
.category-grid-item .category-text span,
.regions-grid-item .category-text span {
	padding:  15px 30px;
	width: auto;
	margin: 0;
	color: #fff;
	line-height: 18px;
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: left;
    display: inline-flex;
    position: relative;
}
.regions-grid-item .category-text span {
	margin-left: 0;
	margin-right: 0;
}
.category-grid-item .category-text-inner,
.regions-grid-item .category-text-inner {
    padding: 0 15px !important;
}
.regions-grid-item .category-text-inner {
	padding: 0 !important;
}
.category-grid-item .category-text,
.regions-grid-item .category-text {
	margin-top: 0;
	overflow: hidden;
}
.category-grid-item .category-text .category-title,
.regions-grid-item .category-text .category-title {
	background-color: #000;
	z-index: 999;
}
.category-grid-item .category-text .category-count-wrapper,
.regions-grid-item .category-text .category-count-wrapper {

    padding: 0;
    display: block;

    position: relative;
    display: block;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .2s ease;
    -moz-transition: -moz-transform .2s ease;
    transition: transform .2s ease;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}
.category-grid-item a:hover .category-text .category-count-wrapper,
.regions-grid-item a:hover .category-text .category-count-wrapper {
	-webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}
.category-grid-item .category-text .category-count-front,
.regions-grid-item .category-text .category-count-front {
	background: #000;
	color: #DA3610;
	padding: 15px 20px;
	border-left: solid 1px rgba(255,255,255,0.2);
}
.category-grid-item .category-text .category-count-back,
.regions-grid-item .category-text .category-count-back {
	background: #fff;
	color: #DA3610;
	padding: 15px 20px;
	border-left: solid 1px rgba(255,255,255,0);

	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
	perspective: 1000px;
    -webkit-perspective: 1000px;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}
.regions-grid-item .category-childrens {
	display: inline-block;
	width: 100%;
	background-color: #000;
	border-top: solid 1px rgba(255,255,255,0.2);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.regions-grid-item .category-childrens:hover {
	background-color: #1B1B1B;
}
.regions-grid-item .category-has-childrens {
	display: inline-block;
	width: 100%;
	border-top: solid 2px #fff;
}
.regions-grid-item .category-childrens:first-child {
	border-top: none;
}
.regions-grid-item .category-childrens a {
	color: #fff;
	padding: 15px 30px;
	display: inline-block;
}
.regions-grid-item .category-childrens a:hover {
	background: none !important;
}
.regions-grid-item .category-childrens span {
	float: right;
	padding: 15px 20px;
	color: #DA3610;
	border-left: solid 1px rgba(255,255,255,0.2);
}
@media not screen and (min-width: 5200px) {
	.category-grid-item {
		width: 23.5%;
	    margin-right: 2%;
	}
	.category-grid .category-grid-item:nth-child(3n) {
		margin-right: 2%;
	}
	.category-grid .category-grid-item:nth-child(4n) {
		margin-right: 0;
	}
	.regions-grid-item {
		width: 31.3%;
	    margin-right: 2%;
	}
	.shortcode-types-block .regions-grid-item {
		width: 49%;
	    margin-right: 2%;
	}
	.shortcode-types-block .regions-grid-item:nth-child(2n) {
		margin-right: 0 !important;
	}
	.shortcode-types-block .regions-grid-item:nth-child(3n) {
		margin-right: 2% !important;
	}
	.regions-grid .regions-grid-item:nth-child(2n) {
		margin-right: 2%;
	}
	.regions-grid .regions-grid-item:nth-child(3n) {
		margin-right: 0;
	}
	#regions-grid-masonry .regions-grid-item {
		width: 31%;
		margin: 0 1%;
		margin-bottom: 20px;
	}
}
@media not screen and (min-width: 1120px) {
	.category-grid-item {
		width: 49%;
    	margin-right: 2%;
	}
	.category-grid .category-grid-item:nth-child(3n) {
		margin-right: 2%;
	}
	.category-grid .category-grid-item:nth-child(2n) {
		margin-right: 0;
	}

	.regions-grid-item {
		width: 49%;
    	margin-right: 2%;
	}
	.shortcode-types-block .regions-grid-item {
		width: 49%;
	    margin-right: 2%;
	}
	.shortcode-types-block .regions-grid-item:nth-child(2n) {
		margin-right: 0 !important;
	}
	.shortcode-types-block .regions-grid-item:nth-child(3n) {
		margin-right: 2% !important;
	}
	.regions-grid .regions-grid-item:nth-child(3n) {
		margin-right: 2%;
	}
	.regions-grid .regions-grid-item:nth-child(2n) {
		margin-right: 0;
	}
	#regions-grid-masonry .regions-grid-item {
		width: 48%;
		margin: 0 1%;
		margin-bottom: 20px;
	}
}
@media not screen and (min-width: 930px) {
	.category-grid-item {
		width: 100%;
    	margin-right: 0;
	}
	.category-grid .category-grid-item:nth-child(3n) {
		margin-right: 0;
	}
	.category-grid .category-grid-item:nth-child(2n) {
		margin-right: 0;
	}

	.regions-grid-item {
		width: 100%;
    	margin-right: 0;
	}
	.regions-grid .regions-grid-item:nth-child(3n) {
		margin-right: 0;
	}
	.regions-grid .regions-grid-item:nth-child(2n) {
		margin-right: 0;
	}
	#regions-grid-masonry .regions-grid-item {
		width: 100%;
		margin: 0 !important;
		margin-bottom: 20px;
	}
}
.category-grid-item-image {
    background: rgba(0, 0, 0, 0.075) center no-repeat;
    background-size: cover;
    position: relative;
}
.category-grid-item-image:after {
	padding-top: 70%;
	content: "";
    display: block;
}

.shortcode-full-width-box {
    background-color: #f4f4f4;
    width: 100%;
    padding: 160px 30px;
    display: inline-flex;
}

.shortcode-title-block {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 30px;
}

.shortcode-title-block .shortcode-title {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .1em;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    word-spacing: 0;
    color: #28262b;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
}

.shortcode-title-block .shortcode-subtitle {
	width: 100%;
	display: inline-block;
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 30px;
}

.shortcode-regions-block,
.shortcode-types-block {
	display: inline-flex;
	width: 100%;
	background-color: #f4f4f4;
	margin-bottom: 30px;
	padding: 60px 0 90px 0;
}

.shortcode-types-block {
	background-image: url("images/types-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #f4f4f4;
	padding: 60px 30px;
	display: inline-block;
}

.job_listings_shortcode,
.blog-grid-shortcode {
	margin-top: 30px;
}

.blog-grid-shortcode {
	margin-bottom: 30px;
}

.blog-grid-shortcode .blog-grid-item-title {
	font-size: 20px;
    line-height: 32px;
}

.blog-grid-shortcode .blog-grid-item-content {
	background: #f4f4f4;
    min-height: 172px;
}

.listing-type-shortcode-block {
	display: inline-block;
    width: 25%;
    border: solid 1px rgba(255,255,255,0.1);
    padding: 30px;
    text-align: center;
}

.listing-type-shortcode-block .listing-type-shortcode-block-title a {
	font-family: 'Montserrat', sans-serif;
    letter-spacing: .1em;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    word-spacing: 0;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 70px 30px;
	width: 100%;
	display: inline-block;
	background-color: rgba(0,0,0,0);
}

.listing-type-shortcode-block .listing-type-shortcode-block-title a:hover {
	background-color: rgba(0,0,0,0.1);
}

.front-search-box {
	margin-top: -133px;
    z-index: 9;
    position: relative;
    margin-bottom: 30px;
}

.front-search-box .search-field,
.front-search-box #search_category,
.front-search-box #search_region {
	width: 23% !important;
	width: -webkit-calc(25% - 30px) !important;
	width: calc(25% - 30px) !important;
	display: inline-block;
	margin: 0;
	margin: 0 15px;
	background-color: #000;
    border: 1px solid #464646;
    padding: 10px 15px;
    color: #A0A0A0;
}

.front-search-box #search_category_chosen,
.front-search-box #search_region_chosen {
	width: 23% !important;
	width: -webkit-calc(25% - 30px) !important;
	width: calc(25% - 30px) !important;
	display: inline-block;
	margin: 0;
	margin: 0 15px;
	max-height: 42px;
}

.front-search-box #search_category_chosen a.chosen-single,
.front-search-box #search_region_chosen a.chosen-single {
	background-color: #000;
    border: 1px solid #464646;
    padding: 0;
    color: #A0A0A0;
    width: 100%;
    display: inline-flex;
}

.front-search-box .chosen-container-active.chosen-with-drop#search_category_chosen .chosen-single,
.front-search-box .chosen-container-active.chosen-with-drop#search_region_chosen .chosen-single {
    background-color: #fff !important;
    border: 1px solid #e8e8e8 !important;
}

.front-search-box #search_category_chosen a.chosen-single span,
.front-search-box #search_region_chosen a.chosen-single span {
	padding: 9px 15px 10px 15px;
	text-transform: inherit;
}

.front-search-box #search_category_chosen {
	width: 23% !important;
	width: -webkit-calc(25% - 30px) !important;
	width: calc(25% - 30px) !important;
}

.front-search-box .search-submit {
	width: 21%;
	width: -webkit-calc(25% - 42px);
	width: calc(25% - 42px);
	text-align: center;
	display: inline-block;
	margin: 0 15px;
	padding: 9px 15px;
	border-radius: 0;
	border: none;
	background: #eee;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.front-search-box .search-submit:hover {
	background: #fff;
}

.front-search-box .search-submit span {
	color: #DA3610;
	font-family: 'Montserrat', sans-serif;
    letter-spacing: .1em;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.front-search-box .front-search-form {
	padding: 30px 15px;
	background: #000;
}

.no_job_listings_found {
	font-family: 'Montserrat', sans-serif;
    letter-spacing: .1em;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    word-spacing: 0;
    color: #28262b;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 50px;
}

.front-page-partners {
	width: 100%;
	background: #8a8f6a;
	padding: 60px 30px;
}

.front-page-partners .shortcode-title-block .shortcode-title {
	color: #fff;
}

.front-page-partners .partner-item {
	display: inline-block;
	padding: 15px;
}

.front-page-partners img {
	border-radius: 0;
	box-shadow: none;
	max-height: 60px;
	width: auto;
	max-width: 100%;
	height: auto;
}

#job-manager-bookmarks {
	margin: 60px 0;
}

#company_gallery {
	display: none;
}



