/*
Theme Name: HitMag
Theme URI: http://themezhut.com/themes/hitmag/
Author: ThemezHut
Author URI: http://themezhut.com
Description: HitMag is a stylish and powerful theme crafted for magazines, newspapers or personal blogs. HitMag comes with a handful of options to customize your site the way you want. Free version has included a magazine homepage layout, 4 different style blog listing layouts and main color options. Not only that it comes with so many handful of features like author details box, Related posts after articles and control post metadata. All those features and options ensures that HitMag is not just another free WordPress theme but a powerful theme that fulfills all of the basic needs. See all the theme information at https://themezhut.com/themes/hitmag/
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hitmag
Tags: grid-layout,right-sidebar,two-columns,custom-logo,custom-background,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments,translation-ready,news,blog,e-commerce,rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

HitMag is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

ul ul, ol ul { 
 
   list-style-position: inside; 
   margin-left: 15px; 
}			   
 
 
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
      text-align: center;
    text-align-last: center;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
 margin: 0 0 1em;
    padding: 0 0 1em;
    line-height: 2em;
    border: 0;
    border-bottom: 1px solid #eee;
    zoom: 1;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/



						  
			
					  
					 
					 
				   
																		 
													
																								   
																								
																						
																								
																					  
 



body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Lato", sans-serif;
  line-height: 1.5;

}

textarea {
  height: unset !important;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  /* line-height: 1.3; */
}

h1 {
  font-size: 16x;
}

h2 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 10px;
      margin-top: 10px;
}

h3 {
  font-size: 16px;
	        margin-top: 20px;
	    margin: 0;
	        padding-top: 20px;
    padding-bottom: 10px;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

p {
  margin: 0 0 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
  text-decoration: none;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote {
  quotes: "" "";
  padding: 1.5em;
  margin: 0 0 1em 0;

  background: #f8f8f8;

}
blockquote:before, blockquote:after {
  content: "";
}
blockquote p {
  margin: 0;
}
blockquote cite {
  margin-top: 1em;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
padding-left: 15px;
    margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

table, th, td {
 /*  border: 1px solid #ededed; */
}

th {
  background: #f8f8f8;
  font-weight: bold;
  padding: 8px 15px;
}

.site-footer table, .site-footer th, .site-footer td {
  border: 1px solid #555;
}
.site-footer th {
  background: #00a7ad;
}

td {
  padding: 5px 15px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    background: #009196;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    /* line-height: 1; */
    padding: 11px 20px;
    text-transform: uppercase;
    /* float: right !important; */
    /* margin-left: -2px; */
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    text-decoration: none;
  background-color: #00787b;

}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    text-decoration: none;


}

.th-readmore {
  display: inline-block;
  border-radius: 3px;
  font-weight: bold;
  color: #ffffff;
  font-size: 11px;
  background: #e74c3c;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
}

.th-readmore:visited {
  color: #ffffff;
}

.th-readmore:hover {
  background: #222;
  text-decoration: none;
  color: #ffffff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
   color: #666;
    border: 1px solid #ddd;
    padding: 8px 5px;
    background-color: white !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ddd;
}

textarea {
  width: 100% !important;
      vertical-align: unset !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #009196;
  text-decoration: none;
}
a:visited {
  /* color: #2980B9; */
}
a:hover, a:focus, a:active {
  color: #00787b;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.hm-nav-container {
  position: relative;
  background-color: #009196;
  clear: both;
  
}

.main-navigation {
  background-color: #009196;
  clear: both;
  display: block;
  float: left;
  width: 100%;
  z-index: 9999;
  

}
.main-navigation a {
  line-height: 21px;
  padding: 10px 17px;
  color: #ddd;
}
.main-navigation a:hover {
  background-color: #00787b;
  color: #ffffff;
  
}
.main-navigation ul {
  display: none;
  font-size: 12px;
  font-size: 0.875rem;
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-transform: none;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  font-weight: normal;
  position: absolute;
  left: -999em;
  z-index: 99999;
  background: #009196;
  text-transform: none;
  width: 200px;
     border-top: 1px solid #00787b;
    margin-top: -1px;
        -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
  padding: 10px 17px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

@media (max-width: 593px) {


  .hm-container2 {
    display: none;
  }
  
 .job_listings2 {
height: unset !important;
  margin-bottom: 40px !important;
  }
  
  
  .textfield2 {
    width: 107px !important;
  }
  .seachform3  {
   margin-right: -25px !important;
    
  }
  .companyads1 {
    display: none !important;
}
  .companyads2 {
    display: none !important;
}
.companyads3 {
    display: none !important;
}

.jlt-search-keyword {
    width: 70% ;

}






}

@media (max-width: 992px) {

.advsidebar2  {
display: none;
}


.advbottombar {
display: none;
}

.main-navigation { 

    float: unset !important;
     float: none !important;
    padding-bottom: 1px;
 
}

.sub-menu .blod:hover {

  padding-left: 35px;
  margin-left: -20px;
  width: 100%;
}



.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}



.cd-accordion-menu label, .cd-accordion-menu a {

    width: 100%;
}

.cd-accordion-menu label::before {
  /* arrow icon */
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
    margin-top: 9px !important;
}

.has-children input[type=checkbox]:checked + label::before {
  /* rotate arrow */

    -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}



.sub-menu {
  margin-left: 20px !important;
}


  .hm-container2 {
    display: none;
  }
  
  .jlt-advanced-search .jlt-search-field {

    margin-right: 20px;
}

.job-listings ul {

    margin-top: 2px;
}

.jobtypefield {
   
     width: 200px !important; 
}

.advsidebar {
 
    width: 100%;
}

.collapsible {
display: inherit !important;
}


  .companyads2 {
    display: none !important;
}
.companyads3 {
    display: none !important;
}

.jlt-search-keyword {
    width: 87%;
}

.textfield2 {
    width: 210px !important;
}

.jlt-advanced-search {

   width: 100% !important;

}

.content2 {
    display: none;
}

.control-label {
    margin-left: 8px !important;
}


}

@media (max-width: 1199px) {

.company-inner .company-meta {
    margin-left: 16px;
}
 
.adstopheader {
display: none;


}

.advbottombar2 {
display: none;
}

.jlt-search-keyword {
    width: 88%;
}



.jlt-job-archive-content {
    width: 70.9% !important;
}

.job-listings .jlt-col-20 {
    width: 20% !important;
}

.job-listings .jlt-col-60 {
    width: 80% !important;
}


  .companyads3 {
    display: none !important;
}
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
 background-color: #009196;
  color: #ffffff;
}

/*
.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after {
  content: "\f0d7";
  display: inline-block;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  margin: 1px 0 0 10px;
} */

.main-navigation .menu-item-has-children .menu-item-has-children > a:after,
.main-navigation .page_item_has_children .menu-item-has-children > a:after {
  content: "\f0da";
  display: inline-block;
  float: right;
  line-height: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  margin: 0 0 0 10px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.comment-navigation, .posts-navigation, .post-navigation {
  clear: both;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 3em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.post-navigation .meta-nav {
  font-family: "Ubuntu", sans-serif;
  display: block;
  color: #aaa;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.post-navigation .post-title {
  color: #222;
  font-weight: bold;
}
.post-navigation .post-title:hover {
  color: #e74c3c;
}
.post-navigation .nav-previous {
  padding-right: 5px;
}
.post-navigation .nav-next {
  padding-left: 5px;
}

/* Top Navigation */
.top-navigation {
    clear: both;
    display: inline-block;
    margin-left: 10px;

}
.top-navigation a {
    color: #222;
    line-height: 20px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.top-navigation a:hover {
  color: #009196;
}
.top-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.top-navigation ul ul {
    float: left;
    position: absolute;
    z-index: 99999;
    background: white;
    width: 150px;
    border: #ccc 1px;
    border-style: solid;
    left: -999em;
    border-radius: 2px;
}
.top-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.top-navigation ul ul li:hover > ul, .top-navigation ul ul li.focus > ul {
  left: 100%;
}
.top-navigation ul ul a {
    width: 150px;
    color: #222;
}
.top-navigation ul ul a:hover {
  background: #009196;
  color: #fff;
}

.top-navigation ul li:hover > ul,
.top-navigation ul li.focus > ul {
  left: auto;
}
.top-navigation li {
  float: left;
  position: relative;
}
.top-navigation a {
  display: block;
  text-decoration: none;
}
@media (max-width: 992px) {


  #secondary.widget-area {
  
    display: none !important;
}									

  .jlt-job-archive-content {
    width: 100% !important;
    margin-left: 0px !important;
}


.jlt-list-steps {

    display: none;
}
}

.top-navigation .menu-item-has-children > a:after,
.top-navigation .page_item_has_children > a:after {
  content: "\f0d7";
  display: inline-block;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 10px;
  margin: 0 0 0 10px;
}

.top-navigation .menu-item-has-children .menu-item-has-children > a:after,
.top-navigation .page_item_has_children .menu-item-has-children > a:after {
  content: "\f0da";
  display: inline-block;
  float: right;
  line-height: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 10px;
  margin: 0 0 0 10px;
}

/* Small menu. */
.menu-toggle,
.top-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .top-navigation ul {
    display: block;
  }
}
#main-nav-button {
  color: white;
  display: none;
  line-height: 40px;
/*  margin: 0 0 0 30px; */
  text-align: left;
  padding: 0 16px;
  font-weight: bold;
  text-transform: uppercase;
  z-index:9999;
  width: 50px;

}
#main-nav-button:hover {
  color: #fff;
  background: #009196;
  text-decoration: none;
}
@media (max-width: 992px) {
  #main-nav-button {
    display: inline-block;
  }
}

@media (max-width: 992px) {
  .hm-topnavbutton {
    background: #ECF0F1;
    border-bottom: 1px solid #ddd;
    display: block;
    height: 35px;
    padding: 0 15px;
  }
}

#top-nav-button {
  display: none;
  line-height: 35px;
  margin: 0;
  text-align: left;
  width: 100%;
  color: #222222;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#top-nav-button:hover {
  color: #e74c3c;
  text-decoration: none;
}
@media (max-width: 992px) {
  #top-nav-button {
    display: inline-block;
  }
}

#main-nav-button:before {
  content: "\f0c9";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: 0 10px 0 0;
										 
}

#top-nav-button:before {
  content: "\f0c9";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: 0 10px;
}

.responsive-mainnav,
.responsive-topnav {
  background: #009196;
    display: none;

    top: 41px !important;
    width: 100%;
    z-index: 9;
      border-top: 1px solid #00787b;
    border-bottom: 1px solid #00787b;
        -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 992px) {
  .responsive-mainnav,
  .responsive-topnav {
    display: none !important;
    background: #333;
  
  }
}
.responsive-mainnav ul,
.responsive-topnav ul {
  margin: 0;

}
.responsive-mainnav li,
.responsive-topnav li {
  list-style: none;
}
.responsive-mainnav li a,
.responsive-topnav li a {
  color: white; 

  padding: 10px 15px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-size: 0.875rem;
}
.responsive-mainnav li a:hover,
.responsive-topnav li a:hover {
  background: #00787b;
  color: white !important;
}

/* Social Menu */
.hm-social-menu {
  display: inline-block;
  float: right;
  margin: 7.5px -5px 7.5px 15px;
  line-height: 20px;
}

.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

#hm-menu-social ul {
  list-style: none;
  margin: 0;
  text-align: center;
  padding: 0;
}

#hm-menu-social ul li {
  display: inline-block;
  position: relative;
}

#hm-menu-social li a::before {
  content: '\f408';
  display: inline-block;
  padding: 0 5px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #222;
}

