*, *:focus, *:active, a, a:active, a:focus {
	outline: transparent;
}

header .custom-logo-link img {
    max-width: 100px;
    background: transparent;
    padding: 0;
		/*border: 3px solid #FFC436;*/
    border-radius: 50%;
}



.custom-logo-link img:hover {
	border: 3px dotted #FFC436;
}

.custom-logo {
    /* Your new logo styles */
    background-image: url('http://africansunited.earth/wp-content/uploads/2023/12/AU-New-2023-logo.png');
    width: 100px; /* Adjust width as needed */
    height: 100px; /* Adjust height as needed */
    /* Add any other styles you want to apply */
}


.skin-modern.presto-player__wrapper button.plyr__control.plyr__control--overlaid {
	border-radius: 8px;
}

.presto-player__wrapper .presto-player__wrapper .plyr {
	border-radius: 8px; 
}

.elementor-widget-video .e-hosted-video .elementor-video {
		height: 500px;
    border-radius: 8px;
}

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	border-radius: 8px;
}

textarea {
	resize: none;
	height: 250px;
}

.ast-single-post .entry-header.ast-header-without-markup {
	display: none;
}

/* main blog section */
.elementor-24505 .elementor-element.elementor-element-ed8433e .eael-grid-post-holder {
    background-color: #fff;
    border-radius: 8px;
}

.eael-grid-post .eael-entry-thumbnail>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.elementor-24505 .elementor-element.elementor-element-ed8433e .eael-entry-title a {
    color: #303133;
    font-size: .5em;
}

.elementor-24505 .elementor-element.elementor-element-ed8433e .eael-entry-title a:hover {
	color: #1bae70;
}

/* mc subscribe form */
.mc4wp-form-fields {
		display: flex;
		gap: 15px;
}

.mc4wp-alert.mc4wp-success {
	color: #1bae70;
}

/* popup */
.pum-theme-25406, .pum-theme-default-theme {
	background-color: rgb(0 0 0 / 84%);
}

.pum-theme-25406 .pum-container, .pum-theme-default-theme .pum-container {
    padding: 18px;
    border-radius: 8px;
    border: 1px none #000000;
    box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 );
    background-color: rgba( 249, 249, 249, 1.00 );
}

.pum-theme-25406 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 0px;
    padding: 8px;
    color: #ffffff;
    font-family: inherit;
    font-size: 12px;
    font-style: inherit;
    line-height: 36px;
    border: 1px none #ffffff;
    box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: rgb(205 0 0);
    border-radius: 0 8px 0 0;
    font-weight: 700;
}

/* form response */
.wpcf7-response-output {
  bottom: 0;
  background-color: #333; /* Background color of the snackbar */
  color: #fff; /* Text color */
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  animation: slide-up 0.5s ease-out; /* Animation properties */
}

@keyframes slide-up {
  from {
    transform: translateY(30%); /* Start position outside the viewport */
  }
  to {
    transform: translateY(0); /* End position at the bottom */
  }
}

/* invalid */
.wpcf7 form.invalid .wpcf7-response-output {
	background: #ffb900;
}

/* valid */
.wpcf7 form.sent .wpcf7-response-output {
	background: #46b450;
}

.wpcf7-not-valid-tip {
	animation: slide-up 0.5s ease-out; /* Animation properties */
}

/* phone number input style */
.intl-tel-input.allow-dropdown {
	width: 100%;
}

/* contact fomr 7 preloader */
/* Custom CSS for Contact Form 7 preloader */
/* Customize Contact Form 7 preloader */
.wpcf7-spinner:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-top: 2px solid #3498db; /* Change this color to your preferred color */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: relative;
    top: 4px;
    margin-right: 8px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.mc4wp-form-fields {
	display: block;
}

input {
	width: 90%;
}

#post-24499 > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-98e7563.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div > div > div > section > div > div.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-0f43a1b > div > div.elementor-element.elementor-element-9e54063.elementor-align-right.view-blog-btn.elementor-widget.elementor-widget-button > div > div > a {
	width: 50%;
}