/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1660px;
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
a, p, span {
	font-family: "Lato";
}

button, a {
	transition: all linear 0.3s !important;
	text-decoration: none;
}

.vc_general.vc_btn3 {
	font-size: 18px !important;
	color: black !important;
	background-image: linear-gradient(to bottom, #FDE056, #B29300) !important;
	border: unset !important;
	border-radius: 30px !important;
	border: 1px solid #57426d !important;
}

.vc_general.vc_btn3:hover {
	color: #f9db51 !important;
	background: transparent !important;
	border: 1px solid #f9db51 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Oswald";
    clear: both;
    font-weight: 600;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
	font-size: 80px;
	line-height: 90px;
	font-weight: 400;
	margin: 0 0 50px;
	background: linear-gradient(to bottom, #f4d35e, #c49c1a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
h3 {
	font-size: 27px;
	line-height: 37px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Lato" !important;
}
h4 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
	background: linear-gradient(to bottom, #f4d35e, #c49c1a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p, li {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	text-align: justify;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #57426D;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 60px;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #fff;
    padding: 0 30px;
    font-weight: 500;
    font-size: 16px;
    transition: all linear 0.3s;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, 
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #fff;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

/* .nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
} */

.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/* //=======================================================
		search baar hover css
//====================================================== */



.sec-search{
    display: flex;
    align-items: center;
    width: 8%;
    justify-content: space-between;
}
.cstm-search-form {
 
    display: block;
    text-align: end;
    top: 11px;
	margin-right:-20px;
}
.hs-form {
    display: none;
}

.sec-search .hs-form {
    width: 300px;
    height: 44px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px 4px rgb(130 130 130);
    position: absolute;
    bottom: -10px;
    right: 60px;
    z-index: 9;
    display: none !important;
    top: 38px;
}
.sec-search .search-form {
    display: flex;
    align-items: center;
}
.sec-search .hs-form label {
    margin: 0;
    width: 100%;
}
.hs-form .form-control {
	height: 45px;
    padding: 0px 22px;
    border: border: 1px solid #f592f4;
    box-shadow: none !important;
    font-size: 15px;
}
.hs-form input.search-submit.btn.btn-default {
    background: #c21117;
    height: 45px;
    box-shadow: none !important;
    color: #fff;
    font-size: 15px;
    width: 120px;
    border: 1px solid #fff;
    border-radius: 35px;
}

i.fas.fa-search {
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}
.fas{
	font-family: "Font Awesome 5 Free" !important;
}
/* //=======================================================
		search baar hover css end
//====================================================== */


/* =================================== Header CSS =================================== */

#masthead nav {
    border-radius: 10px;
    padding: 16px !important;
    background-image: linear-gradient(to bottom, #6b577c, #6b577ce6);
}

#masthead .navbar-brand {
    padding: 0;
    margin: 0;
}

#masthead #menu-main-menu li:first-child a {
    padding-left: 0;
}

#masthead #menu-main-menu li:last-child a {
    padding-right: 0;
}

#masthead #menu-main-menu li a:hover {
    color: #FDE056;
}

.hdr-right-btn a {
    color: black;
    background: linear-gradient(to bottom, #FDE056, #B29300);
    font-size: 18px;
    font-weight: 500;
    padding: 12px 38px;
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid #6b577c;
}

.hdr-right-btn a:hover {
    background: transparent;
    color: #fbde54;
    border: 1px solid #fbde54;
}

#masthead .dropdown-menu {
    border-radius: 20px;
    border: unset;
    min-width: 125px;
    left: 30px;
    padding: 16px;
    background: #665176;
}

#masthead .dropdown-menu li a {
    color: white !important;
    font-size: 16px;
    padding: 0 0 10px;
    font-weight: 700;
}

#masthead .dropdown-menu li a:hover {
    color: #f9db51 !important;
}

/* =================================== Header CSS =================================== */

/* =================================== Hero Banner CSS =================================== */

#Hero-Banner {
    padding-top: 300px;
    padding-bottom: 300px;
}

.text-wrap {
  position: relative;
  display: inline-block;
}

.shadow-text {
  position: absolute;
  top: 0;
  left: 0;
  color: black;
  z-index: 0;
  text-shadow: 0px 6px 6px rgba(0,0,0,0.9);
}

.gradient-text {
  position: relative;
  background: linear-gradient(to bottom, #f4d35e, #c49c1a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  z-index: 1;
}

.text-wrap h1 {
    font-size: 62px;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

#Hero-Banner p {
    color: white;
    font-size: 28px;
    line-height: 46px;
    text-shadow: 2px 2px #000000;
    margin: 22px 0 0;
}

.hero_btn a:first-child {
    color: black;
    background: linear-gradient(to bottom, #FDE056, #B29300);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
    text-decoration: none;
    padding: 12px 100px;
    margin-right: 24px;
    border: 1px solid #392c45;
}

.hero_btn a:first-child:hover {
    background: #fbde5300;
    color: #f8db51;
    border: 1px solid;
}

.hero_btn a:nth-child(2) {
    border: 1px solid #fff;
    color: white;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
    text-decoration: none;
    padding: 12px 100px;
    margin-right: 40px;
}

.hero_btn a:nth-child(2):hover {
    color: black;
    background: white;
    border-color: transparent;
}

.hero_btn {
    margin-top: 50px;
}

/* =================================== Hero Banner CSS =================================== */


/* =================================== Home Sect 1 CSS =================================== */

#home-sect1 {
    padding-top: 50px;
    padding-bottom: 175px;
}

.image_hover .vc_single_image-wrapper {
    overflow: hidden;
}

.image_hover img {
    transition: all linear 0.3s;
}

.image_hover img:hover {
    transform: scale(1.1);
}

.sect1_colo2 .wpb_text_column p:first-child {
    margin: 0 0 20px;
}

#Cstm-Btn a {
    width: 290px;
    height: 44px;
    padding: 10px 0;
    background-image: none !important;
    background: transparent;
    border: 2px solid #fff !important;
    color: white !important;
}

#Cstm-Btn a:hover {
    border-color: #ffffff !important;
    background: white !important;
    color: black !important;
}

#home-sect1 #Cstm-Btn {
    padding-top: 50px;
}

.sect1_colo2 .wpb_text_column p strong {
    color: #FDE056;
    font-weight: 800;
}

#home-sect1 .sect1_colo2 .vc_column-inner {
    padding-left: 35px;
}

/* =================================== Home Sect 1 CSS =================================== */


/* =================================== Home Sect 2 CSS =================================== */

.earl_txt {
    font-size: 30px;
    line-height: 40px;
    color: white;
    font-weight: 400;
    position: absolute;
    left: 45px;
    z-index: 99;
    bottom: 20px;
    text-transform: uppercase;
	font-family: "Oswald" !important;
}

.earl_txt1 {
    top: 35%;
}

.hsect2row2 .vc_col-sm-4 h3 {
    bottom: 30px;
}

.hsect2row2 .vc_inner {
    padding-top: 12px;
}

.hsect2row2 .vc_col-sm-4 img {
    height: 546px;
    object-fit: cover;
}

.hsect2row2 {
    padding-top: 108px;
    padding-bottom: 80px;
}

#home-sect2 h2 {
    margin-bottom: 30px;
}

.smm_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px;
}

.smm_wrap a {
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smm_wrap a:nth-child(1) img {
    width: 18px;
}

.smm_wrap img {
    transition: all linear 0.3s;
}

.smm_wrap a:nth-child(1):hover {
    background: #3848c2;
}

.smm_wrap a:nth-child(1):hover img, .smm_wrap a:nth-child(2):hover img, .smm_wrap a:nth-child(3):hover img {
    filter: brightness(50);
}

.smm_wrap a:nth-child(2):hover {
    background: #0ac25b;
}

.smm_wrap a:nth-child(3):hover {
    background: linear-gradient(45deg,
    #feda75 0%,
    #fa7e1e 20%,
    #d62976 40%,
    #962fbf 60%,
    #515bd4 100%);
}

.smm_wrap a:nth-child(4):hover {
    background: #f6c700;
}

.smm_wrap a:nth-child(4):hover img {
    filter: brightness(0);
}

.smm_wrap a:nth-child(5):hover, .smm_wrap a:nth-child(6):hover {
    background: black;
}

.smm_wrap a:nth-child(5):hover img, .smm_wrap a:nth-child(6):hover img {
    filter: invert(1);
}

#home-sect2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* =================================== Home Sect 2 CSS =================================== */


/* =================================== Home Sect 3 CSS =================================== */

.hsect3row2 .vc_col-sm-4 .wpb_wrapper {
    border: 2px solid #685280;
    padding: 90px 30px;
    border-radius: 5px;
}

.hsect3row2 .vc_col-sm-4 .wpb_text_column .wpb_wrapper {
    padding: 40px 0 40px;
    border: unset;
}

.hsect3row2 .vc_col-sm-4 .wpb_text_column .wpb_wrapper p {
    text-transform: capitalize;
}

#Cstm-Btn1 a {
    width: 290px;
    height: 44px;
    padding: 10px 0;
}

.hsect3row2 h4 {
    margin: 0;
}

.hsect3row2 {
    padding-top: 60px;
}

#home-sect3 {
    padding-top: 220px;
    padding-bottom: 120px;
}

#Cstm-Btn1 a:hover {
    background: transparent !important;
    border: 1px solid #f9db51 !important;
    color: #f9db51 !important;
}

#home-sect3 h2 {
    font-size: 60px;
    line-height: 70px;
    margin: 0 0 20px;
}

/* =================================== Home Sect 3 CSS =================================== */


/* =================================== Testimonial Sect CSS =================================== */

#testimonial_sect h2 {
    margin: 0 0 35px;
    text-transform: uppercase;
}

#testimonial_sect .vc_col-sm-7 .wpb_text_column p {
    width: 90%;
}

.Testimonial_top {
    background: white;
    height: 160px;
    padding: 16px 16px 0 16px;
}

.Testimonial_top i {
    color: #FDE056;
}

.Testimonial_top h6 {
    color: #202020;
    margin: 0;
    padding: 0;
    font-family: "Lato";
    font-weight: 600;
}

.reviews_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviews_wrap div:nth-child(2) {
    display: flex;
    align-items: center;
    gap: 5px;
}

.Testimonial_top p {
    color: #000000;
    font-size: 16px;
    margin: 30px 0 0;
}

.TestimonialMain {
    margin-bottom: 25px;
    position: relative;
}

.Testimonial_botm {
    display: flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(to bottom, #f4d35e, #c49c1a);
    padding: 20px 16px;
}

.Testimonial_botm p {
    margin: 0;
    font-size: 12px;
    font-weight: 800;
}

.TestimonialMain::before {
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, #f4d35e, #c49c1a);
    width: 55px;
    height: 4px;
    top: -4px;
    left: 0;
}

.Testimonial_Wrapper .TestimonialMain:nth-child(1)::before {
    display: none;
}

.Testimonial_Wrapper {
    height: 290px;
    overflow-y: scroll;
}

/* width */
.Testimonial_Wrapper::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.Testimonial_Wrapper::-webkit-scrollbar-track {
  background: #685280;
}

/* Handle */
.Testimonial_Wrapper::-webkit-scrollbar-thumb {
  background: #685280;
}

/* Handle on hover */
.Testimonial_Wrapper::-webkit-scrollbar-thumb:hover {
  background: #685280;
}

#testimonial_sect {
    padding-top: 88px;
    padding-bottom: 88px;
}

#testimonial_sect .vc_col-sm-5 .wpb_text_column {
    margin-bottom: 0;
}

