/**
* Theme Name: Jumpstart Child
* Description: This is a child theme of Jumpstart, generated by Merlin WP.
* Author: <a href="http://www.tommusrhodus.com/">Tom Rhodes</a>
* Template: jumpstart
* Version: 1.1.1
*/
/*h1,h2,h3,h4,h5,h6{font:inherit}*/
@font-face {
  font-family: VilaneRegular;
  src: url(fonts/vilane/VilaneRegular.woff) format('woff'),
  url(fonts/vilane/VilaneRegular.tff) format('ttf');
}
@font-face {
  font-family: VilaneBold;
  src: url(fonts/vilane/VilaneBold.woff) format('woff'),
  url(fonts/vilane/VilaneBold.tff) format('ttf');
}
@font-face {
  font-family: VilaneExtraLight;
  src: url(fonts/vilane/VilaneExtraLight.woff) format('woff'),
  url(fonts/vilane/VilaneExtraLight.tff) format('ttf');
}
@font-face {
  font-family: VilaneLight;
  src: url(fonts/vilane/VilaneLight.woff) format('woff'),
  url(fonts/vilane/VilaneLight.tff) format('ttf');
}
@font-face {
  font-family: VilaneMedium;
  src: url(fonts/vilane/VilaneMedium.woff) format('woff'),
  url(fonts/vilane/VilaneMedium.tff) format('ttf');
}
@font-face {
  font-family: VilaneSemiBold;
  src: url(fonts/vilane/VilaneSemiBold.woff) format('woff'),
  url(fonts/vilane/VilaneSemiBold.tff) format('ttf');
}
@font-face {
  font-family: VilaneThin;
  src: url(fonts/vilane/VilaneThin.woff) format('woff'),
  url(fonts/vilane/VilaneThin.tff) format('ttf');
}

/*@font-face {
  font-family: "AtkinsonBold";
  src: url(fonts/atkinson/Atkinson-Hyperlegible-Bold-102.woff) format('woff'),
	  url(fonts/atkinson/Atkinson-Hyperlegible-Bold-102a.woff) format('woff2'),
  url(fonts/atkinson/Atkinson-Hyperlegible-Bold-102.tff) format('ttf');
}
@font-face {
  font-family: "AtkinsonBoldItalic";
  src: url(fonts/atkinson/Atkinson-Hyperlegible-BoldItalic-102.woff) format('woff'),
	  url(fonts/atkinson/Atkinson-Hyperlegible-BoldItalic-102a.woff) format('woff2'),
  url(fonts/atkinson/Atkinson-Hyperlegible-BoldItalic-102.tff) format('ttf');
}
@font-face {
  font-family: "AtkinsonItalic";
  src: url(fonts/atkinson/Atkinson-Hyperlegible-Italic-102.woff) format('woff'),
	  url(fonts/atkinson/Atkinson-Hyperlegible-Italic-102a.woff) format('woff2'),
  url(fonts/atkinson/Atkinson-Hyperlegible-Italic-102.tff) format('ttf');
}
@font-face {
  font-family: "AtkinsonRegular";
  src: url(fonts/atkinson/Atkinson-Hyperlegible-Regular-102.woff) format('woff'),
	  url(fonts/atkinson/Atkinson-Hyperlegible-Regular-102a.woff) format('woff2'),
  url(fonts/atkinson/Atkinson-Hyperlegible-Regular-102.tff) format('ttf');
}*/
/*section:first-of-type .elementor-container {
    max-width: 1470px;
	margin: 0 auto;
}
.home section:first-of-type .elementor-container{
	max-width: auto !important;
}*/

#scroller{
	position: absolute; 
	bottom:0;
	width: 100%;
	text-align: center;
}
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 24px;
  height: 44px;
  margin-left: -20px;
  top: 50%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #fff;
  margin-left: -3px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@-moz-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(24px);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(24px);
  }
}
@-o-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(24px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(24px);
  }
}


#scroller{
	position: absolute; 
	bottom:60px;
	width: 100%;
	text-align: center;
	opacity:0;
	animation: fadeIn 3s;
  animation-delay: 5s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  from { opacity: 0; }
   to { opacity: 1; }
}

#scroller a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.navbar.scrolled.navbar-dark .navbar-brand-dynamic-color svg [stroke]:not([stroke="none"]), .navbar.scrolled.navbar-dark .navbar-toggler svg [stroke]:not([stroke="none"]), .navbar.navbar-toggled-show.navbar-dark .navbar-brand-dynamic-color svg [stroke]:not([stroke="none"]), .navbar.navbar-toggled-show.navbar-dark .navbar-toggler svg [stroke]:not([stroke="none"]) {
    stroke:  #cea962 !important; }

