/*!
Theme Name: Small Town Hatchet
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: small-town-hatchet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

@font-face {
  font-family: 'PTSerif-Bold';
  src: url("./fonts/PTSerif-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'PTSerif-Regular';
  src: url("./fonts/PTSerif-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Goudy-Bookletter';
  src: url("./fonts/Goudy-Bookletter.ttf") format("truetype");
}


body{
	padding:0px;
	margin:0px;
	font-family: 'Goudy-Bookletter';
}

img{
	max-width:100%;
}

a,p, ul li, ol li{
	font-size:17px;
}

a{
	text-decoration:none;
	
}

/* header css */

.announcement_bar {
    background: #4E413B;
    padding: 5px 0px;
}

.announcement_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
    gap: 150px;
}

.announcement_review {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.announcement_review p {
    margin: 0px;
}

.announcement_review p, .announcement_review p a, .announcement_follow p {
    color: #fff;
    font-size: 16px;
    font-family: 'PTSerif-Regular';
}

.announcement_review p a {
    text-decoration: underline;
}

.announcement_text p {
    margin: 0px;
    color: #fff;
    letter-spacing: 3px;
}

.announcement_review img {
    height: 18px;
    margin-right: 5px;
}

.announcement_follow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.announcement_follow p {
    margin: 0px;
    color: #fff;
}

ul.social_media {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

ul.social_media li {
    margin-left: 9px;
}

ul.social_media li a {
    display: block;
}

ul.social_media li a img {
    height: 26px;
}

.announcement_review p a:hover {
    color: #D14B00;
}

.toggle_button {
    display: none;
}

.mobile_menu {
    display: none;
}

.header_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

header.header_section {
    background: #080808;
    position: sticky;
    top: 0px;
    z-index: 999;
    box-shadow: 0px 3px 6px #F8B00766;
    padding: 10px 0px;
}

.header_menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header_menu ul > li {
    margin: 0px 10px;
}

.header_menu ul > li > a {
    color: #fff !IMPORTANT;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 12px;
}

.header-logo a {
    display: inline-flex;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 6px #F8B00766;
    background: #080808;
}

.header-logo a img {
    height: 112px;
}

.header-logo {
    position: relative;
    z-index: 7;
    margin: 0px 20px;
    margin-bottom: -75px;
}

.header_right.header_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.button_groups a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding: 6px 25px;
    border-radius: 300px;
    margin-right: 12px;
    font-family: 'PTSerif-Bold';
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    min-width: 185px;
    transition: 0.5s;
}

.header_right .button_groups a{
	min-width: 150px;
}

.button_groups a:last-child {
    margin: 0px;
}

a.yellow_button {
    border: 2px solid #D14B00;
    background: #F8B007;
    color: #000000;
}

a.orange_button {
    border: 2px solid #F8B007;
    background: #D14B00;
}

a.yellow_button:hover {
    background: #d14b00;
    color: #fff;
    border-color: #f8b007;
}

a.orange_button:hover {
    background: #f8b007;
    border-color: #d14b00;
    color: #000;
}

ul.social_media li a img:hover {
    opacity: 0.5;
}

.header_right .button_groups {
    margin-left: 24px;
}

.header_menu ul > li > a:hover, .header_menu ul li.current_page_item a {
    color: #f8b007 !IMPORTANT;
}

/* header css */

/* hero css */

section.hero_section {
    position: relative;
    min-height: calc(100vh - 133px);
    padding: 100px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

div#main-banner-slider {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

.hero_content_main {
    z-index: 9;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    width: 100% !IMPORTANT;
}

.hero_content h5 {
    display: inline-block;
    background: #080808;
    color: #fff;
    font-family: 'Goudy-Bookletter';
    font-size: 17px;
    padding: 10px 26px;
    border-radius: 30px;
    margin: 0px;
	letter-spacing:1.4px;
}

.hero_content h1 {
    color: #F8B007;
    font-size: 60px;
    font-family: 'Goudy-Bookletter';
    text-transform: uppercase;
    text-shadow: 2px 3px #d14b00;
    line-height: 75px;
    margin: 15px 0px;
}


.hero_icon_center {
    margin-bottom: -9px;
    position: relative;
}

.hero_content {
    max-width: 690px;
    margin: 0 auto;
}

img.hero_icon_footer {
    position: absolute;
    bottom: -13px;
    left: 20px;
    z-index: 8;
    width: 127px;
}

.hero_content p {
    color: #fff;
    font-family: 'Goudy-Bookletter';
    font-size: 20px;
}

a.orange_button img {
    height: 20px;
    margin-left: 15px;
	transition:0.5s;
}

a.yellow_button img {
    height: 27px;
    margin-right: 10px;
    transition: 0.5s;
}

a.yellow_button:hover img {
    filter: invert(1);
}

a.orange_button:hover img {
    filter: invert(1);
}

.swiper-pagination span {
    opacity: 1;
    background: transparent;
    position: relative;
    border: 1px solid #fff;
    height: 15px;
    width: 15px;
}

.swiper-pagination span.swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    height: 60%;
    width: 60%;
    border-radius: 50%;
}

footer {
    background-position: bottom center !IMPORTANT;
}

/* hero css */

/* welcome css */

section.welcome_section {
    padding: 70px 0px;
    position: relative;
}

.title_text h5 {
    display: inline-block;
    background: #080808;
    color: #fff;
    font-family: 'Goudy-Bookletter';
    font-size: 17px;
    padding: 10px 26px;
    border-radius: 30px;
    margin: 0px;
    margin-bottom: 10px;
	letter-spacing: 1.4px;
}

.title_text h2 {
    font-size: 36px;
    line-height: 48px;
}

.welcom_block {
    border: 3px solid #080808;
    border-radius: 20px;
    outline: 3px solid #d14b00;
    height: 100%;
}

.welcom_block:hover .welcome_icon {
    box-shadow: 0px 0px 15px #f8b007;
}

.welcom_block_inner {
    height: 100%;
    background: #fff;
    border-radius: 15px;
    border: 3px solid #f8b007;
    text-align: center;
    padding: 30px;
}

.welcome_icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #4E413B;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    box-shadow: 2px 2px 0px #f8b007;
    margin-bottom: 25px;
    transition: 0.5s;
}