#hm-menu-social li a:hover {
  color: #222;
}

#hm-menu-social li a[href*="wordpress.org"]::before,
#hm-menu-social li a[href*="wordpress.com"]::before {
  content: '\f205';
  color: #21759b;
}

#hm-menu-social li a[href*="facebook.com"]::before {
  content: '\f09a';
  color: #3b5998;
}

#hm-menu-social li a[href*="twitter.com"]::before {
  content: '\f099';
  color: #33ccff;
}

#hm-menu-social li a[href*="dribbble.com"]::before {
  content: '\f17d';
  color: #ea4c89;
}

#hm-menu-social li a[href*="plus.google.com"]::before {
  content: '\f0d5';
  color: #dd4b39;
}

#hm-menu-social li a[href*="pinterest.com"]::before {
  content: '\f0d2';
  color: #c8232c;
}

#hm-menu-social li a[href*="github.com"]::before {
  content: '\f09b';
  color: #171515;
}

#hm-menu-social li a[href*="tumblr.com"]::before {
  content: '\f173';
  color: #34526f;
}

#hm-menu-social li a[href*="youtube.com"]::before {
  content: '\f16a';
  color: #c4302b;
}

#hm-menu-social li a[href*="flickr.com"]::before {
  content: '\f16e';
  color: #ff0084;
}

#hm-menu-social li a[href*="vimeo.com"]::before {
  content: '\f27d';
  color: #1AB7EA;
}

#hm-menu-social li a[href*="instagram.com"]::before {
  content: '\f16d';
  color: #3f729b;
}

#hm-menu-social li a[href*="codepen.io"]::before {
  content: '\f1cb';
  color: #000;
}

#hm-menu-social li a[href*="linkedin.com"]::before {
  content: '\f0e1';
  color: #0e76a8;
}

#hm-menu-social li a[href*="yelp.com"]::before {
  content: '\f1e9';
  color: #d32323;
}

/* Search Box */
.hm-search-box-container {
  display: none;
}

.hm-search-button-icon {
    cursor: pointer;
    float: right;
    position: absolute;
    top: 0;
        right: 20%;
    width: 30px;
    height: 50px;
    line-height: 35px;
    color: #ddd;
}

.hm-search-button-icon:before {
  content: '\f002';
  cursor: pointer;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.hm-search-button-icon.hm-search-close:before {
  content: '\f00d';
  cursor: pointer;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.hm-search-box-container {
  background: #fff;
  display: none;
  position: absolute;
  width: 500px;
  z-index: 999;
margin-right: 50px;
}

@media (max-width: 480px) {
  .hm-search-box-container {
    width: 100%;
    right: 20%;
  }
  
  .field3 {

    margin-right: unset !important;
    margin-right: none !important; 


}

	.attachment-hitmag-featured.size-hitmag-featured.wp-post-image  {
    margin: 0 !important;
    }

															 
.jlt-list li .col-actions2 {
    
    width: 15%;
}

.filter {
    
    margin-top: 10px;
}

.jlt-btn-link {

    margin-bottom: 5px;
}
  

#main-nav-button:hover {
    color: white;
    background: unset !important;
  
    background: none !important;

}
  
}
@media (min-width: 481px) {
  .hm-search-box-container {
    right: 20%;
  }
}
@media (min-width: 768px) {
  .hm-search-box-container {
    right: 20%;
  }
}
@media (min-width: 992px) {
  .hm-search-box-container {
    right: 20%;
  }
}

#hm-search-form .search-form .search-submit {
  border-radius: 0;
  box-shadow: none;
  background-color: #e74c3c;
  border: none;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 3px;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-shadow: none;
  text-transform: uppercase;
  width: 92px;
}
#hm-search-form .search-form .search-submit:hover {
  background: #d03d3d;
}
#hm-search-form .search-form .search-submit:focus {
  outline: none;
}
#hm-search-form .search-form .search-field {
  background: #f1f1f1;
  border: none;
  color: #222;
  float: left;
  height: 40px;
  margin: 0;
  padding: 0 11px;
  width: 220px;
}
#hm-search-form .search-form .search-field:focus {
  outline: none;
}

.pagination {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 1em 0;
  text-align: center;
  display: block;
}

.nav-links .page-numbers {
  color: #fff;
}

.nav-links .page-numbers:hover {
  color: #fff;
}

.page-numbers {
    font-weight: bold;
    margin-right: 2px;
    border-radius: 2px;
    display: inline-block;
}



.nav-links .current {
  background: #e74c3c;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
  margin: 0 2px;
}

.infinite-scroll .navigation {
  display: none;
}

#infinite-handle {
  text-align: center;
  margin: 25px 0 50px 0;
}

#infinite-handle span {
  background: #333;
  cursor: pointer;
  font-size: 13px;
  padding: 10px 30px;
  font-weight: bold;
}

#infinite-handle span.infinite-loader {
  text-align: center;
}

.infinite-scroll .infinite-loader {
  width: 100%;
  text-align: center;
}

.infinite-scroll .infinite-loader .spinner {
  bottom: -1em;
  left: auto;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# 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;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {

  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget-title {
    font-size: 16px;
    width: 100%;
    font-weight: bold;
    line-height: 1.3;
    display: inline-block;
    background-color: whitesmoke;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
 margin: 0;  
}

.footer-widget-title {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 2px solid #e74c3c;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  display: inline-block;
  color: #eee;
  margin-top: 0;
  margin-bottom: 24px;
}

.hm-header-sidebar {
  max-width: 100%;
  margin: 20px 0 0;
  overflow: hidden;
  float: right;
}
.hm-header-sidebar .widget {
  margin-bottom: 20px;
}

.widget ul,
.widget-area ul {
  margin: 0;
   padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  list-style: none;
}
.widget ul li,
.widget-area ul li {
  padding: 5px 0px;
}
.widget a,
.widget-area a {
  color: #222222;
}
.widget a:hover,
.widget-area a:hover {
  color: #00787b;
}

a.hm-viewall {
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  margin-top: 2px;
  margin-bottom: 20px;
  font-size: 10px;
  padding: 3px 10px;
  border-radius: 3px;
  color: #fff;
  background: #e74c3c;
}
a.hm-viewall:visited {
  color: #fff;
}
a.hm-viewall:hover {
  background: #222;
  color: #ffffff;
}

.hm-viewall:after {
  content: '\f101';
  cursor: pointer;
  display: inline;
  margin-left: 0.3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.footer-widget-area {
    overflow: hidden;
    color: #ececec;
    margin: 0 -20px;
    font-size: 14px;
}
.footer-widget-area .widget {
  margin: 50px 0;
}
.footer-widget-area .widget ul {
  margin: 0;
  padding: 0 1px;
  list-style: none;
}
.footer-widget-area .widget ul li {
  padding: 6px 0;
}
.footer-widget-area .widget ul li:first-child {
  padding-top: 0;
}
.footer-widget-area .widget a {
  color: #ececec;
}
.footer-widget-area .widget a:hover {
  color:  #ffffff;
}

.site-info {
    line-height: 20px;
    background: #009196;
    font-size: 14px;
    font-size: 0.875rem;
    color: #ececec;
    overflow: hidden;
}
.site-info a {
color: #ececec;
}
.site-info a:hover {
  color: #fff;;
}

.site-info-owner {
  padding: 15px 0 5px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .site-info-owner {
    width: 50%;
    float: left;
    padding: 20px 20px 20px 0;
  }
}

.site-info-designer {
  line-height: 20px;
  padding: 5px 0 15px;
}
@media (min-width: 768px) {
  .site-info-designer {
    width: 50%;
    float: left;
    text-align: right;
    padding: 20px 0 20px 20px;
  }
}

.footer-sidebar {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .footer-sidebar {
    width: 16.66666667%;
    float: left;
  }
}

/* Search widget */
.search-form {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.search-form .search-field {
  /* display: block; */
  margin: 0;
  /* -webkit-box-sizing: border-box; */
  -moz-box-sizing: border-box;
  /* box-sizing: border-box; */
  /* -webkit-appearance: none; */
  /* border-radius: 3px; */
  width: 100%;
  padding: 9px;
  font-size: 14px;
}



.search-form label {
  display: block;
}

.search-form .search-field::placeholder {
  color: #aaa;
  font-style: italic;
}

.search-form .search-submit {
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  background: #aaa;
  color: #fff;
}

.search-form .search-submit:hover {
  background: #e74c3c;
}

@media (min-width: 768px) {
  .hm-header-sidebar .widget_search {
    min-width: 345px;
    margin: 25px 0;
  }
}
/* Magazine Widgets */
.hmb-post,
.hms-posts {
  margin-left: 0;
  width: 47.3469387755102%;
  float: left;
}
@media (max-width: 768px) {
  .hmb-post,
  .hms-posts {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
  
  .woocommerce-customer-details {
  padding: 0 !important;
}

#first_name {
    width: 240px !important;
}

#last_name {
    width: 240px !important;
}

#address {
    width: 240px !important;
}

#_address {
    width: 240px !important;
}

#company_name {
    width: 240px !important;
}

#title {
    width: 240px !important;
    
}

#position {
    width: 240px !important;
}

#keywords {
    width: 240px !important;
}

.chosen-choices {
    width: 240px !important;
    height: 100px !important;
}

.field6 {
    margin-top: 20px !important;
    display: inline-block;
}

.chosen-drop {
  width: 240px !important;
}

  
}

