@charset "utf-8";
/*
 Theme Name:   Equadio Child
 Theme URI:    http://equadio.themerex.net/
 Description:  Equadio Child Theme
 Author:       ThemeRex
 Author URI:   http://themerex.net/
 Template:     equadio
 Version:      1.0.0
 Tags:         inheritable theme options
 Text Domain:  equadio
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.header_position_over .top_panel .sc_layouts_menu_nav > li.current-menu-item > a,
.header_position_over .top_panel .sc_layouts_menu_nav > li.current-menu-parent > a,
.header_position_over .top_panel .sc_layouts_menu_nav > li.current-menu-ancestor > a {
  color: var(--theme-color-text_dark) !important;
}

.sc_layouts_menu_nav > li.current-menu-item > a,
.sc_layouts_menu_nav > li.current-menu-parent > a,
.sc_layouts_menu_nav > li.current-menu-ancestor > a {
  color: #c71313 !important;
  font-weight: 600; 
}

.sc_layouts_menu_nav > li li.current-menu-item > a,
.sc_layouts_menu_nav > li li.current-menu-parent > a,
.sc_layouts_menu_nav > li li.current-menu-ancestor > a {
  color: var(--theme-color-extra_hover) !important; }

.sc_layouts_menu_nav > li li.current-menu-item:before,
.sc_layouts_menu_nav > li li.current-menu-parent:before,
.sc_layouts_menu_nav > li li.current-menu-ancestor:before {
  color: var(--theme-color-extra_hover) !important; 
}

.menu_mobile_inner a:hover,
.menu_mobile_inner .current-menu-ancestor > a,
.menu_mobile_inner .current-menu-item > a,
.menu_mobile_inner .menu_mobile_nav_area li:hover:before,
.menu_mobile_inner .menu_mobile_nav_area li.current-menu-ancestor:before,
.menu_mobile_inner .menu_mobile_nav_area li.current-menu-item:before {
  color: var(--theme-color-alter_link); 
}

.menu_footer_nav > li.current-menu-ancestor > a {
  color: var(--theme-color-text_dark) !important;
  font-weight: 800;
}

.post_meta_item {
  color: var(--theme-color-text) !important;
}


.nls-field-disabled {
  -webkit-filter: blur(1px);
  opacity:0.5;
}

/* Contact form 7 */
/* Contact form 7 */
.nls_doc_upload_form .columns_wrap {
	white-space: nowrap;
	letter-spacing: -20px;
	margin-right: -20px;
}
.nls_doc_upload_form .columns_wrap div {
	letter-spacing: 0;
	white-space: normal;
}
.nls_doc_upload_form .columns_wrap > [class*="column-"] {
	padding-right: 20px;
}
.nls_doc_upload_form textarea,
.nls_doc_upload_form .select_container,
.nls_doc_upload_form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
	box-sizing: border-box;
	margin-bottom: 20px;
	width: 100%;
}
.nls_doc_upload_form textarea {
	height: 14em;
	margin-bottom:20px;
}
.nls_doc_upload_form div.nls_doc_upload_form-response-output {
	padding: 0.42em 1em;
	@include border-radius(30px);
}
.nls_doc_upload_form input[type="submit"] {
	color: var(--theme-color-inverse_link);
	background-color: var(--theme-color-text_link);
}
.nls_doc_upload_form input[type="submit"]:hover {
	color: var(--theme-color-inverse_link);
	background-color: var(--theme-color-text_link_blend);
}

div.nls_doc_upload_form .ajax-loader {
	background-image: url(../images/reload.png);
}
.nls_doc_upload_form input[type="submit"] + .ajax-loader,
.nls_doc_upload_form input[type="submit"] + .nls_doc_upload_form-spinner{
	@include abs-rc(-1.5em);
	position: absolute;
	display: none;
	margin: 0;
}
.nls_doc_upload_form input[type="submit"] + .ajax-loader.is-active,
.nls_doc_upload_form input[type="submit"] + .nls_doc_upload_form-spinner.is-active {
	display: block;
}

span.nls_doc_upload_form-not-valid-tip {
	font-size: 1em;
}
.nls_doc_upload_form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) + .nls_doc_upload_form-not-valid-tip {
	margin-top: -1em;
	margin-bottom: 1.2em;
}
.nls_doc_upload_form .nls_doc_upload_form-submit-wrap {
	position: relative;
	display: inline-block;
	margin-top: 2em;
}
.nls_doc_upload_form span.wpgdprc .nls_doc_upload_form-list-item {
	margin: 0;
}
.nls_doc_upload_form span.nls_doc_upload_form-list-item:first-child,
.nls_doc_upload_form span.nls_doc_upload_form-list-item.first {
	margin-left: 0;
}

.wpcf7 textarea,
.wpcf7 .select_container,
.wpcf7 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
	margin-bottom: 1px;
}
.wpcf7 textarea {
	margin-bottom: 1px;
}

.document_wrapper {
	height: 320px;
}

.mapster-category-control h3 {
	font-size: 12px;
}

ul.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.checkbox-container { 
	border: 0px solid #ccc; 
	width: 100%; 
	height: 200px; 
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	overflow-y: auto; 
}
.nls-container {
	padding: 10px;
}

