/*
Theme Name: JobPress
Theme URI: http://demo.minimalthemes.net/jobpress
Author: Minimal Themes
Author URI: http://themeforest.net/user/minimalthemes
Description: Responsive Job Market WordPress Theme
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jobpress
Tags: two-columns
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Header
# Footer
# Navigation
	## Menus
# Forms
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
	## Helptip
	## Page Templates
# Media
	## Captions
	## Galleries
# Responsive
----------------------------------------------------------------

       __      __    ____
      / /___  / /_  / __ \________  __________
 __  / / __ \/ __ \/ /_/ / ___/ _ \/ ___/ ___/
/ /_/ / /_/ / /_/ / ____/ /  /  __(__  |__  )
\____/\____/_.___/_/   /_/   \___/____/____/


----------------------------------------------------------------
# Global
--------------------------------------------------------------*/
table {
	width: 100% !important;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #656c70;
}

p, blockquote, quote, abbr, input, select, textarea {
	font-size: 16px;
	line-height: 28px;
	color: #656c70;
}

a {
	color: #393e40;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active,
a:focus {
	color: #393e40;
	text-decoration: none;
}

.invert a,
.invert a:focus,
.invert a:active {
	color: #656c70 !important;
}

.invert a:hover {
	color: #cbd1d3 !important;
}

#masthead .invert a,
#masthead .invert a:focus,
#masthead .invert a:active {
	color: #cbd1d3 !important;
}

#masthead .invert a:hover {
	color: #eee !important;
}

::-webkit-selection {
  background-color: #656c70;
  color: rgba(255, 255, 255, 0.87);
}

::-moz-selection {
  background-color: #656c70;
  color: rgba(255, 255, 255, 0.87);
}

::selection {
  background-color: #656c70;
  color: rgba(255, 255, 255, 0.87);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.ui.header, .content > .header, .title {
	color: #282c2e;
	font-weight: normal;
}

/*@media only screen and (min-width: 768px) {
	#page h1:not(.site-title) {
		font-size: 2em;
	}
}*/

.invert .ui.header, .invert .title,
.invert .content > .header, .invert .title {
	color: #cbd1d3;
}

blockquote:before {
	content: "\201F";
	float: left;
	color: #cbd1d3;
	margin: 15px 0 -15px -30px;
	display: inline-block;
	position: relative;
	font-size: 60px;
	line-height: 20px;
}

.hidden {
	display: none !important;
}

.invisible {
	visibility: hidden !important;
}

.ui.fluid.button {
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.ui.grid > [class*="vertically padded"].column {
  padding-top: 0;
  padding-bottom: 0;
}

.ui.grid > [class*="horizontally padded"].column {
  padding-left: 0;
  padding-right: 0;
}

.ui.form > .ui.horizontal.divider {
  padding-top: 1em;
}

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

#masthead {
  min-height: 70px;
  z-index: 1;
}
#masthead .builder-item {
  z-index: 2;
  position: relative;
}
#masthead .invert.builder-item h1,
#masthead .invert.builder-item h2,
#masthead .invert.builder-item h3,
#masthead .invert.builder-item h4,
#masthead .invert.builder-item h5,
#masthead .invert.builder-item h6,
#masthead .invert.builder-item p,
#masthead .invert.builder-item strong,
#masthead .invert.builder-item small,
#masthead .invert.builder-item a {
  color: #eee;
}

.masthead.ui.inverted.segment,
.ui.inverted.top.fixed.menu {
	background: #393e40;
}

.masthead.ui.inverted.segment > .builder-item {
  margin-top: 1em;
  margin-bottom: -1em;
}

.entry-header {
	margin-bottom: 1em;
}

h1.ui.header .sub.header {
	font-size: 46%;
	padding: .5em 0 1em;
}

h1.ui.header .sub.header > span {
	margin-right: 0.5em;
}

.heading.ui.vertical.segment {
	background-color: #f9f9f9;
	padding-top: 3em;
	padding-bottom: 3em;
}

.heading.ui.vertical.segment.untitled {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.heading .ui.header {
	font-weight: normal;
}

.heading .ui.header .sub.header {
	margin-bottom: 0;
}

body.admin-bar .ui.sidebar,
body.admin-bar .ui.fixed.menu,
body.admin-bar .ui[class*="top fixed"].menu {
	top: 32px;
}

body.hero-header .masthead.segment {
	height: 100%;
	min-height: 550px;
	padding: 1em 0;
}

.header.item.site-branding.customizeable > #customizefocus {
  height: 28px;
  font-size: .7em;
  top: 40%;
}

