/*
	Theme Name: Cariera
    Theme URI: http://themeforest.net/user/gnodesign/portfolio/
    Description: Cariera is a Clean and Professional Job Board Theme which will fit the needs to all Job Seekers and Employers. 
    Author: Gnodesign
	Author URI: http://themeforest.net/user/gnodesign/
    Version: 1.2.4.1
	License: ThemeForest
    License URI: http://themeforest.net/licenses
    Text Domain: cariera
    Domain Path: /lang/
*/

/*------------------------------------------------------------------
[Table of contents]

1.  DEFAULT TYPOGRAPHY
2.  GENERAL STYLES
3.  MARGINS & PADDINGS
4.  ALIGNMENTS
5.  CAPTIONS
6.  GALLERIES
7.  PAGINATION

8.  ELEMENTS
    8.1.    BUTTONS
        8.1.1.  BUTTON COLORS
        8.1.2.  BACK TO TOP
        8.1.3.  CHECK BUTTONS
    8.2.    SOCIAL MEDIA BUTTONS
        8.2.1.  SOCIAL MEDIA BUTTON COLORS
    8.3.    PRELOADER
        8.3.1.  PRELOADER EFFECT 1
        8.3.2.  PRELOADER EFFECT 2
        8.3.3.  PRELOADER EFFECT 3
    8.4.    PAGE HEADER
    8.5.    PRICING TABLES
    8.6.    COUNTERUP ITEMS
    8.7.    TESTIMONIAL CAROUSEL
    8.8.    LOGO SLIDER
    8.9.    JOB CATEGORIES
    8.10.   ICON BOX
    8.11.   COUNT DOWN
    8.12.   PROGRESS BAR

9.  HEADERS - NAVIGATIONS
    9.1.    TOP HEADER BAR
    9.2.    VERSION 1 - DEFAULT
    9.3.    VERSION 2 - LOGO TOP
    9.4.    STICKY HEADER
    9.5.    DROPDOWN MENU
        9.5.1.  DROPDOWN SUBMENU
        9.5.2.  MEGA MENU
        9.5.3.  EXTRA MENU - LOGIN, CART & SEARCH

10.  FOOTERS
    10.1.    FOOTER VERSION 1 - DEFAULT BACKGROUND IMAGE
    10.2.    FOOTER VERSION 2 - DARK SKIN
    10.3.    FOOTER VERSION 3 - LIGHT SKIN
    10.4.    FOOTER VERSION 4 - FIXED

11.  PAGES
    11.1.   404 - PAGE NOT FOUND
    11.2.   CONTACT US

12.  BLOG
    12.1.    BLOG LISTING
    12.2.    SINGLE BLOG POST
    12.3.    BLOG POST NAVIGATION
    12.4.    COMMENTS

13. SIDEBAR
14. WIDGETS

15. JOBS - RESUMES
    15.1.   JOB LISTING
    15.2.   SINGLE JOB
    15.3.   JOB - EMPLOYER DASHBOARD   
    15.4.   JOB ALERTS
    15.5.   RESUME LISTING
    15.6.   SINGLE RESUME
    15.7.   RESUME - CANDIDATE DASHBOARD
    15.8.   ULOAD JOB - RESUME
    15.9.   COMPANIES
    15.10.  SINGLE COMPANY
    15.11.  BOOKMARKS
    15.12.  PREVIEW PAGE
    15.13.  JOB APPLICATION

16. SECTIONS
    16.1.   HOME - JOB SEARCH
    16.2.   HOME - JOB SEARCH VERSION 2
    16.3.   HOME _ MAP SEARCH TEMPLATE
    16.4.   HOME - FEATURED JOBS


-------------------------------------------------------------------*/


/* --------------------------------------
    1. Default Typography
-------------------------------------- */

h1.logo {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0.8em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: inherit;
}

a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6 {
    color: inherit;
}

a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

p {
    margin-bottom: 1.7em;
    margin-top: 0;
}


/* --------------------------------------
    2. General Styles
-------------------------------------- */

html,
body {
    width: 100%;
    height: 100%;
    padding: 0 !important;
}

body.mfp-zoom-out-cur {
    overflow: hidden;
}