.wpcf7 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) + .wpcf7-not-valid-tip {
	margin-top: 0em;
}

/* Style the tab */
.tab {
	overflow: hidden;
	width: 100%;
	border: none;
	background-color: inherit;
}

.tablinks {
	border-radius: 0px;
}

/* Style the buttons inside the tab */
.tab button {
	all: initial;
	all: unset;
	background-color: #f1f1f1;
	float: left;
	border: 1px solid #ccc;
	border-radius: 0px;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
}
  
/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	height: 90px;
	border: 1px solid #ccc;
	border-top: none;
}

.wpcf7 form.unaccepted .wpcf7-response-output.trx_addons_message_box.trx_addons_message_box_info, .trx_addons_message_box_info {
    border: 1px solid #f04c49;
    background-color: #feeeee;
    color: #99302e;
    -webkit-box-shadow: 4px 4px 16px 0px rgb(200 0 0 / 30%);
    -ms-box-shadow: 4px 4px 16px 0px rgba(200,0,0,0.3);
    box-shadow: 4px 4px 16px 0px rgb(200 0 0 / 30%);
}

/* sticky-social-icons */
.sticky-social-icons {
	position: fixed;
	left: 10px;
	top: 150px;
	width: 120px;
	height: 100px;
	/*line-height: 47px;*/
	border-width: 1px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	color: #d30808;
	background: rgba(255, 255, 255, 1);
			opacity: 100;
	   -moz-opacity: 100;
	-webkit-opacity: 100;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index: 900000;
  }
  
  @media only screen and (max-width: 995px) {
	.sticky-social-icons {
	  right: 70px;
	}
  }
  
  @media only screen and (max-width: 880px) {
	.sticky-social-icons {
	  right: 30px;
	}
  }
  
  @media only screen and (max-width: 768px) {
	.sticky-social-icons {
	  right: 15px;
	}
  }

.nls-live-search-container {
    margin-left: 3rem;
}

.nls-live-search {
    position: relative;
}

.live-results-container {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 94%;
	margin-left: 2%;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    border-top: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 1000;
}

.search-result-item {
    padding: 1px;
    border-radius: 4px;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    cursor: pointer;
}

.search-result-item:hover {
    background-color:rgb(219, 232, 125);
}

#doc-search-input {
	width: 100%;
	padding-right: 40px;
}

.search-input {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}

.search-spinner {
	position: absolute;
	right: 1em;
    border: 3px solid #f3f3f3;
    border-top: 3px solid rgb(211, 8, 8);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
	margin: 0;
}

.no-results {
    padding: 3px;
    font-size: 12px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.search-results {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
	vertical-align: top;
}

.search-results-body {
    width: 100%;
}

.search-results-body td {
    padding: 8px;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ddd;
}

.search-results-body tr:last-child td {
    border-bottom: none;
}

.search-results-body tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

.search-results-body tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

.search-results-body tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.search-results-body tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.file-column {
    width: 20%;
    text-align: center;
}

.content-column {
    width: 50%;
}

.title-column {
    width: 30%;
}

.no-results {
    text-align: center;
    padding: 15px;
	font-size: 16px;
    font-style: italic;
    color: #777;
}

.search-row {
	cursor: pointer;
	opacity: 0.8;
}

.search-row:hover {
	opacity: 1;
}

.filters-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.filter-toggle {
	background-color: rgb(211, 8, 8) !important;
}
.filter-toggle.active, .filter-toggle:hover {
	background-color: #000000 !important;
}


.custom-dropdown {
    position: relative;
    width: 100%;
    border-radius: 40px;
	border: 0.1em solid rgb(118, 118, 118);
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.71em 1.25em;
    cursor: pointer;
	font-size: 16px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	z-index: 10;
}

.dropdown-title {
	width: 70%;
}

.dropdown-header .select_container {
	width: 30%;
}

.dropdown-options {
    position: absolute;
	margin-top: 0.3em;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 10px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 100;
}

.dropdown-options li {
	padding: 0px 10px;
}

.selected-filters-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.selected-filters {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	align-items: center;
	width: 100%;
	margin-top: 10px;
	gap: 10px;
}

.filter-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #eeeeeeb9;
	max-width: 15rem;
	border-radius: 5px;
	padding: 0px 8px;
	gap: 5px;
	font-family: "Titillium Web", sans-serif;
	font-size: 13px;
	font-weight: 400;
}


.filter-type  {
	font-weight: 700;
}

.remove-filter {
	align-items: center;
	font-size: 14px;
	color: rgb(211, 8, 8);
	font-weight: 500;
	cursor: pointer;
}

.selected-filters-container .remove-filter {
	margin-left: 10px;
	cursor: pointer;
	white-space: nowrap;
}

.remove-filter:hover {
	align-items: center;
	font-size: 14px;
	color: rgb(0, 0, 0);
	font-weight: 500;
	cursor: pointer;
}

/* #search-documents-form .columns_wrap .buttons-container {
	gap: 10px;
	align-items: center;
}

#search-documents-form .columns_wrap .buttons-container button {
	width: 45%;
	align-items: center;
	justify-content: center;
} */