/*
Theme Name: Prima JobRoller Child Theme
Theme URI: http://jrchild.tinygiantstudios.co.uk
Description: This is a child theme for JobRoller (developed by Appthemes). It completely modifies the look & feel of the original theme while keeping its functionality in tact.
Author: Tiny Giant Studios
Author URI: http://tinygiantstudios.co.uk
Template: jobroller
Version: 2.5.2
AppThemes ID: prima
*/

@import url("../jobroller/style.css");
@import url("styles/style-pro-child.css");
.pac-item-query {
    color: #fff !important;
}
.section_content div#subscri{
float: left;
width: 100%;
list-style-type: none;
margin: 0;
padding: 0;
}

#login-form i {
    position: absolute;
    left: 15px;
    top: 29px;
    font-size: 14px;
}
.account_form_fields p {
    position: relative;
}
#login-form p {
    position: relative;
}
.section_content div#subscri .subsc-inner {
    width: 24.5%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.section_content div#subscri .subsc-inner .subsc_title{
    font-size: 30px;
    color: #3b2525;
    float: left;
    width: 100%;
}

.section_content div#subscri .subsc-inner .price {
    color: red !important;
    float: left !important;
    font-size: 20px !important;
    margin: 16px 0 22px !important;
    width: 100% !important;
}
.section_content div#subscri .subsc-inner a {
background-color: #AAD063 !important;
border-radius: 3px !important;
color: #010101 !important;
display: inline-block !important;
font-size: 14px !important;
padding: 11px 13px !important;
}

.section_content div#subscri .subsc-inner a:hover {
text-decoration: none !important;
}
/* ===== Add Your Custom CSS below this line ===== */
div#content .inner .jobs .job img {
    max-width: 100%;
    width: 90px;
    margin-top: 20px;
    height: 90px;
}
.postjob {
    margin-left: 5px;
}

.personal_care li:first-child::before, .personal_care li:nth-child(2)::before, .personal_care li:nth-child(3)::before, .personal_care li:nth-child(4)::before, .personal_care li:nth-child(5)::before, .personal_care li:nth-child(6)::before, .personal_care li:nth-child(7)::before, .personal_care li:nth-child(8)::before, .personal_care li:nth-child(9)::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    color: #991420;
}
.personal_care li {
    font-size: 14px;
}
#content ul.personal_care li {
    list-style: none !important;
    padding-left: 36px;
}
.single-job_listing .personal_care .job-location i.icon.dashicons-before {
    display: none;
}
.personal_care li:nth-child(2)::before {
    content: "";
}
.personal_care li:nth-child(3)::before {
    content: "";
}
.personal_care li:nth-child(4)::before {
    content: "";
}
.personal_care li:nth-child(5)::before {
    content: "";
}
.personal_care li:nth-child(6)::before {
    content: "";
}
.personal_care li:nth-child(7)::before {
    content: "";
}
.personal_care li:nth-child(8)::before {
    content: "";
}
.personal_care li:nth-child(9)::before {
    content: "";
}

.journey-content h2 {
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    font-size: 48px !important;
    color: #fff !important;
    margin: 0 0 20px !important;
}
.journey-content .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0;
    gap: 16px;
}
.journey-content .buttons a {
    color: #c2152c;
    background: #fff;
    display: inline-block;
    padding: 13px 30px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #ffffffad;
}
.journey-content .buttons a:last-child {
    background: #c2152c;
    color: #fff;
}
.journey-content .buttons a:hover {
    text-decoration: none !important;
    background: #ffccd2;
}
.journey-content .buttons a:last-child:hover {
    background: #f9f9f917;
}





#wrapper #content .inner {
    margin: 70px 0 70px;
    box-shadow: none !important;
    border: none;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
#wrapper .inner #mainContent {
    width: 74%;
}
#wrapper .inner #mainContent form#searchform {
    width: 1196px !important;
}
#wrapper .inner #mainContent form#searchform .search-wrap {
    width: 100%;
    margin: 0 0 30px;
    border: 1px solid #DDd;
    border-radius: 10px;
    background: #f5fbff !important;
    box-shadow: 0px 6px 15px #c2152c0f;
}
#wrapper .inner #mainContent form#searchform .input-container {
    box-sizing: border-box;
    display: flex;
    gap: 20px;
}
#wrapper .inner #mainContent form#searchform .input-container input {
    font-family: "Inter", sans-serif,FontAwesome !important;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin: 0;
    letter-spacing: 0.2px;
    height: 48px;
    box-sizing: border-box;
}
#wrapper .inner #mainContent form#searchform .input-container button.submit {
    display: inline-block;
    text-align: center;
    background: #c2152c;
    color: #fff;
    font-size: 15px;
    padding: 10px 50px;
    box-sizing: border-box;
    border-radius: 8px;
    border: none;
    font-family: "Inter", sans-serif !important;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.5px;
    width: 100%;
    cursor: pointer;
    height: 48px;
    transition: 0.2s;
}


#wrapper .inner #sidebar {
    width: 24%;
    margin-top: 0px;
}
.single-job_listing #wrapper .inner #sidebar, .category-news #wrapper .inner #sidebar{
    margin-top: 120px;
}
#wrapper .inner #sidebar ul.widgets {
    width: 100%;
}
#wrapper .inner #sidebar ul.widgets li.widget-submit {
    width: 100%;
    border: none;
}
#wrapper .inner #sidebar ul.widgets li.widget-submit>div {
    width: 100%;
    background: #ffffff;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 0 15px;
    box-shadow: 0px 6px 15px #870d1d12;
    border: 1px solid #0404040d;
    position: relative;
    top: 0;
    margin: 0 0 20px;
    transition: 0.2s;
}
#wrapper .inner #sidebar ul.widgets li.widget-submit>div:hover .button {
    background: #c2152c !important;
}
#wrapper .inner #sidebar ul.widgets li.widget-submit .button {
    width: 100%;
    margin: 0;
    background: #555 !important;
    box-sizing: border-box;
    letter-spacing: 0;
    text-shadow: none;
    font-weight: 700 !important;
    font-family: "Inter", sans-serif !important;
    padding: 17px 10px;
    border: none !important;
    font-size: 17px !important;
    display: inline-block;
    height: auto;
    transition: 0.2s;
    color: #fff !important;
}
#wrapper .inner #sidebar ul.widgets li.widget-submit .button:hover{
    background: #c2152c !important;
}
#wrapper .inner #sidebar ul.widgets li.widget-submit  p {
    padding: 10px 15px !important;
    color: #62748e !important;
    font-size: 14px !important;
    font-family: "Inter", sans-serif !important;
    font-style: normal;
}
#wrapper .inner #sidebar ul.widgets li.browser-resume {
    margin: 0 0 20px 0 !important;
}
#wrapper .inner #sidebar ul.widgets li.browser-resume a.button {
    border-radius: 10px;
}

#wrapper .inner #sidebar ul.widgets .widget-nav {
    margin: 4px 0 17px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 15px #870d1d12;
    border: 1px solid #0404040d;
}
#wrapper .inner #sidebar ul.widgets .widget-nav ul.display_section {
    display: flex;
    background: #dddddd;
    padding: 5px !important;
    gap:5px;
}
#wrapper .inner #sidebar ul.widgets .widget-nav ul.display_section li a:hover{
    text-decoration: none !important;
}
#wrapper .inner #sidebar ul.widgets .widget-nav .contents li a:hover {
    color: #c2152c !important;
}
#wrapper #sidebar ul.widgets .widget_job_categories ul li a:hover {
    color: #c2152c;
    text-decoration: none !important;
}
#wrapper .inner #sidebar ul.widgets .widget-nav ul.display_section li {
    width: auto;
    border: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    font-family: "Inter", sans-serif !important;
    background: transparent;
}
#wrapper .inner #sidebar ul.widgets .widget-nav ul.display_section li a {
    font-weight: 600;
    width: 100%;
    display: inline-block;
    padding: 9px 12px;
    box-sizing: border-box;
    background: #ddd;
    font-size: 12px;
    border-radius: 9px !important;
}
#wrapper .inner #sidebar ul.widgets .widget-nav ul.display_section li a:hover {
    color: #c2152c;
    background: #fff;
}
#wrapper .inner #sidebar ul.widgets .widget-nav ul.display_section li.active a {
    color: #c2152c;
    background: #fff;
}
#wrapper .inner #sidebar ul.widgets .widget-nav .tabbed_section {
    border: none;
    padding: 8px 0;
}
#wrapper .inner #sidebar ul.widgets .widget-nav .contents li a {
    border: none;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    padding: 12px 0 14px 16px;
    background-position: 270px 17px;
}
#wrapper .inner #sidebar ul.widgets .widget-nav .contents li a {
    border: none;
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    padding: 12px 0 14px 16px;
    background-position: right 14px center;
}

#wrapper  #sidebar ul.widgets .widget_job_categories {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 15px #870d1d12;
    border: 1px solid #0404040d;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 5px;
}
#wrapper  #sidebar ul.widgets .widget_job_categories h2.widget_title {
    font-family: "Inter", sans-serif !important;
    font-size: 20px;
    font-weight: 600 !important;
    color: #000;
    text-transform: capitalize;
    text-shadow: none;
    letter-spacing: 0.2px;
}
#wrapper  #sidebar ul.widgets .widget_job_categories ul li {
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    padding: 12px 0 14px 16px;
}
#wrapper #sidebar ul.widgets .widget_job_categories ul li a {
    font-weight: 400;
}
.single #content .section_header {
    background: transparent;
    padding: 0;
    font-family: "Inter", sans-serif !important;
}
.single #content .section_header h1.title {
    font-weight: 700 !important;
    font-size: 30px !important;
    margin: 0 0 20px !important;
    color: #030303 !important;
    line-height: 36px !important;
    text-transform: capitalize;
    padding: 0;
}
.single #content .section_header ul.personal_care {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.single #content .section_header ul.personal_care li {
    width: calc(50% - 6px);
    box-sizing: border-box;
    margin: 0;
    padding: 18px 15px 18px 60px;
    border: 1px solid #e1e7ef;
    border-radius: 10px;
    color: #333;
    font-size: 16px;
}
.single #content .section_header ul.personal_care li::before {
    background: #fdedee;
    padding: 9px 10px;
    border-radius: 8px;
    top: 9px;
    color: #c2152c;
    left: 10px;
    width: 42px;
    box-sizing: border-box;
    text-align: center;
}
.section.single .section_content {
    padding: 20px 0 0;
    font-family: "Inter", sans-serif !important;
}
.section.single .section_content h2 {
    font-weight: 700 !important;
    color: #000 !important;
    margin: 0 0 15px !important;
    font-size: 28px !important;
}
.section.single .section_content p {
    margin: 0 0 10px;
    font-size: 16px !important;
    color: #555 !important;
    padding: 0;
    line-height: 24px;
}
.section.single #apply_form {
    border: 1px solid #e9e9e9;
    padding: 30px;
    border-radius: 13px;
    align-items: center;
    box-shadow: 0px 6px 15px #c2152c0f;
    background: #fff;
    margin: 25px 0;
}
.section.single #apply_form h2 {
    position: relative;
    padding: 0 0 0 50px;
    margin: 0 0 30px !important;
    font-size: 24px !important;
}
.section.single #apply_form h2:before {
    content: "\f1d8";
    font-weight: 400;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    background-color: #fdedee;
    color: #c2152c;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 7px;
    top: -6px;
    font-size: 18px;
}
.section.single #apply_form form.main_form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.section.single #apply_form form.main_form p {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}
.section.single #apply_form form.main_form p:nth-child(1), .section.single #apply_form form.main_form p:nth-child(2) {
    width: calc(50% - 10px);
}
.section.single #apply_form form.main_form label {
    width: 100%;
    float: none;
    display: block;
    padding: 0;
    margin: 0 0 5px;
    color: #555;
}
.section.single #apply_form form.main_form input {
    border: 1px solid #ddd;
    color: #3A5A74 !important;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Inter", sans-serif !important;
}
.section.single #apply_form form.main_form textarea {
    border: 1px solid #ddd;
    color: #3A5A74 !important;
    width: 100%;
    box-sizing: border-box;
    height: 100px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Inter", sans-serif !important;
}

.section.single #apply_form #your_cv, .section.single #apply_form #your_coverletter {
    padding: 10px 20px !important;
    border: 2px dashed #cbd5e1;
    cursor: pointer;
    position: relative;
    color: transparent !important;
    height: 75px;
    background: #fff;
    font-family: "Inter", sans-serif !important;
    font-size: 0px;
}
.section.single #apply_form #your_cv::before {
    content: "Click to upload your resumé";
    display: block;
    text-align: center;
    font-weight: 600;
    color: #334155;
    font-size: 16px;
    position: relative;
    top: 6px;
    background: #fff;
}
.section.single #apply_form #your_coverletter:before{
    content: "Click to upload your cover letter";
    display: block;
    text-align: center;
    font-weight: 600;
    color: #334155;
    font-size: 16px;
    position: relative;
    top: 6px;
    background: #fff;
}
.section.single #apply_form #your_cv::after, .section.single #apply_form #your_coverletter:after {
    content: "PDF, DOC, PNG, DOCX, ZIP, TXT, RTF";
    display: block;
    text-align: center;
    font-size: 12px;
    color: #94a3b8;
    margin-top: 0;
    position: relative;
    top: 5px;
}


.section.single #apply_form #your_cv.has-file::before {
    content: attr(data-file);
    color: #16a34a;
}
.section.single #apply_form #your_coverletter.has-file::before {
    content: attr(data-file);
    color: #16a34a;
}

.section.single #apply_form form.main_form input.submit {
    margin: 0 0 0 auto;
    height: auto;
    text-align: center;
    background: #c2152c;
    font-size: 14px;
    padding: 13px 30px;
    box-sizing: border-box;
    border-radius: 9px;
    border: none !important;
    font-family: "Inter", sans-serif !important;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    width: auto;
    display: block;
    text-shadow: none;
    color: #fff !important;
}
.section.single ul.section_footer {
    background: #fdedee;
    border: none;
    padding: 20px;
    display: flex;
    gap: 15px;
    margin: 20px 0 0 !important;
}
.section.single ul.section_footer li {
    flex: auto;
}
.section.single ul.section_footer li a {
    border-radius: 30px;
    font-family: "Inter", sans-serif !important;
    font-weight: normal;
    border: 1px solid #c2152c;
    padding: 8px 30px;
    font-size: 14px;
    background: #fff;
    color: #c2152c !important;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    transition: 0.3s;
}
.section.single ul.section_footer li a:hover {
    background: #c2152c;
    color: #fff !important;
    text-decoration: none !important;
}
.section.single ul.section_footer span[style="float: right; margin-top: 1.3%; margin-right:4%"] {
    display: none;
}
.section.single .section_content h4 {
    font-size: 18px !important;
    margin: 20px 0 4px;
}

.section.single .section_content ul li {
    font-size: 16px;
    list-style: disc;
    padding: 0;
}
.section.single .section_content ul {
    padding: 0 0 0 28px;
}
.section.single .section_content span.description {
    font-size: 14px;
}
#wrapper .inner #sidebar .widget_nav_menu {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 15px #870d1d12;
    border: 1px solid #0404040d;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    margin: 0px 0 20px;
}
#wrapper .inner #sidebar .widget_nav_menu h2.widget_title {
    font-family: "Inter", sans-serif !important;
    font-size: 20px;
    font-weight: 600 !important;
    color: #000;
    text-shadow: none;
    letter-spacing: 0.2px;
}
#wrapper .inner #sidebar .widget_nav_menu  ul.menu li a {
    border: none;
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    padding: 0;
}
#wrapper .inner #sidebar .widget_nav_menu  ul.menu li {
    margin: 16px 0 0px;
}
#wrapper .inner #sidebar .widget_nav_menu ul.menu li a:hover {
    color: #c2152c;
    text-decoration: none !important;
}
.single #content .section_header p.meta {
    margin: 5px 0;
}


#wrapper .inner #sidebar .widget_recent_entries {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 15px #870d1d12;
    border: 1px solid #0404040d;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    margin: 0px 0 20px;
}
#wrapper .inner #sidebar .widget_recent_entries h2.widget_title {
    font-family: "Inter", sans-serif !important;
    font-size: 20px;
    font-weight: 600 !important;
    color: #000;
    text-shadow: none;
    letter-spacing: 0.2px;
}
#wrapper .inner #sidebar .widget_recent_entries ul li a {
    border: none;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    padding: 10px 0;
    display: inline-block;
}

#wrapper .inner #sidebar .widget_recent_entries ul li a:hover {
    color: #c2152c !important;
    text-decoration: none !important;
}


#wrapper .inner #sidebar .widget_categories {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 15px #870d1d12;
    border: 1px solid #0404040d;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    margin: 0px 0 20px;
}
#wrapper .inner #sidebar .widget_categories h2.widget_title {
    font-family: "Inter", sans-serif !important;
    font-size: 20px;
    font-weight: 600 !important;
    color: #000;
    text-shadow: none;
    letter-spacing: 0.2px;
}
#wrapper .inner #sidebar .widget_categories ul li a {
    border: none;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    padding: 10px 0;
    display: inline-block;
}

#wrapper .inner #sidebar .widget_categories ul li a:hover {
    color: #c2152c !important;
    text-decoration: none !important;
}


#wrapper .inner #sidebar ul.widgets li.widget-submit .slider {
    width: 100%;
    height: auto;
    background: #fff;
}
#wrapper .inner #sidebar ul.widgets li.widget-submit .slider .job.job-featured {
    width: 100%;
}
#wrapper .inner #sidebar ul.widgets li.widget-submit .slider .job.job-featured p {
    padding: 5px 20px !important;
    width: 100%;
    right: 0;
    box-sizing: border-box;
    margin: 20px 0 0 !important;
}
#wrapper .inner #sidebar ul.widgets li.widget-submit .slider .job.job-featured p a {
    display: inline-block;
    line-height: 25px;
    font-size: 14px !important;
}



#wrapper #content .inner div.section {
    
    font-family: "Inter", sans-serif !important;
}
#wrapper #content .inner h1.pagetitle {
    font-weight: 600 !important;
    font-size: 34px !important;
    margin: 0px 0 !important;
    color: #030303;
    line-height: 40px !important;
    padding: 0px 0 20px;
    border: none;
}
.single-post #wrapper #content .inner .single {
    box-shadow: 0px 6px 15px #870d1d12;
    border: 1px solid #0404040d;
    border-radius: 12px;
    overflow: hidden;
}
.single-post #wrapper #content .inner .single .section_header {
    background: #fdedee;
    border: none;
    padding: 25px 20px 20px 25px;
}
.single-post #wrapper #content .inner .single .section_header h1 {
    font-size: 26px;
    margin: 0 0 6px !important;
}
.single-post #wrapper #content .inner .single .section_header p.meta a {
    font-weight: 500;
}
.single-post #wrapper #content .inner .single .section_content {
    padding: 20px;
}
.single-post #wrapper #content .inner .single .section_content a img {
    /*width: 100%;
    height: auto;
    margin: 0 0 20px;*/
    box-sizing: border-box;
}
.single-post #wrapper #content .inner .single .section_content>a {
   /* display: inline-block;
    width: 100%;*/
}
.single-post #wrapper #content .inner .single .section_content p {
    margin: 0 0 20px;
    line-height: 26px;
}
.single-post #wrapper #content .inner .single .section_content p ~ ul {
    margin-top: -14px;
}
.single-post #wrapper #content .inner .single .section_content li {
    margin: 0 0 4px;
}
#wrapper .inner #sidebar ul.widgets .widget_text {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 15px #870d1d12;
    border: 1px solid #0404040d;
    padding: 20px;
    box-sizing: border-box;
    margin: 8px 0 22px;
}
#wrapper .inner #sidebar ul.widgets .widget_text p {
    margin: 0;
}
.single #content .section_header p.meta a {
    font-weight: 500;
}


#wrapper .inner #mainContent form#searchform .input-container button.submit:hover {
    background: #c73145;
}
.tax-job_cat #wrapper .inner #sidebar{
    margin-top: 120px;
}

#wrapper .section form.filter {
    background: #fff;
    border-radius: 10px;
    padding: 12px 20px;
    box-shadow: 0px 6px 15px #c2152c0f;
    margin: 0 0 20px;
    gap: 15px;
    position: relative;
}
#wrapper form.filter p {
    margin: 0 !important;
    padding: 0;
}
#wrapper .section form.filter input[type="checkbox"] {
    position: relative;
    z-index: 9;
    opacity: 0;
}
#wrapper .section form.filter label {
    color: #555;
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    position: relative;
}
#wrapper .section form.filter label:before {
    content: "";
    height: 16px;
    width: 16px;
    border: 1px solid #adadad;
    position: absolute;
    left: -22px;
    border-radius: 4px;
    top: 0px;
}
#wrapper .section form.filter input[type="checkbox"]:checked ~ label:before {
    border-color: #c2152c;
}
#wrapper .section form.filter label:after {
    height: 16px;
    width: 16px;
    background: #c2152c;
    position: absolute;
    left: -21px;
    content: "\f00c" !important;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    top: 1px;
    opacity: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
}
#wrapper .section form.filter input[type="checkbox"]:checked ~ label:after {
    opacity: 1;
}
#wrapper .section form.filter input.submit {
    display: inline-block;
    text-align: center;
    background: #c2152c;
    color: #fff;
    font-size: 15px;
    padding: 11px 30px !important;
    box-sizing: border-box;
    border-radius: 8px;
    border: none;
    font-family: "Inter", sans-serif !important;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-shadow: none;
    transition: 0.2s;
}
#wrapper .section form.filter input.submit:hover {
    background: #c73145;
}
#wrapper form.filter p[style="float: right; padding-top: 0px;"] {
    margin-left: auto !important;
}
#wrapper .section form.filter .clear {
    display: none;
}


