/*
Theme Name: Aardvark Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Aardvark WordPress theme.
Version: 1.0
Author: GhostPool
Author URI: http://www.ghostpool.com
Text Domain: aardvark
Template: aardvark
*/

/* Add your own CSS code here */

.sub-menu.menu-depth-1 li a,
#gp-profile-menu li a {
	font-size:16px;
	font-weight:400;
	line-height: 1.4;
    padding: 8px 0;
    font-size: 16px;
}
.sub-menu.menu-depth-1 li,
#gp-profile-menu li {
	background: transparent;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding: 5px 0;
}
.sub-menu.menu-depth-1,
#gp-profile-menu {
	padding: 10px 20px 10px;
}
.library-post-section {
	background-color: #f4f4f4;
    border-radius: 12px;
    padding: 50px 20px 20px 20px !important;
    margin-bottom: 25px;
}

.youzify-horizontal-layout .youzify-navbar-inline-icons .youzify-navbar-item a,
.youzify-vertical-layout .youzify-navbar-inline-icons .youzify-navbar-item a {
    min-width: 100px;
    padding: 22px 15px;
}
.field-visibility-settings-notoggle,
.youzify-directory-filter,
#member-dir-count-bottom,
.youzify-recent-posts .youzify-no-thumbnail,
#bbpress-forums .youzify-bbp-topic-head,
.youzify-forum .youzify-sidebar-column,
.gp-entry-meta {
	display:none;
}
.members-form .nice-select.open {
	position: absolute;
}
.members-form .nice-select {
	overflow: hidden;
	min-width:20%;
}
.members-form .nice-select.open {
	overflow: unset;
}
.header-wrapper {
	display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
	vertical-align: middle;
    justify-content: center;
    align-items: center;
}
.gp-logo {
	width:15%;
}
.col-menu {
	width:59%;
	display: flex;
	align-content: center;
    align-items: center;
    justify-content: center;
}
.col-account {
	width:25%;
	padding: 8px 0px 8px 30px;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #C9D5DB;
}
.col-menu #gp-main-header-primary-nav {
    align-content: center;
    align-items: center;
    justify-content: center;
	float:none;
}
#gp-main-header-primary-nav > .menu > .menu-item.current-menu-item > a:before,
#gp-main-header-primary-nav > .menu > .menu-item.current-menu-item > a:hover:before,
#gp-main-header-primary-nav .menu > .menu-item > a:hover:before {
	position: relative!important;
}
.life-logo img {
	vertical-align:middle;
}
.slider-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: rgb(217, 184, 68);
    z-index: -1;
    transition: width 0.4s ease;
}
.slider-btn:hover::before {
    width: 100%;
}
.slider-btn:hover {
    color: #000; /* Optional: black text when yellow background appears */
}
/* Accordion container spacing */
.vc_tta.vc_tta-accordion .vc_tta-panel {
  border: 1px solid #D9B844;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Title / Question styling */
.vc_tta-panel .vc_tta-panel-title {
  background-color: #fff;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  cursor: pointer;
  position: relative;
}

/* Active title background */
.vc_tta-panel.vc_active .vc_tta-panel-title {
  background-color: #f8f8f8;
}

/* Icon styling */
.vc_tta-controls-icon {
  transition: transform 0.3s ease;
  font-size: 18px;
  color: #666;
}

/* Rotate icon on open */
.vc_tta-panel.vc_active .vc_tta-controls-icon {
  transform: rotate(45deg); /* turns + into x */
}

/* Answer / Content area */
.vc_tta-panel-body {
  background-color: #fafafa;
  padding: 20px;
  font-size: 15px;
  color: #333;
  line-height: 1.7;
}

/* Optional: hover effect */
.vc_tta-panel .vc_tta-panel-title:hover {
  background-color: #f9f9f9;
}
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta.vc_tta-accordion .vc_tta-panel:hover {
    border-color: #50A14A!important;
}
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a:hover {
	color:#50A14A!important;
}
.vc_tta-panel-body {
	border:0px!important;	
}
.bg-text {
	text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}
.top-cont {
	max-width:1200px;
	height: 100%;
	display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.top-cont a {
	font-size: 14px;
    font-weight: 400;
	vertical-align: sub;
	color:#fff!important;
}
.top-cont a:hover {
	color:#d9b844!important;
}
#gp-top-header {
    padding-top: 0px;
}
.icon-wrapper {
	text-align: right;
}
.social-top,
.info-top {
	width:50%;
}
.icon-wrapper i {
	font-size:16px;
}
.icon-wrapper a {
	padding-right:15px;
}
.youzify-search-landing-image-container {
	background:#057a64;
}
.members-form .nice-select.open .list {
    -webkit-transform: scale(1.1) translateY(0);
    -ms-transform: scale(1.1) translateY(0);
    transform: scale(1.1) translateY(0);
}
.gp-bps-toggle-button {
	pointer-events: none;
    padding-bottom: 15px!important;
    padding-top: 15px!important;
    font-size: 17px!important;
    font-weight: bold!important;
}
.gp-bps-button {
	font-size: 15px!important;
    padding: 15px 30px 15px 30px!important;
}
.gp-bps-members-directory {
	margin-top:30px!important;
}
#members-directory-form {
	margin-top:90px!important;
}
#gp-copyright-text {
	padding-top:13px;
}
.custom-breadcrumbs-wrapper {
	position: relative;
    width: 100%;
    min-height: 200px;
    max-height: 360px;
}
.custom-breadcrumbs-wrapper:before {
	content: '';
    display: block;
    padding-top: 25%;
}
.custom-breadcrumbs-wrapper img {
	width: 100%;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #898989;
    font-size: 8px;
    display: block;
    bottom: 0;
    max-width: 100%;
    height: auto;
}
.custom-breadcrumbs-wrapper #gp-page-title-text {
	position: absolute;
    box-sizing: border-box;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    width: 100%;
    text-align: center;
}
#gp-page-title {
	padding-top: 0px;
	padding-bottom: 0px;
}
.custom-page-heading {
	font-size: 48px!important;
	line-height: 56px!important;
	font-weight: 700!important;
	margin-bottom: 16px!important;
	color:#fff!important;
}
.youzify-forum .youzify-page-main-content .youzify-main-column {
    width: 100%!important;
}
#bbpress-forums .bbp-body div.bbp-reply-content, 
#bbpress-forums .bbp-body div.bbp-topic-content {
    padding: 12px 12px 12px 20px!important;
}
.article-tags-checkbox-style {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}
.article-tags-checkbox-style li {
	font-size:14px;
}
.tag-checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    padding: 4px 0px;
    border-radius: 6px;
    transition: background 0.2s ease;
}
.tag-checkbox-label:hover {
    background-color: #f5f5f5;
}
.fake-checkbox {
    display: none;
}
.checkbox-style {
    width: 16px;
    height: 16px;
    border: 2px solid #aaa;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    transition: all 0.3s ease;
}
.fake-checkbox:checked + .checkbox-style::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 3px;
    height: 7px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.article-categories-checkbox-style {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}