body > .wrapper {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

body > .wrapper.boxed {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

body.general_search_form_open {
    position: fixed;
}

main,
section {
    position: relative;
}

a {
    color: inherit;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none !important;
    outline: none !important;
    /*color: #666;*/
}

a,
button,
input {
    outline: none !important;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="phone"],
input[type="url"],
textarea,
select {
    width: 100%;
    padding: 10px 20px;
    color: #666;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}

textarea {
    max-width: 100%;
}

.form-control {
    width: 100%;
    padding: 10px 20px;
    color: #666;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #e3e3e3;
}

select.form-control {
    cursor: pointer;
    color: #999;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #999;
}

::-moz-placeholder {
    opacity: 1;
    color: #999;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #999;
}

:-moz-placeholder {
    opacity: 1;
    color: #999;
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

ul {
    margin: 0;
}

li {
    margin-bottom: 5px;
}

img {
    max-width: 100%;
    height: auto;
    -moz-user-select: none;
    /* These user-select properties are inheritable, used to prevent text selection */
    -webkit-user-select: none;
    -ms-user-select: none;
    /* From IE10 only */
    -webkit-user-drag: none;
    /* Prevents dragging of images/divs etc */
    user-drag: none;
}

.fullscreen {
    width: 100%;
    height: 100%;
}

.shadow {
    -webkit-box-shadow: 5px 5px 30px 0px rgba(55, 71, 79, .1);
    -moz-box-shadow: 5px 5px 30px 0px rgba(55, 71, 79, .1);
    box-shadow: 5px 5px 30px 0px rgba(55, 71, 79, .1);
}

.shadow-hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.shadow-hover:hover {
    -webkit-box-shadow: 5px 5px 30px 0px rgba(55, 71, 79, .1);
    -moz-box-shadow: 5px 5px 30px 0px rgba(55, 71, 79, .1);
    box-shadow: 5px 5px 30px 0px rgba(55, 71, 79, .1);
}

.overlay-black:before {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    overflow: hidden;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.overlay-blue:before {
    background: rgba(41, 177, 253, 0.25);
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    overflow: hidden;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.overlay-gradient:before {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    overflow: hidden;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.overlay-gradient:after {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    overflow: hidden;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4;
}

.overlay-black>div,
.overlay-blue>div .overlay-gradient>div {
    position: relative;
    z-index: 4;
}

.hover-link:after {
    content: '\f0c1';
    font-family: 'fontawesome';
    color: #f6f6f6;
    font-size: 32px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -20%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.hover-link:hover:after {
    left: 50%;
    opacity: .9;
}

.hover-zoom:after {
    content: '\f00e';
    font-family: 'fontawesome';
    font-size: 30px;
    color: #f6f6f6;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.hover-zoom:hover:after {
    opacity: .8;
    font-size: 38px;
}

.transparent {
    background: transparent !important;
}

.text-white {
    color: #f6f6f6;
}

.section-title {
    text-align: center;
    padding-bottom: 60px;
    margin: 0;
    text-transform: capitalize;
}

.section-title h2:after {
    content: '';
    width: 50px;
    height: 3px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

ul.list {
    margin-left: 0px;
    padding: 0;
}

.list li {
    list-style: outside none none;
    margin: 10px 0px 10px 25px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.list li:first-child {
    margin-top: 0;
}

.list li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.table {
    max-width: none;
}

embed,
iframe,
object {
    max-width: 100%;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    left: -9999px;
    bottom: 50px;
}


/* Owl Dots */

.owl-nav.disabled+.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #ddd;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.owl-dots .owl-dot.active span {}


/* Protected post - button */

form.post-password-form input[type=submit] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    padding: 0 15px;
    position: relative;
    line-height: 44px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #f6f6f6 !important;
    border: 0;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

form.post-password-form input[type=submit]:hover {
    -webkit-filter: brightness(113%);
    filter: brightness(113%);
}


/* Default */

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
}

caption,
td,
th {
    padding: 0;
    font-weight: normal;
    text-align: left;
}

table,
th,
td {
    border: 1px solid #e3e3e3;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4375em;
}

dl {
    margin: 0 0 1.75em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 1.75em;
}

blockquote {
    font-style: italic;
    padding: 10px 80px;
    border-left: 4px solid #29b1fd;
    color: #333;
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 1.7em;
}

pre {
    font-size: 14px;
    margin: 20px 0;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

footer.entry-footer {
    padding: 0;
}

.circle-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/* WP User Avatar styles */

.wpua-edit-container {
    padding: 0;
    margin-top: 40px;
}

.wpua-edit-container h3 {
    margin: 0;
}

.wpua-edit-container p#wpua-add-button-existing button,
.wpua-edit-container p#wpua-upload-button-existing button {
    margin: 20px 0 10px 0;
}

.wpua-edit-container p#wpua-upload-button-existing input {
    margin-top: 20px;
}

.wpua-edit p.submit input.button-primary {
    color: #fff !important;
}


/* Star Rating */

.rating {
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: 110px;
    height: 24px;
    display: block;
}

.rating .star-rating {
    position: relative;
    width: inherit;
    display: block;
    padding: 0;
    margin: 0;
}

.rating.five-stars .star-rating:after {
    width: 100%;
}

.rating.four-and-half-stars .star-rating:after,
.rating.four-stars .star-rating:after {
    width: 80%;
}

.rating.three-and-half-stars .star-rating:after,
.rating.three-stars .star-rating:after {
    width: 60%;
}

.rating.two-and-half-stars .star-rating:after,
.rating.two-stars .star-rating:after {
    width: 40%;
}

.rating.one-and-half-stars .star-rating:after,
.rating.one-stars .star-rating:after {
    width: 20%;
}

.rating.no-stars .star-rating:after {
    display: none;
}

.rating .star-rating:after {
    content: "\f005  \f005  \f005  \f005  \f005";
    font-family: "FontAwesome";
    color: #ffc741;
    display: block;
    position: absolute;
    font-size: 19px;
    z-index: 10;
    letter-spacing: -0.5px;
}

.rating .star-bg:after {
    content: "\f006  \f006  \f006  \f006  \f006";
    font-family: "FontAwesome";
    color: #c0c0c0;
    display: block;
    position: absolute;
    font-size: 19px;
    z-index: 9;
    padding: 0;
    margin: 0;
    letter-spacing: -0.5px;
}


/* UI Autocomplete */

.ui-menu {
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    list-style: none;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    display: none;
    background: #fff;
    border: 1px solid #fff;
    border-bottom: 0 !important;
    color: #999;
    font-weight: 700;
    -webkit-box-shadow: 0px -5px 0px 0px #fff, 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -5px 0px 0px #fff, 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px -5px 0px 0px #fff, 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}

.general-search-autocomplete {
    position: fixed;
    z-index: 1006;
    -webkit-box-shadow: 0px -3px 0px 0px #fff, 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -3px 0px 0px #fff, 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px -3px 0px 0px #fff, 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}

.ui-menu li.ui-menu-item {
    font-size: 15px;
    font-weight: normal;
    padding: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    line-height: 26px;
    margin: 0;
    border-bottom: 1px solid #e3e3e3;
    border-top: none;
    border-right: none;
    border-left: none;
}

.ui-menu li.ui-menu-item:first-child {
    border-top: 1px solid #e3e3e3;
}

.ui-menu li.ui-menu-item:last-child {
    border-bottom: 0;
}

.ui-menu li.ui-menu-item.ui-state-focus {
    cursor: pointer;
    background: #f2f2f2;
    width: 100%;
    color: inherit;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

/* GoogleMap Cluster img */
.cluster img {
    display:  none;
}

/* --------------------------------------
    3. Margins & Paddings
-------------------------------------- */

.nopadding{ padding: 0 !important;}
.nomargin{ margin: 0 !important;}

/********** Margin Top **********/

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }
.mt110 { margin-top: 110px; }
.mt120 { margin-top: 120px; }
.mt125 { margin-top: 125px; }
.mt130 { margin-top: 130px; }
.mt140 { margin-top: 140px; }
.mt150 { margin-top: 150px; }

/********** Margin Bottom **********/

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.mb110 { margin-bottom: 110px; }
.mb120 { margin-bottom: 120px; }
.mb125 { margin-bottom: 125px; }
.mb130 { margin-bottom: 130px; }
.mb140 { margin-bottom: 140px; }
.mb150 { margin-bottom: 150px; }

/********** Margin Top & Bottom **********/

.mtb5 { margin: 5px 0; }
.mtb10 { margin: 10px 0; }
.mtb15 { margin: 15px 0; }
.mtb20 { margin: 20px 0; }
.mtb25 { margin: 25px 0; }
.mtb30 { margin: 30px 0; }
.mtb35 { margin: 35px 0; }
.mtb40 { margin: 40px 0; }
.mtb45 { margin: 45px 0; }
.mtb50 { margin: 50px 0; }
.mtb60 { margin: 60px 0; }
.mtb70 { margin: 70px 0; }
.mtb80 { margin: 80px 0; }
.mtb90 { margin: 90px 0; }
.mtb100 { margin: 100px 0; }
.mtb110 { margin: 110px 0; }
.mtb120 { margin: 120px 0; }
.mtb130 { margin: 130px 0; }
.mtb140 { margin: 140px 0; }
.mtb150 { margin: 150px 0; }

/********** Padding Top **********/

.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt35 { padding-top: 35px; }
.pt40 { padding-top: 40px; }
.pt45 { padding-top: 45px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }
.pt70 { padding-top: 70px; }
.pt80 { padding-top: 80px; }
.pt90 { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pt110 { padding-top: 110px; }
.pt120 { padding-top: 120px; }
.pt130 { padding-top: 130px; }
.pt140 { padding-top: 140px; }
.pt150 { padding-top: 150px; }
.pt160 { padding-top: 160px; }

/********** Padding Bottom **********/

.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb35 { padding-bottom: 35px; }
.pb40 { padding-bottom: 40px; }
.pb45 { padding-bottom: 45px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }
.pb70 { padding-bottom: 70px; }
.pb80 { padding-bottom: 80px; }
.pb90 { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }
.pb110 { padding-bottom: 110px; }
.pb120 { padding-bottom: 120px; }
.pb130 { padding-bottom: 130px; }
.pb140 { padding-bottom: 140px; }
.pb150 { padding-bottom: 150px; }
.pb160 { padding-bottom: 160px; }

/********** Padding Top & Bottom **********/

.ptb5 { padding: 5px 0; }
.ptb10 { padding: 10px 0; }
.ptb15 { padding: 15px 0; }
.ptb20 { padding: 20px 0; }
.ptb25 { padding: 25px 0; }
.ptb30 { padding: 30px 0; }
.ptb35 { padding: 35px 0; }
.ptb40 { padding: 40px 0; }
.ptb45 { padding: 45px 0; }
.ptb50 { padding: 50px 0; }
.ptb60 { padding: 60px 0; }
.ptb70 { padding: 70px 0; }
.ptb80 { padding: 80px 0; }
.ptb90 { padding: 90px 0; }
.ptb100 { padding: 100px 0; }
.ptb110 { padding: 110px 0; }
.ptb120 { padding: 120px 0; }
.ptb130 { padding: 130px 0; }
.ptb140 { padding: 140px 0; }
.ptb150 { padding: 150px 0; }
.ptb160 { padding: 160px 0; }

/* --------------------------------------
    4. 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;
}


/* --------------------------------------
    5. 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,
figure.image-right figcaption,
figure.image-left figcaption,
.wp-caption-text {
    background-color: #f4f4f4;
    font-weight: 600;
    font-size: 15px;
    color: #888;
    padding: 10px 20px;
}

.wp-caption-text {
    background-color: #fff;
    margin: 0 !important;
}


/* --------------------------------------
    6. Galleries
-------------------------------------- */

.gallery-caption {
    display: block;
}


/* --------------------------------------
    7. Pagination
-------------------------------------- */

nav.job-manager-pagination,
.woocommerce-pagination,
.pagination {
    margin: 40px 0 0 0;
    padding: 0 !important;
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 0 !important;
}

nav.job-manager-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.pagination ul {
    padding: 0;
    margin: 0;
    border: 0;
}

.post-navigation {
    overflow: hidden;
}

.pagination-next-prev {
    position: relative;
}

.pagination-next-prev ul {
    list-style: none;
}

.pagination ul li a:before {
    display: none;
}

nav.job-manager-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.pagination ul li {
    display: inline-block;
    padding: 0 5px;
    border: 0;
}

.woocommerce-pagination ul li a,
.pagination ul li a,
.nav-links a,
.job-manager-pagination a,
.job-manager-pagination .current,
.woocommerce-pagination .current,
.pagination .current,
.page-links a,
.pagination-next-prev ul li a {
    font-size: 14px !important;
    color: #f6f6f6;
    border: 2px solid;
    padding: 7px 14px !important;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: none;
}

.page-links {
	clear: both;
	padding: 17px 0;
}

.page-links a:hover {
	background: none;
}

.job-manager-pagination a {
    border: 2px solid !important;
}

.job-manager-pagination a:hover,
.job-manager-pagination .current {
    background: none !important;
}

.nav-links a:hover {
    color: #fff;
}

.pagination .current,
.pagination ul li a {
    display: inline-block;
    width: auto;
}

.pagination ul li {
    border: none;
}

.pagination ul li.blank {
    color: #a0a0a0;
    padding: 0 6px;
}

.pagination ul li a.current-page {
    background-color: #505050;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.pagination .current,
.pagination ul li a:hover,
.pagination-next-prev ul li a:hover {
    background: none;
    border: 2px solid;
}

.nav-next,
.pagination-next-prev a.next {
    float: right;
}

.nav-previous,
.pagination-next-prev a.prev {
    float: left;
}

.nav-previous i {
    margin-right: 10px;
}

.nav-next i {
    margin-left: 10px;
}

.pagination-next-prev ul li a {
    color: #fff;
    padding: 12px 16px;
    text-transform: uppercase;
}

.pagination-next-prev .next {
    float: left;
}

.pagination-next-prev .previous {
    float: right;
}

.pagination span.pages {
    display: none;
}


/* --------------------------------------
    8. Elements
-------------------------------------- */


/*********** 8.1 Buttons *************/

.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    padding: 0 15px;
    position: relative;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
    color: #f6f6f6 !important;
    border: 0;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.btn.active,
.btn:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:focus {
    color: #f6f6f6;
}

.btn-small {
    line-height: 25px;
}

.btn-large {
    line-height: 50px;
    font-size: 16px;
}

.btn-main:hover,
.btn-secondary:hover {
    -webkit-filter: brightness(113%);
    filter: brightness(113%);
}

.upload-btn i {
    padding-right: 5px
}

.button,
a.post-edit-link,
a#vc_load-inline-editor,
.wpua-edit button,
.wpua-edit p.submit input.button-primary {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #e3e3e3;
    color: #666;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}


/* button effect */

.btn-effect {
    overflow: hidden;
}

.ripple {
    width: 0;
    height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: absolute;
    opacity: 1;
}

.rippleEffect {
    animation: rippleDrop .6s linear;
}

@keyframes rippleDrop {
    100% {
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}


/*** ====== 8.1.1 Button Colors ====== ***/

.btn-blue {
    background: #29b1fd;
}

.btn-blue:hover {
    background: #66c9ff;
}

.btn-green {
    background: #2ecc71;
}

.btn-green:hover {
    background: #4dd977;
}

.btn-purple {
    background: #443088;
}

.btn-purple:hover {
    background: #5c48a0;
}

.btn-orange {
    background: #e69d29;
}

.btn-orange:hover {
    background: #ecaf4f;
}

.btn-red {
    background: #db6131;
}

.btn-red:hover {
    background: #dc7f5a;
}

.btn-dark {
    background: #0c112a;
}

.btn-dark:hover {
    background: #293053;
}


/*** ====== 8.1.2 Back to Top Button ====== ***/

.back-top {
    position: fixed;
    opacity: 0;
    right: 0;
    bottom: 30px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 50px 0 rgba(68, 48, 136, 0.5);
    -moz-box-shadow: 0 0 50px 0 rgba(68, 48, 136, 0.5);
    box-shadow: 0 0 50px 0 rgba(68, 48, 136, 0.5);
    font-size: 18px;
    z-index: 10;
    visibility: hidden;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.back-top:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 48, 136, 0);
    -moz-box-shadow: 0 0 0 0 rgba(68, 48, 136, 0);
    box-shadow: 0 0 0 0 rgba(68, 48, 136, 0);
}

.back-top i {
    line-height: 45px;
    color: #f6f6f6;
}

.back-top-visible {
    opacity: 1;
    right: 30px;
    visibility: visible;
}


/*** ====== 8.1.3 Check Button ====== ***/


/* Base for label styling */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}


/* checkbox aspect */

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #e3e3e3;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


/* checked mark aspect */

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '\f00c';
    font-family: 'fontawesome';
    position: absolute;
    top: 0;
    left: 2px;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


/* checked mark aspect changes */

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/*********** 8.2 Social Media Buttons *************/

.social-sharing-wrapper span {
    display: inline-block;
    float: left;
    margin: 10px 10px 0 0;
}

.social-sharing-wrapper ul.social-btns {
    display: inline-block;
    margin: 0;
}

.social-btn-roll {
    width: 35px;
    height: 35px;
    border: 1px solid #3b5998;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.social-btn-roll:hover .social-btn-roll-icons {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.social-btn-roll:hover .social-btn-roll-icon {
    color: #f6f6f6;
}

.social-btn-roll-icons {
    width: 200%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-btn-roll-icon {
    width: 50%;
    line-height: 35px !important;
    text-align: center;
    display: block;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/*** ====== 8.2.1 Social Media Button Colors ====== ***/

.social-btn-roll.facebook {
    border-color: #3b5998;
    color: #3b5998;
}

.social-btn-roll.facebook:hover {
    background: #3b5998;
}

.social-btn-roll.twitter {
    border-color: #4cc4f2;
    color: #4cc4f2;
}

.social-btn-roll.twitter:hover {
    background: #4cc4f2;
}

.social-btn-roll.google-plus {
    border-color: #dd4b39;
    color: #dd4b39;
}

.social-btn-roll.google-plus:hover {
    background: #dd4b39;
}

.social-btn-roll.instagram {
    border-color: #9b6954;
    color: #9b6954;
}

.social-btn-roll.instagram:hover {
    background: #9b6954;
}

.social-btn-roll.linkedin {
    border-color: #0077b5;
    color: #0077b5;
}

.social-btn-roll.linkedin:hover {
    background: #0077b5;
}

.social-btn-roll.rss {
    border-color: #ffa500;
    color: #ffa500;
}

.social-btn-roll.rss:hover {
    background: #ffa500;
}

.social-btn-roll.pinterest {
    border-color: #cb2027;
    color: #cb2027;
}

.social-btn-roll.pinterest:hover {
    background: #cb2027;
}

.social-btn-roll.tumblr {
    border-color: #32506d;
    color: #32506d;
}

.social-btn-roll.tumblr:hover {
    background: #32506d;
}

.social-btn-roll.github {
    border-color: #171515;
    color: #171515;
}

.social-btn-roll.github:hover {
    background: #171515;
}

.social-btn-roll.dribbble {
    border-color: #ec4a89;
    color: #ec4a89;
}

.social-btn-roll.dribbble:hover {
    background: #ec4a89;
}

.social-btn-roll.wordpress {
    border-color: #16a0ce;
    color: #16a0ce;
}

.social-btn-roll.wordpress:hover {
    background: #16a0ce;
}

.social-btn-roll.amazon {
    border-color: #ffa500;
    color: #ffa500;
}

.social-btn-roll.amazon:hover {
    background: #ffa500;
}

.social-btn-roll.dropbox {
    border-color: #007ee5;
    color: #007ee5;
}

.social-btn-roll.dropbox:hover {
    background: #007ee5;
}

.social-btn-roll.paypal {
    border-color: #03268c;
    color: #03268c;
}

.social-btn-roll.paypal:hover {
    background: #03268c;
}

.social-btn-roll.yahoo {
    border-color: #420294;
    color: #420294;
}

.social-btn-roll.yahoo:hover {
    background: #420294;
}

.social-btn-roll.flickr {
    border-color: #fd0d7e;
    color: #fd0d7e;
}

.social-btn-roll.flickr:hover {
    background: #fd0d7e;
}

.social-btn-roll.reddit {
    border-color: #ff4006;
    color: #ff4006;
}

.social-btn-roll.reddit:hover {
    background: #ff4006;
}

.social-btn-roll.vimeo {
    border-color: #63b4e4;
    color: #63b4e4;
}

.social-btn-roll.vimeo:hover {
    background: #63b4e4;
}

.social-btn-roll.spotify {
    border-color: #1dd069;
    color: #1dd069;
}

.social-btn-roll.spotify:hover {
    background: #1dd069;
}

.social-btn-roll.youtube {
    border-color: #e62117;
    color: #e62117;
}

.social-btn-roll.youtube:hover {
    background: #e62117;
}


/*********** 8.3 Preloader *************/

#preloader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
}

#preloader .inner {
    width: 100%;
    height: 100%;
    position: relative;
}


/*** ====== 8.3.1 Preloader Effect 1 ====== ***/

.loading_effect {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.loading_effect .object {
    position: absolute;
    top: 35px;
    left: 35px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: zoom-effect 3s infinite;
    animation: zoom-effect 3s infinite;
}

.loading_effect #object_two {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

@-webkit-keyframes zoom-effect {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: .5;
    }
    70% {
        opacity: .8;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes zoom-effect {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: .5;
    }
    70% {
        opacity: .8;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}


/*** ====== 8.3.2 Preloader Effect 2 ====== ***/

.loading_effect2 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    margin-top: -80px;
    margin-left: -50px;
}

.loading_effect2 .object {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.loading_effect2 #object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}

.loading_effect2 #object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.loading_effect2 #object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_one {
    75% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_two {
    75% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_three {
    75% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}


/*** ====== 8.3.3 Preloader Effect 3 ====== ***/

.loading_effect3 {
    width: 100px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    letter-spacing: 5px;
    font-size: 12px;
    text-transform: uppercase;
}

.loading_effect3 .object {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: load_effect3 3s linear infinite;
    animation: load_effect3 3s linear infinite;
}

@-webkit-keyframes load_effect3 {
    0%,
    100% {
        -webkit-transform: scale(1) translateX(0);
        -moz-transform: scale(1) translateX(0);
        -ms-transform: scale(1) translateX(0);
        -o-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0);
    }
    25% {
        -webkit-transform: scale(.25) translateX(130px);
        -moz-transform: scale(.25) translateX(130px);
        -ms-transform: scale(.25) translateX(130px);
        -o-transform: scale(.25) translateX(130px);
        transform: scale(.25) translateX(130px);
    }
    50% {
        -webkit-transform: scale(.15) translateX(0);
        -moz-transform: scale(.15) translateX(0);
        -ms-transform: scale(.15) translateX(0);
        -o-transform: scale(.15) translateX(0);
        transform: scale(.15) translateX(0);
    }
    75% {
        -webkit-transform: scale(.25) translateX(-130px);
        -moz-transform: scale(.25) translateX(-130px);
        -ms-transform: scale(.25) translateX(-130px);
        -o-transform: scale(.25) translateX(-130px);
        transform: scale(.25) translateX(-130px);
    }
}

@keyframes load_effect3 {
    0%,
    100% {
        -webkit-transform: scale(1) translateX(0);
        -moz-transform: scale(1) translateX(0);
        -ms-transform: scale(1) translateX(0);
        -o-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0);
    }
    25% {
        -webkit-transform: scale(.25) translateX(130px);
        -moz-transform: scale(.25) translateX(130px);
        -ms-transform: scale(.25) translateX(130px);
        -o-transform: scale(.25) translateX(130px);
        transform: scale(.25) translateX(130px);
    }
    50% {
        -webkit-transform: scale(.15) translateX(0);
        -moz-transform: scale(.15) translateX(0);
        -ms-transform: scale(.15) translateX(0);
        -o-transform: scale(.15) translateX(0);
        transform: scale(.15) translateX(0);
    }
    75% {
        -webkit-transform: scale(.25) translateX(-130px);
        -moz-transform: scale(.25) translateX(-130px);
        -ms-transform: scale(.25) translateX(-130px);
        -o-transform: scale(.25) translateX(-130px);
        transform: scale(.25) translateX(-130px);
    }
}


/*********** 8.4 Page Header *************/

section.page-header {
    margin: 0;
    padding: 40px 0;
    background: #f0f0f0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

section.page-header h3 {
    color: #666;
    margin: 0;
}

section.page-header h3 span {
    font-family: inherit;
    color: #999;
}

section.page-header h6 {
    color: #999;
}

section.page-header .breadcrumb {
    background: none;
    text-transform: capitalize;
    font-weight: 600;
    padding: 5px 0 0 0;
    margin: 0;
    text-align: center;
}

section.page-header .breadcrumb li:after {
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 14px;
    color: #999;
    margin: 0 5px 0 10px;
}

section.page-header .breadcrumb li:last-child:after {
    content: '';
    margin: 0;
}

section.page-header .breadcrumb li:before {
    content: '';
    padding: 0;
    display: none;
}

section.page-header .breadcrumb li a {
    color: #999;
}

section.page-header .breadcrumb li.current_item {
    color: #999;
}


/* Page Header with Background Image */

section.page-header-bg {
    background-size: cover !important;
    background-position: center !important;
    padding: 90px 0;
}

section.page-header-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

section.page-header-bg>.container {
    position: relative;
    z-index: 2;
}

section.page-header-bg h3 {
    color: #fff;
}


/*********** 8.5 Pricing Tables *************/

section.pricing-tables {
    background: #f0f0f0;
}

.pricing-table {
    position: relative;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.pricing-table:hover {
    margin-top: -10px;
}

.pricing-table-featured:before {
    content: '\f005';
    font-family: 'fontawesome';
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    color: #fff;
    text-align: center;
    top: -25px;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 24px;
    line-height: 50px;
}

.pricing-table .pricing-header>* {
    text-transform: capitalize;
}

.pricing-table .pricing {
    margin: 40px 0;
    padding: 20px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    color: #555;
}

.pricing-table .pricing .amount {
    font-size: 52px;
    font-weight: bold;
    vertical-align: middle;
}

.pricing-table .pricing-body ul {
    margin: 0;
    padding: 0;
}

.pricing-table .pricing-body ul li {
    list-style: outside none none;
    margin: 10px 0px 10px 25px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.pricing-table .pricing-body ul li:first-child {
    margin-top: 0;
}

.pricing-table .pricing-body ul li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #29b1fd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pricing-table .pricing-footer {
    margin-top: 40px;
}


/*********** 8.6 Counterup Items *************/

.counter-container .counter {
    text-align: center;
}

.counter-container .counter h4 span {
    font-size: 50px;
}

.counter-container .counter h4 {
    text-transform: uppercase;
    margin: 0;
}


/*********** 8.7 Testimonial Carousel *************/


/****** Style 1 ******/

.testimonials-carousel-style1 .owl-stage-outer {
    padding-top: 30px;
}

.testimonials-carousel-style1 .owl-item {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.testimonials-carousel-style1 .owl-item.active.center {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.testimonials-carousel-style1 .owl-item .testimonial-item {
    text-align: center;
    color: #f6f6f6;
}

.testimonials-carousel-style1 .owl-item .testimonial-item .testimonial .review {
    position: relative;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.testimonials-carousel-style1 .owl-item .testimonial-item .testimonial .review:before {
    content: '\f10e';
    font-family: 'fontawesome';
    font-size: 24px;
    position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    left: 25px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 50px;
}

.testimonials-carousel-style1 .owl-item .testimonial-item .testimonial .review:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

.testimonials-carousel-style1 .owl-item .testimonial-item .testimonial .review blockquote {
    border: 0;
    font-style: italic;
    color: #666;
    padding: 40px;
    font-size: 18px;
}

.testimonials-carousel-style1 .owl-item .testimonial-item .testimonial .customer {
    margin-top: 40px;
}

.testimonials-carousel-style1 .owl-item .testimonial-item .testimonial .customer img {
    width: 100px;
    height: auto;
    border: 3px solid #fff;
    margin: 0 auto;
    margin-bottom: 15px;
}


/****** Style 2 ******/

.testimonials-carousel-style2 .testimonial {
    background: #fff;
    text-align: center;
    max-width: 700px;
    margin: 60px auto 40px auto;
    -webkit-box-shadow: 0px 0 50px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0 50px rgba(0, 0, 0, 0.05);
    position: relative;
}

.testimonials-carousel-style2 .testimonial:before {
    color: #dcdcdc;
    content: "\f10e";
    font-family: fontawesome;
    font-size: 120px;
    position: absolute;
    right: 40px;
    top: -15px;
    opacity: .25;
}

.testimonials-carousel-style2 .testimonial .customer {
    padding-top: 70px;
}

.testimonials-carousel-style2 .testimonial .customer img {
    width: 120px;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 13px solid #fff;
}

.testimonials-carousel-style2 .testimonial .review {
    padding: 25px 0 50px 0;
}

.testimonials-carousel-style2 .testimonial .review blockquote {
    border: 0;
    font-size: 14px;
    font-style: normal;
    line-height: 1.9;
    color: #999;
    margin: 0;
    padding: 0;
}


/*********** 8.8 Logo Carousel *************/

.logo-carousel .owl-item {
    min-height: 30px;
}

.logo-carousel img {
    width: 130px !important;
    opacity: .5;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
    margin: 0 auto;
    display: block;
}

.logo-carousel img:hover {
    opacity: 1;
}


/*********** 8.9 Job Categories *************/

/* Categories without Icons */
.category-groups ul.job-category-no-icon {
    background: #f0f0f0;
    border: 1px solid #e3e3e3;
    padding: 0;
    list-style: none;
}

.category-groups ul.job-category-no-icon li {
    position: relative;
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.category-groups ul.job-category-no-icon li:last-child {
    border-bottom: 0;
}

.category-groups ul.job-category-no-icon li:hover {
    background: #e3e3e3;
}

.category-groups ul.job-category-no-icon li:before {
    content: '\f105';
    font-family: 'fontawesome';
    font-size: 18px;
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.category-groups ul.job-category-no-icon li h4 {
    margin: 0;
}

.category-groups ul.job-category-no-icon li a {
    color: #333;
    text-transform: capitalize;
}

.category-groups ul.job-category-no-icon li span {
    color: #999;
}

/* Categories with Icons */
.category-groups .job-category-with-icon {
    text-align: center;
    background: #f1f1f1;
    margin: 20px 0;
    padding: 40px 0;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.category-groups .job-category-with-icon i {
    font-size: 80px;
    color: #999;
}

.category-groups .job-category-with-icon img.category-icon {
    width: 80px;
}

.category-groups .job-category-with-icon h4 {
    margin: 0;
    padding-top: 20px;
}

.category-groups .job-category-with-icon span {
    color: #999;
}

/* Categories with Background Image */
.category-groups .job-category-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}

.category-groups .job-category-bg:hover {
    background-position: 30% 50%;
}

.category-groups .job-category-bg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .9;
    z-index: 1;
    transition: all .3s ease;
    background: rgba(0,0,0,0);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.category-groups .job-category-bg:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    opacity: .5;
    z-index: 0;
}

.category-groups .job-category-bg a{
    z-index: 1;
    position: relative;
    display: block;
}

.category-groups .job-category-bg i,
.category-groups .job-category-bg h4,
.category-groups .job-category-bg span {
    color: #fff;
}

/*********** 8.10 Icon Box *************/

.iconbox {
    margin: 0 0 40px 0;
}

.iconbox p:last-child {
    margin: 0;
}

.iconbox h3 {
    margin: 0 0 10px 0;
}

.iconbox i.boxicon {
    position: relative;
    z-index: 2;
    -webkit-transition: all .08s ease-in;
    -moz-transition: all .08s ease-in;
    -ms-transition: all .08s ease-in;
    -o-transition: all .08s ease-in;
    transition: all .08s ease-in;
}


/* Primary Color */

.iconbox-style-4.icon-color-primary i.boxicon,
.iconbox-style-5.icon-color-primary i.boxicon,
.flip .icon-color-primary.card .back {
    color: #fff;
}


/* Greyscale Color */

.iconbox-style-1.icon-color-greyscale i.boxicon,
.iconbox-style-2.icon-color-greyscale i.boxicon,
.iconbox-style-3.icon-color-greyscale i.boxicon,
.iconbox-style-6.icon-color-greyscale i.boxicon,
.iconbox-style-7.icon-color-greyscale i.boxicon {
    color: #999;
}

.iconbox-style-4.icon-color-greyscale i.boxicon,
.iconbox-style-5.icon-color-greyscale i.boxicon {
    background: #f1f1f1;
    color: #999;
}

.flip .icon-color-greyscale.card .back {
    background: #262626;
    color: #fff;
}


/* Greyscale Color + Light Text */

.color-light .iconbox-style-1.icon-color-greyscale i.boxicon,
.color-light .iconbox-style-2.icon-color-greyscale i.boxicon,
.color-light .iconbox-style-3.icon-color-greyscale i.boxicon,
.color-light .iconbox-style-6.icon-color-greyscale i.boxicon {
    color: #fff !important;
}

.iconbox-style-4.icon-color-greyscale.color-light i.boxicon,
.iconbox-style-5.icon-color-greyscale.color-light i.boxicon {
    background: #fff;
    color: #999;
}


/*** ====== Icon Box - Style 1 ====== ***/

.iconbox-style-1 i.boxicon {
    font-size: 28px;
    margin-bottom: -6px;
    float: left;
    width: 40px;
}

.iconbox-style-1 .iconimg {
    margin-right: 10px;
}

.iconbox-style-1 i.boxicon[class*="sl-"] {
    font-weight: 400;
    font-size: 26px;
}

.iconbox-style-1.animation-iconappear {
    overflow: hidden;
}

.iconbox-style-1.animation-iconappear h3 span {
    overflow: hidden;
    display: block;
}

.iconbox-style-1.animation-iconappear h3 {
    position: relative;
    left: -40px;
    -webkit-transition: all .16s ease;
    -moz-transition: all .16s ease;
    -ms-transition: all .16s ease;
    -o-transition: all .16s ease;
    transition: all .16s ease;
}

.iconbox-style-1.animation-iconappear:hover h3 {
    left: 0;
}


/*** ====== Icon Box - Style 2 ====== ***/

.iconbox-style-2 i.boxicon {
    font-size: 34px;
    text-align: center;
    display: inline-block;
}

.iconbox-style-2 .iconbox-icon {
    float: left;
    width: 30px;
    margin-top: 2px;
    text-align: center;
}

.iconbox-style-2 .iconbox-content {
    margin-left: 54px;
}

.iconbox-style-2 i.boxicon[class*="sl-"] {
    font-size: 34px;
}


/*** ====== Icon Box - Style 3 ====== ***/

.iconbox-style-3 {
    text-align: center;
}

.iconbox-style-3 i.boxicon {
    font-size: 52px;
    text-align: center;
    display: inline-block;
    line-height: 52px;
    margin-bottom: 30px;
}

.iconbox-style-3 .iconimg {
    margin-bottom: 16px;
}


/*** ====== Icon Box - Style 4 ====== ***/

.iconbox-style-4 {
    text-align: center;
}

.iconbox-style-4 i.boxicon {
    font-size: 28px;
    text-align: center;
    display: inline-block;
    width: 73px;
    height: 73px;
    line-height: 75px;
    background: #f6f6f6;
    color: #999;
    border-radius: 50%;
    margin-bottom: 16px !important;
}

.iconbox-style-4 i.boxicon[class*="sl-"] {
    font-size: 34px;
}

.iconbox-style-4 .iconimg {
    margin-bottom: 16px !important;
}


/*** ====== Icon Box - Style 5 ====== ***/

.iconbox-style-5 i.boxicon {
    font-size: 28px;
    text-align: center;
    display: inline-block;
    width: 63px;
    height: 63px;
    line-height: 65px;
    background: #f6f6f6;
    color: #999;
    border-radius: 50%;
}

.iconbox-style-5 .iconbox-icon {
    float: left;
}

.iconbox-style-5 .iconbox-icon .iconimg {
    margin-right: 20px;
}

.iconbox-style-5 .iconbox-content {
    margin-left: 88px;
    overflow: hidden;
}

.iconbox-style-5 i.boxicon[class*="sl-"] {
    font-size: 30px;
}


/*** ====== Icon Box - Style 6 ====== ***/

.flip {
    -webkit-perspective: 800;
    -ms-perspective: 800;
    -moz-perspective: 800;
    -o-perspective: 800;
    width: 100%;
    min-height: 260px;
    height: 260px;
    position: relative;
    display: block;
    margin: 0px auto;
}

.flip .card {
    width: 100%;
    height: 100%;
}

.flip .front,
.flip .back {
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 0.5s;
    -ms-transform-style: preserve-3d;
    -ms-transition: 0.5s;
    -o-transform-style: preserve-3d;
    -o-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
}

.flip .card .face {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
}

.flip .card .front {
    position: absolute;
    z-index: 1;
    background: #f6f6f6;
    border-radius: 4px;
    backface-visibility: hidden;
    /* W3C */
    -webkit-backface-visibility: hidden;
    /* Safari & Chrome */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
    -o-backface-visibility: hidden;
    /* Opera */
}

.flip .card .back {
    border-radius: 4px;
    transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg);
    /* IE 9 */
    -moz-transform: rotatey(-180deg);
    /* Firefox */
    -webkit-transform: rotatey(-180deg);
    /* Safari and Chrome */
    -o-transform: rotatey(-180deg);
    /* Opera */
    backface-visibility: hidden;
    /* W3C */
    -webkit-backface-visibility: hidden;
    /* Safari & Chrome */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
    -o-backface-visibility: hidden;
    /* Opera */
}

.flip:hover .front {
    transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    /* IE 9 */
    -moz-transform: rotatey(180deg);
    /* Firefox */
    -webkit-transform: rotatey(180deg);
    /* Safari and Chrome */
    -o-transform: rotatey(180deg);
    /* Opera */
}

.flip:hover .back {
    transform: rotatey(0deg);
    -ms-transform: rotatey(0deg);
    /* IE 9 */
    -moz-transform: rotatey(0deg);
    /* Firefox */
    -webkit-transform: rotatey(0deg);
    /* Safari and Chrome */
    -o-transform: rotatey(0deg);
    /* Opera */
    backface-visibility: visible;
    /* W3C */
    -webkit-backface-visibility: visible;
    /* Safari & Chrome */
    -moz-backface-visibility: visible;
    /* Firefox */
    -ms-backface-visibility: visible;
    /* Internet Explorer */
    -o-backface-visibility: visible;
    /* Opera */
}

.iconbox-style-6 i.boxicon {
    font-size: 58px;
    text-align: center;
    display: block;
    color: #999;
    line-height: 1;
    margin: 0 0 14px 0;
    padding: 0;
}

.iconbox-style-6 .iconimg {
    margin: 0 0 16px 0;
}

.iconbox-style-6 table {
    height: 260px;
    width: 100%;
}

.iconbox-style-6 table td {
    vertical-align: middle;
    text-align: center;
    padding: 10px 30px 0 30px;
}

.iconbox-style-6 .back h3 {
    color: #fff;
}


/*** ====== Icon Box - Style 7 ====== ***/

.iconbox-style-7 {
    background: #fff;
    border: 2px solid #e3e3e3;
    padding: 30px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.iconbox-style-7 h3 {
    margin-bottom: 20px;
}

.iconbox-style-7 i.boxicon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 160px;
    line-height: 1;
    z-index: 0;
    text-align: center;
    display: block;
    color: #f6f6f6;
    opacity: .2;
}

.iconbox-style-7 p,
.iconbox-style-10 h3 {
    position: relative;
    z-index: 1;
}

.iconbox-style-7 .iconimg {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 160px;
    line-height: 1;
    z-index: 0;
    text-align: center;
    display: block;
}


/*********** 8.11 Count Down *************/

.countdown {
    text-align: center;
}

.countdown ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.countdown li span {
    font-size: 90px;
}

.countdown li p {
    font-size: 26px;
    font-weight: 300;
    text-transform: capitalize;
}


/*********** 8.12 Progressbar *************/

.progress-bar {
    position: relative;
    width: 100%;
    height: 6px;
    display: block;
    background: rgba(0, 0, 0, .05);
    margin-bottom: 20px;
    border-radius: 2px;
    overflow: hidden;
}

.progress-bar .progress-percentage {
    background: #44bdbd;
    display: block;
    width: 0%;
    height: 30px;
}

.progress-title {
    font-size: 13px;
    display: block;
    margin: 0 0 1px 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.progress-title span {
    float: right;
}

/* --------------------------------------
    9. Headers - Navigation 
-------------------------------------- */


/*********** 9.1 Top Header Bar *************/

.top-bar-header {
    background: #f0f0f0;
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
    color: #a9a9a9;
}

.top-bar-header p {
    color: #a9a9a9;
    margin: 0;
}

.top-bar-header aside.top-header-widget {
    float: left;
    padding-right: 15px;
}

.top-bar-header aside.top-header-widget:last-child {
    padding-right: 0;
}

.top-bar-header .col-md-6.col-xs-12:last-child aside.top-header-widget {
    float: right;
}

.top-bar-header .widget_nav_menu li {
    display: inline-block;
    padding-right: 8px
}

.top-bar-header .widget_nav_menu li a {
    color: #a9a9a9;
}

.top-bar-header .widget_nav_menu li a:hover {
    padding-left: 0;
}


/* Dark Skin */

.top-header-dark {
    background: #323232;
}


/*********** 9.2 Version 1 - Default *************/

header {
    width: 100%;
    z-index: 999;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
    transition: .6s all ease;
}

header.navbar-fixed-top {
    position: fixed !important;
}

nav.navbar {
    /*background: #f6f6f6*/
    border: none;
    padding: 15px 0;
    margin: 0;
}

.navbar-brand {
    height: inherit;
    padding: 15px 0;
    padding-right: 30px;
}

.navbar-brand img {
    height: 30px;
    cursor: pointer;
}

.navbar .navbar-nav>li.mobile-title {
    display: none;
}

.nav>li>a:focus,
.nav>li>a:hover,
{
    background: none !important;
}

.nav>li>a:focus {}

.navbar .navbar-nav>li>a {
    padding: 0 10px;
}

.navbar .navbar-nav>li.active>a {
    background: none;
}

.navbar .navbar-nav>li>a:hover {
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: none !important;
}

.navbar .navbar-nav>li>a i {
    padding-left: 5px;
}

.navbar .navbar-nav>li:last-child>a i {
    padding-right: 5px;
    padding-left: 0;
}


/***** Header Btn Wrapper *****/

.header-btn-wrapper {
    display: inline-block;
    float: right;
    line-height: 31px;
    padding-left: 10px;
}

.header-btn-wrapper li {
    display: inline-block;
    padding-right: 10px;
}

.header-btn-wrapper li:last-child {
    padding-right: 0;
}


/*********** 9.3 Version 2 - Logo Top *************/

.header2 h1.logo {
    text-align: center;
}

.header2 nav {
    padding: 20px 0;
}

.header2 a.navbar-brand {
    float: none !important;
    padding: 0;
}

.header2 .navbar-brand img {
    margin: 0 auto !important;
    text-align: center;
}

.header2 .navbar .navbar-nav {
    display: inline-block;
    float: none !important;
    vertical-align: top;
}

.header2 .navbar .navbar-collapse {
    text-align: center;
}


/*********** 9.4 Sticky Header *************/

header.sticky.headroom--pinned.cloned,
header.sticky.headroom--unpinned.cloned,
header.sticky.headroom--top.cloned {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header.sticky.cloned {
    position: fixed !important;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}

body.admin-bar header.sticky.cloned {
    top: 32px !important;
}

header.sticky.cloned.headroom--not-top.headroom--unpinned,
header.sticky.cloned.headroom--not-top.headroom--pinned {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}


/*********** 9.5 Dropdown Menu *************/

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus {
    color: #f6f6f6;
    background: none;
}

.navbar-default .navbar-nav>.open>a:hover {
    background: none;
}

#main-nav .navbar-nav>.dropdown>a:after {
    content: '\f107';
    font-family: 'fontawesome';
    padding-left: 7px;
}

#main-nav .dropdown .dropdown-menu {
    background: #fff none repeat scroll 0 0;
    padding: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top: solid 3px;
    display: block;
    visibility: hidden;
    min-width: 250px;
    margin-top: 25px;
    -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;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(30, 31, 33, 0.15);
    -moz-box-shadow: 0px 0px 15px 5px rgba(30, 31, 33, 0.15);
    box-shadow: 0px 0px 15px 5px rgba(30, 31, 33, 0.15);
    z-index: 99;
    opacity: 0;
}

#main-nav .dropdown.open .dropdown-menu {
    margin-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: visible;
}

#main-nav .open>.dropdown-menu {
    opacity: 1;
}

#main-nav .navbar-nav .open a {}

#main-nav .navbar-nav .dropdown-menu>li {
    position: relative;
    margin: 0;
}

#main-nav .navbar-nav .dropdown-menu>li>a {
    padding: 5px 20px;
    color: #666;
    background: none;
}

#main-nav .navbar-nav .dropdown-menu>li>a:focus,
#main-nav .navbar-nav .dropdown-menu>li>a:hover {
    background: none;
}

#main-nav .navbar-nav .dropdown .dropdown-menu {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 220px;
    max-width: 250px;
    left: 50%;
}

#main-nav .navbar-nav .dropdown.open .dropdown-menu {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


/*********** 9.5.1 Dropdown Submenu *************/

#main-nav .navbar-nav .dropdown .dropdown-menu>.dropdown-submenu {
    position: relative;
}

#main-nav .navbar-nav .dropdown .dropdown-menu>.dropdown-submenu>a:after {
    content: '\f105';
    font-family: 'fontawesome';
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 30px;
}

#main-nav .navbar-nav .dropdown-menu>.dropdown-submenu>.dropdown-menu {
    top: -13px;
    left: 130%;
    visibility: hidden;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

#main-nav .navbar-nav .dropdown-menu>.dropdown-submenu.open>.dropdown-menu {
    left: 150%;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#main-nav .navbar-nav .dropdown-menu>.dropdown-submenu>.dropdown-menu.left {
    left: -30%;
}

#main-nav .navbar-nav .dropdown-menu>.dropdown-submenu.open>.dropdown-menu.left {
    left: -50%;
}


/*********** 9.5.2 Mega Menu *************/

#main-nav .navbar-nav .mega-menu {
    position: static !important;
}

#main-nav .navbar-nav .mega-menu .dropdown-menu {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
}

#main-nav .navbar-nav .mega-menu.open .dropdown-menu {}

#main-nav .navbar-nav .mega-menu .dropdown-menu li {
    padding: 0 20px;
}

#main-nav .navbar-nav .mega-menu .dropdown-menu .mega-menu-inner {
    padding: 10px 5px;
}

#main-nav .navbar-nav .mega-menu .dropdown-menu .mega-menu-inner .menu-item-mega {
    padding: 5px 0;
}

#main-nav .navbar-nav .mega-menu .dropdown-menu .mega-menu-inner .menu-item-mega.menu-title {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}


/*********** 9.5.3 Extra Menu - Login, Cart & Search *************/

.header-btn-wrapper {
    align-items: center;
    margin: 0;
}

.header-btn-wrapper .extra-menu-item {
    list-style: none;
}

.header-btn-wrapper .extra-menu-item a {
    text-transform: inherit !important;
}


/* Join Now */

.header-btn-wrapper .ca-join-now a {
    cursor: pointer;
    color: #777;
}

.header-btn-wrapper .ca-join-now a i {
    padding-right: 5px;
}

.ca-join-user-info span {
    position: relative;
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    margin-right: 7px;
}

.ca-join-user-info span img {
    position: absolute;
    top: 0;
    left: 0;
}


/* Cart */

.header-btn-wrapper .menu-item-cart {
    position: relative;
    padding: 0;
}

.header-btn-wrapper .menu-item-cart .mini-cart-counter {
    position: absolute;
    bottom: -2px;
    padding: 0 5px;
    height: 18px;
    min-width: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right: -10px;
    display: block;
    font-weight: 600;
    font-size: 10px;
}

.header-btn-wrapper .menu-item-cart a.cart-contents-btn {
    display: none;
}


/* Search */

.header-btn-wrapper .menu-item-search {
    padding-left: 15px;
}

.header-btn-wrapper .menu-item-search .header-search-mobile-btn {
    display: none;
}


/***** LOGIN REGISTER BOX ****/

.login-register-page form .status {
    margin-top: 40px;
}

.signup-wrapper {
    display: none;
}

.forgetpassword-wrapper {
    display: none;
}

.signin-wrapper .status span,
.signup-wrapper .status span,
.forgetpassword-wrapper .status span {
    display: block;
}

.signin-wrapper .bottom-links a,
.signup-wrapper .bottom-links a,
.forgetpassword-wrapper .bottom-links a {
    cursor: pointer;
}


/***** GENERAL SEARCH STYLE ****/

.general-fullscreen-search {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    text-align: center;
    opacity: 0;
    z-index: 1005;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.general-fullscreen-search.open {
    visibility: visible;
    opacity: 1;
}

.general-fullscreen-search .search-wrapper {
    width: 100%;
    align-self: center;
    margin: 25px;
}

.general-fullscreen-search h2 {
    margin-top: 0;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .5s ease .4s;
    -moz-transition: all .5s ease .4s;
    -ms-transition: all .5s ease .4s;
    -o-transition: all .5s ease .4s;
    transition: all .5s ease .4s;
}

.general-fullscreen-search.open h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.general-fullscreen-search form.general-search {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .5s ease .6s;
    -moz-transition: all .5s ease .6s;
    -ms-transition: all .5s ease .6s;
    -o-transition: all .5s ease .6s;
    transition: all .5s ease .6s;
}

.general-fullscreen-search.open form.general-search {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.general-fullscreen-search form.general-search .search-fields {
    max-width: 700px;
    margin: 0 auto;
}

.general-fullscreen-search form.general-search .search-fields input[type="text"] {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.general-fullscreen-search form.general-search .search-fields input[type="text"]:focus {
    -webkit-box-shadow: 0px 15px 25px 0px rgba(110, 110, 110, 0.22);
    -moz-box-shadow: 0px 15px 25px 0px rgba(110, 110, 110, 0.22);
    box-shadow: 0px 15px 25px 0px rgba(110, 110, 110, 0.22);
}

.general-fullscreen-search form.general-search .search-fields input.btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    color: #fff;
    border: 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.general-fullscreen-search .search-close-wrapper {
    position: absolute;
    width: 100%;
    bottom: 100px;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .5s ease .8s;
    -moz-transition: all .5s ease .8s;
    -ms-transition: all .5s ease .8s;
    -o-transition: all .5s ease .8s;
    transition: all .5s ease .8s;
}

.general-fullscreen-search.open .search-close-wrapper {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.general-fullscreen-search .search-close-wrapper a {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}


/* Search result */

.search-results .job_listing .blog-thumbnail {
    display: none;
}


/* --------------------------------------
    10. Footers
-------------------------------------- */

footer {
    position: relative;
}

footer .footer-info h3 {
    color: #f6f6f6;
    text-transform: capitalize;
    padding-bottom: 40px;
    margin: 0;
}

footer .footer-info p,
footer .footer-info a,
footer .footer-info ul li,
footer .footer-info span {
    font-size: 14px;
    line-height: 22px;
    color: #999;
}


/* Mailchimp - Newsletter Widget */

footer .footer-info .widget_mc4wp_form_widget input.form-control {
    width: 70%;
    height: 40px;
    background: rgba(237, 237, 237, 0.3);
    border: 0;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    color: #999;
    padding-left: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

footer .footer-info .widget_mc4wp_form_widget button {
    width: 30%;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    padding: 0;
    margin: 0;
}


/* Copyright Section */

footer .copyright {
    background: #1e1f21;
}

footer .copyright h6 {
    color: #999;
    line-height: 40px;
    font-size: 14px;
    margin: 0;
}

footer .copyright h6,
footer .copyright a {
    font-weight: 600;
    text-transform: capitalize;
}

footer .copyright .social-btn-roll {
    border: 1px solid transparent;
    background: none;
    color: #999;
}


/********************** 10.1 Footer Version 1 - Default Background Image ************************/

.footer1 .footer-info {
    position: relative;
    background-size: cover;
}

.footer1 .footer-info:before {
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    overflow: hidden;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.footer1 .footer-info>div {
    position: relative;
    z-index: 3;
}


/********************** 10.2 Footer Version 2 - Dark Skin ************************/

.footer2 .footer-info {
    background: #333;
}


/********************** 10.3 Footer Version 3 - Light ************************/

.footer3 {
    border-top: 1px solid #e3e3e3;
}

.footer3 .footer-info {
    background: #f0f0f0;
}

.footer3 .footer-info:before {
    display: none;
}

.footer3 .footer-info p,
.footer3 .footer-info a,
.footer3 .footer-info ul li,
.footer3 .footer-info span {
    color: #666;
}

.footer3 .footer-info h3 {
    color: #666;
}


/* Mailchimp - Newsletter Widget */

.footer3 .footer-info .widget_mc4wp_form_widget input.form-control {
    background: #fff;
}


/* Copyright */

.footer3 .copyright {
    background: #f0f0f0;
    border-top: 1px solid #e3e3e3;
}


/********************** 10.4 Footer Version 4 - Fixed ************************/

.footer4 {
    background: #333;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.wrapper.boxed .footer4 {
    max-width: 1200px;
    margin: 0 auto;
}


/*********** Footer Widgets ***********/

.footer-widgets .widget_nav_menu li {
    padding-bottom: 10px;
    margin: 0;
}

.footer-widgets .widget_nav_menu li:last-child {
    padding-bottom: 0;
}

.footer-widgets .widget_nav_menu li a:before {
    content: '\f101';
    font-family: 'fontawesome';
    padding-right: 10px;
}

.footer-widgets .widget_archive li,
.footer-widgets .widget_categories li,
.footer-widgets .widget_recent_entries li,
.footer-widgets .widget_recent_comments li,
.footer-widgets .widget_pages li,
.footer-widgets .widget_meta li {
    border: 0;
}


/* --------------------------------------
    11. Pages
-------------------------------------- */


/*********** 11.1 404 - Page not found ***********/

.page-not-found {
    text-align: center;
}

.page-not-found h2 {
    font-size: 120px;
}


/*********** 11.2 Contact Page ***********/

form.wpcf7-form {
    margin-top: 40px;
}

form.wpcf7-form textarea {
    max-width: 100%;
    resize: none;
}

.gmaps {
    height: 400px;
    padding: 0;
}

.gmaps #map {
    height: 100%;
}


/* --------------------------------------
    12. Blog
-------------------------------------- */


/*********** 12.1 Blog Listing *************/

article.blog-post {
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #e3e3e3;
    border-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

article.blog-post:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}


/* Description */

article.blog-post .blog-desc .blog-post-title {
    margin-top: 0;
    margin-bottom: 5px;
}

article.blog-post .blog-desc .blog-post-title a {
    font-family: inherit;
    color: #333;
}

article.blog-post .blog-desc p {
    font-size: 14px;
}


/* Meta Info */

article.blog-post .blog-desc .meta-tags {
    color: #999;
}

article.blog-post .blog-desc .meta-tags {
    color: #999;
}

article.blog-post .blog-desc .meta-tags a {
    color: #999;
}

article.blog-post .blog-desc .meta-tags span:after {
    content: '|';
    padding: 0 7px;
}

article.blog-post .blog-desc .meta-tags span:last-child:after {
    display: none;
}


/* Blog Post Thumbnail */

article.blog-post .blog-thumbnail {
    padding: 0;
    overflow: hidden;
    max-height: 350px;
    position: relative;
}

article.blog-post .blog-thumbnail img {
    width: 100%;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

article.blog-post .blog-thumbnail:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
    opacity: 0.4;
}


/* Vertical Featured Image */

article.blog-post .blog-thumb-vertical {
    background: none !important;
}

article.blog-post .blog-thumb-vertical img.vertical-image {
    width: auto !important;
    margin: 0 auto;
    display: block;
}

article.blog-post .blog-thumb-vertical:hover img.vertical-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
    opacity: 1;
}


/*********** Sticky Blog Post ***********/

article.sticky {
    background: #fefff6;
    border: 1px solid #e3e3e3 !important;
    padding: 40px;
}

article.sticky:before {
    content: '\f08d';
    font-family: 'fontawesome';
    display: block;
    font-size: 22px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    left: -25px;
}


/*********** Aside Blog Post ***********/

article.blog-post-aside .blog-post-wrapper {
    padding: 20px;
    border: 0;
    background: #ddf3ff;
    text-align: center;
}

article.blog-post-aside .blog-post-wrapper p {
    margin: 0;
    font-size: 14px;
    color: #666;
}


/*********** Audio Blog Post ***********/

article .audio-wrapper iframe {
    width: 100%;
    height: 100%;
}


/*********** Quote Blog Post ***********/

article figure.post-quote blockquote {
    margin: 0;
    border: 0;
    text-align: center;
    color: #fff;
    padding: 60px;
}

article figure.post-quote blockquote h4,
article figure.post-quote blockquote h6 {
    color: inherit;
    margin: 0;
}

article figure.post-quote blockquote a {
    color: #fff;
}


/*********** Gallery Blog Post ***********/

.gallery-post-wrapper .gallery-post {
    max-height: 350px;
    overflow: hidden;
}

.gallery-post .owl-nav {
    height: 0;
}

.gallery-post .owl-nav .owl-prev,
.gallery-post .owl-nav .owl-next {
    cursor: pointer !important;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    text-decoration: none;
    display: block;
    color: #fff !important;
    width: 50px;
    height: 50px;
    margin: -25px 0 0;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.gallery-post .owl-nav .owl-prev {
    left: 0px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.gallery-post .owl-nav .owl-next {
    right: 0px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.gallery-post .owl-nav i {
    font-size: 28px;
    line-height: 50px;
    opacity: .7;
}

.gallery-post:hover .owl-nav .owl-prev,
.gallery-post:hover .owl-nav .owl-next {
    opacity: 1;
}

.gallery-post:hover .owl-nav .owl-prev:hover,
.gallery-post:hover .owl-nav .owl-next:hover {
    opacity: .6;
    color: #fff;
    background: #000;
}


/*********** Blog Post Slider VC ***********/

.blogslider-post-holder {
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}

a.blogslider-thumb-link {
    position: relative;
    max-height: 250px;
    display: block;
    overflow: hidden;
}

.blogslider-post-thumbnail {
    width: 100%;
    height: 250px;
    background-size: cover !important;
    background-position: center !important;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.blogslider-post-thumbnail:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
}

.blogslider-post-thumbnail:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.blogslider-post-thumbnail:hover:after {
    opacity: .6;
}

.blogslider-post-holder .blogslider-text-outer {
    padding: 20px;
}

.blogslider-post-holder .blogslider-title {
    margin: 0;
}

.blogslider-post-holder .blogslider-title a {
    color: #333;
}

.blogslider-post-holder .blogslider-meta {
    padding-top: 10px;
}

.blogslider-post-holder .blogslider-excerpt {
    padding-top: 25px;
}

.blog-post-slider .owl-dots {
    margin-top: 25px;
}

/*********** Blog Post List VC ***********/
.bloglist-post-holder {
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
}

a.bloglist-thumb-link {
    position: relative;
    max-height: 250px;
    display: block;
    overflow: hidden;
}

.bloglist-post-thumbnail {
    width: 100%;
    height: 250px;
    background-size: cover !important;
    background-position: center !important;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.bloglist-post-thumbnail:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
}

.bloglist-post-thumbnail:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.bloglist-post-thumbnail:hover:after {
    opacity: .6;
}

.bloglist-post-holder .bloglist-text-wrapper {
    position: relative;
    padding: 40px 20px;
}

.bloglist-post-holder .bloglist-avatar {
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
}

.bloglist-post-holder .bloglist-avatar img {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.bloglist-post-holder .bloglist-title {
    margin: 0;
}

.bloglist-post-holder .bloglist-title a {
    color: #333;
}

.bloglist-post-holder .bloglist-meta {
    padding-top: 10px;
}

.bloglist-post-holder .bloglist-excerpt {
    padding-top: 25px;
}

/*********** 12.2 Single Blog Post *************/

article.blog-post-content {
    margin-top: 0;
}

article.blog-post-content .blog-thumbnail {
    padding: 0;
    overflow: hidden;
    height: 350px;
    margin-bottom: 40px;
    position: relative;
}

article.blog-post-content .blog-thumbnail img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

article.blog-post-content .blog-thumbnail img.vertical-image {
    display: block;
    width: auto;
    margin: 0 auto;
}

article.blog-post-content .date {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #f6f6f6;
    text-align: center;
    padding: 10px 15px;
    line-height: 1;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

article.blog-post-content .date span.day {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

article.blog-post-content .date span.publish-month {
    font-size: 14px;
    text-transform: uppercase;
}


/* Description */

article.blog-post-content .blog-desc .blog-title {
    margin: 0 0 10px 0;
}

article.blog-post-content .blog-desc p {
    font-size: 14px;
}

article.blog-post-content .blog-desc .meta-tags {
    color: #999;
}

article.blog-post-content .blog-desc .meta-tags {
    color: #999;
}

article.blog-post-content .blog-desc .meta-tags a {
    color: #999;
}

article.blog-post-content .blog-desc .meta-tags span:after {
    content: '|';
    padding: 0 7px;
}

article.blog-post-content .blog-desc .meta-tags span:last-child:after {
    display: none;
}

.blog-post-content .social-sharing-wrapper {
    margin-top: 40px;
}


/*********** 12.3 Blog Post Navigation *************/

.post-navigation {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 20px;
    padding-bottom: 20px;
}

.post-navigation .post-navigation-title {
    display: none;
}

.post-navigation .nav-links {
    display: inline-block;
    width: 100%;
    padding-top: 12px;
}

.post-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a {
    display: inline-block;
    max-width: 250px;
    position: relative;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.post-navigation .nav-links .nav-next {
    float: left;
    position: relative;
}

.post-navigation .nav-links .nav-next a {
    padding-left: 25px !important;
}

.post-navigation .nav-links .nav-next a:before {
    content: '\f104';
    font-family: 'fontawesome';
    color: #fff;
    position: absolute;
    left: 10px;
}

.post-navigation .nav-links .nav-previous {
    float: right;
    position: relative;
}

.post-navigation .nav-links .nav-previous a {
    padding-right: 25px !important;
}

.post-navigation .nav-links .nav-previous a:after {
    content: '\f105';
    font-family: 'fontawesome';
    color: #fff;
    position: absolute;
    right: 10px;
}


/*********** 12.4 Blog Post Comments *************/

section.comments {
    padding: 0;
}

section.comments .comment-form .logged-in-as {
    margin: 0;
    padding: 30px 0 10px 0;
}

.comments>h4 {
    text-transform: uppercase;
}

.comments .comment-list {
    list-style: none;
    padding: 0;
}

.bypostauthor {
    opacity: 1;
}

.comment-reply-title {
    margin: 0;
}

.comments .comment-list>.comment {
    padding: 40px 0;
    border-bottom: 1px solid #e3e3e3;
}

.comments .comment-list .comment:last-child {
    border-bottom: 0;
}

.comments .comment-list .commenter-avatar {
    position: relative;
    width: 65px;
    height: 65px;
    margin-right: 30px;
}

.comments .comment-list .commenter-avatar:before {
    content: '';
    display: block;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    z-index: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: .15;
}

.comments .comment-list .commenter-avatar:after {
    content: '';
    display: block;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    z-index: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: .1;
}

.comments .comment-list .commenter-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    position: relative;
}

.comments .comment-list .comment-content h6 {
    text-transform: capitalize;
    padding-bottom: 5px;
    margin: 0;
}

.comments .comment-list .comment-content .comment-info {
    padding-bottom: 20px;
}

.comments .comment-list .comment-content span.date {
    font-size: 14px;
    color: #999;
}


/* Comment Replies */

.comments .comment-list .children {
    margin-top: 60px;
    padding-left: 100px;
    list-style: none;
}

.comments .comment-list .children .comment {
    padding-bottom: 40px
}

.comments .comment-list .children .comment:last-child {
    padding-bottom: 0;
}

.comments .comment-list .children .comment>.children {
    margin-top: 40px;
    padding-left: 0;
}


/* Comment Pingback */

.comments ul li.pingback {
    display: block;
    margin: 0 0 20px 90px;
    position: relative;
    border-bottom: 1px solid #eee;
}


/* Comment Navigation */

.comment-navigation .comment-navigation-title {
    display: none;
}


/* Comment Form */

.comment-form textarea {
    resize: none;
}


/* --------------------------------------
    13. Sidebar
-------------------------------------- */

.sidebar {
    background: #f0f0f0;
    padding: 40px 25px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sidebar.sidebar-empty {
    display: none;
}

.sidebar aside.widget {
    padding-bottom: 40px;
}

.sidebar aside.widget:last-of-type {
    padding-bottom: 0;
}

.sidebar aside.widget .widget-title {
    text-transform: uppercase;
    margin: 0;
}

.sidebar aside.widget .widget-title:after {
    content: '';
    width: 50px;
    height: 3px;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
}


/* Search Title */

.sidebar aside.widget_search .widget-title {
    display: none;
}


/* General Styling */

.sidebar .widget_archive li a,
.sidebar .widget_categories li a,
.sidebar .widget_recent_entries li a,
.sidebar .widget_recent_comments li,
.sidebar .widget_pages li a,
.sidebar .widget_nav_menu li a,
.sidebar .widget_nav_menu .menu ul>li>a,
.sidebar .widget_meta li a {
    font-size: 16px;
}


/* --------------------------------------
    14. Widgets
-------------------------------------- */

.widget ul {
    padding: 0;
    list-style: none;
}

.widget_archive li a,
.widget_categories li a,
.widget_product_categories li a,
.widget_recent_entries a,
.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_pages li a,
.widget_nav_menu li a,
.widget_nav_menu .menu ul>li>a,
.widget_meta li a {
    text-transform: capitalize;
    color: #999;
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_product_categories li a:hover,
.widget_recent_comments li a:hover,
.widget_pages li a:hover,
.widget_nav_menu li a:hover,
.widget_nav_menu .menu ul>li>a:hover,
.widget_meta li a:hover {
    padding-left: 10px;
}

.widget_archive li,
.widget_categories li,
.widget_product_categories li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_pages li,
.widget_meta li {
    padding: 8px 0;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_product_categories li a:last-child,
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_pages li:last-child,
.widget_meta li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}


/* Recent Posts Widget */

.widget_recent_entries .widget-blog-post {
    clear: both;
    border: 0;
    padding: 0;
}

.widget_recent_entries .widget-blog-post .post-thumbnail {
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 20px 20px 0;
}

.widget_recent_entries .widget-blog-post .post-thumbnail img {
    max-width: none;
    width: auto;
    height: 100%;
    position: absolute;
    left: -50%;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.widget_recent_entries .widget-blog-post .post-thumbnail img.post-no-thumb {
    left: 0;
}

.widget_recent_entries .widget-blog-post .post-thumbnail img:hover {
    opacity: .5;
}

.widget_recent_entries .widget-blog-post .post-info {
    padding-top: 10px;
}

.widget_recent_entries .widget-blog-post .post-info a {
    text-transform: capitalize;
    font-weight: 600;
    display: block;
}

.widget_recent_entries .widget-blog-post .post-info span {
    font-style: italic;
}


/* Tag Cloud Widget */

.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
    color: #999;
    font-size: 14px !important;
    background: #fff;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 15px;
    line-height: 50px;
    text-transform: capitalize;
    margin-right: 5px;
    white-space: nowrap;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
    color: #fff;
}


/* Calendar Widget */

.widget_calendar table#wp-calendar {
    width: 100%;
}

.widget_calendar table#wp-calendar caption {
    margin-bottom: 10px;
}

.widget_calendar table#wp-calendar th,
.widget_calendar table#wp-calendar td {
    text-align: center;
}


/* Mailchimp - Newsletter Widget */

.widget_mc4wp_form_widget form button {
    width: 100%;
    margin-top: 20px;
}


/********** Featured Job & Resume Widgets **********/

aside.widget_featured_jobs ul.job_listings,
aside.widget_featured_resumes ul.resumes,
aside.widget_recent_jobs ul.job_listings{
    margin-top: 20px;
}

aside.widget_featured_jobs ul.job_listings li.job_listing,
aside.widget_featured_resumes ul.resumes li.resume,
aside.widget_recent_jobs ul.job_listings li.job_listing {
    padding: 0;
    background: none;
}

aside.widget_featured_resumes ul.resumes li.resume {
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

aside.widget_featured_jobs ul.job_listings li.job_listing:before,
aside.widget_featured_jobs ul.job_listings li.job_listing:after,
aside.widget_featured_resumes ul.resumes li.resume:before,
aside.widget_featured_resumes ul.resumes li.resume:after {
    display: none;
}

aside.widget_featured_jobs ul.job_listings li.job_listing:last-child,
aside.widget_featured_resumes ul.resumes li.resume:last-child,
aside.widget_recent_jobs ul.job_listings li.job_listing:last-child {
    border: 0;
}

aside.widget_featured_jobs ul.job_listings li.job_listing .position {
    text-align: left;
    padding-bottom: 5px;
}

aside.widget_featured_jobs ul.job_listings li.job_listing .position h3,
aside.widget_featured_resumes ul.resumes li.resume .candidate h3,
aside.widget_recent_jobs ul.job_listings li.job_listing a div.position h3 {
    font-size: 1.2em;
}

.widget_recent_jobs ul.job_listings > li.job_listing .meta > li, 
.widget_featured_jobs ul.job_listings > li.job_listing .meta > li {
    display: table !important;
    font-size: 12px !important;
    padding: 0;
}

.widget ul.job_listings li.job_listing ul.meta li:after {
    display: none;
}

.widget ul.job_listings li.job_listing ul.meta li.job-type {
    padding: 2px 8px;
    display: inline-block;
}

aside.widget_recent_jobs ul.job_listings li.job_position_featured:before,
aside.widget_recent_jobs ul.job_listings li.job_position_featured:after {
    display: none;
}


/* --------------------------------------
    15. Jobs & Resumes
-------------------------------------- */

/*** Job & Resume Search Map ***/
#map-container {
    position: relative
}

.infoBox {
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.infoBox:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 40px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}

.infoBox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    z-index: 999;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    height: 35px;
    width: 35px;
    background: #f0f0f0;
    color: #666;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
}

.infoBox-close:hover {
    color: #fff;
}

.infoBox .map-box {
    background: #fff;
    padding: 30px 15px;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

/* Job Content */
.infoBox .job-list-content h4 {
    margin: 0;
    padding-bottom: 15px;
}

.infoBox .job-list-content .job-info {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
}

.infoBox .job-list-content .job-info span {
    margin-right: 10px;
}

.infoBox .job-list-content .job-info span i {
    margin-right: 5px;
}

/* Resume Content */
.infoBox .candidate-img {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    width: 80px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.infoBox .candidate-img img {
    width: 100%;
}

.infoBox .resumes-content {
    float: left;
}

.infoBox .resumes-content h4,
.infoBox .resumes-content h6 {
    margin: 0;
}

.infoBox .resumes-content h6 {
    color: #666;
}

.infoBox .resumes-content .resume-rate {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

.infoBox .resumes-content .resume-rate i {
    margin-right: 5px;
}

.infoBox .resume-skills {
    margin-top: 15px;
}

.infoBox .resume-skills span {
    color: #999;
    font-size: 12px !important;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 15px;
    text-transform: capitalize;
    margin: 0 5px 5px 0;
    white-space: nowrap;
    display: inline-block;
    background: #f1f1f1;
}

/* Cluster */
.cluster {
    position: relative;
}

.cluster > div:before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.cluster > div:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation: zoom-effect 1.8s infinite linear;
    animation: zoom-effect 1.8s infinite linear;
    z-index: -2;
}

@keyframes zoom-effect {
    0%{
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        -moz-transform: translate(-50%, -50%) scale(0.5);
        -ms-transform: translate(-50%, -50%) scale(0.5);
        -o-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0;
    }
    70%{
        opacity: .6;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        -moz-transform: translate(-50%, -50%) scale(1.3);
        -ms-transform: translate(-50%, -50%) scale(1.3);
        -o-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}

/*** Map Nav ***/
#mapnav-btns {
    position: absolute;
    right: 80px;
    bottom: 15px;
    z-index: 999;
    margin: 0;
    list-style: none;
}

#mapnav-btns li {
    float: left;
}

#mapnav-btns a {
    color: #666 !important;
    background-color: #fff;
}

#mapnav-btns a:hover {
    color: #fff !important;
}

#mapnav-btns a:before,
#mapnav-btns a:after {
    font-family: 'fontawesome';
    position: relative;
    font-size: 13px;
    top: 0px;
}

#prevpoint {
    margin-right: 5px;
}

#prevpoint:before {
    content: "\f053";
    margin: 0 6px 0 0;
}

#nextpoint:after {
    content: "\f054";
    margin: 0 0 0 6px;
}

/******* 15.1 Job Listing **********/

ul.job_listings {
    border: 0;
}

ul.job_listings li.job_listing {
    position: relative;
    overflow: hidden;
    padding: 15px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

ul.job_listings li.job_position_featured:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    left: -40px;
    position: absolute;
    top: -40px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.job_listings li.job_position_featured:after {
    color: #fff;
    content: "\f005 ";
    font-family: "fontawesome";
    position: absolute;
    font-size: 16px;
    left: 10px;
    top: 5px;
}


/* version 1 */

ul.job_listings li.job_listing_ver1 {
    background: #fff;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: none;
}

ul.job_listings li.job_listing_ver1:first-child {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

ul.job_listings li.job_listing_ver1:last-child {
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}


/* version 2 */

ul.job_listings li.job_listing_ver2 {
    margin-top: 30px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

ul.job_listings li.job_listing:hover {
    background: #f6f6f6;
}

ul.job_listings li.job_listing a:hover {
    background: none;
}

ul.job_listings li.job_position_featured {
    background: #fefff6;
}

ul.job_listings li.job_position_featured a {
    background: none !important;
}

ul.job_listings li.job_listing .job-company {
    width: 85px;
    height: 85px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f0f0f0;
    padding: 20px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    position: relative;
}

ul.job_listings li.job_listing .job-company:hover {
    padding: 15px;
}

ul.job_listings li.job_listing a img.company_logo {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    float: none;
    left: 0;
}

ul.job_listings li.job_listing .job-title h5 {
    display: inline-block;
    color: #333;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

ul.job_listings .job-manager-applications-applied-notice {
    color: #6fde83;
    float: none;
    font-size: 12px;
}

ul.job_listings .job-manager-applications-applied-notice::before {
    font-size: 12px;
    vertical-align: bottom;
    text-align: center;
}

ul.job_listings li.job_listing a:focus,
ul.job_listings li.job_listing a:hover,
ul.job_listings li.no_job_listings_found a:focus,
ul.job_listings li.no_job_listings_found a:hover{
    background: none;
}

ul.job_listings li.job_listing .job-info {
    margin-top: 5px;
    color: #666;
    text-transform: capitalize;
}

ul.job_listings li.job_listing .job-info span {
    padding-right: 10px;
}

ul.job_listings li.job_listing .job-info span:last-child {
    padding-right: 0;
}

ul.job_listings li.job_listing .job-info span i {
    padding-right: 5px;
}

ul.job_listings li.job_listing ul.meta {
    width: 100%;
    padding: 0;
}

ul.job_listings li.job_listing ul.meta li.date {
    padding-top: 5px;
}

div.job_listings .load_more_jobs {
    border: 0;
    margin-top: 20px;
}

div.job_listings .load_more_jobs:hover {
    border: 0;
    background: none;
}

.no_resumes_found,
.no_job_listings_found {
    background: #d9edf7 !important;
    color: #31708f !important;
    padding: 25px 40px !important;
    border: 0 !important;
}


/**** Job Filters ****/

.job_filters {
    background: #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
}

.job_filters .job_types {
    background: #e9e9e9;
    padding: 5px 0;
    border: 0;
}

.job_filters .job_types li {
    border: 0;
}

.job_filters .job_types li label {
    background: none !important;
    color: inherit;
}

form.vc_job_search input.btn {
    line-height: 44px;
}


/* Search radius */

.job_filters .search_jobs div.search_radius {
    float: left;
    padding-right: .5em;
    margin-top: 10px;
    width: 50%;
}

.job_filters .search_jobs div.search_radius_type {
    float: right;
    padding-left: .5em;
    margin-top: 10px;
    width: 50%;
}

.job_filters .search_jobs div.search_radius_type .radius_type {
    color: #999;
}


/* Single Selectbox */

.job_filters .search_jobs div.search_categories {
    padding-top: 10px;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    height: 42px;
    padding: 10px 20px;
    color: #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.chosen-container-single.chosen-container-single .chosen-single {
    background: #fff;
    border-color: #e3e3e3;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    background: none;
    background-image: none !important;
}

.chosen-container-single .chosen-single div b:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 14px;
    margin: 0 14px 0 0;
    top: -1px;
    position: relative;
    width: 11px;
    height: 100%;
    line-height: 42px;
    display: inline-block;
    color: #999;
    float: right;
    font-weight: normal;
}

.chosen-container.chosen-with-drop .chosen-drop {
    border-color: #e3e3e3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 6px 20px 6px 6px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 9;
    background: none;
    background-image: none !important;
}

.chosen-container-single .chosen-search:before {
    content: '\f002';
    font-family: "FontAwesome";
    font-size: 15px;
    margin: 0 10px 0 0;
    top: 8px;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #aaa;
    float: right;
    font-weight: normal;
    z-index: 10;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

.chosen-container .chosen-results li {
    color: #666;
    padding: 10px;
}

select#search_categories {
    outline: none;
    color: #999;
    background: #fff;
}


/* Multichoice Selectbox */

.chosen-container-multi .chosen-choices {
    position: relative;
    display: block;
    overflow: hidden;
    height: 42px;
    padding: 5px 20px;
    color: #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #e3e3e3;
    background-image: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background: #f0f0f0;
    color: #666;
    border-color: #e3e3e3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/**** Job Types ****/

.rp4wp-related-job_listing>ul li.job_listing a .meta .job-type,
.rp4wp-related-job_listing>ul li.no_job_listings_found a .meta .job-type,
ul.job_listings li.job_listing a .meta .job-type,
ul.job_listings li.no_job_listings_found a .meta .job-type,
span.job-type {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: 0;
    padding: 5px 15px;
    position: relative;
    font-size: 14px;
    color: #f6f6f6!important;
    background: #dadada;
}

.job-manager .full-time,
.job-types .full-time,
.job_listing .full-time,
.single_job_listing .meta .full-time,
.job-type.full-time {
    background: #2ecc71 !important;
}

.job-manager .part-time,
.job-types .part-time,
.job_listing .part-time,
.single_job_listing .meta .part-time,
.job-type.part-time {
    background: #443088 !important;
}

.job-manager .freelancer,
.job-types .freelancer,
.job_listing .freelancer,
.single_job_listing .meta .freelancer,
.job-type.freelancer {
    background: #29b1fd !important;
}

.job-manager .internship,
.job-types .internship,
.job_listing .internship,
.single_job_listing .meta .internship,
.job-type.internship {
    background: #e69d29 !important;
}

.job-manager .temporary,
.job-types .temporary,
.job_listing .temporary,
.single_job_listing .meta .temporary,
.job-type.temporary {
    background: #dc7f5a !important;
}

span.new-job-tag {
    margin-left: 5px;
    background: #6fde83 !important;
}


/**** Job Tags ****/

.filter_wide.filter_by_tag {
    font-weight: bold;
    margin-top: 10px
}

.job_filters .filter_by_tag .filter_by_tag_cloud,
.resume_filters .filter_by_tag .filter_by_tag_cloud {
    display: block;
    margin-top: 5px;
}

.job_filters .filter_by_tag .filter_by_tag_cloud a,
.resume_filters .filter_by_tag .filter_by_tag_cloud a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 1em;
    padding: 5px;
    margin-right: 2px;
    text-transform: uppercase;
}

.job_filters .filter_by_tag .filter_by_tag_cloud a:before,
.resume_filters .filter_by_tag .filter_by_tag_cloud a:before {
    content: "\f02b";
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 0.5em;
}

p.job_tags {
    color: #999;
    padding: 20px 0;
    margin: 0;
    border-top: 1px solid #e3e3e3;
}

p.job_tags:before {
    content: '\f02b';
    font-family: "FontAwesome";
    margin-right: 7px;
}

/**** Showing Jobs & Resumes ****/

.resume_filters {
    background: #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
}

.job_filters .showing_jobs,
.resume_filters .showing_resumes {
    background: #fff;
    padding: 15px 0 0 0;
    color: #999;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
}

.job_filters .showing_jobs a,
.job_filters .showing_resumes a,
.resume_filters .showing_jobs a,
.resume_filters .showing_resumes a {
    background: none !important;
    float: right;
    margin-left: 20px;
}

.job_filters .showing_jobs a.reset,
.job_filters .showing_resumes a.reset,
.resume_filters .showing_jobs a.reset,
.resume_filters .showing_resumes a.reset {
    color: #c81313;
}

.job_filters .showing_jobs a.reset:hover,
.job_filters .showing_resumes a.reset:hover,
.resume_filters .showing_jobs a.reset:hover,
.resume_filters .showing_resumes a.reset:hover {
    color: #821212;
}

.job_filters .showing_jobs a:after,
.job_filters .showing_resumes a:after,
.resume_filters .showing_jobs a:after,
.resume_filters .showing_resumes a:after {
    font-family: "FontAwesome";
    font-weight: normal;
    margin-left: 7px;
}

.job_filters .showing_jobs a.rss_link:after,
.job_filters .showing_resumes a.rss_link:after,
.resume_filters .showing_jobs a.rss_link:after,
.resume_filters .showing_resumes a.rss_link:after {
    content: "\f09e";
}

.job_filters .showing_jobs a.reset:after,
.job_filters .showing_resumes a.reset:after,
.resume_filters .showing_jobs a.reset:after,
.resume_filters .showing_resumes a.reset:after {
    content: "\f00d";
}

.job_filters .showing_jobs a.alert {
    padding: 0;
    margin: 0;
}

.job_filters .showing_jobs a.alert:after {
    content: "\f0f3";
}

/******* 15.2 Single Job **********/

.single-job_listing .company-info {
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}

.single-job_listing .company-info .job-company {
    width: 120px;
    height: 120px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f0f0f0;
    padding: 20px;
}

.single-job_listing .company-info .job-company img {
    width: 100%;
}

.single-job_listing .company-info .job-company-info a {
    color: #333;
}

.single-job_listing .company-info .job-company-info h3,
.single-job_listing .company-info .job-company-info h5 {
    display: inline-block;
    margin: 0;
}

.single-job_listing .company-info .job-company-info h5 {
    color: #999;
    text-transform: capitalize;
}

.single-job_listing .company-info .job-company-info ul li a i {
    padding-right: 5px;
}

.single-job_listing .job-content .company_video {
    margin-bottom: 40px;
}

.single-job_listing .job-content .company_video iframe {
    width: 100%;
}


/***** Sidebar *****/

.job-sidebar .widget {
    border: 1px solid #e3e3e3;
    padding: 35px;
    margin-top: 40px;
}

.job-sidebar .widget:first-child {
    margin-top: 0;
}

.job-sidebar .widget h3,
.job-sidebar .widget h4,
.job-sidebar .widget h5 {
    margin: 0;
}

.job-sidebar .widget-title {
    text-transform: uppercase;
}

.job-sidebar .widget ul.job-overview {
    list-style: none;
}

.job-sidebar .widget ul.job-overview li {
    padding: 10px 0;
}

.job-sidebar .widget ul.job-overview li:first-child {
    padding-top: 0;
}

.job-sidebar .widget ul.job-overview li h5 i {
    font-size: 18px;
    padding-right: 10px;
}

.job-sidebar .widget input.apply-with-facebook {
    margin-bottom: 15px;
}

input.apply-with-facebook {
    background: #3c5b9a;
    margin: 0;
}

input.apply-with-xing {
    background: #118383;
    margin: 0;
}

.job-sidebar #job-map {
    height: 250px;
    width: 100%;
}


/* Application box */

.job-app-msg .content {
    background: #fff;
    text-align: center;
    padding: 40px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.job-app-msg .content a {
    display: block;
    font-weight: 700;
    font-size: 18px;
}


/*** Related Jobs ***/

section.related-jobs .related-jobs-slider .item {
    background: #f0f0f0;
    padding: 40px 20px;
    text-align: center;
    border-top: 3px solid transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/******* 15.3 Job - Employer Dashboard **********/

div#job-manager-job-dashboard table.job-manager-jobs {
    width: 100%;
}

div#job-manager-job-dashboard table.job-manager-jobs thead {
    background: #f6f6f6;
    border-bottom: 1px solid #e3e3e3;
}

div#job-manager-job-dashboard table.job-manager-jobs thead th {
    text-align: left;
    padding: 15px 20px !important;
    font-size: 16px;
}

div#job-manager-job-dashboard table.job-manager-jobs thead th.filled {
    text-align: center;
}

div#job-manager-job-dashboard table.job-manager-jobs tbody tr {
    border-bottom: 1px solid #e3e3e3;
}

div#job-manager-job-dashboard table.job-manager-jobs tbody tr td {
    padding: 30px 20px !important;
    text-align: left;
    color: #666;
}

div#job-manager-job-dashboard table.job-manager-jobs tbody tr td.filled {
    text-align: center;
}

div#job-manager-job-dashboard table.job-manager-jobs tbody tr td.job_title {
    font-weight: 600;
}

div#job-manager-job-dashboard table.job-manager-jobs tbody tr td.action a {
    display: block;
    padding: 3px 0;
}

div#job-manager-job-dashboard table.job-manager-jobs tbody tr td.action a.job-dashboard-action-edit:before {
    content: '\f040';
    font-family: 'fontawesome';
    padding-right: 5px;
}