.ui.inverted.menu .header.item.site-branding {
	margin-left: 0.35714286em;
}

.ui.inverted.menu .header.item.site-branding,
.ui.inverted.menu .header.item.site-branding:hover,
.ui.inverted.menu .header.item.site-branding:active,
.ui.inverted.menu .header.item.site-branding:focus {
	background-color: transparent !important;
}

.ui.inverted.menu .header.item.site-branding a > img {
	max-height: 50px;
	width: auto;
	margin: -10px -13px -10px 0;
}

.masthead .right.item > .link.item:last-child {
	margin-right: 0;
}

.masthead .ui.menu .ui.button {
	margin-left: 0.5em;
}

.masthead h1.ui.header a {
	color: #bcbcbc;
}

.masthead h1.ui.header a:hover {
	color: #efefef;
}

.masthead .hero .site-title {
	color: #fff;
	margin-top: 2.6em;
	margin-bottom: 0;
	font-size: 3.5em;
	font-weight: 900;
}

.masthead .hero .site-description {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	margin-top: .8em;
	margin-bottom: .8em;
}

.masthead > .overlay {
	background-color: transparent;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .2;
	filter: alpha(opacity=20);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.masthead > .overlay + .builder-item {
  z-index: 2;
}

.masthead > .ui.container {
	position: relative;
	z-index: 2;
}

.masthead > #site-navigation {
	z-index: 3;
}

.ui.dropdown.usermenu > .text > img {
	border: 2px solid #bcbcbc;
	border-radius: 50%;
	margin-top: -10px;
	margin-bottom: -10px;
  max-width: 2em;
}

.masthead .ui.menu .ui.dropdown .menu > .header,
.masthead .ui.menu .ui.dropdown .menu > .item {
	font-size: 13px !important;
  padding: 0.58571429em 1.14285714em !important;
}
.masthead .ui.menu .ui.dropdown .menu > .header {
  margin: 0.5rem 0rem 0.25rem;
}

@media only screen and (max-width: 767px) {
	body.admin-bar .ui.sidebar {
		top: 46px;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer.ui.vertical.segment {
	background-color: #2d3133;
	border-bottom: 0;
	font-size: 14px;
	color: #505557;
}

.site-footer p,
.site-footer a {
	font-size: 14px;
	color: #505557;
}

#backtop {
	position: fixed;
	bottom: 10px;
	right: 25px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	color: #656c70;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.3s ease-out;
	opacity: 0;
}

#backtop:hover {
	color: #282c2e;
}

#backtop.show {
	opacity: 1;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.ui.inverted.menu .item,
.ui.inverted.menu .item > a:not(.ui),
.ui.inverted.menu .right.item > .item > i.icon {
	color: rgba(255, 255, 255, 0.6);
}

.ui.inverted.menu .item > i.icon.sidebar {
	background-color: transparent !important;
	margin: 0;
}

.ui.inverted.menu .header.item a,
.ui.inverted.menu .header.item.active a,
.ui.inverted.menu .header.item:hover a {
	color: #fff !important;
}

.ui.top.inverted.menu .right > .item > a:not(.button),
.ui.inverted.menu .item.right > .item > a:not(.button) {
	text-transform: uppercase;
}

.ui.menu .dropdown.item.active,
.ui.menu .dropdown.item:hover,
.ui.menu .item:not(.right):hover > a:not(.button),
.ui.menu .item:not(.right):hover > i.icon,
.ui.menu .item.active:not(.right) > a:not(.button),
.ui.menu .item.active:not(.right) > i.icon {
	color: #656c70;
}

.ui.secondary.pointing.menu .active.item a:not(.button) {
	font-weight: normal;
}

.ui.secondary.inverted.menu .dropdown.item:hover,
.ui.secondary.inverted.menu .link.item:hover,
.ui.secondary.inverted.menu a.item:hover,
.ui.secondary.inverted.menu .active.item,
.ui.inverted.menu .active.item:hover {
	background: transparent;
}

@media only screen and (min-width:961px) {
	.menu:not(.vertical) .item.right {
		padding-right: 0;
	}

	.menu:not(.vertical) .item.header {
			padding-left: 0;
	}
}