h1, h2, h3, h4, h5, h6 {
	font: inherit;
    margin-top: 0;
    margin-bottom: 0;
	font-family: "Poppins", Sans-serif;
	
}
h1{
	letter-spacing: 0.05em;
	/*font-size: 54px;
	font-style: normal;
	font-weight: normal;*/
}
h2, .h2, 
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{ font-size: auto;  }
h2{
	font-style: normal;
	/*font-weight: 300;*/
	/*line-height: 44px;*/
	/*text-align: center;*/
	letter-spacing: 0.07em;
	/*text-transform: uppercase;*/
}
h3{
	/*font-weight: 500;*/
	/*text-align: center;*/
	letter-spacing: 0.05em;
}

body, html, p{
	/*font-family: AtkinsonRegular !important;*/
	font-family: "Poppins", Sans-serif;
}
body.home{ background: #121212 !important;}

.postlisting{
	font-family: "Poppins", Sans-serif;
	font-weight: normal !important;
}
.postlisting h3{
	text-align: left !important;
	color: #000 !important;
}
.postlisting .text-muted{
	font-size:12px !important;
}
.postlisting .mb-3{
	margin-bottom: 0.5rem !important;
}
.elementor-widget-button .elementor-button{
	font-family: "Poppins", Sans-serif;
}
p{
	/*font-family: AtkinsonRegular !important;*/
	font-family: "Poppins", Sans-serif;
}
.navbar-brand,.navbar[data-sticky="top"].scrolled:not(.bg-white) .navbar-brand, .navbar[data-sticky="top"].navbar-toggled-show:not(.bg-white) .navbar-brand{
	margin-top: -5px
}

.dropdown-toggle:after{
	height: 1.4rem;
}

.navbar{
	font-family: "Poppins", Sans-serif;
    letter-spacing: 0.05em;
    font-weight: 300;
}
.navbar .navbar-link{ font-weight: 300 !important; }
.lead{
	font-weight: 400;
    font-family: "Poppins", Sans-serif;
    letter-spacing: 0.05rem;
    font-size: 30px;
    color: #121212;
	margin-top: 20px;
}
.elementor-widget:not(:last-child){
	margin-bottom: 5px !important;
}
.faq h6, .faq p, .accordionBox h6, .accordionBox p{
	/*font-family: AtkinsonRegular;*/
	font-family: "Poppins", Sans-serif;
	font-weight: 400 !important;
	color: #000;
}
.faq h6, .accordionBox h6, .type-post{
	font-size:14px;
}
.faq p, .accordionBox p{
	font-size:12px;
}
.accordionBox h6{ font-size: 20px; }
.accordionBoxNew h6{ font-size: 14px; font-family: 'Poppins';  font-weight: 600; }
.accordionBoxNew .p-md-4{ padding: 1rem !important;}
.accordionBoxNew a{ color: #162c46 !important; }
.accordionBoxNew a:hover{ color: #cea962 !important; }
.accordionBoxNew .card>[data-toggle="collapse"][aria-expanded="true"] h6{
	color: #162c46 !important;
}
.accordionBoxNew p{
	color: #162c46 !important;
	font-family: 'Poppins' !important; 
	font-size:14px !important;
}
.navbar{
	padding: 1rem 0;
}
.navbar .container{ 
	max-width: 1470px ;
	/*max-width: 1350px ;*/
	padding: 0 30px;
}
.withBottomLevel .navbar.scrolled, .withBottomLevel .navbar.bg-white, .withBottomLevel .navbar.navbar-dark{
	padding: 1rem 0 0 0;
}
/*******************/
/** WHITE BG NAVS **/
/*******************/
.withBottomLevel .navbar.bg-white .bottom-navs a{
	color:#868686;
}
.withBottomLevel .navbar.bg-white .bottom-navs a:hover, .withBottomLevel .navbar.bg-white .bottom-navs .active a{
	color:#fff;
}
.topbarright{ margin-left: auto; }
#bottomNavs{ 
	height: 55px;
    background: #fff;
    line-height: 40px;
	width:100%;
	margin: 18px 0 0 0;
}

.withBottomLevel .navbar.bg-white #bottomNavs{
	background: #222222;
}
.bottom-navs{
	display: flex;
	justify-content: center;
	list-style:none;
	padding:0;
	margin:0;
}
	.bottom-navs a{
		color:#868686;
	}
	.bottom-navs a:hover, .bottom-navs .active a{
		color:#222;
	}

.hidden{ display: none; }

/********************/
/*** SCROLLED NAVS***/
/********************/
.scrolled #bottomNavs{
	background: #222222;
}
.scrolled #bottomNavs a{
	color: #868686;
}
.scrolled #bottomNavs a:hover, .scrolled #bottomNavs .active a{
	color: #fff;
}
/*.scrolled .btn-primary{
	color: #fff !important;
	border-color: #fff;
}*/