/* =================================== Testimonial Sect CSS =================================== */


/* =================================== Footer CSS =================================== */

#footer-widget {
    background: #57426d !important;
    padding-top: 65px;
    padding-bottom: 15px;
    position: relative;
}

#footer-widget #media_image-2 {
    margin: 0 0 28px;
}

#footer-widget section {
    margin: 0;
}

#footer-widget #text-2 p {
    margin: 0;
    width: 75%;
}

#footer-widget .widget-title {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px;
    padding: 0;
    color: white;
    font-weight: 900;
}

#footer-widget .nav-link {
    font-size: 15px;
    transition: all linear 0.3s;
    color: white;
    padding: 0 0 20px;
}

.ft2, .ft3, .ft4 {
    display: grid;
    justify-content: center;
}

.ft5 {
    display: grid;
    justify-content: end;
}

.row.copy_right p, .row.copy_right a {
    margin: 0;
    text-align: center;
    color: white;
    text-decoration: none;
}

.row.copy_right {
    padding-top: 50px;
}

#footer-widget::before {
    content: '';
    position: absolute;
    background: #79688A;
    width: 100%;
    height: 1px;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#colophon {
    display: none;
}

/* =================================== Footer CSS =================================== */


/* =================================== Ticket Sect CSS =================================== */

.event-MD .month {
    color: black;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    background: linear-gradient(to bottom, #f4d35e, #c49c1a);
    display: inline-block;
    width: 103px;
    height: 35px;
    border-radius: 5px;
    text-align: center;
    line-height: 34px;
}

.event-MD .day {
    font-size: 44px;
    line-height: 63px;
    color: white;
    font-weight: bold;
}

.event-MD {
    width: 103px;
    height: 103px;
    text-align: center;
    border: 1px solid #f0ce58;
    border-radius: 5px;
    position: relative;
    top: -37px;
}

.even_dtm .event-time {
    font-size: 35px;
    font-weight: 600;
    color: white;
}

.even_dtm {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 19px;
}

.event-card {
    border: 2px solid #685280;
    border-radius: 5px;
    padding: 0 24px 36px;
    margin-bottom: 77px !important;
}

.event_details .event-city {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 10px;
    color: white;
    padding: 0;
    font-weight: bold;
    font-family: 'Lato';
}

.event_details {
    padding-top: 30px;
}

.event_details .event-venue {
    font-size: 27px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: white;
    font-family: 'Lato';
}

.event_details .event-btn {
    background: linear-gradient(to bottom, #f4d35e, #c49c1a);
    border: 1px solid #57426d;
    color: black;
    font-size: 18px;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 40px;
    padding: 11px 20px;
    font-weight: 600;
    margin-top: 50px;
	width: 100%;
}

.event_details .event-btn:hover {
    background: transparent;
    border-color: #f3d25c;
    color: #f3d25c;
}

#Tickets_Sect #Cstm-Btn1 {
    margin-top: 45px;
}

#Tickets_Sect h2 {
    margin: 0 0 80px;
    text-transform: uppercase;
    font-weight: 400;
}

#Tickets_Sect {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* =================================== Ticket Sect CSS =================================== */


/* =================================== News Letter Sect CSS =================================== */

#newsletter_sect h2 {
    margin: 0 0 12px;
    font-size: 40px;
    line-height: 50px;
	text-transform: uppercase;
}

.News_letter p {
    display: flex;
    align-items: center;
/*     flex-wrap: wrap; */
    justify-content: end;
}

.News_letter .wpcf7-spinner {
    position: absolute;
    bottom: -20px;
}

.News_letter .wpcf7-email {
    color: #BDB3C7;
    font-size: 16px;
    padding: 25px 22px;
    height: auto;
    border-radius: 60px;
    border: 2px solid #fff;
    background: transparent;
    width: 536px;
}

.News_letter .wpcf7-email::placeholder {
    color: #BDB3C7;
}

.News_letter .wpcf7-submit {
    position: absolute;
    right: 42px;
    border-radius: 40px;
    color: black;
    background: linear-gradient(to bottom, #FDE056, #B29300) !important;
    border: unset;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 35px;
}

.News_letter .form-control:focus {
    color: #BDB3C7;
    background-color: #ffffff00;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

#newsletter_sect .wpcf7-response-output {
    color: white;
    border-color: #fadd53;
    margin-top: 20px;
}

#newsletter_sect {
    padding-top: 100px;
    padding-bottom: 100px;
}

.News_letter .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -40px;
    color: red;
}

/* =================================== News Letter Sect CSS =================================== */


/* =================================== Inner Banner Sect CSS =================================== */

#Inner-Banner {
    padding-top: 340px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#Inner-Banner .text-wrap {
    padding-bottom: 20px;
}

#Inner-Banner .text-wrap h1 {
    text-transform: uppercase;
}

.page-id-15 #Inner-Banner .wpb_text_column .wpb_wrapper, .page-id-198 #Inner-Banner .wpb_text_column .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

#Inner-Banner #Cstm-Btn, #Inner-Banner #Cstm-Btn1 {
    padding-top: 30px;
}

.page-id-15 #Inner-Banner {
    padding-top: 300px;
    padding-bottom: 150px;
}

/* =================================== Inner Banner Sect CSS =================================== */


/* =================================== About Sect 1 CSS =================================== */

#aboutus-sect1 .vc_row:nth-child(1) .vc_col-sm-6:nth-child(2) {
    padding-left: 30px;
}

#aboutus-sect1 .vc_row:nth-child(2) .vc_col-sm-6:nth-child(1) {
    padding-right: 30px;
}

#aboutus-sect1 .vc_row:nth-child(2) {
    padding-top: 50px;
}

#aboutus-sect1 h2 {
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 75px;
    line-height: 85px;
}

#aboutus-sect1 h4 {
    color: #FDE056;
    background: none;
    -webkit-text-fill-color: #FDE056;
    margin: 35px 0 20px;
    font-weight: 900;
    font-family: 'Lato';
}

.abrow2 ul {
    padding: 0 0 0px 20px;
}

.abrow2 ul li::marker {
    color: #FDE056;
}

.abrow2 ul li {
    margin: 0 0 8px;
}

#aboutus-sect1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* =================================== About Sect 1 CSS =================================== */


/* =================================== About Sect 2 CSS =================================== */

.milestones_details {
    text-align: center;
}

.milestones_details h4 {
    margin: 0 0 30px;
}

.milestones_details p {
    margin: 0;
}

.milestones-wrapper {
    border: 1px solid #FDE056;
    padding: 34px 20px;
    margin-bottom: 40px !important;
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.milestones-wrapper p {
    text-align: center;
}

.cmp_txt {
    padding-bottom: 50px;
}

#about-sect2 {
    padding-top: 100px;
    padding-bottom: 60px;
}

#about-sect2 h2 {
    font-size: 60px;
    line-height: 70px;
    margin: 0 0 25px;
}

/* =================================== About Sect 2 CSS =================================== */


/* =================================== Video Sect CSS =================================== */

#Video-Sect h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.video_row {
    padding-top: 78px;
}

#Video-Sect {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* =================================== Video Sect CSS =================================== */


/* =================================== Video Popup CSS =================================== */

.video-open {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
}

.video-open img {
  max-width: 100%;
  height: auto;
  display: block;
}

.video-close {
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0 auto;
  left: 0;
  cursor: pointer;
  width: 90px;
  top: 40%;
}


img.video_img {
    cursor: pointer;
}

/* =================================== Video Popup CSS =================================== */


/* =================================== Media Gallery Sect CSS =================================== */

#gallery-tabs .vc_tta-panels {
    background: transparent;
    border: unset;
}

#gallery-tabs .vc_tta-panel-body {
    padding: 0;
}

#gallery-tabs .vc_col-sm-3 {
    margin-bottom: 50px;
}

#gallery-tabs .vc_tta-tab a::before, #gallery-tabs .vc_tta-tab a::after {
    display: none;
}

#gallery-tabs .vc_tta-tab a {
    color: black !important;
    background: linear-gradient(to bottom, #f4d35e, #c49c1a);
    border: unset;
    border-radius: 50px;
    width: 290px;
    height: 44px;
    padding: 7px 0;
    text-align: center;
}

#gallery-tabs .vc_tta-tabs-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    gap: 40px;
    margin-bottom: 50px;
}

#gallery-tabs .wpb_single_image {
    padding-bottom: 26px;
}

#gallery-tabs h3 {
    margin: 0;
}

#Media-Gallery h2, #Albums-Sect h2 {
    font-size: 60px;
    line-height: 70px;
}

#Media-Gallery {
    padding-top: 100px;
    padding-bottom: 50px;
}

#gallery-tabs {
    margin-bottom: 0;
}

/* =================================== Media Gallery Sect CSS =================================== */


/* =================================== Albums & Specials Sect CSS =================================== */

.albums-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    background: #57426D;
    padding: 55px 42px;
}

.album_details h3 {
    color: #FDE056;
    margin: 0 0 10px;
}

.album_details p {
    margin: 0;
    line-height: 28px;
}

#Albums-Sect, #Bookers-sect {
    padding-top: 105px;
    padding-bottom: 105px;
}

.albums_thumnail {
    overflow: hidden;
}

.albums_thumnail img:hover {
    transform: scale(1.1);
}

.albums_thumnail img {
    transition: all linear 0.3s;
}

#Bookers-sect h2 {
    margin: 0 0 35px;
	text-transform: uppercase;
}

#Bookers-sect #Cstm-Btn {
    padding-top: 30px;
}

/* =================================== Albums & Specials Sect CSS =================================== */


.video_sect {
    background: #685280;
}

.video_sect .video_row .vc_col-sm-3:nth-child(1), .video_sect .video_row .vc_col-sm-3:nth-child(4) {
    position: relative;
}

.video_sect .video_row .vc_col-sm-3:nth-child(1)::before {
    content: '';
    position: absolute;
    background-image: linear-gradient(to right, #685280a3, #00000000);
    width: 60px;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
}

.video_sect .video_row .vc_col-sm-3:nth-child(4)::before {
    content: '';
    position: absolute;
    background-image: linear-gradient(to left, #685280a3, #00000000);
    width: 60px;
    height: 100%;
    z-index: 2;
    right: 0;
    top: 0;
}

.page-id-190 #footer-widget {
    background: #685280 !important;
}

.page-id-196 #Inner-Banner {
    padding-bottom: 200px;
}

/* =================================== Radio Page CSS =================================== */

#radio-sect .vc_row:nth-child(1) h3 {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 40px;
}

#radio-sect .vc_row:nth-child(2) h3 {
    text-align: left !important;
}

#radio-sect .vc_row:nth-child(1) {
    margin-bottom: 35px;
}

#radio-sect h2 {
    text-transform: uppercase;
}

#radio-sect {
    padding-top: 100px;
    padding-bottom: 100px;
}

#radio-sect1 h2 {
    text-transform: uppercase;
    margin: 0 0 35px;
}

#radio-sect1 .wpb_text_column.wpb_content_element {
    margin-bottom: 75px;
}

#radio-sect1 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.radio-sect2 h2 {
    text-transform: capitalize !important;
    font-size: 60px;
    line-height: 75px;
    margin: 0 0 20px;
}

.radio-sect2 .milestones-wrapper h6 {
    background: linear-gradient(to bottom, #f4d35e, #c49c1a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0 0 25px;
    font-family: "Lato";
    font-size: 18px;
    line-height: 28px;
}

.radio-sect2 .milestones-wrapper h4 {
    margin-bottom: 10px;
}

.award_txt {
    padding-bottom: 50px;
}

.radio-sect2 {
    padding-bottom: 50px !important;
}

.radio-sect2 .milestones-wrapper p {
    text-transform: capitalize;
}

#radio-sect3 {
    padding-top: 100px;
    padding-bottom: 80px;
}