#wrapper .section ol.jobs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border: none !important;
}
#wrapper .section ol.jobs li.job {
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 6px 15px #c2152c0f;
    background: #fff !important;
    font-family: "Inter", sans-serif !important;
    position: relative;
    top: 0;
    transition: 0.2s;
}
#wrapper .section ol.jobs li.job dd.type {
    margin: 0;
    width: 80px;
    background-color: #fbf1f2;
    padding: 10px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
}
#wrapper div#content .section ol.jobs li.job dd.type img {
    margin: 0 !important;
    padding: 0 !important;
    width: 50px !important;
    height: 60px !important;
}
#wrapper .section ol.jobs li.job dd.title {
    margin: 0 0 0 0;
    padding: 0 20px;
    font-family: "Inter", sans-serif !important;
}
#wrapper .section ol.jobs li.job dd.title a {
    color: #000 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
#wrapper .section ol.jobs li.job dd.title .author a {
    font-size: 12px !important;
    font-weight: normal !important;
    color: #3A5A74 !important;
}
#wrapper .section ol.jobs li.job dd.title .author {
    margin: 2px 0 0;
    display: inline-block;
}
#wrapper .section ol.jobs li.job dd.location {
    padding: 0 20px;
    background-position: 0;
}
#wrapper .section ol.jobs li.job dd.location strong {
    font-family: "Inter", sans-serif !important;
    color: #555;
    font-weight: 600;
    font-size: 13px;
}
#wrapper .section ol.jobs li.job dd.location span {
    font-family: "Inter", sans-serif !important;
    color: #62748e;
    font-weight: 500;
    font-size: 12px;
}
#wrapper .section ol.jobs li.job dd.jobtype {
    width: auto;
    text-align: center;
    margin: 0 !important;
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
#wrapper .section ol.jobs li.job dd.jobtype .jtype {
    background: #fff;
    border: 1px solid #c2152c;
    width: auto;
    padding: 6px 13px 0px;
    text-shadow: none !important;
    color: #c2152c !important;
    border-radius: 20px;
    font-weight: 600;
    font-size: 11px;
    display: inline-block !important;
    margin: 0;
}
#wrapper .section ol.jobs li.job dd.jobtype strong {
    font-family: "Inter", sans-serif !important;
    color: #62748e;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    width: auto;
}
#wrapper .section ol.jobs li.job:hover {
    top: -2px;
    background: #f5fbff !important;
}
#wrapper .inner #sidebar ul.widgets .widget_text ul.ads {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
#wrapper .inner #sidebar ul.widgets .widget_text ul.ads li {
    width: calc(50% - 6px);
}
#wrapper .inner #mainContent form#searchform .input-container input::placeholder {
    font-weight: normal;
}
.post-type-archive-resume #wrapper .inner #sidebar {
    margin-top: 120px;
}
.post-type-archive-resume #wrapper .inner #sidebar ul.widgets .widget-nav ul.display_section {
    display: flex;
}
.post-type-archive-resume #wrapper .inner #sidebar ul.widgets .widget-nav ul.display_section a {
    font-size: 12px;
}


#wrapper #content ol.resumes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border: none;
}
#wrapper #content ol.resumes li.resume {
    width: calc(50% - 10px);
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 6px 15px #c2152c0f;
    background: #fff !important;
    font-family: "Inter", sans-serif !important;
    position: relative;
    top: 0;
    transition: 0.2s;
}
#wrapper #content ol.resumes li.resume dd.photo {
    position: absolute;
    left: 20px;
    padding: 0;
     width: 38px;
    height: 38px;
}
#wrapper #content ol.resumes li.resume dd.photo a {
    display: inline-block;
     width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 100%;
    background: #f9edef;
}
#wrapper #content ol.resumes li.resume dd.photo img {
    padding: 0;
    width: 38px;
    height: 38px;
    object-fit: cover;
    margin: 0;
    border: none !important;
}
#wrapper #content ol.resumes li.resume dd.title {
    padding: 0 0 20px 48px;
    font-family: "Inter", sans-serif !important;
    color: #62748e;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px;
    border-bottom: 1px solid #e5e5e5;
}
#wrapper #content ol.resumes li.resume dd.title strong {
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 2px;
}
#wrapper #content ol.resumes li.resume dd.title strong a {
    text-transform: capitalize;
    color: #333;
}
#wrapper #content ol.resumes li.resume dd.location strong {
    font-family: "Inter", sans-serif !important;
    color: #62748e;
    font-size: 12px;
}
#wrapper #content ol.resumes li.resume dd.location {
    width: auto;
    border: 1px solid #ddd;
    padding: 5px 14px 6px 30px;
    min-height: auto;
    border-radius: 20px;
    background-position: 9px 7px;
}
#wrapper #content ol.resumes li.resume dd.date strong {
    font-family: "Inter", sans-serif !important;
    color: #62748e;
    font-size: 12px;
}
#wrapper #content ol.resumes li.resume dd.date {
    width: auto !important;
    border: 1px solid #ddd;
    padding: 5px 14px 6px;
    min-height: auto;
    border-radius: 20px;
    background-position: 9px 7px;
    margin: 0 0 0 10px;
}
#wrapper #content ol.resumes li.resume:hover {
    top: -2px;
    background: #f5fbff !important;
}
#wrapper #content ol.resumes li.resume:hover dd.title a {
    color: #c73145;
}
#wrapper #content ol.resumes li.resume dd.title strong a:hover{
    text-decoration: none !important;
}

#wrapper .section .paging {
    padding: 20px 0 0;
    font-family: "Inter", sans-serif !important;
}
#wrapper .section .paging .page-numbers {
    background: #fff;
    border: 1px solid #ddd;
    padding: 4px 15px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    transition: 0.3s;
}
#wrapper .section .paging .page-numbers.current {
    background: #fdedee;
    color: #C2152C;
    border-color: #C2152C;
}
#wrapper .section .paging .top a {
    padding: 4px 12px;
    display: inline-block;
    border-radius: 6px;
    background: #f5fbff;
    font-weight: 600;
}
#wrapper .section .paging .top a:hover {
    background: #c6192c;
    color: #fff;
    border-color: #c6192c;
}
#wrapper .section .paging a.page-numbers:hover {
    color: #fff;
    background: #C2152C;
    border-color: #C2152C;
    text-decoration: none !important;
}

.single-resume #wrapper .inner #sidebar ul.widgets .widget-nav ul.display_section {
    display: flex;
}
.single-resume #wrapper .inner #sidebar ul.widgets .widget-nav ul.display_section a {
    font-size: 12px;
}
#wrapper #content .inner .resume_header {
    background: #fdedee;
    padding: 30px 30px;
    border-radius: 15px;
    box-shadow: 0px 6px 15px #870d1d12;
    border: 1px solid #0404040d;
    position: relative;
    overflow: hidden;
}
#wrapper #content .inner .resume_header .title.resume-title {
    font-family: "Inter", sans-serif !important;
    margin: 0 0 20px !important;
    font-size: 28px !important;
    padding: 0 150px 0 0;
}
#wrapper #content .inner .resume_header p.meta {
    color: #555;
    font-size: 15px;
    font-family: "Inter", sans-serif !important;
}
#wrapper #content .inner .resume_header p.button {
    position: absolute;
    right: 26px;
    bottom: 20px;
    margin: 0 !important;
    width: auto !important;
    top: auto;
}
#wrapper #content .inner .resume_header img.resume-thumbnail {
    margin: 0px 0px 40px 20px;
    width: 120px;
    height: 120px;
    outline: none;
    border: 5px solid #fff !important;
}
#wrapper #content .inner .resume_header p.button a.contact_button {
    margin: 0;
    font-family: "Inter", sans-serif !important;
    background: #c2152c !important;
    padding: 12px 22px;
    font-weight: 400;
    color: #ffffff !important;
    border: none !important;
    letter-spacing: 0.2px;
    text-shadow: none;
    font-size: 14px;
}
#wrapper #content .inner .resume_header p.button a.contact_button:hover{
    background: #c73145 !important;
}
#wrapper #content .inner .resume_header dl {
    width: calc(100% + 60px);
    box-sizing: border-box;
    position: relative;
    left: -30px;
    border: none;
    background: #fff;
    margin: 30px 0 -30px;
    font-family: "Inter", sans-serif !important;
    color: #000;
    padding: 17px 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
#wrapper #content .inner .resume_header dl .email {
    font-weight: normal;
    width: auto;
    margin: 0;
}
#wrapper #content .inner .resume_header dl .email a {
    font-weight: 600;
}
#wrapper #content .inner .resume_header dl .email a:hover {
    color: #c2152c;
    text-decoration: none !important;
}
#wrapper #content .inner .section_content h2.resume_section_heading {
    width: auto;
    margin: 0 !important;
    padding: 24px 0px 24px 65px;
    font-size: 20px !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    position: relative;
}
#wrapper #content .inner .section_content .resume_section {
    font-family: "Inter", sans-serif !important;
    border: 1px solid #ddd;
    padding: 72px 22px 10px;
    min-height: 60px;
    margin: 0 0 20px;
    border-radius: 12px;
    background: #fff;
}
#wrapper #content .inner .section_content h2.resume_section_heading:before {
    content: "\f15b";
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 18px;
    background-color: #fdedee;
    color: #c2152c;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 38px;
    border-radius: 7px;
    top: 16px;
    font-size: 17px;
}
#wrapper #content .inner .section_content h2.resume_section_heading:nth-child(4):before {
    content: "\f19d";
}
#wrapper #content .inner .section_content h2.resume_section_heading:nth-child(7):before {
    content: "\f0b1";
}
#wrapper #content .inner .section_content h2.resume_section_heading:nth-child(10):before {
    content: "\f559";
}

#wrapper #content .inner .section_content h2.resume_section_heading:nth-child(13):before {
    content: "\f469";
}
#wrapper #content .inner .section_content h2.resume_section_heading:nth-child(16):before {
    content: "\f1ab";
}


#wrapper #content .inner .section_content .resume_section p {
    color: #62748e;
    font-size: 15px !important;
}
#wrapper #content .inner .section_content .resume_section li {
    color: #62748e;
    font-size: 15px !important;
}
.single-resume #wrapper #content .inner div.section .section_content {
    border-bottom: none;
}
.page-id-54199 #wrapper #content .inner {
    margin: 0;
    box-shadow: none !important;
    border: none;
    width: 100% !important;
}
.page-id-54211 #wrapper .inner #sidebar {
    margin-top: 120px;
}

#wrapper .inner #sidebar ul.widgets li.widget-submit p em {
    font-family: "Inter", sans-serif !important;
    font-size: 15px;
    font-weight: 600;
}
.page-id-52434 #wrapper #content .inner {
    margin: 0;
}
#wrapper .inner #mainContent form#searchform .input-container label {
    margin-left: auto;
}
.page-id-54170 #wrapper #content .inner {
    margin-bottom: 0;
}
.page-id-54175 #wrapper #content .inner {
    margin-bottom: 0;
}
.page-id-54279 #wrapper .section_content form fieldset fieldset input#pricerange {
    width: calc(49% - 44px) !important;
}

.page-id-54279 #wrapper .section_content form fieldset fieldset input:first-child {
    width: calc(49% - 3px) !important;
}
.page-id-54279 #wrapper .section_content form fieldset fieldset select {
    width: calc(50% - 10px) !important;
}
.post-type-archive-job_listing #wrapper .inner #sidebar {
    margin-top: 120px;
}
#wrapper .section ol.jobs li.job-featured dd.type .ftype {
    background: #fff;
    border: 1px solid #c2152c;
    padding: 6px 7px 0px;
    text-shadow: none !important;
    color: #c2152c !important;
    border-radius: 20px;
    font-weight: 600;
    font-size: 11px;
    display: inline-block !important;
    margin: 0;
    width: 80px;
    box-sizing: border-box;
    height: 26px;
}
#wrapper .section ol.jobs li.job-featured dd.type {
    padding: 0;
}
.post-type-archive-job_listing #wrapper .section h2.pagetitle {
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    margin: 20px 0 20px !important;
    color: #030303 !important;
    line-height: 40px !important;
    padding: 0;
    border: none;
    text-transform: capitalize;
}
#wrapper .section ol.jobs li.job-featured dd.date {
    margin-left: auto;
    font-family: "Inter", sans-serif !important;
    display: flex;
    gap: 3px;
    color: #62748e;
    font-weight: 500;
    font-size: 12px;
    align-items: center;
    margin-top: 0;
}
#wrapper .section ol.jobs li.job-featured dd.date strong {
    color: #62748e;
    font-weight: 500;
    font-size: 12px;
}
.tax-job_cat #wrapper #content .inner div.section p.jobs {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
#wrapper form.filter .job-filter {
    font-size: 13px;
    position: absolute;
    top: -25px;
    right: 10px;
    font-weight: 600;
}
#wrapper .section ol.jobs li.job-featured:hover dd.title a {
    color: #c2152c;
}
#wrapper .section ol.jobs li.job-featured dd.title a:hover {
    text-decoration: none !important;
}

.tax-job_salary #wrapper #content .inner h2.pagetitle {
    font-weight: 600 !important;
    font-size: 34px !important;
    margin: 0px 0 !important;
    color: #030303;
    line-height: 40px !important;
    padding: 0px 0 20px;
    border: none;
}
.tax-job_salary #wrapper #content .inner h1.pagetitle {
    margin-top: 30px !important;
}
.tax-job_salary #wrapper .inner #sidebar{
    margin-top: 120px;
}

.term-contract #wrapper #content .inner h2.pagetitle {
    font-weight: 600 !important;
    font-size: 34px !important;
    margin: 0px 0 !important;
    color: #030303;
    line-height: 40px !important;
    padding: 0px 0 20px;
    border: none;
}
.term-contract #wrapper #content .inner h1.pagetitle {
    margin-top: 30px !important;
}
.term-contract #wrapper .inner #sidebar{
    margin-top: 120px;
}

.page-template-tpl-jobs-by-date #wrapper #content .inner h2.pagetitle {
    font-weight: 600 !important;
    font-size: 34px !important;
    margin: 0px 0 !important;
    color: #030303;
    line-height: 40px !important;
    padding: 0px 0 20px;
    border: none;
}
.page-template-tpl-jobs-by-date #wrapper #content .inner h1.pagetitle {
    margin-top: 30px !important;
}
.page-template-tpl-jobs-by-date #wrapper .inner #sidebar{
    margin-top: 120px;
}
.search-results #wrapper .inner #sidebar {
    margin-top: 120px;
}
.single-post #wrapper #content .inner .single .section_content ol.wp-block-list li {
    font-size: 16px;
}
.category-uncategorized .section.single.post {
    margin-bottom: 18px;
}

.category-uncategorized #wrapper .inner #sidebar{
    margin-top: 120px;
}
#wrapper .section ol.jobs li.job:hover dd.title a {
    color: #c2152c !important;
}
#wrapper .section ol.jobs li.job dd.title a:hover {
    text-decoration: none !important;
}
.home div#sidebar {
    display: none;
}



.archive #wrapper #content .inner h2.pagetitle {
    font-weight: 600 !important;
    font-size: 34px !important;
    margin: 0px 0 !important;
    color: #030303;
    line-height: 40px !important;
    padding: 0px 0 20px;
    border: none;
}
.archive #wrapper #content .inner h1.pagetitle {
    margin-top: 30px !important;
}
.tax-resume_category #wrapper #content .inner h1.pagetitle {
    margin-top: 0px !important;
}
.archive #wrapper .inner #sidebar {
    margin-top: 120px;
}
.contact_form.modal_form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-family: "Inter", sans-serif !important;
    border: none;
}
.contact_form.modal_form h2 {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
}
.contact_form.modal_form p {
    width: 100%;
    font-size: 16px;
    margin: 0 0 10px !important;
}
.contact_form.modal_form p:nth-child(5), .contact_form.modal_form p:nth-child(6) {
    width: calc(50% - 5px);
    box-sizing: border-box;
    padding: 0 !important;
}
.contact_form.modal_form label {
    width: 100%;
    font-size: 15px;
    margin: 0 0 4px;
    padding: 0;
}
body .contact_form.modal_form input {
    width: 100% !important;
    box-sizing: border-box;
    height: 40px;
    color: #333 !important;
    letter-spacing: 0.2px;
    font-size: 15px;
}
.contact_form.modal_form textarea#contact_message {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-family: "Inter", sans-serif !important;
    font-size: 15px;
    color: #333 !important;
}
.contact_form.modal_form input.submit {
    display: inline-block;
    text-align: center;
    background: #c2152c;
    font-size: 15px;
    padding: 8px 50px;
    box-sizing: border-box;
    border-radius: 8px;
    border: none;
    font-family: "Inter", sans-serif !important;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.5px;
    width: 100%;
    cursor: pointer;
    height: 45px;
    transition: 0.2s;
    color: #fff !important;
    text-shadow: none;
}
.contact_form.modal_form input.submit:hover {
    background: #c73145;
}
div#cboxWrapper {
    border-radius: 10px !important;
    overflow: hidden;
}
#wrapper .section_content_comments .comment-form .comment-form-comment textarea {
    width: 100% !important;
    height: 150px !important;
    box-sizing: border-box;
    font-family: "Inter", sans-serif !important;
    color: #333 !important;
    font-size: 15px;
}
#wrapper .section_content_comments .comment-reply-title {
    margin: 0 0 4px;
}
#wrapper .section_content_comments .comment-form .form-submit input {
    display: inline-block;
    text-align: center;
    background: #c2152c !important;
    color: #fff;
    font-size: 15px !important;
    padding: 10px 30px !important;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: "Inter", sans-serif !important;
    text-transform: capitalize;
    font-weight: 600 !important;
    letter-spacing: 0.2px !important;
    cursor: pointer;
    height: 48px;
    transition: 0.2s;
    border: none !important;
    text-shadow: none !important;
}
#wrapper .section_content_comments .comment-form .form-submit input:hover {
    background: #c73145;
}


.page-template-tpl-dashboard #wrapper .myjobs .section_content {
    padding: 0;
}
.page-template-tpl-dashboard #wrapper .myjobs h1 {
    background: #fdedee66;
    margin: 0;
    border: 1px solid #e1e7ef;
    padding: 20px;
    border-radius: 12px 12px 0px 0px;
}
.page-template-tpl-dashboard #wrapper .myjobs div[style="background:#fbfbfb;padding: 10px 0px 10px 0px;margin-bottom: 2%;"] {
    padding: 20px !important;
    border-bottom: 1px solid #e1e7ef;
    border-left: 1px solid #e1e7ef;
    border-right: 1px solid #e1e7ef;
    border-radius: 0px 0px 12px 12px;
    margin: 0 0 30px !important;
    background: #fff !important;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
}
.page-template-tpl-dashboard #wrapper .myjobs div[style="background:#fbfbfb;padding: 10px 0px 10px 0px;margin-bottom: 2%;"]:before {
    content: "";
    position: absolute;
    bottom: 84px;
    height: 1px;
    width: 100%;
    background: #e1e7ef;
    left: 0;
}
.page-template-tpl-dashboard #wrapper .myjobs p {
    padding: 0;
    width: calc(50% - 10px);
    margin: 0;
    color: #62748e;
}
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section p {
    width: 100%;
}
.page-template-tpl-dashboard #wrapper .myjobs p strong {
    width: 100%;
    display: block;
    margin: 0 0 4px;
    color: #333;
}
.page-template-tpl-dashboard #wrapper .myjobs a.button {
    display: inline-block;
    text-align: center;
    background: #c2152c;
    color: #fff;
    font-size: 14px !important;
    padding: 13px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    border: none;
    font-family: "Inter", sans-serif !important;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    cursor: pointer;
    height: 44px;
    transition: 0.2s;
    text-shadow: none;
    width: auto;
    margin: 30px 0 0;
}
.page-template-tpl-dashboard #wrapper .myjobs a.button:hover {
   background: #c73145; 
}
.page-template-tpl-dashboard #wrapper .myjobs ul.display_section {
    background: #f5fbff;
    padding: 12px 16px !important;
    border: 1px solid #e1e7ef;
    border-radius: 12px 12px 0 0;
}
.page-template-tpl-dashboard #wrapper .myjobs ul.display_section li {
    padding: 0;
    background: transparent;
    border: none;
    margin: 0 14px 0 0;
}
.page-template-tpl-dashboard #wrapper .myjobs ul.display_section li a {
    padding: 7px 24px;
    display: inline-block;
    background: #ffffff14;
    border-radius: 8px;
    font-size: 15px;
    border: 1px solid #f1f1f100;
}
.page-template-tpl-dashboard #wrapper .myjobs ul.display_section li.active a {
    background: #fffffff5;
    border: 1px solid #c2152c;
    color: #c2152c !important;
}
.page-template-tpl-dashboard #wrapper .myjobs ul.display_section li a:hover {
    background: #fff;
    text-decoration: none !important;
    border: 1px solid #c2152c;
    color: #c2152c;
}