div#job-manager-job-dashboard table.job-manager-jobs tbody tr td.action a.job-dashboard-action-mark_filled:before {
    content: '\f00c';
    font-family: 'fontawesome';
    padding-right: 5px;
}

div#job-manager-job-dashboard table.job-manager-jobs tbody tr td.action a.job-dashboard-action-mark_not_filled:before {
    content: '\f12d';
    font-family: 'fontawesome';
    padding-right: 5px;
}

div#job-manager-job-dashboard table.job-manager-jobs tbody tr td.action a.job-dashboard-action-duplicate:before {
    content: '\f24d';
    font-family: 'fontawesome';
    padding-right: 5px;
}

div#job-manager-job-dashboard table.job-manager-jobs tbody tr td.action a.job-dashboard-action-delete:before {
    content: '\f00d';
    font-family: 'fontawesome';
    padding-right: 5px;
}

.job-manager-message {
    background: #d9edf7 !important;
    color: #31708f !important;
    padding: 25px 40px !important;
    border: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.job-manager-message:before {
    display: none;
}


/******* 15.4 Job Alerts **********/

table.job-manager-alerts {
    width: 100%;
}

table.job-manager-alerts thead {
    background: #f6f6f6;
    border-bottom: 2px solid #e3e3e3;
}

table.job-manager-alerts thead th {
    text-align: left;
    padding: 15px 20px !important;
    font-size: 16px;
}

table.job-manager-alerts tbody tr {
    border-bottom: 1px solid #e3e3e3;
}

table.job-manager-alerts tbody tr td {
    padding: 30px 20px !important;
    text-align: left;
    color: #666;
}

table.job-manager-alerts tbody tr td.title {
    font-weight: 700;
}

table.job-manager-alerts tbody tr td.action a {
    display: block;
    padding: 3px 0;
}

table.job-manager-alerts tbody tr td.action a.job-alerts-action-view:before {
    content: '\f03a';
    font-family: 'fontawesome';
    padding-right: 5px;
}

table.job-manager-alerts tbody tr td.action a.job-alerts-action-email:before {
    content: '\f0e0';
    font-family: 'fontawesome';
    padding-right: 5px;
}

table.job-manager-alerts tbody tr td.action a.job-alerts-action-edit:before {
    content: '\f040';
    font-family: 'fontawesome';
    padding-right: 5px;
}

table.job-manager-alerts tbody tr td.action a.job-alerts-action-toggle_status:before {
    content: '\f070';
    font-family: 'fontawesome';
    padding-right: 5px;
}

table.job-manager-alerts tbody tr td.action a.job-alerts-action-delete:before {
    content: '\f00d';
    font-family: 'fontawesome';
    padding-right: 5px;
}


/******* 15.5 Resume Listing **********/

ul.resumes {
    border: 0;
}

ul.resumes li.resume {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: none;
    padding: 15px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

ul.resumes li.resume:first-child {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

ul.resumes li.resume:last-child {
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

ul.resumes li.resume:hover {
    background: #f6f6f6;
}

ul.resumes li.resume a:hover {
    background: none;
}

ul.resumes li.resume_featured {
    background: #fefff6;
}

ul.resumes li.resume_featured:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    left: -40px;
    position: absolute;
    top: -40px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.resumes li.resume_featured:after {
    color: #fff;
    content: "\f005 ";
    font-family: "fontawesome";
    position: absolute;
    font-size: 16px;
    left: 10px;
    top: 5px;
}

ul.resumes li.resume_featured a {
    background: none !important;
}

ul.resumes li.resume .candidate-photo {
    width: 85px;
    height: 85px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f0f0f0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    position: relative;
    overflow: hidden;
}

ul.resumes li.resume .candidate-photo img {
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    float: none;
    left: 0;
}

ul.resumes li.resume .candidate-title h5 {
    color: #333;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

ul.resumes li.resume .candidate-info {
    color: #666;
    text-transform: capitalize;
}

ul.resumes li.resume .candidate-info span {
    padding-right: 10px;
}

ul.resumes li.resume .candidate-info span:last-child {
    padding-right: 0;
}

ul.resumes li.resume .candidate-info span i {
    padding-right: 5px;
}

ul.resumes li.resume .resume-posted {
    text-align: right;
}

ul.resumes li.resume .resume-posted date,
ul.resumes li.resume .resume-posted .resume-category {
    color: #666;
}

div.resumes .load_more_resumes {
    border: 0;
    margin-top: 20px;
}

div.resumes .load_more_resumes:hover {
    border: 0;
    background: none;
}


/******* 15.6 Single Resume Page **********/


/*** Page Header ***/

.resume-header .candidate-photo {
    display: inline-block;
    float: left;
    padding-right: 30px;
}

.resume-header .candidate-photo img {
    width: 100px;
    height: 100px;
}

.resume-header .candidate-title {
    padding-top: 20px;
}

.resume-header .candidate-info {
    color: #666;
}

.resume-header .candidate-info span,
.resume-header .candidate-info span i {
    padding-right: 5px;
}


/* Skills */

.resume-skills .skills {
    margin-bottom: -40px;
}

.resume-skills .skills span {
    color: #fff;
    font-size: 14px !important;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 15px;
    text-transform: capitalize;
    margin: 0 10px 10px 0;
    white-space: nowrap;
    display: inline-block;
}


/* Content */

.resume-content .candidate-video {
    margin-bottom: 40px;
}

.resume-content .candidate-video iframe {
    width: 100%;
}

section.resume-content .social-sharing-wrapper {
    margin-top: 40px;
}


/*** Education & Experience ***/

section.candidate-education {
    background: #f0f0f0;
}

section.candidate-education .education-item,
section.candidate-experience .experience-item {
    background: #fff;
    margin-bottom: 40px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

section.candidate-education .education-item:last-child,
section.candidate-experience .experience-item:last-child {
    margin-bottom: 0;
}

section.candidate-education .education-item .education-header,
section.candidate-experience .experience-item .experience-header {
    border-bottom: 1px solid #e3e3e3;
    padding: 20px;
}

section.candidate-education .education-item .education-header .education-title,
section.candidate-experience .experience-item .experience-header .experience-title {
    display: inline-block;
    text-transform: capitalize;
}

section.candidate-education .education-item .education-header .education-title .location,
section.candidate-experience .experience-item .experience-header .experience-title .employer {
    color: #999;
    margin: 0;
}

section.candidate-education .education-item .education-header .time,
section.candidate-experience .experience-item .experience-header .time {
    display: inline-block;
    float: right;
    color: #999;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 48px;
    text-align: right;
}

section.candidate-education .education-item .education-body,
section.candidate-experience .experience-item .experience-body {
    padding: 20px;
}


/*** Post Resume ***/

.resume-manager-data-row {
    background: #f0f0f0;
    padding: 20px;
    margin-bottom: 15px;
}

.resume-manager-data-row fieldset:last-child {
    border: 0;
}

.resume-manager-data-row .resume-manager-remove-row {
    color: #999;
    font-size: 16px;
    right: 5px;
    top: 5px;
    margin: 0;
}

.resume-manager-data-row .resume-manager-remove-row:before {
    content: '\f00d';
    font-family: 'fontawesome';
}


/******* 15.7 Resume - Candidate Dashboard **********/

div#resume-manager-candidate-dashboard table.resume-manager-resumes {
    width: 100%;
}

div#resume-manager-candidate-dashboard table.resume-manager-resumes thead {
    background: #f6f6f6;
    border-bottom: 1px solid #e3e3e3;
}

div#resume-manager-candidate-dashboard table.resume-manager-resumes thead th {
    text-align: left;
    padding: 15px 20px !important;
    font-size: 16px;
}

div#resume-manager-candidate-dashboard table.resume-manager-resumes thead th.filled {
    text-align: center;
}

div#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr {
    border-bottom: 1px solid #e3e3e3;
}

div#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td {
    padding: 30px 20px !important;
    text-align: left;
    color: #666;
}