.hero-image-top .align-items-center {
  align-items: normal !important; }


/********************/
/*** NEW DESIGN ***/
/********************/
/** NAVS **/
.navbar-dark .navbar-nav .nav-link{
	color: #fff !important;
	line-height: 1.6;
}
.navbar-dark .navbar-nav .nav-link:hover{
	color: #cea962 !important;
}

.navbar{
	background-image: linear-gradient(to top, rgba(0,0,0,0.0), rgba(0,0,0,1)) !important;
}
.dark_header {
    background-color: #121212 !important;
}
.navbar.scrolled, .navbar.navbar-toggled-show{
	background: #191919 !important;
  
}
.navbar-nav>.nav-item{
	font-size:14px !important;
	/*text-transform: uppercase;*/
}
.navbar .btn-primary{
	background: transparent;
	border-width: 1px;
	text-transform: uppercase;
	padding: 0.3rem 1rem 0.2rem 1rem;
	border-radius: unset;
	font-size:14px !important;
	line-height:20px;
	/*border-color: #cea962;
	color: #cea962;*/
	border-color: #fe9e01;
	color: #fe9e01;
}
.navbar .btn-primary:hover{
	color:#fff !important;
	/*background: #cea962;
	border: 1px solid #cea962;*/
	background: #fe9e01;
	border: 1px solid #fe9e01;
}
.dropdown-item{ 
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.dropdown-item:hover, .dropdown-item:focus{
	color: rgba(255,255,255,0.5) !important;
}
/****/

/** FOOTER**/
@media (min-width: 992px){
	footer {
		padding: 4.5rem 0;
	}
}
.textwidget .card-body {
 padding: 0;
}
footer .widget{
	margin-bottom: 10px;
}
footer .textwidget{
	padding-top:0;
}
footer h5{
	font-size: 21px;
    letter-spacing: 0.01rem;
    font-weight: 500;
}
.footer-widget ul{
	padding:0; margin: 0;
	list-style: none;
	display: flex;
}
.footer-widget ul li{
	margin-right: 15px;
}
.footer-widget ul li a{
	font-size: 12px;
	color: rgba(255, 255, 255, 1) !important;
	font-family: "Poppins", Sans-serif;
	letter-spacing: 0.075em;
	font-weight: normal;
}
.footer-widget ul li a:hover{
	color: rgba(255, 255, 255, 0.7) !important;
}

.footerMenu h5{
	font-size: 14px;
    letter-spacing: 0.01rem;
    font-weight: 500;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: inline-block;
}
.footerMenu h5::after{
	content:'';
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #B9B9B9;
	width: 100%;
	display: block;
	
}
.footerMenu ul{
	padding:0; 
	margin: 0 0 0 17px;
	list-style: disc;
	display: block;
}
.footerMenu ul li{
	width: 100%;
}
.footerMenu ul li a{
	font-size: 12px;
	color: rgba(217, 218, 225, 1) !important;
	font-family: "Poppins", Sans-serif;
	letter-spacing: 0.075em;
	font-weight: normal;
}
.footerMenu ul li a:hover{
	color: rgba(217, 218, 225, 0.7) !important;
}

#frm_field_79_container, .podcastForm #frm_field_79_container{
	background: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    outline: none;
}
.subscribeForm{
	background: rgba(255,255,255,0.2);
	border-radius: 8px;
	margin-top: 0.5rem;
}
.subscribeForm input[type="email"], #form_subscribewidget input[type="email"], .podcastForm #form_subscribewidget input[type="email"] {
	height: calc(1rem + 1.375rem + 2px);
    padding: 0rem 1rem;
	background: transparent;
	border: none;
	color: #D9DBE1;	
}
.podcastForm #frm_field_79_container{
	background: rgba(0, 0, 0, 0.5);
}
.subscribeForm input[type="email"]:focus, #form_subscribewidget input[type="email"]:focus, .podcastForm #form_subscribewidget input[type="email"]:focus{
	box-shadow:none !important;
}
#form_subscribewidget input[type="email"], .podcastForm #form_subscribewidget input[type="email"]{ max-width: 80%; }
#form_subscribewidget .frm_submit{
	position: absolute;
	right: 8px;
}