#radio-sect3 h2 {
    text-transform: uppercase;
}

/* =================================== Radio Page CSS =================================== */


/* =================================== Acting Page CSS =================================== */

.page-id-198 #Inner-Banner {
    padding-top: 320px;
    padding-bottom: 150px;
}

#acting-sect h2 {
    text-transform: uppercase;
}

#acting-sect {
    padding-top: 100px;
    padding-bottom: 100px;
}

#acting-sect1 h2 {
    font-size: 60px;
    line-height: 70px;
    margin: 0 0 30px;
}

#acting-sect1 .vc_row:nth-child(2) {
    padding-top: 40px;
}

#acting-sect1 .vc_row:nth-child(2) .wpb_text_column {
    padding: 50px 0 40px;
}

#acting-sect1 .vc_row:nth-child(2) h4 {
    margin: 0;
}

#acting-sect1 .vc_row:nth-child(2) .wpb_wrapper {
    border: 2px solid #57426D;
    padding: 100px 10px;
}

#acting-sect1 .vc_row:nth-child(2) .wpb_text_column .wpb_wrapper {
    border: unset;
    padding: 0;
    margin: 0;
    display: block;
    height: auto;
}

#acting-sect1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#acting-sect2 .vc_row:nth-child(1) h2 {
    font-size: 60px;
    line-height: 78px;
    margin: 0 0 16px;
}

#acting-sect2 .vc_row:nth-child(1) p {
    width: 85%;
	padding-bottom: 50px;
    margin: 0 auto;
}

#acting-sect2 .vc_row:nth-child(2) .milestones-wrapper h6 {
    background: linear-gradient(to bottom, #f4d35e, #c49c1a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0 0 25px;
    font-family: "Lato";
    font-size: 18px;
    line-height: 28px;
}

#acting-sect2 .vc_row:nth-child(2) .milestones-wrapper h4 {
    margin: 0 0 12px;
}

#acting-sect2 {
    padding-top: 100px;
    padding-bottom: 60px;
}

/* =================================== Acting Page CSS =================================== */


/* =================================== Project Page CSS =================================== */

.page-id-19 #Inner-Banner, .page-id-21 #Inner-Banner, .page-id-25 #Inner-Banner, .page-id-23 #Inner-Banner {
    padding-bottom: 200px;
}

#Projects-Sect h2 {
    font-size: 60px;
    line-height: 70px;
}

.features_project_wrap div:nth-child(1) {
    position: relative;
    transition: all linear 0.3s;
    overflow: hidden;
}

.features_project_wrap div:nth-child(1) img {
    transition: all linear 0.3s;
    width: 300px !important;
}

.features_project_wrap div:nth-child(1) img:hover {
    transform: scale(1.1);
}

.features_project_wrap h3 {
    color: #FDE056;
    margin: 0 0 10px;
}

.features_project_wrap a {
    width: 290px;
    height: 44px;
    padding: 13px 0 0;
    font-size: 12px !important;
    color: black !important;
    background-image: linear-gradient(to bottom, #FDE056, #B29300) !important;
    border: unset !important;
    border-radius: 30px !important;
    border: 1px solid #57426d !important;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: 600;
}

.features_project_wrap a:hover {
    border-color: #fde056 !important;
    background: transparent !important;
    color: #fde056 !important;
}

.features_project_wrap {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    background: #685280;
    padding: 55px 40px;
    margin-bottom: 30px;
}

.features_project_wrap div:nth-child(2) {
    width: 341px;
}

.features_project_wrap p {
    height: 88px;
    line-height: 28px;
    text-transform: capitalize;
}

.collaborations_row .wpb_text_column {
    margin-bottom: 50px;
}

.collaborations_row {
    padding-top: 70px;
}

#Projects-Sect {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* =================================== Project Page CSS =================================== */


/* =================================== Contact Page CSS =================================== */

#Contact_us_sect h2 {
    font-size: 60px;
    line-height: 70px;
    margin: 0 0 18px;
}

#Contact_us_sect .vc_row .vc_col-sm-6:nth-child(1) h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 25px 0 18px;
}

#Contact_us_sect .vc_row .vc_col-sm-6:nth-child(1) p {
    margin: 0;
}

#Contact_us_sect .vc_row .vc_col-sm-6:nth-child(1) p a {
    color: white;
    text-decoration: none;
}

#Contact_us_sect .vc_row .vc_col-sm-6:nth-child(1) .smm_wrap {
    justify-content: left;
    gap: 30px;
}

#Contact_us_sect .vc_row .vc_col-sm-6:nth-child(1) .wpb_text_column {
    margin-bottom: 50px;
}

#Contact_us_sect .vc_row .vc_col-sm-6:nth-child(1) .vc_column-inner {
    background: #685280;
    margin-right: 20px;
    margin-left: 15px;
    border-radius: 22px;
    padding: 60px 70px;
}

.contact-form-7 label {
    margin: 0 0 12px;
    text-transform: capitalize;
}

.contact-form-7 input, .contact-form-7 textarea {
    background: #685280;
    border: unset;
    border-radius: 10px;
    margin-bottom: 40px;
    color: white;
    height: 50px;
}

.contact-form-7 p {
    margin: 0;
}

.contact-form-7 .form-control:focus {
    color: #fff;
    background-color: #685280;
    border-color: #68528000;
    outline: 0;
    box-shadow: none;
}

.contact-form-7 textarea {
    height: 120px;
}

.contact-form-7 .wpcf7-submit {
    margin: 0;
    width: 290px;
    height: 44px;
    padding: 8px 0;
    font-size: 18px !important;
    color: black !important;
    background-image: linear-gradient(to bottom, #FDE056, #B29300) !important;
    border: unset !important;
    border-radius: 30px !important;
    border: 1px solid #57426d !important;
    transition: all linear 0.4s !important;
}

.contact-form-7 .wpcf7-submit:hover {
    background: transparent !important;
    border-color: #f7da4f !important;
    color: #f7da4f !important;
}

.contact-form-7 {
    padding-top: 40px;
}

#Contact_us_sect {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* =================================== Contact Page CSS =================================== */

.buy-tickets-sect {
    padding-bottom: 50px !important;
}


/* ========================== Woocommerce Products CSS ========================== */

.product.type-product .product-image img {
    margin: 0 0 17px !important;
}

.product.type-product .product-category {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    color: #C6BFCD;
    transition: all linear 0.3s;
}

.product.type-product .product-title {
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    padding: 0;
    background: none;
    -webkit-text-fill-color: white;
    font-weight: 400;
    font-family: 'Lato';
	text-align: left !important;
}

.product.type-product .product-price {
    color: white;
    font-size: 17px;
}

.product.type-product .product-info {
    display: flex;
    align-items: center;
    margin: 6px 0 0;
    justify-content: space-between;
    transition: all linear 0.3s;
}

.product.type-product .add_to_cart_button {
    transition: all linear 0.3s !important;
    margin: 0 !important;
    font-size: 18px;
    font-weight: 500;
    background: transparent;
    color: #FDE056;
    border: 1px solid #FDE056;
    width: 290px;
    height: 44px;
    text-align: center;
    border-radius: 30px;
    padding: 11px 0 0;
}

.product.type-product .add_to_cart_button:hover {
    background: linear-gradient(to bottom, #f4d35e, #c49c1a) !important;
    border-color: #57426d !important;
    color: white !important;
    transition: all linear 0.3s !important;
}

.product.type-product .product-cart {
    text-align: center;
    transition: all linear 0.3s !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    opacity: 0;
}

.product.type-product {
    transition: all linear 0.3s !important;
    margin-bottom: 55px !important;
}

.product.type-product:hover .product-category, .product.type-product:hover .product-info {
    opacity: 0;
}

.product.type-product:hover .product-cart {
    opacity: 1;
}

a.added_to_cart.wc-forward {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -35px;
    color: white;
    padding: 0;
}

/* ========================== Woocommerce Products CSS ========================== */

/* ========================== Merchandise Store page CSS ========================== */

#product_sect h2.vc_custom_heading {
    font-size: 60px;
    line-height: 77px;
    margin: 0 0 30px;
}

ul.products.columns-4 {
    margin: 0;
}

#product_sect .vc_row:nth-child(2) {
    padding-top: 50px;
}

#product_sect {
    padding-top: 150px;
    padding-bottom: 50px;
}

/* ========================== Merchandise Store page CSS ========================== */


/* ========================== Single Product page CSS ========================== */

.woocommerce-page #primary {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 200px;
}

.woocommerce-page #secondary {
    display: none;
}

h1.product_title.entry-title {
    font-size: 40px;
    line-height: 50px;
    background: linear-gradient(to bottom, #f4d35e, #c49c1a);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding: 0 0 10px !important;
    margin: 0 0 30px !important;
    border-bottom: 1px solid #685280;
}

p.price {
    color: white !important;
    font-size: 30px !important;
    margin: 0 0 30px;
}

.woocommerce .quantity .qty {
    background: #685280;
    border: unset;
    height: 48px;
    color: white;
    font-weight: 500;
    margin-right: 10px;
    border-radius: 8px;
}

.single_add_to_cart_button {
    background: linear-gradient(to bottom, #f4d35e, #c49c1a) !important;
    border: unset !important;
    border-radius: 30px !important;
    color: black !important;
    font-weight: 500 !important;
    padding: 15px 50px !important;
    font-size: 18px !important;
}

.product_meta {
    display: none;
}

.single-product .related.products li .product-cart {
    opacity: 1 !important;
    position: relative;
    margin-top: 20px;
}

.single-product ul.products.columns-4 li .product-category {
    visibility: visible;
    opacity: 1 !important;
}

.single-product ul.products.columns-4 li .product-info {
    opacity: 1 !important;
}

section.related.products h2 {
    text-transform: capitalize;
    font-size: 60px;
    line-height: 70px;
}

.woocommerce-tabs ul {
    padding: 0 0 0 6px !important;
}

.woocommerce-Tabs-panel h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 10px;
}

.woocommerce-tabs ul .active {
    background: linear-gradient(to bottom, #f4d35e, #c49c1a) !important;
    border: unset !important;
    color: #000000 !important;
}

.woocommerce-tabs ul li {
    margin-right: 20px !important;
    background: transparent !important;
    color: white !important;
    border-radius: 30px !important;
    padding: 0px 30px !important;
    border-radius: 30px !important;
}

.woocommerce-tabs ul li a {
    color: white !important;
    font-weight: 500 !important;
}

.woocommerce-tabs ul .active a {
    color: black !important;
}

.woocommerce-tabs ul li::before, .woocommerce-tabs ul li::after {
    display: none;
}

.woocommerce-tabs ul::before, .woocommerce-tabs ul::after {
    display: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 40px !important;
    padding-bottom: 20px;
}

.comment-reply-title, #comment-form-rating-label {
    color: white;
}

.woocommerce #review_form #respond .stars a {
    color: #f3d15c;
}

p.comment-form-comment textarea {
    background: #685280;
    border: unset;
    padding: 10px;
}