div#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.filled {
    text-align: center;
}

div#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.job_title {
    font-weight: 600;
}

div#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.action a {
    display: block;
    padding: 3px 0;
}

div#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.action a.candidate-dashboard-action-edit:before {
    content: '\f040';
    font-family: 'fontawesome';
    padding-right: 5px;
}

div#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.action a.candidate-dashboard-action-hide:before {
    content: '\f070';
    font-family: 'fontawesome';
    padding-right: 5px;
}

div#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.action a.candidate-dashboard-action-publish:before {
    content: '\f00c';
    font-family: 'fontawesome';
    padding-right: 5px;
}

div#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td.action a.candidate-dashboard-action-delete:before {
    content: '\f00d';
    font-family: 'fontawesome';
    padding-right: 5px;
}


/******* 15.8 Upload Job - Resume **********/

.job-manager-form fieldset .account-sign-in {
    background: #f0f0f0;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
}

.job-manager-form fieldset .account-sign-in p {
    margin: 0;
}

.job-manager-form fieldset {
    border: 0;
}

.job-manager-form fieldset div.field {
    position: relative;
}

.job-manager-form fieldset label {
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 5px;
    width: 100%;
}

.job-manager-form fieldset div.field {
    width: 100%;
}

.job-manager-form fieldset.fieldset-header_image {
    margin-bottom: 60px;
}