.hmb-post {
  margin-right: 5.306122448979592%;
}
.hmb-post img {
  margin-bottom: 10px;
  width: 100%;
}
.hmb-post .cat-links {
  margin: 0 0 0.455em 0;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.hms-posts {
  margin-right: 0;
}

.hmb-entry-title {
  font-size: 21.008px;
  font-size: 1.313rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 0.286em;
}
.hmb-entry-title a {
  color: #222222;
  line-height: 1.3;
}
.hmb-entry-title a:hover {
  color: #e74c3c;
}

.hmb-entry-meta,
.hms-meta {
  color: #888;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
}
.hmb-entry-meta a,
.hms-meta a {
  color: #888;
}
.hmb-entry-meta a:hover,
.hms-meta a:hover {
  color: #e74c3c;
}

.hmb-entry-summary {
  margin: 0.813em 0 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.hmb-entry-summary p {
  margin: 0 0 1.438em;
}

.hms-post {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
.hms-post:last-child {
  margin-bottom: 0;
}

.hms-thumb {
  float: left;
  margin-right: 15px;
}
.hms-thumb img {
  max-width: 125px;
}

.hms-details {
  overflow: hidden;
}

.hms-title {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 0.8em;
}
.hms-title a {
  color: #222222;
  line-height: 1.3;
}
.hms-title a:hover {
  color: #e74c3c;
}

.widget_recent_entries span.post-date {
  color: #888;
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  margin: 3px 0;
}

/* Dual Category Posts */
.widget.widget_hitmag_dual_category_posts {
  margin-bottom: 35px;
}

.widget_hitmag_dual_category_posts .hmb-entry-summary {
  margin-bottom: 2em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.hm-dualc-left {
  margin-left: 0;
  margin-right: 5.306122448979592%;
  margin-bottom: 25px;
  width: 47.3469387755102%;
  float: left;
}
@media (max-width: 768px) {
  .hm-dualc-left {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
    float: none;
  }
}

.hm-dualc-right {
  overflow: auto;
  margin-bottom: 25px;
}

.hmbd-post img {
  margin-bottom: 10px;
  width: 100%;
}
.hmbd-post .cat-links {
  margin: 0 0 0.455em 0;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

/* Grid Posts Widget */
.widget.widget_hitmag_grid_category_posts {
  margin-bottom: 20px;
}

.hitmag-grid-category-posts {
  margin: 0 -10px;
}

.hmw-grid-post {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 2em;
  width: 33.3333333%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  clear: none;
}
@media (max-width: 768px) {
  .hmw-grid-post {
    width: 100%;
    margin-right: 0;
  }
}
.hmw-grid-post:nth-of-type(3n + 1) {
  clear: both;
}
.hmw-grid-post img {
  margin-bottom: .7em;
  width: 100%;
}
.hmw-grid-post .post-title {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0 0 .5em 0;
}
.hmw-grid-post .post-title a {
  color: #222;
}
.hmw-grid-post .post-title a:hover {
  color: #e74c3c;
}

/* Tab Widget */
ul.hm-tab-nav {
  overflow: hidden;
  margin: 0 0 25px 0;
  background: #ECF0F1;
  list-style: none;
  padding: 0;
}

li.hm-tab {
  float: left;
  padding: 0 !important;
}

.hm-tabs-wdt .hm-tab-anchor {
  font-size: 15px;
  padding: 10px 20px;
  line-height: 40px;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  color: #333;
}
.hm-tabs-wdt .hm-tab-anchor:focus {
  outline: none;
}
.hm-tabs-wdt .hm-tab-anchor:hover {
  opacity: 0.9;
}
@media (max-width: 1199px) {
  .hm-tabs-wdt .hm-tab-anchor {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.hm-tabs-wdt .ui-state-active {
  border-bottom: 2px solid #e74c3c;
  outline: 0;
}
.hm-tabs-wdt #hitmag-comments,
.hm-tabs-wdt #hitmag-tags {
  display: none;
}

.hmw-comment {
  overflow: hidden;
  margin: 0 0 1em;
}

.hmw-comment-author,
.hitmag_comment_post {
  font-weight: bold;
}

.hmw-comment {
  font-size: 14px;
  margin-top: 5px;
}

.hmw_avatar {
  float: left;
  margin: 0 1em 0 0;
}
.hmw_avatar img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.hmw-comm-content {
  overflow: hidden;
}

/* Tag Cloud Widget */
#hitmag-tags a,
.widget_tag_cloud .tagcloud a {
  display: block;
  float: left;
  padding: 4px 10px;
  font-weight: bold;
  background: #e74c3c;
  color: #fff;
  margin: 0 1px 1px 0;
  font-size: 13px;
}

#hitmag-tags a:hover,
.widget_tag_cloud .tagcloud a:hover {
  background: #222;
}

/* Ready Magazine Widgets for other sidebars. */
#secondary .hmb-post,
.footer-widget-area .hmb-post {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
#secondary .hms-posts,
.footer-widget-area .hms-posts {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
#secondary .hm-dualc-left,
#secondary .hm-dualc-right,
.footer-widget-area .hm-dualc-left,
.footer-widget-area .hm-dualc-right {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
#secondary .hmw-grid-post,
.footer-widget-area .hmw-grid-post {
  display: block;
  width: 100%;
}
#secondary a.hm-viewall,
.footer-widget-area a.hm-viewall {
  color: #ffffff;
}
#secondary a.hm-viewall:hover,
.footer-widget-area a.hm-viewall:hover {
  color: #ffffff;
}
#secondary .widget_categories select,
#secondary .widget_archive select,
.footer-widget-area .widget_categories select,
.footer-widget-area .widget_archive select {
  width: 100%;
}

.footer-widget-area .hmw-grid-post .post-title a,
.footer-widget-area .hmb-entry-title a,
.footer-widget-area .hms-title a {
  color: #eeeeee;
}
.footer-widget-area .hmw-grid-post .post-title a:hover,
.footer-widget-area .hmb-entry-title a:hover,
.footer-widget-area .hms-title a:hover {
  color: #e74c3c;
}
.footer-widget-area ul.hm-tab-nav {
  background: #2b2b2b;
}
.footer-widget-area .hm-tabs-wdt .hm-tab-anchor {
  color: #eee;
}

.widget_categories select,
.widget_archive select {
  display: block;
  padding: 8px;
}

#wp-calendar th, #wp-calendar td {
  padding: 8px;
  text-align: center;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
.site-content {
  padding-bottom: 30px;

}

.hitmag-full-width .hitmag-wrapper {
  max-width: 100%;
  margin-top: 0;
  background-color: #edeef0;
}

.hitmag-wrapper {
  background: #ffffff;
  margin: 0 auto;

}
@media (min-width: 768px) {
  .hitmag-wrapper {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .hitmag-wrapper {
    max-width: 990px;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .hitmag-wrapper {
    max-width: 1200px;
  }
}

.hm-container {
  margin: 0 auto;
  padding: 0 25px;
  position: relative;

}
@media (min-width: 768px) {
  .hm-container {
    max-width: 760px;
    padding: 0 30px;

  }
  
  

  
}
@media (min-width: 992px) {
  .hm-container {
    max-width: 990px;
    padding: 0 40px;
  }
  
 
}
@media (min-width: 1200px) {
  .hm-container {
    max-width: 1200px;
  }
  .hm-container3 {
    max-width: 1200px;
  }
   .textfield2 {
    width: 380px !important;
}
}

#primary.content-area {

  width: 100%;
  font-size: 14px;
}
@media (max-width: 992px) {
  #primary.content-area {
    width: 100%;
    float: none;
  }
}





/*
@media (max-width: 992px) {
  #secondary.widget-area {
    max-width: initial;
    width: 100%;
    float: none;
  }
}

  */

.th-left-sidebar #primary.content-area {
  float: right;
}
.th-left-sidebar #secondary.widget-area {
  float: left;
}

.th-no-sidebar #primary.content-area {
  width: 100%;
  max-width: 1120px;
}
.th-no-sidebar #secondary.widget-area {
  display: none;
}

.th-content-centered #primary.content-area {
  float: none;
  margin: 0 auto;
}
.th-content-centered #secondary.widget-area {
  display: none;
}

.posts-wrap {
  position: relative;
 /*  overflow: hidden; */
}

.th-grid-2 .hitmag-post {
  display: inline-block;
  margin-right: 5.306122448979592%;
  margin-left: 0;
  width: 47.3469387755102%;
  vertical-align: top;
  position: relative;
  float: left;
}
@media (max-width: 768px) {
  .th-grid-2 .hitmag-post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}
.th-grid-2 .hitmag-post:nth-child(2n) {
  margin-right: 0;
}

.th-no-sidebar .th-grid-2 .hitmag-post {
  margin-right: 3.571428%;
  width: 48.21428571%;
}
@media (max-width: 768px) {
  .th-no-sidebar .th-grid-2 .hitmag-post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
  


.job-category-list .job-category-item {

        float: none !important;
    margin-left: unset !important;
    margin-left: none !important;
}

.pricing__item  {
min-width: none !important;
}

#search_type_chosen {
    min-width: 200px;
}


}
.th-no-sidebar .th-grid-2 .hitmag-post:nth-child(2n) {
  margin-right: 0;
}



.th-grid-3 .hitmag-post {
				  
    width: 25%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    min-height: 1px;
    clear: none;
    display: inline-table;
    margin-right: 20px;
}

@media (max-width: 768px) {
  .th-grid-3 .hitmag-post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}
.th-grid-3 .hitmag-post:nth-of-type(3n + 1) {
  clear: both;
}

.th-no-sidebar .th-grid-3 {
  margin: 0 -19px;
}
.th-no-sidebar .th-grid-3 .hitmag-post {
  padding: 0 19px;
}
.th-no-sidebar .th-grid-3 .hitmag-post:nth-of-type(3n + 1) {
  clear: both;
}

.th-list-posts .hitmag-post .entry-summary {
  margin-bottom: 1em;
}
.th-list-posts .hitmag-post {
  overflow: hidden;
  clear: both;
}
.th-list-posts .archive-thumb {
  float: left;
  margin: 0 30px 0 0;
}
.th-list-posts .archive-thumb img {
  max-width: 290px;
  
}
@media (max-width: 768px) {
  .th-list-posts .archive-thumb {
    width: 100%;
    float: none;
  }
}
.th-list-posts .archive-content {
  overflow: hidden;
}
@media (max-width: 768px) {
  .th-list-posts .archive-content {
    width: 100%;
    float: none;
  }
}

.th-no-sidebar .th-list-posts .archive-thumb img {
  max-width: 348px;
}

.site-footer {
 background: #00a7ad;

}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}


.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
color: #888888;		 
}

.page-content,
.entry-content,
.entry-summary {
  margin-top: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

html {
  font-size: 16px;
}

body {
  background: #ddd;
}

.hm-logo {
  float: left;
}

.hm-site-title {
  overflow: hidden;
  display: inline-block;
  margin-left: 15px;
}

.site-header {
  margin: 0 0 40px;
}

.hm-top-bar {
   background: #edeef0;
    border-bottom: 1px solid #ddd;
}

.hm-date {
  font-size: 12px;
  font-size: 0.75rem;	  	  
	height: 95px;
}

.header-main-area {
  overflow: hidden;
  clear: both;
}

.site-branding {
  float: left;
  max-width: 100%;
  margin: 28px 0;
}

.site-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}
.site-title a {
  color: #e74c3c;
}
.site-title a:hover {
  color: #222222;
}

.site-description {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2px 0 0 0;
}

.hm-header-image img {
  float: left;
  width: 100%;
}

.hitmag-post {
  margin-bottom: 20px;
}
.hitmag-post .entry-title {

    font-weight: bold;
					
    line-height: 1.3;
    padding-top: 0;
    padding-bottom: 5px;

}
.hitmag-post .entry-title a {
  color: #222222;
  line-height: 1.3;
}
.hitmag-post .entry-title a:hover {
  color: #00787b;
}
.hitmag-post .entry-meta {
  color: #888;
  font-size: 13px;
  font-size: 0.8125rem;
}
.hitmag-post .entry-meta a {
  color: #888;
}
.hitmag-post .entry-meta a:hover {
  color: #00787b;
}
.hitmag-post .entry-summary {
  margin: 0.813em 0 0;
   padding-left: 20px;
    padding-right: 20px;
}
.hitmag-post .entry-summary p {
  margin: 0 0 1.438em;
}
.hitmag-post .cat-links {
  margin: 0 0 0.455em 0;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .th-large-posts .hitmag-post {
    margin-bottom: 4.5em;
  }
  .th-large-posts .hitmag-post .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: 0.192em;
  }
}
.meta-sep {
  margin: 0 2px;
}

.archive-thumb img {
      margin-bottom: -4px;
    padding: 10px 10px 0px 10px;
    background: #f5f5f5;
}
@media (max-width: 768px) {
  .archive-thumb img {
    width: 100%;
  }
}

.cat-links {
    font-family: "Lato", sans-serif;
    color: #bbb;
    font-weight: bold !important;
    float: left;
    margin-right: 20px;
    font-size: 16px;
    border-right: 1px solid #aaa;
    padding-right: 20px;
}
.cat-links a {
    color: #009196;
    font-weight: bold;
}
.cat-links a:hover {
   color: #00787b;
}

.hitmag-single {
  line-height: 1.6;
}
.hitmag-single .entry-header {
  margin-bottom: 27px;
}
.hitmag-single .cat-links {
    font-size: 12px;
					   
						 
    text-transform: uppercase;
}

.hitmag-single .entry-title {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 0.2em;
  font-weight: bold;
  color: #222;
  line-height: 1.2;
}
.hitmag-single .entry-meta {
					  
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
width: 100%;
}
.hitmag-single .entry-meta a {
  color: #888888;
}
.hitmag-single .entry-meta a:hover {
  color: #009196;
}
.hitmag-single .author a {
   color: #009196;
}
.hitmag-single .author a:hover {
  color: #00787b;
}