.welcome_icon img {
    height: 56px;
    transition: 0.5s;
}

.welcom_block_inner h2 {
    color: #000000;
    font-size: 26px;
    margin-bottom: 10px;
}

.welcom_block_inner p {
    color: #9D9D9D;
    font-size: 18px;
    margin: 0px;
}

section.welcome_section .col-md-3 {
    margin-bottom: 40px;
}

.welcome_footer .title_text h2 {
    margin-bottom: 25px;
}

img.welcome_icon_footer {
    position: absolute;
    bottom: -11px;
    right: 15px;
    width: 194px;
	z-index:1;
}

/* welcome css */

/* about css */

section.about-us {
    padding: 70px 0px;
}

.about-img {
    margin-right: 15px;
}

.about-content .button_groups {
    margin-top: 30px;
}

/* about css */

section.shop-sec {
    padding: 60px 0 40px 0;
}

/* offer css */

section.what-we-offer {
    padding: 70px 0px;
}

.title_gray h5 {
    background: #9D9D9D;
}

.what-we-title h2 {
    color: #fff;
}

.offer-box-main {
    border: 3px solid #080808;
    border-radius: 20px;
    outline: 3px solid #d14b00;
    height: 100%;
}

.offer-box {
    height: 100%;
    background: #fff;
    border-radius: 15px;
    border: 3px solid #f8b007;
    padding: 33px;
}

section.what-we-offer .col-lg-4 {
    margin-bottom: 40px;
}

.offer-icon {
    width: 75px;
}

.offer-content {
    width: calc(100% - 75px);
    padding-left: 15px;
}

.offer-content p {
    color: #9D9D9D;
}

.offer-content h3 {
    color: #000;
    font-size: 25px;
}

.offer-content a.orange_button {
    background: #fff;
    color: #d14b00;
}

.offer-content a.orange_button:hover {
    background: #D14B00;
    color: #fff;
}

/* offer css */

/* event css */

section.events-sec {
    padding: 70px 0px;
}

.events-content p {
    color: #9D9D9D;
    margin-bottom: 10px;
}

.events-content h3 {
    color: #9D9D9D;
    margin-bottom: 10px;
    font-size: 17px;
    font-family: 'PTSerif-Bold';
}

.events-content h3 strong {
    color: #000;
    font-size: 20px;
}

.events-content p em {
    text-decoration: underline;
    font-style: normal;
}

