/*---------------------------------------------------------
 Jazzboo Custom CSS
-------------------------------------------------------- */
table.tg, table.tg td, table.tg th {
	border-top: 0;
	border-color: #ede7e6;
}

.tg {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}

.tg td, .tg th {
	width: 50%;
	text-align: center;
	padding: 10px 5px;
	overflow: hidden;
	word-break: normal;
}

.tg-header {
	font-weight: 700;
	text-transform: uppercase;
	color: #8E6761;
	background: #EDE7E6;
}

.tg-header-2 {
	font-weight: 700;
	text-transform: uppercase;
	color: #eee;
	background: rgb(212,40,13);
}

.tg-price {
	font-weight: 100;
	font-size: 100px;
	color: rgb(212,40,13);
}

.tg-price span {
	font-size: 30px;
	padding-right: 10px;
	color: rgb(112,75,68);
}

.point {
	padding: 0;
	font-weight: 500;
	font-style: normal;
	font-size: 40px;
	line-height: 0;
	color: #D4280D;
}

.bg2 {
	background-color: rgb(245,234,233);
}

@media screen and (max-width: 767px) {
	.tg {
		width: auto !important;
	}
	
	.tg col {
		width: auto !important;
	}
	
	.tg-wrap {
		overflow-x: auto;
		margin: auto 0;
	}
	
	.tg-price {
		font-size: 50px;
	}
	
	.tg-price span {
		font-size: 22px;
		padding-right: 5px;
	}
}

::-moz-selection {
	color: #d4280d;
	background: rgba(212,40,13,0.1);
}

::selection {
	color: #d4280d;
	background: rgba(212,40,13,0.1);
}

.site-content {
	margin-top: 68px;
}

.slider-title {
	text-align: center;
	font-size: 60px;
	line-height: 64px;
}

.separator {
	text-align: center;
	width: 60%;
	margin: 40px auto;
	border-bottom: 1px solid #DECDCD;
}

.endPost {
	text-align: center;
	width: 100%;
	margin: 40px 0 0;
	border-top: 1px solid #DECDCD;
	border-bottom: 11px solid #F4EFEF;
}

ul {
	list-style: none;
	padding: 0;
}

ol {
	list-style-type: none;
	list-style-type: decimal !ie;
/*IE 7- hack*/
	margin: 0;
	margin-left: 4em;
	padding: 0;
	counter-reset: li-counter;
}

ol > li {
	position: relative;
	margin-bottom: 20px;
	padding-left: .9em;
	min-height: 3em;
}

ol > li:before {
	position: absolute;
	top: 3px;
	left: -2.33em;
	width: 25px;
	height: 25px;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	color: #F7F4F5;
	border-radius: 50%;
	background-color: #D4280D;
	content: counter(li-counter);
	counter-increment: li-counter;
}

input[type="text"], .gform_wrapper input[type="text"] {
	width: 90%;
	padding: 12px 10px !important;
	padding: 1.2rem 1rem !important;
	background-color: #F9F5F5;
	-webkit-appearance: none;
	border-radius: 5px;
	border: 1px solid rgb(224,211,207);
}

#subscribe-email {
	margin-bottom: 13px;
}

#subscribe-email input {
	width: 95%;
	padding: 10px !important;
	background-color: #F9F5F5;
	-webkit-appearance: none;
	border-radius: 5px;
	border: 1px solid rgb(224,211,207);
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 18px 0 11px;
	margin: 1.8rem 0 1.1rem;
	font-family: "Varela Round", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	color: #56332d;
}

h1, h1 a {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 40px;
}

h2, h2 a, .entry-content h2, .entry-content h2 a {
	font-size: 29px;
	font-size: 2.9rem;
	line-height: 33px;
}

h3, h3 a {
	font-size: 23px;
	font-size: 2.3rem;
	line-height: 27px;
}

h4, h4 a {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 18px;
}

h5, h5 a {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 19px;
}