.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section {
    padding: 20px;
    border-radius: 0 0 12px 12px;
}
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section table.data_list {
    border: none !important;
    margin: 20px 0 0;
    border-collapse: collapse;
}
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section table.data_list thead th {
    padding: 5px 18px;
    color: #62748e;
    background: #f5fbff;
}
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section table.data_list td.date strong, 
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section table.data_list td.date span {
    display: inline-block;
    color: #62748e;
    font-weight: 500;
    font-size: 12px;
    font-family: "Inter", sans-serif !important;
}
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section table.data_list td {
    border: 1px solid #ddd;
    padding: 10px;
}
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section form.filter p {
    width: auto;
}
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section form.filter {
    padding: 9px 12px;
    margin-top: 10px;
}
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section .orders-history-legend {
    margin: 10px 0;
    font-size: 12px;
}
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section .orders-history-legend h4 {
    font-size: 16px;
    margin: 0 0 8px;
}


#wrapper #sidebar ul.widgets .widget_user_options {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 15px #870d1d12;
    border: 1px solid #0404040d;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 16px;
}
#wrapper  #sidebar ul.widgets .widget_user_options h2.widget_title {
    font-family: "Inter", sans-serif !important;
    font-size: 20px;
    font-weight: 600 !important;
    color: #000;
    text-transform: capitalize;
    text-shadow: none;
    letter-spacing: 0.2px;
}
#wrapper  #sidebar ul.widgets .widget_user_options ul li {
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    padding: 12px 0 14px 16px;
}
#wrapper #sidebar ul.widgets .widget_user_options ul li a {
    font-weight: 400;
}
#wrapper #sidebar ul.widgets .widget_user_options ul li a:hover {
    color: #c2152c;
    text-decoration: none !important;
}


#wrapper  #sidebar ul.widgets .widget_user_info {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 15px #870d1d12;
    border: 1px solid #0404040d;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 15px;
}
#wrapper  #sidebar ul.widgets .widget_user_info h2.widget_title {
    font-family: "Inter", sans-serif !important;
    font-size: 20px;
    font-weight: 600 !important;
    color: #000;
    text-transform: capitalize;
    text-shadow: none;
    letter-spacing: 0.2px;
}
#wrapper  #sidebar ul.widgets .widget_user_info ul li {
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    padding: 12px 0 14px 0px;
}

#purchase-plan .pricing-options {
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#purchase-plan .pricing-options .job-pack {
    width: calc(50% - 10px);
    margin: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 100px;
    border-radius: 10px;
    box-shadow: 0px 6px 15px #c2152c0f;
    background: #fff !important;
}
.page-template-tpl-purchase-pack #wrapper #content .inner .section_content h1 {
    font-size: 32px;
    margin: 0 0 20px;
    color: #333;
}
.page-template-tpl-purchase-pack #wrapper #content .inner .section-head h1 {
    padding: 15px 0 10px;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
}


#purchase-plan .pricing-options .job-pack .job-pack-title {
    width: 100%;
    left: 0;
    font-size: 10px;
}
#purchase-plan .pricing-options .job-pack .job-pack-choose {
    position: absolute;
    bottom: 20px;
    top: auto;
    left: 20px;
    right: auto;
    background: #f5fbff;
    padding: 12px 20px;
    border: 1px solid #3D5E8E;
}
#purchase-plan .pricing-options .job-pack .job-pack-choose label {
    color: #3D5E8E;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 2px;
}
#purchase-plan .pricing-options .job-pack .job-pack-title .pack-activation-date {
    font-weight: 500;

}
#purchase-plan .pricing-options .job-pack ul.job-pack-details li {
    width: 100%;
    margin: 0 0 16px;
    position: relative;
    padding: 4px 0 5px 42px;
    box-sizing: border-box;
}
#purchase-plan .pricing-options .job-pack ul.job-pack-details {
    padding: 0;
    overflow: visible;
}
#purchase-plan .pricing-options .job-pack ul.job-pack-details li i {
    background-color: #fdedee;
    color: #c2152c;
    position: absolute;
    left: 0;
    text-align: center;
    padding: 6px 0 0;
    min-height: 32px;
    min-width: 32px;
    top: 50%;
    transform: translate(0, -50%);
    height: 32px;
    box-sizing: border-box;
    border-radius: 5px;
}
#purchase-plan .pricing-options .job-pack .job-pack-choose .pack-limit {
    color: #3D5E8E;
}
form#purchase-plan input.submit {
    margin: 0 0 0 auto;
    height: auto;
    text-align: center;
    background: #c2152c;
    color: #fff;
    font-size: 15px;
    padding: 13px 38px;
    box-sizing: border-box;
    border-radius: 9px;
    border: none !important;
    font-family: "Inter", sans-serif !important;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    width: auto;
    display: block;
    text-shadow: none;
}
.page-template-tpl-purchase-pack .section_content ol.steps {
    display: flex;
    gap: 20px;
}
.page-template-tpl-purchase-pack .section_content ol.steps li {
    width: auto;
}
.page-template-tpl-purchase-pack .section_content ol.steps li span {
    background: #fff;
    border: 1px solid #ddd;
    color: #3A5A74;
    font-weight: 600;
    padding: 8px 40px 8px 45px;
    border-radius: 20px;
    position: relative;
}
.page-template-tpl-purchase-pack .section_content ol.steps li span:before {
    content: "1";
    position: absolute;
    left: 10px;
    background: #f5fbff;
    width: 24px;
    border-radius: 100%;
    height: 24px;
    line-height: 25px;
    top: 6px;
}
.page-template-tpl-purchase-pack .section_content ol.steps li:nth-child(2) span:before {
    content: "2";
}
.page-template-tpl-purchase-pack .section_content ol.steps li.current span {
    background: #c2152c;
    color: #fff;
    border-color: #c2152c;
}
.page-template-tpl-purchase-pack .section_content ol.steps li.current span:before{
    color: #3A5A74;
}
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section .user-pack ul.job-pack-details li {
    margin: 0 0 5px;
    position: relative;
    padding: 4px 20px 5px 42px;
    box-sizing: border-box;
    width: 50%;
}
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section .user-pack ul.job-pack-details li i {
    background-color: #fdedee;
    color: #c2152c;
    position: absolute;
    left: 0;
    text-align: center;
    padding: 6px 0 0;
    min-height: 32px;
    min-width: 32px;
    top: 50%;
    transform: translate(0, -50%);
    height: 32px;
    box-sizing: border-box;
    border-radius: 5px;
}
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section .user-pack .pack-activation-date {
    font-weight: 600;
    font-size: 11px;
}
.page-template-tpl-submit .section_content form fieldset fieldset input#pricerange {
    width: calc(49% - 45px) !important;
}



/*======================post job css==========================*/
.page-template-tpl-submit #wrapper #content .inner {
    margin: 0;
    box-shadow: none !important;
    border: none;
    width: 100%;
}
.page-template-tpl-submit #content .inner #mainContent {
    width: 100%;
    float: none;
    display: block;
}
.page-template-tpl-submit #content .inner .section_content {
    font-family: "Inter", sans-serif;
}
.page-template-tpl-submit #content .inner .section {
    display: block;
    float: none;
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
}
.page-template-tpl-submit #content .inner .section_content h1 {
    text-align: center;
    font-weight: 700 !important;
    font-size: 36px !important;
    margin: 30px 0 30px !important;
    color: #030303;
    line-height: 40px !important;
}
.page-template-tpl-submit ol.steps {
    max-width: 950px;
    margin: 0 auto 25px !important;
}
.page-template-tpl-submit ol.steps li span {
    background-image: none !important;
    border: none !important;
    padding: 0;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
    color: #999;
}
.page-template-tpl-submit ol.steps li.done span{
    color: #000;
}
.page-template-tpl-submit ol.steps li.current span {
    color: #000;
    background: transparent;
}
.page-template-tpl-submit ol.steps li {
    padding: 54px 0 0;
    position: relative;
    background: transparent;
}
.page-template-tpl-submit ol.steps li:before {
    border: 2px solid #e1e7ef;
    content: "";
    height: 46px;
    width: 46px;
    position: absolute;
    border-radius: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    color: #62748e;
    padding: 11px 0 0;
    box-sizing: border-box;
    background: #fff;
    z-index: 1;
}
.page-template-tpl-submit ol.steps li:first-child:before {
    content: "\f007";
}
.page-template-tpl-submit ol.steps li:nth-child(2):before {
    content: "\f0b1";
    font-weight: 600;
}
.page-template-tpl-submit ol.steps li:nth-child(3):before {
    content: "\f06e";
}
.page-template-tpl-submit ol.steps li:nth-child(4):before {
    content: "\f00c";
    font-weight: 600;
}
.page-template-tpl-submit ol.steps li.done:before {
    background: #c2152c;
    color: #fff;
    border-color: #c2152c;
}
.page-template-tpl-submit ol.steps li.done:before {
    content: "\f00c" !important;
    font-weight: 600;
}
.page-template-tpl-submit ol.steps li.current:before {
    background: #c2152c;
    color: #fff;
    border-color: #c2152c;
}
.page-template-tpl-submit ol.steps li:after {
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    background: #e1e7ef;
    top: 23px;
    left: 50%;
}
.page-template-tpl-submit ol.steps li:nth-child(4):after{
    display: none;
}
.page-template-tpl-submit ol.steps li.done:after{
    background: #c2152c;
}


.page-template-tpl-submit ol.steps li:nth-child(5):after {
    left: -50%;
}

.page-template-tpl-submit ol.steps li:nth-child(5):before{
    content: "\f164" !important;
}




.page-template-tpl-submit .section_content form {
    border: 1px solid #e9e9e9;
    padding: 30px 30px 30px;
    border-radius: 13px;
    align-items: center;
    font-family: "Inter", sans-serif;
    box-shadow: 0px 6px 15px #c2152c0f;
    background: #ffffff;
    margin: 0 0 60px;
}
.page-template-tpl-submit .section_content form fieldset {
    align-items: center;
    font-family: "Inter", sans-serif;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
    margin: 0 0 32px 0;
    box-sizing: border-box;
    width: 100%;
}
.page-template-tpl-submit .section_content form fieldset legend {
    margin: 0px 0 0px;
    padding: 0 0 0 50px;
    position: relative;
    top: 0px;
    background: transparent;
    font-size: 20px;
    color: #000;
    line-height: 28px;
}
.page-template-tpl-submit .section_content form fieldset p {
    font-size: 15px;
    color: #62748e;
    padding: 0 !important;
    width: calc(50% - 10px);
}
.page-template-tpl-submit .section_content form fieldset p:nth-child(2) {
    padding: 0 0 0 50px !important;
    width: 100%;
    margin-top: 3px !important;
}
.page-template-tpl-submit .section_content form fieldset legend:before {
    content: "\f1ad";
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    background-color: #fdedee;
    color: #c2152c;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 7px;
    top: 2px;
    font-size: 18px;
}
.page-template-tpl-submit #company-logo {
    padding: 10px 20px !important;
    border: 2px dashed #cbd5e1;
    cursor: pointer;
    position: relative;
    color: transparent !important;
    height: 70px;
    background: #fff;
}
.page-template-tpl-submit #company-logo::-webkit-file-upload-button {
  visibility: hidden;
}
.page-template-tpl-submit #company-logo:hover {
  border-color: #94a3b8;
  background: #f1f5f9;
}
.page-template-tpl-submit #company-logo::before {
    content: "Click to upload your logo";
    display: block;
    text-align: center;
    font-weight: 600;
    color: #334155;
    font-size: 16px;
    position: relative;
    top: 4px;
}
.page-template-tpl-submit #company-logo::after {
    content: "JPG, GIF or PNG";
    display: block;
    text-align: center;
    font-size: 12px;
    color: #94a3b8;
    margin-top: 0;
    position: relative;
    top: -13px;
}
.page-template-tpl-submit #company-logo.has-file::before {
  content: attr(data-file);
  color: #16a34a;
}
.page-template-tpl-submit .section_content form fieldset:nth-child(3) legend:before {
    font-weight: 400;
}
.page-template-tpl-submit .section_content form fieldset:nth-child(4) legend:before {
    content: "\f0b1";
}
.page-template-tpl-submit .section_content form fieldset:nth-child(6) legend:before {
    content: "\f3c5";
}
.page-template-tpl-submit .section_content form fieldset:nth-child(7) legend:before {
    content: "\f15c";
    font-weight: 400;
}
.page-template-tpl-submit .section_content form fieldset:nth-child(8) legend:before {
    content: "\f1d8";
    font-weight: 400;
}
.page-template-tpl-submit .section_content form fieldset input {
    width: 100% !important;
    box-sizing: border-box;
    padding: 8px 10px !important;
    border-radius: 7px !important;
    margin: 6px 0 0 !important;
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    height: 40px;
}
.page-template-tpl-submit .section_content form fieldset input::placeholder{
    font-weight: 500;
    padding:0;
}
.page-template-tpl-submit .section_content form fieldset label {
    width: 100%;
    color: #555 !important;
    font-size: 15px;
    padding: 0;
    font-weight: 500;
}
.page-template-tpl-submit .section_content form fieldset:nth-child(3) p:last-child {
    width: 100%;
}
.page-template-tpl-submit .section_content form fieldset select {
    width: 100% !important;
    box-sizing: border-box;
    padding: 5px 10px !important;
    border-radius: 7px !important;
    margin: 10px 0 0 !important;
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    height: 40px;
}
.page-template-tpl-submit .section_content form fieldset:nth-child(4) p:nth-child(3) {
    width: 100%;
}
.page-template-tpl-submit .section_content form fieldset fieldset {
    border: none;
    padding: 0;
    box-shadow: none;
    margin: 4px 0 5px;
}
.page-template-tpl-submit .section_content form fieldset fieldset input:first-child {
    width: calc(49% - 0px) !important;
}
.page-template-tpl-submit .section_content form fieldset fieldset #imgremove {
    margin: 0 !important;
    float: none !important;
    width: 20px;
    position: relative;
    left: -11px;
    top: 3px;
}
.page-template-tpl-submit .section_content form fieldset fieldset select {
    width:calc(50% - 10px) !important;
}
.page-template-tpl-submit .section_content form fieldset:nth-child(4) p:last-child {
    width: 100%;
}
.page-template-tpl-submit .section_content form>p:nth-child(5) {
    margin: -15px 0 42px !important;
}
.page-template-tpl-submit .section_content form fieldset:nth-child(4) {
    margin-bottom: 24px;
}
.page-template-tpl-submit .section_content form p label {
    width: 100%;
    color: #555 !important;
    font-size: 15px;
    padding: 0;
    font-weight: 500;
}
.page-template-tpl-submit .section_content form>p:nth-child(5) label {
    margin: 0 0 8px;
}
.page-template-tpl-submit .section_content form p input[type="date"] {
    width: 100% !important;
    box-sizing: border-box;
    padding: 5px 10px !important;
    border-radius: 7px !important;
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    height: 40px;
}
.page-template-tpl-submit .section_content form fieldset #geolocation_box {
    width: 100%;
    margin-bottom: 10px;
}
.page-template-tpl-submit .section_content form fieldset #geolocation_box p {
    width: 100%;
}
.page-template-tpl-submit .section_content form fieldset #geolocation_box p {
    width: 100%;
    margin: 5px 0 16px !important;
}
.page-template-tpl-submit .section_content form fieldset #geolocation_box input::placeholder {
    font-weight: 500;
    padding: 0 !important;
}
.page-template-tpl-submit .section_content form fieldset fieldset input::placeholder::placeholder {
    font-weight: 500;
    padding: 0 !important;
}
.page-template-tpl-submit .section_content form fieldset #geolocation_box #_jr_address_map_div {
    border: none !important;
    border-radius: 13px;
}
.page-template-tpl-submit .section_content form fieldset .wp_editor_wrapper {
    width: 100%;
    margin-bottom: 10px;
}
.page-template-tpl-submit .section_content form fieldset .wp_editor_wrapper input {
    width: auto !important;
    margin: 2px !important;
    padding: 0 10px !important;
    border-radius: 3px !important;
}
.page-template-tpl-submit .section_content form fieldset .wp_editor_wrapper  textarea {
    border-radius: 0;
    border: none;
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    color: #555 !important;
}
.page-template-tpl-submit .section_content form  input.submit {
    margin: 0 0 0 auto;
    height: auto;
    text-align: center;
    background: #c2152c;
    color: #fff;
    font-size: 15px;
    padding: 13px 38px;
    box-sizing: border-box;
    border-radius: 9px;
    border: none !important;
    font-family: "Inter", sans-serif !important;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    width: auto;
    display: block;
    text-shadow: none;
}
.page-template-tpl-submit .section_content form input.submit:hover {
    background: #cb1f36;
}
.page-template-tpl-submit .section_content form fieldset:nth-child(7) p:nth-child(3) {
    margin: 0 !important;
}
.page-template-tpl-submit .section_content form fieldset .wp_editor_wrapper .wp-editor-tabs button {
    margin-top: 0;
}
.page-template-tpl-submit .section_content form fieldset:nth-child(8) p:nth-child(3) {
    margin: 0 !important;
}
.page-template-tpl-submit .section_content form fieldset #geolocation_box p:last-child {
    display: none;
}
.page-template-tpl-submit .section_content form fieldset:nth-child(7) p:last-child {
    display: none;
}
.page-template-tpl-submit .section_content form fieldset:nth-child(8) p:last-child {
    display: none;
}
.page-template-tpl-submit .section_content form fieldset:nth-child(8) {
    margin-bottom: 15px;
}
/*======================post job css==========================*/


/*======================find job css==========================*/
.page-template-archive-job_listing .section h2.pagetitle {
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    margin: 0 0 20px !important;
    color: #030303 !important;
    line-height: 40px !important;
    padding: 0;
    border: none;
    text-transform: capitalize;
}
.page-template-archive-job_listing #wrapper .inner #sidebar {
    margin-top: 120px;
}
/*======================find job css==========================*/