.article-categories-checkbox-style li {
	font-size:14px;
}
.category-checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    padding: 4px 0px;
    border-radius: 6px;
    transition: background 0.2s ease;
}
.category-checkbox-label:hover {
    background-color: #f5f5f5;
}
.fake-checkbox {
    display: none;
}
.checkbox-style {
    width: 16px;
    height: 16px;
    border: 2px solid #aaa;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    transition: all 0.3s ease;
}
.fake-checkbox:checked + .checkbox-style::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 3px;
    height: 7px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.gp-entry-tags {
  font-size: 14px;
  color: #444;
  background-color: #f5f5f5;
  padding: 10px 15px;
  border-left: 4px solid #0073aa; /* WordPress blue */
  margin-top: 20px;
  border-radius: 4px;
  text-align: left;
  padding: 20px 10px;
  font-size: 16px!important;
}
.gp-entry-tags a {
  color: #0073aa;
  text-decoration: none;
  margin-left: 5px;
}
.gp-entry-tags a:hover {
  text-decoration: underline;
  color: #005177;
}
.single-post #gp-content article,
.single-news_events #gp-content article .gp-entry-content {
	background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.single-news_events #gp-content {
	width:100%!important;
}
.gp-posts-wrapper.gp-pending-posts-wrapper {
	display:none;
}
.event-cat-btns .vc_btn3-inline {
	padding-right:10px;
}
.event-cat-btns {
	text-align:center;
}
.news-and-events-cat {
	display: inline-block;
    margin-bottom: 20px;
    padding: 10px 15px 10px 15px;
    background: #d9b844;
}
.news-and-events-cat span {
	color:#fff;
}
.category-bookmark {
    display: inline-block;
    background-color: #d9b844;
    color: white;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0px;
    position: relative;
    top: 12px;
    left: 20px;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.type-ribbon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #333;
    color: #fff;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 0 0 0 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.type-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
}
.icon-article {
    background-image: url('https://kesp.life-dimitra.eu/wp-content/uploads/2025/05/article.png');
}
.icon-paper {
    background-image: url('https://kesp.life-dimitra.eu/wp-content/uploads/2025/05/paper.png');
}
.icon-link {
    background-image: url('https://kesp.life-dimitra.eu/wp-content/uploads/2025/05/link.png');
}
.icon-text {
    background-image: url('https://kesp.life-dimitra.eu/wp-content/uploads/2025/05/text.png');
}
.icon-other {
    background-image: url('https://kesp.life-dimitra.eu/wp-content/uploads/2025/05/other.png');
}
.type-article { background-color: #2196f3; }
.type-paper   { background-color: #673ab7; }
.type-link    { background-color: #009688; }
.type-text    { background-color: #e91e63; }
.type-other   { background-color: #777; }
.ccc-favorite-post-toggle[data-ccc_my_favorites-select_button-style="1"] {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 15;
    text-align: right;
}
.ccc-favorite-post-toggle > a::before {
    content: "Save";
    font-weight: 600;
    font-size: 13px;
    color: #333;
    background-color: #f4f4f4;
    padding: 6px 12px;
    border-radius: 20px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    display: inline-block;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: 'Noto Sans', sans-serif !important;
}
.ccc-favorite-post-toggle > a:hover::before {
    background-color: #D9B844;
    color: #fff;
}
.ccc-favorite-post-toggle > a.save::before {
    content: "Saved";
    background-color: #1D8675;
    color: #fff;
    font-family: 'Noto Sans', sans-serif !important;
}
.my-account.submit-post .select2-container--open .select2-dropdown {
	margin-top:32px;
}
.my-account.submit-post .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 5px 7px;
    font-size: 12px;
}
ul.acf-checkbox-list {
    background: rgb(255 255 255)!important;
}
.my-account .youzify-page-main-content {
    padding: 35px 0 35px;
}
.my-account.submit-post .acf-form-submit {
	padding: 16px;
}
.theiaStickySidebar {
	padding: 0px 10px 0px 10px;
    background-color: #f4f4f4;
    border-radius: 12px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
}
#article_tags_by_type_widget-2 {
	padding-top:15px;
}
.search-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 93%);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.search-modal.active {
    display: flex;
}
.search-modal-content {
    background: #fff;
    width: 90%;
    max-width: 1200px;
    padding: 60px 40px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.close-search {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 28px;
    color: #333;
    text-decoration: none;
    z-index: 1000;
}
.ajax-search-wrapper {
    display: flex;
	position: relative;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    width: 100%;
}
.ajax-search-wrapper select {
    flex: 1;
    padding: 14px 16px;
    font-size: 16px;
    border: 2px solid #d9b844;
    border-radius: 0px;
    background: #fff;
    color: #333;
    height: 60px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 100%;
    padding: 8px;
    margin-bottom: 5px;
    font-size: 16px;
	border-right: 0px;
}
.ajax-search-wrapper input[type="text"] {
    flex: 2;
    padding: 14px 16px;
    font-size: 16px;
    border: 2px solid #d9b844;
    border-radius: 0px;
    background: #fff;
    color: #333;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 60px;
    width: 100%;
    padding: 8px;
    margin-bottom: 5px;
    font-size: 16px;
}
#ajax-search-results {
    margin-top: 30px;
    width: 100%;
    border-radius: 8px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border: 1px solid #ccc;
	max-height: 300px;
	overflow-y: auto;
	z-index: 999;
}
.search-result-item {
    transition: background 0.2s;
	padding: 10px;
    border-bottom: 1px solid #eee;
}
.search-result-item:last-child {
    border-bottom: none;
}
.search-result-item a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.search-result-item:hover {
    background: #fef8e1;
}
#open-search-modal {
	padding-left: 20px;
    padding-top: 6px;
}
.ajax-search-submit {
    flex: 1;
    height: 60px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-radius: 8px;
}
#gp-standard-header .gp-header-button:before, 
#gp-standard-header .gp-cart-button .gp-cart-bag {
    color: #000000!important;
}
.gp-profile-button.gp-header-button {
	top: 6px;
}
.gp-profile-button.gp-header-button:before {
	font-size: 20px !important;
}
#gp-main-header-primary-menu .main-menu-item .menu-link.main-menu-link {
	padding-top: 30px!important;
    padding-bottom: 20px!important;
}
#youzify_membership_signup_form .youzify-membership-link-item {
	display:none;
}
#youzify_membership_signup_form .youzify-membership-submit-item {
	width:100%;
}
.topuser-btn a {
	background: #d9b844;
    text-align: center;
    min-width: 140px;
    margin-top: 0px;
    height: 40px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topuser-btn a:hover {
	background: #424242;
	color:#fff!important;
}
.user-info-custom {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 10px;
    font-size: 14px;
	margin-top:20px;
	padding: 0px 10px 0px 10px;
}

.user-info-custom .field-row {
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px solid #eee;
}

.user-info-custom .field-row:last-child {
    border-bottom: none;
}

.user-info-custom .field-label {
    font-weight: 600;
    color: #555;
    width: 30%;
	text-align:left;
	line-height:24px;
}

.user-info-custom .field-value {
    text-align: right;
    width: 70%;
    color: #555;
	line-height:24px;
}
.members-selected-filter {
	color: #333;
    border-bottom: 2px solid #057A64;
    padding-bottom: 30px;
    margin-bottom: 30px!important;
}
.members-clear-filter a {
	padding: 10px 30px 10px 30px;
    background: #7a1e05;
    color: #fff;
}
.members-clear-filter a:hover {
	color:#fff!important;
}
.youzify-custom_infos .youzify-info-item {
	border-bottom: 1px solid #ededed;
    padding-bottom: 5px!important;
    margin-bottom: 10px;
}
.youzify-custom_infos .youzify-info-item .youzify-info-data a ,
.youzify-custom_infos .youzify-info-item .youzify-info-data p {
	color:#000!important;
}
.youzify-widget-title {
	color:#000!important;
}
/* Form container */
.acf-form {
  background: #fdfdfd;
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  font-family: "Segoe UI", Roboto, sans-serif;
}

/* Form fields layout */
.acf-field {
  margin-bottom: 25px;
}

/* Label styling */
.acf-label label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  color: #333;
}