.job-manager-form h2 {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}

.job-manager-form fieldset input[type=file] {
    position: absolute;
    width: 110px;
    height: 30%;
    bottom: 40px;
    left: 0;
    opacity: 0;
    cursor: pointer;
}


/* Job Packages */

.job_listing_packages ul.job_packages li label,
.job_listing_packages ul.resume_packages li label,
.resume_packages ul.job_packages li label,
.resume_packages ul.resume_packages li label {
    color: #333;
    font-size: 16px;
    padding-left: 10px;
}

.job-manager-form fieldset.fieldset-header_image .job-manager-uploaded-file-preview img {
    width: 400px;
    height: auto !important;
}


/******* 15.9 Companies **********/

.company-letters {
    border-bottom: 2px solid #e3e3e3;
    background: #f6f6f6;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
}

.company-letters a {
    font-weight: 700;
    display: inline-block;
    padding: 15px 10px;
    color: #333;
}

ul.companies-overview {
    padding: 0;
    margin: 0;
}

.company-group {
    margin-bottom: 40px;
}

.company-group .company-letter {
    font-size: 24px;
    color: #666;
    padding: 0 0 10px 10px;
    border-bottom: 2px solid #e3e3e3;
}

.company-group li {
    padding: 10px;
}

.company-group li:hover {
    background: #f0f0f0;
}

