/**
 * Theme Name:     AudioAdPro
 * Author:         Crawford Designworks
 * Template:       crawford-designworks
 * Text Domain:	   audioadpro
 * Description:    Custom Theme by Crawford Designworks
 */

@media only screen and (max-width: 600px) {
html, body {height: 100%;}
}

a {text-decoration: none !important;}

#myVideo {
	background-color: #000;
  position: fixed;
  left: 0;
  top: 0;
  min-width: 100%; 
  min-height: 100%;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.wrapper ul {margin-bottom: 25px;}
.wrapper li {margin-bottom: 15px;}

strong, b {font-weight: 700;}

.audioad, .pro, .pro-dark, .audioad-dark {font-weight: 800;}

.audioad-dark {color: #0B3251;}
.pro-dark {color: #BC2E84;}
.audioad {color: #fff;}
.pro {color: #D698C3;}
.dark {color: #113351;}
.pink {color: #BF257C;}
.lightpink {color: #DC9FC7;}

strong, b {font-weight: 700 !important;}

.post-image {background-position: center center; background-size: cover;}

.wp-block-button__link {
    font-size: 0.9em !important;
    display: block;
    margin-bottom: 15px;
	background-color: #BF257C !important;
}

/* ShowHide Section */
.showhide-btn {cursor: pointer;}
.showhide-container {display: none;}
body .elementor-editor-active .showhide-container { display:block; }

.firstpar {font-size: 1.2em; line-height: 1.4em;}

/* Swiper Buttons */
#location a, #audience a, #analytics a {cursor: pointer;}
#location.active a,
#audience.active a,
#analytics.active a {
    background-color: white;
    color: #113351;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.grecaptcha-badge { visibility: hidden !important; }

.stronger {font-weight: 800;}

/* Wobble Panel */
.wobble-panel {
    cursor: pointer;
}
.wobble-panel:hover {
    animation: pulse 2s infinite;
	
}

/* Animations */
@keyframes pulse {
    0% { transform: scale(1.02) rotate(0deg); }
    25% { transform: scale(1) rotate(-0.7deg);}
	50% { transform: scale(1.04) rotate(0deg);}
	75% { transform: scale(1) rotate(0.7deg);}
    100% { transform: scale(1.02) rotate(0deg);}
}

@keyframes iconpulse {
	 0% { transform: scale(0.4); opacity: 0.3;}
	25% { transform: scale(1.0); opacity: 1;}
	75% { transform: scale(1.0); opacity: 1;}
    100% { transform: scale(1.6); opacity: 0.2;}
}
.quotes .elementor-icon-list-icon {animation: iconpulse 4s infinite;}
.elementor-element-cf00f30 .elementor-icon-list-icon {animation-delay: 250ms;}
.elementor-element-48ca0d9 .elementor-icon-list-icon {animation-delay: 500ms;}
.elementor-element-d9b370b .elementor-icon-list-icon {animation-delay: 750ms;}


/* Fix background images inside loops */
.background-image-fix {background-position: center center; background-size: cover;}