/*
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;
}
 
@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri.eot');
    src: url('fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('fonts/Calibri.woff2') format('woff2'),
        url('fonts/Calibri.woff') format('woff'),
        url('fonts/Calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri-Bold.eot');
    src: url('fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Calibri-Bold.woff2') format('woff2'),
        url('fonts/Calibri-Bold.woff') format('woff'),
        url('fonts/Calibri-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri-Italic.eot');
    src: url('fonts/Calibri-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Calibri-Italic.woff2') format('woff2'),
        url('fonts/Calibri-Italic.woff') format('woff'),
        url('fonts/Calibri-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



/* XT GRID */
.xt-grid .xt-inner {
	max-width: 1240px;
}
.xt-grid-1000 .xt-inner {
	max-width: 1000px;
}
.xt-grid-940 .xt-inner {
	max-width: 960px;
}
.xt-grid-900 .xt-inner {
	max-width: 900px;
}
.xt-grid-600 .xt-inner {
	max-width: 600px;
}

.xt-full .vc_column-inner {
	padding: 0 !important;
}
.mw-700l {
	max-width: 630px;
}

ol, ul {
    margin: 0 0 1.5em 1em;
}
body, html, button, input, select, textarea {
	font-family: 'Calibri';
}
p, ul li, ol li {
	font-size: 28px;
	line-height: 1.30em;
	font-weight: 400;
	color: #4D4D4D;
}
.entry-content ol, .entry-content ul {
	list-style-position: unset;
	padding-left: 10px;
}
p {
	margin: 20px 0;	
}
.xt-p1 p {
	font-size: 33px;
	line-height: 1.10em;
}
.xt-p2 p {
	font-size: 39px;
	line-height: 1.2em;
	color: #666666;
	font-weight: bold;
}
.xt-p3 p {
	font-size: 26px;
	line-height: 1.2em;
	color: #0076BB;
	font-weight: bold;
}
.xt-p4 p {
	font-size: 23px;
	line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Calibri';
    margin-bottom: 0;
    color: #0076BB;
    letter-spacing: 0.2px;
}
h1 {
	font-size: 86px;
	line-height: 1em;
	font-weight: bold;
}
.xt-a1 h1 {
	font-size: 99px;
}
h2 {
	font-size: 58px;
	line-height: 1em;
	font-weight: bold;
}
.xt-a1 h2 {
	font-size: 52px;
}
h3 {
	font-size: 38px;
	line-height: 1em;
	font-weight: bold;
}
h4 {
	font-size: 34px;
	line-height: 1.2em;
	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: 12px 30px;
    line-height: 25px;
	font-size: 28px;
	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: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.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: #0076BB;
	color: #fff !important;
	border-color: #0076BB;
}
.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: #12284B !important;
	border-color: #12284B !important;
}
.xt-button.xt-button-style2 {
	background: #11284B;
	color: #fff !important;
	border: 1px solid #11284B;
}
.xt-button.xt-button-style2:hover {
	background: #0076BB;
	border-color: #0076BB;
	color: #fff !important;
}
.xt-button.xt-button-style3 {
	position: relative;
	background: #fff;
	color: #0076BB !important;
	border: none !important;
	padding: 0 !important;
	font-size: 25px !important;
}
.xt-button.xt-button-style3:hover {
	background: #fff;
	border: none !important;
	color: #11284B !important;
	padding: 0 !important;
}
.xt-button.xt-button-style3:after {
	content: '';
	position: absolute;
	top: 2px;
	right: -25px;
	display: block;
	width: 16px;
	height: 24px;
	background-image: url(img/arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
}




/* HEADER */
.main-navigation a {
    font-size: 29px;
    font-weight: 700;
}
.main-navigation.has-branding .inside-navigation.grid-container {
	padding: 0 !important;
}
.navigation-branding img, .site-logo.mobile-header-logo img {
    height: 68px !important;
}
.main-navigation, .main-navigation ul ul {
	padding: 10px;
}

.xt-highlight-bg {
	background: rgb(4,129,195);
	background: -moz-linear-gradient(270deg, rgba(4,129,195,1) 0%, rgba(151,201,71,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(4,129,195,1) 0%, rgba(151,201,71,1) 100%);
	background: linear-gradient(270deg, rgba(4,129,195,1) 0%, rgba(151,201,71,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0481c3",endColorstr="#97c947",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-blog-listings .xt-p4 p {
	display: block;
	margin-top: 0;
	line-height: 32px !important;
	height: 64px !important;
	overflow: hidden;
}
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
	margin-top: 0 !important;
}

.xt-box .vc_column-inner > .wpb_wrapper {
	background: #fff;
	padding: 30px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-image: linear-gradient(to left, #0481C3, #96C948) 1;
	min-height: 360px;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	height: 100%;
}
.xt-box-1 .vc_column-inner > .wpb_wrapper {
	background: #fff;
	padding: 30px;
	border: 4px solid #0076BB;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.xt-box-1 a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.xt-table-box {
	padding: 5px;
	border: 4px solid #00A0DD;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
}
.xt-table-box h4 {
	text-align: center;
	border-bottom-width: 5px;
    border-bottom-style: solid;
    border-image: linear-gradient(to left, #0481C3, #96C948) 1;
}
.tablepress>:where(thead,tfoot)>*>th {
	background: #fff;
}
.tablepress>*+tbody>*>*, .tablepress>tbody>*~*>*, .tablepress>tfoot>*>* {
	border-top: 0;
}
.xt-table-box td {
	font-size: 29px;
}
.tablepress>:where(tbody)>.odd>* {
    background-color: #F2FAFD;
}
.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-resources-entry {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 2px solid #B3B3B3;
}


.xt-icon-footer {
	margin-right: 10px;
	background: #00A0DD;
	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: #97C948;
}
.xt-icon-footer:hover .xt-icon {
	color: #fff;
}
.xt-icon-footer .xt-icon {
	width: 20px;
	height: 20px;
	color: #fff;
	margin-top: 5px;
}
.xt-link-footer {
	margin-left: 30px;
	font-size: 21px;
	font-weight: 700;
}
.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;
}
.footer-widgets-container {
    padding-bottom: 14px !important;
}
.xt-footer-bottom a {
	color: #fff;
	display: inline-block;
	margin-right: 20px;
	font-size: 21px;
}
.xt-footer-bottom a:hover {
	color: #3FA9F5;
}
.xt-footer-bottom {
	background: #11284B;
	color: #fff;
}
.xt-footer-bottom .grid-container {
	padding: 0 40px 20px 40px;
}
.xt-copy {
	font-size: 21px;
	float: right;
}
/* IMG */
.xt-img-40 img {
	height: 40px;
	width: auto !important;
}
.xt-img-60 img {
	height: 60px;
	width: auto !important;
}
.xt-img-110 img {
	height: 112px;
	width: auto !important;	
}
.xt-img-72 img {
	height: 72px;
	width: auto !important;	
}
.xt-img-logo img {
	height: 120px;
	width: auto !important;	
}

/* LISTS */
.xt-list ul {
	margin-left: 0;
	list-style: none;
}
.xt-list ul li {
	position: relative;
	padding-left: 45px;
	font-weight: 400;
	margin-bottom: 20px;
}
.xt-list ul li:before {
	content: '';
	display: inline-block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(img/check.svg);
	width: 34px;
	height: 34px;
	top: 0;
	left: 0;	
}

/* NEWSLETTER */
.xt-newsletter .gform_wrapper.gravity-theme {
	max-width: 480px;
}
.xt-newsletter .gform_wrapper.gravity-theme .gfield input.large {
	border: none !important;
	background: #E3E3E3 !important;
	font-size: 20px !important;
	font-weight: 700 !important;
}
.xt-newsletter .gform_wrapper.gravity-theme #field_submit input {
	background: #0076BB !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 20px !important;
	font-weight: 700 !important;
	height: 46px;
    line-height: 25px;
    text-align: center;
}
.xt-newsletter .gform_footer {
	padding: 0 !important;
}
.xt-newsletter .gform_wrapper.gravity-theme .gfield {
	margin-bottom: 10px;
}
.xt-newsletter2 .gform_wrapper.gravity-theme #field_submit input {
	background: #12284B !important;
}
.xt-newsletter2 .gform_wrapper.gravity-theme .gfield input.large {
	background: #FFFFFF !important;
	border: 2px solid #12284B !important;
}

/* GRAVITY */
.gform_wrapper.gravity-theme .gfield_required {
	font-size: 20px !important;
}
.gform_heading {
	display: none !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	border: 2px solid #0076BB;
	width: 22px;
	height: 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 8px;
    top: -2px !important;
    position: relative;
}
.gform_wrapper.gravity-theme .gfield-choice-input:checked {
	background: #0076BB;
}
.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield textarea.medium {
	border: 2px solid #0076BB !important;
	background: #fff !important;
	font-size: 26px !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #000 !important;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-size: 26px !important;
	margin-bottom: 0 !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label,
.gform_wrapper.gravity-theme .gfield_description {
	font-size: 26px !important;
}

/* XT Toggle */
.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
    position: absolute;
    right: 10px;
    top: 30%;
    transform: translateY(-50%);
}
.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before {
    border-width: 5px;
    height: 26px;
    width: 26px;
    border-color: #0077BB !important;
}
.vc_toggle_title {
	padding-right: 36px;
}
.mobile-menu {
	display: none !important;
}
.vc_do_toggle {
	border-top: 2px solid #B3B3B3;
	padding-top: 20px;
}
button.menu-toggle {
	font-size: 27px !important;
}
.xt-blue-box {
	border-top: none;
	padding-top: 10px;
}
.xt-blue-box .vc_toggle_title {
	color: #12284B;
	background: #00A0DD;
	padding: 15px 20px;
}
.xt-yellow-box .vc_toggle_title {
	background: #FCB525;
}
.xt-purple-box .vc_toggle_title {
	background: #9D57A3;
}
.xt-blue-box .vc_toggle_title h2 {
	color: #12284B;
}
.xt-blue-box .vc_toggle_content {
	border: 2px solid #00A0DD;
	padding: 20px;
	margin-top: 0;
}
.xt-yellow-box .vc_toggle_content {
	border: 2px solid #FCB525;
}
.xt-purple-box .vc_toggle_content {
	border: 2px solid #9D57A3;
}
.xt-blue-box.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
	right: 28px;
	top: 45%;	
}
.xt-blue-box.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after, .xt-blue-box.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before {
	border-color: #12284B !important;
}

.tablepress>:where(tbody)>.even>*, .tablepress>:where(tbody)>.odd>* {
	color: #4D4D4D !important;
}


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

}

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

}