/* Paginations */

.paginations, .page-links {
	display: block;
	margin: 1em auto .2em;
	text-align: center;
}

.paginations > .ui.label, .page-links > a {
	text-align: center;
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 10px;
}

.paginations > .ui.label > i.icon {
	margin: 0;
}

.page-links {
	display: block;
	margin: 1em auto .2em;
	text-align: center;
}

.page-links > a, .page-links > span {
	text-align: center;
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 10px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.ui.menu.inverted .active.item > a:not(.button),
.ui.menu.inverted .active.item > i.icon,
.ui.menu.inverted .item:not(.right):hover,
.ui.menu.inverted .item:not(.right):hover > a:not(.button),
.ui.menu.inverted .item:not(.right):hover > i.icon,
.ui.menu.inverted .active.item a:not(.button),
.ui.menu.inverted .item a:not(.button):hover,
.ui.menu.inverted .dropdown.item:hover {
	color: #fff;
}

.ui.inverted.menu .dropdown.item .item > a:not(.ui),
.ui.inverted.menu .dropdown.item .item:hover > i.icon,
.ui.inverted.menu .dropdown.item .item.active > i.icon,
.ui.inverted.menu .dropdown.active.item .item > a:not(.button),
.ui.menu .menu:not(.right) > .item > a:not(.button) {
	display: inline-block;
	color: #282c2e;
	font-weight: normal;
}

.ui.dropdown .menu > .item .dropdown.icon {
	margin-top: .3em;
	margin-left: 0;
}

.ui.simple.dropdown > .menu > .item:active > .menu,
.ui.simple.dropdown:hover > .menu > .item:hover > .menu {
	margin-left: 0 !important;
}

.ui.menu .dropdown.item.active,
.ui.menu .dropdown.item:hover,
.ui.menu .menu:not(.right) .item:not(.right):hover > a:not(.button),
.ui.menu .menu:not(.right) .item:not(.right):hover > i.icon,
.ui.menu .menu:not(.right) .item.active:not(.right) > a:not(.button),
.ui.menu .menu:not(.right) .item.active:not(.right) > i.icon {
	color: #282c2e;
}

.ui.menu .active.item,
.ui.menu .item:hover,
.ui.menu .item:focus,
.ui.menu .item:active {
	background-color: rgba(0, 0, 0, 0.05);
}

.ui.inverted.menu .item,
.ui.inverted.menu .item:hover,
.ui.inverted.menu .active.item,
.ui.inverted.menu .dropdown.item:hover {
	background-color: transparent;
	color: #fff;
}

.ui.menu .ui.dropdown .menu > .active.item {
	font-weight: normal !important;
}

.ui.menu .ui.dropdown .menu > .item.active,
.ui.menu .ui.dropdown .menu > .item:hover {
	background-color: rgba(0, 0, 0, 0.05) !important;
	color: #282c2e !important;
}

.ui.inverted.menu .dropdown.item > .menu {
	margin-top: 0;
}

.ui.simple.active.dropdown > .menu {
	top: -9999px !important;
}

.ui.simple.active.dropdown:hover > .menu {
	top: 100% !important;
}

/* Sidebar Mobile Menu */

#menu_sidebar {
	display: none;
}

.ui.vertical.menu .dropdown.item .menu,
.ui.vertical.menu .ui.dropdown .menu .menu,
.ui.vertical.menu .ui.simple.dropdown > .menu > .item:active > .menu,
.ui.vertical.menu .ui.simple.dropdown:hover > .menu > .item:hover > .menu {
	background-color: rgba(0,0,0,.095);
	display: block;
	position: relative;
	left: 0 !important;
	width: 260px !important;
	margin: 13px -18px -15px !important;
	border-radius: 0 !important;
}

.menu.vertical .item:not(.dropdown) a {
	display: block;
}

.menu .site-branding span {
	border-left: 1px solid #656c70;
	display: block;
	font-size: 75%;
	font-weight: 300;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 2em;
}

.inverted.menu .site-branding span {
	border-left-color: #ededed;
}

.ui.vertical.menu .ui.dropdown.usermenu > .text > img {
	max-height: 60px;
	margin: 0 15px 0 0;
}

.ui.vertical.menu .ui.dropdown.usermenu {
	min-height: 80px;
}

.ui.vertical.menu .ui.dropdown.usermenu > .text {
	font-weight: bold;
	font-size: 18px;
  line-height: 48px;
}

