/*
Theme Name: Essentials Child
Theme URI: https://essentials.pixfort.com/
Author: PixFort
Template: essentials
Author URI: http://themeforest.net/user/pixfort
Description: Essentials child theme
Version: 1.0.2
License: Envato Marketplaces Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: essentials-child
Tags: header-builder, footer-builder, divider-builder, popup-builder, premium-design, translation-ready

*/


.a-post-cat {
    font-family: roboto;
    font-size: 16px;
    font-weight: 600;
    color: #888888 !important;
    text-transform: uppercase;
}

.a-post-title {
    font-family: roboto;
    font-size: 18px;
    font-weight: 600;
    color: #333333 !important;
    text-transform: capitalize;
}

.a-post-author {
    font-family: roboto;
    font-size: 12px;
    font-weight: 400;
    color: #5c5c5c;
}

.a-post-decription {
    font-family: roboto;
    font-size: 16px;
    font-weight: 500;
    color: #333333 !important;
}
.blog-asset-list p {
    line-height: 1.3;
}
.bb-1 {
    border-bottom: 0.5px solid #ccc;
}
.user-initial{
    border: 3px solid #fff;
    border-radius: 50%;
    padding: 7px;
}
.ui-autocomplete {
	list-style: none;
	padding-left:0;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.ui-autocomplete .ui-menu-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.ui-autocomplete .ui-menu-item:last-child {
    border-bottom: none;
}

.ui-autocomplete .ui-menu-item:hover {
    background-color: #f5f5f5;
}

/* search bar (home) */
@media (min-width: 576px) {
    #search-asset .input-group.has-search { width:100% }
}
#search-asset .has-search .form-control-feedback { 
    color:black;
    font-weight:600;
    padding-top:4px;
}
.pixicon-search:before { font-size: 25px; }

#search-asset input:not([type="button"]):not([type="submit"]) {
    margin-top:3px;
}
.input-group-append a {
    padding-top:6px;
}
.input-group-append .fa-sliders-h:before {
    font-size:25px;
}
#search-asset input[type=submit] {
    background-color: black !important;
    color: white !important;
    text-transform: uppercase;
    padding-top:4px;
    padding-bottom: 3px;
}
.elementor-2 .elementor-element.elementor-element-529f694 { font-weight:600; }

/* moved from collection popup function */
.collection_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(122 118 118 / 50%);
    z-index: 9
}

.collection_popup .popup-content {
    background-color: white;
    min-width: 500px;
    padding: 40px;
    border-radius: 5px;
    position: absolute;
    top: 53%;
    left: 70%;
    transform: translate(-53%, -70%);
    max-height: 500px;
    overflow-y: auto;
}

.collection_popup .popup-content h6 {
    color: #000;
    font-size: 18px;
}

.collection_popup .popup-content ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.collection_popup .popup-content ul li {
    border: 3px solid #000;
    border-radius: 7px;
    padding: 5px 10px;
    color: #000;
    cursor: pointer;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.collection_popup .popup-content ul li:hover {
    background: #000;
    color: #fff;
}

.collection_popup .close {
    color: #000;
    float: right;
    font-size: 32px;
    font-weight: 400;
    cursor: pointer;
    opacity: 1;
    position: relative;
    top: -5px;
}

.collection_popup h6.add_collection {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    margin-top: 15px;
    cursor: pointer;
}

.collection_popup .plus {
    left: 0;
    top: 0;
    font-size: 24px;
}

.collection_popup .inp-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 17px;
}

.collection_popup .inp-wrap label {
    color: #000;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.collection_popup .inp-wrap input,
.collection_popup .inp-wrap textarea {
    outline: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 16px;
}

.collection_popup .inp-wrap textarea {
    height: 110px;
}

.collection_popup .inp-wrap.checkbox label {
    display: flex;
    gap: 10px;
    align-items: center;
}

.collection_popup .inp-wrap.checkbox label input {
    width: 18px;
    height: 18px;
}

.collection_popup .inp-wrap.btns {
    flex-direction: inherit;
    gap: 20px;
    margin-top: 25px;
    align-items: center;
}

.collection_popup .inp-wrap.btns button {
    border: 3px solid #000;
    background: none;
    font-size: 16px;
    padding: 4px 15px;
    border-radius: 7px;
    font-weight: 600;
    text-transform: uppercase;
}

.collection_popup .inp-wrap.btns button[disabled]:hover {
    background: inherit;
    color: rgba(16, 16, 16, 0.3);
    cursor: no-drop;
}

.collection_popup .inp-wrap.btns button:hover {
    background: #000;
    color: #fff;
}

.collection_popup .inp-wrap.btns a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

#add_collection_popup .popup-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* moved from header dynamic icons function */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #69727d;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #69727d;
    border: 3px solid;
    background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    width: 1em;
    height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}