.company-group li a {
    color: #666;
    font-size: 18px;
}

.companies-overview .company-group {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 3%;
    float: left;
    display: inline;
}

.companies-overview .company-group ul {
    padding: 0;
    list-style: none;
}


/******* 15.10 Single Company Page **********/


/*** Page Header ***/

.company-header .company-photo {
    display: inline-block;
    float: left;
    padding-right: 30px;
}

.company-header .company-photo img {
    width: 100px;
    height: 100px;
}

.company-header .company-title {
    padding-top: 20px;
}

.company-header .company-title h3,
.company-header .company-title h5 {
    display: inline-block;
    margin: 0;
}

.company-header .company-title h3 {
    color: inherit;
}

.company-header .company-title h5 {
    color: #999;
    text-transform: capitalize;
}

.company-header ul li a i {
    padding-right: 5px;
}

.company-header .company-info {
    color: #666;
}

.company-header .company-info span,
.company-header .company-info span i {
    padding-right: 5px;
}


/*** Content ***/

.company-page div.job_listings ul.job_listings {
    margin: 0 !important;
}


/******* 15.11 Bookmarks **********/

.bookmark-wrapper {
    text-align: right;
    margin-top: 15px;
}

.bookmark-wrapper a.bookmarked {
    display: block;
    color: #999;
}