.hm-authorbox {
  padding: 20px;
  border: 1px solid #dddddd;
  overflow: hidden;
  margin-bottom: 3em;
}

.hm-related-posts {

   background-color: white;

  box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
  border-radius: 2px;
  display: table;
  width: 100%;
}

.hm-author-img {
  float: left;
  margin: 0 25px 0 0;
}

.hm-author-content {
  overflow: hidden;
}
.hm-author-content .author-name {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0 0 1em;
}
.hm-author-content .author-description {
  margin: 0;
}
.hm-author-content .author-posts-link {
  margin: 1em 0 0;
  display: block;
  color: #e74c3c;
  font-style: italic;
}
.hm-author-content .author-posts-link:hover {
  color: #222;
}

.hm-tags-links {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 20px 0;
  display: block;
}
.hm-tags-links a {
  line-height: 1.5;
  padding: 0 5px;
  margin-right: 1px;
  background: #222;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 2px;
}
.hm-tags-links a:hover {
  background: #e74c3c;
  color: #fff;
}

.hm-tagged {
  line-height: 1.5;
  padding: 0 5px;
  margin-right: 1px;
  background: #e74c3c;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 2px;
}

.hm-edit-link {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1.5em;
}
.hm-edit-link a.post-edit-link {
  padding: 5px 10px;
  background: #e74c3c;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-size: 0.75rem;
}
.hm-edit-link a.post-edit-link:before {
  content: "\f044";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  margin: 1px .5em 0 0;
}
.hm-edit-link a.post-edit-link:hover {
  color: #fff;
  background: #222;
}

.hitmag-page .entry-title {
      font-size: 1.125rem;
    padding: 2px 0;
    border-bottom: 2px solid #e74c3c;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
    display: inline;
    margin-bottom: 50px;
}

.arc-page-title {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 2px 0;
  border-bottom: 2px solid #e74c3c;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  display: inline;
}

.srch-page-title {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 2px 0;
  border-bottom: 2px solid #e74c3c;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  display: inline;
}

.archive-description {
  margin-top: 0.625em;
  font-style: italic;
}

.archive .page-header,
.search .page-header {
  margin-bottom: 20px;
}
.archive .page-header p,
.search .page-header p {
  margin-bottom: 0;
}

.archive.category .page-header {
  margin-bottom: 2.5em;
}

.no-results .page-title,
.error-404 .page-title {
  margin: 0.25em 0 1em 0;
  font-size: 34px;
  font-size: 2.125rem;
}
.no-results .page-header,
.error-404 .page-header {
  margin-bottom: 0;
}

/* Featured Slider */
.hitmag-featured-slider {
  margin-bottom: 40px;
}

.hm-slider-container {
  position: relative;
  cursor: pointer;
}

.hm-slide-holder {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.hm-slide-holder:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 48.97959183673469%;
}

.hm-slide-holder > .hm-slide-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hm-slider-details {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 30px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
}
.hm-slider-details a {
  color: #fff;
}
.hm-slider-details a:hover {
  color: #ccc;
}
.hm-slider-details .cat-links {
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 3px 8px;
  background: #e74c3c;
  margin: 0 0 5px;
  display: inline-block;
  color: #ffffff;
}
.hm-slider-details .cat-links a {
  color: #fff;
}
.hm-slider-details .cat-links a:hover {
  color: #ddd;
}
@media (max-width: 768px) {
  .hm-slider-details .cat-links {
    display: none;
  }
}

.hm-slider-title {
  text-shadow: 0 0 5px #222;
  font-size: 16px;
  font-size: 1rem;
  margin: 2px 0 0;
  line-height: 1.3;
}
@media (min-width: 480px) {
  .hm-slider-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .hm-slider-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .hm-slider-title {
    font-size: 26px;
    font-size: 1.625rem;
  }

}

.slide-entry-meta {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 5px 0 0;
  text-shadow: 0 0 2px #000;
}
.slide-entry-meta a {
  color: #fff;
}
.slide-entry-meta a:hover {
  color: #ccc;
}
@media (max-width: 768px) {
  .slide-entry-meta {
    display: none;
  }
}

#hm-carousel {
  background: #ddd;
  padding: 10px;
}
#hm-carousel img {
  width: 100%;
  display: block;
  opacity: .9;
  cursor: pointer;
}
#hm-carousel img:hover {
  opacity: 1;
}
#hm-carousel .flex-active-slide img {
  opacity: 1;
  cursor: default;
  border: 2px solid #fff;
}

.hm-thumb-bg {
  background: #000;
}
.hm-related-posts {
  position: relative;
  overflow: hidden;

}

.hm-rel-post {
    display: inline-block;
    margin-right: 3.5%;
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 200px;
    vertical-align: top;
    position: relative;
    float: left;
}
@media (max-width: 768px) {
  .hm-rel-post {
    width: 100%;
    margin-right: 0;
  }
}
.hm-rel-post img {
  
  width: 100%;
}
.hm-rel-post .post-title {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0 0 .5em 0;
  padding-top: 10px;
}
.hm-rel-post .post-title a {
  color: #222;
}
.hm-rel-post .post-title a:hover {
  color: #00787b;
}






/* Share Icons */
.hitmag-social-sharing {
  overflow: hidden;
}

.entry-header .hitmag-social-sharing {
  margin-bottom: 2.3em;
}

.entry-footer .hitmag-social-sharing {
  margin-top: 1.5em;
}

.hm-share {
  margin-right: 10px;
  padding: 7px 13px;
  color: #fff;
  border-radius: 3px;
  line-height: 15px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}
.hm-share:visited {
  color: #fff;
}
.hm-share:hover {
  color: #fff;
  opacity: 0.8;
}

.hm-share-facebook {
  background: #3b5998;
}

.hm-share-facebook:before {
  content: "\f09a";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 11px;
  margin: 0;

}

.hm-share-twitter {
  background: #33ccff;
}

.hm-share-twitter:before {
  content: "\f099";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 11px;
  margin: 0;

}

.hm-share-googleplus {
  background: #dd4b39;
}

.hm-share-googleplus:before {
  content: "\f0d5";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 11px;
  margin: 0;

}

.hm-share-facebook:before,
.hm-share-twitter:before,
.hm-share-googleplus:before {
  line-height: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 0.6em;
  padding-right: 0.6em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.comment-content p {
  margin-top: 0;
}

.bypostauthor {
  display: block;
}

.comment-list {
 list-style: none;
    margin: 0;
    background-color: white;
    padding-bottom: 10px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    display: table;
    width: 100%;
}

.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

								 
										
					  
 

.comments-title,
.comment-reply-title {
      background-color: whitesmoke;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    display: flow-root;
    font-size: 16px;
}

.comments-title {
      background-color: whitesmoke;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;

    display: flow-root;
    font-size: 16px;
}

.comment-list {
  list-style: none;
        margin: 0;
    padding-bottom: 30px;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
 
  padding: 20px 20px 0px 75px;
  position: relative;
   overflow: hidden;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.875em;
}

.comment-author {
  color: #1a1a1a;
  margin-bottom: 0.4375em;
  line-height: 1;
  display: inline;
}
.comment-author a {
  color: #e74c3c;
}
.comment-author a:hover {
  color: #222;
}

.comment-author .avatar {
  height: 50px;
  position: absolute;
  width: 50px;
  left: 0;
  top: 22px;
  border-radius: 50%;
}

.comment-metadata,
.pingback .edit-link {
  color: #888888;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6153846154;
}

footer.comment-meta {
  margin-bottom: 10px;
}

.comment-metadata {
  margin-left: 5px;
  display: inline;
}

.comment-metadata a,
.pingback .comment-edit-link {
  color: #888888;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
  color: #00787b;
}

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-reply-link {

  padding: 6px 8px;
    font-size: 12px;
    background: #009196;
    color: #fff;
    display: inline-block;
				  
    line-height: 100%;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    border-radius: 2px;
							
}

.comment-reply-link:hover,
.comment-reply-link:focus {
  background: #00787b;
  box-shadow: none;
  color: white;
}

.comment-form {
    background-color: white;
    padding-bottom: 10px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    display: table;
    width: 100%;
}

.comment-form label {
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.077em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.comment-list .comment-form {
  padding-bottom: 1.75em;

}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
				  
     font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1.5em;
    
    padding-left: 20px;
}

.no-comments {
  border-top: 1px solid #dddddd;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em;
}

.comment-navigation + .no-comments {
  border-top: 0;
  padding-top: 0;
}

.form-allowed-tags code {
  font-family: Inconsolata, monospace;
}

.form-submit {
  margin: 20px;
}

.required {
  color: #e74c3c;
}

					  
							
											


.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  font-size: 0;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
  color: #1a1a1a;
}

.comment-reply-title small a:before {
  content: "\f00d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  position: relative;
  top: -5px;
  color: #e74c3c;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.woocommerce .page-title {
  margin: 10px 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
}

.woocommerce ul.products li.product .star-rating {
  color: #eac600;
}

.woocommerce ul.products li.product h3 {
  color: #222222;
  margin-bottom: 1em;
}

.woocommerce ul.products li.product h3:hover {
  color: #e74c3c;
}

.woocommerce .products .star-rating {
  margin-left: auto;
  margin-right: auto;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 30px;
}

.woocommerce .woocommerce-result-count {
  margin: 5px 0 25px;
}

.woocommerce select {
  padding: 8px;
}

.woocommerce-product-search {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-weight: bold;
}

.woocommerce-product-search .search-field {
  display: inline-block;
  margin: 0;
  width: 100%;
  height: 45px;
  padding: 10px 80px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}

.woocommerce-product-search input[type="submit"]:hover {
  background: #333333;
}

.woocommerce-product-search input[type="submit"]:focus {
  outline: none;
}

.woocommerce-product-search input[type="submit"] {
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  background: #e74c3c;
  color: #fff;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: 11px 16px !important;
    font-size: 12px !important;
    color: #fff;
    display: inline-block !important;
    line-height: 100%;
    font-weight: bold;
    text-transform: uppercase;
    background: #009196;

}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background:  #00787b;
  color: #ffffff;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 10px 0;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  margin-top: 10px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  margin-top: 2px;
  width: 50px;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  padding: 10px 0 0;
}

/* WC WIDGETS */
/* Layered Nav */
.woocommerce-pagination {
  margin-top: 20px;
  margin-bottom: 60px;
}

.woocommerce .widget_layered_nav ul li {
  padding: 8px 0;
}

/* Average Rating Widget */
.woocommerce .widget_rating_filter ul li {
  padding: 8px 0;
}

/* Woocommerce Pagination */
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 10px 15px;
  margin: 0 2px;
  font-weight: bold;
  color: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul li a {
  background: #383732;
}

.woocommerce nav.woocommerce-pagination ul li a:focus {
  background: #e74c3c;
  color: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #e74c3c;
  color: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #e74c3c;
  color: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: none;
}

.woocommerce .page-numbers {
  background-color: transparent;
}

/* Woocommerce Product Page */
.woocommerce .entry-summary {
  margin-top: 0;
}

.woocommerce div.product .product_title {
  margin-bottom: 20px;
}

.woocommerce .cart input[type="number"] {
  padding: 0;
  line-height: 32px;
  color: #222222;
  font-weight: bold;
}

.woocommerce .star-rating span {
  color: #eac600;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 20px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 15px;
}

.woocommerce .posted_in a,
a.woocommerce-review-link {
  color: #404040;
}

