/* 
Theme Name: Twenty Twenty Four Child 
Theme URI: https://wishschool.id/
Description: Twenty Twenty Four Child Theme
Theme Author: Your Name
Author URI: https://wishschool.id/
Template: twentytwentyfour 
Version: 1.0.0
Text Domain: twentytwentyfour-child
License: GNU General Public License or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/

.bounce-animation{
    animation: moveBounce 5s linear infinite;
}

.card-class{
	box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 28px 0px;
}

.link-footer{
	color: #f6871F;
}

.link-footer:hover{
	color: white;
}

.link-footer-menu a{
	color: white;
}

.link-footer-menu a:hover{
	color: #f6871F;
}

@keyframes moveBounce {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}

.srfm-form-container .srfm-block .srfm-error-wrap{
	display: none !important;
}

.srfm-form-container .srfm-form .srfm-block .srfm-input-common{
	border: 1px solid !important;
}

.wpcf7 input,
.wpcf7 textarea {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 15px;
}

.wpcf7-submit {
	background-color: #0d47a1;
	color: #fff;
	padding: 12px 24px;
	border: none;
	border-radius: 10px !important;
	cursor: pointer ;
}

.wpcf7-submit:hover {
  	background-color: #F6871F;
}

.wpcf7 textarea{
	margin-bottom: 0px !important;
}

.elementor-repeater-item-f14976e .wpr-td-content-wrapper .wpr-table-text{
	font-weight: bold !important;
}

.option-tuition-table .elementor-repeater-item-219755d,
.option-tuition-table .elementor-repeater-item-c59af7c,
.option-tuition-table .elementor-repeater-item-eaeea49,
.option-tuition-table .elementor-repeater-item-3f73f28{
	font-weight: 600  !important;
	font-size: 20px !important;
}

@media only screen and (max-width: 850px){
	footer img{
		place-self: center !important;
	}
}