/*======================================
Theme Name: FlaktComp
Theme URI: N/A
Description: N/A
Version: 1.0
Author: Jejjcop Web Solutions AB
Author URI: https://www.jejjcop.se/
Template: Divi
======================================*/

/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

#main-footer
{
	display:none;	
}
#main-header .container
{
	width:90%;
	max-width:1190px;
}
.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a
{
	color:#cb2d37;
}

.et-zoom-in .et_pb_image_wrap img
{
	padding-top:10px;
}
.et-zoom-in.et_pb_image:hover img,
.et-zoom-in .et_pb_image_wrap:hover img,
.et-zoom-in a:hover img {
    transform: scale(1.1); 
    transition: all 0.5s;
}

.et-zoom-in,
.et-zoom-in a {
    overflow: hidden;
}

.et-zoom-in.et_pb_image img,
.et-zoom-in .et_pb_image_wrap img,
.et-zoom-in a img {
    transition: all 0.5s; 
}



@media (min-width: 767px) {
	/*set the width of the button*/
	.et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
		flex-basis: 50% !important;
	}
	/*set the width of the input field minus the width of the button*/
	.et_pb_newsletter_form .et_pb_newsletter_field {
		flex-basis: 50% !important;
	}
}
.et_pb_newsletter_button
{
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
#et_pb_signup_email
{
	min-height:59px;
}



#top-menu li a
{
	font-weight:600 !important;
}






.flaktcomp7_blurb
{
	transition:all .4s ease;
}

.flaktcomp7_blurb:hover
{
	background-position: -20px 0px !important;
    transform: translate3d(0, -10px, 0);
}
