.events-content h4 {
    font-family: 'PTSerif-Regular';
    color: #000;
    font-size: 20px;
    margin-top: 30px;
	text-decoration: underline;
}

.button_left_icon a.orange_button img {
    margin-left: 0px;
    margin-right: 10px;
    height: 22px;
}

.events-content {
    padding-right: 20px;
}
.private-event-desc p, .private-event-desc ul li {
    color: #000000;
    font-family: 'PTSerif-Regular';
}
.form_option .wpcf7-response-output {
    color: #ffffff;
}
/* event css */

.testimonail-gallery {
    padding-bottom: 70px;
    padding-top: 70px;
    
}

.testimonail-gallery {
    position: relative;
}

img.image_overlay_section {
    position: absolute;
    bottom: -24px;
    z-index: 1;
    width: 194px;
    left: 18px;
}

/* testimonial css */

section.testimonial_section {
    padding: 70px 0px;
}

.testimonial_block {
    border: 3px solid #080808;
    border-radius: 20px;
    outline: 3px solid #d14b00;
    height: 370px;
    margin:5px;
}

.testimonial_block_inner {
    height: 100%;
    background: #fff;
    border-radius: 15px;
    border: 3px solid #f8b007;
    padding: 30px;
	overflow:hidden;
}

.testimonial_header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.testi_carecter {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #4E413B;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 21px;
}

.testi_name {
    width: calc(100% - 60px);
    padding-left: 7px;
    padding-right: 30px;
}

.testi_name h4 {
    margin-bottom: 1px;
    font-size: 18px;
    color: #000000;
}

.testi_name p {
    margin: 0px;
    color: #9D9D9D;
    font-size: 14px;
    font-family: 'PTSerif-Regular';
}

.testimonial_header img {
    position: absolute;
    right: 0px;
    width: 33px;
    top: -8px;
}

.testimonial_image_group {
    margin: 15px 0px;
}

.testimonial_content p {
    color: #9D9D9D;
    font-family: 'PTSerif-Regular';
    line-height: 27px;
}

img.rate_image {
    height: 22px;
    margin-right: 9px;
}

img.verify_image {
    height: 26px;
}

p {
    font-family: 'PTSerif-Regular';
}

.testimonial_slider .swiper-pagination {
    position: static !IMPORTANT;
    margin-top: 10px;
}

.testimonial_slider .swiper-pagination span {
    border-color: #000;
}

.testimonial_slider .swiper-pagination span.swiper-pagination-bullet-active:before {
    background: #d14b00;
}

/* testimonial css */

/* plan css */

section.pricing-sec {
    padding: 70px 0px;
}

.schedule-main {
    background: #FFFFFF;
    padding: 20px 30px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 25px;
}

.schedule-icon {
    width: 35px;
}

.schedul-content {
    width: calc(100% - 35px);
    padding-left: 20px;
}

.schedul-content h3 {
    font-family: 'PTSerif-Bold';
    color: #000000;
    font-size: 26px;
}

.schedul-content p {
    margin: 0px;
    color: #9D9D9D;
}

.schedul-content a {
    color: #0049F3;
}

.schedul-content a:hover {
    color: #f8b007;
}

.plan-area-main {
	border: 3px solid #080808;
	border-radius: 20px;
	outline: 3px solid #d14b00;
	/* height: 100%; */
	position: relative;
	background: #fff;
	margin: 0 30px 0 30px;
}

.price-full-image {
    margin: 0 0 0 100px;
}

.price-full-image img {
    width: 80%;
}

.plan-area-inner {
    height: 100%;
    border-radius: 15px;
    border: 3px solid #f8b007;
    display: flex;
    flex-direction: column;
}

.plan-title {
    text-align: center;
    padding: 15px;
    padding-top: 29px;
}

.plan-area-main:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
    width: 90px;
    background-repeat: no-repeat !IMPORTANT;
    background-size: contain !IMPORTANT;
    top: -79px;
}

section.pricing-sec .col-lg-6:first-child {
    margin-top: 85px;
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.plan-title h2 {
	color: #000000;
	font-size: 36px;
}

.plan-title h3 {
	font-family: 'PTSerif-Bold';
	color: #D14B00;
	font-size: 23px;
	margin: 0px;
}

.pricing-inn {
    margin: 20px;
}

.price-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 12px;
}

.price-name h6 {
    margin: 0px;
    padding-left: 10px;
    font-family: 'PTSerif-Bold';
    font-size: 19px;
}