/*======================blog page css==========================*/
.page-template-default #content .inner {
    margin: 70px 0 0;
    box-shadow: none !important;
    border: none;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.page-template-default .inner #mainContent {
    width: 74%;
}
.page-template-default .inner #sidebar {
    width: 24%;
}
.page-template-default .inner .section_content {
    padding: 0;
    border: none;
}
.page-template-default .inner .section_content h1 {
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    margin: 0 0 35px !important;
    color: #030303;
    line-height: 40px !important;
    padding: 0;
}
.page-template-default .inner #sidebar ul.widgets {
    width: 100%;
}
.page-template-default .inner #sidebar ul.widgets li.widget-submit {
    width: 100%;
    border: none;
}
.page-template-default .inner #sidebar ul.widgets li.widget-submit>div {
    width: 100%;
    background: #ffffff;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 0 15px;
    box-shadow: 0px 6px 15px #870d1d12;
    border: 1px solid #0404040d;
    position: relative;
    top: 0;
    margin: 0 0 20px;
    transition: 0.2s;
}
.page-template-default .inner #sidebar ul.widgets li.widget-submit .button {
    width: 100%;
    margin: 0;
    background: #555 !important;
    box-sizing: border-box;
    letter-spacing: 0;
    text-shadow: none;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    padding: 17px 10px;
    border: none !important;
    font-size: 17px;
    display: inline-block;
    height: auto;
    transition: 0.2s;
}
.page-template-default .inner #sidebar ul.widgets li.widget-submit  p {
    padding: 10px 15px !important;
    color: #62748e !important;
    font-size: 14px !important;
    font-family: "Inter", sans-serif !important;
    font-style: normal;
}
.page-template-default .inner #sidebar ul.widgets li.widget-submit p em {
    font-family: "Inter", sans-serif !important;
    font-size: 15px;
    font-weight: 600;
}
.page-template-default .inner #sidebar ul.widgets li.widget-submit>div:hover .button {
    background: #c2152c !important;
}
.page-template-default .inner #sidebar ul.widgets .widget_recent_entries {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 15px #870d1d12;
    border: 1px solid #0404040d;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 5px;
}
.page-template-default .inner #sidebar ul.widgets .widget_recent_entries h2.widget_title {
    font-family: "Inter", sans-serif !important;
    font-size: 20px;
    font-weight: 600 !important;
    color: #000;
    text-transform: capitalize;
    text-shadow: none;
    letter-spacing: 0.2px;
}
.page-template-default .inner #sidebar ul.widgets .widget_recent_entries ul li {
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    padding: 12px 0 14px 16px;
}
.page-template-default .inner #sidebar ul.widgets .widget_recent_entries ul li a {
    font-weight: 400;
}
.page-template-default .inner #sidebar ul.widgets .widget_recent_entries ul li a:hover {
    color: #c2152c;
    text-decoration: none !important;
}
.blog-page-section .vc_grid-item .vc_grid-item-mini {
    border: 1px solid #e2e8f0;
    background: #fff;
    border-radius: 15px;
    transition: 0.3s;
    top: 0;
    position: relative;
    box-shadow: none;
    overflow: hidden;
}
.blog-page-section .vc_grid-item .vc_grid-item-mini:hover {
    top: -4px;
    box-shadow: 0px 2px 10px #00000014;
}
.blog-page-section .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone {
    background-size: contain;
    position: relative;
    height: 200px;
}
.blog-page-section .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone:before {
    display: block !important;
    visibility: visible !important;
    padding: 0;
    height: 200px;
    background: #fff;
}
.blog-page-section .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone img {
    display: block !important;
    position: absolute;
    visibility: visible;
    top: 50%;
    max-width: 250px !important;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blog-page-section .vc_grid-item .vc_gitem-zone .vc_gitem-col {
    padding: 20px;
    background: #fbf7f7;
}
.blog-page-section .vc_grid-item .vc_gitem-zone .vc_gitem-col h4 {
    font-family: "Inter", sans-serif !important;
    margin: 0 0 10px !important;
    font-size: 19px !important;
    color: #000;
    font-weight: 600 !important;
    min-height: 50px;
    line-height: 26px !important;
}
.blog-page-section .vc_grid-item .vc_gitem-zone .vc_gitem-col p {
    padding: 0;
    font-family: "Inter", sans-serif !important;
    font-size: 15px;
    line-height: 26px;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    white-space: normal !important;
    margin: 0;
}
.blog-page-section .vc_grid-item .vc_gitem-zone .vc_gitem-col .vc_btn3-container {
    margin: 0;
}
.blog-page-section .vc_grid-item .vc_gitem-zone .vc_gitem-col .vc_btn3-container a {
    text-align: center;
    background: #c2152c;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
}
.blog-page-section .vc_grid-item .vc_gitem-zone .vc_gitem-col .vc_btn3-container a:hover {
    text-decoration: none !important;
    background: #c73145;
}
/*======================blog page css==========================*/


/*======================About page css==========================*/
.about-first-section {
    font-family: "Inter", sans-serif !important;
}
.about-first-section p {
    font-size: 16px !important;
    color: #555 !important;
    padding: 0 !important;
    line-height: 26px !important;
}
.about-first-section p a {
    color: #c2152c;
    font-weight: 500;
}

.engagement-section>.wpb_column>.vc_column-inner>.wpb_wrapper {
    padding: 33px 0 25px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.engagement-section .wpb_text_column.wpb_content_element {
    margin: 0 0 12px;
}
.about-first-section h2 {
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    color: #000 !important;
    margin: 0 0 10px !important;
}
.benfits-row .benfits-collunm {
    width: 50%;
    position: relative;
}
.benfits-row .benfits-collunm h4 {
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin: 0 0 6px !important;
    padding: 0 10px 0 65px;
}
.benfits-row .benfits-collunm .wpb_text_column {
    padding: 0 10px 0 65px;
}
.benfits-row .benfits-collunm .vc_icon_element {
    position: absolute;
    left: 12px;
    margin: 0;
    top: calc(50% - 6px);
    transform: translate(0, -50%);
}
.benfits-row .benfits-collunm .vc_icon_element .vc_icon_element-inner {
    background: #fdedee;
    height: 50px;
    width: 50px;
    border-radius: 9px;
}
#mainContent .benfits-row .benfits-collunm .vc_icon_element span {
    color: #c2152c !important;
    font-size: 20px !important;
}
.benefits-heading h2.vc_custom_heading {
    margin: 0 0 20px !important;
}
.benfits-row .benfits-collunm p {
    font-size: 15px !important;
}

.youth-team-heading h2.vc_custom_heading {
    border-top: 1px solid #ddd;
    padding-top: 40px;
    margin: 22px 0 20px !important;
}
.youth-team-row .youth-team-collunm>.vc_column-inner>.wpb_wrapper {
    background: #C2152C;
    padding: 32px 26px;
    border-radius: 13px;
}
.youth-team-row .youth-team-collunm h3 {
    color: #ffffff;
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    margin: 0 0 8px !important;
}
.youth-team-row .youth-team-collunm p {
    color: #fff !important;
    font-size: 15px !important;
    opacity: 0.9;
}
.youth-team-row .youth-team-collunm a {
    font-family: "Inter", sans-serif !important;
    background: #fff !important;
    padding: 11px 22px;
    font-weight: 400;
    color: #c2152c !important;
    border: none !important;
    letter-spacing: 0.2px;
}
.youth-team-row .youth-team-collunm a:hover {
    background: #f7dee1 !important;
    text-decoration: none !important;
}
.youth-team-row .youth-team-collunm .vc_do_btn {
    margin: 0;
}
.youth-team-row .youth-team-collunm:first-child>.vc_column-inner>.wpb_wrapper {
    background: #fdedee;
}
.youth-team-row .youth-team-collunm:first-child h3 {
    color: #000;
}
.youth-team-row .youth-team-collunm:first-child p {
    color: #555 !important;
}
.youth-team-row .youth-team-collunm:first-child a {
    background: #c2152c !important;
    color: #fff !important;
}
.youth-team-row .youth-team-collunm:first-child a:hover {
    background: #c73145 !important;
}
/*======================About page css==========================*/



/*======================Contact page css==========================*/
.contact-form-section form.wpcf7-form {
    display: flex;
    border: 1px solid #e9e9e9;
    padding: 30px;
    border-radius: 13px;
    gap: 13px 20px;
    align-items: center;
    font-family: "Inter", sans-serif;
    box-shadow: 0px 6px 15px #c2152c0f;
    background: #fff;
    flex-wrap: wrap;
}
.contact-form-section form.wpcf7-form p {
    padding: 0;
    width: 100%;
    position: relative;
}
.contact-form-section form.wpcf7-form p:nth-child(2), .contact-form-section form.wpcf7-form p:nth-child(3){
    width: calc(50% - 10px);
}
.contact-form-section form.wpcf7-form input {
    border: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 10px;
    border-radius: 7px;
    font-family: "Inter", sans-serif;
    margin: 8px 0 0;
}
.contact-form-section form.wpcf7-form textarea {
    border: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    padding: 13px 10px;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    margin: 8px 0 0;
}
.contact-form-section form.wpcf7-form input:focus, .contact-form-section form.wpcf7-form textarea:focus {
    outline: none;
    border-color: #000;
}
.contact-form-section form.wpcf7-form label {
    color: #555;
    font-size: 15px;
}
.contact-form-section form.wpcf7-form .wpcf7-submit {
    margin: 0 0 0 auto;
    height: auto;
    text-align: center;
    background: #c2152c;
    color: #fff;
    font-size: 15px;
    padding: 13px 38px;
    box-sizing: border-box;
    border-radius: 9px;
    border: none;
    font-family: "Inter", sans-serif !important;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    width: auto;
    display: block;
    text-shadow: none;
    transition: 0.2s;
}
.contact-form-section form.wpcf7-form .wpcf7-submit:hover{
    background: #c73145;
}

.contact-form-section form.wpcf7-form .wpcf7-spinner {
    position: absolute;
    right: 116px;
    top: 10px;
}

.contact-form-section h2.vc_custom_heading {
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    color: #000 !important;
}
.contact-form-section .wpb_content_element p {
    padding: 0 !important;
    font-size: 16px !important;
    color: #62748e !important;
    font-family: "Inter", sans-serif !important;
}

.location-map-sec h2.vc_custom_heading {
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    color: #000 !important;
}
.location-map-sec .wpb_content_element p {
    padding: 0 !important;
    font-size: 16px !important;
    color: #62748e !important;
    font-family: "Inter", sans-serif !important;
}
.location-map-sec .wpb_wrapper {
    padding: 0;
    border-radius: 13px;
    overflow: hidden;
}

.contact-detail-collunm>.vc_column-inner>.wpb_wrapper {
    border: 1px solid #e9e9e9;
    padding: 20px;
    border-radius: 13px;
    align-items: center;
    font-family: "Inter", sans-serif;
    box-shadow: 0px 6px 15px #c2152c0f;
    background: #fff;
}
.contact-detail-collunm .vc_icon_element {
    margin: 0 0 15px;
}
.contact-detail-collunm .vc_icon_element .vc_icon_element-inner {
    height: 50px;
    width: 50px;
    background: #FFF7F6 !important;
    border-radius: 10px;
    border: none;
}
#content .contact-detail-collunm .vc_icon_element .vc_icon_element-inner .vc_icon_element-icon {
    color: #c2152c !important;
    font-size: 22px !important;
}
.contact-detail-collunm p {
    padding: 0 !important;
    font-size: 14px !important;
    color: #62748e !important;
    font-family: "Inter", sans-serif !important;
    text-transform: uppercase;
    font-weight: 500;
}
.contact-detail-collunm h5.vc_custom_heading {
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin: 0;
}
.contact-detail-collunm h5.vc_custom_heading a:hover {
    color: #c2152c;
    text-decoration: none !important;
}
/*======================Contact page css==========================*/




/*======================edit job css==========================*/
.page-template-tpl-edit-job #content .inner {
    margin: 70px 0;
    box-shadow: none !important;
    border: none;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.page-template-tpl-edit-job .inner #mainContent {
    width: 74%;
}
.page-template-tpl-edit-job .inner #sidebar {
    width: 24%;
}
.page-template-tpl-edit-job .inner .section_content {
    padding: 0;
    border: none;
}
.page-template-tpl-edit-job .inner .section_content h1 {
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    margin: 0 0 20px !important;
    color: #030303;
    line-height: 40px !important;
    padding: 0;
}
.page-template-tpl-edit-job .inner .section_content h1 a {
    color: #c2152c;
}
.page-template-tpl-edit-job .inner form {
    border: 1px solid #e9e9e9;
    padding: 25px;
    border-radius: 13px;
    align-items: center;
    font-family: "Inter", sans-serif;
    box-shadow: 0px 6px 15px #c2152c0f;
    background: #ffffff;
}
.page-template-tpl-edit-job .inner form fieldset {
    align-items: center;
    font-family: "Inter", sans-serif;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
    margin: 0 0 32px 0;
    box-sizing: border-box;
    width: 100%;
}
.page-template-tpl-edit-job .section_content form fieldset p:nth-child(2) {
    padding: 0 0 0 50px !important;
    width: 100%;
    margin-top: 3px !important;
}
.page-template-tpl-edit-job .inner form fieldset legend {
    margin: 0px 0 0px;
    padding: 0 0 0 50px;
    position: relative;
    top: 0px;
    background: transparent;
    font-size: 20px;
    color: #000;
    line-height: 28px;
}
.page-template-tpl-edit-job .section_content form fieldset legend:before {
    content: "\f1ad";
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    background-color: #fdedee;
    color: #c2152c;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 7px;
    top: 2px;
    font-size: 18px;
}
.page-template-tpl-edit-job .section_content form fieldset p {
    font-size: 15px;
    color: #62748e;
    padding: 0 !important;
    width: calc(50% - 10px);
}
.page-template-tpl-edit-job #company-logo {
    padding: 10px 20px !important;
    border: 2px dashed #cbd5e1;
    cursor: pointer;
    position: relative;
    color: transparent !important;
    height: 70px;
    background: #fff;
}
.page-template-tpl-edit-job #company-logo::before {
    content: "Click to upload your logo";
    display: block;
    text-align: center;
    font-weight: 600;
    color: #334155;
    font-size: 16px;
    position: relative;
    top: 4px;
}
.page-template-tpl-edit-job #company-logo::after {
    content: "JPG, GIF or PNG";
    display: block;
    text-align: center;
    font-size: 12px;
    color: #94a3b8;
    margin-top: 0;
    position: relative;
    top: -13px;
}
.page-template-tpl-edit-job #company-logo.has-file::before {
  content: attr(data-file);
  color: #16a34a;
}
.page-template-tpl-edit-job #company-logo::-webkit-file-upload-button {
  visibility: hidden;
}
.page-template-tpl-edit-job #company-logo:hover {
  border-color: #94a3b8;
  background: #f1f5f9;
}
.page-template-tpl-edit-job .section_content form fieldset input {
    width: 100% !important;
    box-sizing: border-box;
    padding: 8px 10px !important;
    border-radius: 7px !important;
    margin: 6px 0 0 !important;
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    height: 40px;
}
.page-template-tpl-edit-job .inner form fieldset textarea::placeholder, .page-template-tpl-edit-job .inner form fieldset input::placeholder {
    font-weight: normal;
    padding: 0;
}
.page-template-tpl-edit-job .section_content form p label {
    width: 100%;
    color: #555 !important;
    font-size: 15px;
    padding: 0;
    font-weight: 500;
}
.page-template-tpl-edit-job .section_content form fieldset select {
    width: 100% !important;
    box-sizing: border-box;
    padding: 5px 10px !important;
    border-radius: 7px !important;
    margin: 10px 0 0 !important;
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    height: 40px;
    color: #000 !important;
}
.page-template-tpl-edit-job .section_content form fieldset fieldset {
    border: none;
    padding: 0;
    box-shadow: none;
    margin: 4px 0 5px;
}
.page-template-tpl-edit-job .section_content form fieldset fieldset input:first-child {
    width: calc(50% - 10px) !important;
}
.page-template-tpl-edit-job .section_content form fieldset fieldset input#pricerange {
    width: calc(50% - 60px) !important;
}
.page-template-tpl-edit-job .section_content form fieldset fieldset #imgremove {
    margin: 0 !important;
    float: none !important;
    width: 20px;
    position: relative;
    left: -11px;
    top: 3px;
}
.page-template-tpl-edit-job .section_content form fieldset fieldset select {
    width: calc(50% - 10px) !important
}
.page-template-tpl-edit-job .inner form fieldset #geolocation_box {
    width: 100%;
}
.page-template-tpl-edit-job .inner form fieldset #geolocation_box #_jr_address_map_div {
    border: none !important;
    border-radius: 13px;
}
.page-template-tpl-edit-job .inner form fieldset .wp_editor_wrapper{
    width: 100%;
}
.page-template-tpl-edit-job .inner form fieldset:nth-child(3) p:last-child {
    width: 100%;
}
.page-template-tpl-edit-job .inner form fieldset:nth-child(4) p:nth-child(5) {
    width: 100%;
}
.page-template-tpl-edit-job .inner form fieldset:nth-child(4) p:last-child {
    width: 100%;
}
.page-template-tpl-edit-job .section_content form>p:nth-child(5) {
    margin: -15px 0 42px !important;
}
.page-template-tpl-edit-job .section_content form>p:nth-child(5) label {
    margin: 0 0 8px;
}
.page-template-tpl-edit-job .section_content form p input[type="date"] {
    width: 100% !important;
    box-sizing: border-box;
    padding: 5px 10px !important;
    border-radius: 7px !important;
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    height: 40px;
}
.page-template-tpl-edit-job .inner form fieldset:nth-child(7) p:nth-child(3) {
    display: none;
}
.page-template-tpl-edit-job .inner form fieldset:nth-child(8) p:nth-child(3) {
    display: none;
}
.page-template-tpl-edit-job .section_content form  input.submit {
    margin: 0 0 0 auto;
    height: auto;
    text-align: center;
    background: #c2152c;
    color: #fff;
    font-size: 15px;
    padding: 13px 38px;
    box-sizing: border-box;
    border-radius: 9px;
    border: none !important;
    font-family: "Inter", sans-serif !important;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    width: auto;
    display: block;
    text-shadow: none;
}
.page-template-tpl-edit-job .inner form fieldset:nth-child(8) {
    margin-bottom: 0;
}
.page-template-tpl-edit-job .inner form fieldset .wp_editor_wrapper .quicktags-toolbar input {
    width: auto !important;
    padding: 0 10px !important;
    height: auto;
    margin: 2px 3px 0 3px !important;
    border-radius: 2px !important;
}
/*======================edit job css==========================*/



/*======================edit resume css==========================*/

.page-template-tpl-edit-resume #content .inner {
    margin: 70px 0 70px;
    box-shadow: none !important;
    border: none;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-family: "Inter", sans-serif !important;
}
.page-template-tpl-edit-resume .inner #mainContent {
    width: 74%;
}
.page-template-tpl-edit-resume .inner #sidebar {
    width: 24%;
    margin-top: 0;
}
.page-template-tpl-edit-resume .inner .section_content {
    padding: 0;
    border: none;
}
.page-template-tpl-edit-resume .inner .section_content h1 {
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    margin: 0 0 20px !important;
    color: #030303;
    line-height: 40px !important;
    padding: 0;
}
.page-template-tpl-edit-resume .inner form {
    border: 1px solid #e9e9e9;
    padding: 25px;
    border-radius: 13px;
    align-items: center;
    font-family: "Inter", sans-serif;
    box-shadow: 0px 6px 15px #c2152c0f;
    background: #ffffff;
}
.page-template-tpl-edit-resume .inner form>p {
    margin: 0 0 30px !important;
    font-size: 16px;
    font-weight: 500;
    padding: 0 !important;
}
.page-template-tpl-edit-resume .inner form fieldset {
    align-items: center;
    font-family: "Inter", sans-serif;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
    margin: 0 0 32px 0;
    box-sizing: border-box;
    width: 100%;
}
.page-template-tpl-edit-resume .inner form fieldset legend {
    margin: 0px 0 0px;
    padding: 0 0 0 50px;
    position: relative;
    top: 0px;
    background: transparent;
    font-size: 20px;
    color: #000;
    line-height: 28px;
}
.page-template-tpl-edit-resume .section_content form fieldset p:nth-child(2) {
    padding: 0 0 0 50px !important;
    width: 100%;
    margin-top: 3px !important;
}
.page-template-tpl-edit-resume .inner form fieldset:nth-child(4) p {
    padding: 0 !important;
}

.page-template-tpl-edit-resume .section_content form fieldset legend:before {
    content: "\f1ad";
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    background-color: #fdedee;
    color: #c2152c;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 7px;
    top: 2px;
    font-size: 18px;
}
.page-template-tpl-edit-resume .section_content form fieldset:nth-child(4) legend:before{
    content: "\f15b";
    font-weight: 400;
}

.page-template-tpl-edit-resume .section_content form fieldset:nth-child(5) legend:before{
    content: "\f095";
}

.page-template-tpl-edit-resume .section_content form fieldset:nth-child(6) legend:before{
    content: "\f3c5";
}

.page-template-tpl-edit-resume .section_content form fieldset:nth-child(7) legend:before{
    content: "\f19d";
}
.page-template-tpl-edit-resume .section_content form fieldset:nth-child(8) legend:before{
    content: "\f0b1";
}

.page-template-tpl-edit-resume .section_content form fieldset:nth-child(9) legend:before{
    content: "\f0eb";
}
.page-template-tpl-edit-resume .section_content form fieldset p {
    font-size: 15px;
    color: #62748e;
    padding: 0 !important;
    width: calc(50% - 10px);
}
.page-template-tpl-edit-resume .section_content form p label {
    width: 100%;
    color: #555 !important;
    font-size: 15px;
    padding: 0;
    font-weight: 500;
}
.page-template-tpl-edit-resume .section_content form fieldset input {
    width: 100% !important;
    box-sizing: border-box;
    padding: 8px 10px !important;
    border-radius: 7px !important;
    margin: 6px 0 0 !important;
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    height: 40px;
}
.page-template-tpl-edit-resume .section_content form fieldset select {
    width: 100% !important;
    box-sizing: border-box;
    padding: 5px 10px !important;
    border-radius: 7px !important;
    margin: 10px 0 0 !important;
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    height: 40px;
    color: #000 !important;
}
.page-template-tpl-edit-resume #your-photo {
    padding: 10px 20px !important;
    border: 2px dashed #cbd5e1;
    cursor: pointer;
    position: relative;
    color: transparent !important;
    height: 70px;
    background: #fff;
}
.page-template-tpl-edit-resume #your-photo::before {
    content: "Click to upload your logo";
    display: block;
    text-align: center;
    font-weight: 600;
    color: #334155;
    font-size: 16px;
    position: relative;
    top: 4px;
}
.page-template-tpl-edit-resume #your-photo::after {
    content: "JPG, GIF or PNG";
    display: block;
    text-align: center;
    font-size: 12px;
    color: #94a3b8;
    margin-top: 0;
    position: relative;
    top: -13px;
}
.page-template-tpl-edit-resume #your-photo.has-file::before {
  content: attr(data-file);
  color: #16a34a;
}
.page-template-tpl-edit-resume #your-photo::-webkit-file-upload-button {
  visibility: hidden;
}
.page-template-tpl-edit-resume #your-photo:hover {
  border-color: #94a3b8;
  background: #f1f5f9;
}
.page-template-tpl-edit-resume .inner form fieldset:nth-child(4) p:nth-child(3) {
    width: 100%;
}
.page-template-tpl-edit-resume .inner form fieldset:nth-child(4) p:nth-child(4) {
    width: 100%;
}
.page-template-tpl-edit-resume .inner form fieldset textarea {
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px 10px !important;
    border-radius: 7px !important;
    margin: 7px 0 0 !important;
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    height: 100px !important;
    font-size: 14px;
    color: #000 !important;
}
.page-template-tpl-edit-resume .inner form fieldset textarea::placeholder, .page-template-tpl-edit-resume .inner form fieldset input::placeholder {
    font-weight: normal;
    padding: 0;
}
.page-template-tpl-edit-resume .inner form fieldset #resume-form-custom-fields {
    width: 100%;
}
.page-template-tpl-edit-resume .inner form fieldset:nth-child(4) p:nth-child(6) {
    width: 100%;
}

