/*
 * Template Name: Thank you
 */
#inner-page-wrapper{
	margin-bottom: 0;
}
#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}
 #breadcrumbs{
 	display: none;
 }

 #ty-wrap{}
 .ty-inner{
 	padding: 8vw 0;
 }
 .ty-inner .ty-title{}
 .ty-inner .ty-title h1{
 	color: var(--primary-color);
    font-size: 65px;
    font-weight: 600;
    font-family: var(--EBGaramond);
    line-height: 1;
    margin: 0 0;
    text-align: center;
 }
 .ty-inner .ty-content{
 	padding: 0 15px;
    margin: 30px 0 0;
    text-align: center;
    font-size: 20px;
 }

 @media only screen and (max-width: 1199px) {
 	.ty-inner .ty-title h1 {
	    font-size: 55px;
	}
	.ty-inner .ty-content {
	    font-size: 28px;
	}
 }
 @media only screen and (max-width: 991px) {
 	.ty-inner .ty-title h1 {
	    font-size: 40px;
	}
	.ty-inner .ty-content {
	    font-size: 20px;
	}
 }
 @media only screen and (max-width: 767px) {
 	.ty-inner .ty-title h1 {
	    font-size: 31px;
	}
	.ty-inner .ty-content {
	    font-size: 15px;
	}
 }
 @media only screen and (max-width: 567px) {
 	.ty-inner .ty-title h1 {
	    font-size: 26px;
	}
	.ty-inner .ty-content {
	    font-size: 13px;
	}
 }
 @media only screen and (max-width: 320px) {}