p.form-submit .submit {
    width: 290px;
    height: 44px;
    padding: 8px 0;
    font-size: 18px !important;
    color: black !important;
    background-image: linear-gradient(to bottom, #FDE056, #B29300) !important;
    border-radius: 30px !important;
    font-weight: 500 !important;
}

.woocommerce-message .button, .wc-block-components-button {
    color: black !important;
    background: linear-gradient(to bottom, #FDE056, #B29300) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    border-radius: 40px !important;
    padding: 14px 30px !important;
	text-decoration: none !important;
}

.woocommerce-message {
    background: #685280 !important;
    border-top-color: #fbde54;
    color: white;
}

.woocommerce-message::before {
    color: #fcdf55;
}

/* ========================== Single Product page CSS ========================== */


/* ========================== Cart page CSS ========================== */

h1.entry-title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    margin: 0 0 40px;
    text-transform: capitalize;
    background: linear-gradient(to bottom, #f4d35e, #c49c1a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    border: unset;
	padding: 0;
}

th.wc-block-cart-items__header-image span, .wc-block-cart-items__header-total span, .wc-block-formatted-money-amount, .wc-block-cart-item__remove-link, .wc-block-components-panel__button, .wc-block-components-totals-item {
    color: white !important;
    font-size: 16px;
}

.wc-block-cart__main .wc-block-cart-items td {
    border-color: #685280 !important;
}

a.wc-block-components-product-name {
    background: linear-gradient(to bottom, #f4d35e, #c49c1a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 18px;
}

.wc-block-cart-item__quantity button {
    color: white !important;
}

.wc-block-components-quantity-selector input {
    color: white !important;
}

.wc-block-components-quantity-selector:after {
    border-color: white;
}

.wc-block-components-totals-wrapper, .wp-block-woocommerce-cart-order-summary-totals-block, .wp-block-woocommerce-cart-order-summary-block {
    border-color: #685280 !important;
}

.wc-block-components-order-meta.css-0.e19lxcc00 p {
    padding: 15px 0 0;
}

button.wc-block-components-button {
    border: unset;
}

/* ========================== Cart page CSS ========================== */


/* ========================== Checkout page CSS ========================== */

h2.wc-block-components-title {
    font-size: 30px !important;
    line-height: 40px;
    margin: 0 0 15px !important;
	text-transform: capitalize;
}

p.wc-block-components-checkout-step__description {
    font-size: 15px;
}

fieldset#contact-fields {
    margin-bottom: 20px;
}

span.wc-block-components-address-form__address_2-toggle, .wc-block-components-checkbox__label, span.wc-block-checkout__shipping-option--free, .wc-block-components-radio-control__label, a.wc-block-components-checkout-return-to-cart-button, .wc-block-components-product-name {
    color: white !important;
}

.wc-block-components-radio-control--highlight-checked:after {
    border: 2px solid #685280 !important;
}

label.wc-block-components-radio-control__option {
    box-shadow: none !important;
}

a.wc-block-components-checkout-return-to-cart-button {
    color: white;
}

.wp-block-woocommerce-checkout-order-summary-block {
    border: 2px solid #685280 !important;
}

.wp-block-woocommerce-checkout-order-summary-totals-block, .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    border-color: #685280 !important;
}

.woocommerce-checkout .entry-title {
    margin: 0;
}

/* ========================== Checkout page CSS ========================== */


h1.page-title {
    font-size: 60px;
    line-height: 70px;
    margin: 0 0 30px;
    background: linear-gradient(to bottom, #f4d35e, #c49c1a);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 400;
	padding: 0;
}

form.woocommerce-ordering select {
    background: #685280;
    border: unset;
    border-radius: 10px;
    color: white;
    padding: 10px;
}

.page-id-190 #Tickets_Sect .wpb_text_column .container .row:nth-child(4) {
    display: none;
}

.event_home_row .wpb_text_column .container .row:nth-child(2), .event_home_row .wpb_text_column .container .row:nth-child(3), .event_home_row .wpb_text_column .container .row:nth-child(4), .event_home_row .wpb_text_column .container .row:nth-child(5) {
    display: none;
}

#Tickets_Sect .wpb_text_column .container {
    padding: 0;
}

:root :where(.wp-block-separator.is-style-dots):before {
    color: #e9c64e;
}

.wc-block-grid__product-title {
    font-size: 20px !important;
    background: linear-gradient(to bottom, #f4d35e, #c49c1a);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0 !important;
}

.wc-block-grid__product-price.price {
    font-size: 18px;
    margin: 0 0 10px;
}

a.wp-block-button__link.add_to_cart_button {
    background: linear-gradient(to bottom, #FDE056, #B29300) !important;
    border: unset;
    color: black;
    font-size: 16px !important;
    font-weight: 600;
    padding: 8px 30px;
    text-decoration: none;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    background: linear-gradient(to bottom, #FDE056, #B29300) !important;
    margin-bottom: 15px;
}

h2.wp-block-heading.has-text-align-center.with-empty-cart-icon {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0 0;
}

h2.wp-block-heading.has-text-align-center {
    text-transform: capitalize;
}

a.wc-block-grid__product-link {
    text-decoration: none !important;
}

/* ======================== Order Received Page ======================== */

.woocommerce-order-details tr th {
    border-color: #fff !important;
}

.woocommerce table.shop_table {
    border-color: white;
}

.woocommerce-order-details td {
    border-color: white !important;
    color: white;
}

.woocommerce table.shop_table th {
    color: white;
}

.woocommerce table.shop_table td a {
    color: white;
    text-decoration: none;
}



.woocommerce-customer-details .woocommerce-column--1, .woocommerce-customer-details .woocommerce-column--2 {
    width: 100% !important;
    max-width: 100%;
    padding: 0;
}

section.woocommerce-customer-details h2 {
    font-size: 35px;
    line-height: 45px;
    text-transform: capitalize;
    margin: 0;
    padding: 20px 0 20px;
}

section.woocommerce-customer-details address {
    color: white;
}

/* ======================== Order Received Page ======================== */


/* ======================== error404 Page ======================== */

.error404 #content, .search-no-results #content {
    padding-top: 200px;
    padding-bottom: 80px;
}

.error404 #secondary, .search-no-results #secondary {
    display: none;
}

.error404 #content #primary, .search-no-results #content #primary {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.error404 #content #primary .search-field, .search-no-results #content #primary .search-field {
    background: #685280;
    border: unset;
    border-radius: 10px;
    color: white;
    padding: 25px 14px;
}

.error404 #content #primary .search-field::placeholder, .search-no-results #content #primary .search-field::placeholder {
    color: white;
}

.error404 #content #primary .search-submit, .search-no-results #content #primary .search-submit {
    color: black;
    background: linear-gradient(to bottom, #FDE056, #B29300);
    border: unset;
    border-radius: 10px;
    padding: 12px 30px;
    font-weight: 500;
}

.error404 #content #primary .search-form, .search-no-results #content #primary .search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.error404 #content #primary .search-form label, .search-no-results #content #primary .search-form label {
    margin: 0;
}

.search-no-results .page-title, .error404 .page-title {
    line-height: 74px;
}

/* ======================== error404 Page ======================== */

.woocommerce #reviews #comment {
    color: white;
}

/* ======================== My Account Page ======================== */

.woocommerce-account .woocommerce-form .woocommerce-Input {
    width: 100% !important;
}

.woocommerce-account .woocommerce-form .password-input {
    width: 100%;
}

.woocommerce-account .woocommerce-form .woocommerce-button {
    width: 100%;
    margin: 0;
    background: linear-gradient(to bottom, #FDE056, #B29300);
    color: black;
    text-transform: uppercase;
    padding: 15px 20px;
}

.woocommerce-account .woocommerce-form .woocommerce-LostPassword a {
    color: white;
    text-decoration: underline;
    text-transform: capitalize;
}

.woocommerce-account .woocommerce h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 0;
}