.price-name img {
    height: 26px;
}

.hour-price {
    background: #FEF4DC;
    padding: 10px 25px;
    border-radius: 11px;
    margin-bottom: 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.hour-price h5 {
    margin: 0px;
    font-family: 'PTSerif-Regular';
    color: #000000;
}

.hour-price span {
    font-family: 'PTSerif-Bold';
    color: #D14B00;
}

.hour-price h5, .hour-price span {
    font-size: 18px;
}

.plan-area-inner .button_groups {
    margin: 25px 0px;
    margin-top: auto;
}

.session-title h3 {
    font-family: 'PTSerif-Bold';
    font-size: 25px;
}

/* plan css */

/* faq css */

section.faq_section {
    margin: 70px 0px;
}

.accordion-item {
    background: #FEF4DC;
    margin-bottom: 10px;
    border: none !IMPORTANT;
    border-radius: 10px ! IMPORTANT;
    overflow: hidden;
}

.accordion-item .accordion-button {
    background: #fef4dc ! IMPORTANT;
    color: #000000 !IMPORTANT;
    font-family: 'Goudy-Bookletter';
    font-size: 19px;
    border: none !IMPORTANT;
    outline: none !IMPORTANT;
    box-shadow: none !IMPORTANT;
}

.accordion-body p {
    margin-bottom: 10px;
}

.accordion-body p:last-child {
    margin: 0px;
}

.accordion-item .accordion-button[aria-expanded="true"] {
    border-bottom: 1px solid #F8B007 !IMPORTANT;
}

.faq_block_main_block {
    padding-right: 40px;
}

.form_block {
    border: 3px solid #080808;
    border-radius: 20px;
    outline: 3px solid #d14b00;
    background: #080808;
}

.form_block_inner {
    height: 100%;
    border-radius: 15px;
    border: 3px solid #f8b007;
}

.form_block_inner .border_block {
    height: 6px;
}

.about-content p strong {
    color: #F8B007;
    font-weight: normal;
}

.form_block_title {
    text-align: center;
    padding: 25px;
}

.form_block_title h2 {
    font-size: 36px;
    line-height: 48px;
    margin: 0px;
}

.form_block_title p {
    margin: 0px;
    font-size: 24px;
}

.form_block_title h2, .form_block_title p {
    color: #fff;
}

.form_option {
    padding: 20px 15px;
}

.form_row {
    display: flex;
    flex-wrap: wrap;
}

.half_block {
    width: 50%;
    padding: 0px 8px;
}

.full_block {
    width: 100%;
    padding: 0px 8px;
}

.form_row input, select.wpcf7-form-control {
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    border-radius: 30px;
    border: none !IMPORTANT;
    outline: none !IMPORTANT;
    box-shadow: none !IMPORTANT;
    color: #000;
    font-size:17px;
}

select.wpcf7-form-control {
    padding: 5px 15px 5px 11px;
}

::-webkit-input-placeholder {
  color: #000;
}
::-moz-placeholder { 
  color: #000;
}
:-ms-input-placeholder { 
  color: #000;
}
:-moz-placeholder { 
  color: #000;
}

.form_row textarea {
    width: 100%;
    height: 175px;
    padding: 15px 20px;
    border-radius: 15px;
    border: none ! IMPORTANT;
    outline: none ! IMPORTANT;
    box-shadow: none ! IMPORTANT;
    color: #000;
    font-size:17px;
}

.form_row input[type="submit"] {
    border: 2px solid #F8B007 !IMPORTANT;
    background: #D14B00 !IMPORTANT;
    color: #fff;
    font-family: 'PTSerif-Bold';
}

.form_row input[type="submit"]:hover {
    background: #f8b007 ! IMPORTANT;
    color: #000;
    border-color: #d14b00 ! IMPORTANT;
}

section.map_section iframe {
    width: 100%;
    display: block;
    height: 350px;
}

/* faq css */

/* footer css */

.border_block {
    display: block;
    position: relative;
    height: 11px;
    background: #F8B007;
}

.border_block:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50%;
    width: 100%;
    background: #d14b00;
}

footer {
    padding: 50px 0px;
}

.footer_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_widget {
    width: 400px;
}

.footer_widget.widget1 .button_groups a {
    width: 55%;
}

.menu_footer {
    margin: 20px 0px;
    display: flex;
    flex-wrap: wrap;
}

