/**
 * Theme Name:     HiPeak Creative
 * Author:         HiPeak
 * Template:       most
 * Text Domain:	   hipeak-creative
 * Description:    Creative Digital Agency - HiPeak
 */

body.page-template-page-no-footer[data-footer-effect=on] {
    display: flex;
}


#your-plan{
	display: flex;
	justify-content: space-around;
}

.elementor-widget-video .elementor-wrapper iframe, .elementor-widget-video .elementor-wrapper video {
	background-color:#fff;
}

.ms-main.ms-single-post nav.navigation.post-navigation {
	padding-bottom: 50px !important;
}

/* remobe br */
@media (max-width: 1024px){
	 .pc_br {
		 display:none;
	 }
}
/* Portfolio page - edit span */

@media (max-width: 768px){
	.portfolio-feed.ms-p--l .ms-p-list__item a .p-list-item__info {
		display:unset !important;
	}
	.portfolio-feed .p-list-item__info.col-md-3 span {
		display:inline-block;
		margin-top:10px;
	}
}

.elementor-782 .elementor-element.elementor-element-dc20e9d .ms-sc--desc{
	-webkit-text-stroke-width: 1px;
}
.wpcf7-response-output{
	background-color: #f15b5b !important;
	color:    #ffffff !important;
}


.rotate_bg {
	animation:spin 7s linear infinite;
	-webkit-animation:spin 7s linear infinite;
    -moz-animation:spin 7s linear infinite;
}

@-moz-keyframes spin { 
	100% { 
		-moz-transform: rotate(360deg); 
	} 
}
@-webkit-keyframes spin { 
	100% { 
		-webkit-transform: rotate(360deg); 
	} 
}
@keyframes spin { 
	100% { 
		transform:rotate(360deg); 
	} 
}
.faq-tabs .elementor-toggle .elementor-tab-title{
	border-bottom: none;
}