/*
Theme Name: XT Framework
Theme URI: https://www.xstreamthemes.com/
Description: Addition of custom classes to Generate Press
Author: XTF
Author URI: https://www.xstreamthemes.com/
Version: 1.0.0
Template: generatepress
*/

/* CALENDLY FIX */
html, body {
    height: initial !important;
}

/* XT GRID */
.xt-grid .xt-inner {
	max-width: 1220px;
}
.xt-grid-1000 .xt-inner {
	max-width: 1000px;
}
.xt-grid-600 .xt-inner {
	max-width: 600px;
}

.xt-mw-700 {
	max-width: 700px;
}

.xt-full .vc_column-inner {
	padding: 0 !important;
}

ol, ul {
    margin: 0 0 1.5em 1em;
}
body, html, button, input, select, textarea {
	font-family: "Lato", sans-serif;
}
p, ul li {
	font-size: 29px;
	line-height: 1.20em;
	font-weight: 400;
	color: #4E697C;
}
p {
	margin: 20px 0;	
}
.xt-p1 p {
	font-size: 35px;
	font-weight: 400;
}
.xt-p2 p {
	font-size: 33px;
	font-weight: bold;
	color: #014F9A;
}
.xt-p3 p {
	font-weight: 400;
	color: #014F9A;
}
.xt-p4 p, .xt-p4 a {
	font-size: 20px;
	font-weight: 700;
	color: #4E697C;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", sans-serif;
    margin-bottom: 0;
    color: #263146;
}
h1 {
	color: #014F9A;
	font-size: 131px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0px;
}
.xt-a1 h1 {
	font-size: 48px;
}
h2 {
	font-size: 70px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0px;
	color: #014F9A;
}
h3 {
	font-size: 49px;
	line-height: 1.2em;
	font-weight: bold;
	color: #329BD6;
}
h4 {
	font-size: 36px;
	color: #329BD6;
	line-height: 1.1em;
	font-weight: 700;
}
h5 {
	font-size: 14px;
	line-height: 1.33em;
	font-weight: 400;
	letter-spacing: 2px;
	color: #DB8E79;
	text-transform: uppercase;
}
h6 {
	font-size: 13px;
	line-height: 1.70em;
	font-weight: 600;
	color: #253844;
	letter-spacing: 2px;
}

.xt-button, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	padding: 16px 25px;
    line-height: 25px;
	font-size: 30px;
	display: inline-block;
	letter-spacing: 0px;
	font-weight: 700;
	text-transform: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}
.xt-button.xt-button-style1, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	background: #014F9A;
	color: #fff !important;
	border-color: #014F9A;
}
.xt-button.xt-button-style1:hover, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: #fff !important;
	border-color: #fff !important;
	color: #014F9A !important;
}
.xt-button.xt-button-style2 {
	background: #FFFFFF;
	color: #014F9A !important;
	border: 1px solid #ffffff;
}
.xt-button.xt-button-style2:hover {
	background: #014F9A;
	border-color: #014F9A;
	color: #fff !important;
}
.xt-button.xt-button-style3 {
	background: #329BD6;
	color: #FFFFFF !important;
	border: 1px solid #329BD6;
}
.xt-button.xt-button-style3:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #329BD6 !important;
}
.xt-button.xt-button-style4 {
	background: #4E697C;
	color: #FFFFFF !important;
	border: 1px solid #4E697C;
}
.xt-button.xt-button-style4:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #4E697C !important;
}



