/*
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: 'MADE TOMMY';
    src: url('fonts/MADETOMMY-Medium.eot');
    src: url('fonts/MADETOMMY-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/MADETOMMY-Medium.woff2') format('woff2'),
        url('fonts/MADETOMMY-Medium.woff') format('woff'),
        url('fonts/MADETOMMY-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

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


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

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

ol, ul {
    margin: 0 0 1.5em 1em;
}
body, html, button, input, select, textarea {
	font-family: 'MADE TOMMY';
}
p, ul li {
	font-size: 28px;
	line-height: 1.50em;
	font-weight: 400;
	color: #231F20;
}
p {
	margin: 20px 0;	
}
.xt-p1 p {
	font-size: 21px !important;
}
.xt-p2 p {
	font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'MADE TOMMY';
    margin-bottom: 0;
    color: #263146;
}
h1 {
	color: #55565b;
	font-size: 94px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0px;
}
.xt-a1 h1 {
	font-size: 48px;
}
h2 {
	font-size: 57px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0px;
	color: #55565b;
}
h3 {
	font-size: 48px;
	line-height: 1.2em;
	font-weight: bold;
	color: #d71e3d;
}
h4 {
	font-size: 22px;
	color: #d71e3d;
	line-height: 1.2em;
	font-weight: 400;
}
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: 0 30px;
	line-height: 50px;
	font-size: 25px;
	display: inline-block;
	letter-spacing: 0px;
	font-weight: 400;
	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: #d71e3c;
	color: #fff !important;
	border-color: #d71e3c;
}
.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: #56575a !important;
	border-color: #56575a !important;
}
.xt-button.xt-button-style2 {
	background: #ffffff;
	color: #55565b !important;
	border: 1px solid #ffffff;
}
.xt-button.xt-button-style2:hover {
	background: #56575a;
	border-color: #56575a;
	color: #fff !important;
}



/* HEADER */
.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-box  .vc_column-inner > .wpb_wrapper {
	background: #fff;
	padding: 30px;
	border-bottom: 10px solid #d71e3c;
	margin-bottom: 30px;
	min-height: 360px;
}
.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: #d81e3d;
	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: 70px !important;
	width: auto !important;
	margin-top: -10px;
}
.footer-widget-2 .widget_media_image {
	float: right;
	margin-left: 10px;
	padding: 0 !important;
	margin-bottom: 0;
}
.footer-widgets-container {
    padding-bottom: 14px !important;
}
.xt-footer-bottom a {
	color: #fff;
	display: inline-block;
	margin-right: 30px;
	font-size: 14px;
}
.xt-footer-bottom a:hover {
	color: #d81e3d;
}
.xt-footer-bottom {
	background: #56575a;
	color: #fff;
}
.xt-footer-bottom .grid-container {
	padding: 20px;
	border-top: 1px solid #f7f6f7;
}
.xt-copy {
	font-size: 14px;
	float: right;
}
/* IMG */
.xt-img-40 img {
	height: 40px;
	width: auto !important;
}
.xt-img-logo img {
	height: 120px;
	width: auto !important;	
}
.main-navigation a {
    font-size: 18px;
}

/* 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;
}  */

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

}

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

}

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

}

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

}

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

}

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

@media screen and (max-width: 1000px) {
	h1 {
	    font-size: 64px;
	}
	h2 {
	    font-size: 44px;
	}
	h3 {
	    font-size: 32px;
	}
	p, ul 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 {
	    font-size: 44px;
	}
	h2 {
	    font-size: 26px;
	}
	h3 {
	    font-size: 26px;
	}
	.xt-p1 p {
		font-size: 19px !important;
	}
	p, ul li {
	    font-size: 18px !important;
	}
	.xt-img-logo img {
		height: 60px;
	}
	.xt-pp2 img {
    height: 60px !important;
    width: auto !important;
	}

	.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;
	}
	.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(2) {
		margin: 0;
	}
}
.hidden {
	display: none;
}
@media screen and (max-width: 640px) {

}

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

}