.ui.vertical.menu .ui.dropdown.usermenu > i.icon {
	line-height: 48px;
	height: 48px;
}

.secondary.menu .toc.item {
	display: none;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

#site-navigation.navigation-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #393e40;
	border: 0;
	overflow: visible;
	z-index: 900;
}

body.admin-bar #site-navigation.navigation-fixed {
	top: 32px;
}

#site-navigation.navigation-fixed:before {
	background-color: inherit;
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
}

#site-navigation.navigation-fixed:after {
	background-color: inherit;
	content: "";
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
}

.page-template-homepage #site-navigation:not(.navigation-fixed) {
	border-bottom: 2px solid rgba(255,255,255,.5);
}

.home-revslider.page-template-homepage #site-navigation:not(.navigation-fixed) {
	border-bottom: 0;
}

/* Post & Page Edit Link */

#editlink {
	display: block;
	visibility: hidden;
	position: absolute;
	bottom: 1em;
	left: 50%;
  margin-left: -60px;
  width: 120px;
  overflow: hidden;
	z-index: 800;
}

body.single #editlink {
	bottom: 4em;
}

.editable:hover #editlink {
	visibility: visible;
}

@media screen and (min-width: 768px) {

	/* Post & Page Customizer Link */

  .customizeable {
    position: relative !important;
  }

  .customizeable > #customizefocus {
    display: block;
    visibility: hidden;
    position: absolute;
    bottom: 1%;
    left: 50%;
    width: 160px;
    overflow: hidden;
		margin-left: -80px;
    z-index: 801;
  }

  .customizeable:hover > #customizefocus,
  .customizeable:focus > #customizefocus {
    visibility: visible;
  }

  body.in-previewer .customizeable:hover,
  body.in-previewer .customizeable:focus {
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(0,0,0,0.3) !important;
    box-shadow: inset 0px 0px 0px 3px rgba(0,0,0,0.3) !important;
  }
}

@media screen and (max-width: 782px) {
	body.admin-bar #fixed_menu,
	body.admin-bar #site-navigation.navigation-fixed {
		top: 46px;
	}
}