.page-template-tpl-edit-resume .inner form fieldset:nth-child(4) legend {
    padding: 8px 0 20px 50px !important;
}
.page-template-tpl-edit-resume .inner form fieldset:nth-child(5) p:last-child {
    width: 100%;
}
.page-template-tpl-edit-resume .inner form fieldset #geolocation_box {
    width: 100%;
}
.page-template-tpl-edit-resume .inner form fieldset #geolocation_box #_jr_address_map_div {
    border: none !important;
    border-radius: 13px;
}
.page-template-tpl-edit-resume .section_content form fieldset #geolocation_box p {
    width: 100%;
    margin: 5px 0 16px !important;
}
.page-template-tpl-edit-resume .inner form fieldset #wp-education-wrap, .page-template-tpl-edit-resume .inner form fieldset #wp-experience-wrap {
    width: 100%;
}
.page-template-tpl-edit-resume .inner form fieldset p.experience {
    display: none;
}
.page-template-tpl-edit-resume .inner form fieldset p.education {
    margin: 0 !important;
}
.page-template-tpl-edit-resume .inner form fieldset:nth-child(9) p:nth-child(2) {
    padding-left: 0 !important;
}
.page-template-tpl-edit-resume .inner form fieldset:nth-child(9) legend {
    padding: 8px 0 20px 50px !important;
}
.page-template-tpl-edit-resume .inner form fieldset #languages_wrap {
    width: 100%;
}
.page-template-tpl-edit-resume .section_content form  input.submit {
    margin: 0 0 0 auto;
    height: auto;
    text-align: center;
    background: #c2152c;
    color: #fff;
    font-size: 15px;
    padding: 13px 38px;
    box-sizing: border-box;
    border-radius: 9px;
    border: none !important;
    font-family: "Inter", sans-serif !important;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    width: auto;
    display: block;
    text-shadow: none;
}
.page-template-tpl-edit-resume .section_content form  input.submit:hover {
    background: #cb1f36;
}
.page-template-tpl-edit-resume .inner form fieldset:nth-child(9) {
    margin-bottom: 20px;
}
.page-template-tpl-edit-resume .inner form>p:nth-child(10) {
    margin-bottom: 10px !important;
}
.page-template-tpl-edit-resume .section_content form fieldset .quicktags-toolbar input {
    width: auto !important;
    padding: 0 10px !important;
    height: auto;
    margin: 2px 3px 0 3px !important;
    border-radius: 2px !important;
}
.page-template-tpl-edit-resume .inner form fieldset .wp-editor-container textarea {
    border: none;
    height: auto !important;
    border-radius: 0px !important;
    font-weight: 400 !important;
}
/*======================edit resume css==========================*/


/*======================terms conditions css==========================*/
.page-template-tpl-terms-conditions .inner .section_content {
    padding: 0;
    border: none;
}
.page-template-tpl-terms-conditions .inner .section_content h1 {
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    margin: 0 0 35px !important;
    color: #030303;
    line-height: 40px !important;
    padding: 0;
}
.terms-main-section {
    font-family: "Inter", sans-serif !important;
}

.terms-main-section p {
    font-size: 16px !important;
    color: #555 !important;
    padding: 0 !important;
    line-height: 26px !important;
}
.terms-inner-row .vc_column-inner>.wpb_wrapper {
    border-top: 1px solid #ddd;
    padding: 30px 0 0;
    margin: 20px 0 0;
}
.terms-inner-row h4 {
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    color: #000 !important;
    margin: 0 0 6px !important;
    font-size: 20px !important;
}
.terms-inner-row ul li {
    list-style: disc;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;
}
.terms-inner-row ul {
    padding: 0 0 0 18px;
}
.terms-main-section .vc_column-inner>.wpb_wrapper>.wpb_text_column.wpb_content_element {
    margin-bottom: 12px;
}
/*======================terms conditions css==========================*/





.category #wrapper #content .inner .single .section_header {
    background: #fdedee;
    border: none;
    padding: 25px 20px 20px 25px;
}
.category #wrapper #content .inner .single .section_header h1 {
    font-size: 26px;
    margin: 0 0 6px !important;
}
.category #wrapper #content .inner .single .section_header p.meta a {
    font-weight: 500;
}
.category #wrapper #content .inner .single .section_header p.meta a:hover {
    color: #c2152c;
}
.category #wrapper #content .inner .single .section_content h1 {
    font-weight: 700 !important;
    color: #000 !important;
    margin: 0 0 15px !important;
    font-size: 28px !important;
}
.category #wrapper #content .inner .single .section_content h3.wp-block-heading {
    margin-bottom: 12px;
    color: #000;
    font-size: 18px;
}
.category #wrapper #content .inner .single .section_header h1 a:hover{
    color: #c2152c;
}
.category #wrapper #content .inner .single .section_content {
    padding: 20px;
}
.category #wrapper #content .inner .single .section_content a img {
    /*width: 100%;
    height: auto;
    margin: 0 0 20px;*/
    box-sizing: border-box;
}
.category #wrapper #content .inner .single .section_content>a {
    /*display: inline-block;
    width: 100%;*/
}
.category #wrapper #content .inner .single .section_content p {
    margin: 0 0 20px;
    line-height: 26px;
}
.category #wrapper #content .inner .single .section_content p ~ ul {
    margin-top: 0;
    display: inline-block;
    width: 100%;
}
.category #wrapper #content .inner .single .section_content li {
    margin: 0 0 4px;
}
.category #wrapper #content .inner .single {
    box-shadow: 0px 6px 15px #870d1d12;
    border: 1px solid #0404040d;
    border-radius: 12px;
    overflow: hidden;
}
.category #wrapper #content .inner .single .section_content ol.wp-block-list li, .category #wrapper #content .inner .single .section_content ul.wp-block-list li {
    font-size: 16px;
    line-height: 26px;
}
.category #wrapper #content .inner .single .section_content ol.wp-block-list li a:hover, .category #wrapper #content .inner .single .section_content ul.wp-block-list li a:hover{
    text-decoration: none !important;
    color: #C2152C;
}
.author-infonextyouthjob-ca #profile .section_content h1 {
    margin: 0 0 10px;
    font-size: 22px;
}
.author-infonextyouthjob-ca #profile .section_content img {
    height: 60px;
    width: 60px;
}
.author-infonextyouthjob-ca #profile .section_content {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    background: #fdedee;
    border: none;
}
.author-infonextyouthjob-ca #wrapper #content #profile h2.pagetitle {
    padding: 0 20px 13px;
    font-size: 26px !important;
}
.author-infonextyouthjob-ca #profile  .section.single.post {
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 0 16px;
}
.author-infonextyouthjob-ca #profile{
    box-shadow: 0px 6px 15px #870d1d12;
    border: 1px solid #0404040d;
    border-radius: 12px;
    overflow: hidden;
}
.author-infonextyouthjob-ca #profile .section.single.post .section_header {
    background: #f5fbff;
    border-radius: 10px;
}
.author-infonextyouthjob-ca #profile .section.single.post .section_header h1 {
    font-size: 20px;
}
.author-infonextyouthjob-ca #profile .section.single.post .section_header p.meta {
    font-size: 15px;
}
.author-infonextyouthjob-ca #profile .section.single.post .section_header p.meta a {
    font-weight: 500;
}
.author-infonextyouthjob-ca #profile .paging {
    padding: 10px 20px 20px;
}
.author-infonextyouthjob-ca #profile .paging .page-numbers {
    font-size: 14px;
    line-height: 24px;
}
.author-infonextyouthjob-ca #profile .paging .top a {
    font-size: 14px;
    line-height: 24px;
}


.page-template-tpl-password-recovery .section_content {
    width: 100%;
    border: 1px solid #ddd;
    padding: 28px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 6px 15px #c2152c0f;
    background: #fff !important;
    font-family: "Inter", sans-serif !important;
    position: relative;
}
.page-template-tpl-password-recovery .section_content h1 {
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    margin: 0 0 10px !important;
    color: #030303 !important;
    line-height: 36px !important;
    padding: 0;
    border: none;
    text-transform: capitalize;
}
.page-template-tpl-password-recovery .section_content p {
    padding: 0;
    margin: 0 0 10px !important;
    font-size: 16px;
}
.page-template-tpl-password-recovery .section_content .main_form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0 0;
}
.page-template-tpl-password-recovery .section_content .main_form p {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}
.page-template-tpl-password-recovery .section_content .main_form label {
    width: 100%;
    float: none;
    display: block;
    margin: 0 0 8px;
    font-weight: 500;
    font-size: 15px;
}
.page-template-tpl-password-recovery .section_content .main_form input[type="text"] {
    max-width: 600px;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    color: #333 !important;
    font-family: "Inter", sans-serif !important;
}
.page-template-tpl-password-recovery .section_content .main_form input.submit {
    display: inline-block;
    text-align: center;
    background: #c2152c;
    color: #fff;
    font-size: 15px;
    padding: 12px 30px !important;
    box-sizing: border-box;
    border-radius: 6px;
    border: none;
    font-family: "Inter", sans-serif !important;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.3px;
    cursor: pointer;
    text-shadow: none;
    transition: 0.2s;
    margin: 0;
}
.page-template-tpl-password-recovery .section_content .main_form input.submit:hover {
    background: #c73145;
}


.page-template-tpl-profile .inner .section_content {
    padding: 0;
    border: none;
}
.page-template-tpl-profile .inner .section_content h1 {
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    margin: 0 0 20px !important;
    color: #030303;
    line-height: 40px !important;
    padding: 0;
}
.page-template-tpl-profile .inner form {
    border: 1px solid #e9e9e9;
    padding: 25px !important;
    border-radius: 13px;
    align-items: center;
    font-family: "Inter", sans-serif;
    box-shadow: 0px 6px 15px #c2152c0f;
    background: #ffffff;
}
.page-template-tpl-profile .inner form fieldset {
    align-items: center;
    font-family: "Inter", sans-serif;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
    margin: 0 0 32px 0;
    box-sizing: border-box;
    width: 100%;
}
.page-template-tpl-profile .inner form fieldset legend {
    margin: 0px 0 0px;
    padding: 0 0 10px 50px;
    position: relative;
    top: 0px;
    background: transparent;
    font-size: 20px;
    color: #000;
    line-height: 45px;
}
.page-template-tpl-profile .section_content form fieldset legend:before {
    content: "\f007";
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    background-color: #fdedee;
    color: #c2152c;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 7px;
    top: 2px;
    font-size: 18px;
}


.page-template-tpl-profile .section_content form fieldset:nth-child(2) legend:before{
    font-weight: 400;
}

.page-template-tpl-profile .section_content form fieldset:nth-child(3) legend:before{
    content: "\f0ac";
}
.page-template-tpl-profile .section_content form fieldset:nth-child(4) legend:before{
    content: "\f2c2";
}
.page-template-tpl-profile .section_content form fieldset:nth-child(5) legend:before{
    content: "\f09c";
}

.page-template-tpl-profile .section_content form fieldset p {
    font-size: 15px;
    color: #62748e;
    padding: 0 !important;
    width: calc(50% - 10px);
}
.page-template-tpl-profile .section_content form p label {
    width: 100%;
    color: #555 !important;
    font-size: 15px;
    padding: 0;
    font-weight: 500;
}
.page-template-tpl-profile .section_content form fieldset input {
    width: 100% !important;
    box-sizing: border-box;
    padding: 8px 10px !important;
    border-radius: 7px !important;
    margin: 6px 0 0 !important;
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    height: 40px;
}
.page-template-tpl-profile .inner form fieldset:nth-child(4) p {
    width: 100%;
}
.page-template-tpl-profile .inner form fieldset textarea {
    width: 100% !important;
    box-sizing: border-box;
    padding: 8px 10px !important;
    border-radius: 7px !important;
    margin: 6px 0 0 !important;
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    height: 100px;
}
.page-template-tpl-profile .inner form fieldset button.button {
    margin: 0 0 6px 0;
    height: auto;
    text-align: center;
    background: #c2152c;
    color: #fff;
    font-size: 15px;
    padding: 13px 28px;
    box-sizing: border-box;
    border-radius: 9px;
    border: none !important;
    font-family: "Inter", sans-serif !important;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    width: auto;
    display: block;
    text-shadow: none;
}
.page-template-tpl-profile .inner form fieldset .wp-pwd {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 20px 0 0;
}
.page-template-tpl-profile .inner form fieldset .wp-pwd input {
    margin: 0 !important;
}
.page-template-tpl-profile .inner form fieldset .wp-pwd label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.page-template-tpl-profile .inner form fieldset .wp-pwd label button {
    white-space: nowrap;
    font-size: 14px !important;
    padding: 9px 20px;
    margin: 0;
    border-radius: 6px;
}
.page-template-tpl-profile .inner form fieldset .wp-pwd label button.wp-hide-pw {
    background: #ddd;
    color: #333;
}
.page-template-tpl-profile .inner form fieldset .wp-pwd #pass-strength-result {
    white-space: nowrap;
}
.page-template-tpl-profile .inner form fieldset .wp-pwd label ~ p {
    display: none;
}
.page-template-tpl-profile .inner form h3 {
    font-size: 22px !important;
}
.page-template-tpl-profile .inner form table.form-table th, .page-template-tpl-profile .inner form table.form-table td {
    padding: 0 !important;
    border: 1px solid #000;
}
.page-template-tpl-profile .inner form table.form-table label {
    font-size: 14px;
    padding: 12px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    font-weight: 500;
}
.page-template-tpl-profile .inner form table.form-table {
    border-collapse: collapse;
}
.page-template-tpl-profile .inner form table.form-table table {
    border-collapse: collapse;
    width: 100%;
}
.page-template-tpl-profile .inner form table.form-table table th {
    padding: 7px !important;
    font-weight: 500;
    border-bottom: none;
    border-top: none;
    border-left: none;
}
.page-template-tpl-profile .inner form table.form-table table td {
    padding: 7px !important;
    border-left: none;
    border-bottom: none;
}
.page-template-tpl-profile .inner form table.form-table tr:nth-child(2) td, 
.page-template-tpl-profile .inner form table.form-table tr:nth-child(3) td {
    padding: 10px !important;
}
.page-template-tpl-profile .inner form table.form-table select {
    margin: 0;
    font-weight: 500;
    font-family: "Inter", sans-serif !important;
}
.page-template-tpl-profile .inner form table.form-table select:focus{
    outline: none !important;
}
.page-template-tpl-profile .inner form input.submit {
    margin: 30px 0 0px auto;
    height: auto;
    text-align: center;
    background: #c2152c;
    color: #fff;
    font-size: 15px;
    padding: 13px 28px;
    box-sizing: border-box;
    border-radius: 9px;
    border: none !important;
    font-family: "Inter", sans-serif !important;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    width: auto;
    display: block;
    text-shadow: none;
}
.page-template-tpl-profile .section_content form fieldset select {
    width: 100% !important;
    box-sizing: border-box;
    padding: 8px 10px !important;
    border-radius: 7px !important;
    margin: 6px 0 0 !important;
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    height: 40px;
}


.page-template-tpl-login{
    background: #F3FBFF;
}
.page-template-tpl-login #content .inner {
    justify-content: center;
    background: #F3FBFF !important;
}
.page-template-tpl-login .section_content {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    border-radius: 13px;
    border: 1px solid #ebebeb;
    box-shadow: 0px 6px 15px #c2152c0f;
    padding: 30px;
}
.page-template-tpl-login .section_content h1 {
    font-size: 30px !important;
    color: #333;
    margin: 0 0 20px !important;
}
.page-template-tpl-login .section_content p {
    font-size: 16px;
    padding: 0;
    color: #555;
    font-weight: 500;
}
.page-template-tpl-login .section_content ul li {
    list-style: disc;
    font-size: 15px;
    margin: 0 0 5px;
}
.page-template-tpl-login .section_content ul {
    padding: 0 0 0px 20px;
    margin: 20px 0 18px !important;
}
.page-template-tpl-login .section_content .col-1 {
    width: 100%;
    float: none;
}
.page-template-tpl-login .section_content form p {
    padding: 0 !important;
    margin: 0 0 10px !important;
}
.page-template-tpl-login .section_content form input.text {
    width: 100%;
    box-sizing: border-box;
    height: 44px;
    border-radius: 6px;
    margin: 0 0 12px;
    border: 1px solid #dddcdc;
    font-family: "Inter", sans-serif !important;
}
.page-template-tpl-login .section_content form label {
    margin: 0 0 7px !important;
    display: inline-block;
    font-size: 15px;
}
.page-template-tpl-login .section_content form i {
    top: 43px !important;
}

.page-template-tpl-login .section_content form input.submit {
    font-family: "Inter", sans-serif !important;
    background: #c2152c !important;
    padding: 11px 22px;
    font-weight: 400;
    color: #ffffff !important;
    border: none !important;
    letter-spacing: 0.2px;
    text-shadow: none;
}

.page-template-tpl-login .section_content form input.submit:hover {
    background: #c73145 !important;
}

.page-template-tpl-login .section_content form .xauth-or {
    width: 100%;
}
.page-template-tpl-login .section_content form .social-wrap a#facebook {
    font-family: "Inter", sans-serif !important;
    padding: 14px 22px;
    font-weight: 400;
    color: #ffffff !important;
    border: none !important;
    letter-spacing: 0.2px;
    text-shadow: none;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 5px;
    background-position: 9px 8px;
}
.page-template-tpl-login .section_content form .social-wrap a#facebook:hover {
    text-decoration: none !important;
    background-color: #4162a9;
}

.page-template-tpl-login .section_content form p a.lostpass {
    font-size: 14px;
}
.page-template-tpl-login .section_content form p a.lostpass:hover {
    color: #c2152c;
    text-decoration: none !important;
}
.page-template-tpl-login .section_content form p a.signupcss {
    border-radius: 6px;
    padding: 10px 30px;
    display: inline-block;
    background: #ffffff;
    margin: 0;
    border: 1px solid #c2152c;
    color: #c2152c !important;
    transition: 0.2s;
}
.page-template-tpl-login .section_content form p a.signupcss:hover {
    text-decoration: none !important;
    background: #c2152c;
    color: #fff !important;
}

.page-template-tpl-login .section_content form input[type="checkbox"] {
    height: 15px;
    width: 15px;
    margin: 0 3px 0 0;
    position: relative;
    top: 2px;
}
.page-template-tpl-login .section_content .notice ul.errors {
    padding: 10px !important;
    background: #d70b1b;
    border: none;
    border-radius: 6px;
    margin-bottom: 0 !important;
}
.page-template-tpl-login .section_content .notice ul.errors li {
    padding: 0;
    list-style: none;
}




.page-template-tpl-registration{
    background: #F3FBFF;
}
.page-template-tpl-registration #content .inner {
    justify-content: center;
    background: #F3FBFF !important;
}
.page-template-tpl-registration .section_content {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    border-radius: 13px;
    border: 1px solid #ebebeb;
    box-shadow: 0px 6px 15px #c2152c0f;
    padding: 30px;
}
.page-template-tpl-registration .section_content h1 {
    font-size: 30px !important;
    color: #333;
    margin: 0 0 20px !important;
}
.page-template-tpl-registration .section_content p {
    font-size: 16px;
    padding: 0;
    color: #555;
    font-weight: 500;
}
.page-template-tpl-registration .section_content ul li {
    list-style: disc;
    font-size: 15px;
    margin: 0 0 5px;
}
.page-template-tpl-registration .section_content ul {
    padding: 0 0 0px 20px;
    margin: 20px 0 18px !important;
}
.page-template-tpl-registration .section_content .col-1 {
    width: 100%;
    float: none;
}
.page-template-tpl-registration .section_content form p {
    padding: 0 !important;
    margin: 0 0 10px !important;
}
.page-template-tpl-registration .section_content form input.text {
    width: 100%;
    box-sizing: border-box;
    height: 44px;
    border-radius: 6px;
    margin: 0 0 12px;
    border: 1px solid #dddcdc;
    font-family: "Inter", sans-serif !important;
}
.page-template-tpl-registration .section_content form label {
    margin: 0 0 7px !important;
    display: inline-block;
    font-size: 15px;
}
.page-template-tpl-registration .section_content form i {
    top: 43px !important;
}

.page-template-tpl-registration .section_content form input.submit {
    font-family: "Inter", sans-serif !important;
    background: #c2152c !important;
    padding: 11px 22px;
    font-weight: 400;
    color: #ffffff !important;
    border: none !important;
    letter-spacing: 0.2px;
    text-shadow: none;
}