h6, h6 a {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 14px;
	text-transform: uppercase;
	font-style: italic;
	padding: 15px 0;
	border-top: 1px solid rgb(224,211,207);
	border-bottom: 1px solid rgb(224,211,207);
	margin-bottom: 30px;
}

.mt {
	margin-top: 60px !important;
}

.mb {
	margin-bottom: 60px !important;
}

.site-navigation .menu li.current_page_item a, .site-navigation .menu .children li.current_page_item a, .site-navigation .menu li.current_page_ancestor a, .site-navigation .menu li.current-menu-item a, .site-navigation .menu .sub-menu li.current-menu-item a, .site-navigation .menu li.current-menu-ancestor a {
	background-color: rgba(212,40,13,0.05);
	color: #d4280d;
}

.site-navigation ul.menu ul a:hover, .site-navigation ul.menu ul a:focus, .site-navigation .menu ul ul a:hover, .site-navigation .menu ul ul a:focus {
	background-color: rgba(212,40,13,0.05);
	color: #d4280d;
}

.builder-banner-inner-content {
	top: 35%;
	display: block;
	position: relative;
}

section {
	margin: 0 auto !important;
}

.builder-section-gallery .builder-section-content, .builder-section-text .builder-section-content, .builder-section-blank .builder-section-content {
	margin: 0 auto !important;
}

.site-header-main {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 20px;
	height: 68px;
}

body.admin-bar .site-header-main {
	top: 28px;
}

.block-text-container {
	text-align: left;
	color: #704b44;
	max-width: 700px;
	margin: 0 auto;
}

.block-text-container strong {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 20px;
}

.slider-btn {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	line-height: 100px;
	text-align: center;
	background: #d4280d;
	margin: 20px auto;
}

.slider-btn:hover {
	background: #AA2B17;
}

a.slider-link {
	color: #f7f4f5;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 40px 20px;
	text-transform: uppercase;
}

a.slider-link:hover {
	color: #f7f4f5;
}

.block-btn {
	display: inline-block;
	text-align: center;
	background: #d4280d;
	margin: 20px;
	border-radius: 360px;
}

.block-btn:hover {
	background: #AA2B17;
}

a.block-link {
	display: inline-block;
	color: #F7F4F5;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 15px 30px;
	text-transform: uppercase;
}

a.block-link:hover {
	color: #f7f4f5;
}

.builder-banner-content {
	text-shadow: none;
}

h2.block-title, .block-title {
	text-align: center;
	color: #56332d;
	font-size: 46px;
	line-height: 46px;
	margin: 0 0 42px;
	margin: 0 0 4.2rem;
}

.page-title {
	color: #56332d !important;
	font-size: 36px !important;
	line-height: 46px !important;
	margin: 120px 0 42px !important;
	margin: 12rem 0 4.2rem !important;
}

.builder-text-section-title, .builder-post-list-section-title {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	background-color: #EDE7E6;
	color: #8E6761;
	text-transform: uppercase;
	font-size: 17px;
	text-align: center;
	letter-spacing: 1px;
	max-width: 100%;
	padding: 20px 0;
	padding: 2rem 0;
	margin-bottom: 50px;
}

.page-template-template-builder-php .builder-section-header {
	max-width: 100%;
	padding: 0;
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
}

.builder-section {
	margin-bottom: 1px;
}

.builder-banner-inner-content p {
	width: 610px;
	margin: 0 auto;
	font-size: 18px;
}

.builder-text-image {
	margin: 0;
}

.menu-toggle {
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	color: #512F2A;
	background-color: #f7f4f5;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: .8;
	letter-spacing: .5px;
}

.menu-main-nav-container {
	background-color: #F7F4F5;
}

.ttfmp-post-list-item-title:hover {
	color: #d4280d;
}

.ttfmp-post-list-item-header figure {
	overflow: hidden;
	height: 150px;
}

.ttfmp-post-list-item {
	width: 45.33333%;
	margin-right: 8.33333%;
}

.widget {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 20px;
}