/* moved from account user area function */
.my_account_top_user_area_wrapper .profile h3,
.my_account_top_user_area_wrapper .profile h6,
.my_account_top_user_area_wrapper .profile p {
    line-height: 22px;
    color: #333;
}

.my_account_top_user_area_wrapper .profile h3 {
    font-size: 20px;
    font-weight: 600;
}

.my_account_top_user_area_wrapper .profile h6 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 5px;
}

.my_account_top_user_area_wrapper .profile p {
    font-size: 16px;
    font-weight: 500;
    padding-top: 25px;
    max-width: 60%;
}

.my_account_top_user_area_wrapper .tab {
    overflow: hidden;
    border: none;
    border-top: 1px solid #B5BAC2;
    border-bottom: 1px solid #B5BAC2;
    margin-top: 30px;
}

.my_account_top_user_area_wrapper .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 19px 0 15px;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-right: 50px;
    font-weight: 600;
}

.my_account_top_user_area_wrapper .tab button:last-child {
    margin-right: 0;
}

.my_account_top_user_area_wrapper .tab button.active,
.my_account_top_user_area_wrapper .tab button:hover {
    border-bottom: 4px solid #000;
    border-radius: 0px !important;
}

.my_account_top_user_area_wrapper .tabcontent {
    display: none;
    padding: 30px 0;
    border-top: none;
}

.my_account_top_user_area_wrapper .tabcontent.my_collections h3,
.my_account_top_user_area_wrapper .tabcontent.my_favorites h3 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 15px;
}

.my_account_top_user_area_wrapper .tabcontent.my_favorites .items {
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #B5BAC2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.my_account_top_user_area_wrapper .tabcontent.my_favorites .items .thumbnail img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.my_account_top_user_area_wrapper .tabcontent.my_favorites .items .body {
    min-width: 40%;
}

.my_account_top_user_area_wrapper .tabcontent.my_favorites .items h6 {
    font-size: 16px;
    color: #636363;
    text-transform: uppercase;
}

.my_account_top_user_area_wrapper .tabcontent.my_favorites .items h5 {
    font-size: 18px;
    color: #333;
    text-transform: capitalize;
    padding-top: 3px;
}

.my_account_top_user_area_wrapper .tabcontent.my_favorites .items img.heart {
    width: 28px;
    margin-left: 50px;
}

.my_account_top_user_area_wrapper .tabcontent.my_collections table,
.my_account_top_user_area_wrapper .tabcontent.notifications table {
    color: #333;
    font-size: 16px;
}

.my_account_top_user_area_wrapper .tabcontent.my_collections table thead tr,
.my_account_top_user_area_wrapper .tabcontent.notifications table thead tr {
    text-transform: uppercase;
    font-weight: 700;
}

.my_account_top_user_area_wrapper .tabcontent.my_collections table tbody tr,
.my_account_top_user_area_wrapper .tabcontent.notifications table tbody tr {
    border-bottom: 1px solid #B5BAC2;
}

.my_account_top_user_area_wrapper .tabcontent.my_collections table tbody td,
.my_account_top_user_area_wrapper .tabcontent.notifications table tbody td {
    padding: 15px 0;
}

.my_account_top_user_area_wrapper .tabcontent.my_collections table tbody input,
.my_account_top_user_area_wrapper .tabcontent.notifications table tbody input {
    width: 17px;
    height: 17px;
    position: relative;
    top: 3px;
    accent-color: #000;
}

.my_account_top_user_area_wrapper .tabcontent.my_collections table tbody .delete,
.my_account_top_user_area_wrapper .tabcontent.notifications table tbody .delete {
    cursor: pointer;
}

.my_account_top_user_area_wrapper .tabcontent.my_collections table tbody .loader,
.my_account_top_user_area_wrapper .tabcontent.notifications table tbody .loader {
    width: 30px;
    display: none;
    position: relative;
    top: 10px;
}

.my_account_top_user_area_wrapper .tabcontent.my_collections button,
.my_account_top_user_area_wrapper .tabcontent.notifications button {
    text-transform: capitalize;
    background-color: unset;
    border: 4px solid #000;
    border-radius: 10px;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 600;
}

