/*
Theme Name: Child
Theme URI: http://www.itlinks.com
Template: betheme
Author: ITlinks
Author URI: http://www.itlinks.com
Description: NA
Tags: NA
Version: 1.4.2.1527019513
Updated: 2021-03-14 12:37:13
*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 37px !important;
}

.select2-container--default .select2-selection--single {
		height: 39.2px !important;
}

/* .twoc .acf-label label { */
.acf-field .acf-label label {
		color: #0072c2;
		font-weight: bold !important;
}

.wpcf7 input[type="submit"] {
		width: 50%;
}
.col-12, .col-lg {
	padding-bottom: 8px;
}

.row {
	padding: 0px 16px 0px 16px !important;
}

.acf-fields > .acf-tab-wrap .acf-tab-group {
	border-top: unset !important;
}

.acf-tab-group {
	padding: unset !important;
}

.acf-input-prepend, .acf-input-append {

	min-height: 39px !important;
	padding-top: 10px !important;

}
.acf-hl::before, .acf-hl::after, .acf-bl::before, .acf-bl::after, .acf-cf::before, .acf-cf::after {
	content: unset !important;
}

.acf-taxonomy-field .categorychecklist-holder {
    max-height: unset !important;
}
.acf-bl:before {
    content: unset;
}

.acf-field .children.acf-bl {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Creates 2 columns */
    gap: 2px; /* Adjust the space between the columns */
}

.acf-field .children.acf-bl li {
    display: flex; /* To align checkbox and label */
    align-items: center; /* Vertically center align items */
}

@media screen and (min-width: 1025px) {
.twoc .acf-checkbox-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Creates 2 columns */
    gap: 2px; /* Adjust the space between the columns */
}
}

.twoc .acf-checkbox-list li {
    display: flex; /* To align checkbox and label */
    align-items: center; /* Vertically center align items */
}

@media screen and (min-width: 1025px) {
.threec .acf-checkbox-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Creates 2 columns */
    gap: 2px; /* Adjust the space between the columns */
}
}

.threec .acf-checkbox-list li {
    display: flex; /* To align checkbox and label */
    align-items: center; /* Vertically center align items */
}
.fourc .acf-checkbox-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Creates 2 columns */
    gap: 2px; /* Adjust the space between the columns */
}

.fourc .acf-checkbox-list li {
    display: flex; /* To align checkbox and label */
    align-items: center; /* Vertically center align items */
}

.input-title{
	font-weight: bold;
}
.html_before_fields, .acf_style {
	border: 1px solid #7e8993 !important;
  	border-radius: 4px !important;
  	background-color: #7e899310 !important;
}
.acf_search {
	border: 1px solid #7e8993 !important;
  	border-radius: 4px !important;
  	background-color: #FFFFF !important;
}
.full_width {
	width: 100% !important;
	height: 37px;
	font-size: large !important;
}

.half_width {
	width: 50% !important;
}

.text-center{
	text-align: center !important;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align: left !important;
}

.plot-title:hover {
    background-color: yellow !important;
}


.link {
	color: #8e3434;
	cursor: pointer;
}

.active>.page-link, .page-link.active {
/*    background-color: #8e3434;*/
/*    border-color: #8e3434;*/
}
.page-link:hover {
/*	color: #ee1212;*/
}
.page-link {
/*    color: #8e3434;*/
}


.text-left {
	text-align: left !important;
}


.mfn-header-menu > .mfn-menu-li > .mfn-menu-link {
	padding: 8px 10px !important;
}
.placeholder {
	background-color: transparent !important;
}

.user-registration-EditAccountForm legend {
	background-color: rgba(247,247,247,1);
	padding: 8px;
	text-align: left !important;
}
.user-registration-profile-fields h2 {
  background-color: rgba(247,247,247,1);
  padding-left: 8px;
  text-align: left !important;
}

.title.my-account {
	background-color: rgba(247,247,247,1);
	padding-left: 8px;
}
.mce-container *, .mce-widget {
	background: transparent !important;
}

h5 {
	margin-top: 10px;
	margin-right: 10px;
	background-color: #80808024;
	padding-left: 6px;
}

.fancy_heading .title {
    font-size: 30px;
    line-height: 30px;
}

hr {
	background-color: gray;
}

.col-resume-detail:hover, .col-job-detail:hover {
    background-color: #80808024;
    cursor: pointer;
}

#Subheader .title {
	font-size: 40px !important;
	line-height: 50px !important;
	font-weight: 400;
}
#user-registration.horizontal .user-registration-MyAccount-content, #user-registration.horizontal .ur-edit-profile, #user-registration .user-registration-MyAccount-content, #user-registration .ur-edit-profile {
	text-align: left;
}

.block {
    display: block;
  }
.hidden {
    display: none;
  }

#Header .container {
/* 	z-index: 0; */
}
#Subheader {
	z-index: 0;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    padding: 0.375rem 0.75rem !important;
}

.select2-selection__choice {
	margin-bottom: 0px !important;
}

/* marging of the boxes */
.select2-selection__rendered {
	margin: 0 0 0 0 !important;
}

/* position for dropdown multiple */
.select2-search.select2-search--inline {
	position: fixed;
}

/* height of select2 multiple box */
.select2-container.form-control {
     height: auto !important;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
	margin-bottom: 2px !important;
}

.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="date"], .acf-field input[type="datetime"], .acf-field input[type="datetime-local"], .acf-field input[type="email"], .acf-field input[type="month"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="tel"], .acf-field input[type="time"], .acf-field input[type="url"], .acf-field input[type="week"], .acf-field textarea, .acf-field select {
	border: 1px solid #7e8993;
	border-radius: 4px;
	background-color: #7e899310;
	font-size: large !important;
}

.select2-container--default .select2-selection--multiple {
	background-color: #7e899310;
	padding-bottom: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	padding-left: 20px !important;
}

.select2-container--default .select2-selection--single {
	background-color: #7e899310;
}

.yhighlight{
  background-color:yellow;
	padding: 1px 7px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
/* 	background-image: url(../images/stripes/stripes_10_w.png); */
}

.emp-cap {
	color: #c1b8b8;
	text-decoration: underline;
}
.emp-img {
	float: inline-start;
	margin-right: 10px;
}

.hide-me
{
    display: none;
}
input.acf-button.button.button-primary.button-large {
    width: 50%;
    font-size: larger;
		display: block;
    margin: auto;
}
.acf-fields.-clear > .acf-field {
	margin: 15px 2px !important;
}
@media(max-width:768px) {
	#Subheader {
	/*margin-top: 86px;*/
}
		#Subheader .title {
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
}

	input.acf-button.button.button-primary.button-large { width: 80%; font-size: small;}
	.acf-field {width: 100% !important;}
	.section_wrapper, .container, .four.columns .widget-area {
		padding-left: 8px !important;
		padding-right: 8px !important;
		}
	.content_wrapper .section_wrapper, .container, .four.columns .widget-area {
	padding-left: 10px !important;
	padding-right: 10px !important;
 }
}