.woocommerce .posted_in a:hover,
a.woocommerce-review-link:hover {
  color: #222222;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #3f3f3f;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 10px 0 40px;
  padding: 10px 0 20px;
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.related > h2,
.woocommerce-checkout h3,
.cart_totals h2 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 24px;
}

.cart_totals h2,
#order_review_heading {
  margin-top: 2em;
}

.woocommerce #reviews #comments ol.commentlist li {
  margin: 0 0 30px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 70px;
  padding: 20px 20px 10px;
  border-radius: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 50px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  padding: 0;
}

.woocommerce #reviews h3 {
  margin: 20px 0;
}

.woocommerce #review_form .stars {
  margin-bottom: 0;
}

.woocommerce #review_form #respond p {
  margin: 0 0 25px;
}

.select2-container .select2-choice {
  border: 1px solid #eee;
  border-radius: 0;
}

.woocommerce .widget_price_filter .ui-slider {
  margin-top: 5px;
}

.woocommerce span.onsale {
  background-color: #e74c3c;
}

.woocommerce ul.products li.product .price {
  color: #404040;
}

.woocommerce-widget-area ul {
  list-style: none;
  margin: 0;
}

.woocommerce-widget-area ul li {
  margin: 0.4em 0;
  padding: 0 1.2em;
}

.woocommerce-widget-area ul li a {
  color: #383732;
}

.woocommerce-widget-area ul li a:hover {
  text-decoration: none;
  color: #e74c3c;
}

.woocommerce-widget-area .widget-title {
  background: #e74c3c;
  color: white;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  height: 32px;
  line-height: 32px;
  margin: 0 0 1px 0;
  padding: 0 1.2em;
  text-transform: uppercase;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #009196;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #00787b;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 11px 15px;
      margin-right: 10px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #888;
}

.pswp button:active {
  top: 50%;
}

.woocommerce .flex-control-nav {
  display: block;
}
.woocommerce .label label {
  color: #404040;
  line-height: 50px;
  font-size: 14px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin-bottom: 60px;
}

.woocommerce .entry-header .hitmag-social-sharing {
  display: none;
}

.woocommerce-loop-product__title {
  color: #222222;
}
.woocommerce-loop-product__title:hover {
  color: #e74c3c;
}

.woocommerce-page.single-product .entry-header {
  margin-bottom: 40px;
}

.woocommerce table.shop_attributes td p {
  padding: 8px 16px;
}

.woocommerce #infinite-handle {
  display: none;
}

.woocommerce-cart .actions .button:disabled {
  background: #ccc;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 535.5px;
  height: 36px;
}
/*
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 1em;
}
*/
#review_form .comment-reply-title {
  border: none;
  margin-bottom: 1em;
  display: block;
}

.logo
{
	float:left;
}

.market
{
	border-left: 1px solid #ccc;
	padding-left: 10px;
	font-size: 12px;
	width:8%;
display:inline-block;
    position: absolute;
    margin-top: 8px;
    line-height: 20px;
}

.crypto2, #about-inner {
		background: #1E1F21;
	}
	.crypto2, .buttons2 > a, .help-button {
		color: #D6D6D6;
		background-color: black;
	}
	:focus {
		outline: 0;
	
	}
	
	p {
		margin-top: 0.7em;
		margin-bottom: 0.7em;
	}
	#loading, .error {
		top: 150px;
		
		
	}
	.error {
		color: red;
	}
	#loading {
		display: none;
		margin-left: 400px;
		margin-top: 40px;
	}
	#ChartContainer {
		height: 100%;
	}
	.top11 {
		margin-top: 8px;
	}
	#relation-selection {
		margin-left: 18px;
	}
	.top12 {
		margin-top: 8px;
	}
	.buttons2 {
		display: inline-block;
		font-size: 14px
	}
	.buttons2 > a, .help-button {
		display: inline-block;
		padding-top: 4px;
		padding-bottom: 3px;
		padding-left: 4px;
		padding-right: 4px;
		margin-left: 5px;
		margin-right: 3px;
		border: 1px solid transparent;
		transition: all ease-out 0.2s;
		text-decoration: none;
		min-width: 25px;
		font-size: 12px
	}
	.buttons2 > a:hover {
		color: #FFFF;
		background-color: #1fbcc1;
	}
	.buttons2 > a.active {
		color: #FFFF;
		background-color: #1fbcc1;

	}









.company-profile-info {
font-size: 14px;
padding: 10px;
background-color:#dddddd;
width: fit-content;
margin-right: 30px;
margin-bottom: 30px;
float:left;
width:170px;
}





.company-letters{
  font-size: 16px;
text-align: center;
    margin-bottom: 60px;
    border-bottom: 2px solid #ddd;
    background: #fbfbfb;
    text-align: center;
    width: 900px;
  margin: auto;
}

.company-letters a {
padding: 10px;

}


.company-group {
  margin-top:40px;
margin-right: 63px;
float: left;
width: 310px;
}


.companies-overview{
margin:auto;
    
}

.companies-overview li li a {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    display: block;
    
}

.company-letter {
    font: 700 24px/normal Montserrat,sans-serif;
    padding: 0 0 8px;
    border-bottom: 2px solid #eee;

}

.companies-overview, .companies-overview ul {
     margin: 0;
     padding: 0;
    list-style: none;
}



.widget-container{
margin-left: 10px;
display: inline-block;
width: 800px;
}

.widget-container>div{
border-left: 1px solid #ccc;
    padding-left: 12px;
font-size: 12px;
	width:10%;
display:inline-block;
}


.currency-name{
	font-weight:bold;
font-size: 10px;
	text-transform:uppercase;
	display:inline-block;
}

.menu-item-58 {
float:right !important;
}

.menu-item-58 a:hover {
  background-color: #b4975a; 

}

.menu-item-59 {
float:right !important;
}

.menu-item-59 a:hover {
  background-color: purple;
}

.menu-item-60 {
float:right !important;
}

.menu-item-60 a:hover {
  background-color: #1fbcc1;
}

.icon-facebook:before
	{
  content: '\f082';
    display: inline-block;
        font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
    margin-right: 5px;
	}
	
.icon-twitter:before {
  content: '\f099';
    display: inline-block;
        font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
    margin-right: 4px;
}

.icon-website:before {
  content: '\f0c1';
    display: inline-block;
        font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
    margin-right: 4px;
}

.companydescription {
margin-left: 200px;
margin-bottom: 60px;
}
	
	
	
.facebook:before {
     content: '\f082';
    font-family: 'Font Awesome 5 Brands';
    font-size: 20px;
    color: white;
    float: left;
    font-weight: 400;

}

				  
.linkedin:before {
    content: '\f08c';
    font-family: 'Font Awesome 5 Brands';
    font-size: 20px;
    color: white;
    float: left;
    font-weight: 400;
margin-left: 15px;
}				 
										 
					
					  
				
 

.twitter:before {
  content: '\f099';
    font-family: 'Font Awesome 5 Brands';
    font-size: 20px;
    color: white;
    float: left;
    font-weight: 400;
margin-left: 15px;
}

.telegram:before {
  content: '\f2c6';
    font-family: 'Font Awesome 5 Brands';
    font-size: 20px;
    color: white;
    float: left;
    font-weight: 400;
margin-left: 15px;
}

.instagram:before {
  content: '\f16d';
    font-family: 'Font Awesome 5 Brands';
    font-size: 20px;
    color: white;
    float: left;
    font-weight: 400;
margin-left: 15px;
}
	


.companyads1 {
display: inline-block;
    background-color: #fff;
    width: 220px;
    line-height: 20px;
    font-weight: bold;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
     font-size: 12px;
     color: black;
}


.companyads1:hover {
    background-color:  #f7f7f7;
}

.companyadsimg1 {
   float: left;
    margin-right: 8px;

    height: 60px;
    border-right: 1px solid #d7d8db;
border-radius: 2px;
}

.companyads2 {
display: inline-block;
    background-color: #fff;
    width: 220px;
    margin-left: 20px;
    line-height: 20px;
    font-weight: bold;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
border-radius: 2px;
 font-size: 12px;
  color: black;
}

.companyads2:hover {
    background-color:  #f7f7f7;
}

.companyadsimg2 {
   float: left;
    margin-right: 8px;

    height: 60px;
    border-right: 1px solid #d7d8db;
    border-radius: 2px;
}

.companyads3 {
display: inline-block;
    background-color: #fff;
    width: 220px;
    margin-left: 20px;
    line-height: 20px;
    font-weight: bold;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
     font-size: 12px;
      color: black;
}

.companyads3:hover {
    background-color:  #f7f7f7;
}

.companyadsimg3 {
   float: left;
    margin-right: 8px;

    height: 60px;
    border-right: 1px solid #d7d8db;
    border-radius: 2px;
  }

.toplogo {

  float:left;
  margin-top: 5px;

}

.login {
    float: right;
    font-size: 12px;
    border-left: 1px solid #aaa;
    margin-top: 5px;
    line-height: 10px;
    margin-left: 60px;
}

.toplogo {
    float: left;
    margin-top: 5px;
  
}

.maincompanies {

    float: left;
    width: 250px;
    background-color: white;

    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    margin-right: 20px;
}

.recentjobs {
float: left;
max-width:250px;
  margin-left: 20px;

}

.recentjobs2 {
    float: left;

    width: 850px;
background-color: whitesmoke;
box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
}

.job_listings2 {

    	    -webkit-column-width: 1500px;
    -moz-column-width: 1px;
    column-width: 150px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 20px;
    height: 500px;
    list-style: none !important;
}

.header {
    background-color: whitesmoke;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    margin-bottom: 10px;
        display: flow-root;
}

.subcard {
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
display: table;
width: 100%;
    border-radius: 2px;
}

.subheader {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
      display: inline;
}


.job-inner2 {
       line-height: 1.5em;
    color: #999;
    list-style: none outside;

    width: 100%;
    page-break-inside: avoid;
    break-inside: avoid;
   

    background-color: #f5f5f5;
    padding: 5px 10px;



    border: 1px solid #d7d8db;
    
    border-radius: 2px;
    margin-bottom: 10px;

}



.location2
{
  float:left;
  padding-right: 5px;
}

.company2 {
    float:left;
  padding-right: 5px;
}



.job-manager-filter {
  padding: 5px;
  color: #999;
}

.search_categories2 {
  padding-top: 20px;
  float:left;
  padding-right: 20px;
}
.search_categories3 {
  padding-top: 20px;
  float:left;
  padding-right: 20px;
}

.salary {
  color:black;
}

.date2 {
      position:absolute;
    bottom:0;
    right:0;
    padding: 15px;
}


.recentposts {
    width: 250px;
      float: right;
}

#search_keywords2 {
  float:left;
  width: 413px;
  height: 40px;
}

.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 3em;
	    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    background: white;
}

.pricing__item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
	min-width: 373px;
	
}

.pricing__feature-list {
	text-align: left;
}

.pricing__action {
	color: inherit;
	border: none;
	background: none;
}

.pricing__action:focus {
	outline: none;
}



.pricing__item {
	font-family: 'Roboto', sans-serif;
	padding: 2em 4em;
	cursor: default;
	color: #262b38;
	max-width: 280px;
	float: left;
	    width: 100%;
}

.pricing__item:nth-child(2) {
	border-right: 1px solid rgba(139, 144, 157, 0.18);
	border-left: 1px solid rgba(139, 144, 157, 0.18);
}



.pricing__item:nth-child(4) {
      border-top: 1px solid rgba(139, 144, 157, 0.18);
  


}