@media screen and (max-width: 600px) {
	#fixed_menu,
	#site-navigation.navigation-fixed {
		top: 0;
	}
	body.admin-bar #fixed_menu,
	body.admin-bar #site-navigation.navigation-fixed {
		top: 46px;
	}
	body > .wpadminbar {
		position: fixed !important;
	}
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.ui.form .wide.field {
	width: 100%;
}
.ui.form .grouped.inline.fields > label,
.ui.form .grouped.inline.fields > .description {
  display: block;
  clear: both;
  margin: 0em 0em 0.28571429rem 0em;
}
.ui.form .grouped.inline.fields .field {
  display: inline-block;
  margin-right: 1em;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

.textleft {
  text-align: left;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.horizontal-widgets {
  position: relative;
}

.widget .widget-title {
	font-weight: normal;
}

.small-invert-sidebar .widget {
	margin-bottom: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget img {
	max-width: 100%;
	height: auto;
}

.widget ol,
.widget ul {
	padding-left: 20px;
}

.widget ol.children,
.widget ul.children {
	margin-bottom: 6px;
}

/* Widget Area: Small Inverted */

.small-invert-sidebar.ui.vertical.segment {
	background-color: #393e40;
	border-bottom: 2px solid #2d3133;
	padding-top: 0;
	padding-bottom: 0;
}

.small-invert-sidebar .ui.celled.grid > .column:not(.row) {
	box-shadow: -2px 0px 0px 0px #2d3133;
	padding-top: 20px;
	padding-bottom: 20px;
}

.small-invert-sidebar .ui.celled.grid > .column:first-child {
	box-shadow: none;
}

.small-invert-sidebar .widget .ui.segment {
	background-color: transparent;
	box-shadow: none;
	border: none;
	color: #6b7072;
	text-align: center;
	padding: 5px;
}

.small-invert-sidebar .widget .ui.segment .lead {
	font-size: 24px;
}

.small-invert-sidebar .widget .widget-title.ui.header {
	font-weight: 400;
	margin-bottom: .2em;
}

/* Widget Area: Footer Widget */

.footer-widget.ui.vertical.segment {
	background-color: #393e40;
	border-bottom: 2px solid #2d3133;
	padding: 3.3em 0 3em;
}

.footer-widget .widget .ui.segment {
	background-color: transparent;
	box-shadow: none;
	border: none;
	color: #6b7072;
	font-size: 16px;
	line-height: 26px;
}

.footer-widget p, .footer-widget blockquote, .footer-widget quote,
.footer-widget abbr, .footer-widget input, .footer-widget select {
	color: #6b7072;
	font-size: 16px;
	line-height: 26px;
}

.footer-widget .widget .widget-title.ui.header {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 1em;
}

.footer-widget .widget .ui.segment ul:not(.sub-menu) {
	list-style: none;
	padding-left: 0;
}

/* WP Widget Calendar */

.calendar_wrap table {
	width: 100%;
}

.calendar_wrap table thead,
.calendar_wrap table tbody {
	text-align: center;
}

.calendar_wrap a {
	color: #9D9D9D;
}

.calendar_wrap table th,
.calendar_wrap caption {
	color: #9D9D9D;
	font-weight: 700;
}

.calendar_wrap caption {
	margin-bottom: .8em;
}

/* Widget > Recent Posts */

.widget_recent_entries ul {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}

.widget_recent_entries ul > li {
  position: relative;
  display: list-item;
  table-layout: fixed;
  list-style-type: none;
  list-style-position: outside;
  padding: .21428571em 0;
  line-height: 1.14285714em;
}

.widget_recent_entries ul > li:first-child,
.widget_recent_entries ul > li:last-child {
  padding-top: 0;
}

.widget_recent_entries ul > li:before,
.widget_recent_entries ul > li:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.widget_recent_entries ul > li > a {
  display: inline-block;
  margin-bottom: 10px;
  width: 80%;
}

.widget_recent_entries ul > li > .post-date {
  display: inline-block;
  float: left;
  width: 20%;
  font-size: 80%;
	padding-right: 15px;
  text-align: left;
  position: relative;
  text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
  opacity: .7;
}

.widget_recent_entries ul > li > .post-date:after {
  position: absolute;
  right: 10%;
  top: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 2px;
  border-right: 2px solid rgba(0, 0, 0, 0.2);
}

.widget_recent_entries .ui.invert ul > li > .post-date:after {
  right: 20%;
  border-right-color: rgba(255, 255, 255, 0.2);
}

/* Widget > JobPress : Icon Box */

.jobpress-widget-iconbox.boxed {
	border: 1px solid #d4d4d5;
	border-collapse: collapse;
}

.jobpress-widget-iconbox h2.ui.header {
	display: inline-block;
	vertical-align: middle;
}

.jobpress-widget-iconbox h2.ui.header > .sub.header {
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.jobpress-widget-iconbox .ui.header > .icon + .content {
	padding-left: .9rem;
	text-align: left;
}

.small-invert-sidebar .jobpress-widget-iconbox .ui.header > .icon + .content {
	padding-left: 1.5rem;
}

/* Widget > JobPress : MailChimp Newsletter */

p.mc-description {
	margin-bottom: 20px;
}

#mc-embedded-subscribe-form {
	display: block;
	width: 100%;
	clear: both;
}

#mc-embedded-subscribe-form .ui.input {
	margin-bottom: 8px;
}

#mc-embedded-subscribe-form input.email {
	border-radius: 0 !important;
	background-color: #4C5154 !important;
	color: #6C7477 !important;
	font-size: 14px !important;
	padding: 15px 20px !important;
}

#mc-embedded-subscribe-form .ui.button {
	border-radius: 2px;
	font-weight: 400 !important;
	font-size: 14px;
}

#mc-embedded-subscribe-form .ui.action.input .ui.button {
	-webkit-border-radius: 2px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/* Widget > JobPress : Social Media */

.jobpress-widget-social .ui.list {
	margin: 0;
	padding: 0;
}
.ui.link.list .item {
	display: inline-block !important;
}

.jobpress-widget-social .ui.inverted.list > .item > .icon {
	opacity: .6;
}

.jobpress-widget-social .ui.inverted.list > .item:hover > .icon {
	opacity: 1;
}

.jobpress-widget-social .ui.list > .item > .icon + .content {
	padding-left: 0.2em;
	font-size: 1.1rem;
}

/* Widget > JobPress : Counter Box */

.jobpress-widget-countbox.boxed {
	border: 1px solid #d4d4d5;
	border-collapse: collapse;
}