.page-template-tpl-registration .section_content form input.submit:hover {
    background: #c73145 !important;
}

.page-template-tpl-registration .section_content form .xauth-or {
    width: 100%;
}
.page-template-tpl-registration .section_content form .manage-password button.button {
    font-family: "Inter", sans-serif !important;
    background: #b5b5b5 !important;
    padding: 11px 22px;
    font-weight: 400;
    color: #333 !important;
    border: none !important;
    letter-spacing: 0.2px;
    text-shadow: none;
    height: auto;
}
.page-template-tpl-registration .section_content form .manage-password button.button[aria-label="Show password"]{
    background: #c2152c !important;
     color: #fff !important;
}

.page-template-tpl-registration .section_content form .manage-password {
    margin-bottom: 0;
}
.page-template-tpl-registration .section_content form .description.indicator-hint {
    font-size: 12px;
}
.page-template-tpl-registration .section_content form input[type="checkbox"] {
    height: 15px;
    width: 15px;
    margin: 0 3px 0 0;
    position: relative;
    top: 2px;
}

.page-template-tpl-registration .section_content form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.page-template-tpl-registration .section_content form .account_form_fields {
    width: 100%;
}
.page-template-tpl-registration .section_content form p.role {
    width: calc(66% - 5px);
    display: flex;
    gap: 10px;
}
.page-template-tpl-registration .section_content form p.role:nth-child(2) {
    width: calc(33% - 5px);
}
.page-template-tpl-registration .section_content form p.role label {
    text-align: center;
    border: 1px solid #d7d7d7;
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    border-radius: 5px;
    background: #f3fbff;
}
.page-template-tpl-registration .section_content form p.role input[type="radio"] {
    display: block;
    margin: 0 auto 7px;
}
.page-template-tpl-registration .section_content .notice ul.errors {
    padding: 10px !important;
    background: #d70b1b;
    border: none;
    border-radius: 6px;
    margin-bottom: 0 !important;
}
.page-template-tpl-registration .section_content .notice ul.errors li {
    padding: 0;
    list-style: none;
}
.page-template-tpl-profile .inner form fieldset .wp-pwd .caps-warning .caps-icon svg {
    width: 18px;
    height: 20px;
}

.page-template-tpl-submit .section_content form ol.jobs ~ p {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    font-weight: 600;
    font-size: 16px;
}
.page-template-tpl-submit .section_content form ol.jobs {
    margin: 0 0 30px !important;
}
.page-template-tpl-submit .section_content form ol.jobs li.job {
    padding: 12px !important;
}
.page-template-tpl-submit .section_content form ol.jobs li.job dd.title.prev_title strong {
    color: #000;
    font-family: "Inter", sans-serif !important;
    letter-spacing: 0;
    font-weight: 600;
}
.page-template-tpl-submit .section_content form ol.jobs li.job dd.title.prev_title {
    font-size: 14px;
}
.page-template-tpl-submit #wrapper .section_content form ol.jobs li.job dd.title.prev_title a {
    color: #62748e !important;
    font-weight: 500;
    font-size: 14px !important;
}
.page-template-tpl-submit #wrapper .section_content form ol.jobs li.job dd.title.prev_title a:hover{
    color: #c2152c !important;
}
.page-template-tpl-submit .section_content form ol.jobs li.job dd.type.prev_image {
    min-height: 80px;
}
.page-template-tpl-submit .section_content form ol.jobs li.job dd.date.prev_jobdate strong {
    font-family: "Inter", sans-serif !important;
    color: #62748e;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
}
.page-template-tpl-submit .section_content form ol.jobs li.job dd.date.prev_jobdate {
    width: auto;
    padding: 0 10px;
}
.page-template-tpl-submit .section_content form ol.jobs li.job dd.type.prev_jobtype {
    width: auto !important;
    margin: 0 0 0 auto !important;
    background: transparent !important;
}
.page-template-tpl-submit .section_content form ol.jobs li.job dd.type.prev_jobtype span {
    background: #fff;
    border: 1px solid #c2152c;
    width: auto;
    padding: 6px 13px 0px;
    text-shadow: none !important;
    color: #c2152c !important;
    border-radius: 20px;
    font-weight: 600;
    font-size: 11px;
    display: inline-block !important;
    margin: 0;
}
.page-template-tpl-submit .section_content form blockquote ul.list_desc {
    border: 1px solid #ebe9e9;
    background: #f5fbff;
    border-radius: 10px;
    padding: 10px 0;
}
.page-template-tpl-submit .section_content form blockquote ul.list_desc li {
    padding: 10px 20px;
    font-size: 15px !important;
    font-family: "Inter", sans-serif !important;
}
.page-template-tpl-submit .section_content form blockquote ul.list_desc li strong {
    font-size: 15px !important;
    font-family: "Inter", sans-serif !important;
}
.page-template-tpl-submit .section_content form blockquote ul.list_desc li span.sub_child {
    padding: 0;
}
.page-template-tpl-submit .section_content form blockquote ul.list_desc li span {
    font-size: 15px !important;
    font-family: "Inter", sans-serif !important;
}
.page-template-tpl-submit .section_content form blockquote ul.list_desc li:last-child {
    border-bottom: none;
}
.page-template-tpl-submit .section_content form blockquote h2 {
    font-size: 22px !important;
    font-family: "Inter", sans-serif !important;
    color: #333 !important;
    margin: 23px 0 0 !important;
}
.page-template-tpl-submit .section_content form blockquote p {
    font-size: 15px !important;
    font-family: "Inter", sans-serif !important;
}
.page-template-tpl-submit .section_content form input.goback {
    margin: 0px 0 0 !important;
    height: auto;
    text-align: center;
    background: #ffffff;
    color: #c2152c;
    font-size: 15px;
    padding: 13px 38px;
    box-sizing: border-box;
    border-radius: 9px;
    font-family: "Inter", sans-serif !important;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    width: auto;
    display: block;
    text-shadow: none;
    border: 1px solid #c2152c !important;
    transition: 0.2s;
}
.page-template-tpl-submit .section_content form input.goback:hover {
    background: #c2152c;
    color: #fff;
}
.page-template-tpl-submit .section_content form blockquote h3 {
    margin: 16px 0 10px !important;
    font-family: "Inter", sans-serif !important;
}


#purchase-plan .pricing-options .job-pack .job-pack-additional-options p {
    width: 100%;
    color: #333;
}
#purchase-plan .pricing-options .job-pack .job-pack-additional-options .featured_option .featured_option {
    position: relative;
    padding: 0 0 8px 25px;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
    display: block;
}
#purchase-plan .pricing-options .job-pack .job-pack-additional-options .featured_option input[type="checkbox"] {
    width: 17px !important;
    height: 17px;
    position: absolute;
    left: 0;
    margin: 0 !important;
    top: 4px;
}
#purchase-plan .pricing-options .job-pack .job-pack-choose input[type="radio"] {
    width: auto !important;
    height: auto;
    margin: 0 0 0 2px !important;
}
#purchase-plan .pricing-options .job-pack p.job-pack-description {
    width: 100%;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}
.page-template-tpl-submit #content .inner .section_content .section-head h1 {
    border-bottom: 1px solid #ddd;
    font-size: 26px !important;
    border: none;
    margin-bottom: 10px !important;
}



.single-transaction ol.steps {
    max-width: 950px;
    margin: 0 auto 50px !important;
}
.single-transaction ol.steps li {
    padding: 54px 0 0;
    position: relative;
    background: transparent;
}
.single-transaction ol.steps li:before {
    border: 2px solid #e1e7ef;
    content: "";
    height: 46px;
    width: 46px;
    position: absolute;
    border-radius: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    color: #62748e;
    padding: 11px 0 0;
    box-sizing: border-box;
    background: #fff;
    z-index: 1;
}
.single-transaction ol.steps li.done:before {
    background: #c2152c;
    color: #fff;
    border-color: #c2152c;
}

.single-transaction ol.steps li:after {
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    background: #e1e7ef;
    top: 23px;
    left: 50%;
}
.single-transaction ol.steps li.done:after {
    background: #c2152c;
}
.single-transaction ol.steps li span {
    background-image: none !important;
    border: none !important;
    padding: 0;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
    color: #999;
}
.single-transaction ol.steps li.done span {
    color: #000;
}
.single-transaction ol.steps li.current span {
    color: #000;
    background: transparent !important;
}
.single-transaction ol.steps li.current:before {
    background: #c2152c;
    color: #fff;
    border-color: #c2152c;
}
.single-transaction ol.steps li.done:before {
    content: "\f00c" !important;
    font-weight: 600;
}
.single-transaction ol.steps li:nth-child(2):before {
    content: "\f0b1";
    font-weight: 600;
}
.single-transaction ol.steps li:nth-child(3):before {
    content: "\f06e";
}
.single-transaction ol.steps li:nth-child(4):before {
    content: "\f00c";
    font-weight: 600;
}
.single-transaction ol.steps li:last-child:after{
    display: none;
}
.single-transaction #wrapper #content .inner {
    justify-content: center;
}
.single-transaction #wrapper #content .inner h1 {
    text-align: center;
    font-size: 32px;
    margin: 0 0 30px;
    color: #333;
}
.single-transaction .order-wrapper {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0px 6px 15px #c2152c0f;
    background: #fff !important;
    border: 1px solid #e6e7e8;
}
.single-transaction .order-wrapper .section-head h1 {
    font-size: 20px !important;
    text-align: left !important;
    margin: 0 0 0 !important;
    border-bottom: 1px solid #e6e7e8;
    padding: 15px 20px;
    background: #fdedee;
    border-radius: 9px 9px 0 0;
}
.single-transaction .order-wrapper .order-summary {
    padding: 20px;
    border-bottom: none;
}
.single-transaction .order-wrapper .order-summary p {
    padding: 0;
    color: #333;
}
.single-transaction .order-wrapper .order-summary table {
    width: 100%;
    border-collapse: collapse;
}
.single-transaction .order-wrapper .order-summary table td {
    border: 1px solid #ddd;
    padding: 16px;
    font-size: 14px;
    background: #f5fbff;
    font-weight: 600;
}
.single-transaction .order-wrapper .order-summary p.thank-you {
    font-size: 18px;
    margin: 30px 0 11px;
}

.single-transaction .order-wrapper .order-summary form.main_form input.submit {
    margin: 20px 0 0;
    height: auto;
    text-align: center;
    background: #c2152c;
    color: #fff;
    font-size: 15px;
    padding: 12px 35px;
    box-sizing: border-box;
    border-radius: 9px;
    border: none !important;
    font-family: "Inter", sans-serif !important;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    width: auto;
    display: block;
    text-shadow: none;
}
.single-transaction #wrapper #content .inner .section_content {
    border-bottom: none;
}

.single #content .section_header ul.personal_care li a {
    color: #333;
}
.single-transaction .order-wrapper form.main_form .order-gateways {
    padding: 0 20px;
}
.single-transaction .order-wrapper form.main_form .order-gateways select {
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
}

.single-transaction .order-wrapper form.main_form input.goback {
    margin: 0 20px 20px 20px;
    height: auto;
    text-align: center;
    background: #fff;
    color: #c2152c;
    font-size: 15px;
    padding: 13px 38px;
    box-sizing: border-box;
    border-radius: 9px;
    border: 1px solid #c2152c;
    font-family: "Inter", sans-serif !important;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    width: auto;
    display: block;
    text-shadow: none;
}
.single-transaction .order-wrapper form.main_form input.submit {
    margin: 0 20px 20px 20px;
    height: auto;
    text-align: center;
    background: #c2152c;
    color: #fff;
    font-size: 15px;
    padding: 13px 38px;
    box-sizing: border-box;
    border-radius: 9px;
    border: none !important;
    font-family: "Inter", sans-serif !important;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    width: auto;
    display: block;
    text-shadow: none;
}
.single-transaction ol.steps li:nth-child(5):before{
    content: "\f164" !important;
}

body .inner .section_content .banner-collunm h1 {
    font-size: 60px !important;
    color: #030303 !important;
    line-height: 63px !important;
    text-align: left !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 800 !important;
    font-style: normal !important;
    margin: 12px 0 35px !important;
}
.job_listing-template-default .section.single .section_content img.wp-post-image {
    float: none !important;
}
.author-infonextyouthjob-ca #profile .section_content h1 a {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #555 !important;
}
div#live {
    overflow: auto;
}

#wrapper #footer .inner {
    width: 1320px !important;
    display: flex;
    gap: 30px;
    justify-content: center;
}
#wrapper #footer .inner .clear {
    display: none;
}
#wrapper #footer {
    background: #f3fbff;
    font-family: "Inter", sans-serif !important;
    padding: 40px 0 10px;
    position: relative;
}
#wrapper #footer:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background: #E6E7E8;
    left: 0;
    bottom: 56px;
}
.footer-social-list {
    display: flex;
    gap: 10px;
}
.footer-social-list a {
    background: #fff;
    display: flex;
    height: 35px;
    width: 35px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
#wrapper #footer .inner.inner_widgets ul.widgets {
    width: 25%;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
}

#footer .inner.inner_widgets ul.widgets p {
    padding: 0;
    color: #62748e;
    font-size: 14px;
    margin: 0;
}
#wrapper #footer .inner.inner_widgets ul.widgets h2.widget_title {
    padding: 0;
    margin: 0 0 10px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 0;
    font-size: 16px !important;
}
#wrapper #footer .inner.inner_widgets ul.widgets li {
    border: none !important;
    width: 100%;
    margin: 0;
}
#wrapper #footer .inner.inner_widgets ul.widgets li a {
    color: #62748e;
    transition: 0.3s;
}
#wrapper #footer .inner.inner_widgets ul.widgets .widget_recent_entries li {
    padding-left: 0;
}
#wrapper #footer .inner.inner_widgets ul.widgets .widget_recent_entries li a {
    background: #f3fbff !important;
}
#wrapper #footer .inner.inner_widgets ul.widgets .widget_recent_entries li, #wrapper #footer .inner.inner_widgets ul.widgets .widget_nav_menu li, #wrapper #footer .inner.inner_widgets ul.widgets .widget_text li {
    margin: 0 0 5px;
}
#wrapper #footer .inner.inner_widgets ul.widgets li a:hover {
    text-decoration: none !important;
    color: #c2152c;
}
.footer-social-list a:hover {
    background: #c2152c;
    color: #fff !important;
}


#wrapper #footer .inner p {
    margin: 0;
}
#wrapper #footer .inner p a {
    color: #62748e;
    font-size: 14px;
}
#wrapper #footer .inner p a:hover{
    text-decoration: none !important;
    color: #c2152c;
}

#header .inner {
    width: 1320px;
}
#wrapper #header {
    padding: 4px 0 !important;
    border-bottom: 1px solid #ddd;
    background: #ffffffe0;
    backdrop-filter: blur(12px);
}
#wrapper #header .logo_wrap img.logo {
    width: 200px;
}
#header .logo_wrap #mainNav #menu-header-menu .menu-item a {
    font-family: "Inter", sans-serif !important;
    margin: 0 15px;
    line-height: 22px;
    border-width: 2px;
    color: #3A5A74;
    border-bottom: none;
    position: relative;
}
#header .logo_wrap #mainNav #menu-header-menu .menu-item.current-menu-item a {
    color: #c2152c;
}
#header .logo_wrap #mainNav #menu-header-menu .menu-item a:before {
    content: "";
    height: 2px;
    width: 0%;
    position: absolute;
    background: #c2152c;
    bottom: -2px;
    transition: 0.3s;
}
#header .logo_wrap #mainNav #menu-header-menu .menu-item a:hover:before {
    width: 100%;
}
#header .logo_wrap #mainNav #menu-header-menu .menu-item.current-menu-item a:before {
    width: 100%;
}
#header .logo_wrap .loginregister {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Inter", sans-serif !important;
}
#header .logo_wrap .loginregister a.userregister {
    width: auto;
    display: inline-block;
    text-align: center;
    background: #c2152c !important;
    color: #fff;
    font-size: 15px;
    padding: 10px 16px;
    box-sizing: border-box;
    border-radius: 8px;
    float: none;
}
#header .logo_wrap .loginregister .postjob {
    float: none;
    margin: 0;
}
#header .logo_wrap .loginregister .postjob a {
    width: auto;
    display: inline-block;
    text-align: center;
    background: #c2152c !important;
    color: #fff;
    font-size: 15px;
    padding: 10px 16px;
    box-sizing: border-box;
    border-radius: 8px;
    float: none;
}

#header .logo_wrap .loginregister a.userregister:hover, #header .logo_wrap .loginregister .postjob a:hover{
    background: #c73145 !important;
}
#header .logo_wrap .loginregister .userlogin a:hover{
    color: #c73145;
}
#header .logo_wrap ul.profile-wrapper .profile {
    font-family: "Inter", sans-serif !important;
    border-radius: 8px;
    background: #ffffff;
    padding: 11px 10px;
}

body .modal-window>div {
    width: 650px;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(75deg, #f9eff0, #ffffff);
    font-family: "Inter", sans-serif !important;
    padding: 30px;
    box-sizing: border-box;
}
body .modal-window img.site-badge-image {
    position: static;
    margin: 0;
    width: auto;
}
body .modal-window .modal-content {
    margin: 25px 0 0 !important;
}
body .modal-window .modal-content p:first-child {
    margin: 0 0 10px !important;
    color: #000 !important;
    font-weight: 700;
    font-size: 28px !important;
    line-height: 36px !important;
    padding: 0 20px;
}
body .modal-window .modal-content p br {
    display: none;
}
body .modal-window .modal-content p {
    margin: 0;
    font-size: 16px !important;
    color: #62748e !important;
}
body .modal-window div[style="width:520px;"] {
    width: 100% !important;
    margin: 36px 0 0 0 !important;
    display: flex;
    gap: 20px;
}
body .modal-window div[style="width:520px;"] div {
    margin: 0 !important;
    width: 50% !important;
    background: transparent !important;
    padding: 0 !important;
}
body .modal-window div[style="width:520px;"] div a {
    padding: 86px 24px 20px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0px 5px 16px #c2152c0f;
    background: #fff;
    position: relative;
    top: 0;
    transition: 0.4s;
    text-align: left;
}
body .modal-window div[style="width:520px;"] div a:hover {
    top: -5px;
    text-decoration: none !important;
    border-color: #c2152c;
}
body .modal-window div[style="width:520px;"] div a h2 {
    color: #000 !important;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 10px;
}
body .modal-window div[style="width:520px;"] div a p {
    margin: 0;
    color: #62748e !important;
}
body .modal-window div[style="width:520px;"] div a:before {
    content: "\f0b1";
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 24px;
    background-color: #c2152c;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 10px;
    top: 24px;
    font-size: 18px;
}
body .modal-window div[style="width:520px;"] div:nth-child(2) a:before {
    background: #000;
    content: "\f15c";
}
body .modal-window div[style="width:520px;"] div:nth-child(2) a:hover {
    border-color: #000;
}
body .modal-window>div a.modal-close {
    right: 10px;
    top: 10px;
    background: #fff;
    font-size: 14px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border: 2px solid #c2152c;
    border-radius: 100%;
    opacity: 0.9;
}
body .modal-window>div a.modal-close:hover {
    color: #c2152c;
    text-decoration: none !important;
    opacity: 1;
}
body .modal-window .modal-content p a {
    color: #c2152c !important;
}
.home #content .inner #mainContent .section_content>h1 {
    display: none;
}

#header .logo_wrap ul.profile-wrapper .profile div {
    font-weight: 500;
}
#header .logo_wrap ul.profile-wrapper .profile ul.usermenu1 {
    border-radius: 0 0 10px 10px;
    width: 100%;
    left: -1px;
    padding: 6px 0;
}
#header .logo_wrap ul.profile-wrapper .profile ul.usermenu1:before {
    content: "";
    height: 10px;
    width: 100%;
    border-left: 1px solid #eee;
    position: absolute;
    border-right: 1px solid #eee;
    top: -9px;
    left: -1px;
}
#header .logo_wrap ul.profile-wrapper .profile ul.usermenu1 li a {
    font-size: 14px;
    font-weight: 500;
    color: #62748e;
}
#header .logo_wrap ul.profile-wrapper .profile ul.usermenu1 li {
    padding: 10px 15px;
    border: none;
}
#header .logo_wrap ul.profile-wrapper .profile ul.usermenu1 li a:hover {
    color: #c2152c;
    text-decoration: none !important;
}



body.blog #wrapper #content div.section h1 {
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    margin: 0 0 35px !important;
    color: #030303;
    line-height: 40px !important;
    padding: 0 !important;
}
body.blog #wrapper #content div.section li.job {
    padding: 0;
    width: calc(50% - 10px);
    background: #fbf7f7 !important;
    border: 1px solid #ddd !important;
    box-shadow: none;
    border-radius: 15px;
}
body.blog #wrapper #content div.section li.job dl {
    flex-wrap: wrap;
}
body.blog #wrapper #content div.section li.job dl dd.imgblogsize {
    width: 100%;
    float: none;
    text-align: center;
    min-height: 200px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
