/*
 Theme Name:   TopGadgets
 Theme URI:    https://manifestor.gr
 Description:  Dynamic Theme
 Author:       The Manifestor
 Author URI:   https://manifestor.gr
 Template:     Divi
*/

li.tab-logout {
    display: none !important;
}

.cta-menu a {
  background-color: #000 !important;
  padding: 7px 6px 0px 6px !important;	
  border-radius: 5px !important;
  color: #fff !important;
  text-align: center !important;
  margin-top: -7px !important;
}

.cta-menu a:hover {
  background-color: #0866ff !important;
  color: #fff !important;	
}

.cta-menu-2 a:hover {
  color: #0866ff !important;
}

li.tab-logout {
    display: none !important;
}

.cta-menu-2 a:active {
  color: #0866ff !important;
}

.cta-menu a {
  background-color: #0866ff;
  padding: 7px 6px 0px 6px !important;	
  border-radius: 5px;
  color: #fff !important;
  text-align: center;
  margin-top: -7px !important;
}

.cta-menu a:hover {
  background-color: #0866ff;
  color: #fff !important;	
}

.sup-menu a {
	color: red !important;
}

/*Make The Divi Contact Form Submit Button Fullwidth*/

.pa-contact-form-submit-fullwidth .et_contact_bottom_container {
	width: 100%;
	flex-direction: column;
	gap: 1em;
	padding-left: 3%;
	margin-top: 0px;
}

.pa-contact-form-submit-fullwidth .et_contact_bottom_container button {
	width: 100%;
	margin: 0;
}

/* Style the Divi Form Success Message */

.et-pb-contact-message p {
	font-size: 18px;
	color: #649e2d;
	text-align: center;
}

/* Style the Divi Form Error Message */

.et-pb-contact-message li {
	color: red;
}

/* Style Better Messages */

.wpum-already-logged-in.wpum-message.info p {
  color: #fff !important;
}

.et_pb_contact_right p:before {
	content: "Prove you are human: "; 
	margin-right: 5px;
}

.et_pb_contact_right p input {
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 3px !important;
  border-color: #333333 !important;
}

.wpum-already-logged-in.wpum-message.info {
  background-color: #0866ff !important;
  width: 100% !important;
  text-align: center !important;
}

.wpum-already-logged-in.wpum-message.info a {
  color: #fff !important;
  font-size: 13px !important;
}

.wpum-already-logged-in.wpum-message.info a:hover {
  color: #0866ff !important;
}

.bm-svg {
  color: #0866ff !important;
}

.bp-messages-wrap .chat-footer > a > svg {
  color: #0866ff !important;
}

.bp-messages-wrap .bm-reply .bm-send-message {
  color: #0866ff !important;
}

.bp-messages-wrap img.avatar {
  border-radius: 50% !important;
}

.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .pic img {
  border-radius: 50% !important;
}

#wpum-account-forms-tabs ul li a {
  color: #333333 !important;
}

#wpum-account-forms-tabs ul li a:hover {
  color: #0866ff !important;
}

.tab-about {
  color: #333333 !important;
}

.tab-about:hover {
  color: #0866ff !important;
}

.tab-messages {
  color: #333333 !important;
}

.tab-messages:hover {
  color: #0866ff !important;
}

#header-name-container a:hover {
  color: #0866ff !important;
}

span.wpum-uploaded-file-preview a {
    color: #333333 !important;
}

span.wpum-uploaded-file-preview a:hover {
    color: #0866ff !important;
}

p.bpbm-empty-icon {
    color: #0866ff !important;
}

.bp-messages-wrap .empty-thread svg {
    color: #0866ff !important;
}

.bp-messages-wrap button {
    background-color: #000 !important;
}

.bp-messages-wrap button:hover {
   background-color: #0866ff !important;
}

.bpbm-checkbox:checked+label::before {
    background-color: #0866ff !important;
}

.bpbm-radio:checked+label::before {
    background-color:  #0866ff !important;
}

.bp-messages-wrap a:not(.bm-no-link-style) {
    color: #fff !important;
}

.bpbm-empty-link a {
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 5px !important;
  padding: 10px !important;
  border-color: #333333 !important;	
  background-color:  #000 !important;
}

.bpbm-empty-link a:hover {
  background-color:  #0866ff !important;
}

.bp-messages-wrap .chat-header .back svg {
    color: #0866ff !important;
}

.bp-messages-wrap .chat-header>a, .bp-messages-wrap .chat-header>span {
    color: #333333 !important;
}

#wpum-submit-login-form, #wpum-submit-registration-form {
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 5px !important;
  padding: 10px !important;
  border-color: #333333 !important;
}

.wpum-template.wpum-form.wpum-password-recovery-form {
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 5px !important;
  padding: 10px !important;
  border-color: #333333 !important;	
}

form#wpum-submit-password-form {
  width: 50% !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 5px !important;
  padding: 10px !important;
  border-color: #333333 !important;		
}

@media only screen and (max-width: 768px) {

  form#wpum-submit-password-form {
    width: 100% !important;
}
	
} 

input.button {
  font-size: 16px !important;
  width: 100% !important;
  background-color: #000 !important;
  color: #fff !important;
  border-width: 0px !important;
  border-radius: 5px !important;
  padding-top: 6px !important;
  padding-bottom: 8px !important;	
}

input.button:hover {
	background-color: #0866ff !important;
}

ul.wpum-action-links a {
    color: #0866ff !important;
}

small.description a {
    color: #0866ff !important;
}

.bp-messages-wrap .chat-header>a, .bp-messages-wrap .chat-header>span {
    color: #0866ff !important;
}

a.user.bm-user {
    color: #0866ff !important;
}

/* Calendar */
.pgcal-branding {
    display: none !important;
}

.fc .fc-scrollgrid-section > * {
    border-left-width: 1px !important;
    border-top-width: 1px !important;
}

.fc .fc-scroller {
    border-width: 1px !important;
}

table.fc-col-header {
    background-color: #000 !important;
	color: #fff !important;
}

.fc-col-header-cell-cushion {
    color: #fff !important;
}

.fc-daygrid-day-number {
    color: #333 !important;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    background-color: #000 !important;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child):hover {
    background-color: #0866ff !important;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    background-color: #000 !important;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child):hover {
    background-color: #0866ff !important;
}

.fc .fc-button-primary {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.fc .fc-button-primary:hover {
    background-color: #0866ff !important;
    border-color: #0866ff !important;
}

.fc .fc-button-primary:disabled {
    background-color: #2c3e50 !important;
    border-color: #2c3e50 !important;
}

.fc .fc-button-primary:disabled:hover {
    background-color: #2c3e50 !important;
    border-color: #2c3e50 !important;
}