/*
Theme Name:   recore Child Theme
Theme URI:    https://www.lgbtqcareers.co/themes/recore
Description:  Child theme for the Parent Theme
Author:       Bharath
Author URI:   https://www.lgbtqcareers.co/
Template:     recore
Version:      1.0.0
*/

body{
font-family: 'Poppins', sans-serif;
}
.bg_green{
    background-color: #17494D;
}
.bg_litegreen{
    background-color: #BDD9D7;
}
.bg-clr{
    background-color: #FED6A8;
}
.bg-lightwhite{
    background-color: #F8F9F9;
}
.txt-green{
    color: #17494D ;
}
.txt-pink{
    color: #DB9DA2 ;
}
.txt-lightgreen{
    color: #ACCECC ;
}
.txt-yellow{
    color: #DBAD4B ;
}
.txt-orange{
    color: #E08453 ;
}
.txt-clr{
    color: #FACDBC ;
}
.txt-grey{
    color: #587F9B ;
}
.txt-grn{
    color: #78ABA8;
}
.txt-red{
    color: #de6b6b;
}
.h1_style{
    font-size: 60px;
}
.head_style{
    font-size: 60px;
    font-weight: 600;
}
.Button-Bottom {
  margin-bottom: 40px;
}
@media(max-width:768px)
{
    .head_style{
        font-size: 40px;
    }  
    .h2_style{
        font-size: 30px;
    }  
}
.h2_style{
    font-size: 50px;
    font-weight: 600;
}

.h4_style{
    font-size: 20px;
}
.h4-style{
    font-size: 20px;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.5;
    font-weight: 600;
}
.h5_style{
    font-size: 16px;
    line-height: 1.5;
}
.para-style{
    max-width: 540px;
    margin: 0 auto;
}
.font-size{
    font-size: 12px;
}
.font-size16{
    font-size: 16px;
}
.font-size20{
    font-size: 20px;
}
.font-size30{
    font-size: 30px;
    font-weight: 600;
}
.text_brand{
    color: #17494D;
}
.wp-block-button__link {
    border-radius: 0px;
}
.lgbtq-two-btns {
   margin-top: 20px !important;
}
@media(max-width: 991px){
    .nav-display{
        width: 100%;
        /* position: absolute;
        top: 93%; */
        background: rgb(23, 73, 77);
    }
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke=' rgb(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler{
    border: solid 1px #ffffff;
} 
.logos-img{
    max-height: 40px;
}
.img{
    max-width: 100%;
}
.tick-img{
    max-height: 20px;
}
.dots{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #DBAD4B;
    display: none;
}
.dot-green{
    background-color: #ACCECC;
}
.dot-pink{
    background-color: #DB9DA2;
}
.dot-blue{
    background-color: #678BA4;
}
@media(min-width:768px)
{
    .dots{
        display: block;
    }  
}

.btn{
    background-color: #ffffff;
    border: none;
    color:#17494D;
    font-size: 20px;
    font-weight: normal;
    border-radius: 0px;
    padding-inline: 20px;
}
.btn:hover {
    color:#17494D;
}
.button_light:hover{
    background-color:  #ACCECC;
}