.subscribeForm input[type="email"]::placeholder, #form_subscribewidget input[type="email"]::placeholder, .podcastForm #form_subscribewidget input[type="email"]::placeholder {
	color: #D9DBE1;	
}

.subscribeForm .btn, #form_subscribewidget .frm_button_submit{
	background: transparent url('https://wizbutler.com/wp-content/uploads/2021/08/send.svg') no-repeat;
	background-size: 18px;
	background-position: center;
	border: 0 !important;
	padding: 0 1rem;
	color: rgba(255,255,255,0);
	outline-style: none;
    width: 40px;
    height: 20px;
    background-color: transparent;
	border-radius: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.subscribeForm .btn:hover, #form_subscribewidget .frm_button_submit:hover{
	background: transparent url('https://wizbutler.com/wp-content/uploads/2021/08/send.svg') no-repeat;
	background-size: 18px;
	background-position: center;
	color: rgba(255,255,255,0);
	opacity: 0.5;
}

.podcastForm .subscribeForm{
	background: rgba(255,255,255,1);
	border-radius: 8px;
	margin-top: 0.5rem;
	border: 1px solid #000;
}
.podcastForm .subscribeForm input[type="email"]{
	height: calc(1rem + 1.375rem + 2px);
    padding: 0rem 1rem;
	background: transparent;
	border: none;
	color: #101010;
}
.podcastForm .subscribeForm input[type="email"]::placeholder{
	color: #A7A7A7;	
}
.podcastForm .subscribeForm .btn{
	background: transparent url('https://wizbutler.com/wp-content/uploads/2021/09/send-gray.svg') no-repeat;
	background-size: 18px;
	background-position: center;
	border: none;
	padding: 0 1rem;
	color: rgba(255,255,255,0);
}
.podcastForm .subscribeForm .btn:hover{
	background: transparent url('https://wizbutler.com/wp-content/uploads/2021/09/send-gray.svg') no-repeat;
	background-size: 18px;
	background-position: center;
	color: rgba(255,255,255,0);
	opacity: 0.5;
}
footer h5{ font-size: 20px; }
footer .text-muted {
    color: #D9DBE1 !important;
	/*font-family: AtkinsonRegular ;*/
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
    font-weight: normal;
}
footer .card.bg-white{
	background: transparent !important;
	border: none;
}
footer hr{
	margin: 0 0 1rem 0 !important;
	border-top: 1px solid #B9B9B9 !important;
}

.socmed a{
	/*background: rgba(255,255,255,0.1);
    border-radius: 50%;*/
    width: 16px;
    height: 16px;
	line-height: 16px;
    display: inline-block;
    text-align: center;  
}
.socmed a:hover{
	/*background: rgba(255,255,255,0.5);*/
	opacity: 0.5;
}
.socmed .ml-3, .socmed .mx-3{
	margin-left: 0rem !important;
}
.socmed .mr-3, .socmed .mx-3{
	margin-right: 0.7rem !important;
}
.defaultStyle .wpcf7-list-item{
	display:block; width: 100%;
}
.defaultStyle{ padding-left:0.75rem !important; 
}
.form-group .custom-select + .icon{ top: 0.75rem; }

/**END FOOTER**/

/** PRICING **/
.pricingTable td {
    border: 1px solid #707070 !important;
}
.pricingTable td.section {
    width: 30%;
}
.pricing td {
    padding: 5px 10px;
    background: #eef6fe;
    font-weight: bold;
}
.green td {
    background: #cffbdc;
}
.green td:first-child {
    background: #00d941;
    color: #fff;
}
.blumine, .size {
    background: #1a506b !important;
    color: #fff;
}
.tdDivider {
    background: #666 !important;
    height: 20px;
}
td.prices, td.size {
    text-align: right;
    font-weight: normal;
}
.lead .nav-link{ padding:0.1rem 1rem; }

.frameworkTable td, .frameworkTable th {
    border: 1px solid #707070 !important;
}

.frameworkTable th {
    background: #1a506b !important;
    color: #fff;
    padding: 5px 10px;
}
.color1 {
    background: #cffbdc !important;
}