body.blog #wrapper #content div.section li.job dl dd.posttitle {
    width: 100%;
    float: none;
    padding: 20px;
    box-sizing: border-box;
}
body.blog #wrapper #content div.section li.job dl dd.imgblogsize img {
    width: auto !important;
    height: auto !important;
    margin: 0;
    max-width: 220px;
    max-height: 220px;
    object-fit: contain;
}

body.blog #wrapper #content div.section li.job dl dd.posttitle a {
    font-family: "Inter", sans-serif !important;
    margin: 0 0 10px !important;
    font-size: 19px !important;
    color: #000;
    font-weight: 600 !important;
    min-height: 50px;
    line-height: 26px !important;
}
body.blog #wrapper #content div.section li.job dl dd.posttitle a:hover {
    text-decoration: none !important;
    color: #c2152c;
}
body.blog #wrapper #content div.section li.job dl dd.posttitle .blogsection_content {
    border: none;
    font-family: "Inter", sans-serif !important;
}
body.blog #wrapper #content div.section li.job dl dd.posttitle .blogsection_content p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}
ul.connected-list a i {
    height: 30px;
    width: 30px;
    text-align: center;
    background: #fff;
    line-height: 30px;
    display: inline-block;
    border-radius: 6px;
    margin: 0 6px 0 0px;
}
ul.connected-list a {
    display: inline-block;
}
ul.connected-list li {
    margin: 0 0 15px !important;
}

#wrapper #sidebar ul.widgets .widget_job_categories .widget_content {
    max-height: 600px;
    overflow: auto;
}


.archive #wrapper #content .inner div.section{
    margin-bottom: 15px;
}
.error404 .section_content {
    text-align: center;
    border: none;
}
.error404 .section_content h1 {
    font-size: 30px !important;
    color: #000;
    margin: 0 0 12px !important;
}
.error404 .section_content p {
    padding: 0;
}
.category #wrapper #content .inner .single .section_content a img {
    box-sizing: border-box;
    width: 320px;
    height: 150px;
    object-fit: contain;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 0;
    margin-right: 20px;
}
.category #wrapper #content .inner .single .section_content p a:hover{
    color: #c2152c;
    text-decoration: none !important;
}
.single-post #wrapper #content .inner .single .section_content a img {
    width: 400px;
    object-fit: contain;
    margin-right: 20px;
}
.author-infonextyouthjob-ca #profile .section.single.post .section_header h1 a:hover{
    color: #c2152c;
    text-decoration: none !important;
}
.author-infonextyouthjob-ca #profile .section.single.post .section_header p.meta a:hover{
    color: #c2152c;
}

.single-post #wrapper #content .inner .single .section_header p.meta a:hover{
    color: #c2152c;
}
@media (max-width: 1460px){
#wrapper #footer .inner {
    width: 1180px !important;
}
#header .inner {
    width: 1200px;
}
#header .logo_wrap #mainNav #menu-header-menu .menu-item a {
    margin: 0 13px;
}
}

@media (max-width: 1280px){
#wrapper #content .inner #mainContent {
    width: 72% !important;
}
.page-id-54199 #wrapper #content .inner #mainContent {
    width: 100% !important;
}
#wrapper .inner #mainContent form#searchform {
    width: 980px !important;
}
#wrapper .section form.filter {
    padding: 10px 10px;
    gap: 8px;
}
#wrapper .section form.filter label {
    font-size: 13px;
}
#wrapper .inner #sidebar ul.widgets .widget_text ul.ads li img {
    height: auto;
}
#wrapper .section ol.jobs li.job dd.title {
    min-width: 260px;
    width: 260px;
}
#wrapper .section ol.jobs li.job dd.location {
    min-width: 150px !important;
    width: 150px !important;
}
#wrapper .section ol.jobs li.job dd.jobtype .jtype {
    height: 25px;
}
#wrapper .section form.filter input.submit {
    padding: 11px 22px !important;
    width: 120px !important;
}
.page-id-52434 #wrapper #content .inner #mainContent {
    width: 100% !important;
}
.single-post .section.single .section_content a img {
    height: auto;
    box-sizing: border-box;
}
.page-id-54279 #wrapper .section_content form fieldset fieldset input:first-child {
    width: calc(49% - 5px) !important;
}
#wrapper .section ol.jobs li.job-featured dd.date {
    margin-left: auto;
}
.page-template-tpl-submit .section_content form fieldset fieldset img#imgshow {
    width: auto;
}
.page-template-tpl-submit .section_content form fieldset fieldset input:first-child {
    width: calc(50% - 10px) !important;
}
.page-template-default #content .inner #mainContent {
    width: 72% !important;
}
.page-template-default .inner #sidebar {
    width: calc(25% + 8px);
}
.page-template-tpl-edit-job #content .inner #mainContent {
    width: 72% !important;
}
.page-template-tpl-edit-job .inner #sidebar {
    width: calc(25% + 8px);
}
.page-template-tpl-edit-job .section_content form fieldset fieldset select {
    /*width: calc(23% - 5px) !important;*/
}
.page-template-tpl-edit-job #content .section_content form fieldset fieldset img {
    width: auto;
}
.page-template-tpl-edit-resume #content .inner #mainContent {
    width: 72% !important;
}
.page-template-tpl-edit-resume .inner #sidebar {
    width: calc(25% + 8px);
}
.page-template-tpl-submit  #wrapper #content .inner #mainContent {
    width: 100% !important;
}
.page-template-tpl-submit .section_content form ol.jobs li.job dd.type.prev_jobtype span {
    padding: 6px 13px 5px;
    height: 25px;
}
body .inner .section_content .banner-collunm h1 {
    font-size: 50px !important;
    line-height: 53px !important;
    margin: 12px 0 25px !important;
}
#wrapper #footer .inner {
    width: 980px !important;
}
#header .inner {
    width: 1000px;
}
#wrapper #header .logo_wrap img.logo {
    width: 180px;
}
#header .logo_wrap .loginregister .postjob a {
    font-size: 13px;
    padding: 9px 14px;
}
#header .logo_wrap .loginregister a.userregister {
    font-size: 14px;
    padding: 9px 13px;
}
#header .logo_wrap .loginregister .userlogin a {
    padding: 0;
}
#header .logo_wrap #mainNav #menu-header-menu .menu-item a {
    margin: 0 10px !important;
    font-size: 12px !important;
}
#wrapper .banner-search-form {
    padding-right: 16px;
}
#wrapper .banner-collunm ul li {
    font-size: 14px;
}
#wrapper .banner-collunm ul {
    gap: 8px 13px;
}
#wrapper .banner-main-row {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
}
}


@media (max-width: 1024px){
#wrapper #content .inner #mainContent {
    width: 100% !important;
}
#wrapper #content .inner div.section {
    width: 100%;
}
#wrapper .inner #sidebar {
    width: 100%;
}
#wrapper #content .inner {
    width: 100% !important;
}
#wrapper div#content {
    width: 820px !important;
}
#wrapper .inner #mainContent form#searchform {
    width: 820px !important;
}
#wrapper .inner #mainContent form#searchform .input-container {
    gap: 12px;
    padding: 12px;
}
#wrapper #wrapper .inner #sidebar {
    margin-top: 40px;
}
.single-job_listing #wrapper .inner #sidebar, .category-news #wrapper .inner #sidebar {
    margin-top: 50px;
}
div#content .inner .section_content a img.wp-post-image {
    height: auto;
    box-sizing: border-box;
}
#content .socialwrap {
    margin: 20px 0 0;
}
#wrapper .inner #sidebar ul.widgets .widget_text ul.ads li {
    width: calc(25% - 12px);
}
#wrapper .inner #sidebar ul.widgets .widget_text ul.ads {
    align-items: center;
}
#wrapper .section ol.jobs li.job dd.jobtype {
    margin: 0 0 0 auto !important;
}
.tax-job_cat #wrapper .inner #sidebar {
    margin-top: 50px;
}
.page-id-54211 #wrapper .inner #sidebar {
    margin-top: 40px;
}
.post-type-archive-resume #wrapper .inner #sidebar {
    margin-top: 50px;
}
body .youth-team-row {
    padding-bottom: 50px !important;
}

.page-template-tpl-edit-job #wrapper .section_content form fieldset fieldset select {
    width: calc(50% - 10px) !important;
}
.page-template-tpl-edit-job .section_content form fieldset fieldset input#pricerange {
   width: calc(50% - 60px) !important;
}
.page-id-54170 #wrapper #content .inner {
    margin-bottom: 40px;
}
#wrapper #content .inner .blog-page-section {
    padding-bottom: 0 !important;
}
.post-type-archive-job_listing #wrapper .inner #sidebar {
    margin-top: 50px;
}
.tax-job_salary #wrapper .inner #sidebar {
    margin-top: 40px;
}
.term-contract #wrapper .inner #sidebar {
    margin-top: 40px;
}
.page-template-tpl-jobs-by-date #wrapper .inner #sidebar {
    margin-top: 40px;
}
.search-results #wrapper .inner #sidebar {
    margin-top: 40px;
}
.category-uncategorized #wrapper .inner #sidebar{
    margin-top: 40px;
}
.archive #wrapper .inner #sidebar {
    margin-top: 40px;
}
.page-template-tpl-submit #content .inner #mainContent {
    width: 100% !important;
}
.page-template-tpl-submit #content .inner {
    margin: 0 auto;
}

.page-template-default .inner #sidebar {
    width: calc(30% - 10px);
}
.page-template-default .inner #mainContent .section {
    width: 100%;
}
.page-template-default #content .inner #mainContent {
    width: calc(70% - 10px) !important;
}
.blog-page-section .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone img {
    max-width: 200px !important;
}
.blog-page-section .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone {
    height: 150px;
}
.blog-page-section .vc_grid-item .vc_gitem-zone .vc_gitem-col {
    padding: 15px;
}
.blog-page-section .vc_grid-item .vc_gitem-zone .vc_gitem-col h4 {
    font-size: 18px !important;
    line-height: 24px !important;
}
.page-id-54123 .inner #mainContent .section {
    width: 100%;
}
.about-first-section p {
    font-size: 15px !important;
    line-height: 25px !important;
}
.about-first-section h2 {
    font-size: 26px !important;
}
.benfits-row .benfits-collunm {
    width: 100%;
}
.benfits-row .benfits-collunm h4 {
    margin: 0 0 3px !important;
    padding: 0 0px 0 65px;
}
.youth-team-row .youth-team-collunm {
    width: 100%;
    margin: 0 0 16px;
}
.blog-page-section .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone img {
    max-width: 200px !important;
}
.blog-page-section .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone {
    height: 150px;
}
.blog-page-section .vc_grid-item .vc_gitem-zone .vc_gitem-col {
    padding: 15px;
}
.blog-page-section .vc_grid-item .vc_gitem-zone .vc_gitem-col h4 {
    font-size: 18px !important;
    line-height: 24px !important;
}
.page-template-tpl-edit-job .inner #sidebar {
    width: calc(30% - 10px);
}
.page-template-tpl-edit-job .inner #mainContent .section {
    width: 100%;
}
.page-template-tpl-edit-job #content .inner #mainContent {
    width: calc(70% - 10px) !important;
}
.page-template-tpl-edit-resume .inner #sidebar {
    width: calc(30% - 10px);
}
.page-template-tpl-edit-resume .inner #mainContent .section {
    width: 100%;
}
.page-template-tpl-edit-resume #content .inner #mainContent {
    width: calc(70% - 10px) !important;
}
.page-template-tpl-submit #wrapper .section_content form ol.jobs li.job dd.title {
    min-width: 200px;
    width: 200px;
}
.page-template-tpl-submit #wrapper .section ol.jobs li.job dd.location {
    min-width: 120px !important;
    width: 120px !important;
}
.page-template-tpl-submit .section_content form ol.jobs li.job dd.type.prev_jobtype span {
    padding: 6px 7px 5px;
}
.page-template-archive-job_listing #wrapper .inner #sidebar {
    margin-top: 30px;
}
#wrapper #footer .inner {
    width: 780px !important;
}
#header .inner {
    width: 820px !important;
}
#wrapper #header .logo_wrap img.logo {
    width: 160px;
}
#header .logo_wrap .loginregister {
    gap: 5px;
}
#header .logo_wrap .loginregister .postjob a {
    font-size: 11px;
    padding: 8px 11px;
}
#header .logo_wrap .loginregister a.userregister {
    font-size: 11px;
    padding: 8px 11px;
}
#header .logo_wrap #mainNav #menu-header-menu .menu-item a {
    margin: 0 7px !important;
    font-size: 12px !important;
}
#header .logo_wrap .loginregister .userlogin a {
    font-size: 12px;
}
}

@media (max-width: 1000px){
.page-template-tpl-submit ol.steps li {
    width: 20%;
    margin: 0;
}
.page-template-tpl-submit ol.steps li.current span {
    background: transparent !important;
}
.page-template-tpl-submit ol.steps li span:after, .page-template-tpl-submit ol.steps li span:before{
    display: none;
}
.page-template-default #content {
    width: 800px !important;
}
.page-template-default #content .inner {
    width: 100% !important;
}
.page-template-tpl-edit-job #content {
    width: 800px !important;
}
.page-template-tpl-edit-job #content .inner {
    width: 100% !important;
    margin: 70px 0 0;
}
.page-template-tpl-edit-resume #content {
    width: 800px !important;
}
.page-template-tpl-edit-resume #content .inner {
    width: 100% !important;
    margin: 70px 0 0;
}
.terms-main-section p {
    font-size: 15px !important;
    line-height: 25px !important;
}


.single-transaction ol.steps li {
    width: 20%;
    margin: 0;
}
.single-transaction ol.steps li span {
    font-size: 14px;
}
.single-transaction ol.steps li span:after, .single-transaction ol.steps li span:before{
    display: none;
}
.page-template-tpl-purchase-pack .section_content ol.steps li span:before {
    margin: 0;
    border: none;
}

}

@media (max-width: 860px){
#wrapper div#content {
    width: 680px !important;
}
.page-id-54199 #wrapper div#content {
    width: 100% !important;
    box-sizing: border-box;
}
#wrapper .inner #mainContent form#searchform {
    width: 100% !important;
}
#wrapper .inner #sidebar ul.widgets .widget_text ul.ads li {
    width: calc(25% - 15px);
}
#wrapper .section form.filter {
    padding: 15px;
    gap: 15px;
    flex-wrap: wrap;
}
#wrapper form.filter p[style="float: right; padding-top: 0px;"] {
    margin-left: 0 !important;
}
#wrapper .section ol.jobs li.job dd.title {
    min-width: 220px;
    width: 250px;
}
#wrapper .section ol.jobs li.job dd.location {
    min-width: 140px !important;
    width: 140px !important;
}
#wrapper .section ol.jobs li.job dd.type {
    min-width: 90px;
}
#wrapper .section ol.jobs li.job dd.jobtype .jtype {
    height: 24px;
    padding: 6px 10px 0px;
}
.single-resume #wrapper #content .inner {
    margin: 70px 0 30px;
}
#mainContent .section_content .banner-main-row {
    padding-bottom: 60px !important;
}
#mainContent .section_content .industry-section {
    padding-bottom: 50px !important;
}
#mainContent .section_content .featured-jobs-section {
    padding-bottom: 50px !important;
}
#mainContent .section_content .latest-jobs-section {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
}
#mainContent .section_content .journey-section {
    padding-top: 70px !important;
    padding-bottom: 40px !important;
}
#mainContent .section_content .journey-section .wpb_raw_code.wpb_raw_html {
    margin: 0 !important;
}

.page-template-default #content .inner #mainContent {
    width: 100% !important;
}
.page-template-default .inner #sidebar {
    width: 100%;
    padding: 0;
    margin: 0 0 40px;
}
.page-template-default #content {
    width: 100% !important;
    box-sizing: border-box;
}
.page-template-default #content .blog-page-section {
    padding-bottom: 0 !important;
}
.page-template-default .inner .section_content h1 {
    padding: 0 10px;
}
.page-template-default #content .blog-page-section .vc_pageable-slide-wrapper {
    margin: 0;
}
.blog-page-section .vc_pageable-slide-wrapper .vc_grid-item {
    padding: 0 10px 20px !important;
}
#content .youth-team-row {
    padding-bottom: 0 !important;
}
#content .blog-page-section {
    padding-bottom: 0 !important;
    margin: 0;
}
#content .location-map-sec {
    padding-bottom: 0 !important;
}
.page-template-tpl-edit-job #content .inner #mainContent {
    width: 100% !important;
}
.page-template-tpl-edit-job .inner #sidebar {
    width: 100%;
    padding: 0;
    margin: 0 0 40px;
}
.page-template-tpl-edit-job #content {
    width: 100% !important;
    box-sizing: border-box;
}
.page-template-tpl-edit-job .inner .section_content h1 {
    margin: 0 0 20px !important;
}
.page-template-tpl-edit-job .section_content form fieldset fieldset select {
    width: 100% !important;
}
.page-template-tpl-edit-job .section_content form fieldset fieldset input:first-child {
    width: calc(100% - 40px) !important;
}
.page-template-tpl-edit-job .section_content form fieldset fieldset select {
    width: 100% !important;
    margin-top: 16px !important;
}
.page-template-tpl-edit-resume #content .inner #mainContent {
    width: 100% !important;
}
.page-template-tpl-edit-resume .inner #sidebar {
    width: 100%;
    padding: 0;
    margin: 0 0 40px;
}
.page-template-tpl-edit-resume #content {
    width: 100% !important;
    box-sizing: border-box;
}
.page-template-tpl-edit-resume .inner .section_content h1 {
    margin: 0 0 20px !important;
}
.page-template-tpl-edit-job .section_content form fieldset fieldset input:first-child {
    width: calc(50% - 10px) !important;
}
.page-template-tpl-submit .section_content form ol.jobs li.job dl {
    flex-wrap: wrap;
}
.page-template-tpl-submit #purchase-plan .pricing-options .job-pack {
    width: 100%;
}
.page-template-tpl-submit ol.steps li span {
    font-size: 13px;
}
#wrapper #footer .inner {
    width: 620px !important;
    float: none;
    flex-wrap: wrap;
}
#wrapper #footer .inner.inner_widgets ul.widgets {
    width: calc(50% - 16px);
}
#header .inner {
    width: 100% !important;
    padding: 0 20px;
    box-sizing: border-box;
}
}
@media (max-width: 767px){
#wrapper div#content {
    width: 100% !important;
    box-sizing: border-box;
}
#wrapper #content .inner h1.pagetitle {
    font-size: 28px !important;
    padding: 0px 0 10px;
}
.section.single ul.section_footer li a {
    padding: 7px 18px;
    font-size: 13px;
    transition: 0.3s;
}
#wrapper .section ol.jobs li.job dd.location {
    text-align: end;
}
#wrapper form.filter .job-filter {
    top: auto;
    right: 10px;
    bottom: 5px;
}
#wrapper .inner #mainContent form#searchform .input-container label {
    margin-left: 0;
}

.page-template-tpl-submit .section_content form fieldset fieldset select {
    width: calc(50% - 12px) !important;
    margin-top: 16px !important;
}
.page-template-tpl-submit .section_content form fieldset fieldset {
    margin: 6px 0 8px;
}
.page-template-default #content .inner {
    margin: 40px 0 0;
}
.page-template-default .inner .section_content h1 {
    font-size: 30px !important;
    margin: 0 0 20px !important;
    line-height: 36px !important;
}
.blog-page-section .vc_grid-item .vc_gitem-zone .vc_gitem-col h4 {
    min-height: auto;
}
.about-first-section h2 {
    font-size: 22px !important;
}
.benfits-row .benfits-collunm h4 {
    margin: 0 0 2px !important;
}
.blog-page-section .vc_grid-item .vc_gitem-zone .vc_gitem-col h4 {
    min-height: auto;
}
.contact-detail-collunm>.vc_column-inner>.wpb_wrapper {
    margin: 0 0 20px;
}
#content .contact-detail-section {
    padding-bottom: 30px !important;
}
.contact-form-section h2.vc_custom_heading {
    font-size: 22px !important;
}
.contact-form-section .wpb_content_element p {
    font-size: 15px !important;
}
.location-map-sec h2.vc_custom_heading {
    font-size: 22px !important;
}
.location-map-sec .wpb_content_element p {
    font-size: 15px !important;
}
.contact-form-section form.wpcf7-form {
    padding: 20px;
    gap: 10px;
}
.contact-form-section form.wpcf7-form p:nth-child(2), .contact-form-section form.wpcf7-form p:nth-child(3) {
    width: 100%;
}
.contact-form-section form.wpcf7-form input {
    padding: 12px 10px;
    border-radius: 6px;
    margin: 6px 0 0;
}
.contact-form-section form.wpcf7-form textarea {
    border-radius: 6px;
    margin: 6px 0 0;
}
.page-template-tpl-edit-job #content .inner {
    margin: 40px 0 0;
}
.page-template-tpl-edit-job .inner .section_content h1 {
    font-size: 30px !important;
    margin: 0 0 20px !important;
    line-height: 36px !important;
}
.page-template-tpl-edit-resume #content .inner {
    margin: 40px 0 0;
}
.page-template-tpl-edit-resume .inner .section_content h1 {
    font-size: 30px !important;
    margin: 0 0 20px !important;
    line-height: 36px !important;
}
.page-template-tpl-terms-conditions .inner .section_content h1 {
    font-size: 30px !important;
    margin: 0 0 8px !important;
    line-height: 36px !important;
}
.page-template-tpl-submit #wrapper .section_content form ol.jobs li.job dd.title {
    min-width: 100%;
    width: 100% !important;
    box-sizing: border-box;
    padding: 5px 0 0;
}
.page-template-tpl-submit #wrapper .section ol.jobs li.job dd.location {
    min-width: 100% !important;
    width: 100% !important;
}
.page-template-tpl-submit .section_content form ol.jobs li.job dd.date.prev_jobdate {
    width: auto;
    padding: 0 0;
}
body .inner .section_content .banner-collunm h1 {
    font-size: 30px !important;
    line-height: 36px !important;
    margin: 11px 0 25px !important;
    padding: 0 !important;
}
#header .logo_wrap #mainNav #menu-header-menu .menu-item a {
    margin: 0 5px !important;
}
#header .logo_wrap .loginregister .postjob a {
    font-size: 10px;
    padding: 8px 8px;
}
#header .inner {
    padding: 0 10px;
}
#header .logo_wrap .loginregister a.userregister {
    font-size: 10px;
    padding: 8px 6px;
}
#header .logo_wrap .loginregister {
    gap: 4px;
}
body .modal-window>div {
    width: 540px;
    padding: 40px 20px 20px;
}
#header ul.profile-wrapper {
    width: 180px;
}
#header .logo_wrap ul.profile-wrapper .profile {
    padding: 9px 5px;
}
.category #wrapper .inner #mainContent form#searchform .search-wrap{
    margin: 0;
}
}

