.project-discussion-content,
.project-view-content {
padding: 20px 35px;
} .project-comment-form {
margin-top: 30px;
padding: 25px;
background: #f9f9f9;
border-radius: 4px;
}
.project-comment-form textarea {
min-height: 120px;
}
.milestone-comment {
background: #f0f7ff;
border-left: 4px solid #2a41e8;
}
.milestone-header {
margin-bottom: 10px;
}
.milestone-tag {
background: #2a41e8;
color: #fff;
padding: 3px 8px;
border-radius: 4px;
font-size: 12px;
margin-right: 10px;
}
.milestone-status {
font-size: 12px;
font-weight: 600;
}
.project-view-content ul { list-style: none; }
.milestone-status.pending {
color: #ffa700;
}
.milestone-status.completed {
color: #40b660;
}
.project-comment-list {
list-style: none;
padding: 0;
}
.project-comment-list .project_comment {
background-color: #f6f6f6;
padding: 20px;
border-radius: 6px;
margin: 0 0 10px 0;
}
li.project_comment.comment,
li.project_comment.comment p{
font-size: 14px;
}
.project-comment-content p { margin: 0; }
.project-comment-content {
border-top: 1px solid #e0e0e0;
padding-top: 10px;
margin-top: 10px;
}
.project-comment-attachments {
margin-top: 15px;
padding: 15px;
background: rgba(0, 0, 0, 0.03);
border-radius: 4px;
}
.project-comment-attachments h4 {
font-size: 14px;
margin-bottom: 10px;
}
.project-comment-attachments ul {
margin: 0;
padding: 0;
list-style: none;
}
.project-comment-attachments li {
margin-bottom: 5px;
}
.project-comment-attachments a {
color: #2a41e8;
text-decoration: none;
}
.project-comment-attachments a:hover {
text-decoration: underline;
}
.milestone-approvals {
margin-top: 15px;
}
.milestones-action,
.project-task-files,
.project-files,
.milestones-list {
padding: 20px 35px;
}
.milestones-action { border-top: 1px solid #e0e0e0 }
.approval-status {
display: flex;
gap: 10px;
margin-bottom: 10px;
}
.approval-status span {
padding: 2px 10px;
border-radius: 4px;
background: #f0f0f0;
font-size: 13px;
}
.milestone-item h4 {font-size: 16px;}
.approval-status span.approved {
background: #e8f5e9;
color: #2e7d32;
}
.milestone-actions {
margin-top: 10px;
}
.percentage-input-wrapper {
position: relative;
display: inline-block;
}
.percentage-symbol {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
}
.amount-preview {
margin-top: 5px;
color: #666;
}
.project-info {
margin-bottom: 20px;
padding: 15px;
background: #f5f5f5;
border-radius: 4px;
}
.project-view-details {
padding: 0;
margin: 0;
padding: 20px;
border-radius: 5px;
margin-bottom: 23px;
margin-top: 5px;
}
.project-view-details .bid-proposal-text {
margin: 0;
}
.milestone-item .badge {
font-size: 12px;
background: #f2f2f2;
border-radius: 4px;
color: #808080;
padding: 0 5px;
display: inline-block;
line-height: 22px;
margin-left: 5px;
top: -2px;
position: relative
}
.milestone-meta {
border: 1px solid #e0e0e0;
border-radius: 4px;
padding: 5px 10px;
}
.approve-milestone.button {
padding: 0 13px;
height: 40px;
line-height: 40px;
}
.approve-milestone.button[disabled] {
background: #e0e0e0;
color: #808080;
cursor: default;
}
.project-view-description .single-page-section { margin-bottom: 10px; }
body .freelancer-overview.project-view {
padding: 20px 35px;
border-bottom: 1px solid #e0e0e0;
}
body .freelancer-overview.project-view .freelancer-name { margin-left: 18px; }
.freelancer-overview.project-view .freelancer-name h4, 
.freelancer-overview.project-view .freelancer-name h4 a {
margin-bottom: 0;
}
.milestone-item {
border-bottom: 1px solid #e0e0e0;
margin-bottom: 20px;
padding-bottom: 20px;
}
.milestone-item:last-child {
border-bottom: none;
margin-bottom: 20;
padding-bottom: 0;
}
#edit-milestone-popup.small-dialog { padding: 0px;}
.mfp-content #edit-milestone-popup.small-dialog  .mfp-close{ top: 9px;}
#milestone-form .slider.slider-horizontal {
min-width: 250px;
}
@property --progress-value {
syntax: '<integer>';
inherits: true;
initial-value: 0;
}
:root {
--progress-bar-color: #cfd8dc;
--progress-value-color: #2196f3;
--progress-empty-color-h: 4.1;
--progress-empty-color-s: 89.6;
--progress-empty-color-l: 58.4;
--progress-filled-color-h: 122.4;
--progress-filled-color-s: 39.4;
--progress-filled-color-l: 49.2;
}
progress[value] {
display: block;
position: relative;
appearance: none;
width: 80%;
height: 6px;
border: 0;
--border-radius: 10px;
border-radius: var(--border-radius);
counter-reset: progress var(--progress-value);
--progress-value-string: counter(progress) '%';
--progress-max-decimal: calc(var(--value, 0) / var(--max, 0));
--progress-value-decimal: calc(var(--progress-value, 0) / var(--max, 0));
@supports selector(::-moz-progress-bar) {
--progress-value-decimal: calc(var(--value, 0) / var(--max, 0));
}
--progress-value-percent: calc(var(--progress-value-decimal) * 100%);
--progress-value-color: hsl(calc((var(--progress-empty-color-h) + (var(--progress-filled-color-h) - var(--progress-empty-color-h)) * var(--progress-value-decimal)) * 1deg) calc((var(--progress-empty-color-s) + (var(--progress-filled-color-s) - var(--progress-empty-color-s)) * var(--progress-value-decimal)) * 1%) calc((var(--progress-empty-color-l) + (var(--progress-filled-color-l) - var(--progress-empty-color-l)) * var(--progress-value-decimal)) * 1%));
animation: calc(3s * var(--progress-max-decimal)) linear 0.5s 1 normal both progress;
}
progress[value]::-webkit-progress-bar {
background-color: var(--progress-bar-color);
border-radius: var(--border-radius);
overflow: hidden;
}
progress[value]::-webkit-progress-value {
width: var(--progress-value-percent) !important;
background-color: var(--progress-value-color);
border-radius: var(--border-radius);
}
progress[value]::-moz-progress-bar {
width: var(--progress-value-percent) !important;
background-color: var(--progress-value-color);
border-radius: var(--border-radius);
}
@keyframes progress {
from {
--progress-value: 0;
}
to {
--progress-value: var(--value);
}
}@font-face{font-family:dashicons;src:url(//zilla1.com/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//zilla1.com/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//zilla1.com/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}.mas-wpjmcr-list-reviews .star-rating::before{display:none}.mas-wpjmcr-list-reviews li{list-style:none;clear:both;margin-bottom:30px;float:left;width:100%}.mas-wpjmcr-list-reviews{float:right;padding-left:15px}.mas-wpjmcr-list-reviews .star-rating-title{line-height:1.2}#mas-wpjmcr-submit-ratings .star-rating,.mas-wpjmcr-list-reviews .star-rating{float:none;text-align:center;max-height:35px}#mas-wpjmcr-submit-ratings .star-rating .dashicons,.mas-wpjmcr-list-reviews .star-rating .dashicons{font-size:12px;width:10px}#mas-wpjmcr-submit-ratings .star-rating .dashicons-star-filled,.mas-wpjmcr-list-reviews .star-rating .dashicons-star-filled{color:#ffc107}#mas-wpjmcr-submit-ratings{margin-bottom:24px}#mas-wpjmcr-submit-ratings label{display:block}#mas-wpjmcr-submit-ratings .rating-row{clear:both}#mas-wpjmcr-submit-ratings .choose-rating{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;-o-flex-direction:row-reverse;flex-direction:row-reverse;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}#mas-wpjmcr-submit-ratings .choose-rating .star{color:#ffc107}#mas-wpjmcr-submit-ratings .choose-rating .star.active,#mas-wpjmcr-submit-ratings .choose-rating .star.active~.star,#mas-wpjmcr-submit-ratings .choose-rating .star:hover,#mas-wpjmcr-submit-ratings .choose-rating .star:hover~.star{cursor:pointer}#mas-wpjmcr-submit-ratings .choose-rating .star.active::before,#mas-wpjmcr-submit-ratings .choose-rating .star.active~.star::before,#mas-wpjmcr-submit-ratings .choose-rating .star:hover::before,#mas-wpjmcr-submit-ratings .choose-rating .star:hover~.star::before{content:"\f155"}.comment-list .review-form-gallery,.comment-list .review-form-stars,.commentlist .review-form-gallery,.commentlist .review-form-stars{display:none}#job-manager-review-moderate-board .star-rating{max-height:none;clear:both;float:left}#job-manager-review-moderate-board .mas-wpjmcr-list-reviews .star-rating-title{margin-bottom:0}#job-manager-review-moderate-board .mas-wpjmcr-list-reviews .star-rating{margin-bottom:10px}.review-action svg{width:10px;height:10px;fill:#717a8f}.theme-twentynineteen .mas-wpjmcr-gallery-input,.theme-twentynineteen .review-form-gallery{margin:1rem 0}.theme-twentynineteen .review-form-title .form-control{width:100%}.theme-twentynineteen .mas-wpjmcr-title{clear:none}.theme-twentynineteen .mas-wpjmcr-list-reviews .star-rating{font-family:inherit;max-height:none;height:100%;text-align:right}.theme-twentynineteen .mas-wpjmcr-list-reviews .star-rating span{float:none;position:relative;padding-top:0}.theme-twentynineteen .mas-wpjmcr-list-reviews .star-rating p{margin-top:0;margin-bottom:.5rem}.theme-twentynineteen .mas-wpjmcr-list-reviews .star-rating .dashicons:before{font-family:inherit;position:static;text-align:right}.theme-twentynineteen .mas-wpjmcr-list-reviews .star-rating .dashicons-star-filled:before{content:'\f155'}.theme-twentynineteen .mas-wpjmcr-list-reviews .star-rating .dashicons-star-empty:before{content:'\f154'}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}@font-face {
font-family: 'Brand-Icons';
src:
url(//zilla1.com/wp-content/themes/workscout/fonts/Brand-Icons.ttf?blcw31) format('truetype'),
url(//zilla1.com/wp-content/themes/workscout/fonts/Brand-Icons.woff?blcw31) format('woff'),
url(//zilla1.com/wp-content/themes/workscout/fonts/Brand-Icons.svg?blcw31#Brand-Icons) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-brand-"], [class*=" icon-brand-"] { font-family: 'Brand-Icons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-brand-px:before {
content: "\e900";
}
.icon-brand-accessible-icon:before {
content: "\e901";
}
.icon-brand-accusoft:before {
content: "\e902";
}
.icon-brand-adn:before {
content: "\e903";
}
.icon-brand-adversal:before {
content: "\e904";
}
.icon-brand-affiliatetheme:before {
content: "\e905";
}
.icon-brand-algolia:before {
content: "\e906";
}
.icon-brand-amazon:before {
content: "\e907";
}
.icon-brand-amazon-pay:before {
content: "\e908";
}
.icon-brand-amilia:before {
content: "\e909";
}
.icon-brand-android:before {
content: "\e90a";
}
.icon-brand-angellist:before {
content: "\e90b";
}
.icon-brand-angrycreative:before {
content: "\e90c";
}
.icon-brand-angular:before {
content: "\e90d";
}
.icon-brand-apper:before {
content: "\e90e";
}
.icon-brand-apple:before {
content: "\e90f";
}
.icon-brand-apple-pay:before {
content: "\e910";
}
.icon-brand-app-store:before {
content: "\e911";
}
.icon-brand-app-store-ios:before {
content: "\e912";
}
.icon-brand-asymmetrik:before {
content: "\e913";
}
.icon-brand-audible:before {
content: "\e914";
}
.icon-brand-autoprefixer:before {
content: "\e915";
}
.icon-brand-avianex:before {
content: "\e916";
}
.icon-brand-aviato:before {
content: "\e917";
}
.icon-brand-aws:before {
content: "\e918";
}
.icon-brand-bandcamp:before {
content: "\e919";
}
.icon-brand-behance:before {
content: "\e91a";
}
.icon-brand-behance-square:before {
content: "\e91b";
}
.icon-brand-bimobject:before {
content: "\e91c";
}
.icon-brand-bitbucket:before {
content: "\e91d";
}
.icon-brand-bitcoin:before {
content: "\e91e";
}
.icon-brand-bity:before {
content: "\e91f";
}
.icon-brand-blackberry:before {
content: "\e920";
}
.icon-brand-black-tie:before {
content: "\e921";
}
.icon-brand-blogger:before {
content: "\e922";
}
.icon-brand-blogger-b:before {
content: "\e923";
}
.icon-brand-bluetooth:before {
content: "\e924";
}
.icon-brand-bluetooth-b:before {
content: "\e925";
}
.icon-brand-btc:before {
content: "\e926";
}
.icon-brand-buromobelexperte:before {
content: "\e927";
}
.icon-brand-buysellads:before {
content: "\e928";
}
.icon-brand-cc-amazon-pay:before {
content: "\e929";
}
.icon-brand-cc-amex:before {
content: "\e92a";
}
.icon-brand-cc-apple-pay:before {
content: "\e92b";
}
.icon-brand-cc-diners-club:before {
content: "\e92c";
}
.icon-brand-cc-discover:before {
content: "\e92d";
}
.icon-brand-cc-jcb:before {
content: "\e92e";
}
.icon-brand-cc-mastercard:before {
content: "\e92f";
}
.icon-brand-cc-paypal:before {
content: "\e930";
}
.icon-brand-cc-stripe:before {
content: "\e931";
}
.icon-brand-cc-visa:before {
content: "\e932";
}
.icon-brand-centercode:before {
content: "\e933";
}
.icon-brand-chrome:before {
content: "\e934";
}
.icon-brand-cloudscale:before {
content: "\e935";
}
.icon-brand-cloudsmith:before {
content: "\e936";
}
.icon-brand-cloudversify:before {
content: "\e937";
}
.icon-brand-codepen:before {
content: "\e938";
}
.icon-brand-codiepie:before {
content: "\e939";
}
.icon-brand-connectdevelop:before {
content: "\e93a";
}
.icon-brand-contao:before {
content: "\e93b";
}
.icon-brand-cpanel:before {
content: "\e93c";
}
.icon-brand-creative-commons:before {
content: "\e93d";
}
.icon-brand-creative-commons-by:before {
content: "\e93e";
}
.icon-brand-creative-commons-nc:before {
content: "\e93f";
}
.icon-brand-creative-commons-nc-eu:before {
content: "\e940";
}
.icon-brand-creative-commons-nc-jp:before {
content: "\e941";
}
.icon-brand-creative-commons-nd:before {
content: "\e942";
}
.icon-brand-creative-commons-pd:before {
content: "\e943";
}
.icon-brand-creative-commons-pd-alt:before {
content: "\e944";
}
.icon-brand-creative-commons-remix:before {
content: "\e945";
}
.icon-brand-creative-commons-sa:before {
content: "\e946";
}
.icon-brand-creative-commons-sampling:before {
content: "\e947";
}
.icon-brand-creative-commons-sampling-plus:before {
content: "\e948";
}
.icon-brand-creative-commons-share:before {
content: "\e949";
}
.icon-brand-css3:before {
content: "\e94a";
}
.icon-brand-css3-alt:before {
content: "\e94b";
}
.icon-brand-cuttlefish:before {
content: "\e94c";
}
.icon-brand-d-and-d:before {
content: "\e94d";
}
.icon-brand-dashcube:before {
content: "\e94e";
}
.icon-brand-delicious:before {
content: "\e94f";
}
.icon-brand-deploydog:before {
content: "\e950";
}
.icon-brand-deskpro:before {
content: "\e951";
}
.icon-brand-deviantart:before {
content: "\e952";
}
.icon-brand-digg:before {
content: "\e953";
}
.icon-brand-digital-ocean:before {
content: "\e954";
}
.icon-brand-discord:before {
content: "\e955";
}
.icon-brand-discourse:before {
content: "\e956";
}
.icon-brand-dochub:before {
content: "\e957";
}
.icon-brand-docker:before {
content: "\e958";
}
.icon-brand-draft2digital:before {
content: "\e959";
}
.icon-brand-dribbble:before {
content: "\e95a";
}
.icon-brand-dribbble-square:before {
content: "\e95b";
}
.icon-brand-dropbox:before {
content: "\e95c";
}
.icon-brand-drupal:before {
content: "\e95d";
}
.icon-brand-dyalog:before {
content: "\e95e";
}
.icon-brand-earlybirds:before {
content: "\e95f";
}
.icon-brand-ebay:before {
content: "\e960";
}
.icon-brand-edge:before {
content: "\e961";
}
.icon-brand-elementor:before {
content: "\e962";
}
.icon-brand-ember:before {
content: "\e963";
}
.icon-brand-empire:before {
content: "\e964";
}
.icon-brand-envira:before {
content: "\e965";
}
.icon-brand-erlang:before {
content: "\e966";
}
.icon-brand-ethereum:before {
content: "\e967";
}
.icon-brand-etsy:before {
content: "\e968";
}
.icon-brand-expeditedssl:before {
content: "\e969";
}
.icon-brand-facebook:before {
content: "\e96a";
}
.icon-brand-facebook-f:before {
content: "\e96b";
}
.icon-brand-facebook-messenger:before {
content: "\e96c";
}
.icon-brand-facebook-square:before {
content: "\e96d";
}
.icon-brand-firefox:before {
content: "\e96e";
}
.icon-brand-firstdraft:before {
content: "\e96f";
}
.icon-brand-first-order:before {
content: "\e970";
}
.icon-brand-first-order-alt:before {
content: "\e971";
}
.icon-brand-flickr:before {
content: "\e972";
}
.icon-brand-flipboard:before {
content: "\e973";
}
.icon-brand-fly:before {
content: "\e974";
}
.icon-brand-font-awesome:before {
content: "\e975";
}
.icon-brand-font-awesome-alt:before {
content: "\e976";
}
.icon-brand-font-awesome-flag:before {
content: "\e977";
}
.icon-brand-fonticons:before {
content: "\e978";
}
.icon-brand-fonticons-fi:before {
content: "\e979";
}
.icon-brand-fort-awesome:before {
content: "\e97a";
}
.icon-brand-fort-awesome-alt:before {
content: "\e97b";
}
.icon-brand-forumbee:before {
content: "\e97c";
}
.icon-brand-foursquare:before {
content: "\e97d";
}
.icon-brand-freebsd:before {
content: "\e97e";
}
.icon-brand-free-code-camp:before {
content: "\e97f";
}
.icon-brand-fulcrum:before {
content: "\e980";
}
.icon-brand-galactic-republic:before {
content: "\e981";
}
.icon-brand-galactic-senate:before {
content: "\e982";
}
.icon-brand-get-pocket:before {
content: "\e983";
}
.icon-brand-gg:before {
content: "\e984";
}
.icon-brand-gg-circle:before {
content: "\e985";
}
.icon-brand-git:before {
content: "\e986";
}
.icon-brand-github:before {
content: "\e987";
}
.icon-brand-github-alt:before {
content: "\e988";
}
.icon-brand-github-square:before {
content: "\e989";
}
.icon-brand-gitkraken:before {
content: "\e98a";
}
.icon-brand-gitlab:before {
content: "\e98b";
}
.icon-brand-git-square:before {
content: "\e98c";
}
.icon-brand-gitter:before {
content: "\e98d";
}
.icon-brand-glide:before {
content: "\e98e";
}
.icon-brand-glide-g:before {
content: "\e98f";
}
.icon-brand-gofore:before {
content: "\e990";
}
.icon-brand-goodreads:before {
content: "\e991";
}
.icon-brand-goodreads-g:before {
content: "\e992";
}
.icon-brand-google:before {
content: "\e993";
}
.icon-brand-google-drive:before {
content: "\e994";
}
.icon-brand-google-play:before {
content: "\e995";
}
.icon-brand-google-plus:before {
content: "\e996";
}
.icon-brand-google-plus-g:before {
content: "\e997";
}
.icon-brand-google-plus-square:before {
content: "\e998";
}
.icon-brand-google-wallet:before {
content: "\e999";
}
.icon-brand-gratipay:before {
content: "\e99a";
}
.icon-brand-grav:before {
content: "\e99b";
}
.icon-brand-gripfire:before {
content: "\e99c";
}
.icon-brand-grunt:before {
content: "\e99d";
}
.icon-brand-gulp:before {
content: "\e99e";
}
.icon-brand-hacker-news:before {
content: "\e99f";
}
.icon-brand-hacker-news-square:before {
content: "\e9a0";
}
.icon-brand-hips:before {
content: "\e9a1";
}
.icon-brand-hire-a-helper:before {
content: "\e9a2";
}
.icon-brand-hooli:before {
content: "\e9a3";
}
.icon-brand-hotjar:before {
content: "\e9a4";
}
.icon-brand-houzz:before {
content: "\e9a5";
}
.icon-brand-html5:before {
content: "\e9a6";
}
.icon-brand-hubspot:before {
content: "\e9a7";
}
.icon-brand-imdb:before {
content: "\e9a8";
}
.icon-brand-instagram:before {
content: "\e9a9";
}
.icon-brand-internet-explorer:before {
content: "\e9aa";
}
.icon-brand-ioxhost:before {
content: "\e9ab";
}
.icon-brand-itunes:before {
content: "\e9ac";
}
.icon-brand-itunes-note:before {
content: "\e9ad";
}
.icon-brand-java:before {
content: "\e9ae";
}
.icon-brand-jedi-order:before {
content: "\e9af";
}
.icon-brand-jenkins:before {
content: "\e9b0";
}
.icon-brand-joget:before {
content: "\e9b1";
}
.icon-brand-joomla:before {
content: "\e9b2";
}
.icon-brand-js:before {
content: "\e9b3";
}
.icon-brand-jsfiddle:before {
content: "\e9b4";
}
.icon-brand-js-square:before {
content: "\e9b5";
}
.icon-brand-keybase:before {
content: "\e9b6";
}
.icon-brand-keycdn:before {
content: "\e9b7";
}
.icon-brand-kickstarter:before {
content: "\e9b8";
}
.icon-brand-kickstarter-k:before {
content: "\e9b9";
}
.icon-brand-korvue:before {
content: "\e9ba";
}
.icon-brand-laravel:before {
content: "\e9bb";
}
.icon-brand-lastfm:before {
content: "\e9bc";
}
.icon-brand-lastfm-square:before {
content: "\e9bd";
}
.icon-brand-leanpub:before {
content: "\e9be";
}
.icon-brand-less:before {
content: "\e9bf";
}
.icon-brand-line:before {
content: "\e9c0";
}
.icon-brand-linkedin:before {
content: "\e9c1";
}
.icon-brand-linkedin-in:before {
content: "\e9c2";
}
.icon-brand-linode:before {
content: "\e9c3";
}
.icon-brand-linux:before {
content: "\e9c4";
}
.icon-brand-lyft:before {
content: "\e9c5";
}
.icon-brand-magento:before {
content: "\e9c6";
}
.icon-brand-mandalorian:before {
content: "\e9c7";
}
.icon-brand-mastodon:before {
content: "\e9c8";
}
.icon-brand-maxcdn:before {
content: "\e9c9";
}
.icon-brand-medapps:before {
content: "\e9ca";
}
.icon-brand-medium:before {
content: "\e9cb";
}
.icon-brand-medium-m:before {
content: "\e9cc";
}
.icon-brand-medrt:before {
content: "\e9cd";
}
.icon-brand-meetup:before {
content: "\e9ce";
}
.icon-brand-microsoft:before {
content: "\e9cf";
}
.icon-brand-mix:before {
content: "\e9d0";
}
.icon-brand-mixcloud:before {
content: "\e9d1";
}
.icon-brand-mizuni:before {
content: "\e9d2";
}
.icon-brand-modx:before {
content: "\e9d3";
}
.icon-brand-monero:before {
content: "\e9d4";
}
.icon-brand-napster:before {
content: "\e9d5";
}
.icon-brand-nintendo-switch:before {
content: "\e9d6";
}
.icon-brand-node:before {
content: "\e9d7";
}
.icon-brand-node-js:before {
content: "\e9d8";
}
.icon-brand-npm:before {
content: "\e9d9";
}
.icon-brand-ns8:before {
content: "\e9da";
}
.icon-brand-nutritionix:before {
content: "\e9db";
}
.icon-brand-odnoklassniki:before {
content: "\e9dc";
}
.icon-brand-odnoklassniki-square:before {
content: "\e9dd";
}
.icon-brand-old-republic:before {
content: "\e9de";
}
.icon-brand-opencart:before {
content: "\e9df";
}
.icon-brand-openid:before {
content: "\e9e0";
}
.icon-brand-opera:before {
content: "\e9e1";
}
.icon-brand-optin-monster:before {
content: "\e9e2";
}
.icon-brand-osi:before {
content: "\e9e3";
}
.icon-brand-page4:before {
content: "\e9e4";
}
.icon-brand-pagelines:before {
content: "\e9e5";
}
.icon-brand-palfed:before {
content: "\e9e6";
}
.icon-brand-patreon:before {
content: "\e9e7";
}
.icon-brand-paypal:before {
content: "\e9e8";
}
.icon-brand-periscope:before {
content: "\e9e9";
}
.icon-brand-phabricator:before {
content: "\e9ea";
}
.icon-brand-phoenix-framework:before {
content: "\e9eb";
}
.icon-brand-phoenix-squadron:before {
content: "\e9ec";
}
.icon-brand-php:before {
content: "\e9ed";
}
.icon-brand-pied-piper:before {
content: "\e9ee";
}
.icon-brand-pied-piper-alt:before {
content: "\e9ef";
}
.icon-brand-pied-piper-hat:before {
content: "\e9f0";
}
.icon-brand-pied-piper-pp:before {
content: "\e9f1";
}
.icon-brand-pinterest:before {
content: "\e9f2";
}
.icon-brand-pinterest-p:before {
content: "\e9f3";
}
.icon-brand-pinterest-square:before {
content: "\e9f4";
}
.icon-brand-playstation:before {
content: "\e9f5";
}
.icon-brand-product-hunt:before {
content: "\e9f6";
}
.icon-brand-pushed:before {
content: "\e9f7";
}
.icon-brand-python:before {
content: "\e9f8";
}
.icon-brand-qq:before {
content: "\e9f9";
}
.icon-brand-quinscape:before {
content: "\e9fa";
}
.icon-brand-quora:before {
content: "\e9fb";
}
.icon-brand-ravelry:before {
content: "\e9fc";
}
.icon-brand-react:before {
content: "\e9fd";
}
.icon-brand-readme:before {
content: "\e9fe";
}
.icon-brand-rebel:before {
content: "\e9ff";
}
.icon-brand-reddit:before {
content: "\ea00";
}
.icon-brand-reddit-alien:before {
content: "\ea01";
}
.icon-brand-reddit-square:before {
content: "\ea02";
}
.icon-brand-red-river:before {
content: "\ea03";
}
.icon-brand-rendact:before {
content: "\ea04";
}
.icon-brand-renren:before {
content: "\ea05";
}
.icon-brand-replyd:before {
content: "\ea06";
}
.icon-brand-researchgate:before {
content: "\ea07";
}
.icon-brand-resolving:before {
content: "\ea08";
}
.icon-brand-rocketchat:before {
content: "\ea09";
}
.icon-brand-rockrms:before {
content: "\ea0a";
}
.icon-brand-r-project:before {
content: "\ea0b";
}
.icon-brand-safari:before {
content: "\ea0c";
}
.icon-brand-sass:before {
content: "\ea0d";
}
.icon-brand-schlix:before {
content: "\ea0e";
}
.icon-brand-scribd:before {
content: "\ea0f";
}
.icon-brand-searchengin:before {
content: "\ea10";
}
.icon-brand-sellcast:before {
content: "\ea11";
}
.icon-brand-sellsy:before {
content: "\ea12";
}
.icon-brand-servicestack:before {
content: "\ea13";
}
.icon-brand-shirtsinbulk:before {
content: "\ea14";
}
.icon-brand-simplybuilt:before {
content: "\ea15";
}
.icon-brand-sistrix:before {
content: "\ea16";
}
.icon-brand-sith:before {
content: "\ea17";
}
.icon-brand-skyatlas:before {
content: "\ea18";
}
.icon-brand-skype:before {
content: "\ea19";
}
.icon-brand-slack:before {
content: "\ea1a";
}
.icon-brand-slack-hash:before {
content: "\ea1b";
}
.icon-brand-slideshare:before {
content: "\ea1c";
}
.icon-brand-snapchat:before {
content: "\ea1d";
}
.icon-brand-snapchat-ghost:before {
content: "\ea1e";
}
.icon-brand-snapchat-square:before {
content: "\ea1f";
}
.icon-brand-soundcloud:before {
content: "\ea20";
}
.icon-brand-speakap:before {
content: "\ea21";
}
.icon-brand-spotify:before {
content: "\ea22";
}
.icon-brand-stack-exchange:before {
content: "\ea23";
}
.icon-brand-stack-overflow:before {
content: "\ea24";
}
.icon-brand-staylinked:before {
content: "\ea25";
}
.icon-brand-steam:before {
content: "\ea26";
}
.icon-brand-steam-square:before {
content: "\ea27";
}
.icon-brand-steam-symbol:before {
content: "\ea28";
}
.icon-brand-sticker-mule:before {
content: "\ea29";
}
.icon-brand-strava:before {
content: "\ea2a";
}
.icon-brand-stripe:before {
content: "\ea2b";
}
.icon-brand-stripe-s:before {
content: "\ea2c";
}
.icon-brand-studiovinari:before {
content: "\ea2d";
}
.icon-brand-stumbleupon:before {
content: "\ea2e";
}
.icon-brand-stumbleupon-circle:before {
content: "\ea2f";
}
.icon-brand-superpowers:before {
content: "\ea30";
}
.icon-brand-supple:before {
content: "\ea31";
}
.icon-brand-teamspeak:before {
content: "\ea32";
}
.icon-brand-telegram:before {
content: "\ea33";
}
.icon-brand-telegram-plane:before {
content: "\ea34";
}
.icon-brand-tencent-weibo:before {
content: "\ea35";
}
.icon-brand-themeisle:before {
content: "\ea36";
}
.icon-brand-trade-federation:before {
content: "\ea37";
}
.icon-brand-trello:before {
content: "\ea38";
}
.icon-brand-tripadvisor:before {
content: "\ea39";
}
.icon-brand-tumblr:before {
content: "\ea3a";
}
.icon-brand-tumblr-square:before {
content: "\ea3b";
}
.icon-brand-twitch:before {
content: "\ea3c";
}
.icon-brand-twitter:before {
content: "\ea3d";
}
.icon-brand-twitter-square:before {
content: "\ea3e";
}
.icon-brand-typo3:before {
content: "\ea3f";
}
.icon-brand-uber:before {
content: "\ea40";
}
.icon-brand-uikit:before {
content: "\ea41";
}
.icon-brand-uniregistry:before {
content: "\ea42";
}
.icon-brand-untappd:before {
content: "\ea43";
}
.icon-brand-usb:before {
content: "\ea44";
}
.icon-brand-ussunnah:before {
content: "\ea45";
}
.icon-brand-vaadin:before {
content: "\ea46";
}
.icon-brand-viacoin:before {
content: "\ea47";
}
.icon-brand-viadeo:before {
content: "\ea48";
}
.icon-brand-viadeo-square:before {
content: "\ea49";
}
.icon-brand-viber:before {
content: "\ea4a";
}
.icon-brand-vimeo:before {
content: "\ea4b";
}
.icon-brand-vimeo-square:before {
content: "\ea4c";
}
.icon-brand-vimeo-v:before {
content: "\ea4d";
}
.icon-brand-vine:before {
content: "\ea4e";
}
.icon-brand-vk:before {
content: "\ea4f";
}
.icon-brand-vnv:before {
content: "\ea50";
}
.icon-brand-vuejs:before {
content: "\ea51";
}
.icon-brand-weibo:before {
content: "\ea52";
}
.icon-brand-weixin:before {
content: "\ea53";
}
.icon-brand-whatsapp:before {
content: "\ea54";
}
.icon-brand-whatsapp-square:before {
content: "\ea55";
}
.icon-brand-whmcs:before {
content: "\ea56";
}
.icon-brand-wikipedia-w:before {
content: "\ea57";
}
.icon-brand-windows:before {
content: "\ea58";
}
.icon-brand-wolf-pack-battalion:before {
content: "\ea59";
}
.icon-brand-wordpress:before {
content: "\ea5a";
}
.icon-brand-wordpress-simple:before {
content: "\ea5b";
}
.icon-brand-wpbeginner:before {
content: "\ea5c";
}
.icon-brand-wpexplorer:before {
content: "\ea5d";
}
.icon-brand-wpforms:before {
content: "\ea5e";
}
.icon-brand-xbox:before {
content: "\ea5f";
}
.icon-brand-xing:before {
content: "\ea60";
}
.icon-brand-xing-square:before {
content: "\ea61";
}
.icon-brand-yahoo:before {
content: "\ea62";
}
.icon-brand-yandex:before {
content: "\ea63";
}
.icon-brand-yandex-international:before {
content: "\ea64";
}
.icon-brand-y-combinator:before {
content: "\ea65";
}
.icon-brand-yelp:before {
content: "\ea66";
}
.icon-brand-yoast:before {
content: "\ea67";
}
.icon-brand-youtube:before {
content: "\ea68";
}
.icon-brand-youtube-square:before {
content: "\ea69";
} @font-face {
font-family: 'Feather-Icons';
src:
url(//zilla1.com/wp-content/themes/workscout/fonts/Feather-Icons.ttf?7ncawf) format('truetype'),
url(//zilla1.com/wp-content/themes/workscout/fonts/Feather-Icons.woff?7ncawf) format('woff'),
url(//zilla1.com/wp-content/themes/workscout/fonts/Feather-Icons.svg?7ncawf#Feather-Icons) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-feather-"], [class*=" icon-feather-"] { font-family: 'Feather-Icons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-feather-activity:before {
content: "\e900";
}
.icon-feather-airplay:before {
content: "\e901";
}
.icon-feather-alert-circle:before {
content: "\e902";
}
.icon-feather-alert-octagon:before {
content: "\e903";
}
.icon-feather-alert-triangle:before {
content: "\e904";
}
.icon-feather-align-center:before {
content: "\e905";
}
.icon-feather-align-justify:before {
content: "\e906";
}
.icon-feather-align-left:before {
content: "\e907";
}
.icon-feather-align-right:before {
content: "\e908";
}
.icon-feather-anchor:before {
content: "\e909";
}
.icon-feather-aperture:before {
content: "\e90a";
}
.icon-feather-archive:before {
content: "\e90b";
}
.icon-feather-arrow-down:before {
content: "\e90c";
}
.icon-feather-arrow-down-circle:before {
content: "\e90d";
}
.icon-feather-arrow-down-left:before {
content: "\e90e";
}
.icon-feather-arrow-down-right:before {
content: "\e90f";
}
.icon-feather-arrow-left:before {
content: "\e910";
}
.icon-feather-arrow-left-circle:before {
content: "\e911";
}
.icon-feather-arrow-right:before {
content: "\e912";
}
.icon-feather-arrow-right-circle:before {
content: "\e913";
}
.icon-feather-arrow-up:before {
content: "\e914";
}
.icon-feather-arrow-up-circle:before {
content: "\e915";
}
.icon-feather-arrow-up-left:before {
content: "\e916";
}
.icon-feather-arrow-up-right:before {
content: "\e917";
}
.icon-feather-at-sign:before {
content: "\e918";
}
.icon-feather-award:before {
content: "\e919";
}
.icon-feather-bar-chart:before {
content: "\e91a";
}
.icon-feather-bar-chart-2:before {
content: "\e91b";
}
.icon-feather-battery:before {
content: "\e91c";
}
.icon-feather-battery-charging:before {
content: "\e91d";
}
.icon-feather-bell:before {
content: "\e91e";
}
.icon-feather-bell-off:before {
content: "\e91f";
}
.icon-feather-bluetooth:before {
content: "\e920";
}
.icon-feather-bold:before {
content: "\e921";
}
.icon-feather-book:before {
content: "\e922";
}
.icon-feather-book-open:before {
content: "\e923";
}
.icon-feather-bookmark:before {
content: "\e924";
}
.icon-feather-box:before {
content: "\e925";
}
.icon-feather-briefcase:before {
content: "\e926";
}
.icon-feather-calendar:before {
content: "\e927";
}
.icon-feather-camera:before {
content: "\e928";
}
.icon-feather-camera-off:before {
content: "\e929";
}
.icon-feather-cast:before {
content: "\e92a";
}
.icon-feather-check:before {
content: "\e92b";
}
.icon-feather-check-circle:before {
content: "\e92c";
}
.icon-feather-check-square:before {
content: "\e92d";
}
.icon-feather-chevron-down:before {
content: "\e92e";
}
.icon-feather-chevron-left:before {
content: "\e92f";
}
.icon-feather-chevron-right:before {
content: "\e930";
}
.icon-feather-chevron-up:before {
content: "\e931";
}
.icon-feather-chevrons-down:before {
content: "\e932";
}
.icon-feather-chevrons-left:before {
content: "\e933";
}
.icon-feather-chevrons-right:before {
content: "\e934";
}
.icon-feather-chevrons-up:before {
content: "\e935";
}
.icon-feather-chrome:before {
content: "\e936";
}
.icon-feather-circle:before {
content: "\e937";
}
.icon-feather-clipboard:before {
content: "\e938";
}
.icon-feather-clock:before {
content: "\e939";
}
.icon-feather-cloud:before {
content: "\e93a";
}
.icon-feather-cloud-drizzle:before {
content: "\e93b";
}
.icon-feather-cloud-lightning:before {
content: "\e93c";
}
.icon-feather-cloud-off:before {
content: "\e93d";
}
.icon-feather-cloud-rain:before {
content: "\e93e";
}
.icon-feather-cloud-snow:before {
content: "\e93f";
}
.icon-feather-code:before {
content: "\e940";
}
.icon-feather-codepen:before {
content: "\e941";
}
.icon-feather-command:before {
content: "\e942";
}
.icon-feather-compass:before {
content: "\e943";
}
.icon-feather-copy:before {
content: "\e944";
}
.icon-feather-corner-down-left:before {
content: "\e945";
}
.icon-feather-corner-down-right:before {
content: "\e946";
}
.icon-feather-corner-left-down:before {
content: "\e947";
}
.icon-feather-corner-left-up:before {
content: "\e948";
}
.icon-feather-corner-right-down:before {
content: "\e949";
}
.icon-feather-corner-right-up:before {
content: "\e94a";
}
.icon-feather-corner-up-left:before {
content: "\e94b";
}
.icon-feather-corner-up-right:before {
content: "\e94c";
}
.icon-feather-cpu:before {
content: "\e94d";
}
.icon-feather-credit-card:before {
content: "\e94e";
}
.icon-feather-crop:before {
content: "\e94f";
}
.icon-feather-crosshair:before {
content: "\e950";
}
.icon-feather-database:before {
content: "\e951";
}
.icon-feather-delete:before {
content: "\e952";
}
.icon-feather-disc:before {
content: "\e953";
}
.icon-feather-dollar-sign:before {
content: "\e954";
}
.icon-feather-download:before {
content: "\e955";
}
.icon-feather-download-cloud:before {
content: "\e956";
}
.icon-feather-droplet:before {
content: "\e957";
}
.icon-feather-edit:before {
content: "\e958";
}
.icon-feather-edit-2:before {
content: "\e959";
}
.icon-feather-edit-3:before {
content: "\e95a";
}
.icon-feather-external-link:before {
content: "\e95b";
}
.icon-feather-eye:before {
content: "\e95c";
}
.icon-feather-eye-off:before {
content: "\e95d";
}
.icon-feather-facebook:before {
content: "\e95e";
}
.icon-feather-fast-forward:before {
content: "\e95f";
}
.icon-feather-feather:before {
content: "\e960";
}
.icon-feather-file:before {
content: "\e961";
}
.icon-feather-file-minus:before {
content: "\e962";
}
.icon-feather-file-plus:before {
content: "\e963";
}
.icon-feather-file-text:before {
content: "\e964";
}
.icon-feather-film:before {
content: "\e965";
}
.icon-feather-filter:before {
content: "\e966";
}
.icon-feather-flag:before {
content: "\e967";
}
.icon-feather-folder:before {
content: "\e968";
}
.icon-feather-folder-minus:before {
content: "\e969";
}
.icon-feather-folder-plus:before {
content: "\e96a";
}
.icon-feather-gift:before {
content: "\e96b";
}
.icon-feather-git-branch:before {
content: "\e96c";
}
.icon-feather-git-commit:before {
content: "\e96d";
}
.icon-feather-git-merge:before {
content: "\e96e";
}
.icon-feather-git-pull-request:before {
content: "\e96f";
}
.icon-feather-github:before {
content: "\e970";
}
.icon-feather-gitlab:before {
content: "\e971";
}
.icon-feather-globe:before {
content: "\e972";
}
.icon-feather-grid:before {
content: "\e973";
}
.icon-feather-hard-drive:before {
content: "\e974";
}
.icon-feather-hash:before {
content: "\e975";
}
.icon-feather-headphones:before {
content: "\e976";
}
.icon-feather-heart:before {
content: "\e977";
}
.icon-feather-help-circle:before {
content: "\e978";
}
.icon-feather-home:before {
content: "\e979";
}
.icon-feather-image:before {
content: "\e97a";
}
.icon-feather-inbox:before {
content: "\e97b";
}
.icon-feather-info:before {
content: "\e97c";
}
.icon-feather-instagram:before {
content: "\e97d";
}
.icon-feather-italic:before {
content: "\e97e";
}
.icon-feather-layers:before {
content: "\e97f";
}
.icon-feather-layout:before {
content: "\e980";
}
.icon-feather-life-buoy:before {
content: "\e981";
}
.icon-feather-link:before {
content: "\e982";
}
.icon-feather-link-2:before {
content: "\e983";
}
.icon-feather-linkedin:before {
content: "\e984";
}
.icon-feather-list:before {
content: "\e985";
}
.icon-feather-loader:before {
content: "\e986";
}
.icon-feather-lock:before {
content: "\e987";
}
.icon-feather-log-in:before {
content: "\e988";
}
.icon-feather-log-out:before {
content: "\e989";
}
.icon-feather-mail:before {
content: "\e98a";
}
.icon-feather-map:before {
content: "\e98b";
}
.icon-feather-map-pin:before {
content: "\e98c";
}
.icon-feather-maximize:before {
content: "\e98d";
}
.icon-feather-maximize-2:before {
content: "\e98e";
}
.icon-feather-menu:before {
content: "\e98f";
}
.icon-feather-message-circle:before {
content: "\e990";
}
.icon-feather-message-square:before {
content: "\e991";
}
.icon-feather-mic:before {
content: "\e992";
}
.icon-feather-mic-off:before {
content: "\e993";
}
.icon-feather-minimize:before {
content: "\e994";
}
.icon-feather-minimize-2:before {
content: "\e995";
}
.icon-feather-minus:before {
content: "\e996";
}
.icon-feather-minus-circle:before {
content: "\e997";
}
.icon-feather-minus-square:before {
content: "\e998";
}
.icon-feather-monitor:before {
content: "\e999";
}
.icon-feather-moon:before {
content: "\e99a";
}
.icon-feather-more-horizontal:before {
content: "\e99b";
}
.icon-feather-more-vertical:before {
content: "\e99c";
}
.icon-feather-move:before {
content: "\e99d";
}
.icon-feather-music:before {
content: "\e99e";
}
.icon-feather-navigation:before {
content: "\e99f";
}
.icon-feather-navigation-2:before {
content: "\e9a0";
}
.icon-feather-octagon:before {
content: "\e9a1";
}
.icon-feather-package:before {
content: "\e9a2";
}
.icon-feather-paperclip:before {
content: "\e9a3";
}
.icon-feather-pause:before {
content: "\e9a4";
}
.icon-feather-pause-circle:before {
content: "\e9a5";
}
.icon-feather-percent:before {
content: "\e9a6";
}
.icon-feather-phone:before {
content: "\e9a7";
}
.icon-feather-phone-call:before {
content: "\e9a8";
}
.icon-feather-phone-forwarded:before {
content: "\e9a9";
}
.icon-feather-phone-incoming:before {
content: "\e9aa";
}
.icon-feather-phone-missed:before {
content: "\e9ab";
}
.icon-feather-phone-off:before {
content: "\e9ac";
}
.icon-feather-phone-outgoing:before {
content: "\e9ad";
}
.icon-feather-pie-chart:before {
content: "\e9ae";
}
.icon-feather-play:before {
content: "\e9af";
}
.icon-feather-play-circle:before {
content: "\e9b0";
}
.icon-feather-plus:before {
content: "\e9b1";
}
.icon-feather-plus-circle:before {
content: "\e9b2";
}
.icon-feather-plus-square:before {
content: "\e9b3";
}
.icon-feather-pocket:before {
content: "\e9b4";
}
.icon-feather-power:before {
content: "\e9b5";
}
.icon-feather-printer:before {
content: "\e9b6";
}
.icon-feather-radio:before {
content: "\e9b7";
}
.icon-feather-refresh-ccw:before {
content: "\e9b8";
}
.icon-feather-refresh-cw:before {
content: "\e9b9";
}
.icon-feather-repeat:before {
content: "\e9ba";
}
.icon-feather-rewind:before {
content: "\e9bb";
}
.icon-feather-rotate-ccw:before {
content: "\e9bc";
}
.icon-feather-rotate-cw:before {
content: "\e9bd";
}
.icon-feather-rss:before {
content: "\e9be";
}
.icon-feather-save:before {
content: "\e9bf";
}
.icon-feather-scissors:before {
content: "\e9c0";
}
.icon-feather-search:before {
content: "\e9c1";
}
.icon-feather-send:before {
content: "\e9c2";
}
.icon-feather-server:before {
content: "\e9c3";
}
.icon-feather-settings:before {
content: "\e9c4";
}
.icon-feather-share:before {
content: "\e9c5";
}
.icon-feather-share-2:before {
content: "\e9c6";
}
.icon-feather-shield:before {
content: "\e9c7";
}
.icon-feather-shield-off:before {
content: "\e9c8";
}
.icon-feather-shopping-bag:before {
content: "\e9c9";
}
.icon-feather-shopping-cart:before {
content: "\e9ca";
}
.icon-feather-shuffle:before {
content: "\e9cb";
}
.icon-feather-sidebar:before {
content: "\e9cc";
}
.icon-feather-skip-back:before {
content: "\e9cd";
}
.icon-feather-skip-forward:before {
content: "\e9ce";
}
.icon-feather-slack:before {
content: "\e9cf";
}
.icon-feather-slash:before {
content: "\e9d0";
}
.icon-feather-sliders:before {
content: "\e9d1";
}
.icon-feather-smartphone:before {
content: "\e9d2";
}
.icon-feather-speaker:before {
content: "\e9d3";
}
.icon-feather-square:before {
content: "\e9d4";
}
.icon-feather-star:before {
content: "\e9d5";
}
.icon-feather-stop-circle:before {
content: "\e9d6";
}
.icon-feather-sun:before {
content: "\e9d7";
}
.icon-feather-sunrise:before {
content: "\e9d8";
}
.icon-feather-sunset:before {
content: "\e9d9";
}
.icon-feather-tablet:before {
content: "\e9da";
}
.icon-feather-tag:before {
content: "\e9db";
}
.icon-feather-target:before {
content: "\e9dc";
}
.icon-feather-terminal:before {
content: "\e9dd";
}
.icon-feather-thermometer:before {
content: "\e9de";
}
.icon-feather-thumbs-down:before {
content: "\e9df";
}
.icon-feather-thumbs-up:before {
content: "\e9e0";
}
.icon-feather-toggle-left:before {
content: "\e9e1";
}
.icon-feather-toggle-right:before {
content: "\e9e2";
}
.icon-feather-trash:before {
content: "\e9e3";
}
.icon-feather-trash-2:before {
content: "\e9e4";
}
.icon-feather-trending-down:before {
content: "\e9e5";
}
.icon-feather-trending-up:before {
content: "\e9e6";
}
.icon-feather-triangle:before {
content: "\e9e7";
}
.icon-feather-truck:before {
content: "\e9e8";
}
.icon-feather-tv:before {
content: "\e9e9";
}
.icon-feather-twitter:before {
content: "\e9ea";
}
.icon-feather-type:before {
content: "\e9eb";
}
.icon-feather-umbrella:before {
content: "\e9ec";
}
.icon-feather-underline:before {
content: "\e9ed";
}
.icon-feather-unlock:before {
content: "\e9ee";
}
.icon-feather-upload:before {
content: "\e9ef";
}
.icon-feather-upload-cloud:before {
content: "\e9f0";
}
.icon-feather-user:before {
content: "\e9f1";
}
.icon-feather-user-check:before {
content: "\e9f2";
}
.icon-feather-user-minus:before {
content: "\e9f3";
}
.icon-feather-user-plus:before {
content: "\e9f4";
}
.icon-feather-user-x:before {
content: "\e9f5";
}
.icon-feather-users:before {
content: "\e9f6";
}
.icon-feather-video:before {
content: "\e9f7";
}
.icon-feather-video-off:before {
content: "\e9f8";
}
.icon-feather-voicemail:before {
content: "\e9f9";
}
.icon-feather-volume:before {
content: "\e9fa";
}
.icon-feather-volume-1:before {
content: "\e9fb";
}
.icon-feather-volume-2:before {
content: "\e9fc";
}
.icon-feather-volume-x:before {
content: "\e9fd";
}
.icon-feather-watch:before {
content: "\e9fe";
}
.icon-feather-wifi:before {
content: "\e9ff";
}
.icon-feather-wifi-off:before {
content: "\ea00";
}
.icon-feather-wind:before {
content: "\ea01";
}
.icon-feather-x:before {
content: "\ea02";
}
.icon-feather-x-circle:before {
content: "\ea03";
}
.icon-feather-x-square:before {
content: "\ea04";
}
.icon-feather-youtube:before {
content: "\ea05";
}
.icon-feather-zap:before {
content: "\ea06";
}
.icon-feather-zap-off:before {
content: "\ea07";
}
.icon-feather-zoom-in:before {
content: "\ea08";
}
.icon-feather-zoom-out:before {
content: "\ea09";
} @font-face {
font-family: 'Material-Icons';
src:
url(//zilla1.com/wp-content/themes/workscout/fonts/Material-Icons.ttf?e8u1sb) format('truetype'),
url(//zilla1.com/wp-content/themes/workscout/fonts/Material-Icons.woff?e8u1sb) format('woff'),
url(//zilla1.com/wp-content/themes/workscout/fonts/Material-Icons.svg?e8u1sb#Material-Icons) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-material-"], [class*=" icon-material-"] { font-family: 'Material-Icons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-material-outline-dashboard:before {
content: "\e997";
}
.icon-material-outline-arrow-back:before {
content: "\e993";
}
.icon-material-outline-arrow-forward:before {
content: "\e994";
}
.icon-material-outline-arrow-right-alt:before {
content: "\e995";
}
.icon-material-outline-gavel:before {
content: "\e996";
}
.icon-material-baseline-mail-outline:before {
content: "\e900";
}
.icon-material-baseline-notifications-none:before {
content: "\e901";
}
.icon-material-baseline-star-border:before {
content: "\e902";
}
.icon-material-outline-access-alarm:before {
content: "\e903";
}
.icon-material-outline-access-time:before {
content: "\e904";
}
.icon-material-outline-account-balance-wallet:before {
content: "\e905";
}
.icon-material-outline-account-balance:before {
content: "\e906";
}
.icon-material-outline-account-circle:before {
content: "\e907";
}
.icon-material-outline-add-a-photo:before {
content: "\e908";
}
.icon-material-outline-add-circle-outline:before {
content: "\e909";
}
.icon-material-outline-add-location:before {
content: "\e90a";
}
.icon-material-outline-add-photo-alternate:before {
content: "\e90b";
}
.icon-material-outline-add-shopping-cart:before {
content: "\e90c";
}
.icon-material-outline-add:before {
content: "\e90d";
}
.icon-material-outline-alarm-add:before {
content: "\e90e";
}
.icon-material-outline-alarm-off:before {
content: "\e90f";
}
.icon-material-outline-alarm-on:before {
content: "\e910";
}
.icon-material-outline-alarm:before {
content: "\e911";
}
.icon-material-outline-announcement:before {
content: "\e912";
}
.icon-material-outline-archive:before {
content: "\e913";
}
.icon-material-outline-arrow-drop-down:before {
content: "\e914";
}
.icon-material-outline-arrow-drop-up:before {
content: "\e915";
}
.icon-material-outline-arrow-left:before {
content: "\e916";
}
.icon-material-outline-arrow-right:before {
content: "\e917";
}
.icon-material-outline-assessment:before {
content: "\e918";
}
.icon-material-outline-assignment:before {
content: "\e919";
}
.icon-material-outline-attach-file:before {
content: "\e91a";
}
.icon-material-outline-autorenew:before {
content: "\e91b";
}
.icon-material-outline-battery-charging-full:before {
content: "\e91c";
}
.icon-material-outline-beach-access:before {
content: "\e91d";
}
.icon-material-outline-book:before {
content: "\e91e";
}
.icon-material-outline-bookmark-border:before {
content: "\e91f";
}
.icon-material-outline-bookmarks:before {
content: "\e920";
}
.icon-material-outline-broken-image:before {
content: "\e921";
}
.icon-material-outline-brush:before {
content: "\e922";
}
.icon-material-outline-bug-report:before {
content: "\e923";
}
.icon-material-outline-business-center:before {
content: "\e924";
}
.icon-material-outline-business:before {
content: "\e925";
}
.icon-material-outline-cake:before {
content: "\e926";
}
.icon-material-outline-check-circle:before {
content: "\e927";
}
.icon-material-outline-check:before {
content: "\e928";
}
.icon-material-outline-cloud:before {
content: "\e929";
}
.icon-material-outline-code:before {
content: "\e92a";
}
.icon-material-outline-compare-arrows:before {
content: "\e92b";
}
.icon-material-outline-computer:before {
content: "\e92c";
}
.icon-material-outline-contact-support:before {
content: "\e92d";
}
.icon-material-outline-credit-card:before {
content: "\e92e";
}
.icon-material-outline-crop-original:before {
content: "\e92f";
}
.icon-material-outline-date-range:before {
content: "\e930";
}
.icon-material-outline-delete:before {
content: "\e931";
}
.icon-material-outline-description:before {
content: "\e932";
}
.icon-material-outline-desktop-mac:before {
content: "\e933";
}
.icon-material-outline-desktop-windows:before {
content: "\e934";
}
.icon-material-outline-directions-car:before {
content: "\e935";
}
.icon-material-outline-dns:before {
content: "\e936";
}
.icon-material-outline-drafts:before {
content: "\e937";
}
.icon-material-outline-email:before {
content: "\e938";
}
.icon-material-outline-explore:before {
content: "\e939";
}
.icon-material-outline-extension:before {
content: "\e93a";
}
.icon-material-outline-face:before {
content: "\e93b";
}
.icon-material-outline-favorite-border:before {
content: "\e93c";
}
.icon-material-outline-favorite:before {
content: "\e93d";
}
.icon-material-outline-feedback:before {
content: "\e93e";
}
.icon-material-outline-file-copy:before {
content: "\e93f";
}
.icon-material-outline-filter-none:before {
content: "\e940";
}
.icon-material-outline-find-in-page:before {
content: "\e941";
}
.icon-material-outline-fingerprint:before {
content: "\e942";
}
.icon-material-outline-flight:before {
content: "\e943";
}
.icon-material-outline-flip-to-back:before {
content: "\e944";
}
.icon-material-outline-flip-to-front:before {
content: "\e945";
}
.icon-material-outline-folder-shared:before {
content: "\e946";
}
.icon-material-outline-folder:before {
content: "\e947";
}
.icon-material-outline-format-quote:before {
content: "\e948";
}
.icon-material-outline-format-shapes:before {
content: "\e949";
}
.icon-material-outline-forum:before {
content: "\e94a";
}
.icon-material-outline-free-breakfast:before {
content: "\e94b";
}
.icon-material-outline-gps-fixed:before {
content: "\e94c";
}
.icon-material-outline-group:before {
content: "\e94d";
}
.icon-material-outline-help-outline:before {
content: "\e94e";
}
.icon-material-outline-highlight-off:before {
content: "\e94f";
}
.icon-material-outline-history:before {
content: "\e950";
}
.icon-material-outline-home:before {
content: "\e951";
}
.icon-material-outline-hotel:before {
content: "\e952";
}
.icon-material-outline-https:before {
content: "\e953";
}
.icon-material-outline-info:before {
content: "\e954";
}
.icon-material-outline-input:before {
content: "\e955";
}
.icon-material-outline-insert-photo:before {
content: "\e956";
}
.icon-material-outline-keyboard-arrow-down:before {
content: "\e957";
}
.icon-material-outline-keyboard-arrow-left:before {
content: "\e958";
}
.icon-material-outline-keyboard-arrow-right:before {
content: "\e959";
}
.icon-material-outline-keyboard-arrow-up:before {
content: "\e95a";
}
.icon-material-outline-language:before {
content: "\e95b";
}
.icon-material-outline-launch:before {
content: "\e95c";
}
.icon-material-outline-layers:before {
content: "\e95d";
}
.icon-material-outline-library-add:before {
content: "\e95e";
}
.icon-material-outline-library-books:before {
content: "\e95f";
}
.icon-material-outline-local-atm:before {
content: "\e960";
}
.icon-material-outline-local-offer:before {
content: "\e961";
}
.icon-material-outline-location-city:before {
content: "\e962";
}
.icon-material-outline-location-off:before {
content: "\e963";
}
.icon-material-outline-location-on:before {
content: "\e964";
}
.icon-material-outline-lock-open:before {
content: "\e965";
}
.icon-material-outline-lock:before {
content: "\e966";
}
.icon-material-outline-loyalty:before {
content: "\e967";
}
.icon-material-outline-map:before {
content: "\e968";
}
.icon-material-outline-message:before {
content: "\e969";
}
.icon-material-outline-monetization-on:before {
content: "\e96a";
}
.icon-material-outline-money:before {
content: "\e96b";
}
.icon-material-outline-mouse:before {
content: "\e96c";
}
.icon-material-outline-movie:before {
content: "\e96d";
}
.icon-material-outline-my-location:before {
content: "\e96e";
}
.icon-material-outline-note-add:before {
content: "\e96f";
}
.icon-material-outline-notifications-active:before {
content: "\e970";
}
.icon-material-outline-notifications-off:before {
content: "\e971";
}
.icon-material-outline-notifications:before {
content: "\e972";
}
.icon-material-outline-outlined-flag:before {
content: "\e973";
}
.icon-material-outline-person-pin:before {
content: "\e974";
}
.icon-material-outline-photo-library:before {
content: "\e975";
}
.icon-material-outline-photo-size-select-actual:before {
content: "\e976";
}
.icon-material-outline-picture-as-pdf:before {
content: "\e977";
}
.icon-material-outline-power-settings-new:before {
content: "\e978";
}
.icon-material-outline-print:before {
content: "\e979";
}
.icon-material-outline-question-answer:before {
content: "\e97a";
}
.icon-material-outline-rate-review:before {
content: "\e97b";
}
.icon-material-outline-redo:before {
content: "\e97c";
}
.icon-material-outline-reorder:before {
content: "\e97d";
}
.icon-material-outline-restaurant:before {
content: "\e97e";
}
.icon-material-outline-room:before {
content: "\e97f";
}
.icon-material-outline-save-alt:before {
content: "\e980";
}
.icon-material-outline-school:before {
content: "\e981";
}
.icon-material-outline-search:before {
content: "\e982";
}
.icon-material-outline-settings-input-component:before {
content: "\e983";
}
.icon-material-outline-settings:before {
content: "\e984";
}
.icon-material-outline-shopping-cart:before {
content: "\e985";
}
.icon-material-outline-speaker-notes:before {
content: "\e986";
}
.icon-material-outline-star-border:before {
content: "\e987";
}
.icon-material-outline-star:before {
content: "\e988";
}
.icon-material-outline-supervisor-account:before {
content: "\e989";
}
.icon-material-outline-text-fields:before {
content: "\e98a";
}
.icon-material-outline-textsms:before {
content: "\e98b";
}
.icon-material-outline-thumb-down:before {
content: "\e98c";
}
.icon-material-outline-thumb-up:before {
content: "\e98d";
}
.icon-material-outline-undo:before {
content: "\e98e";
}
.icon-material-outline-visibility:before {
content: "\e98f";
}
.icon-material-outline-watch:before {
content: "\e990";
}
.icon-material-outline-wb-incandescent:before {
content: "\e991";
}
.icon-material-outline-where-to-vote:before {
content: "\e992";
}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
body{line-height:1;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
.no-select{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;}
code,
kbd,
pre,
samp{font-family:monospace, serif;font-size:14px;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;}
pre{background:#f5f5f5;color:#666;font-family:monospace;font-size:14px;margin:20px 0;overflow:auto;padding:20px;white-space:pre;white-space:pre-wrap;word-wrap:break-word;}
sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sub{bottom:-0.25em;}
sup{top:-0.5em;}
abbr[title]{border-bottom:1px dotted;}
body{background-color:#fff;font-size:14px;line-height:27px;color:#666;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;overflow-x:hidden;}
body.boxed{margin:0 auto;background-color:#e8e8e8;}
#wrapper{background-color:#fff;}
input[type="submit"] { -webkit-appearance:none; -webkit-border-radius:0; }
body,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="phone"],
textarea,
.widget-text h5,
h3.centered-headline span,
select{}
.margin-reset{margin:0 !important;}
.margin-top-0{margin-top:0 !important;}
.margin-top-5{margin-top:5px !important;}
.margin-top-10{margin-top:10px !important;}
.margin-top-15{margin-top:15px !important;}
.margin-top-20{margin-top:20px !important;}
.margin-top-25{margin-top:25px !important;}
.margin-top-30{margin-top:30px !important;}
.margin-top-35{margin-top:35px !important;}
.margin-top-40{margin-top:40px !important;}
.margin-top-45{margin-top:45px !important;}
.margin-top-50{margin-top:50px !important;}
.margin-top-55{margin-top:55px !important;}
.margin-top-60{margin-top:60px !important;}
.margin-top-65{margin-top:65px !important;}
.margin-top-70{margin-top:70px !important;}
.margin-bottom-0{margin-bottom:0 !important;}
.margin-bottom-5{margin-bottom:5px !important;}
.margin-bottom-10{margin-bottom:10px !important;}
.margin-bottom-15{margin-bottom:15px !important;}
.margin-bottom-20{margin-bottom:20px !important;}
.margin-bottom-25{margin-bottom:25px !important;}
.margin-bottom-30{margin-bottom:30px !important;}
.margin-bottom-35{margin-bottom:35px !important;}
.margin-bottom-40{margin-bottom:40px !important;}
.margin-bottom-45{margin-bottom:45px !important;}
.margin-bottom-50{margin-bottom:50px !important;}
.margin-bottom-55{margin-bottom:55px !important;}
.margin-bottom-55{margin-bottom:55px !important;}
.margin-bottom-55{margin-bottom:55px !important;}
.margin-bottom-55{margin-bottom:55px !important;}
.margin-bottom-60{margin-bottom:60px !important;}
.margin-bottom-65{margin-bottom:65px !important;}
.margin-bottom-70{margin-bottom:70px !important;}
.margin-bottom-80{margin-bottom:80px !important;}
.margin-bottom-90{margin-bottom:90px !important;}
img, object, video{height:auto;display:block;}
img{width:auto;border:0;-ms-interpolation-mode:bicubic;max-width:100%;}
.embed{position:relative;padding:0px;padding-bottom:56.25%;height:0;overflow:hidden;}
.embed iframe,
.embed object,
.embed embed{position:absolute;top:0;left:0;width:100%;height:100%;}
.padding-reset{padding:0 !important;}
h1, h2, h3, h4, h5, h6{color:#333;font-weight:500;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{font-weight:inherit;}
h1{font-size:30px;line-height:54px;}
h2{font-size:24px;line-height:48px;}
h3{font-size:22px;line-height:44px;}
h4{font-size:18px;line-height:36px;}
h5{font-size:16px;line-height:28px;}
h6{font-size:14px;line-height:24px;}
p{margin:0 0 15px 0;}
p img{margin:0;}
p.lead{font-size:21px;line-height:27px;color:#555;}
em{font-style:italic;}
strong{font-weight:600;color:#333;}
small{font-size:80%;}
hr{border:solid #ddd;border-width:1px 0 0;clear:both;margin:10px 0 30px;height:0;}
a{color:#505050;text-decoration:none;outline:0;-webkit-transition:color 0.2s ease-in-out;-moz-transition:color 0.2s ease-in-out;-o-transition:color 0.2s ease-in-out;-transition:color 0.2s ease-in-out;}
a:hover{color:#666;}
p a, p a:visited{line-height:inherit;}
ul, ol{margin:0;}
ul{list-style:none outside;}
ol{list-style:decimal;}
ol, ul.square, ul.circle, ul.disc{margin-left:30px;}
ul.square{list-style:square outside;}
ul.circle{list-style:circle outside;}
ul.disc{list-style:disc outside;}
ul ul, ul ol,
ol ol, ol ul{}
ul ul li, ul ol li,
ol ol li, ol ul li{}
li{line-height:18px;}
ul.large li{line-height:21px;}
li p{line-height:21px;}
.fake-input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="phone"],
input[type="url"],
textarea,
select{padding:14px 18px;outline:none;font-size:15px;color:#777;margin:0;max-width:100%;width:100%;box-sizing:border-box;display:block;background-color:#fcfcfc;font-weight:500;border:1px solid #e0e0e0;opacity:1;}
#respond input{width:40%}
select{padding:0;}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="phone"]:focus,
textarea:focus{color:#808080;-webkit-transition:all 0.1s ease-in-out;-moz-transition:all 0.1s ease-in-out;-o-transition:all 0.1s ease-in-out;-ms-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out;border:1px solid #d8d8d8;opacity:1;}
::-webkit-input-placeholder{color:#777;opacity:1;}
:-moz-placeholder{color:#777;opacity:1;}
::-moz-placeholder{color:#777;opacity:1;}
:-ms-input-placeholder{color:#777;opacity:1;}
textarea{min-height:90px;transition:none !important;min-width:100%;}
label,
legend{display:block;font-weight:bold;font-size:16px;font-weight:normal;margin-bottom:8px;}
input{-webkit-transition:all 0.1s ease-in-out;-moz-transition:all 0.1s ease-in-out;-o-transition:all 0.1s ease-in-out;-ms-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out;}
textarea{-webkit-transition:0;-moz-transition:0;-o-transition:0;-ms-transition:0;transition:0;}
input[type="checkbox"]{display:inline;}
label span,
legend span{font-weight:normal;font-size:14px;color:#444;}.container{position:relative;width:1200px;margin:0 auto;padding:0;}
.container .column,
.container .columns{float:left;display:inline;margin-left:10px;margin-right:10px;}
.row{margin-bottom:20px;}
.column.alpha, .columns.alpha{margin-left:0;}
.column.omega, .columns.omega{margin-right:0;}
.container .one.column,
.container .one.columns{width:55px;}
.container .two.columns{width:130px;}
.container .three.columns{width:205px;}
.container .four.columns{width:280px;}
.container .five.columns{width:355px;}
.container .six.columns{width:430px;}
.container .seven.columns{width:505px;}
.container .eight.columns{width:580px;}
.container .nine.columns{width:655px;}
.container .ten.columns{width:730px;}
.container .eleven.columns{width:805px;}
.container .twelve.columns{width:880px;}
.container .thirteen.columns{width:955px;}
.container .fourteen.columns{width:1030px;}
.container .fifteen.columns{width:1105px;}
.container .sixteen.columns{width:1180px;}
.container .one-third.columns{width:380px;}
.container .one-third.column{width:380px;}
.container .two-thirds.columns{width:780px;}
.container .two-thirds.column{width:780px;}
.container .half.columns{width:48.7%}
body.boxed{width:1340px;}
.left-sidebar .eleven.columns{float:right;}
@media only screen and (min-width:1700px) {
.container .sixteen.columns{width:1376px;}
.container{width:1376px;}
.container .one.column,
.container .one.columns{width:66px;}
.container .two.columns{width:152px;}
.container .three.columns{width:238px;}
.container .four.columns{width:324px;}
.container .five.columns{width:410px;}
.container .six.columns{width:496px;}
.container .seven.columns{width:582px;}
.container .eight.columns{width:668px;}
.container .nine.columns{width:754px;}
.container .ten.columns{width:840px;}
.container .eleven.columns{width:926px;}
.container .twelve.columns{width:1012px;}
.container .thirteen.columns{width:1098px;}
.container .fourteen.columns{width:1184px;}
.container .fifteen.columns{width:1270px;}
.container .sixteen.columns{width:1356px;}
.container .one-third.columns{width:420px;}
.container .one-third.column{width:420px;}
.container .two-thirds.columns{width:926px;}
.container .two-thirds.column{width:926px;}
.container .half.columns{width:48.7%}
}
.container.right-sidebar .columns.sidebar               { float: right; }
@media only screen and (min-width:1289px) and (max-width:1360px){body.boxed{width:100%;}
}
@media only screen and (min-width:960px) and (max-width:1289px){.container{position:relative;width:960px;margin:0 auto;padding:0;}
.container .column,
.container .columns{float:left;display:inline;margin-left:10px;margin-right:10px;}
.row{margin-bottom:20px;}
.column.alpha, .columns.alpha{margin-left:0;}
.column.omega, .columns.omega{margin-right:0;}
.container .one.column,
.container .one.columns{width:40px;}
.container .two.columns{width:100px;}
.container .three.columns{width:160px;}
.container .four.columns{width:220px;}
.container .five.columns{width:280px;}
.container .six.columns{width:340px;}
.container .seven.columns{width:400px;}
.container .eight.columns{width:460px;}
.container .nine.columns{width:520px;}
.container .ten.columns{width:580px;}
.container .eleven.columns{width:640px;}
.container .twelve.columns{width:700px;}
.container .thirteen.columns{width:760px;}
.container .fourteen.columns{width:820px;}
.container .fifteen.columns{width:880px;}
.container .sixteen.columns{width:940px;}
.container .half.columns{width:48.4%}
.container .one-third.columns{width:300px;}
.container .one-third.column{width:300px;}
.container .two-thirds.columns{width:620px;}
.container .two-thirds.column{width:620px;}
body.boxed{width:1060px;}
}
@media only screen and (max-width:1080px){body.boxed{width:100%;}
}
@media only screen and (min-width:768px) and (max-width:990px){.container{width:768px;}
.container .column,
.container .columns{margin-left:10px;margin-right:10px;}
.column.alpha, .columns.alpha{margin-left:0;margin-right:10px;}
.column.omega, .columns.omega{margin-right:0;margin-left:10px;}
.alpha.omega{margin-left:0;margin-right:0;}
.container .one.column,
.container .one.columns{width:28px;}
.container .two.columns{width:76px;}
.container .three.columns{width:124px;}
.container .four.columns{width:172px;}
.container .five.columns{width:220px;}
.container .six.columns{width:268px;}
.container .seven.columns{width:316px;}
.container .eight.columns{width:364px;}
.container .nine.columns{width:412px;}
.container .ten.columns{width:460px;}
.container .eleven.columns{width:508px;}
.container .twelve.columns{width:556px;}
.container .thirteen.columns{width:604px;}
.container .fourteen.columns{width:652px;}
.container .fifteen.columns{width:700px;}
.container .sixteen.columns{width:748px;}
.container .half.columns{width:48%}
.container .one-third.columns{width:236px;}
.container .one-third.column{width:236px;}
.container .two-thirds.columns{width:492px;}
.container .two-thirds.column{width:492px;}
}
@media only screen and (max-width:767px){.container{width:300px;}
.container .columns,
.container .column{margin:0;}
.container .half.columns{width:100%;}
.container .one.column,
.container .one.columns,
.container .two.columns,
.container .three.columns,
.container .four.columns,
.container .five.columns,
.container .six.columns,
.container .seven.columns,
.container .eight.columns,
.container .nine.columns,
.container .ten.columns,
.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns,
.container .one-third.column,
.container .two-thirds.column,
.container .one-third.columns,
.container .two-thirds.columns,
.container .twelve.sidebar-right.columns,
.container .twelve.sidebar-left.columns,
.container .five.sidebar-right.columns,
.container .eleven.sidebar-right.columns{width:300px;}
}
@media only screen and (min-width:480px) and (max-width:767px){.container{width:420px;}
.container .columns,
.container .column{margin:0;}
.container .one.column,
.container .one.columns,
.container .two.columns,
.container .three.columns,
.container .four.columns,
.container .five.columns,
.container .six.columns,
.container .seven.columns,
.container .eight.columns,
.container .nine.columns,
.container .ten.columns,
.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns,
.container .one-third.column,
.container .two-thirds.column,
.container .one-third.columns,
.container .two-thirds.columns,
.container .twelve.sidebar-right.columns,
.container .twelve.sidebar-left.columns,
.container .five.sidebar-right.columns,
.container .eleven.sidebar-right.columns{width:420px;}
}
.container:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.row:after,
.clearfix:after{clear:both;}
.row,
.clearfix{zoom:1;}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}.fa {
font-family: var(--fa-style-family, "Font Awesome 6 Free");
font-weight: var(--fa-style, 900);
}
.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab,
.fa-sharp-solid,
.fa-classic,
.fa {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: var(--fa-display, inline-block);
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
}
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
font-family: 'Font Awesome 6 Free';
}
.fab,
.fa-brands {
font-family: 'Font Awesome 6 Brands';
}
.fa-1x {
font-size: 1em;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-6x {
font-size: 6em;
}
.fa-7x {
font-size: 7em;
}
.fa-8x {
font-size: 8em;
}
.fa-9x {
font-size: 9em;
}
.fa-10x {
font-size: 10em;
}
.fa-2xs {
font-size: 0.625em;
line-height: 0.1em;
vertical-align: 0.225em;
}
.fa-xs {
font-size: 0.75em;
line-height: 0.08333em;
vertical-align: 0.125em;
}
.fa-sm {
font-size: 0.875em;
line-height: 0.07143em;
vertical-align: 0.05357em;
}
.fa-lg {
font-size: 1.25em;
line-height: 0.05em;
vertical-align: -0.075em;
}
.fa-xl {
font-size: 1.5em;
line-height: 0.04167em;
vertical-align: -0.125em;
}
.fa-2xl {
font-size: 2em;
line-height: 0.03125em;
vertical-align: -0.1875em;
}
.fa-fw {
text-align: center;
width: 1.25em;
}
.fa-ul {
list-style-type: none;
margin-left: var(--fa-li-margin, 2.5em);
padding-left: 0;
}
.fa-ul>li {
position: relative;
}
.fa-li {
left: calc(-1 * var(--fa-li-width, 2em));
position: absolute;
text-align: center;
width: var(--fa-li-width, 2em);
line-height: inherit;
}
.fa-border {
border-color: var(--fa-border-color, #eee);
border-radius: var(--fa-border-radius, 0.1em);
border-style: var(--fa-border-style, solid);
border-width: var(--fa-border-width, 0.08em);
padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
float: left;
margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
float: right;
margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
animation-name: fa-beat;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
animation-name: fa-bounce;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.fa-fade {
animation-name: fa-fade;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-beat-fade {
animation-name: fa-beat-fade;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-flip {
animation-name: fa-flip;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
animation-name: fa-shake;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
animation-name: fa-spin;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 2s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
--fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
animation-name: fa-spin;
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
.fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
animation-delay: -1ms;
animation-duration: 1ms;
animation-iteration-count: 1;
transition-delay: 0s;
transition-duration: 0s;
}
}
@keyframes fa-beat {
0%,
90% {
transform: scale(1);
}
45% {
transform: scale(var(--fa-beat-scale, 1.25));
}
}
@keyframes fa-bounce {
0% {
transform: scale(1, 1) translateY(0);
}
10% {
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
}
30% {
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
}
50% {
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
}
57% {
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
}
64% {
transform: scale(1, 1) translateY(0);
}
100% {
transform: scale(1, 1) translateY(0);
}
}
@keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, 0.4);
}
}
@keyframes fa-beat-fade {
0%,
100% {
opacity: var(--fa-beat-fade-opacity, 0.4);
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(var(--fa-beat-fade-scale, 1.125));
}
}
@keyframes fa-flip {
50% {
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
}
}
@keyframes fa-shake {
0% {
transform: rotate(-15deg);
}
4% {
transform: rotate(15deg);
}
8%,
24% {
transform: rotate(-18deg);
}
12%,
28% {
transform: rotate(18deg);
}
16% {
transform: rotate(-22deg);
}
20% {
transform: rotate(22deg);
}
32% {
transform: rotate(-12deg);
}
36% {
transform: rotate(12deg);
}
40%,
100% {
transform: rotate(0deg);
}
}
@keyframes fa-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.fa-rotate-90 {
transform: rotate(90deg);
}
.fa-rotate-180 {
transform: rotate(180deg);
}
.fa-rotate-270 {
transform: rotate(270deg);
}
.fa-flip-horizontal {
transform: scale(-1, 1);
}
.fa-flip-vertical {
transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
transform: scale(-1, -1);
}
.fa-rotate-by {
transform: rotate(var(--fa-rotate-angle, 0));
}
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: var(--fa-inverse, #fff);
} .fa-0::before {
content: "\30";
}
.fa-1::before {
content: "\31";
}
.fa-2::before {
content: "\32";
}
.fa-3::before {
content: "\33";
}
.fa-4::before {
content: "\34";
}
.fa-5::before {
content: "\35";
}
.fa-6::before {
content: "\36";
}
.fa-7::before {
content: "\37";
}
.fa-8::before {
content: "\38";
}
.fa-9::before {
content: "\39";
}
.fa-fill-drip::before {
content: "\f576";
}
.fa-arrows-to-circle::before {
content: "\e4bd";
}
.fa-circle-chevron-right::before {
content: "\f138";
}
.fa-chevron-circle-right::before {
content: "\f138";
}
.fa-at::before {
content: "\40";
}
.fa-trash-can::before {
content: "\f2ed";
}
.fa-trash-alt::before {
content: "\f2ed";
}
.fa-text-height::before {
content: "\f034";
}
.fa-user-xmark::before {
content: "\f235";
}
.fa-user-times::before {
content: "\f235";
}
.fa-stethoscope::before {
content: "\f0f1";
}
.fa-message::before {
content: "\f27a";
}
.fa-comment-alt::before {
content: "\f27a";
}
.fa-info::before {
content: "\f129";
}
.fa-down-left-and-up-right-to-center::before {
content: "\f422";
}
.fa-compress-alt::before {
content: "\f422";
}
.fa-explosion::before {
content: "\e4e9";
}
.fa-file-lines::before {
content: "\f15c";
}
.fa-file-alt::before {
content: "\f15c";
}
.fa-file-text::before {
content: "\f15c";
}
.fa-wave-square::before {
content: "\f83e";
}
.fa-ring::before {
content: "\f70b";
}
.fa-building-un::before {
content: "\e4d9";
}
.fa-dice-three::before {
content: "\f527";
}
.fa-calendar-days::before {
content: "\f073";
}
.fa-calendar-alt::before {
content: "\f073";
}
.fa-anchor-circle-check::before {
content: "\e4aa";
}
.fa-building-circle-arrow-right::before {
content: "\e4d1";
}
.fa-volleyball::before {
content: "\f45f";
}
.fa-volleyball-ball::before {
content: "\f45f";
}
.fa-arrows-up-to-line::before {
content: "\e4c2";
}
.fa-sort-down::before {
content: "\f0dd";
}
.fa-sort-desc::before {
content: "\f0dd";
}
.fa-circle-minus::before {
content: "\f056";
}
.fa-minus-circle::before {
content: "\f056";
}
.fa-door-open::before {
content: "\f52b";
}
.fa-right-from-bracket::before {
content: "\f2f5";
}
.fa-sign-out-alt::before {
content: "\f2f5";
}
.fa-atom::before {
content: "\f5d2";
}
.fa-soap::before {
content: "\e06e";
}
.fa-icons::before {
content: "\f86d";
}
.fa-heart-music-camera-bolt::before {
content: "\f86d";
}
.fa-microphone-lines-slash::before {
content: "\f539";
}
.fa-microphone-alt-slash::before {
content: "\f539";
}
.fa-bridge-circle-check::before {
content: "\e4c9";
}
.fa-pump-medical::before {
content: "\e06a";
}
.fa-fingerprint::before {
content: "\f577";
}
.fa-hand-point-right::before {
content: "\f0a4";
}
.fa-magnifying-glass-location::before {
content: "\f689";
}
.fa-search-location::before {
content: "\f689";
}
.fa-forward-step::before {
content: "\f051";
}
.fa-step-forward::before {
content: "\f051";
}
.fa-face-smile-beam::before {
content: "\f5b8";
}
.fa-smile-beam::before {
content: "\f5b8";
}
.fa-flag-checkered::before {
content: "\f11e";
}
.fa-football::before {
content: "\f44e";
}
.fa-football-ball::before {
content: "\f44e";
}
.fa-school-circle-exclamation::before {
content: "\e56c";
}
.fa-crop::before {
content: "\f125";
}
.fa-angles-down::before {
content: "\f103";
}
.fa-angle-double-down::before {
content: "\f103";
}
.fa-users-rectangle::before {
content: "\e594";
}
.fa-people-roof::before {
content: "\e537";
}
.fa-people-line::before {
content: "\e534";
}
.fa-beer-mug-empty::before {
content: "\f0fc";
}
.fa-beer::before {
content: "\f0fc";
}
.fa-diagram-predecessor::before {
content: "\e477";
}
.fa-arrow-up-long::before {
content: "\f176";
}
.fa-long-arrow-up::before {
content: "\f176";
}
.fa-fire-flame-simple::before {
content: "\f46a";
}
.fa-burn::before {
content: "\f46a";
}
.fa-person::before {
content: "\f183";
}
.fa-male::before {
content: "\f183";
}
.fa-laptop::before {
content: "\f109";
}
.fa-file-csv::before {
content: "\f6dd";
}
.fa-menorah::before {
content: "\f676";
}
.fa-truck-plane::before {
content: "\e58f";
}
.fa-record-vinyl::before {
content: "\f8d9";
}
.fa-face-grin-stars::before {
content: "\f587";
}
.fa-grin-stars::before {
content: "\f587";
}
.fa-bong::before {
content: "\f55c";
}
.fa-spaghetti-monster-flying::before {
content: "\f67b";
}
.fa-pastafarianism::before {
content: "\f67b";
}
.fa-arrow-down-up-across-line::before {
content: "\e4af";
}
.fa-spoon::before {
content: "\f2e5";
}
.fa-utensil-spoon::before {
content: "\f2e5";
}
.fa-jar-wheat::before {
content: "\e517";
}
.fa-envelopes-bulk::before {
content: "\f674";
}
.fa-mail-bulk::before {
content: "\f674";
}
.fa-file-circle-exclamation::before {
content: "\e4eb";
}
.fa-circle-h::before {
content: "\f47e";
}
.fa-hospital-symbol::before {
content: "\f47e";
}
.fa-pager::before {
content: "\f815";
}
.fa-address-book::before {
content: "\f2b9";
}
.fa-contact-book::before {
content: "\f2b9";
}
.fa-strikethrough::before {
content: "\f0cc";
}
.fa-k::before {
content: "\4b";
}
.fa-landmark-flag::before {
content: "\e51c";
}
.fa-pencil::before {
content: "\f303";
}
.fa-pencil-alt::before {
content: "\f303";
}
.fa-backward::before {
content: "\f04a";
}
.fa-caret-right::before {
content: "\f0da";
}
.fa-comments::before {
content: "\f086";
}
.fa-paste::before {
content: "\f0ea";
}
.fa-file-clipboard::before {
content: "\f0ea";
}
.fa-code-pull-request::before {
content: "\e13c";
}
.fa-clipboard-list::before {
content: "\f46d";
}
.fa-truck-ramp-box::before {
content: "\f4de";
}
.fa-truck-loading::before {
content: "\f4de";
}
.fa-user-check::before {
content: "\f4fc";
}
.fa-vial-virus::before {
content: "\e597";
}
.fa-sheet-plastic::before {
content: "\e571";
}
.fa-blog::before {
content: "\f781";
}
.fa-user-ninja::before {
content: "\f504";
}
.fa-person-arrow-up-from-line::before {
content: "\e539";
}
.fa-scroll-torah::before {
content: "\f6a0";
}
.fa-torah::before {
content: "\f6a0";
}
.fa-broom-ball::before {
content: "\f458";
}
.fa-quidditch::before {
content: "\f458";
}
.fa-quidditch-broom-ball::before {
content: "\f458";
}
.fa-toggle-off::before {
content: "\f204";
}
.fa-box-archive::before {
content: "\f187";
}
.fa-archive::before {
content: "\f187";
}
.fa-person-drowning::before {
content: "\e545";
}
.fa-arrow-down-9-1::before {
content: "\f886";
}
.fa-sort-numeric-desc::before {
content: "\f886";
}
.fa-sort-numeric-down-alt::before {
content: "\f886";
}
.fa-face-grin-tongue-squint::before {
content: "\f58a";
}
.fa-grin-tongue-squint::before {
content: "\f58a";
}
.fa-spray-can::before {
content: "\f5bd";
}
.fa-truck-monster::before {
content: "\f63b";
}
.fa-w::before {
content: "\57";
}
.fa-earth-africa::before {
content: "\f57c";
}
.fa-globe-africa::before {
content: "\f57c";
}
.fa-rainbow::before {
content: "\f75b";
}
.fa-circle-notch::before {
content: "\f1ce";
}
.fa-tablet-screen-button::before {
content: "\f3fa";
}
.fa-tablet-alt::before {
content: "\f3fa";
}
.fa-paw::before {
content: "\f1b0";
}
.fa-cloud::before {
content: "\f0c2";
}
.fa-trowel-bricks::before {
content: "\e58a";
}
.fa-face-flushed::before {
content: "\f579";
}
.fa-flushed::before {
content: "\f579";
}
.fa-hospital-user::before {
content: "\f80d";
}
.fa-tent-arrow-left-right::before {
content: "\e57f";
}
.fa-gavel::before {
content: "\f0e3";
}
.fa-legal::before {
content: "\f0e3";
}
.fa-binoculars::before {
content: "\f1e5";
}
.fa-microphone-slash::before {
content: "\f131";
}
.fa-box-tissue::before {
content: "\e05b";
}
.fa-motorcycle::before {
content: "\f21c";
}
.fa-bell-concierge::before {
content: "\f562";
}
.fa-concierge-bell::before {
content: "\f562";
}
.fa-pen-ruler::before {
content: "\f5ae";
}
.fa-pencil-ruler::before {
content: "\f5ae";
}
.fa-people-arrows::before {
content: "\e068";
}
.fa-people-arrows-left-right::before {
content: "\e068";
}
.fa-mars-and-venus-burst::before {
content: "\e523";
}
.fa-square-caret-right::before {
content: "\f152";
}
.fa-caret-square-right::before {
content: "\f152";
}
.fa-scissors::before {
content: "\f0c4";
}
.fa-cut::before {
content: "\f0c4";
}
.fa-sun-plant-wilt::before {
content: "\e57a";
}
.fa-toilets-portable::before {
content: "\e584";
}
.fa-hockey-puck::before {
content: "\f453";
}
.fa-table::before {
content: "\f0ce";
}
.fa-magnifying-glass-arrow-right::before {
content: "\e521";
}
.fa-tachograph-digital::before {
content: "\f566";
}
.fa-digital-tachograph::before {
content: "\f566";
}
.fa-users-slash::before {
content: "\e073";
}
.fa-clover::before {
content: "\e139";
}
.fa-reply::before {
content: "\f3e5";
}
.fa-mail-reply::before {
content: "\f3e5";
}
.fa-star-and-crescent::before {
content: "\f699";
}
.fa-house-fire::before {
content: "\e50c";
}
.fa-square-minus::before {
content: "\f146";
}
.fa-minus-square::before {
content: "\f146";
}
.fa-helicopter::before {
content: "\f533";
}
.fa-compass::before {
content: "\f14e";
}
.fa-square-caret-down::before {
content: "\f150";
}
.fa-caret-square-down::before {
content: "\f150";
}
.fa-file-circle-question::before {
content: "\e4ef";
}
.fa-laptop-code::before {
content: "\f5fc";
}
.fa-swatchbook::before {
content: "\f5c3";
}
.fa-prescription-bottle::before {
content: "\f485";
}
.fa-bars::before {
content: "\f0c9";
}
.fa-navicon::before {
content: "\f0c9";
}
.fa-people-group::before {
content: "\e533";
}
.fa-hourglass-end::before {
content: "\f253";
}
.fa-hourglass-3::before {
content: "\f253";
}
.fa-heart-crack::before {
content: "\f7a9";
}
.fa-heart-broken::before {
content: "\f7a9";
}
.fa-square-up-right::before {
content: "\f360";
}
.fa-external-link-square-alt::before {
content: "\f360";
}
.fa-face-kiss-beam::before {
content: "\f597";
}
.fa-kiss-beam::before {
content: "\f597";
}
.fa-film::before {
content: "\f008";
}
.fa-ruler-horizontal::before {
content: "\f547";
}
.fa-people-robbery::before {
content: "\e536";
}
.fa-lightbulb::before {
content: "\f0eb";
}
.fa-caret-left::before {
content: "\f0d9";
}
.fa-circle-exclamation::before {
content: "\f06a";
}
.fa-exclamation-circle::before {
content: "\f06a";
}
.fa-school-circle-xmark::before {
content: "\e56d";
}
.fa-arrow-right-from-bracket::before {
content: "\f08b";
}
.fa-sign-out::before {
content: "\f08b";
}
.fa-circle-chevron-down::before {
content: "\f13a";
}
.fa-chevron-circle-down::before {
content: "\f13a";
}
.fa-unlock-keyhole::before {
content: "\f13e";
}
.fa-unlock-alt::before {
content: "\f13e";
}
.fa-cloud-showers-heavy::before {
content: "\f740";
}
.fa-headphones-simple::before {
content: "\f58f";
}
.fa-headphones-alt::before {
content: "\f58f";
}
.fa-sitemap::before {
content: "\f0e8";
}
.fa-circle-dollar-to-slot::before {
content: "\f4b9";
}
.fa-donate::before {
content: "\f4b9";
}
.fa-memory::before {
content: "\f538";
}
.fa-road-spikes::before {
content: "\e568";
}
.fa-fire-burner::before {
content: "\e4f1";
}
.fa-flag::before {
content: "\f024";
}
.fa-hanukiah::before {
content: "\f6e6";
}
.fa-feather::before {
content: "\f52d";
}
.fa-volume-low::before {
content: "\f027";
}
.fa-volume-down::before {
content: "\f027";
}
.fa-comment-slash::before {
content: "\f4b3";
}
.fa-cloud-sun-rain::before {
content: "\f743";
}
.fa-compress::before {
content: "\f066";
}
.fa-wheat-awn::before {
content: "\e2cd";
}
.fa-wheat-alt::before {
content: "\e2cd";
}
.fa-ankh::before {
content: "\f644";
}
.fa-hands-holding-child::before {
content: "\e4fa";
}
.fa-asterisk::before {
content: "\2a";
}
.fa-square-check::before {
content: "\f14a";
}
.fa-check-square::before {
content: "\f14a";
}
.fa-peseta-sign::before {
content: "\e221";
}
.fa-heading::before {
content: "\f1dc";
}
.fa-header::before {
content: "\f1dc";
}
.fa-ghost::before {
content: "\f6e2";
}
.fa-list::before {
content: "\f03a";
}
.fa-list-squares::before {
content: "\f03a";
}
.fa-square-phone-flip::before {
content: "\f87b";
}
.fa-phone-square-alt::before {
content: "\f87b";
}
.fa-cart-plus::before {
content: "\f217";
}
.fa-gamepad::before {
content: "\f11b";
}
.fa-circle-dot::before {
content: "\f192";
}
.fa-dot-circle::before {
content: "\f192";
}
.fa-face-dizzy::before {
content: "\f567";
}
.fa-dizzy::before {
content: "\f567";
}
.fa-egg::before {
content: "\f7fb";
}
.fa-house-medical-circle-xmark::before {
content: "\e513";
}
.fa-campground::before {
content: "\f6bb";
}
.fa-folder-plus::before {
content: "\f65e";
}
.fa-futbol::before {
content: "\f1e3";
}
.fa-futbol-ball::before {
content: "\f1e3";
}
.fa-soccer-ball::before {
content: "\f1e3";
}
.fa-paintbrush::before {
content: "\f1fc";
}
.fa-paint-brush::before {
content: "\f1fc";
}
.fa-lock::before {
content: "\f023";
}
.fa-gas-pump::before {
content: "\f52f";
}
.fa-hot-tub-person::before {
content: "\f593";
}
.fa-hot-tub::before {
content: "\f593";
}
.fa-map-location::before {
content: "\f59f";
}
.fa-map-marked::before {
content: "\f59f";
}
.fa-house-flood-water::before {
content: "\e50e";
}
.fa-tree::before {
content: "\f1bb";
}
.fa-bridge-lock::before {
content: "\e4cc";
}
.fa-sack-dollar::before {
content: "\f81d";
}
.fa-pen-to-square::before {
content: "\f044";
}
.fa-edit::before {
content: "\f044";
}
.fa-car-side::before {
content: "\f5e4";
}
.fa-share-nodes::before {
content: "\f1e0";
}
.fa-share-alt::before {
content: "\f1e0";
}
.fa-heart-circle-minus::before {
content: "\e4ff";
}
.fa-hourglass-half::before {
content: "\f252";
}
.fa-hourglass-2::before {
content: "\f252";
}
.fa-microscope::before {
content: "\f610";
}
.fa-sink::before {
content: "\e06d";
}
.fa-bag-shopping::before {
content: "\f290";
}
.fa-shopping-bag::before {
content: "\f290";
}
.fa-arrow-down-z-a::before {
content: "\f881";
}
.fa-sort-alpha-desc::before {
content: "\f881";
}
.fa-sort-alpha-down-alt::before {
content: "\f881";
}
.fa-mitten::before {
content: "\f7b5";
}
.fa-person-rays::before {
content: "\e54d";
}
.fa-users::before {
content: "\f0c0";
}
.fa-eye-slash::before {
content: "\f070";
}
.fa-flask-vial::before {
content: "\e4f3";
}
.fa-hand::before {
content: "\f256";
}
.fa-hand-paper::before {
content: "\f256";
}
.fa-om::before {
content: "\f679";
}
.fa-worm::before {
content: "\e599";
}
.fa-house-circle-xmark::before {
content: "\e50b";
}
.fa-plug::before {
content: "\f1e6";
}
.fa-chevron-up::before {
content: "\f077";
}
.fa-hand-spock::before {
content: "\f259";
}
.fa-stopwatch::before {
content: "\f2f2";
}
.fa-face-kiss::before {
content: "\f596";
}
.fa-kiss::before {
content: "\f596";
}
.fa-bridge-circle-xmark::before {
content: "\e4cb";
}
.fa-face-grin-tongue::before {
content: "\f589";
}
.fa-grin-tongue::before {
content: "\f589";
}
.fa-chess-bishop::before {
content: "\f43a";
}
.fa-face-grin-wink::before {
content: "\f58c";
}
.fa-grin-wink::before {
content: "\f58c";
}
.fa-ear-deaf::before {
content: "\f2a4";
}
.fa-deaf::before {
content: "\f2a4";
}
.fa-deafness::before {
content: "\f2a4";
}
.fa-hard-of-hearing::before {
content: "\f2a4";
}
.fa-road-circle-check::before {
content: "\e564";
}
.fa-dice-five::before {
content: "\f523";
}
.fa-square-rss::before {
content: "\f143";
}
.fa-rss-square::before {
content: "\f143";
}
.fa-land-mine-on::before {
content: "\e51b";
}
.fa-i-cursor::before {
content: "\f246";
}
.fa-stamp::before {
content: "\f5bf";
}
.fa-stairs::before {
content: "\e289";
}
.fa-i::before {
content: "\49";
}
.fa-hryvnia-sign::before {
content: "\f6f2";
}
.fa-hryvnia::before {
content: "\f6f2";
}
.fa-pills::before {
content: "\f484";
}
.fa-face-grin-wide::before {
content: "\f581";
}
.fa-grin-alt::before {
content: "\f581";
}
.fa-tooth::before {
content: "\f5c9";
}
.fa-v::before {
content: "\56";
}
.fa-bangladeshi-taka-sign::before {
content: "\e2e6";
}
.fa-bicycle::before {
content: "\f206";
}
.fa-staff-snake::before {
content: "\e579";
}
.fa-rod-asclepius::before {
content: "\e579";
}
.fa-rod-snake::before {
content: "\e579";
}
.fa-staff-aesculapius::before {
content: "\e579";
}
.fa-head-side-cough-slash::before {
content: "\e062";
}
.fa-truck-medical::before {
content: "\f0f9";
}
.fa-ambulance::before {
content: "\f0f9";
}
.fa-wheat-awn-circle-exclamation::before {
content: "\e598";
}
.fa-snowman::before {
content: "\f7d0";
}
.fa-mortar-pestle::before {
content: "\f5a7";
}
.fa-road-barrier::before {
content: "\e562";
}
.fa-school::before {
content: "\f549";
}
.fa-igloo::before {
content: "\f7ae";
}
.fa-joint::before {
content: "\f595";
}
.fa-angle-right::before {
content: "\f105";
}
.fa-horse::before {
content: "\f6f0";
}
.fa-q::before {
content: "\51";
}
.fa-g::before {
content: "\47";
}
.fa-notes-medical::before {
content: "\f481";
}
.fa-temperature-half::before {
content: "\f2c9";
}
.fa-temperature-2::before {
content: "\f2c9";
}
.fa-thermometer-2::before {
content: "\f2c9";
}
.fa-thermometer-half::before {
content: "\f2c9";
}
.fa-dong-sign::before {
content: "\e169";
}
.fa-capsules::before {
content: "\f46b";
}
.fa-poo-storm::before {
content: "\f75a";
}
.fa-poo-bolt::before {
content: "\f75a";
}
.fa-face-frown-open::before {
content: "\f57a";
}
.fa-frown-open::before {
content: "\f57a";
}
.fa-hand-point-up::before {
content: "\f0a6";
}
.fa-money-bill::before {
content: "\f0d6";
}
.fa-bookmark::before {
content: "\f02e";
}
.fa-align-justify::before {
content: "\f039";
}
.fa-umbrella-beach::before {
content: "\f5ca";
}
.fa-helmet-un::before {
content: "\e503";
}
.fa-bullseye::before {
content: "\f140";
}
.fa-bacon::before {
content: "\f7e5";
}
.fa-hand-point-down::before {
content: "\f0a7";
}
.fa-arrow-up-from-bracket::before {
content: "\e09a";
}
.fa-folder::before {
content: "\f07b";
}
.fa-folder-blank::before {
content: "\f07b";
}
.fa-file-waveform::before {
content: "\f478";
}
.fa-file-medical-alt::before {
content: "\f478";
}
.fa-radiation::before {
content: "\f7b9";
}
.fa-chart-simple::before {
content: "\e473";
}
.fa-mars-stroke::before {
content: "\f229";
}
.fa-vial::before {
content: "\f492";
}
.fa-gauge::before {
content: "\f624";
}
.fa-dashboard::before {
content: "\f624";
}
.fa-gauge-med::before {
content: "\f624";
}
.fa-tachometer-alt-average::before {
content: "\f624";
}
.fa-wand-magic-sparkles::before {
content: "\e2ca";
}
.fa-magic-wand-sparkles::before {
content: "\e2ca";
}
.fa-e::before {
content: "\45";
}
.fa-pen-clip::before {
content: "\f305";
}
.fa-pen-alt::before {
content: "\f305";
}
.fa-bridge-circle-exclamation::before {
content: "\e4ca";
}
.fa-user::before {
content: "\f007";
}
.fa-school-circle-check::before {
content: "\e56b";
}
.fa-dumpster::before {
content: "\f793";
}
.fa-van-shuttle::before {
content: "\f5b6";
}
.fa-shuttle-van::before {
content: "\f5b6";
}
.fa-building-user::before {
content: "\e4da";
}
.fa-square-caret-left::before {
content: "\f191";
}
.fa-caret-square-left::before {
content: "\f191";
}
.fa-highlighter::before {
content: "\f591";
}
.fa-key::before {
content: "\f084";
}
.fa-bullhorn::before {
content: "\f0a1";
}
.fa-globe::before {
content: "\f0ac";
}
.fa-synagogue::before {
content: "\f69b";
}
.fa-person-half-dress::before {
content: "\e548";
}
.fa-road-bridge::before {
content: "\e563";
}
.fa-location-arrow::before {
content: "\f124";
}
.fa-c::before {
content: "\43";
}
.fa-tablet-button::before {
content: "\f10a";
}
.fa-building-lock::before {
content: "\e4d6";
}
.fa-pizza-slice::before {
content: "\f818";
}
.fa-money-bill-wave::before {
content: "\f53a";
}
.fa-chart-area::before {
content: "\f1fe";
}
.fa-area-chart::before {
content: "\f1fe";
}
.fa-house-flag::before {
content: "\e50d";
}
.fa-person-circle-minus::before {
content: "\e540";
}
.fa-ban::before {
content: "\f05e";
}
.fa-cancel::before {
content: "\f05e";
}
.fa-camera-rotate::before {
content: "\e0d8";
}
.fa-spray-can-sparkles::before {
content: "\f5d0";
}
.fa-air-freshener::before {
content: "\f5d0";
}
.fa-star::before {
content: "\f005";
}
.fa-repeat::before {
content: "\f363";
}
.fa-cross::before {
content: "\f654";
}
.fa-box::before {
content: "\f466";
}
.fa-venus-mars::before {
content: "\f228";
}
.fa-arrow-pointer::before {
content: "\f245";
}
.fa-mouse-pointer::before {
content: "\f245";
}
.fa-maximize::before {
content: "\f31e";
}
.fa-expand-arrows-alt::before {
content: "\f31e";
}
.fa-charging-station::before {
content: "\f5e7";
}
.fa-shapes::before {
content: "\f61f";
}
.fa-triangle-circle-square::before {
content: "\f61f";
}
.fa-shuffle::before {
content: "\f074";
}
.fa-random::before {
content: "\f074";
}
.fa-person-running::before {
content: "\f70c";
}
.fa-running::before {
content: "\f70c";
}
.fa-mobile-retro::before {
content: "\e527";
}
.fa-grip-lines-vertical::before {
content: "\f7a5";
}
.fa-spider::before {
content: "\f717";
}
.fa-hands-bound::before {
content: "\e4f9";
}
.fa-file-invoice-dollar::before {
content: "\f571";
}
.fa-plane-circle-exclamation::before {
content: "\e556";
}
.fa-x-ray::before {
content: "\f497";
}
.fa-spell-check::before {
content: "\f891";
}
.fa-slash::before {
content: "\f715";
}
.fa-computer-mouse::before {
content: "\f8cc";
}
.fa-mouse::before {
content: "\f8cc";
}
.fa-arrow-right-to-bracket::before {
content: "\f090";
}
.fa-sign-in::before {
content: "\f090";
}
.fa-shop-slash::before {
content: "\e070";
}
.fa-store-alt-slash::before {
content: "\e070";
}
.fa-server::before {
content: "\f233";
}
.fa-virus-covid-slash::before {
content: "\e4a9";
}
.fa-shop-lock::before {
content: "\e4a5";
}
.fa-hourglass-start::before {
content: "\f251";
}
.fa-hourglass-1::before {
content: "\f251";
}
.fa-blender-phone::before {
content: "\f6b6";
}
.fa-building-wheat::before {
content: "\e4db";
}
.fa-person-breastfeeding::before {
content: "\e53a";
}
.fa-right-to-bracket::before {
content: "\f2f6";
}
.fa-sign-in-alt::before {
content: "\f2f6";
}
.fa-venus::before {
content: "\f221";
}
.fa-passport::before {
content: "\f5ab";
}
.fa-thumbtack-slash::before {
content: "\e68f";
}
.fa-thumb-tack-slash::before {
content: "\e68f";
}
.fa-heart-pulse::before {
content: "\f21e";
}
.fa-heartbeat::before {
content: "\f21e";
}
.fa-people-carry-box::before {
content: "\f4ce";
}
.fa-people-carry::before {
content: "\f4ce";
}
.fa-temperature-high::before {
content: "\f769";
}
.fa-microchip::before {
content: "\f2db";
}
.fa-crown::before {
content: "\f521";
}
.fa-weight-hanging::before {
content: "\f5cd";
}
.fa-xmarks-lines::before {
content: "\e59a";
}
.fa-file-prescription::before {
content: "\f572";
}
.fa-weight-scale::before {
content: "\f496";
}
.fa-weight::before {
content: "\f496";
}
.fa-user-group::before {
content: "\f500";
}
.fa-user-friends::before {
content: "\f500";
}
.fa-arrow-up-a-z::before {
content: "\f15e";
}
.fa-sort-alpha-up::before {
content: "\f15e";
}
.fa-chess-knight::before {
content: "\f441";
}
.fa-face-laugh-squint::before {
content: "\f59b";
}
.fa-laugh-squint::before {
content: "\f59b";
}
.fa-wheelchair::before {
content: "\f193";
}
.fa-circle-arrow-up::before {
content: "\f0aa";
}
.fa-arrow-circle-up::before {
content: "\f0aa";
}
.fa-toggle-on::before {
content: "\f205";
}
.fa-person-walking::before {
content: "\f554";
}
.fa-walking::before {
content: "\f554";
}
.fa-l::before {
content: "\4c";
}
.fa-fire::before {
content: "\f06d";
}
.fa-bed-pulse::before {
content: "\f487";
}
.fa-procedures::before {
content: "\f487";
}
.fa-shuttle-space::before {
content: "\f197";
}
.fa-space-shuttle::before {
content: "\f197";
}
.fa-face-laugh::before {
content: "\f599";
}
.fa-laugh::before {
content: "\f599";
}
.fa-folder-open::before {
content: "\f07c";
}
.fa-heart-circle-plus::before {
content: "\e500";
}
.fa-code-fork::before {
content: "\e13b";
}
.fa-city::before {
content: "\f64f";
}
.fa-microphone-lines::before {
content: "\f3c9";
}
.fa-microphone-alt::before {
content: "\f3c9";
}
.fa-pepper-hot::before {
content: "\f816";
}
.fa-unlock::before {
content: "\f09c";
}
.fa-colon-sign::before {
content: "\e140";
}
.fa-headset::before {
content: "\f590";
}
.fa-store-slash::before {
content: "\e071";
}
.fa-road-circle-xmark::before {
content: "\e566";
}
.fa-user-minus::before {
content: "\f503";
}
.fa-mars-stroke-up::before {
content: "\f22a";
}
.fa-mars-stroke-v::before {
content: "\f22a";
}
.fa-champagne-glasses::before {
content: "\f79f";
}
.fa-glass-cheers::before {
content: "\f79f";
}
.fa-clipboard::before {
content: "\f328";
}
.fa-house-circle-exclamation::before {
content: "\e50a";
}
.fa-file-arrow-up::before {
content: "\f574";
}
.fa-file-upload::before {
content: "\f574";
}
.fa-wifi::before {
content: "\f1eb";
}
.fa-wifi-3::before {
content: "\f1eb";
}
.fa-wifi-strong::before {
content: "\f1eb";
}
.fa-bath::before {
content: "\f2cd";
}
.fa-bathtub::before {
content: "\f2cd";
}
.fa-underline::before {
content: "\f0cd";
}
.fa-user-pen::before {
content: "\f4ff";
}
.fa-user-edit::before {
content: "\f4ff";
}
.fa-signature::before {
content: "\f5b7";
}
.fa-stroopwafel::before {
content: "\f551";
}
.fa-bold::before {
content: "\f032";
}
.fa-anchor-lock::before {
content: "\e4ad";
}
.fa-building-ngo::before {
content: "\e4d7";
}
.fa-manat-sign::before {
content: "\e1d5";
}
.fa-not-equal::before {
content: "\f53e";
}
.fa-border-top-left::before {
content: "\f853";
}
.fa-border-style::before {
content: "\f853";
}
.fa-map-location-dot::before {
content: "\f5a0";
}
.fa-map-marked-alt::before {
content: "\f5a0";
}
.fa-jedi::before {
content: "\f669";
}
.fa-square-poll-vertical::before {
content: "\f681";
}
.fa-poll::before {
content: "\f681";
}
.fa-mug-hot::before {
content: "\f7b6";
}
.fa-car-battery::before {
content: "\f5df";
}
.fa-battery-car::before {
content: "\f5df";
}
.fa-gift::before {
content: "\f06b";
}
.fa-dice-two::before {
content: "\f528";
}
.fa-chess-queen::before {
content: "\f445";
}
.fa-glasses::before {
content: "\f530";
}
.fa-chess-board::before {
content: "\f43c";
}
.fa-building-circle-check::before {
content: "\e4d2";
}
.fa-person-chalkboard::before {
content: "\e53d";
}
.fa-mars-stroke-right::before {
content: "\f22b";
}
.fa-mars-stroke-h::before {
content: "\f22b";
}
.fa-hand-back-fist::before {
content: "\f255";
}
.fa-hand-rock::before {
content: "\f255";
}
.fa-square-caret-up::before {
content: "\f151";
}
.fa-caret-square-up::before {
content: "\f151";
}
.fa-cloud-showers-water::before {
content: "\e4e4";
}
.fa-chart-bar::before {
content: "\f080";
}
.fa-bar-chart::before {
content: "\f080";
}
.fa-hands-bubbles::before {
content: "\e05e";
}
.fa-hands-wash::before {
content: "\e05e";
}
.fa-less-than-equal::before {
content: "\f537";
}
.fa-train::before {
content: "\f238";
}
.fa-eye-low-vision::before {
content: "\f2a8";
}
.fa-low-vision::before {
content: "\f2a8";
}
.fa-crow::before {
content: "\f520";
}
.fa-sailboat::before {
content: "\e445";
}
.fa-window-restore::before {
content: "\f2d2";
}
.fa-square-plus::before {
content: "\f0fe";
}
.fa-plus-square::before {
content: "\f0fe";
}
.fa-torii-gate::before {
content: "\f6a1";
}
.fa-frog::before {
content: "\f52e";
}
.fa-bucket::before {
content: "\e4cf";
}
.fa-image::before {
content: "\f03e";
}
.fa-microphone::before {
content: "\f130";
}
.fa-cow::before {
content: "\f6c8";
}
.fa-caret-up::before {
content: "\f0d8";
}
.fa-screwdriver::before {
content: "\f54a";
}
.fa-folder-closed::before {
content: "\e185";
}
.fa-house-tsunami::before {
content: "\e515";
}
.fa-square-nfi::before {
content: "\e576";
}
.fa-arrow-up-from-ground-water::before {
content: "\e4b5";
}
.fa-martini-glass::before {
content: "\f57b";
}
.fa-glass-martini-alt::before {
content: "\f57b";
}
.fa-rotate-left::before {
content: "\f2ea";
}
.fa-rotate-back::before {
content: "\f2ea";
}
.fa-rotate-backward::before {
content: "\f2ea";
}
.fa-undo-alt::before {
content: "\f2ea";
}
.fa-table-columns::before {
content: "\f0db";
}
.fa-columns::before {
content: "\f0db";
}
.fa-lemon::before {
content: "\f094";
}
.fa-head-side-mask::before {
content: "\e063";
}
.fa-handshake::before {
content: "\f2b5";
}
.fa-gem::before {
content: "\f3a5";
}
.fa-dolly::before {
content: "\f472";
}
.fa-dolly-box::before {
content: "\f472";
}
.fa-smoking::before {
content: "\f48d";
}
.fa-minimize::before {
content: "\f78c";
}
.fa-compress-arrows-alt::before {
content: "\f78c";
}
.fa-monument::before {
content: "\f5a6";
}
.fa-snowplow::before {
content: "\f7d2";
}
.fa-angles-right::before {
content: "\f101";
}
.fa-angle-double-right::before {
content: "\f101";
}
.fa-cannabis::before {
content: "\f55f";
}
.fa-circle-play::before {
content: "\f144";
}
.fa-play-circle::before {
content: "\f144";
}
.fa-tablets::before {
content: "\f490";
}
.fa-ethernet::before {
content: "\f796";
}
.fa-euro-sign::before {
content: "\f153";
}
.fa-eur::before {
content: "\f153";
}
.fa-euro::before {
content: "\f153";
}
.fa-chair::before {
content: "\f6c0";
}
.fa-circle-check::before {
content: "\f058";
}
.fa-check-circle::before {
content: "\f058";
}
.fa-circle-stop::before {
content: "\f28d";
}
.fa-stop-circle::before {
content: "\f28d";
}
.fa-compass-drafting::before {
content: "\f568";
}
.fa-drafting-compass::before {
content: "\f568";
}
.fa-plate-wheat::before {
content: "\e55a";
}
.fa-icicles::before {
content: "\f7ad";
}
.fa-person-shelter::before {
content: "\e54f";
}
.fa-neuter::before {
content: "\f22c";
}
.fa-id-badge::before {
content: "\f2c1";
}
.fa-marker::before {
content: "\f5a1";
}
.fa-face-laugh-beam::before {
content: "\f59a";
}
.fa-laugh-beam::before {
content: "\f59a";
}
.fa-helicopter-symbol::before {
content: "\e502";
}
.fa-universal-access::before {
content: "\f29a";
}
.fa-circle-chevron-up::before {
content: "\f139";
}
.fa-chevron-circle-up::before {
content: "\f139";
}
.fa-lari-sign::before {
content: "\e1c8";
}
.fa-volcano::before {
content: "\f770";
}
.fa-person-walking-dashed-line-arrow-right::before {
content: "\e553";
}
.fa-sterling-sign::before {
content: "\f154";
}
.fa-gbp::before {
content: "\f154";
}
.fa-pound-sign::before {
content: "\f154";
}
.fa-viruses::before {
content: "\e076";
}
.fa-square-person-confined::before {
content: "\e577";
}
.fa-user-tie::before {
content: "\f508";
}
.fa-arrow-down-long::before {
content: "\f175";
}
.fa-long-arrow-down::before {
content: "\f175";
}
.fa-tent-arrow-down-to-line::before {
content: "\e57e";
}
.fa-certificate::before {
content: "\f0a3";
}
.fa-reply-all::before {
content: "\f122";
}
.fa-mail-reply-all::before {
content: "\f122";
}
.fa-suitcase::before {
content: "\f0f2";
}
.fa-person-skating::before {
content: "\f7c5";
}
.fa-skating::before {
content: "\f7c5";
}
.fa-filter-circle-dollar::before {
content: "\f662";
}
.fa-funnel-dollar::before {
content: "\f662";
}
.fa-camera-retro::before {
content: "\f083";
}
.fa-circle-arrow-down::before {
content: "\f0ab";
}
.fa-arrow-circle-down::before {
content: "\f0ab";
}
.fa-file-import::before {
content: "\f56f";
}
.fa-arrow-right-to-file::before {
content: "\f56f";
}
.fa-square-arrow-up-right::before {
content: "\f14c";
}
.fa-external-link-square::before {
content: "\f14c";
}
.fa-box-open::before {
content: "\f49e";
}
.fa-scroll::before {
content: "\f70e";
}
.fa-spa::before {
content: "\f5bb";
}
.fa-location-pin-lock::before {
content: "\e51f";
}
.fa-pause::before {
content: "\f04c";
}
.fa-hill-avalanche::before {
content: "\e507";
}
.fa-temperature-empty::before {
content: "\f2cb";
}
.fa-temperature-0::before {
content: "\f2cb";
}
.fa-thermometer-0::before {
content: "\f2cb";
}
.fa-thermometer-empty::before {
content: "\f2cb";
}
.fa-bomb::before {
content: "\f1e2";
}
.fa-registered::before {
content: "\f25d";
}
.fa-address-card::before {
content: "\f2bb";
}
.fa-contact-card::before {
content: "\f2bb";
}
.fa-vcard::before {
content: "\f2bb";
}
.fa-scale-unbalanced-flip::before {
content: "\f516";
}
.fa-balance-scale-right::before {
content: "\f516";
}
.fa-subscript::before {
content: "\f12c";
}
.fa-diamond-turn-right::before {
content: "\f5eb";
}
.fa-directions::before {
content: "\f5eb";
}
.fa-burst::before {
content: "\e4dc";
}
.fa-house-laptop::before {
content: "\e066";
}
.fa-laptop-house::before {
content: "\e066";
}
.fa-face-tired::before {
content: "\f5c8";
}
.fa-tired::before {
content: "\f5c8";
}
.fa-money-bills::before {
content: "\e1f3";
}
.fa-smog::before {
content: "\f75f";
}
.fa-crutch::before {
content: "\f7f7";
}
.fa-cloud-arrow-up::before {
content: "\f0ee";
}
.fa-cloud-upload::before {
content: "\f0ee";
}
.fa-cloud-upload-alt::before {
content: "\f0ee";
}
.fa-palette::before {
content: "\f53f";
}
.fa-arrows-turn-right::before {
content: "\e4c0";
}
.fa-vest::before {
content: "\e085";
}
.fa-ferry::before {
content: "\e4ea";
}
.fa-arrows-down-to-people::before {
content: "\e4b9";
}
.fa-seedling::before {
content: "\f4d8";
}
.fa-sprout::before {
content: "\f4d8";
}
.fa-left-right::before {
content: "\f337";
}
.fa-arrows-alt-h::before {
content: "\f337";
}
.fa-boxes-packing::before {
content: "\e4c7";
}
.fa-circle-arrow-left::before {
content: "\f0a8";
}
.fa-arrow-circle-left::before {
content: "\f0a8";
}
.fa-group-arrows-rotate::before {
content: "\e4f6";
}
.fa-bowl-food::before {
content: "\e4c6";
}
.fa-candy-cane::before {
content: "\f786";
}
.fa-arrow-down-wide-short::before {
content: "\f160";
}
.fa-sort-amount-asc::before {
content: "\f160";
}
.fa-sort-amount-down::before {
content: "\f160";
}
.fa-cloud-bolt::before {
content: "\f76c";
}
.fa-thunderstorm::before {
content: "\f76c";
}
.fa-text-slash::before {
content: "\f87d";
}
.fa-remove-format::before {
content: "\f87d";
}
.fa-face-smile-wink::before {
content: "\f4da";
}
.fa-smile-wink::before {
content: "\f4da";
}
.fa-file-word::before {
content: "\f1c2";
}
.fa-file-powerpoint::before {
content: "\f1c4";
}
.fa-arrows-left-right::before {
content: "\f07e";
}
.fa-arrows-h::before {
content: "\f07e";
}
.fa-house-lock::before {
content: "\e510";
}
.fa-cloud-arrow-down::before {
content: "\f0ed";
}
.fa-cloud-download::before {
content: "\f0ed";
}
.fa-cloud-download-alt::before {
content: "\f0ed";
}
.fa-children::before {
content: "\e4e1";
}
.fa-chalkboard::before {
content: "\f51b";
}
.fa-blackboard::before {
content: "\f51b";
}
.fa-user-large-slash::before {
content: "\f4fa";
}
.fa-user-alt-slash::before {
content: "\f4fa";
}
.fa-envelope-open::before {
content: "\f2b6";
}
.fa-handshake-simple-slash::before {
content: "\e05f";
}
.fa-handshake-alt-slash::before {
content: "\e05f";
}
.fa-mattress-pillow::before {
content: "\e525";
}
.fa-guarani-sign::before {
content: "\e19a";
}
.fa-arrows-rotate::before {
content: "\f021";
}
.fa-refresh::before {
content: "\f021";
}
.fa-sync::before {
content: "\f021";
}
.fa-fire-extinguisher::before {
content: "\f134";
}
.fa-cruzeiro-sign::before {
content: "\e152";
}
.fa-greater-than-equal::before {
content: "\f532";
}
.fa-shield-halved::before {
content: "\f3ed";
}
.fa-shield-alt::before {
content: "\f3ed";
}
.fa-book-atlas::before {
content: "\f558";
}
.fa-atlas::before {
content: "\f558";
}
.fa-virus::before {
content: "\e074";
}
.fa-envelope-circle-check::before {
content: "\e4e8";
}
.fa-layer-group::before {
content: "\f5fd";
}
.fa-arrows-to-dot::before {
content: "\e4be";
}
.fa-archway::before {
content: "\f557";
}
.fa-heart-circle-check::before {
content: "\e4fd";
}
.fa-house-chimney-crack::before {
content: "\f6f1";
}
.fa-house-damage::before {
content: "\f6f1";
}
.fa-file-zipper::before {
content: "\f1c6";
}
.fa-file-archive::before {
content: "\f1c6";
}
.fa-square::before {
content: "\f0c8";
}
.fa-martini-glass-empty::before {
content: "\f000";
}
.fa-glass-martini::before {
content: "\f000";
}
.fa-couch::before {
content: "\f4b8";
}
.fa-cedi-sign::before {
content: "\e0df";
}
.fa-italic::before {
content: "\f033";
}
.fa-table-cells-column-lock::before {
content: "\e678";
}
.fa-church::before {
content: "\f51d";
}
.fa-comments-dollar::before {
content: "\f653";
}
.fa-democrat::before {
content: "\f747";
}
.fa-z::before {
content: "\5a";
}
.fa-person-skiing::before {
content: "\f7c9";
}
.fa-skiing::before {
content: "\f7c9";
}
.fa-road-lock::before {
content: "\e567";
}
.fa-a::before {
content: "\41";
}
.fa-temperature-arrow-down::before {
content: "\e03f";
}
.fa-temperature-down::before {
content: "\e03f";
}
.fa-feather-pointed::before {
content: "\f56b";
}
.fa-feather-alt::before {
content: "\f56b";
}
.fa-p::before {
content: "\50";
}
.fa-snowflake::before {
content: "\f2dc";
}
.fa-newspaper::before {
content: "\f1ea";
}
.fa-rectangle-ad::before {
content: "\f641";
}
.fa-ad::before {
content: "\f641";
}
.fa-circle-arrow-right::before {
content: "\f0a9";
}
.fa-arrow-circle-right::before {
content: "\f0a9";
}
.fa-filter-circle-xmark::before {
content: "\e17b";
}
.fa-locust::before {
content: "\e520";
}
.fa-sort::before {
content: "\f0dc";
}
.fa-unsorted::before {
content: "\f0dc";
}
.fa-list-ol::before {
content: "\f0cb";
}
.fa-list-1-2::before {
content: "\f0cb";
}
.fa-list-numeric::before {
content: "\f0cb";
}
.fa-person-dress-burst::before {
content: "\e544";
}
.fa-money-check-dollar::before {
content: "\f53d";
}
.fa-money-check-alt::before {
content: "\f53d";
}
.fa-vector-square::before {
content: "\f5cb";
}
.fa-bread-slice::before {
content: "\f7ec";
}
.fa-language::before {
content: "\f1ab";
}
.fa-face-kiss-wink-heart::before {
content: "\f598";
}
.fa-kiss-wink-heart::before {
content: "\f598";
}
.fa-filter::before {
content: "\f0b0";
}
.fa-question::before {
content: "\3f";
}
.fa-file-signature::before {
content: "\f573";
}
.fa-up-down-left-right::before {
content: "\f0b2";
}
.fa-arrows-alt::before {
content: "\f0b2";
}
.fa-house-chimney-user::before {
content: "\e065";
}
.fa-hand-holding-heart::before {
content: "\f4be";
}
.fa-puzzle-piece::before {
content: "\f12e";
}
.fa-money-check::before {
content: "\f53c";
}
.fa-star-half-stroke::before {
content: "\f5c0";
}
.fa-star-half-alt::before {
content: "\f5c0";
}
.fa-code::before {
content: "\f121";
}
.fa-whiskey-glass::before {
content: "\f7a0";
}
.fa-glass-whiskey::before {
content: "\f7a0";
}
.fa-building-circle-exclamation::before {
content: "\e4d3";
}
.fa-magnifying-glass-chart::before {
content: "\e522";
}
.fa-arrow-up-right-from-square::before {
content: "\f08e";
}
.fa-external-link::before {
content: "\f08e";
}
.fa-cubes-stacked::before {
content: "\e4e6";
}
.fa-won-sign::before {
content: "\f159";
}
.fa-krw::before {
content: "\f159";
}
.fa-won::before {
content: "\f159";
}
.fa-virus-covid::before {
content: "\e4a8";
}
.fa-austral-sign::before {
content: "\e0a9";
}
.fa-f::before {
content: "\46";
}
.fa-leaf::before {
content: "\f06c";
}
.fa-road::before {
content: "\f018";
}
.fa-taxi::before {
content: "\f1ba";
}
.fa-cab::before {
content: "\f1ba";
}
.fa-person-circle-plus::before {
content: "\e541";
}
.fa-chart-pie::before {
content: "\f200";
}
.fa-pie-chart::before {
content: "\f200";
}
.fa-bolt-lightning::before {
content: "\e0b7";
}
.fa-sack-xmark::before {
content: "\e56a";
}
.fa-file-excel::before {
content: "\f1c3";
}
.fa-file-contract::before {
content: "\f56c";
}
.fa-fish-fins::before {
content: "\e4f2";
}
.fa-building-flag::before {
content: "\e4d5";
}
.fa-face-grin-beam::before {
content: "\f582";
}
.fa-grin-beam::before {
content: "\f582";
}
.fa-object-ungroup::before {
content: "\f248";
}
.fa-poop::before {
content: "\f619";
}
.fa-location-pin::before {
content: "\f041";
}
.fa-map-marker::before {
content: "\f041";
}
.fa-kaaba::before {
content: "\f66b";
}
.fa-toilet-paper::before {
content: "\f71e";
}
.fa-helmet-safety::before {
content: "\f807";
}
.fa-hard-hat::before {
content: "\f807";
}
.fa-hat-hard::before {
content: "\f807";
}
.fa-eject::before {
content: "\f052";
}
.fa-circle-right::before {
content: "\f35a";
}
.fa-arrow-alt-circle-right::before {
content: "\f35a";
}
.fa-plane-circle-check::before {
content: "\e555";
}
.fa-face-rolling-eyes::before {
content: "\f5a5";
}
.fa-meh-rolling-eyes::before {
content: "\f5a5";
}
.fa-object-group::before {
content: "\f247";
}
.fa-chart-line::before {
content: "\f201";
}
.fa-line-chart::before {
content: "\f201";
}
.fa-mask-ventilator::before {
content: "\e524";
}
.fa-arrow-right::before {
content: "\f061";
}
.fa-signs-post::before {
content: "\f277";
}
.fa-map-signs::before {
content: "\f277";
}
.fa-cash-register::before {
content: "\f788";
}
.fa-person-circle-question::before {
content: "\e542";
}
.fa-h::before {
content: "\48";
}
.fa-tarp::before {
content: "\e57b";
}
.fa-screwdriver-wrench::before {
content: "\f7d9";
}
.fa-tools::before {
content: "\f7d9";
}
.fa-arrows-to-eye::before {
content: "\e4bf";
}
.fa-plug-circle-bolt::before {
content: "\e55b";
}
.fa-heart::before {
content: "\f004";
}
.fa-mars-and-venus::before {
content: "\f224";
}
.fa-house-user::before {
content: "\e1b0";
}
.fa-home-user::before {
content: "\e1b0";
}
.fa-dumpster-fire::before {
content: "\f794";
}
.fa-house-crack::before {
content: "\e3b1";
}
.fa-martini-glass-citrus::before {
content: "\f561";
}
.fa-cocktail::before {
content: "\f561";
}
.fa-face-surprise::before {
content: "\f5c2";
}
.fa-surprise::before {
content: "\f5c2";
}
.fa-bottle-water::before {
content: "\e4c5";
}
.fa-circle-pause::before {
content: "\f28b";
}
.fa-pause-circle::before {
content: "\f28b";
}
.fa-toilet-paper-slash::before {
content: "\e072";
}
.fa-apple-whole::before {
content: "\f5d1";
}
.fa-apple-alt::before {
content: "\f5d1";
}
.fa-kitchen-set::before {
content: "\e51a";
}
.fa-r::before {
content: "\52";
}
.fa-temperature-quarter::before {
content: "\f2ca";
}
.fa-temperature-1::before {
content: "\f2ca";
}
.fa-thermometer-1::before {
content: "\f2ca";
}
.fa-thermometer-quarter::before {
content: "\f2ca";
}
.fa-cube::before {
content: "\f1b2";
}
.fa-bitcoin-sign::before {
content: "\e0b4";
}
.fa-shield-dog::before {
content: "\e573";
}
.fa-solar-panel::before {
content: "\f5ba";
}
.fa-lock-open::before {
content: "\f3c1";
}
.fa-elevator::before {
content: "\e16d";
}
.fa-money-bill-transfer::before {
content: "\e528";
}
.fa-money-bill-trend-up::before {
content: "\e529";
}
.fa-house-flood-water-circle-arrow-right::before {
content: "\e50f";
}
.fa-square-poll-horizontal::before {
content: "\f682";
}
.fa-poll-h::before {
content: "\f682";
}
.fa-circle::before {
content: "\f111";
}
.fa-backward-fast::before {
content: "\f049";
}
.fa-fast-backward::before {
content: "\f049";
}
.fa-recycle::before {
content: "\f1b8";
}
.fa-user-astronaut::before {
content: "\f4fb";
}
.fa-plane-slash::before {
content: "\e069";
}
.fa-trademark::before {
content: "\f25c";
}
.fa-basketball::before {
content: "\f434";
}
.fa-basketball-ball::before {
content: "\f434";
}
.fa-satellite-dish::before {
content: "\f7c0";
}
.fa-circle-up::before {
content: "\f35b";
}
.fa-arrow-alt-circle-up::before {
content: "\f35b";
}
.fa-mobile-screen-button::before {
content: "\f3cd";
}
.fa-mobile-alt::before {
content: "\f3cd";
}
.fa-volume-high::before {
content: "\f028";
}
.fa-volume-up::before {
content: "\f028";
}
.fa-users-rays::before {
content: "\e593";
}
.fa-wallet::before {
content: "\f555";
}
.fa-clipboard-check::before {
content: "\f46c";
}
.fa-file-audio::before {
content: "\f1c7";
}
.fa-burger::before {
content: "\f805";
}
.fa-hamburger::before {
content: "\f805";
}
.fa-wrench::before {
content: "\f0ad";
}
.fa-bugs::before {
content: "\e4d0";
}
.fa-rupee-sign::before {
content: "\f156";
}
.fa-rupee::before {
content: "\f156";
}
.fa-file-image::before {
content: "\f1c5";
}
.fa-circle-question::before {
content: "\f059";
}
.fa-question-circle::before {
content: "\f059";
}
.fa-plane-departure::before {
content: "\f5b0";
}
.fa-handshake-slash::before {
content: "\e060";
}
.fa-book-bookmark::before {
content: "\e0bb";
}
.fa-code-branch::before {
content: "\f126";
}
.fa-hat-cowboy::before {
content: "\f8c0";
}
.fa-bridge::before {
content: "\e4c8";
}
.fa-phone-flip::before {
content: "\f879";
}
.fa-phone-alt::before {
content: "\f879";
}
.fa-truck-front::before {
content: "\e2b7";
}
.fa-cat::before {
content: "\f6be";
}
.fa-anchor-circle-exclamation::before {
content: "\e4ab";
}
.fa-truck-field::before {
content: "\e58d";
}
.fa-route::before {
content: "\f4d7";
}
.fa-clipboard-question::before {
content: "\e4e3";
}
.fa-panorama::before {
content: "\e209";
}
.fa-comment-medical::before {
content: "\f7f5";
}
.fa-teeth-open::before {
content: "\f62f";
}
.fa-file-circle-minus::before {
content: "\e4ed";
}
.fa-tags::before {
content: "\f02c";
}
.fa-wine-glass::before {
content: "\f4e3";
}
.fa-forward-fast::before {
content: "\f050";
}
.fa-fast-forward::before {
content: "\f050";
}
.fa-face-meh-blank::before {
content: "\f5a4";
}
.fa-meh-blank::before {
content: "\f5a4";
}
.fa-square-parking::before {
content: "\f540";
}
.fa-parking::before {
content: "\f540";
}
.fa-house-signal::before {
content: "\e012";
}
.fa-bars-progress::before {
content: "\f828";
}
.fa-tasks-alt::before {
content: "\f828";
}
.fa-faucet-drip::before {
content: "\e006";
}
.fa-cart-flatbed::before {
content: "\f474";
}
.fa-dolly-flatbed::before {
content: "\f474";
}
.fa-ban-smoking::before {
content: "\f54d";
}
.fa-smoking-ban::before {
content: "\f54d";
}
.fa-terminal::before {
content: "\f120";
}
.fa-mobile-button::before {
content: "\f10b";
}
.fa-house-medical-flag::before {
content: "\e514";
}
.fa-basket-shopping::before {
content: "\f291";
}
.fa-shopping-basket::before {
content: "\f291";
}
.fa-tape::before {
content: "\f4db";
}
.fa-bus-simple::before {
content: "\f55e";
}
.fa-bus-alt::before {
content: "\f55e";
}
.fa-eye::before {
content: "\f06e";
}
.fa-face-sad-cry::before {
content: "\f5b3";
}
.fa-sad-cry::before {
content: "\f5b3";
}
.fa-audio-description::before {
content: "\f29e";
}
.fa-person-military-to-person::before {
content: "\e54c";
}
.fa-file-shield::before {
content: "\e4f0";
}
.fa-user-slash::before {
content: "\f506";
}
.fa-pen::before {
content: "\f304";
}
.fa-tower-observation::before {
content: "\e586";
}
.fa-file-code::before {
content: "\f1c9";
}
.fa-signal::before {
content: "\f012";
}
.fa-signal-5::before {
content: "\f012";
}
.fa-signal-perfect::before {
content: "\f012";
}
.fa-bus::before {
content: "\f207";
}
.fa-heart-circle-xmark::before {
content: "\e501";
}
.fa-house-chimney::before {
content: "\e3af";
}
.fa-home-lg::before {
content: "\e3af";
}
.fa-window-maximize::before {
content: "\f2d0";
}
.fa-face-frown::before {
content: "\f119";
}
.fa-frown::before {
content: "\f119";
}
.fa-prescription::before {
content: "\f5b1";
}
.fa-shop::before {
content: "\f54f";
}
.fa-store-alt::before {
content: "\f54f";
}
.fa-floppy-disk::before {
content: "\f0c7";
}
.fa-save::before {
content: "\f0c7";
}
.fa-vihara::before {
content: "\f6a7";
}
.fa-scale-unbalanced::before {
content: "\f515";
}
.fa-balance-scale-left::before {
content: "\f515";
}
.fa-sort-up::before {
content: "\f0de";
}
.fa-sort-asc::before {
content: "\f0de";
}
.fa-comment-dots::before {
content: "\f4ad";
}
.fa-commenting::before {
content: "\f4ad";
}
.fa-plant-wilt::before {
content: "\e5aa";
}
.fa-diamond::before {
content: "\f219";
}
.fa-face-grin-squint::before {
content: "\f585";
}
.fa-grin-squint::before {
content: "\f585";
}
.fa-hand-holding-dollar::before {
content: "\f4c0";
}
.fa-hand-holding-usd::before {
content: "\f4c0";
}
.fa-bacterium::before {
content: "\e05a";
}
.fa-hand-pointer::before {
content: "\f25a";
}
.fa-drum-steelpan::before {
content: "\f56a";
}
.fa-hand-scissors::before {
content: "\f257";
}
.fa-hands-praying::before {
content: "\f684";
}
.fa-praying-hands::before {
content: "\f684";
}
.fa-arrow-rotate-right::before {
content: "\f01e";
}
.fa-arrow-right-rotate::before {
content: "\f01e";
}
.fa-arrow-rotate-forward::before {
content: "\f01e";
}
.fa-redo::before {
content: "\f01e";
}
.fa-biohazard::before {
content: "\f780";
}
.fa-location-crosshairs::before {
content: "\f601";
}
.fa-location::before {
content: "\f601";
}
.fa-mars-double::before {
content: "\f227";
}
.fa-child-dress::before {
content: "\e59c";
}
.fa-users-between-lines::before {
content: "\e591";
}
.fa-lungs-virus::before {
content: "\e067";
}
.fa-face-grin-tears::before {
content: "\f588";
}
.fa-grin-tears::before {
content: "\f588";
}
.fa-phone::before {
content: "\f095";
}
.fa-calendar-xmark::before {
content: "\f273";
}
.fa-calendar-times::before {
content: "\f273";
}
.fa-child-reaching::before {
content: "\e59d";
}
.fa-head-side-virus::before {
content: "\e064";
}
.fa-user-gear::before {
content: "\f4fe";
}
.fa-user-cog::before {
content: "\f4fe";
}
.fa-arrow-up-1-9::before {
content: "\f163";
}
.fa-sort-numeric-up::before {
content: "\f163";
}
.fa-door-closed::before {
content: "\f52a";
}
.fa-shield-virus::before {
content: "\e06c";
}
.fa-dice-six::before {
content: "\f526";
}
.fa-mosquito-net::before {
content: "\e52c";
}
.fa-bridge-water::before {
content: "\e4ce";
}
.fa-person-booth::before {
content: "\f756";
}
.fa-text-width::before {
content: "\f035";
}
.fa-hat-wizard::before {
content: "\f6e8";
}
.fa-pen-fancy::before {
content: "\f5ac";
}
.fa-person-digging::before {
content: "\f85e";
}
.fa-digging::before {
content: "\f85e";
}
.fa-trash::before {
content: "\f1f8";
}
.fa-gauge-simple::before {
content: "\f629";
}
.fa-gauge-simple-med::before {
content: "\f629";
}
.fa-tachometer-average::before {
content: "\f629";
}
.fa-book-medical::before {
content: "\f7e6";
}
.fa-poo::before {
content: "\f2fe";
}
.fa-quote-right::before {
content: "\f10e";
}
.fa-quote-right-alt::before {
content: "\f10e";
}
.fa-shirt::before {
content: "\f553";
}
.fa-t-shirt::before {
content: "\f553";
}
.fa-tshirt::before {
content: "\f553";
}
.fa-cubes::before {
content: "\f1b3";
}
.fa-divide::before {
content: "\f529";
}
.fa-tenge-sign::before {
content: "\f7d7";
}
.fa-tenge::before {
content: "\f7d7";
}
.fa-headphones::before {
content: "\f025";
}
.fa-hands-holding::before {
content: "\f4c2";
}
.fa-hands-clapping::before {
content: "\e1a8";
}
.fa-republican::before {
content: "\f75e";
}
.fa-arrow-left::before {
content: "\f060";
}
.fa-person-circle-xmark::before {
content: "\e543";
}
.fa-ruler::before {
content: "\f545";
}
.fa-align-left::before {
content: "\f036";
}
.fa-dice-d6::before {
content: "\f6d1";
}
.fa-restroom::before {
content: "\f7bd";
}
.fa-j::before {
content: "\4a";
}
.fa-users-viewfinder::before {
content: "\e595";
}
.fa-file-video::before {
content: "\f1c8";
}
.fa-up-right-from-square::before {
content: "\f35d";
}
.fa-external-link-alt::before {
content: "\f35d";
}
.fa-table-cells::before {
content: "\f00a";
}
.fa-th::before {
content: "\f00a";
}
.fa-file-pdf::before {
content: "\f1c1";
}
.fa-book-bible::before {
content: "\f647";
}
.fa-bible::before {
content: "\f647";
}
.fa-o::before {
content: "\4f";
}
.fa-suitcase-medical::before {
content: "\f0fa";
}
.fa-medkit::before {
content: "\f0fa";
}
.fa-user-secret::before {
content: "\f21b";
}
.fa-otter::before {
content: "\f700";
}
.fa-person-dress::before {
content: "\f182";
}
.fa-female::before {
content: "\f182";
}
.fa-comment-dollar::before {
content: "\f651";
}
.fa-business-time::before {
content: "\f64a";
}
.fa-briefcase-clock::before {
content: "\f64a";
}
.fa-table-cells-large::before {
content: "\f009";
}
.fa-th-large::before {
content: "\f009";
}
.fa-book-tanakh::before {
content: "\f827";
}
.fa-tanakh::before {
content: "\f827";
}
.fa-phone-volume::before {
content: "\f2a0";
}
.fa-volume-control-phone::before {
content: "\f2a0";
}
.fa-hat-cowboy-side::before {
content: "\f8c1";
}
.fa-clipboard-user::before {
content: "\f7f3";
}
.fa-child::before {
content: "\f1ae";
}
.fa-lira-sign::before {
content: "\f195";
}
.fa-satellite::before {
content: "\f7bf";
}
.fa-plane-lock::before {
content: "\e558";
}
.fa-tag::before {
content: "\f02b";
}
.fa-comment::before {
content: "\f075";
}
.fa-cake-candles::before {
content: "\f1fd";
}
.fa-birthday-cake::before {
content: "\f1fd";
}
.fa-cake::before {
content: "\f1fd";
}
.fa-envelope::before {
content: "\f0e0";
}
.fa-angles-up::before {
content: "\f102";
}
.fa-angle-double-up::before {
content: "\f102";
}
.fa-paperclip::before {
content: "\f0c6";
}
.fa-arrow-right-to-city::before {
content: "\e4b3";
}
.fa-ribbon::before {
content: "\f4d6";
}
.fa-lungs::before {
content: "\f604";
}
.fa-arrow-up-9-1::before {
content: "\f887";
}
.fa-sort-numeric-up-alt::before {
content: "\f887";
}
.fa-litecoin-sign::before {
content: "\e1d3";
}
.fa-border-none::before {
content: "\f850";
}
.fa-circle-nodes::before {
content: "\e4e2";
}
.fa-parachute-box::before {
content: "\f4cd";
}
.fa-indent::before {
content: "\f03c";
}
.fa-truck-field-un::before {
content: "\e58e";
}
.fa-hourglass::before {
content: "\f254";
}
.fa-hourglass-empty::before {
content: "\f254";
}
.fa-mountain::before {
content: "\f6fc";
}
.fa-user-doctor::before {
content: "\f0f0";
}
.fa-user-md::before {
content: "\f0f0";
}
.fa-circle-info::before {
content: "\f05a";
}
.fa-info-circle::before {
content: "\f05a";
}
.fa-cloud-meatball::before {
content: "\f73b";
}
.fa-camera::before {
content: "\f030";
}
.fa-camera-alt::before {
content: "\f030";
}
.fa-square-virus::before {
content: "\e578";
}
.fa-meteor::before {
content: "\f753";
}
.fa-car-on::before {
content: "\e4dd";
}
.fa-sleigh::before {
content: "\f7cc";
}
.fa-arrow-down-1-9::before {
content: "\f162";
}
.fa-sort-numeric-asc::before {
content: "\f162";
}
.fa-sort-numeric-down::before {
content: "\f162";
}
.fa-hand-holding-droplet::before {
content: "\f4c1";
}
.fa-hand-holding-water::before {
content: "\f4c1";
}
.fa-water::before {
content: "\f773";
}
.fa-calendar-check::before {
content: "\f274";
}
.fa-braille::before {
content: "\f2a1";
}
.fa-prescription-bottle-medical::before {
content: "\f486";
}
.fa-prescription-bottle-alt::before {
content: "\f486";
}
.fa-landmark::before {
content: "\f66f";
}
.fa-truck::before {
content: "\f0d1";
}
.fa-crosshairs::before {
content: "\f05b";
}
.fa-person-cane::before {
content: "\e53c";
}
.fa-tent::before {
content: "\e57d";
}
.fa-vest-patches::before {
content: "\e086";
}
.fa-check-double::before {
content: "\f560";
}
.fa-arrow-down-a-z::before {
content: "\f15d";
}
.fa-sort-alpha-asc::before {
content: "\f15d";
}
.fa-sort-alpha-down::before {
content: "\f15d";
}
.fa-money-bill-wheat::before {
content: "\e52a";
}
.fa-cookie::before {
content: "\f563";
}
.fa-arrow-rotate-left::before {
content: "\f0e2";
}
.fa-arrow-left-rotate::before {
content: "\f0e2";
}
.fa-arrow-rotate-back::before {
content: "\f0e2";
}
.fa-arrow-rotate-backward::before {
content: "\f0e2";
}
.fa-undo::before {
content: "\f0e2";
}
.fa-hard-drive::before {
content: "\f0a0";
}
.fa-hdd::before {
content: "\f0a0";
}
.fa-face-grin-squint-tears::before {
content: "\f586";
}
.fa-grin-squint-tears::before {
content: "\f586";
}
.fa-dumbbell::before {
content: "\f44b";
}
.fa-rectangle-list::before {
content: "\f022";
}
.fa-list-alt::before {
content: "\f022";
}
.fa-tarp-droplet::before {
content: "\e57c";
}
.fa-house-medical-circle-check::before {
content: "\e511";
}
.fa-person-skiing-nordic::before {
content: "\f7ca";
}
.fa-skiing-nordic::before {
content: "\f7ca";
}
.fa-calendar-plus::before {
content: "\f271";
}
.fa-plane-arrival::before {
content: "\f5af";
}
.fa-circle-left::before {
content: "\f359";
}
.fa-arrow-alt-circle-left::before {
content: "\f359";
}
.fa-train-subway::before {
content: "\f239";
}
.fa-subway::before {
content: "\f239";
}
.fa-chart-gantt::before {
content: "\e0e4";
}
.fa-indian-rupee-sign::before {
content: "\e1bc";
}
.fa-indian-rupee::before {
content: "\e1bc";
}
.fa-inr::before {
content: "\e1bc";
}
.fa-crop-simple::before {
content: "\f565";
}
.fa-crop-alt::before {
content: "\f565";
}
.fa-money-bill-1::before {
content: "\f3d1";
}
.fa-money-bill-alt::before {
content: "\f3d1";
}
.fa-left-long::before {
content: "\f30a";
}
.fa-long-arrow-alt-left::before {
content: "\f30a";
}
.fa-dna::before {
content: "\f471";
}
.fa-virus-slash::before {
content: "\e075";
}
.fa-minus::before {
content: "\f068";
}
.fa-subtract::before {
content: "\f068";
}
.fa-chess::before {
content: "\f439";
}
.fa-arrow-left-long::before {
content: "\f177";
}
.fa-long-arrow-left::before {
content: "\f177";
}
.fa-plug-circle-check::before {
content: "\e55c";
}
.fa-street-view::before {
content: "\f21d";
}
.fa-franc-sign::before {
content: "\e18f";
}
.fa-volume-off::before {
content: "\f026";
}
.fa-hands-asl-interpreting::before {
content: "\f2a3";
}
.fa-american-sign-language-interpreting::before {
content: "\f2a3";
}
.fa-asl-interpreting::before {
content: "\f2a3";
}
.fa-hands-american-sign-language-interpreting::before {
content: "\f2a3";
}
.fa-gear::before {
content: "\f013";
}
.fa-cog::before {
content: "\f013";
}
.fa-droplet-slash::before {
content: "\f5c7";
}
.fa-tint-slash::before {
content: "\f5c7";
}
.fa-mosque::before {
content: "\f678";
}
.fa-mosquito::before {
content: "\e52b";
}
.fa-star-of-david::before {
content: "\f69a";
}
.fa-person-military-rifle::before {
content: "\e54b";
}
.fa-cart-shopping::before {
content: "\f07a";
}
.fa-shopping-cart::before {
content: "\f07a";
}
.fa-vials::before {
content: "\f493";
}
.fa-plug-circle-plus::before {
content: "\e55f";
}
.fa-place-of-worship::before {
content: "\f67f";
}
.fa-grip-vertical::before {
content: "\f58e";
}
.fa-arrow-turn-up::before {
content: "\f148";
}
.fa-level-up::before {
content: "\f148";
}
.fa-u::before {
content: "\55";
}
.fa-square-root-variable::before {
content: "\f698";
}
.fa-square-root-alt::before {
content: "\f698";
}
.fa-clock::before {
content: "\f017";
}
.fa-clock-four::before {
content: "\f017";
}
.fa-backward-step::before {
content: "\f048";
}
.fa-step-backward::before {
content: "\f048";
}
.fa-pallet::before {
content: "\f482";
}
.fa-faucet::before {
content: "\e005";
}
.fa-baseball-bat-ball::before {
content: "\f432";
}
.fa-s::before {
content: "\53";
}
.fa-timeline::before {
content: "\e29c";
}
.fa-keyboard::before {
content: "\f11c";
}
.fa-caret-down::before {
content: "\f0d7";
}
.fa-house-chimney-medical::before {
content: "\f7f2";
}
.fa-clinic-medical::before {
content: "\f7f2";
}
.fa-temperature-three-quarters::before {
content: "\f2c8";
}
.fa-temperature-3::before {
content: "\f2c8";
}
.fa-thermometer-3::before {
content: "\f2c8";
}
.fa-thermometer-three-quarters::before {
content: "\f2c8";
}
.fa-mobile-screen::before {
content: "\f3cf";
}
.fa-mobile-android-alt::before {
content: "\f3cf";
}
.fa-plane-up::before {
content: "\e22d";
}
.fa-piggy-bank::before {
content: "\f4d3";
}
.fa-battery-half::before {
content: "\f242";
}
.fa-battery-3::before {
content: "\f242";
}
.fa-mountain-city::before {
content: "\e52e";
}
.fa-coins::before {
content: "\f51e";
}
.fa-khanda::before {
content: "\f66d";
}
.fa-sliders::before {
content: "\f1de";
}
.fa-sliders-h::before {
content: "\f1de";
}
.fa-folder-tree::before {
content: "\f802";
}
.fa-network-wired::before {
content: "\f6ff";
}
.fa-map-pin::before {
content: "\f276";
}
.fa-hamsa::before {
content: "\f665";
}
.fa-cent-sign::before {
content: "\e3f5";
}
.fa-flask::before {
content: "\f0c3";
}
.fa-person-pregnant::before {
content: "\e31e";
}
.fa-wand-sparkles::before {
content: "\f72b";
}
.fa-ellipsis-vertical::before {
content: "\f142";
}
.fa-ellipsis-v::before {
content: "\f142";
}
.fa-ticket::before {
content: "\f145";
}
.fa-power-off::before {
content: "\f011";
}
.fa-right-long::before {
content: "\f30b";
}
.fa-long-arrow-alt-right::before {
content: "\f30b";
}
.fa-flag-usa::before {
content: "\f74d";
}
.fa-laptop-file::before {
content: "\e51d";
}
.fa-tty::before {
content: "\f1e4";
}
.fa-teletype::before {
content: "\f1e4";
}
.fa-diagram-next::before {
content: "\e476";
}
.fa-person-rifle::before {
content: "\e54e";
}
.fa-house-medical-circle-exclamation::before {
content: "\e512";
}
.fa-closed-captioning::before {
content: "\f20a";
}
.fa-person-hiking::before {
content: "\f6ec";
}
.fa-hiking::before {
content: "\f6ec";
}
.fa-venus-double::before {
content: "\f226";
}
.fa-images::before {
content: "\f302";
}
.fa-calculator::before {
content: "\f1ec";
}
.fa-people-pulling::before {
content: "\e535";
}
.fa-n::before {
content: "\4e";
}
.fa-cable-car::before {
content: "\f7da";
}
.fa-tram::before {
content: "\f7da";
}
.fa-cloud-rain::before {
content: "\f73d";
}
.fa-building-circle-xmark::before {
content: "\e4d4";
}
.fa-ship::before {
content: "\f21a";
}
.fa-arrows-down-to-line::before {
content: "\e4b8";
}
.fa-download::before {
content: "\f019";
}
.fa-face-grin::before {
content: "\f580";
}
.fa-grin::before {
content: "\f580";
}
.fa-delete-left::before {
content: "\f55a";
}
.fa-backspace::before {
content: "\f55a";
}
.fa-eye-dropper::before {
content: "\f1fb";
}
.fa-eye-dropper-empty::before {
content: "\f1fb";
}
.fa-eyedropper::before {
content: "\f1fb";
}
.fa-file-circle-check::before {
content: "\e5a0";
}
.fa-forward::before {
content: "\f04e";
}
.fa-mobile::before {
content: "\f3ce";
}
.fa-mobile-android::before {
content: "\f3ce";
}
.fa-mobile-phone::before {
content: "\f3ce";
}
.fa-face-meh::before {
content: "\f11a";
}
.fa-meh::before {
content: "\f11a";
}
.fa-align-center::before {
content: "\f037";
}
.fa-book-skull::before {
content: "\f6b7";
}
.fa-book-dead::before {
content: "\f6b7";
}
.fa-id-card::before {
content: "\f2c2";
}
.fa-drivers-license::before {
content: "\f2c2";
}
.fa-outdent::before {
content: "\f03b";
}
.fa-dedent::before {
content: "\f03b";
}
.fa-heart-circle-exclamation::before {
content: "\e4fe";
}
.fa-house::before {
content: "\f015";
}
.fa-home::before {
content: "\f015";
}
.fa-home-alt::before {
content: "\f015";
}
.fa-home-lg-alt::before {
content: "\f015";
}
.fa-calendar-week::before {
content: "\f784";
}
.fa-laptop-medical::before {
content: "\f812";
}
.fa-b::before {
content: "\42";
}
.fa-file-medical::before {
content: "\f477";
}
.fa-dice-one::before {
content: "\f525";
}
.fa-kiwi-bird::before {
content: "\f535";
}
.fa-arrow-right-arrow-left::before {
content: "\f0ec";
}
.fa-exchange::before {
content: "\f0ec";
}
.fa-rotate-right::before {
content: "\f2f9";
}
.fa-redo-alt::before {
content: "\f2f9";
}
.fa-rotate-forward::before {
content: "\f2f9";
}
.fa-utensils::before {
content: "\f2e7";
}
.fa-cutlery::before {
content: "\f2e7";
}
.fa-arrow-up-wide-short::before {
content: "\f161";
}
.fa-sort-amount-up::before {
content: "\f161";
}
.fa-mill-sign::before {
content: "\e1ed";
}
.fa-bowl-rice::before {
content: "\e2eb";
}
.fa-skull::before {
content: "\f54c";
}
.fa-tower-broadcast::before {
content: "\f519";
}
.fa-broadcast-tower::before {
content: "\f519";
}
.fa-truck-pickup::before {
content: "\f63c";
}
.fa-up-long::before {
content: "\f30c";
}
.fa-long-arrow-alt-up::before {
content: "\f30c";
}
.fa-stop::before {
content: "\f04d";
}
.fa-code-merge::before {
content: "\f387";
}
.fa-upload::before {
content: "\f093";
}
.fa-hurricane::before {
content: "\f751";
}
.fa-mound::before {
content: "\e52d";
}
.fa-toilet-portable::before {
content: "\e583";
}
.fa-compact-disc::before {
content: "\f51f";
}
.fa-file-arrow-down::before {
content: "\f56d";
}
.fa-file-download::before {
content: "\f56d";
}
.fa-caravan::before {
content: "\f8ff";
}
.fa-shield-cat::before {
content: "\e572";
}
.fa-bolt::before {
content: "\f0e7";
}
.fa-zap::before {
content: "\f0e7";
}
.fa-glass-water::before {
content: "\e4f4";
}
.fa-oil-well::before {
content: "\e532";
}
.fa-vault::before {
content: "\e2c5";
}
.fa-mars::before {
content: "\f222";
}
.fa-toilet::before {
content: "\f7d8";
}
.fa-plane-circle-xmark::before {
content: "\e557";
}
.fa-yen-sign::before {
content: "\f157";
}
.fa-cny::before {
content: "\f157";
}
.fa-jpy::before {
content: "\f157";
}
.fa-rmb::before {
content: "\f157";
}
.fa-yen::before {
content: "\f157";
}
.fa-ruble-sign::before {
content: "\f158";
}
.fa-rouble::before {
content: "\f158";
}
.fa-rub::before {
content: "\f158";
}
.fa-ruble::before {
content: "\f158";
}
.fa-sun::before {
content: "\f185";
}
.fa-guitar::before {
content: "\f7a6";
}
.fa-face-laugh-wink::before {
content: "\f59c";
}
.fa-laugh-wink::before {
content: "\f59c";
}
.fa-horse-head::before {
content: "\f7ab";
}
.fa-bore-hole::before {
content: "\e4c3";
}
.fa-industry::before {
content: "\f275";
}
.fa-circle-down::before {
content: "\f358";
}
.fa-arrow-alt-circle-down::before {
content: "\f358";
}
.fa-arrows-turn-to-dots::before {
content: "\e4c1";
}
.fa-florin-sign::before {
content: "\e184";
}
.fa-arrow-down-short-wide::before {
content: "\f884";
}
.fa-sort-amount-desc::before {
content: "\f884";
}
.fa-sort-amount-down-alt::before {
content: "\f884";
}
.fa-less-than::before {
content: "\3c";
}
.fa-angle-down::before {
content: "\f107";
}
.fa-car-tunnel::before {
content: "\e4de";
}
.fa-head-side-cough::before {
content: "\e061";
}
.fa-grip-lines::before {
content: "\f7a4";
}
.fa-thumbs-down::before {
content: "\f165";
}
.fa-user-lock::before {
content: "\f502";
}
.fa-arrow-right-long::before {
content: "\f178";
}
.fa-long-arrow-right::before {
content: "\f178";
}
.fa-anchor-circle-xmark::before {
content: "\e4ac";
}
.fa-ellipsis::before {
content: "\f141";
}
.fa-ellipsis-h::before {
content: "\f141";
}
.fa-chess-pawn::before {
content: "\f443";
}
.fa-kit-medical::before {
content: "\f479";
}
.fa-first-aid::before {
content: "\f479";
}
.fa-person-through-window::before {
content: "\e5a9";
}
.fa-toolbox::before {
content: "\f552";
}
.fa-hands-holding-circle::before {
content: "\e4fb";
}
.fa-bug::before {
content: "\f188";
}
.fa-credit-card::before {
content: "\f09d";
}
.fa-credit-card-alt::before {
content: "\f09d";
}
.fa-car::before {
content: "\f1b9";
}
.fa-automobile::before {
content: "\f1b9";
}
.fa-hand-holding-hand::before {
content: "\e4f7";
}
.fa-book-open-reader::before {
content: "\f5da";
}
.fa-book-reader::before {
content: "\f5da";
}
.fa-mountain-sun::before {
content: "\e52f";
}
.fa-arrows-left-right-to-line::before {
content: "\e4ba";
}
.fa-dice-d20::before {
content: "\f6cf";
}
.fa-truck-droplet::before {
content: "\e58c";
}
.fa-file-circle-xmark::before {
content: "\e5a1";
}
.fa-temperature-arrow-up::before {
content: "\e040";
}
.fa-temperature-up::before {
content: "\e040";
}
.fa-medal::before {
content: "\f5a2";
}
.fa-bed::before {
content: "\f236";
}
.fa-square-h::before {
content: "\f0fd";
}
.fa-h-square::before {
content: "\f0fd";
}
.fa-podcast::before {
content: "\f2ce";
}
.fa-temperature-full::before {
content: "\f2c7";
}
.fa-temperature-4::before {
content: "\f2c7";
}
.fa-thermometer-4::before {
content: "\f2c7";
}
.fa-thermometer-full::before {
content: "\f2c7";
}
.fa-bell::before {
content: "\f0f3";
}
.fa-superscript::before {
content: "\f12b";
}
.fa-plug-circle-xmark::before {
content: "\e560";
}
.fa-star-of-life::before {
content: "\f621";
}
.fa-phone-slash::before {
content: "\f3dd";
}
.fa-paint-roller::before {
content: "\f5aa";
}
.fa-handshake-angle::before {
content: "\f4c4";
}
.fa-hands-helping::before {
content: "\f4c4";
}
.fa-location-dot::before {
content: "\f3c5";
}
.fa-map-marker-alt::before {
content: "\f3c5";
}
.fa-file::before {
content: "\f15b";
}
.fa-greater-than::before {
content: "\3e";
}
.fa-person-swimming::before {
content: "\f5c4";
}
.fa-swimmer::before {
content: "\f5c4";
}
.fa-arrow-down::before {
content: "\f063";
}
.fa-droplet::before {
content: "\f043";
}
.fa-tint::before {
content: "\f043";
}
.fa-eraser::before {
content: "\f12d";
}
.fa-earth-americas::before {
content: "\f57d";
}
.fa-earth::before {
content: "\f57d";
}
.fa-earth-america::before {
content: "\f57d";
}
.fa-globe-americas::before {
content: "\f57d";
}
.fa-person-burst::before {
content: "\e53b";
}
.fa-dove::before {
content: "\f4ba";
}
.fa-battery-empty::before {
content: "\f244";
}
.fa-battery-0::before {
content: "\f244";
}
.fa-socks::before {
content: "\f696";
}
.fa-inbox::before {
content: "\f01c";
}
.fa-section::before {
content: "\e447";
}
.fa-gauge-high::before {
content: "\f625";
}
.fa-tachometer-alt::before {
content: "\f625";
}
.fa-tachometer-alt-fast::before {
content: "\f625";
}
.fa-envelope-open-text::before {
content: "\f658";
}
.fa-hospital::before {
content: "\f0f8";
}
.fa-hospital-alt::before {
content: "\f0f8";
}
.fa-hospital-wide::before {
content: "\f0f8";
}
.fa-wine-bottle::before {
content: "\f72f";
}
.fa-chess-rook::before {
content: "\f447";
}
.fa-bars-staggered::before {
content: "\f550";
}
.fa-reorder::before {
content: "\f550";
}
.fa-stream::before {
content: "\f550";
}
.fa-dharmachakra::before {
content: "\f655";
}
.fa-hotdog::before {
content: "\f80f";
}
.fa-person-walking-with-cane::before {
content: "\f29d";
}
.fa-blind::before {
content: "\f29d";
}
.fa-drum::before {
content: "\f569";
}
.fa-ice-cream::before {
content: "\f810";
}
.fa-heart-circle-bolt::before {
content: "\e4fc";
}
.fa-fax::before {
content: "\f1ac";
}
.fa-paragraph::before {
content: "\f1dd";
}
.fa-check-to-slot::before {
content: "\f772";
}
.fa-vote-yea::before {
content: "\f772";
}
.fa-star-half::before {
content: "\f089";
}
.fa-boxes-stacked::before {
content: "\f468";
}
.fa-boxes::before {
content: "\f468";
}
.fa-boxes-alt::before {
content: "\f468";
}
.fa-link::before {
content: "\f0c1";
}
.fa-chain::before {
content: "\f0c1";
}
.fa-ear-listen::before {
content: "\f2a2";
}
.fa-assistive-listening-systems::before {
content: "\f2a2";
}
.fa-tree-city::before {
content: "\e587";
}
.fa-play::before {
content: "\f04b";
}
.fa-font::before {
content: "\f031";
}
.fa-table-cells-row-lock::before {
content: "\e67a";
}
.fa-rupiah-sign::before {
content: "\e23d";
}
.fa-magnifying-glass::before {
content: "\f002";
}
.fa-search::before {
content: "\f002";
}
.fa-table-tennis-paddle-ball::before {
content: "\f45d";
}
.fa-ping-pong-paddle-ball::before {
content: "\f45d";
}
.fa-table-tennis::before {
content: "\f45d";
}
.fa-person-dots-from-line::before {
content: "\f470";
}
.fa-diagnoses::before {
content: "\f470";
}
.fa-trash-can-arrow-up::before {
content: "\f82a";
}
.fa-trash-restore-alt::before {
content: "\f82a";
}
.fa-naira-sign::before {
content: "\e1f6";
}
.fa-cart-arrow-down::before {
content: "\f218";
}
.fa-walkie-talkie::before {
content: "\f8ef";
}
.fa-file-pen::before {
content: "\f31c";
}
.fa-file-edit::before {
content: "\f31c";
}
.fa-receipt::before {
content: "\f543";
}
.fa-square-pen::before {
content: "\f14b";
}
.fa-pen-square::before {
content: "\f14b";
}
.fa-pencil-square::before {
content: "\f14b";
}
.fa-suitcase-rolling::before {
content: "\f5c1";
}
.fa-person-circle-exclamation::before {
content: "\e53f";
}
.fa-chevron-down::before {
content: "\f078";
}
.fa-battery-full::before {
content: "\f240";
}
.fa-battery::before {
content: "\f240";
}
.fa-battery-5::before {
content: "\f240";
}
.fa-skull-crossbones::before {
content: "\f714";
}
.fa-code-compare::before {
content: "\e13a";
}
.fa-list-ul::before {
content: "\f0ca";
}
.fa-list-dots::before {
content: "\f0ca";
}
.fa-school-lock::before {
content: "\e56f";
}
.fa-tower-cell::before {
content: "\e585";
}
.fa-down-long::before {
content: "\f309";
}
.fa-long-arrow-alt-down::before {
content: "\f309";
}
.fa-ranking-star::before {
content: "\e561";
}
.fa-chess-king::before {
content: "\f43f";
}
.fa-person-harassing::before {
content: "\e549";
}
.fa-brazilian-real-sign::before {
content: "\e46c";
}
.fa-landmark-dome::before {
content: "\f752";
}
.fa-landmark-alt::before {
content: "\f752";
}
.fa-arrow-up::before {
content: "\f062";
}
.fa-tv::before {
content: "\f26c";
}
.fa-television::before {
content: "\f26c";
}
.fa-tv-alt::before {
content: "\f26c";
}
.fa-shrimp::before {
content: "\e448";
}
.fa-list-check::before {
content: "\f0ae";
}
.fa-tasks::before {
content: "\f0ae";
}
.fa-jug-detergent::before {
content: "\e519";
}
.fa-circle-user::before {
content: "\f2bd";
}
.fa-user-circle::before {
content: "\f2bd";
}
.fa-user-shield::before {
content: "\f505";
}
.fa-wind::before {
content: "\f72e";
}
.fa-car-burst::before {
content: "\f5e1";
}
.fa-car-crash::before {
content: "\f5e1";
}
.fa-y::before {
content: "\59";
}
.fa-person-snowboarding::before {
content: "\f7ce";
}
.fa-snowboarding::before {
content: "\f7ce";
}
.fa-truck-fast::before {
content: "\f48b";
}
.fa-shipping-fast::before {
content: "\f48b";
}
.fa-fish::before {
content: "\f578";
}
.fa-user-graduate::before {
content: "\f501";
}
.fa-circle-half-stroke::before {
content: "\f042";
}
.fa-adjust::before {
content: "\f042";
}
.fa-clapperboard::before {
content: "\e131";
}
.fa-circle-radiation::before {
content: "\f7ba";
}
.fa-radiation-alt::before {
content: "\f7ba";
}
.fa-baseball::before {
content: "\f433";
}
.fa-baseball-ball::before {
content: "\f433";
}
.fa-jet-fighter-up::before {
content: "\e518";
}
.fa-diagram-project::before {
content: "\f542";
}
.fa-project-diagram::before {
content: "\f542";
}
.fa-copy::before {
content: "\f0c5";
}
.fa-volume-xmark::before {
content: "\f6a9";
}
.fa-volume-mute::before {
content: "\f6a9";
}
.fa-volume-times::before {
content: "\f6a9";
}
.fa-hand-sparkles::before {
content: "\e05d";
}
.fa-grip::before {
content: "\f58d";
}
.fa-grip-horizontal::before {
content: "\f58d";
}
.fa-share-from-square::before {
content: "\f14d";
}
.fa-share-square::before {
content: "\f14d";
}
.fa-child-combatant::before {
content: "\e4e0";
}
.fa-child-rifle::before {
content: "\e4e0";
}
.fa-gun::before {
content: "\e19b";
}
.fa-square-phone::before {
content: "\f098";
}
.fa-phone-square::before {
content: "\f098";
}
.fa-plus::before {
content: "\2b";
}
.fa-add::before {
content: "\2b";
}
.fa-expand::before {
content: "\f065";
}
.fa-computer::before {
content: "\e4e5";
}
.fa-xmark::before {
content: "\f00d";
}
.fa-close::before {
content: "\f00d";
}
.fa-multiply::before {
content: "\f00d";
}
.fa-remove::before {
content: "\f00d";
}
.fa-times::before {
content: "\f00d";
}
.fa-arrows-up-down-left-right::before {
content: "\f047";
}
.fa-arrows::before {
content: "\f047";
}
.fa-chalkboard-user::before {
content: "\f51c";
}
.fa-chalkboard-teacher::before {
content: "\f51c";
}
.fa-peso-sign::before {
content: "\e222";
}
.fa-building-shield::before {
content: "\e4d8";
}
.fa-baby::before {
content: "\f77c";
}
.fa-users-line::before {
content: "\e592";
}
.fa-quote-left::before {
content: "\f10d";
}
.fa-quote-left-alt::before {
content: "\f10d";
}
.fa-tractor::before {
content: "\f722";
}
.fa-trash-arrow-up::before {
content: "\f829";
}
.fa-trash-restore::before {
content: "\f829";
}
.fa-arrow-down-up-lock::before {
content: "\e4b0";
}
.fa-lines-leaning::before {
content: "\e51e";
}
.fa-ruler-combined::before {
content: "\f546";
}
.fa-copyright::before {
content: "\f1f9";
}
.fa-equals::before {
content: "\3d";
}
.fa-blender::before {
content: "\f517";
}
.fa-teeth::before {
content: "\f62e";
}
.fa-shekel-sign::before {
content: "\f20b";
}
.fa-ils::before {
content: "\f20b";
}
.fa-shekel::before {
content: "\f20b";
}
.fa-sheqel::before {
content: "\f20b";
}
.fa-sheqel-sign::before {
content: "\f20b";
}
.fa-map::before {
content: "\f279";
}
.fa-rocket::before {
content: "\f135";
}
.fa-photo-film::before {
content: "\f87c";
}
.fa-photo-video::before {
content: "\f87c";
}
.fa-folder-minus::before {
content: "\f65d";
}
.fa-store::before {
content: "\f54e";
}
.fa-arrow-trend-up::before {
content: "\e098";
}
.fa-plug-circle-minus::before {
content: "\e55e";
}
.fa-sign-hanging::before {
content: "\f4d9";
}
.fa-sign::before {
content: "\f4d9";
}
.fa-bezier-curve::before {
content: "\f55b";
}
.fa-bell-slash::before {
content: "\f1f6";
}
.fa-tablet::before {
content: "\f3fb";
}
.fa-tablet-android::before {
content: "\f3fb";
}
.fa-school-flag::before {
content: "\e56e";
}
.fa-fill::before {
content: "\f575";
}
.fa-angle-up::before {
content: "\f106";
}
.fa-drumstick-bite::before {
content: "\f6d7";
}
.fa-holly-berry::before {
content: "\f7aa";
}
.fa-chevron-left::before {
content: "\f053";
}
.fa-bacteria::before {
content: "\e059";
}
.fa-hand-lizard::before {
content: "\f258";
}
.fa-notdef::before {
content: "\e1fe";
}
.fa-disease::before {
content: "\f7fa";
}
.fa-briefcase-medical::before {
content: "\f469";
}
.fa-genderless::before {
content: "\f22d";
}
.fa-chevron-right::before {
content: "\f054";
}
.fa-retweet::before {
content: "\f079";
}
.fa-car-rear::before {
content: "\f5de";
}
.fa-car-alt::before {
content: "\f5de";
}
.fa-pump-soap::before {
content: "\e06b";
}
.fa-video-slash::before {
content: "\f4e2";
}
.fa-battery-quarter::before {
content: "\f243";
}
.fa-battery-2::before {
content: "\f243";
}
.fa-radio::before {
content: "\f8d7";
}
.fa-baby-carriage::before {
content: "\f77d";
}
.fa-carriage-baby::before {
content: "\f77d";
}
.fa-traffic-light::before {
content: "\f637";
}
.fa-thermometer::before {
content: "\f491";
}
.fa-vr-cardboard::before {
content: "\f729";
}
.fa-hand-middle-finger::before {
content: "\f806";
}
.fa-percent::before {
content: "\25";
}
.fa-percentage::before {
content: "\25";
}
.fa-truck-moving::before {
content: "\f4df";
}
.fa-glass-water-droplet::before {
content: "\e4f5";
}
.fa-display::before {
content: "\e163";
}
.fa-face-smile::before {
content: "\f118";
}
.fa-smile::before {
content: "\f118";
}
.fa-thumbtack::before {
content: "\f08d";
}
.fa-thumb-tack::before {
content: "\f08d";
}
.fa-trophy::before {
content: "\f091";
}
.fa-person-praying::before {
content: "\f683";
}
.fa-pray::before {
content: "\f683";
}
.fa-hammer::before {
content: "\f6e3";
}
.fa-hand-peace::before {
content: "\f25b";
}
.fa-rotate::before {
content: "\f2f1";
}
.fa-sync-alt::before {
content: "\f2f1";
}
.fa-spinner::before {
content: "\f110";
}
.fa-robot::before {
content: "\f544";
}
.fa-peace::before {
content: "\f67c";
}
.fa-gears::before {
content: "\f085";
}
.fa-cogs::before {
content: "\f085";
}
.fa-warehouse::before {
content: "\f494";
}
.fa-arrow-up-right-dots::before {
content: "\e4b7";
}
.fa-splotch::before {
content: "\f5bc";
}
.fa-face-grin-hearts::before {
content: "\f584";
}
.fa-grin-hearts::before {
content: "\f584";
}
.fa-dice-four::before {
content: "\f524";
}
.fa-sim-card::before {
content: "\f7c4";
}
.fa-transgender::before {
content: "\f225";
}
.fa-transgender-alt::before {
content: "\f225";
}
.fa-mercury::before {
content: "\f223";
}
.fa-arrow-turn-down::before {
content: "\f149";
}
.fa-level-down::before {
content: "\f149";
}
.fa-person-falling-burst::before {
content: "\e547";
}
.fa-award::before {
content: "\f559";
}
.fa-ticket-simple::before {
content: "\f3ff";
}
.fa-ticket-alt::before {
content: "\f3ff";
}
.fa-building::before {
content: "\f1ad";
}
.fa-angles-left::before {
content: "\f100";
}
.fa-angle-double-left::before {
content: "\f100";
}
.fa-qrcode::before {
content: "\f029";
}
.fa-clock-rotate-left::before {
content: "\f1da";
}
.fa-history::before {
content: "\f1da";
}
.fa-face-grin-beam-sweat::before {
content: "\f583";
}
.fa-grin-beam-sweat::before {
content: "\f583";
}
.fa-file-export::before {
content: "\f56e";
}
.fa-arrow-right-from-file::before {
content: "\f56e";
}
.fa-shield::before {
content: "\f132";
}
.fa-shield-blank::before {
content: "\f132";
}
.fa-arrow-up-short-wide::before {
content: "\f885";
}
.fa-sort-amount-up-alt::before {
content: "\f885";
}
.fa-house-medical::before {
content: "\e3b2";
}
.fa-golf-ball-tee::before {
content: "\f450";
}
.fa-golf-ball::before {
content: "\f450";
}
.fa-circle-chevron-left::before {
content: "\f137";
}
.fa-chevron-circle-left::before {
content: "\f137";
}
.fa-house-chimney-window::before {
content: "\e00d";
}
.fa-pen-nib::before {
content: "\f5ad";
}
.fa-tent-arrow-turn-left::before {
content: "\e580";
}
.fa-tents::before {
content: "\e582";
}
.fa-wand-magic::before {
content: "\f0d0";
}
.fa-magic::before {
content: "\f0d0";
}
.fa-dog::before {
content: "\f6d3";
}
.fa-carrot::before {
content: "\f787";
}
.fa-moon::before {
content: "\f186";
}
.fa-wine-glass-empty::before {
content: "\f5ce";
}
.fa-wine-glass-alt::before {
content: "\f5ce";
}
.fa-cheese::before {
content: "\f7ef";
}
.fa-yin-yang::before {
content: "\f6ad";
}
.fa-music::before {
content: "\f001";
}
.fa-code-commit::before {
content: "\f386";
}
.fa-temperature-low::before {
content: "\f76b";
}
.fa-person-biking::before {
content: "\f84a";
}
.fa-biking::before {
content: "\f84a";
}
.fa-broom::before {
content: "\f51a";
}
.fa-shield-heart::before {
content: "\e574";
}
.fa-gopuram::before {
content: "\f664";
}
.fa-earth-oceania::before {
content: "\e47b";
}
.fa-globe-oceania::before {
content: "\e47b";
}
.fa-square-xmark::before {
content: "\f2d3";
}
.fa-times-square::before {
content: "\f2d3";
}
.fa-xmark-square::before {
content: "\f2d3";
}
.fa-hashtag::before {
content: "\23";
}
.fa-up-right-and-down-left-from-center::before {
content: "\f424";
}
.fa-expand-alt::before {
content: "\f424";
}
.fa-oil-can::before {
content: "\f613";
}
.fa-t::before {
content: "\54";
}
.fa-hippo::before {
content: "\f6ed";
}
.fa-chart-column::before {
content: "\e0e3";
}
.fa-infinity::before {
content: "\f534";
}
.fa-vial-circle-check::before {
content: "\e596";
}
.fa-person-arrow-down-to-line::before {
content: "\e538";
}
.fa-voicemail::before {
content: "\f897";
}
.fa-fan::before {
content: "\f863";
}
.fa-person-walking-luggage::before {
content: "\e554";
}
.fa-up-down::before {
content: "\f338";
}
.fa-arrows-alt-v::before {
content: "\f338";
}
.fa-cloud-moon-rain::before {
content: "\f73c";
}
.fa-calendar::before {
content: "\f133";
}
.fa-trailer::before {
content: "\e041";
}
.fa-bahai::before {
content: "\f666";
}
.fa-haykal::before {
content: "\f666";
}
.fa-sd-card::before {
content: "\f7c2";
}
.fa-dragon::before {
content: "\f6d5";
}
.fa-shoe-prints::before {
content: "\f54b";
}
.fa-circle-plus::before {
content: "\f055";
}
.fa-plus-circle::before {
content: "\f055";
}
.fa-face-grin-tongue-wink::before {
content: "\f58b";
}
.fa-grin-tongue-wink::before {
content: "\f58b";
}
.fa-hand-holding::before {
content: "\f4bd";
}
.fa-plug-circle-exclamation::before {
content: "\e55d";
}
.fa-link-slash::before {
content: "\f127";
}
.fa-chain-broken::before {
content: "\f127";
}
.fa-chain-slash::before {
content: "\f127";
}
.fa-unlink::before {
content: "\f127";
}
.fa-clone::before {
content: "\f24d";
}
.fa-person-walking-arrow-loop-left::before {
content: "\e551";
}
.fa-arrow-up-z-a::before {
content: "\f882";
}
.fa-sort-alpha-up-alt::before {
content: "\f882";
}
.fa-fire-flame-curved::before {
content: "\f7e4";
}
.fa-fire-alt::before {
content: "\f7e4";
}
.fa-tornado::before {
content: "\f76f";
}
.fa-file-circle-plus::before {
content: "\e494";
}
.fa-book-quran::before {
content: "\f687";
}
.fa-quran::before {
content: "\f687";
}
.fa-anchor::before {
content: "\f13d";
}
.fa-border-all::before {
content: "\f84c";
}
.fa-face-angry::before {
content: "\f556";
}
.fa-angry::before {
content: "\f556";
}
.fa-cookie-bite::before {
content: "\f564";
}
.fa-arrow-trend-down::before {
content: "\e097";
}
.fa-rss::before {
content: "\f09e";
}
.fa-feed::before {
content: "\f09e";
}
.fa-draw-polygon::before {
content: "\f5ee";
}
.fa-scale-balanced::before {
content: "\f24e";
}
.fa-balance-scale::before {
content: "\f24e";
}
.fa-gauge-simple-high::before {
content: "\f62a";
}
.fa-tachometer::before {
content: "\f62a";
}
.fa-tachometer-fast::before {
content: "\f62a";
}
.fa-shower::before {
content: "\f2cc";
}
.fa-desktop::before {
content: "\f390";
}
.fa-desktop-alt::before {
content: "\f390";
}
.fa-m::before {
content: "\4d";
}
.fa-table-list::before {
content: "\f00b";
}
.fa-th-list::before {
content: "\f00b";
}
.fa-comment-sms::before {
content: "\f7cd";
}
.fa-sms::before {
content: "\f7cd";
}
.fa-book::before {
content: "\f02d";
}
.fa-user-plus::before {
content: "\f234";
}
.fa-check::before {
content: "\f00c";
}
.fa-battery-three-quarters::before {
content: "\f241";
}
.fa-battery-4::before {
content: "\f241";
}
.fa-house-circle-check::before {
content: "\e509";
}
.fa-angle-left::before {
content: "\f104";
}
.fa-diagram-successor::before {
content: "\e47a";
}
.fa-truck-arrow-right::before {
content: "\e58b";
}
.fa-arrows-split-up-and-left::before {
content: "\e4bc";
}
.fa-hand-fist::before {
content: "\f6de";
}
.fa-fist-raised::before {
content: "\f6de";
}
.fa-cloud-moon::before {
content: "\f6c3";
}
.fa-briefcase::before {
content: "\f0b1";
}
.fa-person-falling::before {
content: "\e546";
}
.fa-image-portrait::before {
content: "\f3e0";
}
.fa-portrait::before {
content: "\f3e0";
}
.fa-user-tag::before {
content: "\f507";
}
.fa-rug::before {
content: "\e569";
}
.fa-earth-europe::before {
content: "\f7a2";
}
.fa-globe-europe::before {
content: "\f7a2";
}
.fa-cart-flatbed-suitcase::before {
content: "\f59d";
}
.fa-luggage-cart::before {
content: "\f59d";
}
.fa-rectangle-xmark::before {
content: "\f410";
}
.fa-rectangle-times::before {
content: "\f410";
}
.fa-times-rectangle::before {
content: "\f410";
}
.fa-window-close::before {
content: "\f410";
}
.fa-baht-sign::before {
content: "\e0ac";
}
.fa-book-open::before {
content: "\f518";
}
.fa-book-journal-whills::before {
content: "\f66a";
}
.fa-journal-whills::before {
content: "\f66a";
}
.fa-handcuffs::before {
content: "\e4f8";
}
.fa-triangle-exclamation::before {
content: "\f071";
}
.fa-exclamation-triangle::before {
content: "\f071";
}
.fa-warning::before {
content: "\f071";
}
.fa-database::before {
content: "\f1c0";
}
.fa-share::before {
content: "\f064";
}
.fa-mail-forward::before {
content: "\f064";
}
.fa-bottle-droplet::before {
content: "\e4c4";
}
.fa-mask-face::before {
content: "\e1d7";
}
.fa-hill-rockslide::before {
content: "\e508";
}
.fa-right-left::before {
content: "\f362";
}
.fa-exchange-alt::before {
content: "\f362";
}
.fa-paper-plane::before {
content: "\f1d8";
}
.fa-road-circle-exclamation::before {
content: "\e565";
}
.fa-dungeon::before {
content: "\f6d9";
}
.fa-align-right::before {
content: "\f038";
}
.fa-money-bill-1-wave::before {
content: "\f53b";
}
.fa-money-bill-wave-alt::before {
content: "\f53b";
}
.fa-life-ring::before {
content: "\f1cd";
}
.fa-hands::before {
content: "\f2a7";
}
.fa-sign-language::before {
content: "\f2a7";
}
.fa-signing::before {
content: "\f2a7";
}
.fa-calendar-day::before {
content: "\f783";
}
.fa-water-ladder::before {
content: "\f5c5";
}
.fa-ladder-water::before {
content: "\f5c5";
}
.fa-swimming-pool::before {
content: "\f5c5";
}
.fa-arrows-up-down::before {
content: "\f07d";
}
.fa-arrows-v::before {
content: "\f07d";
}
.fa-face-grimace::before {
content: "\f57f";
}
.fa-grimace::before {
content: "\f57f";
}
.fa-wheelchair-move::before {
content: "\e2ce";
}
.fa-wheelchair-alt::before {
content: "\e2ce";
}
.fa-turn-down::before {
content: "\f3be";
}
.fa-level-down-alt::before {
content: "\f3be";
}
.fa-person-walking-arrow-right::before {
content: "\e552";
}
.fa-square-envelope::before {
content: "\f199";
}
.fa-envelope-square::before {
content: "\f199";
}
.fa-dice::before {
content: "\f522";
}
.fa-bowling-ball::before {
content: "\f436";
}
.fa-brain::before {
content: "\f5dc";
}
.fa-bandage::before {
content: "\f462";
}
.fa-band-aid::before {
content: "\f462";
}
.fa-calendar-minus::before {
content: "\f272";
}
.fa-circle-xmark::before {
content: "\f057";
}
.fa-times-circle::before {
content: "\f057";
}
.fa-xmark-circle::before {
content: "\f057";
}
.fa-gifts::before {
content: "\f79c";
}
.fa-hotel::before {
content: "\f594";
}
.fa-earth-asia::before {
content: "\f57e";
}
.fa-globe-asia::before {
content: "\f57e";
}
.fa-id-card-clip::before {
content: "\f47f";
}
.fa-id-card-alt::before {
content: "\f47f";
}
.fa-magnifying-glass-plus::before {
content: "\f00e";
}
.fa-search-plus::before {
content: "\f00e";
}
.fa-thumbs-up::before {
content: "\f164";
}
.fa-user-clock::before {
content: "\f4fd";
}
.fa-hand-dots::before {
content: "\f461";
}
.fa-allergies::before {
content: "\f461";
}
.fa-file-invoice::before {
content: "\f570";
}
.fa-window-minimize::before {
content: "\f2d1";
}
.fa-mug-saucer::before {
content: "\f0f4";
}
.fa-coffee::before {
content: "\f0f4";
}
.fa-brush::before {
content: "\f55d";
}
.fa-mask::before {
content: "\f6fa";
}
.fa-magnifying-glass-minus::before {
content: "\f010";
}
.fa-search-minus::before {
content: "\f010";
}
.fa-ruler-vertical::before {
content: "\f548";
}
.fa-user-large::before {
content: "\f406";
}
.fa-user-alt::before {
content: "\f406";
}
.fa-train-tram::before {
content: "\e5b4";
}
.fa-user-nurse::before {
content: "\f82f";
}
.fa-syringe::before {
content: "\f48e";
}
.fa-cloud-sun::before {
content: "\f6c4";
}
.fa-stopwatch-20::before {
content: "\e06f";
}
.fa-square-full::before {
content: "\f45c";
}
.fa-magnet::before {
content: "\f076";
}
.fa-jar::before {
content: "\e516";
}
.fa-note-sticky::before {
content: "\f249";
}
.fa-sticky-note::before {
content: "\f249";
}
.fa-bug-slash::before {
content: "\e490";
}
.fa-arrow-up-from-water-pump::before {
content: "\e4b6";
}
.fa-bone::before {
content: "\f5d7";
}
.fa-table-cells-row-unlock::before {
content: "\e691";
}
.fa-user-injured::before {
content: "\f728";
}
.fa-face-sad-tear::before {
content: "\f5b4";
}
.fa-sad-tear::before {
content: "\f5b4";
}
.fa-plane::before {
content: "\f072";
}
.fa-tent-arrows-down::before {
content: "\e581";
}
.fa-exclamation::before {
content: "\21";
}
.fa-arrows-spin::before {
content: "\e4bb";
}
.fa-print::before {
content: "\f02f";
}
.fa-turkish-lira-sign::before {
content: "\e2bb";
}
.fa-try::before {
content: "\e2bb";
}
.fa-turkish-lira::before {
content: "\e2bb";
}
.fa-dollar-sign::before {
content: "\24";
}
.fa-dollar::before {
content: "\24";
}
.fa-usd::before {
content: "\24";
}
.fa-x::before {
content: "\58";
}
.fa-magnifying-glass-dollar::before {
content: "\f688";
}
.fa-search-dollar::before {
content: "\f688";
}
.fa-users-gear::before {
content: "\f509";
}
.fa-users-cog::before {
content: "\f509";
}
.fa-person-military-pointing::before {
content: "\e54a";
}
.fa-building-columns::before {
content: "\f19c";
}
.fa-bank::before {
content: "\f19c";
}
.fa-institution::before {
content: "\f19c";
}
.fa-museum::before {
content: "\f19c";
}
.fa-university::before {
content: "\f19c";
}
.fa-umbrella::before {
content: "\f0e9";
}
.fa-trowel::before {
content: "\e589";
}
.fa-d::before {
content: "\44";
}
.fa-stapler::before {
content: "\e5af";
}
.fa-masks-theater::before {
content: "\f630";
}
.fa-theater-masks::before {
content: "\f630";
}
.fa-kip-sign::before {
content: "\e1c4";
}
.fa-hand-point-left::before {
content: "\f0a5";
}
.fa-handshake-simple::before {
content: "\f4c6";
}
.fa-handshake-alt::before {
content: "\f4c6";
}
.fa-jet-fighter::before {
content: "\f0fb";
}
.fa-fighter-jet::before {
content: "\f0fb";
}
.fa-square-share-nodes::before {
content: "\f1e1";
}
.fa-share-alt-square::before {
content: "\f1e1";
}
.fa-barcode::before {
content: "\f02a";
}
.fa-plus-minus::before {
content: "\e43c";
}
.fa-video::before {
content: "\f03d";
}
.fa-video-camera::before {
content: "\f03d";
}
.fa-graduation-cap::before {
content: "\f19d";
}
.fa-mortar-board::before {
content: "\f19d";
}
.fa-hand-holding-medical::before {
content: "\e05c";
}
.fa-person-circle-check::before {
content: "\e53e";
}
.fa-turn-up::before {
content: "\f3bf";
}
.fa-level-up-alt::before {
content: "\f3bf";
}
.sr-only,
.fa-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
:root,
:host {
--fa-style-family-brands: 'Font Awesome 6 Brands';
--fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}
@font-face {
font-family: 'Font Awesome 6 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//zilla1.com/wp-content/themes/workscout/fonts/fa-brands-400.woff2) format("woff2"), url(//zilla1.com/wp-content/themes/workscout/fonts/fa-brands-400.ttf) format("truetype");
}
.fab,
.fa-brands {
font-weight: 400;
}
.fa-monero:before {
content: "\f3d0";
}
.fa-hooli:before {
content: "\f427";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-shopware:before {
content: "\f5b5";
}
.fa-creative-commons-nc:before {
content: "\f4e8";
}
.fa-aws:before {
content: "\f375";
}
.fa-redhat:before {
content: "\f7bc";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-cloudflare:before {
content: "\e07d";
}
.fa-ups:before {
content: "\f7e0";
}
.fa-pixiv:before {
content: "\e640";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-dyalog:before {
content: "\f399";
}
.fa-bity:before {
content: "\f37a";
}
.fa-stackpath:before {
content: "\f842";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-modx:before {
content: "\f285";
}
.fa-guilded:before {
content: "\e07e";
}
.fa-vnv:before {
content: "\f40b";
}
.fa-square-js:before {
content: "\f3b9";
}
.fa-js-square:before {
content: "\f3b9";
}
.fa-microsoft:before {
content: "\f3ca";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-orcid:before {
content: "\f8d2";
}
.fa-java:before {
content: "\f4e4";
}
.fa-invision:before {
content: "\f7b0";
}
.fa-creative-commons-pd-alt:before {
content: "\f4ed";
}
.fa-centercode:before {
content: "\f380";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-jxl:before {
content: "\e67b";
}
.fa-dart-lang:before {
content: "\e693";
}
.fa-hire-a-helper:before {
content: "\f3b0";
}
.fa-creative-commons-by:before {
content: "\f4e7";
}
.fa-unity:before {
content: "\e049";
}
.fa-whmcs:before {
content: "\f40d";
}
.fa-rocketchat:before {
content: "\f3e8";
}
.fa-vk:before {
content: "\f189";
}
.fa-untappd:before {
content: "\f405";
}
.fa-mailchimp:before {
content: "\f59e";
}
.fa-css3-alt:before {
content: "\f38b";
}
.fa-square-reddit:before {
content: "\f1a2";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-vimeo-v:before {
content: "\f27d";
}
.fa-contao:before {
content: "\f26d";
}
.fa-square-font-awesome:before {
content: "\e5ad";
}
.fa-deskpro:before {
content: "\f38f";
}
.fa-brave:before {
content: "\e63c";
}
.fa-sistrix:before {
content: "\f3ee";
}
.fa-square-instagram:before {
content: "\e055";
}
.fa-instagram-square:before {
content: "\e055";
}
.fa-battle-net:before {
content: "\f835";
}
.fa-the-red-yeti:before {
content: "\f69d";
}
.fa-square-hacker-news:before {
content: "\f3af";
}
.fa-hacker-news-square:before {
content: "\f3af";
}
.fa-edge:before {
content: "\f282";
}
.fa-threads:before {
content: "\e618";
}
.fa-napster:before {
content: "\f3d2";
}
.fa-square-snapchat:before {
content: "\f2ad";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-google-plus-g:before {
content: "\f0d5";
}
.fa-artstation:before {
content: "\f77a";
}
.fa-markdown:before {
content: "\f60f";
}
.fa-sourcetree:before {
content: "\f7d3";
}
.fa-google-plus:before {
content: "\f2b3";
}
.fa-diaspora:before {
content: "\f791";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-phoenix-squadron:before {
content: "\f511";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-algolia:before {
content: "\f36c";
}
.fa-red-river:before {
content: "\f3e3";
}
.fa-creative-commons-sa:before {
content: "\f4ef";
}
.fa-safari:before {
content: "\f267";
}
.fa-google:before {
content: "\f1a0";
}
.fa-square-font-awesome-stroke:before {
content: "\f35c";
}
.fa-font-awesome-alt:before {
content: "\f35c";
}
.fa-atlassian:before {
content: "\f77b";
}
.fa-linkedin-in:before {
content: "\f0e1";
}
.fa-digital-ocean:before {
content: "\f391";
}
.fa-nimblr:before {
content: "\f5a8";
}
.fa-chromecast:before {
content: "\f838";
}
.fa-evernote:before {
content: "\f839";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-creative-commons-sampling:before {
content: "\f4f0";
}
.fa-adversal:before {
content: "\f36a";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-watchman-monitoring:before {
content: "\e087";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-weixin:before {
content: "\f1d7";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-git-alt:before {
content: "\f841";
}
.fa-lyft:before {
content: "\f3c3";
}
.fa-rev:before {
content: "\f5b2";
}
.fa-windows:before {
content: "\f17a";
}
.fa-wizards-of-the-coast:before {
content: "\f730";
}
.fa-square-viadeo:before {
content: "\f2aa";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-meetup:before {
content: "\f2e0";
}
.fa-centos:before {
content: "\f789";
}
.fa-adn:before {
content: "\f170";
}
.fa-cloudsmith:before {
content: "\f384";
}
.fa-opensuse:before {
content: "\e62b";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-square-dribbble:before {
content: "\f397";
}
.fa-dribbble-square:before {
content: "\f397";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-node:before {
content: "\f419";
}
.fa-mix:before {
content: "\f3cb";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-cc-apple-pay:before {
content: "\f416";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-debian:before {
content: "\e60b";
}
.fa-openid:before {
content: "\f19b";
}
.fa-instalod:before {
content: "\e081";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-sellcast:before {
content: "\f2da";
}
.fa-square-twitter:before {
content: "\f081";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-r-project:before {
content: "\f4f7";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-freebsd:before {
content: "\f3a4";
}
.fa-vuejs:before {
content: "\f41f";
}
.fa-accusoft:before {
content: "\f369";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-fonticons-fi:before {
content: "\f3a2";
}
.fa-app-store:before {
content: "\f36f";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-itunes-note:before {
content: "\f3b5";
}
.fa-golang:before {
content: "\e40f";
}
.fa-kickstarter:before {
content: "\f3bb";
}
.fa-square-kickstarter:before {
content: "\f3bb";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-uncharted:before {
content: "\e084";
}
.fa-firstdraft:before {
content: "\f3a1";
}
.fa-square-youtube:before {
content: "\f431";
}
.fa-youtube-square:before {
content: "\f431";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-wpressr:before {
content: "\f3e4";
}
.fa-rendact:before {
content: "\f3e4";
}
.fa-angellist:before {
content: "\f209";
}
.fa-galactic-republic:before {
content: "\f50c";
}
.fa-nfc-directional:before {
content: "\e530";
}
.fa-skype:before {
content: "\f17e";
}
.fa-joget:before {
content: "\f3b7";
}
.fa-fedora:before {
content: "\f798";
}
.fa-stripe-s:before {
content: "\f42a";
}
.fa-meta:before {
content: "\e49b";
}
.fa-laravel:before {
content: "\f3bd";
}
.fa-hotjar:before {
content: "\f3b1";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-square-letterboxd:before {
content: "\e62e";
}
.fa-sticker-mule:before {
content: "\f3f7";
}
.fa-creative-commons-zero:before {
content: "\f4f3";
}
.fa-hips:before {
content: "\f452";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-discord:before {
content: "\f392";
}
.fa-chrome:before {
content: "\f268";
}
.fa-app-store-ios:before {
content: "\f370";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-confluence:before {
content: "\f78d";
}
.fa-shoelace:before {
content: "\e60c";
}
.fa-mdb:before {
content: "\f8ca";
}
.fa-dochub:before {
content: "\f394";
}
.fa-accessible-icon:before {
content: "\f368";
}
.fa-ebay:before {
content: "\f4f4";
}
.fa-amazon:before {
content: "\f270";
}
.fa-unsplash:before {
content: "\e07c";
}
.fa-yarn:before {
content: "\f7e3";
}
.fa-square-steam:before {
content: "\f1b7";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-500px:before {
content: "\f26e";
}
.fa-square-vimeo:before {
content: "\f194";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-asymmetrik:before {
content: "\f372";
}
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-font-awesome-flag:before {
content: "\f2b4";
}
.fa-font-awesome-logo-full:before {
content: "\f2b4";
}
.fa-gratipay:before {
content: "\f184";
}
.fa-apple:before {
content: "\f179";
}
.fa-hive:before {
content: "\e07f";
}
.fa-gitkraken:before {
content: "\f3a6";
}
.fa-keybase:before {
content: "\f4f5";
}
.fa-apple-pay:before {
content: "\f415";
}
.fa-padlet:before {
content: "\e4a0";
}
.fa-amazon-pay:before {
content: "\f42c";
}
.fa-square-github:before {
content: "\f092";
}
.fa-github-square:before {
content: "\f092";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-fedex:before {
content: "\f797";
}
.fa-phoenix-framework:before {
content: "\f3dc";
}
.fa-shopify:before {
content: "\e057";
}
.fa-neos:before {
content: "\f612";
}
.fa-square-threads:before {
content: "\e619";
}
.fa-hackerrank:before {
content: "\f5f7";
}
.fa-researchgate:before {
content: "\f4f8";
}
.fa-swift:before {
content: "\f8e1";
}
.fa-angular:before {
content: "\f420";
}
.fa-speakap:before {
content: "\f3f3";
}
.fa-angrycreative:before {
content: "\f36e";
}
.fa-y-combinator:before {
content: "\f23b";
}
.fa-empire:before {
content: "\f1d1";
}
.fa-envira:before {
content: "\f299";
}
.fa-google-scholar:before {
content: "\e63b";
}
.fa-square-gitlab:before {
content: "\e5ae";
}
.fa-gitlab-square:before {
content: "\e5ae";
}
.fa-studiovinari:before {
content: "\f3f8";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-firefox:before {
content: "\f269";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-goodreads:before {
content: "\f3a8";
}
.fa-square-odnoklassniki:before {
content: "\f264";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-sith:before {
content: "\f512";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-page4:before {
content: "\f3d7";
}
.fa-hashnode:before {
content: "\e499";
}
.fa-react:before {
content: "\f41b";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-squarespace:before {
content: "\f5be";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-creative-commons-share:before {
content: "\f4f2";
}
.fa-bitcoin:before {
content: "\f379";
}
.fa-keycdn:before {
content: "\f3ba";
}
.fa-opera:before {
content: "\f26a";
}
.fa-itch-io:before {
content: "\f83a";
}
.fa-umbraco:before {
content: "\f8e8";
}
.fa-galactic-senate:before {
content: "\f50d";
}
.fa-ubuntu:before {
content: "\f7df";
}
.fa-draft2digital:before {
content: "\f396";
}
.fa-stripe:before {
content: "\f429";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-gg:before {
content: "\f260";
}
.fa-dhl:before {
content: "\f790";
}
.fa-square-pinterest:before {
content: "\f0d3";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-xing:before {
content: "\f168";
}
.fa-blackberry:before {
content: "\f37b";
}
.fa-creative-commons-pd:before {
content: "\f4ec";
}
.fa-playstation:before {
content: "\f3df";
}
.fa-quinscape:before {
content: "\f459";
}
.fa-less:before {
content: "\f41d";
}
.fa-blogger-b:before {
content: "\f37d";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-signal-messenger:before {
content: "\e663";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-typo3:before {
content: "\f42b";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-dailymotion:before {
content: "\e052";
}
.fa-affiliatetheme:before {
content: "\f36b";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-bootstrap:before {
content: "\f836";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-nfc-symbol:before {
content: "\e531";
}
.fa-mintbit:before {
content: "\e62f";
}
.fa-ethereum:before {
content: "\f42e";
}
.fa-speaker-deck:before {
content: "\f83c";
}
.fa-creative-commons-nc-eu:before {
content: "\f4e9";
}
.fa-patreon:before {
content: "\f3d9";
}
.fa-avianex:before {
content: "\f374";
}
.fa-ello:before {
content: "\f5f1";
}
.fa-gofore:before {
content: "\f3a7";
}
.fa-bimobject:before {
content: "\f378";
}
.fa-brave-reverse:before {
content: "\e63d";
}
.fa-facebook-f:before {
content: "\f39e";
}
.fa-square-google-plus:before {
content: "\f0d4";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-web-awesome:before {
content: "\e682";
}
.fa-mandalorian:before {
content: "\f50f";
}
.fa-first-order-alt:before {
content: "\f50a";
}
.fa-osi:before {
content: "\f41a";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-d-and-d-beyond:before {
content: "\f6ca";
}
.fa-periscope:before {
content: "\f3da";
}
.fa-fulcrum:before {
content: "\f50b";
}
.fa-cloudscale:before {
content: "\f383";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-mizuni:before {
content: "\f3cc";
}
.fa-schlix:before {
content: "\f3ea";
}
.fa-square-xing:before {
content: "\f169";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-cloudversify:before {
content: "\f385";
}
.fa-usps:before {
content: "\f7e1";
}
.fa-megaport:before {
content: "\f5a3";
}
.fa-magento:before {
content: "\f3c4";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-fly:before {
content: "\f417";
}
.fa-aviato:before {
content: "\f421";
}
.fa-itunes:before {
content: "\f3b4";
}
.fa-cuttlefish:before {
content: "\f38c";
}
.fa-blogger:before {
content: "\f37c";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-viber:before {
content: "\f409";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-letterboxd:before {
content: "\e62d";
}
.fa-symfony:before {
content: "\f83d";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-facebook-messenger:before {
content: "\f39f";
}
.fa-audible:before {
content: "\f373";
}
.fa-think-peaks:before {
content: "\f731";
}
.fa-bilibili:before {
content: "\e3d9";
}
.fa-erlang:before {
content: "\f39d";
}
.fa-x-twitter:before {
content: "\e61b" !important;
}
.fa-cotton-bureau:before {
content: "\f89e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-42-group:before {
content: "\e080";
}
.fa-innosoft:before {
content: "\e080";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-elementor:before {
content: "\f430";
}
.fa-square-pied-piper:before {
content: "\e01e";
}
.fa-pied-piper-square:before {
content: "\e01e";
}
.fa-creative-commons-nd:before {
content: "\f4eb";
}
.fa-palfed:before {
content: "\f3d8";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-resolving:before {
content: "\f3e7";
}
.fa-xbox:before {
content: "\f412";
}
.fa-square-web-awesome-stroke:before {
content: "\e684";
}
.fa-searchengin:before {
content: "\f3eb";
}
.fa-tiktok:before {
content: "\e07b";
}
.fa-square-facebook:before {
content: "\f082";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-renren:before {
content: "\f18b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-linkedin:before {
content: "\f08c";
}
.fa-hubspot:before {
content: "\f3b2";
}
.fa-deploydog:before {
content: "\f38e";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-flutter:before {
content: "\e694";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-mixer:before {
content: "\e056";
}
.fa-square-lastfm:before {
content: "\f203";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-vimeo:before {
content: "\f40a";
}
.fa-mendeley:before {
content: "\f7b3";
}
.fa-uniregistry:before {
content: "\f404";
}
.fa-figma:before {
content: "\f799";
}
.fa-creative-commons-remix:before {
content: "\f4ee";
}
.fa-cc-amazon-pay:before {
content: "\f42d";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-cmplid:before {
content: "\e360";
}
.fa-upwork:before {
content: "\e641";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-gripfire:before {
content: "\f3ac";
}
.fa-jedi-order:before {
content: "\f50e";
}
.fa-uikit:before {
content: "\f403";
}
.fa-fort-awesome-alt:before {
content: "\f3a3";
}
.fa-phabricator:before {
content: "\f3db";
}
.fa-ussunnah:before {
content: "\f407";
}
.fa-earlybirds:before {
content: "\f39a";
}
.fa-trade-federation:before {
content: "\f513";
}
.fa-autoprefixer:before {
content: "\f41c";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-square-upwork:before {
content: "\e67c";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-google-play:before {
content: "\f3ab";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-line:before {
content: "\f3c0";
}
.fa-google-drive:before {
content: "\f3aa";
}
.fa-servicestack:before {
content: "\f3ec";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-deezer:before {
content: "\e077";
}
.fa-raspberry-pi:before {
content: "\f7bb";
}
.fa-jira:before {
content: "\f7b1";
}
.fa-docker:before {
content: "\f395";
}
.fa-screenpal:before {
content: "\e570";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-gitter:before {
content: "\f426";
}
.fa-d-and-d:before {
content: "\f38d";
}
.fa-microblog:before {
content: "\e01a";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-pied-piper-hat:before {
content: "\f4e5";
}
.fa-kickstarter-k:before {
content: "\f3bc";
}
.fa-yandex:before {
content: "\f413";
}
.fa-readme:before {
content: "\f4d5";
}
.fa-html5:before {
content: "\f13b";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-square-web-awesome:before {
content: "\e683";
}
.fa-sass:before {
content: "\f41e";
}
.fa-wirsindhandwerk:before {
content: "\e2d0";
}
.fa-wsh:before {
content: "\e2d0";
}
.fa-buromobelexperte:before {
content: "\f37f";
}
.fa-salesforce:before {
content: "\f83b";
}
.fa-octopus-deploy:before {
content: "\e082";
}
.fa-medapps:before {
content: "\f3c6";
}
.fa-ns8:before {
content: "\f3d5";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-apper:before {
content: "\f371";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-waze:before {
content: "\f83f";
}
.fa-bluesky:before {
content: "\e671";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ab";
}
.fa-fantasy-flight-games:before {
content: "\f6dc";
}
.fa-rust:before {
content: "\e07a";
}
.fa-wix:before {
content: "\f5cf";
}
.fa-square-behance:before {
content: "\f1b5";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-supple:before {
content: "\f3f9";
}
.fa-webflow:before {
content: "\e65c";
}
.fa-rebel:before {
content: "\f1d0";
}
.fa-css3:before {
content: "\f13c";
}
.fa-staylinked:before {
content: "\f3f5";
}
.fa-kaggle:before {
content: "\f5fa";
}
.fa-space-awesome:before {
content: "\e5ac";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-cpanel:before {
content: "\f388";
}
.fa-goodreads-g:before {
content: "\f3a9";
}
.fa-square-git:before {
content: "\f1d2";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-square-tumblr:before {
content: "\f174";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-trello:before {
content: "\f181";
}
.fa-creative-commons-nc-jp:before {
content: "\f4ea";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-perbyte:before {
content: "\e083";
}
.fa-grunt:before {
content: "\f3ad";
}
.fa-weebly:before {
content: "\f5cc";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-themeco:before {
content: "\f5c6";
}
.fa-python:before {
content: "\f3e2";
}
.fa-android:before {
content: "\f17b";
}
.fa-bots:before {
content: "\e340";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-hornbill:before {
content: "\f592";
}
.fa-js:before {
content: "\f3b8";
}
.fa-ideal:before {
content: "\e013";
}
.fa-git:before {
content: "\f1d3";
}
.fa-dev:before {
content: "\f6cc";
}
.fa-sketch:before {
content: "\f7c6";
}
.fa-yandex-international:before {
content: "\f414";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-uber:before {
content: "\f402";
}
.fa-github:before {
content: "\f09b";
}
.fa-php:before {
content: "\f457";
}
.fa-alipay:before {
content: "\f642";
}
.fa-youtube:before {
content: "\f167";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-firefox-browser:before {
content: "\e007";
}
.fa-replyd:before {
content: "\f3e6";
}
.fa-suse:before {
content: "\f7d6";
}
.fa-jenkins:before {
content: "\f3b6";
}
.fa-twitter:before {
content: "\f099";
}
.fa-rockrms:before {
content: "\f3e9";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-buffer:before {
content: "\f837";
}
.fa-npm:before {
content: "\f3d4";
}
.fa-yammer:before {
content: "\f840";
}
.fa-btc:before {
content: "\f15a";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-stubber:before {
content: "\e5c7";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-telegram-plane:before {
content: "\f2c6";
}
.fa-old-republic:before {
content: "\f510";
}
.fa-odysee:before {
content: "\e5c6";
}
.fa-square-whatsapp:before {
content: "\f40c";
}
.fa-whatsapp-square:before {
content: "\f40c";
}
.fa-node-js:before {
content: "\f3d3";
}
.fa-edge-legacy:before {
content: "\e078";
}
.fa-slack:before {
content: "\f198";
}
.fa-slack-hash:before {
content: "\f198";
}
.fa-medrt:before {
content: "\f3c8";
}
.fa-usb:before {
content: "\f287";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-vaadin:before {
content: "\f408";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-square-x-twitter:before {
content: "\e61a";
}
.fa-reacteurope:before {
content: "\f75d";
}
.fa-medium:before {
content: "\f23a";
}
.fa-medium-m:before {
content: "\f23a";
}
.fa-amilia:before {
content: "\f36d";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-flipboard:before {
content: "\f44d";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-critical-role:before {
content: "\f6c9";
}
.fa-sitrox:before {
content: "\e44a";
}
.fa-discourse:before {
content: "\f393";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-mastodon:before {
content: "\f4f6";
}
.fa-airbnb:before {
content: "\f834";
}
.fa-wolf-pack-battalion:before {
content: "\f514";
}
.fa-buy-n-large:before {
content: "\f8a6";
}
.fa-gulp:before {
content: "\f3ae";
}
.fa-creative-commons-sampling-plus:before {
content: "\f4f1";
}
.fa-strava:before {
content: "\f428";
}
.fa-ember:before {
content: "\f423";
}
.fa-canadian-maple-leaf:before {
content: "\f785";
}
.fa-teamspeak:before {
content: "\f4f9";
}
.fa-pushed:before {
content: "\f3e1";
}
.fa-wordpress-simple:before {
content: "\f411";
}
.fa-nutritionix:before {
content: "\f3d6";
}
.fa-wodu:before {
content: "\e088";
}
.fa-google-pay:before {
content: "\e079";
}
.fa-intercom:before {
content: "\f7af";
}
.fa-zhihu:before {
content: "\f63f";
}
.fa-korvue:before {
content: "\f42f";
}
.fa-pix:before {
content: "\e43a";
}
.fa-steam-symbol:before {
content: "\f3f6";
}
:root,
:host {
--fa-style-family-classic: 'Font Awesome 6 Free';
--fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//zilla1.com/wp-content/themes/workscout/fonts/fa-regular-400.woff2) format("woff2"), url(//zilla1.com/wp-content/themes/workscout/fonts/fa-regular-400.ttf) format("truetype");
}
.far,
.fa-regular {
font-weight: 400;
}
:root,
:host {
--fa-style-family-classic: 'Font Awesome 6 Free';
--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//zilla1.com/wp-content/themes/workscout/fonts/fa-solid-900.woff2) format("woff2"), url(//zilla1.com/wp-content/themes/workscout/fonts/fa-solid-900.ttf) format("truetype");
}
.fas,
.fa-solid {
font-weight: 900;
}
@font-face {
font-family: 'Font Awesome 5 Brands';
font-display: block;
font-weight: 400;
src: url(//zilla1.com/wp-content/themes/workscout/fonts/fa-brands-400.woff2) format("woff2"), url(//zilla1.com/wp-content/themes/workscout/fonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
font-family: 'Font Awesome 5 Free';
font-display: block;
font-weight: 900;
src: url(//zilla1.com/wp-content/themes/workscout/fonts/fa-solid-900.woff2) format("woff2"), url(//zilla1.com/wp-content/themes/workscout/fonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
font-family: 'Font Awesome 5 Free';
font-display: block;
font-weight: 400;
src: url(//zilla1.com/wp-content/themes/workscout/fonts/fa-regular-400.woff2) format("woff2"), url(//zilla1.com/wp-content/themes/workscout/fonts/fa-regular-400.ttf) format("truetype");
}
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//zilla1.com/wp-content/themes/workscout/fonts/fa-solid-900.woff2) format("woff2"), url(//zilla1.com/wp-content/themes/workscout/fonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//zilla1.com/wp-content/themes/workscout/fonts/fa-brands-400.woff2) format("woff2"), url(//zilla1.com/wp-content/themes/workscout/fonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//zilla1.com/wp-content/themes/workscout/fonts/fa-regular-400.woff2) format("woff2"), url(//zilla1.com/wp-content/themes/workscout/fonts/fa-regular-400.ttf) format("truetype");
unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//zilla1.com/wp-content/themes/workscout/fonts/fa-v4compatibility.woff2) format("woff2"), url(//zilla1.com/wp-content/themes/workscout/fonts/fa-v4compatibility.ttf) format("truetype");
unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A;
}body, p, a, input, input[type="text"], input[type="password"], input[type="email"],
textarea, select, input[type="button"], input[type="submit"], button, body .pac-container
{ font-family: sans-serif } html body.admin-bar .new-header #header { top: 32px; }  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 4px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .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;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
} .widget_search .search-submit {
display: none;
}
.widget select.radius_type {
width: 30%;
padding: 13px;
margin-left: 10px;
float: right;
}
.widget input#search_radius {
width: 65%;
float: left;
}
.widget-salary-filter {
margin-bottom: 10px
}
.chosen-container.chosen-container-single.radius_type.chosen-select-radius.chosen-container-single-nosearch {
margin-left: 5%;
}  .sticky {
display: block;
background: #FCF0AD; 
padding:0px 30px;
}
.sticky .post-content {
border-bottom: 0px;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .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: 500;
font-size: 15px;
color: #888;
padding: 10px 20px;
}
.wp-caption-text { background-color: #fff; 	margin: 0 !important;} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-item img {
margin: 0px auto;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}    .old-header header,
.old-header header#main-header {
height: 90px;
background-color: #fff;
z-index: 9999
}
.old-header #logo {
margin-left: 0;
display: inline-block;
float: left;
margin-top: 15px;
}
.old-header #logo img { margin-top: 8px; }
.old-header .transparent #logo img { max-height: 60px; } .old-header header.full-width .container, 
.old-header header.full-width .container .sixteen.columns {
width: 100%;
padding-left: 20px;
box-sizing: border-box;
float: left;
margin: 0;
}
.old-header header.full-width #navigation ul.float-right { right: 35px; }
.cloned  #logo { margin-top: 0px; } .alternative #navigation {
width: 100%;
border-top: 1px solid #e0e0e0;
margin: 27px 0 0 0;
padding: 24px 0 12px 0;
}
.alternative #navigation ul {
margin: 0;
}
.alternative .menu ul li { margin: 0 10px 0 0; }
.alternative #navigation ul.float-right { top: 27px; }  .old-header header#main-header.transparent {
position: absolute;
background: transparent;
z-index: 999;
top: 0;
left: 0;
width: 100%;
box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.2);
}
.admin-bar header#main-header.transparent {
top: 40px;
}
body.boxed #wrapper { position: relative; }
.old-header header.transparent .menu ul li a {
color: #fff;
font-size: 14px;
letter-spacing: 0.5px;
line-height: 19px;
}
.old-header header.transparent .menu ul ul li a {
color: #959595;   
font-size: 14px;
letter-spacing: 0px;
}
.old-header header.transparent ul.float-right li a {
background-color: rgba(255,255,255,0.1);
color: #fff;
}
.old-header header.transparent ul.float-right li a:hover {
background-color: rgba(255,255,255,0.2);
color: #fff;
}
.old-header header.transparent .menu ul ul li a:hover { color: #fff; }
.old-header header.transparent .sf-with-ul::after { color: rgba(255,255,255,0.8); }
#banner.with-transparent-header {
max-height: 710px;
background-attachment: fixed;
}
#banner.with-transparent-header.mobilebg {
background-size: cover;
background-attachment: initial;
background-position: center;
}
#banner.with-transparent-header .search-container {
padding: 190px 0;
margin-top: 45px;
}
#banner.with-transparent-header:before { background-color: rgba(42, 46, 50, 0.7); }
.old-header header.transparent.alternative #navigation { border-top: none; }
.old-header header.transparent #logo { border-bottom: none; }
#titlebar.photo-bg.with-transparent-header {
padding-top:170px;
}  @media only screen and (min-width: 960px) and (max-width: 1289px) {
#banner.with-transparent-header .search-container {  margin-top: 65px; }
} @media only screen and (max-width: 990px) {
.old-header header.transparent { box-shadow: none; }
#banner.with-transparent-header .search-container {  margin-top: 65px; }
body  #titlebar.with-map.photo-bg.with-transparent-header {
padding-top: 220px !important;
}
} @media only screen and (max-width: 767px) {
#banner.with-transparent-header .search-container {
padding: 190px 0;
margin-top: 35px;
}
#banner.with-transparent-header { max-height: 760px; }
header.transparent #logo img  { margin-top:10px; }
#titlebar.photo-bg.with-transparent-header {
padding-top:220px;
}
} .old-header header.transparent .menu ul ul {
background-color: #fff;
}
.old-header header.transparent .menu ul ul:before { color: #fff; }
.old-header header.transparent .menu ul li.sfHover ul li a.sf-with-ul,
.old-header header.transparent .menu ul ul li a {
color: #808080;
background-color: #fff;
}
.old-header header.transparent .menu ul ul li a:hover { color: #333; }
#titlebar.titlebar-boxed-company-info .bookmark-notice { box-shadow: none; }  .sticky-header.headroom--pinned.cloned,
.sticky-header.headroom--unpinned.cloned,
.sticky-header.headroom--top.cloned {
transform: translateY(-100%);
transition: all 0.25s ease-in-out;
}
.sticky-header.cloned {
background-color: transparent;
position: fixed !important;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
background-color: #fff;
border-bottom: none;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
width: 100%;
z-index: 999;
max-height: 80px;
}
.sticky-header.cloned.headroom--not-top.headroom--unpinned,
.sticky-header.cloned.headroom--not-top.headroom--pinned {
opacity: 1;
visibility: visible;
transition-delay: 0s;
transform: translateY(0%);
}
.sticky-header.cloned .menu ul.float-right,
.sticky-header.cloned .menu ul#responsive {
margin: 21px 0;
}
.sticky-header.cloned #logo img {
max-height: 42px;
width: auto;
margin: 20px 30px 20px 0;
}  .old-header #navigation { float: left; margin-right: 0; }
.old-header #navigation ul.float-right {
right: 10px;
top: 0;
position: absolute;
}
.old-header #navigation ul.float-right li a i { margin-right: 2px; }
.js .selectnav { display: none; }
.old-header .menu ul {
margin: 0;
padding: 0;
list-style: none;
font-weight: 700;
text-transform: none;
margin: 26px 0 0 25px;
max-width: 750px
}
.alternative .menu ul#responsive  {
max-width: 100%;
}
.old-header .menu ul li {
position: relative;
margin-left:10px;
padding: 0;
}
.old-header .menu ul ul {
position: absolute;
display: none;
top: 100%;
left: 0;
z-index: 100;
width: 200px;
letter-spacing: 0;
}
.old-header .menu > ul li { float: left; }
.old-header .menu ul li:hover > ul { display: block; }
.old-header .menu ul a {
display: block;
position: relative;
}
.old-header .menu ul ul ul {
top: 0;
left: 100%;
} .old-header .menu ul a { text-decoration: none; }
.old-header .menu ul > li > a {
color: #333;
font-weight: 500;
font-size: 14px;
line-height: 18px;
padding: 0;
overflow: hidden;
padding: 10px 14px;
margin-bottom: 12px;
}
.old-header .menu ul > li.current-menu-item > a,
.old-header .current-menu-item > a{  color: #fff; }
.old-header .current-menu-item > a.sf-with-ul:after { color: #fff; }
.old-header .menu ul ul li a,
.old-header .menu ul li.sfHover a.sf-with-ul:after,
.old-header .menu ul li a {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.old-header ul.float-right li a { 
background-color: #f0f0f0;
color: #333;
}
.old-header ul.float-right li a:hover,
.old-header .menu ul li.sfHover a.sf-with-ul,
.old-header .menu ul li.current-menu-parent > a,
.old-header .menu ul li a:hover {
color: #fff;
} .old-header .menu ul ul {
background-color: #282828;
z-index: 999;
margin: 0 0 0 0;
padding: 14px 0;
border-top: 10px solid inherit;
}
.old-header .menu ul ul:before {
font-family: "FontAwesome";
content: "\f0d8";
font-size: 23px;
color: #282828;
display: block;
position: absolute;
top: -11px;
left: 13px;
}
.old-header .menu ul ul ul:before { content:"";}
.old-header .menu > ul ul li:hover > a {
border-bottom: 0;
background: transparent;
}
.old-header .menu ul ul li {
margin: 0;
padding: 0;
width: 100%;
}
.old-header .menu ul li.sfHover ul li a.sf-with-ul,
.old-header .menu ul.menu ul li a {
font-weight: 500;
text-transform: none;
color: #9f9f9f;
font-size: 14px;
line-height: 19px;
padding: 5px 18px !important;
border: 0;
margin-bottom: 0;
background-color: #282828;
}
.old-header .menu ul ul li:first-child { border: none; }
.old-header .menu ul ul li a:hover,
.old-header .menu ul li.sfHover ul li a.sf-with-ul:hover { color: #fff; }
.old-header .menu ul ul ul {
margin: 0 0 0 3px;
border: none;
}
.old-header .sf-with-ul:after {
content: "\f107";
font-family: "FontAwesome";
font-size: 14px;
margin: 0 0 0 7px;
top: 0;
position: relative;
width: 9px;
height: 5px;
display: inline-block;
color: rgba(0,0,0,0.4);
float: right;
font-weight: 500;
}
.old-header ul li ul a.sf-with-ul:after {
right: 9px;
top: 4px;
position: absolute;
content: "\f105";
}
.old-header .menu ul li.current-menu-parent a.sf-with-ul:after,
.old-header .menu ul li.sfHover a.sf-with-ul:after { color: #fff; }
.old-header .menu ul li ul a.sf-with-ul:after { color: #888 !important; } .mmenu-trigger {
height: 50px;
width: 50px;
display: none;
right: 0;
margin: 0;
background-color: #eee;
border-radius: 4px;
cursor: pointer;
float: right;
margin: 20px 0;
} .hamburger {
padding: 0;
top: 15px;
left: 12px;
transform: scale(0.72);
-moz-transform: scale(0.72) translateY(3px);
position: relative;
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
outline: none;
overflow: visible;
}
.hamburger-box {
position: relative;
}
.hamburger-inner {
display: block;
top: 50%;
outline: none;
margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 34px;
height: 4px;
background-color: #555;
border-radius: 4px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
outline: none;
transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block;
}
.hamburger-inner::before { top: -10px; outline: none; }
.hamburger-inner::after { bottom: -10px; outline: none; } .hamburger--collapse .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0.13s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse .hamburger-inner::after {
top: -20px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.hamburger--collapse .hamburger-inner::before {
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
transform: translate3d(0, -10px, 0) rotate(-45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
.hamburger--collapse.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-90deg);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
.mmenu-trigger { display: none; }
@media only screen and (max-width: 990px) {
.menu ul { margin: 0; }
.mmenu-trigger { display: inline-block; }
#responsive { display: none; }
#navigation ul.float-right {
position: relative;
text-transform: none;
font-weight: 500;
display: inline-block;
width: 100%;
right:0;
border-top: 1px solid #e6e6e6;
}
#navigation { float: none; }
#navigation ul.float-right a {
color: #333;
margin: 15px 10px 15px 0;
display: inline-block;
font-size: 14px;
border-radius: 4px;
padding: 9px 12px;
background-color: #eee;
}	
#navigation ul.float-right a.button {
color: #fff;
}
ul.float-right li {
display: inline-block;
padding: 4px 0;
}
#logo {
width: calc(100% - 55px);
position: relative;
box-sizing: border-box;
display: inline-block;
padding-bottom: 0;
margin: 15px 0 0 0;
float: left;
}
header.transparent #logo { padding-bottom: 0; }
header.transparent #navigation ul.float-right {
right: -15px;
top: 0;
position: relative;
text-align: center;
}
header.transparent.alternative #navigation ul.float-right a {
color: #fff;
background: rgba(255,255,255,0.2);
}
header.transparent #navigation ul.float-right {
right: auto;
top: 100%;
left: 0;
position: absolute;
text-align: left;
border: none;
}
header.transparent .mmenu-trigger {
background-color: rgba(255,255,255,0.2);
}
header.transparent .hamburger-inner, 
header.transparent .hamburger-inner::before, 
header.transparent .hamburger-inner::after { background: #fff; }
}  #banner {
max-height: 640px;
width: 100%;
display: inline-block;
position: relative;
background-repeat: no-repeat;
background-position: 50%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin-bottom: 35px;
}
#banner:before {
content:"";
width: 100%;
height: 100%;
display: inline-block;
background-color: rgba(34,34,34,0.7);
position: absolute;
}
.search-container {
display: block;
width: 100%;
position: relative;
padding: 140px 0;
margin-top: -10px;
}
.standard-width .search-container {
width: auto;
padding-left: 20px;
padding-right: 40px;
}
@media only screen and (min-width: 1367px) {
.search-container {
padding: 190px 0;
}
}
.search-container h2 {
font-size: 46px;
color: #fff;
margin-bottom: 30px;
letter-spacing: -1px;
}
.search-container .chosen-container {
width: 44.5% !important;
}
.search-container .chosen-container,
.search-container select,
.search-container input {
font-weight: 500;
font-size: 18px;
float: left;
box-sizing: border-box;
padding: 19px 20px;
border: none;
margin-right: 2%;
width: 44.5% ;
float: left;
}
.search-container .inputs-number-3 .chosen-container,
.search-container .inputs-number-3 select,
.search-container .inputs-number-3 input {
width: 29% !important;
}
.search-container .chosen-container {
padding: 0px;
}
.search-container .chosen-container-single .chosen-single {
padding: 5px 0 6px 18px;
}
.search-container .chosen-container-single .chosen-single div b:after {
top: 7px;
}
.ui-menu {
font-size: 16px;
margin: 0;
list-style: none;
overflow: hidden;
position: absolute;
z-index: 10000;
display: none;
background: #f8f8f8;
border-style: solid;
color: #a6a6a6;
width: 330px;
border-bottom: 1px solid #e9e9e9;
}
.ui-menu li.ui-menu-item {
padding: 15px;
white-space: nowrap;
overflow: hidden;
text-align: left;
line-height: 26px;
}
.ui-menu li.ui-menu-item.ui-state-focus {
cursor: pointer;
background: #f2f2f2;
width: 100%;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
border: 0px;
}
.ac_match {
font-weight: 700;
color: #606060;
} input.ico-01 { background: #fff url(//zilla1.com/wp-content/themes/workscout/images/ico-01.png) no-repeat scroll 97% 20px / 21px 21px; }
input.ico-02 { background: #fff url(//zilla1.com/wp-content/themes/workscout/images/ico-02.png) no-repeat scroll 96% 20px / 14px 21px; }
.search-container input:focus { border: none; }
.search-container button {
background-color: #505050;
color: #fff;
border: none;
cursor: pointer;
font-size: 20px;
box-sizing: border-box;
text-align: center;
height: 60px;
width: 7%;
position: relative;
}
.search-container button:before { 
content: "";
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.1);
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
z-index: 99;
}
.search-container button:hover:before { opacity: 1; }
.search-container button i { z-index: 100; position: relative; }
.search-container .chosen-container-single .chosen-single span { font-size: 16px; }
.search-container .chosen-container-single .chosen-single { border: none !important; padding: 6px 0 6px 18px; }
.search-container .chosen-container-single .chosen-search input[type="text"] { min-height: auto; }
.search-container .chosen-container .chosen-results li.active-result { font-size: 14px; font-weight: 400; }
.search-container { z-index: 90; } .browse-jobs {
color: #fff;
margin-top: 20px;
}
.browse-jobs a {
background-color: rgba(255,255,255,0.1);
border: 1px solid rgba(255,255,255,0.3);
padding: 5px 10px;
color: #fff;
margin: 0 5px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.browse-jobs a:hover {
background-color: rgba(255,255,255,0.2);
border: 1px solid rgba(255,255,255,0.4);
}
.job_filters:not(.in_sidebar) .search_jobs,
.resume_filters:not(.in_sidebar) .search_resumes,
.job_filters:not(.in_sidebar) .search_resumes {
display: table;
width: 100%;
}
.resume_filters:not(.in_sidebar) .search_keywords,
.resume_filters:not(.in_sidebar) .search_location,
.resume_filters:not(.in_sidebar) .search_categories, 	
.job_filters:not(.in_sidebar) .search_keywords,
.job_filters:not(.in_sidebar) .search_location,
.job_filters:not(.in_sidebar) .search_categories {
float: left;
padding: 15px 15px 15px 0px;
width: 31.3333%;
}
.resume_filters:not(.in_sidebar) .search_keywords label,
.job_filters:not(.in_sidebar) .search_keywords label,
.job_filters:not(.in_sidebar) .search_location label,
.resume_filters:not(.in_sidebar) .search_location label,
.resume_filters:not(.in_sidebar) .search_categories label,
.job_filters:not(.in_sidebar) .search_categories label {
display: block;
float: none;
width: 100%;
}
.job_filters:not(.in_sidebar) .job_types {
overflow: hidden;
margin-bottom: 40px;
}
.job_filters:not(.in_sidebar) .job_types li {
float: left;
margin-right: 10px;
} .announce {
color: #fff;
font-size: 24px;
font-weight: 300;
margin-top: 40px;
}
.announce strong {
font-size: 30px;
color: #fff;
padding: 0 3px;
}  #titlebar {
background-color: #f8f8f8;
position: relative;
padding: 60px 0px;
margin-bottom: 50px;
}
#titlebar.with-map {
margin-bottom: 0px;
padding: 45px 0 !important;
}
#titlebar.with-map.photo-bg.with-transparent-header {
padding-top: 170px !important;
padding-bottom: 85px !important;
}
#titlebar.with-map  h1, #titlebar.with-map  h2 {
font-size: 26px;
line-height: 37px;
}
#titlebar .ten.columns, #titlebar .six.columns { margin: 0; }
.tax-job_listing_category #titlebar.with-map { display: block; } 
#titlebar h2,
#titlebar h1 { text-transform: capitalize; }
#titlebar h2 a,
#titlebar h1 a { color: #888; }
#titlebar h2 a:hover,
#titlebar h1 a:hover { color: #333; }
#titlebar h2 a:before,
#titlebar h1 a:before {
content: "\f104";
font-family: "FontAwesome";
position: relative;
display: inline-block;
margin-left: -24px;
background-color: #F6F6F6;
color: #a0a0a0;
top: -2px;
padding: 0px 14px 0px 10px;
font-size: 20px;
}
.resume-meta-skills .clearfix { display: none; }
.page-template-template-jobcategories #titlebar { margin-bottom: 0px; }
.resume-meta-skills { display: flex; }
@media (max-width: 768px) {.resume-meta-skills { display: inline-block;} }
#titlebar span a,
#titlebar span { font-size: 16px; color: #888; }
#titlebar em {
font-style: normal;
}
#titlebar em {
color: #808080;
}
#titlebar h2 em {
color: #333
}
#titlebar.photo-bg em {
color: #fff
}
#titlebar #breadcrumbs span a,
#titlebar #breadcrumbs span { font-size: 14px;}
#titlebar.single { padding: 55px 0; }
#titlebar.resume { margin-bottom: 45px; padding: 70px 0 65px 0;}
#titlebar .button {
right: 10px;
position: absolute;
top: 51%;
-webkit-transform: translateY(-51%);
-moz-transform: translateY(-51%);
-ms-transform: translateY(-51%);
transform: translateY(-51%);
}
.photo-bg#titlebar .button.dark {
background-color: #fff;
color: #333;
}
#titlebar .two-buttons .button {
right: 10px;
position: absolute;
top: 47%;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
#titlebar .two-buttons .button.dark { margin-top: 55px; }
#titlebar h1,
#titlebar h2 {
font-size: 24px;
line-height: 36px;
}
#titlebar span.icons {
font-size: 18px;
color: #808080;
margin-bottom: 4px;
}
#titlebar span.icons a { color: #808080; }
#titlebar span a:hover,
#titlebar span.icons a:hover { color: #505050; }
#titlebar span.taxonomy-description {
margin-top:20px;
display: block;
font-size: 16px;
} #titlebar.photo-bg {
background-color: #222;
padding: 85px 0;
overflow: hidden;
background-repeat: no-repeat !important;
background-position: 50% !important;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
#titlebar.photo-bg h1,
#titlebar.photo-bg h2 {
font-size: 30px;
color: #fff;
line-height: 38px;
}
#titlebar.photo-bg span.job-type { color: #fff; }
#titlebar.photo-bg span,
#titlebar.photo-bg span a {
color: rgba(255,255,255,0.7);
margin-bottom: 3px;
display: inline-block;
}
#titlebar.photo-bg span a:hover{
color: rgba(255,255,255,0.9);
}
#titlebar.photo-bg span.subtitle,
#titlebar.photo-bg #breadcrumbs ul li,
#titlebar.photo-bg #breadcrumbs ul li span,
#titlebar.photo-bg #breadcrumbs ul li a {
color: rgba(255,255,255,0.7);
}
#titlebar.photo-bg #breadcrumbs ul li a:hover { color: rgba(255,255,255,0.9); }
.job_listing_preview #titlebar.photo-bg .container { z-index: 11; margin-left: 20px; }
#titlebar.photo-bg:before {
content:"";
width: 100%;
height: 100%;
display: inline-block;
background-color: rgba(34,34,34,0.65);
position: absolute;
z-index: 0;
top: 0px;
}
#titlebar #breadcrumbs span {font-weight: 400; }
#ws-map,
#search_map {
margin-bottom: 60px;
}
#job_map {
height: 250px;
width: 100%
}
body .map-box {
background-color: #fff;
padding: 30px 30px 20px;
margin-bottom: 20px;
}
body .map-box a {
text-decoration: none;
border: 0px;
}
body .map-box h4:hover{
color: #666
}
.infoBox .job-icons {
padding: 5px 0px 0px;
color: #888; font-size: 14px;
margin: 0;
display: block;
}
.infoBox .listing-icons li {
font-family: sans-serif, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.infoBox .listing-title { padding-right: 30px; }
.infoBox .listing-title h4 { line-height: 28px; margin-bottom: 6px; }
.infoBox div.location,
.infoBox .job-icons span {
display: inline-block;
}
.infoBox .listing-desc,
.infoBox img {
display: none;
}
.infoBox img.candidate_photo {
float: right;
width: 60px;
display: block;
margin: 5px 10px 10px 0px;
}
.map-box .resumes-content {
color: #888;
}
.map-box .resumes-content h4 span {
font-size: 21px;
color: #333;
margin: -3px 0 5px 0;
line-height: 32px;
position: relative;
display: block !important;
}
.map-box .resumes-content p {
display: none;
}
.map-box .skills {
margin-top: 15px;
}
.map-box .resumes-content span {
padding: 2px 0px 0px;
color: #888;
font-weight: 400;
font-size: 14px;
margin: 0 10px 0 0px;
font-family: sans-serif;
}
ul.same-spot-markers span.job-manager-applications-applied-notice {
line-height: 6px;
}
ul.same-spot-markers {
margin: 0px;
list-style: none;
}
.same-spot-markers li {
font-size: 16px;
padding: 11px 2px;
border-bottom: 1px solid #eee;
line-height: 30px;
color: black;
}
.same-spot-markers li:last-child {
border-bottom: 0px;
}
.same-spot-markers li a {
color: #333;
padding-left: 10px;
}
.same-spot-markers li a:hover {
color: #666
}
.same-spot-markers li:hover {
background-color: #fafafa
} .infoBox-close {
position: absolute;
top: 0;
right: 0;
display: inline-block;
z-index: 999;
text-align: center;
line-height: 38px;
cursor: pointer;
font-size: 15px;
font-weight: 500;
height: 38px;
width: 38px;
background-color: #fff;
color: #333;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-family: "FontAwesome";
}
.infoBox-close:hover {
color: #fff;
background-color: #3685cf;
}
#mapnav-buttons {
position: absolute;
-webkit-transform: translatey(-100%); 
-moz-transform: translatey(-100%); 
-o-transform: translatey(-100%); 
transform:translatey(-100%); 
right: 65px;
z-index: 999;
font-weight: 700;
font-size: 14px;
display: inline-block;
bottom: -30px;
}
ul#mapnav-buttons {
list-style: none;
margin:0px;
}
.jobs_page {
margin-bottom: 50px;
}
#map-container {
position: relative
}
#mapnav-buttons li { float: left; }
#mapnav-buttons a {
color: #333;
background-color: #fff;
padding: 10px 12px;
font: 700 14px/normal sans-serif,sans-serif;
text-transform: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-transition: all 0.2s ease-in-out;
box-sizing: border-box;
display: inline-block;
}
#mapnav-buttons a:hover {
background-color: #3685cf;
color: #fff;
}
#prevpoint {
margin-right: 5px;
}
#prevpoint:before {
content:"\f053";
font-family: "FontAwesome";
position: relative;
margin: 0 6px 0 0;
font-weight: 500;
font-size: 13px;
top: 0px;
}
#nextpoint:after {
content:"\f054";
font-family: "FontAwesome";
position: relative;
font-weight: 500;
margin: 0 0 0 6px;
font-size: 13px;
top: 0px;
}
#nextpoint { margin-left: 1px; } .map-box-icon {
height: 38px;
width: 38px;
position: absolute;
bottom:0;
right:0;
background-color: #3685cf;
display: block;
color: #fff;
font-size: 14px;
z-index: 101;
text-align: center;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
opacity:0;
visibility: hidden;
}
.map-box-icon:before {
content: "\f064";
font-family: "FontAwesome";
position: relative;
top: 6px;
display: block;
}
.map-box-image:hover .map-box-icon {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateX(0);
}
.map-box-image {
position: relative;
overflow: hidden;
display: block;
}
.infoBox {
-webkit-animation: fadeIn 300ms; animation: fadeIn 300ms;
} @-webkit-keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
} @keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}
body .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;
}  .divider-line {
border-bottom: 1px solid #e8e8e8;
}  .job_filters_links a {
width: 100%;
box-sizing: border-box;
text-align: center;
margin-top: 4px;
}
.job_filters_links {margin-bottom: 42px; margin-top: 10px; display: flex;}
.job_filters .job_filters_links a {
display: inline;
flex: 1;
width: auto;
padding: 8px 0px;
}
.job_filters a.rss_link {
background: #ff7d1e;
color: #fff;
}
.job_filters a.rss_link:hover {
background: #ff7d1e;
color: #fff;
opacity: 0.8
}
.job_filters a.reset{
background: #ff3f3f ;
color: #fff;
}
.job_filters a.reset:hover{
background: #ff3f3f ;
color: #fff;
opacity: 0.8
}
.bookmark-notice.bookmarked {
float: right;
top: 50px;
margin-top: -24px;
color: rgb(255, 255, 255);
}
a.load_more_jobs.button i { margin-right: 6px; }
.job_filters_links a,
a.button.gray.app-link.opened,
.resume-manager-add-row,
.upload-btn,
.load_more_resumes,
button,
.button,
a.vc_inline-link,
a.post-edit-link,
input[type="button"],
input[type="submit"],
a.button {
cursor: pointer;
padding: 10px 20px;
display: inline-block;
text-transform: none;
font-weight: 500;
font-size: 14px;
outline: none;
overflow: hidden;
line-height: 27px;
position: relative;
z-index: 10;
color: #fff;
background-color: #505050;
border: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
border-radius: 0px;
box-shadow: 3px;
}
input[type="button"]:disabled{
background:#505050;
color: #ddd
}
.load_more_resumes {
margin: 0px auto;
display: table;
}
.load_more_resumes strong { color: #fff;}
button { padding: 12px 18px; }
.resume-manager-add-row,
.job_filters_links a,
.button.gray,
a.vc_inline-link,
a.post-edit-link {
background-color: #f2f2f2;
color: #808080;
}
a.vc_inline-link, a.post-edit-link {
margin-top: 20px;
text-transform: none;
border-radius: 4px;
}
a.button.white {
background-color: #fff;
color: #333;
}
a.button .fa.fa-plus-circle:before {
content: "\e909";
font-family: 'Material-Icons' !important;
font-weight: 400;
top: 2px;
position: relative;
margin-right: -3px;
font-size: 17px;
}
.button.big {
font-size: 16px;
padding: 12px 22px;
}
.button.big i { margin: 0 0 0 3px; }
.button.gray:hover { color: #fff; background: #282828;}
a.button.centered {
display: table;
margin: 0 auto;
}
#titlebar.photo-bg a.button:hover {
background-color: #fff;
color: #333;
}
a.button i { margin-right: 3px; }
a.button.gray.app-link.opened:hover,
.upload-btn,
a.button.dark,
button:hover,
a.button:hover,.submit-page .button.linkedin-btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover { background-color: #282828; color: #fff }
.job_filters_links a:hover {background-color: #ebebeb;}
.upload-btn:hover,
#titlebar.photo-bg a.button.white:hover,
a.vc_inline-link:hover,
a.post-edit-link:hover,
a.button.dark:hover { background-color: #282828; color: #fff; }
a.job_filters_links:hover { background-color: #282828; color: #fff; }
input[type="button"],
input[type="submit"] {
padding: 9px 18px;
}  .listing-overview-apply .button {
float: left;
color: #fff;
width: auto;
}
.job-list > li .listing-overview-apply a{
width: auto;
height: auto;
float: none;
}
.listings-loader {
border-radius: 50%;
width: 70px;
height: 70px;
text-align: center;
position: absolute;
z-index: 99;
left: 0;
right: 0;
margin: 0 auto;
top: 50%;
transform: translateY(-50%);
display: none;
}
.listings-loader i {
font-size: 32px;
cursor: default;
color: #fff;
position: relative;
top: 18px;
}
.job_listings { position: relative; }
.job_listings li.wp-job-manager-attribution-row img {
width: auto;
height: auto;
float: none;
padding: 10px;
margin: 0px;
}
.job_listings li.indeed_job_listing,
.job-list li.indeed_job_listing {
padding: 20px 0px;
}
.indeed_job_listing img {
float: left;
display: inline-block;
margin-left: 35px;
margin-top: 2px;
width: 60px;
height: 60px;
}
.indeed_job_listing h3 {
font-size: 18px;
line-height: 31px;
margin: 0px 0 8px 0;
}
.indeed_job_listing .meta,
.indeed_job_listing .location,
.indeed_job_listing .position {
margin-left: 130px;
}
.indeed_job_listing ul.meta li {
display: inherit;
margin-left: 0px;
margin-right: 10px;
}   table.manage-table.job-manager-bookmarks th:first-child i {
left: 33px;
}
.post-content table th,
article.page table th,
table.shop_table th,
table.manage-table th {
background-color: #f6f6f6;
text-align: left;
padding: 18px 20px 18px 40px;
color: #333;
vertical-align: top;
font-size: 14px;
font-weight: 500;
position: relative;
z-index: 9;
line-height: 19px; }
table.job-manager-past-applications.manage-table th:first-child,
table.job-manager-past-applications.manage-table th {
padding: 18px 20px 18px 18px;
width: 20%
}
table.shop_table th {
padding: 18px 20px 18px 20px;
margin-left: 0px !important;
}
a.cart-remove {line-height: 25px;}
table.manage-table th i { position: absolute; left: 17px; top: 21px; }
table.manage-table a.button {
padding: 7px 14px;
line-height: 26px;
}
table.manage-table tr:nth-child(2n+2) { background-color: #fbfbfb; }  table.manage-table.resumes th:first-child { width: auto; }
table.manage-table.resumes td:first-child,
table.manage-table td:first-child {padding-left: 25px;line-height: 25px;} #cart {
float: right;
display: block;
margin: 0 0 0 15px;
position: relative;
z-index: 100;
}
#cart a { color: #fff; }
.cart-list {
position: absolute;
right: 0;
margin-top: 50px;
background: #f5f5f5;
z-index: 9999;
display: none;
width: 260px;
}
.cart-list.active {
display: block;
opacity: 1;
visibility: visible;
}
.shipping-calculator-form select {
padding: 10px;
}
.shipping-calculator-form .button {
padding: 10px 13px
}
.shipping-calculator-form input[type="text"] {
min-width: 242px
} .cart-btn a.button,
.cart-btn .button {
padding: 5px 14px 5px 22px;
float: left;
font-weight: 500;
font-size: 14px;
border-radius: 0px;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
.cart-btn .button.adc:before,
.cart-btn .button.single_add_to_cart_button:before {
content: "\f07a";
position: absolute;
font-family: "FontAwesome";
padding: 5px 15px 5px 12px;
height: 100%;
background: rgba(0,0,0,0.06);
top:0;
left:0;
font-size: 13px;
}
a.button.checkout.wc-forward:hover,
a.button.wc-forward:hover,
body .widget_price_filter .price_slider_amount button.button:hover,
.cart-btn .button.hovered,
.button.wc-backward:hover,
.magazine-lead figcaption:hover .button,
.wishlist_table .add_to_cart.button:hover,
.cart-btn .button:hover { background-color: #606060; }
a.button.wc-forward {
background: #c0c0c0
}
#cart ul li a {
display: inline;
color: #666;
font-size: 14px;
font-weight: 500;
}
#cart ul li span {
float: none;
padding: 0;
font-size: 13px;
color: #a0a0a0;
line-height: 18px;
}
#cart ul li span.quantity {
display: block;
}
#cart ul li a img {
display: inline-block;
float: left;
padding: 0;
width: 55px;
height: auto;
margin: 0 15px 0 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cart-amount {
padding: 9px 0;
text-transform: none;
font-size: 12px;
background-color: #eee;
}
.cart-list .arrow {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #eee;
position: absolute;
top: -5px;
left: 230px;
}
.cart-amount span {
padding: 0 16px;
color: #909090;
}
header.transparent .menu ul .cart-list ul,
.menu .cart-list ul {
position: static;
float: none;
display: block;
background-color: transparent;
}
.menu .cart-list ul:before {
display: none;
}
.menu ul .cart-list ul li {
display: block;
float: none;
padding: 10px 20px;
}
.menu ul.float-right ul li a,
.menu .cart-list ul > li > a {
padding: 0px
}
.menu ul .cart-list ul li.empty {
font-size: 12px;
text-transform: none;
padding: 0px 15px;
}
.menu ul .cart-list ul li a{
width: auto;
display: inline;
background-color: transparent;
}
.cart-buttons {
border-top: 1px solid #e5e5e5;
padding: 15px 16px 10px 16px;
}
.cart-buttons a {
font-size: 12px;
text-transform: none;
font-weight: 500;
font-size: 13px;
color: #fff;
display: inline-block;
width: 100%;
text-align: center;
padding: 7px 0px;
margin: 0 0 5px 0;
background-color: #808080;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: relative;
}
.cart-buttons a.view-cart { background: #c0c0c0; }
.cart-buttons a.checkout { background-color: #808080; }
.cart-buttons a.view-cart:before,
.cart-buttons a.checkout:before {
content:"";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: none;
-webkit-transition: background-color 0.2s ease-in-out;
-moz-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
-o-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}
.cart-buttons a.view-cart:hover:before,
.cart-buttons a.checkout:hover:before  { background-color: #606060; }
.cart-buttons a span {
position: relative;
z-index: 200;
}
.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; } .stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }
@media (max-width: 767px) {
.stacktable.large-only { display: none; }
.stacktable.small-only { display: table; }
}
@media (max-width: 1289px) {
.woocommerce-MyAccount-content .stacktable.large-only { display: none; }
.woocommerce-MyAccount-content .stacktable.small-only { display: table; }
} .post-content table tr td ,
article.page table tr td ,
table.shop_table tr td,
table.manage-table tr td {
padding: 40px 20px;
vertical-align: middle;
border: 1px solid #e0e0e0;
border-left: none;
border-right: none;
}
.job-manager-jobs.manage-table tr td {
padding: 30px 20px;
}
table .job_title { font-weight: 500; color: #333; }
table .job_title small { font-weight: 500; color: #999; font-size: 12px;}
table.manage-table tr:hover td { 
border: 1px double rgba(80, 80, 80,0.7);
border-left: none;
border-right: none;
background-color: rgba(80, 80, 80,0.05);
} table.manage-table.resumes td {padding: 30px 20px;} 
table td.job_title a {
font-weight: 500;
color: #333;
}
span.pending {
color: #53b427;
font-weight: 500;
}
table.manage-table td.centered { text-align: center; }
table.manage-table td.action a { display: block; color: #333; line-height: 20px; padding: 3px 0; position: relative; margin-left: 21px; }
table.manage-table td.action a.delete i { left: -20px; }
table.manage-table td.action a i { position: absolute; left: -21px; top: 5px; }
table.manage-table td.action a.job-dashboard-action-delete:hover { color: #f02929; }
.keywords,
.alert-name { width: 18% }
#job-manager-alerts td, #job-manager-alerts th { padding: 18px 20px 18px 40px;}  .stacktable.large-only {
display: table;
border-radius: 4px;
overflow: hidden;
}
.stacktable.small-only { display: none; }
@media (max-width: 990px) {
.stacktable.large-only { display: none; }
.stacktable.small-only { display: table; }
} .st-key {
border: none;
background-color: #f9f9f9;
text-align: left;
padding: 20px 22px;
color: #333;
vertical-align: top;
font-weight: 500;
width: 45%;
border: 1px solid #e4e4e4;
}
.st-key i { margin-right: 4px;}
.st-val {
width: 55%;
text-align: left;
padding: 20px 22px;
border: 1px solid #e4e4e4;
border-left:0;
}
.st-val a {
font-weight: 500;
color: #333;
display: block;
line-height: 27px;
}
.st-val a.button {
color: #fff !important;
text-align: center;
}
.st-val a:hover {
color: #808080;
}
.st-space { height: 40px; }
.st-space:first-child { height: 10px; }
.stacktable { width: 100%; }
.st-head-row.st-head-row-main { display: block;}  body .my-account {
width: 430px;
float: left;
display: inline;
margin: 0 auto !important;
float: none !important;
display: block !important;
}
.form-row-wide input {width: 100%;}
.required {color: #d11c1c;}
.rememberme {
display: block;
margin-top: 10px;
cursor: pointer;
}
.lost_password { margin: -10px 0 0 0; }
.rememberme input {
margin: 0 2px 0 0;
display: inline-block;
min-height: auto;
width: auto;
}
.workscout_form label {
position: relative;
}
.workscout_form label input {
margin-top: 8px;
padding-left: 45px;
}
.workscout_form label i {
font-size: 21px;
color: #a0a0a0;
position: absolute;
left: 14px;
top: 14px;
}
.form-row input[type="submit"] {
padding: 12px 16px;
margin: 8px 0 16px 0;
line-height: 21px;
width: 100%;
}  .resume-table {
padding: 0 0 0 20px;
margin: 0 0 20px 0;
border-top: 3px solid #eee;
}
.resume-table strong {
font-weight: 500;
margin: 0;
padding: 0;
font-size: 20px;
line-height: 30px;
padding: 7px 0;
display: block;
}
.resume-table strong:before {
display:block;
width: 15px;
height: 15px;
background: #eee;
content:"";
margin: 20px 0 0 -8px;
position: absolute;
left:-4px;
top: 0;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
border:4px solid #fff;
}
.resume-table dd,
.resume-table dt {
border-left: 2px solid #e0e0e0;
padding:0 0 0 1em;
margin:0;
}
.resume-table p {
margin:0 0 15px 0;
}
.resume-table dt {
padding:1em 0 0 1em;
position:relative
}
.resume-table dd { overflow:hidden }
dl.resume-table {
margin: 0;
}
.resume-table .date {    color: #888;
font-weight: 400;
font-size: 12px;
line-height: 35px;}
dl.resume-table dt {
float: none;
width: auto;
overflow: visible;
clear: none;
text-align: left;
text-overflow: ellipsis;
white-space: normal;
font-weight: bold;
margin:0;
}
dl.customer_details dt {
text-align: left;
}
dl.resume-table  dd {
margin-left: 0px;
margin-bottom: 0em
}
ul.meta {
list-style: none;
}
ul.meta li { display: inline-block; margin-right: 10px; }  .categories-group {
padding: 50px 0;
background-color: #f7f7f7;
}
.parent-jobs-category a{
color: #333
}
.categories-group:first-child { padding-top: 0; }
.categories-group:nth-child(2n+1) {
background-color: #fff;
}
.page-template-template-home .categories-group {
background-color: #fafafa;
border-bottom: 1px solid #e6e6e6;
}
.categories-group:nth-child(2n+1) {
background-color: #fff;
border-bottom: 1px solid #e6e6e6;
}
.page-template-template-home .categories-group:nth-child(1n) {
top: -45px;
position: relative;
}
.categories-group ul li {
padding: 4px 0;
font-size: 18px;
line-height: 26px;
}
h4 .child-category-title,
.categories-group h4 { font-size: 22px; padding-right: 20px; }
.child-category-title { font-size: 18px; }  #backtotop {
position: fixed;
right: 0;
display: none;
bottom: 20px;
margin: 0 20px 0 0;
z-index: 9999;
}
#backtotop a {
text-decoration: none;
border: 0 none;
display: block;
width: 46px;
height: 46px;
background-color: rgba(0,0,0,0.3);
color: #fff;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
border-radius: 4px;
}
#backtotop a:after {
content: "\f077";
font-family: "FontAwesome";
position: relative;
display: block;
top: 9px;
left: 15px;
transform: translate3d(0,0,0) rotate(0deg);
transition: all 0.3s;
display: inline-block;
}
#backtotop a:hover { background-color: #505050; } .glyph {
font-size: 16px;
width: 33%;
display: inline-block;
transition: 0.3s;
}
.mls {
font-size: 16px;
top: -8px;
display: inline-block;
position: relative;
}
.fs1 { font-size: 32px; }
.pbs .ln { width: 50px; display: inline-block;}
.unit,
.unitRight,
.fs0 { display: none; }
.pbs { 
padding: 10px 0 5px 15px;
width: 95%;
display: inline-block;
transition: 0.2s;
}
.pbs:hover { background-color: #f6f6f6; }
mark, .mark {
background-color: #fcf8e3;
padding: .2em;
text-align: right;
font-size: 14px;
margin-top: -10px;
color: #8a803e;
position: relative;
top: -10px;
}
.woocommerce-MyAccount-content mark,.woocommerce-MyAccount-content .mark {
position: static;
margin-top: 0px;
font-size: 16px;
}  .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10000;
overflow: hidden;
position: fixed;
background: #000;
opacity: 0.8;
}
.mfp-wrap {
top: -10px;
left: 0;
width: 100%;
height: 100%;
z-index: 10001;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
height: 100%;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 18px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 505;
}
.mfp-content p { margin-bottom: 0; }
.mfp-content input[type="submit"] { margin-top: 25px; }
.fieldset-resume_id small { color: #999; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #aaa;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 504;
}
.mfp-preloader a {
color: #cccccc;
}
.mfp-preloader a:hover {
color: #fff;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
.mfp-s-loading .mfp-arrow { 
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
border: 0;
-webkit-appearance: none;
display: block;
padding: 0;
z-index: 506;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
right: 0px;
top: 40px;
} .mfp-close {
position: absolute;
width: 42px;
height: 42px;
top: 0;
right: 0;
cursor: pointer !important;
z-index: 9999;
background: #282828;
color: #fff;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.mfp-close:before {
content: "\f00d";
font-family: "FontAwesome";
font-size: 16px;
top: 0;
left: 0;
position: relative;
}
.mfp-content .mfp-close {
top: 29px;
right: 29px;
border-radius: 4px;
background-image: url(//zilla1.com/wp-content/themes/workscout/images/close-ico.svg);
background-size: 12px;
background-repeat: no-repeat;
background-position: 49%;
}
.mfp-image-holder .mfp-content .mfp-close {
top: 55px;
right: 15px;
}
.mfp-image-holder .mfp-content .mfp-close:hover {
background-color: #c42626;
}
.apply_with_resume p { margin-bottom: 0; }
.mfp-content .mfp-close:before { display: none; }
.mfp-close:hover {
background-color: #505050;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #aaa;
font-size: 13px;
line-height: 18px;
}
.mfp-arrow {
opacity: 0;
margin: 0;
top: 50%;
margin-top: -24px;
padding: 0;
position: absolute;
width: 48px;
height: 48px;
cursor: pointer;
z-index: 9999;
background: #c0c0c0;
color: #fff;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.mfp-arrow:hover {
background: #808080;
}
.mfp-image-holder .mfp-arrow {
opacity: 1;
}
.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
font-family: "FontAwesome";
font-size: 16px;
background: #00000052;
}
.mfp-arrow.mfp-arrow-right {     right: 20px; }
.mfp-arrow.mfp-arrow-left:before { content: "\f053"; top: 1px; left: -1px; position: relative; }
.mfp-arrow.mfp-arrow-right:before { content: "\f054"; top: 1px; left: 1px; position: relative; }
.mfp-content:hover .mfp-arrow {
opacity: 1;
}
.mfp-arrow.mfp-arrow-left:hover,
.mfp-arrow.mfp-arrow-right:hover {
background: #fff; color: #333;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black;
}
.mfp-iframe-holder .mfp-close {
top: 0px;
} div.small-dialog {
background: #fff;
padding: 30px 40px 35px 40px;
text-align: left;
max-width: 610px;
margin: 40px auto;
position: relative;
box-sizing:border-box;
}
body .mfp-content input[name="wp_job_manager_resumes_apply_with_resume_create"] { font-size: 14px; background-color: #282828; }
div.small-dialog h3 {
margin-bottom: 0px;
}
.workscout-way h3 {
display: none;
}
div.small-dialog span.line {padding-top: 7px;}
.my-mfp-zoom-in .zoom-anim-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out; 
-moz-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
transition: all 0.2s ease-in-out; 
-webkit-transform: scale(0.8); 
-moz-transform: scale(0.8); 
-ms-transform: scale(0.8); 
-o-transform: scale(0.8); 
transform: scale(0.8); 
} .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
opacity: 1;
-webkit-transform: scale(1); 
-moz-transform: scale(1); 
-ms-transform: scale(1); 
-o-transform: scale(1); 
transform: scale(1); 
} .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
-webkit-transform: scale(0.8); 
-moz-transform: scale(0.8); 
-ms-transform: scale(0.8); 
-o-transform: scale(0.8); 
transform: scale(0.8); 
opacity: 0;
} .my-mfp-zoom-in.mfp-bg {
opacity: 0.001; -webkit-transition: opacity 0.3s ease-out; 
-moz-transition: opacity 0.3s ease-out; 
-o-transition: opacity 0.3s ease-out; 
transition: opacity 0.3s ease-out;
} .my-mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.65;
} .my-mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0 auto;
border-radius: 6px;
}
.mfp-image-holder figure {
border-radius:6px;
padding: 40px 0 40px;
}
@media (min-width: 1000px) {
.mfp-image-holder figure {
border-radius:6px;
padding: 80px;
}
.mfp-image-holder .mfp-content .mfp-close {
top: 100px;
right: 100px;
}
} .mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.mfp-image-holder .mfp-figure:after {
display: none;
}
.mfp-figure {
line-height: 0;
}
.mfp-bottom-bar {
margin-top: -30px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-break: break-word;
padding-right: 36px;
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
} @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0
} .mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
}
@media all and (max-width: 800px) { .mfp-arrow {width: 70px;} }
.mfp-ie7 .mfp-img {
padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
padding: 0;
}
.mfp-ie7 .mfp-content {
padding-top: 44px;
}
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0;
}
.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.85;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.job_listing_packages ul.job_packages .package-section {background-color: #eee;}  .woocommerce-error,
.resume-submitted,
#result .success,
.job-manager-error,
.woocommerce-message,
.job-manager-message,
.woocommerce-info,
div.wpcf7-response-output,
div.job-manager-applications-applied-notice,
.no_resumes_found,
.no_job_listings_found,
.notification {
line-height: 24px;
margin-bottom: 15px;
position: relative;
padding: 22px 26px;
border: none;
}
.submit-page .job-manager-error {
margin: 0px 9% 20px;
}
div.job-manager-applications-applied-notice,
.job-manager-message {margin-bottom: 35px !important; }
span.job-manager-applications-applied-notice,
.job-list span.job-manager-applications-applied-notice { margin-right: 0;}
body div.wpcf7-response-output {
clear: both;
margin: 32px 0 0 0;
}
div.wpcf7-response-output p,
.notification p { margin: 0; float: left; max-width: 80% }
.submit-page .notification p { margin: 0; min-height: 50px; float: left;}
.notification span { font-weight: 500; }
.notification { overflow: hidden; }
div.job-manager-applications-applied-notice,
#result .success,
.resume-submitted,
.job-manager-message a,
.notification.success,
.notification.success a,
.notification.success strong {
background-color: #EBF6E0;
color: #5f9025;
}
div.wpcf7-response-output.wpcf7-mail-sent-ng,
.woocommerce-error,
div.wpcf7-response-output.wpcf7-mail-sent-ng strong,
.woocommerce-error,
.job-manager-error,
.notification.error,
.notification.error a,
.notification.error strong {
background-color: #ffe9e9;
color: #de5959;
}
.notification.error {
display: block;
}
div.wpcf7-response-output.wpcf7-validation-errors,
div.wpcf7-response-output.wpcf7-validation-errors strong,
.notification.warning,
.notification.warning a,
.notification.warning strong {
background-color: #FBFADD;
color: #8f872e;
}
.woocommerce-info,
.woocommerce-message,
.job-manager-message a,
.job-manager-message,
.notification.notice,
.notification.notice a,
.notification.notice strong {
background-color: #E9F7FE;
color: #4587a9;
}
.no_resumes_found,
.no_job_listings_found {
background-color: #E9F7FE !important;
color: #4587a9 !important;
}
.resumes.alternative li.no_resumes_found,
.resumes.alternative li.no_resumes_found:hover {
background-color: #E9F7FE !important;
color: #4587a9 !important;
border-radius: 4px;
}
.resumes.alternative li.no_resumes_found:before { display: none; }
.resumes li.no_resumes_found:last-child, .job-list li.no_job_listings_found:last-child {
border: 0 !important;
padding: 22px 24px;
width: 100%;
text-align: center;
}
.notification strong { border: none !important; }
.notification.success .close,
.notification.error .close,
.notification.warning .close,
.notification.notice .close {
padding: 0px 9px;
position: absolute;
right: 0;
top: 22px;
display: block;
height: 8px;
width: 8px;
cursor: pointer;
}
.notification.success .close {background: url(//zilla1.com/wp-content/themes/workscout/images/alert_boxes_close_ico.png) 0 -8px no-repeat;}
.notification.error .close {background: url(//zilla1.com/wp-content/themes/workscout/images/alert_boxes_close_ico.png) 0 0 no-repeat;}
.notification.warning .close {background: url(//zilla1.com/wp-content/themes/workscout/images/alert_boxes_close_ico.png) 0 -16px no-repeat;}
.notification.notice .close {background: url(//zilla1.com/wp-content/themes/workscout/images/alert_boxes_close_ico.png) 0 -24px no-repeat;}
.notification.notice p span i { font-weight: 500; }
.notification a.button {
float: right;
color: #fff;
margin-top: 3px;
}
.notification.notice a.button { background-color: #388fc5; }
.notification.warning a.button { background-color: #dfbe51; }
.notification.error a.button { background-color: #d34c4c; }
.notification.success a.button { background-color: #79ba38; }
.woocommerce-message { margin-bottom: 34px; }
p.job-manager-single-alert-link {
margin-top: 20px;
}
p.job-manager-single-alert-link a:before {
content: "\e970";
font-family: "Material-Icons" !important;
margin-top: 0;
margin-right: 6px;
font-size: 18px;
line-height: 20px;
position: relative;
top: 3px;
}
.job-manager-single-alert-link a {
display: inline-block;
background: #fcf5d6;
padding: 5px 15px;
font-size: 13px;
font-weight: 500;
color: #a38948;
border-radius: 4px;
margin-top: 15px;
transition: 0.2s;
}
.job-manager-single-alert-link a:hover { background: #f7f0d1; }
input[type="submit"] { border-radius: 4px; }
.myaccount_user .button {
float: right;
display: inline-block;
margin-left: 10px;
}  #counters {
background-color: #282828;
padding: 68px 0 65px 0;
}
.counter-box {
display: block;
padding: 0;
text-align: center;
}
#counters .counter-box {
border-right: 1px solid #444;
}
#counters .container:before {
width: 1px;
position: absolute;
height: 100%;
display: inline-block;
background-color: #282828;
content: "";
right: 10px;
}
.counter-box p {
margin: 12px 0 0 0;
padding: 0;
color: #000;
font-size: 20px;
font-weight: 300;
display: block;
}
#counters .counter-box p {
color:#fff;
}
.counter-box i,
.counter {
display: inline-block;
font-size: 58px;
font-weight: 500;
color: #505050;
line-height: 42px;
}  #popular-categories {
margin: 1px 0 0 1px;
display: block;
}
#popular-categories li { padding: 0; }
#popular-categories li a {
width: 25%;
display: inline-block;
border: 1px solid #e0e0e0;
float: left;
margin: -1px 0 0 -1px;
box-sizing: border-box;
text-align: center;
position: relative;
background-color: #fff;
font-size: 14px;
text-transform: none;
color: #666;
padding: 45px 15px;
max-height: 157px;
}
#popular-categories.with-flex {
display: flex;
flex-wrap:wrap;
}
#popular-categories.with-flex li {
flex-grow: 1;
width: calc(100% * (1/4) - 1px)
}
#popular-categories.with-flex li a {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
}
#popular-categories li a:before {
content: "";
width: 100%;
height: 100%;
display: inline-block;
position: absolute;
-webkit-box-shadow: 0px 0px 0px 1px rgba(80, 80, 80,0.7);
-moz-box-shadow: 0px 0px 0px 1px rgba(80, 80, 80,0.7);
box-shadow: 0px 0px 0px 1px rgba(80, 80, 80,0.7);
top: 0;
left: 0;
z-index: 101;
opacity: 0;
}
#popular-categories li img {
margin:0px auto 10px;
display: block;
}
#popular-categories li a,
#popular-categories li a:before {
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#popular-categories li a:hover:before {
opacity: 1;
}
#popular-categories li a:hover {
background-color: rgba(80, 80, 80,0.05);
}
#popular-categories li a i {
display: block;
color: #505050;
font-size: 32px;
padding: 0 0 15px 0;
}
#popular-categories li a i.fa-empty{
display: none;
}
#popular-categories li a i.ln {
font-size: 36px;
margin-top: -2px;
}   .section-background {
border-bottom: 1px solid #e4e4e4;
margin: 50px 0;
padding: 50px 0;
width: 100%;
}
.section-background.top-0 { margin-top: -40px; }
.icon-box {
text-align: left;
padding-left: 90px;
position: relative;
display: inline-block;
margin: 20px 0;
} .icon-box h4 {
font-size: 18px;
font-weight: 500;
}
.icon-box i {
font-size: 54px;
color: #333;
height: 60px;
margin: 10px 0;
display: inline-block;
height: 100%;
position: absolute;
left: 0;
}
.icon-box p {
color: rgba(51,51,51,0.7);
margin-top: 5px;
display: inline-block;
} .icon-box.rounded i {
width: 100px;
height: 100px;
background-color: transparent;
border: 1px solid #666;
border-radius: 50%;
color: #666;
line-height: 100px;
font-size: 50px;
display: inline-block;
margin-bottom: 20px;
text-align: center;
}
.icon-box.rounded {
padding-left: 110px;
}
.icon-box.rounded i {
width: 80px;
height: 80px;
font-size: 34px;
line-height: 80px;
overflow: hidden;
position: relative;
z-index: 11;
transition: 0.3s ease-in-out;
transform: translate3d(0,0,0) scale(1);
backface-visibility: hidden;
}
.icon-box svg,
.icon-box img {
width: auto;
} .icon-box.rounded i:before { 
position: relative;
z-index: 11;
}
.icon-box.rounded i:after {
content: "";
width: 200px;
height: 0%;
display: inline-block;
position: absolute;
top: 0;
left: 0;
background-color: #666;
z-index: 8;
transition: height 0.3s ease-in-out, opacity 0.5s ease-in-out;
opacity: 0.08;
transform: rotate(45deg);
} .icon-box.rounded.alt {
text-align: center;
margin: 10px 20px 0 20px;
padding-left: 0;
}
.icon-box.rounded.alt i {
display: inline-block;
text-align: center;
margin: 0 auto;
margin-bottom: 15px;
position: relative;
width: 94px;
height: 94px;
line-height: 94px;
font-size: 38px;
} .icon-box.rounded:hover i { transform: translate3d(0,0,0) scale(1.21); }
.icon-box.rounded:hover i:after { height: 150%;} ul { 
list-style-type: disc; 
list-style-position: inside; 
}
ol { 
list-style-type: decimal; 
list-style-position: inside; 
}
ul ul, ol ul { 
list-style-type: circle; 
list-style-position: inside; 
margin-left: 15px; 
}
ol ol, ul ol { 
list-style-type: lower-latin; 
list-style-position: inside; 
margin-left: 15px; 
} ul#jPanelMenu-menu,
ul#jPanelMenu-menu ul,
ul.contact-informations,
ul.widget-tabs,
ul.commentlist,
ul.woocommerce-error,
body .plan-features ul,
ul.resumes,
ul.job-manager-bookmark-actions,
.categories-group ul,
ul#popular-categories,
ul.job_listings, 
ul.job_types {
margin: 0px;
list-style: none;
}
.single-resume .resume_description.styled-list li:before,
.job-application-notes-list { margin-bottom: 20px; }
.job-application-note {
list-style: none;
padding: 0 0 22px 0;
}
.job-application-note-meta { color: #888 ;}
.job-application-note-content { margin-bottom: 4px;}
dl.job-application-meta { }
.job-application-meta dt {
width: 100%;
text-transform: capitalize;
margin-bottom: 0px;
font-weight: 500;
color: #666;
font-size: 13px;
}
.job-application-meta dd {
margin-left: 0px;
margin-top: -4px;
margin-bottom: 12px;
}
.send-app-btn {
border: none;
margin-top: 10px;
}
#application_message { margin-bottom: 15px;}
.fieldset-application_attachment { margin-top: 15px; }
.small-dialog-content .send-app-btn input { margin-bottom: 0; width: 100%; } body .woocommerce-tabs .tabs,
body .woocommerce-MyAccount-navigation ul,
body ul.tabs-nav-o,
body ul.tabs-nav {
list-style: none;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
body .type-page .woocommerce-MyAccount-navigation li,
body .woocommerce-MyAccount-navigation li,
body .type-page .woocommerce-tabs .tabs li,
body .woocommerce-tabs .tabs li,
body .type-page ul.tabs-nav-o li,
body ul.tabs-nav-o li,
body .type-page ul.tabs-nav li,
body ul.tabs-nav li {
float: left;
line-height: 45px;
overflow: hidden;
padding: 0;
position: relative;
}
body .type-page .woocommerce-MyAccount-navigation li,
body .woocommerce-MyAccount-navigation li {
float: none;
}
.woocommerce-MyAccount-navigation li:first-child a,
.woocommerce-tabs .tabs li:first-child a,
body ul.tabs-nav-o li:first-child a,
body ul.tabs-nav li:first-child a {
border-radius: 0px;
}
.woocommerce-MyAccount-navigation li a,
.woocommerce-tabs .tabs li a,
body ul.tabs-nav li a,
body ul.tabs-nav-o li a,
.tab-reviews {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.woocommerce-MyAccount-navigation li a,
.woocommerce-tabs .tabs li a,
body ul.tabs-nav-o li a,
body ul.tabs-nav li a {
background-color: #f2f2f2;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #808080;
font-weight: 500;
display: block;
letter-spacing: 0;
outline: none;
padding: 0 20px;
text-decoration: none;
font-size: 14px;
text-transform: none;
box-shadow: 0px 0px 0px 0px;
border-radius: 0px;
}
.woocommerce-tabs .tabs li a:hover,
.tabs-nav-o li a:hover,
.woocommerce-MyAccount-navigation li a:hover,
.tabs-nav li a:hover { background-color: #eaeaea; }
.tab-reviews { color: #aaa; }
.tabs-nav li.active .tab-reviews { color: #fff; }
.woocommerce-tabs .tabs li.active a,
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li.current-menu-item a,
.tabs-nav-o li.active a,
.tabs-nav li.active a {
background-color: #505050;
color: #fff;
box-shadow: 0px 0px 0px 0px;
}
.tab-content { padding: 15px 0px; }
.tabs-container {
overflow: hidden;
width: 100%;
}
.wc-tab h2:first-child {display: none} .post-quote {
background: #f8f8f8;
padding: 28px;
margin: 0 0 15px 0;
position: relative;
}
.post-quote blockquote {
font-size: 18px;
font-style: normal;
line-height: 29px;
padding: 0 0 0 53px;
font-weight: 500;
}
.post-quote span {
text-decoration: none;
display: block;
font-size: 16px;
color: #999;
font-weight: 500;
margin-top: 10px;
}
.post-quote .icon {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 60px;
}
.post-quote .icon:before {
font-family: "FontAwesome";
font-size: 28px;
content: "\f10d";
color: #d0d0d0;
position: relative;
height: 15px;
width: 25px;
display: block;
float: left;
margin: 22px 0 0 32px;
font-weight: normal;
} .accordion h3,
.trigger a {
display: block;
cursor: pointer;
position: relative;
padding: 0;
line-height: 26px;
outline: none;
color: #888;
font-size: 14px;
font-weight: 500;
background-color: #f6f6f6;
-webkit-transition: background-color 200ms ease-in-out;
-moz-transition: background-color 200ms ease-in-out;
-o-transition: background-color 200ms ease-in-out;
-ms-transition: background-color 200ms ease-in-out;
transition: background-color 200ms ease-in-out;
padding: 14px 20px 13px 20px;
margin-bottom: 10px;
text-transform: none;
border-radius: 0px;
box-shadow: none !important;
}
h3.active-acc {
color: #fff
}
.active-acc:hover,
.trigger a:hover {
background-color: #eee;
}
.accordion h3:hover,
.active-acc-active {
background-color: #eaeaea;
}
.active-acc i,
.trigger a i {
margin: 0 4px 0 0;
position: relative;
}
.accordion div,
.toggle-container {
padding: 0 16px 10px 16px;
}
.accordion p,
.toggle-container p { margin: 0; } .info-banner {
background: #f6f6f6;
display: block;
padding: 35px 38px;
margin-bottom: 15px;
border-radius: 4px;
}
.info-content {
float: left;
font-size: 18px;
}
.info-banner p {
margin: 2px 0 0 0;
color: #888;
}
.info-banner a.button {
float: right;
margin: 7px 0 0 0;
font-size: 16px;
padding: 11px 17px;
}
.inf-banner a.button:hover { background-color: #333; color: #fff; }
.info-banner h3 {
font-size: 22px;
font-weight: 500;
line-height: 32px;
} .dropcap {
float: left;
color: #505050;
font-size: 48px;
line-height: 44px;
padding-top: 4px;
padding-right: 10px;
margin-top: -2px;
font-weight: 500;
} .highlight.color,
.highlight.gray,
.highlight.light {
padding: 2px 6px;
color: #fff;
}
.highlight.color { background-color: #505050; }
.highlight.gray {
background: #f2f2f2;
color: #888;
} .plan-price h3 {
text-align: center;
font-size: 20px;
padding: 14px 0;
margin-bottom: 32px;
color: #606060;
font-weight: 400;
text-align: center;
background-color: rgba(0,0,0,0.03);
}
.plan-price {
font-size: 38px;
font-weight: 300;
color: #606060;
text-align: center;
padding: 0 0 32px 0;
position: relative;
}
.plan-price-wrap .subscription-details  {
display: block;
font-size: 20px;
padding: 0px 20px;
}
.plan {	box-sizing: border-box;  }
.plan.color-1 { border: 1px solid #e0e0e0; }
.plan.color-2 { border: none; }
.plan.color-2 .plan-features ul {
border-left: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
}
.plan-features p {
margin-bottom: 0px;
border-left: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
}
.plan-features p:last-child {
padding-bottom: 15px;
} .plan.color-1 .plan-price,
.plan.color-1 a.button { background-color: #f6f6f6; }
.plan.color-2 .plan-price,
.plan.color-2 a.button { background-color: #505050; }
.plan-price .amount,
.plan-price .value {
font-weight: 500;
letter-spacing: -1px;
}
.plan-price del .amount {
opacity: 0.6;
font-size: 26px;
font-weight: 300;
position: absolute;
right: 0;
left: 0;
margin-top: 40px;
text-decoration: line-through;
}
.sidebar .ptwsi_social-icons li a { margin: 0 4px;}
.plan-price ins { text-decoration: none; }
.plan-price ins .amount { padding-bottom: 38px; display: block; text-decoration: none; }
.plan-currency {
font-size: 30px;
opacity: 0.8;
position: relative;
margin: 0 -5px 0 0;
top: -3px;
font-weight: 500;
}
.period {
display: block;
font-size: 18px;
margin: 3px 0 0 0;
opacity: 0.7;
}
.woocommerce .products .plan-features ul,
.woocommerce ul.products .plan-features ul,
.plan-features ul {
padding: 22px 0 22px 0;
}
.woocommerce .products .plan-features ul:first-child, 
.woocommerce ul.products .plan-features ul:first-child,
.plan-features ul:first-child {
padding-bottom: 0px;
margin:0px;
}
.woocommerce .products .plan-features ul:first-child + ul, 
.woocommerce ul.products .plan-features ul:first-child + ul,
.plan-features ul:first-child + ul{
padding-top: 0px;
margin:0px;
}
body .plan-features ul li {
padding: 9px 0;
text-align: center;
}
.woocommerce .products .plan-features a.button,
.plan-features a.button {
position: relative;
display: block;
margin: 0 auto;
text-align: center;
color: #666;
padding: 12px 0;
font-size: 14px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.color-2 .plan-price h3 a { color: inherit; }
.color-1 .plan-price h3 a { color: inherit; }
.woocommerce .products .color-2 .plan-features a.button,
.color-2 .plan-price,
.color-2 .plan-price h3,
.color-2 .plan-price .plan-currency,
.color-2 .plan-features a.button  { color: #fff; }
.color-2 .plan-price h3 { background-color: rgba(0,0,0,0.06); }
.color-1 .plan-features a.button:hover {
background: rgba(0,0,0,0.07)
}
.plan.columns,
.plan.column {margin-bottom: 40px;}
.woocommerce .product a.button { padding: 8px 13px; }
body .product a.button { padding: 12px; } body #googlemaps {
padding-bottom: 30px;
height: 350px
}
.google-map-container { margin: 0 0 38px 0; }
.google-map-container img { max-width: none !important; } .type-page ul.share-post, 
ul.share-post {
position: relative;
margin-top: 15px;
list-style: none;
}
.type-page ul.share-post li,
ul.share-post li {
padding: 0px;
}
.type-page ul.share-post li a,
ul.share-post li a {
color: #fff;
text-align: center;
display: inline-block;
float: left;
margin: 0 1px 1px 0;
padding:0;
position: relative;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
font-size: 12px;
font-weight: 500;
padding: 9px 14px;
text-transform: none;
letter-spacing: 0;
}
ul.share-post li a:before {
font-family: "FontAwesome";
font-size: 13px;
display: inline-block;
margin: 0 6px 0 0;
font-weight: normal;
}
ul.share-post li a:hover { opacity: 0.85; }
ul.share-post li a.rate-recipe:hover {
background-color: #555;
transition: all 0.2s ease-in-out;
opacity: 1;
} .facebook-share { background-color: #3b5998; }
.facebook-share:before { content: "\f09a"; }
.twitter-share { background-color: #33bcf3; }
.x-share { background-color: #000; }
.x-share svg { max-height: 13px;
margin-bottom: -3px; }
.twitter-share:before { content: "\f099"; }
.google-plus-share { background-color: #dd4b39; }
.google-plus-share:before { content: "\f0d5"; }
.pinterest-share { background-color: #cc2127; }
.pinterest-share:before { content: "\f0d2"; }
.behance-share { background-color: #1769ff; }
.behance-share:before { content: "\f1b4"; }
.dribbble-share { background-color: #ea4c89; }
.dribbble-share:before { content: "\f17d"; }
.instagram-share { background-color: #3f729b; }
.instagram-share:before { content: "\f16d"; }
.linkedin-share { background-color: #0976b4; }
.linkedin-share:before { content: "\f0e1"; }
.github-share { background-color: #4183c4; }
.github-share:before { content: "\f113"; }
.youtube-share { background-color: #e52d27; }
.youtube-share:before { content: "\f167"; }
.pinterest0share { background-color: #cc2127; }
.pinterest-share:before { content: "\f0d2"; } .contact-informations { margin: 20px 0 0 0; }
.contact-informations p { margin:0; }
.contact-informations li i {
float: left;
margin: 4px 7px 0 0;
color: #888;
}
.contact-informations li,
.contact-informations.second li {
margin: 6px 0;
padding: 0;
}
.contact-informations.second {margin-top:25px;} .page .wpcf7-form fieldset div  {
margin-bottom: 20px;
}
.page .wpcf7-form fieldset div input {
width: 300px;
}
.page .wpcf7-form textarea {
width: auto;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-height: 220px;
resize: vertical;
}
.page .wpcf7-form input[type="submit"] {
margin-top: 0;
float: left;
}
.page .wpcf7-form input,
.page .wpcf7-form textarea,
.page .wpcf7-form select {
-webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
-moz-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
-o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
-ms-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.page .wpcf7-form input:focus
.page .wpcf7-form textarea:focus,
.page .wpcf7-form select:focus {
outline: none;
position: relative;
z-index: 5;
}
.page .wpcf7-form input.wpcf7-not-valid,
.page .wpcf7-form textarea.wpcf7-not-valid,
.page .wpcf7-form select.wpcf7-not-valid {
border: 1px solid #e09b97;
background: #ffeceb;
}
.wpcf7-spinner {margin-top: 12px;}
.wpcf7 form .wpcf7-response-output {
margin: 20px 0 0 0;
padding: 10px;
border-radius: 5px;
}
.page .wpcf7-form label {
margin-bottom: 8px;
}
.page .wpcf7-form label span {
color: #e24747;
margin-left: 2px;
}
div.wpcf7 img.ajax-loader {
margin: 15px 0 0 10px;
float: left;
}
.page .wpcf7 p {
margin-bottom: 0px
}
.wpcf7 #message {
margin: 0;
padding: 0;
display: block;
background: transparent none;
}  .ptwsi_social-icons li {
display: inline;
float: left;
margin-right: 4px;
text-align: left;
}
.ptwsi_social-icons li a.ptwsi-social-icon {
width: 42px;
height: 42px;
display: inline-block;
background-color: #f2f2f2;
border-radius: 50%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: relative;
overflow: hidden;
}
.ptwsi_social-icons li {
transform:scale(1.15);
-webkit-transform:scale(1.15); 
-moz-transform:scale(1.15);
-o-transform:scale(1.15);
margin-top: 5px;
}
body ul.ptwsi_social-icons { margin-left: -10px; padding: 0px;} .footer-bottom .social-icons {
display: inline-block;
margin-bottom: 15px;
margin-top: 4px;
}
.footer-bottom .social-icons li {
margin: 0 3px;
transform:scale(1);
-webkit-transform:scale(1); 
-moz-transform:scale(1);
-o-transform:scale(1);
display: inline;
float: left;
text-align: left;
}
.footer-bottom .social-icons li a {
width: 42px;
height: 42px;
display: inline-block;
background-color: #f2f2f2;
border-radius: 50%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: relative;
overflow: hidden;
}
.footer-bottom .social-icons li a {
border-radius: 50%;
background-color: transparent;
border: 1px solid #484848;
}
.footer-bottom .social-icons li a:before { color: #fff; } .social-icons li a i {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: absolute;
z-index: 20;
}
.social-icons li a:hover,
.social-icons li a i {
color: #fff;
}
.social-icons li a i {
top: -30px;
opacity:0;
}
.social-icons li a:hover i {
top: 0;
opacity: 1;
}
.twitter:before,
.wordpress:before,
.facebook:before,
.linkedin:before,
.steam:before,
.tumblr:before,
.github:before,
.delicious:before,
.instagram:before,
.xing:before,
.amazon:before,
.dropbox:before,
.paypal:before,
.lastfm:before,
.gplus:before,
.yahoo:before,
.pinterest:before,
.dribbble:before,
.flickr:before,
.reddit:before,
.vimeo:before,
.spotify:before,
.rss:before,
.youtube:before,
.blogger:before,
.appstore:before,
.digg:before,
.evernote:before,
.fivehundredpx:before,
.forrst:before,
.stumbleupon:before,
.dribbble:before {
font-family: "fontello";
font-size: 16px;
line-height: 16px;
color: #a0a0a0;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
position: absolute;
z-index: 20;
} .twitter:before,
.social-icons li a.twitter i {font-size: 14px !important;}
.twitter i, .twitter:before { margin: 13px 0 0 12px; }
.twitter:before { content: "\54"; top: 0; opacity:1; }
.twitter:hover:before { top: 30px; opacity: 0; }
.twitter:hover,
.footer-bottom .twitter:hover { background-color: #3bc1ed; border-color: #3bc1ed; }
.dribbble i, .dribbble:before { margin: 13px 0 0 13px; }
.dribbble:before { content: "\44"; top: 0; opacity:1; }
.dribbble:hover:before { top: 30px; opacity: 0; }
.dribbble:hover { background-color: #ef5a92; }
.footer-bottom .dribbble:hover { background-color: #ef5a92; border-color: #ef5a92; }
.facebook i, .facebook:before { margin: 13px 0 0 16px; }
.facebook:before { content: "\66"; top: 0; opacity:1; }
.facebook:hover:before { top: 30px; opacity: 0; }
.facebook:hover { background-color: #4a6d9d; }
.footer-bottom .facebook:hover { background-color: #4a6d9d; border-color: #4a6d9d;}
.linkedin i, .linkedin:before { margin: 13px 0 0 13px; }
.linkedin:before { content: "\4c"; top: 0; opacity:1; }
.linkedin:hover:before { top: 30px; opacity: 0; }
.linkedin:hover { background-color: #0b7bb5; }
.footer-bottom .linkedin:hover { background-color: #0b7bb5; border-color: #0b7bb5;}
.delicious i, .delicious:before { margin: 13px 0 0 13px; }
.delicious:before { content: "\23"; top: 0; opacity:1; }
.delicious:hover:before { top: 30px; opacity: 0; }
.delicious:hover { background-color: #3274d1; }
.footer-bottom .delicious:hover { background-color: #3274d1; border-color: #3274d1;}
.paypal i, .paypal:before { margin: 13px 0 0 13px; }
.paypal:before { content: "\24"; top: 0; opacity:1; }
.paypal:hover:before { top: 30px; opacity: 0; }
.paypal:hover { background-color: #2e689a; }
.footer-bottom .paypal:hover { background-color: #2e689a; border-color:#2e689a ;}
.gplus i, .gplus:before { margin: 13px 0 0 13px; }
.gplus:before { content: "\2b"; top: 0; opacity:1; }
.gplus:hover:before { top: 30px; opacity: 0; }
.gplus:hover { background-color: #d53824; }
.footer-bottom .gplus:hover { background-color: #d53824;border-color: #d53824;}
.icon-gplus:before,
.gplus:before {
content: "\f0d5" !important;
font-family: "FontAwesome";
}
.stumbleupon i, .stumbleupon:before { margin: 13px 0 0 11px; }
.stumbleupon:before { content: "\2f"; top: 0; opacity:1; }
.stumbleupon:hover:before { top: 30px; opacity: 0; }
.stumbleupon:hover { background-color: #eb4924; }
.footer-bottom .stumbleupon:hover { background-color: #eb4924; border-color:#eb4924 ;}
.fivehundredpx i, .fivehundredpx:before { margin: 13px 0 0 11px; }
.fivehundredpx:before { content: "\30"; top: 0; opacity:1; }
.fivehundredpx:hover:before { top: 30px; opacity: 0; }
.fivehundredpx:hover { background-color: #444; }
.footer-bottom .fivehundredpx:hover { background-color: #444; border-color:  #444;}
.pinterest i, .pinterest:before { margin: 13px 0 0 15px; }
.pinterest:before { content: "\31"; top: 0; opacity:1; }
.pinterest:hover:before { top: 30px; opacity: 0; }
.pinterest:hover { background-color: #cb1f25; }
.footer-bottom .pinterest:hover { background-color: #cb1f25; border-color: #cb1f25;}
.forrst i, .forrst:before { margin: 13px 0 0 15px; }
.forrst:before { content: "\3a"; top: 0; opacity:1; }
.forrst:hover:before { top: 30px; opacity: 0; }
.forrst:hover { background-color: #40833e; }
.footer-bottom .forrst:hover { background-color: #40833e; border-color:  #40833e;}
.digg i, .digg:before { margin: 13px 0 0 12px; }
.digg:before { content: "\3b"; top: 0; opacity:1; }
.digg:hover:before { top: 30px; opacity: 0; }
.digg:hover { background-color: #205685; }
.footer-bottom .digg:hover { background-color: #205685; border-color: #205685;}
.spotify i, .spotify:before { margin: 13px 0 0 13px; }
.spotify:before { content: "\3d"; top: 0; opacity:1; }
.spotify:hover:before { top: 30px; opacity: 0; }
.spotify:hover { background-color: #6ca405; }
.footer-bottom .spotify:hover { background-color: #6ca405; border-color: #6ca405;}
.reddit i, .reddit:before { margin: 13px 0 0 12px; }
.reddit:before { content: "\3e"; top: 0; opacity:1; }
.reddit:hover:before { top: 30px; opacity: 0; }
.reddit:hover { background-color: #404040; }
.footer-bottom .reddit:hover { background-color: #404040; border-color:  #404040;}
.appstore i, .appstore:before { margin: 13px 0 0 14px; }
.appstore:before { content: "\41"; top: 0; opacity:1; }
.appstore:hover:before { top: 30px; opacity: 0; }
.appstore:hover { background-color: #c0c0c0; }
.footer-bottom .appstore:hover { background-color: #c0c0c0; border-color: #c0c0c0;}
.blogger i, .blogger:before { margin: 13px 0 0 15px; font-size: 14px !important; }
.blogger:before { content: "\42"; top: 0; opacity:1; }
.blogger:hover:before { top: 30px; opacity: 0; }
.blogger:hover { background-color: #ff6501; }
.footer-bottom .blogger:hover { background-color: #ff6501; border-color:#ff6501 ;}
.dribbble i, .dribbble:before { margin: 13px 0 0 13px; }
.dribbble:before { content: "\44"; top: 0; opacity:1; }
.dribbble:hover:before { top: 30px; opacity: 0; }
.dribbble:hover { background-color: #ef5a92; }
.footer-bottom .dribbble:hover { background-color: #ef5a92; border-color: #ef5a92;}
.evernote i, .evernote:before { margin: 13px 0 0 15px; }
.evernote:before { content: "\45"; top: 0; opacity:1; }
.evernote:hover:before { top: 30px; opacity: 0; }
.evernote:hover { background-color: #6bb130; }
.footer-bottom .evernote:hover { background-color: #6bb130; border-color: #6bb130;}
.flickr i, .flickr:before { margin: 13px 0 0 13px; }
.flickr:before { content: "\46"; top: 0; opacity:1; }
.flickr:hover:before { top: 30px; opacity: 0; }
.flickr:hover { background-color: #136dd5; }
.footer-bottom .flickr:hover { background-color: #136dd5;border-color: #136dd5; }
.rss i, .rss:before { margin: 13px 0 0 14px; font-size: 14px !important; }
.rss:before { content: "\52"; top: 0; opacity:1; }
.rss:hover:before { top: 30px; opacity: 0; }
.rss:hover { background-color: #fe8f00; }
.footer-bottom .rss:hover { background-color: #fe8f00; border-color: #fe8f00;}
.youtube i, .youtube:before { margin: 13px 0 0 14px; font-size: 18px !important; }
.youtube:before { content: "\55"; top: 0; opacity:1; }
.youtube:hover:before { top: 30px; opacity: 0; }
.youtube:hover { background-color: #bf2f29; }
.footer-bottom .youtube:hover { background-color: #bf2f29;border-color: #bf2f29; }
.vimeo i, .vimeo:before { margin: 13px 0 0 13px; font-size: 14px !important; }
.vimeo:before { content: "\56"; top: 0; opacity:1; }
.vimeo:hover:before { top: 30px; opacity: 0; }
.vimeo:hover { background-color: #4c8ab0; }
.footer-bottom .vimeo:hover { background-color: #4c8ab0; border-color: #4c8ab0;}
.xing i, .xing:before { margin: 13px 0 0 14px; }
.xing:before { content: "\58"; top: 0; opacity:1; }
.xing:hover:before { top: 30px; opacity: 0; }
.xing:hover { background-color: #036568; }
.footer-bottom .xing:hover { background-color: #036568; border-color: #036568;}
.yahoo i, .yahoo:before { margin: 13px 0 0 11px; }
.yahoo:before { content: "\59"; top: 0; opacity:1; }
.yahoo:hover:before { top: 30px; opacity: 0; }
.yahoo:hover { background-color: #9251a2; }
.footer-bottom .yahoo:hover { background-color: #9251a2; border-color: #9251a2;}
.amazon i, .amazon:before { margin: 13px 0 0 12px; }
.amazon:before { content: "\61"; top: 0; opacity:1; }
.amazon:hover:before { top: 30px; opacity: 0; }
.amazon:hover { background-color: #2f3842; }
.footer-bottom .amazon:hover { background-color: #2f3842; border-color: #2f3842 ;}
.steam i, .steam:before { margin: 13px 0 0 11px; }
.steam:before { content: "\62"; top: 0; opacity:1; }
.steam:hover:before { top: 30px; opacity: 0; }
.steam:hover { background-color: #383838; }
.footer-bottom .steam:hover { background-color: #383838; border-color:  #383838;}
.dropbox i, .dropbox:before { margin: 13px 0 0 13px; }
.dropbox:before { content: "\64"; top: 0; opacity:1; }
.dropbox:hover:before { top: 30px; opacity: 0; }
.dropbox:hover { background-color: #2c92dd; }
.footer-bottom .dropbox:hover { background-color: #2c92dd;border-color:#2c92dd ; }
.github i, .github:before { margin: 13px 0 0 13px; }
.github:before { content: "\67"; top: 0; opacity:1; }
.github:hover:before { top: 30px; opacity: 0; }
.github:hover { background-color: #5c7381; }
.footer-bottom .github:hover { background-color: #5c7381;border-color: #5c7381; }
.lastfm i, .lastfm:before { margin: 13px 0 0 11px; }
.lastfm:before { content: "\6c"; top: 0; opacity:1; }
.lastfm:hover:before { top: 30px; opacity: 0; }
.lastfm:hover { background-color: #d21309; }
.footer-bottom .lastfm:hover { background-color: #d21309;border-color: #d21309; }
.tumblr i, .tumblr:before { margin: 13px 0 0 15px; }
.tumblr:before { content: "\74"; top: 0; opacity:1; }
.tumblr:hover:before { top: 30px; opacity: 0; }
.tumblr:hover { background-color: #3d658d; }
.footer-bottom .tumblr:hover { background-color: #3d658d;border-color: #3d658d; }
.wordpress i, .wordpress:before { margin: 13px 0 0 14px; }
.wordpress:before { content: "\77"; top: 0; opacity:1; }
.wordpress:hover:before { top: 30px; opacity: 0; }
.wordpress:hover { background-color: #383838; }
.footer-bottom .wordpress:hover { background-color: #383838; border-color: #383838;}
.instagram i, .instagram:before { margin: 13px 0 0 14px; }
.instagram:before { content: "\f31f"; top: 0; opacity:1; }
.instagram:hover:before { top: 30px; opacity: 0; }
.instagram:hover { background-color: #3f6f94; }
.footer-bottom .instagram:hover { background-color: #3f6f94;border-color:#3f6f94 ; } @font-face {
font-family: 'fontello';
src: url(//zilla1.com/wp-content/themes/workscout/fonts/fontello.eot?31771571);
src: url(//zilla1.com/wp-content/themes/workscout/fonts/fontello.eot?31771571#iefix) format('embedded-opentype'),
url(//zilla1.com/wp-content/themes/workscout/fonts/fontello.woff?31771571) format('woff'),
url(//zilla1.com/wp-content/themes/workscout/fonts/fontello.ttf?31771571) format('truetype'),
url(//zilla1.com/wp-content/themes/workscout/fonts/fontello.svg?31771571#fontello) format('svg');
font-weight: normal;
font-style: normal;
}
.social-icons li i {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 16px;
font-size: 16px;
width: auto;
}
.icon-delicious:before { content: '\23'; } .icon-paypal:before { content: '\24'; } .icon-gplus:before { content: '\2b'; } .icon-stumbleupon:before { content: '\2f'; } .icon-fivehundredpx:before { content: '\30'; } .icon-pinterest:before { content: '\31'; } .icon-forrst:before { content: '\3a'; } .icon-digg:before { content: '\3b'; } .icon-spotify:before { content: '\3d'; } .icon-reddit:before { content: '\3e'; } .icon-appstore:before { content: '\41'; } .icon-blogger:before { content: '\42'; } .icon-dribbble:before { content: '\44'; } .icon-evernote:before { content: '\45'; } .icon-flickr:before { content: '\46'; } .icon-linkedin:before { content: '\4c'; } .icon-rss:before { content: '\52'; } .icon-twitter:before { content: '\54'; } .icon-youtube:before { content: '\55'; } .icon-vimeo:before { content: '\56'; } .icon-xing:before { content: '\58'; } .icon-yahoo:before { content: '\59'; } .icon-amazon:before { content: '\61'; } .icon-steam:before { content: '\62'; } .icon-dropbox:before { content: '\64'; } .icon-facebook:before { content: '\66'; } .icon-github:before { content: '\67'; } .icon-lastfm:before { content: '\6c'; } .icon-tumblr:before { content: '\74'; } .icon-wordpress:before { content: '\77'; } .icon-linkedin-rect:before { content: '\f31b'; } .icon-instagram:before { content: '\f31f'; }   .padding-right { padding-right: 20px; }
.resumes { position: relative; }
body ul.resumes,
body ul.job-list {
margin-bottom: 30px;
list-style: none;
margin-left: 0px;
}
ul.resumes.loading,
ul.job-list.loading {
opacity: 0.7
}
.job-list.hide-desc .listing-desc{
display: none
}
.job_title small { color: #888; } .job_listings > li,
.job-list > li {
background-color: #fff;
border-top: 1px solid #e0e0e0;
position: relative;
z-index: 99;
padding: 0;
} .job_listings > li a,
.job-list > li a {
color: #808080;
width: 100%;
height: 100%;
display: inline-block;
} .job_listings > li:last-child,
.job-list > li:last-child {
border-bottom: 1px solid #e0e0e0;
} .job_listings > li:nth-child(2n),
.job-list > li:nth-child(2n) {
background-color: #fbfbfb;
} .job_listings li:hover,
.job-list > li:hover {
background-color: rgba(80, 80, 80,0.05);
border-color: rgba(80, 80, 80,0.7);
z-index: 1011;
}  .job-list li.job_position_featured a:before,
.job_listings > li a:before,
.job-list > li a:before {
content: "";
width: 100%;
height: 100%;
display: inline-block;
position: absolute;
-webkit-box-shadow: 0px 1px 0px 0px rgba(80, 80, 80,0.7);
-moz-box-shadow: 0px 1px 0px 0px rgba(80, 80, 80,0.7);
box-shadow: 0px 1px 0px 0px rgba(80, 80, 80,0.7);
top: 0;
left: 0;
z-index: 101;
opacity: 0;
} .job-list > li:hover a:before { opacity: 1 }
.resume-title a { font-weight: 500; color: #333; }
.resume-title small { color: #aaa; } .job-list > li,
.job_listings > li,
.job-list > li a:before 
.job_listings > li a:before {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}  li.resume_featured a:before, .job-list li.job_position_featured a:before {
-webkit-box-shadow: 0px 1px 0px 0px #e0da94;
-moz-box-shadow: 0px 1px 0px 0px #e0da94;
box-shadow: 0px 1px 0px 0px #e0da94;
opacity: 1;
} li.resume_featured,
.job-list li.job_position_featured {
background-color: #fefff6 !important; 
border-color: #e0da94 !important;
z-index: 100 !important;
} .resume-titlebar i,
.job-spotlight i,
.resume-spotlight i,
.map-box a i,
.job_listings > li a i,
.job-list > li a i {
color: #999;
margin-right: 0;
font-weight: 500;
}
.job-spotlight i {
margin-right: 2px;
font-size: 18px;
top: 2px;
position: relative;
}
.resume-titlebar span a:hover i {
color: #505050;
}
.resume-titlebar span,
.map-box  span,
.resume-spotlight span,
.job-spotlight span,
.job_listings > li a span,
.job_listings > .job_listings > .job_listings > li a span,
.job-list > li a span,
.job-list > .job_listings > .job_listings > li a span {
margin-right: 17px;
display: inline-block;
}
.job-list > li a span.job-type {
margin-right: 0px;
}
.job-list > li a span.job-type:last-child{
margin-right: 17px;
} .job-icons span {
margin-bottom: 8px;
}  .job_listings > li a p,
.job-list > li a p {
line-height: 27px;
margin: 11px 0 0 0;
padding-right: 40px;
color: #666;
} .job_listings img,
.job-list img {
float: left;
display: inline-block;
margin-left: 35px;
margin-top: 2px;
width: 60px;
height: 60px;
}
.job-list .right .job-list-content {
margin-left: 35px;
} .job_listings .right img,
.job-list .right img {
float: right;
margin-right: 35px;
width: auto
}
.job_listings.logo-to-right .right img,
.job-list.logo-to-right .right img {
float: right;
margin-right: 35px;
max-width: 100px;
height: auto;
}
.job_listings.new-layout.logo-to-right .right img,
.job-list.new-layout.logo-to-right .right img {
width: auto;
height: auto;
max-width: 60px;
}
.resume-spotlight img, .resumes .photo-rounded img {
border-radius: 4px;
width: 90px;
height: 90px;  
float: left;
display: inline-block;
margin: 35px 0 35px 35px;
}
@media (max-width: 992px) {
.resume-spotlight img, .resumes .photo-rounded img {
height: 70px; width: 70px;
}
.resumes.alternative .resumes-content { padding-right: 15px; }
}
@media (max-width: 768px) {
.resume-spotlight img, .resumes.alternative .photo-rounded img {
height: 50px; width: 50px;
} .resumes.alternative li a span {
margin-right: 10px;
line-height: 21px;
margin: 3px 0;
}
.resumes.alternative .resumes-content { margin-left: 25px; padding-right: 15px; }
}
.resume-spotlight img {
margin: 0px 35px 25px 0px;
}
.resume-spotlight.photo-square img,
.resumes .photo-square img {
border-radius: 0px;
width: 90px;
height: auto;
}
.resume-titlebar img {
border-radius: 4px;
width: 110px;
height: 110px;
margin-top: 6px;
margin-left: 0;
float: left;
display: inline-block;
}
.resume-titlebar.photo-square img {
border-radius: 0px;
height: auto
} .job_listings .job-list-content,
.job-list .job-list-content {
display: block;
margin-left: 125px;
position: relative;
} .resumes .resumes-content,
.job_listings .job-list-content,
.job-list .job-list-content,
.job_listings img,
.job-list img {
padding: 35px 0;
}
.job_listings .job-list-content { padding-right: 20px; }
.job-list .job-list-content { padding-right: 20px; }
.resumes .resumes-content { padding: 30px 0 34px 0; }
.resume-titlebar .resumes-content { padding: 5px 0 15px 0; }
.job_listings .job-list-content h4,
.job-list .job-list-content h4 {
line-height: 31px;
margin: 0px 0 8px 0;
}
.job-list.full .job-list-content h4 { margin-bottom: 15px; } .resumes-content h4 {
font-size: 18px;
color: #505050; 
}
.resume-titlebar .resumes-content h4 { font-size: 22px; }
#titlebar.resume .resume-titlebar .resumes-content h4 span,
.resume-spotlight h4 span,
.resumes-content h4 span {
font-size: 24px;
color: #333;
margin: -3px 0 10px 0;
line-height: 32px;
position: relative;
display: block !important;
}
.resumes-content h4 span {
margin-top:-5px;
font-size: 20px;
line-height: 30px;
}
.resumes li a p { margin-top: 18px; } .skills span {
display: inline-block;
text-transform: none;
padding: 6px 10px;
background-color: #eee;
color: #777;
margin: 0 3px 3px 0px !important;
float: left;
font-size: 12px !important;
font-weight: 500;
line-height: 19px;
}
#titlebar .skills span {
background: #e5e5e5;
color: #666; }
.resumes.alternative .resumes-content.wpb_text_column { margin-bottom: 10px !important; }
.skills { margin-top: 14px; }
.resumes-content .skills span {
font-size: 12px !important;
padding: 6px 12px;
margin-bottom: 3px !important;
} .map-box h4 span,
.job-spotlight h4 span,
#titlebar h1 span,
#titlebar h2 span,
.job_listings h4 span,
.job-list h4 span {
color: #fff;
font-size: 11px;
font-weight: 500;
text-transform: none;
padding: 0 8px;
line-height: 24px;
position: relative;
margin: 0 0 0 2px;
top: 0px;
}
#titlebar h1 span,
#titlebar h2 span {
padding: 2px 8px;
position: relative;
top: -4px;
font-size: 12px;
display: inline-block;
text-transform: none;
}
#titlebar.photo-bg h2 span { top: -7px; }
span.job-type { background-color: #ddd }
span.full-time { background-color: #186fc9; }
span.part-time { background-color: #f1630d; }
span.freelance { background-color: #53b427; }
span.internship { background-color: #e1d123; }
span.temporary { background-color: #e12335; }
span.new_job { background-color: #ff8000 }
span.job-manager-applications-applied-notice { 
background-color: #58ba2b;     
padding: 8px 10px;
position: relative;
font-weight: 500;
text-transform: none;
font-size: 12px;
color:#fff;
}  .job-overview,
.resume-spotlight,
.job-spotlight {
background-color: #fdfdfd;
border: 1px solid #e2e2e2;
padding: 35px 38px 31px 38px;
}
.job-overview .application-deadline {
display: none;
}
.job-overview strong { font-weight: 500; }
.resume-spotlight span a,
.job-spotlight span a { color: #808080; }
li .resume-spotlight,
li .job-spotlight { line-height: 27px; }
.job-spotlight span { color: #808080; }
.resume-spotlight p,
.job-spotlight p { margin: 18px 0px 3px }
li .resume-spotlight p, 
li .job-spotlight p { line-height: 27px; }
.resume-spotlight a h4,
.job-spotlight a h4 {
line-height: 30px;
margin-bottom: 13px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.resume-spotlight a:hover h4,
.job-spotlight a:hover h4 { color: #666; }
.resume-spotlight a.button,
.job-overview a.button,
.job-spotlight a.button {
width: 100%;
text-align: center;
box-sizing: border-box;
margin: 22px 0 0 0;
}   .type-page .job-overview ul,
.job-overview ul {
list-style: none;
margin:0px;
}
.job-overview ul li {
margin: 0;
padding: 0;
line-height: 16px;
display: flex;
margin: 25px 0;
}
.job-overview ul li:last-child {  }
.job-overview ul li:first-child { margin-top: 0; }
.job-overview ul li a { color: #666;} 
.job-overview ul li i {
font-size: 18px;
color: #505050;
background: #26ae611f;
border-radius: 4px;
height: 40px;
width: 40px;
text-align: center;
line-height: 38px; flex: 0 0 40px;
}
.job-overview ul li i.fa.fa-map-marker {
font-size: 18px;
}
.job-overview ul li span {
display: block;
margin-top: 3px;
line-height: 26px;
}
.full-page-container .job-overview ul li span {
line-height: 24px;
}
.job-overview ul li div {
position: relative; margin-left: 20px;
}
.job-overview a.button { margin-top: 0px; } .company-info {
border-bottom: 1px solid #e0e0e0;
padding-bottom: 33px;
margin-bottom: 35px;
}
.company-tagline {
color: #888
}
.company_video {margin-bottom: 15px;}
.company-info img {
float: left;
display: inline-block;
height: 108px;
width: 108px;
margin-right: 30px;
}
.company-info.right-company-logo img {
width: auto;
float: right;
height: 80px;
}
.company-info .content {
display: block;
float: left;
margin: 23px 0 0 0px;
margin: 0;
margin-top: 2px;
}
.company-info span { margin-right: 10px; }
.company-info span a { color: #666; }
.company-info span a:hover { color: #505050; }
.company-info h4 {
font-size: 18px;
line-height: 26px;
margin-bottom: 0px;
margin-top: 2px;
}
.resume_preview h1,
.job_listing_preview h1 {
display: none;
}
.resume_preview h2,
.job_listing_preview h2 {
font-size: 22px;
}
#dashboard .resume_preview  #titlebar h2,
#dashboard .job_listing_preview #titlebar h2 {
font-size: 24px;
}
.dashboard-content #job_package_selection {
padding: 25px 30px;
background: #fff;
border-radius: 4px;
box-shadow: 0 0 10px rgba(0,0,0,0.08);   
}
.job_listing_preview #titlebar span.new_job, 
.job_listing_preview #titlebar span.job-type {
color: #fff;
font-size: 13px;
padding: 4px 6px;
line-height: 20px;
}
.job_listing_preview #titlebar span a, .job_listing_preview #titlebar span,
.resume_preview #titlebar span a, .resume_preview #titlebar span {
font-size: 16px;
display: inline-block; margin-bottom: 2px;
}
.company-info strong { font-weight: 500; }
.company-info h4 a strong { font-size: 18px; }
.button.send-message-to-owner {
box-shadow: 0 4px 12px rgba(38,174,97, 0.25);
padding: 5px 12px;
margin-top: 9px;
font-size: 13px; 
}
.single-resume .send-message-to-owner { margin-right: 0; }
.button.send-message-to-owner:hover {
box-shadow: 0 4px 12px rgba(34,34,34, 0.25); 
}
.button.send-message-to-owner i {
font-family: FontAwesome;
margin-right: -1px;
font-weight: normal;
}
.company_preview_title,
.resume_preview_title,
.job_listing_preview_title {
overflow: hidden;
padding-top: 16px;
background: #eee;
margin-bottom: 20px;
border-radius: 4px;
padding: 20px 20px 20px 28px;;
padding-top: 15px;
}
.company_preview_title h2,
.resume_preview_title h2,
.job_listing_preview_title h2 {
float: left;
margin: 0;
top: 5px;
font-size: 20px;
position: relative;
font-weight: 500;
}
.company_preview_title input,
.resume_preview_title input,
.job_listing_preview_title input {
margin-top: 5px;
float: right;
margin-left: 5px;
}
.job_listing_packages li input {
float: left;
}
.job_listing_packages_title input, .resume_packages_title input {
margin-top: 10px;
}
#resume_preview .container {margin-left: 0px;}
#resume_preview  .resume-titlebar {margin-left: 50px;}
#job_preview .container .ten.columns,
#job_preview .container .six.columns,
#job_preview .container .five.columns { margin: 0; }
#job_preview #titlebar .ten.columns { width: 100%; margin: 0; }
#job_preview #titlebar.photo-bg { border-radius: 4px; }
#company_preview .company-contact-details,
#job_preview .company-info {
padding: 30px;
border: 1px solid #e0e0e0;
border-radius: 4px;
box-shadow: none;
}
#company_preview .single-company h1:not(.company-contact-details h1) { display: none; }
#company_preview .company-contact-details {
margin: 0;
width: 100%;
margin-bottom: 30px;
}
@media(max-width: 992px) {
#company_preview .container { flex-direction: column;}
#company_preview .container .five.columns {
width: 100%;
max-width: 100%;
}
}
#company_preview .entry-footer { display: none; }
.job-manager-remove-uploaded-file:hover { color: #fff; }
#company_preview .container .ten.columns,
#company_preview .container .six.columns,
#company_preview .container .five.columns { margin: 0; }
#company_preview #titlebar .ten.columns { width: 100%; margin: 0; }
#company_preview #titlebar.photo-bg { border-radius: 4px; }
#company_preview .company-info {
padding: 30px;
border: 1px solid #e0e0e0;
border-radius: 4px;
}
.dashboard-content-container .company_preview,
.dashboard-content-container .resume_preview,
.dashboard-content-container .job_listing_preview.single_job_listing {background: #fff;padding: 35px;border-radius: 4px;box-shadow: 0 0px 15px rgba(0,0,0,0.06);margin-bottom: 20px;}
.job_listing_preview.single_job_listing .job-overview { margin-bottom: 35px; }
@media(max-width: 992px) {
.dashboard-content-container .company_preview,
.dashboard-content-container .resume_preview,
.dashboard-content-container .job_listing_preview.single_job_listing {padding: 30px;}
.dashboard-content-container .company_preview .container,
.dashboard-content-container .resume_preview .container,
.dashboard-content-container .job_listing_preview.single_job_listing .container {padding: 0;}
}
.company_preview .container,
.resume_preview .container,
.job_listing_preview.single_job_listing .container {width: 100%;display: flex;flex-wrap: wrap;}
.job_listing_preview.single_job_listing .container #titlebar h2{ font-size: 24px; }
.company_preview .container .eleven.columns,
.resume_preview .container .eight.columns,
.resume_preview .container .ten.columns,
.resume_preview .container .six.columns,
#job_preview .container .eleven.columns { flex: 1; }
.company_preview .container .five.columns,
#job_preview .container .five.columns { flex: 1;max-width: 340px; }
#company_preview .container .eleven.columns { flex: 1; }
#company_preview .container .five.columns { flex: 1;max-width: 340px; }
.resume_preview .container .six.columns { display: none;}
#resume_preview .resume-titlebar {
margin-left: 0px;
border-bottom: 1px solid #e0e0e0;
padding-bottom: 15px;
}
@media (max-width: 768px) {
.resume_preview .container .eight.columns,
.resume_preview .container .ten.columns,
.resume_preview .container .six.columns,
#job_preview .container .eleven.columns { flex: 1; max-width: 100%; width: 100%;}
.resume_preview .container .eight.columns,
.resume_preview .container .ten.columns,
.resume_preview .container .six.columns,
#job_preview .container .five.columns {flex: 1;max-width: 100%;width: 100%;margin-top: 30px;}   
.resume_preview .container .six.columns { display: none; }
.resume_preview .container,
.job_listing_preview.single_job_listing .container { display: block; }
.resume_preview,
.job_listing_preview.single_job_listing { padding: 25px; }
.resume_preview_title input,
.resume_preview_title h2,
.company_preview_title input, 
.job_listing_preview_title input, 
.job_listing_preview_title h2 { width: 100%; float: none; display: block; }
.resume_preview_title h2,
.company_preview_title h2,
.job_listing_preview_title h2 {display: none;}
.company_preview_title,
.resume_preview_title, .job_listing_preview_title { padding: 15px 20px 20px 15px; }
#resume_preview .resume-titlebar { margin-bottom: -40px; margin-top: -30px; }
#resume_preview .resumes-content { margin-left: 0;}
}  #testimonials {
position: relative;
margin-top: 0;
background-position: 50%;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
}
#testimonials:before {
content:"";
width: 100%;
height: 100%;
display: inline-block;
background-color: rgba(34,34,34,0.9);
position: absolute;
}
.testimonials-slider {
text-align: center;
}
.testimonials-slider li p {
font-size: 24px;
font-weight: 300;
color: #fff;
line-height: 36px;
padding: 80px 60px;
}
.testimonials-slider li p span {
display: block;
font-weight: 500;
font-size: 16px;
margin-top: 20px;
}
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-pauseplay span {
text-transform: capitalize;
}    .flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > li:first-child {
display: block;
}
.flex-direction-nav { display: none; }
.flex-control-nav {
width: 100%;
position: absolute;
bottom: 60px;
text-align: center;
z-index: 999;
left: 0;
}
.flex-control-nav li {
margin: 0 3px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 9px;
height: 9px;
display: block;
background: transparent;
border: 2px solid #fff;
cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.flex-control-paging li a:hover { background: #fff; }
.flex-control-paging li a.flex-active {
background: #fff;
cursor: default;
}  .job-manager-pagination {
width: 100%
}
.job-manager-pagination,
.woocommerce-pagination,
.pagination {
margin: 9px 0 0 0;
text-align: center;
overflow: hidden;
position: relative;
}
.post-navigation {
margin-bottom: 50px;	
overflow: hidden;
}
.pagination-next-prev {
position: relative;
}
.pagination ul li a:before { display: none;}
.job-manager-pagination ul li,
.woocommerce-pagination ul li,
.pagination ul li {
display: inline-block;
margin: 0 3px 0px 0px;
padding: 0;
background: #fff !important;
}
.job-manager-pagination ul li a,
.woocommerce-pagination ul li a,
.pagination ul li a,
.nav-links a,
.job-manager-pagination .current,
.woocommerce-pagination .current,
.pagination .current,
.page-links a,
.pagination-next-prev ul li a {
color: #888;
padding: 9px 16px;
min-width: 10px;
border-bottom: none;
display: inline-block;
background-color: #f2f2f2;
font-weight: 500;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
font-size: 14px;
}
.pagination ul li.current a {color: #fff;}
.nav-links a:hover { color: #fff; }
.job-manager-pagination .current,
.pagination .current,
.pagination ul li a { display: inline-block; width: auto; text-transform: none;
height: 42px;
line-height: 26px;
}
body .pagination ul li { border: none; padding: 0 !important; }
.pagination ul li.blank {
color: #a0a0a0;
padding: 0 6px;
}
.job-manager-pagination .current,
.pagination ul li a.current-page {
background-color: #505050;
color: #fff;
}
.woocommerce-pagination .current,
.pagination .current,
.pagination ul li a:hover,
.pagination-next-prev ul li a:hover {
background-color: #505050;
color: #fff;
}
.pagination ul .nextpostslink {
top:0;
right: 0px;
position: absolute;
margin-right: 10px;
}
.eleven .pagination ul .nextpostslink {
top: 0px;
right: 0px;
position: absolute;
margin-right: 0px;
}
.pagination ul .previouspostslink {
top:0px;
left: 5px;
position: absolute;
}
.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: #888;
padding: 12px 16px;
text-transform: none;
}
.pagination span.pages {
display: none;
}
.job-manager-pagination li a { text-transform: none;}
.job-manager-pagination { margin-bottom: 15px; }  .infobox {
background-color: #505050;
font-size: 27px;
font-weight: 500;
line-height: 40px;
color: #fff;
padding: 65px 0;
text-align: center;
margin: 0 0 47px 0;
}
.infobox a {
color: #fff;
font-weight: 500;
font-size: 14px;
border: 1px solid #fff;
background-color: transparent;
text-transform: none;
padding: 15px 20px;
margin: 0 0 0 20px;
position: relative;
top: -3px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.infobox a:hover {
background-color: #fff;
color: #505050;
}  .hover-icon {
position: absolute;
left: 0;
color: #fff;
font-size: 14px;
width: 46px;
height: 46px;
transform: translate(-50%,-60%);
display: block;
margin: 0 auto;
left: 50%;
top: 50%;
border-radius: 4px;
opacity: 0;
visibiltiy: hidden;
pointer-events: none;
}
.hover-icon:before {
content: "\e90d";
font-family: 'Material-Icons' !important;
font-weight: 400;
position: relative;
font-size: 21px;
margin: 0 auto;
display: block;
width: 22px;
line-height: 44px;
}
.post-img a:before,
.recent-post-img a:before,
.hover-cover,
.hover-icon {
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.recent-post a.button { margin-top: 5px; } .hover-cover {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #222;
opacity: 0;
visibility: hidden;
z-index: 9;
}
.post-img img { width: 100%; }  .showbiz-navigation {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.showbiz {
margin: 0 0 15px 0;
}
body .showbiz ul,
body .showbiz li {
list-style: none;
margin: 0;
padding: 0;
}
body .showbiz ul li {
position:relative;
-webkit-transform: translateZ(10);
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;
margin-right: 20px;
margin-top: 20px;
padding: 0px
}
.showbiz .overflowholder {
overflow: hidden;
position: relative;
width: 100%;
z-index: 2;
}
.showbiz .overflowholder ul {
width: 100000px;
position: absolute;
top: 0px;
left: 0px;
}
.showbiz .overflowholder ul li {
float: left !important;
position:relative;
}
.products .product {
margin-top: 20px;
position: relative;
}
.products a { line-height: 18px; }
.showbiz .mediaholder,
.products .mediaholder {
position:relative;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
background:transparent;
padding:0px;
border:none;
overflow: hidden;
}
.showbiz .mediaholder_innerwrap,
.products .mediaholder_innerwrap {
position:relative;
overflow:hidden;
width:100%;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.showbiz .mediaholder img,
.products .mediaholder img {
width:100%;
position:relative;
margin-bottom:-5px;
}
.showbiz .cover,
.products .cover {
width: 100%;
height: 100%;
top: 0px;
left: 0px;
position: absolute;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.showbiz li:hover .cover,
.products figure:hover .cover {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.showbiz li .mediaholder img,
.products figure .mediaholder img {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.showbiz li:hover .mediaholder img,
.products figure:hover .mediaholder img {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.showbiz .cover,
.showbiz li .mediaholder img,
.products .cover,
.products figure .mediaholder img {
-webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
-moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
-o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); -webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
-moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
-o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); } .showbiz-navigation	{
float: right;
margin: -39px -1px 0 0px;
}
.sb-navigation-left i,
.sb-navigation-right i,
.sb-navigation-left.notclickable,
.sb-navigation-right.notclickable {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sb-navigation-left,
.sb-navigation-right {
cursor: pointer;
float: left;
}
.sb-navigation-left	{ margin-right: 3px; }
.sb-navigation-left i,
.sb-navigation-right i {
line-height:24px;
font-size:28px;
color:#a0a0a0;
margin-left: 10px;
}
.sb-navigation-left.notclickable,
.sb-navigation-right.notclickable {
cursor: default;
}
.sb-navigation-left.notclickable i,
.sb-navigation-right.notclickable i {
color: #c0c0c0;
} .sb-navigation-left-2,
.sb-navigation-right-2,
.sb-navigation-left-2.notclickable,
.sb-navigation-right-2.notclickable {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sb-navigation-left-2,
.sb-navigation-right-2 {
cursor:pointer;
margin-top: 46px;
}
.sb-navigation-left-2	{float:left;}
.sb-navigation-right-2	{float:right;}
.sb-navigation-left-2 i,
.sb-navigation-right-2 i {
line-height:24px;
font-size:34px;
color:#c4c4c4;
}
.sb-navigation-left-2:hover,
.sb-navigation-right-2:hover {
}
.sb-navigation-left-2.notclickable,
.sb-navigation-right-2.notclickable {
cursor:default;
}
.sb-navigation-left-2.notclickable i,
.sb-navigation-right-2.notclickable i {
color: #c4c4c4;
}
.sb-navigation-left-2.alt,
.sb-navigation-right-2.alt {
top: 57%;
margin: 0;
position: absolute;
height: 20px;
width: 20px;
z-index: 99;
}
h3.centered-headline {
text-align: center;
font-size: 24px;
margin: 20px 0 15px 0;
padding: 40px 0;
display: block;
background-color: #f6f6f6;
}
h3.centered-headline span {
display: block;
font-size: 20px;
color: #888;
font-weight: 500;
position: relative;
margin-top: -10px;
}
.one.carousel.column { margin: 0; }
.sb-navigation-left-2.alt { left: 10px; }
.sb-navigation-right-2.alt { right:0; }  .post-container  {
margin-bottom: 50px;
}
.post-content {
border-bottom: 1px solid #e0e0e0;
padding: 33px 0 36px;
}
.single .post-content {
border: 0px;
}
h1.post-title,
.post-content h3 {
line-height: 36px;
font-size: 22px;
}
.post-content a h3 {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.post-content a:hover h3 {
color: #666;
}
.post-content .meta-tags span {
position: relative;
top: 3px;
}
.post-content .meta-tags span span {
top: 0px;
}
.post-content p {
margin-top: 19px;
}
.post-content a.button {
margin-top: 15px;
}
a.post-img {
overflow: hidden;
display: block;
position: relative;
}
a.post-img img { width: 100%; }
a.post-img:before {
height: 100%;
width: 100%;
background-color: #000;
opacity: 0;
position: absolute;
display: block;
z-index: 99;
content: "";
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a.post-img:hover:before {
opacity: 0.12;
}
.single-post .post-content { padding-bottom: 0; } @media (min-width: 1360px) {
body:not(.single-post) .post-container {
display: flex;
}
body:not(.single-post) .post-img {
flex: 0 0 300px;
}
body:not(.single-post) .post-img a,
body:not(.single-post) .post-img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 5px 0 0 5px;
object-position: 30% 50%;
}
body:not(.single-post) .post-content {
border-radius: 0 5px 5px 0;
}
body:not(.single-post) .post-img a:before, 
body:not(.single-post) .recent-post-img a:before {
visibility: visible;
opacity: 0.6;
}
}
.previouspostslink,
.nextpostslink { display: none !important; }  .recent-blog-posts.masonry {
margin:0px -10px;
}
.recent-post {
border-bottom: 1px solid #e0e0e0;
padding-bottom: 32px;
margin-bottom: 15px;
}
.recent-post a h4 {
font-size: 21px;
line-height: 32px;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
margin-bottom: 6px;
}
.recent-post a h4:hover { color: #666; }
.recent-post a { margin-top: 15px; }
.recent-post p { margin-top: 15px; }
.meta-tags span {
display: inline-block;
color: #888;
border-right: 1px solid #e0e0e0;
margin-right: 10px;
padding-right: 10px;
line-height: 14px;
}
.meta-tags span:last-child  { border: none; }
.meta-tags span a { color: #888; }
.meta-tags span a:hover { color: #505050; }
.post-img:hover .hover-icon,
.recent-post-img:hover .hover-icon {
opacity: 1;
visibility: visible;
transform: translate(-50%,-50%);
}
.post-img:hover .hover-cover,
.recent-post-img:hover .hover-cover {
opacity: 0.1;
visibility: visible;
}
.recent-post-img { margin-bottom: 30px; }
.post-img,
.recent-post-img {
position: relative;
overflow: hidden;
}
.post-img a:before,
.recent-post-img a:before {
content:"";
width: 100%;
height: 100%;
display: inline-block;
background-color: rgba(34,34,34,0.15);
position: absolute;
visibility: hidden;
opacity: 0;
}
.post-img a:hover:before,
.recent-post-img a:hover:before {
opacity: 1;
visibility: visible;
} .page .comments { margin-top: 10px;}
.comments { margin: -10px 0 0 0; }
.comments h4 { margin-bottom: 25px; font-size: 20px; }
.comment { font-size: 20px; }
.comments .button {
margin: 0 0 10px 90px;
padding: 7px 15px;
}
.comments.reviews .button { margin: 0; }
.comments ul li {
display: block;
margin: 0 0 20px 90px;
position: relative;
}
.comments ul li ul li {
margin: 20px 0 0 90px;
}
.comment-content p {
margin: 3px 0 0 0;
line-height: 26px;
}
.bypostauthor { }
.comment-content {
background: #f8f8f8;
color: #666;
font-size: 16px;
padding: 26px 30px 25px 30px;
position: relative;
}
.comment-content strong {
padding-right: 5px;
color: #666;
}
.comment-content span { color: #888; }
.comment-content p { padding: 5px 0 !important; }
.comments-amount { color: #888; font-weight: 500; }
.comment-list  img.avatar,
div.avatar {
float: left;
display: inline-block;
position: absolute;
left: -90px;
}
div.avatar img { max-width: 70px; }
.comment-by {
width: 100%;
padding-bottom: 8px;
padding-top: 5px;
font-weight: 700;
color: #555;
font-size: 16px;
}
.comment-by a.comment-reply-link,
.comment-by a.comment-reply-link i {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.comment-by a.comment-reply-link {
display: inline;
background-color: #eee;
padding: 9px 13px;
color: #888;
font-size: 13px;
font-weight: 700;
position: absolute;
right: 0;
top: 0;
text-transform: none;
}
.comment-by a.comment-reply-link i {
color: #888;
font-size: 12px;
margin-right: 1px;
}
.comment-by a.comment-reply-link:hover { background-color: #505050; }
.comment-by a.comment-reply-link:hover,
.comment-by a.comment-reply-link:hover i {
color: #fff;
}
.comment-by span.date {
color: #888;
font-weight: 500;
margin: 6px 0 0 0;
float: none;
display: block;
text-align: left;
}
.comment-respond {
margin-top: 30px;
} .add-comment label span { color: #e24747; }
.add-comment input {
margin: 0 0 20px 0;
width: 40%;
min-width: 40%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.add-comment textarea {
margin: 0 0 18px 0;
width: 100%;
min-width: 100%;
min-height: 220px;
resize: vertical;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}  .sidebox {
text-align: center;
border: 1px solid #e0e0e0;
padding: 30px 0;
margin-bottom: 10px;
}
.usericon {
display: inline-block;
margin: 0 auto;
margin: 20px 0;
}
.usericon img {	border-radius: 50%; }
#singup-dialog .headline,
#login-dialog .headline {
display: none;
}  .left-sidebar .padding-right {
padding-right: 0px;
padding-left: 20px;
}
.wpjm-container.right-sidebar .sidebar {
float: right;
}
.widget-box.search {
padding: 17px;
}
.widget-box {
background-color: #f8f8f8;
padding: 32px 35px;
}
.blog .widget h4 { margin-bottom: 13px; } .widget-box input {
width: 100%;
box-sizing: border-box;
border-color: #e6e6e6;
background-color: #fff;
margin-bottom: 0;
}
.input { position: relative; }
.widget-box .input:before {
content:"\f002";
font-size: 18px;
color: #a0a0a0;
position: absolute;
display: inline-block;
font-family: "FontAwesome";
right: 17px;
top: 10px;
margin-bottom: 0;
} .widget .button.widget-btn {
width: 100%;
box-sizing: border-box;
text-align: center;
margin-top: 5px;
} .widget-tabs li {
padding: 0 0 27px 0;
margin: 24px 0 0 0;
border-bottom: 1px solid #e0e0e0;
}
.widget .tab-content { padding-bottom: 0; }
.widget-tabs li:first-child { margin: 5px 0 0 0; }
.widget-thumb a img {
display: block;
width: 88px;
height: 88px;
float: left;
margin: 3px 18px 0 0;
}
.widget-text h5 {
font-size: 16px;
font-weight: 500;
line-height: 24px;
padding: 3px 0 0 0;
}
.widget-text h5 a { color: #666; }
.widget-text h5 a:hover { color: #505050; }
.widget-text span {
color: #999;
font-weight: 500;
margin: 9px 0 0 0;
display: block;
}
.widget-tabs.comments .widget-text span {
padding: 9px 0 0 0;
margin: 0;
} .tabs-nav.blog li {
width: 33.334%;
text-align: center;
}
.tabs-nav.blog li a { padding: 0; margin-top: 12px; }  .widget { margin-bottom: 35px; }
.widget input#search_radius { margin-bottom: 0; }
.widget .search_keywords input { margin-bottom: 0; }
.widget input { margin-bottom: 15px; }
.widget-box input { margin-bottom: 0; }
.widget h4 {
font-size: 20px;
margin-bottom: 15px;
}
.widget .miles,
.widget .zip-code {
width: 41%;
display: inline;
}
.widget .zip-code { float: right;}
.widget .from {
display: inline;
padding-left: 13px;
box-sizing: border-box;
} .widget_categories li a,
.widget-out-title_categories li a,
.widget_archive li a,
.widget-out-title_archive li a,
.widget_recent_entries li a,
.widget_recent_comments li a,
.widget-out-title_recent_entries li a,
.categories li a,
.widget_pages li a,
.widget_nav_menu li a,
.widget_nav_menu .menu ul > li > a,
.widget_meta li a {
line-height: 22px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color: #666;
}
.widget_nav_menu .menu ul > li > a {
font-size: 16px;
text-transform: none;
font-weight: normal;
font-family: sans-serif, "HelveticaNeue", 'Helvetica Neue', Helvetica, Arial, sans-serif;
padding: 0px;
}
.widget_nav_menu .menu ul li a:hover, .widget_nav_menu .menu ul > li:hover > a {
border: 0px;
background-color: transparent !important;
}
.widget_nav_menu li.current-menu-item a { background-color: transparent !important;}
.widget_categories li ,
.widget-out-title_categories li ,
.widget_archive li ,
.widget-out-title_archive li ,
.widget_recent_entries li ,
.widget_recent_comments li,
.widget-out-title_recent_entries li ,
.categories li ,
.widget_pages li,
.widget_nav_menu li,
.widget_meta li {
margin-left: 14px;
position: relative;
padding: 2px 0;
list-style: none;
}
#footer .widget_nav_menu li {
padding: 0;
}
.widget_categories li:before,
.widget-out-title_categories li:before,
.widget_archive li:before,
.widget-out-title_archive li:before,
.widget_recent_entries li:before,
.widget_recent_comments li:before,
.widget-out-title_recent_entries li:before,
.categories li:before,
.widget_meta li:before,
.widget_nav_menu li:before,
.widget_pages li:before {
font-family: "FontAwesome";
font-size: 16px;
content: "\f105";
position: absolute;
left: -14px;
top: 4px;
font-weight: 500 !important
}
.widget.widget-out-title.widget-out-title_tag_cloud .widget-inside {
background-color: transparent;
padding: 0px;
}
.widget .resumes h3,
.widget .job_listings h3 {
font-size: 16px;
}
.widget .resumes > li:nth-child(2n),
.widget .job_listings > li:nth-child(2n) {
background-color: #fbfbfb;
}
.widget .resumes > li,
.widget .job_listings > li {
background-color: #fff;
border-top: 1px solid #e0e0e0;
position: relative;
z-index: 99;
padding: 10px;
}
.widget .resumes > li .meta,
.widget .job_listings > li .meta {
margin: 0px 10px 0px 0px;
}
.widget .resumes > li .meta,
.widget .job_listings > li .meta  {
color: #888;
}
.widget .resumes li a span {  margin-bottom: 5px; } .footer-widget {margin-bottom: 20px !important; }
.footer-widget.widget_categories li a,
.footer-widget.widget-out-title_categories li a,
.footer-widget.widget_archive li a,
.footer-widget.widget-out-title_archive li a,
.footer-widget.widget_recent_entries li a,
.footer-widget.widget-out-title_recent_entries li a,
.footer-widget.categories li a,
.footer-widget.widget_pages li a,
.footer-widget.widget_nav_menu li a,
.footer-widget.widget_recent_comments li a,
#footer .widget_recent_comments li a,
.footer-widget.widget_meta li a {
padding: 0 0 9px 13px;
display: inline-block;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color: #aaa;
line-height: 21px;
}
.footer-widget.widget_categories li a:hover,
.footer-widget.widget-out-title_categories li a:hover,
.footer-widget.widget_archive li a:hover,
.footer-widget.widget-out-title_archive li a:hover,
.footer-widget.widget_recent_entries li a:hover,
.footer-widget.widget-out-title_recent_entries li a:hover,
.footer-widget.categories li a:hover,
.footer-widget.widget_pages li a:hover,
.footer-widget.widget_recent_comments li a:hover,
#footer .widget_recent_comments li a:hover,
.footer-widget.widget_nav_menu li a:hover,
.footer-widget.widget_meta li a:hover {
padding-left: 16px;
color: #fff !important;
}
.footer-widget.widget_categories li ,
.footer-widget.widget-out-title_categories li ,
.footer-widget.widget_archive li ,
.footer-widget.widget-out-title_archive li ,
.footer-widget.widget_recent_entries li ,
.footer-widget.widget-out-title_recent_entries li ,
.footer-widget.categories li ,
.footer-widget.widget_pages li,
.footer-widget.widget_nav_menu li,
.footer-widget.widget_meta li {
position: relative;
margin-left: 0;
}
.footer-widget.widget_categories li:before,
.footer-widget.widget-out-title_categories li:before,
.footer-widget.widget_archive li:before,
.footer-widget.widget-out-title_archive li:before,
.footer-widget.widget_recent_entries li:before,
.footer-widget.widget-out-title_recent_entries li:before,
.footer-widget.categories li:before,
.footer-widget.widget_meta li:before,
.footer-widget.widget_nav_menu li:before,
.footer-widget.widget_pages li:before {
font-family: "FontAwesome";
font-size: 16px;
content: "\f105";
color: #fff;
position: absolute;
left: 0;
top:2px;
padding: 0 7px 0 0;
color: rgba(255,255,255,.4);
} ul.footer-widget { margin: 0 0 15px 0; }
.widget_nav_menu .menu ul > li > a { margin-bottom: 2px;}
.footer-widget.widget_nav_menu .menu ul > li > a { padding-left: 15px; margin-bottom: 2px; color: #aaa;}
.footer-widget.widget_nav_menu .menu ul,
.widget .menu ul {
margin: 5px 0 10px 8px;
} #wp-calendar {
width:100%;
font-size:14px;
font-weight:300;
border-collapse:separate;
border-spacing:2px;
margin-left:-2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.footer-widget #wp-calendar { border-spacing:4px; }
#wp-calendar table tr:nth-child(2n+1) { background-color: #000 !important; }
#wp-calendar caption { display:none; }
#wp-calendar tbody td {
margin-bottom:10px;
text-align:center;
border:1px solid #e0e0e0;
padding: 6px 0;
min-width: 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #fff;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.footer-widget #wp-calendar thead th {
background-color: #222; border: 1px solid #444;
}
.footer-widget #wp-calendar tfoot td#prev,
.footer-widget #wp-calendar tfoot td#next {
background-color: #202020 !important; border: 0px;
}
.footer-widget #wp-calendar tbody td { background-color: #282828; border: 1px solid #444;}
td.pad {background-color: none !important}
.footer-widget td.pad {background-color: #202020 !important}
#wp-calendar tbody td.pad {
border: 0px none;
background: none !important;
}td.pad {
background-color: none !important;
}
#wp-calendar tbody td#today {
color:#fff;
border-color:#aaa;
background-color: #aaa
}
#wp-calendar tfoot td#prev a,#wp-calendar tfoot td#next a {
color:#888;
font-size:12px;
font-weight:400;
position:relative;
text-transform:none;
bottom:-9px;
margin-bottom:1px;
}
#wp-calendar tfoot td#prev {
text-align:left;
}
#wp-calendar tfoot td#prev a {
font-size: 16px;
text-transform: none;
}
#wp-calendar tfoot td#next {
text-align:right;
}
#wp-calendar thead th {
font-size:13px;
font-weight:500;
color:#888;
text-align:center;
padding-bottom:10px;
}
#wp-calendar tfoot td#next a:hover,#wp-calendar tfoot td#prev a:hover {color:#3685cf;}
#wp-calendar tbody td a {
color: #aaa;
font-weight: 500;
}
.footer-widget .recent-posts-widget li,
#footer #recentcomments li,
.footer-widget #recentcomments li {
border-color: #444;
}
.entry-footer {
clear: both;
} select#categories-dropdown--1,
select#archives-dropdown--1,
select#cat,
.widget_text select{
font-weight: 500;
background-color: #fff;
font-size: 16px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px 12px;
cursor: pointer;
letter-spacing: 0;
}
.footer-widget select#categories-dropdown--1,
.footer-widget select#archives-dropdown--1,
.footer-widget select#cat,
#footer .widget-box.search input,
.footer-widget.widget_text select{
background-color: #2c2c2c;
color: #aaa;
border-color: #444;
}
.footer-widget .wp-caption-text {
background-color: #282828;
color: #fff;
}
#footer .widget-box.search {
background-color: none;
padding: 0;
}
.textwidget strong { color: #fff; } .widget_rss li {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #e8e8e8;
margin-left: 25px;list-style: none;
}
.footer-widget.widget_rss li {
border-bottom: 1px solid #444;
}
.widget_rss li:before{
content:"\f0c8";
position: absolute;
font-family: "FontAwesome";
font-size: 8px;
margin-left: -23px;
margin-top: 2px;
}
.widget_rss li:last-child {
margin-bottom: 0;
border-bottom: 0;
}
.widget_rss li a {
color: #333;
text-transform: none;
font-weight: 500;
line-height: 22px;
font-size: 14px;
}
.footer-widget.widget_rss li a {
color: #fff;
}
.rss-date {
display: block;
color: #999;
margin-top: 5px;
text-transform: none;
font-size: 13px;
}
.widget_rss cite {
color: #999;
font-size: 13px;
text-transform: none;
}
.rssSummary {
padding: 10px 0;
line-height: 26px;
}
.widget_rss h4 a img{
float: left;
margin: 8px 8px 0 0;
}
.widget_rss h4 a { color: #333; }
.footer-widget.widget_rss h4 a { color: #fff; }
.widget_rss .widget-title { margin-bottom: 20px; } .tagcloud { margin: 0 0 -6px -0; }
.filter_by_tag_cloud a,
.tagcloud a {
padding: 4px 11px;
display: inline-block;
background-color: #f2f2f2;
color: #808080;
margin: 0 2px 6px 0;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
text-transform: none;
font-size: 12px;
border-radius: 4px;
}
.tagcloud.inpost {
margin:0px;
}
.tagcloud.inpost li { display: inline; margin-right: 10px}
.tagcloud a:last-child {margin-right:0;}
.filter_by_tag_cloud a.active,
.filter_by_tag_cloud a:hover,
.tagcloud a:hover {
color: #fff;
}
.filter_by_tag_cloud a.active:before {
display: inline-block;
font-family: "Feather-Icons";
content: "\e92b";
font-size: 16px;
line-height: 20px;
margin-right: 3px;
top:2px;
position: relative;
}
.footer-widget .tagcloud a { background-color: #282828; color: #fff; }  .chosen-container {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 15px;
zoom: 1;
*display: inline;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
} .chosen-container .chosen-drop {
position: absolute;
top: 100%;
left: -9999px;
z-index: 1010;
width: 100%;
border: 1px solid #e0e0e0;
background-color: #fcfcfc;
border-top: 0;
box-sizing: border-box;
}
.chosen-container.chosen-with-drop .chosen-drop { left: 0; }
.chosen-container a { cursor: pointer; } .chosen-container-single .chosen-single {
position: relative;
display: block;
overflow: hidden;
padding: 0 0 0 18px;
height: 47px;
line-height: 47px;
border: 1px solid #e0e0e0;
background-color: #fcfcfc;
color: #808080;
text-decoration: none;
white-space: nowrap;
font-weight: 500;
}
.chosen-container.chosen-container-multi .chosen-drop { padding: 4px 4px 4px 0; }
.chosen-container-single .chosen-default { color: #999; }
.chosen-container-single .chosen-single span {
display: block;
overflow: hidden;
margin-right: 26px;
text-overflow: ellipsis;
white-space: nowrap;
color: #808080;
}
.chosen-container-single .chosen-single-with-deselect span { margin-right: 38px; }
.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 {
display: block;
position: relative;
}
.chosen-container-single .chosen-single div b:after {
content: "\f0d7";
font-family: "FontAwesome";
font-size: 14px;
margin: 0 14px 0 0;
top: 0;
position: relative;
width: 11px;
height: 5px;
display: inline-block;
color: #c0c0c0;
float: right;
font-weight: normal;
}
.chosen-container-single .chosen-search {
position: relative;
z-index: 1010;
margin: 0;
padding: 3px 8px;
padding-top: 0;
white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
margin: 1px 0;
margin-bottom: 4px;
padding: 10px 20px 10px 10px;
width: 100%;
height: auto;
outline: 0;
border: 1px solid #ddd;
background-color: #fff;
display: block;
position: relative;
z-index: 9;
background-color: #fafafa;
}
.chosen-container-single .chosen-search > input[type="text"] {
float: none;
width: 100%;
}
.search_location .chosen-container-single .chosen-search > input[type="text"],
.search-container .chosen-container-single .chosen-search > input[type="text"] {
width: 100%  !important;
}
.chosen-container-single .chosen-search:before {
content: "\f002";
font-family: "FontAwesome";
font-size: 15px;
margin: 0 15px 0 0;
top: 10px;
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-drop ::-webkit-scrollbar { width: 10px; }
.chosen-drop ::-webkit-scrollbar-track {
background-color: rgba(0,0,0,0.05);
border-radius: 10px;
}
.chosen-drop ::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: rgba(0,0,0,0.2);
}
.chosen-drop ::-webkit-scrollbar-thumb:hover {
border-radius: 10px;
background-color: rgba(0,0,0,0.3);
} .chosen-container .chosen-results {
color: #808080;
position: relative;
overflow-x: hidden;
overflow-y: auto;
margin: 0 4px 8px 0;
padding: 0 4px 0 8px;
max-height: 232px;
-webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
display: none;
margin: 0;
padding: 10px 10px;
list-style: none;
line-height: 15px;
word-wrap: break-word;
-webkit-touch-callout: none;
}
.chosen-container-multi .chosen-results li { padding: 10px 18px; }
.chosen-container .chosen-results li.active-result {
display: list-item;
cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
display: list-item;
color: #ccc;
cursor: default;
}
.chosen-container .chosen-results li.highlighted {
background-color: #505050;
color: #fff;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.chosen-container .chosen-results li.no-results {
color: #808080;
display: list-item;
background-color: #fff;
}
.chosen-container-multi .chosen-results li.no-results { background-color: #fff; }
.chosen-container .chosen-results li.group-result {
display: list-item;
font-weight: bold;
cursor: default;
}
.chosen-container .chosen-results li.group-option { padding-left: 15px; }
.chosen-container .chosen-results li em {
font-style: normal;
text-decoration: underline;
} .chosen-container-multi .chosen-choices {
position: relative;
display: block;
overflow: hidden;
padding: 12px 18px;
line-height: 36px;
border: 1px solid #e0e0e0;
background-color: #fcfcfc;
text-decoration: none;
white-space: nowrap;
line-height: 23px;
cursor: pointer;
margin: 0px;
}
.chosen-container-multi .chosen-choices li {
float: left;
list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
margin: 0;
padding: 0;
white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
margin: 0;
padding: 0;
height: 24px;
outline: 0;
border: 0 !important;
background: transparent !important;
color: #808080;
line-height: normal;
font-weight: 500;
}
.chosen-container-multi .chosen-choices li.search-choice {
position: relative;
max-width: 100%;
background-color: #505050;
line-height: 29px;
color: #FFF;
cursor: default;
font-weight: 500;
padding: 0px 22px 0px 8px;
margin: 2px 4px 2px 0px;
top: 0;
}
.chosen-container-multi .chosen-choices li.search-choice span { word-wrap: break-word; }
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
position: absolute;
top: -2px;
right: 7px;
display: block;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
content: "\f00d";
font-family: "FontAwesome";
font-size: 13px;
top: 1px;
position: relative;
width: 11px;
height: 5px;
display: inline-block;
color: #fff;
float: right;
font-weight: normal;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
padding-right: 5px;
border: 1px solid #ccc;
background-color: #e4e4e4;
color: #808080;
}
.chosen-container-multi .chosen-choices li.search-choice-focus { background: #d4d4d4; }
.chosen-container-multi .chosen-results {
margin: 0;
padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
display: list-item;
color: #ccc;
cursor: default;
} .chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices,
.chosen-container-active.chosen-with-drop .chosen-single { border: 1px solid #e0e0e0; }
.chosen-container-active.chosen-with-drop .chosen-single div {
border-left: none;
background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b:after { content: "\f0d8" }
.chosen-container-active .chosen-choices li.search-field input[type="text"] { color: #808080 !important; }
select.job-manager-category-dropdown { line-height: 30px; padding: 13px 15px; width: 100%; display: inline-block; }  div.sceditor-grip,
.sceditor-button div {
background-image: url(//zilla1.com/wp-content/themes/workscout/images/famfamfam.png);
background-repeat: no-repeat;
width: 16px;
height: 16px;
}
.sceditor-button-youtube div {
background-position: 0px 0px;
}
.sceditor-button-link div {
background-position: 0px -16px;
}
.sceditor-button-unlink div {
background-position: 0px -32px;
}
.sceditor-button-underline div {
background-position: 0px -48px;
}
.sceditor-button-time div {
background-position: 0px -64px;
}
.sceditor-button-table div {
background-position: 0px -80px;
}
.sceditor-button-superscript div {
background-position: 0px -96px;
}
.sceditor-button-subscript div {
background-position: 0px -112px;
}
.sceditor-button-strike div {
background-position: 0px -128px;
}
.sceditor-button-source div {
background-position: 0px -144px;
}
.sceditor-button-size div {
background-position: 0px -160px;
}
.sceditor-button-rtl div {
background-position: 0px -176px;
}
.sceditor-button-right div {
background-position: 0px -192px;
}
.sceditor-button-removeformat div {
background-position: 0px -208px;
}
.sceditor-button-quote div {
background-position: 0px -224px;
}
.sceditor-button-print div {
background-position: 0px -240px;
}
.sceditor-button-pastetext div {
background-position: 0px -256px;
}
.sceditor-button-paste div {
background-position: 0px -272px;
}
.sceditor-button-outdent div {
background-position: 0px -288px;
}
.sceditor-button-orderedlist div {
background-position: 0px -304px;
}
.sceditor-button-maximize div {
background-position: 0px -320px;
}
.sceditor-button-ltr div {
background-position: 0px -336px;
}
.sceditor-button-left div {
background-position: 0px -352px;
}
.sceditor-button-justify div {
background-position: 0px -368px;
}
.sceditor-button-italic div {
background-position: 0px -384px;
}
.sceditor-button-indent div {
background-position: 0px -400px;
}
.sceditor-button-image div {
background-position: 0px -416px;
}
.sceditor-button-horizontalrule div {
background-position: 0px -432px;
}
.sceditor-button-format div {
background-position: 0px -448px;
}
.sceditor-button-font div {
background-position: 0px -464px;
}
.sceditor-button-emoticon div {
background-position: 0px -480px;
}
.sceditor-button-email div {
background-position: 0px -496px;
}
.sceditor-button-date div {
background-position: 0px -512px;
}
.sceditor-button-cut div {
background-position: 0px -528px;
}
.sceditor-button-copy div {
background-position: 0px -544px;
}
.sceditor-button-color div {
background-position: 0px -560px;
}
.sceditor-button-code div {
background-position: 0px -576px;
}
.sceditor-button-center div {
background-position: 0px -592px;
}
.sceditor-button-bulletlist div {
background-position: 0px -608px;
}
.sceditor-button-bold div {
background-position: 0px -624px;
}
div.sceditor-grip {
background-position: 0px -640px;
width: 10px;
height: 10px;
}
.rtl div.sceditor-grip {
background-position: 0px -650px;
width: 10px;
height: 10px;
}
.sceditor-container {
position: relative;
background: #fff;
font-size: 13px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
color: #222;
line-height: 1;
font-weight: bold;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.sceditor-container,
.sceditor-container div,
div.sceditor-dropdown,
div.sceditor-dropdown div {
padding: 0;
margin: 0;
z-index: 3;
}
.sceditor-container iframe,
.sceditor-container textarea {
line-height: 1;
border: 0;
outline: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #111;
padding: 0;
margin: 5px;
resize: none;
background: #fff;
display: block;
}
div.sceditor-resize-cover {
position: absolute;
top: 0;
left: 0;
background: #000;
width: 100%;
height: 100%;
z-index: 10;
opacity: 0.3;
}
.ie6 div.sceditor-resize-cover,
.ie7 div.sceditor-resize-cover,
.ie8 div.sceditor-resize-cover {
background: #efefef;
}
.sceditor-container.ie6 {
overflow: hidden;
}
div.sceditor-grip {
overflow: hidden;
width: 10px;
height: 10px;
cursor: pointer;
position: absolute;
bottom: 0;
right: 0;
z-index: 3;
}
.sceditor-maximize {
position: fixed;
top: 0;
left: 0;
height: 100% !important;
width: 100% !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
z-index: 2000;
}
html.sceditor-maximize,
body.sceditor-maximize {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
overflow: hidden;
}
.ie6.sceditor-maximize {
position: absolute;
}
.sceditor-maximize div.sceditor-grip {
display: none;
}
.sceditor-maximize div.sceditor-toolbar {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
} div.sceditor-dropdown {
position: absolute;
border: 1px solid #ccc;
background: #fff;
color: #333;
z-index: 4000;
padding: 10px;
line-height: 1;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}
div.sceditor-dropdown a,
div.sceditor-dropdown a:link {
color: #333;
}
div.sceditor-dropdown form {
margin: 0;
}
div.sceditor-dropdown label {
display: block;
font-weight: bold;
color: #3c3c3c;
padding: 4px 0;
}
div.sceditor-dropdown input,
div.sceditor-dropdown textarea {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
outline: 0;
padding: 4px;
border: 1px solid #ccc;
border-top-color: #888;
margin: 0 0 .75em;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
div.sceditor-dropdown textarea {
padding: 6px;
}
div.sceditor-dropdown input:focus,
div.sceditor-dropdown textarea:focus {
border-color: #aaa;
border-top-color: #666;
-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
}
div.sceditor-dropdown .button {
font-weight: bold;
color: #444;
padding: 6px 12px;
background: #ececec;
border: solid 1px #ccc;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
cursor: pointer;
margin: .3em 0 0;
}
div.sceditor-dropdown .button:hover {
background: #f3f3f3;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
div.sceditor-font-picker,
div.sceditor-fontsize-picker,
div.sceditor-format {
padding: 6px 0;
}
div.sceditor-emoticons,
div.sceditor-more-emoticons,
div.sceditor-color-picker {
padding: 0;
}
.sceditor-pastetext textarea {
border: 1px solid #bbb;
width: 20em;
}
.sceditor-emoticons img,
.sceditor-more-emoticons img {
padding: 0;
cursor: pointer;
margin: 2px;
}
.sceditor-more {
border-top: 1px solid #bbb;
display: block;
text-align: center;
cursor: pointer;
font-weight: bold;
padding: 6px 0;
}
.sceditor-dropdown a:hover {
background: #eee;
}
.sceditor-fontsize-option,
.sceditor-font-option,
.sceditor-format a {
display: block;
padding: 7px 10px;
cursor: pointer;
text-decoration: none;
color: #222;
}
.sceditor-fontsize-option {
padding: 7px 13px;
}
.sceditor-color-column {
float: left;
}
.sceditor-color-option {
display: block;
border: 1px solid #fff;
height: 10px;
width: 10px;
overflow: hidden;
}
.sceditor-color-option:hover {
border: 1px solid #333;
} div.sceditor-toolbar {
overflow: hidden;
padding: 3px 5px 2px;
background: #f7f7f7;
line-height: 0;
text-align: left;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
div.sceditor-group {
display: inline-block;
background: #ddd;
margin: 1px 5px 1px 0;
padding: 1px;
border-bottom: 1px solid #aaa;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.ie6 div.sceditor-group,
.ie7 div.sceditor-group {
display: inline;
zoom: 1;
}
.sceditor-button {
float: left;
cursor: pointer;
padding: 3px 5px;
width: 16px;
height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; text-indent: -9999px;
}
.ie .sceditor-button {
text-indent: 0;
}
.ie6 .sceditor-button,
.ie7 .sceditor-button {
float: none !important;
display: inline;
zoom: 1;
}
.ie6 .sceditor-button {
padding: 0;
}
.ie6 .sceditor-button div {
margin: 5px;
}
.ie7 .sceditor-button div {
margin: 5px 0;
}
.sceditor-button:hover,
.sceditor-button:active,
.sceditor-button.active {
background: #fff;
-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3), inset -1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
-moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3), inset -1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3), inset -1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
}
.sceditor-button:active {
background: #fff;
-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3), inset -1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), inset 0 0 8px rgba(0,0,0,0.3);
-moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3), inset -1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), inset 0 0 8px rgba(0,0,0,0.3);
box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3), inset -1px 0 rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), inset 0 0 8px rgba(0,0,0,0.3);
}
.sceditor-button.disabled:hover {
background: inherit;
cursor: default;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.sceditor-button,
.sceditor-button div {
display: block;
}
.sceditor-button div {
margin: 2px 0;
padding: 0;
overflow: hidden;
line-height: 0;
font-size: 0;
color: transparent;
}
.sceditor-button.disabled div {
opacity: 0.3;
}
.text .sceditor-button,
.text .sceditor-button div,
.sceditor-button.text,
.sceditor-button.text div,
.text-icon .sceditor-button,
.text-icon .sceditor-button div,
.sceditor-button.text-icon,
.sceditor-button.text-icon div {
width: auto;
overflow: visible;
line-height: 16px;
font-size: 1em;
color: inherit;
text-indent: 0;
}
.text .sceditor-button div,
.sceditor-button.text div {
padding: 0 2px;
background: none;
}
.text-icon .sceditor-button div,
.sceditor-button.text-icon div {
padding: 0 2px 0 20px;
}
.rtl div.sceditor-toolbar {
text-align: right;
}
.rtl .sceditor-button {
float: right;
}
.rtl div.sceditor-grip {
right: auto;
left: 0;
}
.sceditor-container {
border: 1px solid #ddd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.sceditor-container textarea {
font-family: Consolas, "Bitstream Vera Sans Mono", "Andale Mono", Monaco, "DejaVu Sans Mono", "Lucida Console", monospace;
background: #2e3436;
color: #fff;
margin: 0;
padding: 5px;
}
div.sceditor-toolbar,
div.sceditor-group {
background: #f6f6f6;
}
div.sceditor-toolbar {
padding: 0;
-moz-background-size: 100% 32px;
-o-background-size: 100% 32px;
-webkit-background-size: 100% 32px;
background-size: 100% 32px;
}
div.sceditor-group {
margin: 0;
padding: 2px 4px;
border: 0;
border-right: 1px solid #ccc;
border-left: 1px solid #eaeaea;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
div.sceditor-group:last-child {
border-right: 0;
}
div.sceditor-group:first-child {
border-left: 0;
}
.sceditor-button {
height: 16px;
padding: 5px;
margin: 1px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.sceditor-button div {
margin: 0;
}
.sceditor-button.active,
.sceditor-button:hover,
.sceditor-button:active,
.sceditor-button.active:hover {
margin: 0;
box-shadow: none;
}
.sceditor-button.active {
background: #f4f4f4;
border: 1px solid #ccc;
}
.sceditor-button:hover {
background: #fefefe;
border: 1px solid #ddd;
}
.sceditor-button.disabled:hover {
margin: 1px;
border: 0;
}
.sceditor-button:active {
background: #eee;
border: 1px solid #ccc;
}
.sceditor-button.active:hover {
background: #f8f8f8;
border: 1px solid #ddd;
}  #titlebar.single.submit-page:not(.with-transparent-header) { padding: 65px 0; }
#titlebar.single.submit-page h2 { font-size: 32px; }
.dashboard-content #titlebar.single.submit-page h2,
.dashboard-content-container .submit-page { padding: 0 9%; }
.submit-page label {     margin-bottom: 5px;
font-size: 14px;
line-height: 28px;
color: #333;
font-weight: 500;}
.submit-page label small {  color: #888; font-size: 100% }
.submit-page fieldset,
.submit-page .form {margin-bottom: 34px;}
.resume-manager-data-row fieldset {margin-bottom: 5px;}
.submit-page small.description {
color: #808080;
font-size: 100%;
top: 5px;
position: relative;
}
.form.with-line.fieldset-links .description {
display: block;
margin-bottom: 15px;
font-size: 14px; }
.job-manager-remove-uploaded-file {background: #dc3c3c; border-radius: 4px; padding: 3px; color: #fff; font-size: 13px; }
.fieldset-resume_file {border-top: 1px solid #E0E0E0;
padding-top: 30px;
padding-bottom: 5px;
margin-top: 10px;}
.send-btn-border { width: 100%; border-top: 1px solid #e0e0e0; padding-top: 40px; }
.field p.note { margin-bottom: 0;}
textarea.WYSIWYG { min-height: 300px; }
.submit-page .divider {
border-bottom: 1px solid #e0e0e0;
padding-bottom: 15px;
margin: 50px 0 35px 0;
}
.submit-page .button.linkedin-btn { background-color: #0077b5; }
.formline {
border-top: 1px solid #e0e0e0;
padding-top: 30px;
margin-bottom: 30px;
}
.form.with-line h5 { margin-bottom: 12px; }
.wp-editor-container {
border: 1px solid #ddd;
width: 99%;
} .resume-manager-data-row {
background-color: #f9f9f9;
padding: 28px 28px 13px 28px;
position: relative;
margin-top: 5px;
border-radius: 4px;
margin-bottom: 20px;
}
.dashboard-content-container .submit-page .form.with-line {
border-top: 1px solid #E0E0E0;
padding-top: 25px;
margin-bottom: 25px;
}
.resume-manager-data-row input,
.resume-manager-data-row textarea {
background-color: #fff;
margin-bottom: 15px;
max-height: 150px;
}
.resume-manager-data-row fieldset:last-child {
border: 0px;
}
a.resume-manager-remove-row {
position: absolute;
top: 0;
right: 0;
z-index: 9;
line-height: 32px;
width: 32px;
text-align: center;
padding: 0;
background-color: #e9e9e9;
color: #888;
}
a.resume-manager-remove-row i {
color: #fff;
margin-left: 5px;
}
a.close-form:hover { color: #fff; }
a.close-form i { margin: 0; }  #footer {
background-color: #202020;
padding: 50px 0 0 0;
color: #999;
margin-bottom: -1px;
}
#footer h4 {
color: #fff;
font-size: 20px;
margin-bottom: 12px;
}
#footer a.button { margin-top: 12px; }
#footer a.button:hover { background-color: #fff; color: #333; } .footer-bottom {
border-top: 1px solid #333;
margin-top: 35px;
text-align: center;
padding: 30px 0;
display: inline-block;
}
.footer-bottom h4 { display: none; }
.copyrights { color: #a0a0a0; }
.copyrights a { color: #fff; }  #job-manager-job-applications {
background: #fff;
padding: 30px;
box-shadow: 0 0 12px rgba(0,0,0,0.07);
border-radius: 4px;   
}
.job-manager-jobs td.applications {
text-align: center;
}
.application {
border: 1px solid #e0e0e0;
margin-bottom: 30px;
border-radius: 4px;
}
.application:last-of-type {
margin-bottom: 0;
}
.job_application.application {
border:0px;
margin: 0;
}
.app-content {
padding: 35px 40px 35px 40px;
position: relative;
}
.app-footer {
background-color: #fbfbfb;
border-top: 1px solid #e0e0e0;
padding: 22px 40px;
z-index: 10;
position: relative;
}
.download-csv {
float: right;
} .app-tabs {
border-top: 1px solid #e0e0e0;
margin: 0 40px;
margin-bottom: -1px;
position: relative;
}
.job-application-note-add input.button { margin-top: 20px;}
.app-tabs .app-tab-content {
padding: 35px 0 43px 0;
box-sizing: border-box;
}
.app-tabs .app-tab-content .select-grid {
width: 49% !important;
display: inline-block;
float: left;
}
.app-tabs .app-tab-content .select-grid:first-child { margin-right: 2%; }
.delete-application {float: right; }
.delete-application:hover {background-color: #d51919 !important}
.app-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;
}
.app-tabs a.close-tab i { margin: 0; }
.app-tabs div p { margin: 0; } .app-tabs div i {
font-weight: 500;
display: block;
color: #555;
}
.app-tabs .app-tab-content span:not(.select-grid span) {
margin-bottom: 15px;
display: inline-block;
}
.app-tabs div select {
display: block;
}
.app-tabs div i:first-child { margin-top: -5px;}
.app-tabs div span:not(.select-grid span):last-child {margin-bottom: 7px;} .app-footer ul { float: right; }
.app-footer .rating { float: left; margin-top: 1px; }
.app-footer ul li {
display: inline-block;
margin-left: 15px;
color: #808080;
}
.app-footer ul li i { margin-right: 3px; }
.app-content ul { margin-top: 4px;}
.app-content img {
border-radius: 50%;
width: 90px;
height: 90px;
margin-right: 30px;
float: left;
display: inline-block;
}
.app-content .info { display: block; }
.app-content .info span {
font-size: 21px;
color: #505050;
margin-top: 17px;
display: inline-block;
}
.app-content .info ul li {
display: inline-block;
margin-right: 15px;
}
.app-content .info ul li a i { margin-right: 3px; }
.app-content .info ul li a { color: #808080; }
.app-content .info ul li a:hover { color: #505050; }
.app-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;
}
.app-content .buttons .button { margin-left: 3px; }  .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;
}
.woocommerce .rating .star-bg:after,
.woocommerce .rating .star-rating:after {
font-size: 16px;
}    .list-search {
margin: 5px 0 45px 0;
}
.sidebar .list-search { margin: 0; }
.list-search button {
background-color: transparent !important;
cursor: pointer;
color: #aaa;
float: right;
width: 56px;
height: 56px;
display: inline;
padding: 0;
font-size: 18px;
border: medium none;
position: relative;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.list-search button:hover { background-color: #282828; }
.list-search input {
font-size: 16px;
padding: 17px 22px;
width: 100%;
line-height: 20px;
box-sizing: border-box;
position: relative;
float: left;
margin-top: -56px;
}
.sidebar .list-search input {
margin-top: 0px;
line-height: 16px;
font-weight: 400;
}  .checkboxes li { padding: 4px 0; }
.checkboxes li:last-child { margin-bottom: -8px; }
.checkboxes label {
display: inline-block;
cursor: pointer;
position: relative;
padding-left: 30px;
margin-right: 15px;
}
#login-dialog .checkboxes label {
padding-left: 27px;
margin-right: 15px;
margin-bottom: 0 ;
}
.checkboxes label span {
color: #909090 !important;
font-size: 16px;
}
.checkboxes input[type=checkbox] { display: none; }
.checkboxes label:before {
content: "";
display: inline-block;
width: 19px;
height: 19px;
margin-right: 10px;
position: absolute;
left: 0;
top: 0;
background-color: #fff;
border: 2px solid #d0d0d0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.checkboxes input[type=checkbox]:checked + label:before {
content: "\f00c";
font-family: "FontAwesome";
font-size: 12px;
color: #fff;
text-align: center;
line-height: 15px;
background-color: #505050;
border: 2px solid transparent;
}
h4.checkboxes label {
font-size: 20px;
margin-bottom: 0px;
font-weight: 500;
}
h4.checkboxes label:before {
margin-top: 8px
}  input[type="button"].apply-with-xing,
input[type="button"].apply-with-linkedin,
input[type="button"].apply-with-facebook {
background-color: #3b5998;
width: 100%;
padding: 8px 0px;
line-height: 27px;
} 
input[type="button"].apply-with-xing {
background-color: #026466
} 
input[type="button"].apply-with-linkedin {
background-color: #0077b5
} 
input[type="button"].apply-with-xing:hover,
input[type="button"].apply-with-linkedin:hover,
input[type="button"].apply-with-facebook:hover {
background-color: #282828;
} 
.apply-with-xing-details,
.apply-with-facebook-details {
position: absolute;
top: 0px;
right: 0px;
width: 50%;
background-color: #fff;
border: 1px solid #ddd;
z-index: 9999;
padding: 40px;
}
.apply-with-xing-submit input,
.apply-with-facebook-submit input {
display: block;
}
.apply-with-xing-submit,
.apply-with-facebook-submit {
margin-left: 200px;
}
.small-dialog-headline {
background-color: #fafafa;
padding: 25px 40px;
border-bottom: 1px solid #e0e0e0;
}
.small-dialog-content hr {
border: none;
border-width: 1px 0 0;
clear: both;
margin: 0px 0 30px;
height: 0;
}
div.small-dialog.apply-popup { padding: 0; }
.small-dialog-content { padding: 40px; }
.small-dialog-content input { margin-bottom: 15px; }
.fake-upload-btn input[type="file"] { display: none; }
body .upload-btn {
float: left;
padding: 11px 18px;
margin-right: 18px;
background-color: #eee;
color: #555;
}
.small-dialog label {
font-weight: 400;
color: #333;}
.upload-btn:hover {
background-color: #282828 !important;
color: #fff;
}
.single_job_listing strong {font-weight: 500;}
body input.qty, body .input-text { font-family: sans-serif, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog { outline: none; }
.job-manager-uploaded-file-name {   
margin-bottom: 25px;
margin-top: 10px;
display: inline-block;
background: rgb(246, 246, 246) none repeat scroll 0% 0%;
padding: 10px 20px;
}
.job-manager-application-form small { color: #a0a0a0; font-size: 14px; font-weight: 400; }
.fieldset-upload-cv small.description { color: #888; top: 8px; position: relative;}
.fieldset-online-resume,
.fieldset-upload-cv { margin-top: 17px; }
.job-manager-uploaded-file-preview { }
.job-manager-uploaded-file-preview img { max-width: 420px;  }
.small-dialog-content textarea {
max-width: 100%;
min-width: 100%;
min-height: 180px;
}
.upload-btn i { margin-right: 2px; }
.fake-input {  padding: 10px 18px; margin-bottom: 17px;}
.upload-info span { float: right; }
.upload-info { margin: 20px 0 10px 0; }
.small-dialog-content button.send {
width: 100%;
margin-top: 25px;
}
.small-dialog-content .divider {
display: inline-block;
border-top: 1px solid #e0e0e0;
height: 1px;
width: 100%;
}
.small-dialog-content .chosen-container {
width: 100% !important;
margin-bottom: 15px;
}
.small-dialog-content .chosen-container input.default {
width: 80% !important;
}
.job_description p.pfix { margin-bottom: 0; height: 20px; }
.post-content ul, 
.type-page ul, 
.resume_description ul, 
.job_description ul { 
list-style-type: disc; 
list-style-position: outside; 
margin-left: 15px;
margin-bottom: 10px;
margin-bottom: 10px;
}
.type-page ol,
.post-content ol,
.resume_description ol,
.job_description ol { 
list-style-type: decimal; 
list-style-position: outside; 
margin-left: 15px;
}
.type-page ol li,
.type-page ul li,
.post-content ol li,
.post-content ul li,
.resume_description ol li,
.job_description ol li,
.resume_description ul li,
.job_description ul li {
padding: 5px;
}
.post-content ul ul, .post-content ol ul,
.type-page ul ul, .type-page  ol ul,
.resume_description ul ul, .resume_description  ol ul,
.job_description ul ul, .job_description  ol ul { 
list-style-type: circle; 
list-style-position: outside; 
margin-left: 15px; 
margin-top: 5px;
margin-bottom: 5px
}
.post-content ol ol, .post-content ul ol,
.type-page ol ol, .type-page ul ol,
.resume_description ol ol, .resume_description ul ol,
.job_description ol ol, .job_description ul ol { 
list-style-type: lower-latin; 
list-style-position: outside; 
margin-left: 15px; 
}
.type-page ul.job_types.checkboxes {
list-style: none;
}
.type-page ol li, .type-page ul li, .post-content ol li, .post-content ul li, .resume_description ol li, .job_description ol li, .resume_description ul li, .job_description ul li {
line-height: 24px;
}  .company-letters {
margin-bottom:55px;
border-bottom:1px solid #e0e0e0;
background:#fff;
text-align:center
}
.company-letters a {
font: 700 16px/normal sans-serif,sans-serif;
display: inline-block;
padding: 0px 11px 17px 11px;
color: #333;
}
.companies-overview,.companies-overview ul {
margin:0;
padding:0;
list-style:none
}
.companies-overview {
margin:0 auto
}
.companies-overview .company-group {
width:30%;
margin-right:3%;
margin-bottom:3%;
float:left;
display:inline
}
.companies-overview .company-group:nth-child(3n) {
margin-right:0
}
.company-letter {
font:600 18px/normal sans-serif,sans-serif;
padding: 9px 15px;
border: 1px solid #e0e0e0;
background: #fbfbfb;
color: #333;
}
.companies-overview li li {
padding:0
}
.companies-overview li li a {
padding: 14px 2px;
border-bottom:1px solid #eee;
display:block;
color: #777;
}
.company-titlebar .company-info {
border-bottom: none;
padding-bottom: 0px;
margin-bottom: 0;
}
.company-titlebar .company-info h4 {
font-size: 22px;
line-height: 38px;
}
#titlebar .company-titlebar span.company-tagline { font-size: 22px;}
.company-titlebar .company-info img { width: 115px; height: 115px; }
.type-page ul.companies-overview ul,
.type-page ul.companies-overview {
margin: 0px;
padding: 0px;
list-style:none;
}
.type-page ul.companies-overview li {
padding: 0px;
}   @media only screen and (min-width: 1200px){
} @media only screen and (min-width: 960px) and (max-width: 1289px) {
.search-container { padding: 150px 0; }
input.ico-01 { background-position: 95.5% 20px; }
input.ico-02 { background-position: 95% 20px; }
#titlebar.single.submit-page h2, .submit-page { padding: 0; }
} @media only screen and (min-width: 768px) and (max-width: 990px) {
.search-container input.ico-01 { width: 49% !important; }
.search-container .chosen-container,
.search-container input.ico-02 { width: 37% !important; }
.search-container button  { width: 8.5%; }
input.ico-01 { background-position: 95% 20px; }
input.ico-02 { background-position: 93% 20px; }
.search-container { padding: 120px 0; }
.search-container .inputs-number-3 .chosen-container,
.search-container .inputs-number-3 select,
.search-container .inputs-number-3 input {
width:100%  !important; 
margin-bottom: 20px;
}
.search-container .inputs-number-3 input.ico-02 { background-position: 95% 20px; }
.search-container .inputs-number-3 button {
width: 100%;
}
.job-list img {
margin-left: 30px;
width: 50px;
height: 50px;
}
.resumes img {
margin-left: 30px;
width: 70px;
height: 70px;
}
.resume-titlebar img {
width: 90px;
height: 90px;
}
.job-list .job-list-content {
margin-left: 105px;
}
.resumes .resumes-content {
margin-left: 130px;
}
.resume-titlebar .resumes-content { margin-left: 120px; }
.testimonials-slider li p { padding: 80px 30px; }
.flex-control-nav { bottom: 40px; }
.infobox { font-size: 30px; padding: 45px 0px; }
#counters { padding: 55px 0 52px 0; }
.counter-box p { margin: 7px 0 0 0; }
.counter-box i,
.counter {
font-size: 48px;
line-height: 36px;
}
.info-banner a.button { margin-top: 20px; float: left; }
.caption h2 { font-size: 36px; }
.caption p {
font-size: 20px;
line-height: 30px;
}
#titlebar.photo-bg { padding: 75px 0; }
.app-content .buttons {
left: 0;
display: inline-block;
top: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
position: relative;
margin-top: 30px;
}
.alternative #navigation {
border-top: none;
margin: 0;
padding: 0;
}
.alternative #navigation ul,
.alternative .menu ul li { margin: 0}
.alternative #navigation ul.float-right { top: 0 }
ul.float-right li a:hover,
ul.float-right li a { 
background-color: #fff;
color: #333;
}
#titlebar.single.submit-page h2, .submit-page { padding: 0; }
} @media only screen and (max-width: 767px) {
.search-container { transform: translateY(0) !important;}
.search-container h2 { font-size: 40px; }
.search-container input.ico-01 { width: 100%; margin: 0 0 15px 0; }
.search-container input.ico-02 { width: 100%; margin: 0 0 15px 0; }
.search-container select {
width: 100%; margin: 0 0 15px 0;
}
.search-container button  { width: 100%; }
input.ico-01 { background-position: 95% 20px; }
input.ico-02 { background-position: 94% 20px; }
.search-container { padding: 100px 0; }
.search-container .inputs-number-3 .chosen-container,
.search-container .inputs-number-3 select,
.search-container .inputs-number-3 input,
.search-container .chosen-container {
width: 100% !important;
margin-bottom: 20px;
}
#popular-categories.with-flex li {
flex-grow: 1;
width: 100%
}
#popular-categories li a { width: 100%; }
.resumes img, .job-list img {
margin-left: 30px;
width: 50px;
height: 50px;
}
.mobile-hidden { visibility: hidden;}
.pagination { margin-bottom: 40px;}
.button.delete-application { float: left; }
.page .wpcf7-form fieldset div input {
width: 100%;
}
.previouspostslink { visibility: hidden; }
.one.carousel.column { width: 20px; }
.fourteen.carousel.columns { width: 90%; }
.fourteen.carousel.columns li img { margin: 0 auto; }
.resume-titlebar .resumes-content,
.resumes .resumes-content,
.job-list .job-list-content {
margin-left: 105px;
}
.testimonials-slider li p { padding: 70px 20px; }
.flex-control-nav { bottom: 30px; }
.infobox { font-size: 30px; padding: 45px 30px 65px 30px; }
.infobox a {
width: 100%;
display: inline-block;
box-sizing: border-box;
margin: 0;
padding: 10px 15px;
top: 15px;
}
.coupon {
margin-bottom: 20px;
}
#footer a.button { margin-bottom: 30px;}
#counters { padding: 25px 0 22px 0; }
.counter-box {
border-right: none !important;
border-bottom: 1px solid #444;
padding: 30px 0;
}
.counter-box p { margin: 7px 0 0 0; }
.counter-box i,
.counter {
font-size: 48px;
line-height: 36px;
}
#counters .container:before {
width: 100%;
height: 1px;
bottom: 0;
left: 0px;
}
.info-banner a.button { margin-top: 20px; float: left; }
.caption h2 { font-size: 22px; }
.caption p {
display: none;
}
#titlebar .button {
right: 0;
position: relative;
margin-top: 20px;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
}
#titlebar.photo-bg { padding: 55px 0; }
.resume-titlebar img {
width: 90px;
height: 90px;
}
.icon-box p { margin-bottom: 30px; }
.resume-titlebar .resumes-list-content,
.resumes-list .resumes-list-content,
.job-list .job-list-content {
margin-left: 105px;
}
.resume-titlebar .resumes-content { margin-left: 120px; }
#titlebar .two-buttons .button {
right: 0;
position: relative;
top: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
margin-top: 0px !important;
}
#titlebar .two-buttons {
margin-top: 20px;
}
.widget_shopping_cart_content .buttons a {
width: 85%;
}
body .woocommerce .col2-set .col-2, 
body .woocommerce-page .col2-set .col-2,
body .woocommerce .col2-set .col-1, 
body .woocommerce-page .col2-set .col-1 {
float: none;
width: 100%;
}
body .woocommerce .cart-collaterals .cart_totals, 
body .woocommerce-page .cart-collaterals .cart_totals,
body .woocommerce form .form-row-first, 
body .woocommerce form .form-row-last, 
body .woocommerce-page form .form-row-first, 
body .woocommerce-page form .form-row-last {
float: left;
width: auto;
overflow: visible;
}
.pagination { text-align: left; }
.pagination-next-prev ul li a.prev { display: none; }
.pagination ul li a, .pagination-next-prev ul li a { text-align: center; }
.categories-group h4 { margin-bottom: 30px; }
.app-content .buttons {
left: 0;
display: inline-block;
top: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
position: relative;
margin-top: 35px;
}
.app-footer ul {
float: left;
margin-top: 7px;
}
.app-footer ul li {
margin-right: 15px;
margin-left: 0;
}
.app-tabs .app-tab-content .select-grid:first-child {  margin-right: 0; }
.app-tabs .app-tab-content .select-grid { width: 100% !important; }
.app-tabs .app-tab-content .select-grid input { margin: 15px 0 0 0;}
.download-csv {
float: left;
margin: -5px 0 20px 0;
}
.wpcf7-form fieldset div input,
.add-comment input {  width: 100%; }
body .my-account { width: 100%; }
.alternative #navigation {
border-top: none;
margin: 0;
padding: 0;
}
.alternative #navigation ul,
.alternative .menu ul li { margin: 0}
.alternative #navigation ul.float-right { top: 0 }
ul.float-right li a:hover,
ul.float-right li a { 
background-color: #fff;
color: #333;
}
#titlebar.single.submit-page h2, .submit-page { padding: 0; }
.resume-titlebar img { display: none; }
.resume-titlebar .resumes-content { margin-left: 0px; }
} @media only screen and (min-width: 480px) and (max-width: 767px) {
#popular-categories li a { width: 50%; }
#popular-categories.with-flex li {
flex-grow: 1;
width: calc(100% * (1/2) - 1px)
}
} @media only screen and (max-width: 479px) {
.fourteen.carousel.columns { width: 80%; }
.resumes img,
.job-list img,
.candidate_photo { display: none; }
.indeed_job_listing .meta, .indeed_job_listing .location, .indeed_job_listing .position,
.resume-titlebar .resumes-content, .resumes .resumes-content, .job-list .job-list-content {
margin-left: 0px;
}
dl.resume-table dt{
white-space: normal;
}
.bookmark-notice.bookmarked {
float: none;
}
#titlebar { padding: 70px 28px; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 100%; }
} .ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
.widget_range_filter {
display: block;
position: relative;
}
.widget_range_filter.widget  .from {
padding-left: 0px;
}
.widget_range_filter-inside {
display: block;
margin-top: 20px;
}
.range-indicator {
margin-bottom: 20px;
}
.widget_range_filter .button {
float: right;
padding: 8px 11px;
margin: 0;
}
#slider-range { margin: 0 0 16px 0; }
.widget_range_filter .ui-slider {
position: relative;
text-align: left;
}
.widget_range_filter .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 19px;
height: 19px;
margin: -3px 0 0 -8px;
cursor: pointer;
outline: none;
}
.widget_range_filter .ui-slider .ui-slider-handle:before {
position: absolute;
content: "";
display: block;
height: 13px;
width: 13px;
background-color: #fff;
border-radius: 50%;
left: 0;
right: 0;
margin: 0 auto;
top: 3px;
}
.widget_range_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
height: 11px;
display: block;
border: 0;
background-position: 0;
}
.widget_range_filter .ui-widget-content {
background-color: #d4d4d4;
border-radius: 25px;
}
.widget_range_filter .ui-widget-header {
background: #eee;
}
.widget_range_filter .ui-state-default {
background: #808080;
border-radius: 50%;
}
.widget_range_filter .ui-slider.ui-state-disabled .ui-slider-handle,
.widget_range_filter .ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }
.widget_range_filter .ui-slider-horizontal { height: 4px; margin: 0 10px 16px 8px; }
.widget_range_filter .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.widget_range_filter .ui-slider-horizontal .ui-slider-range-min { left: 0; }
.widget_range_filter .ui-slider-horizontal .ui-slider-range-max { right: 0; }
#reg_passmail { margin-top: 10px;}
.my-acc-h2 {
line-height: 32px;
margin-bottom: 25px;
font-weight: 500;
display: inline-block;
letter-spacing: -0.5px;
font-size: 26px;
}
table.my_account_job_packages.shop_table tr td,
table.my_account_orders.shop_table tr td {
padding: 40px 20px 40px 40px;
}
table.shop_table.order_details tr td {
padding: 0 20px 0 40px;
}
table.shop_table.order_details tr td.product-name {
padding: 20px 0 5px 40px;
}
.woocommerce-order-received table.shop_table.order_details tr td.product-name { padding: 15px}
table.my_account_job_packages,
table.my_account_orders {
margin-bottom: 43px;
margin-top: 15px;
}
.shop-head-line {
border-bottom: 1px solid #e0e0e0;
margin-bottom: 16px;
padding-bottom: 8px;
}
.order_details.shop_table tbody tr td.product-name a {
font-size: 20px;
font-weight: 500;
}
.order_details.shop_table tbody tr td.product-name .product-quantity {
position: relative;
top: -2px;
}
.fa.dark {
background-color: transparent;
color: #000
} body .um-profile .um-profile-body.job_manager  {
max-width: 100%;
}
.mfp-content p.account-sign-in {
margin-bottom: 5px;
}
img.wpml_flags {
display: inline-block;
} ul.float-right li a, .menu ul li a, button, .button, .menu ul ul, .search-container .chosen-container, .search-container select, .search-container input, .search-container button, .browse-jobs a, a.button, li .resume-spotlight, li .job-spotlight, .infobox a, .recent-post-img img, .job-list > li a span.job-type, .map-box h4 span, .job-spotlight h4 span, #titlebar h1 span, #titlebar h2 span, .job_listings h4 span, .job-list h4 span,.plan-price, .plan, .job-overview, .resume-spotlight, .job-spotlight, input.apply-with-xing[type="button"], input.apply-with-linkedin[type="button"], input.apply-with-facebook[type="button"], .company-info img, .resumes-content .skills span, .fake-input, input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="phone"], input[type="url"], textarea, select, .widget-box, body #googlemaps, .page .wpcf7-form input[type="submit"], .job-manager-pagination.pagination ul li span, .job-manager-pagination.pagination ul li a, .checkboxes label::before, .chosen-container .chosen-single, .chosen-container .chosen-drop, .chosen-container .chosen-results li, .company-letter, .notification, .upload-btn, .chosen-choices, .chosen-container-multi .chosen-choices li.search-choice, .button.big, .accordion h3, .trigger a, .post-img img, .job-manager-pagination .current, .pagination .current, .pagination ul li a, .widget-thumb a img, .skills span, a.load_more_resumes, div.small-dialog.apply-popup, .mfp-content input[type="submit"] { border-radius: 4px; }
.mfp-content .mfp-close { border-radius: 4px;  }
.small-dialog-headline {border-radius: 4px 4px 0 0;}
.chosen-container.chosen-with-drop .chosen-choices,
.chosen-container.chosen-with-drop .chosen-single { border-radius: 4px 4px 0 0; }
.chosen-container.chosen-with-drop .chosen-drop { border-radius: 0 0 4px 4px; }
.chosen-container-multi .chosen-results li:first-child { margin-top: 10px; }
.chosen-container-multi .chosen-results li:last-child { margin-bottom: 10px; }
.chosen-container-multi .chosen-results li { margin: 0 7px; }
.plan a.button { border-radius: 0 0 4px 4px; }
.tp-leftarrow, ul.share-post li:last-child a, .job_filters_links a.alert { border-radius: 0 4px 4px 0; }
.tp-rightarrow, ul.share-post li:first-child a, .job_filters_links a.reset   { border-radius: 4px 0 0 4px; }
.woocommerce-MyAccount-navigation li:first-child a, .woocommerce-tabs .tabs li:first-child a, body ul.tabs-nav-o li:first-child a, body ul.tabs-nav li:first-child a { border-radius: 4px 0 0 4px; }
.woocommerce-MyAccount-navigation li:last-child a, .woocommerce-tabs .tabs li:last-child a, body ul.tabs-nav-o li:last-child a, body ul.tabs-nav li:last-child a { border-radius: 0 4px 4px 0;}
.woocommerce-MyAccount-navigation li:first-child a { border-radius: 4px 4px 0 0; }
.woocommerce-MyAccount-navigation li:last-child a { border-radius: 0 0 4px 4px; } .map-box .resumes-content h4 {
font-size: 16px;
transition: 0.3s;
line-height: 30px;
padding: 5px 0 0 0;
font-weight: 500;
margin-bottom: -5px;
}
.map-box .resumes-content .skills span { font-weight: 500; }
.map-box .resumes-content h4 span {
font-size: 14px;
line-height: 25px;
color: #888;
text-transform:none;
font-weight: 400;
}
.map-box img.candidate_photo {
width: 48px;
display: inline-block;
border-radius: 4px;
float: left;
position: relative;
top: 2px;
margin-right: 15px
}
.showbiz .overflowholder { width: calc(100% + 1px); }
body .pac-item {
font-size: 12px;
color: #999;
cursor: pointer;
transition: 0.2s;
padding: 5px 15px;
}
body .pac-container {
border-radius: 0 0 4px 4px;
box-shadow: none;
font-family: sans-serif, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
border: 1px solid #e0e0e0;
border-top: none;
box-sizing: content-box;
margin-top: -2px;
}
body.page-template-template-home .pac-container {
border: none;
margin-top: 0;
box-shadow: 0 0 10px rgba(0,0,0,0.15);
overflow: visible;
-moz-transform: translateX(1px);
}
body.page-template-template-home .pac-container:before {
content: "";
height: 10px;
display: block;
width: 100%;
background-color: #fff;
position: absolute;
top:-8px;
}
body .ui-menu {
border-bottom: none;
background: #fff;
border-radius: 0 0 4px 4px;
color: #888;
box-shadow: 0px -2px 0px 0px #fff;
font-weight: 500;
font-family: sans-serif, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ui-menu li.ui-menu-item {
padding: 8px 15px;
border-top: 1px solid #e8e8e8;
font-size: 13px;
background-color: #fff;
}
body .ui-menu li.ui-menu-item.ui-state-focus {
border-top: 1px solid #e8e8e8;
background: #fafafa;
color: #222;
}
h1,h2,h3,h4,h5 { font-weight: 400; }
a.button { font-weight: 500; }
.resumes li,
.job_listings > li,
.job-list > li,
.resumes li.highlighted a:before,
.resumes li a:before,
.job-list li.job_position_featured a:before,
.job_listings > li a:before,
.job-list > li a:before {
transition: 0.3s !important;
}
.resumes li,
.job_listings > li,
.job-list > li { z-index: auto !important; }
.transparent .menu ul ul {
box-shadow: 0 0px 10px rgba(0,0,0,0.25);
}
.transparent .menu ul .cart-list ul {
box-shadow: 0 0px 10px rgba(0,0,0,0);
}
body .map-box {
padding: 20px 30px;
border-radius: 4px;
box-shadow: 0 0 15px rgba(0,0,0,0.1);
width: 460px;
box-sizing: border-box;
position: relative;
}
body .infoBox{ margin-left: -170px; }
body .infoBox:after { left: 50%; transform: translateX(-50%); }
body .map-box .job-list-content { padding-right: 30px; }
@media (max-width: 768px) {
body .map-box {width: 380px; }
body .infoBox{ margin-left: -130px; }
}
@media (max-width: 480px) {
body .map-box {width: 300px; }
body .infoBox{ margin-left: -90px; }
}
body .map-box .job-list-content h4 {
line-height: 26px;
margin-top: 5px;
margin-bottom: 10px;
transition: 0.3s;
}
body .map-box h4:hover {
color: #333;
}
body .map-box span.job-type {
font-size: 12px;
line-height: 19px;
padding: 3px 5px;
font-weight: 500;
display: block;
margin: 8px 0 10px 0;
text-align: center;
max-width: 90px;
word-wrap: break-word;
}
.infoBox .listing-title h4 { font-size: 16px; }
.infoBox .listing-icons li { padding: 0; }
body .map-box .job-list-content h4 span.job-type {
display: block;
margin: 12px 0 0 0;
width: 80px;
text-align: center;
}
body .cluster {
font-size: 14px !important;
font-weight: 700 !important;
width: 46px !important;
line-height: 45px !important;
}
.infoBox div.location, .infoBox .job-icons span {
font-family: sans-serif, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
}
.infoBox-close {
border-radius: 4px;
top: 15px;
right: 15px;
background: #f0f0f0;
width: 33px;
height: 33px;
line-height: 33px;
font-size: 14px;
}
.infoBox-close:hover {
color: #fff;
background-color:#333
}
@media only screen and (max-width: 1290px){
.sticky-header.cloned.headroom--not-top.headroom--unpinned, 
.sticky-header.cloned.headroom--not-top.headroom--pinned,
.sticky-header.cloned { display: none !important; }
}
@media only screen and (max-width: 767px) { header.transparent #navigation ul.float-right { right: 0; text-align: left; } }
@media (max-width: 768px) {body .ui-menu {width: 420px !important;}}
@media (max-width: 480px) {body .ui-menu {width: 300px !important;}}
.ui-menu li:last-child { border-bottom: 1px solid #000; border-radius: 0 0 4px 4px; }   .resumes.alternative { margin-top: 15px; }
.resumes.alternative li {
background-color: #fff;
border: 1px solid #e0e0e0 !important;
position: relative;
z-index: auto !important;
background: #fff !important;
box-shadow: none;
margin-bottom: 0;
margin-top: -1px;
transition: 0.3s;
z-index: 10;
}
.resumes.alternative li:hover {
border-color: #e0e0e0 !important;
background-color: #fafafa !important;
}
.resumes.alternative li:first-child:before { border-radius: 4px 0 0 0 !important; }
.resumes.alternative li:last-child:before { border-radius: 0 0 0 4px !important; }
.resumes.alternative li:before {
border-left: 4px solid #fff;
opacity: 0;
position: absolute;
left: -0px;
content: "";
top: -1px;
display: inline-block;
width: 4px;
border: none;
transition: 0.4s;
height: calc(100% + 2px);
background-color: #505050;
z-index: 11;
}
.resumes.alternative li:hover:before { opacity: 1; }
.resumes.alternative li:first-child { border-radius: 4px 4px 0 0; }
.resumes.alternative li:last-child { border-radius: 0 0 4px 4px; }
.resumes.alternative li a:after, 
.resumes.alternative li a:before { display: none !important;} 
.resumes.alternative li a p { display: none; }
.resumes.alternative .resumes-list-content { padding: 34px 0; }
.resumes.alternative .resumes-list-content .skills span {
font-size: 12px !important;
padding: 4px 9px;
margin-bottom: 3px !important;
text-transform: none;
font-weight: 500;
}
.resumes.alternative .resumes-list-content h4 {
font-size: 18px;
font-weight: 500;
}
.resumes.alternative .resumes-list-content h4 span {
font-weight: 400;
font-size: 16px;
color: #666;
}  .listings-container {
margin: 15px 0 40px 0;
}
.new-layout.job_listings > li a {
border-radius: 0;
display: flex;
padding: 25px;
border-left: 4px solid #eee;
transition: 0.3s;
position: relative;
overflow: hidden;
border: 1px solid #e0e0e0;
margin-top: -1px;
width: auto;
height: auto;
background: #fff;
background-color: #fff;
}
.new-layout.job_listings > li a:before { display: none; }
.new-layout.job_listings li:hover { background: none; }
.new-layout.job_listings li { border: none; }
.new-layout.job_listings > li a {
border-left: 4px solid #e0e0e0;
}
.type-page ul.new-layout.job_listings li {
padding: 0px;
border-top: 0px;
}
.type-page ul.new-layout.job_listings li.no_job_listings_found {	padding: 20px !important;border-radius: 4px;}
.new-layout.job_listings > li:first-child a { border-radius: 4px 4px 0 0; }
.new-layout.job_listings > li:last-child a { border-radius: 0 0 4px 4px; }
.new-layout .job_listing.job_position_featured { background-color: #fffcee; }
.new-layout .job_listing:hover { background-color: #fafafa; }
.new-layout .listing-badge {
background-color: #fac710;
float: left;
position: absolute;
transform: rotate(45deg);
text-align: center;
font-size: 14px;
margin: 0;
z-index: 999;
color: #fff;
font-weight: 500;
width: 66px;
height: 66px;
right: -33px;
top: -33px;
line-height: 106px;
}
.new-layout .listing-badge i {
transform: rotate(-45deg);
}
.new-layout.job_listings > li:last-child, .new-layout.job-list > li:last-child {
border-bottom: 0px;
}
.listing.full-time  { border-left: 4px solid #186fc9; }
.listing.part-time  { border-left: 4px solid #f1630d; }
.listing.freelance  { border-left: 4px solid #53b427; }
.listing.internship { border-left: 4px solid #e1d123; }
.listing.temporary  { border-left: 4px solid #e12335; }
.new-layout.job_listings > li a.job_listing .listing-logo
{
width: 60px;
min-width: 60px;
flex-wrap: wrap;
float: none;
margin: 0px;
}
.new-layout.job_listings > li a.job_listing .listing-logo img{
float: none;
margin: 0px;
padding: 0px;
display: inline-block;
}
.new-layout .job_listing .listing-logo img {
border-radius: 4px;
transform: translate3d(0,0,0);
}
.new-layout .job_listing .listing-title {
flex-wrap: wrap;
padding-left: 25px;
padding-right: 110px;
}
.new-layout .job_listing .listing-title h4 {
letter-spacing: 0;
font-size: 17px;
line-height: 27px;
margin-bottom: 5px;
color: #333;
margin-top: 2px;
}
.new-layout.job_listings > li a span.job-type {
border-radius: 4px;
font-size: 12px;
background-color: #fff;
border: 1px solid #e0e0e0;
color: #888;
padding: 4px 8px;
line-height: 18px;
font-weight: 500;
position: relative;
display: inline-block;
white-space: nowrap;
text-align: center;
min-width: 76px;
margin: 2px 0 2px 4px;
}
.listing-types-list {
position: absolute;
right: 25px;
top: 50%;
transform: translateY(-50%);
text-align: right;
max-width: 220px;
}
.new-layout.job_listings > li a span.job-type:last-child {
margin-right: 0px;
}
@media (max-width: 992px) {
.listing-types-list {
position: relative;
right: 0;
top: 0;
transform: translateY(0);
text-align: left;
max-width: 100%;
display: block;
margin-top: 5px;
margin-bottom: 2px;
}
.new-layout .job_listing .listing-title { padding: 0 15px; }
.new-layout.job_listings > li a span.job-type {
min-width: 76px;
margin: 2px 4px 2px 0;
}
}
@media (max-width: 768px) {
.new-layout.job_listings > li a { padding: 15px; }
.new-layout .job_listing .listing-title { padding: 0; }
.new-layout.job_listings > li a.job_listing .listing-logo img {
margin-top: 5px;
width: 40px;
height: 40px;
}
.new-layout .job_listing .listing-title h4 { font-size: 16px; line-height: 26px; }
.listing-types-list { zoom: 0.85; }
}
.types_below .listing-types-list {
position: static;
right: 0;
top: 0;
transform: translateY(0);
text-align: left;
max-width: 100%;
}
li.types_below  a span.job-type:first-child {
margin-left: 0px;
}
@media (max-width: 480px) {
.new-layout.job_listings > li a.job_listing .listing-logo {
display: none;
}
.new-layout.job_listings > li a { padding-left: 20px; }
}
.listing.full-time .listing-type   { color: #186fc9; border-color: #186fc9; background-color: #f1f7fc; }
.listing.part-time .listing-type   { color: #f1630d; border-color: #f1630d; background-color: #fef6f0; }
.listing.freelance .listing-type   { color: #53b427; border-color: #53b427; background-color: #f5fbf2; }
.listing.internship .listing-type  { color: #dcaa0c; border-color: #dfb634; background-color: #fdfcf2; }
.listing.temporary .listing-type   { color: #e12335; border-color: #e12335; background-color: #fdf2f3; }
.job-spotlight span.full-time   { color: #186fc9 !important; border: 1px solid #186fc9; background-color: #f1f7fc; }
.job-spotlight span.part-time   { color: #f1630d !important; border: 1px solid #f1630d; background-color: #fef6f0; }
.job-spotlight span.freelance   { color: #53b427 !important; border: 1px solid #53b427; background-color: #f5fbf2; }
.job-spotlight span.internship  { color: #dcaa0c !important; border: 1px solid #dfb634; background-color: #fdfcf2; }
.job-spotlight span.temporary   { color: #e12335 !important; border: 1px solid #e12335; background-color: #fdf2f3; }
.job-spotlight span.full-time,
.job-spotlight span.part-time,
.job-spotlight span.freelance,
.job-spotlight span.internship,
.job-spotlight span.temporary   {
text-transform: none !important;
font-size: 12px !important;
font-weight: 500 !important;
line-height: 26px;
}
li .job-spotlight p { color: #808080; }
.job-spotlight a h4 { line-height: 29px; }
.listing-date { 
background-color: #fff;
border: 1px solid #e0e0e0;
color: #888;
display: inline-block;
border-radius: 4px;
font-size: 12px;
padding: 3px 8px;
line-height: 18px;
font-weight: 500;
}
.listing-date.new {
border-color: #26ae62;
background-color: #e9fff3;
color: #26ae62;
}
.listing-details {
flex-wrap: wrap;
}
.type-page ul.listing-icons,
.listing-icons {
padding: 0;
margin: 0;
font-size: 14px;
}
.listing-icons li {
display: inline-block;
margin-right: 13px;
color: #808080;
line-height: 29px;
}
.listing-icons li:last-child {
margin-right: 0px;
}
.listing-icons li i {
font-size: 19px;
position: relative;
top: 2px;
margin: 0 4px 0 0;
} .new-layout.job_listings.logo-to-right  > li a span.job-type,
.job_listings.logo-to-right .job-type {
position: relative;
margin-left: 5px;
left: auto;
right: auto;
top: -1px;
transform: translateY(0); 
}
.job_listings.logo-to-right .job_listing .listing-title {
padding-left: 5px;
padding-right: 80px;
}
.job_listings.logo-to-right .job_listing .listing-logo {
position: absolute;
right: 25px;
}
@media (max-width: 1290px) {
.job_listings.logo-to-right .job_listing .listing-title{
padding-right: 60px;
}
.job_listings.logo-to-right .job_listing .listing-logo {
width: 40px;
}
}  .categories-boxes-container {
width: calc(100% + 20px);
left: -20px;
top: -10px;
position: relative;
display: flex;
flex-wrap: wrap;
}
.category-small-box {
background-color: #f7f7f7;
border-radius: 4px;
margin: 20px 0 0 20px;
padding: 20px;
text-align: center;
color: #777;
transition: 0.4s;
transform: scale(1);
vertical-align: top;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 124px;
overflow: hidden;
}
.category-small-box:before {
width: 100%;
height: 100%;
background-color: #fff;
content: "";
position: absolute;
top: 0;
left: 0;
transform: rotate(45deg) scale(1.5) translate(-10%,-100%);
opacity: 0;
transition: opacity 0.4s, transform 0.2s;
} .category-small-box:hover {
background-color: #505050;
color: #fff;
-webkit-transform: scale(1.06);
-moz-transform: scale(1.07);
}
.category-small-box h4 {
font-size: 15px;
color: #666;
transition: 0.4s;
line-height: 22px;
margin-top: 6px;
}
.category-small-box span {
font-size: 13px;
color: #909090;
border-radius: 4px;
background-color: rgba(0,0,0,0.04);
display: block;
width: 40px;
text-align: center;
margin: 0 auto;
left: auto;
right: auto;
margin-top: 10px;
transition: 0.4s;
}
.category-small-box:hover span {
background-color: rgba(0,0,0,0.1);
color: #fff;
}
.category-small-box i {
font-size: 36px;
height: 42px;
transition: 0.4s;
color: #505050;
display: inline-block;
}
.category-small-box:hover i,
.category-small-box:hover h4 { color: #fff; }
.category-small-box { width: calc(100% * (1/5)); }
@media only screen and (min-width: 960px) and (max-width: 1289px)  { .category-small-box { width: calc(100% * (1/4) - 60px); } }
@media only screen and (min-width: 768px) and (max-width: 990px)   { .category-small-box { width: calc(100% * (1/3) - 60px); } }
@media only screen and (max-width: 767px)                          { .category-small-box { width: 100%; } }
@media only screen and (min-width: 480px) and (max-width: 767px)   { .category-small-box { width: calc(100% * (1/2) - 60px); } }  .testimonial-box {
background: transparent;
border-radius: 6px;
padding: 35px;
text-align: center;
color: #888;
position: relative;
margin: 18px 0;
box-shadow: none;
transition: 0.4s;
}
.testimonial-carousel .slick-slide {
margin: 0 20px 0px 20px;
opacity: 0.5;
transition: 0.4s;
pointer-events: all;
cursor: grabbing;
cursor: -webkit-grab;
}
.testimonial-carousel.slick-dotted.slick-slider {
margin-bottom: -10px;
}
.testimonial-carousel .slick-slide.slick-active .testimonial-box {
background: #282828;
color: #fff;
}
.testimonial-carousel .slick-slide.slick-active .testimonial:before {
color: #282828;
}
.testimonial:before {
position: absolute;
margin: 0 auto;
display: block;
width: 100%;
text-align: center;
bottom: -9px;
left: 0;
content: "\f0dd";
font-family: "FontAwesome";
font-size: 42px;
color: transparent;
background-color: transparent;
cursor: default;
}
.testimonial:after {
position: absolute;
top: 47px;
left: 42px;
content: "\f10d";
font-family: "FontAwesome";
font-size: 38px;
opacity: 0.3;
color: #222;
background-color: transparent;
cursor: default;
display: none;
}
.testimonial-carousel .slick-slide.slick-active .testimonial:after {
color: #fff;
opacity: 1;
}
.testimonial,
.testimonial p {
font-size: 15px;
font-weight: 400;
line-height: 28px;
margin-bottom: 0;
}
.testimonial-author {
display: block;
width: 100%;
padding: 20px 0 15px 0;
text-align: center;
margin: 0 auto;
}
.testimonial-author img {
width: 60px;
display:inline-block;
text-align: center;
height: auto;
border-radius: 50%;
margin: 0 auto;
}
.testimonial-author h4 {
display: block;
width: 100%;
font-size: 16px;
line-height: 24px;
padding: 0;
margin-top: 15px;
color: #333;
font-weight: 500;
}
.testimonial-author h4 span {
display: block;
color: #888;
line-height: 24px;
padding: 0;
font-weight: 400;
font-size: 14px;
background: transparent;
}
.testimonial-box .star-rating {
height: 30px;
display: inline-block;
margin-bottom: -10px;
margin-top: 15px;
}
.fullwidth-testimonial {
padding: 60px 0;
padding-bottom: 55px;
background-color: #f9f9f9;
}
h3.headline.centered {
font-size: 26px;
width: 100%;
line-height: 32px;
margin: 0 0 30px 0;
}
h3.headline.headline-aligned-to-left { 
font-size: 26px;
line-height: 32px;
margin: 0 0 15px 0;
}
body a.button {font-weight: 500; font-size: 14px; }
.alt-header .headline.centered span {
margin-top: 8px !important;
}
.fullwidth-testimonial h3.headline {
margin: 0 0 10px 0;
}
span.headline-detail {margin-top: 10px; display: block; }
.headline.centered span {
font-size: 20px;
line-height: 32px;
margin-top: 25px;
color: #888;
font-weight: 300;
display: block;
padding: 0 28%;
}
.headline.headline-aligned-to-left span { 
line-height: 32px;
margin-top: 25px;
color: #888;
font-weight: 300;   
}
@media (max-width: 768px) {.headline.centered span { padding: 0 30px; } }
.fullwidth-testimonial .slick-dots { display: none !important; }
.headline.centered { text-align: center; }
.fullwidth-divider { width: 100%; height: 1px; background: #e0e0e0; display:block; }
body .recent-post { border: none; margin-bottom: 15px;}
body .recent-post a h4 { font-size: 20px; }   .slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
} .logo-slick-carousel,
.testimonial-carousel,
.simple-fw-slick-carousel,
.simple-slick-carousel {
display: none;
}
.slick-initialized.logo-slick-carousel,
.slick-initialized.testimonial-carousel,
.slick-initialized.simple-fw-slick-carousel,
.slick-initialized.simple-slick-carousel {
display: block;
}
.simple-fw-slick-carousel .fw-carousel-item { padding: 10px 15px 0 15px; }
.simple-fw-slick-carousel {margin: 0 15px; max-width: 100%; box-sizing: border-box; } .slick-prev,
.slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
z-index: 100;
display: block;
width: auto;
height: auto;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.logo-slick-carousel .slick-prev,
.logo-slick-carousel .slick-next,
.simple-slick-carousel .slick-prev,
.simple-slick-carousel .slick-next { display: none !important; }
.simple-slick-carousel.arrows-nav .slick-prev,
.simple-slick-carousel.arrows-nav .slick-next { display: block !important; }
.slick-prev:hover,
.slick-next:hover {
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before {
color: #999;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: .25;
}
.slick-prev:before,
.slick-next:before {
font-family: 'simple-line-icons';
font-size: 32px;
line-height: 1;
opacity: 1;
color: #aaa;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: all 0.3s;
}
.white-nav .slick-prev:before,
.white-nav .slick-next:before {
color: #fff;
}
.slick-prev { left: 3px; transform: translate3d(-90px,-50%,0); }
.slick-next { right: 3px; transform: translate3d(90px,-50%,0); }
.slick-prev:before { content: '\e605'; }
.slick-next:before { content: '\e606'; } .slick-dotted.slick-slider { margin-bottom: 30px; }
.slick-dots {
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.simple-slick-carousel.slick-dotted.slick-slider { margin-bottom: 0; }
.simple-slick-carousel.slick-dotted.slick-slider.dots-nav { margin-bottom: 30px; }
.simple-slick-carousel .slick-dots { display: none !important; }
.simple-slick-carousel.dots-nav .slick-dots { display: block !important; }
.slick-dots li {
position: relative;
display: inline-block;
padding: 0;
margin: 0 3px;
cursor: pointer;
}
.slick-dots li {
font-size: 0;
line-height: 0;
cursor: pointer;
color: transparent;
border: 0;
position: relative;
outline: none;
display: inline-block;
width: 15px;
height: 15px;
margin: 0 3px;
opacity: 1;
border-radius: 50%;
line-height: 0;
box-shadow: inset 0 0 0 2px #c0c0c0;
transition: all 0.3s;
}
.slick-dots li.slick-active {
box-shadow: inset 0 0 0 6px #c0c0c0;
transition: all 0.3s;
}
.slick-dots li:after {
display: block;
height: 13px;
width: 13px;
content: "";
position: absolute;
top: 1px;
left: 1px;
background-color: transparent;
border-radius: 50%;
transition: all 0.3s;
opacity: 0;
background-color: #c0c0c0;
}
.slick-dots li.slick-active:after {
opacity: 1;
}
.white-nav .slick-dots li { box-shadow: inset 0 0 0 2px #fff; }
.white-nav .slick-dots li.slick-active { box-shadow: inset 0 0 0 8px #fff; }
.slick-dots li button { display: none;}
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
} .logo-slick-carousel div.item {
margin-bottom: 30px;
text-align: center;
display: inline-block;
}
.logo-slick-carousel div.item img { display: inline-block; } .fullwidth-slick-carousel .slick-slide {
margin: 0 15px 30px 15px;
opacity: 0.2;
transition: 0.4s;
pointer-events: none;
}
.slick-slide { outline: none; }
.testimonial-carousel .slick-slide.slick-active,
.fullwidth-slick-carousel .slick-slide.slick-active {
opacity: 1;
filter: none;
pointer-events: all;
}
.fullwidth-carousel-container {
overflow: hidden;
width: 100%;
}
.category-box-container {
position: relative;
height: 100%;
}
.category-box-container.half {
height: calc(50% - 15px);
margin-bottom: 30px;
}
.category-box {
background: #ccc;
border-radius: 4px;
height: 100%;
display: block;
margin-bottom: 20px;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
overflow: hidden;
cursor: pointer;
}
.category-box:before {
content: "";
position: absolute;
height: 100%;
width: 100%;
z-index: 9;
background: -webkit-linear-gradient(bottom, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.4) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(bottom, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.4) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
background: linear-gradient(to top, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.4) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
}
.fullwidth-slick-carousel.category-carousel .slick-slide {
height: 450px;
}
.fullwidth-slick-carousel.category-carousel .slick-slide.fw-carousel-review {
height: auto;
}
.category-box-content {
position: absolute;
bottom: 30px;
left: 34px;
width: calc(100% - 68px);
z-index: 50;
box-sizing: border-box;
}
.category-box-content h3 {
color: #fff;
font-size: 24px;
padding: 5px 0;
margin: 0;
}
.category-box-content span {
font-size: 18px;
font-weight: 300;
display: inline-block;
color: rgba(255,255,255,0.7);
}
.category-box-btn {
position: absolute;
right: 32px;
bottom: 32px;
z-index: 111;
background-color: transparent;
border: 1px solid #fff;
color: #fff;
padding: 8px 0px;
text-align: center;
min-width: 120px;
border-radius: 50px;
transition: all 0.3s;
}
.category-box-btn:hover {
background-color: #66676b;
border-color: #66676b;
}
.fw-carousel-item {
position: relative;
height: 100%;
}
.category-box-background {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
transition: transform 0.35s ease-out;
transform: translate3d(0,0,0) scale(1);
image-rendering: -webkit-optimize-contrast;
}
.category-box:hover .category-box-background { transform: translate3d(0,0,0) scale(1.08); } .simple-slick-carousel {
height: auto;
width: calc(100% + 30px);
left: -10px;
}
.simple-slick-carousel .category-box-container {
height: 100%;
display: block;
}
.simple-slick-carousel .slick-slide {
padding: 10px 15px;
}  .flip-banner {
display: block;
width: 100%;
height: 170px;
position: relative;
text-align: center;
overflow: hidden;
z-index: 999;
}
.flip-banner:after {
background-color: #000;
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
display: block;
z-index: 100;
transition: all 0.6s;
}
.flip-banner:hover:after {
opacity: 0.6
}
.flip-banner-content {
position: relative;
top: 50%;
z-index: 200;
}
.flip-banner h2 {
font-size: 30px;
line-height: 38px;
font-weight: 400;
position: relative;
width: 100%;
display: block;
}
.flip-banner h1,
.flip-banner h2,
.flip-banner h3,
.flip-banner h4,
.flip-banner h5,
.flip-banner h6 {
color: #fff;
display: inline-block;
margin: 0;
position: relative;
}
.flip-banner-content .flip-visible,
.flip-banner-content .flip-hidden {
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: 0 auto;
transform: translateY(-50%);
transition: all 0.45s cubic-bezier(.87,-.41,.19,1.44);
}
.flip-banner:hover .flip-banner-content .flip-hidden,
.flip-banner-content .flip-visible {
opacity: 1;
visibility: visible;
transform: translateY(-50%);
}
.flip-banner:hover .flip-banner-content .flip-visible,
.flip-banner-content .flip-hidden {
opacity: 0;
visibility: hidden;
transform: translateY(150%);
}
.flip-banner:hover .flip-banner-content .flip-visible {
transform: translateY(-150%);
}
.flip-banner i { padding: 0 10px; }
.flip-banner .fa {
position: relative;
top: 1px;
font-size: 36px;
}
@media (max-width: 767px) {
.flip-banner .fa {
font-size: 28px;
}
.flip-banner h2 {
font-size: 22px;
line-height: 34px;
padding: 0 50px;
box-sizing: border-box;
}
} .flip-banner-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 101;
background-color: #333;
opacity: 0.4;
background-size: cover;
}
.flip-hidden svg {
top: 9px;
position: relative;
height: 40px;
margin-top: -10px;
}  .img-box {
height: 320px;
display: inline-block;
position: relative;
width: 100%;
overflow: hidden;
z-index: 90;
margin: 10px 0;
border-radius: 4px;
}
@media (max-width: 1024px) {
.img-box {
height: 220px;
}
}
@media (max-width: 660px) {
.img-box {
height: 150px;
}
}
.img-box-background {
background-size: cover;
background-position: 50%;
width: 100%;
height: 100%;
transition: all 0.55s;
position: absolute;
top: 0;
left: 0;
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
transition: transform 0.35s ease-out;
}
.img-box:hover .img-box-background { transform: scale(1.07); }
.img-box:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
content: "";
background-color: #222;
opacity: 0.3;
z-index: 99;
transition: 0.3s ease-out;
}
.img-box-content {
position: absolute;
z-index: 101;
top: 50%;
margin: 0 auto;
text-align: center;
width: 100%;
transform: translate(0,-50.5%);
}
.img-box-content h4 {
font-size: 24px;
line-height: 32px;
color: #fff;
margin: 0;
}
.img-box-content span {
font-size: 16px;
color: #fff;
line-height: 24px;
font-weight: 400;
opacity: 0.7;
} body .fake-input, body input[type="text"], body input[type="password"], body .chosen-container,
body label, body legend, body input[type="email"], body input[type="number"], .info-banner a.button,
body textarea, body select { font-size: 14px; font-weight: 400;}
.filters-container input[type="text"] { min-height: 48px; font-weight: 400; }
.menu ul, a.menu-trigger,
#navigation ul.float-right,
a.button.gray.app-link.opened, .upload-btn,
button, input[type="button"], input[type="submit"],
a.button, #popular-categories li a,.tabs-nav li a ,
.ui-accordion .ui-accordion-header, .trigger a,
.skills span, .job-spotlight h4 span, #titlebar h2 span, 
.job-list h4 span, .caption h3, .caption .slider-button,
.pagination-next-prev ul li a , .infobox a ,
.comment-by a.reply, body #style-switcher h2 { text-transform: none; }
.sticky-header.cloned { box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12) }
.menu ul li a { font-size: 14px; letter-spacing: 0px !important; }
.checkboxes label:before { top: -1px; }
#titlebar.photo-bg h2 { font-size: 30px; line-height: 38px; }
.testimonials-slider li p { font-size: 18px; line-height: 34px; }
body .testimonials-slider ul li { padding: 0 !important; }
body .flex-control-nav li { padding:  0 !important; }
ol.flex-control-nav { margin-left: 0; }
.info-content,
.categories-group ul li { font-size: 16px; }
.widget-text h5,
table.manage-table th,
.info-banner a.button { font-size: 14px; }
.info-banner h3 { font-size: 20px; }
.footer-links li:before { font-size: 16px; content: "\f105"; color: rgba(255,255,255,0.4); }
body .search-container input { font-size: 16px; min-height: 60px; }
input.ico-01 { background: #fff; }
.search-container h2 {font-size: 42px;}
#titlebar.resume { padding: 60px 0 55px 0;}
#titlebar span.icons a,
#titlebar span.icons { font-size: 16px; }
@media (max-width: 768px) {	#titlebar.resume {
padding: 50px 0 45px 0;
}}
#titlebar.resume .resume-titlebar .resumes-content h4 span, .resume-spotlight h4 span,
body #titlebar.resume .resume-titlebar .resumes-list-content h4 span
{ font-size: 20px; margin: -1px 0 12px 0; line-height: 30px; color: #666; font-weight: 400; }
.resume-spotlight h4 span { font-size: 16px; line-height: 27px; color:#666; font-weight: 300; margin-bottom: 10px; }
.resume-spotlight p { margin-top: 10px; }
.resumes.alternative .resumes-content h4 span {color: #666;font-size: 16px;margin-bottom: 10px; font-weight: 300;}
.resume-titlebar .resumes-list-content h4 { font-size: 20px; font-weight: 500; }
.small-dialog-content button.send { line-height: 24px; border-radius: 4px; }
body input[type="button"].apply-with-xing, body input[type="button"].apply-with-linkedin, body input[type="button"].apply-with-facebook { line-height: 31px; }
#footer h4 { font-size: 18px; }
body .woocommerce-MyAccount-navigation li a {
text-transform: none;
font-size: 14px;
}
.spinner {
width: 40px;
height: 40px;
position: relative;
}
.double-bounce1, .double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #333;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
0%, 100% { 
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 50% { 
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
.container .woocommerce-MyAccount-content #job-manager-job-applications .sixteen.columns {
width: 100%;
}
.container .woocommerce-MyAccount-content #job-manager-job-applications .eight.columns {
width: 45%;
}
.container .woocommerce-MyAccount-content #job-manager-job-applications  .app-content .buttons {
right: 40px; 
display: inline-block; 
top: 0%; 
-webkit-transform: translateY(0%); 
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%); 
position: static;
} .ziprecruiter_job_listings ul { list-style: none }
.ziprecruiter_job_listings.job_listings  li a {
border-radius: 0;
display: flex;
padding: 25px;
border-left: 4px solid #eee;
transition: 0.3s;
position: relative;
overflow: hidden;
border: 1px solid #e0e0e0;
margin-top: -1px;
width: auto;
height: auto;
background: #fff;
background-color: #fff;
}
.ziprecruiter_job_listings.job_listings .company_logo {
margin-left:0px;
margin-right: 30px;
}
.ziprecruiter_job_listings.job_listings .tagline { display: block; font-size:13px}
.ziprecruiter_job_listings.job_listings li a { border: 1px solid #e0e0e0; margin: 0; padding: 25px 30px; }
.ziprecruiter_job_listings.job_listings li { margin: 0;
padding: 0; margin-top: -1px;}
.ziprecruiter_job_listings.job_listings  li.wp-job-manager-attribution-row { border: none;}
.ziprecruiter_job_listings.job_listings li h3 { font-size: 18px; line-height: 28px; }
.ziprecruiter_job_listings.job_listings .tagline { font-size: 13px; font-weight: 500; color: #666; line-height: 25px; margin-top: 10px;}
.ziprecruiter_job_listings .date,
.ziprecruiter_job_listings .location { line-height: 18px; color: #333; font-size: 12px; }
.ziprecruiter_job_listings .position { margin-right: 10px; max-width: 70%; display: inline-block;}
.ziprecruiter_job_listings .job-type { display: none;}
.zr_logo { border: none; width: 100px; display: inline-block; }
.ziprecruiter_job_listings .job_listings { padding: 0; margin: 0;}
.job_listings li.wp-job-manager-attribution-row { padding: 0 !important; background: none;}
.job_listings li.wp-job-manager-attribution-row a { border: none; float: left; margin-bottom: 10px;}
.job_listings li.wp-job-manager-attribution-row img { padding: 0; max-width: 150px; display: inline-block;}
.load_more_ziprecruiter_jobs.load_more_jobs { margin-top: 10px; display: block; background: #f6f6f6; color: #888; font-weight: 500; font-size: 14px; text-align: center; border-radius: 4px; padding: 8px; }
.load_more_ziprecruiter_jobs.load_more_jobs strong { font-weight: 500; color: #555; font-size: 14px; }
.ziprecruiter_job_listings .job_listings strong a:first-child { border-radius: 4px 4px 0 0;}
.ziprecruiter_job_listings .job_listings strong a:last-child { border-radius: 0 0 4px 4px;}
.static-login-page h3 { display: none; }  .dashboard-content-container #titlebar:not(.photo-bg) {
padding: 0;
margin: 0 0 40px 0;
display: block;
background-color: transparent;
background: transparent;
}
.dashboard-content-container #titlebar h2 {
font-size: 30px;
line-height: 38px;
}
.dashboard-content-container .submit-page {
width: 100%;
position: relative;
display: flex;
flex-wrap: wrap;
left: 0;
right: 0;
justify-content: center;
padding: 20px;
padding-bottom: 0;
}
.fieldset-agreement-checkbox,
.dashboard-content-container .submit-page .form {
margin: 0;
width: 100%;
padding: 0 10px;
margin-bottom: 25px;  }
.dashboard-content-container .submit-page .form.fieldset-resume_file { padding-top: 20px; }
.dashboard-content-container .submit-page .form .note {
margin-bottom: 0;
padding-bottom: 0;
}
@media (max-width: 992px) {
.dashboard-content-container .submit-page .form { width: 100%; }
}  .dashboard-stat {
display: inline-block;
padding: 0;
height: 160px;
background-color: #444;
color: #fff;
border-radius: 4px;
width: 100%;
position: relative;
margin-bottom: 20px;
overflow: hidden;
transition: 0.3s;
cursor: default;
}
.dashboard-stat:hover { transform: translateY(-4px); }
.dashboard-stat-content {
position: absolute;
left: 32px;
top: 50%;
width: 45%;
transform: translateY(-50%);
}
.dashboard-stat-content h4 {
font-size: 40px;
font-weight: 500;
padding: 0;
margin: 0;
color: #fff;
letter-spacing: -1px;
}
.dashboard-stat-content span {
font-size: 17px;
margin-top: 5px;
line-height: 23px;
font-weight: 300;
display: inline-block;
}
.dashboard-stat-icon {
position: absolute;
right: 32px;
top: 50%;
transform: translateY(-40%);
font-size: 80px;
opacity: 0.3;
}
@media (max-width: 1680px) {
.dashboard-stat-icon { font-size: 60px; }
}
@media (max-width: 992) {
.dashboard-stat-icon { font-size: 40px; }
} .dashboard-stat.color-1 {
background: linear-gradient(to left, rgba(255,255,255,0) 25%, rgba(255,255,255,0.2));
background-color: #26ae60;
}
.dashboard-stat.color-2 {
background: linear-gradient(to left, rgba(255,255,255,0) 25%, rgba(255,255,255,0.1));
background-color: #363841;
}
.dashboard-stat.color-3 {
background: linear-gradient(to left, rgba(255,255,255,0) 25%, rgba(255,255,255,0.3));
background-color: #117bbf;
}
.dashboard-stat.color-4 {
background: linear-gradient(to left, rgba(255,255,255,0) 25%, rgba(255,255,255,0.1));
background-color: #ffae00;
}
.dashboard-stat h4 span,
.dashboard-stat .woocommerce-Price-currencySymbol {
font-size: 32px;
font-weight: 600;
display: inline-block;
margin-bottom: 2px;
}
.dashboard-stat .woocommerce-Price-currencySymbol {
margin-top: 0;
vertical-align: top;
}
.dashboard-stat-content span {
font-size: 18px;
margin-top: 4px;
line-height: 24px;
font-weight: 400;
display: inline-block;
}
.dashboard-stat-icon {
position: absolute;
right: 32px;
top: 50%;
transform: translateY(-40%);
font-size: 80px;
opacity: 1;
}
#dashboard .row { margin-bottom: 0; } .dashboard-stat.color-1 {  background-color: #def5d8;
cursor: pointer;
}
.color-1 .dashboard-stat-icon svg g,
.color-1 .dashboard-stat-icon svg circle,
.color-1 .dashboard-stat-icon svg rect,
.color-1 .dashboard-stat-icon svg path {
fill: #3fad27;
}
.color-1 span,
.color-1 .dashboard-stat-content h4 {
color: #3fad27;
}
.dashboard-stat.color-2 {  background-color: #eaecf2;
cursor: pointer;
}
.color-2 .dashboard-stat-icon svg g,
.color-2 .dashboard-stat-icon svg circle,
.color-2 .dashboard-stat-icon svg rect,
.color-2 .dashboard-stat-icon svg path {
fill: #464a57;
}
.color-2 span,
.color-2 .dashboard-stat-content h4 {
color: #464a57;
}
.dashboard-stat.color-3 {  background-color: #fbf0d8;
cursor: pointer;
}
.color-3 .dashboard-stat-icon svg g,
.color-3 .dashboard-stat-icon svg circle,
.color-3 .dashboard-stat-icon svg rect,
.color-3 .dashboard-stat-icon svg path {
fill: #e49c0b;
}
.color-3 span,
.color-3 .dashboard-stat-content h4 {
color: #e49c0b;
}
.dashboard-stat.color-4 {  background-color: #fbe7eb;
cursor: pointer;
}
.color-4 .dashboard-stat-icon svg g,
.color-4 .dashboard-stat-icon svg circle,
.color-4 .dashboard-stat-icon svg rect,
.color-4 .dashboard-stat-icon svg path {
fill: #f3103c;
}
.color-4 span,
.color-4 .dashboard-stat-content h4 {
color: #f3103c
}
.dashboard-stat-icon svg {
height: 65px;
width: auto;
top: -8px;
position: relative;
}
.dashboard-stat.color-1 .dashboard-stat-icon svg {
height: 70px;
}
.dashboard-stat.color-4 .dashboard-stat-icon svg {
height: 56px;
}
#waller-row .dashboard-stat.color-1 .dashboard-stat-icon svg {
height: 60px;
}
#waller-row .dashboard-stat.color-4 .dashboard-stat-icon svg {
height: 70px;
}
.dashboard-stat-icon svg g,
.dashboard-stat-icon svg circle,
.dashboard-stat-icon svg rect,
.dashboard-stat-icon svg path {
fill: #fff;
}  #dashboard .pagination ul li a,
#dashboard .pagination-next-prev ul li a {
background-color: #fff;
color: #888;
border-radius: 4px;
}
#dashboard .pagination ul li a.current-page,
#dashboard .pagination .current,
#dashboard .pagination ul li a:hover,
#dashboard .pagination-next-prev ul li a:hover { }
.prev.page-numbers, 
.next.page-numbers,
#dashboard .pagination .prev.page-numbers,
#dashboard .pagination .next.page-numbers { display: none; }
.page-numbers li,
.page-numbers li a { line-height: 20px; }  .dashboard-content .dashboard-list-box {
margin: 30px 0 0 0;
box-shadow: 0 0 12px 0 rgba(0,0,0,0.06);
border-radius: 4px;
}
.activity-time {
display: inline-block;
background-color: #f2f2f2;
color: #888;
padding: 2px 5px;
border-radius: 4px;
font-size: 12px;
position: relative;
transition: 0.3s;
margin-left: 10px;
line-height: 20px;   
}
.dashboard-content .dashboard-list-box-content {
background: #fff; border-radius: 4px;
}
.dashboard-content .dashboard-list-box-content.with-padding {
padding: 20px 30px;
} .dashboard-content .dashboard-list-box .button {
padding: 6px 15px;
line-height: 20px;
font-size: 13px;
font-weight: 500;
margin: 0;
}
.dashboard-content .dashboard-list-box .button.resume-manager-add-row {
padding: 10px 14px;
}
.dashboard-content .dashboard-list-box .button.gray:before { display: none; }
.dashboard-content .dashboard-list-box .button.gray {
background-color: #e9e9e9;
color: #666;
}
.dashboard-content .dashboard-list-box .button.gray:hover {
background-color: #26ae61;
color: #fff;
}
.dashboard-content .dashboard-list-box h4 {
font-size: 16px;
font-weight: 500;
margin: 0;
padding: 15px 30px;
color: #333;
background-color: #fff;
display: block;
border-bottom: 1px solid #eaeaea;
border-radius: 4px 4px 0 0;
}
.dashboard-list-box h4.gray {
background-color: #fbfbfb
}
.dashboard-list-box > ul {
list-style: none;
padding: 0;
margin: 0;
background-color: #fff;
border-radius: 0 0 4px 4px;
}
.dashboard-list-box > ul > li {
padding: 28px 30px;
border-bottom: 1px solid #eaeaea;
transition: 0.3s;
position: relative;
}
.dashboard-list-box.invoices > ul > li {
padding: 23px 30px;
}
.dashboard-list-box.invoices ul li:last-child {
border-bottom: none;
} ul.dashboard-commission-list li {
padding: 20px 30px;
}
ul.dashboard-commission-list li strong {
color: #333;
}
ul.dashboard-commission-list ul {
line-height: 22px;
padding-bottom: 2px;
color: #909090;
list-style: none;
margin: 0px;
}
ul.dashboard-commission-list ul li {
padding: 0;
border: 0;
}
ul.dashboard-commission-list ul li:after {
content: "";
display: inline-block;
width: 1px;
height: 11px;
background-color: #e0e0e0;
position: relative;
margin: 0 10px;
}
ul.dashboard-commission-list ul li:last-child:after {
display: none;
}
.paid {
color: #64bc36;
}
.unpaid {
color: #ee3535;
}
ul.commission-details {
margin: 0;
padding: 0;
}
ul.dashboard-commission-list {
list-style: none;
padding: 0;
margin: 0;
background-color: #fff;
border-radius: 0 0 4px 4px;
} 
ul.dashboard-commission-list li i.list-box-icon {
height: 38px;
width: 38px;
color: #777;
text-align: center;
line-height: 37px;
border-radius: 50%;
transition: 0.3s;
display: inline-block;
background-color: #eee;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
}
ul.dashboard-commission-list li:hover i.list-box-icon {
background-color: #eaeaea;
}
ul.dashboard-commission-list li {
padding: 20px 30px;
display: inline-block;
border-bottom: 1px solid #eaeaea;
transition: 0.3s;
position: relative;
padding-left: 87px;
}
.commission-tag-paid {
background: #53b520;
color: #fff;
color: #888;
background: #f0f0f0;
border-radius: 4px;
font-size: 12px;
line-height: 18px;
padding: 2px 6px;
position: relative;
top: -1px;
font-weight: 500;
margin-left: 3px;
}
.commission-item li.paid,
.commission-item li.unpaid
{ background: transparent;}
.commission-item li.paid {
color: #48ad13; 
}
.commission-item li.unpaid {
color: #ee3535;
} .dashboard-list-box.with-icons ul li { padding-left: 87px; }
.dashboard-list-box.with-icons ul li.no-icon { padding-left: 30px; }
.dashboard-list-box ul li:last-child { border: none; }
.dashboard-list-box ul li:hover { background-color: #fbfbfb; }
.dashboard-list-box .numerical-rating { margin: 0 3px; }
.dashboard-list-box ul li i.list-box-icon {
height: 38px;
width: 38px;
color: #777;
text-align: center;
line-height: 37px;
border-radius: 50%;
transition: 0.3s;
display: inline-block;
background-color: #eee;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
}
.dashboard-list-box ul li:hover i.list-box-icon { background-color: #eaeaea; } .dashboard-list-box-static {
padding: 30px;
background-color: #fff;
}
.dashboard-list-box-static .button {
padding: 12px 20px;
font-size: 14px;
margin-bottom: 3px;
background-color: #26ae61
}
.dashboard-list-box-static .button:hover {
background-color: #333;
} a.close-list-item {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 30px;
opacity: 0;
padding: 4px;
color: #ea2828;
transition: 0.3s;
}
.dashboard-list-box ul li:hover a.close-list-item { opacity: 1; } .dashboard-list-box ul ul { background-color: transparent; }
.dashboard-list-box ul ul li:nth-last-child(2n+1) { background-color: transparent; }
.dashboard-list-box ul ul li {
padding: 0;
border: none;
transition: 0.3s;
background-color: transparent;
display: inline-block;
}
.dashboard-list-box ul ul li:hover { background-color: transparent; } .dashboard-list-box .sort-by {
top: 16px;
right: 26px;
}
.dashboard-list-box .sort-by .chosen-container-single .chosen-single { background-color: transparent; padding: 0 4px; }
.dashboard-list-box .chosen-container .chosen-results li { border: none; }  .dashboard-list-box.invoices ul li strong {color: #333;margin-bottom: 3px;display: inline-block;}
.dashboard-list-box.invoices ul ul {
line-height: 22px;
padding-bottom: 2px;
color: #909090;
}
.dashboard-list-box.invoices ul ul li { padding: 0; }
.dashboard-list-box.invoices ul ul li:after {
content: "";
display: inline-block;
width: 1px;
height: 11px;
background-color: #e0e0e0;
position: relative;
margin: 0 10px;
}
.dashboard-list-box.invoices ul ul li:last-child:after { display: none; }
.paid { color: #64bc36; }
.unpaid { color: #ee3535; } .buttons-to-right,
.dashboard-list-box .button.to-right {
position: absolute;
right: 30px;
top: 50%;
transform: translate3d(0,-49%,0);
-moz-transform: translate3d(0,-50%,0);
opacity: 0;
transition: 0.4s;
box-shadow: 0px 0px 10px 15px #fbfbfb;
}
.dashboard-list-box li:hover .buttons-to-right,
.dashboard-list-box li:hover .button.to-right { opacity: 1; }
.buttons-to-right { box-shadow: none; }
.buttons-to-right .button { margin-left: 2px; }
.dashboard-list-box .button i { padding-right: 2px; position: relative; top: 1px; }
.dashboard-list-box .button i.fa-remove { padding-right: 1px; }
a.resume-manager-remove-row {
border-radius: 4px;
top: 0px;
right:0px;
background-color: #ffe1e1 !important;
}
.resume-manager-remove-row i.fa.fa-close {
padding: 0px; margin: 0; position: relative;
color: #d35f5f;
top: 0px;
font-size: 12px;
} .buttons-to-right a.button.approve:hover { background-color: #64bc36; }
.buttons-to-right a.button.reject:hover { background-color: #e42929; } .edit-profile-photo img {
border-radius: 4px;
max-width: 240px;
width: 100%;
}
.edit-profile-photo {
position: relative;
display: block;
margin-bottom: 35px;
}
.change-photo-btn {
font-weight: 500;
padding: 5px 6px;
color: #333;
background-color: #fff;
border-radius: 50px;
display: inline-block;
position: relative;
font-size: 13px;
width: auto;
transition: 0.3s;
cursor: pointer;
line-height: 20px;
position: absolute;
bottom: 15px;
left: 15px;
width: auto;
}
.photoUpload {
position: relative;
overflow: hidden;
padding: 3px 12px;
cursor: pointer;
}
.photoUpload input.upload {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
}
.change-photo-btn:hover {
color: #fff;
background-color: #26ae61;
}
.change-photo-btn i { margin-right: 2px; }
.my-profile label {
margin-top: 17px;
font-size: 14px;
font-weight: 500;
color: #333;
margin-bottom: 6px;
}
.my-profile { display: block; }
.my-profile label i { margin-right: 3px; }
.my-profile textarea {
height: 200px; } .paid span,.unpaid span { font-weight: 500; }
.paid {color:#48ad13;}
.wallet-currency {
font-weight: 500;
border-radius: 3px;
background: rgba(255, 255, 255, 0.4);
font-size: 16px;
line-height: 25px;
padding: 3px 7px;
color:inherit
}
.comission-taken {
border-radius: 4px;
font-size: 14px;
color: #888;
font-weight: 400;
background: #f4f4f4;
display: inline-block;
padding: 6px 10px;
float: right;
position: relative;
top: -3px;
}
.comission-taken strong {
font-weight: 500;
color: #666;
}
@media (max-width: 768px) {
.comission-taken { float: none; display: block;margin-top: 10px; padding: 0; background: transparent; }
}  .payment-logo {
height: 24px;
position: absolute;
right: 19px;
top: 18px;
image-rendering: -webkit-optimize-contrast;
}
.payment-logo.paypal {
height: 16px;
top: 22px;
}
.payment-tab-trigger>input {
position: absolute;
visibility: hidden;
}
.payment-tab-trigger {
padding: 0px 20px;
}
.payment-tab-trigger>label {
cursor: pointer;
display: block;
position: relative;
top: 0;
padding: 14px 0;
top: 1px;
margin-bottom: 0;
font-weight: 500;
}
.payment-tab-trigger>label::before {
transition: 0.2s;
box-sizing: border-box;
background-color: #fff;
border: 2px solid #d0d0d0;
border-radius: 100%;
content: "";
display: inline-block;
margin-right: 10px;
position: relative;
top: 4px;
width: 20px;
height: 20px;
}
.payment-tab-trigger>label::after {
background: #fff;
border-radius: 100%;
content: "";
display: inline-block;
position: absolute;
left: 7px;
top: 25px;
width: 6px;
height: 6px;
transition: 0.2s;
transform: scale(0);
}
.payment-tab-trigger>input:checked~label::before {
border-color: #66676b;
}
.payment-tab-trigger>input:checked~label::after {
background-color: #66676b;
transform: scale(1);
}
.payment {
border: 2px solid #f2f2f2;
border-radius: 4px;
overflow: hidden;
}
.payment-tab {
background: #f2f2f2;
box-sizing: border-box;
max-height: 60px;
overflow: hidden;
position: relative;
transition: all 0.3s 0s ease-in-out;
width: 100%;
}
.payment-tab:first-of-type {
border-radius: 4px 4px 0 0;
}
.payment-tab:last-of-type {
border-radius: 0 0 4px 4px;
}
.payment-tab.payment-tab-active {
max-height: 400px;
background: #fff;
}
@media (max-width: 991px) {
.payment-tab.payment-tab-active {
max-height: 800px;
}
}
.payment-tab-content {
padding: 0 20px 20px 20px;
background-color: #fff;
visibility: hidden;
opacity: 0;
transition: 0.2s ease-in-out;
}
.payment-tab.payment-tab-active .payment-tab-content {
visibility: visible;
opacity: 1;
}
.card-label>input {
box-sizing: border-box;
display: block;
height: 51px;
margin: -14px auto 5px;
padding: 5px 15px 0 15px;
transition: border-color 0.3s;
width: 100%;
border: 1px solid #dbdbdb;
background-color: #fff;
text-decoration: none;
border-radius: 4px;
box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
}
.card-label>label {
background-color: #fff;
display: inline-block;
margin: 6px auto auto 8px;
font-size: 13px;
padding: 0px 7px;
font-weight: 500;
color: #909090;
}
.payment-tab p {
margin: 10px 0;
} .list-box-listing {
display: flex;
padding: 5px 0;
position: relative;
} .list-box-listing-img {
flex: 1;
max-width: 150px;
position: relative;
}
.list-box-listing-img a {
width: 100%;
height: 100%;
display: inline-block;
overflow: hidden;
position: relative;
z-index: 10;
}
.list-box-listing-img a:before {
content: "";
height: 100%;
width: 100%;
display: block;
position: absolute;
top: 0;
right: 0;
background-color: rgba(22,22,22,0.2);
border-radius: 4px;
z-index: 11;
}
.list-box-listing-img a img {
object-fit: cover;
height: 100%;
width: 100%;
border-radius: 4px;
} .bookings { margin: 10px 0; }
.bookings .list-box-listing-img a:before { display: none; }
.bookings .list-box-listing-img {
max-width: 70px;
max-height: 70px;
border-radius: 50%;
overflow: hidden;
}
.bookings .list-box-listing-content .inner {
top:0;
transform: none
}
.bookings .list-box-listing-img {
margin-right: 5px;
}
.bookings .list-box-listing-content .inner h3 { margin-bottom: 20px; }
.inner-booking-list h5 {
display: inline-block;
font-weight: 500;
margin: 0;
color: #666;
}
.inner-booking-list ul {
display: inline-block;
padding: 0;
margin-bottom: 0;
}
.inner-booking-list ul li {
display: inline-block;
padding: 0;
margin: 0 0 4px 0;
}
.inner-booking-list ul li:after {
content: "";
display: inline-block;
position: relative;
margin: 0 10px;
height: 12px;
top: 1px;
background-color: #ddd;
width: 1px;
}
.inner-booking-list ul li:last-child:after { display: none; }
.inner-booking-list ul li.highlighted {
padding: 2px 10px;
line-height: 22px;
font-weight: 500;
font-size: 14px;
background-color: #eee !important;
color: #777;
border-radius: 50px;
display: inline-block;
}
.pending-booking .inner-booking-list ul li.highlighted {
background-color: #E9F7FE !important;
color: #3184ae;
}
.approved-booking .inner-booking-list ul li.highlighted {
background-color: #EBF6E0 !important;
color: #5f9025;
}
.bookings .inner h3 span.booking-status {
border-radius: 50px;
line-height: 20px;
font-weight: 500;
font-size: 12px;
color: #fff;
font-style: normal;
padding: 2px 8px;
margin-left: 3px;
position: relative;
top: -2px;
}
.approved-booking .bookings .inner h3 span.booking-status { background-color: #64bc36; }
.pending-booking .bookings .inner h3 span.booking-status{ background-color: #61b2db; }
.canceled-booking .bookings .inner h3 span.booking-status { background-color: #ee3535; }
.bookings .inner h3 span.booking-status.unpaid { background-color: #ee3535; } .list-box-listing-content {
flex: 1;
padding-left: 25px;
}
.list-box-listing-content .inner {
position: relative;
top: 14px; vertical-align: top;
}
.list-box-listing-content .inner h3 {
font-size: 18px;
bottom: -2px;
position: relative;
font-weight: 500;
margin: 0;
line-height: 27px;
}
.list-box-listing-content .inner span {
font-size: 15px;
font-weight: 300;
display: inline-block;
}
.list-box-listing-content .inner .numerical-rating,
.list-box-listing-content .inner .star-rating {
margin: 5px 0 0 0;
display: block;
} .dashboard-list-box .comments.listing-reviews li {
margin: 19px 0 10px 0;
}
.dashboard-list-box  a.rate-review {
border: none;
color: #666;
background-color: #eee;
padding: 4px 18px;
}
.dashboard-list-box  a.rate-review:hover {
background-color: #26ae61;
color: #fff;
}
.dashboard-list-box .comment-by-listing {
display: inline-block;
color: #888;
}
.dashboard-list-box .comment-by-listing.own-comment,
.dashboard-list-box .comment-by-listing.own-comment a { color: #444; }
.dashboard-list-box .comment-by-listing a { color: #888; }
.dashboard-list-box .comment-by-listing a:hover { color: #26ae61; } .add-listing-section label.switch {
position: absolute;
right: 40px;
top: 30px;
z-index: 100;
}
.add-listing-section {
position: relative;
}
.add-listing-section .switcher-content {
opacity: 0.4;
pointer-events: none;
transition: 0.4s;
}
.add-listing-section.switcher-on .switcher-content {
opacity: 1;
pointer-events: all;
}
label.switch {
position: relative;
display: inline-block;
width: 60px;
height: 30px;
margin-top: 0;
margin-bottom: 0px;
}
.switch input[type="checkbox"] {display:none;}
.switch input {display:none;}
.slider:not(.slider-horizontal) {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
border-radius: 50px;
transition: 0.4s;
}
.slider:not(.slider-horizontal):before {
position: absolute;
content: "";
height: 22px;
width: 22px;
left: 4px;
bottom: 4px;
background-color: white;
transition: 0.4s;
border-radius: 50px;
}
input:checked + .slider {
background-color: #26ae61;
}
input:checked + .slider:before {
transform: translateX(30px);
}  .add-listing-section {
border-radius: 4px;
background-color: #fff;
box-shadow: 0 0 12px 0 rgba(0,0,0,0.06);
padding: 0 40px 25px 40px;
}
.add-listing-headline {
width: calc(100% + 80px);
left: -40px;
position: relative;
padding: 30px 40px;
margin: 0 0 30px 0;
border-radius: 4px 4px 0 0;
background-color: #fcfcfc;
border-bottom: 1px solid #eaeaea;
}
.add-listing-headline h3 {
padding: 0;
margin: 0;
line-height: 32px;
font-size: 22px;
position: relative;
top: 1px;
}
#add-listing h5 {
font-size: 15px;
font-weight: 500;
color: #333;
margin-bottom: 17px;
}
#add-listing h5 span {
color: #888;
font-weight: 400;
}
#add-listing h5 i {
padding-right: 4px;
}
.add-listing-headline i {
padding-right: 7px;
display: inline-block;
position: relative;
top: 1px;
}
.button.preview {
margin-top: 40px;
font-size: 18px;
font-weight: 400;
padding: 11px 26px;
display: inline-block;
}
.button.preview i { padding: 0; margin: 0 0 0 4px;}
.add-listing-section .row.with-forms input,
.add-listing-section .row.with-forms input[type="text"],
.add-listing-section .row.with-forms input[type="password"],
.add-listing-section .row.with-forms input[type="email"],
.add-listing-section .row.with-forms input[type="number"],
.add-listing-section .row.with-forms textarea,
.add-listing-section .row.with-forms input,
.add-listing-section .row.with-forms select,
.add-listing-section .row.with-forms .chosen-container {
margin-bottom: 22px;
}
.add-listing-section textarea { min-height: 200px; margin-bottom: 35px; }
#add-listing h5.fb-input { color: #3b5998; }
#add-listing h5.twitter-input { color: #1da1f2; }
#add-listing h5.gplus-input { color: #dd4b39; } .tip {
font-style: normal;
position: relative;
top: -1px;
left: 2px;
display: inline-block;
cursor: help;
color: #fff;
font-size: 11px;
line-height: 0;
width: 18px;
height: 18px;
background: #26ae61;
display: inline-block;
border-radius: 50%;
color: #fff;
text-align: center;
padding: 0 !important;
font-weight: 500;
}
.tip-content {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, calc(-100% - 20px));
-ms-transform: translate(-50%, -100%);
background: #333;
color: #fff;
padding: 13px 15px;
min-width: 200px;
max-width: 200px;
font-size: 13px;
border-radius: 4px;
line-height: 19px;
pointer-events: none;
z-index: 999;
text-align: center;
opacity: 0;
visibility: hidden;
transition: all 0.3s;
}
.tip:hover .tip-content {
opacity: 1;
visibility: visible;
transform: translate(-50%, calc(-100% - 13px));
-ms-transform: translate(-50%, -115%);
}
.tip:after {
font-family: "FontAwesome";
content: "\f128";
line-height: 19px;
display: inline-block;
position: relative;
text-align: center;
-moz-transform: translateY(-1px);
}
.tip-content:after {
font-family: "FontAwesome";
content:"\f0dd";
position: absolute;
bottom: 3px;
left: 50%;
font-size: 22px;
color: #333;
transform: translate(-50%,50%);
}  .opening-day { margin-bottom: 22px; }
.opening-day h5 { margin-top: 17px; transition: 0.15s; }
.opening-day:hover h5 { color: #26ae61 !important; }
.opening-day .chosen-container .chosen-results { max-height: 200px; }  .add-listing-headline i.fa { top: -2px; }
.availability-slots {
display: flex;
flex-wrap: wrap;
width: calc(100% + 30px);
}
.day-slots {
margin: 0 25px 30px 0;
flex: 0 0 calc(25% - 25px);
} .availability-slots.twenty-four-clock i.am-pm,
.availability-slots.twenty-four-clock select.twelve-hr { display: none; } .day-slot-headline {
background-color: #26ae61;
color: #fff;
text-align: center;
border-radius: 4px;
padding: 7px 10px;
position: relative;
cursor: default;
font-weight: 500;
} .no-slots {
background-color: #f0f0f0;
border-radius: 4px;
margin-top: 8px;
padding: 10px;
display: flex;
cursor: default;
text-align: center;
width: 100%;
display: block;
font-size: 14px;
font-weight: 500;
transition: 0.4s;
opacity: 1;
max-height: 60px;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 8px;
}
.no-slots,
.no-slots-fadeout {
opacity: 0;
max-height: 0;
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
}
.no-slots.no-slots-fadein {
opacity: 1;
max-height: 60px;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 8px;
display: block;
} .single-slot {
background-color: #f3f3f3;
border-radius: 4px;
margin-top: 8px;
padding: 0;
display: flex;
cursor: move;
}
.single-slot.slot-animation {
animation-name: slotFadeIn;
animation-duration: 0.3s;
}
@keyframes slotFadeIn {
0% { opacity: 0; max-height: 0; }
100% { opacity: 1; max-height: 150px; }
}
.single-slot.cloned { display: none; }
.single-slot-left {
flex: 1;
padding: 12px 17px;
}
.single-slot-right { 
flex: 0 0 auto;
background-color: #eee;
position: relative;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0 4px 4px 0;
flex-direction: column;
align-items: flex-start;
padding: 0 17px;
}
.single-slot-right strong {
display: flex;
font-weight: 500;
font-size: 14px;
width: 100%;
line-height: 20px;
margin-bottom: 3px;
}
.single-slot-time {
font-weight: 700;
color: #666;
line-height: 20px;
font-size: 14px;
margin-bottom: 4px;
}
.single-slot-time i.am-pm {
font-style: normal;
} .remove-slot {
background-color: #c8c8c8;
color: #fff;
border: none;
border-radius: 4px;
height: 19px;
width: 19px;
line-height: 17px;
font-size: 11px;
transition: 0.3s;
font-weight: 500;
}
.remove-slot i {
position: relative;
left: -1px;
}
.remove-slot:hover {
background-color: #ec2c2c;
} @keyframes shake {
0%, 100% {transform: translateX(0);}
10%, 30%, 50%, 70% {transform: translateX(-5px);}
20%, 40%, 60% {transform: translateX(5px);}
}
.add-slot-shake-error {
animation-name: shake;
animation-duration: 0.6s;
}
.add-slot {
display: flex;
width: 100%;
background-color: #333;
border-radius: 4px;
margin-top: 8px;
padding: 8px;
}
.add-slot span {
font-size: 14px;
color: #aaa;
padding: 0 8px;
font-weight: 500;
font-size: 12px;
position: relative;
top: 1px;
}
.add-slot-inputs {
flex: 1;
display: flex;
padding: 0;
}
.add-slot-btn { flex: 0 0 1; }
.add-slot-btn button {
outline: none;
background-color: #fff;
color: #333;
border: none;
border-radius: 4px;
margin-left: 10px;
font-size: 14px;
font-weight: 500;
height: 100%;
padding: 0 15px;
transition: 0.3s;
}
.add-slot-btn button:hover {
background-color: #26ae61;
color: #fff;
}
.add-slot-inputs select,
.add-slot-inputs input {
background-color: #4a4a4a;
border: none;
padding: 0;
height: 28px;
line-height: 1;
color: #fff;
font-size: 14px;
font-weight: 500;
margin: 0;
margin-right:0;
text-align: center;
cursor: pointer;
border-radius: 4px;
width: 100%;
box-shadow: none;
}
input[type="time"]::-webkit-clear-button{
display:none;
}
.add-slot-inputs select {
margin-right: 0;
border-radius: 0 4px 4px 0;
padding-left: 8px;
border-left: 1px solid rgba(255,255,255,0.1);
width: auto;
font-size: 13px;
margin-left: -4px;
}
.add-slot-inputs select option {
background-color: #333;
outline: none;
border: none;
cursor: pointer;
}
.add-slot-inputs input::-webkit-outer-spin-button,
.add-slot-inputs input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0; 
}
.add-slot-inputs input{ padding-right: 4px; }
.availability-slots.twenty-four-clock .add-slot-inputs input{
padding-right: 0;
} .plusminus {
display: inline-block;
position: relative;
font-size: 0;
overflow: hidden;
border-radius: 0;
width: 44px;
height: 72px;
}
.plusminus button {
display: block;
width: 24px;
height: 24px;
position: absolute;
margin: 0;
padding: 0;
border: 0;
background: #fff;
color: #aaa;
font-size: 10px;
font-weight: 500;
line-height: 1;
font-family: FontAwesome;
cursor: pointer;
transition: 0.3s;
}
.plusminus button:focus {
outline: none;
}
.plusminus button:hover {
background-color: #333;
color: #fff;
}
.plusminus button:disabled:hover {
background: #bbb;
color: #fff;
cursor: default;
}
.plusminus button:first-child {
bottom: 0;
}
.plusminus button:first-child:before {
content: "\f068";
line-height: 25px;
}
.plusminus button:last-child {
top: 0;
}
.plusminus button:last-child:before {
content: "\f067";
line-height: 25px;
}
.plusminus input[type="number"] {
position: absolute;
width: 24px;
height: 24px;
top: 24px;
margin: 0;
padding: 0;
border: 0;
font-size: 13px;
line-height: 24px;
font-weight: 700;
text-align: center;
}
.plusminus input[type="number"]::-webkit-outer-spin-button, 
.plusminus input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.plusminus.horiz {
width: 74px;
height: 24px;
}
.plusminus.horiz button:first-child {
left: 0;
border-radius: 4px;
}
.plusminus.horiz button:last-child {
right: 0;
border-radius: 4px;
margin-left: 1px;
}
.plusminus.horiz:after {
bottom: 0;
}
.plusminus.horiz input[type="number"] {
position: absolute;
top: 0;
left: 25px;
border-radius: 4px;
} @media (max-width: 1920px) {
.day-slots {
flex: 0 0 calc(25% - 25px);
}
}
@media (max-width: 1660px) {
.day-slots {
flex: 0 0 calc(33.3% - 25px);
}
}
@media (max-width: 1366px) {
.day-slots {
flex: 0 0 calc(33.3% - 25px);
}
}
@media (max-width: 1365px) {
.day-slots {
flex: 0 0 calc(50% - 25px);
}
}
@media (max-width: 1040px) {
.availability-slots {
width: 100%;
}
.day-slots {
flex: 0 0 100%;
margin-right: 0;
margin-bottom: 30px;
}
}
@media (max-width: 768px) {
.availability-slots {
width: 100%;
}
.day-slots {
flex: 0 0 100%;
margin-right: 0;
margin-bottom: 30px;
flex-direction: column;
}
.add-slot-inputs input { width: 100%; }
.add-slot-inputs span { opacity: 0; width: 5px; height: 10px; }
.add-slot-inputs { width: 100%; }
.add-slot { flex-direction: column; }
.add-slot-btn button {
width: 100%;
margin-left: 0;
margin-top: 8px; 
background-color: rgba(255,255,255,0.15); 
color: #fff;
padding: 3px 0;
}
}  #pricing-list-container {
width: 100%;
margin-top: 10px;
}
.pricing-list-item td {
display: flex;
width: 100%;
margin-bottom: 5px;
}
.pricing-list-item td .fm-input,
.pricing-list-item td .fm-move,
.pricing-list-item td .fm-close {
flex: 1;
position: relative;
}
.pricing-list-item td .fm-move,
.pricing-list-item td .fm-close {
max-width: 40px;
}
.pricing-list-item td .fm-move {
cursor: move;
line-height: 51px;
color: #666;
font-size: 17px;
}
.pricing-list-item td .fm-close { text-align: right; }
.pricing-list-item td .fm-close a {
padding: 10px;
padding-right: 0;
color: #ea2828;
display: inline-block;
}
.pricing-list-item td .fm-input { margin-right: 20px; }
.pricing-list-item td .fm-input.pricing-name { max-width: 350px; }
.pricing-list-item td .fm-input.pricing-price {
max-width: 150px;
margin-right: 0;
}
.pricing-submenu { display: block; padding-top: 20px; }
.pricing-submenu input { background-color: #fafafa; }
.pricing-submenu.pricing-list-item td .fm-input { margin-right: 0; }
#pricing-list-container tbody tr:first-child.pricing-list-item.pricing-submenu {
padding-top: 0;
} .data-unit {
position: absolute;
top: 12px;
right: 19px;
font-style: normal;
color: #aaa;
z-index: 110;
background-color: transparent;
outline: 0;
border: 0;
padding: 0 0 0 10px;
margin: 0;
font-size: 13px;
font-weight: 500;
pointer-events:none;
background-color: #fff;
} .add-pricing-submenu.button:before,
.add-pricing-list-item.button:before { display: none; }
.add-pricing-submenu.button,
.add-pricing-list-item.button {
margin-top: 15px;
margin-bottom: 5px;
background-color: #f0f0f0;
color: #666;
padding: 8px 22px;
font-weight: 500;
}
.add-pricing-submenu.button:hover,
.add-pricing-list-item.button:hover {
color: #fff;
background-color: #26ae61;
}  .separated-form .add-listing-section {
border: 1px solid #eaeaea;
box-shadow: 0 0 16px 0 rgba(0,0,0,0.04);
}
.separated-form .button.preview {
padding: 14px 38px;
}
#titlebar i.sl { margin-right: 4px; }
.notification.notice.large h4 { font-weight: 500; }  .dashboard-header {
position: fixed;
width: 100%;
z-index: 1001;
box-shadow: 0 0 12px 0 rgba(0,0,0,.12);
}
.dashboard-header .container,
.dashboard-header .sixteen.columns {
width: 100%;
}
.dashboard-header .sixteen.columns {
padding: 0 20px;
}
.dashboard-header #navigation ul.float-right {
right: 30px;
}
.dashboard-container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.dashboard-container {
width: 750px;
}
}
@media (min-width: 992px) {
.dashboard-container {
width: 970px;
}
}
@media (min-width: 1240px) {
.dashboard-container {
width: 1090px;
}
}
@media (min-width: 1367px) {
.dashboard-container {
width: 1210px;
}
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
}
@media (min-width: 1700px) {
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
float: left;
}
.col-xl-12 {
width: 100%;
}
.col-xl-11 {
width: 91.66666667%;
}
.col-xl-10 {
width: 83.33333333%;
}
.col-xl-9 {
width: 75%;
}
.col-xl-8 {
width: 66.66666667%;
}
.col-xl-7 {
width: 58.33333333%;
}
.col-xl-6 {
width: 50%;
}
.col-xl-5 {
width: 41.66666667%;
}
.col-xl-4 {
width: 33.33333333%;
}
.col-xl-3 {
width: 25%;
}
.col-xl-2 {
width: 16.66666667%;
}
.col-xl-1 {
width: 8.33333333%;
}
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} @media (max-width: 991px) {
.dashboard-nav ul:first-child {
margin: 10px 0 0 0;
}
.main-search-container { height: 580px; }
.main-search-input select,
.main-search-input select:focus {
font-size: 16px;
border: 1px solid #e0e0e0;
box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
background: #fff;
height: 55px;
padding: 12px 18px;
border-radius: 4px;
} .dashboard-nav {
min-width: 90%;
max-width: 90%;
margin: 0 5%;
border-radius: 0 0 4px 4px;
position: relative;
min-height: auto;
opacity: 1;
visibility: hidden;
max-height: 0;
padding: 0;
transition: all 0.3s;
}
.dashboard-nav.active ul,
.dashboard-nav.active {
opacity: 1;
visibility: visible;
max-height: 900px;
}
.dashboard-nav ul,
.dashboard-nav.active ul li ul,
.dashboard-nav ul li ul {
visibility: hidden;
opacity: 0;
max-height: 0;
transition: all 0.3s;
}
.dashboard-nav.active ul li.active-submenu ul {
visibility: visible;
opacity: 1;
max-height: 300px;
}
#header-container.fixed {
position: relative;
top: 0;
width: 100%;
}
.dashboard-content {
padding: 40px 5%;
padding-bottom: 0;
height: auto;
margin-left: 0px;
}
header.fullwidth.dashboard .container {  padding: 0 5%; }
.main-search-inner { transform: translate(0, -51%); } a.dashboard-responsive-nav-trigger {
width: 90%;
margin: 0 5%;
margin-top: 40px;
background-color: #333;
border-radius: 5px;
color: #fff;
padding: 16px 30px;
font-weight: 500;
transition: 0.2s;
display: block;
}
a.dashboard-responsive-nav-trigger i {
margin-right: 5px;
}
a.dashboard-responsive-nav-trigger.active {
border-radius: 4px 4px 0 0;
}
.messages-container-inner { display: block;}
.messages-container-inner .messages-inbox {
max-width: 100%;
width: 100%;
border-right: none;
display: none;
} }
.dashboard-content table.manage-table th {
background-color: #333;
color: #fff;
border-right: 1px solid #555;
}
.dashboard-content table.manage-table th:last-child {
border-right: none;
}
.clear-all-activities {
display: inline-block;
background-color: #f2f2f2;
color: #888;
padding: 6px 6px;
line-height: 12px;
border-radius: 4px;
font-size: 13px;
margin-bottom: -5px;
position: absolute;
top: 21px;
right: 30px;
transition: 0.3s;
}
.load_more_jobs:focus { color: #fff; }
body #dashboard table.manage-table tr:hover td, body #dashboard table.manage-table tr td {border: 1px solid transparent; } .widget ul.job_listings li.job_listing .image img.company_logo { padding: 0; border-radius: 4px; margin: 0 15px 0 20px; }
.widget ul.job_listings li.job_listing ul.meta { zoom: 0.9; }
.widget ul.job_listings li.job_listing .position h3 { padding: 0 20px 10px 20px; font-weight: 500} .indeed_job_listing a {
flex-wrap: wrap;
padding-left: 105px !important;
border-radius: 3px !important; 
}
.indeed_job_listing .company_logo {
height: 60px;
width: 60px;
margin: 0;
padding: 0;
position: absolute;
left: 20px;
}
.indeed_job_listing .meta, .indeed_job_listing .location, .indeed_job_listing .position {
margin-left: 0;
width: 100%;
}
.resumes li.indeed_job_listing:nth-child(2n), .job_listings > li.indeed_job_listing:nth-child(2n), .job-list > li.indeed_job_listing:nth-child(2n) {
background-color:transparent;
}
.job_listings li.indeed_job_listing, .job-list li.indeed_job_listing {
margin: 20px 0px;
padding: 0;
border-radius: 4px;
}
.indeed_job_listing h3 { margin-bottom: 5px; }
.indeed_job_listing .company { margin-bottom: 5px;}
.indeed_job_listing .company .tagline { display: none; }
.indeed_job_listing .location:before {
content: "\ea9c";
font-family: "linearicons";
font-size: 18px;
margin-right: 3px;
}
.indeed_job_listing .company:before {
content: "\ea95";
font-family: "linearicons";
font-size: 18px;
margin-right: 3px;
top: 1px; 
position: relative;
}
.indeed_job_listing ul.meta { margin-top: 10px; font-size: 12px;}
.indeed_job_listing ul.meta li { display: inline-block;}
.indeed_job_listing ul.meta li:first-child { margin-right: 0; }
.job_listings li.wp-job-manager-attribution-row {
margin: 25px 0 0 0;
}
body .resume-spotlight.photo-square img, body .resumes .photo-square img { border-radius: 4px; }
@media (max-width: 767px) { 
body .resume-spotlight.photo-square img, body .resumes .photo-square img { border-radius: 0px; width: 64px; height: auto; display: inline-block !important; border-radius: 4px; margin: 27px 0px 10px 22px}
.resumes .resumes-content { padding: 20px 0 25px 0; }
}
body .woocommerce-checkout.processing button#place_order { opacity: 0.9; pointer-events: none; } 
body .woocommerce-checkout.processing button#place_order:after {
border: 3px solid rgba(255, 255, 255, 0.25); 
border-top: 3px solid #ffffff;
border-radius: 50%;
width: 18px;
height: 18px;
animation: placeorderspin 2s linear infinite;
content: "";
display: inline-block;
position: relative;
top: 3px;
margin-left: 10px;
line-height: 0;
}
@keyframes placeorderspin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@media (min-width: 780px) {body.admin-bar .select2-dropdown { transform: translateY(32px); }}
.app-tabs .app-tab-content > p {
display: none;
}
.job-application-meta dt { margin-bottom:10px;}
@media only screen and (max-width: 1024px) {
.app-content .info ul li { display: block; margin-bottom:5px;}
}
@media (max-width: 1360px) {table.manage-table th i { position: relative; left: 0; top: 0; margin-right: 2px; }
#job-manager-alerts td, #job-manager-alerts th { padding: 15px; }}
.job_filters a.reset {
background: #ff3f3f1a;
color: #d81818;
max-width: 120px;
display: inline-block;
border-radius: 3px !important;
}
.job_filters a.rss_link { display: none; }
@media (min-width: 400px) and (max-width: 1099px) { .new-header #logo_nh { max-width: 50%; }}
body .single-job-view-actions a.remove-bookmark {
display: inline-block;
background: #212121;
padding: 5px 15px;
font-size: 12px;
font-weight: 500;
color: #fff;
border-radius: 4px;
margin-top: 0;
transition: 0.2s;
box-shadow: none;
margin-right: 10px;
}
@media (max-width: 992px) {.company-info-apply-btn .job_application.application { width: 100%; }} .company-contact-details {
background: #f7f7f7;
border-radius: 5px;
display: flex;
padding: 40px;
background-color: #fff;
box-shadow: 0 0 16px rgb(0 0 0 / 10%);
margin: 60px 10px 40px 10px;
}
.company-contact-details .company-data {
display: flex;
align-items: center;
}
.company-contact-details .company-logo {
margin-right: 30px;
}
.company-contact-details .company-logo img {
border-radius: 5px;
max-width: 120px;
width: 120px; }
.company-info-boxed .company-info span.minimum_votes_req,
.company-contact-details .minimum_votes_req {
font-size: 13px;
font-weight: 500;
margin: 10px 0;
padding: 5px 10px;
color: #777;
border: 1px solid #e0e0e0;
background: #fff;
display: inline-block;
}
.company-contact-details .minimum_votes_req { 
margin-bottom: 18px;
margin-top: 5px;
}
body .company-info-boxed .company-info span {
display: inline-block;
}
body.single-company #wrapper {
background: linear-gradient(to bottom, #f6f6f6 0%, rgba(255,255,255,0.5) 350px);
}
body.single-company .grid-layout .job-listing-details {
padding: 22px 30px 25px 30px;
}
body.single-company .job-listing.grid h4.job-listing-company { display: none; }
body.single-company .comments-amount {
font-weight: 400;
}
.mas-company-jobs__title {
margin: 0 0 20px 0;
font-size: 20px;
}
.company-contact-details .stars-rating {
color: #ffc107;
margin: 5px 0 15px 0;
display: block;
}
.company-info-boxed .wp-job-manager-star-listing-star-rating {
margin-top: 7px;
margin-bottom: 5px;
}
.company-info-boxed .wp-job-manager-star-listing-star-rating span {
margin: 0;
color: #ffc107;
width: 20px;
height: 20px;
font-size: 20px !important;;
display: inline-block;
}
body.single-company .widget h4 { margin-bottom: 22px; }
body.single-company .job-overview,
body.single-company .comment-content { background: #f9f9f9; }
p.company-data__content--list-item {
margin: 0;
color: #777;
font-size: 15px;
margin-bottom: 8px;
line-height: 24px;
margin-top: -10px;
font-weight: 400;
}
.company-info p.company-data__content--list-item {
margin-top: 1px;
margin-bottom: 0;
}
.mas-wpjmcr-list-reviews .dashicons-star-empty { color: #bbb; }
@media (max-width: 992px) {
.mas-wpjmcr-list-reviews { flex-direction: column; }
body.single-company .mas-wpjmcr-list-reviews .stars-rating { margin: 5px 0; border-right: none !important; }   
}
.company-features {
border: 1px solid #e0e0e0;
border-radius: 4px;
margin-top: 30px;
padding: 20px;   
}
.company-description {
display: block;
margin-top: 30px;
}
h1.company-title {
font-size: 23px;
font-weight: 500;
margin-bottom: 10px;
line-height: 36px;
}
.company-features__inner {
display: flex;
flex-wrap: wrap;
}
.company-feature {
display: flex;
flex-direction: column;
flex: 0 0 25%;
padding: 10px 15px;
}
.company-feature .company-feature__title{
font-weight: 500;
color: #333;
}
body.single-company .comments {
margin-top: 0px;   
}
body.single-company .mas-company-jobs { margin-bottom: 20px; }
body.single-company .comments .comment-by {
padding-bottom: 0;
}
body.single-company .comments .comment-by strong {
font-size: 14px;
color: #333;
}
body.single-company .comments .comment-by span {
font-size: 14px;
font-weight: 400;
margin: 5px 0 0 0;
}
body.single-company .comment-by a.comment-reply-link { display: none; pointer-events: none; }
body.single-company .comment-list img.avatar, div.avatar,
body.single-company .comment-content { border-radius: 4px; }
.comment-list img.avatar {
max-width: 70px;
}
h4.mas-wpjmcr-title { font-size: 16px !important; color: #333; font-weight: 500; margin-top: 0 !important; margin-bottom: 0 !important;}
body.single-company .comment-content p { font-size: 14px; }
body.single-company .mas-wpjmcr-list-reviews,
body.single-company #mas-wpjmcr-submit-ratings .star-rating, 
body.single-company .mas-wpjmcr-list-reviews .star-rating {
float: none;
text-align: left;
max-height: 100%;
}
body.single-company .mas-wpjmcr-list-reviews {
display: inline-flex;
background: #fff;
flex-wrap: wrap;
box-shadow: 0 0 7px rgb(0 0 0 / 5%);
border-radius: 4px;
padding: 16px 5px;
margin-top: 15px;
margin-bottom: 10px;
}
body.single-company .mas-wpjmcr-list-reviews .stars-rating {
padding: 0 20px;
display: inline-block;
border-right: 1px solid #e4e4e4;
}
body.single-company .mas-wpjmcr-list-reviews .stars-rating:last-child {
border: none; }
.mas-wpjmcr-list-reviews .star-rating-title {
line-height: 24px;
font-size: 14px;
font-weight: 500;
color: #818181;
margin-bottom: 2px;
}
#mas-wpjmcr-submit-ratings .star-rating .dashicons,
.mas-wpjmcr-list-reviews .star-rating .dashicons {
font-size: 18px;
width: 18px;
}
body.single-company .comments ul li { margin-left: 0; }
body.single-company .comment-list img.avatar { display: none; }
body.single-resume .comment-form,
body.single-company .comment-form {
margin-top: 20px;
padding: 30px;
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 4px;
margin-bottom: 40px;    
}
body.single-resume .comment-form:empty {
display: none;
}
body.single-company #respond input { width: auto; }
.sub-ratings-container,
#respond .star-ratings.ratings.list-inline {
display: inline-flex;
flex-direction: row;
background: #f8f8f8;
padding: 18px 5px;
border-radius: 4px;
}
.sub-ratings-container {
margin-bottom: 30px;
}
@media (max-width: 1220px) {
.sub-ratings-container,
#respond .star-ratings.ratings.list-inline {
flex-direction: column;
width: 100%;
}
.sub-ratings-container,
#respond #mas-wpjmcr-submit-ratings .rating-row {
margin: 8px 0;
border-right: none !important;
}
}
.sub-ratings-container {
flex-wrap: wrap;
padding: 12px 5px;
width: 100%;
}
.add-sub-rating,
#respond #mas-wpjmcr-submit-ratings .rating-row {
padding: 0 20px;
border-right: 1px solid #e0e0e0;
}
.mas-company-jobs .job-listing-company-logo {
display: none;    
}
body.single-company  .logged-in-as { display: none; }
#mas-wpjmcr-review-title,
#mas-wpjmcr-submit-gallery {
margin-bottom: 25px;
display: block;
}
.mas-wpjmcr-gallery-input { display: block; }
body.single-company #respond #mas-wpjmcr-title-input { width: 100%; }
#respond #mas-wpjmcr-submit-ratings .rating-row:last-child {
border-right: none;
}
#mas-wpjmcr-submit-ratings label {
font-size: 14px;
font-weight: 500;
color: #333;
margin-bottom: 2px;
}
.company-data__content--list._company_tagline span {
font-size: 13px;
font-weight: 500;
background-color: #f6f6f6;
margin-right: 5px;
border-radius: 4px;
color: #777;
line-height: 18px;
margin-bottom: 1px;
}
.company-data__content--list._company_tagline a {
color: #777;
padding: 5px 7px;
display: inline-block;
font-weight: 400;
}
.company-info-boxed-links span,
.company-data__content--list._company_tagline span { 
transition: 0.2s; 
display: inline-block;
}
@media(max-width: 1300px) {
body .company-info-boxed-links span,
.company-data__content--list._company_tagline span { 
margin-bottom: 4px;
}
}
.company-info-boxed-links span:hover a,
.company-data__content--list._company_tagline span:hover {
background: #26ae611c;
}
body .company-info-boxed-links span:hover a,
.company-data__content--list._company_tagline span:hover a {
color: #26ae61
}
@media(max-width: 1200px) {
.company-contact-details .company-logo img { max-width: 100px; }
}
@media(max-width: 768px) {
.company-contact-details .company-logo img { max-width: 80px; margin-bottom: 20px;}
.company-contact-details .company-data {
display: flex;
align-items: flex-start;
flex-direction: column;
}
.company-contact-details { margin-left: 0; margin-right: 0; }
}
.company-feature {
position: relative; 
padding-left: 70px;
}
.company-feature:before {
content: "";
font-family: "linearicons";
height: 40px;
width: 40px;
line-height: 40px;
font-size: 18px;
text-align: center;
background: #26ae611f;
border-radius: 4px;
color: #26ae61;
position: absolute;
left: 15px;
top: 14px;
}
#company-feature-company_since.company-feature:before {
content: "\e770";
}
body.single-company .job-overview ul li i { font-size: 18px; line-height: 40px; }
#company-feature-company_strength.company-feature:before { content: "\e770"; }
#company-feature-company_category.company-feature:before { content: "\e6fe"; }
#company-feature-company_revenue.company-feature:before { content: "\eac6"; }
#company-feature-company_average_salary.company-feature:before { content: "\eac6"; }
body.single-company .comment-respond { margin-top: 0; } .wpjmc-companies {
display: flex;
flex-wrap: wrap;
margin-top: 0px;
width: calc(100% + 30px);
list-style: none;
padding: 0;
margin-left: 0 !important;
}
body ul.wpjmc-companies li:not(#company-meta li) {
margin: 0 30px 30px 0;
flex-grow: 0;
text-align: left;
padding: 0;
transition: 0.3s;
list-style: none;
display: flex;
justify-content: flex-start;
align-items: flex-start;
box-shadow: none;
color: #777;
}
body ul.wpjmc-companies li .company-inner {
display: flex; 
align-items: center;
}
.select2-selection__clear { display: none; }
body ul.wpjmc-companies li {    width: calc(100% - 30px);}
@media (max-width: 620px) {
body ul.wpjmc-companies li {    width: calc(100%);}
}
body ul.wpjmc-companies li a {
padding: 30px;
width: 100%;
background-color: #fff;
border-radius: 4px; border: 1px solid #e0e0e0;
transition: 0.3s;
}
body ul.wpjmc-companies li a:hover {
box-shadow: 0 0 16px rgb(0 0 0 / 6%)
}
.minimum_votes_req{
background: #f0f0f0;
color: #888;
padding: 5px 7px;
display: inline-block;
font-size: 13px;
font-weight: 400;
border-radius: 4px;
margin-top: 3px;
line-height: 20px;
}
.comment-reply-login { display: none; }
.must-log-in {
padding: 20px;
border-radius: 4px;
border: 1px solid #e0e0e0;
margin: 10px 0 20px 0;    
}
body ul.wpjmc-companies .company-logo {
min-width: 175px;
max-width: 175px;
width: 175px;
text-align: center;
display: inline-block;
border-right: 1px solid #e0e0e0;
margin-right: 30px;
}
body ul.wpjmc-companies li .company-data_tagline {
font-size: 14px;
color: #777;
display: block;
margin-top: -3px;
margin-bottom: 13px;
}
body ul.wpjmc-companies #company-meta {
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
text-align: left;
list-style: none;
color: #888;
font-size: 14px;
margin-top: 17px;
}
body ul.wpjmc-companies #company-meta li {
margin: 3px 0;
line-height: 20px;
padding: 0;
}
body ul.wpjmc-companies .company-list-excerpt {
color: #888;
line-height: 26px;
font-size: 14px;
margin: 18px 0 0 0;
}
.company-list-rating {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
border-radius: 4px;
color: #888;
font-size: 13px;
line-height: 20px;
}
.company-contact-details .company-list-rating {
margin-bottom: 20px;
margin-top: 0;
padding: 0;
border: none;
background: transparent;  
}
.company-list-rating b {
color: #333;
font-weight: 500;
margin: 0 5px;
}
.company-contact-details .company-list-rating .stars-rating,
.company-list-rating .stars-rating {
margin: 0 3px 0 0;
zoom: 0.95;
height: 19px;
}
body ul.wpjmc-companies .company-list-excerpt p {
margin: 0;
font-size: 14px;
line-height: 24px;
}
body ul.wpjmc-companies #company-meta #company-meta-location,
body ul.wpjmc-companies #company-meta .company-meta-company_strength,
body ul.wpjmc-companies #company-meta .company-meta-company_size,
body ul.wpjmc-companies #company-meta .company-meta-company_average_salary {
position: relative;
padding-left: 28px;
}
body ul.wpjmc-companies #company-meta #company-meta-location:before,
body ul.wpjmc-companies #company-meta .company-meta-company_strength:before,
body ul.wpjmc-companies #company-meta .company-meta-company_average_salary:before {
font-family: "Material-Icons";
position: absolute;
left: 0;
top: 0;
font-size: 18px;
color: #a0a0a0;
}
body ul.wpjmc-companies #company-meta #company-meta-location:before {
content: "\e964";
top: -1px;
}
body ul.wpjmc-companies #company-meta .company-meta-company_strength:before {
content: "\e989";
}
body ul.wpjmc-companies #company-meta .company-meta-company_average_salary:before {
content: "\e960";
}
body ul.wpjmc-companies .company-logo img {
width: 80px;  
border-radius: 4px; 
}
body ul.wpjmc-companies .company-excerpt { display: none; }
body ul.wpjmc-companies h3.company-title {
color: #333;
font-size: 18px;
font-weight: 500;
line-height: 30px;
margin: 7px 0 5px 0;
}
@media (max-width: 500px) {
body ul.wpjmc-companies li .company-inner {
display: flex;
align-items: start;
flex-direction: column;
}
body ul.wpjmc-companies .company-logo {
min-width: 100%;
max-width: 100%;
width: 100%;
text-align: center;
display: inline-block;
border-right: none;
margin-right: 0;
border-bottom: 1px solid #e0e0e0;
padding-bottom: 15px;
margin-bottom: 10px; 
}
}
.single-company .job-listing.grid .job-listing-footer ul  .job-listing-footer-company { display: none; }
.single-company #respond #reply-title { display: block; font-size: 20px; }
body.single-company .comment-list { margin-bottom: 40px; }
#company-background {
width: 100%;
height: 420px;
position: absolute;
top: 0;
width: 100%;
height: 450px;
position: absolute;
top: 0;
background-size: cover !important;
background-position: 50% !important;
}
#company-background:before {
width: 100%;
height: 100%;
content: "";
position: absolute;
top: 0;   
background: linear-gradient(to bottom, transparent 20%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,1) 85%);
}
#company_content {
margin: 15px 0 35px 0
}
body.company-page .padding-right h3 { font-size: 20px; }
.dashboard-list-box-content .company-title img { border-radius: 4px; max-width: 80px; }
.dashboard-list-box-content .company-title a { 
color: #555;
font-weight: 500;
font-size: 13px;
margin-top: 10px;
background: #f0f0f0;
border-radius: 4px;
display: inline-block;
padding: 3px 8px;
}
.page-template-template-dashboard .select2-selection__clear { display: none; }
@media (min-width: 992px) {
.page-template-template-dashboard .dashboard-list-box .submit-page  {
display: flex;
justify-content: flex-start; 
}
.page-template-template-dashboard .dashboard-list-box .submit-page .form,
.page-template-template-dashboard .dashboard-list-box .submit-page fieldset {
width: 50%;
}
} .dashboard-box {
display: block;
border-radius: 4px;
background-color: #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
margin-top: 30px;
position: relative;
}
.dashboard-box .headline {
display: block;
padding: 20px 30px;
border-bottom: 1px solid #e4e4e4;
position: relative;
}
.dashboard-box .headline h3 {
font-size: 16px;
font-weight: 600;
color: #333;
line-height: 26px;
}
.dashboard-box .headline h3 i {
color: #66676b;
font-size: 21px;
line-height: 0;
position: relative;
top: 2px;
margin-right: 4px;
} .dashboard-box .headline h3 i.icon-material-outline-gavel {
font-size: 20px;
}
.dashboard-box .headline h3 i.icon-material-outline-supervisor-account {
font-size: 24px;
top: 3px;
}
.dashboard-box .headline h3 i.icon-feather-folder-plus {
font-size: 20px;
top: 2px;
margin-right: 5px;
}
.button.big i.icon-feather-plus {
font-size: 20px;
top: 2px;
margin-left: -4px;
margin-right: 5px;
} .dashboard-box .content.with-padding {
padding: 30px;
}
.dashboard-box .chart {
padding: 30px 20px 17px 18px;
}
.dashboard-box .headline .sort-by {
float: none;
display: inline-block;
position: absolute;
top: calc(50% + 3px);
transform: translateY(-50%);
right: 30px;
z-index: 100;
height: 33px;
}
.dashboard-box .headline .bootstrap-select.btn-group .dropdown-toggle .filter-option {
font-weight: 500;
color: #666;
}
.page-template-template-dashboard .field.ui-sortable fieldset, body.page-template-template-dashboard .form.fieldset-resume_skills,
body.page-template-template-dashboard .form.fieldset-resume_content,
body.page-template-template-dashboard .form.fieldset-gallery,
body.page-template-template-dashboard .form.fieldset-header_image,
body.page-template-template-dashboard .form.fieldset-job_description, body.page-template-template-dashboard .form.fieldset-header_image.fieldset-type-file,
body.page-template-template-dashboard .form.fieldset-company_content.fieldset-type-wp-editor,
body.page-template-template-dashboard .form.fieldset-company_excerpt.fieldset-type-textarea,
body.page-template-template-dashboard .form.fieldset-company_logo.fieldset-type-file,
body.page-template-template-dashboard .form.fieldset-job_title,
.form.fieldset-company_name.fieldset-type-text {
width: 100% !important;
}
body.page-template-template-dashboard .form.fieldset-job_title input,
.form.fieldset-company_name.fieldset-type-text input {
font-size: 16px;
padding: 20px 15px;
}
progress {
-webkit-appearance: none;
border-radius: 4px;
overflow: hidden;
}
::-webkit-progress-bar {
background-color: #e8e8e8;
}
.field.ui-sortable {
border: 1px solid #e0e0e0;
padding: 20px 20px 10px 20px;
border-radius: 4px;
}
.resume-manager-add-row { border-radius: 4px; }
.resume-manager-add-row:hover { background-color: #e7e7e7; }
.dashboard-content-container .submit-page .form.fieldset-resume_file,
.dashboard-content-container .submit-page .form.with-line { border-top: none; padding-top:0; }
.company_preview_title .button[name="edit_company"],
.job_listing_preview_title .button[name="edit_resume"],
.button.job-manager-button-edit-listing {
background-color: #e4e4e4;
color: #333;
}
#company_preview .container { width: 100%; }
.form.fieldset-company_logo .field,
.form.fieldset-header_image .field,
.form.fieldset-header_image.fieldset-type-file .field,
.form.fieldset-company_logo.fieldset-type-file .field,
.form.fieldset-candidate_photo .field,
.form.fieldset-resume_file .field {
border: 1px solid #e0e0e0;
padding: 20px;
border-radius: 4px;  
display: inline-block;
width: 100%;
}
.field.ui-sortable fieldset label {
font-size: 13px;
font-weight: 500;
} .single-company #commentform .dashicons-star-empty,
.single-company #commentform .dashicons-star-half,
.single-company #commentform .dashicons-star-filled {
width: 22px;
margin: 0;
text-align: left;
}
.dashicons-star-empty,
.dashicons-star-half,
.dashicons-star-filled {
font-family: "FontAwesome";
margin-right: 2px;
position: relative;
float: left;
color: #ffc107;
}
.company-contact-details .stars-rating {
height: 24px;
}
#mas-wpjmcr-submit-ratings .choose-rating .star.active::before, #mas-wpjmcr-submit-ratings .choose-rating .star.active~.star::before, #mas-wpjmcr-submit-ratings .choose-rating .star:hover::before, #mas-wpjmcr-submit-ratings .choose-rating .star:hover~.star::before,
.dashicons-star-empty:before,
.dashicons-star-half:before,
.dashicons-star-half:after,
.dashicons-star-filled:before {
content: "\f005";
}
.dashicons-star-half:before,
.dashicons-star-empty:before { color: #ddd; }
.dashicons-star-half:after {
color: #ffc107;
position: absolute;
left: 0;
width: 50%;
overflow: hidden;
}
#mas-wpjmcr-submit-ratings .choose-rating {
flex-direction: row; }
.single-company #commentform .dashicons-star-half:before,
.single-company #commentform .dashicons-star-empty:before { color: #dadada; }
#mas-wpjmcr-submit-ratings .choose-rating .star.active::before, 
#mas-wpjmcr-submit-ratings .choose-rating .star.active~.star::before, #mas-wpjmcr-submit-ratings .choose-rating .star:hover::before, 
#mas-wpjmcr-submit-ratings .choose-rating .star:hover~.star::before {	color: #ffc107; }
.mas-wpjmc-search .widget.job-widget-regions input{
width: 100%;
background: #26ae6126;
color: #26ae61;
}
.mas-wpjmc-search .widget.job-widget-regions input:hover {
background: #26ae61;
color: #fff;
} .send-btn-border input[type="submit"] {
font-size: 16px;
padding: 16px 24px;
border-radius: 4px;
margin-bottom: 15px;
}
.form.fieldset-company_id { width: 100% !important; }
.form.fieldset-company_id label { display: none }
.form.fieldset-company_id .field { margin: 10px 0 5px 0; }
.dashboard-content-container .dashboard-list-box .button.add-company-btn {
padding: 14px 16px;
font-size: 14px;
margin: 0 0 30px 10px;
}
.job-fields-submit-form.no-company-yet .submit-page{
opacity: 0.5;
pointer-events: none;
}
.company-fields-submit-form .notification {
width: 100%;
margin: -5px 10px 15px 10px;
}
.company-fields-submit-form .notification a {
font-weight: 500;
display: inline-block;
background-color: #459bc6 !important;
border-radius: 4px;
color: #fff !important;
padding: 0 10px;
margin-left: 5px;
}
body #dashboard table.manage-table tr td,
body #dashboard table.manage-table tr, 
body #dashboard table.manage-table tr:last-of-type td {
border: none !important;
}
table.manage-table tr:nth-child(2n+2) { background: #f9f9f9; }
body #dashboard table.manage-table tr td:before {
display: none !important;   
}
table.manage-table tr:hover td { background-color: inherit !important; }
#submit-job-form { 
display: flex;
flex-direction: column; 
}
.company-fields-submit-form { order: 1; margin-top: 0 !important; margin-bottom: 10px !Important; }
.job-fields-submit-form { order: 2; }
#submit-job-form .send-btn-border { order: 3; }
.page-template-template-dashboard .send-btn-border { border-top: none; }
dl.resume-table.resume-manager-education { margin-bottom: 30px; }
.candidate-video  {
position: relative;
padding-bottom: 56.25%; height: 0;
margin-bottom: 30px;
}
.candidate-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ajax-job-view-links span {
display: inline-block !important;
margin-top: 4px;
} #respond .star-ratings.ratings.list-inline {
flex-wrap: wrap; padding: 12px 5px;
width: 100%;
}
body.single-company .mas-wpjmcr-list-reviews { width: 100%; }
@media (min-width: 1100px) {
#respond #mas-wpjmcr-submit-ratings .rating-row,
.add-sub-rating,
body.single-company .mas-wpjmcr-list-reviews .stars-rating {
flex: 0 0 33%;
width: 33%;
margin: 6px 0;
}
.add-sub-rating:nth-child(3n),
#respond #mas-wpjmcr-submit-ratings .rating-row:nth-child(3n),
body.single-company .mas-wpjmcr-list-reviews .stars-rating:nth-child(3n) { border-right: 0;}
}
@media (max-width: 1100px) {
.add-sub-rating,
#respond #mas-wpjmcr-submit-ratings .rating-row,
body.single-company .mas-wpjmcr-list-reviews .stars-rating {
flex: 0 0 50%;
width: 50%;
margin: 6px 0;
}
body.single-company .mas-wpjmcr-list-reviews { width: 100%; }
.add-sub-rating,
#respond #mas-wpjmcr-submit-ratings .rating-row,
body.single-company .mas-wpjmcr-list-reviews .stars-rating { border-right: 0;}
}
@media (max-width: 1099px) {
.add-sub-rating,
#respond #mas-wpjmcr-submit-ratings .rating-row,
body.single-company .mas-wpjmcr-list-reviews .stars-rating {
flex: 0 0 50%;
width: 50%;
margin: 6px 0;
}
body.single-company .mas-wpjmcr-list-reviews { width: 100%; }
.add-sub-rating,
#respond #mas-wpjmcr-submit-ratings .rating-row,
body.single-company .mas-wpjmcr-list-reviews .stars-rating { border-right: 0;}
}
.job_filters_links { display: none; }
.ui-menu li:last-child {
border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
.intro-banner {
padding: 30px 15px !important;
}
}
@media (max-width: 992px) {
.intro-banner .intro-banner-search-form .input-with-icon i {
left: initial;
}
.intro-banner .intro-banner-search-form .input-with-icon input {
padding-left: 20px;
}
}
.intro-banner #leaflet-geocode-cont {
z-index: 9999;
}
dl.resume-table.resume-manager-education { margin-bottom: 30px; }
.candidate-video  {
position: relative;
padding-bottom: 56.25%; height: 0;
margin-bottom: 30px;
}
.candidate-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.full-page-job-listings-container .load_more_jobs button { margin-bottom: 40px; }
.intro-banner .select2-container--default .select2-selection--single .select2-selection__rendered {
font-weight: 400;
font-size: 15.5px;
}
.load_more_resumes.loading:before {
content: "\f021";
margin-right: 8px;
font-family: "Font Awesome 5 Free";
color: #fff;
display: inline-block;
animation-name: icospin;
animation-duration: 1200ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
font-size: 13px;
}
@keyframes icospin {
from {
transform:rotate(0deg);
}
to {
transform:rotate(360deg);
}
}
#workscout_user_email { max-height: 52px; }
.wpb-js-composer .search-banner-placeholder { display: none !important; }    
@media (max-width: 992px) {
.boxed-wide .boxed-search-container { width: 100%;}
}
rs-module-wrap {
left: 0 !important;
} body.mobile-nav-open {
overflow: hidden;
}
.mobile-navigation-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #222;
z-index: 100001;
opacity: 0;
transition: 0.4s;
visibility: hidden;
pointer-events: none;
transform: translateX(-100%);
overflow-y: auto;
}
.mobile-nav-open .mobile-navigation-wrapper {
opacity: 1;
transform: translateX(0%);
visibility: visible;
pointer-events: all;
}
.mobile-navigation {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
visibility: hidden;
list-style-type: none;
margin: 0;
padding: 0;
z-index: 99999;
}
.mobile-nav-open .mobile-navigation {
visibility: visible;
}
.menu-logo a img {
max-height: 32px;
}
.mobile-navigation-list {
margin: 25px;
box-sizing: content-box;
overflow: hidden;
}
.mobile-nav-widgets {
padding: 25px;
padding-top: 0;
}
.mobile-nav-widgets {
padding: 25px 30px;
padding-top: 0;
color: #aaa;
display: block;
}
.mobile-nav-widgets h4,
.mobile-nav-widgets h5 {
color: #fff;
font-size: 18px;
font-weight: 500;
margin: 0 0 8px 0;
}
.mobile-nav-widgets a:hover {
color: #fff;
}
.mobile-menu-widget {
margin: 30px 0;
}
.mobile-menu-widget:first-child {
border-top: 1px solid #444;
padding-top: 35px;
}
.mobile-navigation-list li a {
color: #aaa;
display: block;
padding: 8px 0;
transition: 0.3s;
position: relative;
font-size: 16px;
font-weight: 500;
}
.mobile-navigation-list .menu-item-has-children>a:before {
font-size: 20px;
position: absolute;
right: 8px;
top: 10px;
font-weight: 500;
content: "\f105";
font-family: "FontAwesome";
}
.mobile-navigation-list li a:hover {
color: #fff;
}
.mobile-navigation-list ul {
list-style: none;
padding: 0;
margin: 0;
} .menu-icon-toggle {
display: block;
width: 41px;
height: 41px;
z-index: 9;
position: absolute;
right: 22px;
top: 15px;
background: rgb(255 255 255 / 8%);
border-radius: 4px;
padding: 10px;
}
.menu-icon-toggle span {
display: block;
width: 100%;
height: 2px;
position: absolute;
top: 50%;
background-color: #fff;
transform: translate(0, -50%);
transition: opacity 0.3s 0.3s;
}
.menu-icon-toggle::before,
.menu-icon-toggle::after {
content: "";
display: block;
width: 50%;
height: 2px;
position: absolute;
background-color: #fff;
transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
}
.menu-icon-toggle::before {
top: 6px;
}
.menu-icon-toggle::after {
bottom: 6px;
}
.menu-icon-toggle span {
opacity: 0;
transition: opacity 0.3s;
}
.menu-icon-toggle::before,
.open .menu-icon-toggle::after {
background-color: #fff;
}
.menu-icon-toggle::before {
top: calc(50% - 1px);
transform: rotate(45deg);
}
.menu-icon-toggle::after {
bottom: calc(50% - 1px);
transform: rotate(-45deg);
}
.menu-icon-toggle::before,
.open .menu-icon-toggle::after {
transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
}
.mobile-nav-header {
background: #1b1b1b;
width: 100%;
height: 70px;
display: flex;
justify-content: flex-start;
align-items: center;
padding: 0 25px;
}
.menu-inner-wrapper {
width: 100%;
min-width: 100%;
margin: 0 auto;
top: 0;
left: 0;
right: 0;
overflow: hidden;
height: 100%;
}
#mobile-nav {
position: relative;
left: 0;
top: 0;
z-index: 1;
transition: all 1s ease;
}
#mobile-nav li a {
display: block;
padding: 10px;
font-weight: 400;
font-size: 15px;
} #mobile-nav .sub-menu {
position: absolute;
left: 100%;
top: 0;
width: 100%;
visibility: hidden;
transition: all .3s ease;
background: #222;
pointer-events: none;
opacity: 0;
}
#mobile-nav .open-submenu>.sub-menu {
left: 0;
top: 0;
visibility:
visible;
transition:
all .5s ease;
pointer-events: all;
opacity: 1;
z-index: 2;
background: #222;
}
#mobile-nav .open-submenu>.sub-menu>.sb-menu {
left: 0;
top: 0;
visibility: visible;
transition: all .5s ease;
pointer-events: all;
opacity: 1;
z-index: 2;
}
#mobile-nav .sub-menu-back-btn {
background: rgb(0 0 0 / 25%);
border-radius: 4px;
cursor: pointer;
margin-bottom: 8px;
padding: 10px 10px 10px 32px;
font-weight: 500;
font-size: 15px;
display: block;
color: #aaa;
transition: 0.3s;
line-height: 24px;
}
#mobile-nav .sub-menu-back-btn:hover {
color: #fff;
}
.sub-menu-back-btn:before {
content: "\f104";
font-family: "FontAwesome";
font-size: 20px;
position: absolute;
right: 0;
top: 10px;
font-weight: 400;
left: 13px;
right: initial;
} .mmenu-trigger {
height: 50px;
width: 50px;
display: none;
position: relative;
margin: 0 0 20px 0;
background-color: #eee;
border-radius: 4px;
cursor: pointer;
float: right;
} .hamburger {
padding: 0;
top: 14px;
left: 13px;
transform: scale(0.67);
-moz-transform: scale(0.70) translateY(4px);
position: relative;
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible;
}
.hamburger-box {
position: relative;
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
width: 34px;
height: 4px;
background-color: #555;
border-radius: 4px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
content: "";
display: block;
}
.hamburger-inner::before {
top: -10px;
}
.hamburger-inner::after {
bottom: -10px;
} .hamburger--collapse .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0.13s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
top: -20px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
transform: translate3d(0, -10px, 0) rotate(-45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-90deg);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mmenu-trigger {
display: none;
}
@media only screen and (max-width: 1024px) {
.hidden-on-mobile {
display: none;
} #responsive {
display: none;
}
.mmenu-trigger {
display: inline-block !important;
}
#logo {
position: relative;
margin: 0;
margin-top: 5px;
width: calc(100% - 70px);
text-align: left;
}
.header-widget {
padding: 20px 0;
border-top: 1px solid #eee;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.header-widget a.button.border {
padding: 7px 16px;
background-color: transparent;
font-size: 16px;
min-width: auto;
float: right;
}
.sign-in,
.user-menu {
flex: 1;
}
.header-widget .sign-in {
top: 9px;
}
#header-container.header-style-2 .left-side,
#header-container.header-style-2 .right-side,
.right-side,
.left-side {
width: 100%;
}
#top-bar .right-side .social-icons {
float: left;
position: relative;
z-index: 9;
}
#header-container.header-style-2 .header-widget {
float: left;
margin-top: 35px;
margin-bottom: -5px
}
.header-widget {
text-align: left;
}
#header {
padding-bottom: 0;
}
ul.top-bar-menu {
z-index: 99;
position: relative;
}
.header-style-2 .menu-responsive {
width: 750px;
margin-left: auto;
margin-right: auto;
float: none;
padding: 0 15px;
}
#header-container.header-style-2 .header-widget {
width: calc(100%);
border-top: 1px solid #e0e0e0;
padding-top: 30px;
}
}
.widget_range_filter .ui-slider .ui-slider-handle,
.widget_range_filter .ui-slider-horizontal {
border: none;
}
@media (max-width: 992px) {
#wrapper {
overflow-x: hidden;
max-width: 100vw;
}
}
.single-resume #titlebar .two-buttons .button {
margin-right: 0;
}
.send-btn-border .spinner {
width: auto;
height: auto;
position: relative;
display: inline-block;
padding: 0 10px;
top: 7px;
opacity: 0;
}
.send-btn-border .spinner.is-active {
opacity: 1;
}
.send-btn-border .spinner:after {
content: "";
width: 24px;
height: 24px;
border: 3px solid #aaa;
border-bottom-color: transparent;
border-radius: 50%;
display: inline-block;
box-sizing: border-box;
animation: rotation 1s linear infinite;
}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.job-manager-term-checklist { list-style: none; display: flex;}
.job-manager-term-checklist li { margin: 0px 10px 5px 0px;}
.listeo-svg-icon-box-grid svg,
.elementor .listeo-svg-icon-box-grid svg {
height: 44px;
display: inline-block;
transition: .3s;
margin: 0;
width: auto;
}
body ul.wpjmc-companies #company-meta #company-meta-company_since:before {
content: "\eceb";
top: 1px;
position: relative;
font-family: "linearicons";
margin-right: 8px;
font-size: 18px;
color: #a0a0a0;
}   @-webkit-keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}
30%,
70% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
transform: translateY(-40px);
}
}
@-moz-keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}
30%,
70% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
transform: translateY(-40px);
}
}
@keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}
30%,
70% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
transform: translateY(-40px);
}
}
@-webkit-keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}
30% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
}
@-moz-keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}
30% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}
30% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
10% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
20% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes pulse {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
10% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
20% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
10% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
20% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
.dropzone,
.dropzone * {
box-sizing: border-box;
}
.dropzone {
min-height: 150px;
border: 2px solid rgba(0, 0, 0, 0.3);
background: white;
padding: 20px 20px;
}
.dropzone.dz-clickable {
cursor: pointer;
}
.dropzone.dz-clickable * {
cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
cursor: pointer;
}
.dropzone.dz-started .dz-message {
display: none;
}
.dropzone.dz-drag-hover {
border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
opacity: 0.5;
}
.dropzone .dz-preview {
position: relative;
z-index: 12;
display: inline-block;
vertical-align: top;
margin: 16px;
min-height: 100px;
}
.dropzone .dz-preview:hover {
z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
border-radius: 3px;
background: #999;
background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-ms-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
font-size: 14px;
text-align: center;
display: block;
cursor: pointer;
font-size: 13px;
color: #333;
font-weight: 400;
border: none;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
border-radius: 0 0 3px 3px;
}
.dropzone .dz-preview .dz-remove:hover {
color: #d70707;
}
.dropzone .dz-preview:hover .dz-details {
opacity: 1;
}
.dropzone .dz-preview .dz-details {
z-index: 20;
position: absolute;
top: 0;
left: 0;
opacity: 0;
font-size: 13px;
min-width: 100%;
max-width: 100%;
padding: 2.6em 1em;
text-align: center;
color: #fff;
}
.dropzone .dz-preview .dz-details .dz-size {
margin-bottom: 2px;
font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-size strong {
margin-bottom: 2px;
font-size: 16px;
color: #fff;
}
.dropzone .dz-preview .dz-details .dz-filename {
white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span { background-color: rgba(20, 20, 20, 0.8);
color: #fff;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
overflow: hidden;
color: #fff;
text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
background-color: rgba(20, 20, 20, 0.6);
padding: 3px 5px;
border-radius: 3px;
color: #fff;
} .dropzone .dz-preview .dz-image:before {
opacity: 0;
transition: 0.4s;
z-index: 110;
content: "";
width: 100%;
display: block;
height: 100%;
position: absolute;
background-color: #333;
}
.dropzone .dz-preview:hover .dz-image:before {
opacity: 0.5;
}
.dropzone .dz-preview .dz-image {
border-radius: 3px 3px 0 0;
overflow: hidden;
width: 120px;
height: 120px;
position: relative;
transition: all 0.3s;
display: block;
z-index: 10;
}
.dropzone .dz-preview .dz-image img {
display: block;
filter: blur(0px);
transition: all 0.4s;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
-moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
-ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
-o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
opacity: 1;
-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
-moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
-ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
-o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
pointer-events: none;
opacity: 0;
z-index: 500;
position: absolute;
display: block;
top: 50%;
left: 50%;
margin-left: -27px;
margin-top: -40px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
display: block;
width: 54px;
height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
opacity: 1;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
opacity: 0;
-webkit-transition: opacity 0.4s ease-in;
-moz-transition: opacity 0.4s ease-in;
-ms-transition: opacity 0.4s ease-in;
-o-transition: opacity 0.4s ease-in;
transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
-webkit-animation: pulse 6s ease infinite;
-moz-animation: pulse 6s ease infinite;
-ms-animation: pulse 6s ease infinite;
-o-animation: pulse 6s ease infinite;
animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
opacity: 1;
z-index: 1000;
pointer-events: none;
position: absolute;
height: 16px;
left: 50%;
top: 50%;
margin-top: 18px;
width: 80px;
margin-left: -40px;
background: rgba(255, 255, 255, 0.9);
-webkit-transform: scale(1);
border-radius: 8px;
overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
background: #00a335;
background: linear-gradient(to bottom, #1fc053, #019932);
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 0;
-webkit-transition: width 300ms ease-in-out;
-moz-transition: width 300ms ease-in-out;
-ms-transition: width 300ms ease-in-out;
-o-transition: width 300ms ease-in-out;
transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
opacity: 1;
pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
pointer-events: none;
z-index: 1000;
position: absolute;
display: block;
display: none;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
font-size: 13px;
top: 160px;
left: -10px;
width: 140px;
background: #be2626;
background: linear-gradient(to bottom, #be2626, #a92222);
border-radius: 4px;
padding: 10px 15px;
line-height: 18px;
color: white;
}
.dropzone .dz-preview .dz-error-message:after {
content: '';
position: absolute;
top: -6px;
left: 64px;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #be2626;
}
.dropzone {
position: relative;
border: 2px dashed #d0d0d0;
border-radius: 3px;
background: #fcfcfc;
transition: all 0.3s linear;
margin-bottom: 10px;
margin-top: 5px;
display: inline-block;
width: 100%;
}
.dropzone:hover {
border: 2px dashed #59b02c;
background: #fff;
transition: all 0.35s linear;
}
.dropzone:before {
position: absolute;
height: 100%;
width: 100%;
content: "";
top: 0;
left: 0;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
background-color: #59b02c;
opacity: 0;
z-index: 10;
transition: all 0.3s linear;
border-radius: 3px;
}
.dropzone:hover:before {
opacity: 0.4;
}
.dropzone .dz-message {
text-align: center;
margin: 50px 0;
font-size: 17px;
color: #888;
transition: all 0.3s linear;
position: relative;
z-index: 11;
}
.dropzone:hover .dz-message {
color: #59b02c;
}
.dz-message i {
display: block;
font-size: 32px;
margin-bottom: 15px;
}
#avatar-uploader.dropzone {
min-height: initial;
padding: 0;
max-width: 157px;
font-size: 16px;
}
#avatar-uploader.dropzone .dz-message {
margin: 20px 0;
font-size: 15px;
font-weight: 500;
}
.realteo-submit-image-preview {
max-width: calc(25% - 20px);
float: left;
margin: 0px 20px 20px 0px;
border: none;
padding: 0;
height: 160px;
overflow: hidden;
border-radius: 3px;
position: relative;
}
.realteo-submit-image-preview img {
border-radius: 3px;
top: 0;
position: relative;
display: block;
}
.dropzone .dz-preview:before,
.realteo-submit-image-preview:before {
content: "\f005";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
top: 0;
left: 0;
z-index: 11;
background-color: #fff;
height: 24px;
width: 24px;
line-height: 24px;
font-size: 14px;
text-align: center;
border-radius: 3px;
left: 7px;
top: 7px;
color: #ff9b00;
opacity: 0;
transition: 0.2s;
}
.dropzone .dz-preview.active-thumb:before,
.realteo-submit-image-preview.active-thumb:before {
opacity: 1;
display: block;
}
#single-listing-grid-gallery {
display: flex;
width: 100%;
height: 400px;
border-radius: 6px;
overflow: hidden;
margin: 0 0 60px 0;
position: relative;
}
.slg-button[data-gallery-count="1"],
.slg-button[data-gallery-count="2"],
.slg-button[data-gallery-count="3"],
.slg-button[data-gallery-count="4"],
.slg-button[data-gallery-count="5"] {
display: none;
}
.bookmark-btn-title {
font-weight: 600;
}
.listing-share .like-icon::before {
font-weight: 500;
}
@media (max-width: 1500px) {
#single-listing-grid-gallery {
height: 340px;
}
}
@media (max-width: 1200px) {
#single-listing-grid-gallery {
height: 300px;
}
}
@media (max-width: 1100px) {
#single-listing-grid-gallery {
height: 300px;
}
body .listeo-grid-gallery-title #bookmarks-counter {
font-size: 14px;
}
.listeo-grid-gallery-title .listing-share #bookmarks-counter,
.bookmark-btn-title {
display: none;
}
.listeo-grid-gallery-title .listing-share button {
padding: 0;
height: 46px;
width: 46px;
text-align: center;
}
.listeo-grid-gallery-title .listing-share button .like-icon {
margin: 0;
width: 100%;
}
#titlebar.listing-titlebar h1,
#titlebar.listing-titlebar h2 {
font-size: 26px;
}
}
@media (max-width: 1050px) {
#single-listing-grid-gallery {
height: 400px;
min-height: 400px;
}
}
@media (max-width: 768px) {
#single-listing-grid-gallery {
height: 300px;
min-height: 300px;
}
body .slg-half {
width: 100%;
}
.slg-half:nth-child(3) {
display: none !important;
}
.listeo-grid-gallery-title #titlebar {
padding-bottom: 40px;
}
.slg-button {
display: block !important;
}
.listeo-grid-gallery-title .listing-share {
min-width: 60px;
}
#single-listing-grid-gallery {
margin-bottom: 50px;
}
#titlebar.listing-titlebar h1,
#titlebar.listing-titlebar h2 {
font-size: 24px;
}
}
@media (max-width: 500px) {
#single-listing-grid-gallery {
height: 200px;
min-height: 200px;
}
}
#single-listing-grid-gallery a.slg-gallery-img {
height: 100%;
width: 100%;
display: block;
position: relative;
}
#single-listing-grid-gallery img {
height: 100%;
width: 100%;
object-fit: cover;
}
#single-listing-grid-gallery a.slg-gallery-img:before {
height: 100%;
width: 100%;
background: #000;
display: block;
content: "";
position: absolute;
z-index: 1;
bottom: 0;
opacity: 0;
transition: 0.4s;
cursor: zoom-in;
}
#single-listing-grid-gallery a.slg-gallery-img:hover:before {
opacity: 0.2;
}
.slg-button {
position: absolute;
bottom: 18px;
right: 19px;
background: #fff;
color: #333;
padding: 7px 14px;
line-height: 21px;
border-radius: 4px;
font-weight: 500;
font-size: 14px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
transition: 0.3s;
z-index: 20;
}
.slg-button:hover {
background: #333;
color: #fff;
}
.slg-button i {
position: relative;
top: 0;
margin: 0 3px 0 0;
font-size: 13px;
}
.slg-half {
width: 50%;
}
.slg-grid {
display: flex;
width: 100%;
height: 100%;
flex-direction: column;
}
.slg-grid-top,
.slg-grid-bottom,
.slg-grid-inner {
display: flex;
width: 100%;
height: 100%;
}
.slg-grid-top,
.slg-grid-bottom {
overflow: hidden;
}
.slg-half:first-child {
margin-top: 0px;
} .slg-half {
margin-top: -14px;
}
.slg-grid-top,
.slg-grid-bottom,
.slg-grid-inner {
margin: 7px;
margin-bottom: 0;
}
.slg-one-photo .slg-half {
width: 100%;
}
.listeo-grid-gallery-title #titlebar .listing-titlebar-title {
margin-right: auto;
}
@media (max-width: 480px) {
.listeo-grid-gallery-title #titlebar.listing-titlebar-has-logo {
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.listeo-grid-gallery-title #titlebar.listing-titlebar-has-logo .listing-logo {
margin-bottom: 20px;
}
.listeo-grid-gallery-title #titlebar.listing-titlebar-has-logo .listing-widget.listeo_core.widget_buttons {
position: absolute;
top: 50px;
right: 10px
}
}
.slg-button:after {
content: " (" attr(data-gallery-count) ")";
} .apply_with_resume label { margin-top: 15px; }
.tab-slider--nav {
width: 100%;
float: left;
margin-bottom: 20px; }
.tab-slider--tabs {
display: flex;
margin: 0;
padding: 0;
list-style: none;
width: 100%;
position: relative;
border-radius: 4px;
overflow: hidden;
background: #fff;
height: 42px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tab-slider--tabs:after {
content: "";
width: calc(50% - 5px);
background: #33333320;
height: 100%;
position: absolute;
top: 0;
left: 0;
transition: all 250ms ease-in-out;
border-radius: 4px;
}
.tab-slider--tabs.slide:after {
left: 50%;
}
.tab-slider--trigger {
margin-right: 4px;
font-size: 14px;
line-height: 1;
border-radius: 4px;
width: 50%;
color: #888;
text-align: center;
padding: 14px 20px;
position: relative;
z-index: 2;
cursor: pointer;
display: inline-block;
transition: color 250ms ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background:#f7f7f7;
}
.tab-slider--trigger.active {
color: #333;
font-weight: 500;
background: transparent;
}
.tab-slider--body {
margin-bottom: 20px;
}
.tab-slider--trigger {
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 768px) {
.small-dialog-headline h3,
.small-dialog-headline h2 {
padding-right: 30px;
line-height: 30px
}
.small-dialog-header {
padding: 20px 40px;
}
button.mfp-close {
zoom: 0.8;
}
}
abbr[title] { border: none; }  body .row { margin: 0; }
body #dashboard .row {
margin-left: -15px;
margin-right: -15px;
} input.with-border,
input[type="text"].with-border,
input[type="password"].with-border,
input[type="email"].with-border,
input[type="number"].with-border,
textarea.with-border,
select.with-border {
border: 1px solid #e0e0e0;
box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}
input.with-border:focus,
input[type="text"].with-border:focus,
input[type="password"].with-border:focus,
input[type="email"].with-border:focus,
input[type="number"].with-border:focus,
textarea.with-border:focus {
border: 1px solid #e0e0e0;
box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.08);
}
input[type="submit"] {
border: none;
padding: 11px 18px;
width: auto;
}
input[type="checkbox"] { display: inline; }
input[type="radio"] {
width: 15px;
height: 15px;
cursor: pointer;
box-shadow: none;
} ::placeholder {
color: #808080;
opacity: 1;
}
textarea {
height: auto;
line-height: 27px;
padding: 20px;
min-height: 130px;
transition: none !important;
min-width: 100%;
}
label,
legend {
display: block;
font-weight: bold;
font-size: 16px;
font-weight: normal;
margin-bottom: 8px;
}
label span,
legend span {
font-weight: normal;
font-size: 14px;
color: #444;
}
fieldset {
padding: 0;
border: none;
}
button {
border: none;
margin: 0;
padding: 0;
width: auto;
overflow: visible;
background: transparent;
color: inherit;
font: inherit;
line-height: normal;
cursor: pointer;
}
a { color: #26ae61; transition: 0.3s; }
a, button { outline: none !important; }
img { max-width: 100%; }
.button i { padding-right: 4px; }
.button i.fa-spin { padding-right: 0px; margin-right: 10px; display: none; }
.button.load_more_jobs i.fa-spin { display: inline-block; margin: 0 7px 0 0; padding: 0; }
a.load_more_jobs.button i { margin-right: 3px; }
a.load_more_jobs.button { box-shadow: 0 4px 12px rgba(38,174,97, 0.25); }
.button.loading i.fa-spin { display: inline-block; }  .new-header #logo_nh { 
display: inline-block;
border-right: 1px solid rgba(0,0,0,0.15);
height: 100%;
vertical-align: top;
padding-right: 25px;
margin-right: 15px;
margin-top: 0px;
}
@media (min-width: 1299px) {
.new-header .dashboard-header #logo_nh { 
min-width: 235px;
}   
}
@media (max-width: 768px) {
.new-header #logo_nh { max-width: 50%; }
}
.new-header #logo_nh img {
width: auto;
top: 50%;
position: relative;
transform: translate3d(0,-50%,0);
display: inline-block;
}
.new-header #header {
position: relative;
z-index: 999;
padding: 0;
box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
font-size: 16px;
height: 82px;
background-color: #fff;
}
.new-header #header .container,
.new-header #header .right-side,
.new-header #header .left-side { height: 100%; } @media (min-width: 1099px) {
.new-header header .container { position: relative; padding: 0 10px;}
}
.new-header header.fullwidth .container {
max-width: 100%;
width: 100%;
margin: 0;
padding: 0 25px;
}
@media (min-width: 1099px) {
.new-header header.fullwidth .right-side .header-widget {
right: -5px;
}
.new-header header.fullwidth .header-widget:last-of-type {
padding-right: 0;
}
}
@media (min-width: 1290px) { .new-header header.fullwidth .header-widget:last-of-type {
padding-right: 0;
}
}
@media (max-width: 1289px) {
.new-header header .container {
max-width: 100%;
width: 100%;
margin: 0;
padding: 0 25px;
box-sizing: border-box;
}
}
@media (max-width: 1099px) {
.new-header header .container {
max-width: 100%;
width: 100%;
margin: 0;
padding: 0 25px;
box-sizing: border-box;
}
} .new-header #header .container { position: relative; }
.new-header.fullwidth #header .container { position: relative; }
.new-header #header .left-side {
float: left;
width: 100%;
display: flex;
position: relative;
flex: 1;
align-items: center;
}
.new-header #header .right-side {
float: right;
text-align: right;
width: auto;
display: inline-block;
position: absolute;
right: 35px;
background-color: #fff;
flex: 1;
top: 0;
}
@media (min-width: 1290px) {
.new-header #header .right-side {
right: 25px;
}
.new-header .fullwidth #header .right-side {
right: 35px;
}
.new-header .header-widget:last-of-type { margin-right: -15px; }
} .new-header .full-width #header .left-side {
float: left;
width: 100%;
display: inline-block;
position: relative;
}
.new-header .full-width #header .right-side {
float: right;
text-align: right;
width: auto;
display: inline-block;
position: absolute;
right: 25px;
background-color: #fff;
} .new-header .header-widget {
display: inline-block;
height: 100%;
border-left: 1px solid rgba(0,0,0,0.15);
padding: 0 25px;
text-align: left;
float: left;
}
@media (min-width: 1099px) {
.new-header .fullwidth .header-widget:last-of-type {
padding-right: 5px;
float: right;
border-right: none;
} 
.new-header .fullwidth .header-widget:last-of-type { padding-right: 5px; margin-right: 0; }
}
.new-header .header-widget:last-of-type { padding-right: 0; margin-right: -5px; } .new-header .header-notifications-content .notification-avatar {
height: 42px;
width: 42px;
max-width: 42px;
display: inline-block;
border-radius: 50%;
overflow: hidden;
} .new-header .header-widget .log-in-button {
padding: 10px 0;
position: relative;
top: 50%;
transform: translateY(-50%);
transition: 0.3s;
color: #666;
display: block;
margin: 0 -3px;
}
.new-header .header-widget .log-in-button i {
font-size: 18px;
line-height: 0;
position: relative;
top: 2px;
margin-right: 4px;
margin-left: -1px;
color: #777;
transition: 0.3s;
}
.new-header .header-widget .log-in-button:hover,
.new-header .header-widget .log-in-button:hover i { color: #26ae61; }
.new-header .transparent-header .header-widget .log-in-button,
.new-header .transparent-header .header-widget .log-in-button i { color: #fff; } @media (max-width: 768px) {
.new-header .header-widget .log-in-button span { display: none; }
.new-header 	.header-widget .log-in-button i {
font-size: 20px;
top: 3px;
}
.new-header .header-widget .log-in-button i,
.new-header .header-widget .log-in-button i:hover { color: #555; }
.new-header .header-widget .log-in-button {
background-color: #f0f0f0;
border-radius: 4px;
height: 46px;
width: 46px;
text-align: center;
}
.new-header .transparent-header .header-widget .log-in-button i,
.new-header .transparent-header .header-widget .log-in-button {
background-color: #fff;
color: #333;
}
}  .header-notifications {
height: 100%;
display: inline-block;
padding-right: 15px;
position: relative;
}
.header-notifications:last-child { margin-right: -15px; }
.header-notifications-trigger,
.header-notifications-trigger a {
font-size: 22px;
color: #333;
position: relative;
top: 55%;
transform: translate3d(0,-50%,0);
} @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
.header-notifications-trigger, 
.header-notifications-trigger a {
height: 40px;
}
.header-notifications.user-menu { top: -8px; } 
} .header-notifications-trigger span {
position: absolute;
display: inline-block;
top: -15px;
margin-left: -10px;
font-weight: 700;
height: 19px;
width: 19px;
line-height: 19px;
text-align: center;
color: #fff;
font-size: 11px;
background-color: #26ae61;
border-radius: 50%;
position: relative;
} .header-notifications-dropdown {
width: 360px;
border-radius: 4px; box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
background-color: #303030;
padding: 0;
position: absolute;
top: calc(100% - 10px);
right: -15px;
text-align: left;
z-index: 100;
transform: scale(0.95);
opacity: 0;
visibility: hidden;
transition: 0.3s;
pointer-events: none;
}
.header-notifications.active .header-notifications-dropdown {
transform: scale(1);
opacity: 1;
visibility: visible;
pointer-events: all;
}
.header-notifications-dropdown:before {
content: "";
position: absolute;
right: 43px;
top: -6px;
width: 0; 
height: 0; 
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #303030;
transition: border-color 0.3s;
} .header-notifications-headline {
padding: 17px 25px;
padding-top: 18px;
line-height: 24px;
border-bottom: 1px solid #e6e6e6;
}
.header-notifications-headline h4,
.header-notifications-headline span {
display: inline-block;
}
button.mark-as-read {
float: right;
position: relative;
border-radius: 4px;
height: 32px;
width: 32px;
text-align: center;
line-height: 36px;
top: -4px;
right: -8px;
color: #888;
transition: 0.25s;
}
button.mark-as-read:hover {
background-color: #f2f2f2;
color: #888;
} .header-notifications-content {
display: block;
width: 100%;
}
.header-notifications-scroll {
display: block;
overflow: hidden;
height: auto;
}
.header-notifications-content ul {
padding: 0;
margin: 0;
list-style: none;
}
.header-notifications-content ul li {
border-bottom: 1px solid #e6e6e6;
transition: 0.25s;
}
.header-notifications-content ul li:hover { background-color: #fafafa; }
.header-notifications-content ul li:hover .notification-icon { background-color: #eee; }
.header-notifications-content ul li:last-child { border-bottom: none; }
.header-notifications-content ul li a {
color: #666;
position: relative;
padding: 22px 25px;
display: block;
}
.header-notifications-content p { margin: 0; padding: 0; }
.header-notifications-content ul li a {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.header-notifications-content .notification-icon,
.header-notifications-content .notification-text {
flex: 1; 
} .header-notifications-content .notification-icon i { position: relative; }
.notification-icon,
.header-notifications-content .notification-icon {
font-size: 24px;
height: 40px;
width: 40px;
max-width: 40px;
display: inline-block;
background-color: #f2f2f2;
border-radius: 4px;
line-height: 42px;
text-align: center;
color: #a0a0a0;
transition: 0.25s;
position: relative;
} .notification-icon .icon-material-outline-autorenew { font-size: 22px; }
.notification-icon .icon-material-outline-gavel { font-size: 19px; top: -2px; left: 1px; } .header-notifications-content .notification-avatar {
height: 42px;
width: 42px;
max-width: 42px;
display: inline-block;
border-radius: 50%;
overflow: visible;
align-self: flex-start;
}
.header-notifications-content .notification-avatar img{
width: 100%;
image-rendering: -webkit-optimize-contrast;
border-radius: 50%;
} .notification-text,
.header-notifications-content .notification-text {
padding-left: 20px;
padding-right: 5px; 
display: inline-block;
line-height: 23px;
font-size: 14.7px
}
.header-notifications-content .notification-msg-text {
display: inline-block;
line-height: 23px;
font-size: 14.7px;
margin: 4px 0;
}
.notification-text strong,
.header-notifications-content .notification-text strong {
font-weight: 500;
color: #333;
}
.notification-text span.color,
.header-notifications-content .notification-text span.color {
color: #26ae61;
display: inline-block;
}
.notification-text span.color {
display: block;
} a.header-notifications-button {
border-radius: 0 0 4px 4px;
font-weight: 500;
color: #fff;
font-size: 14.7px;
padding: 12px 16px;
background-color: #26ae61;
width: 100%;
display: block;
text-align: center;
transition: 0.3s;
}
a.header-notifications-button i {
font-size: 22px;
line-height: 0;
top: 4px;
position: relative;
max-width: 0;
display: inline-block;
margin-left: 7px
}  .user-menu {
padding: 0;
}
.header-notifications.user-menu {
margin: 0 -5px;
}
.user-menu .header-notifications-trigger,
.user-menu .header-notifications-trigger a { top: 50%; }
.user-menu .header-notifications-dropdown {
top: calc(100% - 8px);
width: 225px;
right: -5px;
}
.small-tag {
display: inline-block;
font-weight: 500;
height: 19px;
width: 19px;
line-height: 19px;
text-align: center;
color: #fff;
font-size: 10px;
background-color: #26ae61;
border-radius: 50%;
position: relative;
margin: 0 0 0 2px;
top: -1px;
}
.user-menu .header-notifications-dropdown:before { right: 23px; } .notification-avatar { position: relative; }      .user-avatar {
display: inline-block;
border-radius: 50%;
width: 38px;
height: 38px;
position: relative;
}
.header-notifications-dropdown .user-avatar {
width: 42px;
height: 42px;
}
.user-avatar img {
width: 100%;
display: inline-block;
border-radius: 50%;
image-rendering: -webkit-optimize-contrast;
vertical-align: middle;
} ul.user-menu-small-nav {
list-style: none;
padding: 0;
margin: 0;
padding: 15px 23px;
}
ul.user-menu-small-nav li {
margin: 0;
padding: 0;
}
ul.user-menu-small-nav li a {
display: block;
padding: 2px 0;
font-size: 14px;
line-height: 24px;
font-weight: 400;
color: #aaa;
transition: 0.3s;
}
ul.user-menu-small-nav li a i {
font-size: 16px;
position: relative;
top: 1px;
margin-right: 2px;
color: #aaa;
transition: 0.3s;
}
ul.user-menu-small-nav li a:hover,
ul.user-menu-small-nav li a:hover i { color: #eee; }
.transparent-header ul.user-menu-small-nav li a:hover,
.transparent-header ul.user-menu-small-nav li a:hover i { color: #666; } .user-status {
padding: 20px 23px;
border-bottom: 1px solid #e6e6e6;
} .user-details {
display: flex;
}
.user-name {
font-weight: 400;
color: #333;
line-height: 20px;
padding: 3px 0 0 15px;
font-size: 15px;
}
.user-avatar-title {
display: inline-block;
font-size: 14px;
font-weight: 400;
margin-left: 5px;
}
.user-avatar-title b {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 120px;
display: inline-block;
vertical-align: bottom; 
font-weight: 400;
}
.user-avatar-title:after {
content: "\f107";
font-family: "FontAwesome";
margin-left: 7px;
transition: 0.2s;
transform: rotate(0);
display: inline-block;
font-size: 16px;
top: 0px;
position: relative;
color: #999;
}
.transparent-header .user-avatar-title:after {
color: #fff;
opacity: 0.5;
}
.user-menu.active .user-avatar-title:after {
transform: rotate(180deg) !important;
}
.user-details span {
display: block;
font-size: 14px;
color: #888;
font-weight: 400;
margin-top: -1px;
} .login-register-buttons {
display: inline-block;
}
.login-register-buttons .la.la-sign-in-alt:before { font-family: "FontAwesome"; content: "\f13e"; top: 1px; padding-right: 2px;}
.login-register-buttons .la.la-plus-circle:before { font-family: "FontAwesome"; content: "\f055"; top: 1px; padding-right: 1px;}
#header .right-side .header-widget {
display: flex;
position: relative;
flex: 1;
align-items: center;
}
.login-register-buttons a {
display: inline-block;
font-size: 14px;
font-weight: 500;
color: #444;
}
.login-register-buttons a i {
font-size: 14px;
padding: 0;
position: relative;
top: 0;
font-weight: 400;
}
.transparent-header .login-register-buttons a:hover,
.login-register-buttons a:hover {
color: #28b661;
}
.login-register-buttons a:first-child { margin-right: 6px; }
.login-register-buttons a:last-child { margin-left: 6px; }
.transparent-header .login-register-buttons a {
color: #fff;
}
@media (max-width: 1366px) {
.login-register-buttons a { display: block; margin: 0 !important; }
}  .new-header #navigation {
position: relative;
display: inline-block;
margin-top: -1px;
font-size: 14px;
font-weight: 500;
}
.new-header #navigation ul {
list-style: none;
position: relative;
float: left;
margin: 0;
padding: 0;
}
.new-header #navigation ul a {
display: block;
text-decoration: none;
padding: 5px 0;
border-radius: 4px;
}
.new-header #navigation ul li {
position: relative;
float: left;
margin: 0;
padding: 0;
font-size: 14px;
}
.new-header #navigation ul li ul {
opacity: 0;
visibility: hidden;
position: absolute;
top: 100%;
left: 12px;
padding: 0;
z-index: 99999;
}
.new-header #navigation ul ul li { float: none; box-sizing: border-box; }
.new-header #navigation ul ul ul {
top: 0;
left: 100%;
margin: 0 0 0 12px;
}
.new-header #navigation ul ul {
margin: 0;
}
.new-header #navigation ul ul ul { pointer-events: none; }
.new-header #navigation ul ul li:hover > ul { pointer-events: all; }
.new-header #navigation ul ul:before {
content: "";
position: absolute;
left: 0;
top: -10px;
background: rgba(255,255,255,0);
width: 100%;
height: 10px;
}
.new-header #navigation ul ul ul:after {
content: "";
position: absolute;
width: 15px;
height: 100%;
left: -15px;
top: 0;
opacity: 0;
}
.new-header #navigation ul li:hover > ul {
opacity: 1;
visibility: visible;
pointer-events: all;
} .new-header #navigation ul li a:after,
.new-header #navigation ul ul li a:after {
font-family: "FontAwesome";
content: '\f107';
opacity: 1;
font-size: 16px;
transition: 0.2s;
opacity: 1;
line-height: 17px;
width: 9px;
height: 17px;
background-color: transparent !important;
color: #a8a8a8;
display: inline-block;
border-radius: 4px;
margin-left: 7px;
text-indent: 0;
top: 1px;
position: relative;
}
.new-header #navigation ul ul.sub-menu ul.sub-menu li a:after {
background-color: #f0f0f0;
color: #a8a8a8;
opacity: 1;
} .new-header #navigation ul ul.sub-menu ul.sub-menu li:hover a:after,
.new-header #navigation ul ul.sub-menu li:hover a:after {
color: #bbb;
background-color: transparent;
opacity: 1;
}
.new-header #navigation ul ul.sub-menu ul.sub-menu li a:after,
.new-header #navigation ul ul.sub-menu li a:after {
content: '\f105';
position: absolute;
left: auto;
right: 20px;
top: 6px;
background-color: transparent;
color: #777;
opacity: 1;
} body .new-header #navigation > ul > li:hover > a,
body .new-header #navigation > ul > li > a:hover,
body .new-header #navigation > ul > li > a.current {
color: #28b661;
background: transparent;
} .new-header #navigation ul li:hover a:after,
.new-header #navigation ul li a.current:after {
color: #28b661;
background: transparent;
opacity: 1;
}
.new-header #navigation ul li a:only-child:after,
.new-header #navigation ul ul li a:only-child:after { content: ''; display: none; }
.new-header #navigation ul ul li:hover a:after {
opacity: 1;
transform: translateX(0);
}
.new-header #navigation ul li {
transition: all 0.25s;
margin: 0 1px;
border-radius: 4px;
}
.new-header #navigation ul li a,
.new-header #navigation ul ul li a {
color: #444;
cursor: pointer; 
font-weight: 400;
}
.new-header #navigation ul a {
line-height: 23px;
padding: 7px 11px;
border-right: 4px;
}
.new-header .transparent-header ul.user-menu-small-nav li a,
.new-header #navigation ul ul li a { font-weight: 400 !important; } .new-header #navigation ul ul {
background-color: #303030;
box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
border-radius: 4px;
}
.new-header #navigation ul ul li { border-radius: 4px; }
.new-header #navigation ul ul li:last-child { border-bottom: none; }
.new-header #navigation ul li:hover ul a,
.new-header #navigation ul ul a {
padding: 4px 40px 4px 15px !important;
line-height: 21px !important;
} .new-header #navigation ul ul:after {
content: "";
position: absolute;
left: 25px;
top: -5px;
width: 0; 
height: 0; 
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #303030;
transition: border-color 0.3s;
}
body .new-header #navigation ul ul {
padding: 14px 0;
box-sizing: border-box;
margin-top: 6px;
}
body .new-header #navigation ul ul ul { margin-top: 0; }
.new-header #navigation ul ul:before {
content: ".";
position: absolute;
width: 100%;
height: 12px;
top: -12px;
opacity: 0;
opacity: 0;
}
.new-header #navigation ul ul ul:before {
width: calc(100% + 15px);
left: -15px;
}
.new-header #navigation ul ul li { width: 208px; }
.new-header #navigation ul ul li:hover {
border-radius: 0;
}
.new-header #navigation ul ul li:first-child { border-radius: 3px 4px 0 0; }
.new-header #navigation ul ul li:last-child { border-radius: 0 0 4px 4px; }
.new-header #navigation ul ul {
opacity: 0;
visibility: hidden;
transition: all 0.25s;
transform: translate3d(0,15px,0);
}
.new-header #navigation ul ul ul { transform: translate3d(15px,0,0); }
.new-header #navigation ul li ul { z-index: 10; }
.new-header #navigation ul li:hover ul { z-index: 20; }
.new-header #navigation ul li:hover > ul {
opacity: 1;
visibility: visible;
transform: translate3d(0,0,0);
}
.new-header #navigation ul ul li {
margin: 0;
padding: 0 6px;
border-radius: 0;
}
.new-header #navigation ul ul.sub-menu ul.sub-menu ul.sub-menu li a,
.new-header #navigation ul ul.sub-menu ul.sub-menu li a,
.new-header #navigation ul ul.sub-menu li a {
transition: 0.3s;
color: #aaa;
}
.new-header #navigation ul ul.sub-menu ul.sub-menu ul.sub-menu li:hover a,
.new-header #navigation ul ul.sub-menu ul.sub-menu li:hover a,
.new-header #navigation ul ul.sub-menu li:hover a {
color: #fff;
} .new-header .transparent-header #navigation ul ul {
background-color: #fff;
box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
}
.new-header .transparent-header #navigation ul ul:after {
border-bottom: 5px solid #fff;
}
.new-header .transparent-header #navigation ul ul.sub-menu ul.sub-menu ul.sub-menu li a,
.new-header .transparent-header #navigation ul ul.sub-menu ul.sub-menu li a,
.new-header .transparent-header #navigation ul ul.sub-menu li a {
transition: 0.3s;
color: #888;
}
.new-header .transparent-header #navigation ul ul.sub-menu ul.sub-menu ul.sub-menu li:hover a,
.new-header .transparent-header #navigation ul ul.sub-menu ul.sub-menu li:hover a,
.new-header .transparent-header #navigation ul ul.sub-menu li:hover a {
color: #555;
}
.new-header .transparent-header #navigation ul ul.sub-menu ul.sub-menu li:hover a:after,
.new-header .transparent-header #navigation ul ul.sub-menu li:hover a:after {
color: #777 !important;
background-color: transparent;
opacity: 1;
}
.new-header .transparent-header ul.user-menu-small-nav li a { color: #888; }
.new-header .transparent-header ul.user-menu-small-nav li a:hover { color: #555; }  .new-header .mega-menu {
opacity: 0;
visibility: hidden;
transition: all 0.25s;
position: absolute;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
border-radius: 4px;
font-size: 15px;
display: flex;
top: 100%;
left: 0;
padding: 20px 0;
box-sizing: border-box;
font-size: 14px;
margin-top: -10px;
background-color: #303030;
width: 200px;
z-index: 99;
transform: translate3d(-42%,36px,0);
}
.mega-menu:before {
content: "";
position: absolute;
top: -12px;
left: 0;
display: block;
width: 100%;
height: 12px;
opacity: 0;
}
#navigation ul li .mega-menu ul { 
opacity: 0;
visibility: hidden;
transform: translate3d(0,0,0);
position: relative;
display: inline-block;
flex: 1;
padding: 0;
margin: 0;
box-shadow: none;
border-radius: 0;
top: auto;
left: auto;
background-color: transparent;
}
#navigation ul li:hover .mega-menu {
opacity: 1;
visibility: visible;
transform: translate3d(-42%,23px,0);
}
#navigation ul li:hover .mega-menu ul {
opacity: 1;
visibility: visible;
}
#navigation .mega-menu ul,
#navigation .mega-menu ul li {
width: 100%;
}
.mega-menu.two-columns    { width: 429px;}
.mega-menu.three-columns  { width: 643px;}
.mega-menu.four-columns   { width: 857px;}
#navigation ul .mega-menu ul a {
color: #bbb !important;
padding: 0 !important;
margin: 0 !important;
display: block;
margin-left: 0;
-wekkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#navigation ul .mega-menu ul a:hover {
color: #fff !important;
}
#navigation ul li:hover .mega-menu ul a, 
#navigation ul .mega-menu ul a {
padding: 4px 0 !important;
line-height: 22px !important;
transform: translate3d(0,0,0) !important;
}
#navigation .mega-menu ul li {
padding: 0 26px;
}
#navigation .mega-menu:after {
content: "";
position: absolute;
left: calc(50% - 10px);
top: -5px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #303030;
}
#navigation ul li a i {
font-size: 14px;
position: relative;
top: 0;
padding-right: 5px;
}
.mega-menu-section {
display: inline-block;
float: left;
width: 214px;
padding: 0;
border-right: 1px solid #444;
}
.mega-menu .mega-menu-section:last-child { border: none; }
#navigation ul .mega-menu ul ul:after { display: none; }
.mega-menu-headline {
color: #fff;
opacity: 1 !important;
font-weight: 500;
display: block;
padding: 8px 30px !important;
letter-spacing: 0;
font-size: 14px;
line-height: 21px;
} .mobile-styles .mm-listview { margin: 0px -20px !important; }
.mobile-styles .mm-listview .mega-menu-headline { color: #fff; padding: 15px 20px !important; background: #222 !important; }
.mobile-styles .mm-listview li a i { padding-right: 5px; }
.mobile-styles.mm-panel:before { height: 10px !important; } #navigation ul li .mega-menu ul,
#navigation ul li ul { z-index: 100; }
#navigation ul li:hover .mega-menu,
#navigation ul li:hover ul { z-index: 200; }  .new-header #header-container {
position: absolute;
top: 0;
width: 100%;
z-index: 1000;
height: 82px;
}
.admin-bar .new-header #header-container { }
#wrapper.wrapper-with-transparent-header.new-header  #header .right-side { background-color: transparent; }
.new-header #header { transition: background 0.2s; }
#wrapper.new-header  { padding-top: 82px; }
#wrapper.wrapper-with-transparent-header.new-header  { padding-top: 0 !important;}
@media (max-width: 1099px) {
#wrapper.new-header  { padding-top: 0 !important; }
.new-header #header-container { position: relative !important; }
.new-header #header-container.transparent-header { position: absolute !important; }
}  .new-header #header-container.transparent-header {
position: absolute;
background: transparent;
width: 100%;
}
.new-header .transparent-header-spacer { height: 0; }
.new-header.wrapper-with-transparent-header .transparent-header-spacer { height: 82px; }
.new-header .transparent-header #header {
background-color: transparent;
box-shadow: none;
border-bottom: 1px solid rgba(255,255,255,0.2);
box-sizing: content-box;
}
.new-header .transparent-header #header .right-side { background-color: transparent; }
.new-header .transparent-header #logo_nh,
.new-header .transparent-header #header .right-side .header-widget { border-color: rgba(255,255,255,0.2); }
.new-header .transparent-header #header .right-side .header-widget:first-of-type { border-right-color: transparent; }
.new-header .transparent-header #header .right-side .header-widget:last-of-type { border-color: rgba(255,255,255,0.2); }
.new-header .transparent-header #navigation > ul li a,
.new-header .transparent-header .header-notifications-trigger,
.new-header .transparent-header .header-notifications-trigger a { color: #fff; }
body .new-header .transparent-header #navigation > ul ul li a { color: #aaa; }
.new-header .transparent-header .header-notifications-dropdown:before { border-bottom-color: #fff; }
.new-header .transparent-header .header-notifications-dropdown { background-color: #fff; }
.new-header .transparent-header .mmenu-trigger { background-color: #fff; }
.new-header .transparent-header #navigation > ul li a:after {
background-color: transparent !important;
color: #fff;
opacity: 0.7;
transition: 0.3s;
}
.new-header .transparent-header #navigation > ul li:hover ul li:hover a:after,
.new-header .transparent-header #navigation > ul li:hover a:after,
.new-header .transparent-header #navigation > ul li a.current:after {
color: #28b661;
}
.new-header .transparent-header #navigation > ul li:hover ul a:after,
.new-header .transparent-header #navigation > ul ul li a:after {
color: #bbb;
}   :root {
--mm-line-height: 18px;
--mm-listitem-size: 44px;
--mm-navbar-size: 44px;
--mm-offset-top: 0;
--mm-offset-right: 0;
--mm-offset-bottom: 0;
--mm-offset-left: 0;
--mm-color-border: #404040;
--mm-color-button: rgba(255,255,255,0.8);
--mm-color-text: rgba( 255, 255, 255, 0.75);
--mm-color-text-dimmed: rgba( 255, 255, 255, 0.4);
--mm-color-background: #2a2a2a;
--mm-color-background-highlight: rgba( 255, 255, 255, 0.2);
--mm-color-background-emphasis: rgba( 255, 255, 255, 0.15);
--mm-shadow: none;
}
.mm-hidden {
display: none!important
}
.mm-wrapper {
overflow-x: hidden;
position: relative
}
.mm-menu {
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #f3f3f3;
border-color: rgba(0, 0, 0, .1);
color: rgba(0, 0, 0, .75);
line-height: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
top: var(--mm-offset-top);
right: var(--mm-offset-right);
bottom: var(--mm-offset-bottom);
left: var(--mm-offset-left);
z-index: 0;
background: var(--mm-color-background);
border-color: var(--mm-color-border);
color: var(--mm-color-text);
line-height: var(--mm-line-height);
-webkit-tap-highlight-color: var(--mm-color-background-emphasis);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
text-decoration: none;
color: #fff;
}
[dir=rtl] .mm-menu {
direction: rtl
}
.mm-panel {
background: #f3f3f3;
border-color: rgba(0, 0, 0, .1);
color: rgba(0, 0, 0, .75);
z-index: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
-webkit-overflow-scrolling: touch;
overflow: scroll;
overflow-x: hidden;
overflow-y: auto;
background: var(--mm-color-background);
border-color: var(--mm-color-border);
color: var(--mm-color-text);
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
-webkit-transition: -webkit-transform .4s ease;
transition: -webkit-transform .4s ease;
-o-transition: transform .4s ease;
transition: transform .4s ease;
transition: transform .4s ease, -webkit-transform .4s ease;
}
.mm-panel:after {
height: 44px
}
.mm-panel:not(.mm-hidden) {
display: block
}
.mm-panel:after {
content: '';
display: block;
height: var(--mm-listitem-size)
}
.mm-panel_opened {
z-index: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.mm-panel_opened-parent {
-webkit-transform: translate3d(-30%, 0, 0);
transform: translate3d(-30%, 0, 0)
}
.mm-panel_highest {
z-index: 2
}
.mm-panel_noanimation {
-webkit-transition: none!important;
-o-transition: none!important;
transition: none!important
}
.mm-panel_noanimation.mm-panel_opened-parent {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.mm-panels>.mm-panel {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0
}
.mm-panel__content {
padding: 20px 20px 0
}
.mm-panels {
background: #f3f3f3;
border-color: rgba(0, 0, 0, .1);
color: rgba(0, 0, 0, .75);
position: relative;
height: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
overflow: hidden;
background: var(--mm-color-background);
border-color: var(--mm-color-border);
color: var(--mm-color-text);
}
[dir=rtl] .mm-panel:not(.mm-panel_opened) {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
[dir=rtl] .mm-panel.mm-panel_opened-parent {
-webkit-transform: translate3d(30%, 0, 0);
transform: translate3d(30%, 0, 0)
}
.mm-listitem_vertical>.mm-panel {
display: none;
width: 100%;
padding: 10px 0 10px 10px;
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important
}
.mm-listitem_vertical>.mm-panel:after,
.mm-listitem_vertical>.mm-panel:before {
content: none;
display: none
}
.mm-listitem_opened>.mm-panel {
display: block
}
.mm-listitem_vertical>.mm-listitem__btn {
height: 44px;
height: var(--mm-listitem-size);
bottom: auto
}
.mm-listitem_vertical .mm-listitem:last-child:after {
border-color: transparent
}
.mm-listitem_opened>.mm-listitem__btn:after {
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
right: 19px
}
.mm-btn {
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 50px;
padding: 0
}
.mm-btn:after,
.mm-btn:before {
border: 2px solid rgba(0, 0, 0, .3);
border: 2px solid var(--mm-color-button)
}
.mm-btn_next:after,
.mm-btn_prev:before {
content: '';
border-bottom: none;
border-right: none;
-webkit-box-sizing: content-box;
box-sizing: content-box;
display: block;
width: 6px;
height: 6px;
margin: auto;
position: absolute;
top: 0;
bottom: 0
}
.mm-btn_prev:before {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
left: 23px;
right: auto
}
.mm-btn_next:after {
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
right: 23px;
left: auto
}
.mm-btn_close:after,
.mm-btn_close:before {
content: '';
-webkit-box-sizing: content-box;
box-sizing: content-box;
display: block;
width: 5px;
height: 5px;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.mm-btn_close:before {
border-right: none;
border-bottom: none;
right: 18px
}
.mm-btn_close:after {
border-left: none;
border-top: none;
right: 25px
}
[dir=rtl] .mm-btn_next:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
left: 23px;
right: auto
}
[dir=rtl] .mm-btn_prev:before {
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
right: 23px;
left: auto
}
[dir=rtl] .mm-btn_close:after,
[dir=rtl] .mm-btn_close:before {
right: auto
}
[dir=rtl] .mm-btn_close:before {
left: 25px
}
[dir=rtl] .mm-btn_close:after {
left: 18px
}
.mm-navbar {
min-height: 44px;
border-bottom: 1px solid rgba(0, 0, 0, .1);
background: #f3f3f3;
color: rgba(0, 0, 0, .3);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: var(--mm-navbar-size);
border-bottom: 1px solid var(--mm-color-border);
background: var(--mm-color-background);
color: var(--mm-color-text-dimmed);
text-align: center;
opacity: 1;
-webkit-transition: opacity .4s ease;
-o-transition: opacity .4s ease;
transition: opacity .4s ease;
background: #262626;
}
.mm-navbar>* {
min-height: 44px
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.mm-navbar_sticky {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1
}
}
.mm-navbar>* {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.mm-navbar__btn {
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0
}
.mm-navbar__title {
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 20px;
padding-right: 20px;
overflow: hidden
}
.mm-navbar__title:not(:last-child) {
padding-right: 0
}
.mm-navbar__title>span {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
font-size: 12px;
}
.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title {
padding-left: 0
}
.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child {
padding-right: 50px
}
[dir=rtl] .mm-navbar {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse
}
.mm-listview {
list-style: none;
display: block;
padding: 0;
margin: 0
}
.mm-listitem {
color: rgba(0, 0, 0, .75);
border-color: transparent;
color: var(--mm-color-text);
list-style: none;
display: block;
padding: 0;
margin: 0;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.mm-listitem:after {
content: '';
border-color: inherit;
border-bottom-width: 1px;
border-bottom-style: solid;
display: block;
position: absolute;
left: 20px;
right: 0;
bottom: 0
}
.mm-listitem a,
.mm-listitem a:hover {
text-decoration: none
}
.mm-listitem__btn,
.mm-listitem__text {
padding: 12px;
display: block;
padding: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
padding-left: 0;
padding-right: 0;
color: inherit
}
.mm-listitem__text {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
padding-left: 20px;
padding-right: 65px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 10%;
flex-basis: 10%;
border-bottom: 1px solid transparent;
border-bottom-color: var(--mm-color-border);
font-size: 14px;
color: #fff;
}
.mm-listitem__btn {
background: rgba(3, 2, 1, 0);
border-color: inherit;
width: auto;
padding-right: 50px;
position: absolute;
width: 100%;
}  .mm-listitem__btn:not(.mm-listitem__text) {
border-left-width: none;
border-left-style: solid
}
.mm-listitem_selected>.mm-listitem__text {
background: rgba(255, 255, 255, .4);
background: var(--mm-color-background-emphasis)
}
.mm-listitem_opened>.mm-listitem__btn,
.mm-listitem_opened>.mm-panel {
background: rgba(0, 0, 0, .05);
background: var(--mm-color-background-highlight)
}
[dir=rtl] .mm-listitem:after {
left: 0;
right: 20px
}
[dir=rtl] .mm-listitem__text {
padding-left: 10px;
padding-right: 20px
}
[dir=rtl] .mm-listitem__btn {
padding-left: 50px;
border-left-width: 0;
border-left-style: none
}
[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
padding-right: 0;
border-right-width: 1px;
border-right-style: solid
}
.mm-page {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative
}
.mm-slideout {
-webkit-transition: -webkit-transform .4s ease;
transition: -webkit-transform .4s ease;
-o-transition: transform .4s ease;
transition: transform .4s ease;
transition: transform .4s ease, -webkit-transform .4s ease;
z-index: 1
}
.mm-wrapper_opened {
overflow-x: hidden;
position: relative
}
.mm-wrapper_opened .mm-page {
min-height: 100vh
}
.mm-wrapper_background .mm-page {
background: inherit
}
.mm-menu_offcanvas {
position: fixed;
right: auto;
z-index: 0
}
.mm-menu_offcanvas:not(.mm-menu_opened) {
display: none
}
.mm-panels,
.mm-panel,
.mm-menu_offcanvas {
width: 80vw;
min-width: 240px;
max-width: 440px;
}
.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
-webkit-transform: translate3d(80vw, 0, 0);
transform: translate3d(80vw, 0, 0)
}
@media all and (max-width:300px) {
.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
-webkit-transform: translate3d(240px, 0, 0);
transform: translate3d(240px, 0, 0)
}
}
@media all and (min-width:550px) {
.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
-webkit-transform: translate3d(440px, 0, 0);
transform: translate3d(440px, 0, 0)
}
}
.mm-wrapper__blocker {
background: rgba(3, 2, 1, 0);
overflow: hidden;
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2
}
.mm-wrapper_blocking {
overflow: hidden
}
.mm-wrapper_blocking body {
overflow: hidden
}
.mm-wrapper_blocking .mm-wrapper__blocker {
display: block
}
.mm-sronly {
border: 0!important;
clip: rect(1px, 1px, 1px, 1px)!important;
-webkit-clip-path: inset(50%)!important;
clip-path: inset(50%)!important;
white-space: nowrap!important;
width: 1px!important;
min-width: 1px!important;
height: 1px!important;
min-height: 1px!important;
padding: 0!important;
overflow: hidden!important;
position: absolute!important
}
.mm-menu_autoheight:not(.mm-menu_offcanvas) {
position: relative
}
.mm-menu_autoheight.mm-menu_position-bottom,
.mm-menu_autoheight.mm-menu_position-top {
max-height: 80%
}
.mm-menu_autoheight-measuring .mm-panel {
display: block!important
}
.mm-menu_autoheight-measuring .mm-panels>.mm-panel {
bottom: auto!important;
height: auto!important
}
.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
display: none!important
}
[class*=mm-menu_columns-] {
-webkit-transition-property: width;
-o-transition-property: width;
transition-property: width
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel {
right: auto;
-webkit-transition-property: width, -webkit-transform;
transition-property: width, -webkit-transform;
-o-transition-property: width, transform;
transition-property: width, transform;
transition-property: width, transform, -webkit-transform
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,
[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent {
display: block!important
}
[class*=mm-panel_columns-] {
border-right: 1px solid;
border-color: inherit
}
.mm-menu_columns-1 .mm-panel_columns-0,
.mm-menu_columns-2 .mm-panel_columns-1,
.mm-menu_columns-3 .mm-panel_columns-2,
.mm-menu_columns-4 .mm-panel_columns-3 {
border-right: none
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0 {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.mm-menu_columns-0 .mm-panels>.mm-panel {
z-index: 0
}
.mm-menu_columns-0 .mm-panels>.mm-panel else {
width: 100%
}
.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.mm-menu_columns-0 {
width: 80%;
min-width: 240px;
max-width: 0
}
.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout {
-webkit-transform: translate3d(80vw, 0, 0);
transform: translate3d(80vw, 0, 0)
}
@media all and (max-width:300px) {
.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout {
-webkit-transform: translate3d(240px, 0, 0);
transform: translate3d(240px, 0, 0)
}
}
@media all and (min-width:0px) {
.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(-80vw, 0, 0);
transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:300px) {
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(-240px, 0, 0);
transform: translate3d(-240px, 0, 0)
}
}
@media all and (min-width:0px) {
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1 {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.mm-menu_columns-1 .mm-panels>.mm-panel {
z-index: 1;
width: 100%
}
.mm-menu_columns-1 .mm-panels>.mm-panel else {
width: 100%
}
.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
-webkit-transform: translate3d(200%, 0, 0);
transform: translate3d(200%, 0, 0)
}
.mm-menu_columns-1 {
width: 80%;
min-width: 240px;
max-width: 440px
}
.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout {
-webkit-transform: translate3d(80vw, 0, 0);
transform: translate3d(80vw, 0, 0)
}
@media all and (max-width:300px) {
.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout {
-webkit-transform: translate3d(240px, 0, 0);
transform: translate3d(240px, 0, 0)
}
}
@media all and (min-width:550px) {
.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout {
-webkit-transform: translate3d(440px, 0, 0);
transform: translate3d(440px, 0, 0)
}
}
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(-80vw, 0, 0);
transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:300px) {
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(-240px, 0, 0);
transform: translate3d(-240px, 0, 0)
}
}
@media all and (min-width:550px) {
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(-440px, 0, 0);
transform: translate3d(-440px, 0, 0)
}
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2 {
-webkit-transform: translate3d(200%, 0, 0);
transform: translate3d(200%, 0, 0)
}
.mm-menu_columns-2 .mm-panels>.mm-panel {
z-index: 2;
width: 50%
}
.mm-menu_columns-2 .mm-panels>.mm-panel else {
width: 100%
}
.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
-webkit-transform: translate3d(300%, 0, 0);
transform: translate3d(300%, 0, 0)
}
.mm-menu_columns-2 {
width: 80%;
min-width: 240px;
max-width: 880px
}
.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout {
-webkit-transform: translate3d(80vw, 0, 0);
transform: translate3d(80vw, 0, 0)
}
@media all and (max-width:300px) {
.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout {
-webkit-transform: translate3d(240px, 0, 0);
transform: translate3d(240px, 0, 0)
}
}
@media all and (min-width:1100px) {
.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout {
-webkit-transform: translate3d(880px, 0, 0);
transform: translate3d(880px, 0, 0)
}
}
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(-80vw, 0, 0);
transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:300px) {
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(-240px, 0, 0);
transform: translate3d(-240px, 0, 0)
}
}
@media all and (min-width:1100px) {
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(-880px, 0, 0);
transform: translate3d(-880px, 0, 0)
}
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3 {
-webkit-transform: translate3d(300%, 0, 0);
transform: translate3d(300%, 0, 0)
}
.mm-menu_columns-3 .mm-panels>.mm-panel {
z-index: 3;
width: 33.34%
}
.mm-menu_columns-3 .mm-panels>.mm-panel else {
width: 100%
}
.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
-webkit-transform: translate3d(400%, 0, 0);
transform: translate3d(400%, 0, 0)
}
.mm-menu_columns-3 {
width: 80%;
min-width: 240px;
max-width: 1320px
}
.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout {
-webkit-transform: translate3d(80vw, 0, 0);
transform: translate3d(80vw, 0, 0)
}
@media all and (max-width:300px) {
.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout {
-webkit-transform: translate3d(240px, 0, 0);
transform: translate3d(240px, 0, 0)
}
}
@media all and (min-width:1650px) {
.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout {
-webkit-transform: translate3d(1320px, 0, 0);
transform: translate3d(1320px, 0, 0)
}
}
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(-80vw, 0, 0);
transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:300px) {
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(-240px, 0, 0);
transform: translate3d(-240px, 0, 0)
}
}
@media all and (min-width:1650px) {
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(-1320px, 0, 0);
transform: translate3d(-1320px, 0, 0)
}
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4 {
-webkit-transform: translate3d(400%, 0, 0);
transform: translate3d(400%, 0, 0)
}
.mm-menu_columns-4 .mm-panels>.mm-panel {
z-index: 4;
width: 25%
}
.mm-menu_columns-4 .mm-panels>.mm-panel else {
width: 100%
}
.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
-webkit-transform: translate3d(500%, 0, 0);
transform: translate3d(500%, 0, 0)
}
.mm-menu_columns-4 {
width: 80%;
min-width: 240px;
max-width: 1760px
}
.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout {
-webkit-transform: translate3d(80vw, 0, 0);
transform: translate3d(80vw, 0, 0)
}
@media all and (max-width:300px) {
.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout {
-webkit-transform: translate3d(240px, 0, 0);
transform: translate3d(240px, 0, 0)
}
}
@media all and (min-width:2200px) {
.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout {
-webkit-transform: translate3d(1760px, 0, 0);
transform: translate3d(1760px, 0, 0)
}
}
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(-80vw, 0, 0);
transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:300px) {
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(-240px, 0, 0);
transform: translate3d(-240px, 0, 0)
}
}
@media all and (min-width:2200px) {
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(-1760px, 0, 0);
transform: translate3d(-1760px, 0, 0)
}
}
[class*=mm-menu_columns-].mm-menu_position-bottom,
[class*=mm-menu_columns-].mm-menu_position-top {
width: 100%;
max-width: 100%;
min-width: 100%
}
.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
-webkit-transition-property: width, min-width, max-width, -webkit-transform;
transition-property: width, min-width, max-width, -webkit-transform;
-o-transition-property: width, min-width, max-width, transform;
transition-property: width, min-width, max-width, transform;
transition-property: width, min-width, max-width, transform, -webkit-transform
}
.mm-counter {
color: rgba(0, 0, 0, .3);
display: block;
padding-left: 20px;
float: right;
text-align: right;
color: var(--mm-color-text-dimmed);
background-color: #26ae61;
height: 20px;
width: 20px;
text-align: center;
border-radius: 50%;
color: #fff;
line-height: 21px;
font-size: 10px;
font-weight: 500;
padding: 0;
position: relative;
right: -10px;
}
.mm-listitem_nosubitems>.mm-counter {
display: none
}
[dir=rtl] .mm-counter {
text-align: left;
float: left;
padding-left: 0;
padding-right: 20px
}
.mm-divider {
position: relative;
min-height: 20px;
padding: 4.3px;
background: #f3f3f3;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
min-height: var(--mm-line-height);
padding: calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);
padding-right: 10px;
padding-left: 20px;
font-size: 75%;
text-transform: uppercase;
background: var(--mm-color-background);
opacity: 1;
-webkit-transition: opacity .4s ease;
-o-transition: opacity .4s ease;
transition: opacity .4s ease
}
.mm-divider:before {
background: rgba(0, 0, 0, .05)
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.mm-divider {
position: -webkit-sticky;
position: sticky;
z-index: 2;
top: 0
}
.mm-navbar_sticky:not(.mm-hidden)~.mm-listview .mm-divider {
top: var(--mm-navbar-size)
}
}
.mm-divider:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
background: var(--mm-color-background-highlight)
}
.mm-wrapper_dragging .mm-menu,
.mm-wrapper_dragging .mm-slideout {
-webkit-transition-duration: 0s!important;
-o-transition-duration: 0s!important;
transition-duration: 0s!important;
-webkit-user-select: none!important;
-moz-user-select: none!important;
-ms-user-select: none!important;
user-select: none!important
}
.mm-wrapper_dragging .mm-menu {
pointer-events: none!important
}
.mm-wrapper_dragging .mm-wrapper__blocker {
display: none!important
}
.mm-menu_dropdown {
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
height: 80%
}
.mm-wrapper_dropdown .mm-slideout {
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
z-index: 0
}
.mm-wrapper_dropdown .mm-wrapper__blocker {
-webkit-transition-delay: 0s!important;
-o-transition-delay: 0s!important;
transition-delay: 0s!important;
z-index: 1
}
.mm-wrapper_dropdown .mm-menu_dropdown {
z-index: 2
}
.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
display: none
}
.mm-menu_tip-bottom:before,
.mm-menu_tip-left:before,
.mm-menu_tip-right:before,
.mm-menu_tip-top:before {
content: '';
background: inherit;
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
display: block;
width: 15px;
height: 15px;
position: absolute;
z-index: -1;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg)
}
.mm-menu_tip-left:before {
left: 22px
}
.mm-menu_tip-right:before {
right: 22px
}
.mm-menu_tip-top:before {
top: -8px
}
.mm-menu_tip-bottom:before {
bottom: -8px
}
:root {
--mm-iconbar-size: 50px
}
.mm-menu_iconbar-left .mm-navbars_bottom,
.mm-menu_iconbar-left .mm-navbars_top,
.mm-menu_iconbar-left .mm-panels {
margin-left: 50px;
margin-left: var(--mm-iconbar-size)
}
.mm-menu_iconbar-left .mm-iconbar {
border-right-width: 1px;
display: block;
left: 0
}
.mm-menu_iconbar-right .mm-navbars_bottom,
.mm-menu_iconbar-right .mm-navbars_top,
.mm-menu_iconbar-right .mm-panels {
margin-right: 50px;
margin-right: var(--mm-iconbar-size)
}
.mm-menu_iconbar-right .mm-iconbar {
border-left-width: 1px;
display: block;
right: 0
}
.mm-iconbar {
width: 50px;
border-color: rgba(0, 0, 0, .1);
background: #f3f3f3;
color: rgba(0, 0, 0, .3);
display: none;
width: var(--mm-iconbar-size);
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
top: 0;
bottom: 0;
z-index: 2;
border: 0 solid;
border-color: var(--mm-color-border);
background: var(--mm-color-background);
color: var(--mm-color-text-dimmed);
text-align: center
}
.mm-iconbar__bottom,
.mm-iconbar__top {
width: inherit;
position: absolute
}
.mm-iconbar__bottom>*,
.mm-iconbar__top>* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
padding: 12.5px 0
}
.mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover,
.mm-iconbar__top a,
.mm-iconbar__top a:hover {
text-decoration: none
}
.mm-iconbar__top {
top: 0
}
.mm-iconbar__bottom {
bottom: 0
}
.mm-iconbar__tab_selected {
background: rgba(255, 255, 255, .4);
background: var(--mm-color-background-emphasis)
}
:root {
--mm-iconpanel-size: 50px
}
.mm-panel_iconpanel-1 {
width: calc(100% - 50px);
width: calc(100% - (var(--mm-iconpanel-size) * 1))
}
.mm-panel_iconpanel-2 {
width: calc(100% - 100px);
width: calc(100% - (var(--mm-iconpanel-size) * 2))
}
.mm-panel_iconpanel-3 {
width: calc(100% - 150px);
width: calc(100% - (var(--mm-iconpanel-size) * 3))
}
.mm-panel_iconpanel-first~.mm-panel {
width: calc(100% - 50px);
width: calc(100% - var(--mm-iconpanel-size))
}
.mm-menu_iconpanel .mm-panels>.mm-panel {
left: auto;
-webkit-transition-property: width, -webkit-transform;
transition-property: width, -webkit-transform;
-o-transition-property: transform, width;
transition-property: transform, width;
transition-property: transform, width, -webkit-transform
}
.mm-menu_iconpanel .mm-panels>.mm-panel_opened,
.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent {
display: block!important
}
.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent {
overflow-y: hidden;
-webkit-transform: unset;
-ms-transform: unset;
transform: unset
}
.mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
border-left-width: 1px;
border-left-style: solid
}
.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider,
.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
opacity: 0
}
.mm-panel__blocker {
background: inherit;
opacity: 0;
display: block;
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 3;
-webkit-transition: opacity .4s ease;
-o-transition: opacity .4s ease;
transition: opacity .4s ease
}
.mm-panel_opened-parent .mm-panel__blocker {
opacity: .6;
bottom: -100000px
}
[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel {
left: 0;
right: auto;
-webkit-transition-property: width, -webkit-transform;
transition-property: width, -webkit-transform;
-o-transition-property: transform, width;
transition-property: transform, width;
transition-property: transform, width, -webkit-transform
}
[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
border-left: none;
border-right: 1px solid;
border-color: inherit
}
.mm-menu_keyboardfocus a:focus,
.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus {
background: rgba(255, 255, 255, .4);
background: var(--mm-color-background-emphasis);
outline: 0
}
.mm-wrapper__blocker .mm-tabstart {
cursor: default;
display: block;
width: 100%;
height: 100%
}
.mm-wrapper__blocker .mm-tabend {
opacity: 0;
position: absolute;
bottom: 0
}
.mm-navbars_top {
-ms-flex-negative: 0;
flex-shrink: 0
}
.mm-navbars_top .mm-navbar:not(:last-child) {
border-bottom: none
}
.mm-navbars_bottom {
-ms-flex-negative: 0;
flex-shrink: 0
}
.mm-navbars_bottom .mm-navbar {
border-bottom: none
}
.mm-navbars_bottom .mm-navbar:first-child {
border-top: 1px solid rgba(0, 0, 0, .1);
border-top: 1px solid var(--mm-color-border)
}
.mm-btn:not(.mm-hidden)+.mm-navbar__searchfield .mm-searchfield__input {
padding-left: 0
}
.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
padding-right: 0
}
.mm-navbar__breadcrumbs {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 0 20px;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.mm-navbar__breadcrumbs>* {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-right: 6px
}
.mm-navbar__breadcrumbs>a {
text-decoration: underline
}
.mm-navbar__breadcrumbs:not(:last-child) {
padding-right: 0
}
.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs {
padding-left: 0
}
.mm-navbar_tabs>* {
padding: 0 10px;
border: 1px solid transparent
}
.mm-navbar__tab_selected {
background: #f3f3f3;
color: rgba(0, 0, 0, .75);
background: var(--mm-color-background);
color: var(--mm-color-text)
}
.mm-navbar__tab_selected:not(:first-child) {
border-left-color: rgba(0, 0, 0, .1)
}
.mm-navbar__tab_selected:not(:last-child) {
border-right-color: rgba(0, 0, 0, .1)
}
.mm-navbar__tab_selected:not(:first-child) {
border-left-color: var(--mm-color-border)
}
.mm-navbar__tab_selected:not(:last-child) {
border-right-color: var(--mm-color-border)
}
.mm-navbars_top .mm-navbar_tabs {
border-bottom: none
}
.mm-navbars_top .mm-navbar_tabs>* {
border-bottom-color: rgba(0, 0, 0, .1);
border-bottom-color: var(--mm-color-border)
}
.mm-navbars_top .mm-navbar__tab_selected {
border-top-color: rgba(0, 0, 0, .1);
border-top-color: var(--mm-color-border);
border-bottom-color: transparent
}
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
background: rgba(255, 255, 255, .4);
background: var(--mm-color-background-emphasis)
}
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar {
background: #f3f3f3;
background: var(--mm-color-background)
}
.mm-navbars_bottom .mm-navbar_tabs:first-child {
border-top: none
}
.mm-navbars_bottom .mm-navbar_tabs>* {
border-top-color: rgba(0, 0, 0, .1);
border-top-color: var(--mm-color-border)
}
.mm-navbars_bottom .mm-navbar__tab_selected {
border-bottom-color: rgba(0, 0, 0, .1);
border-bottom-color: var(--mm-color-border);
border-top-color: transparent
}
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
background: #f3f3f3;
background: var(--mm-color-background)
}
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar {
background: rgba(255, 255, 255, .4);
background: var(--mm-color-background-emphasis)
}
.mm-searchfield {
height: 44px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
height: var(--mm-navbar-size);
padding: 0;
overflow: hidden
}
.mm-searchfield input {
height: 30.8px;
line-height: 30.8px
}
.mm-searchfield input,
.mm-searchfield input:focus,
.mm-searchfield input:hover {
background: rgba(0, 0, 0, .05);
color: rgba(0, 0, 0, .75)
}
.mm-searchfield input {
display: block;
width: 100%;
max-width: 100%;
height: calc(var(--mm-navbar-size) * .7);
min-height: unset;
max-height: unset;
margin: 0;
padding: 0 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: none!important;
border-radius: 4px;
line-height: calc(var(--mm-navbar-size) * .7);
-webkit-box-shadow: none!important;
box-shadow: none!important;
outline: 0!important;
font: inherit;
font-size: inherit
}
.mm-searchfield input,
.mm-searchfield input:focus,
.mm-searchfield input:hover {
background: var(--mm-color-background-highlight);
color: var(--mm-color-text)
}
.mm-searchfield input::-ms-clear {
display: none
}
.mm-searchfield__input {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
width: 100%;
max-width: 100%;
padding: 0 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.mm-panel__noresultsmsg {
color: rgba(0, 0, 0, .3);
padding: 50px 0;
color: var(--mm-color-text-dimmed);
text-align: center;
font-size: 150%
}
.mm-searchfield__btn {
position: absolute;
right: 0;
top: 0;
bottom: 0
}
.mm-panel_search {
left: 0!important;
right: 0!important;
width: 100%!important;
border-left: none!important
}
.mm-searchfield__cancel {
line-height: 44px;
display: block;
padding-right: 10px;
margin-right: -100px;
line-height: var(--mm-navbar-size);
text-decoration: none;
-webkit-transition: margin .4s ease;
-o-transition: margin .4s ease;
transition: margin .4s ease
}
.mm-searchfield__cancel-active {
margin-right: 0
}
.mm-listitem_nosubitems>.mm-listitem__btn {
display: none
}
.mm-listitem_nosubitems>.mm-listitem__text {
padding-right: 10px
}
.mm-listitem_onlysubitems>.mm-listitem__text:not(.mm-listitem__btn) {
z-index: -1;
pointer-events: none
}
.mm-sectionindexer {
background: inherit;
text-align: center;
font-size: 12px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 20px;
position: absolute;
top: 0;
bottom: 0;
right: -20px;
z-index: 5;
-webkit-transition: right .4s ease;
-o-transition: right .4s ease;
transition: right .4s ease;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly
}
.mm-sectionindexer a {
color: rgba(0, 0, 0, .3);
color: var(--mm-color-text-dimmed);
line-height: 1;
text-decoration: none;
display: block
}
.mm-sectionindexer~.mm-panel {
padding-right: 0
}
.mm-sectionindexer_active {
right: 0
}
.mm-sectionindexer_active~.mm-panel {
padding-right: 20px
}
.mm-menu_selected-hover .mm-listitem__btn,
.mm-menu_selected-hover .mm-listitem__text,
.mm-menu_selected-parent .mm-listitem__btn,
.mm-menu_selected-parent .mm-listitem__text {
-webkit-transition: background-color .4s ease;
-o-transition: background-color .4s ease;
transition: background-color .4s ease
}
.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>.mm-listitem__text {
background: 0 0
}
.mm-menu_selected-hover .mm-listitem__btn:hover,
.mm-menu_selected-hover .mm-listitem__text:hover {
background: rgba(255, 255, 255, .4);
background: var(--mm-color-background-emphasis)
}
.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>.mm-listitem__text {
background: 0 0
}
.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__btn,
.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__text {
background: rgba(255, 255, 255, .4);
background: var(--mm-color-background-emphasis)
}
:root {
--mm-sidebar-collapsed-size: 50px;
--mm-sidebar-expanded-size: 440px
}
.mm-wrapper_sidebar-collapsed body,
.mm-wrapper_sidebar-expanded body {
position: relative
}
.mm-wrapper_sidebar-collapsed .mm-slideout,
.mm-wrapper_sidebar-expanded .mm-slideout {
-webkit-transition-property: width, -webkit-transform;
transition-property: width, -webkit-transform;
-o-transition-property: width, transform;
transition-property: width, transform;
transition-property: width, transform, -webkit-transform
}
.mm-wrapper_sidebar-collapsed .mm-page,
.mm-wrapper_sidebar-expanded .mm-page {
background: inherit;
-webkit-box-sizing: border-box;
box-sizing: border-box;
min-height: 100vh
}
.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important;
top: 0!important;
right: auto!important;
bottom: 0!important;
left: 0!important
}
.mm-wrapper_sidebar-collapsed .mm-slideout {
width: calc(100% - 50px);
-webkit-transform: translate3d(50px, 0, 0);
transform: translate3d(50px, 0, 0);
width: calc(100% - var(--mm-sidebar-collapsed-size));
-webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0)
}
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider,
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
opacity: 0
}
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
width: 440px;
width: var(--mm-sidebar-expanded-size);
min-width: 0!important;
max-width: 100000px!important;
border-right-width: 1px;
border-right-style: solid
}
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
content: none;
display: none
}
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
overflow: visible
}
.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
display: none!important
}
.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout {
width: calc(100% - 440px);
-webkit-transform: translate3d(440px, 0, 0);
transform: translate3d(440px, 0, 0);
width: calc(100% - var(--mm-sidebar-expanded-size));
-webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0)
}
.mm-menu__blocker {
background: rgba(3, 2, 1, 0);
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 3
}
.mm-menu_opened .mm-menu__blocker {
display: none
}
[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
input.mm-toggle {
margin-top: 5px;
background: rgba(0, 0, 0, .1);
display: inline-block;
min-width: 58px;
width: 58px;
height: 34px;
margin: 0 10px;
margin-top: calc((var(--mm-listitem-size) - 34px)/ 2);
border: none!important;
background: var(--mm-color-border);
border-radius: 34px;
-webkit-appearance: none!important;
-moz-appearance: none!important;
appearance: none!important;
cursor: pointer;
-webkit-transition: background-color .2s ease;
-o-transition: background-color .2s ease;
transition: background-color .2s ease
}
input.mm-toggle:before {
background: #f3f3f3
}
input.mm-toggle:before {
content: '';
display: block;
width: 32px;
height: 32px;
margin: 1px;
border-radius: 34px;
background: var(--mm-color-background);
-webkit-transition: -webkit-transform .2s ease;
transition: -webkit-transform .2s ease;
-o-transition: transform .2s ease;
transition: transform .2s ease;
transition: transform .2s ease, -webkit-transform .2s ease
}
input.mm-toggle:checked {
background: #4bd963
}
input.mm-toggle:checked:before {
-webkit-transform: translateX(24px);
-ms-transform: translateX(24px);
transform: translateX(24px)
}
input.mm-check {
margin-top: 2px;
-webkit-appearance: none!important;
-moz-appearance: none!important;
appearance: none!important;
border: none!important;
background: 0 0!important;
cursor: pointer;
display: inline-block;
width: 40px;
height: 40px;
margin: 0 10px;
margin-top: calc((var(--mm-listitem-size) - 40px)/ 2)
}
input.mm-check:before {
content: '';
display: block;
width: 40%;
height: 20%;
margin: 25% 0 0 20%;
border-left: 3px solid;
border-bottom: 3px solid;
border-color: var(--mm-color-text);
opacity: .3;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: opacity .2s ease;
-o-transition: opacity .2s ease;
transition: opacity .2s ease
}
input.mm-check:checked:before {
opacity: 1
}
[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before {
float: left
}
.mm-menu_border-none .mm-listitem:after {
content: none
}
.mm-menu_border-full .mm-listitem:after {
left: 0!important
}
.mm-menu_fx-menu-slide {
-webkit-transition: -webkit-transform .4s ease;
transition: -webkit-transform .4s ease;
-o-transition: transform .4s ease;
transition: transform .4s ease;
transition: transform .4s ease, -webkit-transform .4s ease
}
.mm-wrapper_opened .mm-menu_fx-menu-slide {
-webkit-transform: translate3d(-30%, 0, 0);
transform: translate3d(-30%, 0, 0)
}
.mm-wrapper_opening .mm-menu_fx-menu-slide {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
-webkit-transform: translate3d(30%, 0, 0);
transform: translate3d(30%, 0, 0)
}
.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
-webkit-transition-property: none;
-o-transition-property: none;
transition-property: none
}
.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.mm-menu_fullscreen {
width: 100%;
min-width: 140px;
max-width: 10000px
}
.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout {
-webkit-transform: translate3d(100vw, 0, 0);
transform: translate3d(100vw, 0, 0)
}
@media all and (max-width:140px) {
.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout {
-webkit-transform: translate3d(140px, 0, 0);
transform: translate3d(140px, 0, 0)
}
}
@media all and (min-width:10000px) {
.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout {
-webkit-transform: translate3d(10000px, 0, 0);
transform: translate3d(10000px, 0, 0)
}
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(-100vw, 0, 0);
transform: translate3d(-100vw, 0, 0)
}
@media all and (max-width:140px) {
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(-140px, 0, 0);
transform: translate3d(-140px, 0, 0)
}
}
@media all and (min-width:10000px) {
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(-10000px, 0, 0);
transform: translate3d(-10000px, 0, 0)
}
}
.mm-menu_fullscreen.mm-menu_position-top {
height: 100vh;
min-height: 140px;
max-height: 10000px
}
.mm-menu_fullscreen.mm-menu_position-bottom {
height: 100vh;
min-height: 140px;
max-height: 10000px
}
.mm-menu_listview-justify .mm-panels>.mm-panel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.mm-menu_listview-justify .mm-panels>.mm-panel:after {
content: none;
display: none
}
.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
margin-top: 0;
margin-bottom: 0
}
.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
min-height: 50px
}
.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.mm-listview_inset {
list-style: inside disc;
width: 100%;
padding: 0 30px 15px 30px;
margin: 0
}
.mm-listview_inset .mm-listitem {
padding: 5px 0
}
.mm-menu_multiline .mm-listitem__text {
-o-text-overflow: clip;
text-overflow: clip;
white-space: normal
}
[class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {
opacity: 0
}
.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {
opacity: .3;
-webkit-transition: opacity .4s ease .4s;
-o-transition: opacity .4s ease .4s;
transition: opacity .4s ease .4s
}
.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker {
background: inherit
}
.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker {
background: #000
}
.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker {
background: #fff
}
.mm-menu_popup {
-webkit-transition: opacity .4s ease;
-o-transition: opacity .4s ease;
transition: opacity .4s ease;
opacity: 0;
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
height: 80%;
min-height: 140px;
max-height: 880px;
top: 50%;
left: 50%;
bottom: auto;
right: auto;
z-index: 2;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0)
}
.mm-menu_popup.mm-menu_opened~.mm-slideout {
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
z-index: 0
}
.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker {
-webkit-transition-delay: 0s!important;
-o-transition-delay: 0s!important;
transition-delay: 0s!important;
z-index: 1
}
.mm-wrapper_opening .mm-menu_popup {
opacity: 1
}
.mm-menu_position-right {
left: auto;
right: 0
}
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(-80vw, 0, 0);
transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:300px) {
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(-240px, 0, 0);
transform: translate3d(-240px, 0, 0)
}
}
@media all and (min-width:550px) {
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
-webkit-transform: translate3d(-440px, 0, 0);
transform: translate3d(-440px, 0, 0)
}
}
.mm-menu_position-bottom,
.mm-menu_position-front,
.mm-menu_position-top {
-webkit-transition: -webkit-transform .4s ease;
transition: -webkit-transform .4s ease;
-o-transition: transform .4s ease;
transition: transform .4s ease;
transition: transform .4s ease, -webkit-transform .4s ease
}
.mm-menu_position-bottom.mm-menu_opened,
.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened {
z-index: 2
}
.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,
.mm-menu_position-front.mm-menu_opened~.mm-slideout,
.mm-menu_position-top.mm-menu_opened~.mm-slideout {
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
z-index: 0
}
.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,
.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,
.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker {
z-index: 1
}
.mm-menu_position-front {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.mm-menu_position-front.mm-menu_position-right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.mm-menu_position-bottom,
.mm-menu_position-top {
width: 100%;
min-width: 100%;
max-width: 100%
}
.mm-menu_position-top {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
.mm-menu_position-top {
height: 80vh;
min-height: 140px;
max-height: 880px
}
.mm-menu_position-bottom {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
top: auto
}
.mm-menu_position-bottom {
height: 80vh;
min-height: 140px;
max-height: 880px
}
.mm-wrapper_opening .mm-menu_position-bottom,
.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.mm-menu_shadow-page:after {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
box-shadow: 0 0 10px rgba(0, 0, 0, .3);
content: '';
display: block;
width: 20px;
height: 120%;
position: absolute;
left: 100%;
top: -10%;
z-index: 100;
-webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
-webkit-box-shadow: var(--mm-shadow);
box-shadow: var(--mm-shadow)
}
.mm-menu_shadow-page.mm-menu_position-right:after {
left: auto;
right: 100%;
-webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%)
}
.mm-menu_shadow-page.mm-menu_position-front:after {
content: none;
display: none
}
.mm-menu_shadow-menu {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
box-shadow: 0 0 10px rgba(0, 0, 0, .3);
-webkit-box-shadow: var(--mm-shadow);
box-shadow: var(--mm-shadow)
}
.mm-menu_shadow-panels .mm-panels>.mm-panel {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
box-shadow: 0 0 10px rgba(0, 0, 0, .3);
-webkit-box-shadow: var(--mm-shadow);
box-shadow: var(--mm-shadow)
}
body.modal-open .mm-slideout {
z-index: unset
} .mmenu-trigger {
height: 46px;
width: 46px;
display: none;
position: relative;
margin: 0;
background-color: #eee;
border-radius: 4px;
cursor: pointer;
} .new-header .hamburger {
padding: 0;
top: 8px; transform: scale(0.67);
-moz-transform: scale(0.70) translateY(4px);
position: relative;
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent !important;
border: 0;
margin: 0;
overflow: visible;
vertical-align: middle;
float: left;
height: 46px; }
.new-header .hamburger-box {
position: relative;
}
.new-header .hamburger-inner {
display: block;
top: 50%;
margin-top: -2px; }
.new-header .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 33px;
height: 4px;
background-color: #555;
border-radius: 4px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease; }
.new-header .hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block;
}
.new-header .hamburger-inner::before { top: -10px; }
.new-header .hamburger-inner::after { bottom: -10px; } .new-header .hamburger--collapse .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0.13s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.new-header .hamburger--collapse .hamburger-inner::after {
top: -20px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.new-header .hamburger--collapse .hamburger-inner::before {
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.new-header .hamburger--collapse.is-active .hamburger-inner {
transform: translate3d(0, -10px, 0) rotate(-45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.new-header .hamburger--collapse.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
.new-header .hamburger--collapse.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-90deg);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
.new-header .mmenu-trigger { display: none; } @media (max-width: 1099px) { #responsive { display: none; }
.mmenu-trigger { display: inline-block !important; }
#header { height: 76px; }
.new-header #logo_nh { border: none; }
.new-header #logo_nh img {border: none;
height: auto;
}
.new-header header .container,
.new-header header.fullwidth .container {
padding: 0 20px;
}
.header-widget { float: left; }
.fullwidth .header-widget:last-of-type,
.header-widget:last-of-type {
padding-right: 25px;
float: left;
}
#header .right-side {
position: absolute;
width: auto;
background-color: #fff;
text-align: left;
}
.mmenu-trigger {
margin: 0 -13px 0 23px;
top: 15px;
float: right;
}
#header .right-side .header-widget {
border-right: 1px solid #e0e0e0;
margin-right: -1px;
}
.header-widget { padding: 0 25px; }
.header-notifications:first-child { margin-right: -5px; }
#header-container.cloned { display: none; }
}
@media (max-width:768px) {
.user-avatar-title { display: none; }
}
@media (max-width: 480px) {
.user-avatar-title,
.hide-on-mobile { display: none; }
.user-avatar-title { display: none; }
#header .right-side {
right: 25px;
zoom: 0.85;
}
#header .container {
margin: 0;
}
.mmenu-trigger {
margin: 0 -8px 0 18px;
top: 25px;
}
.header-widget { padding: 0 18px; }
.fullwidth .header-widget:last-of-type, 
.header-widget:last-of-type {
padding-right: 18px;
float: left;
padding: 0 18px;
}
.transparent-header .login-register-buttons a {
line-height: 26px;
}
.header-notifications:first-child { margin-right: 0; } 
.header-notifications.user-menu { margin: 0; }
header .container {
padding: 0 15px;
}
#header { height: 70px; }
}  .ripple-effect-dark,
.ripple-effect {
overflow: hidden;
position: relative;
z-index: 1;
}
.ripple-effect span.ripple-overlay,
.ripple-effect-dark span.ripple-overlay {
animation: ripple 0.9s;
border-radius: 100%;
background: #fff;
height: 12px;
position: absolute;
width: 12px;
line-height: 12px;
opacity: 0.1;
pointer-events: none;
}
.ripple-effect-dark span.ripple-overlay { background: #000; opacity: 0.07; }
@keyframes ripple {
0% {
-webkit-transform: scale(4);
transform: scale(4);
}
100% {
opacity: 0;
-webkit-transform: scale(40);
transform: scale(40);
}
}  .input-with-icon {
display: block;
position: relative;
}
.input-with-icon input {
padding-right: 45px;
}
.input-with-icon i {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
font-size: 20px;
color: #a0a0a0;
font-style: normal;
cursor: normal;
z-index: 120
}
.input-with-icon.location a {
z-index: 120
}
.input-with-icon i.currency {
font-size: 14px;
} .input-with-icon-left {
position: relative;
}
.input-with-icon-left input {
padding-left: 65px;
}
.input-with-icon-left i {
position: absolute;
top: 0;
color: #a0a0a0;
text-align: center;
line-height: 48px;
width: 48px;
height: 48px;
font-size: 19px;
background-color: #f8f8f8;
border: 1px solid #e0e0e0;
box-sizing: border-box;
display: block;
border-radius: 3px 0 0 4px;
}
.input-with-icon-left.no-border i {
border: none;
}  .intro-banner {
padding: 140px 0;
position: relative;
}
.intro-banner.big-padding {
padding: 130px 0;
}
.intro-banner .container {
z-index: 100;
position: relative;
}
.intro-banner:after,
.intro-banner:before {
content: "";
position: absolute;
height: 100%;
width: 100%;
display: block;
top: 0;
left: 0;
z-index: 15;
}
.intro-banner:after {
z-index: 5;
background-color: #fafafa;
}
.intro-banner .background-image-container {
background-size: cover;
background-repeat: no-repeat;
background-position: 100% 60%;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 90%;
left: 10%;
z-index: 10;
overflow: hidden;
} .intro-banner.disable-gradient:before {
background: #f2f2f2;
opacity: 0.85;
}
.intro-banner.disable-gradient .background-image-container {
left: 0;
width: 100%;
}
.intro-banner input,
.intro-banner select {
margin: 0;
padding: 0;
box-shadow: none;
border: none;
background: transparent;
}
@media (max-width: 992px) {
.intro-banner .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 56px;}
.intro-banner .select2-container--default .select2-selection--single { height: 56px; padding: 0 10px; }
.intro-banner .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 55px;
}
.intro-banner input,
.intro-banner select {
background: #fff;
border: none; 
}
} .banner-headline {
display: block;
max-width: 55%;
}
.banner-headline h1,
.banner-headline h2,
.banner-headline h3,
.banner-headline h4 {
font-size: 28px;
font-weight: 300;
color: #777;
line-height: 42px;
}
.banner-headline strong {
font-weight: 500;
color: #333;
} 
.banner-headline strong.color {
color: #26ae61;
} .banner-headline-alt { display: block;
}
.banner-headline-alt h3 {
font-size: 38px;
font-weight: 400;
color: #333;
line-height: 50px;
}
.banner-headline-alt span {
font-size: 24px;
color: #888;
font-weight: 300;
line-height: 36px;
margin-top: 0;
display: block;
margin-top: 1px;
letter-spacing: -0.5px;
}
.banner-headline-alt h3 strong {
font-weight: 400;
display: block;
font-size: 38px;
}
.dark-overlay .banner-headline-alt strong,
.dark-overlay .banner-headline-alt h3 { color: #fff; }
.dark-overlay .banner-headline-alt span { color: rgba(255,255,255,0.7); } .intro-banner-search-form {
display: flex;
width: 100%;
background-color: #fff;
border-radius: 4px;
box-shadow: 0 2px 12px rgba(0,0,0,0.09);
margin-top: 90px;
} .video-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
overflow: hidden;
background-size: cover;
background-position: 50%;
}
.video-container video {
top: 50%;
transform: translateY(-50%);
left: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -10;
background-size: cover;
transition: 1s opacity;
position: absolute;
z-index: 9;
} .intro-search-field {
padding: 10px 12px;
border-right: 1px solid #e4e4e4;
flex: 1;
align-items: center;
display: flex;
position: relative;
}
.intro-search-field .field-title {
content: attr(data-field-tiele);
position: absolute;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.07);
color: #fff;
border-radius: 4px;
padding: 5px 10px;
line-height: 22px;
transform: translateY(calc(-100% - 15px));
cursor: default;
font-size: 13px;
font-weight: 500;
border: 1px solid rgba(255, 255, 255, 0.15);
}
.intro-banner-search-form .intro-search-field:nth-last-child(2) {
border-right: none;
}
.intro-search-button {
margin: 8px;
margin-left: 0;
flex: auto;
flex-grow: 0;
display: flex;
align-items: center;
}
.intro-search-button .button {
height: 52px;
line-height: 52px;
padding: 0 25px;
font-size: 16px;
font-weight: 500;
background: #28b661;
border-radius: 4px;
color: #fff;
transition: 0.2s;
position: relative;
}
.intro-search-button .button i {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
transform: translateX(20px);
transition: 0.3s;
display: inline-block;
font-style: normal;
font-size: 16px;
}
.intro-search-button .button i:before {
content: "\f002";
font-family: "FontAwesome"
}
.intro-search-button .button span {
opacity: 1;
transform: translateX(0);
transition: 0.3s;
display: inline-block;
}
.intro-search-button .button:hover i { opacity: 1; transform: translateX(0); }
.intro-search-button .button:hover span { opacity: 0;  transform: translateX(-20px);} .intro-banner .intro-banner-search-form input:focus { box-shadow: none; border: none; }
.intro-banner .select2-container--default .select2-selection--single .select2-selection__rendered,
.intro-banner .intro-banner-search-form input {
box-shadow: none;
font-size: 15.5px;
margin: 0;
font-weight: 400;
}
.intro-banner .intro-banner-search-form input::placeholder {
color: #888;
}
.intro-banner .intro-banner-search-form .input-with-icon  {
align-self: center;
flex: 1;
}
.intro-banner .intro-banner-search-form  input {
padding: 10px 10px;
}
.intro-banner .intro-banner-search-form .input-with-icon input {
padding: 10px 10px;
padding-right: 45px;
}
.intro-banner-search-form .input-with-icon i {
position: absolute;
right: auto;
right: 10px;
top: 50%;
font-size: 26px;
color: #b0b0b0;
font-size: 17px;
} .intro-search-field.with-autocomplete .pac-container {
border: none;
padding-top: 0;
z-index: 9;
left: 0 !important;
top: 100% !important;
border-radius: 0 0 4px 4px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
width: 100% !important;
margin-top: 0;
overflow: visible;
}
.intro-search-field.with-autocomplete .pac-container:before {
content: "";
position: absolute;
background-color: #fff;
width: 100%;
height: 5px;
display: block;
top: -5px;
left: 0;
} .intro-search-field .bootstrap-select.btn-group button {
padding: 0 15px;
box-shadow: none;
font-size: 18px;
} @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
.intro-search-field .field-title {
transform: translateY(-100%);
margin-top: -15px;
}
.intro-banner-search-form input { line-height: 20px; } 
.intro-search-field .bootstrap-select.open .dropdown-menu { top: 55px; }
}  .intro-stats {
list-style: none;
padding: 0;
margin: 0;
display: flex;
margin-top: 45px;
margin-bottom: 5px;
}
.intro-stats li {
flex: auto;
flex-grow: 0;
margin-right: 30px;
padding-right: 30px;
border-right: 1px solid #e0e0e0;
}
.intro-stats li:last-child {
margin-right: 0;
padding-right: 0;
border-right: none;
}
.intro-stats li span,
.intro-stats li strong {
display: block;
margin: 0;
padding: 0;
}
.intro-stats li strong {
font-weight: 500;
color: #333;
font-size: 28px;
margin-bottom: 2px;
}
.intro-stats li span {
font-weight: 300;
color: #888;
font-size: 17px;
} .intro-banner.dark-overlay:before {
background: #1f1f21;
opacity: 0.83;
}
.intro-banner.dark-overlay .background-image-container {
left: 0;
width: 100%;
background-position: 100%;
}
.intro-banner.dark-overlay .intro-stats li span,
.intro-banner.dark-overlay .banner-headline strong,
.intro-banner.dark-overlay .banner-headline h1,
.intro-banner.dark-overlay .banner-headline h2,
.intro-banner.dark-overlay .banner-headline h3,
.intro-banner.dark-overlay .banner-headline h4 {
color: rgba(255,255,255,0.6);
}
.intro-banner.dark-overlay .intro-stats li strong,
.intro-banner.dark-overlay .banner-headline strong { color: #fff; }
.intro-banner.dark-overlay .intro-banner-search-form { box-shadow: 0 3px 12px rgba(0,0,0,0.2); }
.intro-banner.dark-overlay .intro-stats li { border-right: 1px solid rgba(255,255,255,0.25); }
.intro-banner.dark-overlay .intro-stats li:last-child { border-right: none; } body .typed-words {
display: inline-block;
}
body .typed-cursor {
opacity: 0.5;
font-weight: 300;
margin-left: 2px;
display: inline-block;
position: relative;
}
body .typed-cursor.typed-cursor--blink{
animation: typedjsBlink 1.5s infinite;
}
@keyframes typedjsBlink{
0% { opacity: 1; }
50% { opacity: 0; }
100% { opacity: 1; }
}
body .typed-fade-out{
opacity: 0;
transition: opacity .2s;
}
body .typed-cursor.typed-cursor--blink.typed-fade-out{
animation: 0;
}
@media (max-width: 992px) {
body .typed-words { display: block; width: 100%; min-height: 46px; }  
body .typed-cursor { display: none; }
} .adv-search-btn {
color: #fff;
margin-top: 20px;
font-size: 14px;
display: block;
margin-bottom: 4px;
}
.adv-search-btn span {
color: rgba(255,255,255,0.6);
margin-right: 3px;
}
.adv-search-btn a {
color: #fff;
font-weight: 500;
margin-left: 0;
padding: 0;
line-height: 20px;
border-bottom: 1px solid rgba(255,255,255,0.3);
position: relative;
display: inline-block;
color: #28b661;
border: none;
}
.adv-search-btn a:after {
content: "";
width: 100%;
height: 1px;
bottom: -1px;
position: absolute;
display: block;
background: #28b661;
opacity: 0.5;
transition: 0.2s;
}
.adv-search-btn a:hover:after {
opacity: 0.8;
} @media (min-width: 1366px) { 
.banner-headline-alt {max-width: 50%; display: inline-block;} 
}
@media (max-width: 1366px) {
.banner-headline h1,
.banner-headline h2,
.banner-headline h3,
.banner-headline h4 {
font-size: 26px;
line-height: 42px;
}
}
@media (max-width: 1240px) {
.banner-headline { max-width: 65% }
}
@media (max-width: 992px) {
.intro-search-field .bootstrap-select.btn-group .dropdown-toggle .filter-option { height: auto; line-height: 20px; }
.intro-banner { padding: 60px 0 !important; }
.banner-headline { max-width: 100% }
.banner-headline h1,
.banner-headline h2,
.banner-headline h3,
.banner-headline h4 {
font-size: 24px;
line-height: 38px;
}
.intro-search-field .field-title { transform: translateY(calc(-100% - 10px)); } .intro-banner.dark-overlay .intro-banner-search-form { box-shadow: none;  margin-top: 0;}
.intro-banner.big-padding {  padding: 70px 0; }
.banner-headline-alt { margin-bottom: 0; }
.banner-headline-alt h3 { font-size: 36px; line-height: 42px; }
.banner-headline-alt span { font-size: 22px; line-height: 32px; } .intro-banner:after,
.intro-banner:before {
background: rgba(250,250,250,0.9);
}
.intro-banner .background-image-container {
background-size: cover;
height: 100%;
width: 100%;
left: 0;
} .intro-banner .intro-banner-search-form .intro-search-field .bootstrap-select.btn-group button,
.intro-banner .intro-banner-search-form input {
height: 56px;
padding: 15px 22px;
}
.intro-banner .intro-banner-search-form .input-with-icon i { left: 17px; }
.intro-banner .intro-banner-search-form .input-with-icon input { padding-left: 20px; }
.intro-banner-search-form.margin-top-100,
.intro-banner-search-form.margin-top-95,
.intro-banner-search-form.margin-top-90,
.intro-banner-search-form.margin-top-85 {
margin-top: 20px !important;
}
.intro-banner-search-form {
flex-direction: column;
background: transparent;
box-shadow: none;
margin-top: 20px;
}
.intro-banner-search-form .intro-search-field {
padding: 0;
border-radius: 4px;
box-shadow: 0 2px 12px rgba(0,0,0,0.07);
margin-top: 20px;
}
.intro-banner-search-form .intro-search-field.with-label {
margin-top: 60px;
}
.intro-banner-search-form .intro-search-button {
margin-top: 30px;
}
.banner-headline-alt h3 strong { font-size: 32px; }
}
@media (max-width: 768px) {
.banner-headline-alt h3 strong { font-size: 28px; }
.banner-headline-alt span {
font-size: 20px;
line-height: 30px;
margin-top: 3px;
}
body .typed-words {
display: block;
width: 100%;
min-height: 36px;
}
}  .categories-container {
display: flex;
flex-wrap: wrap;
width: calc(100% + 20px);
left: -10px;
position: relative;
}
.new-category-box {
width: calc(25% - 20px);
align-content: center;
justify-content: center;
display: flex;
flex-direction: column;
margin: 0;
text-align: left;
padding: 25px;
border-radius: 4px;
transition: 0.35s;
background: #f8f8f8;
margin: 10px;
position: relative;
box-sizing: border-box;
} @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { }  .new-category-box .category-box-icon {
font-size: 36px;
line-height: 32px;
color: #28b661;
position: relative;
}
.new-category-box .category-box-icon i {
height: 46px;
display: block;
transition: 0.35s;
margin-bottom: 4px;
}
.highlighted-categories {
} .new-category-box .category-box-counter {
color: #909090;
margin: 0 auto 0 0;
transition: 0.35s;
margin-bottom: 18px;
display: inline-block;
position: absolute;
right: 25px;
top: 50%;
background: transparent !important;
font-size: 48px;
opacity: 0.18;
font-weight: 500;
transform:  translateY(-50%);
} .new-category-box .category-box-content h3 {
font-size: 15px;
font-weight: 400;
color: #333;
margin: 0;
padding: 0;
transition: 0.35s;
padding-right: 90px;
line-height: 23px;
}
.new-category-box .category-box-content p {
color: #888;
margin: 0;
padding: 0;
line-height: 24px;
margin-top: 5px;
transition: 0.35s;
display: none;
} .new-category-box:hover {
background: #28b661;
box-shadow: 0 4px 12px rgba(40, 182, 97, 0.35);
color: #fff;
}
.new-category-box .category-box-content {
position: static;
width: auto;
}
.new-category-box:hover .category-box-content h3,
.new-category-box:hover .category-box-icon { color: #fff; }
.new-category-box:hover .category-box-content p { color: rgba(255,255,255,0.7); }
.new-category-box:hover .category-box-counter {
background: rgba(0,0,0,0.2);
color: #fff;
} @media (max-width: 1289px) {
.new-category-box {
width: calc(33% - 20px);
}
}
@media (max-width: 768px) {
.new-category-box {
width: calc(50% - 20px);
}
.category-box-counter { font-size: 40px; }
}
@media (max-width: 480px) {
.new-category-box {
width: calc(100% - 20px);
margin-right: 0;
}
.category-box-content h3 { padding-right: 60px; }
}
.browse-all-cat-btn {
display: block;
width: 100%;
text-align: center;
margin-top: 30px;
}
.browse-all-cat-btn a {
background: #28b661;
color: #fff;
font-weight: 500;
font-size: 14px;
border-radius: 4px;
padding: 12px 18px;
display: inline-block;
line-height: 22px;
box-shadow: 0 4px 12px rgba(40, 182, 97, 0.25);
transition: 0.3s;
position: relative;
}
.browse-all-cat-btn a:hover {
background: #333;
box-shadow: 0 4px 12px rgba(30,30,30, 0.25);
}   #footer-new {
background-color: #282828;
color: #909090;
}
#footer-new p { line-height: 26px; }
#footer-new,
#footer-new p { font-size: 15px; }
.footer-new-top-section {
border-bottom: 1px solid #363636;
}
.footer-new-top-section .footer-new-logo img { max-height: 36px; }
.footer-new-rows-container { 
display: block;
height: 96px;
position: relative;
z-index: 100;
}
.footer-new-row {
display: inline-block;
padding: 0 35px;
border-right: 1px solid #363636;
border-left: 1px solid #363636;
float: left;
height: 100%;
}
.footer-new-row-inner {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.footer-new-row-inner.footer-new-logo {
position: relative;
top: auto;
transform: translateY(-50%);
top: 50%;
position: relative;
height: 36px;
}
.footer-new-row-inner.footer-new-logo img {
position: relative;
top: 0;
}
.footer-new-row:first-child { padding-left: 0; border-left: none; }
.footer-new-row:last-child { padding-right: 0; border: none; }
.footer-new-rows-right .footer-new-row:first-child {
padding-left: 35px;
border-left:  1px solid #363636;
}
.footer-new-rows-left {
height: 100%;
position: relative;
display: inline-block;
}
.footer-new-rows-right {
float: right;
height: 100%;
}
.footer-new-rows-right {
background: #282828;
z-index: 10;
position: relative;
} .footer-new-social-links {
list-style: none;
margin: 0 -10px;
margin-top: 3px;
padding: 0;
}
.footer-new-social-links li {
display: inline-block;
padding: 0;
margin: 0;
float: left;
}
.footer-new-social-links li a {
font-size: 20px;
padding: 0 10px;
color: #fff;
display: inline-block;
transition: 0.3s;
opacity: 0.5;
transform: translate3d(0,-0.5px,0);
}
.footer-new-social-links li a:hover {
opacity: 1;
} .footer-new-middle-section {
padding: 60px 0 40px 0;
position: relative;
z-index: 10;
}
#footer-new h4,
#footer-new h3,
#footer-new h2,
.footer-new-links h3 {
font-size: 16px;
color: #fff;
margin: 0 0 12px 0;
padding: 0;
display: block;
line-height: 26px;
}
#footer-new h3 i {
position: relative;
margin-right: 5px;
top: 2px;
font-size: 24px;
line-height: 20px;
font-weight: 400 !important;
}
.footer-new-links ul {
list-style: none;
text-align: left;
margin: 0;
padding: 0;
}
.footer-new-links ul li {
margin-bottom: 0;
display: block;
}
.footer-new-links ul li:first-child a { padding-top: 0; }
.footer-new-links ul li:last-child a { padding-bottom: 0; }
.footer-new-links ul li a {
color: #909090;
display: block;
line-height: 25px;
position: relative;
z-index: 100;
padding: 3px 0;
font-size: 14px;
}
.footer-new-links ul li a span {
display: inline-block;
position: relative;
}
.footer-new-links ul li a:hover {
color: #fff;
}
.footer-new-links ul li a span:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
background-color: #26ae61;
height: 2px;
display: block;
transition: all 0.25s, opacity 0.2s;
z-index: -1;
border-radius: 4px;
opacity: 0.5;
width: 0;
}
.footer-new-links ul li a:hover span:before {
width: 100%;
opacity: 1;
} .newsletter {
display: flex;
margin-top: 20px;
}
.newsletter input,
.newsletter button {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.newsletter input {
background: #333;
box-shadow: none;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
}
.newsletter input:focus {
box-shadow: none;
}
.newsletter button {
background-color: #26ae61;
border-radius: 4px;
height: 48px; text-align: center;
line-height: 48px;
font-size: 18px;
color: #fff;
margin-left: 10px;
transition: 0.3s;
font-size: 14px;
padding: 0 15px;
font-weight: 500;
}
.newsletter button:hover {
background-color: #fff;
color: #333;
}
.newsletter button i {
width: 100%;
line-height: 48px;
} .footer-new-bottom-inner {
display: flex;
}
.footer-new-bottom-left { display: inline-block; width: 50%; }
.footer-new-bottom-right {
display: inline-block;
width: 50%;
text-align: right;
} #footer-new .intro-stats { margin-top: 0; margin-bottom: 0;}
#footer-new .intro-stats li strong {
color: #fff;
font-size: 18px;
line-height: 22px;
margin: 5px 0 0 0;
}
#footer-new .intro-stats li {
border-color: #363636;
padding-left: 59px;
position: relative;
cursor: default;
}
#footer-new .intro-stats li span {
color: #888;
font-size: 15px;
line-height: 22px;
font-weight: 400;
}
#footer-new .intro-stats li i {
font-size: 24px;
color: #fff;
background: #26ae61;
background: #363636;
color: #fff;
position: absolute;
left: 0;
top: 4px;
height: 44px;
width: 44px;
line-height: 44px;
border-radius: 4px;
text-align: center;
box-shadow: 0 4px 12px rgba(11,11,11, 0.15);
transition: 0.3s;
}
#footer-new .intro-stats li:hover i {
background: #fff;
color: #333;
} .footer-new-bottom-section {
padding: 25px 0;
border-top: 1px solid #333;
}
.footer-new-bottom-section strong {
color: #fff;
font-weight: 500;
} @media (max-width: 992px) {
.footer-new-links { margin-bottom: 30px; }
.footer-new-middle-section { padding: 40px 0;}
.footer-new-rows-container {
height: auto;
padding: 20px 0 40px 20px;
}
.footer-new-rows-left,
.footer-new-rows-right {
float: none;
height: auto;
}
.footer-new-row-inner.footer-new-logo img { top: 0; }
.footer-new-row-inner.footer-new-logo,
.footer-new-row-inner {
position: relative;
top: 0;
transform: translateY(0);
}
.footer-new-row-inner.footer-new-logo {
top: 0;
position: relative;
height: 46px;
}
#footer-new .footer-new-row {
padding: 0;
float: none;
padding: 20px 0 0 0;
border: none;
flex: 0 0 50%;
}
.footer-new-rows-container .footer-new-rows-left,
.footer-new-rows-container .footer-new-rows-right{display: flex;flex-wrap: wrap;}
}
@media (min-width: 992px) {
.footer-new-rows-left { position: absolute; }
} .content-left-offset {
padding-left: 30px;
}
.content-right-offset {
padding-right: 30px;
}
@media (max-width: 768px) {
.content-left-offset { padding-left: 15px; }
.content-right-offset { padding-left: 15px; }
} .footer-row {
display: flex;
margin: 0 10px;
}
.footer-col-1 { flex:0 0 8.333333% }
.footer-col-2 { flex:0 0 16.666667% }
.footer-col-3 { flex:0 0 25% }
.footer-col-4 { flex:0 0 33.333333% }
.footer-col-5 { flex:0 0 41.666667% }
.footer-col-6 { flex:0 0 50% }
.footer-col-7 { flex:0 0 58.333333% }
.footer-col-8 { flex:0 0 66.666667% }
.footer-col-9 { flex:0 0 75% }
.footer-col-10 { flex:0 0 83.333333% }
.footer-col-11 { flex:0 0 91.666667% }
.footer-col-12 { flex:0 0 100% }
@media (min-width: 992px) and  (max-width: 1289px){
.footer-col-2 { flex:0 0 16% }
}
.footer-row .widget_nav_menu {
padding-right: 15px;
box-sizing: border-box;
}
@media (max-width: 992px){
.footer-col-s-1{ flex:0 0 8.333333% }
.footer-col-s-2{ flex:0 0 16.666667% }
.footer-col-s-3{ flex:0 0 25% }
.footer-col-s-4{ flex:0 0 33.333333% }
.footer-col-s-5{ flex:0 0 41.666667% }
.footer-col-s-6{ flex:0 0 50% }
.footer-col-s-7{ flex:0 0 58.333333% }
.footer-col-s-8{ flex:0 0 66.666667% }
.footer-col-s-9{ flex:0 0 75% }
.footer-col-s-10{ flex:0 0 83.333333% }
.footer-col-s-11{ flex:0 0 91.666667% }
.footer-col-s-12{ flex:0 0 100% } 
.footer-row {
flex-wrap: wrap;
margin: 0 30px;
}
}
@media (max-width:768px){
.footer-col-xs-1{ flex:0 0 8.333333% }
.footer-col-xs-2{ flex:0 0 16.666667% }
.footer-col-xs-3{ flex:0 0 25% }
.footer-col-xs-4{ flex:0 0 33.333333% }
.footer-col-xs-5{ flex:0 0 41.666667% }
.footer-col-xs-6{ flex:0 0 50% }
.footer-col-xs-7{ flex:0 0 58.333333% }
.footer-col-xs-8{ flex:0 0 66.666667% }
.footer-col-xs-9{ flex:0 0 75% }
.footer-col-xs-10{ flex:0 0 83.333333% }
.footer-col-xs-11{ flex:0 0 91.666667% }
.footer-col-xs-12{ flex:0 0 100% } 
.footer-new-bottom-inner,
.footer-new-bottom-right, 
.footer-new-bottom-left { width: 100%; display: block; }
.footer-new-bottom-right { text-align: left; }
.footer-row { margin: 0; }
.footer-row {
margin: 0 20px;
}
body .wp-subscribe-form.wp-subscribe-feedburner { flex-wrap: wrap; }
body .wp-subscribe-wrap input.submit { margin: 10px 0 0 0 !important; }
}
@media (max-width: 480px){
.footer-col-xs-1,
.footer-col-xs-2,
.footer-col-xs-3,
.footer-col-xs-4,
.footer-col-xs-5,
.footer-col-xs-6,
.footer-col-xs-7,
.footer-col-xs-8,
.footer-col-xs-9,
.footer-col-xs-10,
.footer-col-xs-11,
.footer-col-xs-12{ flex:0 0 100% } 
#footer-new .footer-new-row { flex: 0 0 100%; }
.footer-new-links { margin-bottom: 25px; }
}      h1, h2, h3, h4, h5, h6 {
color: #333;
font-weight: 500;
margin: 0;
padding: 0;
font-family: sans-serif;
} @media (max-width: 992px) { .hide-under-992px { display: none; } }
@media (max-width: 768px) { .hide-under-768px { display: none; } }
@media (max-width: 480px) { .hide-under-480px { display: none; } }
body .recent-post img { width: 100%; }
.type-and-hit-enter {
display: block;
position:absolute;
right: 16px;
top: 13px;
z-index: 120;
background-color: #f0f0f0;
border-radius: 4px;
font-size: 13px;
font-weight: 400;
color: #888;
line-height: 18px;
padding: 3px 7px;
pointer-events: none;
opacity: 0;
transition: 0.4s;
transform: translateX(4px);
}
.intro-search-field .type-and-hit-enter { top: 11px; right: 8px; } .cluster img { display:none }
.cluster-visible {
text-align: center;
font-size: 14px !important;
color: #fff !important;
font-weight: 700;
border-radius: 50%;
width: 33px !important;
height: 33px !important;
line-height: 33px !important;
background-color: #26ae61;
animation: clusterAnimation 2.5s infinite;
}  .map-marker-container { position: absolute; outline: none; }
.marker-container {
position: relative;
margin: -9px 0 0 -9px;
width: 18px;
height: 18px;
z-index: 1;
border-radius: 50%;
cursor: pointer;
top: 0;
background-color: #26ae61;
animation: markerAnimation 2.5s infinite;
transition: 0.4s;
}  .map-marker-container.clicked .marker-container {
transform: scale(1.3);
}
.marker-container:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
background-color: transparent;
border-radius: 50%;
transform: scale(2);
opacity: 0;
outline: none;
}  .infoBox { 
border-radius: 4px;
display: flex;
flex-wrap: wrap;
width: calc(100% + 30px);
line-height: 24px;
}
.infoBox .job-listing {
display: flex;
flex-direction: column;
justify-content: center;
margin: 0;
box-shadow: none;
width: 100%;
}
.infoBox .job-listing .job-listing-description {
padding-top: 0;
}
.infoBox .job-listing:hover {
transform: none;
}
.infoBox .job-listing-details {
flex-grow: 1;
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 20px 25px;
}
.infoBox .job-listing h4.job-listing-company {
font-size: 14px;
position: relative;
top: 0px;
}
.infoBox .job-listing .verified-badge {
transform: scale(0.85);
right: -7px;
bottom: -7px;
}
.infoBox .job-listing .not-verified-badge {
display: none;
}
.infoBox .job-listing-footer {
flex-grow: 0;
padding: 15px 25px;
font-size: 16px;
display: none;
}
.infoBox .job-listing h3.job-listing-title {
font-size: 16px;
line-height: 24px;
}
.infoBox .job-listing .job-listing-company-logo {
max-width: 46px;
margin: 5px 18px 5px 0;
top: 0;
flex: 0 0 46px;
}
.infoBox .job-listing .job-listing-company-logo img { max-width: 46px; }
.map-box {
background-color: #fff;
margin-bottom: 20px;
border-radius: 4px;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
position: relative;
width: 100%;
}
.map-box .listing-img-container img {
width: 100%;
border-radius: 4px 4px 0 0;
}
.map-box h4 {
margin: 0;
padding: 0;
}
.map-box h4 a {
padding: 0 0 2px 0;
font-size: 17px;
line-height: 25px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
}
.listing-img-container {
position: relative;
height: 100%;
display: block;
}
.map-box h4 a:hover { color: #26ae61; }
.map-box p {
padding: 0;
line-height: 25px;
margin: 2px 0 0 0;
font-size: 14px;
}
.map-box ul.listing-details {
padding: 0;
font-size: 14px;
display: none;
}
.map-box .listing-title {
padding: 16px 22px;
}
.map-box .listing-img-content {
padding: 18px 22px;
}
.map-box .listing-img-content span {
font-size: 21px;
}
.map-box .listing-img-content .listing-price i {
font-size: 15px;
margin: -7px 0 0 0;
}
.infoBox > img {
position: absolute !important;
right: 0px;
top: 0px;
}
.map-box .listing-img-container::before {
content:"";
position: absolute;
height: 100%;
width: 100%;
display: block;
background: linear-gradient(to top, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.40) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
background-color: rgba(35,35,37,0.2);
}
.map-box .listing-item-content {
position: absolute;
bottom: 20px;
left: 0;
padding: 0 24px;
width: 100%;
z-index: 50;
box-sizing: border-box;
}
.map-box .listing-item-content h3 {
color: #fff;
font-size: 18px;
padding: 0 0 2px 0;
font-weight: 500;
margin: 0;
line-height: 27px;
}
.map-box .listing-item-content span {
font-size: 15px;
font-weight: 300;
display: inline-block;
color: rgba(255,255,255,0.7);
} .infoBox-close {
position: absolute;
top: 12px;
right: 12px;
display: inline-block;
z-index: 999;
text-align: center;
cursor: pointer;
font-size: 15px;
font-weight: 500;
height: 27px;
width: 27px;
line-height: 27px;
background-color: #f0f0f0;
color: #666;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
border-radius: 4px;
}
.infoBox-close i {
position: relative;
top: 2px;
left: -0.5px;
}
.infoBox-close:hover {
color: #fff;
background-color: #26ae61;
} .map-box-icon {
height: 38px;
width: 38px;
position: absolute;
bottom:0;
right:0;
background-color: #3685cf;
display: block;
color: #fff;
font-size: 12px;
z-index: 101;
text-align: center;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
opacity:0;
visibility: hidden;
}
.map-box-icon:before {
content: "\f064";
font-family: "FontAwesome";
position: relative;
top: 7px;
display: block;
}
.map-box-image:hover .map-box-icon {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateX(0);
}
.map-box-image {
position: relative;
overflow: hidden;
display: block;
}
.infoBox {
animation: infoBoxAnimation 0.5s;
} @keyframes infoBoxAnimation {
from {opacity: 0; transform: translateY(-10px); }
to {opacity: 1; transform: translateY(0px); }
}
.infoBox .star-rating span { margin-right: 3px; }
.infoBox .rating-counter {
position: relative;
top: -1px;
}
.infoBox:after {
content: "";
position: absolute;
bottom: 5px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 16px solid transparent;
border-right: 16px solid transparent;
border-top: 16px solid #fff;
} .leaflet-popup-content-wrapper .job-listing {
display: flex;
flex-direction: column;
justify-content: center;
margin: 0;
box-shadow: none;
width: 100%;
transform: translate3d(0, 0, 0);
}
.leaflet-popup-content-wrapper .job-listing .job-listing-description {
padding-top: 0;
flex: 1;
}
.leaflet-popup-content-wrapper .job-listing:hover {
transform: none;
}
.leaflet-popup-content-wrapper .job-listing-details {
flex-grow: 1;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
padding: 20px 25px;
transform: translate3d(0, 0, 0);
}
.leaflet-popup-content-wrapper .job-listing h4.job-listing-company {
font-size: 13px;
position: relative;
top: 0px;
line-height: 19px;
color: #888;
font-weight: 400;
margin-bottom: 2px;
}
.leaflet-popup-content-wrapper .job-listing .verified-badge {
transform: scale(0.85);
right: -7px;
bottom: -7px;
}
.leaflet-popup-content-wrapper .job-listing .not-verified-badge {
display: none;
}
.leaflet-popup-content-wrapper .job-listing-footer {
flex-grow: 0;
padding: 15px 25px;
font-size: 16px;
display: none;
}
.leaflet-popup-content-wrapper .job-listing h3.job-listing-title {
font-size: 16px;
line-height: 23px;
color: #333;
margin-top: 0px;
font-weight: 500;
}
.leaflet-popup-content-wrapper .job-listing .job-listing-company-logo {
width: 46px;
height: 46px;
object-fit: cover;
margin: 0 18px 0 0;
top: 0;
flex: 0 0 46px;
}
.leaflet-popup-content-wrapper .job-listing .job-listing-company-logo img {
width: 46px;
height: 46px;
border-radius: 100px;
object-fit: cover;
}
.leaflet-popup-content-wrapper .job-listing .skills { margin-top: 9px; }
.job-listing-details ul {
list-style: none;
margin-top: 7px;
display: block;
font-size: 13px;
border-radius: 4px;
}
.job-listing-details ul li {
color: #777;
}
.job-listing-details ul li i {
margin-right: 4px;
}
#small-dialog, #small-dialog-edit {
background: #fff;
padding: 40px;
padding-top: 0;
text-align: left;
max-width: 610px;
margin: 40px auto;
position: relative;
box-sizing: border-box;
border-radius: 4px;
}
.small-dialog-header {
font-size: 22px;
width: calc(100% + 80px);
position: relative;
left: -40px;
top: 0;
border-radius: 4px 4px 0 0;
display: inline-block;
background-color: #f6f6f6;
padding:28px 40px;
margin-bottom: 40px;
}
#send-message-from-widget .notification {
display: none;
}   .slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
margin: 0 10px;
margin-bottom: 2px;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.slick-list {
width: calc(100% + 20px);
left: -10px;   
} .logo-slick-carousel,
.testimonial-carousel,
.simple-fw-slick-carousel,
.simple-slick-carousel {
display: none;
}
.slick-initialized.logo-slick-carousel,
.slick-initialized.testimonial-carousel,
.slick-initialized.simple-fw-slick-carousel,
.slick-initialized.simple-slick-carousel {
display: block;
}
.simple-fw-slick-carousel .fw-carousel-item { padding: 10px 15px 0 15px; }
.simple-fw-slick-carousel {margin: 0 15px; max-width: 100%; box-sizing: border-box; } .slick-prev,
.slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
z-index: 100;
display: block;
width: auto;
height: auto;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.logo-slick-carousel .slick-prev,
.logo-slick-carousel .slick-next,
.simple-slick-carousel .slick-prev,
.simple-slick-carousel .slick-next { display: none !important; }
.simple-slick-carousel.arrows-nav .slick-prev,
.simple-slick-carousel.arrows-nav .slick-next { display: block !important; }
.slick-prev:hover,
.slick-next:hover {
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before {
color: #999;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: .25;
}
.slick-prev:before,
.slick-next:before {
font-family: 'simple-line-icons';
font-size: 32px;
line-height: 1;
opacity: 1;
color: #aaa;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: all 0.3s;
}
.white-nav .slick-prev:before,
.white-nav .slick-next:before {
color: #fff;
}
.slick-prev { left: 3px; transform: translate3d(-90px,-50%,0); }
.slick-next { right: 3px; transform: translate3d(90px,-50%,0); }
.slick-prev:before { content: '\e605'; }
.slick-next:before { content: '\e606'; } .slick-dotted.slick-slider { margin-bottom: 30px; }
.slick-dots {
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.simple-slick-carousel.slick-dotted.slick-slider { margin-bottom: 0; }
.simple-slick-carousel.slick-dotted.slick-slider.dots-nav { margin-bottom: 30px; }
.simple-slick-carousel .slick-dots { display: none !important; }
.simple-slick-carousel.dots-nav .slick-dots { display: block !important; }
.slick-dots li {
position: relative;
display: inline-block;
padding: 0;
margin: 0 3px;
cursor: pointer;
}
.slick-dots li {
font-size: 0;
line-height: 0;
cursor: pointer;
color: transparent;
border: 0;
position: relative;
outline: none;
display: inline-block;
width: 15px;
height: 15px;
margin: 0 3px;
opacity: 1;
border-radius: 50%;
line-height: 0;
box-shadow: inset 0 0 0 2px #c0c0c0;
transition: all 0.3s;
}
.slick-dots li.slick-active {
box-shadow: inset 0 0 0 6px #c0c0c0;
transition: all 0.3s;
}
.slick-dots li:after {
display: block;
height: 13px;
width: 13px;
content: "";
position: absolute;
top: 1px;
left: 1px;
background-color: transparent;
border-radius: 50%;
transition: all 0.3s;
opacity: 0;
background-color: #c0c0c0;
}
.slick-dots li.slick-active:after {
opacity: 1;
}
.white-nav .slick-dots li { box-shadow: inset 0 0 0 2px #fff; }
.white-nav .slick-dots li.slick-active { box-shadow: inset 0 0 0 8px #fff; }
.slick-dots li button { display: none;}
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}  .full-page-container {
display: flex;
width: 100%;
flex-wrap: wrap;
}
.full-page-content-container {
flex: 1;
background-color: #fff;
padding: 0;
overflow: auto;
}
.full-page-content-inner {
padding: 0;
position: relative;
}
.full-page-content-inner .grid-layout {
width: calc(100% + 30px)
}
.full-page-content-inner .grid-layout .job-listing {
margin: 0 30px 30px 0;
width: calc(100% * (1/3) - 30px);
} .small-footer {
border-top: 1px solid #e0e0e0;
padding-top: 0px;
width: calc(100% - 70px);
left: 0;
position: relative;
padding: 25px 35px;
display: flex;
}
.small-footer strong { color: #333; }
.small-footer-copyrights { flex: 2; } .full-page-map-container {
flex: auto;
position: relative;
background-color: #e5e3df;
}
.full-page-map-container #map {
position: relative;
z-index: 30;
}
.full-page-container.with-map .full-page-content-container {
flex: 0 0 50vw;
} .full-page-container.with-map .full-page-content-container::-webkit-scrollbar {
width: 10px;
background-color: rgba(255, 255, 255, 0);
}
.full-page-container.with-map .full-page-content-container::-webkit-scrollbar-track,
.full-page-container.with-map .full-page-content-container::-webkit-scrollbar-thumb {
border-left: 1px solid rgba(255, 255, 255, 0);
border-right: 1px solid rgba(255, 255, 255, 0);
background-clip: padding-box;
border-radius: 20px;
}
.full-page-container.with-map .full-page-content-container::-webkit-scrollbar-track {
background-color: #f1f1f1
}
.full-page-container.with-map .full-page-content-container::-webkit-scrollbar-thumb {
background-color: #d4d4d4;
}
.full-page-container.with-map .full-page-content-container::-webkit-scrollbar-thumb:hover {
background-color: #c8c8c8;
}
.listings-container { padding: 35px; } .filters-container {
background: #f8f8f8;
border-radius: 4px; 
display: block; 
padding: 35px;
font-weight: 500;
}
.filters-headline {
font-size: 20px;
font-weight: 500;
color: #333;
line-height: 32px;
margin-bottom: 10px;
margin-top: -5px;
}
.filters-flexbox-row {
display: flex;
flex-wrap: wrap;
left: -10px;
position: relative;
width: calc(100% + 20px);
}
.filters-flexbox-child {
flex: 0 0 calc(50% - 20px);
margin: 10px;
flex-grow: 1;
}
.filters-flexbox-child.flex-one-third { flex: 0 0 calc(33.3% - 20px); flex-grow: 1; }
.filters-flexbox-child.flex-one-half { flex: 0 0 calc(50% - 20px); flex-grow: 1; }
.filters-flexbox-child.flex-full-width { flex: 0 0 calc(100% - 20px); flex-grow: 1; } @media (max-width: 1920px) {
}
@media (max-width: 1600px) {
.full-page-container.with-map .full-page-content-container { flex: 0 0 55vw }
}
@media (max-width: 1290px) {
.filters-flexbox-child.flex-one-third { flex: 0 0 calc(50% - 20px); flex-grow: 1; }
}
@media (max-width: 1099px) { .full-page-map-container {
order: -1;
width: 100%;
height: 400px;
position: absolute;
top: 0;
}
.full-page-container.with-map {
padding-top: 400px;
height: auto !important;
width: 100%;
position: relative;
}
.full-page-container.with-map .full-page-content-container { 
flex: 1;
height: auto !important;
}
.full-page-container:not(.full-page-jobs.full-page-container),
.full-page-content-container {
height: auto !important;
}
.full-page-container .simplebar-track { display: none; }
.filters-flexbox-child.flex-one-third { flex: 0 0 calc(33.3% - 20px); flex-grow: 1; }
.filters-flexbox-child.flex-one-half { flex: 0 0 calc(50% - 20px); flex-grow: 1; }
.filters-flexbox-child.flex-full-width { flex: 0 0 calc(100% - 20px); flex-grow: 1; }
.listings-container,
.filters-container { padding: 30px 25px; }
}
@media (max-width: 768px) {
.filters-flexbox-child.flex-one-third,
.filters-flexbox-child.flex-one-half { flex: 0 0 calc(50% - 20px); flex-grow: 1; }
.filters-flexbox-child.flex-full-width { flex: 0 0 calc(100% - 20px); flex-grow: 1; }
.listings-container,
.filters-container { padding: 30px 15px; }
}
@media (max-width: 540px) {
.filters-flexbox-child.flex-one-third,
.filters-flexbox-child.flex-one-half,
.filters-flexbox-child.flex-full-width { flex: 0 0 calc(100% - 20px); flex-grow: 1; }
}
#related-job-spotlight,
#job-spotlight  { position: relative; display: none; margin-top: 22px; }
#related-job-spotlight.slick-initialized,
#job-spotlight.slick-initialized  { position: relative; display: block; }
#related-job-spotlight { margin-top: 21px; }
.slick-prev,
.slick-next {
position: absolute;
top: -58px;
right: 0;
transform: none;
background: #f2f2f2;
border-radius: 4px;
height: 25px;
width: 25px;
text-align: center;
font-size: 10px;
line-height: 25px;
transition: 0.3s;
}
.slick-prev {
right: 28px;
left: initial;
}
.slick-prev:before,
.slick-next:before {
content: "\f105";
font-family: FontAwesome;
display: inline-block;
font-size: 18px;
line-height: 25px;
color: #a2a2a2;
}
.slick-prev:before {
content: "\f104";
}
.slick-prev:hover,
.slick-next:hover {
background: #333;
color: #fff;
}
.slick-prev:hover:before,
.slick-next:hover:before {
color: #fff;
}
.intro-banner #leaflet-geocode-cont {
border: none;
border-radius: 4px;
box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
padding-top: 8px;
top: 42px;
}
.intro-banner #leaflet-geocode-cont:after {
content: "";
position: absolute;
height: 6px;
width: 100%;
display: block;
top: -5px;
left: 0;
z-index: 15;
background: #fff;
}
.range-indicator {
margin-bottom: 20px;
display: inline-block;
background: #f4f4f4;
border-radius: 4px;
padding: 2px 8px;
font-size: 13px;
font-weight: 500;
color: #888;
line-height: 24px;
margin-top: 5px;
} input::placeholder {
color: #808080;
opacity: 1;
}  .leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
outline: none;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 990;
pointer-events: none;
}
.leaflet-top {
top: 50%;
position: absolute;
transform: translateY(-50%);
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: initial; right: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-tile {
will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
pointer-events:none;
}
.leaflet-touch .leaflet-bar a {
width: 34px;
height: 34px;
line-height: 34px;
}
.leaflet-touch .leaflet-bar a i {
line-height: 34px;
left: -1px;
position: relative;
}
body #submit_map {
outline: none;
margin-bottom: 30px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 15px;
text-align: center;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//zilla1.com/wp-content/themes/workscout/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//zilla1.com/wp-content/themes/workscout/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path {
background-image: url(//zilla1.com/wp-content/themes/workscout/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
margin: 10px;
border-radius: 4px;
padding: 4px 8px;
color: #777;
font-weight: 400;
line-height: 15px;
box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.07) !important;
}
.leaflet-container .leaflet-control-attribution a {
color: #333;
text-decoration: none !important;
font-weight: 400;
font-size: 12px;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
background-clip: padding-box;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
background-color: #fff;
color: #333;
cursor: pointer;
border-radius: 4px;
margin: 5px 15px;
transition: 0.3s;
box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
text-align: center;
font-size: 18px;
height: 34px;
width: 34px;
-webkit-text-stroke: 1px #fff;
}
.leaflet-control-zoom-in:hover,
.leaflet-control-zoom-out:hover {
background-color: #333;
color: #fff;
-webkit-text-stroke: 1px #333;
}
.leaflet-control-zoom-in:before,
.leaflet-control-zoom-out:before  {
font-family: "Feather-Icons";
width: 100%;
line-height: 35px;
} .marker-container:hover .marker-card,
.clicked .marker-container .marker-card, 
.leaflet-marker-icon.clicked .marker-container { transform: scale(1.3); } .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 25px;
}
.leaflet-popup .job-type {
border-radius: 4px;
font-size: 12px;
background-color: #fff;
border: 1px solid #e0e0e0;
color: #888;
line-height: 18px;
font-weight: 500;
position: relative;
display: inline-block;
white-space: nowrap;
text-align: center;
min-width: 76px;
margin: 8px 4px 2px 0;
padding: 3px 6px;
}
.leaflet-popup-content-wrapper {
padding: 0;
text-align: left;
border-radius: 4px
}
.leaflet-popup-content  {
width: 270px;
transform: translate3d(0, 0, 0);
}
.leaflet-popup-content p {
margin: 0;
}
.leaflet-listing-img-container img {
border-radius: 4px 4px 0 0;
object-fit: cover;
height: 100%;
width: 100%;
}
.leaflet-listing-img-container {
position: relative;
height: 210px;
display: block;
border-radius: 4px;
overflow: hidden;
}
.leaflet-listing-img-container:before {
content: "";
position: absolute;
height: 100%;
width: 100%;
display: block;
background: linear-gradient(to top, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.40) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
background-color: rgba(35,35,37,0.2);
}
.leaflet-listing-item-content {
position: absolute;
bottom: 20px;
left: 0;
padding: 0 24px;
width: 100%;
z-index: 50;
box-sizing: border-box;
}
.leaflet-listing-item-content h3 {
color: #fff;
font-size: 18px;
padding: 0 0 2px 0;
font-weight: 500;
margin: 0;
line-height: 25px;
}
.leaflet-listing-content {
padding: 16px 22px;
width: 100%;
z-index: 50;
box-sizing: border-box;  
position: relative;
}
.leaflet-listing-content .not-rated {
color: #888;
}
.leaflet-listing-content .star-rating {
font-size: 16px;
margin-top: 1px;
display: block;
line-height: 18px;
}
.leaflet-listing-content .numerical-rating {
margin: 0;
}
.leaflet-listing-item-content span {
font-size: 15px;
font-weight: 300;
display: inline-block;
color: rgba(255,255,255,0.7);
line-height: 24px;
display: block;;
}
.leaflet-popup-tip-container {
width: 30px;
height: 30px;
position: absolute;
left: 50%;
margin-left: -15px;
overflow: hidden;
pointer-events: none;
background: transparent;
}
.leaflet-popup-tip {
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-top: 15px solid #fff;
}
.leaflet-popup-content-wrapper {
background: white;
color: #333;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
transform: translate3d(0, 0, 0);
} .leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 12px;
right: 12px;
display: inline-block;
z-index: 999;
text-align: center;
cursor: pointer;
font-size: 15px;
font-weight: 500;
height: 27px;
width: 27px;
line-height: 27px;
background-color: #f0f0f0;
color: transparent;
transition: all 0.2s;
border-radius: 4px;
-webkit-text-stroke: 1px #f0f0f0;
color: #666;
}
.leaflet-container a.leaflet-popup-close-button:before {
position: absolute;
font-family: 'FontAwesome';
content: "\f00d";
left: 0;
right: 0;
top: 0;
}
.leaflet-container a.leaflet-popup-close-button:hover {
background-color: #333;
-webkit-text-stroke: 1px #333;
color: #fff;
}
.leaflet-container a.leaflet-popup-close-button:hover:before {
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 4px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-spider-leg { -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
} .marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
background-color: transparent;
}
.marker-cluster {
background-clip: padding-box;
border-radius: 20px;
}
.marker-cluster div {
margin-left: 5px;
margin-top: 5px;
text-align: center;
font-size: 15px;
color: #fff;
font-weight: 600;
border-radius: 50%;
width: 36px;
height: 36px;
line-height: 36px;
background-color: #66676b;
position: relative;
}
.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
background-color: #66676b;
}
.marker-cluster div:before {
border: 7px solid #66676b;
opacity: 0.2;
box-shadow: inset 0 0 0 4px #66676b;
content: '';
position:absolute;
border-radius: 50%;
top: 0;
left: 0;
width: 100%;
height: 100%;
animation: cluster-animation 2.5s infinite;
}
@keyframes cluster-animation {
0%,100% {
transform:scale(1.3) rotate(0deg)
}
50% {
transform:scale(1.5) rotate(90deg)
}
}
.marker-cluster span {
line-height: 36px;
}
.leaflet-control-geocoder {
border-radius: 4px;
background: white;
min-width: 26px;
min-height: 26px;
}
.leaflet-touch .leaflet-control-geocoder {
min-width: 30px;
min-height: 30px;
}
.leaflet-control-geocoder a,
.leaflet-control-geocoder .leaflet-control-geocoder-icon {
border-bottom: none;
display: inline-block;
}
.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a {
width: inherit;
height: inherit;
line-height: inherit;
}
.leaflet-control-geocoder a:hover,
.leaflet-control-geocoder .leaflet-control-geocoder-icon:hover {
border-bottom: none;
display: inline-block;
}
.leaflet-control-geocoder-form {
display: none;
vertical-align: middle;
}
.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
display: inline-block;
}
.leaflet-control-geocoder-form input {
font-size: 120%;
border: 0;
background-color: transparent;
width: 246px;
}
.leaflet-control-geocoder-icon {
border-radius: 4px;
width: 26px;
height: 26px;
border: none;
background-color: white;
background-image: url(//zilla1.com/wp-content/themes/workscout/images/geocoder.png);
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.leaflet-touch .leaflet-control-geocoder-icon {
width: 30px;
height: 30px;
}
.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
background-image: url(//zilla1.com/wp-content/themes/workscout/images/throbber.gif);
}
.leaflet-control-geocoder-form-no-error {
display: none;
}
.leaflet-control-geocoder-form input:focus {
outline: none;
}
.leaflet-control-geocoder-form button {
display: none;
}
.leaflet-control-geocoder-error {
margin-top: 8px;
margin-left: 8px;
display: block;
color: #444;
}
.leaflet-control-geocoder-alternatives {
display: block;
width: 272px;
list-style: none;
padding: 0;
margin: 0;
}
.leaflet-control-geocoder-alternatives-minimized {
display: none;
height: 0;
}
.leaflet-control-geocoder-alternatives li {
white-space: nowrap;
display: block;
overflow: hidden;
padding: 5px 8px;
text-overflow: ellipsis;
border-bottom: 1px solid #ccc;
cursor: pointer;
}
.leaflet-control-geocoder-alternatives li a,
.leaflet-control-geocoder-alternatives li a:hover {
width: inherit;
height: inherit;
line-height: inherit;
background: inherit;
border-radius: inherit;
text-align: left;
}
.leaflet-control-geocoder-alternatives li:last-child {
border-bottom: none;
}
.leaflet-control-geocoder-alternatives li:hover,
.leaflet-control-geocoder-selected {
background-color: #f5f5f5;
}
.leaflet-control-geocoder-address-detail {
}
.leaflet-control-geocoder-address-context {
color: #666;
} @-webkit-keyframes leaflet-gestures-fadein {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes leaflet-gestures-fadein {
0% {
opacity: 0; }
100% {
opacity: 1; } }
.leaflet-container:after {
-webkit-animation: leaflet-gestures-fadein 0.8s backwards;
animation: leaflet-gestures-fadein 0.8s backwards;
color: #fff;
font-family: "Roboto", Arial, sans-serif;
font-size: 22px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 15px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 461;
pointer-events: none; }
.leaflet-gesture-handling-touch-warning:after,
.leaflet-gesture-handling-scroll-warning:after {
-webkit-animation: leaflet-gestures-fadein 0.8s forwards;
animation: leaflet-gestures-fadein 0.8s forwards; }
.leaflet-gesture-handling-touch-warning:after {
content: attr(data-gesture-handling-touch-content); }
.leaflet-gesture-handling-scroll-warning:after {
content: attr(data-gesture-handling-scroll-content); } #leaflet-geocode-cont {
position: absolute;
z-index: 110;
background: #fff;
border: none;
border-radius: 0 0 4px 4px;
top: 46px;
box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
display: none;
width: 100%;
border-top: 1px solid #e8e8e8;
}
#leaflet-geocode-cont:before {
content: "";
width: 100%;
height: 4px;
background-color: #fff;
display: block;
position: absolute;
top: -5px
}
#leaflet-geocode-cont.active {
display: block;
}
#leaflet-geocode-cont ul { 
list-style: none;
padding: 0;
margin: 0;
}
#leaflet-geocode-cont ul li { 
color: #888;
font-size: 13px;
font-weight: 400;
line-height: 20px;
padding: 11px 15px;
padding-left: 38px;
margin: 0;
border-bottom: 1px solid #e8e8e8;
cursor: pointer;
transition: 0.3s;
position: relative; }
#leaflet-geocode-cont ul li:before { 
content: "\f041";
font-family: "FontAwesome";
font-size: 14px;
position: absolute;
top: 10px;
left: 20px;
margin-right: 0;
color: #aaa;
transition: 0.3s;
}
#leaflet-geocode-cont ul li:hover:before {
color: #a0a0a0;
} 
#leaflet-geocode-cont ul li:last-child { 
border: none;
border-radius: 0 0 4px 4px;
}
#leaflet-geocode-cont ul li.selected,
#leaflet-geocode-cont ul li:hover {
background: #fafafa;
} 
#leaflet-geocode-cont span.highlight {
color: #222;
font-weight: 700;
}
.type-and-hit-enter {
display: block;
position:absolute;
right: 15px;
top: 12px;
z-index: 120;
background-color: #f0f0f0;
border-radius: 4px;
font-size: 13px;
font-weight: 500;
color: #888;
line-height: 18px;
padding: 3px 7px;
pointer-events: none;
opacity: 0;
transition: 0.4s;
transform: translateX(4px);
}
.sidebar-search_location-container .type-and-hit-enter {
font-size: 12px;   
}
.sidebar-search_location-container input {
max-height: 52px;
font-weight: 400;
}
.sidebar-search_location-container a {
position: absolute;
top: 12px;
right: 20px;
color: #aaa;
font-size: 20px;
line-height: 20px;
padding: 0;
margin: 0;
z-index: 120
}
.search_location .select2-container--default .select2-selection--single {
height: 47px;
}
.widget .search_location .select2-container,
.widget .search_location input#search_radius {
width: calc(50% - 7px) !important;
}
.widget .search_location input#search_radius { margin-right: 14px; }
.widget .search_location .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 45px;
}
.widget .search_location .select2-container--default .select2-selection--single .select2-selection__arrow {
top: -2px;
}
@media (min-width: 992px) { }
@media (max-width: 992px) {
.intro-banner-search-form #leaflet-geocode-cont {
top: calc(100% + 0px);
}
.intro-banner-search-form .type-and-hit-enter {
top: 17px;
right: 14px;
}
}
.tip-visible-focusin.type-and-hit-enter,
.tip-visible.type-and-hit-enter {
opacity: 1;
transform: translateX(0);
}
.main-search-container.alt-search-box #leaflet-geocode-cont { top: 51px; } 
.main-search-input.gray-style .type-and-hit-enter,
.main-search-inner .type-and-hit-enter { top: 11px; right: 25px; } 
.main-search-container.alt-search-box .type-and-hit-enter { right: 19px; top: 14px; }
@media (min-width: 992px) {
.main-search-input .osm-dropdown-active #leaflet-geocode-cont,
.main-search-container:not(.alt-search-box) .osm-dropdown-active #leaflet-geocode-cont {
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
border: none;
padding-top: 45px;
top: 0;
z-index: 10;
border-radius: 4px;
}
.main-search-input.gray-style .osm-dropdown-active #leaflet-geocode-cont {
box-shadow: none;
border: 1px solid #e0e0e0;
}
.main-search-input .osm-dropdown-active #leaflet-geocode-cont ul li:first-child,
.main-search-container:not(.alt-search-box) .osm-dropdown-active #leaflet-geocode-cont ul li:first-child { border-top: 1px solid #e8e8e8; }
}
@media (max-width: 992px) {
.main-search-container:not(.alt-search-box) #leaflet-geocode-cont { top: 52px; } 
.main-search-input.gray-style .type-and-hit-enter,
.main-search-container:not(.alt-search-box) .type-and-hit-enter { top: 16px; right: 20px; } 
}
#leaflet-geocode-cont ul li.powered-by-osm { 
display: block;
padding: 9px 0;
padding-right: 20px;
font-size: 12px;
font-weight: 500;
color: #999;
pointer-events: none;
text-align: right;
}
#leaflet-geocode-cont ul li.powered-by-osm strong {
color: #333;
position: relative;
padding-left: 26px;
} 
#leaflet-geocode-cont ul li.powered-by-osm strong:before {
background-image: url(https://i.imgur.com/YaiaYGw.png);
background-repeat: no-repeat;
background-size: contain;
content: "";
height: 17px;
width: 17px;
display: inline-block;
position: absolute;
left: 5px;
top: -2px
}
#leaflet-geocode-cont ul li.powered-by-osm:before { content: ""; }
.leaflet-control-geocoder {
border-radius: 4px;
background: white;
min-width: 26px;
min-height: 26px;
}
.leaflet-touch .leaflet-control-geocoder {
min-width: 30px;
min-height: 30px;
}
.leaflet-control-geocoder a,
.leaflet-control-geocoder .leaflet-control-geocoder-icon {
border-bottom: none;
display: inline-block;
}
.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a {
width: inherit;
height: inherit;
line-height: inherit;
}
.leaflet-control-geocoder a:hover,
.leaflet-control-geocoder .leaflet-control-geocoder-icon:hover {
border-bottom: none;
display: inline-block;
}
.leaflet-control-geocoder-form {
display: none;
vertical-align: middle;
}
.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
display: inline-block;
}
.leaflet-control-geocoder-form input {
font-size: 120%;
border: 0;
background-color: transparent;
width: 246px;
}
.leaflet-control-geocoder-icon {
border-radius: 4px;
width: 26px;
height: 26px;
border: none;
background-color: white;
background-image: url(//zilla1.com/wp-content/themes/workscout/images/geocoder.png);
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.leaflet-touch .leaflet-control-geocoder-icon {
width: 30px;
height: 30px;
}
.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
background-image: url(//zilla1.com/wp-content/themes/workscout/images/throbber.gif);
}
.leaflet-control-geocoder-form-no-error {
display: none;
}
.leaflet-control-geocoder-form input:focus {
outline: none;
}
.leaflet-control-geocoder-form button {
display: none;
}
.leaflet-control-geocoder-error {
margin-top: 8px;
margin-left: 8px;
display: block;
color: #444;
}
.leaflet-control-geocoder-alternatives {
display: block;
width: 272px;
list-style: none;
padding: 0;
margin: 0;
}
.leaflet-control-geocoder-alternatives-minimized {
display: none;
height: 0;
}
.leaflet-control-geocoder-alternatives li {
white-space: nowrap;
display: block;
overflow: hidden;
padding: 5px 8px;
text-overflow: ellipsis;
border-bottom: 1px solid #ccc;
cursor: pointer;
}
.leaflet-control-geocoder-alternatives li a,
.leaflet-control-geocoder-alternatives li a:hover {
width: inherit;
height: inherit;
line-height: inherit;
background: inherit;
border-radius: inherit;
text-align: left;
}
.leaflet-control-geocoder-alternatives li:last-child { border-bottom: none; }
.leaflet-control-geocoder-alternatives li:hover,
.leaflet-control-geocoder-selected { background-color: #f5f5f5; }
.leaflet-control-geocoder-address-detail {  }
.leaflet-control-geocoder-address-context { color: #666; }
#streetView { z-index: 999; }
#map, #singleListingMap { outline: none; } .search_location { position: relative; }
.search_location #leaflet-geocode-cont {
border-top: 1px solid #e8e8e8;
box-shadow: none;
border: 1px solid #e0e0e0;
top: 46px;
}
.sidebar-search_location-container #leaflet-geocode-cont {
border-top: 1px solid #e8e8e8;
box-shadow: none;
border: 1px solid #e0e0e0;
top: 46px;
}
.sidebar-search_location-container #leaflet-geocode-cont:before,
.search_location #leaflet-geocode-cont:before {
background: #fcfcfc;
border-left: 1px solid #e8e8e8;
border-right: 1px solid #e8e8e8;
box-sizing: content-box;
left: -1px;
display: none;
}
.sidebar-search_location-container .la-map-marked-alt {
background: #fcfcfc;
height: 25px;
width: 18px;
display: inline-block;
text-align: right;
right: -1px;
position: relative;   
}
body .listings-loader { top: 100px; }
#dashboard p { margin-bottom: 0; }
#dashboard p#add_alert_button {
margin-bottom: 30px;
width: 100%;
padding: 0 10px;
}  .new-footer-social-icons {
font-family: "fontello";
font-size: 16px;
fontw-weight: 500;
line-height: 20px;
}
.new-footer-social-icons .icon-twitter{
font-size: 14px;
}
.new-footer-social-icons li {
list-style: none;
display: inline-block;
margin-left: 8px;
}
.new-footer-social-icons li a {
color: #fff;
display: inline-block;
opacity: 0.35;
transition: 0.2s;
height: 25px;
line-height: 25px;
padding: 0;
width: 25px;
text-align: center;
vertical-align: top;
}
.new-footer-social-icons li a:hover {
opacity: 1;
}
.wp-job-manager-bookmarks-form {
margin: 0;
overflow: hidden;
border: 1px solid #eee;
border-bottom-width: 2px;
border-radius: 4px;
}
.bookmark-notice.bookmarked { display: none; }
body select { font-size: 14px; min-height: 46px; line-height: 46px; padding: 0 10px; } #footer-new .footer-widget.widget_nav_menu li a {
color: #909090;
display: inline-block;
line-height: 22px;
position: relative;
z-index: 100;
padding: 2px 0;
font-size: 14px;
}
#footer-new .footer-widget.widget_nav_menu li a:hover {
padding: 2px 0;
color: #fff;
}
#footer-new .footer-widget.widget_nav_menu li:before {
display: none;
}
#footer-new .footer-widget.widget_nav_menu li a:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
background-color: #26ae61;
height: 2px;
display: block;
transition: all 0.25s, opacity 0.2s;
z-index: -1;
border-radius: 4px;
opacity: 0.5;
width: 0;
}
#footer-new .footer-widget.widget_nav_menu li a:hover:before {
width: 100%;
opacity: 1;
}
.form.fieldset-candidate_location,
.form.fieldset-job_location  {
position: relative;
}
.form.fieldset-candidate_location a, 
.form.fieldset-job_location a  {
display: none;
}
.form.fieldset-candidate_location .type-and-hit-enter,
.form.fieldset-job_location .type-and-hit-enter { top: 45px; right: 20px; }
.form.fieldset-candidate_location #leaflet-geocode-cont,
.form.fieldset-job_location #leaflet-geocode-cont { top: 80px;
box-shadow: none;
z-index: 999999;
border: 1px solid #e0e0e0;
width:calc(100% - 20px);
}
.filter-job-applications {
display: flex;
width: calc(100% + 14px);  position: relative;
left: -7px;
}
.filter-job-applications .eight.columns { flex: 1; margin: 0 7px; }
@media (max-width: 580px) {
.filter-job-applications { display: block; width: 100%; left: 0;}
.filter-job-applications .eight.columns { width: 100%; margin: 0;}} body #dashboard table.manage-table tr td {
transition: 0.3s;
position: relative;
border: none;
border-bottom: 1px solid #d8d8d8;
line-height: 23px;
}
body #dashboard table.manage-table tr:hover td { 
border: none;
border-bottom: 1px solid #26ae61;
}
body #dashboard table.manage-table tr td:before {
content: "";
width: 100%;
height: 1px;
display: block;
background: #26ae61;
position: absolute;
top: -1.2px;
left: 0;
opacity: 0;
transition: 0.3s;
}
body #dashboard table.manage-table tr td:before { opacity: 0 }
body #dashboard table.manage-table tr:hover td:before {  opacity: 1; }
body #dashboard table.manage-table tr:first-of-type td:before { display: none; } 
body #dashboard table.manage-table tr,
body #dashboard table.manage-table tr:last-of-type td { border-bottom: none !important; }
body #dashboard table.manage-table tr td:first-of-type{padding-left: 40px; }
#workscout-activities-list .list-box-icon.fa.fa-file-text-o:before { content: "\f15c"; }
#workscout-activities-list .list-box-icon { font-size: 12px; }
.job-dashboard-action-continue i.fa.fa-play:before { content: "\f064"; font-size: 12px; } .leaflet-popup-content .skills { zoom: 0.91; } 
body .la.la-map-marked-alt:before { font-family: FontAwesome; content: "\f041"; }
body  .sidebar-search_location-container .la.la-map-marked-alt:before { font-size: 14px; }  .panel-wrapper {
display: block;
margin: 10px 0 0 0;   
}
.panel-dropdown {
position: relative;
display: inline-block
}
.panel-dropdown > a {
color: #707070;
font-weight: 500;
font-size: 14px;
border-radius: 4px;
padding: 3px 11px;
transition: all 0.3s;
display: inline-block;
}
.panel-dropdown > a:hover {
background: #eee;
}
.panel-dropdown.active > a {
background: #26ae61;
color: #fff;
}
.panel-dropdown > a:after {
content: "\f107";
font-family: "FontAwesome";
font-size: 16px;
color: #26ae61;
font-weight: 500;
padding-left: 0;
transition: all 0.3s;
margin-left: 6px;
display: inline-block;
top: 1px;
position: relative;
}
.panel-dropdown .range-slider-subtitle { color: #888;font-weight: 400; }
.panel-dropdown.active > a:after { transform: rotate(180deg); }
.panel-dropdown.active > a:after { color: #fff;}
.panel-dropdown .panel-dropdown-content {
opacity: 0;
visibility: hidden;
transition: all 0.3s;
position: absolute;
top: 44px;
left: 0px;
z-index: 110;
background: #fff;
border: 1px solid rgba(0,0,0,0.18);
border-radius: 4px;
box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
padding: 20px 24px;
overflow-y: auto;
white-space: normal;
width: 400px;
}
.panel-dropdown .panel-dropdown-content.checkboxes { width: 220px; padding: 22px; }
.panel-dropdown .panel-dropdown-content.checkboxes .row { margin: 0; }
.panel-dropdown.wide .panel-dropdown-content { width: 570px; }
.panel-dropdown.active .panel-dropdown-content {
opacity: 1;
visibility: visible;
z-index: 999999;
}
.listings-container {
opacity: 1;
transition: all 0.3s;
}
.fs-inner-container.content.faded-out .listings-container {
opacity: 0.5; pointer-events: none;
}
.fs-inner-container.content.faded-out{ }
.clear-all-activities {
display: inline-block;
background-color: #f2f2f2;
color: #888;
padding: 6px 6px;
line-height: 12px;
border-radius: 4px;
font-size: 13px;
margin-bottom: -5px;
position: absolute;
top: 21px;
right: 30px;
transition: 0.3s;
}
.clear-all-activities:hover {
background: #eee;
color: #777;
}
.panel-dropdown .checkboxes label { margin-bottom: 8px; display: block; line-height: 18px; }
.panel-dropdown-content.checkboxes { padding: 28px; }
.panel-dropdown .row { margin-left: -10px; margin-right: -10px; }
span.slider-disable,
span.panel-disable,
span.panel-cancel,
button.panel-cancel,
button.panel-apply {
background-color: transparent;
padding: 5px 16px;
display: block;
outline: none;
border: none;
font-weight: 500;
float: right;
margin: 0;
font-size: 15px;
border-radius: 50px;
background-color: #66676b;
color: #fff;
transition: all 0.3s;
cursor: pointer;
font-size: 13px;
padding: 3px 14px;
}
button.panel-apply:hover {
opacity: 0.9;
}
button.panel-apply:active {
transform: translateY(-2px);
}
span.slider-disable,
span.panel-disable,
span.panel-cancel,
button.panel-cancel {
float: left;
background-color: #f0f0f0;
color: #666;
opacity: 1;
}
span.slider-disable:hover,
span.panel-disable:hover,
span.panel-cancel:hover,
button.panel-cancel:hover { background-color: #e9e9e9; }
.panel-buttons {
width: 100%;
margin-top:25px;
} .panel-dropdown.float-right {
float: right;
}
.panel-dropdown.float-right .panel-dropdown-content {
left: auto;
right: 0;
}
.panel-dropdown-content  .widget_range_filter-inside {
display: block;
margin: 0;
}
.slider.slider-horizontal {
margin-top: 50px;
}
.bidding-widget .slider.slider-horizontal {
margin-top: 0px;
}
.search_location.widget_range_filter .slider.slider-horizontal {
margin-top: 50px;
}
.panel-dropdown-content .slider.slider-horizontal {
margin-top: 50px;
margin-bottom: -10px;
}
.leaflet-marker-icon,
.marker-container { outline: none; }
.full-page-map-container #ws-map,
.full-page-map-container #search_map {
height: calc(100vh - 82px);
width: 100%;
margin: 0;
z-index: 990;
}
.sidebar-search_location-container { position: relative; }
@media (max-width: 992px) {
.full-page-map-container #ws-map,
.full-page-map-container #search_map {
height: 100% !Important;
}
}
@media (max-width: 768px) {
.panel-dropdown { position: static; }
.panel-wrapper { position: relative; }
.panel-dropdown .panel-dropdown-content { width: calc(100vw - 45px); top: calc(100% + 15px); }
}
label#remote_position_label {
margin-bottom: 0;
}  .panel-buttons label {
display: inline-block;
cursor: pointer;
position: relative;
padding-left: 27px;
margin-right: 15px;
line-height: 20px;
color: #777;
font-weight: 500;
font-size: 13px;
margin-bottom: 0;
}
.panel-buttons input[type=checkbox] { display: none; }
.panel-buttons label:before {
content: "";
display: inline-block;
width: 19px;
height: 19px;
margin-right: 10px;
position: absolute;
left: 0;
top: 0;
background-color: #fff;
border: 2px solid #d0d0d0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px;
}
.panel-buttons label.filter-checked:before {
content: "\f00c";
font-family: "FontAwesome";
font-size: 12px;
color: #fff;
text-align: center;
line-height: 15px;
background-color: #26ae61;
border: 2px solid transparent;
}
.full-page-content-inner .listings-container { margin: 0; }
.full-page-content-inner .margin-bottom-55 { margin: 0 !important; }
.full-page-content-inner .small-footer { width: 100%; text-align: center; padding: 20px 35px; margin-top:0;}
.full-page-content-inner .small-footer.margin-top-15 { margin-top:0 !important;}
.load_more_jobs.load_previous {background: #f2f2f2; padding: 4px 10px; display: inline-block; margin-bottom: 15px; border-radius: 4px; font-size: 13px;}
.load_more_jobs.load_previous strong {color: #666;}
.manage-table.job-manager-bookmarks { border-radius: 4px; overflow: hidden; }
.manage-table.job-manager-bookmarks tr td:first-child a { font-weight: 500; color: #333; }
body table.manage-table.job-manager-bookmarks th:first-child i {left: 19px; }
body table.manage-table td.action a i { top: 6px; left: -18px;}
body table.manage-table td.action a i.fa-delete { left: -15px;} body .sidebar-widget .widget_range_filter-inside,
body .sidebar .widget_range_filter-inside {
display: block !important;
opacity: 0;
visibility: hidden;
pointer-events: none;
max-height: 0;
margin-top: 0;
transition: all 0.25s;
}
body .sidebar-widget .widget_range_filter-inside.slider-enabled,
body .sidebar .widget_range_filter-inside.slider-enabled {
opacity: 1;
visibility: visible;
pointer-events: all;
max-height: 120px;
} .tasks-list-container.loading .task-listing { opacity: 0.7; }
.widget-hourly_rate-filter .widget_range_filter-inside.slider-enabled,
.widget-fixed_rate-filter .widget_range_filter-inside.slider-enabled,{
padding-top: 50px;
}
.search_location.widget_range_filter .margin-bottom-50 { display: none; }
.search_location.widget_range_filter .margin-bottom-50 { display: none; }
.ui-slider { transition: opacity 0.2s, filter 0.2s; }
.ui-slider-disabled { opacity: 0.6; filter: grayscale(100%); pointer-events: none; }
.job-widget-location h4.checkboxes {
display: block;
margin-top: -5px;
} 
.task-widget-location h4.checkboxes label,
.job-widget-location h4.checkboxes label {
margin-bottom: 0px;
display: inline-block;
cursor: pointer; 
position: relative;
padding-left: 27px;
margin-right: 15px;
line-height: 20px;
color: #666;
font-weight: 400;
font-size: 14px;
margin-bottom: 0;
line-height: 20px;
font-weight: 500;
} 
.task-widget-location h4.checkboxes label:before { margin-top: 1px; }
.job-widget-location h4.checkboxes label:before { margin-top: 1px; }
.task-widget-location .widget_range_filter-inside span.range-slider-subtitle { display: block; font-size: 14px;    color: #888; }
.job-widget-location .widget_range_filter-inside span.range-slider-subtitle { display: block; font-size: 14px;    color: #888; }
.task-widget-location .widget_range_filter .ui-widget-content,
.job-widget-location .widget_range_filter .ui-widget-content {
background-color: #eaeaea;
}
body .sidebar .job-widget-location .widget_range_filter-inside.slider-enabled { margin-top: 8px; } body .wp-subscribe-wrap {
padding: 0px;
text-align: left;
background: transparent;
}
body .wp-subscribe-wrap h4.title:before {
font-family: "FontAwesome";
content: "\f003";
padding-right: 8px;
}
body .wp-subscribe-wrap h4.title {
font-size: 22px;
line-height: 1;
margin-bottom: 0;
text-transform: none;
color: #fff
}
body .wp-subscribe-wrap h4.title span {
font-size: 38px;
font-weight: bold;
display: inline-block;
margin-top: 15px
}
body #wp_subscribe_popup .wp-subscribe-wrap h4.title {
margin-top: 0
}
body .wp-subscribe-wrap p {
margin: 0;
color: #fff
}
body .wp-subscribe-wrap p.text {
margin: 0;
opacity: 1;
color: #909090;
margin-bottom: 15px;
}
body .wp-subscribe-wrap p.footer-text {
font-size: 12px;
margin-top: 10px;
margin-top: 65px;
}
body .wp-subscribe-form.wp-subscribe-feedburner {
display: flex;
position: relative;
}
body .wp-subscribe-wrap input::-webkit-input-placeholder {
opacity: .8;
color: inherit
}
body .wp-subscribe-wrap input:-moz-placeholder {
opacity: .8;
color: inherit
}
body .wp-subscribe-wrap input::-moz-placeholder {
opacity: .8;
color: inherit
}
body .wp-subscribe-wrap input:-ms-input-placeholder {
opacity: .8;
color: inherit
}
body .wp-subscribe-wrap input:focus::-webkit-input-placeholder {
color: transparent !important
}
body .wp-subscribe-wrap input:focus:-moz-placeholder {
color: transparent !important
}
body .wp-subscribe-wrap input:focus::-moz-placeholder {
color: transparent !important
}
body .wp-subscribe-wrap input:focus:-ms-input-placeholder {
color: transparent !important
}
body .wp-subscribe-wrap input.consent-field {
width: 17px;
height: 17px;
margin-top: 2px;
margin-right: 6px;
cursor: pointer
}
body .wp-subscribe-wrap .wps-consent-wrapper {
margin-top: 0px;
text-align: left;
display: block;
position: absolute;
left: 0;
top: 65px;
line-height: 19px;
}
body .wp-subscribe-wrap .wps-consent-wrapper label {
color: #666;
opacity: 1;
padding-left: 20px;
cursor: pointer;
}
body .wp-subscribe-wrap .wps-consent-wrapper label input {
float: left;
margin-top: -13px;
margin-left: -20px;
opacity: 0.8;
}
body .wp-subscribe-wrap .email-field {
margin-top: 10px
}
.home.admin-bar .select2-dropdown { transform: translateY(0px); }
body .wp-subscribe-wrap input.email-field:not(.submit),
body .wp-subscribe-wrap input.name-field:not(.submit),
body .wp-subscribe-wrap input:not(.submit) {
height: 48px;
outline: none;
color: #999;
margin: 0 0 16px 0;
display: block;
border-radius: 4px;
background: #333;
box-shadow: none;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
flex-wrap: wrap;
align-items: flex-start;
flex: 1 1 auto;
text-align: left;
width: auto;
padding: 0 20px;
border: none;
text-indent: 0;
}
body .wp-subscribe-wrap input:not(.submit):-webkit-autofill,
body .wp-subscribe-wrap input:not(.submit):-webkit-autofill:hover, 
body .wp-subscribe-wrap input:not(.submit):-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 30px #eee inset !important;
}
body .wp-subscribe-wrap input.submit {
background-color: #26ae61;
border-radius: 4px;
margin: 0;
height: 48px;    text-indent: 0;
text-align: center !important;
line-height: 48px;
font-size: 18px;
color: #fff !important;;
margin-left: 10px;
transition: 0.3s;
font-size: 14px;
padding: 0 15px;
font-weight: 500;
flex-wrap: wrap;
align-items: flex-start;
text-transform: none;
flex: 1;
width: auto;
min-width: 110px;
}
body .wp-subscribe-single .wp-subscribe-wrap {
clear: both;
margin: 10px 0;
text-align: left
}
body .wp-subscribe-single .wp-subscribe-wrap input {
text-align: left
}
body .wp-subscribe-wrap .error,
body .wp-subscribe-wrap .thanks {
margin-top: 10px
}
body .wp-subscribe-wrap .wp-subscribe-loader {
display: none;
padding: 1em;
text-align: center;
vertical-align: top
}
body .wp-subscribe-wrap.loading .wp-subscribe-form,
body .wp-subscribe-wrap .thanks,
body .wp-subscribe-wrap.thanks,
body .wp-subscribe-wrap.error,
body .wp-subscribe-wrap .error {
display: none
}
body .wp-subscribe-wrap.loading .wp-subscribe-loader {
display: block
}
body .wp-subscribe-wrap .thanks {
background: #47a752;
border-radius: 4px;
font-size: 13px !important;
padding: 6px 12px;
text-align: center;
}
body .wp-subscribe-wrap .error {
background: #af3535;
border-radius: 4px;
font-size: 13px !important;
padding: 6px 12px;
text-align: center;
}
#titlebar .wp-job-manager-bookmarks-form {
margin: 0;
overflow: hidden;
border: none;
}
.small-dialog-content .checkboxes label:before { top: 3px; }
#titlebar .bookmark-notice { padding: 12px 16px !important; }
#titlebar .bookmark-notice i { margin-right: 0px; }
#titlebar .bookmark-notice { background: #e4e4e4; color: #555;}
#titlebar .bookmark-notice:hover { background: #333; color: #fff;  }
#titlebar .bookmark-notice:hover { background: #333; color: #fff;  }
#titlebar.photo-bg .bookmark-notice,
#titlebar.photo-bg .bookmark-notice:hover{
background-color: #fff;
color: #333;
} .account-type {
display: flex;
width: calc(100% + 20px);
margin: 0 0 10px 0;
}
.account-type div {
flex: 1;
margin-right: 20px;
}
.account-type label {
border-radius: 4px;
border: none;
background-color: #f2f2f2;
width: 100%;
}
.account-type label i,
.sign-in-form .account-type label i {
font-size: 16px;
color: #888;
position: relative;
left: 0;
bottom: 0;
transition: 0.4s; 
} .account-type input.account-type-radio:empty {
display: none;
} .account-type label i {
position: relative;
font-size: 14px;
margin-right: 2px;
top: 0;
}
.account-type input.account-type-radio:empty ~ label {
position: relative;
float: left;
padding: 10px;
text-align: center;
padding-bottom: 11px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 4px;
color: #888;
transition: 0.4s;
height: 48px;
line-height: 28px;
overflow: hidden;
}
.account-type input.account-type-radio ~ label:hover i { color: #26ae61; }
.account-type input.account-type-radio ~ label:hover {
color: #26ae61;
background-color: rgba(38, 174, 97, 0.1);
}
.account-type input.account-type-radio:checked ~ label i { color: #fff; }
.account-type input.account-type-radio:checked ~ label {
color: #fff;
background-color: #26ae61;
}
.workscout-signup-popup.small-dialog {max-width: 550px}
.mfp-content .workscout-signup-popup input[type="submit"] {
margin-top: 15px;
}
.account-type .sl.sl-icon-user:before { font-family: FontAwesome; content: "\f2c0";}
.account-type .sl.sl-icon-briefcase:before { font-family: FontAwesome; content: "\f0b1";}
.account-type input.account-type-radio:empty ~ label:after,
.account-type input.account-type-radio:empty ~ label:before {
position: absolute;
display: block;
top: 0;
bottom: 0;
left: 0;
content: '';
width: 100%;
height: 100%;
text-align: center;
line-height: 48px;
border-radius: 4px;
font-size: 22px;
background: transparent;
z-index: 100;
opacity: 0;
}
.account-type .ripple-effect-dark span.ripple-overlay {
animation: ripple 1.2s;
opacity: 0.03; 
} @keyframes typeCheck {
0% {opacity: 0; transform: translateY(10px); }
50% {opacity: 1; transform: translateY(0px); }
100% {opacity: 0; transform: translateY(-10px); }
}
@keyframes typeBG {
0% {opacity: 0;  }
50% {opacity: 1;  }
100% {opacity: 0; }
}
@media (max-width: 767px) {
.account-type { width: 100%; display: block; margin: -10px 0 0 0; }
.account-type div {
margin-right: 0;
width: 100%;
display: block;
max-width: 100%;
}
}
body .recent-post img { border-radius: 4px 4px 0 0; }
body .recent-post-img { margin-bottom: 0; }
body .recent-post .from-the-blog-content {
border: 1px solid #e0e0e0;
border-top: 0;
padding: 25px 30px;
}
body .recent-post .button {
padding: 7px 16px;
font-size: 14px;
}  #not-found { margin: 100px 0 !important; }
#not-found.center { text-align: center; }
#not-found h2 {
text-align: center;
font-size: 160px;
line-height: 160px;
font-weight: 500;
letter-spacing: -8px;
}
#not-found p {
text-align: center;
font-size: 22px;
line-height: 34px;
display: inline-block;
margin-top: 12px;
color: #999;
}
#not-found i {
color: #e0e0e0;
font-size: 160px;
top: 0;
margin-left: 0px;
position: relative;
font-family: "FontAwesome";
}
#not-found i:before {
content: "\f059";
}
@media (max-width: 992px) {
#not-found { margin: 60px 0; }
#not-found h2 {
font-size: 80px;
line-height: 80px;
}
#not-found p {
font-size: 20px;
line-height: 32px;
}
#not-found i {
font-size: 80px;
}
}
#dashboard .woocommerce-info, 
#dashboard .woocommerce-message, 
#dashboard .job-manager-message a, 
#dashboard .job-manager-message, 
#dashboard .notification.notice, 
#dashboard .notification.notice a, 
#dashboard .notification.notice strong {
background-color: #ddf3fe;
color: #4587a9;
}
#message-delete { color: #888; }
#message-delete:hover { color: #d74545; } .avatar-wrapper {
position: relative;
width: 110px;
height: 110px;
border-radius: 4px;
overflow: hidden;
box-shadow: none;
margin: 0 00px 10px 0;
transition: all .3s ease;
}
.avatar-wrapper:hover {
transform: scale(1.03);
cursor: pointer;
}
.avatar-wrapper .profile-pic {
height: 100%;
width: 100%;
transition: all .3s ease;
object-fit: cover;
}
.avatar-wrapper .profile-pic:after {
font-family: Feather-Icons;
content: "\e9f1";
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 120px;
position: absolute;
font-size: 60px;
background: #f0f0f0;
color: #aaa;
text-align: center;
}
.avatar-wrapper .upload-button {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.avatar-wrapper .file-upload {
opacity: 0;
pointer-events: none;
position: absolute;
}
label[for="workscout_core_avatar_id"] { margin-top: 0 !important; }
.notification.reg-form-output.closeable.success a {text-decoration: underline;}
​.sidebar-search_location-container #leaflet-geocode-cont { z-index: 9999; }
.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle; width: 100% !important;
z-index: 999;
}
.filters-container .select2-container {
z-index: 99;
}
.single-job_listing .select2-container {
z-index: 999999;
}
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 50px;
user-select: none;
-webkit-user-select: none;
}
.job_filters_links { display: none !important; }
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding: 0 15px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
outline: none;
font-weight: 400;
}
.select2-container .select2-selection--single .select2-selection__clear {
position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px;
}
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-search--inline {
float: left;
}
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0;
height: 37px;
padding: 0 9px;
line-height: 40px;
font-size: 14px;
margin: 0;
color: #888;
width: auto !important;
box-sizing: content-box;
}
.select2-container .select2-search--inline .select2-search__field::placeholder { color: #888; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-dropdown {
background-color: #fcfcfc;
border: 1px solid #e0e0e0;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051;
padding: 8px;
padding-top: 0;
border-top: none;
}
.select2-dropdown--above { padding-top: 8px; }
.select2-dropdown--above { border-top: 1px solid #e0e0e0; }
.select2-results {
display: block;
}
.select2-results__options {
list-style: none;
margin: 0;
padding: 0;
}
.select2-results__option {
user-select: none;
-webkit-user-select: none;
}
.select2-results__option[aria-selected] {
cursor: pointer;
}
.select2-container--open .select2-dropdown {
left: 0;
}
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-search--dropdown {
display: block;
padding:0;
margin-top: 0;
}
.select2-dropdown--above .select2-search--dropdown {
margin-top: 4px;
} .select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
display: none;
}
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0);
}
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
background-color: #fcfcfc;
font-weight: 500;
border: 1px solid #e0e0e0;
border-radius: 4px;
outline: none;
font-size: 14px;
}
.select2-container--open.select2-container--below .select2-selection--single {
border-radiu: 4px 4px 0 0;
border-bottom: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #777;
line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #808080;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 46px;
position: absolute;
top: 1px;
right: 17px;
width: 20px;
} .select2-container--open .select2-dropdown ::-webkit-scrollbar {
width: 8px;
background-color: rgba(255, 255, 255, 0);
}
.select2-container--open .select2-dropdown ::-webkit-scrollbar-track,
.select2-container--open .select2-dropdown ::-webkit-scrollbar-thumb {
border-left: 1px solid rgba(255, 255, 255, 0);
border-right: 1px solid rgba(255, 255, 255, 0);
background-clip: padding-box;
border-radius: 20px;
}
.select2-container--open .select2-dropdown ::-webkit-scrollbar-track {
background-color: rgba(0,0,0,0.05);
}
.select2-container--open .select2-dropdown ::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,0.2);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
height: 15px;
left: 50%;
margin: 0;
position: absolute;
top: 50%;
width: 15px;
transform: rotate(0) translateY(-50%);
transition: 0.2s;
border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
font-family: "FontAwesome";
content: '\f107';
position: absolute;
top: 2px;
transition: 0.2s;
color: #c0c0c0;
display: inline-block;
text-align: center;
line-height: 15px;
font-size: 16px;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
transform: rotate(180deg);
}
.select2-container--default .select2-selection--multiple {
background-color: #fcfcfc;
border: 1px solid #e0e0e0;
border-radius: 4px;
cursor: text;
height: 50px;
overflow: hidden;
}  .select2-container--default .select2-selection--multiple ::-webkit-scrollbar {
height: 15px;
width: 12px;
background-color: rgba(255, 255, 255, 0);
}
.select2-container--default .select2-selection--multiple ::-webkit-scrollbar-track,
.select2-container--default .select2-selection--multiple ::-webkit-scrollbar-thumb {
border: 3px solid rgba(255, 255, 255, 0);
background-clip: padding-box;
border-radius: 20px;
}
.select2-container--default .select2-selection--multiple ::-webkit-scrollbar-track {
background-color: transparent;
}
.select2-container--default .select2-selection--multiple ::-webkit-scrollbar-thumb {
background-color: #ccc;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 5px;
width: 100%;
overflow-y: scroll;
height: 50px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px;
padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #28b661;
border: none;
border-radius: 4px;
cursor: default;
float: left;
margin-left: 4px;
margin-top: 7px;
padding: 0 5px;
font-size: 13px;
font-weight: 500;
color: #fff;
margin-bottom: -2px;
line-height: 26px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin: 0 2px 0 1px;
font-size: 22px;
transition: 0.2s;
line-height: 20px;
position: relative;
top: 4px;
font-weight: 400;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: 1px solid #e0e0e0;
outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #ddd;
box-shadow: none;
padding: 8px 10px;
height: 40px;
font-size: 13px;
background: #fafafa;
margin-bottom: 8px;
border-radius: 4px;
outline: none;
}
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield;
box-sizing: content-box;
}
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
font-size: 14px;
margin: 0;
}
.select2-container--default .select2-results__option[role=group] {
padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #f0f0f0;
}
.select2-container--default .select2-results__option .select2-results__option {
}
.select2-results__option {
padding: 4px 9px;
border-radius: 4px;
transition: 0.25s;
color: #888;
line-height: 26px;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #28b661;
color: white;
}
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 4px 8px;
font-size: 13px;
line-height: 22px;
color: #888;
background: #efefef;
border-radius: 4px;
margin-top: 8px;
margin-bottom: 1px;
font-weight: 500;
}
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: transparent;
border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
float: right;
margin-left: 5px;
margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
box-shadow: none;
}
.select2-container--classic .select2-dropdown {
background-color: white;
border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: white;
}
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb;
} .intro-banner .select2-container--default .select2-selection--single {
border: none;
height: 48px;
}
.intro-banner .select2-container .select2-selection--single .select2-selection__rendered {
padding: 0 10px;
}
.intro-banner .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #888;
line-height: 48px;
font-weight: 400;
font-size: 15.5px;
}
.intro-banner .intro-banner-search-form input { font-size: 15.5px !important; }
.intro-banner .select2-container--default .select2-selection--single .select2-selection__arrow b:after
{ top: 0; }
.intro-banner .select2-dropdown {
background-color: #fff;
border: none;
border-radius: 4px;
box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
top: -4px;
padding-top: 8px;
}
.intro-banner .select2-search--dropdown { margin-top: 0; }
.intro-banner .select2-dropdown:before {
content: "";
position: absolute;
z-index: 2100;
top: -4px;
left: 0;
height: 8px;
width: 100%;
background-color: #fff;
display: block;
opacity: 1;
pointer-events: none;
transition: .4s;
}
.intro-banner .select2-container--default .select2-selection--single { background: #fff; } .select2-dropdown {
animation: select2-anim 0.3s;
}
@keyframes select2-anim {
0% { opacity: 0; }
100% { opacity: 1; }
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
transition: border 0.2s;
border-bottom: 1px solid transparent;
}
.intro-banner .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.intro-banner .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom: none; }
.select2-container--default .select2-selection--single .select2-selection__clear { float: none; margin-right: 5px; }
body .job-application-meta dt { position: relative; display: block; }
body .job-application-meta dd { margin-left: 0; margin-top: -15px; }
@media only screen and (max-width: 767px) {.container { width: 100%; padding: 0 15px; } .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column, .container .one-third.columns, .container .two-thirds.columns, .container .twelve.sidebar-right.columns, .container .twelve.sidebar-left.columns, .container .five.sidebar-right.columns, .container .eleven.sidebar-right.columns { width: 100%; }}
@media (max-width: 992px) {.intro-banner { padding: 60px 15px !important; }}
​.sidebar-search_location-container #leaflet-geocode-cont { z-index: 9999; }
.wcs-switch-link button { color: #fff; position: relative; margin: 0; padding: 2px 7px; font-size: 13px !important; float: right; top: -7px; right: 15px; } .wp-social-login-provider-list {
padding: 0px;
display: flex;
width: calc(100% + 10px);
flex-wrap: wrap;
}
.wp-social-login-provider-list a {
flex: 1;
text-align: center;
border: 1px solid;
border-radius: 50px;
margin-top: 10px;
margin-right: 10px;
font-size: 14px;
padding: 5px 4px;
transition: 0.3s;
min-width: calc(33% - 10px);
line-height: 28px;
font-weight: 500;
}
.wp-social-login-provider-list a i { padding-right: 6px;}
.wp-social-login-widget {
margin-bottom: 0px;
}
.wp-social-login-provider:hover {
color: #fff !important;
background: #222;
border-color: #222;
}
.social-login-separator {
display: block;
text-align: center;
border-bottom: 1px solid #e0e0e0;
margin-top: 15px;
margin-bottom: 15px; 
line-height: 20px;
}
.social-login-separator span {
position: relative;
top: 9px;
background: #fff;
padding: 0 10px;  
font-weight: 500;
font-size: 14px;
color: #888;
}
@media (max-width: 768px) {
.wp-social-login-provider-list a {
width: 100%;
display: block;
margin-right: 0;
}   
.wp-social-login-provider-list {
width: 100%;
display: block;
}
.wp-social-login-widget {
margin-bottom: 0px;
display: block;
margin-top: 15px;
}
.social-login-separator {
display: block;
text-align: center;
border-top: 1px solid #e0e0e0;
border-bottom: none;
margin-top: 30px;
padding-top: 10px;
margin-bottom: 5px; 
line-height: 20px;
text-align: left;
}
.social-login-separator span {
position: relative;
top: 0;
background: transparent;
padding: 0;   
}
} .wp-social-login-provider-facebook { border-color: #3b5998; color: #3b5998; }
.wp-social-login-provider-twitter  { border-color: #1ca1f2; color: #1ca1f2; }
.wp-social-login-provider-google   { border-color: #dd4b39; color: #dd4b39; }
.wp-social-login-provider-yahoo    { border-color: #7f2db5; color: #7f2db5; }  
.wp-social-login-provider-linkedin { border-color: #0e76a8; color: #0e76a8; }  
.wp-social-login-provider-steam    { border-color: #171515; color: #171515; } .wp-social-login-provider-facebook:hover { background-color: #4162a8; color: #fff; border-color: #3b5998; }
.wp-social-login-provider-twitter:hover  { background-color: #25abfd; color: #fff; border-color: #1ca1f2; }
.wp-social-login-provider-google:hover   { background-color: #ef503d; color: #fff; border-color: #dd4b39; } 
.wp-social-login-provider-yahoo:hover    { background-color: #9652c4; color: #fff; border-color: #7f2db5; } 
.wp-social-login-provider-linkedin:hover { background-color: #0b5e85; color: #fff; border-color: #0e76a8; } 
.wp-social-login-provider-steam:hover    { background-color: #171515; color: #fff; border-color: #171515; } 
.wp-social-login-provider-facebook {
border-color: #4065b3 !important;
color: #fff;
background: #4065b3;
}
.fa-facebook-f:before, .fa-facebook:before {
content: "\f230";
}
.full-page-content-container .job-category-description {
padding: 35px;
padding-bottom: 0;
margin-bottom: -15px;
}
.job-category-description h1 {
font-size: 20px;
} .intro-banner.boxed {
background-image: none;
background-color: #f1fff7;
background-color: #f6f6f6;
}
@media (min-width: 1200px) {
.intro-banner.boxed.boxed-wide {
padding: 30px 0;
} 
}
.intro-banner:after,
.intro-banner.boxed:before { display: none; }
.intro-banner.boxed.intro-bg-type-image .background-image-container:before {
content: "";
width: 100%;
height: 100%;
display: block;
z-index: 999;
}
.intro-banner.boxed .intro-search-field .field-title { display: none;}
.intro-banner.boxed .intro-banner-search-form { margin-top: 0; }
.boxed-search-container {
width: 500px;
padding: 40px;
background: #fff;
box-shadow: 0 0 12px rgb(0 0 0 / 10%);
border-radius: 4px;
margin-left: 10px
}
.boxed-search-container .intro-banner-search-form {
display: flex;
flex-direction: column;
}
.boxed-search-container .intro-banner-search-form { box-shadow: none;}
.boxed-search-container .banner-headline-alt h3 strong {
font-size: 30px; 
font-weight: 500;
}
.boxed-search-container .banner-headline-alt span {
font-size: 18px; 
font-weight: 400;
margin-top: -5px;
color: #999;
}
.intro-banner.boxed .intro-banner-search-form { margin-top: 20px;}
.intro-banner.boxed .intro-banner-search-form input {
border: none;
box-shadow: none;
background: #f4f4f4; 
padding: 18px;
font-weight: 400;
font-size: 15px;
height: 56px;
}
.intro-banner.boxed .intro-banner-search-form input,
.intro-banner.boxed .select2-container--default .select2-selection--single .select2-selection__rendered
{ font-weight: 400 !important; }
.intro-banner.boxed .background-image-container {
background-size: cover;
background-repeat: no-repeat;
background-position: 100%;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
left: 0;
z-index: 10;
overflow: hidden;
}
.intro-banner.boxed .intro-search-field { padding: 0; margin-bottom: 15px; border: none;}
.intro-banner.boxed .select2-container--default .select2-selection--single .select2-selection__rendered {
background-color: #f4f4f4;
border-radius: 4px;	font-weight: 500;
font-size: 15.5px;
padding: 0 18px;
line-height: 56px;
}
.intro-banner.boxed .select2-container--default .select2-selection--single { height: 56px; }
.intro-banner.boxed .intro-banner-search-form .input-with-icon i { right: 19px;}
@media (max-width: 992px) {.intro-banner-search-form .input-with-icon i { right: 19px !important;}}
.intro-banner.boxed .intro-search-field .type-and-hit-enter { background-color: #e0e0e0; font-size: 12px; top: 15px; right: 15px; }
.intro-banner.boxed .select2-container--default .select2-selection--single .select2-selection__arrow { height: 51px}
.intro-banner.boxed .select2-dropdown { background-color: #fff; box-shadow: none; border: 1px solid #eaeaea; border-radius: 0 0 4px 4px; border-top: none; }
.intro-banner.boxed .select2-dropdown { top: 0; }
.intro-banner.boxed .select2-dropdown:before { display: none; }
.intro-banner.boxed .banner-headline-alt { max-width: 100%; }
.intro-banner.boxed .adv-search-btn span { color: #26ae61; }
.intro-banner.boxed #leaflet-geocode-cont {
z-index: 1020;
top: 55px;
padding-top: 0;
border-radius: 0 0 4px 4px;
box-shadow: none;
border: 1px solid #eaeaea;
}
.intro-banner.boxed  #leaflet-geocode-cont:after { background-color: #f4f4f4}
.intro-banner.boxed #leaflet-geocode-cont:before { display: none; }
.intro-banner.boxed { padding: 0; }
.intro-banner.boxed .container {
background-repeat: no-repeat;
background-position: 100% 50%;
background-size: 55%;
padding: 80px 0;
}
@media (max-width: 992px) {
.intro-banner.boxed .intro-banner-search-form .intro-search-field { box-shadow: none; }
.intro-banner.boxed .select2-container--default .select2-selection--single { background: #f3f3f3; padding: 0;}
.intro-banner.boxed .intro-banner-search-form .input-with-icon i { left: initial; }
.intro-banner.boxed .intro-search-field { margin-bottom: 0; }
.boxed-search-container {
margin-left: 0;
width: 100%;
}
.intro-banner.boxed .container {
background-image: none !important; }
}  .intro-banner.boxed.boxed-wide .boxed-search-wide-wrapper {
display: flex;
flex-flow: wrap;
border-radius: 6px;
overflow: hidden;
box-shadow: 0 0 20px rgb(0 0 0 / 9%);
}
.boxed-wide .boxed-search-container {
width: auto;
flex: 1;
margin: 0;
border-radius: 0;
}
.boxed-wide .boxed-search-footer {
background: #000;
width: 100%;
}
.boxed-wide .boxed-search-footer { position: relative; }
.boxed-wide .boxed-search-footer:after {
background: #26ae61;
opacity: 0.75;
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.boxed-wide .boxed-search-footer .highlighted-categories-headline { display: none; }
.boxed-wide .boxed-search-right-side {
background: #fff;
background: #f6f6f6;
width: 100%;
position: relative;
overflow: hidden;
justify-content: center;
align-items: baseline;
display: flex;
padding: 40px;
flex-direction: column;
}
@media (min-width: 1300px) {
.boxed-wide .boxed-search-right-side {
width: 400px;
}   
}
.boxed-wide .boxed-search-right-side h1,
.boxed-wide .boxed-search-right-side h2,
.boxed-wide .boxed-search-right-side h3,
.boxed-wide .boxed-search-right-side h4,
.boxed-wide .boxed-search-right-side h5,
.boxed-wide .boxed-search-right-side h6 {
font-size: 22px;
line-height: 30px;
font-weight: 500;
letter-spacing: 0;
margin-bottom: -5px;
}
.boxed-wide .boxed-search-right-side p {
margin: 20px 0 0 0;
font-size: 16px;
font-weight: 300;
color: #888;
}
.boxed-wide .boxed-search-right-side a {
border-radius: 4px;
padding: 12px 15px;
font-size: 14px;
font-weight: 500;
margin-top: 0;
display: inline-block;
line-height: 22px;
transition: 0.2s;
background: #fff;
color: #333;
box-shadow: 0 2px 9px rgb(0 0 0 / 8%);
}
.boxed-wide .boxed-search-right-side a:hover {
color: #fff;
background: #292929;
}
.boxed-wide .boxed-search-right-side:after {
background: #26ae61;
opacity: 0.15;
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
display: none;
}
.boxed-wide .boxed-search-container .intro-banner-search-form {
flex-direction: row;
align-items: flex-start;
}
.boxed-wide .boxed-search-container .intro-banner-search-form .intro-search-button .button {
height: 55px;
line-height: 55px;   
}
.boxed-wide .intro-banner-search-form .intro-search-field.with-label { margin-top: 0; }
.boxed-wide .boxed-search-container .intro-search-button {
margin: 0;
align-items: flex-start;
}
.boxed-wide .intro-search-field { margin-right: 10px; }
@media (max-width: 992px) {
.boxed-wide.intro-banner.boxed .intro-banner-search-form {
margin-top: 0;
}   
.boxed-wide .boxed-search-container .banner-headline-alt span { margin-top: 0; }
}
.boxed-wide .adv-search-btn { margin-top: 10px; }
.boxed-wide .highlighted-categories {
display: flex;
color: #fff;
position: relative;
z-index: 10;
align-items: center;
justify-content: center;
overflow: hidden;
flex-wrap: wrap;
padding: 8px 10px 12px 10px;
}
.boxed-wide a.highlighted-category {
padding: 0px 12px;
}
.boxed-wide .highlighted-categories a h4 {
color: #fff;
font-size: 13px; line-height: 20px;
margin: 4px 0;
opacity: 1;
transition: 0.2s;
}
.boxed-wide .highlighted-categories i {
display: none;
}
.boxed-wide .highlighted-categories a:hover h4 {
opacity: 1;
color: #333;
}
.boxed-wide .highlighted-categories a:last-child h4 {
border-right: 0;
}
.intro-banner.boxed .intro-search-field select {
font-size: 15.5px;
font-weight: 400;
background: #f0f0f0;
border-radius: 4px;
height: 55px;
padding: 8px;
}
@media (max-width: 992px) {
.intro-banner.boxed .container {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.boxed-wide .boxed-search-container .intro-banner-search-form { flex-direction: column;}
.boxed-wide.intro-banner.boxed .intro-banner-search-form .intro-search-field {
width: 100%; }
.boxed-wide .boxed-search-container .intro-search-button { margin-top: 15px; }
}
@media (min-width: 1300px) {
.intro-banner.extra-white-space {   margin: 60px; box-shadow: 0 10px 30px rgb(0 0 0 / 30%);}
.intro-banner.extra-white-space .background-image-container,
.intro-banner.extra-white-space.dark-overlay:before {border-radius: 8px; }
}
@media (min-width: 1200px) {
.intro-banner.extra-white-space {   margin: 40px; box-shadow: 0 10px 30px rgb(0 0 0 / 30%);}
.intro-banner.extra-white-space .background-image-container,
.intro-banner.extra-white-space.dark-overlay:before {border-radius: 8px; }
}
@media (max-width: 1200px) {
.intro-banner.extra-white-space { margin-bottom: 30px; }
}
.intro-banner.extra-white-space { border-radius: 8px; }
.intro-banner.boxed.dark-overlay-boxed:before {
display: block;
content: "";
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 100;
}  .job-listing.grid {
display: block;
border-radius: 4px;
box-shadow: none;
border: 1px solid #e0e0e0 !important;
margin-bottom: 35px;
background-color: #fff;
transition: 0.3s;
position: relative;
overflow: hidden;
}
.job-listing.grid:hover {
box-shadow: 0 0 16px rgba(0,0,0,0.05);
border-color: #d9d9d9 !important
}
.job-listing-details {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
padding: 35px;
padding-bottom: 32px;
}
.job-listing.grid .job-listing-company-logo {
flex: 1;
max-width: 55px;
margin-right: 25px;
position: relative;
top: 3px;
}
.job-listing.grid .job-listing-company-logo img {
border-radius: 4px;
transform: translate3d(0,0,0);
}
.job-listing.grid .job-listing-description {
flex: 1;
padding-top: 3px;
}
.job-listing.grid .job-listing-description p {
margin: 15px 0 0 0;
padding: 0;
color: #666;
}
.job-listing.grid h4.job-listing-company {
font-size: 14px;
color: #808080;
font-weight: 400;
margin-top: 0;
line-height: 20px;
margin-bottom: 5px;
}
.job-listing.grid h3.job-listing-title {
font-size: 20px;
color: #333;
line-height: 30px;
}
.job-listing.grid .job-listing-footer {
background-color: #f9f9f9;
padding: 18px 35px;
border-radius: 0 0 4px 4px;
position: relative;
}
.job-listing.grid .job-listing-footer ul {
list-style: none;
padding: 0;
margin: 0;
}
.job-listing.grid .job-listing-footer ul li {
display: inline-block;
margin-right: 14px;
color: #777;
margin-top: 3px;
margin-bottom: 3px;
}
.job-listing.grid .job-listing-footer ul li:last-child {
margin-right: 0;
}
.job-listing.grid .job-listing-footer ul li i.icon-material-outline-location-on {
margin-right: 0;
}
.job-listing.grid .job-listing-footer ul li i {
position: relative;
top: 1px;
margin-right: 3px;
color: #777;
} @media (max-width: 768px) {
.job-listing.grid .job-listing-company-logo { display: none; }
.job-listing.grid .job-listing-title { padding-right: 10%; }
}
.grid-layout {
display: flex;
flex-wrap: wrap;
width: calc(100% + 30px);
}
.grid-layout .job-listing.grid {
display: flex;
flex-direction: column;
justify-content: center;
margin: 0 30px 30px 0;
width: calc(100% * (1/2) - 30px);
flex-direction: column;
position: relative;
}
.grid-layout.grid-three-in-row .job-listing.grid {
width: calc(100% * (1/3) - 30px);
}
.grid-layout .job-listing-details {
flex-grow: 1;
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 30px;
padding-right: 40px;
}
.grid-layout .job-listing-footer {
flex-grow: 0;
padding: 20px 30px;
}
.grid-layout .job-listing h3.job-listing-title {
font-size: 18px;
line-height: 28px;
}
.grid-layout .job-listing-footer .bookmark-icon {
top: 0;
right: 25px;
transform: translateY(-50%) scale(0.96);
}
.grid-layout .job-listing .job-listing-company-logo {
max-width: 60px;
margin-right: 24px;
top: 1px;
flex: 0 0 60px;
} @media (max-width: 992px) {
.full-page-content-inner .grid-layout .job-listing,
.grid-layout.grid-three-in-row .job-listing.grid,
.grid-layout .job-listing.grid {
margin: 0 0 30px 0;
width: 100%;
}
.grid-layout,
.full-page-content-inner .grid-layout { width:100%; }
.full-page-content-container .simplebar-content {overflow-x: hidden !important;}
.full-page-container.with-map .full-page-content-inner .grid-layout .job-listing { width: 100%; }
.padding-right { padding: 0;}
}
.job_listings .job-listing.grid  img, 
.job-list .job-listing.grid img { padding: 0; margin: 0;}
.job_listings > li.job-listing.grid:nth-child(2n), .job-list > li.job-listing.grid:nth-child(2n) { background: transparent;}
.job-listing.grid .listing-types-list { display: block; position: relative; top: 0; transform: none; right: 0; max-width: 100%; text-align: left; margin-top: 5px}
.job-listing.grid .listing-types-list span { 
display: inline-block;
color: #fff; 
font-size: 12px;
font-weight: 500;
border-radius: 4px; 
margin: 3px 3px 0 0;
padding: 3px 6px;
line-height: 20px;
}
.job-listing.grid.job_position_featured .job-listing-footer {}
.task-listing-details .listing-badge,
.tasks-list-container .listing-badge,
.freelancers-container .freelancer .listing-badge,
.job-listing.grid.job_position_featured .listing-badge {
background-color: #fff4cc;
color: #fac300;
}
.freelancers-grid-layout .freelancer.freelancer-featured,
.tasks-grid-layout .task-listing-featured {
border-color: #fac710 !important;
}
.tasks-list-container.compact-list { border: none; }
.tasks-list-container.compact-list a.task-listing {
border-right: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
}
.tasks-list-container.compact-list .task-listing:first-of-type {
border-top: 1px solid #e0e0e0;}
.tasks-list-container.compact-list a.task-listing:last-of-type {
border-bottom: 1px solid #e0e0e0;
} .compact-list.freelancers-list-layout .freelancer.freelancer-featured:before,
.tasks-list-container.compact-list a.task-listing-featured:before {
background-color: #fac710 !important;
opacity: 1;
}
.compact-list.freelancers-list-layout .freelancer:before,
.tasks-list-container.compact-list a.task-listing:before {
left: -1px;
}
.freelancer.freelancer-featured,
.tasks-list-container.compact-list .task-listing,
.tasks-list-container.tasks-grid-layout .task-listing { overflow: hidden; }
.job-list li.job-listing.grid.job_position_featured {
background-color: #fff !important;
border-color: #fac710 !important;
z-index: 100 !important;
}
.job-list li.job-listing.grid.job_position_featured:hover { box-shadow: 0 0 18px #fac71012}
.workscout-grid-job-link-handler {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
background: transparent !important;
border: none !important;
opacity: 0; }
.job-listing.grid img {     object-fit: cover; }
.job-listing.grid .job-listing-footer ul li i { font-size: 16px;}
@media (max-width: 1099px) {.full-page-map-container #ws-map, .full-page-map-container #search_map { height: 400px !important; }}
.job-list.full.grid-layout { margin-bottom: 0; } .icon-box-2 {
display: block;
border: 1px solid #e0e0e0;
border-radius: 4px;
margin-bottom: 30px;
text-align: center;
padding: 25px 35px 35px 35px;
background-color: #fff;
}
.icon-box-2 h3 {
font-weight: 500;
font-size: 20px;
}
.icon-box-2 p {
font-size: 15px;
line-height: 26px;
}
.icon-box-2 svg,
.icon-box-2 img {
max-width: 200px;
}
.admin-bar .intro-banner.boxed .select2-dropdown {
top: -32px;
}  .listings-container { margin: 15px 0 40px 0; }
.listing {
border-radius: 0;
display: flex;
padding: 25px;
border-left: 4px solid #eee;
transition: 0.3s;
position: relative;
overflow: hidden;
border: 1px solid #e0e0e0;
margin-top: -1px;
}
.listings-container .listing:first-child { border-radius: 4px 4px 0 0; }
.listings-container .listing:last-child { border-radius: 0 0 4px 4px; }
.listing.featured { background-color: #fffcee; }
.listing:hover { background-color: #fafafa; }
.listing-badge {
background-color: #fac710;
float: left;
position: absolute;
transform: rotate(45deg);
text-align: center;
font-size: 14px;
margin: 0;
z-index: 999;
color: #fff;
font-weight: 500;
width: 66px;
height: 66px;
right: -33px;
top: -33px;
line-height: 106px;
}
.listing-badge i {
transform: rotate(-45deg);
}
.listing.full-time  { border-left: 4px solid #186fc9; }
.listing.part-time  { border-left: 4px solid #f1630d; }
.listing.freelance  { border-left: 4px solid #53b427; }
.listing.internship { border-left: 4px solid #e1d123; }
.listing.temporary  { border-left: 4px solid #e12335; }
.listing .listing-logo {
width: 60px;
min-width: 60px;
flex-wrap: wrap;
}
.listing .listing-logo img {
border-radius: 4px;
transform: translate3d(0,0,0);
}
.listing .listing-title {
flex-wrap: wrap;
padding-left: 25px;
padding-right: 110px;
}
.listing .listing-title h4 {
letter-spacing: 0;
font-size: 17px;
line-height: 27px;
margin-bottom: 5px;
color: #333;
}
.listing-type {
border-radius: 4px;
font-size: 12px;
background-color: #fff;
border: 1px solid #e0e0e0;
color: #888;
padding: 4px 8px;
line-height: 18px;
font-weight: 500;
position: absolute;
top: 25px;
right: 25px;
white-space: nowrap;
text-align: center;
min-width: 76px;
top: 50%;
transform: translateY(-50%);
}
@media (max-width: 768px) {
.listing-type {
position: relative;
left: 0;
top: 0;
transform: translateY(0%);
margin: 8px 0;
display: inline-block;
}
.listing .listing-title { padding-right: 20px; }
.listing .listing-logo {
width: 40px;
min-width: 40px;
}
}
.listing.full-time .listing-type   { color: #186fc9; border-color: #186fc9; background-color: #f1f7fc; }
.listing.part-time .listing-type   { color: #f1630d; border-color: #f1630d; background-color: #fef6f0; }
.listing.freelance .listing-type   { color: #53b427; border-color: #53b427; background-color: #f5fbf2; }
.listing.internship .listing-type  { color: #dcaa0c; border-color: #dfb634; background-color: #fdfcf2; }
.listing.temporary .listing-type   { color: #e12335; border-color: #e12335; background-color: #fdf2f3; }
.job-spotlight span.full-time   { color: #186fc9 !important; border: 1px solid #186fc9; background-color: #f1f7fc; }
.job-spotlight span.part-time   { color: #f1630d !important; border: 1px solid #f1630d; background-color: #fef6f0; }
.job-spotlight span.freelance   { color: #53b427 !important; border: 1px solid #53b427; background-color: #f5fbf2; }
.job-spotlight span.internship  { color: #dcaa0c !important; border: 1px solid #dfb634; background-color: #fdfcf2; }
.job-spotlight span.temporary   { color: #e12335 !important; border: 1px solid #e12335; background-color: #fdf2f3; }
.job-spotlight span.full-time,
.job-spotlight span.part-time,
.job-spotlight span.freelance,
.job-spotlight span.internship,
.job-spotlight span.temporary   {
text-transform: none !important;
font-size: 12px !important;
font-weight: 500 !important;
line-height: 26px;
}
li .job-spotlight p { color: #888; }
.job-spotlight a h4 { line-height: 29px; }
.listing-date { 
background-color: #fff;
border: 1px solid #e0e0e0;
color: #888;
display: inline-block;
border-radius: 4px;
font-size: 12px;
padding: 3px 8px;
line-height: 18px;
font-weight: 500;
}
.listing-date.new {
border-color: #26ae62;
background-color: #e9fff3;
color: #26ae62;
}
.listing-details { flex-wrap: wrap; }
.listing-icons {
padding: 0;
margin: 0;
}
.listing-icons li {
display: inline-block;
margin-right: 13px;
color: #808080;
line-height: 29px;
}
.listing-icons li:last-child {
margin-right: 0px;
}
.listing-icons li i {
font-size: 19px;
position: relative;
top: 2px;
margin: 0 4px 0 0;
} .listings-container.logo-to-right .listing-type {
position: relative;
margin-left: 5px;
left: auto;
right: auto;
top: -1px;
}
.listings-container.logo-to-right .listing .listing-title {
padding-left: 5px;
padding-right: 80px;
}
.listings-container.logo-to-right .listing .listing-logo {
position: absolute;
right: 25px;
}
@media (max-width: 1290px) {
.listings-container.logo-to-right .listing .listing-title{
padding-right: 60px;
}
.listings-container.logo-to-right .listing .listing-logo {
width: 40px;
}
}  .full-page-container {
display: flex;
width: 100%;
flex-wrap: wrap;
}
.full-page-content-container {
flex: 1;
background-color: #fff;
padding: 0;
overflow: auto;
}
.full-page-content-inner {
padding: 0;
}
.full-page-content-inner .grid-layout {
width: calc(100% + 30px)
}
.full-page-content-inner .grid-layout .job-listing {
margin: 0 30px 30px 0;
width: calc(100% * (1/2) - 30px);
}
@media (min-width: 2200px) {
.full-page-content-inner .grid-layout .job-listing {
width: calc(100% * (1/3) - 30px);
}
} .small-footer {
border-top: 1px solid #e0e0e0;
padding-top: 0px;
width: calc(100% - 70px);
left: 0;
position: relative;
padding: 25px 35px;
display: flex;
}
.small-footer strong { color: #333; }
.small-footer-copyrights { flex: 2; } .full-page-map-container {
flex: auto;
position: relative;
background-color: #e5e3df;
}
.full-page-map-container #map {
position: relative;
z-index: 30;
}
.full-page-container.with-map .full-page-content-container {
flex: 0 0 50vw;
} .single-job-view-container::-webkit-scrollbar,
.full-page-jobs.full-page-container .full-page-content-container::-webkit-scrollbar,
.full-page-container .full-page-sidebar::-webkit-scrollbar,
.full-page-container.with-map .full-page-content-container::-webkit-scrollbar {
width: 8px;
background-color: rgba(255, 255, 255, 0);
}
.single-job-view-container::-webkit-scrollbar-thumb,
.single-job-view-container::-webkit-scrollbar-track,
.full-page-jobs.full-page-container .full-page-content-container::-webkit-scrollbar-thumb,
.full-page-container .full-page-sidebar::-webkit-scrollbar-track,
.full-page-container .full-page-sidebar::-webkit-scrollbar-thumb,
.full-page-container.with-map .full-page-content-container::-webkit-scrollbar-thumb {
border-left: 1px solid rgba(255, 255, 255, 0);
border-right: 1px solid rgba(255, 255, 255, 0);
background-clip: padding-box;
border-radius: 20px;
}
.single-job-view-container::-webkit-scrollbar-track,
.full-page-container .full-page-sidebar::-webkit-scrollbar-track,
.full-page-container.with-map .full-page-content-container::-webkit-scrollbar-track {
background-color: #f1f1f1
}
.single-job-view-container::-webkit-scrollbar-thumb,
.full-page-jobs.full-page-container .full-page-content-container::-webkit-scrollbar-thumb,
.full-page-container .full-page-sidebar::-webkit-scrollbar-thumb,
.full-page-container.with-map .full-page-content-container::-webkit-scrollbar-thumb {
background-color: #d0d0d0;
}
.single-job-view-container::-webkit-scrollbar-thumb:hover,
.full-page-jobs.full-page-container .full-page-content-container::-webkit-scrollbar-thumb:hover,
.full-page-container .full-page-sidebar::-webkit-scrollbar-thumb:hover,
.full-page-container.with-map .full-page-content-container::-webkit-scrollbar-thumb:hover {
background-color: #c8c8c8;
}
.listings-container { padding: 35px; } .filters-container {
background: #f8f8f8;
border-radius: 4px; 
display: block; 
padding: 35px;
font-weight: 500;
}
.filters-headline {
line-height: 32px;
margin-bottom: 10px;
margin-top: -5px;
font-weight: 500;
color: #333;
}
.filters-headline strong {
font-weight: 500;    
}
.filters-flexbox-row {
display: flex;
flex-wrap: wrap;
left: -10px;
position: relative;
width: calc(100% + 20px);
}
.filters-flexbox-child {
flex: 0 0 calc(50% - 20px);
margin: 10px;
flex-grow: 1;
}
.filters-flexbox-child.flex-one-third { flex: 0 0 calc(33.3% - 20px); flex-grow: 1; }
.filters-flexbox-child.flex-one-half { flex: 0 0 calc(50% - 20px); flex-grow: 1; }
.filters-flexbox-child.flex-full-width { flex: 0 0 calc(100% - 20px); flex-grow: 1; } @media (max-width: 1920px) {
}
@media (max-width: 1600px) {
.full-page-container.with-map .full-page-content-container { flex: 0 0 55vw }
}
@media (max-width: 1290px) {
.filters-flexbox-child.flex-one-third { flex: 0 0 calc(50% - 20px); flex-grow: 1; }
}
@media (max-width: 1099px) { .full-page-map-container {
order: -1;
width: 100%;
height: 400px;
position: absolute;
top: 0;
}
.full-page-container.with-map {
padding-top: 400px;
height: auto !important;
width: 100%;
position: relative;
}
.full-page-container.with-map .full-page-content-container { 
flex: 1;
height: auto !important;
}
.full-page-container:not(.full-page-jobs.full-page-container)
.full-page-content-container{
height: auto !important;
}
.full-page-container .simplebar-track { display: none; }
.filters-flexbox-child.flex-one-third { flex: 0 0 calc(33.3% - 20px); flex-grow: 1; }
.filters-flexbox-child.flex-one-half { flex: 0 0 calc(50% - 20px); flex-grow: 1; }
.filters-flexbox-child.flex-full-width { flex: 0 0 calc(100% - 20px); flex-grow: 1; }
.listings-container,
.filters-container { padding: 30px 25px; }
}
@media (max-width: 768px) {
.filters-flexbox-child.flex-one-third,
.filters-flexbox-child.flex-one-half { flex: 0 0 calc(50% - 20px); flex-grow: 1; }
.filters-flexbox-child.flex-full-width { flex: 0 0 calc(100% - 20px); flex-grow: 1; }
.listings-container,
.filters-container { padding: 30px 15px; }
}
@media (max-width: 540px) {
.filters-flexbox-child.flex-one-third,
.filters-flexbox-child.flex-one-half,
.filters-flexbox-child.flex-full-width { flex: 0 0 calc(100% - 20px); flex-grow: 1; }
}  .full-page-container.full-page-jobs {
flex-wrap: nowrap;
width:  100%;
}
.job_filters_links { display: block; }
.job_filters .job_filters_links a {display: block; }
.rss_link { display: none !important; }
.job_filters a.reset { max-width: 100%; } .full-page-container.full-page-jobs .full-page-sidebar {
max-height: 100vh;
overflow: auto;
background-color:  #fff;
box-shadow: 0 0 15px rgba(0,0,0,0.12);
flex: 0 0 350px;
}
.full-page-sidebar.hidden-sidebar {
visibility: hidden;
transition: 0.4s;
position: relative;
opacity: 0;
max-width: 0;
}
.full-page-sidebar-inner {background: #f9f9f9;padding: 30px;padding-bottom: 0;padding-top: 10px;}
.full-page-jobs .full-page-content-container {flex:  0 0 45%;box-shadow: 0 0 15px rgb(0 0 0 / 12%);position: relative;z-index: 2;}
.full-page-jobs .filters-container {
background:  linear-gradient(to bottom, #f9f9f9, rgba(255,255,255,0.5));
padding-bottom:  10px;
padding-top:  42px;
}
.single-job-view-container { max-height: 100%; overflow: auto; padding: 40px; }
.full-page-job-container {
flex:  0 0 55%;
}
.full-page-sidebar.hidden-sidebar.enabled-sidebar {
visibility: visible;
opacity: 1;
max-width: 350px;
}
@media (min-width: 992px) {
.full-page-sidebar .sidebar-container,
.full-page-sidebar .job_filters.in_sidebar {
width: 282px;
}   
}
.full-page-job-listings-container {
padding:  35px;
}
.full-page-sidebar-inner { overflow-x: hidden; } .enable-filters-button {
position: relative;
left: 48px;
top: 0px;
z-index: 100;
background-color: #fff;
color: #333;
border-radius: 0 4px 4px 0;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
height: 46px;
line-height: 46px;
padding: 0;
transition: 0.3s;
min-width: 105px;
text-align: center;
font-weight: 500;
font-size:  14px;
}
.enable-filters-button span {
position: relative;
padding: 0 15px;
background-color: #28b661;
color: #fff;
width: 100%;
z-index: 100;
border-radius: 0 4px 4px 0;
transition: 0.3s;
height: 46px;
} .filter-button-container {
margin:  18px 0 0 0;
position: relative; }
.filter-button-tooltip {
position: absolute;
width: auto;
left: 15px;
top: 0;
z-index: 100;
border-radius: 4px;
width: auto;
animation: tooltip-bounce 2s infinite;
margin-left: 15px;
white-space: nowrap;
opacity: 0;
overflow: visible;
transition: opacity 0.3s;
pointer-events: none;
padding: 0 20px;
background-color: #f0f0f0;
color: #666;
font-weight: 400;
font-size: 14px;
line-height: 46px;
}
.filter-button-tooltip.tooltip-visible { opacity: 1; }
.filter-button-tooltip:before {
content: "";
position: absolute;
width: 0;
height: 0;
top: calc(50% - 3px);
content: "";
left: -3px;
box-sizing: border-box;
border: 5px solid black;
border-color: transparent transparent #f0f0f0 #f0f0f0;
transform-origin: 0 0;
transform: rotate(45deg) translateY(-50%); }
@keyframes tooltip-bounce {
0%, 20%, 50%, 80%, 100% { transform: translateX(0); }
40% { transform: translateX(14px); } 
60% { transform: translateX(7px); }
} .full-page-search-form h3 {
font-size: 19px;
font-weight: 500;
color: #333;
line-height: 32px;
margin:  0 0 15px 0;
padding:  0;
} .enable-filters-button:hover i,
.enable-filters-button.active i,
.enable-filters-button:hover span,
.enable-filters-button.active span {
background-color: #333;
}
.enable-filters-button:hover i:after,
.enable-filters-button:hover i:before,
.enable-filters-button.active i:after,
.enable-filters-button.active i:before {
background-color: rgba(0,0,0,0.25);
}
.enable-filters-button i {
position: absolute;
z-index: 90;
left: -46px;
height: 100%;
font-size: 20px;
background-color: #28b661;
color: #fff;
line-height: 46px;
text-align: center;
width: 46px;
height: 46px;
border-radius: 4px 0 0 4px;
font-style: normal;
transition: 0.3s;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);  }
.enable-filters-button i:after,
.enable-filters-button i:before {
position: absolute;
left: 0;
right: 0;
transition: 0.3s;
border-radius: 4px 0 0 4px;
background-color: rgba(0,0,0,0.1);
}
.enable-filters-button i:after {
content: "";
opacity: 1;
background-image: url(https://zilla1.com/wp-content/themes/workscout/images/filters.svg);
background-repeat: no-repeat;
background-size: 24px;
background-position: 50%;
height: 100%;
}
.enable-filters-button.active i:after {
opacity: 0;
}
.enable-filters-button i:before {
content: "";
width:  100%;
height: 100%;
background-repeat: no-repeat;
background-position: 50%;
background-size:  20px;
background-image: url(https://zilla1.com/wp-content/themes/workscout/images/close.svg);
opacity: 0;
}
.enable-filters-button.active i:before {
opacity: 1;
}
.enable-filters-button span.show-text,
.enable-filters-button.active span.hide-text {
display: inline-block;
}
.enable-filters-button.active span.show-text,
.enable-filters-button span.hide-text {
display: none;
}
@media (max-width: 992px) {
.intro-banner .intro-banner-search-form .input-with-icon i {
left: initial;
}
}	
#titlebar.single-job-view-titlebar {
display: flex;
padding: 35px !important;
align-items: center;
margin: 0;
flex-direction: row;
border-radius: 4px;
}
@media (max-width: 1300px) {
#titlebar.single-job-view-titlebar {
flex-wrap: wrap;
}
#titlebar.single-job-view-titlebar .job_application.application,
#titlebar .ajax-job-view-apply {
min-width: auto;
width: 100%;
}
#titlebar .ajax-job-view-apply a.button{
width: 100% !important;
display: block;
text-align: center;
margin-top: 25px;
}
}
.ajax-job-view-logo {
max-width: 100px;
margin-right: 27px;
}
@media (max-width: 1500px) {
.ajax-job-view-logo {
max-width: 80px;
}
}
@media (max-width: 1200px) {
.ajax-job-view-logo {
max-width: 70px;
}
}
.ajax-job-view-logo img {
border-radius: 4px;
}
#titlebar .ajax-job-view-types {
margin-bottom: 5px;
}
#titlebar .ajax-job-view-types span {
color: #fff;
font-size: 13px;
font-weight: 500;
border-radius: 4px;
padding: 5px 7px;
line-height: 20px;
}
#titlebar h1.ajax-job-view-title {
font-size: 21px;
font-weight: 500;
line-height: 34px;
margin: 0;
padding: 0;
}
#titlebar h1.ajax-job-view-title a { color: #333; font-size: 18px; }
#titlebar h1.ajax-job-view-title a:before { display: none !important; }
#job_map { border-radius: 4px; }
@media (max-width: 1600px) {
#titlebar h1.ajax-job-view-title { font-size: 19px; line-height: 31px; }
}
#titlebar .ajax-job-view-company {
margin: 0;
padding: 0;
line-height: 24px;
margin-top: 0px
}
@media (max-width: 990px) {
#titlebar .ajax-job-view-logo {
display: none;
}
}
#titlebar .ajax-job-view-company strong {
font-size: 16px;
font-weight: 500;
line-height: 26px;
color: #808080;
margin: 0;
padding: 0;
}
.single-job-view-actions {
display: flex;
margin: 25px 0 0px 0;
align-items: flex-start;
}
.single-job-view-actions .wp-job-manager-bookmarks-form { border: none; }
#titlebar .ajax-job-view-links {
margin-top: 6px
}
#titlebar .ajax-job-view-links a {
font-size: 13px;
font-weight: 500;
background-color: #eaeaea;
margin-right: 5px;
padding: 5px 7px;
border-radius: 4px;
color: #777;
}
#titlebar .ajax-job-view-links a i{
font-size: 12px;
opacity: 0.9
}
.single-job-view-container #job-details {
margin-top: 25px;
}
.single-job-view-container #job-details .job-overview {
padding: 18px;
padding-bottom: 15px;
background: #fff;
border: 1px solid #e0e0e0;
}
.single-job-view-container #job-details .job-overview strong {
font-weight: 500;
}
.single-job-view-container #job-details .job-overview ul {
display: flex;
flex-wrap: wrap;
padding: 0;
margin: 0;
}
.single-job-view-container #job-details .job-overview ul li {
padding: 10px 15px;
margin: 0;
flex: 0 0 25%;
}
@media (max-width: 1700px) {
.single-job-view-container #job-details .job-overview ul li { flex: 0 0 33%;}
}
@media (max-width: 1400px) {
.single-job-view-container #job-details .job-overview ul li { flex: 0 0 50%;}
}
@media (max-width: 1100px) {
.single-job-view-container #job-details .job-overview ul li { flex: 0 0 100%;}
}
.single-job-view-container #job-details .job-overview  ul li:last-child {
margin-bottom: 0;
}
.ajax-job-view-details { flex-grow: 1; }
#titlebar .ajax-job-view-apply a.button {
position: relative;
top: initial;
transform: none;
left: initial;
right: initial;
font-size: 14px;
}
.ajax-job-view-apply {
min-width: 180px;
justify-content: flex-end;
display: flex;
}
body .button.send-message-to-owner,
body .single-job-view-actions a.bookmark-notice {
display: inline-block;
background: #fcf5d6;
padding: 5px 15px;
font-size: 13px;
font-weight: 500;
color: #a38948;
border-radius: 4px;
margin-top: 0;
transition: 0.2s;
box-shadow: none; margin-right: 10px
}
body .button.send-message-to-owner:hover,
body .single-job-view-actions a.bookmark-notice:hover {
background: #f7f0d1;
color: #a38948;
box-shadow: none;
}
body .button.send-message-to-owner  {
background-color: #26ae6121;
color: #26ae61;
}
body .button.send-message-to-owner:hover {
background-color: #26ae612e;
color: #26ae61;
}
.full-page-job-container .single-job-view-container {
transition: 0.3s;
opacity: 1;
background: #fff;
position: relative;
z-index: 1;
min-height: 100%;
}
.full-page-job-container.loading .single-job-view-container {
opacity: 0.5;
}
.full-page-job-container .listings-loader {
opacity: 0;
pointer-events: none;
display: block;
transition: 0.2s;
top: 50%;
}
.full-page-job-listings-container .listings-loader {
position: sticky;
top: 50%;
height: 0;
}
.full-page-job-container.loading .listings-loader {
opacity: 1;
}
.full-page-job-container {
position: relative;
background-color: #fafafa
}
.full-page-job-listings-container { position: relative; }
.sticky-filter-button {
position: sticky;
z-index: 10;
height: 0;
margin: 0 0 0 -3px;
top: 10px;
opacity: 0;
}
.sticky-filter-button {
position: sticky;
z-index: 10;
height: 0;
margin: 0 0 0 -60px;
top: 10px;
opacity: 0;
transition: 0.3s;
}
.sticky-filter-button.btn-visible {
opacity: 1;
margin: 0 0 0 -2px;
}
.sticky-filter-button .enable-filters-button .show-text,
.sticky-filter-button .enable-filters-button .hide-text { display: none !important; }
.sticky-filter-button .enable-filters-button {
min-width: auto;
width: 0;
line-height: 0;
margin: 0;
}
.sticky-filter-button .filter-button-container { margin: 0; }
.sticky-filter-button .enable-filters-button i {
border-radius: 0 4px 4px 0
} .sidebar-container .enable-filters-button {
width: calc(100% - 47px);
margin: 0px 0 20px 0;
display: none;
}
@media (max-width: 992px) {
.full-page-job-container { display: none; }
.full-page-jobs .full-page-content-container {flex:  0 0 100%; box-shadow: none; }
.full-page-container.full-page-jobs .full-page-sidebar.enabled-sidebar {
flex: 0 0 100%;
max-width: 100%;
box-shadow: none;
}
.full-page-jobs .filters-container {
padding: 0 30px;
}
.sidebar-container .enable-filters-button { display: block; }
.full-page-container.full-page-jobs { overflow-x: hidden; }
.full-page-sidebar .job_filters.in_sidebar { width: 100%; }
}
.full-page-jobs .full-page-content-inner .grid-layout .job-listing {
width: calc(100% * (1/2) - 30px);
}
@media (max-width: 1400px) {
.full-page-jobs .full-page-content-inner .grid-layout .job-listing {
width: calc(100% - 30px);
}
}
@media (max-width: 420px) {
.old-header .transparent #logo img, #logo_nh img, .new-header #logo_nh img, #logo img{
height: auto !important;
width: 100% !important;
}
} .company-info-boxed .company-info {
margin: 0 10px;
padding: 30px 35px;
border: none;
border-radius: 5px;
background-color: #fff;
box-shadow: 0 0 16px rgba(0,0,0,0.1);
margin-bottom: 50px;
display: flex;
align-items: center; }
.company-info-boxed-links {
display: block;
margin: 10px 0 0 0;
}
.company-info-boxed-links span {
margin: 0;
}
.job_listing-template-default #titlebar.photo-bg {
margin-bottom: 0;
padding: 70px 0 160px 0;
}
.job_listing-template-default #titlebar.photo-bg:before {
background: linear-gradient(to top, #fff 0%, rgba(22,22,22,0.6) 50%);
}
#titlebar .two-buttons .button { box-shadow: none !important; }
.company-info-boxed-links span a {
font-size: 13px;
font-weight: 400;
background-color: #eee;
margin-right: 3px;
padding: 5px 9px;
border-radius: 4px;
color: #777;
}
.company-info-boxed-links span svg{
fill: #777;
}
.company-info-boxed-links span a i{
font-size: 12px;
opacity: 0.9;
padding-right: 2px;
} .company-info-boxed .company-info .send-message-to-owner {
margin-top: 10px;
}
.company-info-boxed .company-info span {
display: block;
font-size: 16px;
}
.company-info-apply-btn {
flex-grow: 1;
display: flex;
justify-content: flex-end;
}
.company-info-apply-btn .job_application.application {
align-self: flex-end;
justify-content: flex-end;
display: flex;
}
.company-info-apply-btn .job_application.application a {
min-width: 200px;
text-align: center;
}
#titlebar.titlebar-boxed-company-info {
padding-bottom: 160px;
margin-bottom: 0;
background: linear-gradient(to bottom, #f6f6f6 0%, rgba(255,255,255,0.5));
}
.company-info-boxed {
display: block;
margin-top: -120px;
}
#job_preview .company-info-boxed {
margin-top: 0;
}
.job-overview ul li:last-child { margin-bottom: 0; }
#titlebar.titlebar-boxed-company-info .bookmark-notice {
background: #faf1c8;
color: #a38948;
font-weight: 400;
}
#titlebar.titlebar-boxed-company-info .bookmark-notice:hover {
background: #f8eebd;
color: #a38948;    
}
.company-info-boxed-logo {
flex: 0 0 108px;
margin-right: 25px;
}
.company-info-boxed-logo img {
margin: 0;
height: auto;
width: 100%;
}
@media (max-width: 900px) {
.company-info-boxed-logo {
flex: 0 0 70px;
margin: 0 20px 15px 0;
}
.company-info-boxed .company-info { flex-wrap: wrap; padding: 24px; margin: 0 0 30px 0; }
.company-info-apply-btn, .company-info-apply-btn a.button { width: 100%; }
.company-info-apply-btn { margin-top: 20px; }
.company-info-apply-btn .job_application.application a { min-width: auto;}
}
body .job-overview { background: #fafafa; border: none; }
.job-overview .job_application.application { margin-top: 20px; }
.full-page-content-inner { overflow-x: hidden; }  .headline.headline-aligned-to-right span,
.headline.headline-aligned-to-left span {
font-size: 20px;
line-height: 32px;
margin-top: 10px;
color: #888;
font-weight: 300;
display: block;
padding: 0;
}
.elementor-widget-container .fa-map-marker:before { content: "\f3c5"; }
.elementor-widget-container .fa-money:before {content: "\f51e";}
h3.margin-bottom-5 { font-size: 24px; }
.headline.centered span { margin-top: 10px;}
.flip-banner.parallax {
background-attachment: scroll !important;
background-size: cover !important;
background-position: 50%;
}
.testimonial-carousel .testimonial-author img { border-radius: 100px; }
.icon-box i, 
.icon-box svg g, 
.icon-box svg circle, 
.icon-boxsvg rect, 
.icon-box svg path {
fill: #333;
}
body .icon-box-2 svg g, 
body .icon-box-2 svg circle, 
body .icon-box-2 svg rect, 
body .icon-box-2 svg path, 
body .new-category-box .listeo-svg-icon-box-grid svg g, 
body .new-category-box  .listeo-svg-icon-box-grid svg circle, 
body .new-category-box  .listeo-svg-icon-box-grid svg rect, 
body .new-category-box  .listeo-svg-icon-box-grid svg path {
transition: 0.3s;
}
body .icon-box-2:hover svg g, 
body .icon-box-2:hover svg circle, 
body .icon-box-2:hover svg rect, 
body .icon-box-2:hover svg path, 
body .new-category-box:hover .listeo-svg-icon-box-grid svg g, 
body .new-category-box:hover  .listeo-svg-icon-box-grid svg circle, 
body .new-category-box:hover  .listeo-svg-icon-box-grid svg rect, 
body .new-category-box:hover  .listeo-svg-icon-box-grid svg path {
fill: #fff;
}
.img-box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.img-box-content {
position: relative;
z-index: 101;
width: auto;
font-weight: 500;
color: #fff;
margin: 0;
padding: 40px;
transition: 0.6s;
display: block;
background: rgb(25 25 25 / 45%); border-radius: 5px;
margin: 0 auto;
padding: 10px 15px;
transform: none;
text-align: left;
bottom: 15px;
top: initial;
bottom: initial;
margin: 0 auto;
text-align: center;
}
.icon-box  svg, .icon-box img {
height: 44px;
margin: 0 auto;
position: relative;
top: 6px;
}
.alternative-imagebox .img-box {
height: 220px;
border-radius: 5px;
display:inline-block;
}
.alternative-imagebox .img-box-content {
position: absolute;
z-index: 101;
width: auto;
font-weight: 500;
color: #fff;
margin: 0;
padding: 40px;
transition: 0.6s;
display: block;
background: rgba(0,0,0,0.2);
backdrop-filter: blur(5px);
border-radius: 5px;
margin: 0 auto;
padding: 10px 15px;
left: 15px;
right: 15px;
transform: none;
text-align: left;
bottom: 15px;
top: initial;
}
.alternative-imagebox .img-box-content h4 {
font-size: 16px;
font-weight: 500;
line-height: 24px;
}
.alternative-imagebox .img-box-content span {
font-size: 14px;
font-weight: 300;
display: block;
margin-top: 0;
opacity: 0.7;
line-height: 24px;
}
.img-box-style3 .img-box-content {
backdrop-filter: blur(5px);
}
.img-box-style3 .img-box-content h4 {
font-size: 18px;
line-height: 24px;
}
.img-box-style3 .img-box-content span {
font-size: 14px;
line-height: 22px;
display: block;
} 
.alternative-imagebox .img-box:hover .img-box-background { transform: scale(1.09);} .elementor-widget-container .icon-box-2,
.elementor-widget-container a .icon-box-2 { color: #777; }
.elementor-default .post-edit-link { display: none; }
body .recent-post .from-the-blog-content {
border-radius: 0 0 4px 4px;
}
.elementor-widget-container #counters {
padding-top: 18px;
}
.elementor-widget-container #counters .counter-box {
border-color: transparent;
margin-top: 50px;
}
#footer-new body .wp-subscribe-wrap input.submit, body #footer-new input[type="email"], body #footer-new .button {text-align: center; }
body #footer-new input[type="email"] { text-align: left; }
.small-dialog-content input, .small-dialog-content textarea { font-weight: 400; }
.elementor-widget-workscout-counters #counters .container {
display: flex;
align-items: center;
flex-direction: row;
}
.elementor-widget-workscout-counters #counters .columns {
flex: 1;
width: auto;
}
@media (max-width: 992px) {
.elementor-widget-workscout-counters #counters .container {
flex-direction: column;
}}
@media (max-width: 600px) {
.elementor-widget-workscout-counters #counters .container {
flex-direction: column;
}
}
.elementor-widget-container .counter-box {
}
.load_more_resumes strong { font-weight: 500; }
.load_more_resumes:hover { background: #333; }
#counters .container:before { display: none; }
@media (max-width: 768px) {
.elementor-widget-container #counters .counter-box {
margin-top: 0px;
}}
.elementor .flip-banner { height: 190px; }
.elementor-widget-container .plan {
padding: 0;
position: relative!important;
top: 0 !important;
left: 0 !important;
margin: 0 10px;
transition: none !important;
transform: none !important;
flex: 0 0 calc(33% - 20px);
margin-bottom: 30px;
}
.elementor-widget-container .woo_pricing_tables {
display: flex;
height: auto !important;
width: calc(100% + 30px);
flex-wrap: wrap;
align-items: center;
align-content:flex-start;
margin-left: -10px;
}
@media (max-width: 992px) {
.elementor-widget-container .woo_pricing_tables {    flex-direction: column;
justify-content: center;
align-content: center;}
.elementor-widget-container .plan {
flex: 0 0 calc(50% - 20px);
width: 50%;
}
}
@media (max-width: 768px) {
.elementor-widget-container .plan {
flex: 0 0 calc(90% - 20px);
width: 90%;
}
}
body .plan-features ul li {
padding: 5px 0;
} .elementor-widget-container .wpjmc-companies.grid,
.elementor-widget-container .wpjmc-companies.grid-three-in-row {
display: flex;
width: calc(100% + 50px);
}
body .elementor-widget-container ul.wpjmc-companies.grid-three-in-row li:not(#company-meta li) {
flex: 0 0 calc(33% - 30px);
max-width: 33%;
flex-direction: column;
}
@media (max-width: 768px) {
body .elementor-widget-container ul.wpjmc-companies.grid-three-in-row li:not(#company-meta li) { flex: 0 0 calc(100% - 40px); max-width: 100%;}
body .elementor-widget-container ul.wpjmc-companies li .company-inner { align-items: center; }
}
body .elementor-widget-container ul.wpjmc-companies.grid li:not(#company-meta li),
body .elementor-widget-container ul.wpjmc-companies.list li:not(#company-meta li) {
flex: 0 0 calc(50% - 30px);
max-width: 50%;
flex-direction: row;
}
body .elementor-widget-container ul.wpjmc-companies.grid li:not(#company-meta li){
flex-direction: column;
}
.elementor-widget-container body ul.wpjmc-companies #company-meta li { margin: 0; }
.elementor-widget-container .wpjmc-companies.grid li .company-inner 
.elementor-widget-container .wpjmc-companies.grid-three-in-row li .company-inner { flex-direction: column; }
.elementor-widget-container .wpjmc-companies.grid li .company-logo,
.elementor-widget-container .wpjmc-companies.grid-three-in-row li .company-logo {     flex-direction: column;
min-width: 0;
max-width: 100%;
width: 100%;
text-align: center;
display: flex;
margin: 0;
border: none;
align-items: center; }
.elementor-widget-container .wpjmc-companies.grid li .company-inner,
.elementor-widget-container .wpjmc-companies.grid-three-in-row li .company-inner { flex-direction: column; text-align: center; }
.elementor-widget-container .wpjmc-companies.grid li #company-meta,
.elementor-widget-container .wpjmc-companies.grid-three-in-row li #company-meta {
display: none;
}
.elementor-widget-container .wpjmc-companies.grid li .company-body,
.elementor-widget-container .wpjmc-companies.grid-three-in-row li .company-body {
text-align: center;
}
.elementor-widget-container .wpjmc-companies.grid .company-list-excerpt,
.elementor-widget-container .wpjmc-companies.grid-three-in-row .company-list-excerpt {
display: none;
}
@media (max-width: 992px) {
body .elementor-widget-container ul.wpjmc-companies.list li:not(#company-meta li) {
flex: 0 0 calc(100% - 30px);
max-width: 100%;
flex-direction: column;
}
} .icon-box.rounded.alt.style3 {
margin: 0;
width: 100%;
display: flex;
}
.icon-box.rounded.alt.style3 a {
display: flex;
padding-left: 110px;
text-align: left;
align-items: flex-start;
flex-direction: column;
}
.icon-box.rounded.alt.style3 a i {
zoom: 0.9;
margin-right: 30px;
font-family: "Font Awesome 5 Free";
position: absolute;
top: 50%;
transform: translate(0, -50%);
margin-top: -7px;
}
.icon-box.rounded.alt.style3 p {
font-size: 16px;
}
.categories-group ul { list-style: none; margin: 0; }
.wpcf7-form fieldset div input { width: 100%; max-height: 52px; }
.contact-form-inputs {     display: flex;
flex-wrap: wrap;width: calc(100% + 20px);
margin-left: -10px; }
.contact-form-inputs div {
margin-bottom: 20px;
padding: 0 10px;
width: 50%;
}
.page .wpcf7-form fieldset .contact-form-inputs div input {
width: 100%;
}  
@media (max-width: 1000px) {
.page .wpcf7-form fieldset div {
flex-direction: column;
}.contact-form-inputs div {width: 100%; }
}
.single-post .post-content,
.post-content {
border: 1px solid #e0e0e0;
border-radius: 0 0 4px 4px;
padding: 35px 40px;
padding-bottom:30px;
}
.post-navigation .nav-links {    display: flex;
flex-wrap: wrap; }
.post-navigation a {
margin: 5px 0;
display: inline-block; }
.post-navigation .nav-links div a { border-radius: 4px;position: relative;}    .search-banner-placeholder { display: none !important;}
.intro-banner {
opacity: 1 !important; 
}
.pika-single {
z-index: 9999;
display: block;
position: relative;
color: #333;
background: #fff;
border-bottom-color: #bbb;
border-radius: 5px;
} .pika-single:before,
.pika-single:after {
content: " ";
display: table;
}
.pika-single:after {
clear: both
}
.pika-single.is-hidden {
display: none;
}
.pika-single.is-bound {
position: absolute;
box-shadow: 0 3px 12px 0px rgba(0, 0, 0, .15);
}
.pika-lendar {
float: left;
width: 240px;
margin: 8px;
}
.pika-title {
position: relative;
text-align: center; }
.pika-label {
display: inline-block;
position: relative;
z-index: 9999;
overflow: hidden;
margin: 0;
padding: 5px 3px;
font-size: 14px;
line-height: 20px;
font-weight: 500;
background-color: #fff;
}
.pika-title select {
cursor: pointer;
position: absolute;
z-index: 9998;
margin: 0;
left: 0;
top: 5px;
opacity: 0;
}
.pika-prev,
.pika-next {
display: block;
cursor: pointer;
position: relative;
outline: none;
border: 0;
padding: 0;
width: 20px;
height: 30px; text-indent: 20px;
white-space: nowrap;
overflow: hidden;
background-color: transparent;
background-position: center center;
background-repeat: no-repeat;
background-size: 75% 75%;
opacity: .5;
}
.pika-prev:hover,
.pika-next:hover {
opacity: 1;
background-color: transparent;
}
.pika-prev,
.is-rtl .pika-next {
float: left;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
}
.pika-next,
.is-rtl .pika-prev {
float: right;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
cursor: default;
opacity: .2;
}
.pika-select {
display: inline-block;
}
.pika-table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
border: 0;
}
.pika-table th,
.pika-table td {
width: 14.285714285714286%;
padding: 0;
}
.pika-table th {
color: #999;
font-size: 12px;
line-height: 25px;
font-weight: bold;
text-align: center;
}
.pika-button {
cursor: pointer;
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
outline: none;
border: 0;
margin: 0;
width: 100%;
padding: 5px;
color: #666;
font-size: 12px;
line-height: 15px;
text-align: right;
background: #f5f5f5;
height: initial;
border: 1px solid #fff;
}
.pika-week {
font-size: 11px;
color: #999;
}
.is-today .pika-button {
color: #333;
font-weight: bold;
}
.is-selected .pika-button,
.has-event .pika-button {
color: #fff;
font-weight: bold;
background: #333;
border-radius: 3px;
}
.has-event .pika-button {
background: #333;
}
.is-disabled .pika-button,
.is-inrange .pika-button {
background: #aaa;
}
.is-startrange .pika-button {
color: #fff;
background: #333;
box-shadow: none;
border-radius: 3px;
}
.is-endrange .pika-button {
color: #fff;
background: #333;
box-shadow: none;
border-radius: 3px;
}
.is-disabled .pika-button {
pointer-events: none;
cursor: default;
color: #999;
opacity: .3;
}
.is-outside-current-month .pika-button {
color: #999;
opacity: .3;
}
.is-selection-disabled {
pointer-events: none;
cursor: default;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
color: #fff;
background: #aaa;
box-shadow: none;
border-radius: 3px;
} .pika-table abbr {
border-bottom: none;
cursor: help;
text-decoration: none;
font-weight: 400;
font-size: 13px;
}
\ ---------------------------------- */ .keywords-container {
margin-bottom: -15px;
}
.keywords-list {
display: block;
float: left;
height: 0;
}
.keyword {
background-color: rgba(38, 174, 97, 0.07);
color: #26ae61;
display: inline-block;
float: left;
padding: 0;
border-radius: 4px;
cursor: default;
margin: 0 7px 7px 0;
height: 35px;
line-height: 35px;
box-sizing: border-box;
animation: KeywordIn 0.3s ease-in-out;
animation-fill-mode: both;
transition: 0.4s;
overflow: hidden;
max-width: 100%;
font-size: 14.7px;
}
.keyword.keyword-removed {
max-width: 0;
margin: 0;
overflow: hidden;
opacity: 0;
animation: KeywordOut 0.4s ease-in-out;
animation-fill-mode: both;
pointer-events: none;
}
@keyframes KeywordIn {
0% {
opacity: 0;
transform: scale(0.9);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@keyframes KeywordOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 0;
margin-top: -35px;
}
}
.keyword-text {
padding-right: 12px;
}
.keyword .keyword-remove:before {
display: inline-block;
cursor: pointer;
font-family: "Feather-Icons";
content: "\ea02";
line-height: 20px;
position: relative;
top: 2px;
margin-right: 4px;
margin-left: 10px;
font-size: 15px;
}
.keyword-input-container {
position: relative;
}
.keyword-input-container .keyword-input-button {
position: absolute;
top: 0;
right: 0;
height: 36px;
width: 36px;
padding: 0;
color: #fff;
background-color: #26ae61;
border-radius: 4px;
margin: 6px;
font-size: 19px;
text-align: center;
line-height: 36px;
}
.keyword-input-container .keyword-input-button i {
color: #fff;
position: relative;
top: 2px;
}
input.keyword-input {
margin: 0 0 15px 0;
}   #breadcrumbs {
position: absolute;
right: 15px;
display: inline-block;
font-size: 14px;
top: 50%;
transform: translateY(-51%);
border-radius: 4px;
font-weight: 500;
color: #333;
background-color: #f0f0f0;
}
#breadcrumbs ul {
margin: 0;
padding: 12px 22px;
line-height: 23px;
}
#breadcrumbs ul li {
display: inline-block;
list-style: none;
margin: 0 0 0 7px;
}
#breadcrumbs ul li a {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color: #666;
font-weight: 500;
}
#breadcrumbs ul li a:hover {
color: #26ae61;
}
#breadcrumbs ul li:first-child {
margin-left: 0;
}
#breadcrumbs ul li:first-child:before {
display: none;
}
#breadcrumbs ul li:before {
content: "";
display: inline-block;
height: 0;
width: 0;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 4px solid #aaa;
font-size: 14px;
margin-right: 12px;
}
#breadcrumbs ul li.home-icon a {
opacity: 1;
font-size: 24px;
top: 4px;
position: relative;
line-height: 0;
padding: 0;
display: inline-block;
}
#breadcrumbs ul li.home-icon i {
line-height: 0;
}
#breadcrumbs.dark {
color: rgb(255, 255, 255);
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
background-color: #333;
}
#breadcrumbs.dark ul li a {
color: rgb(255, 255, 255);
}
#breadcrumbs.dark ul li a:hover {
color: rgb(255, 255, 255);
}
#breadcrumbs.dark ul li:before {
border-left: 4px solid rgba(255, 255, 255, 0.3);
}
#breadcrumbs.white {
color: #333;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
background-color: #fff;
}
#breadcrumbs.white ul li a {
color: #666;
}
#breadcrumbs.white ul li a:hover {
color: #26ae61;
}
#breadcrumbs.white ul li:before {
border-left: 4px solid rgba(0, 0, 0, 0.3);
} .single-page-header {
margin-bottom: 65px;
padding: 60px 0;
position: relative;
}
.single-page-header #breadcrumbs {
position: relative;
top: 0;
left: 0;
transform: none;
margin-left: auto;
}
.single-page-header .container {
z-index: 100;
position: relative;
}
.single-page-header:after, .single-page-header:before {
content: "";
position: absolute;
height: 100%;
width: 100%;
display: block;
top: 0;
left: 0;
z-index: 15;
background: linear-gradient(to right, rgb(247, 247, 247) 50%, rgba(247, 247, 247, 0.3) 70%, rgba(247, 247, 247, 0.1) 90%);
}
.single-task .single-page-header:before,
.single-task .single-page-header:after {    background: #f7f7f7;}
.single-page-header:after {
z-index: 5;
background-color: #f7f7f7;
}
.no-photo.freelancer-header.single-page-header:after,
.no-photo.freelancer-header.single-page-header:before {
display: none;
}
.no-photo.freelancer-header.single-page-header {
background: #f7f7f7;
}
.single-page-header .background-image-container {
background-size: cover;
background-repeat: no-repeat;
background-position: 100% 50%;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 50%;
left: 50%;
z-index: 10;
}
.single-page-header .single-page-header-inner {
display: flex;
}
.single-page-header-inner .no-reviews {
background: #ffff; 
border-radius: 4px;
color: #888;
box-shadow: 0 1px 3px rgb(0 0 0 / 13%);
font-size: 13px;
padding: 4px 8px;
line-height: 20px;
}
.single-page-header .left-side, .single-page-header .right-side {
flex: 1;
display: flex;
align-items: center;
}
.single-page-header .left-side {
padding-right: 30px;
}
.single-page-header .right-side {
max-width: 35%;
}
.single-page-header .header-image {
height: 130px;
flex: 0 0 130px;
margin-right: 35px;
background: #fff;
border-radius: 4px;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
display: flex;
padding: 0 15px;
}
body .single-page-header-inner .button.send-message-to-owner,
body .single-page-header-inner .button.send-message-resume { 
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
background-color: #fff;
color: #333;
font-size: 16px;
display: inline-block;
padding: 16px 25px;
margin: 0;
display: inline-block;
transition: 0.3s;
width: auto;
margin-left: auto;
border-radius: 4px;
font-weight: 400;
}
body .single-page-header-inner .button.send-message-to-owner:hover,
body .single-page-header-inner .button.send-message-resume:hover { 
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
background: #222; color: #fff
}
body .single-page-header-inner i.icon-material-outline-email { margin-left: 0px !important; }
body .single-page-header-inner .button.send-message-to-owner i.icon-material-outline-email { margin-right: 4px; }
.single-page-header .header-image a {
display: flex;
height: 100%;
}
.single-page-header.freelancer-header .header-image {
background: #fff;
border-radius: 50%;
box-shadow: none;
display: flex;
padding: 0;
overflow: hidden;
height: 130px;
flex: 0 0 130px;
width: 130px;
}
.single-page-header .header-image img {
align-self: center;
transform: translate3d(0, 0, 0);
border-radius: 4px;
width: 100%;
}
.single-page-header .header-details {
flex: 1;
}
.single-page-header .header-details .fa-map-marker{
content: "\f041";
font-size: 18px;
color: #888;
top: 0px;
position: relative;
}
.single-page-header .header-details .icon-material-outline-location-on {
color: #888;
top: 3px;
margin-right: 0;
}
.single-page-header .header-details h3 {
color: #333;
font-size: 24px;
margin: 0;
padding: 0;
margin-bottom: 12px;
margin-top: 3px;
line-height: 34px;
position: relative;
padding-right: 0;
display: inline-block;
}
.single-page-header .header-details h3 span {
color: #808080;
display: block;
font-size: 18px;
font-weight: 300;
line-height: 24px;
margin-top:  3px;
}
.single-page-header .header-details h5 {
font-size: 16px;
font-weight: 400;
color: #888;
}
.single-page-header .header-details ul {
padding: 0;
margin: 0;
list-style: none;
line-height: 24px;
margin-bottom: -7px;
}
.single-page-header .header-details li {
display: inline-block;
margin-right: 20px;
margin-bottom: 12px;
line-height: 26px;
}
.single-page-header .header-details li:last-child {
margin-right: 0;
}
.single-page-header .header-details li a {
color: #777;
}
.single-page-header .header-details li a:hover {
color: #777;
}
.single-page-header .header-details li i {
font-size: 20px;
position: relative;
top: 2px;
margin-right: 2px;
}
.single-page-header .header-details li .verified-badge {
transform: scale(0.85);
position: relative;
top: 2px;
}
.single-page-header .header-details li .verified-txt {
color: #299840;
}
.single-page-header .header-details li .star-rating {
position: relative;
top: 6px;
}
.company-data img.flag,
.freelancer-name img,
.dashboard-resume-flag img,
.single-page-header .header-details ul li img.flag {
height: 16px;
border-radius: 3px;
position: relative;
top: 1px;
display: inline-block;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
margin-right: 5px;
cursor: default;
}
.company-title img.flag {
display: inline-block;
margin-left: 5px;
}
.single-page-header .header-details ul li img.flag {
top: 2px;
}
.dashboard-resume-flag img {
top: 2px;
height: 14px;
}
.single-page-header .salary-box {
border-radius: 4px;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
background-color: #fff;
display: inline-block;
padding: 20px 25px;
margin-left: auto;
}
@media (max-width: 992px) {
.single-page-header #breadcrumbs {
margin: 30px 0 20px 0;
}
}  @media (min-width: 1365px) {
.single-page-header .right-side {
max-width: 30%;
}
} @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.single-page-header .header-image {
max-width: 140px;
}
} @media all and (-ms-high-contrast: none) {
.single-page-header .header-image img {
width: 100%;
}
} .salary-box .salary-type {
color: #888;
line-height: 20px;
margin: 3px 0 8px 0;
}
.salary-box .salary-amount {
color: #333;
font-size: 28px;
line-height: 36px;
font-weight: 300;
} @media (max-width: 1366px) {
.single-page-header.freelancer-header .header-image {
height: 130px;
flex: 0 0 130px;
width: 130px;
}
}
@media (max-width: 1240px) {
.single-page-header {
padding: 55px 0;
}
.single-page-header .header-details h3 {
font-size: 26px;
}
.salary-box .salary-amount {
font-size: 26px;
line-height: 32px;
}
.single-page-header .header-image {
height: 120px;
flex: 0 0 120px;
}
.single-page-header.freelancer-header .header-image {
height: 120px;
flex: 0 0 120px;
width: 120px;
}
}
@media (max-width: 992px) {
.single-page-header {
padding: 35px 0;
}
.single-page-header .single-page-header-inner {
display: flex;
flex-direction: column;
}
.single-page-header .left-side {
padding-right: 0;
}
.single-page-header .header-details h3 {
font-size: 24px;
}
.single-page-header .salary-amount {
font-size: 22px;
line-height: 24px;
}
.single-page-header .salary-box {
padding: 0;
margin-top: 15px;
margin-bottom: 20px;
background-color: transparent;
box-shadow: none;
}
.salary-box .salary-type {
font-weight: 500;
color: #333;
}
.single-page-header .left-side, .single-page-header .right-side {
display: block;
max-width: 100%;
}
.single-page-header-inner {
display: block;
max-width: 100%;
}
.single-page-header .header-image {
height: 100px;
width: auto;
padding: 10px;
margin: 15px 0;
display: inline-block;
}
.single-page-header .header-image img {
height: 100%;
display: inline-block;
}
.single-page-header .header-details h5 {
border-top: 1px solid #e0e0e0;
padding-top: 25px;
}
.single-page-header.freelancer-header .header-image {
height: 70px;
flex: 0 0 70px;
width: 70px;
margin-bottom: -70px;
}
.single-page-header.freelancer-header .header-details h3 {
margin-left: 90px;
}
}
@media (max-width: 768px) {
.single-page-header:after, .single-page-header:before {
background: #f7f7f7;
}
.single-page-header.freelancer-header .header-image {
height: 70px;
flex: 0 0 70px;
width: 70px;
margin-bottom: -70px;
}
.single-page-header.freelancer-header .header-details h3 {
margin-left: 90px;
}
}   .bid-proposal-text::-webkit-scrollbar,
.full-page-sidebar-v2 .full-page-sidebar-inner-v2::-webkit-scrollbar,
.full-page-container-v2 .full-page-content-container-v2::-webkit-scrollbar {
width: 10px;
background-color: rgba(255, 255, 255, 0);
}
.bid-proposal-text::-webkit-scrollbar-track,
.bid-proposal-text::-webkit-scrollbar-thumb,
.full-page-sidebar-v2 .full-page-sidebar-inner-v2::-webkit-scrollbar-track,
.full-page-sidebar-v2 .full-page-sidebar-inner-v2::-webkit-scrollbar-thumb,
.full-page-container-v2 .full-page-content-container-v2::-webkit-scrollbar-track,
.full-page-container-v2 .full-page-content-container-v2::-webkit-scrollbar-thumb {
border-left: 1px solid rgba(255, 255, 255, 0);
border-right: 1px solid rgba(255, 255, 255, 0);
background-clip: padding-box;
border-radius: 20px;
}
.bid-proposal-text::-webkit-scrollbar-track,
.full-page-sidebar-v2 .full-page-sidebar-inner-v2::-webkit-scrollbar-track,
.full-page-container-v2 .full-page-content-container-v2::-webkit-scrollbar-track {
background-color: #f1f1f1
}
.bid-proposal-text::-webkit-scrollbar-thumb,
.full-page-sidebar-v2 .full-page-sidebar-inner-v2::-webkit-scrollbar-thumb,
.full-page-container-v2 .full-page-content-container-v2::-webkit-scrollbar-thumb {
background-color: #d4d4d4;
}
.full-page-sidebar-v2 .full-page-sidebar-inner-v2::-webkit-scrollbar-thumb:hover,
.full-page-container-v2 .full-page-content-container-v2::-webkit-scrollbar-thumb:hover {
background-color: #c8c8c8;
}  .full-page-container-v2 {
display: flex;
width: 100%;
flex-wrap: wrap;
height: calc(100vh - 82px);
}
.full-page-sidebar-v2 {
flex: 0 0 360px;
background-color: #fafafa;
position: relative;
}
.full-page-sidebar-v2 .full-page-sidebar-inner-v2 {
overflow: auto;
height: 100%;
}
.full-page-sidebar-v2 .sidebar-container-v2 {
padding: 40px;
}
.full-page-sidebar-v2 .sidebar-widget-v2:last-of-type {
margin-bottom: 80px;
}
.full-page-content-container-v2 {
flex: 1;
background-color: #fff;
padding: 0;
overflow: auto;
}
.full-page-content-inner-v2 {
padding: 40px;
padding-bottom: 0;
}
.full-page-content-inner-v2 .grid-layout {
width: calc(100% + 30px);
}
.full-page-content-inner-v2 .grid-layout .task-listing {
margin: 0 30px 30px 0;
width: calc(33.3333333333% - 30px);
} .sidebar-search-button-container {
position: absolute;
width: calc(100% - 15px);
bottom: 0;
padding: 40px;
padding-top: 10px;
z-index: 100;
background-color: #fafafa;
}
.sidebar-search-button-container button {
width: calc(100% + 15px);
line-height: 46px;
height: 46px;
padding: 0;
transition: 0.3s;
box-shadow: 0 4px 12px rgba(38, 174, 97, 0.1);
}
.sidebar-search-button-container button:hover {
box-shadow: 0 4px 12px rgba(38, 174, 97, 0.25);
transform: translateY(-2px);
} .small-footer {
border-top: 1px solid #e0e0e0;
padding-top: 0px;
width: calc(100% + 80px);
left: -40px;
position: relative;
padding: 25px 40px;
display: flex;
}
.small-footer strong {
color: #333;
}
.small-footer-copyrights {
flex: 2;
}
.small-footer .footer-social-links {
transform: none;
flex: 1;
text-align: right;
float: right;
display: inline-block;
margin: 0 -5px 0 0;
position: relative;
top: 2px;
}
.small-footer .footer-social-links li {
color: #333;
transform: none;
float: none;
margin: 0 -3px;
}
.small-footer .footer-social-links li a {
color: #333;
transform: none;
} @media (max-width: 3860px) {
.full-page-content-inner-v2 .grid-layout .task-listing {
width: calc(25% - 30px);
} .full-page-container-v2.with-map .full-page-content-inner-v2 .grid-layout .task-listing {
width: calc(33.3333333333% - 30px);
}
}
@media (max-width: 2560px) {
.full-page-content-inner-v2 .grid-layout .task-listing {
width: calc(25% - 30px);
} .full-page-container-v2.with-map .full-page-content-inner-v2 .grid-layout .task-listing {
width: calc(50% - 30px);
}
}
@media (max-width: 1920px) {
.full-page-content-inner-v2 .grid-layout .task-listing {
width: calc(33.3333333333% - 30px);
} .full-page-container-v2.with-map .full-page-sidebar {
flex: 0 0 340px;
}
.full-page-container-v2.with-map .full-page-sidebar .full-page-sidebar-inner {
width: 340px;
}
.full-page-container-v2.with-map .full-page-content-inner .grid-layout .task-listing {
width: calc(50% - 30px);
}
}
@media (max-width: 1600px) {
.full-page-content-inner-v2 .grid-layout .task-listing {
width: calc(50% - 30px);
}
.full-page-sidebar {
flex: 0 0 340px;
} .full-page-container-v2.with-map .full-page-sidebar-v2 {
flex: 0 0 320px;
}
.full-page-container-v2.with-map .full-page-sidebar-v2 .full-page-sidebar-inner {
width: 320px;
}
.full-page-container-v2.with-map .full-page-content-inner-v2 .grid-layout .task-listing {
width: calc(100% - 30px);
}
.full-page-container-v2.with-map .full-page-content-container-v2 {
flex: 0 0 55vw;
}
}
@media (max-width: 1365px) { .full-page-container-v2 .notify-box {
margin-bottom: 80px;
}
.full-page-container-v2 .notify-box .sort-by {
position: absolute;
margin-top: 40px;
left: 0;
}
.full-page-container-v2 .notify-box .sort-by .bootstrap-select .dropdown-menu {
left: 0;
right: auto;
}
}
@media (max-width: 1099px) {
.full-page-content-inner-v2 .grid-layout .task-listing {
width: calc(100% - 30px);
}
.full-page-sidebar-v2 {
flex: 0 0 340px;
} .full-page-map-container-v2 {
order: -1;
width: 100%;
height: 400px;
position: absolute;
top: 0;
}
.full-page-container-v2.with-map {
padding-top: 400px;
height: auto !important;
width: 100%;
position: relative;
}
.full-page-container-v2.with-map .full-page-sidebar {
max-width: 100%;
visibility: visible;
opacity: 1;
}
.filter-button-container-v2 {
display: none;
}
.full-page-container-v2 {
height: auto !important;
}
.full-page-container-v2.with-map .full-page-sidebar-v2 .full-page-sidebar-inner-v2 {
position: relative;
width: 100%;
}
.full-page-container-v2.with-map .full-page-content-container-v2 {
flex: 1;
}
.full-page-sidebar-inner-v2, .full-page-content-container-v2 {
height: auto !important;
}
.full-page-container-v2 .full-page-sidebar-v2 {
height: auto !important;
}
.full-page-container-v2 .simplebar-track {
display: none;
}
}
@media (max-width: 992px) {
.location-field-on-map {
width: calc(100% - 50px);
max-width: calc(100% - 50px);
margin: 0 25px;
top: 25px;
}
.sidebar-search-button-container-v2, .full-page-sidebar-v2 .sidebar-container-v2 {
padding: 35px;
}
.full-page-content-inner-v2 {
padding: 35px;
padding-bottom: 0;
}
.full-page-content-inner-v2 .grid-layout .task-listing {
width: calc(100% - 30px);
}
.full-page-sidebar-v2 {
flex: 0 0 320px;
}
.full-page-sidebar-inner-v2, .full-page-content-container-v2, .full-page-container-v2 .full-page-sidebar-v2 {
height: auto !important;
}
}
@media (max-width: 768px) {
.location-field-on-map {
width: calc(100% - 30px);
max-width: calc(100% - 30px);
margin: 0 15px;
}
.sidebar-search-button-container-v2, .full-page-sidebar-v2 .sidebar-container {
padding: 40px 15px;
}
.full-page-content-inner-v2 {
padding: 40px 15px;
padding-bottom: 0;
}
.full-page-content-inner-v2 .grid-layout .task-listing {
width: calc(100% - 30px);
}
.full-page-sidebar-v2 {
flex: 1;
width: 100%;
}
.full-page-container-v2 {
display: block;
width: 100%;
flex-wrap: wrap;
height: auto;
}
.small-footer {
display: block;
text-align: center;
}
.small-footer .footer-social-links {
float: none;
left: -10px;
margin-top: 10px;
}
}  .item-listing {
display: block;
border-radius: 4px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
margin-bottom: 35px;
background-color: #fff;
transition: 0.3s;
position: relative;
}
.item-listing:hover {
box-shadow: 0 2px 18px rgba(0, 0, 0, 0.14);
transform: translateY(-4px);
}
.item-listing-details {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
padding: 35px;
padding-bottom: 32px;
}
.item-listing .item-listing-company-logo {
flex: 1;
max-width: 55px;
margin-right: 25px;
position: relative;
top: -3px;
}
.item-listing .item-listing-company-logo img {
border-radius: 4px;
transform: translate3d(0, 0, 0);
width: 100%;
}
.item-listing .item-listing-description {
flex: 1;
padding-top: 3px;
}
.item-listing .item-listing-description p {
margin: 15px 0 0 0;
padding: 0;
color: #666;
}
.item-listing .freelancer-proposal {
max-width: 70%;
position: relative;
display: block;
text-overflow: ellipsis;
word-wrap: break-word;
overflow: hidden;
max-height: 50px;
margin: 5px 0 5px 0;
display: block;
}
@media(max-width: 992px) {
.item-listing .freelancer-proposal {
max-width: 100%;
}}
.item-listing .freelancer-proposal p{
padding: 0;
margin: 5px 0 0 0;
color: #808080;
}
.item-listing h4.item-listing-company {
font-size: 16px;
color: #808080;
}
.item-listing h3.item-listing-title {
font-size: 16px;
color: #333;
line-height: 30px;
}
.item-listing .item-listing-footer {
background-color: #f9f9f9;
padding: 20px 35px;
border-radius: 0 0 4px 4px;
position: relative;
}
.item-listing .item-listing-footer ul {
list-style: none;
padding: 0;
margin: 0;
}
.item-listing .item-listing-footer ul li {
display: inline-block;
margin-right: 14px;
color: #777;
}
.item-listing .item-listing-footer ul li a{
color: #777;
}
.item-listing .item-listing-footer ul li:last-child {
margin-right: 0;
}
.item-listing .item-listing-footer ul li i {
position: relative;
top: 1px;
margin-right: 3px;
color: #777;
}
.item-listing .item-listing-footer ul li i.icon-material-outline-location-on {
margin-right: 0;
} @media (max-width: 768px) {
.item-listing .item-listing-company-logo {
display: none;
}
.item-listing .item-listing-title {
padding-right: 10%;
}
}  .compact-list-layout {
background-color: #fff;
border-radius: 4px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.compact-list-layout .item-listing {
box-shadow: none;
margin-bottom: 0;
padding: 30px 35px;
padding-right: 80px;
border-radius: 0;
}
.compact-list-layout .item-listing:last-of-type {
border-radius: 0 0 4px 4px;
overflow: hidden;
}
.compact-list-layout .item-listing:first-of-type {
border-radius: 4px 4px 0 0;
overflow: hidden;
}
.compact-list-layout .item-listing h3 {
font-size: 18px;
line-height: 28px;
}
.compact-list-layout .item-listing:nth-child(2n) {
background-color: #fafafa;
}
.compact-list-layout .item-listing:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 3px;
height: 100%;
display: block;
background: #26ae61;
transition: 0.3s;
opacity: 0;
}
.compact-list-layout .item-listing:hover {
transform: none;
}
.compact-list-layout .item-listing:hover:before {
opacity: 1;
}
.compact-list-layout .item-listing .item-listing-footer {
background-color: transparent;
padding: 0;
margin-top: 3px;
}
.compact-list-layout .item-listing-details {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 0;
top: 0;
}
.compact-list-layout .item-listing .item-listing-company-logo {
max-width: 50px;
margin-right: 30px;
top: 0;
}
.compact-list-layout .item-listing .verified-badge {
transform: scale(0.85) translate(8px, 8px);
}
.compact-list-layout .item-listing h3 .verified-badge {
transform: scale(0.85) translate(0, 0);
font-weight: 500;
top: 1px;
}
.compact-list-layout .item-listing h3 .verified-badge:before {
top: -1px;
}
.compact-list-layout .item-listing span.bookmark-icon {
top: 50%;
transform: translateY(-51%);
}
.compact-list-layout .item-listing.with-apply-button {
position: relative;
padding-right: 35px;
} .list-apply-button {
position: absolute;
right: 0;
padding: 10px 20px;
line-height: 24px;
position: relative;
font-size: 16px;
font-weight: 500;
display: inline-block;
transition: all 0.3s;
border-radius: 4px;
background: #f0f0f0;
color: #666;
text-align: center;
}
.item-listing.with-apply-button:hover .list-apply-button {
background-color: #26ae61;
color: #fff;
box-shadow: 0 4px 12px rgba(38, 174, 97, 0.15);
} .boxed-list .compact-list-layout {
box-shadow: none;
margin-top: 0;
}
.boxed-list .compact-list-layout .item-listing:hover {
border-left: none;
}
.boxed-list .compact-list-layout .item-listing:first-of-type {
border-radius: 0;
} @media (max-width: 768px) {
.list-apply-button {
flex: auto;
width: 100%;
margin-top: 15px;
}
}  .task-listing {
border-radius: 4px; border: 1px solid #e0e0e0;
margin-bottom: 30px;
background-color: #fff;
transition: 0.3s;
position: relative;
display: flex;
justify-content: center;
cursor: pointer;
}
.task-listing:hover {
box-shadow: 0 0 16px rgba(0,0,0,0.05);
border-color: #d9d9d9;
}
.task-listing-details {
padding: 34px 38px;
flex: 1;
}
.task-listing .task-listing-description {
flex: 1;
align-items: center;
justify-content: center;
}
.task-listing .task-listing-description p {
margin: 15px 0 0 0;
padding: 0;
color: #666;
}
.task-listing h3.task-listing-title {
font-size: 18px;
color: #333;
line-height: 28px;
cursor: pointer;
font-weight: 500;
padding-top: 2px;
transition: 0.3s;
}
.task-listing h3.task-listing-title a {
font-size: 18px;
color: #333;
line-height: 28px;
cursor: pointer;
font-weight: 500;
padding-top: 2px;
transition: 0.3s;
}
.task-listing .task-icons {
list-style: none;
padding: 0;
margin: 3px 0 0 -3px;
}
.task-listing .task-icons li {
display: inline-block;
padding: 0;
margin: 0;
margin-right: 10px;
color: #808080;
}
.task-listing .task-icons i {
color: #909090;
font-size: 18px;
position: relative;
top: 2px;
}
.task-listing .task-icons i.icon-material-outline-desktop-windows {
font-size: 19px;
top: 2px;
}
.task-listing-bid {
flex: 0 0 240px;
background-color: #f8f8f8;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.task-listing-bid-inner {
width: 100%;
padding: 35px;
}
.task-listing-bid-inner .button {
display: block;
text-align: center;
box-shadow: 0 4px 12px rgba(38, 174, 97, 0.15);
width: 100%;
}
.task-listing-bid-inner .button:hover {
box-shadow: 0 4px 12px rgba(38, 174, 97, 0.25);
}
.task-listing-bid .task-offers {
margin-bottom: 15px; }
.task-listing-bid .task-offers strong {
display: block;
color: #333;
font-weight: 500;
line-height: 24px;
font-size: 16px;
}
.task-listing-bid .task-offers span {
display: block;
color: #888;
line-height: 24px;
} .task-tags {
display: block;
margin: 23px 0 3px 0;
}
.task-listing .task-tags {
margin-top: 15px;
}
.task-tags span {
transition: 0.3s;
font-size: 14.7px;
border-radius: 4px;
background-color:#f2f2f2;
color: #808080;
display: inline-block;
padding: 6px 15px;
margin: 2px 0;
margin-right: 3px;
line-height: 24px;
}
.task-listing-details .task-tags span {
font-size: 13px;
padding: 4px 12px;
}
.task-listing-details .task-tags {
max-height: 72px;
overflow: hidden;
}
.task-listing-details .task-tags span {
height: 32px;
} .compact-list .task-listing {
border-radius: 0;
margin-bottom: 0;
box-shadow: none;
}
.compact-list .task-listing:hover {
transform: translateY(0);
}
.tasks-list-container.compact-list {
background-color: #fff;
border-radius: 4px;  }
.tasks-list-container.compact-list .task-listing {
align-items: center;
justify-content: center;
border: none;
}
.tasks-list-container.compact-list .task-listing {
background-color: #fff;
}
.tasks-list-container.compact-list .task-listing:nth-of-type(even) {
background-color: #f9f9f9;
}
.tasks-list-container.compact-list .task-listing-bid {
background-color: transparent;
}
.tasks-list-container.compact-list .task-listing:hover:before {
opacity: 1;
}
.tasks-list-container.compact-list .task-listing:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 3px;
height: 100%;
display: block;
background: #26ae61;
transition: 0.3s;
opacity: 0;
}
.tasks-list-container.compact-list .task-listing:last-of-type {
border-radius: 0 0 4px 4px;
overflow: hidden;
}
.tasks-list-container.compact-list .task-listing:first-of-type {
border-radius: 4px 4px 0 0;
overflow: hidden; }
.tasks-list-container.compact-list .task-listing .task-listing-details {
padding-right: 0;
} .section .task-listing-details, .section .task-listing-bid-inner {
padding: 27px 35px;
} @media (max-width: 1200px) {
.task-listing-bid {
flex: 0 0 220px;
}
}
@media (min-width: 481px) and (max-width: 768px) {
.task-listing-bid {
flex: 1;
padding: 10px 0;
}
.task-listing {
flex-direction: column;
}
.task-listing-bid-inner {
display: flex;
margin: 20px 0 0 0;
}
.tasks-grid-layout .task-listing-bid-inner {
margin: 0;
}
.task-listing-bid-inner .task-offers {
flex: 1;
}
.task-listing-bid-inner .button {
height: 100%;
width: 30%;
}
.tasks-list-container.compact-list .task-listing .task-listing-details {
padding-right: 35px;
padding-bottom: 0;
}
.tasks-list-container.compact-list .task-listing .task-listing-bid {
padding-bottom: 25px;
}
.task-listing-bid-inner {
width: 100%;
padding: 0 35px;
}
} @media (max-width: 768px) {
.section .task-listing-details {
padding: 25px 30px;
}
.section .task-listing-bid-inner {
padding: 0 30px;
}
} @media (max-width: 480px) {
.task-listing-bid {
flex: 1;
padding: 30px 0;
}
.task-listing {
flex-direction: column;
}
.task-listing-bid-inner .task-offers {
flex: 1;
}
.task-listing-bid-inner .button {
height: 100%;
width: 100%;
}
.tasks-list-container.compact-list .task-listing .task-listing-details {
padding-right: 35px;
padding-bottom: 0;
}
.tasks-list-container.compact-list .task-listing .task-listing-bid {
padding-bottom: 35px;
}
.task-listing-bid-inner {
width: 100%;
padding: 0 35px;
}
}  .tasks-list-container.tasks-grid-layout {
display: flex;
flex-wrap: wrap;
width: calc(100% + 30px);
}
.elementor-element .freelancers-container,
.elementor-element .tasks-list-container.tasks-grid-layout { margin-top: 0 !important; }
.tasks-list-container.tasks-grid-layout .task-listing {
display: flex;
justify-content: center;
margin: 0 30px 30px 0;
width: calc(50% - 30px);
flex-direction: column;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid {
flex: 1;
padding: 0px 0;
display: block;
}
.tasks-list-container.tasks-grid-layout .task-listing {
flex-direction: column;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner {
display: flex;
align-items: center;
padding: 18px 32px;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner .task-offers {
flex: 1;
position: relative;
top: 5px;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner .button {
height: 100%;
width: 45%;
}
.tasks-list-container.tasks-grid-layout .task-listing .task-listing-details {
display: flex;
align-items: center;
padding: 28px 32px;
flex-grow: 3;
}
.elementor-widget-container .tasks-list-container.tasks-grid-layout .task-listing-bid-inner .button {
width: auto;
min-width: 160px;
} @media (max-width: 1240px) {
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner {
display: block;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid {
padding: 20px 35px;
padding-bottom: 30px;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner {
padding: 0;
}
.tasks-list-container.tasks-grid-layout .task-listing {
flex-direction: column;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner .task-offers {
flex: 1;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner .button {
height: 100%;
width: 100%;
}
}
.task-listing-bid-inner .button {
box-shadow: none !important;
} @media (max-width: 1240px) {
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner {
display: block;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid {
padding: 20px 35px;
padding-bottom: 30px;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner {
padding: 0;
}
.tasks-list-container.tasks-grid-layout .task-listing {
flex-direction: column;
width: calc(100% * (1/3) - 30px);
}
.elementor-widget-container .tasks-list-container.tasks-grid-layout .task-listing {
flex-direction: column;
width: calc(100% * (1/2) - 30px);
}
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner .task-offers {
flex: 1;
}
.tasks-list-container.tasks-grid-layout .task-listing-bid-inner .button {
height: 100%;
width: 100%;
}
}
@media (max-width: 768px) {
.tasks-list-container.tasks-grid-layout {
width: 100%;
}
.tasks-list-container.tasks-grid-layout .task-listing {
margin: 0 0 30px 0;
width: 100%;
}
.tasks-list-container.compact-list .task-listing-bid, .tasks-list-container.compact-list .task-listing-details {
width: 100%;
}
.elementor-widget-container .tasks-list-container.tasks-grid-layout .task-listing {
flex-direction: column;
width: 100%;
}
} @media (max-width: 3860px) {
.full-page-content-inner-v2 .tasks-grid-layout .task-listing {
width: calc(25% - 30px);
}
}
@media (max-width: 2560px) {
.full-page-content-inner-v2 .tasks-grid-layout .task-listing {
width: calc(33.3333333333% - 30px);
}
}
@media (max-width: 1600px) {
.full-page-content-inner-v2 .tasks-grid-layout .task-listing {
width: calc(50% - 30px);
}
}
@media (max-width: 1099px) {
.full-page-content-inner-v2 .tasks-grid-layout .task-listing {
width: calc(100% - 30px);
}
}
@media (max-width: 992px) {
.full-page-content-inner-v2 .tasks-grid-layout .task-listing {
width: 100%;
}
}
@media(min-width: 1099px) {
.page-template-template-tasks-fullpage { overflow: hidden; }
}     .button i[class^=icon-material], button.button i[class^=icon-material] {
font-size: 18px;
height: 0;
width: 18px;
line-height: 0;
top: 2px;
position: relative;
display: inline-block;
margin-left: 3px;
}
input[type=button] i[class^=icon-material], input[type=submit] i[class^=icon-material] {
font-size: 18px;
height: 0;
width: 18px;
line-height: 0;
top: 2px;
position: relative;
display: inline-block;
margin-left: 3px;
}
a.button i[class^=icon-material] {
font-size: 18px;
height: 0;
width: 18px;
line-height: 0;
top: 2px;
position: relative;
display: inline-block;
margin-left: 3px;
}
.button i[class^=icon-feather], button.button i[class^=icon-feather] {
font-size: 16px;
height: 0;
width: 16px;
line-height: 0;
top: 2px;
position: relative;
display: inline-block;
margin-left: 3px;
}
input[type=button] i[class^=icon-feather], input[type=submit] i[class^=icon-feather] {
font-size: 16px;
height: 0;
width: 16px;
line-height: 0;
top: 2px;
position: relative;
display: inline-block;
margin-left: 3px;
}
a.button i[class^=icon-feather] {
font-size: 16px;
height: 0;
width: 16px;
line-height: 0;
top: 2px;
position: relative;
display: inline-block;
margin-left: 3px;
} button.button.dark {
background-color: #333;
color: #fff;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
input[type=button].dark, input[type=submit].dark {
background-color: #333;
color: #fff;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
a.button.dark {
background-color: #333;
color: #fff;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
} button.button.gray {
background-color: #eaeaea;
color: #666;
box-shadow: none;
}
input[type=button].gray, input[type=submit].gray {
background-color: #eaeaea;
color: #666;
box-shadow: none;
}
a.button.gray {
background-color: #eaeaea;
color: #666;
box-shadow: none;
}
button.button.gray:hover {
background-color: #e0e0e0;
}
input[type=button].gray:hover, input[type=submit].gray:hover {
background-color: #e0e0e0;
}
a.button.gray:hover {
background-color: #e0e0e0;
color: #555;
}
a.button.gray.delete-application:hover {
color: #fff;
}
body .button i.icon-material-outline-arrow-right-alt {
font-size: 22px;
top: 4px;
}
.button.full-width {
max-width: 100%;
width: 100%;
text-align: center;
display: block;
}
.button.big {
font-size: 18px;
padding: 13px 22px;
}
body .button.big i {
font-size: 22px;
top: 3px;
position: relative;
} .button.button-slide-out span {
transform: translateY(0px);
opacity: 1;
transition: 0.3s;
}
.button.button-slide-out:hover span {
transform: translateY(-10px);
opacity: 0;
display: inline-block;
transition: 0.3s;
}
.button.button-slide-out i {
transform: translateY(calc(-50% + 10px));
opacity: 0;
display: inline-block;
transition: 0.3s;
position: absolute;
left: 0;
right: 0;
font-size: 18px;
top: 50%;
height: 20px;
}
.button.button-slide-out:hover i {
transform: translateY(calc(-50% + 0px));
opacity: 1;
} .move-on-hover {
box-shadow: 0 4px 12px rgba(38, 174, 97, 0.1);
transform: translateY(0);
transition: 0.3s;
}
.move-on-hover:hover {
box-shadow: 0 4px 12px rgba(38, 174, 97, 0.2);
transform: translateY(-2px);
} .centered-button {
text-align: center;
display: block;
}
.centered-button .button {
margin: 0 auto;
} span.bookmark-icon {
font-size: 20px;
position: absolute;
z-index: 101;
right: 35px;
top: 35px;
cursor: pointer;
background-color: #eee;
color: #c0c0c0;
display: block;
height: 39px;
width: 39px;
border-radius: 50%;
transition: all 0.4s;
line-height: 27px;
}
.bookmark-icon.bookmarked {
animation: bookmarked-shadow 0.3s;
}
.bookmark-icon:before {
transition: transform 0.4s cubic-bezier(0.8, -0.41, 0.19, 2.5);
font-family: "Material-Icons";
position: absolute;
right: 0;
left: 0;
text-align: center;
top: 6px;
content: "\e988";
}
.bookmark-icon:hover {
background-color: #333;
color: #fff;
}
.bookmark-icon.bookmarked {
background-color: #feb342;
color: #fff;
}
.bookmark-icon.bookmarked:before {
animation: bookmark-icon 0.5s;
}
@keyframes bookmarked-shadow {
0% {
box-shadow: 0 0 0 0 rgba(254, 179, 66, 0.8);
}
100% {
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
}
}
@keyframes bookmark-icon {
0% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
} .bookmark-button {
background-color: #404040;
display: inline-block;
padding: 0;
position: relative;
height: 44px;
line-height: 44px;
color: #fff;
padding: 0 15px;
padding-left: 59px;
border-radius: 4px;
transition: 0.4s;
cursor: pointer;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
.bookmark-button .bookmark-icon, .bookmark-button:hover .bookmark-icon {
background-color: rgba(255, 255, 255, 0.05);
}
.bookmark-button .bookmark-icon {
border-radius: 4px;
position: absolute;
left: 0;
right: auto;
top: auto;
height: 44px;
width: 44px;
border-radius: 4px 0 0 4px;
pointer-events: none;
transition: 0.4s;
animation: none;
}
.bookmark-button .bookmark-icon:before {
top: 8px;
color: #fff;
transition: 0.4s;
font-size: 18px;
}
.bookmark-button.bookmarked {
background-color: #feb342;
color: #fff;
box-shadow: 0 3px 12px rgba(254, 179, 66, 0.2);
}
.bookmark-button.bookmarked .bookmark-icon:before {
color: #fff;
}
.bookmark-button:hover .bookmark-icon:before {
color: #fff;
}
.bookmark-button.bookmarked .bookmark-icon, .bookmark-button.bookmarked:hover .bookmark-icon {
background-color: rgba(255, 255, 255, 0.16);
}
.bookmark-button.bookmarked .bookmarked-text {
display: block;
}
.bookmark-button .bookmark-text {
display: block;
}
.bookmark-button.bookmarked .bookmark-text, .bookmark-button .bookmarked-text {
display: none;
}  .button-sliding-icon {
text-align: center;
}
.button.button-sliding-icon {
transition: none;
transition: 0.3s;
}
.button-sliding-icon i {
opacity: 0;
max-width: 0px;
display: inline-block;
transform: translateX(-20px);
transition: transform 0.3s, max-width 0.3s, opacity 0.3s;
}
.button-sliding-icon:hover i {
max-width: 20px;
opacity: 1;
transform: translateX(0);
} .button.button-sliding-icon {
padding-left: 20px;
padding-right: 10px;
}
.button.button-sliding-icon:hover {
padding-right: 20px;
}
.button.button-sliding-icon i {
padding-right: 5px;
}
.button.button-sliding-icon:hover i {
max-width: 20px;
opacity: 1;
transform: translateX(0);
}
.freelancers-list-layout .freelancer-details a.button:hover{
color: #fff;
}  mark {
background-color: #fcf8e3;
color: #8a803e;
padding: 1px 5px;
}
mark.color {
background-color: #26ae61;
border-radius: 4px;
color: #fff;
}  #result .success {
line-height: 24px;
margin-bottom: 15px;
position: relative;
padding: 20px 26px;
padding-right: 50px;
border-radius: 4px;
}
.notification {
line-height: 24px;
margin-bottom: 15px;
position: relative;
padding: 20px 26px;
padding-right: 50px;
border-radius: 4px;
}
.notification p {
margin: 0;
font-size: 15px;
}
#result .success, .notification.success {
background-color: #EBF6E0;
}
#result .success {
color: #5f9025;
}
.notification.success {
color: #5f9025;
}
.notification.success a, .notification.success strong {
color: #5f9025;
}
.notification.error {
background-color: #ffe9e9;
color: #de5959;
}
.notification.error a, .notification.error strong {
color: #de5959;
}
.notification.warning {
background-color: #FBFADD;
color: #8f872e;
}
.notification.warning a, .notification.warning strong {
color: #8f872e;
}
.notification.notice {
color: #3184ae;
background-color: #E9F7FE;
}
.notification.notice h4 {
font-size: 19px;
margin: 3px 0 15px 0;
color: #3184ae;
}
.notification.notice a, .notification.notice strong {
color: #3184ae;
}
.notification.notice.large {
padding: 32px 36px;
}
.notification strong {
font-weight: 700;
}
.notification a {
text-decoration: underline;
}
body .notification strong {
border: none;
}
.notification.success .close, .notification.error .close, .notification.warning .close {
padding: 0px 9px;
position: absolute;
right: 0;
top: 22px;
display: block;
height: 8px;
width: 8px;
cursor: pointer;
}
.notification.notice .close {
padding: 0px 9px;
position: absolute;
right: 0;
top: 22px;
display: block;
height: 8px;
width: 8px;
cursor: pointer;
}
.notification.notice p span i {
font-weight: 500;
}
.notification a.button {
float: right;
color: #fff;
margin-top: 3px;
}
.notification.notice a.button {
background-color: #388fc5;
}
.notification.warning a.button {
background-color: #dfbe51;
}
.notification.error a.button {
background-color: #d34c4c;
}
.notification.success a.button {
background-color: #79ba38;
}
.notification.closeable a.close:before {
content: "\ea02";
font-family: "Feather-Icons";
position: absolute;
right: 25px;
top: 0;
cursor: pointer;
font-weight: 500;
}  table.basic-table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
border: none;
margin-bottom: 15px;
margin-bottom: 0;
}
table.basic-table th {
background-color: #26ae61;
text-align: left;
color: #fff;
vertical-align: top;
font-weight: 500;
padding: 15px 28px;
}
table.basic-table th:first-child {
border-radius: 4px 0 0 4px;
}
table.basic-table th:last-child {
border-radius: 0 4px 4px 0;
}
table.basic-table td {
padding: 15px 28px;
}
table.basic-table tr:nth-child(odd) {
background-color: #f4f4f4;
}
@media screen and (max-width: 600px) {
table {
border: 0;
}
table th {
display: none;
}
table tr {
display: block;
margin-bottom: 0;
}
table td {
border-bottom: 1px solid #ddd;
display: block;
font-size: 14px;
text-align: right;
}
table td:before {
content: attr(data-label);
float: left;
font-weight: 500;
}
table td:last-child {
border-bottom: 0;
}
}  .accordion {
font-size: 16px;
width: 100%;
margin: 0 auto;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.accordion .accordion {
border-radius: 0px;
box-shadow: none;
}
.accordion-header, .accordion-body {
background: #fff;
}
.accordion-header {
padding: 15px 25px;
background: #26ae61;
color: #fff;
cursor: pointer;
font-size: 16px;
transition: all 0.3s;
position: relative;
box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15);
}
.accordion .accordion .accordion-header {
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.accordion-header:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
content: "";
opacity: 0;
transition: 0.3s;
}
.accordion-body__contents p:last-child {
margin-bottom: 0;
padding-bottom: 0;
} .accordion-body {
background: #fff;
color: #666;
display: none;
}
.accordion-body__contents {
padding: 25px;
font-size: 16px;
line-height: 28px;
}
.accordion__item.active:last-child .accordion-header {
border-radius: none;
}
.accordion:first-child > .accordion__item > .accordion-header {
border-bottom: 1px solid transparent;
}
.accordion__item > .accordion-header:after {
content: "\e957";
font-family: Material-Icons;
font-size: 19px;
float: right;
position: relative;
top: -1px;
transition: 0.3s all;
transform: rotate(0deg);
}
.accordion__item.active > .accordion-header:after {
transform: rotate(-180deg);
}
.accordion__item.active .accordion .accordion-header:before {
opacity: 0;
}
.accordion__item .accordion__item .accordion-header {
background: #f7f7f7;
color: #666;
}  .copy-url {
display: flex;
}
.copy-url input {
border-radius: 4px 0 0 4px !important;
border-right: 0;
height: 48px;
border-right: none;
margin: 0 !important;
}
.copy-url .copy-url-button {
min-width: 48px;
background-color: #26ae61;
color: #fff;
border-radius: 0 4px 4px 0;
height: 48px;
}  .share-buttons {
display: block;
}
.share-buttons-trigger {
display: inline-block;
height: 44px;
width: 44px;
line-height: 44px;
text-align: center;
color: #a0a0a0;
font-size: 18px;
background-color: #f0f0f0;
border-radius: 4px;
transition: 0.4s;
cursor: default;
}
.share-buttons-trigger i {
position: relative;
top: 1px;
}
.share-buttons-content {
display: inline-block;
position: relative;
width: calc(100% - 60px);
}
.share-buttons-content span {
margin-left: 10px;
color: #888;
cursor: default;
padding: 10px 0;
display: inline-block;
transition: 0.4s;
}
.share-buttons-content span strong {
color: #26ae61;
font-weight: 500;
}
.share-buttons:hover .share-buttons-content span {
opacity: 0;
transition: 0.2s;
} .share-buttons-icons {
position: absolute;
left: 5px;
top: 0;
padding: 0;
margin: 0;
opacity: 0;
transform: translateX(-10px);
transition: all 0.4s cubic-bezier(0.5, -0.41, 0.19, 2);
}
.share-buttons:hover .share-buttons-icons {
opacity: 1;
transform: translate(0);
}
.share-buttons-icons li {
display: inline-block;
float: left;
}
.share-buttons-icons li:first-child a {
border-radius: 4px 0 0 4px;
}
.share-buttons-icons li:last-child a {
border-radius: 0 4px 4px 0;
}
.share-buttons-icons li a {
height: 44px;
width: 44px;
display: inline-block;
line-height: 44px;
text-align: center;
background-color: #333;
color: #fff;
font-size: 14px;
}
.share-buttons-icons li a i {
position: relative;
top: 1px;
}  .job-listing-company .verified-badge, .job-listing .job-listing-footer ul li .verified-badge {
position: relative;
display: inline-block;
transform: scale(0.7);
top: 2px;
margin-left: -2px;
} .verified-badge {
position: relative;
height: 25px;
width: 25px;
display: inline-block;
background-color: #38b653;
border-radius: 50%;
text-align: center;
z-index: 10;
font-weight: 500;
}
.verified-badge:before {
content: "\e92b";
font-family: "Feather-Icons";
font-size: 16px;
color: #fff;
position: relative;
top: 0px;
line-height: 27px;
}
.job-listing .job-listing-company-logo .verified-badge {
position: absolute;
bottom: 0;
right: 0;
transform: translate(7px, 7px);
} .verified-badge-with-title {
position: relative;
height: 26px;
display: flex;
top: -1px;
color: #fff;
font-weight: 500;
font-size: 14px;
background-color: #30ab4a;
text-align: center;
z-index: 10;
font-weight: 500;
border-radius: 4px;
padding: 0 8px 0 0;
margin: 0;
overflow: hidden;
padding-left: 34px;
line-height: 27px;
}
.verified-badge-with-title:before {
content: "\e92b";
font-family: "Feather-Icons";
font-size: 16px;
color: #fff;
position: absolute;
top: 0;
left: 0;
line-height: 26px;
height: 26px;
width: 26px;
display: inline-block;
background-color: #38b653;
}   .star-rating {
display: inline-block;
}
.star-rating .star {
display: inline-block;
margin: 0;
padding: 0;
float: left;
margin-right: 0;
position: relative;
margin-top: 2px;
}
.header-details .star-rating .star {
margin-top: 0px;
}
.company .star-rating .star {
margin-top: 3px;
}
.rating-counter { display: none; }
.company-list-rating .star-rating:before,
.company .star-rating:before { top: 0; }
.bid .freelancer-name .star-rating .star { margin-top: -2px; }
.star-rating .star.half:after, .star-rating .star:before {
font-family: "Material-Icons";
content: "\e988";
display: block;
color: #febe42;
font-size: 22px;
}
.star-rating .star.empty:before {
color: #ddd;
}
.rating:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.star-rating .star.half:before {
color: #ddd;
}
.star-rating .star.half:after {
color: #febe42;
position: absolute;
top: 0;
width: 50%;
display: block;
height: 100%;
overflow: hidden;
}
.star-rating:before {
content: attr(data-rating);
float: left;
border-radius: 4px;
background-color: #febe42;
color: #fff;
font-size: 13px;
line-height: 15px;
font-weight: 600;
padding: 5px 7px;
position: relative;
top: 1px;
margin-right: 7px;
}
.star-rating.no-stars .star {
display: none;
}
.star-rating.no-stars:before {
margin-right: 0;
}
.boxed-list-ul .star-rating:before {
font-size: 13px;
top: -4px;
margin-right: 6px;
}  body .leave-rating {
height: 24px;
float: left;
position: relative;
}
body .leave-rating:hover input[type=radio]:checked ~ label {
color: #d4d4d4;
}
body .leave-rating input[type=radio] {
display: inline-block;
width: 1px;
position: absolute;
opacity: 0;
pointer-events: none;
height: 100%;
margin-left: 50%;
left: 0;
top: 0;
transform: translateX(-50%);
}
body .leave-rating input[type=radio]:checked ~ label {
color: #ffc600;
}
body .leave-rating label {
font-size: 20px;
float: right;
letter-spacing: 2px;
color: #d4d4d4;
cursor: pointer;
transition: 0.3s;
}
body .leave-rating label:hover {
color: #ffc600 !important;
}
body .leave-rating label:hover ~ label {
color: #ffc600 !important;
}
body .leave-rating-title {
display: block;
margin: 0 0 4px 0;
}
.welcome-text .leave-rating-container {
text-align: center;
margin: 0 auto;
margin-top: 15px;
left: 50%;
width: 100%;
display: block;
}
.welcome-text .leave-rating {
position: relative;
left: 50%;
transform: translateX(-50%) scale(1.2);
}  .ripple-effect-dark {
overflow: hidden;
position: relative;
z-index: 1;
}
.ripple-effect {
overflow: hidden;
position: relative;
z-index: 1;
}
.ripple-effect span.ripple-overlay {
animation: ripple 0.9s;
border-radius: 100%;
background: #fff;
height: 12px;
position: absolute;
width: 12px;
line-height: 12px;
opacity: 0.1;
pointer-events: none;
}
.ripple-effect-dark span.ripple-overlay {
animation: ripple 0.9s;
border-radius: 100%;
background: #fff;
height: 12px;
position: absolute;
width: 12px;
line-height: 12px;
opacity: 0.1;
pointer-events: none;
background: #000;
opacity: 0.07;
}
@keyframes ripple {
0% {
-webkit-transform: scale(4);
transform: scale(4);
}
100% {
opacity: 0;
-webkit-transform: scale(40);
transform: scale(40);
}
}  .switches-list .switch-container {
width: 100%;
}
.switches-list .switch-container:last-child label {
margin-bottom: 0;
}
.switch-container {
display: inline-block;
cursor: pointer;
}
label.switch {
position: relative;
}
.switches-list .switch-container label {
cursor: pointer;
position: relative;
padding-left: 45px;
line-height: 26px;
}
.switch-button {
position: relative;
display: inline-block;
width: 34px;
height: 20px;
cursor: pointer;
background-color: #ccc;
border-radius: 50px;
transition: 0.4s;
margin: 0 7px 0 0;
top: 4px;
position: absolute;
top: 2px;
left: 0;
}
.notify-box .switch-button {
top: 0;
}
.notify-box .switch-container {
top: 1px;
position: relative;
}
.switch span.switch-text {
display: block;
padding-left: 48px;
font-size: 16px;
line-height: 22px;
color: #666;
}
.switch input {
display: none;
}
.switch.interactive-effect input:checked + .switch-button:before {
animation: switch-shadow-color 0.4s;
}
.switch.interactive-effect .switch-button:before {
animation: switch-shadow 0.4s;
}
@keyframes switch-shadow {
0% {
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}
100% {
box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
}
}
@keyframes switch-shadow-color {
0% {
box-shadow: 0 0 0 0 rgba(38, 174, 97, 0.6);
}
100% {
box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
}
}
.switch-button:before {
position: absolute;
content: "";
height: 16px;
width: 16px;
bottom: 2px;
left: 2px;
background-color: white;
transition: 0.4s, box-shadow 0.3s;
border-radius: 50px;
}
input:checked + .switch-button {
background-color: #26ae61;
}
input:checked + .switch-button:before {
transform: translateX(14px);
}  .radio {
display: inline-block;
vertical-align: top;
}
.radio label {
margin: 3px 0;
cursor: pointer;
position: relative;
padding-left: 29px;
line-height: 25px;
}
.radio input[type=radio] {
position: absolute;
opacity: 0;
}
.radio input[type=radio] + label .radio-label {
content: "";
background: #fff;
border-radius: 100%;
border: 2px solid #b4b4b4;
display: inline-block;
width: 18px;
height: 18px;
position: relative;
margin-right: 5px;
vertical-align: top;
cursor: pointer;
text-align: center;
transition: all 250ms ease;
background-color: #fff;
box-shadow: inset 0 0 0 8px #fff;
z-index: 100;
position: absolute;
top: 2px;
left: 0;
}
.radio input[type=radio] + label .radio-label:after {
background-color: #26ae61;
content: "";
top: 3px;
left: 0;
right: 0;
margin: 0 auto;
position: absolute;
opacity: 1;
transition: 0.3s;
border-radius: 50%;
transform: scale(0);
position: absolute;
top: 0;
left: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
z-index: 99;
}
.radio input[type=radio]:checked + label .radio-label {
background-color: #26ae61;
border-color: #26ae61;
box-shadow: inset 0 0 0 3px #fff;
}
.radio-label:before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
border-radius: 50%;
background-color: transparent;
display: block;
}
.interactive-effect label .radio-label:before {
animation: radius-shadow 0.4s;
}
@keyframes radius-shadow {
0% {
box-shadow: 0 0 0 0 rgba(38, 174, 97, 0.4);
}
100% {
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
}
}
.small-label {
border-radius: 4px;
display: inline-block;
background: #e0f5d7;
color: #449626;
padding: 0 8px;
line-height: 27px;
height: 26px;
margin-left: 5px;
position: relative;
top: -1px;
}  .checkbox {
display: inline-block;
margin-bottom: 0;
}
.checkbox input {
padding: 0;
height: initial;
width: initial;
margin-bottom: 0;
display: none;
cursor: pointer;
}
.checkbox label {
position: relative;
cursor: pointer;
padding-left: 30px;
line-height: 25px;
}
.checkbox label span.checkbox-icon {
content: "";
-webkit-appearance: none;
background-color: transparent;
border: 2px solid #b4b4b4;
height: 20px;
width: 20px;
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
margin-right: 5px;
border-radius: 4px;
transition: 0.3s;
position: absolute;
left: 0;
top: 1px;
}
.checkbox input + label span.checkbox-icon:after {
position: absolute;
top: 2px;
left: 0;
right: 0;
margin: 0 auto;
opacity: 0;
content: "";
display: block;
width: 6px;
height: 10px;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: scale(0.5) rotate(45deg);
transition: all 0.35s cubic-bezier(0.3, -0.41, 0.19, 2), opacity 0.3s;
}
.checkbox input:checked + label span.checkbox-icon {
border-color: #26ae61;
background-color: #26ae61;
}
.checkbox input:checked + label span.checkbox-icon:after {
transform: scale(1) rotate(45deg);
opacity: 1;
}  .uploadButton {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin-bottom: 10px;
width: 100%;
font-style: normal;
font-size: 14px;
}
.uploadButton .uploadButton-input {
opacity: 0;
position: absolute;
overflow: hidden;
z-index: -1;
pointer-events: none;
}
.uploadButton .uploadButton-button {
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
height: 44px;
padding: 10px 18px;
cursor: pointer;
border-radius: 4px;
color: #26ae61;
background-color: transparent;
border: 1px solid #26ae61;
flex-direction: row;
transition: 0.3s;
margin: 0;
outline: none;
box-shadow: 0 3px 10px rgba(38, 174, 97, 0.1);
}
.uploadButton .uploadButton-button:hover {
background-color: #26ae61;
box-shadow: 0 4px 12px rgba(38, 174, 97, 0.15);
color: #fff;
}
.uploadButton .uploadButton-file-name {
flex-grow: 1;
display: flex;
align-items: center;
flex: 1;
box-sizing: border-box;
padding: 0 10px;
padding-left: 18px;
min-height: 42px;
top: 1px;
position: relative;
color: #888;
background-color: transparent;
overflow: hidden;
line-height: 22px;
}  .categories-container {
display: flex;
flex-wrap: wrap;
}
.category-box {
flex: 0 0 25%;
align-content: center;
justify-content: center;
display: flex;
flex-direction: column;
margin: 0;
text-align: center;
padding: 25px;
border-radius: 4px;
transition: 0.35s;
} @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.category-box {
max-width: 25%;
text-align: center;
}
.category-box-counter {
width: 50px !important;
}
}  .category-box-icon {
font-size: 42px;
line-height: 32px;
color: #26ae61;
position: relative;
}
.category-box-icon i {
height: 42px;
display: block;
transition: 0.35s;
margin-bottom: 12px;
} .category-box-counter {
width: auto;
height: 24px;
font-size: 14px;
line-height: 25px;
border-radius: 4px;
padding: 0 8px;
color: #909090;
background: rgba(0, 0, 0, 0.06);
font-weight: 500;
display: inline-block;
margin: 0 auto;
transition: 0.35s;
margin-bottom: 18px;
} .category-box-content h3 {
font-size: 16px;
font-weight: 500;
color: #333;
margin: 0;
padding: 0;
transition: 0.35s;
}
.category-box-content p {
color: #888;
margin: 0;
padding: 0;
line-height: 24px;
margin-top: 5px;
transition: 0.35s;
} .category-box:hover {
background: #26ae61;
box-shadow: 0 4px 12px rgba(38, 174, 97, 0.2);
color: #fff;
}
.category-box:hover .category-box-content h3, .category-box:hover .category-box-icon {
color: #fff;
}
.category-box:hover .category-box-content p {
color: rgba(255, 255, 255, 0.7);
}
.category-box:hover .category-box-counter {
background: rgba(0, 0, 0, 0.2);
color: #fff;
} @media (max-width: 1240px) {
.category-box {
flex: 0 0 33.3%;
}
}
@media (max-width: 768px) {
.category-box {
flex: 0 0 50%;
}
}
@media (max-width: 480px) {
.category-box {
flex: 0 0 100%;
margin-right: 0;
}
}  .photo-box {
border-radius: 4px;
height: 360px;
display: block;
position: relative;
background-size: cover;
background-position: 100%;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
transition: 0.4s;
margin: 0 0 25px 0;
}
.photo-box:before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #333;
opacity: 0.5;
border-radius: 4px;
transition: 0.4s;
}
.photo-box-content {
position: absolute;
bottom: 30px;
left: 30px;
}
.photo-box-content h3 {
color: #fff;
font-size: 20px;
line-height: 28px;
}
.photo-box-content span {
color: #333;
background: #fff;
border-radius: 4px;
font-size: 15px;
font-weight: 500;
padding: 4px 10px;
line-height: 20px;
margin-top: 8px;
display: inline-block;
} .photo-box:hover {
box-shadow: 0 4px 12px rgba(38, 174, 97, 0.25);
transform: translateY(-10px);
}
.photo-box:hover:before {
background: #26ae61;
opacity: 0.95;
}
.photo-box.small {
height: 160px;
margin-bottom: 30px;
}
.photo-box.small:hover {
transform: translateY(-5px);
}
.photo-box.small .photo-box-content {
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
bottom: auto;
top: 50%;
transform: translateY(-49%);
}
.photo-box.small .photo-box-content h3 {
font-size: 16px;
font-weight: 500;
}
.photo-box.small .photo-box-content span {
color: #fff;
background: #26ae61;
font-size: 14px;
line-height: 18px;
margin-top: 5px;
transition: 0.3s;
}
.photo-box.small:hover .photo-box-content span {
color: #fff;
background: rgba(0, 0, 0, 0.2);
}   .billing-cycle-radios {
display: block;
margin: 0 auto;
text-align: center;
}
.billing-cycle-radios.text-align-left {
text-align: left;
}
.billing-cycle-radios .radio {
margin-right: 20px;
}
.billing-cycle-radios .radio:last-child {
margin-right: 0;
} .pricing-plans-container {
border-radius: 4px;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
display: flex;
}
.pricing-plan {
flex: 1;
padding: 35px 17px;
position: relative;
text-align: center;
}
.pricing-plan:first-of-type {
padding-left: 35px;
}
.pricing-plan:last-of-type {
padding-right: 35px;
}
.pricing-plan h3 {
font-size: 20px;
font-weight: 500;
}
.pricing-plan p {
margin: 0;
} .billed-yearly-label {
display: none;
}
.billed-yearly .billed-yearly-label {
display: block;
}
.billed-yearly .billed-monthly-label {
display: none;
} .pricing-plan-label {
background: #f0f0f0;
border-radius: 4px;
font-size: 18px;
color: #888;
text-align: center;
line-height: 24px;
padding: 15px;
margin: 22px 0;
}
.job_listing_packages_title,
.job_task_packages_title {
text-align: center;
display: block;
padding-bottom: 25px;
}
.job_listing_packages_title { padding-bottom: 35px; }
.pricing-plan.recommended:nth-last-child(1) {
margin: 0;
}
.products.user-packages h2,
body .job_listing_packages_title h2,
.job_task_packages_title h2{
font-size: 20px;
display: block;
text-align: center;
}
.job_listing_packages_title input.button { display: none; }
.job_listing_packages { text-align: center;}
.job_task_packages input.button,
.job_listing_packages input.button {
margin-top: 35px;
font-size: 16px;
padding: 12px 22px;
}
.job_task_packages input.button { margin-top: 15px; }
.pricing-plan-label span,
.pricing-plan-label strong {
font-size: 32px;
font-weight: 500;
color: #333;
margin-right: 5px;
line-height: 30px;
}
body .recommended .pricing-plan-label {
background-color: #f0f0f0;
color: #333;
}
.recommended .pricing-plan-label strong {
color: #333;
} .pricing-plan-features strong {
color: #333;
font-weight: 500;
margin-bottom: 5px;
line-height: 24px;
display: inline-block;
}
.pricing-plan-features ul {
padding: 0;
margin: 0;
}
.pricing-plan-features ul li {
display: block;
margin: 0;
padding: 3px 0;
line-height: 24px;
}
.pricing-plan-label del {
text-decoration: none;
}
.pricing-plan-label del bdi {
text-decoration: line-through;
font-weight: 400;
opacity: 0.7;
}
.pricing-plan-label ins {
text-decoration: none;
} .pricing-plan .button:hover, .pricing-plan.recommended .button {
color: #fff;
background-color: #26ae61;
box-shadow: 0 4px 12px rgba(38, 174, 97, 0.15);
}
.pricing-plan .button {
color: #26ae61;
background-color: #fff;
border: 1px solid #26ae61;
box-shadow: 0 4px 12px rgba(38, 174, 97, 0.1);
}
.pricing-plan .button:hover {
box-shadow: 0 4px 12px rgba(38, 174, 97, 0.15);
}
.pricing-plan.recommended {
box-shadow: 0 0px 45px rgba(0, 0, 0, 0.09);
padding: 35px;
margin: 0 15px;
}
.pricing-plan .recommended-badge {
background-color: #26ae61;
color: #fff;
position: absolute;
width: 100%;
height: 45px;
top: -45px;
left: 0;
text-align: center;
border-radius: 4px 4px 0 0;
font-weight: 500;
line-height: 45px;
}  @media (max-width: 992px) {
.pricing-plans-container {
box-shadow: none;
display: block;
margin-top: -40px;
}
.pricing-plan {
box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
margin-bottom: 40px;
flex: auto;
width: 100%;
border-radius: 4px;
padding: 35px;
}
.pricing-plan.recommended {
padding: 35px;
margin: 0 0 40px 0;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
margin-top: 80px;
}
}  .countdown {
border-radius: 4px;
width: 100%;
display: block;
text-align: center;
font-size: 16px;
line-height: 28px;
padding: 14px;
}
.countdown.green {
background-color: #e7f8ec;
color: #289c41;
}
.countdown.yellow {
background-color: #fbf6dd;
color: #a18d29;
}  .bidding-widget {
border-radius: 4px;
background-color: #f9f9f9;
}
.mfp-content .bidding-widget {
background: transparent;
margin-bottom: 0px;
}
.dashboard-box .bidding-widget, .popup-tab-content .bidding-widget {
border-radius: 0;
background-color: transparent;
}
.dashboard-box .slider-handle.custom, .popup-tab-content .slider-handle.custom {
border: 1px solid #e0e0e0;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}
.bidding-widget .bidding-headline {
background-color: #f0f0f0;
color: #333;
position: relative;
border-radius: 4px 4px 0 0;
}
.bidding-widget .bidding-inner {
padding: 30px 35px;
}
.bidding-widget .bidding-headline {
color: #333;
font-size: 20px;
padding: 20px 35px;
}
.bidding-widget .bidding-headline h3 {
color: #333;
font-size: 20px;
padding: 0;
margin: 0;
}
.bidding-widget .bidding-signup {
color: #666;
font-size: 14.7px;
padding: 16px 35px;
text-align: center;
border-top: 1px solid #e0e0e0;
}
.bidding-widget .bidding-signup a {
font-weight: 500;
}
.bidding-widget button.button {
margin-bottom: 3px;
}
.bidding-widget .bidding-detail {
color: #888;
display: block;
}
.bidding-widget .bidding-detail strong {
color: #333;
font-weight: 500;
}
.dashboard-box .bidding-detail strong {
font-weight: 500;
}
.dashboard-box .pagination,
.dashboard-box .pagination-container {
margin: 0 !important;
}
.dashboard-box .prev.page-numbers,
.dashboard-box .next.page-numbers { display: none; }
.dashboard-box .pagination ul li .current,
.dashboard-box .pagination ul li a {
padding: 6px 12px;
font-weight: 500;
height: auto;
line-height: 20px;
}
.dashboard-box .pagination ul li a:not(.current) {
background: transparent;
color: #888;
}
.dashboard-box .pagination ul li a:hover {
background: #f2f2f2;
color: #777;
}
.dashboard-box .page-numbers {
margin: 10px 0;
}
.bidding-widget .bidding-value {
font-size: 26px;
font-weight: 500;
color: #333;
margin: 5px 0 20px 0;
font-size: 26px;
font-weight: 500;
color: #333;
}
.bidding-widget .button {
box-shadow: 0 4px 12px rgba(38, 174, 97, 0.15);
transition: 0.3s;
height: 46px;
width: 100%;
text-align: center;
}
.bidding-widget .button:hover {
box-shadow: 0 4px 12px rgba(38, 174, 97, 0.25);
transform: translateY(-2px);
}
.bidding-widget .bidding-fields {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
margin-top: 12px;
width: calc(100% + 20px);
}
.bidding-widget .bidding-fields .bidding-field {
flex: 1;
margin-right: 20px;
}
.sidebar-container .wp-job-manager-bookmarks-form { border: none; }
.bidding-widget .bidding-fields .qtyButtons input { border: none; background: transparent; }
.mfp-content .bidding-widget .bidding-fields .qtyButtons { 
border: 1px solid #e0e0e0; background: transparent;
box-shadow: none;
} .qtyButtons {
display: flex;
margin: 0;
background: #fff;
border-radius: 4px;
box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
height: 48px;
padding: 6px;
}
.qtyButtons.with-border {
border: 1px solid #e0e0e0;
box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}
.qtyButtons input {
outline: 0;
font-size: 16px;
font-weight: 500;
text-align: center;
width: 50px;
height: 36px;
color: #808080;
line-height: 36px;
margin: 0 !important;
padding: 0 5px;
border: none;
box-shadow: none;
display: inline-block;
flex-grow: 1;
box-shadow: none !important;
}
.qtyTitle {
font-size: 16px;
font-weight: 500;
line-height: 36px;
padding-right: 15px;
display: block;
flex: 1;
}
.qtyInc, .qtyDec {
width: 36px;
height: 36px;
line-height: 36px;
font-size: 18px;
background-color: #f0f0f0;
color: #808080;
display: inline-block;
text-align: center;
border-radius: 4px;
cursor: pointer;
font-family: "Feather-Icons";
flex: 1;
min-width: 36px;
max-width: 36px;
transition: 0.3s;
}
.qtyInc:before {
content: "\e9b1";
}
.qtyDec:before {
content: "\e996";
}
.qtyInc:hover, .qtyDec:hover {
background-color: #26ae61;
color: #fff;
}
.qtyTotal {
background-color: #26ae61;
border-radius: 50%;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 500;
font-family: "Open Sans", sans-serif;
line-height: 18px;
text-align: center;
position: relative;
top: -2px;
left: 2px;
height: 18px;
width: 18px;
} @media (max-width: 1366px) {
.qtyInc, .qtyDec {
min-width: 34px;
max-width: 34px;
}
.bidding-widget .bidding-inner {
padding: 27px 32px;
}
.bidding-widget .bidding-headline {
padding: 20px 32px;
}
}
@media (max-width: 1240px) {
.qtyInc, .qtyDec {
min-width: 36px;
max-width: 36px;
}
.bidding-widget .bidding-fields {
width: 100%;
}
.bidding-widget .bidding-fields .bidding-field {
flex: auto;
margin-right: 0;
width: 100%;
}
.bidding-widget .bidding-fields .bidding-field:first-child {
margin-bottom: 20px;
}
} .boxed-list {
margin-top: 10px;
display: block;
}
.boxed-list-headline {
background-color: #f4f4f4;
border-radius: 4px;
padding: 20px 35px;
}
.boxed-list-headline h3 {
font-size: 18px;
}
.boxed-list-headline h3 span {
color: #888;
}
.boxed-list-headline h3 i {
font-size: 18px;
color: #26ae61;
font-size: 24px;
position: relative;
top: 3px;
line-height: 0;
display: inline-block;
margin-right: 5px;
}
.boxed-list ul.boxed-list-ul {
padding: 0;
margin: 0;
list-style: none;
}
.boxed-list ul.boxed-list-ul > li {
display: block;
background-color: transparent;
padding: 25px 35px;
border-radius: 4px;
}
.boxed-list ul.boxed-list-ul > li:nth-child(2n) {
background-color: #fafafa;
} .fields-ul {
padding: 0;
margin: 0;
list-style: none;
}
.fields-ul > li {
display: block;
background-color: transparent;
padding: 30px;
padding-bottom: 10px;
border-bottom: 1px solid #e4e4e4;
} .boxed-list-item {
display: flex;
}
.boxed-list-item .item-image {
flex: 0 0 60px;
height: 60px;
border-radius: 4px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 10px;
margin-right: 25px;
position: relative;
top: -2px;
display: flex;
background-color: #fff;
}
.boxed-list-item .item-image img {
height: auto;
align-self: center;
}
.boxed-list-item .item-content h4 {
font-size: 18px;
font-weight: 500;
color: #333;
}
.boxed-list-item .item-content h4 a {
font-size: 18px;
font-weight: 500;
color: #333;
}
.boxed-list-item .item-content h4 span {
font-size: 16px;
color: #808080;
display: block;
font-weight: 500;
}
.boxed-list-item .item-details {
display: flex;
margin-top: 5px;
}
.boxed-list-item .item-details .star-rating {
top: -2px;
position: relative;
margin-right: 15px;
}
.boxed-list-item .item-details .detail-item {
margin-right: 15px;
color: #808080;
}
.boxed-list-item .item-details .detail-item a {
color: #808080;
}
.boxed-list-item .item-details .detail-item a:hover {
color: #26ae61;
}
.boxed-list-item .item-details .detail-item i {
margin-right: 3px;
position: relative;
top: 0;
}
.boxed-list-item .item-description {
margin-top: 15px;
}
.boxed-list-item .item-description p {
margin-bottom: 0;
padding-bottom: 0;
}
.resume-template-default .boxed-list-item .item-description p { line-height: 24px; }
.resume-template-default .wp-job-manager-bookmarks-form { border: none; } @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.boxed-list-item .item-image {
max-width: 60px;
}
.boxed-list-item .item-image img {
width: 100%;
}
}  .bid {
display: flex;
width: 100%;
}
.bid .bids-content {
flex-grow: 1;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.bid .bids-bid {
align-items: center;
display: flex;
}
.bid .bids-avatar {
align-self: center;
}
.bid .freelancer-name {
margin-top: 0;
}
.bid .freelancer-name a { color: #333; }
.bid .freelancer-avatar {
width: 70px;
height: 70px;
margin: 0 auto;
position: relative;
margin-right: 30px;
}
.bid .star-rating {
margin-top: 3px;
display: block;
}
.bid .freelancer-avatar img {
width: 100%;
height: 100%;
border-radius: 50%;
cursor: pointer;
object-fit: cover;
}
.bid .freelancer-avatar .verified-badge {
position: absolute;
bottom: 0;
right: 0;
} .bid-rate {
text-align: center;
font-size: 14px;
background: #f4f4f4;
color: #888;
border-radius: 4px;
padding: 8px 12px;
}
.boxed-list ul.boxed-list-ul > li:nth-child(2n) .bid-rate {
background: #f2f2f2;
}
.bid-rate .rate {
color: #333;
font-weight: 500;
text-align: center;
line-height: 20px;
border-radius: 4px;
padding: 5px 10px;
padding-bottom: 0;
font-size: 16px;
}
.bid-rate span {
display: block;
margin-top: -2px;
}
@media (max-width: 768px) {
.bid {
display: block;
}
.bid .freelancer-avatar {
width: 70px;
margin: 0 0 15px 0;
}
.bids-bid {
margin-top: 15px;
}
.bid-rate {
width: 100%;
}
}
@media (max-width: 768px) {
.boxed-list-item .item-details {
display: block;
width: 100%;
}
.boxed-list-item .item-image {
display: none;
}
}  .tags-container {
display: block;
}
.tags-container input[type=checkbox] {
display: none;
}
.tags-container input[type=checkbox] + label {
transition: 0.3s;
font-size: 14px;
cursor: pointer;
border-radius: 4px;
background-color: #eee;
color: #777;
display: inline-block;
padding: 4px 12px;
margin: 0;
line-height: 24px;
}
.tags-container input[type=checkbox] + label:hover {
background-color: #e8e8e8;
}
.tags-container input[type=checkbox]:checked + label {
background-color: #26ae61;
color: #fff;
transition: 0.3s;
}
.tags-container input[type=checkbox]:checked + label:before {
max-width: 30px;
opacity: 1;
transform: scale(1);
margin: 0 5px 0 -2px;
}
.tags-container input[type=checkbox] + label:before {
font-family: "Feather-Icons";
content: "\e92b";
font-size: 18px;
transition: all 0.35s cubic-bezier(0.5, -0.41, 0.19, 2), max-width 0.3s, margin 0.3s;
max-width: 0;
display: inline-block;
position: relative;
top: 3px;
margin: 0;
opacity: 0;
color: #fff;
line-height: 0;
transform: scale(0.5);
}
.tags-container .tag {
display: inline-block;
float: left;
margin: 0 7px 7px 0;
overflow: hidden;
}  .notify-box {
display: block;
width: 100%;
background-color: #f2f2f2;
border-radius: 4px;
padding: 15px 25px;
position: relative;
line-height: 28px;
min-height: 59px;
}
.notify-box label.switch {
margin-bottom: 0;
cursor: pointer;
width: auto;
}
.notify-box .switch-button {
margin-right: 10px;
}
.sort-by {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
position: relative;
float: right;
}
.sort-by .bootstrap-select {
position: relative;
right: 0;
top: 0;
}
.sort-by .dropdown-menu {
box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.14);
}
.sort-by .bootstrap-select.btn-group button {
flex: 1;
position: relative;
right: 0;
top: 4px;
font-weight: 500;
margin-left: 10px;
width: auto;
padding: 0;
padding-right: 12px;
background-color: transparent;
box-shadow: none;
height: 20px;
color: #333;
}
.sort-by .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
width: auto;
}
.sort-by .bootstrap-select.btn-group .dropdown-toggle .caret {
right: 0;
}
.sort-by .bootstrap-select .dropdown-menu {
padding-top: 15px;
top: 40px;
right: 0;
left: auto;
position: absolute;
min-width: 160px !important;
flex: 1;
}
.sort-by .bootstrap-select.open:before {
display: none;
} @media (max-width: 768px) {
.notify-box {
margin-bottom: 90px;
}
.notify-box .sort-by {
position: absolute;
margin-top: 35px;
left: 0;
}
.notify-box .sort-by .bootstrap-select .dropdown-menu {
left: 0;
right: auto;
}
}   .tippy-tooltip.dark-theme {
color: #fff;
font-weight:400;
font-size: 13px;
padding: 6px 12px;
}
.tippy-tooltip.dark-theme .tippy-backdrop {
background-color: #222;
}
.tippy-popper[x-placement^=top] .tippy-tooltip.dark-theme .tippy-arrow {
border-top-color: #333;
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.dark-theme .tippy-arrow {
border-bottom-color: #333;
}
.tippy-popper[x-placement^=right] .tippy-tooltip.dark-theme .tippy-arrow {
border-right-color: #333;
}
.tippy-popper[x-placement^=left] .tippy-tooltip.dark-theme .tippy-arrow {
border-left-color: #333;
}
.tippy-tooltip.dark-theme .tippy-arrow {
transform: scale(0.8);
bottom: -5px;
}
.tippy-tooltip.light-theme {
color: #333;
font-weight: 500;
font-size: 14px;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
padding: 6px 12px;
background-color: #fff;
} .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
border-top-color: #fff;
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
border-bottom-color: #fff;
}
.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
border-right-color: #fff;
}
.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
border-left-color: #fff;
}  input.range-slider, input.default-slider {
display: none;
}
.slider {
display: inline-block;
vertical-align: middle;
position: relative;
}
.slider.slider-horizontal {
width: calc(100% - 20px);
margin-left: 11px;
height: 20px;
}
.slider.slider-horizontal .slider-track {
height: 3px;
width: calc(100% + 18px);
margin-top: -2px;
top: 50%;
left: -9px;
}
.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
height: 100%;
top: 0;
bottom: 0;
}
.slider.slider-horizontal .slider-handle {
margin-left: -11px;
}
.slider.slider-horizontal .slider-tick-label-container {
white-space: nowrap;
margin-top: 20px;
}
.slider.slider-horizontal .tooltip {
-ms-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
}
.slider input {
display: none;
}
.slider .tooltip.top {
margin-top: -40px;
}
.slider .tooltip-inner {
white-space: nowrap;
max-width: none;
background-color: #333;
padding: 4px 12px;
line-height: 21px;
color: #fff;
font-size: 14px;
border-radius: 4px;
}
.slider .tooltip-arrow {
position: absolute;
width: 0;
height: 0;
bottom: -5px;
left: 50%;
transform: translateX(-50%);
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #333;
}
.slider.slider-disabled .slider-track {
background-color: #e0e0e0;
}
.slider.slider-disabled .slider-selection {
background-color: #e0e0e0;
}
.slider.slider-disabled .slider-handle {
border-color: #e0e0e0;
background-color: #e0e0e0;
}
.slider.slider-disabled .slider-handle:after {
box-shadow: 0 0 0px 6px rgba(185, 185, 185, 0.12);
}
.slider.slider-disabled  .tooltip { opacity: 0.2;}
.tooltip.tooltip-min, .tooltip.tooltip-max {
display: none;
}
.slider .hide {
display: none;
}
.slider-track {
position: absolute;
cursor: pointer;
border-radius: 4px;
background-color: #e0e0e0;
}
.slider-selection {
position: absolute;
background-color: #26ae61;
box-sizing: border-box;
border-radius: 4px;
}
.slider-track-low, .slider-track-high {
position: absolute;
background: transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px;
}
.slider-handle {
position: absolute;
top: 0;
width: 20px;
height: 20px;
border: 2px solid #26ae61;
cursor: pointer;
z-index: 20;
border-radius: 50%;
}
.slider-handle:after {
position: absolute;
content: "";
height: 100%;
width: 100%;
top: 0;
left: 0;
background-color: #fff;
border-radius: 50%;
z-index: 30;
display: block;
box-shadow: 0 0 0px 6px rgba(38, 174, 97, 0.12);
transition: 0.2s;
}
.slider-handle:hover:after {
box-shadow: 0 0 0px 8px rgba(38, 174, 97, 0.12);
}
.slider-handle.custom {
position: absolute;
top: -5px;
width: 40px;
height: 29px;
border: none;
cursor: pointer;
z-index: 20;
border-radius: 4px;
background-color: #fff;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
text-align: center;
}
.slider-handle.custom:after {
display: none;
}
.slider-handle.custom:before {
content: "\e958\e959";
font-family: "Material-Icons";
letter-spacing: -10px;
font-size: 21px;
color: #a0a0a0;
margin-left: -10px;
transition: 0.3s;
}
.slider-handle.custom:hover:before {
color: #333;
}
.slider.slider-horizontal .slider-handle.custom {
margin-left: -20px;
}  .snackbar-container {
transition: all 500ms ease;
transition-property: top, right, bottom, left, opacity;
font-size: 16px;
min-height: 14px;
background-color: #404040;
position: fixed;
display: flex;
justify-content: space-between;
align-items: center;
color: #fff;
line-height: 22px;
padding: 18px 24px;
bottom: -100px;
top: -100px;
opacity: 0;
z-index: 9999;
cursor: default;
border-radius: 4px;
font-weight: 500;
}
.snackbar-container .action {
background: inherit;
display: inline-block;
border: none;
font-size: inherit;
text-transform: uppercase;
color: #aaa;
margin: 0 0 0 24px;
padding: 0;
min-width: min-content;
cursor: pointer;
font-weight: 500;
font-size: 14px;
}
@media (min-width: 640px) {
.snackbar-container {
display: inline-flex;
margin: 24px;
}
}
.snackbar-pos.bottom-center {
top: auto !important;
bottom: 0;
left: 50%;
transform: translate(-50%, 0);
}
.snackbar-pos.bottom-left {
top: auto !important;
bottom: 0;
left: 0;
}
.snackbar-pos.bottom-right {
top: auto !important;
bottom: 0;
right: 0;
}
.snackbar-pos.top-left {
bottom: auto !important;
top: 0;
left: 0;
}
.snackbar-pos.top-center {
bottom: auto !important;
top: 0;
left: 50%;
transform: translate(-50%, 0);
}
.snackbar-pos.top-right {
bottom: auto !important;
top: 0;
right: 0;
}
@media (max-width: 640px) {
.snackbar-container {
left: 0;
right: 0;
width: 100%;
border-radius: 0;
}
.snackbar-pos.bottom-center, .snackbar-pos.top-center {
left: 0;
transform: none;
}
}  .freelancer-socials ul {
margin: 0;
padding: 0;
list-style: none;
cursor: default;
margin: 0 0 -5px -8px;
}
.freelancer-socials.margin-top-25 { margin-top: 15px !important; }
.freelancer-socials ul li {
display: inline-block;
font-size: 24px;
}
.freelancer-socials ul li a {
color: #b9b9b9;
padding: 0 8px;
}
.freelancer-socials ul li a:hover {
color: #333;
} .attachments-container {
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: calc(100% + 20px);
margin-bottom: -10px;
margin-top: 15px;
}
.attachment-box {
display: flex;
margin: 0 20px 20px 0;
background-color: #f4f4f4;
border-radius: 4px 0px 4px 4px;
font-weight: 600;
padding: 15px 20px;
padding-bottom: 45px;
padding-right: 25px;
line-height: 24px;
flex-direction: column;
color: #666;
position: relative;
transition: 0.3s;
flex: 0 1 calc(50% - 21px);
cursor: default;
position: relative;
}
.single-page-section .attachment-box { flex: 0 1 calc(33% - 20px); }
.single-page-section .attachments-container { margin-bottom: -20px; }
body .job_description ul,
body .job_description ol,
.single-page-section ul,
.single-page-section ol {
margin-left: 0;
margin-bottom: 20px;
list-style-type: none;
counter-reset: ordered;
padding-left: 35px;
}
body .job_description ul li,
body .job_description ol li,
.single-page-section ul li,
.single-page-section ol li {
line-height: 24px;
padding: 0;
margin: 0 0 15px 0;
}
body .job_description ul li::before,
body .job_description ol li::before,
.single-page-section ul li::before,
.single-page-section ol li::before {
background-color: rgba(0,0,0, 0.05);
color: #888;
text-align: center;
line-height: 26px;
border-radius: 100px;
height: 25px;
width: 25px;
content: counter(ordered);
counter-increment: ordered;
display: inline-block;
position: absolute;
margin-left: -35px;
margin-top: -3px;
font-weight: 500;
font-size: 12px;
}
body .job_description ul li::before,
body .job_description ol li::before,
.single-page-section ul li::before,
.single-page-section ol li::before {
content: "\e928";
margin-top: -2px;
font-size: 16px;
line-height: 25px;
font-family: 'Material-Icons' !important;
}
.single-page-section strong { font-weight: 500; }
.single-page-section .margin-bottom-25 { margin-bottom: 15px !important; }
.single-page-section .task-tags { margin-top: -6px; }
.sidebar-widget .task-tags { margin-top: 15px; }
a.attachment-box { cursor: pointer; }
.attachment-box:before {
content: "";
position: absolute;
top: 0;
right: 0;
border-width: 0 20px 20px 0;
border-style: solid;
border-color: rgba(0,0,0,0.15) #fff;
transition: 0.3s;
border-radius: 0 0 0 4px;
}
a.attachment-box:hover {
background-color: #66676b;
color: #fff;
}
a.attachment-box:hover:before { border-color: rgba(0,0,0,0.25) #fff; }
.attachment-box span {
font-size: 14px;
line-height: 20px;
display: inline-block;
flex: auto;
font-weight: 500;
}
.attachment-box i {
display: block;
font-style: normal;
font-size: 14px;
color: #999;
font-weight: 500;
margin-top: 10px;
position: absolute;
bottom: 10px;
transition: 0.3s;
}
a.attachment-box:hover i {
color: rgba(255,255,255,0.7);
} .attachment-box .remove-attachment {
position: absolute;
bottom: 10px;
right: 10px;
color: #fff;
background-color: #dc3139;
box-shadow: 0 3px 8px rgba(234,65,81,0.15);
height: 28px;
width: 28px;
line-height: 28px;
border-radius: 4px;
font-weight: 500;
font-size: 14px;
transition: 0.3s;
opacity: 0;
transform: translateY(3px);
}
.attachment-box .remove-attachment:before {
content: "\e9e4";
font-family: "Feather-Icons";
}
.attachment-box:hover .remove-attachment {
opacity: 1;
transform: translateY(0);
} .profile-overview {
display: flex;
line-height: 22px;
align-items: center;
margin-top: 20px;
margin-bottom: 15px;
background: #F6F6F6;
padding: 15px;
padding-bottom: 12px;
border-radius: 4px;
text-align: center;
width: 100%;
}
.profile-overview .overview-item {
flex: 1;
border-right: 1px solid #e0e0e0;
margin-right: 20px;
padding-right: 20px;
flex-grow: 1;
}
.profile-overview .overview-item:last-child {
border-right: 0;
padding-right: 0;
}
.profile-overview .overview-item strong {
display: block;
font-weight: 500;
color: #333;
font-size: 18px;
margin-bottom: 2px;
}
.profile-overview .overview-item span {
color: #808080;
} .freelancer-indicators {
display: flex;
flex-wrap: wrap;
width: calc(100% + 30px);
line-height: 24px;
margin-bottom: -15px;
margin-top: -10px;
}
.freelancer-indicators .indicator {
width: calc(50% - 31px);
margin-right: 30px;
margin-bottom: 20px;
display: flex;
flex-direction: column;
}
.freelancer-indicators .indicator strong {
color: #333;
font-weight: 500;
}
.freelancer-indicators .indicator-bar span,
.freelancer-indicators .indicator-bar {
width: 100%;
height: 4px;
background-color: #e0e0e0;
border-radius: 10px;
position: relative;
margin: 10px 0;
transition: 1s;
}
.freelancer-indicators .indicator-bar span {
width: 0;
background-color: #66676b;
position: absolute;
top: 0;
margin: 0;
} @media (max-width: 1240px) {
.profile-overview,
.profile-overview .overview-item {
display: block;
width: 100%;
}
.profile-overview .overview-item {
border-right: 0;
border-bottom: 1px solid #e0e0e0;
padding: 15px 0;
margin: 0;
}
.profile-overview .overview-item:last-child {
border-right: none;
border-bottom: none
}
}
@media (max-width: 768px) {
.boxed-list-item .item-details,
.attachments-container,
.attachments-container .attachment-box,
.freelancer-indicators,
.freelancer-indicators .indicator {
display: block;
width: 100%;
}
.boxed-list-item .item-image {
display: none;
}
}     .full-page-container {
height: calc(100vh - 82px);
}
.new-dashboard-container {
height: calc(100vh - 82px);
display: flex;
width: 100%;
flex-wrap: wrap;
}
@media (max-width: 1099px) {
.full-page-container, .new-dashboard-container {
height: calc(100vh - 76px);
}
} .dashboard-sidebar {
flex: 0 0 280px;
background-color: #fff;
position: relative;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
z-index: 100;
}
.dashboard-sidebar .dashboard-sidebar-inner {
overflow: auto;
height: 100%;
}
.dashboard-content-container {
flex: 1;
background-color: #fafafa;
padding: 0;
overflow: auto;
position: relative;
z-index: 99;
}
.dashboard-content-inner {
padding: 50px;
padding-bottom: 0;
position: relative;
} @media (min-width: 1099px) {
#header-container.dashboard-header .container {
padding-right: 35px;
padding-left: 0;
}
#header-container.dashboard-header #logo {
width: 281px;
padding-left: 35px;
}
}
@media (max-width: 1240px) {
#header-container.dashboard-header #logo {
width: auto;
}
}
@media (max-width: 992px) {
.dashboard-nav-container {padding: 0; overflow: hidden; background: transparent;}
}  .dashboard-nav {
display: block;
z-index: 11;
padding-bottom: 30px;
}
a.dashboard-responsive-nav-trigger {
display: none;
}
.dashboard-nav ul {
list-style: none;
padding: 0;
margin: 25px 0 0 0;
}
.dashboard-nav ul:first-child {
margin: 30px 0 0 0;
}
.dashboard-nav ul:before {
content: attr(data-submenu-title);
padding: 0 35px;
margin-bottom: 5px;
display: block;
color: #26ae61;
font-weight: 500;
font-size: 14px;
}
.dashboard-nav ul li {
display: block;
border-left: 3px solid transparent;
transition: 0.3s;
line-height: 25px;
font-size: 15px;
}
.dashboard-nav ul li a {
color: #707070;
display: block;
padding: 11px 32px;
transition: 0.3s;
cursor: pointer;
position: relative;
}
.dashboard-nav ul li a i {
padding-right: 8px;
width: 20px;
font-size: 20px;
color: #909090;
transition: 0.3s;
position: relative;
top: 2px;
}
.dashboard-nav ul li ul li:hover a {
padding-left: 4px;
}
.dashboard-nav ul li.active-submenu a i, .dashboard-nav ul li.active a i, .dashboard-nav ul li:hover a i {
color: #26ae61;
}
.dashboard-nav ul li.active-submenu, .dashboard-nav ul li.active, .dashboard-nav ul li:hover {
border-color: #26ae61;
background-color: rgba(38, 174, 97, 0.04);
}
.dashboard-nav ul li.active-submenu a, .dashboard-nav ul li:hover a, .dashboard-nav ul li.active a {
color: #26ae61;
}
.dashboard-nav ul li span.nav-tag {
display: inline-block;
font-weight: 700;
height: 19px;
width: 19px;
line-height: 19px;
text-align: center;
color: #fff;
font-size: 11px;
background-color: #26ae61;
border-radius: 50%;
position: relative;
margin: 0 0 0 4px;
top: -2px;
}
.dashboard-nav ul li ul {
padding: 0;
margin: 0;
visibility: hidden;
max-height: 0;
opacity: 0;
line-height: 0;
transition: 0.3s;
pointer-events: none;
}
.dashboard-nav ul li.active-submenu ul {
visibility: visible;
padding: 0 0 18px 0;
line-height: 24px;
opacity: 1;
max-height: 200px;
pointer-events: all;
}
.dashboard-nav ul li ul li {
background-color: transparent;
border: none;
padding-left: 63px;
position: relative;
margin: 0;
}
.dashboard-nav ul li ul li a {
padding: 5px 0;
}
.dashboard-nav ul li ul li:hover {
border: none;
background-color: transparent;
}
.dashboard-nav ul li a:after {
font-family: "Material-Icons";
content: "\e914";
opacity: 1;
font-size: 16px;
transition: 0.3s;
opacity: 1;
line-height: 17px;
width: 17px;
height: 17px;
background-color: #f0f0f0;
color: #a8a8a8;
display: inline-block;
border-radius: 4px;
margin-left: 7px;
text-indent: 0;
top: 1px;
position: absolute;
right: 35px;
top: 15px;
}
.dashboard-nav ul li.active-submenu a:after, .dashboard-nav ul li.active a:after, .dashboard-nav ul li:hover a:after {
color: #26ae61;
background: rgba(38, 174, 97, 0.13);
opacity: 0.8;
}
.dashboard-nav ul li ul:before, .dashboard-nav ul li a:only-child:after {
content: "";
display: none;
}
.new-dashboard-container a.dashboard-responsive-nav-trigger {
width: 100%;
margin: 0;
margin-top: 15px;
}
@media (max-width: 992px) {
.new-dashboard-container .dashboard-nav {
min-width: 100%;
max-width: 100%;
margin: 0;
}}   .dashboard-headline {
display: block;
position: relative;
margin-bottom: 50px;
}
.dashboard-headline h1,
.dashboard-headline h3 {
display: block;
font-size: 26px;
color: #333;
}
.dashboard-headline span {
display: block;
font-size: 16px;
color: #888;
line-height: 30px;
margin-top: -10px;
}
.dashboard-headline #breadcrumbs {
right: 0;
} .fun-facts-container {
display: flex;
flex-wrap: wrap;
width: calc(100% + 30px);
margin-bottom: -30px;
}
.fun-fact {
background-color: #fff;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
border-radius: 4px;
padding: 25px;
margin-right: 30px;
margin-bottom: 30px;
display: flex;
flex-wrap: wrap;
align-items: center;
flex: 1 1 calc(25% - 30px);
height: auto;
cursor: default;
transition: 0.3s;
} @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.fun-fact {
flex: 1;
}
} .fun-fact-icon {
border-radius: 4px;
background-color: rgba(0, 0, 0, 0.04);
flex: 0 0 100px;
height: 100px;
display: flex;
text-align: center;
}
.fun-fact-icon i {
font-size: 48px;
align-self: center;
margin: 0 auto;
color: #666;
}
.fun-fact-icon i.icon-material-outline-gavel {
transform: scale(0.91);
}
.fun-fact-text {
flex: 1;
margin-right: 20px;
}
.fun-fact span {
font-size: 16px;
color: #888;
line-height: 22px;
margin-bottom: 5px;
display: inline-block;
}
.fun-fact h4 {
font-size: 32px;
color: #333;
line-height: 32px;
margin-top: 5px;
} .dashboard-box {
display: block;
border-radius: 4px;
background-color: #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
margin-top: 30px;
position: relative;
}
.dashboard-box .headline {
display: block;
padding: 20px 30px;
border-bottom: 1px solid #e4e4e4;
position: relative;
}
.new-dashboard-container .dashboard-box .headline h3 {
font-size: 16px;
font-weight: 500;
color: #333;
line-height: 26px;
}
.dashboard-box .headline h3 i {
color: #26ae61;
font-size: 21px;
line-height: 0;
position: relative;
top: 2px;
margin-right: 4px;
}
.dashboard-box .headline h3 i.icon-material-outline-gavel {
font-size: 20px;
}
.dashboard-box .headline h3 i.icon-material-outline-supervisor-account {
font-size: 24px;
top: 3px;
}
.dashboard-box .headline h3 i.icon-feather-folder-plus {
font-size: 20px;
top: 2px;
margin-right: 5px;
} .button.big i.icon-feather-plus {
font-size: 20px;
top: 2px;
margin-left: -4px;
margin-right: 5px;
} .dashboard-box .content.with-padding {
padding: 30px;
}
.dashboard-box .chart {
padding: 30px 20px 17px 18px;
}
.dashboard-box .headline .sort-by {
float: none;
display: inline-block;
position: absolute;
top: calc(50% + 3px);
transform: translateY(-50%);
right: 30px;
z-index: 100;
height: 33px;
}
.dashboard-box .headline .bootstrap-select.btn-group .dropdown-toggle .filter-option {
font-weight: 500;
color: #666;
} .dashboard-note {
border-radius: 4px;
background-color: #f8f8f8;
padding: 25px;
padding-top: 20px;
margin-bottom: 20px;
position: relative;
}
.dashboard-note:last-child {
margin-bottom: 65px;
}
.dashboard-note:before {
content: "";
position: absolute;
top: 0;
right: 0;
border-width: 0 20px 20px 0;
border-style: solid;
border-color: rgba(0, 0, 0, 0.15) #fff;
transition: 0.3s;
border-radius: 0 0 0 4px;
}
.dashboard-note p {
line-height: 24px;
margin-bottom: 20px;
color: #777;
font-size: 14.7px;
}
.note-priority {
background-color: #333;
border-radius: 4px;
color: #fff;
font-size: 14px;
padding: 5px 9px;
display: inline-block;
line-height: 20px;
}
.note-priority.high {
background-color: #dc3139;
}
.note-priority.medium {
background-color: #f59110;
}
.note-priority.low {
background-color: #3fb660;
}
.note-footer {
display: flex;
}
.note-buttons {
align-self: center;
margin-left: auto;
}
.note-buttons a {
font-size: 16px;
padding-left: 3px;
margin-top: 2px;
display: inline-block;
color: #888;
}
.note-buttons a:hover {
color: #444;
}
.add-note-button {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
right: 0;
padding: 30px;
padding-top: 10px;
background: #fff;
border-radius: 4px;
width: calc(100% - 15px);
}
.add-note-button a.button {
width: calc(100% + 15px) !important;
max-width: calc(100% + 15px) !important;
} ul.dashboard-box-list {
list-style: none;
padding: 0;
margin: 0;
}
ul.dashboard-box-list > li {
border-bottom: 1px solid #e4e4e4;
padding: 0;
line-height: 26px;
padding: 22px 30px;
display: flex;
align-items: center;
position: relative;
width: 100%;
flex-flow: row wrap;
transition: 0.3s;
}
ul.dashboard-box-list > li:last-child {
border-bottom: none;
}
ul.dashboard-box-list > li:hover {
background-color: #f9f9f9;
}
.dashboard-box-list .notification-text {
font-size: 14.7px;
flex: 1;
}
.dashboard-box-list .notification-icon {
flex: 0 0 40px;
}
.dashboard-box-list .notification-text .star-rating {
position: relative;
top: -18px;
line-height: 0;
height: 0;
display: inline-block;
margin: 0 3px;
transform: scale(0.93);
} .buttons-to-right {
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
opacity: 0;
transition: 0.3s;
box-shadow: 0px 0px 10px 15px #fff;
background-color: #fff;
}
.dashboard-box-list li:hover .buttons-to-right { background: transparent; }
.dashboard-box-list .button.to-right {
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
opacity: 0;
transition: 0.3s;
box-shadow: 0px 0px 10px 15px #fff;
background-color: #fff;
}
.dashboard-box-list .buttons-to-right.always-visible, .dashboard-box-list li:hover .buttons-to-right {
opacity: 1;
}
.dashboard-box-list .buttons-to-right.always-visible:not(.single-right-button) {
position: relative;
transform: none;
top: 0;
margin: 5px 0 10px -2px;
opacity: 1;
right: auto;
display: inline-block;
box-shadow: none;
width: 100%;
background-color: transparent;
box-shadow: none;
}
@media (min-width: 1300px) {
.dashboard-box:not(.dashboard-box.dashboard-tasks-box) .buttons-to-right.always-visible:not(.single-right-button) {
right: 30px;
top: 50%;
transform: translate3d(0,-49%,0);
-moz-transform: ;
position: absolute;
left: initial;
width: auto;
}
.dashboard-box:not(.dashboard-box.dashboard-tasks-box) .item-listing-details {
max-width: 70%;
}
}
.dashboard-box-list .button {
padding: 6px 15px;
line-height: 20px;
font-size: 13px;
font-weight: 500;
margin: 0;
display: inline-block;
box-shadow: 0 3px 8px rgba(38, 174, 97, 0.15);
}
.dashboard-box-list .button i[class*=icon-material] {
font-size: 18px;
top: 3px;
margin-right: 2px;
margin-left: -2px;
}
.dashboard-box-list .buttons-to-right .button {
margin: 0 0 -6px 2px;
}
.dashboard-box-list .buttons-to-right.always-visible .button {
margin: 0 3px 0 0;
}
.dashboard-box .button.red {
background-color: #dc3139;
box-shadow: 0 3px 8px rgba(234, 65, 81, 0.15);
}
.dashboard-box .button.green {
background-color: #40b660;
box-shadow: 0 3px 8px rgba(64, 182, 96, 0.15);
}
.dashboard-box .button.dark {
background-color: #333333;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.dashboard-box .button.gray {
background-color: #eee;
color: #666;
box-shadow: none;
}
.dashboard-box .button.gray:hover {
color: #666;
}
.dashboard-box .dashboard-box-list .button:not(.ico):hover {
color: #fff;
background-color: #333333;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.dashboard-box .button.red:not(.ico):hover, .dashboard-box .button.green:not(.ico):hover, .dashboard-box .button.gray:not(.ico):hover {
color: #fff;
background-color: #333333;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.dashboard-box .button.dark:not(.ico):hover {
background-color: #26ae61;
box-shadow: 0 3px 8px rgba(38, 174, 97, 0.15);
}
.dashboard-box .button.ico {
width: 32px;
text-align: center;
}
.dashboard-box .button.ico i {
font-size: 15px;
margin-left: -7px;
top: 2px;
position: relative;
}
.dashboard-box .button i.icon-material-outline-check {
margin-left: -5px;
}
.dashboard-box .button.ico i[class*=icon-material] {
font-size: 18px;
margin-left: -8px;
top: 3px;
position: relative;
} .dashboard-box-list {
box-shadow: none;
}
.dashboard-box-list a.button i {
margin: 0;
padding: 0;
position: relative;
top: 1px;
font-size: 14px;
line-height: 0;
margin-left: -2px;
}
.dashboard-box .mark-as-read {
float: none;
background-color: #f4f4f4;
position: absolute;
right: 30px;
top: 18px;
}
.button-info {
background: rgba(255, 255, 255, 0.25);
color: #fff;
width: 19px;
height: 19px;
display: inline-block;
text-align: center;
line-height: 19px;
border-radius: 50%;
font-size: 11px;
font-weight: 700;
margin-left: 3px;
margin-right: -2px;
} .dashboard-status-button {
color: #fff;
border-radius: 4px;
font-size: 14px;
line-height: 21px;
padding: 2px 8px;
display: inline-block;
position: relative;
top: -2px;
margin: 0 0 4px 4px;
font-weight: 400;
}
.dashboard-status-button.green {
background: #e0f5d7;
color: #449626;
}
.dashboard-status-button.yellow {
background-color: #fbf6dd;
color: #a18d29;
}
.dashboard-status-button.red {
background-color: #ffe6e6;
color: #ea5252;
}
.dashboard-status-button.black {
background: #2a2a2a;
color: #fff;
} .invoice-list-item ul {
line-height: 22px;
padding-bottom: 2px;
color: #909090;
list-style: none;
padding: 0;
margin: 0;
}
.invoice-list-item ul li {
padding: 0;
display: inline-block;
font-size: 14.7px;
margin-bottom: 5px;
}
.invoice-list-item ul li:after {
content: "";
display: inline-block;
width: 1px;
height: 11px;
background-color: #e0e0e0;
position: relative;
margin: 0 10px;
}
.invoice-list-item ul li:last-child:after {
display: none;
}
.invoice-list-item strong {
font-weight: 500;
color: #333;
margin-bottom: 5px;
margin-top: -2px;
display: block;
}
.paid, .unpaid {
background-color: #333;
color: #fff;
border-radius: 4px;
line-height: 20px;
padding: 4px 8px;
font-size: 13px;
position: relative;
top: -1px;
}
.paid {
background-color: #40b660;
}
.unpaid {
background-color: #dc3139;
}  .dashboard-box .item-listing-details {
box-shadow: none;
padding: 10px 0;
align-items: center;
flex: auto;
}
.dashboard-box .item-listing {
box-shadow: none;
padding: 0;
margin: 0;
background-color: transparent;
display: flex;
flex-direction: row;
width: 100%;
}
.dashboard-box .item-listing.width-adjustment {
max-width: 60%;
}
.dashboard-box .item-listing h3 a {
color: #333;
font-size: 18px;
}
.dashboard-box .item-listing .item-listing-company-logo {
max-width: 50px;
}
.dashboard-box .item-listing .item-listing-description {
padding-top: 0;
border: none;
padding: 0;
display: flex;
flex-direction: column;
justify-content: flex-start;
float: none;
text-align: left;
align-items: baseline;
gap: 0;
}
.dashboard-box .item-listing:hover {
transform: none;
}
.dashboard-box .item-listing .item-listing-footer {
background-color: transparent;
padding: 0;
border-radius: none;
}
.dashboard-box .freelancer-overview {
padding: 15px 0;
}
.dashboard-box .freelancer-overview-inner {
flex: auto;
display: flex;
align-items: center;
}
.dashboard-box .freelancer-overview .freelancer-name {
text-align: left;
margin: 0 0 0 30px;
width: 100%;
}
.dashboard-box .freelancer-overview .freelancer-avatar {
margin: 0;
width: 90px;
}
.dashboard-box .freelancer-overview.manage-candidates .freelancer-avatar {
align-self: flex-start;
}  .dashboard-task-info {
list-style: none;
padding: 0;
margin: 0;
background-color: #f4f4f4;
text-align: center;
border-radius: 4px;
padding: 14px 25px;
display: flex;
flex-direction: row;
align-items: stretch;
align-self: flex-end;
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
transition: 0.3s;
justify-content: center;
}
.dashboard-box li:hover .dashboard-task-info {
background-color: #f0f0f0;
}
.dashboard-task-info li {
display: inline-block;
border-right: 1px solid #d0d0d0;
padding-right: 22px;
margin-right: 22px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.dashboard-task-info li:last-child {
margin-right: 0;
padding-right: 0;
border: none;
}
.dashboard-task-info li strong {
display: block;
font-size: 16px;
font-weight: 500;
color: #333;
line-height: 22px;
}
.dashboard-task-info li span {
display: block;
font-size: 14px;
color: #888;
line-height: 20px;
} .bid-acceptance {
display: flex;
color: #289c41;
background-color: #e4f6e9;
font-size: 18px;
font-weight: 500;
text-align: center;
border-radius: 4px;
padding: 12px 18px;
display: inline-block;
margin: 0 auto;
line-height: 20px;
}  @media (max-width: 1366px) {
.dashboard-box .item-listing.width-adjustment {
max-width: 100%;
}
.dashboard-task-info {
position: relative;
right: 0;
top: 0;
transform: none;
margin: 10px 0 20px 0;
}
.dashboard-task-info.bid-info {
margin-bottom: 0;
margin-top: 20px;
}
}
@media (max-width: 768px) {
.dashboard-box .freelancer-overview .freelancer-avatar {
width: 60px;
}
.dashboard-box .freelancer-overview .freelancer-avatar .verified-badge {
transform: scale(0.8);
bottom: -5px;
right: -5px;
}
.dashboard-box .freelancer-overview .freelancer-name {
margin: 0 0 0 25px;
}
.dashboard-box .item-listing .item-listing-company-logo {
display: none;
}
.dashboard-task-info.bid-info, .dashboard-task-info:not(.bid-info) {
flex-direction: column;
width: 100%;
}
.dashboard-task-info li {
border-right: none;
border-bottom: 1px solid #d0d0d0;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
width: 100%;
}
.dashboard-task-info li:last-child {
border-right: none;
border-bottom: none;
padding: 0;
margin: 0;
}
} .dashboard-box .boxed-list-item {
padding: 10px 0;
width: 100%;
} .submit-field {
margin-bottom: 28px;
display: block;
}
.submit-field .pac-container {
box-shadow: none;
border: 1px solid #e0e0e0;
border-top: 1px solid #fff;
padding-top: 0;
z-index: 9;
left: 0 !important;
top: 47px !important;
border-radius: 0 0 4px 4px;
}
.submit-field h5 {
font-size: 16px;
font-weight: 500;
color: #333;
margin-bottom: 12px;
}
.submit-field h5 span {
color: #888;
font-weight: 500;
}
.help-icon {
color: #26ae61;
display: inline-block;
font-size: 19px;
font-weight: 400;
line-height: 18px;
height: 16px;
position: relative;
top: 3px;
margin: 0 3px;
font-style: normal;
cursor: help;
}
.help-icon:before {
content: "\e97c";
font-family: "Feather-Icons";
} .avatar-wrapper {
position: relative;
width: 150px;
height: 150px;
border-radius: 4px;
overflow: hidden;
box-shadow: none;
margin: 0 10px 30px 0;
transition: all 0.3s ease;
}
.avatar-wrapper:hover {
transform: scale(1.05);
cursor: pointer;
}
.avatar-wrapper .profile-pic {
height: 100%;
width: 100%;
transition: all 0.3s ease;
object-fit: cover;
}
.avatar-wrapper .profile-pic:after {
font-family: Feather-Icons;
content: "\e9f1";
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 120px;
position: absolute;
font-size: 60px;
background: #f0f0f0;
color: #aaa;
text-align: center;
}
.avatar-wrapper .upload-button {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.avatar-wrapper .file-upload {
opacity: 0;
pointer-events: none;
position: absolute;
} .dashboard-content-inner .small-footer {
width: 100%;
left: 0px;
padding: 25px 50px;
position: absolute;
bottom: 0;
}
.dashboard-footer-spacer {
padding-top: 125px;
} @media (min-width: 1365px) and (max-width: 1600px) {
.fun-fact:last-child {
display: none;
}
}
@media (max-width: 1365px) {
.fun-fact {
flex: 1 1 calc(50% - 30px);
max-width: calc(50% - 30px);
}
}
@media (max-width: 992px) {
.dashboard-content-inner {
min-height: auto !important;
} .dashboard-sidebar .dashboard-nav-container, .dashboard-content-inner {
padding: 15px;
}
.dashboard-sidebar .simplebar-content {
overflow-x: hidden;
}
.dashboard-nav-inner {
padding: 30px 0;
margin-bottom: 0;
}
.dashboard-sidebar {
flex: 1;
width: 100%;
background-color: #fafafa;
box-shadow: none;
height: auto !important;
}
.full-page-sidebar .simplebar-track, .dashboard-sidebar .simplebar-track {
display: none;
}
.full-page-sidebar-inner, .dashboard-sidebar-inner {
height: auto !important;
}
.new-dashboard-container {
display: block;
width: 100%;
flex-wrap: wrap;
height: auto !important;
}
.dashboard-content-container {
height: auto !important;
}
.dashboard-content-container .simplebar-scrollbar {
display: none;
}  .dashboard-nav {
width: 100%;
margin: 0;
border-radius: 0 0 4px 4px;
position: relative;
min-height: auto;
opacity: 1;
visibility: hidden;
max-height: 0;
padding: 0;
transition: all 0.3s;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
background: #fff;
}
.dashboard-nav ul {
margin-top: 15px;
}
.dashboard-nav ul:first-child {
margin: 0;
}
.dashboard-nav.active {
opacity: 1;
visibility: visible;
max-height: 900px;
}
.dashboard-nav.active ul {
opacity: 1;
visibility: visible;
max-height: 900px;
}
.dashboard-nav ul {
visibility: hidden;
opacity: 0;
max-height: 0;
transition: all 0.3s;
}
.dashboard-nav ul:before {
padding: 0 29px;
}
.dashboard-nav ul li a {
padding: 10px 25px;
}
.dashboard-nav.active ul li ul, .dashboard-nav ul li ul {
visibility: hidden;
opacity: 0;
max-height: 0;
transition: all 0.3s;
}
.dashboard-nav.active ul li.active-submenu ul {
visibility: visible;
opacity: 1;
max-height: 300px;
} a.dashboard-responsive-nav-trigger {
width: 100%;
margin: 0;
margin-top: 15px;
background-color: #333;
border-radius: 5px;
color: #fff;
padding: 16px 30px;
font-weight: 500;
transition: 0.2s;
display: block;
line-height: 26px;
}
a.dashboard-responsive-nav-trigger span.trigger-title {
padding-left: 33px;
}
a.dashboard-responsive-nav-trigger .hamburger-inner {
background-color: #fff;
}
a.dashboard-responsive-nav-trigger .hamburger-inner::before, a.dashboard-responsive-nav-trigger .hamburger-inner::after {
background-color: #fff;
}
a.dashboard-responsive-nav-trigger .hamburger {
top: 12px;
left: 0;
transform: scale(0.66);
}
a.dashboard-responsive-nav-trigger i {
margin-right: 8px;
margin-left: -2px;
font-size: 28px;
line-height: 0;
position: relative;
top: 6px;
}
a.dashboard-responsive-nav-trigger.active {
border-radius: 4px 4px 0 0;
} .buttons-to-right:not(.single-right-button) {
opacity: 1;
}
.fun-facts-container {
width: calc(100% + 15px);
margin-bottom: -15px;
}
.fun-fact {
flex: 1 1 calc(50% - 15px);
max-width: calc(50% - 15px);
margin: 0 15px 15px 0;
}
}
@media (max-width: 768px) {
.fun-fact {
flex: 1 1 100%;
max-width: 100%;
}
#titlebar #breadcrumbs, .dashboard-headline #breadcrumbs {
right: 0;
position: relative;
top: 0;
transform: none;
margin-top: 30px;
max-width: 100%;
}
.buttons-to-right:not(.single-right-button) {
position: relative;
transform: none;
top: 0;
margin: 10px 0 0 0;
opacity: 1;
right: auto;
display: inline-block;
box-shadow: none;
width: 100%;
}
.dashboard-box .headline .sort-by {
float: none;
display: inline-block;
position: relative;
top: 0;
transform: none;
right: 0px;
top: 5px;
left: -8px;
}
.dashboard-box .headline .sort-by .bootstrap-select .dropdown-menu {
left: 0;
right: auto;
}
}  .messages-container {
margin: 0;
box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
border-radius: 4px;
background-color: #fff;
} .messages-inbox ul {
max-height: 875px;
}
.message-content-inner {
max-height: 750px;
}
.message-content, .messages-container-inner .messages-inbox {
overflow: hidden;
}
.message-content-inner, .messages-container-inner .messages-inbox ul {
overflow-y: scroll;
width: calc(100% + 18px);
}
.message-content-inner::-webkit-scrollbar, .messages-container-inner .messages-inbox ul::-webkit-scrollbar {
width: 17px;
} .messages-headline {
max-height: 82px;
font-size: 16px;
margin: 0;
padding: 22px 30px;
color: #333;
background-color: #fff;
display: block;
border-bottom: 1px solid #eaeaea;
border-radius: 4px 4px 0 0;
position: relative;
}
.messages-headline input {
background-color: #f6f6f6;
box-shadow: none;
height: 38px;
padding: 14px;
font-size: 14px;
margin: 0;
}
.messages-headline input:focus {
box-shadow: none;
}
.messages-headline .input-with-icon i {
font-size: 18px;
right: 14px;
}
.messages-headline h4 {
font-size: 16px;
color: #333;
padding: 0;
margin: 0;
font-weight: 500;
display: inline-block;
}
.message-action {
border-radius: 50px;
font-size: 13px;
color: #666;
font-weight: 500;
display: inline-block;
transition: 0.3s;
color: #666;
padding: 0;
position: absolute;
top: 50%;
right: 30px;
transform: translateY(-50%);
}
.message-action i {
font-size: 14px;
position: relative;
top: 1px;
margin-right: 1px;
}
.message-action:hover {
color: #ee3535;
} .messages-inbox ul {
list-style: none;
padding: 0;
margin: 0;
}
.message-avatar img {
display: inline-block;
width: 54px;
height: 54px;
border-radius: 50%;
}
.messages-inbox ul li {
transition: 0.2s;
position: relative;
}
.messages-inbox ul li a {
position: relative;
display: block;
padding: 30px;
}
.messages-inbox ul li:nth-child(2n) {
background-color: #f9f9f9;
}
.messages-inbox ul li:last-child {
border-bottom: none;
}
.messages-inbox ul li.active-message {
background-color: #fafafa;
}
.messages-inbox ul li:before {
position: absolute;
top: 0;
left: 0;
width: 3px;
height: 100%;
background-color: #26ae61;
display: block;
content: "";
opacity: 0;
transition: 0.3s;
}
.messages-inbox ul li:hover:before, .messages-inbox ul li.active-message:before {
opacity: 1;
}
.messages-inbox .message-avatar {
position: absolute;
left: 30px;
top: 50%;
transform: translateY(-50%);
}
.messages-inbox .message-by {
margin-left: 85px;
font-size: 15px;
color: #666;
}
.message-by i { color: #b0b0b0; font-size: 12px; margin-right: 5px; }
.messages-inbox .message-by p {
margin: 0;
padding: 0;
line-height: 25px;
font-size: 15px;
}
.message-by-headline h5 {
display: inline-block;
}
.message-by-headline span {
display: inline-block;
float: right;
color: #888;
font-size: 14px;
}
.message-by-headline h5 {
font-weight: 500;
color: #333;
margin: 0 0 7px 0;
padding: 0;
}
.message-by-headline:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.message-by h5 i {
background-color: #26ae61;
border-radius: 4px;
line-height: 20px;
font-size: 12px;
color: #fff;
font-style: normal;
padding: 3px 8px;
margin-left: 3px;
} .messages-container-inner {
display: flex;
}
.messages-container-inner .messages-inbox, .messages-container-inner .message-content {
flex: 1;
}
.messages-container-inner .message-content-inner {
padding: 30px;
padding-bottom: 0;
flex-grow: 1;
}
.messages-container-inner .message-content {
display: flex;
flex-direction: column;
}
.messages-container-inner .messages-inbox {
max-width: 340px;
border-right: 1px solid #eaeaea;
}
.messages-container-inner .messages-inbox ul li a {
padding: 25px;
}
.messages-container-inner .messages-inbox .message-by p {
height: 26px;
max-width: 205px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 14px;
color: #888;
}
.messages-container-inner .message-avatar img {
width: 40px;
height: 40px;
}
.messages-container-inner .messages-inbox .message-avatar {
left: 25px;
}
.messages-container-inner .messages-inbox .message-by {
margin-left: 60px;
}
.messages-container-inner .message-by-headline h5 {
font-size: 14px;
margin-bottom: 3px;
max-width: 160px;
line-height: 23px;
}
.messages-container-inner .message-by-headline span {
font-size: 13px;
position: absolute;
top: 25px;
right: 25px;
} .message-bubble {
display: block;
position: relative;
margin-bottom: 25px; }
.message-bubble .message-avatar {
position: absolute;
left: 0;
top: 0;
}
.message-bubble .message-avatar img {
width: 50px;
height: 50px;
}
.message-bubble .message-text {
margin-left: 70px;
background-color: #f4f4f4;
border-radius: 4px;
padding: 12px 18px;
position: relative;
display: inline-block;
float: left;
line-height: 25px;
}
.message-bubble.me .message-text {
float: right;
}
.message-bubble .message-text p {
font-size: 15px;
padding: 0;
margin: 0;
line-height: 25px;
word-wrap: break-word;
}
.message-bubble.me .message-avatar {
left: auto;
right: 0;
}
.message-bubble.me .message-text {
margin-left: 0;
margin-right: 70px;
background-color: #26ae61;
color: #fff;
position: relative;
}
.message-bubble .message-text:before {
content: "";
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-right: 6px solid #f4f4f4;
left: -6px;
right: auto;
top: 19px;
position: absolute;
}
.message-bubble.me .message-text:before {
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid #26ae61;
border-right: none;
right: -6px;
left: auto;
} .message-time-sign {
text-align: center;
display: block;
position: relative;
margin-bottom: 25px;
}
.message-time-sign:before {
content: "";
height: 1px;
background-color: #eaeaea;
display: block;
max-width: 30%;
margin: 0 auto;
position: relative;
top: 14px;
z-index: 10;
}
.message-time-sign span {
background-color: #fff;
font-size: 14px;
color: #888;
z-index: 11;
position: relative;
padding: 0 10px;
}
#contact-message { margin-bottom: 15px; }
#send-message-from-chat #contact-message{ margin-bottom: 0; }
.button.secondary.save_draft {
color: #666;
background: #e0e0e0;
} .messages-container .message-reply {
border-top: 1px solid #eaeaea;
padding: 30px;
display: flex;
align-items: flex-start;
margin-top: 15px;
}
.messages-container .message-reply textarea {
min-width: auto;
height: 48px;
min-height: 48px;
padding: 10px 0;
margin: 0 15px 0 0;
flex: 1;
font-size: 15px;
font-weight: 400;
line-height: 26px;
box-shadow: none;
border: none;
box-sizing: border-box;
resize: none;
width: 100%;
display: block;
max-width: 100%;
min-width: 100%;
height: 70px;
border: none !important;
background: transparent;
}
.messages-container .message-reply button {
border-radius: 4px;
flex: auto;
flex-grow: 0;
height: 44px;
text-align: center;
align-self: center;
padding: 0 25px;
}
.message-reply i {
padding: 0;
margin: 0;
} .typing-indicator {
width: auto;
height: 24px;
padding-top: 8px;
}
.typing-indicator span {
height: 8px;
width: 8px;
float: left;
margin: 0 1px;
background-color: #a0a0a0;
display: block;
border-radius: 50%;
opacity: 0.4;
}
.typing-indicator span:nth-of-type(1) {
animation: 1s blink infinite 0.33333s;
}
.typing-indicator span:nth-of-type(2) {
animation: 1s blink infinite 0.66666s;
}
.typing-indicator span:nth-of-type(3) {
animation: 1s blink infinite 0.99999s;
}
@keyframes blink {
50% {
opacity: 1;
}
} @media (max-width: 992px) {
.messages-container-inner .messages-inbox {
max-width: 300px;
}
}
@media (max-width: 768px) {
.messages-container-inner {
display: block;
}
.messages-container-inner .messages-inbox {
max-width: 100%;
border-bottom: 1px solid #e4e4e4;
border-right: none;
}
.messages-inbox ul {
max-height: 500px;
}
.messages-container-inner .message-by-headline span {
position: relative;
top: 0;
right: 0;
display: block;
float: none;
padding: 0;
margin: -4px 0 0 0;
}
.message-action {
display: block;
position: relative;
right: 0;
top: 0;
transform: none;
margin-top: -5px;
}
.messages-headline {
max-height: 120px;
}
}   .section-headline {
display: block;
position: relative;
padding-right: 20%;
}
.section-headline.centered {
text-align: center;
padding: 0;
}
.section-headline span {
font-size: 18px;
line-height: 26px;
font-weight: 300;
color: #888;
margin-top: 0;
display: block;
}
.section-headline h1, .section-headline h2, .section-headline h3 {
font-size: 26px;
line-height: 36px;
font-weight: 500;
color: #333;
}
.section-headline h4 {
font-size: 26px;
line-height: 36px;
font-weight: 500;
color: #333;
font-size: 22px;
line-height: 34px;
}
.section-headline.border-top {
border-top: 1px solid #e0e0e0;
}
h1.in-a-box, h2.in-a-box, h3.in-a-box, h5.in-a-box {
display: inline-block;
font-size: 18px;
background-color: #333;
color: #fff;
border-radius: 4px;
padding: 8px 20px;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.section-headline h5 {
font-size: 16px;
font-weight: 500;
line-height: 30px;
} .single-page-section {
margin-bottom: 55px;
display: block;
}
.single-page-section p:last-of-type {
padding-bottom: 0;
margin-bottom: 0;
}
.single-page-section h3 {
margin-bottom: 20px;
font-size: 20px;
}
.single-page-section .job-listing h3.job-listing-title {
margin-bottom: 0;
} a.headline-link {
position: absolute;
right: 0;
bottom: 0;
}
a.headline-link.bottom-icon:after {
content: "\e957";
top: 3px;
}
a.headline-link:after {
content: "\e995";
font-family: "Material-Icons";
font-size: 21px;
line-height: 0;
position: relative;
top: 4px;
margin-left: 5px;
}    .popup-tabs-nav {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
display: block;
height: 62px;
background: #f8f8f8;
border-radius: 4px 4px 0 0;
border-bottom: 1px solid #e0e0e0;
}
.popup-tabs-nav li {
float: left;
line-height: 62px;
height: 62px;
padding: 0;
margin-right: 0;
position: relative;
}
.popup-tabs-nav li:first-child a {
border-radius: 4px 0 0 0;
}
.popup-tabs-nav li a,
.popup-tab-reviews {
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.popup-tabs-nav li a {
border: none;
color: #777;
display: inline-block;
outline: none;
padding: 0;
text-decoration: none;
font-size: 16px;
z-index: 10;
position: relative;
height: 100%;
padding: 0 30px;
border-right: 1px solid transparent;
border-left: 1px solid transparent;
transition: all 0.3s, font-weight 0s;
border-right: 1px solid #e0e0e0;
}
.popup-tabs-nav li.active {
background-color: #fff;
position: relative;
}
.popup-tabs-nav li a:hover {
background-color: #f3f3f3;
height: calc(100% - 1px);
color: #333;
}
.popup-tabs-nav li:last-child a:hover {
border-right: 1px solid #e0e0e0;
}
.popup-tabs-nav li.active a:hover,
.popup-tabs-nav li.active {
background-color: #fff;
}
.popup-tabs-nav li.active a {
color: #66676b;
font-weight: 500;
}
.popup-tabs-nav li.active:after {
content: "";
position: absolute;
display: block;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: #fff;
z-index: 111;
}
.popup-tabs-nav li:first-child.active {
border-left: none;
border-radius: 4px 0 0 0;
}
.popup-tab-content {
padding: 50px 35px;
position: relative;
z-index: 10;
display: inline-block;
width: 100%;
}
.popup-tabs-container {
overflow: hidden;
width: 100%;
}
.popup-tab-content p:last-child { margin-bottom: 0; }
.dialog-with-tabs#sign-in-dialog,
.dialog-with-tabs#small-dialog-1,
.dialog-with-tabs#small-dialog-2,
.dialog-with-tabs#small-dialog-3,
.dialog-with-tabs#small-dialog-4,
.dialog-with-tabs#small-dialog { 
padding: 0;
color: #666;
max-width: 540px;
box-shadow: 0 0 25px rgba(0,0,0,0.25);
} #sign-in-dialog.dialog-with-tabs .mfp-close,
#small-dialog.dialog-with-tabs .mfp-close,
#small-dialog-1.dialog-with-tabs .mfp-close,
#small-dialog-2.dialog-with-tabs .mfp-close,
#small-dialog-3.dialog-with-tabs .mfp-close,
#small-dialog-4.dialog-with-tabs .mfp-close {
color: #888;
background-color: #f8f8f8;
border-left: 1px solid #e0e0e0;
border-radius: 0 4px 0 0;
top: 0;
right: 0;
width: 62px;
height: 61px;
}
#sign-in-dialog.dialog-with-tabs .mfp-close:hover,
#small-dialog-1.dialog-with-tabs .mfp-close:hover,
#small-dialog-2.dialog-with-tabs .mfp-close:hover,
#small-dialog-3.dialog-with-tabs .mfp-close:hover,
#small-dialog-4.dialog-with-tabs .mfp-close:hover,
#small-dialog.dialog-with-tabs .mfp-close:hover {
color: #333;
background-color: #f2f2f2;
}
.dialog-with-tabs .mfp-close:before,
.dialog-with-tabs .mfp-close:before {
font-size: 24px;
} .dialog-with-tabs input:-webkit-autofill,
.dialog-with-tabs input:focus:-webkit-autofill {
border: 1px solid #e0e0e0;
-webkit-box-shadow: inset 0 0 0px 9999px white, 0 1px 4px rgba(0,0,0,0.07);
}
.dialog-with-tabs input {
margin-bottom: 22px;
} .dialog-with-tabs .forgot-password {
font-size: 14px;
color: #888;
margin-top: -12px;
display: block;
}
.dialog-with-tabs .forgot-password:hover {
color: #66676b;
} .dialog-with-tabs .button {
height: 48px;
width: 100% !important;
margin-top: 25px;
box-shadow: 0 4px 12px rgba(102,103,107,0.15);
}  .account-type .sl.sl-icon-briefcase:before,
.account-type .sl.sl-icon-user:before {
font-family: "Material-Icons" !important;
content: "\e924" !important;
font-size: 18px;
line-height: 0;
top: 2px;
position: relative;
}
.account-type .sl.sl-icon-user:before {content: "\e907"  !important;} .dashboard-content-container {
overflow-y: auto !important;
}
@media (min-width: 992px) {
body.page-template-template-dashboard {
overflow: hidden;
}
}
@media (min-width: 1099px) {
#header-container.dashboard-header #logo_nh {
width: 281px;
padding-left: 35px;
}
}
@media (min-width: 1260px) {
.col-xl-12 {
width: 100%;
padding-left: 15px;
padding-right: 15px;
}}
.dashboard-content-container .row {
margin-left: -15px;
margin-right: -15px;
}
@media (max-width: 1100px) {
html body.admin-bar.page-template-template-dashboard .new-header #header {
top: 0;
}}
.new-dashboard-container .activity-time { margin-left: 5px; }
.app-footer .star-rating:before { display: none; }
.app-content a.button.gray { border-radius: 4px !important; }
.app-tabs .close-tab {display: none !important;}
.field.full-line-checkbox-field input[type=checkbox],
.fieldset-remote_position input[type=checkbox] {
line-height: 25px;
vertical-align: middle;
padding: 10px 0;
display: inline-block;
margin: 4px 5px 0 0;
width: 18px;
height: 18px;
cursor: pointer;
}
.field.full-line-checkbox-field input[type=checkbox] {
float: left;
}
.job-manager-uploaded-file-name { border-radius: 4px; }
.form.fieldset-remote_position .field { display: flex; cursor: pointer;}
.form.fieldset-remote_position label { cursor: pointer;}
.submit-page .fieldset-remote_position small.description { top: 2px; } .loader-ajax {
border-radius: 50%;
width: 22px;
height: 22px;
border: 0.3rem solid rgba(255, 255, 255, 0.2);
border-top-color: white;
-webkit-animation: spin 1s infinite linear;
animation: spin 1s infinite linear;
top: 13px;
position: absolute;
left: 13px;
transform: translate(-50%, -50%);
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.loader-ajax-container {
position: absolute;
margin: 0 auto;
text-align: center;
left: 0;
right: 0;
z-index: 100;
top: calc(50% - 15px);
transform: translateY(-50%);
top: 100px;
background: #66676b;
height: 48px;
width: 48px;
border-radius: 50%;
box-shadow: 0 0 20px rgba(102, 103, 107, 0.4);
}
.loader-ajax-container {
opacity: 0;
visibility: hidden;
transition: 0.4s;
}
body .tasks-list-container.loading .loader-ajax-container {
opacity: 1;
visibility: visible;
}
body .tasks-list-container.loading {
opacity: 1;
position: relative;
}
body .tasks-list-container.loading .listing-item-container {
opacity: 0.7;
transition: opacity 0.3s;
}
body .tasks-list-container.loading .listing-item-container:hover {
transform: none;
}
body #dashboard table.manage-table tr td.task-bid-info {
min-width: 410px;
}
.job_packages,
#job_package_selection .user-packages {
padding-left: 0;
margin-bottom: 55px;
}
#job_package_selection .user-packages p {
margin-bottom: 0;
opacity: 0.75;
font-size: 15px;
margin-top: 2px;
line-height: 23px;
}
.job_packages,
.job_packages li { list-style: none; }
#job_package_selection .user-packages p,
.job_packages p {
margin: 0;
padding: 0;
font-weight: 400;
font-size: 14px;
opacity: 0.8;
}
.job_packages label { font-weight: 500 !Important }
#task_package_selection h4 strong { font-weight: 500; }
#task_package_selection .user-packages label,
#task_package_selection .plan-features label,
#job_package_selection .user-packages label,
#job_package_selection .plan-features label {
background: #e6f3da;
border-radius: 4px;
padding: 10px 16px;
padding-left: 40px;
color: #5f9025;
cursor: pointer;
border: none;
box-shadow: none;
width: auto;
}
#task_package_selection .user-packages label,
#job_package_selection .user-packages label {
padding: 15px 30px 13px 52px;
width: 100%;
} #task_package_selection .user-packages [type="radio"]:checked,
#task_package_selection .user-packages [type="radio"]:not(:checked),
#task_package_selection .plan-features [type="radio"]:checked,
#task_package_selection .plan-features [type="radio"]:not(:checked),
#job_package_selection .user-packages [type="radio"]:checked,
#job_package_selection .user-packages [type="radio"]:not(:checked),
#job_package_selection .plan-features [type="radio"]:checked,
#job_package_selection .plan-features [type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
#task_package_selection .user-packages [type="radio"]:checked+label,
#task_package_selection .user-packages [type="radio"]:not(:checked)+label,
#task_package_selection .plan-features [type="radio"]:checked+label,
#task_package_selection .plan-features [type="radio"]:not(:checked)+label,
#job_package_selection .user-packages [type="radio"]:checked+label,
#job_package_selection .user-packages [type="radio"]:not(:checked)+label,
#job_package_selection .plan-features [type="radio"]:checked+label,
#job_package_selection .plan-features [type="radio"]:not(:checked)+label {
position: relative;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #5f9025;
margin-top: 16px;
margin-bottom: 5px;
font-weight: 500;
}
#task_package_selection .user-packages [type="radio"]:checked+label:before,
#task_package_selection .user-packages [type="radio"]:not(:checked)+label:before,
#task_package_selection .plan-features [type="radio"]:checked+label:before,
#task_package_selection .plan-features [type="radio"]:not(:checked)+label:before,
#job_package_selection .user-packages [type="radio"]:checked+label:before,
#job_package_selection .user-packages [type="radio"]:not(:checked)+label:before,
#job_package_selection .plan-features [type="radio"]:checked+label:before,
#job_package_selection .plan-features [type="radio"]:not(:checked)+label:before {
content: '';
position: absolute;
left: 10px;
top: 10px;
width: 20px;
height: 20px;
border-radius: 4px;
background: #fff;
}
#task_package_selection .user-packages [type="radio"]:checked+label:before,
#task_package_selection .user-packages [type="radio"]:not(:checked)+label:before,
#job_package_selection .user-packages [type="radio"]:checked+label:before,
#job_package_selection .user-packages [type="radio"]:not(:checked)+label:before {
left: 15px;
top: 15px;
}
#task_package_selection .user-packages [type="radio"]:checked+label:after,
#task_package_selection .user-packages [type="radio"]:not(:checked)+label:after,
#task_package_selection .plan-features [type="radio"]:checked+label:after,
#task_package_selection .plan-features [type="radio"]:not(:checked)+label:after,
#job_package_selection .user-packages [type="radio"]:checked+label:after,
#job_package_selection .user-packages [type="radio"]:not(:checked)+label:after,
#job_package_selection .plan-features [type="radio"]:checked+label:after,
#job_package_selection .plan-features [type="radio"]:not(:checked)+label:after {
content: "\e928";
width: 12px;
height: 12px;
background: #fff;
position: absolute;
top: 10px;
left: 13px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
font-family: 'Material-Icons' !important;
font-weight: 900;
font-size: 14px;
}
#job_package_selection .user-packages [type="radio"]:checked+label:after,
#task_package_selection .user-packages [type="radio"]:checked+label:after,
#job_package_selection .user-packages [type="radio"]:not(:checked)+label:after,
#task_package_selection .user-packages [type="radio"]:not(:checked)+label:after {
top: 15px;
left: 18px;
}
.dashboard-list-box .products.user-packages {
line-height: 20px
}
.dashboard-list-box .products.user-packages p {
margin: 0;
font-size: 15px;
}
#task_package_selection .user-packages [type="radio"]:not(:checked)+label:after,
#job_package_selection .user-packages [type="radio"]:not(:checked)+label:after,
#task_package_selection .plan-features [type="radio"]:not(:checked)+label:after,
#job_package_selection .plan-features [type="radio"]:not(:checked)+label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
#task_package_selection .user-packages [type="radio"]:checked+label:after,
#job_package_selection .user-packages [type="radio"]:checked+label:after,
#task_package_selection .plan-features [type="radio"]:checked+label:after,
#job_package_selection .plan-features [type="radio"]:checked+label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.job_listing_packages {
margin-top: 30px;
}
.job_listing_packages_title h2 { display: none;}
#job_package_selection .user-packages {
padding-left: 0;
margin-bottom: 55px;
list-style: none;
text-align: left;
margin-top: -55px;
}
#job_package_selection .user-packages p{
font-weight: 500;
}
#task_package_selection .user-packages [type="radio"]:checked+label,
#task_package_selection .user-packages [type="radio"]:not(:checked)+label,
#job_package_selection .user-packages [type="radio"]:checked+label,
#job_package_selection .user-packages [type="radio"]:not(:checked)+label {
font-weight: 600;
}
.job_listing_packages h4 strong {
font-weight: 500;
}
#small-dialog-3,
#small-dialog-2,
#small-dialog-1 {
background: #fff;
padding: 40px;
padding-top: 0;
text-align: left;
max-width: 610px;
margin: 40px auto;
position: relative;
box-sizing: border-box;
border-radius: 4px;
}
.dashboard-box .headline .select2-container--default .select2-selection--single .select2-selection__rendered {
padding-right: 35px;
}
.dashboard-box .headline .sort-by { margin-top: -10px; }
.dashboard-box .headline .sort-by .select2-container--default .select2-selection--single {
border: none !Important;
background-color: transparent !Important;
}
.dashboard-box .headline .sort-by .select2-container--default .select2-selection--single .select2-selection__arrow b {
margin-top: -2px;
}
.bidding-widget .bidding-fields .qtyButtons input {
border: none;
background: transparent;
font-size: 17px;
font-weight: 500;
}
body .sidebar-widget .remove-bookmark.button.dark,
body .sidebar-widget .bookmark-notice.small-dialog.popup-with-zoom-anim.button.dark {
background: #fbf4d2;
color: #a38948;
box-shadow: none;
padding: 10px 16px;
border-radius: 4px;
margin-bottom: 15px;
font-weight: 400;
}
body .sidebar-widget .remove-bookmark.button.dark:hover,
body .sidebar-widget .bookmark-notice.small-dialog.popup-with-zoom-anim.button.dark:hover {
background: #f8edc0;
}
body .sidebar-widget .remove-bookmark.button.dark { background: #333; color: #fff; }
.bookmark-notice i:before {
content: "\e988";
font-family: "Material-Icons" !important;
font-size: 18px;
position: relative;
top: 2px;
}
body .bookmark-notice.button i {
padding-right: 0px;
}
#titlebar .bookmark-notice.button i {
padding-right: 2px;
}
.bidding-inner-success {
text-align: center;
}
.bidding-inner-success i {
color: #23b35f;
font-size: 40px;
}
.sidebar-widget h3 { font-size: 20px; }
.company_video iframe {
width: 100%;
border-radius: 6px;
}
.candidate-video {
border-radius: 6px;
overflow: hidden;
}
body .bids-action-accept-offer.loading i:before {
content: "\f110";
font-family: FontAwesome;
font-size: 13px;
top: -2px;
left: 3px;
position: relative;
display: inline-block;
animation: spin 2s infinite linear;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.bid-proposal-text {
max-height: 300px;
overflow-y: auto;
margin: 5px 0 20px 0;
}
body .job-manager-uploaded-file-preview img {
max-width: 120px;
border-radius: 4px;
}
#small-dialog-2.workscout-rate-popup  { max-width: 780px; }
.fieldset-remote_position .description { font-size: 14px; position: relative; top: 1px; }
.fieldset-task_type .radio { margin-right: 8px; }
.fieldset-task_skill .keywords-list { margin-top: 10px; }
.field.ui-sortable .field.ui-sortable {
padding: 0;
border: none;
}
.task_preview.single-task {
background: #fff;
border-radius: 5px;
}  .freelancers-container {
display: flex;
flex-wrap: wrap;
width: calc(100% + 30px);
}
.freelancer {
display: flex;
flex-direction: column;
justify-content: center;
margin: 0 30px 30px 0;
width: calc(100% * (1/2) - 30px);
border-radius: 4px;
background-color: #fff;
transition: 0.3s;
position: relative;
cursor: default;
}
body .freelancer:hover {
box-shadow: 0 0 16px rgba(0,0,0,0.06);
background: transparent !important;
}
.resumes li:hover {
border-color: #e0e0e0 !important;
}
.freelancer .bookmark-icon {
cursor: pointer;
}
.freelancer-overview {
text-align: center;
padding: 38px 20px;
flex-grow: 1;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.freelancer-overview-inner {
flex: 1;
}
.freelancer-overview .freelancer-avatar {
width: 130px;
margin: 0 auto;
position: relative;
}
@media (max-width: 1300px) {
.freelancers-grid-layout .freelancer-overview .freelancer-avatar {
width: 110px;
}
}
.freelancer-overview .freelancer-avatar img {
width: 100%;
border-radius: 50%;
cursor: pointer;
float: none;
height: auto;
margin: 0px;
display: block;
}
.freelancer-overview .freelancer-avatar .verified-badge {
position: absolute;
bottom: 0;
right: 0;
}
#job-spotlight .button-sliding-icon {
width: 100%;
display: block;
}
.freelancer-name {
margin-top: 19px;
}
.company-not-rated {
background: #fff;
border-radius: 4px;
color: #808080;
padding: 5px 8px;
line-height: 18px;
display: inline-block;
box-shadow: 0 1px 3px rgb(0 0 0 / 13%);
font-size: 13px;
}
.freelancer-name .company-not-rated,
.company-data .company-not-rated,
.company .company-not-rated {
box-shadow: none;
background: #f4f4f4;
margin-bottom: 0 !important;
}
.company-data .company-not-rated { margin-bottom: 20px !important; }
.freelancer-name .company-not-rated { margin-top: 5px; }
.compact-list.freelancers-list-layout .freelancer:nth-child(2n) .freelancer-name .company-not-rated {
background: #f0f0f0;
}
.freelancer-rating {
margin-top: 5px;
margin-bottom: -10px;
}
.freelancer-name h4,
.freelancer-name h4 a {
font-size: 18px;
font-weight: 500;
color: #333;
cursor: pointer;
line-height: 22px;
margin-bottom: 10px;
}
.freelancer-name img.flag {
height: 15px;
border-radius: 3px;
position: relative;
top: 1px;
display: inline-block;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
cursor: default;
width: auto;
margin:0px;
margin-left: 4px;
float: none;
}
.freelancer-name span {
color: #888;
font-size: 14px;
line-height: 22px;
display: block;
margin-top: -4px;
margin-bottom: 7px;
}
.freelancer-details {
padding: 35px;
background-color: #f8f8f8;
flex-grow: 0;
}
.freelancers-grid-layout .freelancer-details {
border-radius: 0 0 4px 4px;
}
.freelancers-grid-layout .freelancer-details a.button {
display: block;
text-align: center;
width: 100% !important;
box-shadow: none;
}
.freelancers-grid-layout .freelancer-details a.button:hover {
color: #fff;
}
.freelancer-details-list ul {
list-style: none;
padding: 0;
margin: 0 0 5px 0;
font-size: 14.7px;
}
.freelancer-details-list ul li {
display: inline-block;
margin-right: 25px !important;
line-height: 23px;
color: #808080;
margin-bottom: 15px !important;
border:0px;
background-color: transparent;
} body .type-page .freelancer ul, 
body .type-page .freelancer ul li {
line-height: 24px;
padding: 0;
margin: 0;
background: transparent;
}
.freelancer-details-list ul li strong {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 120px;
height: 25px;
}
.freelancer-details-list ul li:last-child {
margin-right: 0;
border: 0px;
background-color: transparent
}
.freelancer-details-list ul li strong {
display: block;
color: #333;
font-weight: 500;
}
.freelancer-details-list ul li strong i {
position: relative;
top: 1px;
margin-right: -1px;
margin-left: -2px;
}
.full-page-content-inner .listings-container .resumes { margin-top: -30px; } .freelancer-detail-item {
display: inline-block;
margin: 2px 10px 5px 0;
}
.freelancer-detail-item a,
.freelancer-detail-item {
color: #888;
}
.freelancer-detail-item a:hover {
color: #66676b;
}
.freelancer-detail-item i {
position: relative;
top: 2px;
margin-right: 3px;
} @media (max-width: 1366px) {
.freelances-grid-layout .freelancer-overview .freelancer-avatar {
width: 100px;
}
}
@media (max-width: 768px) {
.freelances-grid-layout.freelancers-container {
width: 100%;
}
.freelances-grid-layout .freelancer {
margin: 0 0 30px 0;
width: 100%;
}
.freelancers-container.freelancers-grid-layout {
width: 100%;
}
.freelancers-container.freelancers-grid-layout .freelancer {
width: 100%;
margin-right: 0;
}
} @media (max-width: 3560px) {
.full-page-container-v2 .freelancer {
width: calc(100% * (1/5) - 30px);
}
}
@media (max-width: 2560px) {
.full-page-container-v2 .freelancer {
width: calc(100% * (1/4) - 30px);
}
}
@media (max-width: 1920px) {
.full-page-container-v2 .freelancer {
width: calc(100% * (1/3) - 30px);
}
}
@media (max-width: 1440px) {
.full-page-container-v2 .freelancer {
width: calc(100% * (1/2) - 30px);
}
}
@media (max-width: 1099px) {
.full-page-container-v2 .freelancers-container {
width: 100%;
}
.full-page-container-v2 .freelancer {
width: 100%;
margin-right: 0;
}
}  .freelancers-container.freelancers-list-layout {
width: 100%;
}
.freelancers-list-layout .freelancer {
margin: 0 0 30px 0;
width: 100%;
flex-direction: row;
justify-content: center;
}
.freelancer {
padding: 0px !important;
border: 1px solid #e0e0e0;
box-shadow: none;
}
.freelancers-list-layout .freelancer-overview {
text-align: left;
padding: 45px 40px;
flex-grow: 1;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.freelancers-list-layout .freelancer-overview-inner {
flex: 1;
display: flex;
align-items: center;
}
.freelancers-list-layout .freelancer-details {
padding: 45px 40px 45px 0;
background-color: transparent;
flex: 0 0 360px;
}
.freelancers-list-layout .freelancer-overview .freelancer-avatar {
width: 100px;
margin: 0;
}
.freelancers-list-layout .freelancer-overview .freelancer-name {
text-align: left;
margin: 0 0 0 30px;
}
@media (max-width: 992px) {
.freelancers-list-layout .freelancer-overview .freelancer-name { margin-left: 18px; }
}
.freelancers-list-layout .freelancer-details a.button {
display: block;
text-align: center;
min-width: 50%;
max-width: 100%;
width: auto !important;
float: right;
}
.freelancers-list-layout .freelancer-details a.button:hover {
}
.freelancers-list-layout .bookmark-icon {
display: none;
}
.freelancers-list-layout .freelancer-details-list ul {
float: right;
display: block
}
.freelancers-list-layout .freelancer-details-list ul li {
margin-left: 25px;
margin-right: 0;
float: right;
} .compact-list.freelancers-list-layout .freelancer {
border-radius: 0;
margin-bottom: 0;
box-shadow: none;
}
.compact-list.freelancers-list-layout .freelancer:hover {
}
.compact-list.freelancers-list-layout {
background-color: #fff;
border-radius: 4px;
box-shadow: none;
}
.compact-list.freelancers-list-layout .freelancer:nth-child(2n) {
background-color: #f9f9f9;
border-top: none;
border-bottom: none;
}
.compact-list.freelancers-list-layout .freelancer:nth-child(2n):hover {
background-color: #f9f9f9 !important
}
.compact-list.freelancers-list-layout .freelancer:hover:before {
opacity: 1;
}
.compact-list.freelancers-list-layout .freelancer {
border-top: none; 
border-bottom: none;
}
.compact-list.freelancers-list-layout .freelancer:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 3px;
height: 100%;
display: block;
background: #66676b;
transition: 0.3s;
opacity: 0;
}
.compact-list.freelancers-list-layout .freelancer:last-of-type {
border-radius: 0 0 3px 3px;
overflow: hidden;
}
.compact-list.freelancers-list-layout .freelancer:first-of-type {
border-radius: 3px 3px 0 0;
overflow: hidden;
}
.compact-list.freelancers-list-layout .freelancer:first-child { 
border-top: 1px solid #e0e0e0;
}
.compact-list.freelancers-list-layout .freelancer:last-child { 
border-bottom: 1px solid #e0e0e0;
} @media (max-width: 1366px) {
.freelancers-list-layout .freelancer-overview .freelancer-avatar {
width: 100px;
}
}
@media (max-width: 1240px) {
.freelancers-list-layout .freelancer {
flex-direction: column;
}
.freelancers-list-layout .freelancer-details {
flex: 1;
padding: 35px 40px;
background-color: #fafafa;
}
.freelancers-list-layout .freelancer-details-list ul {
float: left;
}
.freelancers-list-layout .freelancer-details-list ul li {
margin-left: 0;
margin-right: 25px;
float: left;
}
.freelancers-list-layout .freelancer-details a.button {
float: none;
width: 100% !important;
}
.freelancers-list-layout .freelancer-overview .freelancer-avatar {
width: 90px;
} .compact-list.freelancers-list-layout .freelancer-details {
background-color: transparent;
padding-top: 0;
}
}
@media (max-width: 768px) {
.freelancers-list-layout .freelancer-overview,
.freelancers-list-layout .freelancer-details {
padding: 30px;
}
.freelancers-list-layout .freelancer-overview .freelancer-avatar {
width: 80px;
}
.freelancers-list-layout .star-rating:before {
display: block;
float: none;
text-align: center;
max-width: 40px;
margin-bottom: 4px;
}
}
#tasks-sort-by-form .select2-selection {
text-align: right;
min-width: 150px;
margin-right: -10px;
}
strong.negotiable { font-size:15px; } .elementor-freelancer {
background: #fff;
display: block;
border-radius: 8px;
box-shadow: 0 4px 18px rgba(0,0,0,0.15) !important;
padding: 5px;
transition: 0.4s;
}
.elementor-freelancer:hover {
transform: translateY(-7px);
}
.elementor-freelancer-img {
width: 100%;
height: 300px;
object-fit: cover;
overflow: hidden;
border-radius: 5px;
}
@media (max-width: 992px) {
.elementor-freelancer-img {
height: 220px;
}
}
body .elementor-freelancer-img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.elementor-freelancer-footer {
text-align: center;
display: block;
padding: 20px;
}
.elementor-freelancer .flag {
height: 15px;
border-radius: 3px;
position: relative;
top: 0;
display: inline-block;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
cursor: default;
width: auto;
margin: 0px;
margin-left: 4px;
float: none;
}
.elementor-freelancer-footer h3 {
font-size: 18px;
line-height: 24px;
font-weight: 500;
}
.elementor-freelancer-footer span {
font-size: 15px;
line-height: 22px;
color: #888;
display: block;
}
.elementor-freelancer .company-not-rated {
margin-top: 8px;
box-shadow: none;
background: #f0f0f0;
margin-bottom: 0 !important;
}
.container  .elementor-widget-workscout-basicsearch .sixteen.columns {
width: 100%;
margin: 0;
}
.elementor-widget-workscout-basicsearch .select2-container--default .select2-selection--single .select2-selection__rendered,
.elementor-widget-workscout-basicsearch .intro-banner-search-form input {
box-shadow: none;
font-size: 15.5px;
margin: 0;
font-weight: 400;
border: none;
}
.elementor-widget-workscout-basicsearch .intro-banner-search-form input {
padding: 10px 10px;
}
.elementor-widget-workscout-basicsearch .intro-banner-search-form input:focus {
box-shadow: none;
border: none;
}
.elementor-widget-workscout-basicsearch .intro-banner-search-form {margin-top: 60px;}
@media (max-width: 1024px) {
body .highlighted-categories-headline { margin-top: 25px; }
.elementor-widget-workscout-basicsearch .intro-banner-search-form { margin-top: -10px !important; }
}
.elementor-widget-workscout-tasks a.button.centered.link_more_jobs { margin-top: 10px;}  .highlighted-category {
float: left;
border-radius: 4px;
margin: 5px 5px 0 0;
padding: 2px 13px;
text-align: center;
transition: 0.4s;
transform: scale(1);
vertical-align: top;
position: relative;
width: auto;
color: #fff;
background-color: #ffffff15;
border: 1px solid rgba(255, 255, 255, 0.15);
}
body .highlighted-category:hover {
background-color: #fff;
color: #333;
}
.highlighted-category h4 {
font-size: 13px;
color: #fff;
opacity: 1;
transition: 0.4s;
line-height: 20px;
margin: 0;
font-weight: 400;
display: inline-block;
margin-left: 6px;
font-weight: 400;
position: relative;
margin: 0;
padding: 0;
}
.highlighted-category i {
display: none;
}
.highlighted-category:hover h4 { color: #222; }
.highlighted-categories-headline {
font-size: 14px;
color: #fff;
font-weight: 400;
margin-top: 35px;
margin-bottom: 3px;
}
.dashboard-content-inner .icon-material-outline-settings:before {
font-family:'Feather-Icons' !important;
content: "\e958";
font-size: 15px;
}
.form.fieldset-task_location .field {position: relative;}
.single-company .tasks-list-container.tasks-grid-layout {
margin-top: 20px !important;
margin-bottom: 20px;
}
#titlebar.photo-bg #breadcrumbs span,
#titlebar.photo-bg #breadcrumbs span a {
margin-bottom: 0;
}
body .woocommerce form .form-row .input-checkbox {
display: inline-block
}
.resume_preview .candidate_photo {
max-width: 62px;
height: 62px;
object-fit: cover;
margin-right: 20px;
}
.workscout-delete-me a {
color: #fff;
background: #ea4848;
padding: 10px 15px;
border-radius: 5px;
display: inline-block;
margin-bottom: -109px;
}
.listing-added-notice {
background: #fff;
box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
border-radius: 4px;
padding: 15px;
text-align: center;
}
@media (min-width: 992px) {
.listing-added-notice {
background: #fff;
box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
border-radius: 4px;
padding: 50px 15px;
}
.listing-added-notice .booking-confirmation-page i {
color: #23b35f;
font-size: 140px;
margin-bottom: -10px;
}
.listing-added-notice .booking-confirmation-page h2 {
font-size: 46px;
font-weight: 700;
letter-spacing: -0.5px;
margin-bottom: 15px;
display: block;
}
.listing-added-notice .booking-confirmation-page p {
margin-bottom: 5px;
font-size: 16px;
}
} body.elementor-page .container .sixteen.columns,
body.elementor-page .container:not(.elementor-widget-container .container, #header .container, #footer-new .container, #titlebar .container),
body.elementor-page #wrapper { width: 100%; margin: 0 auto; }
body.elementor-page .intro-banner .container .row { padding: 0 15px; }
@media only screen and (min-width: 960px) and (max-width: 1289px) {
body.elementor-page .intro-banner .container {
width: 100%;
}
body.elementor-page .intro-banner:not(.boxed) .container { padding-left: 25px; padding-right: 25px; }
}
@media (max-width: 1100px) {
.boxed-search-container { padding: 30px;}
.intro-banner.boxed.dark-overlay-boxed:before { display: none;}
}
@media (max-width: 992px) {
.intro-banner.boxed .intro-banner-search-form { margin-top: -10px;}
body.elementor-page .container {
width: 100%;
}
body.elementor-page .container.full-width { padding: 0; }
body.elementor-page .intro-banner .container { padding: 0; }
body.elementor-page .intro-banner .container .row { padding: 0px; }
}
.search-banner-placeholder {
display: none !important;
}
.intro-banner {
opacity: 1 !important;
} #navigation ul li ul,
#navigation ul li .mega-menu { pointer-events: none; } 
#navigation ul li:hover ul,
#navigation ul li:hover .mega-menu, #navigation ul li:hover ul { pointer-events: all; }
ul.share-post li a {
height: 36px;
}
@media (max-width: 768px) {
.small-dialog-content {
padding: 25px;
}
}
@media (min-width: 1300px) {
.page-template-template-dashboard .new-header #logo_nh img {
height: auto;
max-width: 90%;
max-height: 60px;
}
}
@media (min-width: 992px) {
body.page-template-template-dashboard.ws-user-logged-out {
overflow-y: auto;
}
}
.ws-user-logged-out.page-template-template-dashboard .new-header #logo_nh img {
max-height: 45px;
}
.wc-block-components-checkout-place-order-button {
font-weight: 600;
font-size: 16px;
outline: none;
border: none;
background: #56b958;
color: #fff;
border-radius: 5px;
}
.wc-block-components-checkout-place-order-button:hover {
background: #4fb251;
color: #fff;
} .dashboard-box-list .jm-dashboard-job {
align-items: flex-start;
flex-direction: column;
display: flex;
gap: 0;
margin: 0;
padding: 0;
border: none;
}
body .jm-ui-button__icon {    background-color: #fff;  }
body .jm-dialog-close,body .jm-dialog-close:hover {background-color: #222; opacity: 1; }
body .jm-dashboard__overlay { margin: 3%;     box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);}
body .jm-dialog-backdrop {
background-color: rgb(0 0 0 / 48%);}
body .jm-job-overlay-header .job_title { color: #333; font-weight: 500;}
body .jm-job-overlay-details-box {
background: #f8f8f8;
border-radius: 5px;
}
body.elementor-page #titlebar .container .sixteen.columns {
padding: 0 10px
}
.workscout-custom-fields-wrapper {
display: none;
}
.woocommerce-checkout #order_review.listeo-pay-form {
float: none;
width: 100%;
}
.ws-user-logged-out .job-manager-error {
margin: 10% 20%;
} body.theme-workscout .page .select2-dropdown {
box-shadow: none !important;
border: 1px solid #ddd;
border-top: none;
border-radius: 0 0 4px 4px
}
body.theme-workscout .page .select2-dropdown .select2-results__option {
padding: 4px 9px;
} .conntect-w-stripe-btn {
background: #6772E5;
color: #fff;
padding: 5px 20px;
display: inline-block;
border-radius: 50px;
font-size: 15px;
font-weight: 500;
transition: 0.2s;
}
.conntect-w-stripe-btn:hover {
background: #5a65d1;
color: #fff;
}
.stripe-btn.disconnect-stripe-button {
background: #d81b1b1c;
color: #d81b1b;
margin-top: 5px;
}
.workscout-create-stripe-express-link-account i {
padding-right: 4px;
}
.workscout-create-stripe-express-link-account i.fa-spin {
padding-right: 0px;
margin-right: 10px;
display: none;
}
.workscout-create-stripe-express-link-account.loading i.fa-spin {
display: inline-block;
} .paid span,
.unpaid span {
font-weight: 600;
}
.paid {
color: #48ad13;
}
.wallet-currency {
font-weight: 500;
border-radius: 3px;
background: rgba(255, 255, 255, 0.4);
font-size: 16px;
line-height: 25px;
padding: 3px 7px;
}
.comission-taken {
border-radius: 3px;
font-size: 14px;
color: #888;
font-weight: 400;
background: #f4f4f4;
display: inline-block;
padding: 6px 10px;
float: right;
position: relative;
top: -3px;
}
.comission-taken strong {
font-weight: 600;
color: #666;
}
@media (max-width: 768px) {
.comission-taken {
float: none;
display: block;
margin-top: 10px;
padding: 0;
background: transparent;
}
}
a.payout-method.button {
float: none;
display: inline-block;
padding: 0 5px;
position: relative;
right: 0;
top: 0;
transform: none;
line-height: 24px;
font-size: 13px;
}
@media (max-width: 768px) {
a.payout-method.button {
position: relative;
display: block;
transform: none;
top: 0;
right: 0;
margin-top: 15px;
float: none;
text-align: center;
}
}
.payment-tab.payment-tab-active {
max-height: 700px;
}
.card-label>textarea {
box-sizing: border-box;
display: block;
height: 51px;
margin: -14px auto 5px;
padding: 5px 15px 0 15px;
transition: border-color 0.3s;
width: 100%;
border: 1px solid #dbdbdb;
background-color: #fff;
text-decoration: none;
border-radius: 4px;
box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
}
.payout-method-notification {
font-size: 14px;
line-height: 22px;
padding: 16px 22px;
margin: 10px 0;
}
.booking-error-message {
margin-top: 15px;
line-height: 20px;
font-size: 13px;
padding: 0;
border-radius: 0;
color: #d83838;
background: #ffebeb;
border-radius: 4px;
padding: 13px 19px;
}
.form-milestone-slider { 
margin:20px 0px
}
.form-milestone-slider .percentage-input-wrapper {
margin-top: 40px;
}
img.emoji {
max-width: 25px !important;
}
.wc-block-cart__submit-button {
background: #67c64e;
color: #fff;
border-radius: 5px;
}
.wc-block-cart__submit-button:hover {
background: #5cb943;
color: #fff;
}
.dashboard-content-container {
overflow-x: hidden;
}.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce .col2-set:after,
.woocommerce .col2-set:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:before,
.woocommerce-page .col2-set:after,
.woocommerce-page .col2-set:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:before{content:" ";display:table}
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce #content div.product div.thumbnails:after,
.woocommerce .cart-collaterals:after,
.woocommerce .col2-set:after,
.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails:after,
.woocommerce ul.products,
.woocommerce ul.products li.first,
.woocommerce ul.products:after,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .col2-set:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails:after{clear:both}
.woocommerce .products ul, .woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none;clear:both;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:30.8%;}
.woocommerce ul.products li.product.half, .woocommerce-page ul.products li.product.half{width:47.7%;}
.woocommerce .products ul li, .woocommerce ul.products li{list-style:none;}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{margin-right:0;}
.woocommerce-result-count{float:left;}
.woocommerce-ordering{float:right;}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{float:right;width:48%;}
.woocommerce div.product div.images, .woocommerce div.product div.summary{margin-bottom:2em;}
.woocommerce .col2-set,
.woocommerce-page .col2-set{width:100%}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1{float:left;width:48%}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2{float:right;width:48%}
.woocommerce img,
.woocommerce-page img{height:auto;max-width:100%}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images{float:left;width:48%}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}
.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last{margin-right:0}
.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}
.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}
.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}
.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary{float:right;width:48%}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}
.woocommerce #content div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce .woocommerce-pagination ul.page-numbers:before,
.woocommerce div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:before,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:before,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:before,
.woocommerce-page ul.products:after,
.woocommerce-page ul.products:before{content:" ";display:table}
.woocommerce #content div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:after{clear:both}
.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img{float:right;height:auto}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last{margin-right:0}
.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}
.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product{width:48%}
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product{width:30.75%}
.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product{width:16.95%}
.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product{width:13.5%}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count{float:left}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering{float:right; margin-bottom: 30px;}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img{height:auto}
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions{text-align:right}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text{width:80px}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon{float:left}
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label{display:none}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce .cart-collaterals .shipping_calculator:before,
.woocommerce .cart-collaterals:after,
.woocommerce .cart-collaterals:before,
.woocommerce form .form-row:after,
.woocommerce form .form-row:before,
.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before{content:" ";display:table}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals{width:100%}
.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce form .form-row-wide,
.woocommerce form .form-row:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page form .form-row-wide,
.woocommerce-page form .form-row:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after{clear:both}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img{float:right;height:auto}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label{display:block;margin-bottom: 5px;}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox{display:inline}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select{width:100%}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last{float:left;width:47%;overflow:visible}
.woocommerce #payment #place_order,
.woocommerce form .form-row-last,
.woocommerce-page #payment #place_order,
.woocommerce-page form .form-row-last{float:right}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select{width:auto}
.woocommerce #payment .terms,
.woocommerce-page #payment .terms{text-align:right;padding:0 1em}
.onsale{background-color:#808080;font-weight:700;text-transform:uppercase;padding:5px 9px;display:inline-block;position:absolute;color:#fff;z-index:50;top:0;right:1px;}
.product section{padding:18px 0 17px 0;text-align:center;background-color:#f6f6f6;min-height:69px;}
li.regular-product.product .button{width:100%;top:auto;bottom:0;background:rgba(0, 0, 0, 0.45);position:absolute;z-index:10;left:0px;opacity:0;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform 0.3s, opacity 0.1s 0.3s;-moz-transition:-moz-transform 0.3s, opacity 0.1s 0.3s;transition:transform 0.3s, opacity 0.1s 0.3s;} li.regular-product.product:hover .button{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);-webkit-transition:-webkit-transform 0.3s, opacity 0.1s, background 0.25s;-moz-transition:-moz-transform 0.3s, opacity 0.1s, background 0.25s;transition:transform 0.3s, opacity 0.1s, background 0.25s;}
.product-button:hover{background:rgba(0, 0, 0, 0.65);}
.products .mediaholder{position:relative;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background:transparent;padding:0px;border:none;overflow:hidden;}
ul.woocommerce-error{margin-bottom:20px;list-style: none}
h1.product_title{font-size:22px;line-height:44px;}
.single-product .summary .price{font-size:24px;margin:5px 0 0 0;font-weight:500;}
.single-product .summary del .amount{font-weight:500;}
.single-product .summary ins .amount{color:#666;font-weight:600;}
.single-product .entry-summary{padding-top:0px;margin-top:0px;}
.product-description{border-top:1px solid #ebebeb;padding:20px 0;margin:20px 0 0;background:transparent;text-align:left;}
.images .thumbnails{margin-top:20px;}
.woocommerce .quantity .qty{width:3.631em;text-align:center;padding:0px;height:46px;outline:none;font-size:13px;color:#999;margin:0;max-width:100%;display:block;background:#f5f5f5;border:1px solid #f5f5f5;font-weight:600;}
.woocommerce div.product form.cart{overflow:hidden;}
.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0;}
.woocommerce-tabs{margin-bottom:30px;}
.product_meta{margin-top:20px;}
.cross-sells h2,
.cart_totals h2,
.related h2,
.upsells h2{font-size:22px;line-height:44px;margin:20px 0px 10px;}
.widget_shopping_cart_content{padding:18px;display:inline-block;background-color:#f6f6f6;color:#666;width:85%;padding:11px 20px 16px 20px;}
.widget_shopping_cart_content ul{list-style:none;margin:0px;padding:0px;}
.widget_shopping_cart_content img{max-width:74px;}
.woocommerce ul.cart_list li img{float:left;margin-right:10px;}
.woocommerce ul.cart_list li a{margin-top:15px;line-height:40px;color:#666;font-size:16px;font-weight:600;}
.woocommerce ul.cart_list li{position:relative;border-bottom:1px solid #e5e5e5;padding:13px 0;display:block;overflow:hidden;}
.woocommerce ul.cart_list span.quantity{display:block;}
.woocommerce ul.cart_list .remove{position:absolute;top:0px;right:0px;color:#f02929;}
.widget p.total{padding:15px 0px 5px;}
.widget_shopping_cart_content .buttons a{width:36%;text-align:center;}
.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none;}
.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:60px;height:auto;margin:0;box-shadow:none;}
.woocommerce #reviews #comments ol.commentlist li{position:relative;font-size:16px;}
.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 75px;background:#f8f8f8;color:#888;padding:19px 22px 22px 22px;}
.woocommerce #reviews #comments ul li{display:block;margin:0 0 20px 90px;position:relative;}
.woocommerce #reviews .rating{float:right;position:relative;margin:-17px -10px 0 0;height:17px;width:95px;}
.woocommerce #reviews .comment-by span.date{display:inline}
.woocommerce #reviews a.button{padding:9px 18px;}
p.comment-form-rating{margin-bottom:45px;}
p.form-submit{margin-bottom:0px;}
#review_form p.form-submit input{margin-bottom:0px;}
.comment-form textarea{width:100%}
.stars{unicode-bidi:bidi-override;direction:rtl;font-size:18px;float:left;cursor:pointer;}
.stars a{font-family:"FontAwesome";font-weight:normal;font-style:normal;display:inline-block;float:left;padding-right:2px;font-size:0px;height:22px;}
.stars span.star:hover{cursor:pointer;}
.stars a:before{content:"\f005";color:#e0e0e0;width:17px;height:22px;font-size:17px;display:block;}
.stars a:hover:before,
.stars a.active:before,
.stars a.prevactive:before{content:"\f005";color:#FFC741;}
#respond #reply-title{display:none;}
.shop_table img{max-width:120px;}
table.shop_table tr td{vertical-align:middle;}
table.shop_table td{padding:20px;vertical-align:middle;}
table.shop_table #coupon_code{background-color:#fff;display:inline-block;float:left;margin:0;border:0;font-size:13px;width:192px;height:45px;border: 1px solid #e0e0e0;border-radius: 3px;padding:  0 10px;width: 220px;}
.shop_table.cart{margin-bottom:40px;}
.cart_totals table th{vertical-align:top;border-bottom:1px solid #fff;width:40%;padding:10px 15px;}
.cart_totals table th{background-color:#f6f6f6;text-align:left;padding:10px 20px;color:#606060;vertical-align:top;font-weight:600;}
.cart_totals select{padding:14px 18px}
.cart_totals table td{border-bottom:1px solid #f0f0f0;padding:10px 15px;}
a.shipping-calculator-button{text-align:center;display:block;background:#c0c0c0;color:#fff;padding:10px;text-transform:uppercase;font-weight:700;font-size:13px;margin-top:10px;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
a.shipping-calculator-button i{font-size:14px;padding:0 2px;}
a.shipping-calculator-button:hover{background:#808080;color:#fff;}
.wc-cart-shipping-notice{padding:10px;}
.showcoupon{color:#5091b2;font-weight:600;}
#ship-to-different-address label{display:inline-block;}
#payment{}
#payment ul.payment_methods{text-align:left;padding: 0; margin:0;list-style:none outside;   }
#payment ul.payment_methods:after{content:"";display:block;clear:both}
#payment ul.payment_methods li{line-height:2em;text-align:left;margin:0;font-weight:normal}
#payment ul.payment_methods li label.payment-label{display:block;}
#payment ul.payment_methods li input{margin:10px 9px 0 0;float:left; height: auto}
#payment ul.payment_methods li img{vertical-align:middle;display:inline;margin:-2px 6px 0 .5em;position:relative}
#payment div.form-row{padding: 0;}
#payment #place_order{float:right;margin:0}
#payment .terms{padding:0 1em 0;text-align:right}
#payment div.payment_box{position:relative;width: 100%;padding: 22px;margin: 10px 0;font-size: 13px;line-height:1.5em;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);background-color:#E9F7FE;color:#5091b2;border:1px solid #b6d7e8;}
#payment div.payment_box p:last-child{margin-bottom:0}
#payment div.payment_box p {margin-bottom:0;font-size: 15px;font-weight: 500;line-height: 24px;}
#payment div.payment_box #cc-expire-month,#payment div.payment_box #cc-expire-year{width:48%;float:left}
#payment div.payment_box #cc-expire-year{float:right}
#payment div.payment_box span.help{font-size:11px;color:#777;line-height:13px;font-weight:normal}
#payment div.payment_box .form-row{margin:0 0 1em}
#payment div.payment_box .form-row select{width:48%;float:left;margin-right:3.8%}
#payment div.payment_box .form-row select:nth-child(3n){margin-right:0}
#payment div.payment_box:after{content:"";display:block;border:8px solid #b6d7e8;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-3px;left:0;margin:-1em 0 0 2em}
#payment_method_paypal{display:inline;}
.summary.entry-summary .cart{margin-top:20px;}
.qty{width:25px;height:22px;text-align:center;float:left;padding:8px 9px;}
input.qty{padding:8px 9px;}
input.qty,
.input-text{font-family:"Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;}
.quantity input.plus,
.quantity input.minus,
a.remove_from_wishlist,
a.cart-remove{background:#c0c0c0;color:#fff;border:none;float:left;font-family:"FontAwesome";cursor:pointer;width:40px;height:40px;font-size:13px;outline:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
a.remove_from_wishlist{color:#c0c0c0;}
a.remove_from_wishlist:before{color:#fff;}
a.cart-remove{background-color:#f6f6f6;color:#a0a0a0;}
.qtyplus:hover,
.qtyminus:hover{background:#808080;color:#fff;}
a.cart-remove:hover{background:#df2727;color:#fff;}  .woocommerce-message { display: none;  }
.woocommerce-cart.full-width-content .content,
.woocommerce-checkout.full-width-content .content { max-width: 100%; }
.woocommerce-cart .woocommerce table.shop_table td.actions {
border-top: 1px solid #e6e6e6;
background: #f7f7f7;
border-bottom: 0px solid #e6e6e6;
}
.woocommerce-cart .entry-content form { width: 60%; float: left;  }
.woocommerce-cart .woocommerce .cart-collaterals {
width: 33%;
float: right;
}
.woocommerce-cart .woocommerce .cart-collaterals h2 { display: none;  }
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals { width: 100%; }
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method table.cart th, 
.woocommerce-cart table.cart th, 
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.shop_table th { color: #333; font-size: 14px; font-size: 14px; }
#add_payment_method .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.shop_table td { color: #555; font-size: 16px; font-size: 14px; }
.woocommerce-cart .woocommerce table.shop_table th {   border-bottom: 2px solid #333; }
.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table {
border: 1px solid #e0e0e0;
margin: 0;
text-align: left;
width: 100%;
border-collapse: separate;
border-radius: 0;
border-bottom: none;
border-right: none;
margin-bottom: 35px;
border-bottom: 1px solid #e0e0e0;
border-radius: 3px;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
body #add_payment_method #payment ul.payment_methods li input, 
body.woocommerce-cart #payment ul.payment_methods li input, 
body.woocommerce-checkout #payment ul.payment_methods li input {width: auto;margin: 7px 5px 0 0;}
body .woocommerce form .form-row .input-checkbox { width: auto;  margin: -2px 5px 0 0; }
#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
body.woocommerce-cart .cart-collaterals .cart_totals tr td, 
body.woocommerce-cart .cart-collaterals .cart_totals tr th, 
body.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
body.woocommerce-checkout .cart-collaterals .cart_totals tr th,
body .woocommerce table.shop_table th {
border-top: none;
border-bottom: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
text-align: right; }
.woocommerce-order-received .woocommerce table.shop_table th  {
padding: 20px 
}
body .checkout_coupon.woocommerce-form-coupon .form-row { width: 50%}
body .checkout_coupon.woocommerce-form-coupon .form-row .button { border-radius: 0 3px 3px 0; height: 48px; margin-left: -3px;}
.checkout_coupon.woocommerce-form-coupon {
margin-bottom: 20px;
background: #f8f8f8;
padding: 20px;
padding-bottom: 5px;
border-radius: 3px;
}
.woocommerce ul.order_details {
list-style: none; padding: 0;
background: #f8f8f8;
border-radius: 3px;
padding: 20px;
line-height: 24px
}
.woocommerce-customer-details h2,
.woocommerce-order-details h2 { font-size: 24px; margin-bottom: 20px; margin-top: 35px;}
.woocommerce-customer-details address {
list-style: none; padding: 0; background: #f8f8f8; border-radius: 3px; padding: 20px; line-height: 24px;
}
.woocommerce-customer-details address p { margin-bottom:0;
}
.woocommerce-order-details .wc-item-meta {
list-style: none; font-size: 15px;     margin: 0;
}
body #add_payment_method table.cart td, 
body #add_payment_method table.cart th, 
body.woocommerce-cart table.cart td, 
body.woocommerce-cart table.cart th, 
body.woocommerce-checkout table.cart td, 
body.woocommerce-checkout table.cart th { border-right: 1px solid #e0e0e0; }
#add_payment_method .cart-collaterals .cart_totals tr th, 
body.woocommerce-cart .cart-collaterals .cart_totals tr th, 
body.woocommerce-checkout .cart-collaterals .cart_totals tr th { }
.woocommerce-cart .cart-collaterals .cart_totals table th { border-bottom: 1px solid #e6e6e6;  }
body .woocommerce #respond input#submit.alt, 
body .woocommerce a.button.alt, 
body .woocommerce button.button.alt, 
body .woocommerce input.button.alt {
background: #72A40D !important;
font-weight: 500;
}
body .woocommerce #respond input#submit.alt:hover, 
body .woocommerce a.button.alt:hover, 
body .woocommerce button.button.alt:hover, 
body .woocommerce input.button.alt:hover {
background: #f91942
}
body .woocommerce .cart .button, 
body .woocommerce .cart input.button,
body .woocommerce #respond input#submit, 
body .woocommerce a.button, 
body .woocommerce button.button, 
body .woocommerce input.button {background: #f91942;color: #fff;font-weight: 500;border-radius: 3px;}
body .woocommerce .cart .button {height: 44px;line-height: 44px;padding: 0 15px;margin-left: -4px;margin-bottom: 0;}
body .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
float: right;
width: 100%;
display: block;
text-align: center;
margin-bottom: 0;
font-size: 18px;
padding: 20px 10px;
border-radius: 4px;
margin-top: 25px
}
.checkout_coupon .button { border-radius: 3px; }
body .woocommerce form .form-row-first, 
body .woocommerce form .form-row-last, 
body .woocommerce-page form .form-row-first, 
body .woocommerce-page form .form-row-last { width: 49%; }
body .woocommerce #respond input#submit.disabled, 
body .woocommerce #respond input#submit:disabled, 
body .woocommerce #respond input#submit:disabled[disabled], 
body .woocommerce a.button.disabled, 
body .woocommerce a.button:disabled, 
body .woocommerce a.button:disabled[disabled], 
body .woocommerce button.button.disabled, 
body .woocommerce button.button:disabled, 
body .woocommerce button.button:disabled[disabled], 
body .woocommerce input.button.disabled, 
body .woocommerce input.button:disabled, 
body .woocommerce input.button:disabled[disabled] { background: #ccc; }
body .woocommerce a.checkout-button.button.alt {border-radius: 3px;}
body #add_payment_method table.cart td.actions .coupon .input-text, 
body.woocommerce-cart table.cart td.actions .coupon .input-text, 
body.woocommerce-checkout table.cart td.actions .coupon .input-text {
padding: 8px 6px 7px;
width: 65%;
}
body .woocommerce button.button { border-radius: 3px; }
body .woocommerce table.shop_table td {padding: 15px;border-right: 1px solid #e0e0e0;}
body .woocommerce-table__product-name.product-name a {font-size: 14px;font-weight: 500;}
body .woocommerce-table__product-name.product-name .product-quantity {
font-size: 14px;
font-weight: 500;
color: #777 !important;
display: none;
}
.product-thumbnail,
.product-remove { text-align: center;}
.woocommerce-table__product-name.product-name {
border-right: 1px solid #e0e0e0; 
border-bottom: 1px solid #e0e0e0; text-align: right;
}
.woocommerce-table__product-total.product-total {
border-bottom: 1px solid #e0e0e0;
}
.woocommerce-table__product-name.product-name p {margin: 0;font-size: 15px;}
body .woocommerce-checkout table.shop_table td {
text-align: right;
border-right: 1px solid #e6e6e6;
border-top: 0;
}
.shop_table p { margin: 0;}
.variation-JobListing p { font-weight: 500; color: #333; }
ul.woocommerce-order-overview { margin-left: 0; }
.woocommerce-order-received article.page table tr td {
border-top: none;
}
.woocommerce a.remove { margin: 0 auto;  }
.woocommerce-cart .woocommerce table.shop_table th.product-remove,
.woocommerce-cart .woocommerce table.shop_table th.product-name { text-align: center; }
.woocommerce-cart .woocommerce table.shop_table th.product-price,
.woocommerce-cart .woocommerce table.shop_table th.product-quantity,
.woocommerce-cart .woocommerce table.shop_table th.product-subtotal { text-align: right; }
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal { text-align: right; }
.woocommerce-checkout #add_payment_method #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li { list-style: none; }
.woocommerce-checkout .woocommerce .col2-set { width: 47.8260869565%; float: left; margin-right: 4.347826087%; }
.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 { margin-bottom: 2em; width: 100%; float: none; }
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review { margin-bottom: 25px; background: #fff; width: 47.8260869565%; float: right; margin-right: 0; }
.woocommerce-checkout #ship-to-different-address-checkbox { width: auto; float: right; margin-left: 15px; margin-top: 10px; opacity: 1; position: static; }
.woocommerce-checkout #ship-to-different-address label { font-size: 24px;   font-weight: 700; line-height: 1; margin: 0; margin-bottom: 1em; padding: 0; text-transform: uppercase; color: #000; }
.woocommerce-checkout .woocommerce form .form-row.create-account label { padding-top: 2px; font-weight: bold; }
.woocommerce-billing-fields h3 { margin-bottom: 25px; }
.woocommerce-checkout .payment-fixed { position: fixed; z-index: 9; box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em; left: 52%; margin-left: 0; padding: 20px; top: 0; width: 45.5% !important; -webkit-transition: padding .1s ease-in; -moz-transition: padding .1s ease-in; -o-transition: padding .1s ease-in; -ms-transition: padding .1s ease-in; transition: padding .1s ease-in; }
body .woocommerce form .form-row .required {
visibility: visible;
color: #f00;
font-size: 18px;
line-height: 16px;
font-weight: 600;
position: relative;
top: 2px;
}
.product-shipping-message { font-size: 16px; text-align: center; text-transform: uppercase; padding: 10px 0px; border-top: 1px solid #139248; border-bottom: 1px solid #139248; }
body .woocommerce table.shop_table tbody th, 
body .woocommerce table.shop_table tfoot td, 
body .woocommerce table.shop_table tfoot th { border-bottom: none; }
body .woocommerce form .form-row input.input-text, 
body .woocommerce form .form-row textarea {max-width: 100%;height: 48px;line-height: 48px;margin-bottom: 10px; }
body .woocommerce form .form-row textarea {
max-width: 100%;height: 48px;line-height: 48px;margin-bottom: 5px;
padding: 5px 18px; 
}
body .woocommerce .product-name a {
color: #777;
font-size: 14px !important;
pointer-events: none;cursor: default;border-radius: 3px;background: #f0f0f0;
padding: 1px 10px;margin-bottom: 5px;display: inline-block;
line-height: 25px}
@media only screen and (max-width: 1139px) {
.woocommerce-cart .entry-content form { width: 64%; }
}
@media only screen and (max-width: 980px) {
.woocommerce-cart .entry-content form {
width: 80%;
float: none;
margin: 0 auto;
}
.woocommerce-cart .woocommerce .cart-collaterals {
width: 80%;
float: None;
margin: auto;
}
body .woocommerce #content table.cart td.actions .coupon, body .woocommerce table.cart td.actions .coupon { width: 100%; }
body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text { width: 48%; }
}
@media only screen and (max-width: 650px) {
.woocommerce-cart .entry-content form {
width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals {
width: 100%;
}
.woocommerce-checkout .woocommerce .col2-set { width: 100%; float: none; margin-right: 0; }
.woocommerce-checkout #order_review_heading, 
.woocommerce-checkout #order_review { width: 100%; float: none; }
} .woocommerce-account .woocommerce-MyAccount-navigation {
float: left;
width: 30%;
}
.woocommerce-account .woocommerce-MyAccount-content {
float: right;
width: 68%;
}
.woocommerce-MyAccount-navigation li {
float: none;
}
.woocommerce-MyAccount-navigation li a {
text-transform: none;
font-size: 16px;
}
@media only screen and (min-width: 1080px) {
.woocommerce-account .woocommerce-MyAccount-navigation {
float: left;
width: 22%;
}
.woocommerce-account .woocommerce-MyAccount-content {
float: right;
width: 75%;
}
}
.product-category {
text-align: center;
}
@media only screen and (max-width: 768px) {
.woocommerce-account .woocommerce-MyAccount-navigation {
margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
float: none;
width: 100%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
float: none;
width: 100%;
}
} 
.page-template-template-dashboard.woocommerce-account .woocommerce-MyAccount-navigation {
display: none;
}
.page-template-template-dashboard.woocommerce-account .woocommerce-MyAccount-content {
float: none;
width: 100%;
padding: 0px;
}
.woocommerce table.shop_attributes {
border: 0;
margin-bottom: 1.618em;
width: 100%;
}
.variations td {
padding:  5px 20px;
}
.woocommerce-product-gallery div { float:left; }
.woocommerce table.shop_attributes th {
width: 150px;
font-weight: 700;
padding: 8px;
border-top: 0;
margin: 0;
line-height: 1.5;
}
.group_table td { padding:10px 10px 10px 0px;    vertical-align: middle; }
.woocommerce table.shop_attributes td {
font-style: italic;
padding: 0;
border-top: 0;
margin: 0;
line-height: 1.5;
}    
.related.products .one-third:last-child { margin-right: 0px; }.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}