/* comparison table */
.tableCompareSolutions {
    background: #052d41;
    width: 100% !important;
}
.accordian {
    background-color: transparent;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border-top: 1px solid #073e59;
    border-bottom: none;
    border-left: none;
    border-right: none;
    outline: none;
    transition-duration: .2s;
}
.accordian:after {
    content: '+';
    font-size: 15px;
    color: #073e59;
    float: right;
    display: inline;
}
.accordian.active:after {
    content: '-';
}
.noPadding {
    padding: 0 !important;
}
.panel {
    padding: 0 18px 20px;
    background-color: transparent;
    display: none;
    overflow: hidden;
}
.tableCompare {
    width: 100% !important;
}
.tableCompare tr {
    border-top: 1px solid #052d41;
}
.tableCompare td {
    padding: 20px 10px;
    text-align: center;
    width: 8%;
}
.tableCompare td:first-child {
    text-align: left;
    padding-left: 18px;
    width: 50%;
    font-weight: bold;
    font-size: 12px;
    color: #052d41;
}
.ticked {
    background: url(https://wizbutler.com/wp-content/uploads/2021/06/ticked.png) no-repeat;
    width: 22px;
    height: 18px;
    display: inline-block;
    background-position: center;
}
.unticked {
    background: url(https://wizbutler.com/wp-content/uploads/2021/06/unticked.png) no-repeat;
    width: 18px;
    height: 17px;
    display: inline-block;
    background-position: center;
}

.logos .px-3{
	padding: 0 !important;
} 
.logos .px-md-4{
	padding: 0 !important;
}
.logos .py-2 {
	padding: 0 !important;
}
.logos .py-md-3{
	padding: 0 !important;
}
.logos .mr-3{
	margin-right:0 !important;
}



.with_frm_style select{
	width: 100% !important;
}
.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox]{
	vertical-align:middle;
	margin: 0px 5px 0 0;
}
.frm_radio{
	height: calc(0.8em + 0.8rem + 2px);
}
.mt-10{ margin-top:10px}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}
.postlisting{padding:3rem 0;}
.mobile-only{
	display: none;
}


.accordion h6{ font-size: 14px !important; color:#fff !important }
.accordion .accordionItem .card{
	background:#06213c !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 400 !important;
	font-size: 14px;
}
.accordion .accordionItem .card p, .accordion .accordionItem svg{
	 color:#fff !important 
}
.accordionBoxNew{
	background:none !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 400 !important;
}

.desktop-only{
	display; block;
}
.mobile-only{
	display; none;
}

/*** comparison ***/
table.homeTableCompareNew{
	border-collapse:separate;
	border:none;
	font-size: 14px;
}
table.homeTableCompareNew thead,
table.homeTableCompareNew tr, table.homeTableCompareNew th{
	border: none !important;
}
table.homeTableCompareNew td{
	border-bottom: 1px dotted #000000 !important;
	border-right: none;
  border-left: none;
	border-top: none;
	padding: 0.2rem !important;
	font-size: 12px;
}

.navbar.scrolled, .navbar.navbar-toggled-show, .navbar[data-sticky="top"]{
	background:	#06213c !important;
}

#media_image-3 img{
	max-width:200px !important;
}

@media (max-width: 720px){
	.mobile-only{
		display: block !important;
	}
	.desktop-only{
		display; none !important;
	}
	.mobile-hidden{ display: none;}
	
}

@media (max-width: 420px){
	.mobile-only{
		display: block !important;
	}
	.desktop-only{
		display; none !important;
	}
	.mobile-hidden{ display: none;}
	.d-flex-mobile{
		width: calc(100% - 5px) !important;
		display: inline-block !important;
	}
	.d-flex-mobile.mb-2{margin-bottom: 0 !important;}
	.wpcf7 .ajax-loader{
		display: block !important;
	}
	footer .widget{
		margin-top: 20px;
	}
}
@media (min-width: 992px){
	.navbar-expand-lg {
		flex-flow: column nowrap;
		justify-content: flex-start;
	}
	.dropdown-item:hover, .dropdown-item:focus{
		color: rgba(255,255,255,0.7) !important;
	}
}
@media (min-width: 1378px){
	.dropdown-grid-menu{
		background: rgba(255,255,255,0.9);
		border: none !important;
	}
	.dropdown-item{
		color: #000 ;
	}
	.dropdown-item:hover, .dropdown-item:focus{
		color: rgba(0,0,0,0.5) !important;
	}
}

body.elementor-panel-loading #elementor-panel-state-loading { display: none !important; }
.ROMHIDE{ display: none !important; }