/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			Elementor Team
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* 
Black: #03172F (text color)
Blue: #03172F
Gold: #c49276;
*/

/*
 * General
 */
pre {
    direction: ltr;
    display: block;
    font-size: 87.5%;
    background-color: #eeeeee;
    padding: 10px;
    color: #212529;
    overflow: auto;
}

body {
    font-family: "Open Sans", sans-serif;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

a {
    color: #c49276;
}

.bold {
    font-weight: bold;
}

.no-margin-p p {
    margin: 0;
}

.hide,
.hidden {
    display: none;
}

div.elementor-widget-theme-site-logo div.elementor-image a > img[src$=".svg"] {
    width: 100%;
    height: auto;
}

.page-id-330,
.page-id-332 {
    background-color: #f2f2f2;
}

.page-id-330 main.site-main,
.page-id-332 main.site-main {
    max-width: 1130px;
}

.woocommerce .quantity .qty {
    width: 70px;
}

/*
 * Browzwear
 */
.hide {
    display: none !important;
}

.post-type-grid {
    display: grid;
}

.post-type-grid[data-columns="1"] {
    grid-template-columns: 1fr;
}

.post-type-grid[data-columns="2"] {
    grid-template-columns: 1fr 1fr;
}

.post-type-grid[data-columns="3"] {
    grid-template-columns: 1fr 1fr 1fr;
}

.post-type-grid[data-columns="4"] {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.post-type-grid[data-columns="5"] {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.post-type-grid[data-columns="6"] {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.post-type-grid.margin-30 {
    margin: 50px auto;
}

.guilds-grid,
.industry-jobs-grid {
    grid-gap: 40px 40px;
}

.guilds-grid .guilds-item,
.industry-jobs-grid .industry-jobs-item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0;
    align-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: white;
    box-shadow: 0px 5px 4px 1px #e0e0e0;
}

.guilds-grid .guilds-item .company-logo img,
.industry-jobs-grid .industry-jobs-item .company-logo img {
    width: auto;
    max-width: 170px;
    max-height: 58px;
    margin-bottom: 10px;
}

.guilds-grid .guilds-item .content,
.industry-jobs-grid .industry-jobs-item .content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding: 20px 20px 10px 20px;
}

.guilds-grid .guilds-item .years-of-experience,
.guilds-grid .guilds-item .company-name,
.guilds-grid .guilds-item .locations,
.industry-jobs-grid .industry-jobs-item .company-name,
.industry-jobs-grid .industry-jobs-item .locations {
    color: #808080;
}

.guilds-grid .guilds-item .title,
.industry-jobs-grid .industry-jobs-item .title {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #212121;
}

.guilds-grid .guilds-item .meta .date,
.industry-jobs-grid .industry-jobs-item .meta .date {
    display: flex;
    align-items: flex-end;
    min-height: 70px;
    font-size: 13px;
    font-weight: 700;
    color: #212121;
}

.guilds-grid .guilds-item .actions,
.industry-jobs-grid .industry-jobs-item .actions {
    height: 45px;
    padding: 1px 25px 0 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #f4f4f4;
}

.guilds-grid .guilds-item .actions .learn-more,
.industry-jobs-grid .industry-jobs-item .actions .learn-more {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #515151;
}

@media (max-width: 767px) {
    .post-type-grid[data-columns="1"] {
        grid-template-columns: 1fr;
    }

    .post-type-grid[data-columns="2"] {
        grid-template-columns: 1fr;
    }

    .post-type-grid[data-columns="3"] {
        grid-template-columns: 1fr;
    }

    .post-type-grid[data-columns="4"] {
        grid-template-columns: 1fr;
    }

    .post-type-grid[data-columns="5"] {
        grid-template-columns: 1fr;
    }

    .post-type-grid[data-columns="6"] {
        grid-template-columns: 1fr;
    }
}

/*
 * Search
 */
.search-wrapper {
    display: flex;
    align-items: center;
}

.search-wrapper .text {
    margin-right: 20px;
    white-space: nowrap;
}

.form-search {
    display: flex;
    width: 100%;
}

.form-search .form-group {
    position: relative;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

.form-search .form-group:last-child {
    max-width: 130px;
    margin-left: 20px;
}

.form-search select,
.form-search input {
    appearance: none;
    max-width: 250px;
    height: 43px;
    border: 1px solid #aaaaaa;
    border-radius: 0;
    font-size: 12px;
    font-weight: 300;
    background-color: #f2f2f2;
    color: #515151;
}

.form-search select:focus,
.form-search select:active,
.form-search input:focus,
.form-search input:active {
    border-color: #aaaaaa;
}

.form-search .form-group:not(:first-child) select {
    border-left: 0;
}

.form-search .form-group:not(:last-child) select {
    border-right: 1px solid #d2d2d2;
}

.form-search .form-group:first-child select {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.form-search #keyword {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-left: 0;
}

.form-search img.search-triangle {
    position: absolute;
    top: 18px;
    right: 15px;
}

.form-search .btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    height: 43px;
    padding: 5px 15px 5px 10px;
    border: 1px solid #f5af18;
    border-radius: 50px;
    background-color: #f5af18;
    color: white;
}

.form-search .btn-submit:focus,
.form-search .btn-submit:active {
    outline: 0;
}

.form-search .btn-submit[disabled] {
    opacity: 0.7;
}

.load-more-posts img,
.form-search .btn-submit img {
    width: 27px;
    height: 27px;
    margin-right: 8px;
}

.form-search .btn-submit .btn-text {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.load-more-posts,
.load-more-posts:hover,
.load-more-posts:focus,
.load-more-posts:active {
    display: flex;
    align-items: center;
    margin: 60px auto;
    height: 43px;
    background-color: #f5af18;
    color: white;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    outline: 0;
    border: 0;
    border-radius: 50px;
    padding: 5px 60px 4px 60px;

}

@media (max-width: 767px) {
    .form-search,
    .search-wrapper {
        flex-direction: column;
    }

    .search-wrapper .text {
        margin-bottom: 10px;
    }

    .form-search select,
    .form-search #companies,
    .form-search #keyword,
    .form-search .form-group:not(:last-child) select,
    .form-search .form-group:not(:first-child) select {
        max-width: 100%;
        width: 100%;
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #dcdcdc;
        font-weight: 600;
    }

    .form-search .form-group:last-child {
        margin: 25px auto;
    }
}

/*
 * Spin Animation
 */
.spin {
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*
 * Fade In Animation
 */
.fade-in {
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*
 * Industry Jobs & Guilds & Search bar
 */
.hide {
    display: none !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

#top .post-type-grid {
    display: grid;
}

#top .post-type-grid[data-columns="1"] {
    grid-template-columns: 1fr;
}

#top .post-type-grid[data-columns="2"] {
    grid-template-columns: 1fr 1fr;
}

#top .post-type-grid[data-columns="3"] {
    grid-template-columns: 1fr 1fr 1fr;
}

#top .post-type-grid[data-columns="4"] {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#top .post-type-grid[data-columns="5"] {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#top .post-type-grid[data-columns="6"] {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#top .post-type-grid.margin-30 {
    margin: 50px auto;
}

#top .guilds-grid,
#top .industry-jobs-grid {
    grid-gap: 40px 40px;
}