.pricing__item:nth-child(5) {
      border-top: 1px solid rgba(139, 144, 157, 0.18);
border-left: 1px solid rgba(139, 144, 157, 0.18);
border-right: 1px solid rgba(139, 144, 157, 0.18);
}

.pricing__item:nth-child(6) {
      border-top: 1px solid rgba(139, 144, 157, 0.18);

	
}

.pricing__item:nth-child(7) {
        border-top: 1px solid rgba(139, 144, 157, 0.18);

}

.pricing__item:nth-child(8) {
    border-top: 1px solid rgba(139, 144, 157, 0.18);
    border-right: 1px solid rgba(139, 144, 157, 0.18);
    border-left: 1px solid rgba(139, 144, 157, 0.18);
}

.pricing__item:nth-child(9) {
      border-top: 1px solid rgba(139, 144, 157, 0.18);

	
}

.pricing__item:nth-child(10) {
        border-top: 1px solid rgba(139, 144, 157, 0.18);

}

.pricing__item:nth-child(11) {
    border-top: 1px solid rgba(139, 144, 157, 0.18);
    border-right: 1px solid rgba(139, 144, 157, 0.18);
    border-left: 1px solid rgba(139, 144, 157, 0.18);
}

.pricing__item:nth-child(12) {
      border-top: 1px solid rgba(139, 144, 157, 0.18);

	
}


.pricing__title {
	font-size: 1em;
	margin: 1.5em 0 0;
}

.pricing-icon {
	font-size: 2.5em;
	color: #8b909d;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.pricing__item:hover .icon {
	color: #E03E3E;
}

.pricing__price {
	font-size: 2em;
	font-weight: bold;
	margin-top: 0.5em;
	overflow: hidden;
}
/*
.pricing__currency {
	font-size: 0.5em;
	vertical-align: super;
}
*/
.pricing__period {
	font-size: 12px;
	color: #8b909d;
	margin-bottom: 30px;
}

.pricing__anim {
	display: inline-block;
	position: relative;
}

.pricing__item:hover .pricing__anim {
	-webkit-animation: moveUp 0.4s forwards;
	animation: moveUp 0.4s forwards;
	-webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.pricing__item:hover .pricing__anim--2 {
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}

@-webkit-keyframes moveUp {
	50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

@keyframes moveUp {
	50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

.pricing__sentence {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em;
	color: #8b909d;
}

.pricing__feature-list {
	font-size: 0.85em;
	margin: 0;
	padding: 0.25em 0 2.5em;
	list-style: none;
	text-align: center;
	color: #8b909d;
}


.pricing__action {
    padding: 8px 14px;
    color: #fff;
    background: #009196;
    transition: background-color 0.3s;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.pricing__action:hover,
.pricing__action:focus {
	background-color: #00787b;
	color: white;
}

.pricing__action:visited {
  color:white;
}






@media screen and (max-width: 60em) {
	.pricing__item {
		    min-width: unset!important;
min-width: none!important;
    width: 90%;
    flex: none;
border-left: none !important;
border-right: none !important;
    opacity: 1 !important;
	}
	.pricing__item:nth-child(4) {
    border-top: 1px solid rgba(139, 144, 157, 0.18);
}

.pricing__item:nth-child(3) {
    border-top: 1px solid rgba(139, 144, 157, 0.18);
}

.pricing__item:nth-child(2) {
    border-top: 1px solid rgba(139, 144, 157, 0.18);
}
}

.action {
  background-color: gold;
  padding: 14px;
  font-size: 16px;
  width:fit-content;
}

.job-count {
    font-size: 18px;
    margin-top: 50px;
    position: absolute;
}

.control-label {
  font-weight: bold;
}

.jlt-job-archive-content {
    float: left;
    margin-left: 20px;
        width: 76.4%;

}



.jlt-job-salary {
  float: right;
  font-size: 15px;
}

.hitmag-single .entry-header {
    margin-bottom: 15px;
}

.salary2 {
    font-size: 20px;
    margin-bottom: 25px;
}

.job-meta2 {
  margin-top: 20px;
}

.company-jobs {
  
  
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
    padding-bottom: 20px;
}


.jlt-btn2 {
padding-top: 9.6px;
    padding-bottom: 9.4px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    background:  #009196;
    color: #fff;
    display: inline-block;
    line-height: 100%;
    font-weight: bold;
    border-radius: 2px;
}

.jlt-btn3 {
    padding: 12px 16px;
    font-size: 12px;
    background: #009196;
    color: #fff;
    display: inline-block;
    line-height: 100%;
    font-weight: bold;
    text-transform: uppercase;
}

.jlt-btn3:hover {
  background: #00787b;
  box-shadow: none;
  color:#fff;
}

.candidate-cv {
  float:left;
  margin-right: 5px;
  margin-top: 5px;
}

.jlt-btn-bookmark {

    display: inline-block;
    float: left !important;
    margin-top: 20px;
    padding: 11px 14px !important;
}

.jlt-btn-bookmark2 {

  display: inline-block;
   float:left !important;
   margin-top: 20px;
       padding: 11px 14px !important;
}

.jlt-btn-apply-form {
  float:left !important;
      margin-right: 10px;
}

.count-job {
    color: #b4b9be;
    display: inline-block;
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}


.job-name {
  display:inline-block;
  margin-top:5px;
  margin-bottom:5px;
}






.menu-item-186 a {

color: gold !important;
}




.menu-item-187 a {
color: gold !important;
}


.woocommerce-info2 {
    background: #fff;
    border-radius: 2px;
    border-left: 6px solid #31708f !important;
    color: black;
    border: 1px solid #ccc;

        padding: 6px 15px;
            margin-top: -20px;
    margin-bottom: 20px;
}

.steps2 {
      float: left;
    display: block;
    text-align: center;
        margin-bottom: 20px;
}


.active2:before {
      content: "";
      height: 10px;
      width: 100%;
      right: 0;
      top: 50%;
      margin-top: -7px;
      position: absolute;
      background: #2a2e30;
      text-align: center;
}

.active2 a {
    font-size: 50px;
    display: inline-block;
    background-color: #009196;
    position: relative;
    z-index: 1;
    color: #fff;
    border: 10px solid #2a2e30;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    line-height: 80px;
    font-family: montserrat,sans-serif;
}



.jlt-step2:before {
      content: "";
    height: 10px;
    width: 100%;
    right: 0;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    background: #2a2e30;
    text-align: center;
}

.jlt-step2 a {
      font-size: 50px;
      display: inline-block;
      background-color: #34393b;
      position: relative;
      z-index: 1;
      color: #6e7172;
      border: 14px solid #2a2e30;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      width: 100px;
      height: 100px;
     /* line-height: 80px; */
      font-family: montserrat,sans-serif;
}

.active2 a:before {
    content: "";
    border: 10px solid #70cbce;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jlt-step2 a:before {
    content: "";
    border: 10px solid #34393b;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.active2 {
      display: block;
    text-align: center;
    position: relative;
        margin-bottom: 20px;
    margin-top: -20px;
}

.jlt-step2 {
      display: block;
    text-align: center;
    position: relative;
        margin-bottom: 20px;
    margin-top: -20px;
}


.jlt-list-steps li:first-child .active2:before  {
  width: 50%;
}

.jlt-list-steps li:first-child .jlt-step2:before  {
  width: 50%;
}

.jlt-list-steps li:last-child .jlt-step2:before {
    left: 0;
    right: auto;
 width: 50%;
}

.jlt-list-steps li:last-child .active2:before {
    left: 0;
    right: auto;
 width: 50%;
}

.active {
      margin-top: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    min-width: 250px;
    max-width: 250px;
}

.jlt-step {
      margin-top: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    min-width: 250px;
    max-width: 250px;
}

.jlt-search-keyword2 {

    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.jlt-search-btn3 {
    position: absolute;
    top: 0;
    right: 0;
}

.searchform {
    height:39px;
    margin-left: -4px;
    background: #f9f9f9;
    font-size: 13px;
    
   
}

.textfield2 {
    width: 376px;
    font-size: 13px;
    height: 39px;
    margin-top: 1px;
    vertical-align: px;
    border: 1px solid #ddd;
}

.company-job-count {
  font-size: 16px;
  margin-left: 3px;
}


.jlt-form-control-2 {
  margin-bottom: 15px !important;
   margin-right: 30px !important;
       vertical-align: none !important;
       height: 33px;
       vertical-align: unset !important;
}

.filter {
  margin-left: 15px;
}

.mainh3 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}

.wp-switch-editor:hover {
  background:#f5f5f5;
}

.forgotpw {
  float:right;

}


.field6 {
      width: 100%;
   
    padding: 0 0 1em;
   
    border-bottom: 1px solid #eee;
    
}

.showsal {
  display: none;

}

.hidesal {
  display: inline;
}

#_jlt_resume_field_expected_salary {
    width: 200px;
    height: 33px;
}

.bottomborder2 {
    border-bottom: 1px solid #eee;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    /* background: black; */
    float: left;
}


.field {
    width: 100%;

    vertical-align: middle;
  
}

.seachform3 {
    display: inline;
    float: right;




}

.seachform4 {
    display: inline;
    float: left;
    outline-offset: -1px;
    margun-right: 20px;

}

.button3 {
  float:right;
  margin-left: 1px;
      height: 39px;
    margin-top: 1px;
    background: #f9f9f9;
}

.button3:hover {

    background: #ededed;
}

.logregfor {
    background-color: white;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    overflow: hidden;
    max-width: 400px;
    margin: auto;
}



.notfound2 {
    float: left;
    background-color: white;
    padding-bottom: 10px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    width: fit-content;
}




.resume-detail-delete {
margin-top: 15px;
margin-bottom: 15px;
 -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

.jlt-item {
color: #949494;
}

.current {
 background-color: #00787b;
 color: white;
 border-radius: 2px;
}

.page-numbers a:hover {
     background-color: #00787b;
    color: white;
border-radius: 2px;
}

.page-numbers a {
     background-color: #009196;
    color: white;
border-radius: 2px;
}



.company-logo {
  float:left;
}



.resume-title {
    margin-bottom: 0px;
    margin-top: 30px;
}

.candidatename {
    margin-top: -5px;
}

.jlt-list-steps {
  width: 90% !important;
  display: table; 
}

.entry-header {
  margin-bottom: 20px;
}

.label-required {
  color: red;
}

.jlt-item2 {
    color: #9a9a9a;
    display: inline-block;
						
}



.jlt-item3 {
    color: #949494;
    display: inline-block;
}

.mce-btn button:hover {
  background-color: unset !important;
}

.count-job2 {
  display:inline;
     color: #000000;
     padding-left: 5px;
       
}

.company-meta2 {
    float: left;
    margin-left: 40px;
        width: 65%;
}


.jlt-bookmark {
width: 130%;
}

.message {
  margin-bottom: 30px;
}

.jlt-btn-apply-form2 {
  float: left !important;
      margin-top: 20px;
      margin-right: 10px;
	   					  
}

.jlt-btn-apply-form3 {
  float: left !important;
      margin-top: 20px;
      margin-right: 10px;
        margin-left: 20px;
}

.jltfa-calendar {
  margin-top: 10px;
}

.jlt-messages2 {
    padding: 0;
    margin: 0 0 15px 0;
    list-style: none;
    border: 1px solid #ccc;
    margin-bottom: 20px !important;
    margin-top: -20px;
}

 .field3.slr .field .input-dollar {
     position: relative;
 }
 .field3.slr .field .input-dollar.left input {
     padding-left:18px !important;
 }


.field3.slr .field .input-dollar:before {
    position: absolute;
    top: 1;
    content: "$";
    margin-top: 17px;
    line-height: 0 !important;
}
 .field3.slr .field .input-dollar.left:before {
     left: 10px;
 }
 
 .field7 {
    display: table;
    margin-top: 100px;
    padding: 0 0 1em;
    line-height: 2em;
    border: 0;
    border-bottom: 1px solid #eee;
    zoom: 1;
    clear: both;
}
 
 
 
 .actions {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.button4 {
    border: none;
    background: #e74c3c;
    color: #fff;
    font-size: 12px;
    /* font-size: 0.75rem; */
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 10px 12px;
    display: inline-block;
    line-height: 100%;


}

.button4:hover {
  background: #C53737;
  color: white;
}

  .managetable {
 padding: 20px;
}


.tableheader {
 box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
}

.categories {
    margin-top: 20px;
    float: left;
 
    background-color: white;
    padding-bottom: 10px;
    }
    
    .jlt-job-item {
    line-height: 1.5em;
 
    list-style: none outside;
    width: 100%;
    page-break-inside: avoid;
    break-inside: avoid;
    background-color: #ffffff;
    padding: 5px 10px;
    border: 1px solid #d7d8db;
    border-radius: 2px;
    margin-bottom: 10px;
}

.topcard {
background: white;

    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    padding: 20px;
        border-radius: 2px;
        margin-bottom: 20px;
}

.jlt-company-item {
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    background-color: white;
    margin-bottom: 10px;
}


.topcard2 {
    background: white;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    padding: 20px;
    border-radius: 2px;
    margin-bottom: 20px;
    width: fit-content;
}

.subcard2 {
   background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;

    display: table;
    width: 100%;
    margin-bottom: 20px;
    margin-top: -20px;
}

.hsubcard {
    margin-top: 10px;
    margin-bottom: 10px;
}

.listings {
    background-color: white;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    margin-bottom: 20px;
}

.categories2 {
 background-color: white;
    padding-bottom: 10px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    overflow: hidden;
    width: 30%;
        float: left;
}


.jlt-form2 {
   padding: 20px;
    background-color: #fff;
    display: table;
     width: 100%;
}

.jlt-dashboad2 {
    background-color: white;

    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    background-color: white;

    border-radius: 2px;
}


#log {
width: 100%;
margin-bottom: 20px;
}

#pwd {
width: 100%;
margin-bottom: 20px;
}



#user_login {
width: 100%;
}

#user_email {
width: 100%;
}


#cuser_password {
width: 100%;
}