.wp-job-manager-bookmarks-form div.bookmark-details {
    display: block !important;
    padding: 0;
}

.wp-job-manager-bookmarks-form {
    border: 0;
    margin: 0;
}


/* My Bookmarks */

table.job-manager-bookmarks {
    width: 100%;
}

table.job-manager-bookmarks thead {
    background: #f6f6f6;
    border-bottom: 2px solid #e3e3e3;
}

table.job-manager-bookmarks thead th {
    text-align: left;
    padding: 15px 20px !important;
    font-size: 16px;
}

table.job-manager-bookmarks tbody tr {
    border-bottom: 1px solid #e3e3e3;
}

table.job-manager-bookmarks tbody td {
    padding: 30px 20px !important;
    text-align: left;
    color: #666;
}

table.job-manager-bookmarks tbody td.title {
    font-weight: 700;
}

table.job-manager-bookmarks tbody td.action a {
    position: relative;
}

table.job-manager-bookmarks tbody td.action a i {
    position: absolute;
    left: -20px;
    top: 0px;
}


/******* 15.12 Preview Page **********/

.job_listing_preview_title,
.resume_preview_title,
.resume_packages_title,
.job_listing_packages_title,
.resume_packages_title {
    padding: 15px;
    background: #f0f0f0;
}

.job_listing_preview_title h2 {
    display: inline-block;
}