.jobpress-widget-countbox .countbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1em 0 0;
  max-width: auto;
}

.jobpress-widget-countbox .countbox .value {
  font-weight: 400;
  line-height: 1em;
  color: #1B1C1D;
  text-transform: uppercase;
  text-align: center;
  font-size: 4rem;
}

.jobpress-widget-countbox .countbox .label {
  font-size: 1em;
  font-weight: 700;
  color: rgba(0,0,0,.87);
  text-transform: uppercase;
  text-align: center;
}

.jobpress-widget-countbox .countbox.inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jobpress-widget-countbox .countbox.inline .value {
  display: inline-block;
  vertical-align: middle;
  font-size: 3rem;
}

.jobpress-widget-countbox .countbox.inline .label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 .75em;
  font-size: 1.6em;
}

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

.builder-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ui.shortcode.list .list > .item > i.icon,
.ui.shortcode.list > .item > i.icon {
  vertical-align: middle !important;
}

.ui.fluid.container.singular .entry-content,
.ui.fluid.container.singular + .comments-area {
  text-align: left;
}

.ui.basic.modal > .header {
  border-bottom: 0;
}

.ui.accordion {
	margin-top: 10px;
	margin-bottom: 15px;
}

.ui.tabs {
	display: block;
	margin: 10px auto 15px;
}

.ui.tabs .ui.menu .item {
  background-color: transparent !important;
	font-weight: normal !important;
}

.ui.tabs .ui.menu .item.active,
.ui.tabs .ui.menu .item:hover,
.ui.tabs .ui.menu .item:active,
.ui.tabs .ui.menu .item:focus {
	background-color: #fff !important;
	font-weight: normal !important;
}

.ui.tabs:not(.box):not(.point) > .ui.attached + .ui.attached.segment:not(.top) {
	border-top: 1px solid #d4d4d5;
}

.ui.tabs.point .ui.secondary.pointing.menu {
	border-bottom-color: transparent;
}

.ui.tabs.point .ui.tab.segment {
	border: 0;
	border-top: 1px solid #d4d4d5;
	margin-top: -15px;
}

.content-area img {
	max-width: 100%;
	height: auto;
}

.site-content.ui.container.segment {
	border-bottom: none;
	padding: 4em 0em 2em;
}

.ui.image + .site-content.ui.container.segment,
.ui.featured-image + .site-content.ui.container.segment {
	padding-top: 2em;
}

.container.breadcrumbs {
	margin-top: -2em;
	margin-bottom: 2em;
}

.ui.breadcrumb a.section {
	color: #6c7477;
}

.ui.breadcrumb a.section > i.icon {
	margin-right: 0.2em;
}

.ui.breadcrumb a.section:hover,
.ui.breadcrumb a.section:focus {
	color: #393e40;
}

.search-result .ui.floated.header {
	margin-bottom: 0;
}

.ui.items > .item > .content > .header {
	font-weight: normal;
}

#itemnavi {
	margin-top: 1em;
	margin-bottom: .5em;
	width: 100%;
}

.page-template-homepage .site > .segment {
	padding-left: 0;
	padding-right: 0;
}

.entry-footer { 
	clear:both; 
	height:50px; 
	bottom:0; 
	position: relative;
}

@media only screen and (min-width: 1440px) and (max-width: 2560px) {
	.ui.left.rail {
	    left: auto;
	    right: 102% !important;
	    padding: 0 2rem 0 0;
	    margin: 0 2rem 0 0;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {
	.ui.left.rail {
		display: none;
	    left: auto;
	    right: 100.3%;
	    padding: 0 2rem 0 0;
	    margin: 0 2rem 0 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.ui.left.rail {
		display: none;
	    left: auto;
	    right: 100.3%;
	    padding: 0 2rem 0 0;
	    margin: 0 2rem 0 0;
	}
	.ui.labeled.icon.menu .item {
	    min-width: 20px;
	    -webkit-box-orient: vertical;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    font-size: xx-small;
	}
	.ui.menu .item { 
		padding: 5px !important 
	}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.post.sticky .content a.header {
	font-weight: bold !important;
	font-size: 160% !important;
}

.post.sticky .ui.label > .icon {
	margin: 0;
}

.post.sticky .content .description p {
	font-size: 120% !important;
}

.hentry {
	margin: 0 0 1.5em;
}

.hentry.singular {
	margin: 0 0 3em;
}

.hentry img {
	max-width: 100%;
	height: auto;
}

.tags-links, .edit-link {
	display: inline-block;
	padding-top: .6em;
}

.ui.items > .item .meta > span {
	margin-right: .5em;
}

.ui.items > .item > .content a:not(.ui):hover {
	color: inherit;
}

#share-block {
	display: inline-block;
	float: right;
	right: 10px;
	bottom: 30px;
}

#share-block a.facebook:hover i.icon,
#share-block a.facebook:hover {
	color: #3b5998;
}

#share-block a.twitter:hover i.icon,
#share-block a.twitter:hover {
	color: #55acee;
}

#share-block a.google.plus:hover i.icon,
#share-block a.google.plus:hover {
	color: #dd4b39;
}