.menubar_footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.menubar_footer ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 0px;
	font-family: 'PTSerif-Bold';
}

.menubar_footer {
    width: 50%;
    padding-right: 10px;
}

.menubar_footer ul li a:hover {
    color: #f8b007;
}

.footer_info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 9px;
}

.info_name {
    width: 75px;
}

.info_name p {
    margin: 0px;
    color: #fff;
	font-family: 'PTSerif-Bold';
}

.info_content {
    width: calc(100% - 75px);
}

.info_content a {
	color: #F8B007;
	font-family: 'PTSerif-Regular';
}

.info_content a:hover {
    color: #d14b00;
}

.footer_widget.widget2 {
    text-align: center;
}

.footer_logo a {
    display: inline-block;
}

.footer_logo a img {
    width: 210px;
}

.footer_logo {
    margin-bottom: 30px;
}

.follow_us_footer p {
    color: #fff;
    text-transform: uppercase;
}

.fotter_social_media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.fotter_social_media li {
    margin-right: 10px;
}

.fotter_social_media li a {
    display: block;
}

.fotter_social_media li a img {
    height: 38px;
}

.fotter_social_media li a img:hover {
    opacity: 0.5;
}

.fotter_social_media li:last-child {
    margin: 0px;
}

.footer_widget.widget3 p {
    color: #fff;
    font-family: 'Goudy-Bookletter';
}

.subscription_form input {
    border: 1px solid #EBEBEB;
    height: 46px;
    width: 100%;
    padding: 5px 20px;
    border-radius: 30px;
    background: #F7F7F7;
    margin-bottom: 15px;
    font-family: 'PTSerif-Bold';
    font-size: 17px;
    outline: none;
    box-shadow: none;
}


span.wpcf7-spinner {
    display: none !IMPORTANT;
}

.subscription_form input[type="submit"] {
    width: 231px !IMPORTANT;
    border: 2px solid #F8B007;
    background: #D14B00;
    color: #fff;
    font-family: 'PTSerif-Bold';
    transition: 0.5s;
}

.subscription_form input[type="submit"]:hover {
    background: #f8b007;
    color: #000;
    border-color: #d14b00;
}

.deta_locations > p {
	text-decoration: underline;
}

.working_hour_data p {
    font-family: 'PTSerif-Bold' !IMPORTANT;
    margin-bottom: 7px;
}

.working_hour_data h6 {
    color: #fff;
    font-family: 'PTSerif-Regular';
    font-size: 11px;
    margin: 0px;
    margin-top: 22px;
}

.copyright_section {
    background: #4E413B;
    padding: 10px 0px;
}

.copyright_section p, .copyright_section p a {
    margin: 0px;
    color: #fff;
    font-family: 'PTSerif-Regular';
    font-size: 15px;
}

.copyright_section p a:hover {
    color: #f8b007;
}

.subscription_form .wpcf7-response-output {
    color: #fff;
    margin: 0px !IMPORTANT;
    margin-bottom: 10px !important;
}

/* footer css */

/* about css start */
section.about-smalltown,
section.what-we-do-sec {
    padding: 50px 0px;
}
/* about css end */

/* gallery css start */
.gallery-images.gallery_page_image img {
    width: 100%;
    height: 260px;
}
section.our-work-sec {
    padding: 50px 0px;
}
/* gallery css end */

/* faq css start */
section.smalltown-faq-sec {
    padding: 50px 0px;
}
/* faq css end */

/*woocommerce pages css start*/
ul.products.columns-4 li, section.related.products h2 {
    display: none;
}
.page-id-401 header.entry-header, .page-id-402 header.entry-header {
    display: none;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained, button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding: 6px 25px;
    border-radius: 300px;
    margin-right: 12px;
    font-family: 'PTSerif-Bold';
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    min-width: 185px;
    transition: 0.5s;
    border: 2px solid #F8B007;
    background: #D14B00;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover, button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
    background: #f8b007;
    border-color: #d14b00;
    color: #000;
}
a.wc-block-components-product-name {
    font-size: 22px !important;
    color: #000000;
    font-family: 'PTSerif-Bold';
}
/*woocommerce pages css end*/