@media (max-width: 640px){
.page-template-tpl-edit-resume .section_content form fieldset p {
    width: 100%;
}
.page-template-tpl-edit-resume .inner form fieldset legend {
    font-size: 18px;
    line-height: 48px;
}
.page-template-tpl-edit-resume .section_content form fieldset p:nth-child(2) {
    padding: 0 0 0 0px !important;
    margin-top: 2px !important;
    font-size: 14px;
}
.page-template-tpl-edit-resume .inner form {
    padding: 20px;
}
.page-template-tpl-edit-resume .inner form fieldset:nth-child(4) legend {
    padding: 0px 0 15px 50px !important;
}
.page-template-tpl-edit-resume .inner form fieldset:nth-child(9) legend {
    padding: 0px 0 15px 50px !important;
}
.page-template-tpl-edit-resume .inner #sidebar {
    margin: 0 0 10px;
}
.page-template-tpl-edit-job .section_content form fieldset p {
    width: 100%;
}
.page-template-tpl-edit-job .inner form fieldset legend {
    font-size: 18px;
    line-height: 48px;
}
.page-template-tpl-edit-job .section_content form fieldset p:nth-child(2) {
    padding: 0 0 0 0px !important;
    margin-top: 2px !important;
    font-size: 14px;
}
.page-template-tpl-edit-job .inner form {
    padding: 20px;
}
.page-template-tpl-edit-job .inner form fieldset:nth-child(4) legend {
    padding: 0px 0 15px 50px !important;
}
.page-template-tpl-edit-job .inner form fieldset:nth-child(9) legend {
    padding: 0px 0 15px 50px !important;
}
.page-template-tpl-edit-job .inner #sidebar {
    margin: 0 0 10px;
}
#wrapper #footer .inner {
    width: 100% !important;
    padding: 0 20px;
    box-sizing: border-box;
}
#wrapper #footer .inner.inner_widgets ul.widgets {
    width: 100%;
}
}

@media (max-width: 600px){
#header .inner .logo_wrap {
    justify-content: center;
}
#header .logo_wrap .loginregister .postjob a {
    font-size: 12px;
    padding: 8px 11px;
}
#header .logo_wrap .loginregister a.userregister {
    font-size: 12px;
    padding: 8px 10px;
}
#header .logo_wrap .loginregister {
    gap: 10px;
}
#header .inner .logo_wrap #mainNav select {
    border-radius: 6px;
    font-family: "Inter", sans-serif !important;
}
}

@media (max-width: 575px){
#wrapper #content .inner .resume_header {
    padding: 15px;
}
#wrapper #content .inner .resume_header p.meta {
    font-size: 14px;
}
#wrapper #content .inner .resume_header .title.resume-title {
    font-size: 24px !important;
    padding: 0 0 0 0;
    margin: 0 0 15px !important;
}
#wrapper #content .inner .resume_header p.button a.contact_button {
    padding: 11px 16px;
    font-size: 14px;
}
#wrapper #content .inner .resume_header p.button {
    position: static;
    margin: 12px 0 0 !important;
}
#wrapper #content .inner .resume_header dl {
    width: calc(100% + 31px);
    left: -16px;
    margin: 20px 0 -16px;
    padding: 11px 20px;
    font-size: 12px;
}
#wrapper #content .inner .section_content h2.resume_section_heading {
    font-size: 18px !important;
    padding: 24px 0px 16px 65px;
}
#wrapper #content .inner .section_content .resume_section {
    padding: 62px 22px 10px;
    min-height: 50px;
    margin: 0 0 18px;
}
#wrapper .inner #sidebar {
    padding: 0;
}
#wrapper #content .inner {
    margin: 50px 0 30px;
}
#wrapper #content ol.resumes li.resume {
    width: 100%;
}
.single #content .section_header h1.title {
    font-size: 24px !important;
    margin: 0 0 16px !important;
    line-height: 30px !important;
}
.section.single .section_content h2 {
    margin: 0 0 12px !important;
    font-size: 20px !important;
    line-height: 26px !important;
}
.single #content .section_header ul.personal_care li {
    width: 100%;
    padding: 16px 10px 16px 55px;
    font-size: 14px;
}
.single #content .section_header ul.personal_care li::before {
    padding: 8px 9px;
    top: 7px;
    left: 7px;
    width: 40px;
    box-sizing: border-box;
    height: 40px;
    text-align: center;
}
#wrapper .inner #mainContent form#searchform .input-container button.submit {
    font-size: 15px;
    padding: 10px 40px;
    height: 46px;
}
#wrapper .inner #mainContent form#searchform .input-container {
    gap: 5px;
    padding: 15px;
}
.single-job_listing #wrapper .inner #sidebar{
    margin-top: 30px;
}
.section.single ul.section_footer {
    flex-wrap: wrap;
}
.section.single ul.section_footer li {
    flex: 0 0 47%;
    width: 47%;
}
.section.single .section_content p {
    font-size: 15px !important;
    line-height: 22px;
}
#wrapper .inner #sidebar ul.widgets .widget_text ul.ads li {
    width: calc(50% - 10px);
}
.section.single .section_content ul li {
    font-size: 15px;
}
.category-news #wrapper .inner #sidebar{
    margin-top: 0px;
}
#wrapper .section ol.jobs li.job dd.title {
    min-width: 100%;
    width: 100%;
    padding: 0;
    margin: 8px 0;
}
#wrapper .section ol.jobs li.job dd.location {
    text-align: left;
    padding: 0;
}
.tax-job_cat #wrapper .inner #sidebar {
    margin-top: 30px;
}
#wrapper .section form.filter {
    width: 100% !important;
    left: 0;
}
.page-id-54211 #wrapper .inner #sidebar {
    margin-top: 30px;
}
#wrapper .section .paging .page-numbers {
    padding: 1px 10px;
}
#wrapper .section .paging .top a {
    padding: 2px 10px;
    margin: 0;
}
.post-type-archive-resume #wrapper .inner #sidebar {
    margin-top: 30px;
}
#mainContent .section_content .industry-section {
    padding-bottom: 30px !important;
}
#mainContent .section_content .featured-jobs-section {
    padding-bottom: 30px !important;
}
#mainContent .section_content .latest-jobs-section {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
}
.page-id-54279 #wrapper .section_content form fieldset fieldset input:first-child {
    width: calc(50% - 20px) !important;
}
.page-id-54279 #wrapper .section_content form fieldset fieldset input#pricerange {
    width: calc(50% - 46px) !important;
}
.page-id-54279 .inner form fieldset {
    margin: 0 0 25px 0;
}
.section.single #apply_form {
    padding: 20px;
    margin: 25px 0 0;
}
.section.single #apply_form form.main_form p:nth-child(1), .section.single #apply_form form.main_form p:nth-child(2) {
    width: 100%;
}
#wrapper .section ol.jobs li.job-featured dd.type {
    padding: 0;
    background: transparent !important;
}
#wrapper .section ol.jobs li.job-featured dd.type .ftype {
    padding: 7px 7px 0px;
}
.post-type-archive-job_listing #wrapper .inner #mainContent form#searchform .search-wrap {
    margin: 0 0 10px;
}
.post-type-archive-job_listing #wrapper .section h2.pagetitle {
    font-size: 28px !important;
    margin: 20px 0 10px !important;
    line-height: 36px !important;
}
.post-type-archive-job_listing #wrapper .inner #sidebar {
    margin-top: 30px;
}
.tax-job_salary #wrapper #content .inner h2.pagetitle {
    font-size: 28px !important;
    line-height: 36px !important;
    padding: 0px 0 10px;
}
.term-contract #wrapper #content .inner h2.pagetitle {
    font-size: 28px !important;
    line-height: 36px !important;
    padding: 0px 0 10px;
}
.page-template-tpl-jobs-by-date #wrapper #content .inner h2.pagetitle {
    font-size: 28px !important;
    line-height: 36px !important;
    padding: 0px 0 10px;
}
.archive #wrapper #content .inner h2.pagetitle {
    font-size: 28px !important;
    line-height: 36px !important;
    padding: 0px 0 10px;
}
.archive #wrapper #content .inner h1.pagetitle {
    font-size: 28px !important;
    padding: 0px 0 10px;
}
.page-template-tpl-submit #content .inner .section_content h1 {
    font-size: 28px !important;
    margin: 16px 0 16px !important;
}
.page-template-tpl-submit ol.steps li span {
    font-size: 12px;
    line-height: 18px;
}
.page-template-tpl-submit ol.steps li:before {
    height: 38px;
    width: 38px;
    font-size: 13px;
    padding: 7px 0 0;
}
.page-template-tpl-submit ol.steps li {
    padding: 46px 0 0;
}
.page-template-tpl-submit #content .inner .section_content {
    padding-left: 0;
    padding-right: 0;
}
.page-template-tpl-submit ol.steps {
    margin: 0 auto 12px !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.page-template-tpl-submit .section_content form fieldset p:nth-child(2) {
    font-size: 14px;
    padding: 0 !important;
    margin-top: 2px !important;
}
.page-template-tpl-submit .section_content form {
    padding: 20px;
    margin: 0 0 30px;
}
.page-template-tpl-submit .section_content form fieldset legend {
    font-size: 18px;
    line-height: 48px;
}
.page-template-tpl-submit .section_content form fieldset p {
    font-size: 14px;
    width: 100% !important;
}
.page-template-tpl-submit .section_content form p label {
    font-size: 14px;
}
.page-template-tpl-submit #company-logo::before {
    font-size: 14px;
}
.page-template-tpl-submit .section_content form  input.submit {
    font-size: 14px;
    padding: 12px 34px;
}
.page-template-archive-job_listing .section h2.pagetitle {
    font-size: 28px !important;
    margin: 0 0 10px !important;
}
.category #wrapper #content .inner .single .section_header h1 {
    font-size: 24px;
    margin: 0 0 6px !important;
}
.page-template-tpl-login .section_content {
    padding: 18px;
}
.page-template-tpl-login .section_content .notice ul.errors li {
    font-size: 14px;
    margin: 0;
}
.page-template-tpl-login .section_content h1 {
    font-size: 22px !important;
    margin: 0 0 14px !important;
}
.page-template-tpl-login .section_content p {
    font-size: 15px;
}
.page-template-tpl-login .section_content form p a.lostpass {
    font-size: 12px;
}


.page-template-tpl-registration .section_content h1 {
    font-size: 22px !important;
    margin: 0 0 14px !important;
}
.page-template-tpl-registration .section_content p {
    font-size: 15px;
}
.page-template-tpl-registration .section_content {
    padding: 18px;
}
.page-template-tpl-registration .section_content .notice ul.errors li {
    font-size: 14px;
    margin: 0;
}
.page-template-tpl-registration .section_content form p.role {
    width: 100%;
    gap: 0;
    flex-wrap: wrap;
}
.page-template-tpl-registration .section_content form p.role:nth-child(2) {
    width: 100%;
}
.page-template-tpl-registration .section_content form p.role:first-child {
    margin: 0 !important;
}
.page-template-tpl-registration .section_content form p.role:first-child label.alt {
    margin: 0 !important;
}
.page-template-tpl-registration .section_content form p.role label {
    margin-bottom: 10px !important;
}
.page-template-tpl-dashboard #wrapper .myjobs ul.display_section {
    padding: 8px 10px !important;
}
.page-template-tpl-dashboard #wrapper .myjobs ul.display_section li a {
    padding: 4px 7px;
    border-radius: 7px;
    font-size: 13px;
}
.page-template-tpl-dashboard #wrapper .myjobs ul.display_section li {
    margin: 0 3px 0px 0;
}
.page-template-tpl-dashboard #wrapper .myjobs p {
    width: 100%;
}
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section table.data_list thead th {
    padding: 4px 10px;
    line-height: 20px;
}
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section table.data_list td {
    padding: 6px;
    line-height: 18px;
}
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section {
    padding: 15px;
}
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section .job-pack {
    width: 100%;
    box-sizing: border-box;
    margin: 12px 0 0;
}
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section .job-pack .job-pack-title h2 {
    font-size: 14px;
    padding-left: 10px;
    left: -22px;
}
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section .job-pack .job-pack-title {
    width: 100%;
    left: 0;
}
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section .user-pack ul.job-pack-details li {
    width: 100%;
}
.page-template-tpl-dashboard #wrapper .myjobs .section_content .myjobs_section ul.job-pack-details {
    padding: 0;
}
.author-infonextyouthjob-ca #profile .section_content h1 {
    font-size: 18px;
}
.author-infonextyouthjob-ca #wrapper #content #profile h2.pagetitle {
    padding: 0 20px 10px;
    font-size: 22px !important;
}
.page-template-tpl-profile .inner .section_content h1 {
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    font-size: 26px !important;
    line-height: 34px !important;
}
.page-template-tpl-profile .inner form {
    padding: 18px !important;
}
.page-template-tpl-profile .section_content form fieldset p {
    width: 100%;
}
.page-template-tpl-profile .inner form fieldset .wp-pwd {
    flex-wrap: wrap;
}
.page-template-tpl-profile .inner form table.form-table label {
    font-size: 11px;
    padding: 4px;
}
.page-template-tpl-profile .inner form table.form-table table th {
    padding: 4px !important;
    font-size: 12px;
}
.page-template-tpl-profile .inner form h3 {
    font-size: 20px !important;
    margin-bottom: 12px !important;
}
.page-template-tpl-profile .inner form table.form-table tr:nth-child(2) td, .page-template-tpl-profile .inner form table.form-table tr:nth-child(3) td {
    padding: 6px !important;
}
.page-template-tpl-profile .inner form table.form-table select {
    font-size: 12px;
    padding: 6px;
    height: 32px;
    max-width: 220px;
}
.page-template-tpl-profile .inner form table.form-table table td {
    padding: 7px !important;
    font-size: 10px;
}
.page-template-tpl-profile .inner form table.form-table td em {
    font-size: 10px;
    font-weight: 500;
}
.page-template-tpl-edit-resume .inner .section_content h1 {
    font-size: 28px !important;
    margin: 0 0 12px !important;
    line-height: 34px !important;
}
.page-template-tpl-edit-resume .inner form>p {
    margin: 0 0 24px !important;
    font-size: 15px;
}
#wrapper #content .inner .resume_header img.resume-thumbnail {
    margin: 0px 0px 20px 0px;
}
.author-infonextyouthjob-ca #profile .section.single.post .section_header {
    padding: 16px;
}
.author-infonextyouthjob-ca #profile .section.single.post .section_header h1 {
    font-size: 16px;
    line-height: 20px;
}
.author-infonextyouthjob-ca #profile .section.single.post .section_header p.meta {
    font-size: 13px;
}
.single-post .socialwrap {
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box;
}
.page-template-tpl-edit-job .section_content form fieldset fieldset input#pricerange {
    width: calc(50% - 50px) !important;
}
.page-template-tpl-edit-job .section_content form fieldset fieldset {
    margin: 4px 0 12px;
}
form.main_form input.text, form.main_form textarea, form.main_form select {
    width: 100%;
    box-sizing: border-box;
}
.page-template-tpl-edit-job .inner .section_content h1 {
    font-size: 26px !important;
    margin: 0px 0 14px !important;
    line-height: 32px !important;
}
.page-template-tpl-submit .section_content form input.goback {
    font-size: 15px;
    padding: 10px 27px;
    margin: 0 0 10px !important;
}
.page-template-tpl-submit .section_content form blockquote ul.list_desc li strong {
    font-size: 14px !important;
    min-width: 120px;
}
.page-template-tpl-submit .section_content form blockquote ul.list_desc li {
    padding: 10px 10px;
    font-size: 14px !important;
}
.page-template-tpl-submit .section_content form fieldset fieldset input#pricerange {
    width: calc(49% - 46px) !important;
}
.page-template-tpl-submit .section_content form fieldset .wp_editor_wrapper input {
    min-height: 20px;
    line-height: 20px;
    height: 30px;
}
.single-transaction ol.steps {
    margin: 0 auto 30px !important;
}
.single-transaction ol.steps li:before {
    height: 38px;
    width: 38px;
    font-size: 13px;
    padding: 7px 0 0;
}
.single-transaction ol.steps li span {
    font-size: 12px;
    line-height: 18px;
}
.single-transaction #wrapper #content .inner .section_content {
    padding: 0;
}
.single-transaction ol.steps {
    margin: 0 auto 12px !important;
    display: flex;
    align-items: flex-start;
}
.single-transaction .order-wrapper form.main_form input.goback {
    font-size: 14px;
}
.page-template-default .inner .section_content h1 {
    padding: 0;
}
body .modal-window>div {
    width: calc(100% - 26px);
    padding: 35px 16px 16px;
}
body .modal-window .modal-content p:first-child {
    font-weight: 700;
    font-size: 22px !important;
    line-height: 26px !important;
    padding: 0;
}
body .modal-window .modal-content p {
    font-size: 13px !important;
}
body .modal-window div[style="width:520px;"] {
    margin: 24px 0 0 0 !important;
    gap: 10px;
}
body .modal-window div[style="width:520px;"] div a {
    padding: 70px 16px 16px;
}
body .modal-window div[style="width:520px;"] div a:before {
    content: "\f0b1";
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 16px;
    background-color: #c2152c;
    color: #ffffff;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 41px;
    border-radius: 10px;
    top: 16px;
    font-size: 16px;
}
body .modal-window div[style="width:520px;"] div a h2 {
    font-size: 13px;
    margin: 0 0 7px;
}
body .modal-window div[style="width:520px;"] div a p {
    font-size: 13px !important;
}
.journey-row .journey-content .buttons a {
    padding: 11px 20px;
    font-size: 13px;
}
#wrapper .banner-search-form {
    padding-right: 0;
}
.author-infonextyouthjob-ca #profile .section_content {
    gap: 10px;
}
.author-infonextyouthjob-ca #profile .section_content h1 {
    font-size: 16px;
}
.author-infonextyouthjob-ca #profile .section_content h1 a {
    font-size: 14px !important;
}
.author-infonextyouthjob-ca #profile .section_content img {
    height: 50px;
    width: 50px;
}
.author-infonextyouthjob-ca #profile .section.single.post .section_header h1 {
    padding-right: 50px;
}
.comment-bubble a {
    height: 40px;
    padding-top: 10px;
}
.category #wrapper #content .inner .single .section_content a img {
    width: 100%;
    height: 140px;
    margin-right: 20px;
}
.category #wrapper #content .inner .single .section_content ol.wp-block-list li, .category #wrapper #content .inner .single .section_content ul.wp-block-list li {
    font-size: 15px;
    line-height: 25px;
}
.category #wrapper #content .inner .single .section_content p {
    margin: 0 0 12px;
    line-height: 26px;
}
.category #wrapper #content .inner .single .section_content p ~ ul {
    margin-bottom: 15px;
    padding-left: 20px;
}
.category #wrapper #content .inner .single .section_header {
    padding: 20px;
}
.category #wrapper #content .inner .single .section_header h1 {
    font-size: 20px;
    padding-right: 48px;
    line-height: 26px;
}
.category #wrapper #content .inner .single .section_content ol.wp-block-list {
    margin: 0 0 20px 10px;
}
.single-post #wrapper #content .inner .single .section_content a img {
    width: 100%;
    margin-top: 5px;
}
.single-post #wrapper #content .inner .single .section_header {
    padding: 20px;
}
}

/* ===== STOP! Don't add anymore code below or the sky will fall! ===== 