/* Input fields */
.acf-input input[type="text"],
.acf-input input[type="url"],
.acf-input input[type="email"],
.acf-input input[type="file"],
.acf-input textarea,
.acf-input select {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  transition: border 0.3s ease;
}

.acf-input input:focus,
.acf-input textarea:focus,
.acf-input select:focus {
  border-color: #007cba;
  outline: none;
}

/* Checkbox & radio styling */
.acf-checkbox-list label,
.acf-radio-list label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

/* ACF WYSIWYG editor */
.acf-editor-wrap {
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}

.acf-editor-wrap textarea {
  border: none !important;
  padding: 10px;
}

/* Taxonomy fields (keywords, categories) */
.acf-taxonomy-field {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* Submit button */
.acf-form-submit input[type="submit"] {
  background-color: #d9b844;
  border: none;
  color: #fff;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.acf-form-submit input[type="submit"]:hover {
  background-color: #057A64;
}

/* Hide unnecessary hidden fields for visual clarity */
.acf-hidden,
.acf-hidden input,
.acf-hidden label {
  display: none !important;
}
.wpcf7-form .row {
    margin: 0 -10px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-right: calc(1.5rem / -2);
    margin-left: calc(1.5rem / -2);
}
.wpcf7-form .row > div {
    padding: 0 10px;
}
.wpcf7-form .col-sm-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
}
.wpcf7-form .col-sm-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}
.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="password"], 
.wpcf7-form input[type="search"], 
.wpcf7-form input[type="tel"] {
    height: 50px;
	font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #999;
    text-transform: none;
	width: 100%;
}
.contact-info-list {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
	margin-top:20px;
}
.contact-info-list li {
	padding-bottom:15px;
}
.social-list li {
	display:inline-block;
}
.social-list li:not(last-child) {
	padding-right:8px;
}
.social-list {
	margin-left:0px;
}
.social-list li a {
	font-size:23px;
}
.content-box {
	background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}