.unread {
    font-weight: bold;
}
.read {
    font-style: italic;
}

/* moved from search form function */
/*-for filter dropdown*/
#search-asset1 input[type=submit] {
	background-color: black !important;
	color: white !important;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 3px;
}
.form-inline .input-group.has-search {
	width: 100%;
}
#pix_popup_184 .pix-dialog-inner {
	overflow: visible !important;
}
.new-custom-select {
	position: relative;
	width: 150px;
	user-select: none;
	margin: 0 8px;
}

.select-items.select-hide {
	display: none;
}

.select-selected {
	background-color: white;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 4px;
	color: black;
	font-size: 1rem;
	line-height: 1rem;
	text-transform: uppercase;
}

.select-selected:before {
	content: "\25BC";
	position: absolute;
	top: 12px;
	right: 10px;
}

.select-selected.up:before {
	content: "\25B6";
	position: absolute;
	top: 12px;
	right: 10px;
}

.select-items div {
	padding: 0 8px;
	font-size: .81rem;
	color: #fff;
}

.select-items div:last-child {
	border-bottom: 1px solid #ccc;
}

/* Checkbox styles */
input[type="checkbox"] {
	margin-right: 8px;
}

.select-items {
	z-index: 99;
	position: absolute;
	width: 100%;
	background: #000;
}
#search-asset label, #search-asset1 label, .new-custom-select .select-items label {
	display: inline-block;
}
.filters-bg {
	background-color:#efefef;
	padding:10px 0;
}
/* Notifications & Pop-up */
#notification-count {
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 18px;
	font-size: 14px;
	background-color: white;
	color: black;
	border-radius: 50%;
	text-align: center;
	top: -6px;
	left: 30px;
	line-height: 18px;
}
#notification-icon {
    cursor: pointer;
}
#notifications-popup {
	background-color: white;
	position: absolute;
	top: 45px;
	right: 60px;
	border-radius: 6px;
	width:400px;
	box-shadow: 0 0 1em #888;
	padding:20px 48px;
	font-family: Arial, sans-serif;
}

#notifications-popup h3 {
	margin: 20px 0 0;
	font-size: large;
	font-weight: 700;
}

#notifications-close {
	position: absolute;
	top: 24px;
	right: 24px;
	font-size: 20px;
	color: #333;
	cursor:pointer;
}

.notification-item {
	border-top: 1px solid #b7b7b7;
	padding: 20px 0;
}

.notification-item a {
	color: black;
	text-decoration: none;
	border-bottom: 2px solid black;
}

.notification-item p {
	width: 230px;
	display: inline-block;
	margin: 0;
	color: black;
	font-weight: normal;
	line-height: 120%;
}

#notifications-popup .notification-top {
	border: none;
	padding-top: 20px;
}

.notification-date {
	color: #888;
	font-size: 12px;
	position: relative;
	top: 5px;
	float: right;
}

a.notifications-all {
    display: inline-block;
    float:right;
    border-bottom: 2px solid black;
    line-height: 115%;
}
.unread { font-weight: bold; }
.read { color:#696969; }

.new_note::before {
    content: "!";
    background-color:black;
    color:white;
    border-radius:50%;
    padding:1px 9px;
    text-align:center;
    margin-right:4px;
}

/* temporary links */
#temp-link-box {
    border-radius: 6px;
    box-shadow:0 0 1em #888;
    padding: 20px 24px;
    margin:0;
    position: absolute;
    top: -25px;
    right: 15px;
    width:440px;
    z-index:999;
    background-color: white;
}

#temp-link-close {
    float:right;
    cursor:pointer;
}

#temp-link-box h3 {
    font-size: large;
    font-weight: 700;
    text-transform:uppercase;
    margin-bottom: 10px;
}
#temp-link-box p {
    margin-bottom:0;
    color: black;
    line-height: 135%;
}
#templink {
    color: #1E6EFF !important;
    background: #e9e9e9;
    padding: 5px 12px;
    border-radius:8px;
    overflow:hidden;
    height:34px;
    margin:20px 0;
    border: none;
    display: inline-block;
    width: 100%;
}
.templink-copy {
    border:4px solid black;
    border-radius: 12px;
    padding: 5px 13px;
    font-weight: 600;
    display: block;
    margin: auto;
    text-align: center;
    width: 125px;
    cursor:pointer;
}
.elementor-6471 .elementor-element.elementor-element-832aa5a, 
.elementor-2 .elementor-element.elementor-element-577d0ff {
    margin-bottom:10px !important;
}