#user_password  {
width: 100%;
}

#position  {
width: 380px;
}

#approve-reject-application-form {
  overflow:auto;
}

.posting {

    background-color: white;
    padding-bottom: 10px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
        display: table;
    width: 100%;
}



.field3 {
    float: left;
    margin-right: 40px;
    padding: 0 0 1em;
    line-height: 2em;
    border: 0;
    border-bottom: 1px solid #eee;
    zoom: 1;
}

.field2 {
 margin-top: 20px;
     border-bottom: 1px solid #eee;
     padding-bottom: 20px;
     margin-bottom: 20px;
 
}

.location3 {
 display: table;
}


.collapsible {
    background-color: white;
    cursor: pointer;
    padding: 10px;
    display:none;
       box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
}



#add-google-location {
    width: 291px;
height: 33px !important;
}

.field4 {
margin-top: 160px;
}


.field3 #experience {
    width: 200px;
    height: 33px;
}

.field3 #salary  {
    width: 200px;
    height: 33px;
}

.field3 #category_chosen {
    width: 200px !important;
}


.companyupload {
    float: left;
    margin-right: 40px;

    line-height: 2em;
    border: 0;
    border-bottom: 1px solid #eee;
    zoom: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

.field5 {
    float: left;
    padding: 0 0 1em;
    line-height: 2em;
    border: 0;
    border-bottom: 1px solid #eee;
    zoom: 1;
    margin-bottom: 20px;
    width: 100%;

}

#first_name {
  width: 380px;
}

#last_name {
  width: 380px;
}

#address {
  width: 380px;
}

#company_name {
  width: 380px
}

#_address {
  width: 380px;
}

#_experience_year {
  width: 200px;
  height: 33px;
}



.jlt-icon2 {
    position: absolute;
    margin-left: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    background: #009196;
    border-radius: 2px;

    padding: 11.5px 15px;
}

.jltfa-plus {
  font-size: 10px !important;
}


.fieldlocation {
       float: left;
    margin-right: 40px;
    padding: 0 0 1em;
    line-height: 2em;
    border: 0;
    border-bottom: 1px solid #eee;
    zoom: 1;
    margin-bottom: 20px;
    width: 350px;
    margin-top: 20px;
}

#title {

    width: 380px;
    height: 33px;
    
}

.field1u {
  float: left;
    margin-right: 70px;
    padding: 0 0 1em;
    line-height: 2em;
    border: 0;
    border-bottom: 1px solid #eee;
    zoom: 1;
    margin-bottom: 20px;
    width: fit-content;

}

.field2u {
  float: left;
    margin-right: 70px;
    padding: 0 0 1em;
    line-height: 2em;
    border: 0;
    border-bottom: 1px solid #eee;
    zoom: 1;
    margin-bottom: 20px;
    width: fit-content;
}

.fieldfit {
   float: left;
    margin-right: 40px;
    padding: 0 0 1em;
    line-height: 2em;
    border: 0;
    border-bottom: 1px solid #eee;
    zoom: 1;
    margin-bottom: 20px;
    width: 440px;
    margin-top: 20px;
}

.field-repeat {

    line-height: 2em;
    border: 0;
    border-bottom: 1px solid #eee;
    zoom: 1;
    margin-bottom: 50px;
}

.jobtypefield {
    float: left;
 
    padding: 0 0 1em;
    line-height: 2em;
    border: 0;
    border-bottom: 1px solid #eee;
    zoom: 1;
    width: 350px;
}

.package {
  font-weight: bold;
  float: left;
  width: 120px;
}

.package2 {
    margin: auto;
    float: right;
}

.jlt-list li .col-actions2 {
    float: right;

}

.posting2 {
    background-color: white;

    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    float: left;
    margin-right: 20px;
}

.posting3 {
    background-color: white;
    padding-bottom: 10px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    float: left;
    margin-right: 20px;
}

.woocommerce-orders-table__header {
    padding: 10px 15px;
    background: #fafafa;
}

.listings2 {
    background-color: whitesmoke;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
}




.forteenpx {
font-size: 14px;
}

.notfound {
    float: left;
    background-color: white;
    padding-bottom: 10px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    width: fit-content;
    padding: 10px;
}

#user_password {

    margin-bottom: 20px;
}

#user_email {

    margin-bottom: 20px;
}
#user_password {

    margin-bottom: 20px;
}
#cuser_password {

    margin-bottom: 20px;
}
#user_login {

    margin-bottom: 20px;
}

#user_role {

    margin-bottom: 20px;
}


#application_message {
  width: 100%;
}

#candidate_name {
      margin-bottom: 20px;
      width: 50%;
}

#candidate_email{
     margin-bottom: 20px;
     width: 50%;
}
#keywords {
  width: 100%;
  height: 33px;
}

		   
							 
												  
					
						 
										
									   
				 

					   
  

.jltfa-twitter {
  background: #009196;
  padding: 10px;

    width: 34px;
											
					 
}

.jltfa-twitter:hover {
  background: #76a9ea !important;
}

.jltfa-facebook {
  background: #009196;
  padding: 10px;
										  
					 
  
 width: 34px;
}

.jltfa-facebook:hover {
  background: #475993 !important;
}


.jltfa-linkedin {
  background: #009196;
  padding: 10px;
 width: 34px;
										 
					 
}

.jltfa-linkedin:hover {
  background: #0077b7 !important;
}

.jltfa-behance {
  background: #009196;
  padding: 10px;
 width: 34px;
										 
					 
}

.jltfa-behance:hover {
  background: #0067ff !important;
}

.jltfa-instagram {
  background: #009196;
  padding: 10px;
 width: 34px;
										 
					 
}

.jltfa-instagram:hover {
background: #f09433 !important; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important; 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important; 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important; 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 )
}

.jltfa-google-plus {
  background: #009196;
  padding: 10px;
 width: 34px;
										 
					 
}

.jltfa-google-plus:hover {
  background: #dd4b39;
  padding: 10px;
 width: 34px;
}




.jltfa-github {
  background: #009196;
  padding: 10px;
 width: 34px;
										 
					 
}

.jltfa-github:hover {
  background: #000000 !important;
}

.jltfa-vk {
  background: #009196;
  padding: 10px;
 width: 34px;
										 
					 
}

.jltfa-vk:hover {
  background: #436eab !important;
}

.jltfa-link {
  background: #009196;
  padding: 10px;
 width: 34px;
									   
					 
}

.jltfa-link:hover {
  background: #00787b;

}



.jltfa-youtube {
    background: #009196;
    padding: 10px;
    width: 34px;
										 
					 
}



.jltfa-youtube:hover {
    background: #f00
  
}

.jlt-btn4 {
    padding: 12px 16px;
    font-size: 12px;
    background: #009196;
    color: #fff;
    display: inline-block;
    line-height: 100%;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px auto;
    float: right;
}


.jlt-btn4:hover {

    background: #00787b;
    color:white;
    

}


.advsidebar {
    display: inline-grid;
    float: left;
}


.jlt-is-featured {
  background: #fff6c6;
}

.jlt-is-featured:hover {
  background: #fbf0b8;
}

.left {
float: left;
}

.jlt-not-found {

      display: inline-grid;
    float: left;
    color: #5f5f5f;
    font-size: 14px !important;
    padding: 10px 20px;
    background-color: #ffffff;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
}





.Development:before {

content: "\f121";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 50px;
    color: black;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
									   
					 
}

.Quality:before {
	content: "\f188";
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: 50px;
    color: black;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
	
					 
}

.Lawyers:before {
	
	content: "\f0e3";
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: 50px;	
    color: black;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
									   
					 
}


.Management:before {
	
	content: "\f2b5";
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: 50px;	
    color: black;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
									   
					 
}



.System:before {
	
	content: "\f1c0";
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: 50px;	
    color: black;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
									   
					 
}

.Security:before {
	content: "\f023";
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: 50px;	
    color: black;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
									   
					 
}

.Design:before {
	content: "\f1fc";
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: 50px;	
    color: black;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
									   
					 
}

.Support:before {
	content: "\f1cd";
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: 50px;	
    color: black;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
									   
					 
}

.Human:before {
	content: "\f0c0";
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: 50px;
    color: black;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
					 
}
.Marketing:before {
	content: "\f25c";
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: 50px;	
    color: black;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
									   
					 
}

 

.Content:before {
	content: "\f044";
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: 50px;	
    color: black;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
									   
					 
}


.Sales:before {
	content: "\f155";
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: 50px;	
    color: black;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
									   
					 
}

 
 

.Administrative:before {
	content: "\f0c5";
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: 50px;	
    color: black;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	
					 
}

.Analytics:before {
		content: "\f080";
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: 50px;	
    color: black;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	    
					 
}
.Finance:before {
		content: "\f0b1";
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: 50px;	   
    color: black;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
					 
}


.jlt-btn5 {
      padding: 12px 16px;
    font-size: 12px;
    background: #009196;
    color: #fff;
    display: inline-block;
    line-height: 100%;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
    margin-left:10px;
}

.jlt-btn5:hover {
 background-color: #00787b;
}

.job-category-item {
    float: left;
    margin-left: 15px;
    border: 1px solid #d7d8db;
    background: white;
    border-radius: 2px;
    margin-right: 20px;
    padding: 35px 20px;
    margin-bottom: 40px;
    width: 180px;
    height: 180px;
    list-style: none outside;
    text-align: center;
}

