/**
 * Theme Name:     Michael Smith Inc
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   michael-smith-inc
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 * Theme URI:      https://www.michaelsmithinc.com/
 * Author URI:     https://www.michaelsmithinc.com/
 * Version:        1
 */

@font-face {
    font-family: 'SweetSans Medium';
    src: url('ms-fonts/ss_m.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LustPro Demi';
    src: url('ms-fonts/lp_d.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'LustPro Demi';
    src: url('ms-fonts/lp_d.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

body,
.elementor-kit-6 .slider-button,
#site-footer .footer-newsletter .wpcf7-submit,
#site-footer.site-footer .footer-navigation a,
.footer-bottom p,
.elementor-button span {
    font-family: 'SweetSans Medium', sans-serif;
}

h1 {
    font-family: 'Sweet Sans Pro Bold', sans-serif;
}

#site-header.site-header .header-inner li a,
h2, h3, h4, h5 {
	font-family: 'LustPro Demi', sans-serif;
}

a {
	color: #90a4a4;
}

.site-header {
	flex-direction: column;
}

.header-top {
	background: #99aaaa;
	padding: 10px 50px;
}

.header-top a {
	color: #fff;
	float: right;
}

.header-middle {
	padding: 20px 0;
}

.elementor-kit-6 .header-middle a {
	font-family: 'SweetSans Medium', sans-serif;
	font-size: 12px;
	font-weight: 600;
}

.search-form {
	position: relative;
}

.search-form label {
	width: 100%;
	position: relative;
}

.search-form .search-submit {
	position: absolute;
	right: 8px;
	top: 8px;
	background: #809595;
	color: #fff;
	font-size: 9px;
	padding: 5px 10px;
	border: none;
	border-radius: 0px;
}

.fade-div {
    display: none; /* Hidden by default */
    opacity: 0;
    transition: opacity 0.5s ease; /* Transition for fade effect */
    /* Add any other styles you need for this div */
}

.fade-div.show {
    display: block; /* Show the div */
    opacity: 1; /* Fade in effect */
}


.main-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu {
    list-style: none;
    display: flex;
}

.menu > li {
    margin: 0 15px;
}

.menu-logo {
    margin: 0 auto;
}

.menu-logo img {
    max-width: 500px;
    height: auto;
}

#site-header.site-header {
	padding: 0;
}

#site-header.site-header .header-inner {
	background: #99aaaa;
	justify-content: center;
}

#site-header.site-header .header-inner li {
	margin: 0;
}

#site-header.site-header .header-inner li a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	border-left: 3px solid #fff;
	padding: 15px 125px;
	letter-spacing: .14em;
}

#site-header.site-header .header-inner li:last-child a {
	border-right: 3px solid #fff;
}

.ins_module {
    overflow: hidden;
    margin-bottom: 44px;
    font: 11px / 16px 'Georgia', Times, serif;
    text-transform: none;
    color: #5e6f6e;
    position: relative;
}

.ins_module .border_text {
    position: absolute;
    z-index: 11;
    top: 50%;
    padding: 2px 10px 0;
    line-height: 42px;
    border: 10px solid white;
    left: 50%;
    width: 330px;
    font-size: 16px;
    letter-spacing: .02em;
    text-align: center;
    text-transform: uppercase;
    font-family: 'SweetSans Medium', Arial, Helvetica, serif;
    color: white;
    background: #809595;
    margin-top: -32px;
    margin-left: -165px;
}

.ins_module .swiper-slide .text {
    display: table;
    width: 70%;
    min-width: 163px;
    height: 100%;
    margin: 0 auto;
}

.ins_module .swiper-slide .text p {
    color: #435150;
    text-align: center;
}

.ins_module .swiper-slide .text .soc {
    margin-bottom: 16px;
    line-height: 28px;
    font-size: 28px;
}

.soc {
    display: inline-block;
    position: relative;
    text-decoration: none;
    width: 27px;
    height: 27px;
    font: 27px / 27px 'Social';
    text-align: center;
}

/*.soc_ins:before {
    content: "\e055";
}*/

.ins_module .swiper-slide .text_wrapper {
    background: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all .4s ease;
}

.ins_module .swiper-slide a:hover .text_wrapper {
    background: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

#site-footer .footer-bottom {
	background: #809595;
}

#site-footer .footer-bottom p {
	text-align: center;
	font-size: 11px;
	line-height: 44px;
	color: #fff;
	text-transform: uppercase;
}

#site-footer .footer-logo,
#site-footer .footer-newsletter,
#site-footer .footer-social-media,
#site-footer.site-footer .footer-navigation {
	display: flex;
	justify-content: center;
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}

#site-footer .footer-social-media a {
	font-size: 27px;
}

#site-footer.site-footer .footer-navigation a {
	text-transform: uppercase;
}

.line:before {
    background: #809595;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 23px;
    height: 1px;
}

.line .f_logo {
    background: #fff;
    position: relative;
    display: inline-block;
    width: 386px;
    height: 45px;
    margin: 0 auto;
    padding: 12px 15px 0;
}

#site-footer .footer-newsletter form {
	width: 700px;
	position: relative;
}
#site-footer .footer-newsletter .wpcf7-submit {
	position: absolute;
	right: 8px;
	top: 8px;
	background: #809595;
	color: #fff;
	font-size: 9px;
	padding: 5px 10px;
	border: none;
	border-radius: 0px;
}

@media (max-width: 821px) {
	body {
		overflow-x: hidden !important;
	}
	.desktop-menu {
		display: none;
	}
	#menu-mobile-menu.menu {
		display: block;
	}
	.mobile-menu img {
		max-width: 100%;
	}
	#site-header.site-header .header-inner li a {
		background: #809595;
	}
	#site-footer .footer-newsletter form {
		width: auto;
	}
	.site-navigation ul.menu,
	.site-navigation ul.menu li {
		display: block !important;
		text-align: center;
	}
}

@media (min-width: 891px) {
	.mobile-menu {
		display: none;
	}
}