/* 
Theme Name: Blind Side Networks
Description: Main Template for BlindSideNetworks
Author: VirtualIQ
Author URI: https://virtualiq.co
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


.main-navigation .elementor-nav-menu--main:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    background: #003963;
    top: 22px;
}

.main-navigation .elementor-nav-menu--main ul {
    background: #FFF;
}

.home-counter .counter {
    display: inline-block;
}

.float-left-first-section {
    position: absolute;
    top: -200px;
}

.first-section-background {
    background-size: auto 840px !important;
}

.quote-float-one .elementor-background-overlay {
    background-position: bottom 50px right 50px !important;
}

.quote-float-two .elementor-background-overlay {
    background-position: bottom 50px right 50px !important;
}

.quote-float-two {
    position: absolute;
    max-width: 840px;
    width: 100%;
    margin-left: 50px;
}

.feature-section-one {
    max-width: 815px;
    width: 100%;
}

.features-class {
    max-width: 1099px;
    width: 100%;
}

.flex-features .elementor-widget-wrap.elementor-element-populated {
    flex-direction: column;
}

.flex-features {
    background-position: center left 300px !important;
}

.feature-section-three {
    position: absolute;
    max-width: 840px;
    width: 100%;
    top: 979px;
}

.arrow-flipped img {
    transform: rotateY(180deg);
}

.footer-cta {
    position: absolute;
    top: -220px;
}

.paca-a a {
    color: #FFF;
}

.z-index-minus {
    z-index: -1;
}

.main-navigation .elementor-menu-toggle {
    color: #043339 !important;
}

@media (max-width: 1024px) {
    body .elementor-nav-menu--dropdown {
        top: 60px !important;
    }
}

@media (max-width: 414px) {
    body .elementor-nav-menu--dropdown {
        top: 46px !important;
    }
    body .mobile-header .elementor-background-overlay {
        background-position: center right -90px !important;
    }
}

@media (max-width: 375px) {
    body .elementor-nav-menu--dropdown {
        top: 42px !important;
    }
}

.superchage .elementor-counter-number-wrapper {
    display: block !important;
}

.pricing-table {
  width: 100%;
  max-width: 1250px;
}

.pricing-table * {
  box-sizing: border-box;
  font-family: "Montserrat", Sans-serif;
}

.pricing-table .row {
  display: flex;
  border-bottom: 1px solid #D8D8D8;
  gap: 20px;
}

.pricing-table .row.first, .pricing-table .row.last {
  border: none;
}


.pricing-table .row .feature {
  max-width: 50%;
  width: 100%;
}

.pricing-table .row .essential, .pricing-table .row .enchanced {
  max-width: 25%;
  width: 100%;
}

.pricing-table .checkmark {
  width: 29px;
  height: 28px;
  background: url('https://blindsidenetworks.com/wp-content/uploads/2022/11/pricing-checkmark.svg') no-repeat;
  background-size: contain;
  display: block;
}

.pricing-table .row .essential {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EDF1F7;
    flex-direction: column;
}

.pricing-table .row .essential.first, .pricing-table .row .enchanced.first {
  border-radius: 8px 8px 0 0;
}

.pricing-table .row .essential.last, .pricing-table .row .enchanced.last {
  border-radius: 0 0 8px 8px;
  padding: 40px;
}

.pricing-table .row .essential.first {
  font-weight: bold;
  font-size: 30px;
  color: #101826;
  padding: 50px 0;
}

.pricing-table .row .enchanced.first {
  font-weight: bold;
  font-size: 30px;
  color: #101826;
  padding: 50px 0;
}

.pricing-table .row .enchanced {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DAE5F7;
    flex-direction: column;
}

.pricing-table .row .feature h3 {
  color: #4A7CD3;
  font-size: 30px;
  text-transform: uppercase;
	font-weight: bold;
	margin-top: 25px;
}

.pricing-table .row .feature strong {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #2C2C2C;
}

.pricing-table .row .feature p {
  font-size: 17px; 
  line-height: 22px;
  color: #2C2C2C;
  margin: 25px 0;
}

.pricing-table .row.last .essential p, .pricing-table .row.last .enchanced p {
	font-size: 15px;
	line-height: 20px;
} 

.pricing-table .row.last .essential a, .pricing-table .row.last .enchanced a {
	border-radius: 8px;
    background: #063954;
    padding: 15px 20px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    margin-top: 20px;
	-webkit-transition: .25s;
    transition: .25s;
}

.pricing-table .row.last .essential a:hover, .pricing-table .row.last .enchanced a:hover {
	background: #5A76A1;
	text-decoration: none;
}

@media (max-width: 1024px) {
	body .pricing-table .row .essential.last, body .pricing-table .row .enchanced.last {
		padding: 20px;
	}
	body .pricing-table .row.last .essential a, body .pricing-table .row.last .enchanced a {
		font-size: 15px;
	}
}

@media (max-width: 947px) {
	body .pricing-table .row.last .essential a, body .pricing-table .row.last .enchanced a {
		padding: 15px;
	}
}

@media (max-width: 768px) {
	body .pricing-table .row .essential.first, body .pricing-table .row .enchanced.first {
		font-size: 25px;
	}
	body .pricing-table .row .feature p {
		font-size: 15px;
	}
	body .pricing-table .row.last .essential a, body .pricing-table .row.last .enchanced a {
		padding: 10px;
	}
	body .pricing-table .row.last .essential a, body .pricing-table .row.last .enchanced a {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	body .pricing-table .row .essential, body .pricing-table .row .enchanced {
		display: none;
	}
	body .pricing-table .row .feature {
		max-width: 100%;
	}
	body .pricing-table .row.ess {
		background: #EDF1F7;
		padding: 15px;
	}
	body .pricing-table .row.enh {
		background: #DAE5F7;
		padding: 15px;
	}
	body .pricing-table .row .feature h3 {
		font-size: 20px;
		margin-top: 0;
	}
	body .pricing-table .row.first {
		border-radius: 8px 8px 0 0;
	}
	body .pricing-table .row.last {
		border-radius: 0 0 8px 8px;
	}
	body .pricing-table .row.last .feature {
		display: none;
	}
	body .pricing-table .row.last .essential.last {
		display: block;
		width: 100%;
		max-width: 100%;
		background: transparent;
		padding: 0 0 15px 0;
	}
	body .pricing-table .row.last .essential a {
		width: 100%;
		max-width: 100%;
		display: block;
		text-align: center;
		font-size: 16px;
		padding: 15px;
		margin-top: 25px;
	}
}	

.newsletter-mailchimp .mailchimp-form {
	display: flex;
	align-items: flex-end;
	gap: 30px;
}

.newsletter-mailchimp .mailchimp-form input[type=email] {
	border: none;
    border-radius: 0;
    margin-top: 15px;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
	width: 400px;
}

.newsletter-mailchimp .mailchimp-form input[type=submit] {
	background-color: #90AEB8;
    color: #ffffff;
    border: none;
    border-radius: 0;
    height: 43px;
    width: 200px;
}


.newsletter-mailchimp .mailchimp-form input[type=submit]:hover {
	background-color: #121d35;
}

body .mc4wp-response {
	color: #FFF;
    margin-top: 15px;
}

@media (max-width: 688px) {
	body .newsletter-mailchimp .elementor-background-overlay {
		background-position: bottom left;
	}
	body .newsletter-mailchimp .mailchimp-form {
		flex-direction: column;
		align-items: baseline;
	}
	
	body .newsletter-mailchimp .mailchimp-form .mailchimp-left {
		width: 100%;
		color:#fff;
	}
	
	body. mailchimp-left p label{
		color:#fff;
		margin-top: 100px;
	}
	
	body .newsletter-mailchimp .mailchimp-form input[type=email] {
		width: 100%;
	}
}