#share-block a.linkedin:hover i.icon,
#share-block a.linkedin:hover {
	color: #0077B5;
}

#share-block a.mail:hover i.icon,
#share-block a.mail:hover {
	color: #333;
}

#share-buttons .colored-bg.twitter {
  background-color: #55acee !important;
}

#share-buttons .colored-bg.facebook {
  background-color: #3b5998 !important;
}

#share-buttons .colored-bg.google.plus {
  background-color: #dd4b39 !important;
}

#share-buttons .colored-bg.linkedin {
  background-color: #0077B5 !important;
}

#share-buttons .colored-bg.tumblr {
  background-color: #35465c !important;
}

#share-buttons .colored-bg.instagram {
  background-color: #f77737 !important;
}

#share-buttons .colored-bg.pinterest {
  background-color: #bd081c !important;
}

#share-buttons .colored-bg.mail {
  background-color: #444 !important;
}

#share-buttons .colored-bg:hover {
  opacity: .8;
}

.ui.vertical.menu.share {
	float: right;
	margin-right: 1em;
}

.ui.labeled.icon.menu.share .item {
  min-width: 5.6em;
	font-size: .8em;
}

.ui.labeled.icon.menu.share .item > .icon:not(.dropdown) {
	height: 1.2em;
	font-size: 1.8em !important;
	margin: 0em auto 0.3rem !important;
}

.post-navigation .nav-links {
	display: block;
	margin: 4em auto 3em;
	clear: both;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.post-navigation .nav-links:after {
	content: "";
	display: table;
	clear: both;
}

.post-navigation .nav-links > div {
	display: inline-block;
	margin: 1em 0;
	font-size: 1.2rem;
	font-weight: 700;
}

.post-navigation .nav-links .nav-next {
	float: right;
}

.post-navigation .nav-links .nav-previous {
	float: left;
}

.post-navigation .nav-links > div a:before {
	display: inline-block;
	width: .9em;
	height: .9em;
	color: inherit;
	font-family: Icons;
	font-style: normal;
	font-size: 2em;
	font-weight: 200;
	text-decoration: inherit;
	text-align: center;
	speak: none;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.post-navigation .nav-links .nav-next a:before {
	content: "\f101";
	float: right;
	margin-left: .2rem;
}

.post-navigation .nav-links .nav-previous a:before {
	content: "\f100";
	float: left;
	margin-right: .2rem;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.ui.comments {
	max-width: 100%;
}

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

.ui.form > p.form-submit {
	text-align: center;
	margin: 2em auto 1em;
}

.bypostauthor {
	display: none;
}

.ui.threaded.comments .comment .comments {
    padding: 0 0 0 2em !important;
    margin: 0 !important;
    box-shadow: none !important;
}

/*--------------------------------------------------------------
## Helptip
--------------------------------------------------------------*/

.help-tip{
	position: absolute;
	top: 18px;
	right: 18px;
	text-align: center;
	background-color: #BCDBEA;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 26px;
	cursor: default;
}

.help-tip:before{
	content:'?';
	font-weight: bold;
	color:#fff;
}

.help-tip:hover p{
	display:block;
	transform-origin: 100% 0%;

	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{	/* The tooltip */
	display: none;
	text-align: left;
	background-color: #1E2021;
	padding: 10px;
	width: 200px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	right: -4px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
}

.help-tip p:before{ /* The pointer of the tooltip */
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#1E2021;
	right:10px;
	top:-12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
	0% {
		opacity:0;
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}

/*--------------------------------------------------------------
## Page Templates
--------------------------------------------------------------*/

.ui.nopadded.segment {
  padding: 0 !important;
}

.ui.padded.vertical.segment {
  padding: 3rem 0 4rem 0;
}

.ui[class*="very padded"].vertical.segment {
  padding: 5rem 0 6rem 0;
}

.ui.vertical.segment.horizontal-widgets, .testimonials, .companies {
	background-color: #f9f9f9;
	padding: 4em 0 6em;
}

.testimonials {
  background-color: #393e40;
}

.hw-wrapper .ui.padded.segment {
	padding: 32px;
}

.home-compi-head > span,
.home-testi-head > span,
.home-widgets-head > span {
	line-height: 4em;
}

.home-testi-head.ui.header > .sub.header,
.home-widgets-head.ui.header > .sub.header {
	margin-top: -2em;
}

.home-testi-head > .sub.header p,
.home-widgets-head > .sub.header p {
	margin-bottom: 15px;
}

/* Testimonial Section */

.testimonials .opaquebg {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.ui.basic.segment.calltoaction {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 300px;
}

.cta-contents p,
.cta-contents blockquote,
.cta-contents .list > .item > .content,
.cta-contents .list > .item > i.icon {
	line-height: 30px;
}

#testi_user .ui.avatar.image {
	width: 80px;
	height: 80px;
	margin-right: 28px;
}

.testimonial-contents.ui.segment {
	padding-bottom: 40px;
}

.testimonial-contents #testi_isi {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 110px;
}

.testimonial-contents #testi_isi:before {
	content: "\201C";
	line-height: 1em;
}

.testimonial-contents #testi_isi:after {
	content: "\201D";
}

.testimonial-contents #testi_user {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
}

.testimonial-contents #testi_user .middle.aligned.content {
	text-align: left;
}