/* Form styles */
.access-form {
    background-color: #fff;
    padding: 45px 40px;
    margin-bottom: 30px;
}
.trail-grp {
    padding-bottom: 20px;
    position: relative;
}
.label-name {
    background-color: #ffffff;
    padding: 0px 2px;
    font-size: 13px;
    color: rgba(0, 0, 0);
    font-weight: 400;
    line-height: 18px;
    font-style: normal;
}
.trail-grp input, .sel-dist {
    display: block;
    /* width: 100%; */
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #18181B;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #BCCBDC;
    border-radius: 4px;
}
.trail-grp textarea {
    border: 1px solid #BCCBDC;
    border-radius: 4px;
    padding: 9px 12px;
    resize: none;
}
.help-box {
    border: 1px solid #BCCBDC;
    border-radius: 4px;
    display: block;
    width: 100%;
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #18181B;
    background-color: #fff;
    background-clip: padding-box;
    resize: none;
    min-height: 108px !important;
    font-family: 'Inter';
}
.trail-grp .help-box {
    width: 100%;
}
.trail-grp input::placeholder, .help-box::placeholder {
    font-size: 14px;
    color: #ADADAD;
    /* opacity: 0.58; */
    font-weight: 400;
    line-height: 17px;
    font-style: normal;
    font-family: 'Inter';
}
.form-control:focus, .form-control:focus-visible {
    box-shadow: none;
    border: 1px solid #1E485461;
    outline: none;
}
.help-box {
    padding-top: 12px;
    border: 1px solid #1E485461;
}
.great-bt {
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.form-section {
    padding: 60px 0px;
}
.contact-form {
    width: 45%;
    margin: 0 auto;
    box-shadow: 0px 4px 12px 5px #0000000f;
}
.construct-mainhdng {
    font-size: 60px;
    color: #313232;
    text-align: center;
}
.first_sp {
    display: none;
    font-size: 12px;
}

.invalid-feedback {
    font-size: 12px !important;
    color: red !important;
    font-weight: 500;
    display: none;
}

.phone_or {
    display: none;
    font-size: 12px;
}
.first_sp22 {
    font-size: 12px;
}

.first_me, .phone_me {
    display: none;
    font-size: 12px;
    color: #dc3545;
    font-weight: 500;
}
.first_me2 {
    display: none;
    font-size: 12px;
    color: #dc3545;
    font-weight: 500;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.first_me2, .first_sp22 {
    display: none;
}

.first_me_b, .first_me_b2, .first_me_n, .first_sp_b, .first_sp2_n22, .first_sp2_b_n,.first_sp2_b_n22 {
    font-size: 12px;
    color: red !important;
    margin-top: 0.25rem;
    font-weight: 500;
    
}
.first_sp_b4 {
    display: none;
}

.first_me_n ul, .first_sp_b ul{
    margin-bottom: 0px !important;
}
.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #E4E4E4 !important;
    background-image: none !important;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #E4E4E4 !important;
    background-image: none !important
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #E4E4E4 !important;
    box-shadow: none;
}
.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
    display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #212529;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: #E4E4E4;
}
.CD-form {
    margin: 0 auto;
    box-shadow: 0px 6px 28px rgba(0, 0, 0, 0.14);
    border-radius: 16px;
    padding: 35px 50px;
    background-color: #FFFFFF;
}
.Red-star {
    color: Red;
}
.Form-radioBtn {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.Form-radioBtn input {
    padding: 0px;
    margin-top: -3px;
}
.Form-radioBtn label {
    font-size: 14px;
}
.From-submitBtn {
    margin: 5px 0px 0px 0px;
    width: 100%;
    height: 50px;
    line-height: 16px;
    color: #FFFFFF !important;
    background-color: #17494D !important;
}
.From-submitBtn:hover, .From-submitBtn:active {
    color: #FFFFFF !important;
    background-color: #17494D !important;
}
.subscribe-txt {
    color: #17494D;
    font-size: 14px;
    margin: 0px 0px 15px 0px;
}
.Form-section {
    padding-top: 80px;
    padding-bottom: 60px;
}
.center-align-items {
    align-self: center;
}
#myFile {
    width: 100%;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/* #ErrLinkedInURL, #PleaseSpecifyErr {
    font-size: 12px !important;
    color: red !important;
    font-weight: 500;
    display: none;
    margin-top: 4px;
} */
.Specify-box textarea{
    min-height: 50px !important;
}

.navbar-collapse .custm-navbar .nav-item:not(:last-child) {
    margin-right: 30px;
}
.navbar-collapse .custm-navbar .nav-item a {
    padding: 15px 0px;
}
.margin-botom-txt {
    margin-bottom: 30px;
}
.navbar-collapse .custm-navbar .nav-item a:after {
    content: '';
    height: 3px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #FFFFFFC7;
    z-index: 2;
}
#page .skip-link {
    display: none;
}
/* Blogs css */
.site-content .ws-section-spacing .container > .row {
    padding-top: 90px;
}
.site-content .ws-section-spacing .has-post-thumbnail, .site-content .ws-section-spacing .category-organizations {
    
    padding: 0px 20px;
}
.site-content .blog-card {
    background-color: #F8F9F9;
    box-shadow: 0px 0px 2px -100px rgba(0,0,0,0.5);
    margin: 0px 0px 20px 0px;
    border-radius: 10px;
}
.site-content .blog-card .blog-img {
    padding: 20px;
}
.site-content .blog-card .blog-img img {
    height: 100%;
}
.site-content .blog-card .date, .site-content .blog-card .admin {
    display: none;
}
.site-content .blog-card .blog-content {
    padding: 20px 35px;
}
.site-content .blog-card .blog-content h4 a {
    color:#17494D;
    font-size: 20px;
}
.site-content .blog-card .blog-content p {
    color:#17494D;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.site-content .blog-card .blog-content h4 {
    padding-top: 40px;
    margin-bottom: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.site-content .blog-card .blog-content .blog-btn {
    color:#17494D;
    font-size: 15px;
    padding: 15px 0px;
}
.blog-content .blog-detail .blog-data {
    padding-top: 50px;
}
.blog-content .blog-detail .blog-data a {
    color: #17494D;
    text-decoration: underline;
}
.blog-content .blog-detail .blog-data p {
    font-size: 16px;
}
.blog-content .blog-detail .blog-meta-tag {
    display: none;
}
.blog-detail .wp-block-heading {
    color:#17494D;
    margin-bottom: 30px;
}
.navbar-expand-lg {
    padding: 20px 0px;
}
.site-content .ws-section-spacing .container > .row .col-lg-8 {
    width: 100%;
}
.blog-content .blog-detail .blog-data .wp-block-button a {
    color: #ffffff;
    background: #17494D;
    text-decoration: none;
}
.padright-txt {
    padding-right: 15px;
}
.Lgbtqa-pages {
    display: none;
}
.blog-detail-img img {
    height: 100%;
}
.thankyou-section .h2_style {
    padding: 80px 0px;
}
.navbar-toggler-icon .fa-bars {
    display: none;
}
.validation-error {
    font-size: 12px !important;
    color: red !important;
    font-weight: 500;
    font-family: 'Inter';
    margin-top: 2px;
    display: none;
    font-feature-settings: 'liga' off;
}

/* Additonal styles */
body{
	font-family: 'Poppins';
	color: #17494D;
}
.company-heading, .company-name-heading {
    color: #17494D;
    font-family: 'Poppins';
    font-weight: 600;
}
.company-name-heading {
    margin-top: 50px;
    font-size: 40px;
}
.wp-block-button.lgbtq-button a, .wp-block-button.lgbtq-button a:hover {
    color: #ffffff;
    background: #17494D;
    border-radius: 0px;
    text-decoration: none;
    margin-bottom: 20px;
}
.company-body {
    font-family: 'Poppins';
    color: #17494D;
}
.head_style {
    font-size: 50px;
	  font-weight: 600;
}
.btn {
    background-color: #ffffff;
    border: none;
    color: #17494D;
    font-size: clamp(14px, 1vw, 18px);
    border-radius: 0px;
    padding-inline: 20px;
    font-weight: 500;
}
.button_light:hover {
    background-color: #ffffff;
}
 
element.style {
}
.btn-link:hover {
    color: #17494D;
}
.h2_style {
    font-size: 35px;
	  font-weight: 600;
		color: #17494D;
}
p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
		color: #17494D;
}
.h4-style {
    font-size: 18px;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.5;
    font-weight: 600;
		color: #17494D;
}
 
element.style {
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #17494D;
}
.list {
    font-size: 14px;
		color: #17494D;
    font-family: 'Poppins', sans-serif;
}
.font-size16{
	font-size: 16px;
}
.bg-trans {
    background-color: transparent;
}
.border-red {
    border-bottom: solid 3px #DB9DA2;
}
.border-yellow{
border-bottom: solid 3px #DBAD4B;
}
.border-green{
border-bottom: solid 3px #ACCECC ;
}
.heading-style{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2 ;
	color: #17494D;
	text-decoration: none;
}
.logo-img{
    margin-top: -60px;
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 120px;
    box-shadow: #c5c5c56e 10px 10px 7px;
}
.img{
    max-width: 100%;
}
.btn-grn{
    background-color: #17494D;
    border: none;
    color:#ffffff;
    font-size: clamp(14px, 1vw, 18px);
    font-weight: normal;
    border-radius: 0px;
    padding: 10px 25px;
    width: max-content;
}
a, .btn-grn:hover {
    color: #ffffff;
}
.btn_plain {
    padding: 0;
    width: fit-content;
}