.wpbakery-numbered-box {
	position: relative;
	background: #f9f9f9;
	padding: 40px 30px;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.06);
	overflow: hidden;
}
.wpbakery-numbered-box h3 {
	margin-top: 0;
	font-size: 24px;
	font-weight: 700;
}
.wpbakery-numbered-box p {
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	z-index: 2;
}
.wpbakery-numbered-box::after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 50px;
	background-color: #057a64;
	color: white;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	border-top-left-radius: 100px;
	z-index: 1;
	pointer-events: none;
}
.box-one::after {
	content: "1";
}
.box-two::after {
	content: "2";
}
.box-three::after {
	content: "3";
}
.box-four::after {
	content: "4";
}
.box-five::after {
	content: "5";
}
table:not(.wp-block-table) th,
.wp-block-table:not(.is-style-stripes) thead td {
    background-color: #D9B844!important;
}
.article-tags-dropdown {
	width: 100%;
    line-height: 33px;
}
.gp-header-buttons.gp-nav.menu {
	align-items: center;
    vertical-align: middle;
}
.youzify-messages-btn {
    display: none !important;
}
.gp-meta-author-label {
	color:#333;
}
.gp-meta-author a {
	color:#057a64!important;
	font-weight:bold!important;
}
.submit-lib-post .button {
	position: relative;
    width: 240px;
    height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 1px solid #34974d;
    background-color: #3aa856;
    transition: all 0.3s !important;
	position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.submit-lib-post .button .button__text {
	transition: all 0.3s !important;
    transform: translateX(15px);
    color: #fff;
    font-weight: 600;
}
.submit-lib-post .button .button__icon {
	transition: all 0.3s !important;
    position: absolute;
    transform: translateX(175px);
    height: 100%;
    width: 50px;
    background-color: #34974d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.submit-lib-post .button .button__icon i {
	width: 30px;
    color: #fff;
}
.submit-lib-post .button:hover {
	background: #D9B844;
}
.submit-lib-post .button:hover .button__text {
	color: transparent;
}
.submit-lib-post .button:hover .button__icon {
	width: 210px;
	transform: translateX(0);
}
.submit-lib-post .button:active .button__icon,
.submit-lib-post .button:hover .button__icon {
	background-color: #D9B844;
}
.submit-lib-post .button:active {
	border: 1px solid #2e8644;
}
@media (max-width: 1500px) {
	.gp-nav .menu > .menu-item > a {
		font-size: 16px;
		padding: 0 8px;
	}
	.gp-logo {
		width: 10%;
	}
	.col-menu {
		width: 70%;
	}
	.col-account {
		width: 20%;
	}
}
@media (max-width: 1200px) {
	.gp-logo {
		width: 10%;
	}
	.col-menu {
		width: 80%;
	}
	.col-account {
		width: 10%;
	}
	.gp-nav .menu > .menu-item > a {
		padding: 0 5px;
		font-size: 15px;
	}
}
@media (max-width: 991px) {
	#open-search-modal {
		display:flex;
		align-items:center;
	}
	.home-boxes .childBox {
		width: 33%;
	}
	.gp-sidebar {
		display:block;
	}
	#gp-mobile-primary-menu .sub-menu.menu-depth-1 {
		padding: 0px 0px 10px;
	}
	.library-post-section {
		padding: 10px !important;
	}
}
@media (max-width: 768px) {
    .ajax-search-wrapper {
        flex-direction: column;
        gap: 10px;
    }
    .ajax-search-wrapper select,
    .ajax-search-wrapper input[type="text"] {
        width: 100%;
    }
    .search-modal-content {
        padding: 30px 20px;
    }
	.info-top .elementor-icon-list-text {
		opacity:0;
		display: none;
	}
	.info-top .fa-envelope {
		font-size: 20px;
	}
	.home-boxes .childBox {
        width: 50%;
        display: inline-block;
    }
	#youzify-members-directory .youzify-mobile-nav {
		display:none;
	}
	.library-post-section {
		padding: 8px !important;
	}
	#ajax-search-category {
		border-right: 2px solid #d9b844;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	.close-search {
		top: 0px;
	}
}
@media (max-width: 500px) {
	.social-top, .info-top {
		width: 30%;
	}
	.topuser-btn {
		width:70%;
	}
	.social-top a {
		padding-right: 4px;
	}
	.home-boxes .childBox {
        width: 100%;
        display: block;
    }
}