.entry-title {
	font-family: "Varela Round", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.entry-header .entry-thumbnail.post-header {
	margin: 30px auto;
	overflow: hidden;
	height: 300px;
	width: 100%;
}

.site-footer {
	margin-top: 60px;
}

.features-list {
	margin: 0 auto;
	width: 95%;
}

.features-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.features-list ul li img {
	float: left;
	margin: 0 30px 50px;
}

.features-list ul li strong {
	display: table;
	margin: 11px 0 5px;
}

.features-list ul li {
	overflow: auto;
	padding: 15px 0;
}

.entry-header {
	margin: 55px 0 20px;
}

#sidebar-right {
	margin-top: 100px !important;
}

.widget-title {
	margin: 0 0 11px;
	margin: 0 0 1.1rem;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 1px;
	letter-spacing: .1rem;
	text-transform: uppercase;
}

.site-content .container, .site-content .infinite-footer-container, .site-content .page-template-template-builder-php .entry-content > .twitter-share, .page-template-template-builder-php .site-content .entry-content > .twitter-share {
	padding-bottom: 0;
}

.ttfmake-button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	color: #f7f4f5;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 10px 25px;
	text-transform: uppercase;
	background: #d4280d;
	border-radius: 360px;
}

.ttfmake-button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: #AA2B17;
}

.wdpu-head {
	border-bottom: 1px solid #F1E2E2 !important;
	padding: 30px 50px !important;
	min-height: 25px !important;
	margin: 0 !important;
}

.wdpu-title {
	font-family: "Varela Round", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: bold !important;
	color: #d34120 !important;
	font-size: 30px !important;
	display: block !important;
	padding: 6px 0 !important;
}

.wdpu-subtitle {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 20px !important;
	color: #56332d !important;
	display: block !important;
	padding: 6px 0 !important;
}

.wdpu-close, .wdpu-close.no-title {
	padding: 10px !important;
	top: 10px !important;
	right: 10px !important;
	width: 50px !important;
	height: 50px !important;
}

.wdpu-msg {
	max-width: 700px !important;
}

.wdpu-middle {
	min-height: 200px !important;
	padding: 15px 30px !important;
}

.wdpu-142 {
	background: rgba(42,23,23,0.62) !important;
	padding: 0 !important;
}

@media (max-width: 760px) {
	.slider-title {
		text-align: center;
		font-size: 50px;
		line-height: 54px;
	}
	
	h2.block-title, .block-title {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 33px;
	}
	
	.builder-banner-inner-content {
		top: 45%;
	}
	
	#builder-section-1400219533708 .builder-banner-slide {
		padding-bottom: 420px !important;
	}
	
	.ttfmp-post-list-item {
		padding: 0 32px;
		padding: 0 3.2rem;
	}
	
	.builder-banner-inner-content h2 {
		font-size: 38px;
		line-height: 40px;
	}
	
	.cycle-slide .builder-banner-content {
		padding: 11px 26px;
		padding: 1.1rem 2.6rem;
	}
	
	.builder-banner-inner-content p {
		width: 90%;
		font-size: 16px;
	}
	
	.site-header-main {
		padding: 0;
	}
	
	.container, .infinite-footer-container, .page-template-template-builder-php .entry-content > .twitter-share {
		padding: 0;
	}
	
	.site-branding {
		float: left;
		padding: 24px 20px;
		padding: 2.4rem 2rem;
	}
	
	.site-title {
		display: none;
	}
	
	.site-navigation {
		float: right;
		margin-bottom: 0;
		padding: 17px 0;
		padding: 1.7rem 0;
	}
	
	.menu-toggle {
		margin: 0;
	}
	
	.custom-logo {
		width: 100px;
	}
	
	.site-navigation .menu li a, .site-navigation .nav-menu li a {
		padding: 16px 10px;
		padding: 1.6rem 1rem;
		border-bottom: 1px solid #DAD5D4;
	}
	
	.entry-header .entry-thumbnail.post-header {
		height: auto;
	}
	
	.entry-header {
		margin: 50px 0 20px;
	}
	
	.post {
		margin: 20px;
	}
}