#top .guilds-grid .guilds-item,
#top .industry-jobs-grid .industry-jobs-item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0;
    align-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: white;
    box-shadow: 0px 5px 4px 1px #e0e0e0;
}

#top .guilds-grid .guilds-item .company-logo img,
#top .industry-jobs-grid .industry-jobs-item .company-logo img {
    width: auto;
    max-width: 170px;
    height: 58px;
    margin-bottom: 10px;
    object-fit: contain;
}

#top .guilds-grid .guilds-item .content,
#top .industry-jobs-grid .industry-jobs-item .content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding: 20px 20px 10px 20px;
}

#top .guilds-grid .guilds-item .years-of-experience,
#top .guilds-grid .guilds-item .company-name,
#top .guilds-grid .guilds-item .locations,
#top .industry-jobs-grid .industry-jobs-item .company-name,
#top .industry-jobs-grid .industry-jobs-item .locations {
    color: #808080;
}

#top .guilds-grid .guilds-item .title,
#top .industry-jobs-grid .industry-jobs-item .title {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #212121;
}

#top .guilds-grid .guilds-item .meta .date,
#top .industry-jobs-grid .industry-jobs-item .meta .date {
    display: flex;
    align-items: flex-end;
    min-height: 70px;
    font-size: 13px;
    font-weight: 700;
    color: #212121;
}

#top .guilds-grid .guilds-item .actions,
#top .industry-jobs-grid .industry-jobs-item .actions {
    height: 45px;
    padding: 1px 25px 0 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #f4f4f4;
}

#top .guilds-grid .guilds-item .actions .learn-more,
#top .industry-jobs-grid .industry-jobs-item .actions .learn-more {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #515151;
}