@media screen and (min-width: 768px) {
	.gform_wrapper.gravity-theme .gfield {
		margin-bottom: 30px;
	}
	.xt-resources-entry .vc_col-sm-4 .vc_column-inner {
		padding-left: 0 !important;
	}
}

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

}

@media screen and (min-width: 1241px) {
	.footer-widgets-container {
    	padding: 40px 10px;
	}
	.xt-footer-bottom .grid-container {
		padding: 0 10px 20px 10px;
	}
}

@media screen and (max-width: 1400px) {
	h1, .xt-a1 h1 {
	    font-size: 74px;
	}
}

@media screen and (max-width: 1000px) {
	h1, .xt-a1 h1 {
	    font-size: 64px;
	}
	h2, .xt-a1 h2 {
	    font-size: 44px;
	}
	h3 {
	    font-size: 32px;
	}
	p, ul li, ol li {
	    font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	.footer-widget-2 .widget_media_image {
		float: none;
		display: inline-block;
	}
	.navigation-branding img, .site-logo.mobile-header-logo img {
	    height: 45px !important;
	}
	h1, .xt-a1 h1 {
	    font-size: 48px;
	}
	h2, .xt-a1 h2 {
	    font-size: 34px;
	}
	h3 {
	    font-size: 26px;
	}
	.xt-p1 p {
		font-size: 19px !important;
	}
	p, ul li, ol li {
	    font-size: 18px !important;
	}
	.entry-content ol, .entry-content ul {
		list-style-position: unset;
		padding-left: 2px;
	}
	.xt-img-logo img {
		height: 60px;
	}
	.xt-pp2 img {
    height: 60px !important;
    width: auto !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] {
	    padding: 10px 18px;
	}
	.xt-box .vc_column-inner > .wpb_wrapper {
		margin-bottom: 30px;
	}
	.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;
	}
	.footer-widgets-container {
		text-align: center;
	}
	.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;
		margin-top: 20px;
	}
	.xt-footer-bottom a:nth-child(3) {
		margin: 0;
	}
	.xt-footer-bottom .grid-container {
		padding: 20px;
	}
	.xt-list ul li:before {
	    width: 26px;
	    height: 26px;
	    top: -3px;
	}
	.xt-list ul li {
	    padding-left: 35px;
	}
	.xt-box .vc_column-inner > .wpb_wrapper {
	    padding: 5px 24px 20px 24px;
	}
	.xt-icon-footer {
	    margin-right: 0;
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	}
	.xt-icon-footer .xt-icon {
	    width: 29px;
	    height: 35px;
	}
	h3 br {
		display: none !important;
	}
	.xt-blue-box .vc_toggle_title h2 {
		font-size: 24px;
	}
	.xt-table-box td {
	    font-size: 17px;
	}
	.xt-table-box h4 {
	    font-size: 18px;
	}
	.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before {
	    height: 16px;
	    width: 16px;
	}
	.xt-blue-box.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
	    right: 8px;
	    top: 52%;
	}
	.xt-blog-listings .vc_column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.nav-below-header .main-navigation .inside-navigation.grid-container {
		padding: 0 !important;
	}
	#generate-slideout-menu .slideout-menu li {
		border-bottom: 1px solid #f2f2f2;
	}
	.xt-footer-bottom a {
		margin-right: 10px;
		margin-left: 10px;
	}
}
.hidden {
	display: none;
}
@media screen and (max-width: 640px) {
	.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1 !important;
	}
}

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

}