/*
* Theme Name: Inspiration Marketing theme
* Author: Inspiration Marketing
* Text Domain: inspiration-theme
* Domain Path: /languages
*/

#page_template {
	display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	border-bottom: 1px solid #0c224b !important;
}

.mega-menu-item-4357 {
    margin: -1px 0 0 0 !important;
}

.mega-menu-item-4357 > a.mega-menu-link {
	border: none !important;
}

.product-menu ul li a:hover {
    display: block;
    padding: 1.5em;
    text-align: center;
    color: #ffffff !important;
    background-color: #ed1c24;
}

/* Styles for contact form js tabs */
.form {
	margin-top: -1.1em;
	animation-name: form-fade-in;
    	animation-duration: 0.25s;
}
@keyframes form-fade-in {
    from {opacity: 0;}
    to {opacity: 1;}
}
.tab-container {
	border-right: 1px #999 solid;
	padding-bottom: 2em;
}
button.tablink {
	background: transparent;
	border: none;
	color: red;
	opacity: 0.5;
	padding: 0;
	margin-right: 1em;
	margin-top: 0.66em;
	font-size: 1.5em;
	font-weight: bold;

}
button.tablink:focus {
	outline:0;
}
button.tablink:hover {
	opacity: 1.0;
	transition: opacity 0.25s ease-in;
}
button.tablink-active {
	opacity: 1.0;
	border-bottom: 1px solid red;
}
/* remove contact form border */
@media screen and (max-width: 992px) {
  	.tab-container {
    		border:none;
  	}
	.wpcf7 {
		border:none !important;
	}
}