.elementor-kit-8 button, .elementor-kit-8 input[type=button], .elementor-kit-8 input[type=submit], .elementor-kit-8 .elementor-button {
    border-color:black !important;
}

/* forum */
.ctdb-comments-area .comment-list article { 
    padding: 14px; 
    box-shadow:none;
    transition:none;
    background:none;
    border-radius:0;
    border-bottom:1px solid #999;
    margin-bottom:10px;
}
.comment ul { list-style: none !important; }
.comment-list .children { padding-left:0; margin-left:0;}
.ctdb-comments-area .comment-content { float:none;}
.ctdb-comments-area .comment-header { 
    padding:0; 
    border:none;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight:600;
    color:#a1a1a1;
    margin-bottom:0;
}
time.comment-timeago { color: #a1a1a1; float:right;}
.comment-content p { color: black; font-weight:500;}

.profile-logout, .profile-logout a {
    text-transform: uppercase;
    color: #9c9c9c;
    font-size: 16px;
}
.profile-logout a:hover {
    color: black;
}
.form-control, .form-control:not(.shadow-0) {box-shadow:none;}

.a-post-author { color: #5c5c5c !important; }

/* moved from home page html block */
#pix_popup_181 .user-details-wrapper form {
    width: 100%;
}
.discussion-form-wrapper {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
}
#pix_popup_181 .discussion-form-wrapper textarea {
	border: 2px solid #ccc;
}
#pix_popup_181 .discussion-form-wrapper input,#pix_popup_181 .discussion-form-wrapper select {
    border: 2px solid #ccc;
}
#pix_popup_181 .discussion-form-wrapper label {
    font-size: 14px;
    font-family: 'Roboto';
}

#pix_popup_181 .discussion-form-wrapper h3{margin-bottom:5px;}
#pix_popup_181 .discussion-form-wrapper p {
    display: block;	
    font-size: 14px;
    margin-bottom:5px;
}
#pix_popup_181 .user-details-wrapper {
    padding: 0 15px;
}
#pix_popup_181 .user-custom-fields {
    margin: 0 10px;
}
:focus-visible {outline:none;
    border: none;
}
#pix_popup_181 input[type=submit] {
    color: #a7a7a7 !important;
    background-color: #ececed !important;
    border-color: #ececed !important;    
}
.discussion-form-wrapper h3 {
    font-weight: 600;
    color: #353535;
    margin-bottom: 20px;
}
#pix_popup_181 .pix-popup-close {
    right: 31px !important;
    top: 12px !important;
}
.comment-body {
    display: flex;
}
header.comment-header {
    order: 3;
}
footer.comment-meta {
    order: 1;
}
.comment-content {
    order: 2;
}
@media all and (max-width: 980px) {
	.ff-col-2.ff-field-col {
	  width: 100% !important;
      padding: 0 !important;
	}
	 #pix-page-footer {
		text-align: center !important;
		padding: 20px 0 !important;
		background: #000 !important;
	  }
	body ol.edu-list {
	  margin-top: 15px;
	  font-size: 16px;
	}
	.jet-slider__content-inner .elementor-container {
	  padding: 0 10px !important;
	}
}
@media all and (max-width: 640px) {
	#page .jet-listing-grid__item a,
	#page .jet-listing-grid__item img {
	  width: 100% !important;
	}
	.jet-listing-grid__items.grid-col-desk-2.grid-col-tablet-2.grid-col-mobile-2 {
	  padding-right: 10px;
	}
	#btnsubmit {
	  width: 100% !important;
	  margin: 0 !important;
	}
	#lgrid img {
		width: 100% !important;
	}
	.tab {
		display: flex;
	}
	.user-details-wrapper form {
		width: 100% !important;
	}
	#pix-page-footer {
		position:fixed;
		bottom:0;
		padding: 0 !important;
		background: #000 !important;
		z-index:999;
	  }
	.new-custom-select {
		width: 95px;
	margin: 0 3px;
    }
	.select-selected {
		padding: 6px 3px;
	}
	.select-selected.up:before,.select-selected:before {
		top:7px;
		right:5px;
	}
	#edu-search-filters { margin-left: -5px; }
	#edu-list-select { display:none !important; }
}