.testimonial-contents #testi_user .header {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 10px;
}

.testimonial-contents #testi_user span {
	font-weight: 300;
}

.testimonial-contents #testi_user .centered .middle.aligned.content {
  text-align: center;
}

/* Companies Section */

.companies-wrap > .row > .column:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.companies-wrap > .row > .column a {
	display: inline-block;
	vertical-align: middle;
}

.companies-wrap > .row > .column .image {
	margin: 0 auto;
	vertical-align: middle;
	max-width: 100%;
	max-height: 80px;
	height: auto;
  width: 90px;
}

.companies-wrap > .row > .column a:hover > .image {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	border: 1px solid #ededed;
	border-radius: 3px;
	padding: .2em;
	margin: .2em .2em 1.5em;
	max-width: 100%;
}

.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.alignleft {
	margin-right: .4em;
}

.wp-caption.alignright {
	margin-left: .4em;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 80%;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

/* Desktop Device */
@media only screen and (max-width: 1919px) {

}

/* Tablet Device */
@media only screen and (max-width: 1199px) {
	#site-navigation .ui.secondary.menu .item {
		font-size: 14px;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	.post-navigation .nav-links > div {
		font-size: 1em;
	}
}

/* Mobile Wide Device */
@media only screen and (max-width: 991px) {
	#site-navigation .toc.item,
	#menu_sidebar {
		display: flex;
	}
	#site-navigation .site-branding {
		margin: 0 auto;
		text-align: center;
	}
	#share-block,
	#site-navigation .right.item {
		display: none;
	}
	.menu .site-branding span {
		border: none;
		margin-left: 0;
		padding-left: 0;
	}
	.ui.secondary.menu .header.item {
    display: inline-block;
    width: auto;
		text-align: left;
	}
}

/* Mobile Device */
@media only screen and (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
  .editable #editlink, .customizeable > #customizefocus {
    display: none;
  }
  .ui.basic.segment.calltoaction {
    background-position: center top !important;
  }
  .ui.basic.segment.calltoaction .mobile.only.column {
    min-height: 300px;
  }
  .ui.basic.segment.calltoaction .right.floated.column,
	.masthead .hero .site-title,
	.masthead .hero .site-description,
	.masthead .hero .buttonset {
		text-align: center;
	}
	.masthead .hero .buttonset {
		margin: 3em auto 2em;
	}
}

/* Small Mobile Device */
@media only screen and (max-width: 450px) {
  .ui.basic.segment.calltoaction .mobile.only.column {
    min-height: 140px;
  }
}

.field.search_categories .chosen-container {
	display: none !important;
}