/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.page-id-254 h1{font-size: 60px !important;}
.elementor-element-56cfb67{margin-bottom: 0px !important;}
.footer_inner .container_inner {border-top:8px solid #E0ECE7;}
.desc p{color: #000000 !important;}
.desc{color: #000000 !important;}
.mobile_menu_button{float: right;}

.footer_bottom img{width: 250px;}


/* Första sida kontaktformulär */
.elementor-element-4c62f24{margin-top: 10px;}
input.wpcf7-form-control.wpcf7-submit{position: absolute; right: 0; top: 5px; border-radius: 25px; height: 45px;background: #63a186; color: white !important; border-color: transparent !important;}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email{border-radius: 25px; border: 1px solid #bfc4c2;}
/* Första sida flip boxes*/
	/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
	.flip-boxes .elementor-element-b911dec{margin-right: 12.5px;}
	.flip-boxes .elementor-element-7cb7891{margin-left: 12.5px; margin-right: 12.5px;}
	.flip-boxes .elementor-element-46dd244{margin-left: 12.5px;}
	.flip-box {background-color: transparent; max-width: 365px;height: 420px;perspective: 1000px; /* Remove this if you don't want the 3D effect */}
	
	/* This container is needed to position the front and back side */
	.flip-box-inner {position: relative;width: 100%;height: 100%;text-align: center;transition: transform 0.8s;transform-style: preserve-3d;}

	/* Do an horizontal flip when you move the mouse over the flip box container */
	.flip-box:hover .flip-box-inner {transform: rotateY(180deg);}

	/* Position the front and back side */
	.flip-box-front, .flip-box-back {position: absolute;width: 100%;height: 100%;-webkit-backface-visibility: hidden; /* Safari */backface-visibility: hidden;}
	.flip-box-front h3, .flip-box-back h3{padding: 15px 15px;}
	.flip-box-front p, .flip-box-back p{padding-left: 15px;}
	.flip-box-front h3, .flip-box-back h3, .flip-box-front p, .flip-box-back p{text-align: left;}

	/* Style the front side */
	.flip-box-front {background-color: #bbb;color: black;}

	/* Style the back side */
	.flip-box-back {background-color: dodgerblue;color: white;transform: rotateY(180deg);}

	.flip-box-back p, .flip-box-back h3{color:#ffffff !important;}
	.flip-box-back a.elementor-button-link.elementor-button.elementor-size-md{position: absolute; bottom: 35px; right: 35px;background: unset; border: 2px solid white; color: white; text-transform: uppercase; border-radius: 30px 30px 30px 30px; font-weight: 600;}
	.flip-box-front a.elementor-button-link.elementor-button.elementor-size-md{position: absolute; bottom: 35px; right: 35px;background: unset; border: 2px solid #F37424; color: #F37424; text-transform: uppercase; border-radius: 30px 30px 30px 30px; font-weight: 600}

	/** Footer **/
	.footer_bottom .textwidget {margin: 35px 0px;}

	@media only screen and (max-width: 1000px){
	.logo_wrapper {height: 100px!important;left: 40% !important;}
	.mobile_menu_button i{display: none;}
	.mobile_menu_button span::before{content:url('https://jmab.enestedt-playground.se/wp-content/uploads/2020/10/JMAB-ikon-hamburgermenu-OFF.png')}
}