@media (max-width: 767px) {
    #top .post-type-grid[data-columns="1"] {
        grid-template-columns: 1fr;
    }

    #top .post-type-grid[data-columns="2"] {
        grid-template-columns: 1fr;
    }

    #top .post-type-grid[data-columns="3"] {
        grid-template-columns: 1fr;
    }

    #top .post-type-grid[data-columns="4"] {
        grid-template-columns: 1fr;
    }

    #top .post-type-grid[data-columns="5"] {
        grid-template-columns: 1fr;
    }

    #top .post-type-grid[data-columns="6"] {
        grid-template-columns: 1fr;
    }
}

/*
 * Industry jobs
 */
.single-industry-jobs .back-to-industry-jobs {
    margin: 30px 0 0 10px;
    text-align: left;
}

.single-industry-jobs a.apply-now,
.single-industry-jobs a.all-industry-jobs {
    display: inline-block;
    padding: 4px 20px 3px 20px;
    border-radius: 50px;
    background-color: #f5af18;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
}

.single-industry-jobs div.apply-now-wrapper {
    text-align: center;
    margin: 40px auto;
}

.single-industry-jobs a.apply-now {
    display: inline-block;
    padding: 4px 70px 3px 70px;
}

.single-industry-jobs .professional-types,
.single-industry-jobs .employment-types,
.single-industry-jobs .locations,
.single-industry-jobs .seniorities {
    color: #f5af18;
    text-transform: uppercase;
}

.single-industry-jobs main.content {
    display: block;
    float: none;
    max-width: 800px;
    margin: 30px auto 20px auto;
}

.single-industry-jobs h1.title {
    text-align: center;
    margin: 20px 0;
}

.single-industry-jobs hr.separator {
    width: 50px;
    margin: 30px auto;
    border-width: 2px;
    border-color: #e3e3e3;
    background-color: #e3e3e3;
}

.single-industry-jobs #description {
    margin-bottom: 30px;
}

.single-industry-jobs h2 {
    margin: 10px 0 20px 0;
}

.single-industry-jobs .company-logo img {
    width: auto;
    max-width: 250px;
    max-height: 75px;
    object-fit: contain;
}

.single-industry-jobs .company-logo {
    text-align: center;
}

.single-industry-jobs .industry-jobs-item-main ul,
.single-industry-jobs .industry-jobs-item-main ol {
    list-style: initial;
    padding: 10px 0 10px 20px;
    margin: initial;
}

.single-industry-jobs .av-share-box {
    margin-bottom: 80px;
}


@media (max-width: 768px) {
    .table-mobile-fix > tr {
        display: flex;
        flex-direction: column;
    }

    .table-mobile-fix > tr > td {
        width: 100% !important;
    }
}

.form-graduation-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.form-graduation-wrapper .form-group label {
    font-size: 18px;
}

.form-graduation-wrapper .form-group:nth-of-type(1) {
    grid-row: 1;
    grid-column: 1 / 2;
}

.form-graduation-wrapper .form-group:nth-of-type(2) {
    grid-row: 1;
    grid-column: 2 / 3;
}

.form-graduation-wrapper .form-group:nth-of-type(3) {
    grid-row: 2;
    grid-column: 1 / 2;
}

.form-graduation-wrapper .form-group:nth-of-type(4) {
    grid-row: 2;
    grid-column: 2 / 3;
}

.form-graduation-wrapper .form-group:nth-of-type(5) {
    grid-row: 3;
    grid-column: 1 / 2;
}

.form-graduation-wrapper .form-group:nth-of-type(6) {
    grid-row: 3;
    grid-column: 2 / 3;
}

.form-graduation-wrapper .form-group:nth-of-type(7) {
    grid-row: 4;
    grid-column: 1 / 2;
}

.form-graduation-wrapper .form-group:nth-of-type(8) {
    grid-row: 4;
    grid-column: 2 / 3;
}

.form-graduation-wrapper .form-group:nth-of-type(9) {
    grid-row: 5;
    grid-column: 1 / 2;
}

.form-graduation-wrapper .form-group:nth-of-type(10) {
    grid-row: 5;
    grid-column: 2 / 3;
}

.form-graduation-wrapper .form-group:nth-of-type(11) {
    grid-row: 6;
    grid-column: 1 / 2;
}

.form-graduation-wrapper .form-group:nth-of-type(12) {
    grid-row: 6;
    grid-column: 2 / 3;
}