.job_listing_preview_title .btn-wrapper {
    display: inline-block;
    float: right;
    line-height: 41px;
}

.job_listing_preview,
.resume_preview {
    border: 5px solid #f0f0f0;
    padding-top: 40px;
    margin: 0;
}

.job_listing_packages,
.resume_packages {
    border: 5px solid #f0f0f0;
    margin: 0;
}

.job_listing_preview .job-sidebar h3 {
    margin: 0;
}

.job_listing_preview .job-sidebar .job-overview li {
    padding-bottom: 15px;
}

.job_listing_preview .job-sidebar .job-overview h5 {
    margin: 0;
}

.job_listing_preview .job-sidebar .job-overview h5 i {
    padding-right: 10px;
}

.job_listing_preview .job-sidebar {
    border: 1px solid #e3e3e3;
    padding: 35px;
}


/* Button */

.entry-content .job_listing_packages_title .button,
.entry-content .resume_packages_title .button,
.job_listing_packages_title .button,
.resume_packages_title .button,
.entry-content .resume_preview_title .button,
.resume_preview_title .button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    padding: 0 15px;
    position: relative;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
    color: #f6f6f6 !important;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: 0;
}


/******* 15.13 Job Applications **********/

div.job-applications .filter-job-applications {
    overflow: visible;
}

.cariera-job-applications div.job-applications {
    padding: 0;
    background: none;
}

.cariera-job-applications div.job-applications .application {
    border: 1px solid #e3e3e3;
    margin-bottom: 40px;
}

.cariera-job-applications .application-content {
    padding: 40px;
    position: relative;
}

.cariera-job-applications .application-content img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin-right: 30px;
    float: left;
    display: inherit;
}

.cariera-job-applications .application-content h4 {
    font-size: 21px;
    display: inline-block;
    color: #666;
    margin: 20px 0 0 0;
    text-transform: capitalize;
}

.cariera-job-applications .application-content h4 a {
    color: #666;
}

.cariera-job-applications .application-content .info ul {
    list-style: none;
    margin-top: 5px;
}

.cariera-job-applications .application-content .info ul li {
    display: inline-block;
    margin-right: 15px;
}

.cariera-job-applications .application-content .info ul li a {
    color: #999;
}

.cariera-job-applications .application-content .info ul li a i {
    margin-right: 3px;
}

.cariera-job-applications .application-content .buttons {
    top: 0;
    right: 40px;
    display: inline-block;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    margin-top: 2px;
}

.cariera-job-applications .application-content .buttons a {
    margin-left: 10px;
}

.cariera-job-applications .application-content .buttons a i {
    margin-right: 5px;
}


/* Application Hidden Tabs */

.cariera-job-applications .application-tabs {
    border-top: 1px solid #e0e0e0;
    margin: 0 40px;
    margin-bottom: -1px;
    position: relative;
}

.cariera-job-applications .application-tabs a.close-tab {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    line-height: 32px;
    width: 32px;
    text-align: center;
    padding: 0;
    margin-top: -33px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.cariera-job-applications .application-tabs .app-tab-content {
    padding: 35px 0 43px 0;
    box-sizing: border-box;
}

.cariera-job-applications .application-tabs .app-tab-content .select-grid {
    width: 49% !important;
    display: inline-block;
    float: left;
}

.cariera-job-applications .application-tabs .app-tab-content .select-grid:first-child {
    margin-right: 2%;
}

.cariera-job-applications .application-tabs .app-tab-content .select-grid input[type="number"] {
    padding: 0 20px;
    line-height: 42px;
}

.cariera-job-applications .application-tabs .app-tab-content .delete_job_application {
    float: right;
}

.cariera-job-applications .application-tabs .app-tab-content .delete_job_application:hover {
    color: #fff;
    background: #eb4848;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.cariera-job-applications .application-tabs .job-application-note-content p {
    margin: 0;
}

.cariera-job-applications .application-tabs .job-application-note-meta a.delete_note {
    display: block;
    padding-top: 10px;
}

.cariera-job-applications .application-tabs .job-application-note-add textarea.input-text {
    outline: none;
}

.cariera-job-applications .application-tabs .job-application-note-add input[type="button"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    padding: 0 15px;
    position: relative;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
    color: #f6f6f6 !important;
    border: 0;
    text-transform: uppercase;
}


/* Application Footer */

.cariera-job-applications .application-footer {
    background-color: #fbfbfb;
    border-top: 1px solid #e3e3e3;
    padding: 22px 40px;
    z-index: 10;
    position: relative;
}

.cariera-job-applications .application-footer ul {
    float: right;
}

.cariera-job-applications .application-footer .rating {
    float: left;
    margin-top: 1px;
}

.cariera-job-applications .application-footer ul li {
    display: inline-block;
    margin-left: 15px;
    color: #999;
}

.cariera-job-applications .application-footer ul li i {
    margin-right: 3px;
}


/* Job Application */

input.wp_job_manager_send_application_button {
    color: #fff;
    border: 0;
    line-height: 1;
}


/* --------------------------------------
    16. SECTIONS
-------------------------------------- */


/******* 16.1 Home - Jobs Search **********/

section.home-search {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 500px;
}

section.home-search .wrapper {
    position: relative;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.home-search .wrapper h1 {
    font-size: 55px;
    margin: 0;
}

section.home-search .job-search-form label {
    display: none;
}

section.home-search .job-search-form input {
    height: 50px;
    width: 100%;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 30px;
    font-size: 18px;
    color: #999;
}

section.home-search .job-search-form .search-keywords:before {
    content: '\f05b ';
    font-family: 'fontawesome';
    font-size: 22px;
    position: absolute;
    right: 30px;
    color: #999;
    line-height: 50px;
}

section.home-search .job-search-form .search-location:before {
    content: '\f276';
    font-family: 'fontawesome';
    font-size: 22px;
    position: absolute;
    right: 30px;
    color: #999;
    line-height: 50px;
}

section.home-search .job-search-form .search-submit button {
    width: 100%;
    margin: 0;
}

section.home-search .job-search-form .search-submit button i {
    margin-right: 7px;
}

section.home-search .extra-info span {
    font-size: 18px;
}


/******* 16.2 Home - Job Search Ver. 2 **********/

section.home-search2 {
    background-size: cover;
    background-position: center center;
}

section.home-search2>div {
    position: relative;
    z-index: 4;
}

section.home-search2 .home-paragraph {
    font-size: 16px;
}

section.home-search2 .job-search-form {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

section.home-search2 .job-search-form .form-title {
    padding: 15px 0;
    margin-bottom: 30px;
    background: #f0f0f0;
    text-align: center;
}

section.home-search2 .job-search-form .form-title h4 {
    text-transform: uppercase;
    color: #666;
    margin: 0;
}

section.home-search2 .job-search-form .search-keywords input,
section.home-search2 .job-search-form .search-categories .bootstrap-select button,
section.home-search2 .job-search-form .search-location input {
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
}

section.home-search2 .job-search-form .search-keywords,
section.home-search2 .job-search-form .search-categories,
section.home-search2 .job-search-form .search-location,
section.home-search2 .job-search-form .search-submit {
    padding: 0 30px;
}

section.home-search2 .job-search-form .search-submit i {
    padding-right: 5px;
}



/******* 16.3 Home - Map Search Template **********/

section.home-search-map {
    position: relative;
    min-height: 350px;
}

section.home-search-map .home-map .gmnoprint,
section.home-search-map .home-map img.gm-fullscreen-control {
    display: none;
}

section.home-search-map .home-map:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

section.home-search-map .home-map #mapnav-btns {
    display: none;
}

section.home-search-map .form-wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.home-search-map .job-search-form-wrapper {
    position: relative;
    padding: 20px;
    background: rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

section.home-search-map form input,
section.home-search-map form button {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

section.home-search-map form input {
    height: 50px;
}

section.home-search-map form .search-submit button {
    width: 100%;
}

section.home-search-map form .search-submit button i {
    margin-right: 7px;
}

form.job-search-form:before {
    content: '';
    background: red;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
}


/******* 16.4 Home - Featured Jobs **********/

.featured-jobs .featured-job {
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 15px;
}

.featured-jobs .featured-job .company {
    background: #f0f0f0;
    padding: 30px;
    border-bottom: 1px solid #e3e3e3;
}

.featured-jobs .featured-job .company img {
    width: 65%;
    margin: 0 auto;
    display: block;
}

.featured-jobs .featured-job-info {
    background: #fff;
    padding: 30px 20px;
}

.featured-jobs .featured-job-info .job-title {
    overflow: hidden;
}

.featured-jobs .featured-job-info .job-title h5 {
    margin: 0;
}

.featured-jobs .featured-job-info .job-title h5 a {
    color: #333;
}

.featured-jobs .featured-job-info .job-title span {
    display: inline-block;
    margin-top: 10px;
}

.featured-jobs .featured-job-info .job-info {
    color: #666;
    text-transform: capitalize;
}

.featured-jobs .featured-job-info .job-info i {
    padding-right: 5px;
}

.featured-jobs .featured-job-info .job-info span#location {
    margin-left: 5px;
}