.job-category-title {
    margin-top: 10px;
}

.job-category-item:hover {
	  background-color:  #f7f7f7;
 
    	  
}


.hm-container3 {
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}


@media (min-width: 768px) {
 

.fa-search2:before {
      color: #009196;
    content: "Search" !important;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.fa-search:before {
     
    content: "Search" !important;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.textfield2 {
    width: 160px;
}

}

@media (max-width: 1200px) {

.jlt-list-steps {
    display: none !important;
}
}




@media (max-width: 768px) {

.jlt-job-salary {
  
    float: none !important;
clear:both;
display: inline;
    
}


.jlt-company-item {

    margin-bottom: 4px;
}


#custom_html-2 {
  display: none;
}

#custom_html-5 {
  display: none;
}

#custom_html-6 {
  display: none;
}

.footer-widget-area .widget {
        margin: 10px 0 40px 0 !important;
}

#custom_html-7 {
  display: none; 
}

#custom_html-3 {
  display: none; 
}

.company-meta2 .jlt-social {
  margin-top: unset !important;
  margin-top: none !important;
}

.showsal {
  display: block;
  margin-bottom: 5px;
		  clear:both;	 
}

.hidesal {
  display: none;
}

.jlt-job-item {

    margin-bottom: 4px;
}

.listings {

    margin-bottom: 4px;
}



.textfield2 {
    width: 110px !important;
}

.job-listings .jlt-col-70 {
    width: unset;
}

.job-listings .jlt-col-80 {
    float: left;
} 


.jlt-pagination {
    margin-left: 20px;
}

.jlt-job-archive-content {

    margin-left: unset !important;
 width: 100% !important;
     margin-top: 4px !important;
}

.fieldlocation {
  width: 200px !important;
}

.fieldfit {
  width: 200px !important;
}

.jlt-advanced-search .jlt-search-field {
  
    margin-right: 10px;
}

 .hm-container3 {
    margin: 0 !important;
    padding: 0 !important;
 
}

.jlt-search-keyword {
    width: 84%;
}

.jlt-form2 {
    

    width: 100% !important;
    }



.job-category-list-col-3 {
     display: block;
    margin: auto !important;
    width: 180px !important;
}

.jlt-list li strong {
    max-width: 40px;
}

.managetable {
    padding: 5px !important;
}

.categories2 {
    width: 100%;
}

.posting3 {
    width: 100%;
}

.posting2 {
    width: 100%;
}

.job-listings .jlt-col-20 {
    width: 17% !important;
}

.job-listings .jlt-col-5 {
    width: 10% !important;
}

}

.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
  .cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: inline-block;
  /* padding: 18px 18px 18px 64px; */

  color: white;
  font-size: 0.875rem;
  padding: 10px 17px;
    
}

  .cd-accordion-menu label:hover {
background: #00787b;
color: white;

}

.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}

.blod {
  font-weight: bold;
}

#menu-item-jlt-user-login {
   
    background: white;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    padding-right: 10px;
}





#menu-item-jlt-user-register {
      background:white;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    padding-right: 10px;
    margin-left:5px;
}

#menu-item-jlt-user-menu {
      box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    background: white;
    padding-right: 10px;
}

.cd-accordion-menu label::before {
  content: "\f0d7";
  display: inline-block;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  margin: 1px 0 0 10px;
  float: right;
  margin-top: 5px;
  color: white;


}

.company-name {
  display: block;
  clear: both;
}


#search_category_chosen {
    min-width: 200px !important;
}

#search_location_chosen {
  min-width: 200px;
}

#search__language_chosen {
  min-width: 200px;
}

.share {
  font-weight: bold;

  float: left;
  font-size: 12px;
  margin-right: 5px;
  line-height: 22px;

}

.icon-google:before {
  content: '\f0d4';
    display: inline-block;
      font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
    margin-right: 4px;
}

.icon-linkedin:before {
  content: '\f08c';
    display: inline-block;
      font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
    margin-right: 4px;
}

.icon-telegram:before {
  content: '\f2c6';
    display: inline-block;
    font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
    margin-right: 4px;
}

.icon-twitter2:before {
  content: '\f081';
    display: inline-block;
    font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
    margin-right: 4px;
}



.social-buttons {
float: right;
}



#_job_category_chosen {
    width: 200px !important;
}

.fa-search2:before {
    content: "\f002";
    color: #009196;
}

.field9 {
  border-top: 1px solid #eee;
  margin-top: 20px;
}

.lanmenu3 {
	float: left;
	margin-top:10px

}

.lanmenu4 {
	float: left;
	

}

.block2 {
	float: right;
}

.lanborder2 {
    
    border-left: 1px solid #ffffff;
  
}

#search__jlt_job_field_job_country_chosen .active-result {
 margin-left: 15px;
}


#search__jlt_job_field_job_country_chosen .active-result:hover {

  padding-left: 31px;
  margin-left: -10px;
  width: 110%;
}

#searchjob_city_chosen.chosen-container .chosen-results li.active-result:nth-child(n+2):nth-child(-n+99999) {
    display: none;
}

#job_city_chosen.chosen-container .chosen-results li.active-result:nth-child(n+2):nth-child(-n+99999) {
    display: none;
}



#searchcity_chosen.chosen-container  .chosen-results li.active-result:nth-child(n+2):nth-child(-n+99999)  {
display: none;
}

#city_chosen.chosen-container  .chosen-results li.active-result:nth-child(n+2):nth-child(-n+99999)  {
display: none;
}


.field8 {
    float: left;
    margin-right: 40px;
    padding: 0 0 1em;
    line-height: 2em;
    border: 0;
    border-bottom: 1px solid #eee;
    zoom: 1;
    margin-top:20px;
}


.has-error .chosen-single {
border-color: rgb(185, 74, 72);
  
}

.has-error .chosen-choices {
border-color: rgb(185, 74, 72);
  
}

.hidebut {

display: none;
}

#apply_job_form {
padding-left: 10px;
padding-right: 10px;
  font-size: 14px;
}

select#searchcity option:nth-child(n+2):nth-child(-n+99999) {
  display: none;
}

.dis {
  color: #d8d8d8 !important;
}


.dis2 {
  background-color: #d8d8d8 !important;
}

.lognot .woocommerce-info {
     margin-top: 0px !important;
}

#job_category_chosen .chosen-choices {
  height: auto;
}

#job_category_chosen .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    margin-top: 15px;
}


#job_salary_chosen .chosen-choices {
  height: auto;
}

#job_salary_chosen .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    margin-top: 15px;
}



.topright {
float: right;
}

.jlt-search-control .chosen-container-multi .chosen-choices {
 height: auto;
}

.advance-search-form-control .chosen-container-multi .chosen-choices {
 height: auto;
}

#job_type_chosen .chosen-choices {
    height: auto;
}

.field10 {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    width: 860px;
    float: left;
    margin-right: 20px;
}

.advbottombar {
  margin: auto;
  width:980px;
}

	.advbottombar2 {
margin: auto;
  width:980px;
 // position:fixed;
}
@media (min-height: 600px) {

.advsidebar2 {

display: none;
}

  
 
}

ins.adsbygoogle {
 background: transparent !important; 
 
 }
 
  button:disabled {
   background: #cccccc !important;

 }

.orgfont {

font-size: 18px;
}

.stopleft {
clear:both;
}





.category-news {
      background-color: white;

    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    display: table;
    width: 100%;
}

.category-news .entry-header {
      background-color: whitesmoke;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    margin-bottom: 10px;
    display: flow-root;
}

.category-news .entry-content {
      background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    display: table;
    width: 100%;
    border-radius: 2px;
}




.archive-content {
      background-color: white;

    display: table;
    width: 100%;
    border-radius: 2px;
}

.archive-content .meta-sep {
  display: none;
}

.comment-form-comment {

  padding: 0px 20px 0px 20px;
}



.comment-respond .must-log-in {
     padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    list-style: none;
    margin: 0;
    background-color: white;
    padding-bottom: 10px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    display: table;
    width: 100%;
}



.posts-wrap .category-news .entry-header {
     background-color: unset;
      padding: unset;
    
      box-shadow: unset;
      border-radius: unset;
      margin: unset;
      display: flow-root;
}


.reply {
  padding: 4px 8px;
  font-size: 12px;
  background: #009196;
  color: #fff;
  display: inline-block;
  line-height: 100%;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  border-radius: 2px;
}

.reply a {
  color: white;
}

.reply:hover {
  background: #00787b;
}



#secondary.widget-area {
    background-color: white;
    padding-bottom: 10px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    display: table;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 20px;

}

.hmrp-container {
     background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    display: table;
    width: 100%;
    border-radius: 2px;

}


#custom_html-13 #custom_html-14 .textwidget {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}

.widget-area-top  {
  float: right !important;
  width: 18%;
}



.category-articles {
      background-color: white;

    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    display: table;
    width: 100%;
}
.category-articles .entry-header {
      background-color: whitesmoke;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    margin-bottom: 10px;
    display: flex;

}

.archive-content .entry-header {
    background-color: whitesmoke;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    margin-bottom: 10px;
    display: block;
}


.category-articles .entry-content {
      background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    display: table;
    width: 100%;
    border-radius: 2px;
}

.art2 {
  font-size: 20px;
  margin-top: 30px;
}

.art3 {
  font-size: 18px;
  padding-bottom: 0px;
  margin-top: 20px;
  padding-top: 0;
}

.art4 {
  font-size: 16px;
  margin: 20px 0 0px 0px;
}


.posted {
    float: right;

    color: #9a9a9a;
}


.attachment-hitmag-featured.size-hitmag-featured.wp-post-image  {
    margin: 0 20px 0 20px;
    }
    
     .header2 {
    background-color: whitesmoke;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
  
    display: flow-root;
}

.posting2 {
    background-color: white;

    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    display: table;
    width: 100%;
}






.hitmag-single .headerright   {
    float: right;
    line-height: 25px;
}

.archive-content .entry-meta .subheader {
display: none;
}

.adstopheader  {
float: left;
}

.cookie-banner {
  background-color: #c5c5c5;
  padding: 10px;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
}

.js-cookie-dismiss {
  
  margin-left: 10px;
}

	   
.hidewoo {
  //  display:none;
}
 





				
							  

													 
					   
				   
				
 

							  
								   
					   
						
					 
						
													 
					   
						
					   
 

							   
							  
					   
						
				   
				
					   
 




				  
							  

				   
				
					   
 

							
				
 

					   

							 
 



							   
						
						
					 
					 
			  
							
						 
													 
					   
				   
				
 



										  
							 
					 
	
						
						   
					
						 
 


		
				   
				  
					  
			  
						
					
					
							
			  
					 
 

		  
			   
 

			  
					  
 



						
							
						 
													 
					   
				   
						   
					
						

 

				 
							 
					   
						
				   
				
					   

 


											 
					 
					  
					
 

				   
						  
			 
 



					
							  

													 
					   
				   
				
 
								  
								   
					   
						
					 
						
													 
					   
						
				  

 

								
								 
					   
						
					 
						
													 
					   
						
				   
 


								   
							  
					   
						
				   
				
					   
 

	   
				  
				   
 

	   
				  
					  
				   
				 
 

	   
				  
						 
 


		 
				 

				   
 


																 
						  
	 
	
			   
								 
					   
						
					 
						
													 
					   
  
					   
 

		   
							

													 
					   
				   
				
 






							   
				 
					  
 

										 
			  
 

				
			
 

				
							
				
									
				  
 

					
  
					
 