/*Event Details page*/
.events-img.private-event-img {
    border: 3px solid #d14b00;
    border-radius: 25px;
}
.events-img.private-event-img img {
    border-radius: 20px;
    border: 3px solid #f8b007;
    margin: 3px;
    width: 99%;
}
.why-choose-event-section h2 {
    color: #ffffff;
    text-transform: uppercase;
}
.why-choose-event-section .why-choose-event-content p{
    color: #ffffff;
}

.gallery-images img {
    border: 4px solid #f8b007;
    border-radius: 20px;
}

.gallery-images {
    border: 4px solid #080808;
    outline: 4px solid #d14b00;
    border-radius: 20px;
}

@media(max-width:1400px){
	.announcement_review p, .announcement_review p a, .announcement_follow p {
		font-size: 14px;
	}

	a, p, ul li, ol li {
		font-size: 15px;
	}

	.header_menu ul > li > a {
		font-size: 14px;
		padding: 15px 10px;
	}

	.button_groups a {
		font-size: 14px;
	}

	.header_right .button_groups a {
		min-width: 130px;
	}

	.button_groups a {
		height: 44px;
	}

	.header_menu ul > li {
		margin: 0px 7px;
	}

	.header_right .button_groups {
		margin-left: 10px;
	}

	.header-logo a {
		height: 134px;
		width: 134px;
	}

	.header-logo a img {
		height: 96px;
	}

	.hero_content {
		max-width: 565px;
	}

	.hero_icon_center img {
		height: 50px;
	}

	.hero_content h5 {
		font-size: 15px;
	}

	.hero_content h1 {
		font-size: 49px;
		line-height: 60px;
	}

	.hero_content p {
		font-size: 18px;
	}

	img.hero_icon_footer {
		width: 105px;
	}

	.title_text h5 {
		font-size: 15px;
	}

	.title_text h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.welcome_icon {
		height: 90px;
		width: 90px;
	}

	.welcome_icon img {
		height: 40px;
	}

	.welcom_block_inner {
		padding: 18px;
	}

	.welcom_block_inner p {
		font-size: 16px;
	}

	.welcom_block_inner h2 {
		font-size: 24px;
	}

	img.welcome_icon_footer {
		width: 180px;
	}

	section.welcome_section, section.about-us, section.what-we-offer, section.events-sec, section.pricing-sec, section.testimonial_section {
		padding: 50px 0px;
	}


	.offer-box {
		padding: 25px;
	}


	.events-content h4 {
		font-size: 18px;
		margin-top: 20px;
	}

	.events-content h3 {
		font-size: 16px;
	}

	.schedul-content h3 {
		font-size: 23px;
	}

	.plan-title h2 {
		font-size: 29px;
	}

	.plan-title h3 {
		font-size: 20px;
	}

	.price-name h6 {
		font-size: 17px;
	}

	.price-name img {
		height: 22px;
	}

	.hour-price h5, .hour-price span {
		font-size: 16px;
	}

	.hour-price {
		padding: 8px 20px;
	}

	.pricing-inn {
		margin: 15px 20px;
		margin-bottom: 0px;
	}


	.plan-area-inner .button_groups {
		margin-top: 15px;
	}

	.session-title h3 {
		font-size: 21px;
	}

	.testimonial_block_inner {
		padding: 30px 25px;
	}

	.testi_carecter {
		height: 46px;
		width: 46px;
		font-size: 16px;
	}

	.testi_name {
		width: calc(100% - 46px);
	}

	.testi_name h4 {
		font-size: 16px;
	}

	.testi_name p {
		font-size: 12px;
	}

	.testimonial_header img {
		width: 30px;
	}

	img.rate_image {
		height: 20px;
	}

	img.verify_image {
		height: 23px;
	}

	.testimonial_block {
		height: 350px;
	}

	.testimonail-gallery {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	img.image_overlay_section {
		width: 172px;
		bottom: -16px;
	}

	section.faq_section {
		margin: 50px 0px;
	}

	.form_block_title h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.form_block_title p {
		font-size: 20px;
	}

	.form_row input, select.wpcf7-form-control, .form_row textarea {
		font-size: 15px;
	}

	section.map_section iframe {
		height: 300px;
	}

	.footer_widget {
		width: 355px;
	}

	.menubar_footer ul li a {
		font-size: 14px;
	}

	.fotter_social_media li a img {
		height: 35px;
	}

	.footer_logo a img {
		width: 194px;
	}

	.copyright_section p, .copyright_section p a {
		font-size: 14px;
	}
	.offer-content h3 {
        font-size: 23px;
    }
	.offer-content p {
		min-height: 70px;
	}
}



@media(max-width:1200px){
	.announcement_text p {
		letter-spacing: 1px;
	}

	.announcement_review img {
		height: 14px;
	}

	.announcement_review p, .announcement_review p a, .announcement_follow p {
		font-size: 13px;
	}

	a, p, ul li, ol li {
		font-size: 14px;
	}

	ul.social_media li a img {
		height: 23px;
	}

	.header_menu ul > li > a {
		font-size: 13px;
		padding: 10px 7px;
	}

	.header-logo {
		margin: 0px 10px;
		margin-bottom: -61px;
	}

	.header_right .button_groups a {
		min-width: auto;
	}

	.button_groups a {
		font-size: 13px;
		margin-right: 7px;
	}

	.header_right .button_groups {
		margin-left: 0px;
	}

	.header-logo a {
		height: 115px;
		width: 115px;
	}

	.header-logo a img {
		height: 79px;
	}

	.button_groups a {
		height: 40px;
		padding: 5px 20px;
	}

	.swiper-pagination span {
		height: 10px;
		width: 10px;
	}

	.button_groups a {
		min-width: 155px;
	}

	a.yellow_button img {
		height: 21px;
	}

	.about-img {
		margin: 0px;
	}

	.title_text h5 {
		padding: 7px 14px;
	}

	.offer-box {
		padding: 20px;
	}

	.offer-content a.orange_button {
		min-width: 140px;
	}

	.offer-content h3 {
		font-size: 21px;
		min-height: 50px;
	}

	.events-content {
		padding: 0px;
	}

	.button_left_icon a.orange_button img {
		height: 20px;
	}

	.schedul-content h3 {
		font-size: 20px;
	}

	.plan-area-main:before {
		width: 76px;
		height: 83px;
		top: -61px;
	}

	section.pricing-sec .col-lg-6:first-child {
		padding-left: 15px;
		padding-right: 15px;
	}

	.session-title h3 {
		font-size: 18px;
	}

	section.pricing-sec .col-lg-6:first-child {
		margin-top: 64px;
	}

	.testimonial_slider .swiper-pagination {
		margin-top: 30px;
	}

	.faq_block_main_block {
		padding: 0px;
	}

	.footer_widget {
		width: 294px;
	}

	.footer_logo a img {
		width: 171px;
	}

	.subscription_form input {
		height: 43px;
		font-size: 14px;
	}

	.subscription_form input[type="submit"] {
		width: 175px !IMPORTANT;
	}

	.form_row textarea {
		height: 155px;
	}
	.price-full-image {
		margin: 0 0 0 50px;
	}
	.offer-content p {
		min-height: 108px;
	}
}

@media(max-width:992px){
	.announcement_review, .announcement_text, .announcement_follow {
		width: 100%;
		text-align: center;
	}

	.announcement_row {
		gap: 5px;
	}

	.announcement_review {
		justify-content: center;
	}

	.announcement_follow {
		justify-content: center;
	}

	.header_menu {
		display: none !IMPORTANT;
	}

	.toggle_button {
		display: block;
		cursor: pointer;
	}

	.header_row {
		justify-content: space-between;
	}

	.toggle_button img {
		filter: invert(1);
		height: 29px;
	}

	.header-logo a {
		height: 90px;
		width: 90px;
		display:inline;
	}

	.header-logo a img {
		height: 90px;
	}

	.header-logo {
		margin-bottom: 0px;
	}

	.hero_content {
		max-width: 100%;
	}

	section.hero_section {
		min-height: auto;
	}

	section.welcome_section .col-md-3 {
		width: 50%;
	}

	.title_text h2 br {
		display: none;
	}

	.testimonial_block {
		height: 400px;
	}

	.title_text h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.form_block_title h2 {
		font-size: 23px;
	}

	.form_block_title p {
		font-size: 17px;
	}

	section.map_section iframe {
		height: 200px;
	}

	.footer_widget {
		width: 100%;
		margin-top: 20px;
	}

	.footer_widget.widget1 .button_groups a {
		width: auto;
	}

	.footer_widget.widget2 {
		text-align: left;
	}

	.fotter_social_media {
		justify-content: start;
	}

	.copyright_section p, .copyright_section p a {
		text-align: center;
	}

	.mobile_menu {
		position: absolute;
		left: 0px;
		top: 100%;
		background: #080808;
		width: 100%;
	}

	.mobile_menu ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}

	.mobile_menu ul li a {
		font-family: 'PTSerif-Regular';
		font-size: 16px;
		display: block;
		padding: 10px;
		color: #fff !IMPORTANT;
	}

	.mobile_menu {
		padding-top: 45px;
	}
	
	.mobile_menu ul li.current_page_item a, .mobile_menu ul li a:hover {
		color: #F8B007 !IMPORTANT;
	}
	.price-full-image img {
		width: 100%;
	}
	.plan-area-main {
		margin: 0;
	}
	img.welcome_icon_footer {
        width: 120px;
    }
    .announcement_bar {
        display: none;
    }
    .events-content h4 {
        margin-bottom: 20px;
    }
    .testimonail-gallery {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.offer-content h3 {
		min-height: auto;
	}
	.offer-content p {
		min-height: 85px;
	}
		
}

@media(max-width:767px){
    .announcement_bar, .welcome_section img.welcome_icon_footer {
        display: none;
    }
    .header-logo {
        margin-bottom: 0;
    }
    .header-logo a {
        display: inline;
        height: 50px;
        width: 50px;
         box-shadow: none; 
         background: none; 
    }
    .hero_content h5 {
        font-size: 14px;
        padding: 8px 18px;
    }
	.hero_content h1 {
		font-size: 40px;
		line-height: 53px;
	}

	.hero_content p {
		font-size: 16px;
	}

	.button_groups a {
		margin: 0px;
	}

	.button_groups {
		gap: 8px;
		justify-content: center;
	}

	section.hero_section {
		padding: 50px 0px;
		padding-bottom: 75px;
	}

	.about-img {
		margin-bottom: 25px;
	}

	.title_text {
		text-align: center;
	}

	.offer-content .button_groups {
		justify-content: start !important;
	}

	.events-img {
		margin-top: 25px;
	}
    
    .events-content h4 {
        font-size: 16px;
        margin-bottom: 22px;
    }
    .events-content h3 strong {
        font-size: 18px;
    }
	section.pricing-sec .col-lg-6:first-child {
		margin-bottom: 15px;
	}
    .price-full-image {
        display: none;
    }
    .plan-area-main {
        margin-bottom: 20px;
    }
	.testimonial_block {
		height: 450px;
	}
	.form_block {
		margin-top: 25px;
	}
    
	.half_block {
		width: 100%;
	}
	
	.form_row textarea{
		height:120px;
	}
	
	.menubar_footer {
		width: 100%;
	}
	.about-smalltown-row {
		flex-direction: column-reverse;
	}
	.title_text.about_smalltown_title,
	.title_text.what_we_do_title {
		margin-top: 25px;
	}
	section.our-misson-sec .col-lg-4.col-md-6.col-12 {
		padding-bottom: 25px;
	}
	.price-full-image {
        margin: 30px 0 40px 0px;
    }
    .accordion-button::after {
        width: 15px;
        height: 15px;
        background-size: cover;
    }
    .accordion-item .accordion-button {
        font-size: 18px;
    }
    .schedule-main {
        padding: 15px 20px;
        border-radius: 20px;
    }
    .schedul-content {
        padding-left: 15px;
    }
    .private-event-desc p, .private-event-desc ul li {
        text-align: left;
    }
	.offer-content p {
		min-height: auto;
	}
}

@media(max-width:600px){
	.testimonial_block {
		height: 360px;
	}
}


@media(max-width:510px){
	section.welcome_section .col-md-3 {
		width: 100%;
		margin-bottom: 25px;
	}

	img.welcome_icon_footer {
		width: 60px;
	}

	img.hero_icon_footer {
		width: 62px;
	}

	.hero_content h1 {
		font-size: 30px;
		line-height: 40px;
		text-shadow: 2px 1px #d14b00;
	}

	img.image_overlay_section {
		width: 100px;
	}

	.footer_logo a img {
		width: 120px;
	}

	.subscription_form input {
		height: 40px;
	}

	.form_row input, select.wpcf7-form-control {
		height: 40px;
	}

	.form_row textarea {
		height: 80px;
	}

	.button_groups {
		flex-wrap: wrap !IMPORTANT;
		justify-content: center !IMPORTANT;
	}

	.testimonial_block {
		height: 295px;
	}
}