.form-graduation-wrapper .form-group:nth-of-type(13) {
    grid-row: 7;
    grid-column: 1 / 2;
}

.form-graduation-wrapper .form-group:nth-of-type(14) {
    grid-row: 7;
    grid-column: 2 / 3;
}

.form-graduation-wrapper .form-group:nth-of-type(15) {
    grid-row: 8;
    grid-column: 1 / 2;
}

.landing-wrapper .content-wrapper .form-graduation-wrapper .form-group:nth-of-type(15) span.wpcf7-form-control.wpcf7-radio {
    text-align: right;
    font-size: 18px;
}

.form-graduation-wrapper .form-group:nth-of-type(16) {
    grid-row: 8;
    grid-column: 2 / 3;
}

.form-graduation-wrapper .form-group:nth-of-type(17) {
    grid-row: 9;
    grid-column: 1 / 3;
}

.form-graduation-wrapper .form-group:nth-of-type(17) input[type="file"] {
    line-height: 40px;
}

.form-graduation-wrapper .form-group:nth-of-type(18) {
    grid-row: 10;
    grid-column: 1 / 3;
}

.form-graduation-wrapper .form-group:nth-of-type(18) textarea {
    width: 100%;
}

.form-graduation-wrapper .form-group:nth-of-type(19) {
    grid-row: 11;
    grid-column: 1 / 3;
}

.form-graduation-wrapper .form-group:nth-of-type(20) {
    grid-row: 12;
    grid-column: 1 / 3;
}

#form-graduation-submit {
    display: inline-block;
}

.form-graduation-wrapper .wpcf7-not-valid-tip {
    font-size: 16px;
}

@media (max-width: 767px) {
    .form-graduation-wrapper .form-group:nth-of-type(1) {
        grid-row: 1;
        grid-column: 1 / 3;
    }

    .form-graduation-wrapper .form-group:nth-of-type(2) {
        grid-row: 2;
        grid-column: 1 / 3;
    }

    .form-graduation-wrapper .form-group:nth-of-type(3) {
        grid-row: 3;
        grid-column: 1 / 3;
    }

    .form-graduation-wrapper .form-group:nth-of-type(4) {
        grid-row: 4;
        grid-column: 1 / 3;
    }

    .form-graduation-wrapper .form-group:nth-of-type(5) {
        grid-row: 5;
        grid-column: 1 / 3;
    }

    .form-graduation-wrapper .form-group:nth-of-type(6) {
        grid-row: 6;
        grid-column: 1 / 3;
    }

    .form-graduation-wrapper .form-group:nth-of-type(7) {
        grid-row: 7;
        grid-column: 1 / 3;
    }

    .form-graduation-wrapper .form-group:nth-of-type(8) {
        grid-row: 8;
        grid-column: 1 / 3;
    }

    .form-graduation-wrapper .form-group:nth-of-type(9) {
        grid-row: 9;
        grid-column: 1 / 3;
    }

    .form-graduation-wrapper .form-group:nth-of-type(10) {
        grid-row: 10;
        grid-column: 1 / 3;
    }

    .form-graduation-wrapper .form-group:nth-of-type(11) {
        grid-row: 11;
        grid-column: 1 / 3;
    }

    .form-graduation-wrapper .form-group:nth-of-type(12) {
        grid-row: 12;
        grid-column: 1 / 3;
    }

    .form-graduation-wrapper .form-group:nth-of-type(13) {
        grid-row: 13;
        grid-column: 1 / 3;
    }

    .form-graduation-wrapper .form-group:nth-of-type(14) {
        grid-row: 14;
        grid-column: 1 / 3;
    }

    .form-graduation-wrapper .form-group:nth-of-type(15) {
        grid-row: 15;
        grid-column: 1 / 3;
    }

    .form-graduation-wrapper .form-group:nth-of-type(16) {
        grid-row: 16;
        grid-column: 1 / 3;
    }

    .form-graduation-wrapper .form-group:nth-of-type(17) {
        grid-row: 17;
        grid-column: 1 / 3;
    }

    .form-graduation-wrapper .form-group:nth-of-type(18) {
        grid-row: 18;
        grid-column: 1 / 3;
    }

    .form-graduation-wrapper .form-group:nth-of-type(19) {
        grid-row: 19;
        grid-column: 1 / 3;
    }

    .form-graduation-wrapper .form-group:nth-of-type(20) {
        grid-row: 20;
        grid-column: 1 / 3;
    }
}