.woocommerce-account .woocommerce-Button {
    margin: 0;
    background: linear-gradient(to bottom, #FDE056, #B29300);
    color: black;
    padding: 12px 20px;
    border: unset;
    text-transform: capitalize;
    font-weight: 600;
}

/* ======================== My Account Page ======================== */


/* ========================== Responsive CSS ========================== */

/* @media only screen and (max-width: 1550px){
.hsect2row2 .vc_col-sm-4 img { height: 557px !important; }
}
@media only screen and (max-width: 1520px){
.hsect2row2 .vc_col-sm-4 img { height: 545px !important; }
}
@media only screen and (max-width: 1500px){
.hsect2row2 .vc_col-sm-4 img { height: 535px !important; }
}
@media only screen and (max-width: 1570px){
.hsect2row2 .vc_col-sm-4 img { height: 567px !important; }
} */
@media screen and (min-width: 1850px) and (max-width: 2000px) {
.hsect2row2 .vc_col-sm-4 img { height: 650px; }
}

@media screen and (min-width: 1750px) and (max-width: 1850px) {
.hsect2row2 .vc_col-sm-4 img { height: 660px; }
}

@media screen and (min-width: 1700px) and (max-width: 1750px) {
.hsect2row2 .vc_col-sm-4 img { height: 660px; }
}

@media screen and (min-width: 1650px) and (max-width: 1700px) {
.hsect2row2 .vc_col-sm-4 img { height: 660px; }
}

@media screen and (min-width: 1600px) and (max-width: 1650px) {
.hsect2row2 .vc_col-sm-4 img { height: 640px; }
}

@media screen and (min-width: 1570px) and (max-width: 1600px) {
.hsect2row2 .vc_col-sm-4 img { height: 567px; }
}

@media screen and (min-width: 1550px) and (max-width: 1570px) {
.hsect2row2 .vc_col-sm-4 img { height: 560px; }
}

@media screen and (min-width: 1470px) and (max-width: 1500px) {
.hsect2row2 .vc_col-sm-4 img { height: 530px; }
}

@media screen and (min-width: 1440px) and (max-width: 1470px) {
.hsect2row2 .vc_col-sm-4 img { height: 520px; }
}

@media screen and (min-width: 1400px) and (max-width: 1440px) {
.hsect2row2 .vc_col-sm-4 img { height: 520px; }
}

@media screen and (min-width: 1350px) and (max-width: 1400px) {
.hsect2row2 .vc_col-sm-4 img { height: 510px; }
}

@media screen and (min-width: 1300px) and (max-width: 1350px) {
.hsect2row2 .vc_col-sm-4 img { height: 485px; }
}

@media screen and (min-width: 1250px) and (max-width: 1300px) {
.hsect2row2 .vc_col-sm-4 img { height: 465px; }
}

@media screen and (min-width: 1200px) and (max-width: 1250px) {
.hsect2row2 .vc_col-sm-4 img { height: 465px; }
}

@media screen and (min-width: 1150px) and (max-width: 1200px) {
.hsect2row2 .vc_col-sm-4 img { height: 445px; }
}

@media screen and (min-width: 1100px) and (max-width: 1150px) {
.hsect2row2 .vc_col-sm-4 img { height: 440px; }
}

@media screen and (min-width: 1050px) and (max-width: 1100px) {
.hsect2row2 .vc_col-sm-4 img { height: 420px; }
}

@media screen and (min-width: 1000px) and (max-width: 1050px) {
.hsect2row2 .vc_col-sm-4 img { height: 390px; }
}

@media screen and (min-width: 950px) and (max-width: 1000px) {
.hsect2row2 .vc_col-sm-4 img { height: 385px; }
}

@media screen and (min-width: 900px) and (max-width: 950px) {
.hsect2row2 .vc_col-sm-4 img { height: 360px; }
}

@media screen and (min-width: 850px) and (max-width: 900px) {
.hsect2row2 .vc_col-sm-4 img { height: 345px; }
}

@media screen and (min-width: 800px) and (max-width: 850px) {
.hsect2row2 .vc_col-sm-4 img { height: 320px; }
}

@media screen and (min-width: 767px) and (max-width: 800px) {
.hsect2row2 .vc_col-sm-4 img { height: 305px; }
}

@media only screen and (max-width: 1199px){
#masthead #menu-main-menu { position: relative; top: -10px; }
.container { padding: 0 15px !important; max-width: 1150px; }
.hdr-right-btn { display: none; }
button.navbar-toggler { background: white; }
#masthead nav { border-radius: 8px; padding: 10px 10px !important; }
#masthead #menu-main-menu { align-items: center; } 
#masthead #menu-main-menu a { padding: 0 0 5px; }
.hdr-right-btn a { font-size: 17px; padding: 8px 25px; }
.hdr-right-btn { text-align: center; margin: 8px auto 12px; }
header#masthead { top: 25px; }
#masthead .dropdown-menu { padding: 10px 18px 10px; }
#Hero-Banner { padding-top: 220px !important; padding-bottom: 150px !important; }
.text-wrap h1 { font-size: 50px; }
#Hero-Banner p { font-size: 24px !important; line-height: 42px !important; margin: 15px 0 0 !important; }
.hero_btn a:first-child { padding: 12px 60px; margin-right: 15px; }
.hero_btn a:nth-child(2) { padding: 12px 60px; margin-right: 15px; }
img.video_img { width: 80px; }
h2 { font-size: 50px !important; line-height: 60px !important; margin: 0 0 20px !important; }
p, li { font-size: 16px !important; line-height: 27px !important; }
#Cstm-Btn a { width: 220px !important; }
#home-sect1 { padding-bottom: 90px !important; }
.earl_txt { font-size: 22px !important; line-height: 32px !important; }
.hsect2row2 { padding-top: 50px !important; padding-bottom: 50px !important; }
#home-sect3 { padding-top: 70px !important; padding-bottom: 80px !important; }
#home-sect3 :nth-child(1).vc_row p { width: 86%; margin: 0 auto; }
#Cstm-Btn1 a { font-size: 17px !important; width: 220px !important; }
.hsect3row2 .vc_col-sm-4 .wpb_wrapper { padding: 50px 22px !important; }
.hsect3row2 { padding-top: 50px; }
.event-MD { width: 80px; height: 90px; }
.event-MD .month { width: 80px; }
.event-MD .day { font-size: 30px; line-height: 52px; }
.even_dtm .event-time { font-size: 28px !important; }
#Tickets_Sect h2 { margin: 0 0 70px !important; }
#Explore_txt_mb .wpb_wrapper { padding: 25px 0 20px !important; }
#newsletter_sect h2 { margin: 0 0 12px !important; font-size: 35px !important; line-height: 45px !important; }
#newsletter_sect { padding-top: 70px !important; padding-bottom: 70px !important; }
.News_letter .wpcf7-email { width: 470px; }
/* About Us page */
#Inner-Banner { padding-top: 220px !important; }
.milestones_details h4 { margin: 0 0 20px; }
/* Radio Page */
.page-id-196 #Inner-Banner { padding-bottom: 100px; }
.radio-sect2 .milestones-wrapper h6 { margin: 0 0 15px; font-size: 16px; line-height: 25px; }
#radio-sect { padding-top: 70px; padding-bottom: 80px; }
#radio-sect1 .wpb_text_column.wpb_content_element { margin-bottom: 40px; }
#radio-sect1 { padding-top: 70px; padding-bottom: 80px; }
.milestones-wrapper { height: 250px; }
#radio-sect3 { padding-top: 70px; padding-bottom: 60px; }
#radio-sect { padding-top: 70px; }
.radio-sect2 { padding-bottom: 20px !important; }
#radio-sect .vc_row:nth-child(1) { margin-bottom: 25px; }
/* Project Page */
.page-id-19 #Inner-Banner, .page-id-21 #Inner-Banner, .page-id-25 #Inner-Banner, .page-id-23 #Inner-Banner { padding-bottom: 100px; }
#Projects-Sect { padding-top: 80px; padding-bottom: 80px; }
#Projects-Sect h2 { font-size: 40px !important; line-height: 50px !important; }
.features_project_wrap h3 { font-size: 22px; line-height: 32px; }
.collaborations_row .wpb_text_column { margin-bottom: 30px; }
/* Contact & Booking Page */
#Contact_us_sect .vc_row .vc_col-sm-6:nth-child(1) .smm_wrap { gap: 15px; }
#Contact_us_sect .vc_row .vc_col-sm-6:nth-child(1) .wpb_text_column { margin-bottom: 35px; }
#Contact_us_sect .vc_row .vc_col-sm-6:nth-child(1) h4 { margin: 15px 0 10px; }
#Contact_us_sect .vc_row .vc_col-sm-6:nth-child(1) .vc_column-inner { padding: 40px; }
.contact-form-7 input, .contact-form-7 textarea { margin-bottom: 20px; height: 45px; }
.contact-form-7 textarea { height: 100px; }
.contact-form-7 .wpcf7-submit { width: 240px; }
/* Merchandise Store Page */
.product.type-product .product-title { font-size: 16px !important; line-height: 26px !important; }
.product.type-product { margin-bottom: 40px !important; }
#product_sect .vc_row:nth-child(2) { padding-top: 30px; }
#product_sect { padding-top: 100px; }
/* Single Product Page */
.single-product .product.type-product .add_to_cart_button { width: 200px; }
.woocommerce-tabs.wc-tabs-wrapper { padding-top: 20px !important; padding-bottom: 10px; }
.woocommerce-page #primary { padding-top: 160px; }
p.form-submit .submit { width: 240px; }
}

@media only screen and (max-width: 1600px){
.container { padding: 0 80px; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { padding: 0 25px; }
#Hero-Banner { padding-top: 300px; padding-bottom: 250px; }
.text-wrap h1 { font-size: 60px; }
#Hero-Banner p { font-size: 26px; line-height: 44px; margin: 20px 0 0; }
.hero_btn { margin-top: 35px; }
.hero_btn a:first-child { padding: 12px 80px; margin-right: 25px; }
.hero_btn a:nth-child(2) { padding: 12px 80px; margin-right: 25px; }
#home-sect1 { padding-top: 30px; padding-bottom: 130px; }
h2 { font-size: 70px; line-height: 80px; margin: 0 0 40px; }
#Cstm-Btn a { width: 260px; }
#home-sect1 #Cstm-Btn { padding-top: 40px; }
.hsect2row2 { padding-top: 70px; padding-bottom: 70px; }
.earl_txt { font-size: 28px; line-height: 38px; }
/* .hsect2row2 .vc_col-sm-4 img { height: 577px; } */
#home-sect2 { padding-top: 70px; padding-bottom: 70px; }
#home-sect3 { padding-top: 150px; padding-bottom: 100px; }
.hsect3row2 .vc_col-sm-4 .wpb_wrapper { padding: 70px 25px; }
.hsect3row2 .vc_col-sm-4 .wpb_text_column .wpb_wrapper { padding: 30px 0 30px; }
#testimonial_sect h2 { margin: 0 0 25px; }
.event-MD .day { font-size: 38px; line-height: 62px; }
.event-MD .month { font-size: 22px; }
.event_details .event-city { font-size: 35px; line-height: 45px; margin: 0 0 12px; }
.event_details { padding-top: 20px; }
.event-card { padding: 0 24px 36px; margin-bottom: 60px !important; }
.event_details .event-venue { font-size: 25px; }
#Cstm-Btn1 a { width: 260px; }
#Tickets_Sect { padding-top: 90px; padding-bottom: 90px; }
#newsletter_sect { padding-top: 90px; padding-bottom: 90px; }
.News_letter .wpcf7-submit { right: 30px; }
#footer-widget .nav-link { padding: 0 0 18px; }
.event_home_row .wpb_text_column .container { padding: 0; }
/* About Us Page */
#aboutus-sect1 h2 { margin-bottom: 25px; font-size: 65px; line-height: 75px; }
h4 { font-size: 35px; line-height: 44px; }
.video_row { padding-top: 60px; }
#Video-Sect { padding-top: 90px; padding-bottom: 90px; }
#about-sect2 { padding-top: 90px; }
#Inner-Banner { padding-top: 300px; }
#aboutus-sect1 { padding-top: 80px; padding-bottom: 80px; }
/* Media Page */
#Media-Gallery { padding-top: 50px; padding-bottom: 40px; }
#Albums-Sect, #Bookers-sect { padding-top: 90px; padding-bottom: 95px; }
/* Radio Page */
.radio-sect2 .milestones-wrapper h6 { margin: 0 0 15px; }
.milestones-wrapper { height: 250px; }
#radio-sect1 { padding-top: 100px; padding-bottom: 100px; }
#radio-sect { padding-top: 80px; }
.radio-sect2 { padding-bottom: 30px !important; }
#radio-sect3 { padding-top: 80px; padding-bottom: 70px; }
/* Project Page */
.page-id-19 #Inner-Banner, .page-id-21 #Inner-Banner, .page-id-25 #Inner-Banner, .page-id-23 #Inner-Banner { padding-bottom: 120px; }
#Projects-Sect { padding-top: 90px; padding-bottom: 90px; }
.collaborations_row { padding-top: 60px; }
.features_project_wrap h3 { font-size: 25px; line-height: 35px; }
#Projects-Sect h2 { font-size: 55px; line-height: 65px; }
}


@media only screen and (max-width: 1440px){
.hsect3row2 .vc_col-sm-4 .wpb_text_column .wpb_wrapper p { height: 70px; }
.container { padding: 0 60px; }
#Hero-Banner { padding-top: 280px; padding-bottom: 200px; }
h2 { font-size: 60px; line-height: 70px; margin: 0 0 30px; }
p, li { font-size: 17px; line-height: 29px; }
.sect1_colo2 .wpb_text_column p:first-child { margin: 0 0 15px; }
#home-sect1 #Cstm-Btn { padding-top: 30px; }
#home-sect2 h2 { margin-bottom: 20px; }
.earl_txt { bottom: 25px; left: 30px; }
.hsect2row2 { padding-top: 60px; padding-bottom: 60px; }
#home-sect1 { padding-bottom: 100px; }
h4 { font-size: 35px; line-height: 40px; }
.hsect3row2 .vc_col-sm-4 .wpb_text_column .wpb_wrapper { padding: 25px 0; }
.hsect3row2 .vc_col-sm-4 .wpb_wrapper { padding: 60px 25px; }
#home-sect3 { padding-top: 90px; padding-bottom: 90px; }
.Testimonial_top p { margin: 15px 0 0; }
.event_details .event-city { font-size: 30px; line-height: 40px; }
.event_details .event-venue { font-size: 22px; }
.event_details .event-btn { margin-top: 40px; }
.event_details { padding-top: 10px; }
.even_dtm .event-time { font-size: 30px; }
.event-MD .day { font-size: 32px; line-height: 63px; }
.event-card { padding: 0 20px 30px; margin-bottom: 50px !important; }
#Tickets_Sect #Cstm-Btn1 { margin-top: 35px; }
#Tickets_Sect { padding-top: 80px; padding-bottom: 80px; }
#newsletter_sect { padding-top: 80px; padding-bottom: 80px; }
#footer-widget { padding-top: 55px; }
.hdr-right-btn a { font-size: 17px; padding: 12px 30px; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { padding: 0 20px; }
/* About Us page */
#aboutus-sect1 h2 { margin-bottom: 15px; font-size: 55px; line-height: 65px; }
h4 { font-size: 30px; line-height: 40px; }
#aboutus-sect1 h4 { margin: 25px 0 10px; }
#about-sect2 { padding-top: 70px; padding-bottom: 50px; }
.milestones-wrapper { margin-bottom: 35px !important; height: 230px; }
#aboutus-sect1 { padding-top: 70px; padding-bottom: 70px; }
.cmp_txt { padding-bottom: 40px; }
.cmp_txt br { display: none; }
.cmp_txt p { width: 90%; margin: 0 auto; }
/* Media Page */
h3 { font-size: 24px; line-height: 34px; }
#gallery-tabs .vc_tta-tab a { width: 260px; }
#Albums-Sect, #Bookers-sect { padding-top: 80px; padding-bottom: 85px; }
/* Acting Page */
.page-id-198 #Inner-Banner { padding-top: 300px; padding-bottom: 100px; }
#acting-sect { padding-top: 80px; padding-bottom: 80px; }
#acting-sect1 { padding-top: 80px; padding-bottom: 80px; }
#acting-sect2 { padding-top: 80px; }
/* Project Page */
.features_project_wrap { gap: 20px; padding: 45px 30px; }
.collaborations_row .wpb_text_column { margin-bottom: 40px; }
.features_project_wrap a { width: 250px; }
.features_project_wrap p { line-height: 27px; }
.features_project_wrap h3 { font-size: 24px; line-height: 34px; }
#Projects-Sect h2 { font-size: 50px; line-height: 60px; }
/* Contact & Booking Page */
#Contact_us_sect { padding-top: 90px; padding-bottom: 90px; }
#Contact_us_sect .vc_row .vc_col-sm-6:nth-child(1) .vc_column-inner { border-radius: 20px; padding: 50px; }
#Contact_us_sect h2 { font-size: 55px; line-height: 65px; margin: 0 0 15px; }
/* Merchandise Store Page */
.product.type-product { margin-bottom: 45px !important; }
#product_sect { padding-top: 130px; padding-bottom: 40px; }
.product.type-product .add_to_cart_button { width: 270px; height: 44px; }
}

@media only screen and (max-width: 1300px){
.hsect3row2 .vc_col-sm-4 .wpb_text_column .wpb_wrapper p { height: 90px; }
.earl_txt { font-size: 25px; line-height: 35px; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { padding: 0 16px; }
#footer-widget #text-2 p { width: 90%; }
#home-sect3 :nth-child(1).vc_row p br { display: none; } 
#home-sect3 :nth-child(1).vc_row p { width: 90%; margin: 0 auto; }
/* About Us page */
#aboutus-sect1 h2 { font-size: 45px; line-height: 55px; }
h4 { font-size: 30px; line-height: 38px; }
#Video-Sect h2 { margin-bottom: 20px; }
#Video-Sect { padding-top: 70px; padding-bottom: 80px; }
#testimonial_sect h2 br { display: none; }
/* Media Page */
.page-id-15 #Inner-Banner { padding-top: 260px; padding-bottom: 80px; }
#gallery-tabs .wpb_single_image { padding-bottom: 20px; }
#Media-Gallery { padding-bottom: 30px; }
#Albums-Sect, #Bookers-sect { padding-top: 70px; padding-bottom: 75px; }
#Bookers-sect h2 { margin: 0 0 25px; }
#gallery-tabs .vc_tta-tab a { width: 220px; }
#gallery-tabs .vc_col-sm-3 { margin-bottom: 35px; }
#Bookers-sect #Cstm-Btn a { font-size: 16px !important; width: 230px !important; }
#gallery-tabs .vc_tta-tabs-list { gap: 20px; margin-bottom: 40px; }
#gallery-tabs .vc_tta-tab a { width: 180px; }
/* Project Page */
.features_project_wrap div:nth-child(1) img { width: 260px !important; }
.features_project_wrap h3 { font-size: 23px; line-height: 33px; }
.features_project_wrap { gap: 15px; padding: 40px 25px; }
.features_project_wrap a { width: 230px; }
#Projects-Sect h2 { font-size: 45px; line-height: 55px; }
/* Cart Page */
.wc-block-components-sidebar-layout.wc-block-cart { margin-bottom: 10px; }
.woocommerce-message .button, .wc-block-components-button { padding: 10px 30px !important; }
h1.entry-title { font-size: 50px; line-height: 60px; font-weight: 400; margin: 0 0 30px; }
.woocommerce-message .button, .wc-block-components-button { font-size: 16px !important; }
}

@media only screen and (max-width: 1024px){
.container { max-width: 970px; }
#newsletter_sect p br { display: none; }
.News_letter .wpcf7-email { width: 450px; }
.text-wrap h1 { font-size: 45px; }
#Hero-Banner p { font-size: 22px !important; line-height: 40px !important; margin: 15px 0 0 !important; }
.hero_btn { margin-top: 25px; }
.hero_btn a:first-child, .hero_btn a:nth-child(2) { padding: 12px 60px !important; margin-right: 20px !important; font-size: 17px !important; }
.sect1_colo2 .wpb_text_column p:first-child { margin: 0 0 8px; }
#home-sect1 #Cstm-Btn { padding-top: 20px; }
#Hero-Banner { padding-top: 200px !important; padding-bottom: 120px !important; }
.earl_txt { font-size: 20px !important; line-height: 30px !important; }
.earl_txt1 { top: 30%; }
#home-sect2 { padding-top: 60px; padding-bottom: 60px; }
.smm_wrap { gap: 40px; }
#home-sect3 { padding-top: 60px !important; padding-bottom: 70px !important; }
.hsect3row2 { padding-top: 40px; }
h2 { font-size: 40px !important; line-height: 50px !important; margin: 0 0 10px !important; }
.hsect2row2 { padding-top: 40px !important; }
#home-sect3 :nth-child(1).vc_row p { width: 92%; }
h4 { font-size: 32px; line-height: 38px; }
.hsect3row2 .vc_col-sm-4 .wpb_wrapper { padding: 40px 15px !important; }
#testimonial_sect h2 { font-size: 35px !important; line-height: 45px !important; }
#testimonial_sect h2 br { display: none; }
.Testimonial_top p { font-size: 15px !important; line-height: 24px !important; }
#testimonial_sect { padding-top: 70px; padding-bottom: 60px; }
#Tickets_Sect { padding-top: 70px; padding-bottom: 70px; }
#Cstm-Btn1 a { font-size: 16px !important; width: 180px !important; height: 40px; padding: 9px 0; }
.event-MD { width: 70px; height: 80px; }
.event-MD .month { width: 70px; font-size: 20px !important; }
.event-MD .day { font-size: 28px; line-height: 44px; }
.even_dtm .event-time { font-size: 26px !important; position: relative; top: -7px; }
.event_details .event-city { font-size: 24px; line-height: 34px; margin: 0 0 5px !important; }
.event_details .event-venue { font-size: 18px !important; }
.event_details .event-btn { margin-top: 25px; font-size: 17px; padding: 7px; font-weight: 500; }
.event-card { padding: 0 15px 25px; margin-bottom: 50px !important; }
.event_details { padding-top: 0px; }
#Tickets_Sect #Cstm-Btn1 { margin-top: 25px; }
#Tickets_Sect { padding-top: 60px; padding-bottom: 60px; }
#newsletter_sect h2 { margin: 0 0 10px !important; font-size: 30px !important; line-height: 40px !important; }
.News_letter .wpcf7-email { width: 400px; padding: 20px 18px; }
.News_letter .wpcf7-submit { right: 28px; padding: 10px 25px; }
#newsletter_sect { padding-top: 60px !important; padding-bottom: 60px !important; }
#footer-widget #text-2 p { width: 100%; }
#footer-widget .widget-title { font-size: 17px; line-height: 27px; margin: 0 0 12px; }
#footer-widget .nav-link { padding: 0 0 10px; }
.row.copy_right { padding-top: 40px; }
#footer-widget { padding-top: 50px; padding-bottom: 10px; }
#footer-widget::before { bottom: 50px; }
/* About US page */
.video_row { padding-top: 40px; }
#Video-Sect { padding-top: 60px; padding-bottom: 70px; }
#about-sect2 { padding-top: 50px; padding-bottom: 40px; }
.milestones-wrapper { padding: 25px 15px; }
#aboutus-sect1 h4 { margin: 10px 0 8px; }
.shadow-text { right: 0; }
#Inner-Banner .text-wrap { display: flex ; align-items: center; justify-content: center; text-align: center; padding-bottom: 15px; }
#Inner-Banner { padding-top: 200px !important; padding-bottom: 80px; }
/* Media Page */
#gallery-tabs .vc_tta-tabs-list { padding-top: 20px; }
h3 { font-size: 22px; line-height: 32px; }
#Albums-Sect h2 { padding-bottom: 30px; }
.albums-wrapper { gap: 15px; padding: 35px 30px; }
#Albums-Sect, #Bookers-sect { padding-top: 60px; padding-bottom: 65px; }
#Bookers-sect #Cstm-Btn { padding-top: 20px; }
/* Radio Page */
#radio-sect { padding-top: 60px; }
.page-id-196 #Inner-Banner { padding-bottom: 80px; }
#radio-sect1 { padding-top: 70px; padding-bottom: 70px; }
.milestones-wrapper { height: 260px; }
#radio-sect3 { padding-top: 70px; padding-bottom: 50px; }
/* Acitng Page */
#acting-sect2 { padding-top: 50px; padding-bottom: 40px; }
#acting-sect2 .vc_row:nth-child(1) p { width: 95%; padding-bottom: 30px; }
#acting-sect1 { padding-top: 50px; padding-bottom: 60px; }
#acting-sect1 .vc_row:nth-child(2) .wpb_wrapper { padding: 50px 10px; }
#acting-sect1 .vc_row:nth-child(2) .wpb_text_column { padding: 25px 0 30px; }
#acting-sect { padding-top: 60px; padding-bottom: 60px; }
/* Project Page */
.page-id-19 #Inner-Banner, .page-id-21 #Inner-Banner, .page-id-25 #Inner-Banner, .page-id-23 #Inner-Banner { padding-bottom: 80px; }
#Projects-Sect { padding-top: 70px; padding-bottom: 70px; }
.collaborations_row { padding-top: 40px; }
.features_project_wrap { gap: 18px; padding: 30px 20px; flex-wrap: wrap; }
.features_project_wrap div:nth-child(2) { width: 100%; }
.features_project_wrap h3 { width: 70%; }
.features_project_wrap p { height: auto; }
.features_project_wrap a { width: 190px; height: 40px; padding: 10px 0; }
.collaborations_row .wpb_text_column { margin-bottom: 20px; }
#Projects-Sect h2 { font-size: 35px !important; line-height: 45px !important; }
/* Contact & Booking Page */
#Contact_us_sect { padding-top: 70px; padding-bottom: 70px; }
#Contact_us_sect .vc_row .vc_col-sm-6:nth-child(1) .vc_column-inner { padding: 30px; }
#Contact_us_sect .vc_row .vc_col-sm-6:nth-child(1) .wpb_text_column { margin-bottom: 25px; }
#Contact_us_sect .vc_row .vc_col-sm-6:nth-child(1) .smm_wrap { gap: 10px; }
.contact-form-7 { padding-top: 25px; }
/* Merchandise Store Page */
ul.products.columns-4 { padding-top: 20px; }
#product_sect { padding-top: 80px; padding-bottom: 30px; }
#product_sect .vc_row:nth-child(2) { padding-top: 20px; }
.product.type-product { margin-bottom: 35px !important; }
/* Buy Tickets */
.buy-tickets-sect { padding-bottom: 0px !important; }
/* Single Product page */
h1.product_title.entry-title { font-size: 35px; line-height: 45px; }
.single-product .product.type-product .add_to_cart_button { width: 160px; }
h1.entry-title { font-size: 40px; line-height: 50px; }
.wp-block-woocommerce-checkout { padding-top: 10px; }
}

@media only screen and (max-width: 800px){
.hsect3row2 .vc_col-sm-4 .wpb_text_column .wpb_wrapper p { height: 90px; font-size: 15px !important; line-height: 24px !important; }
#Hero-Banner { padding-top: 160px !important; padding-bottom: 70px !important; }
.hero_btn a:first-child, .hero_btn a:nth-child(2) { padding: 12px 40px !important; margin-right: 15px !important; font-size: 16px !important; }
img.video_img { width: 60px; }
.hero_btn { margin-top: 20px; }
#Hero-Banner p { font-size: 20px !important; line-height: 34px !important; }
#home-sect1 .vc_row { flex-direction: column; }
#home-sect1 .vc_col-sm-6 { width: 100%; }
#home-sect1 .image_hover { padding: 0 0 25px; }
#home-sect1 { padding-bottom: 70px !important; }
.earl_txt br { display: none; }
.smm_wrap { gap: 30px; }
.smm_wrap a img { width: 22px; }
.smm_wrap a:nth-child(1) img { width: 13px; }
#home-sect2 { padding-top: 50px; padding-bottom: 50px; }
#home-sect3 { padding-top: 50px !important; padding-bottom: 60px !important; }
.hsect3row2 .vc_col-sm-4 .wpb_wrapper { padding: 25px 12px !important; }
.Testimonial_botm { padding: 10px; }
#testimonial_sect { padding-top: 60px; padding-bottom: 40px; }
.even_dtm { display: flex ; align-items: center; flex-wrap: wrap; gap: 8px; }
.event-MD { width: 50px; height: 75px; }
.event-MD .month { width: 50px; font-size: 16px !important; }
.event-MD .day { font-size: 21px; line-height: 38px; }
.even_dtm .event-time { font-size: 20px !important; position: relative; top: -12px; }
.event_details .event-city { font-size: 20px; line-height: 30px; }
.event_details .event-venue { font-size: 17px !important; }
.event_details .event-btn { margin-top: 15px; font-size: 16px; }
.event-card { padding: 0 15px 30px; margin-bottom: 50px !important; }
#Tickets_Sect #Cstm-Btn1 { margin-top: 15px; }
h2 { font-size: 35px !important; line-height: 45px !important; }
#Tickets_Sect h2 { margin: 0 0 60px !important; }
#Tickets_Sect { padding-top: 50px; padding-bottom: 50px; }
#newsletter_sect h2 { margin: 0 0 6px !important; font-size: 25px !important; line-height: 35px !important; }
#newsletter_sect { padding-top: 50px !important; padding-bottom: 50px !important; }
.News_letter .wpcf7-email { width: 100%; }
#footer-widget #media_image-2 { margin: 0 0 18px; }
/* About Us Page */
#aboutus-sect1 h4 { font-size: 26px; line-height: 36px; }
#aboutus-sect1 .vc_row:nth-child(1) .vc_col-sm-6:nth-child(2) { padding-left: 0px; }
#Inner-Banner { padding-top: 170px !important; padding-bottom: 40px; }
#aboutus-sect1 { padding-top: 50px; padding-bottom: 50px; }
#about-sect2 { padding-top: 40px; padding-bottom: 30px; }
.cmp_txt p { width: 100%; }
.cmp_txt { padding-bottom: 30px; }
#about-sect2 .wpb_text_column .row .col-md-3 { flex: 0 0 50%; max-width: 50%; }
#Inner-Banner .text-wrap h1 { font-size: 40px; line-height: 52px; }
/* Media Page */
#gallery-tabs .vc_tta-tabs-list { padding-top: 15px; gap: 15px; margin-bottom: 30px; }
#gallery-tabs .vc_tta-tab a { width: 160px; height: 42px; }
#Media-Gallery { padding-top: 20px; }
/* Radio Page */
#radio-sect3 { padding-top: 50px; padding-bottom: 30px; }
.radio-sect2 { padding-bottom: 10px !important; }
#radio-sect { padding-top: 40px; }
#radio-sect1 { padding-top: 50px; padding-bottom: 60px; }
.milestones-wrapper { height: 300px; }
/* Acitng Page */
#acting-sect2 .vc_row:nth-child(2) .milestones-wrapper h6 { margin: 0 0 15px; }
/* Project Page */
#Projects-Sect h2 { font-size: 30px !important; line-height: 40px !important; }
.collaborations_row .wpb_text_column { margin-bottom: 12px; }
.features_project_wrap h3 { width: 90%; }
.features_project_wrap h3 { font-size: 22px; line-height: 32px; }
.collaborations_row { padding-top: 20px; }
#Projects-Sect { padding-top: 50px; padding-bottom: 60px; }
/* Contact & Booking Page */
#Contact_us_sect { padding-top: 60px; padding-bottom: 60px; }
/* Merchandise Store Page */
.product.type-product .product-info { flex-direction: column; align-items: baseline; margin: 5px 0 0; }
#product_sect { padding-top: 50px; padding-bottom: 10px; }
.product.type-product .product-image img { margin: 0 0 12px !important; }
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator { padding-top: 20px !important; margin: 0 0 20px !important; }
}

@media only screen and (max-width: 767px){
.container { max-width: 100%; }
.ft5 { flex: 0 0 10%; max-width: 10%; }
.ft2, .ft3, .ft4 { display: grid ; justify-content: left; flex: 0 0 28%; max-width: 28%; }
.ft2, .ft3, .ft4, .ft5 { margin-top: 20px; }
#footer-widget { padding-top: 30px; }
#Tickets_Sect .wpb_text_column .container .col-sm-12 { flex: 0 0 33%; max-width: 33%; }
.Testimonial_top p { margin: 25px 0 0; }
.Testimonial_Wrapper { margin-top: 30px; }
#testimonial_sect { padding-top: 50px; }
.hsect3row2 { display: flex ; flex-wrap: wrap; }
.hsect3row2 .vc_col-sm-4 { width: 33%; }
.event_details .event-city { font-size: 18px; line-height: 28px; }
.event_details .event-venue { font-size: 16px !important; }
.hsect2row2 .vc_col-sm-4 img { height: auto; object-fit: none; }
.earl_txt1 { top: 20%; }
#home-sect2 .vc_column-inner { padding: 0 15px !important; margin-bottom: 15px; }
.hsect2row2 { padding-top: 20px !important; padding-bottom: 25px !important; }
.smm_wrap { gap: 20px; }
#home-sect1 { padding-bottom: 50px !important; }
.text-wrap h1 { font-size: 40px; }
#newsletter_sect .vc_col-sm-6 { width: 50%; }
.hsect3row2 .vc_col-sm-4 .wpb_text_column .wpb_wrapper p { height: 100px; }
#home-sect2 { padding-top: 40px; padding-bottom: 30px; }
#testimonial_sect .vc_col-sm-7 .wpb_text_column p { width: 100%; }
#Cstm-Btn a { width: 180px !important; height: 40px; padding: 7px 10px; font-size: 16px !important; }
#home-sect2 .wpb_text_column p br { display: none; }
#home-sect3 #Cstm-Btn1 a { width: 140px !important; height: 35px; padding: 6px 0; }
.News_letter .wpcf7-submit { right: 25px; padding: 8px 18px; font-size: 15px; }
.News_letter .wpcf7-email { padding: 16px 12px; font-size: 15px; }
/* About Us Page */
.abrow2 ul { padding-bottom: 30px; }
#aboutus-sect1 .vc_row:nth-child(2) { padding-top: 35px; }
#aboutus-sect1 .vc_row:nth-child(1) img { padding-bottom: 30px; }
#Video-Sect .video_row .vc_col-sm-3 { width: 50%; margin-bottom: 30px; }
#Video-Sect { padding-top: 50px; padding-bottom: 40px; }
#Inner-Banner { padding-top: 150px !important; }
#Video-Sect .vc_row p br { display: none; }
/* Media Page */
#gallery-tabs .vc_tta-tabs-container { display: block; }
#gallery-tabs .vc_tta-panel-heading { display: none; } 
#gallery-tabs .vc_tta-panel-body { background: transparent; border: unset; }
#gallery-tabs .vc_row { display: block; column-count: 2; }
h3 { font-size: 20px; line-height: 30px; }
#gallery-tabs .vc_col-sm-3 { margin-bottom: 25px; }
#gallery-tabs .wpb_single_image { padding-bottom: 12px; }
#Albums-Sect h2 { padding-bottom: 20px; }
.albums-wrapper { gap: 12px; padding: 18px 12px; }
.album_details h3 { margin: 0 0 6px; }
#Albums-Sect .vc_row .wpb_wrapper .row { display: block; column-count: 2; }
#Albums-Sect, #Bookers-sect { padding-top: 30px; padding-bottom: 35px; }
#gallery-tabs .vc_tta-tab a { width: 140px; height: 38px; font-size: 15px; padding: 5px 0 0; }
#gallery-tabs .vc_tta-tabs-list { padding-top: 10px; gap: 12px; margin-bottom: 25px; }
/* Radio Page */
#radio-sect { padding-bottom: 25px; }
#radio-sect .vc_row:nth-child(2) h3 { text-align: center !important; right: 0 !important; margin: 0 auto !important; left: 0 !important; bottom: 35px; }
#radio-sect .vc_col-sm-4 { margin-bottom: 20px; }
#radio-sect1 { padding-top: 35px; padding-bottom: 35px; }
#radio-sect1 .vc_row:nth-child(2) { display: block; column-count: 2; } 
#radio-sect1 .vc_row:nth-child(2) .vc_col-sm-3 { margin-bottom: 20px; }
.radio-sect2 .wpb_text_column .row { display: block; column-count: 2; }
.milestones-wrapper { height: 210px; }
.milestones-wrapper { margin-bottom: 25px !important; }
#radio-sect3 .wpb_text_column { margin-bottom: 0; }
.page-id-196 #Inner-Banner { padding-bottom: 40px; }
/* Acting Page */
#acting-sect1 .vc_row:nth-child(2) .vc_col-sm-4 { margin-bottom: 18px; }
#acting-sect1 .vc_row:nth-child(2) .wpb_wrapper { padding: 20px 10px; }
#acting-sect1 .vc_row:nth-child(2) .wpb_text_column { padding: 15px 0; height: auto; }
#acting-sect1 .vc_row:nth-child(2) { padding-top: 25px; }
#acting-sect { padding-top: 30px; padding-bottom: 30px; }
#acting-sect1 { padding-top: 30px; padding-bottom: 30px; }
#acting-sect2 { padding-top: 30px; padding-bottom: 20px; }
/* Project Page */
#Projects-Sect .vc_row:nth-child(2), #Projects-Sect .vc_row:nth-child(3) { display: block; column-count: 2; }
.features_project_wrap h3 { font-size: 20px; line-height: 30px; }
.features_project_wrap div:nth-child(2) { height: 200px; }
#Projects-Sect h2 { padding-top: 20px; }
.page-id-19 #Inner-Banner, .page-id-21 #Inner-Banner, .page-id-25 #Inner-Banner, .page-id-23 #Inner-Banner { padding-bottom: 60px; }
#Projects-Sect { padding-top: 20px; padding-bottom: 50px; }
/* Contact & Booking Page */
#Contact_us_sect .vc_row .vc_col-sm-6:nth-child(1) .vc_column-inner { margin-bottom: 25px; }
#Contact_us_sect { padding-top: 30px; padding-bottom: 40px; }
/* Merchandise Store Page */
.product.type-product .product-info { flex-direction: row; }
#product_sect .vc_row:nth-child(2) { padding-top: 0px; }
#product_sect { padding-top: 30px; }
.product.type-product .add_to_cart_button { width: 180px; height: 38px; padding: 9px 0; font-size: 16px; }
/* Single Product page */
h1.product_title.entry-title { margin: 0 0 20px !important; }
.single_add_to_cart_button { padding: 12px 30px !important; font-size: 16px !important; }
.woocommerce .quantity .qty { height: 40px; }
p.price { color: white !important; font-size: 25px !important; margin: 0 0 20px; }
/* Cart Page */
.wc-block-components-totals-coupon__button { min-height: 1em !important; }
.wc-block-components-sidebar-layout.wc-block-cart { margin-bottom: 0px; }
table.wc-block-cart-items { margin-bottom: 0px !important; }
/* Checkout Page */
span.wc-block-components-checkout-order-summary__title-icon { fill: white !important; }
.wp-block-woocommerce-checkout-order-summary-block { padding: 12px; }
.wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step { margin-bottom: 18px; }
.wc-block-checkout__actions_row { margin-top: 20px; }
h2.wc-block-components-title { font-size: 25px !important; margin: 0 0 8px !important; }
}

@media only screen and (max-width: 600px){
.text-wrap h1 { font-size: 35px; }
#Hero-Banner p { font-size: 18px !important; line-height: 30px !important; margin: 10px 0 0 !important; }
.hero_btn { margin-top: 15px; }
.hero_btn a:first-child, .hero_btn a:nth-child(2) { padding: 10px 30px !important; margin-right: 10px !important; }
img.video_img { width: 55px; }
#Hero-Banner { padding-top: 140px !important; padding-bottom: 30px !important; }
#home-sect1 { padding-bottom: 40px !important; padding-top: 20px !important; }
#Cstm-Btn a { width: 150px !important; }
.earl_txt1 { top: 15%; }
.earl_txt { bottom: 35px; }
.smm_wrap { gap: 15px; }
.smm_wrap a { width: 40px; height: 40px; }
h2 { font-size: 30px !important; line-height: 40px !important; }
p, li { font-size: 15px !important; line-height: 25px !important; }
.hsect3row2 { padding-top: 30px; }
#home-sect3 { padding-top: 30px !important; padding-bottom: 20px !important; }
.hsect3row2 .vc_col-sm-4 .wpb_text_column .wpb_wrapper p { height: auto; }
.hsect3row2 .vc_col-sm-4 { width: 100%; margin-bottom: 30px; }
#Explore_txt_mb .wpb_wrapper { padding: 20px 0 !important; }
.Testimonial_top { background: white; height: 140px; padding: 12px 12px 0 12px; }
#Tickets_Sect .wpb_text_column .container .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
.event-card { margin-bottom: 65px !important; }
#Tickets_Sect h2 { margin: 0 0 50px !important; }
#Tickets_Sect .wpb_text_column .container .row .col-sm-12:nth-child(3) .event-card { margin-bottom: 30px !important; }
#Tickets_Sect { padding-top: 35px; padding-bottom: 40px; }
#testimonial_sect { padding-top: 40px; padding-bottom: 20px; }
#newsletter_sect .vc_col-sm-6 { width: 100%; }
.News_letter p { margin-top: 20px; justify-content: left; }
#newsletter_sect { padding-top: 40px !important; padding-bottom: 30px !important; }
.News_letter .wpcf7-submit { position: relative; right: 8pc; }
.ft5 { flex: 0 0 12%; max-width: 12%; }
#home-sect1 .sect1_colo2 .vc_column-inner { padding-left: 15px; }
/* About US page */
#Inner-Banner .text-wrap h1 { font-size: 35px; line-height: 47px; }
.milestones-wrapper { margin-bottom: 30px !important; height: 200px; }
#Video-Sect { padding-top: 40px; padding-bottom: 20px; }
#aboutus-sect1 { padding-top: 30px; padding-bottom: 40px; }
/* Radio Page */
h4 { font-size: 25px; line-height: 34px; }
.radio-sect2 .milestones-wrapper h6 { margin: 0 0 8px; }
.milestones-wrapper { margin-bottom: 20px !important; height: 220px; }
#radio-sect1 p br { display: none; }
#radio-sect1 .wpb_text_column.wpb_content_element { margin-bottom: 20px; }
.award_txt { padding-bottom: 30px; }
/* Acitng Page  */
.page-id-198 #Inner-Banner { padding-bottom: 40px; }
/* Project Page */
#Projects-Sect .vc_row:nth-child(2), #Projects-Sect .vc_row:nth-child(3) { column-count: 1; }
.features_project_wrap div:nth-child(2) { height: auto; }
.features_project_wrap h3 { width: 100%; }
.features_project_wrap div:nth-child(1) img { width: 100% !important; }
#Projects-Sect { padding-top: 10px; padding-bottom: 40px; }
.collaborations_row { padding-top: 10px; }
/* Merchandise Store Page */
#product_sect { padding-top: 20px; }
.product.type-product { margin-bottom: 25px !important; }
.hdr-right-btn a { font-size: 15px; padding: 8px 25px; }
.hdr-right-btn { margin: 10px auto 12px; }
/* Single Product Page */
p.form-submit .submit { width: 150px; height: 35px; padding: 8px 0 !important; font-size: 16px !important; }
.woocommerce-message .button, .wc-block-components-button { font-size: 15px !important; padding: 8px 25px !important; }
/* Cart page */
h1.entry-title { font-size: 30px; line-height: 40px; margin: 0 0 12px; }
a.wc-block-components-product-name { font-size: 16px; }
.wc-block-cart table.wc-block-cart-items, .wc-block-cart table.wc-block-cart-items td, .wc-block-cart table.wc-block-cart-items th { margin: 0 0 10px !important; }
/* Checkout Page */
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon:before { mask-size: 2em !important; height: 2em !important; }
h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title { font-size: 25px !important; line-height: 35px !important; }
.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new { padding-top: 20px; }
}

@media only screen and (max-width: 450px){
.ft2, .ft3, .ft4 { display: grid ; justify-content: left; flex: 0 0 50%; max-width: 50%; }
.ft5 { flex: 0 0 50%; max-width: 50%; justify-content: left; }
.ft2, .ft3, .ft4, .ft5 { margin-top: 10px; }
.earl_txt1 { top: 12%; }
.text-wrap h1 { font-size: 30px; }
#Hero-Banner p { font-size: 17px !important; line-height: 28px !important; }
.hero_btn a:first-child, .hero_btn a:nth-child(2) { padding: 10px 25px !important; margin-right: 6px !important; }
#Hero-Banner { padding-top: 130px !important; padding-bottom: 20px !important; }
#footer-widget #text-2 { padding-bottom: 10px; }
.earl_txt { font-size: 18px !important; line-height: 28px !important; width: 90%; }
.News_letter .wpcf7-email { width: 300px; }
.News_letter .wpcf7-submit { right: 7pc; }
/* About US page */
.video_row { padding-top: 30px; }
/* Radio Page */
.radio-sect2 .wpb_text_column .row { column-count: 1; }
.milestones-wrapper { height: auto; }
#radio-sect3 { padding-top: 40px; }
#radio-sect1 .vc_row:nth-child(2) { column-count: 1; }
#radio-sect3 h2 { font-size: 25px !important; line-height: 35px !important; }
/* Project Page */
.features_project_wrap { padding: 20px 20px; }
.page-id-19 #Inner-Banner, .page-id-21 #Inner-Banner, .page-id-25 #Inner-Banner, .page-id-23 #Inner-Banner { padding-bottom: 25px; }
/* Contact & Booking Page */
#Contact_us_sect .vc_row .vc_col-sm-6:nth-child(1) .vc_column-inner { padding: 20px; }
.contact-form-7 .wpcf7-submit { width: 160px; font-size: 16px !important; height: 40px; padding: 0; }
/* Merchandise Store Page */
.product.type-product .product-title { font-size: 15px !important; line-height: 25px !important; margin: 0 0 4px 0 !important; }
.product.type-product .product-info { flex-direction: column; gap: 0; }
.product.type-product .product-image img { margin: 0 0 8px !important; }
.product.type-product .product-price { font-size: 15px; }
.product.type-product .add_to_cart_button { width: 120px; height: 36px; padding: 10px 0; font-size: 15px; }
/* Single Product Page */
h1.product_title.entry-title { font-size: 30px; line-height: 40px; margin: 0 0 15px !important; }
.single-product .product.type-product .add_to_cart_button { width: 130px; }
.single-product #footer-widget { padding-top: 0px; }
.woocommerce-message { text-align: center; display: flex ; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; }
/* Checkout Page */
.wc-block-components-checkout-place-order-button { width: 100% !important; }
}

@media screen and (min-width: 300px) and (max-width: 372px) {
.text-wrap h1 { font-size: 25px; }
#Hero-Banner p br { display: none; }
#Hero-Banner p { font-size: 16px !important; line-height: 28px !important; }
.hero_btn { margin-top: 24px; }
img.video_img { text-align: center; margin: 20px auto 0; display: flex ; align-items: center; justify-content: center; }
#Hero-Banner { padding-top: 170px !important; }
.video-open img:nth-child(1) { height: 100vh; object-fit: cover; }
.video-open img:nth-child(2) { width: 60px; top: 38%; }
/* About US page */
#Inner-Banner .text-wrap h1 br { display: none; }
#Inner-Banner .text-wrap h1 { font-size: 25px; line-height: 37px; }
#aboutus-sect1 h4 { font-size: 24px; line-height: 34px; }
#aboutus-sect1 .vc_row:nth-child(2) { padding-top: 20px; }
#aboutus-sect1 .vc_row:nth-child(2) .vc_col-sm-6:nth-child(1) { padding-right: 8px; }
#about-sect2 .wpb_text_column .row .col-md-3 { flex: 0 0 100%; max-width: 100%; }
.milestones-wrapper { margin-bottom: 20px !important; height: 170px; padding: 15px 12px; }
#testimonial_sect h2 { font-size: 30px !important; line-height: 40px !important; }
.Testimonial_top { height: auto; }
.Testimonial_top p { margin: 0; padding: 20px 0 20px; }
.row.copy_right { padding-top: 30px; }
#footer-widget::before { bottom: 70px; }
/* Media Page */
#Albums-Sect .vc_row .wpb_wrapper .row { display: flex ; column-count: 1; gap: 20px; }
#gallery-tabs h3 { font-size: 18px; line-height: 28px; }
#gallery-tabs .vc_tta-tab a { width: 136px; height: 38px; }
#gallery-tabs .vc_row { display: block; column-count: 1; }
#Inner-Banner #Cstm-Btn, #Inner-Banner #Cstm-Btn1 { padding-top: 20px; }
}

@media screen and (min-width: 768px) and (max-width: 800px) {
/* .Testimonial_top { height: 190px; } */
.Testimonial_Wrapper .TestimonialMain:nth-child(3) .Testimonial_top { height: 200px; }
}

/* ========================== Responsive CSS ========================== */

.Testimonial_Wrapper .TestimonialMain:nth-child(3) .Testimonial_top {
    height: 200px;
}

#Contact_us_sect .wpcf7-response-output {
    color: white !important;
    border-color: yellow !important;
}

.error404 .page-content p, .search-no-results .page-content p {
    text-align: center;
}

#home-sect2 .vc_row:nth-child(1) h2 {
    line-height: normal;
}