/* HEADER */
.main-navigation {
	background: rgb(190,228,235);
	background: -moz-linear-gradient(270deg, rgba(190,228,235,1) 0%, rgba(237,248,250,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(190,228,235,1) 0%, rgba(237,248,250,1) 100%);
	background: linear-gradient(270deg, rgba(190,228,235,1) 0%, rgba(237,248,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bee4eb",endColorstr="#edf8fa",GradientType=1);
}
.navigation-branding img {
    height: 77px !important;
    padding: 0 !important;
}
.main-navigation, .main-navigation ul ul {
	padding: 10px;
}

.xt-highlight-bg {
	background: rgb(87,19,47);
	background: -moz-linear-gradient(155deg, rgba(87,19,47,1) 0%, rgba(203,30,61,1) 100%);
	background: -webkit-linear-gradient(155deg, rgba(87,19,47,1) 0%, rgba(203,30,61,1) 100%);
	background: linear-gradient(155deg, rgba(87,19,47,1) 0%, rgba(203,30,61,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#57132f",endColorstr="#cb1e3d",GradientType=1);
}
.xt-highlight-bg2 {
	background: rgb(87,19,47);
	background: -moz-linear-gradient(-45deg, rgba(87,19,47,1) 0%, rgba(203,30,61,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(87,19,47,1) 0%, rgba(203,30,61,1) 100%);
	background: linear-gradient(-45deg, rgba(87,19,47,1) 0%, rgba(203,30,61,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#57132f",endColorstr="#cb1e3d",GradientType=1);
}

.xt-service-box {
	max-width: 360px;
	background: #fff;
	padding: 0;
	min-height: 200px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding-top: 10px;
	overflow: hidden;
	display: table;
}
.xt-service-box h4 {
	background: #329BD6;
	color: #fff;
	padding: 4% 5%;
	height: 160px;
	vertical-align: middle;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}
.xt-s2 .xt-service-box h4 {
	background: #4E697C;
}
.xt-s3 .xt-service-box h4 {
	background: #014F9A;
}
.xt-service-box .xt-button {
	position: relative;
	margin-bottom: -100px;
}
.xt-service-box img {
	height: 150px;
	width: auto !important;
}
.xt-values-img img {
	height: 150px;
	width: auto !important;
}

.xt-icon-minus {
	margin-top: -80px;
}
.xt-icon-minus2 {
	margin-top: -120px;
}
.xt-icon-minus img {
	width: 100px;
	height: auto;
}
.xt-icon-minus2 img {
	width: 160px;
	height: auto;
}
.xt-pp2 img {
	height: 80px !important;
	width: auto !important;
}
.xt-small p {
	color: #d71e3d;
}
.xt-small-font {
	font-size: 16px;
	display: block;
	margin-bottom: 10px !important;
}

.xt-icon-footer {
	margin-right: 10px;
	background: #fff;
	display: inline-block;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	line-height: 32px;
	text-align: center;
}
.xt-icon-footer:hover {
	background: #d71e3c;
}
.xt-icon-footer:hover .xt-icon {
	color: #fff;
}
.xt-icon-footer .xt-icon {
	width: 20px;
	height: 20px;
	color: #54565B;
	margin-top: 5px;
}
.xt-link-footer {
	margin-left: 30px;
}
.xt-padding0 .vc_column-inner {
	padding-left: 0 !important;
}
.pum-theme-83 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
	width: 100%;
	text-align: right;
	padding-right: 10px;
}
.footer-widget-2 img {
	height: 50px !important;
	width: auto !important;
	margin-top: -10px;
}
.footer-widget-2 .widget_media_image {
	float: right;
	margin-left: 10px;
	padding: 0 !important;
	margin-bottom: 10px;
}
.xt-footer-bottom a {
	color: #fff;
	display: inline-block;
	margin-right: 30px;
	font-size: 22px;
}
.xt-footer-bottom a:hover {
	color: #d81e3d;
}
.xt-footer-bottom {
	background: #4E697C;
	color: #fff;
}
.xt-footer-bottom .grid-container {
	padding: 10px 40px;
}
.xt-copy {
	font-size: 22px;
}
/* IMG */
.xt-img-40 img {
	height: 40px;
	width: auto !important;
}
.xt-img-logo img {
	height: 120px;
	width: auto !important;	
}
.main-navigation a {
    font-size: 26px;
    font-weight: 700;
}

/* XT Toggle */
.toggle-content p {
	font-size: 18px;
	line-height: 25px;
	margin-top: 0;
}
.xt-toggle .toggle-content {
	/* max-height: 100px; */
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.xt-toggle .toggle-icon{
	cursor: pointer;
	display: block;
}
.xt-toggle.expanded img{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* .xt-toggle.expanded .toggle-content {
	max-height: 9999px;
}  */

.slideout-widget {
    margin: 0 !important;
}
.slideout-navigation .main-nav, .slideout-navigation .slideout-widget:not(:last-child) {
    margin-bottom: 20px !important;
}
.footer-widget-1 img {
	width: 160px;
}
.menu-toggle .gp-icon+.mobile-menu  {
	display: none;
}
.main-navigation.has-branding .menu-toggle {
	font-size: 32px;
}
	.footer-widget-2 a.xt-linkedin {
		display: block;
		width: 100%;
	}
	.footer-widget-2 a {
		width: 32%;
		float: left;
		display: inline-block;
		padding-left: 40px;
		padding-bottom: 10px;
		padding-top: 10px;
		position: relative;
	}
	.footer-widget-2 a:before {
		content: '';
		width: 36px;
		height: 36px;
		position: absolute;
		left: -10px;
		top: 50%;
		transform: translateY(-50%);
		
		background-repeat: no-repeat;
		background-size: contain;
	}
	.footer-widget-2 a.xt-phone:before {
		background-image: url(img/xt-phone.svg);
	}
	.footer-widget-2 a.xt-email:before {
		background-image: url(img/xt-email.svg);
	}
	.footer-widget-2 a.xt-linkedin:before {
		background-image: url(img/xt-linkedin.svg);
	}


@media screen and (min-width: 481px) {

}

@media screen and (min-width: 641px) {

}

@media screen and (min-width: 768px) {
	.xt-padding-right {
		padding-right: 2%;
	}
	.xt-padding-left {
		padding-left: 2%;
	}
	.inside-footer-widgets {
		display: block;
		clear: both;
		overflow: hidden;
	}
	.footer-widget-1 {
		display: inline-block;
		width: 20%;
		float: left;
	}
	.footer-widget-2 {
		display: inline-block;
		width: 80%;
		float: left;
	}
	.pum-container {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

@media screen and (min-width: 1001px) {
	.footer-widgets .widget {
		font-size: 29px !important;
	}
}

@media screen and (min-width: 1201px) {
	.main-navigation.has-branding .inside-navigation.grid-container {
		padding: 0 !important;
	}
	.footer-widgets-container {
	    padding: 40px 0;
	}
	.xt-footer-bottom .grid-container {
	    padding: 5px 0;
	}
}

@media screen and (max-width: 1200px) {
	h1 {
	    font-size: 74px;
	}
	.xt-header-button {
		display: none !important;
	}
	.navigation-branding {
        margin-left: 5px !important;
    }
    .main-navigation .main-nav ul li a {
    	padding-left: 0;
    }
    .slideout-navigation button.slideout-exit {
    	padding-left: 0 !important;
    }
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0 !important;
}
@media screen and (max-width: 1000px) {
	h1 {
	    font-size: 64px;
	}
	h2 {
	    font-size: 44px;
	}
	h3 {
	    font-size: 32px;
	}
	p, ul li {
	    font-size: 22px;
	}
	.main-navigation {
		padding-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.xt-service-box {
		max-width: 100%;
		width: 100%;
	}
	.xt-service-box h4 {
		display: block;
		height: auto;
	}
	.footer-widget-2 .widget_media_image {
		float: none;
		display: inline-block;
	}
	.navigation-branding img, .site-logo.mobile-header-logo img {
	    height: 45px !important;
	}
	h1 {
	    font-size: 56px;
	}
	h2 {
	    font-size: 36px;
	}
	h3 {
	    font-size: 30px;
	}
	h4 {
	    font-size: 26px;
	}
	.xt-p1 p {
		font-size: 23px !important;
	}
	p, ul li {
	    font-size: 20px !important;
	}
	.xt-img-logo img {
		height: 60px;
	}
	.xt-pp2 img {
    height: 60px !important;
    width: auto !important;
	}
	.xt-name-position p {
		margin-top: 8px;
	}
	.xt-box .vc_column-inner > .wpb_wrapper {
		margin-bottom: 80px;
	}
	.xt-last.xt-box .vc_column-inner > .wpb_wrapper {
		margin-bottom: 40px;
	}
	.xt-box1 .vc_column-inner > .wpb_wrapper {
		margin-bottom: 140px;
	}
	.xt-mobile-white p {
		color: #fff !important;
	}
	.xt-button, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
		font-size: 20px !important;
	}
	.xt-link-footer {
		margin: 0;
		margin-top: 10px;
		display: block;
	}
	.footer-widget-2 img {
		float: none;
	}
	.xt-footer-bottom {
		text-align: center;
	}
	.xt-copy {
		float: none;
	}
	.xt-footer-bottom a:nth-child(3) {
		margin: 0;
	}
	.xt-footer-bottom .grid-container {
		padding: 20px;
	}
	.footer-widget-2 a, .footer-widget-2 a.xt-linkedin {
	    width: auto;
	    margin: 0 10px;
	    display: inline-block;
	    width: auto;
	}
	.xt-button, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
		padding: 10px 15px;
    	line-height: 20px;
	}
	.xt-values-img img {
	    height: 100px;
	    width: auto !important;
	}
	.xt-copy {
	    font-size: 15px;
	}
}
.hidden {
	display: none;
}
@media screen and (max-width: 640px) {

}

@media screen and (max-width: 480px) {

}

@media screen and (max-width: 320px) {
	h1 {
	    font-size: 45px;
	}

}