/*
Theme Name: NAIA Child
Theme URI: http://totalwptheme.com
Description: NAIA child theme.
Author: Donnie Weaver
Author URI: https://pixelcraftstudio.com
Template: Total
Version: 6.3
*/
/*COLOR MAPPING

accent #c41d22
accent hover - #272b74
border accent #c41d22
bullets #4d9e1b

red-LOGO - #c41d22 - hsla(358, 85%, 77%, 0.9)
red dark - #6a0600 - hsla(3, 85%, 77%, 0.9)
gold - #f2b41c - hsla(43, 85%, 77%, 0.9)
gold dark - #b66400 - hsla(33, 85%, 77%, 0.9)
blue - #4b9ce0 - hsla(208, 85%, 77%, 0.9)
blue dark - #2e608a - hsla(208, 85%, 77%, 0.9)
purple - #4c3ad6 - hsla(247, 85%, 77%, 0.9)
purple dark - #1d1a2f - hsla(249, 85%, 77%, 0.9)
orange - #d55c06 - hsla(25, 85%, 77%, 0.9)
orange dark - #b63f01 - hsla(21, 85%, 77%, 0.9)
green light - #608841 - hsla(94, 85%, 77%, 0.9)
green dark - #2e4c1b - hsla(97, 85%, 77%, 0.9)


text lt gray - #999 - rgba(153,153,153,0.5)
black - #000 - rgba(0,0,0,0.1)
white - #fff - rgba(255,255,255,0.1)

-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);

ROW BG COLORS
ABOUT- lt brown - 
rgba(174,123,76,0.28)
hsla(29, 39%, 49%, 0.28)

.custom_hide_me {
	display: none !important;	
}

*/
/*@import url("../naia/style.css");*/
/*------------------------------------------------------------------
CUSTOM
-------------------------------------------------------------------*/
.pic_shadow_border img {
  border: solid 1px hsla(1, 0%, 100%, 0.7) !important;
  border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-box-shadow: 3px 3px 12px hsla(48, 10%, 20%, 0.4) !important;
  -webkit-box-shadow: 3px 3px 12px hsla(48, 10%, 20%, 0.4) !important;
  box-shadow: 3px 3px 12px hsla(48, 10%, 20%, 0.4) !important;
}
.pic_shadow_border_callout img {
  padding: 1px !important;
  /*filter: drop-shadow(4px 4px 7px hsla(0, 0%, 0%, 0.4)) !important;*/
  border: solid 1px hsla(1, 0%, 100%, 0.7) !important;
  border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -webkit-border-radius: 40px !important;
  -moz-box-shadow: 6px 6px 15px hsla(48, 10%, 20%, 0.6) !important;
  -webkit-box-shadow: 6px 6px 15px hsla(48, 10%, 20%, 0.6) !important;
  box-shadow: 6px 6px 15px hsla(48, 10%, 20%, 0.6) !important;
}
/*.custom_fullrow_padding_footer {
  padding-left: 100px !important;
  padding-right: 50px !important;
}*/
/*.custom_fullrow_padding_index_purpose {
	padding-left: 100px !important;
	padding-right: 100px !important;
}*/
.custom_fullrow_padding_video_fullwidth {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.custom_fullrow_padding_princess_requirements {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.custom_row_princess_hero_alignment .vcex-heading, .custom_row_princess_hero_alignment p {
  text-align: right !important;
}
.custom_fullrow_padding_powwow_3col {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
/*.custom_fullrow_padding_culturecenter_siteplan {
  padding-left: 100px !important;
  padding-right: 100px !important;
}*/
.custom_fullrow_padding_support_buttons {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.custom_bg_blur {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.custom_about_hero_text {
  font-size: 28px !important;
  line-height: 60px !important;
}
.custom_border_image_treatment img {
  border-top: 1px solid hsla(0, 0%, 94%, 0.40) !important;
  border-bottom: 1px solid hsla(0, 0%, 94%, 0.40) !important;
  -moz-box-shadow: 1px 2px 7px hsla(0, 0%, 0%, 0.25), 1px -2px 7px hsla(0, 0%, 0%, 0.25) !important;
  -webkit-box-shadow: 1px 2px 7px hsla(0, 0%, 0%, 0.25), 1px -2px 7px hsla(0, 0%, 0%, 0.25) !important;
  box-shadow: 1px 2px 7px hsla(0, 0%, 0%, 0.25), 1px -2px 7px hsla(0, 0%, 0%, 0.25) !important;
}
/*span.step {
	display: inline-block;
	margin-right: 10px;
	padding: 4px 12px;
	font-family: monospace;
	background: #474080;
	width: auto;
	line-height: 36px;
	color: #ede7e3;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}*/
span.step {
	display: inline-block;
	margin-top: 10px !important;
    margin-right: 7px;
	margin-bottom: 3px;
    padding: 7px 14px;
    font-family: monospace;
    background: #c41d22;
    width: auto;
    line-height: 24px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
span.step_rect {
	display: inline-block;
	margin-top: 10px !important;
	margin-left: 25px;
	margin-right: 10px;
	font-family: monospace;
	background: #c41d22;
	width: 36px;
	line-height: 36px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*------------------------------------------------------------------
GENERAL COMMONS
-------------------------------------------------------------------*/
body {
  background-color: #e6e6e6 !important;
  background-image: url(/wp-content/uploads/bg-main-desktop3.jpg) !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  background-attachment: fixed !important;
  font-size: 18px !important;
  line-height: 1.8 !important;
  color: #222 !important;
}
#site-logo img {
  max-width: 75% !important;
  filter: drop-shadow(4px 4px 7px hsla(0, 0%, 0%, 0.4)) !important;
}
.custom_logo_footer img {
  filter: drop-shadow(4px 4px 7px hsla(0, 0%, 0%, 0.9)) !important;
}
#site-scroll-top {
  background: #c41d22 !important;
  color: #f7f7f7 !important;
}
#site-scroll-top:hover {
  background: #ffc107 !important;
  color: #A01022 !important;
}
hr {
  border: solid #c41d22 !important;
  border-width: 1px 0 0 !important;
}
h2.vcex-heading {
  font-size: 24px !important;
  color: #444 !important;
}
h3.vcex-heading {
  font-size: 22px !important;
  color: #444 !important;
}
h4.vcex-heading {
  font-size: 18px !important;
  color: #444 !important;
}
.wpex-heading, .vcex-heading {
  color: #c41d22 !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.wpex-heading a, .vcex-heading a {
  color: #c41d22 !important;
}
.wpex-heading a:hover, .vcex-heading a:hover {
  color: #272b74 !important;
}
#sidebar .widget-title, .custom_info_widget_title .widget-title {
  font-size: 20px !important;
  letter-spacing: initial !important;
}
.page-header {
  /*background-color: hsla(196, 75%, 47%, 0.40) !important;*/
  background-color: hsla(25, 95%, 43%, 0.4) !important;
  -moz-box-shadow: 0 3px 8px hsla(1, 0%, 0%, 0.15), 0 -3px 12px hsla(1, 0%, 0%, 0.12) !important;
  -webkit-box-shadow: 0 3px 8px hsla(1, 0%, 0%, 0.15), 0 -3px 12px hsla(1, 0%, 0%, 0.12) !important;
  box-shadow: 0 3px 8px hsla(1, 0%, 0%, 0.15), 0 -3px 12px hsla(1, 0%, 0%, 0.12) !important;
}
.page-header-title {
  color: #444 !important;
  text-align: center !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-size: 30px !important;
  line-height: 34px !important;
  /*letter-spacing: 4px;*/
}
.page-header .page-header-title:before {
  display: inline-block !important;
  content: url(/wp-content/uploads/beaded-rosette-50x50-1.png) !important;
  padding-right: 15px !important;
  vertical-align: middle !important;
}
.page-header.background-image-page-header {
  border-top: 1px solid #EFEFEF !important;
  border-bottom: 1px solid #ccc !important;
  -moz-box-shadow: 1px 8px 10px hsla(0, 0%, 0%, 0.45), 1px -2px 7px hsla(0, 0%, 0%, 0.3) !important;
  -webkit-box-shadow: 1px 8px 10px hsla(0, 0%, 0%, 0.45), 1px -2px 7px hsla(0, 0%, 0%, 0.3) !important;
  box-shadow: 1px 8px 10px hsla(0, 0%, 0%, 0.45), 1px -2px 7px hsla(0, 0%, 0%, 0.3) !important;
}
.page-header.background-image-page-header .page-header-title {
  font-size: 60px !important;
  font-weight: initial !important;
  /*color: #f2b41c !important;*/
  color: #fff !important;
  text-shadow: 4px 4px 4px #000 !important;
  letter-spacing: 6px !important;
}
.page-header.background-image-page-header .page-header-title:before {
  display: none !important;
  /*display: inline-block !important;
    content: url(/wp-content/uploads/beaded-rosette-50x50-1.png) !important;
    padding-right: 25px !important;
	vertical-align: -5px !important;*/
}
.wpex-carousel .owl-prev, .wpex-carousel .owl-next {
  height: 40px !important;
  line-height: 40px !important;
  width: 40px !important;
  font-size: 16px !important;
}
.wpex-carousel-entry-details {
  background-color: hsla(0, 0%, 72%, 0.6) !important;
  border: 1px solid #d44255 !important;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.wpb_gmaps_widget {
  padding: 2px !important;
  border: 2px solid #FFB93F !important;
  -webkit-box-shadow: 3px 3px 10px hsla(48, 10%, 20%, .3) !important;
  -moz-box-shadow: 3px 3px 10px hsla(48, 10%, 20%, .3) !important;
  box-shadow: 3px 3px 10px hsla(48, 10%, 20%, .3) !important;
}
.vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #c41d22 !important;
}
.vc_toggle_title > h4 {
  font-size: 18px !important;
  color: #F3F1E5 !important;
}
.vc_toggle_default .vc_toggle_title {
  background-color: #464646 !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 5px !important;
  transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
}
.vc_toggle_default .vc_toggle_title:hover, .vc_toggle_default.vc_toggle_active .vc_toggle_title {
  background-color: #b66400 !important;
  /*background-color: #6a0600 !important;*/
  border-color: #c5c5c5 !important;
}
.vc_toggle ul li {
  margin-bottom: 15px !important;
}
body .vcex-bullets ul {
  margin-left: 20px !important;
}
.vcex-bullets ul li {
  margin-bottom: 10px !important;
}
.wp-caption {
	background-color: hsla(0, 0%, 100%, 0.76) !important;
	padding-bottom: 10px !important;
	font-style: italic !important;
	border: 1px solid #e3ae76 !important;
}
.wp-caption figcaption {
	font-style: italic !important;
	line-height: 1.2 !important;
}
.vcex-image-caption {
	font-style: italic !important;
	font-weight: 600;
	text-align: center;
}
.vcex-column-side-border.vcex-left {
  left: -10px !important;
}
.vcex-leader .vcex-first, .vcex-leader .vcex-last {
  background-color: #ffeebe !important;
  padding: 5px !important;
  font-weight: 600 !important;
}
.page-subheading {
  text-align: center !important;
  text-transform: uppercase;
  color: #222 !important;
  margin-top: -10px !important;
}
.wpex-social-share.position-horizontal {
  margin: 40px auto !important;
}

.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-tab > a {
  border-color: #c41d22 !important;
  background-color: #c41d22 !important;
  color: #fff !important;
}
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-tab>a:focus, .vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-tab>a:hover {
    background-color: #f3443f !important;
	color: #fff !important;
}
.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  border-color: #f0f0f0 !important;
  background-color: #f8f8f8 !important;
  color: #444 !important;
}

/*------------------------------------------------------------------
CALENDAR - EVENTS
-------------------------------------------------------------------*/
/*#tribe-events .tribe-events-button, .tribe-events-button {
    min-width: initial !important;
	padding: 3px 5px !important;
}
.tribe-common button {
    padding: 5px 10px !important;
}
.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
    font-size: 18px !important;
}
.tribe-events h3 {
	font-size: initial !important;
}
.tribe-events .tribe-events-calendar-list__month-separator:after {
    background-color: #C41D22 !important;
}
.tribe-events .tribe-events-calendar-list-nav {
    border-top: 1px solid #C41D22 !important;
}*/

.tribe-common {
    border-bottom: 1px solid #C41D22 !important;
}
#tribe-events-footer {
    border-top: 1px solid #C41D22 !important;
}
.tribe-events-event-meta dt {
    font-weight: bold;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    background: #ffffff !important;
}
/*------------------------------------------------------------------
STAFF
-------------------------------------------------------------------*/
.custom_staff_tribe {
  display: block !important;
  color: #a20a0e !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  font-style: italic !important;
  margin-top: 20px !important;
  text-align: center !important;
}
body .custom_staff_single_title {
  color: #a20a0e !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-top: 10px !important;
  text-align: center !important;
}
body .custom_staff_single_position {
  color: #222 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-style: italic !important;
  margin-top: 5px !important;
  text-align: center !important;
}
.staff-entry-position {
  color: #a20a0e !important;
}
.staff-entry {
  margin-bottom: 50px !important;
}
.staff-entry .entry-readmore-wrap {
  padding-top: 1px !important;
}
.custom_staff_pic img {
  border: solid 1px #fff !important;
  border-radius: 7px;
  -moz-box-shadow: 2px 2px 12px hsla(0, 0%, 20%, 0.3) !important;
  -webkit-box-shadow: 2px 2px 12px hsla(0, 0%, 20%, 0.3) !important;
  box-shadow: 2px 2px 12px hsla(0, 0%, 20%, 0.3) !important;
}
/*#post-media img {
    border: solid 1px #fff !important;
	-moz-box-shadow: 2px 2px 12px hsla(0,0%,20%,0.3) !important;
	-webkit-box-shadow: 2px 2px 12px hsla(0,0%,20%,0.3) !important;
	box-shadow: 2px 2px 12px hsla(0,0%,20%,0.3) !important;
}*/
.staff-entry-media {
  border: solid 1px #fff !important;
  -moz-box-shadow: 2px 2px 12px hsla(0, 0%, 20%, 0.3) !important;
  -webkit-box-shadow: 2px 2px 12px hsla(0, 0%, 20%, 0.3) !important;
  box-shadow: 2px 2px 12px hsla(0, 0%, 20%, 0.3) !important;
}
/*------------------------------------------------------------------
BLOG
-------------------------------------------------------------------*/
.blog-entry.grid-entry-style .blog-entry-inner {
  /*padding: 0 30px 30px !important;*/
  border: 1px solid #fff !important;
  background: hsla(29, 39%, 49%, 0.28) !important;
}
.blog-entry-title {
  font-size: 24px !important;
}
.blog-entry-meta, .meta-date {
  color: #c41d22 !important;
}
.wpex-bordered-list li, .wpex-bordered-list li:first-child, .theme-heading.border-bottom, .wpex-border-main {
  border-color: #c41d22 !important;
}
.post-pagination a {
  color: #c41d22 !important;
}
.blog-entry-readmore {
  text-align: center !important;
}
/*------------------------------------------------------------------
NAVIGATION
-------------------------------------------------------------------*/
#site-navigation-wrap {
  height: 75px !important;
  padding-top: 15px !important;
}
.header-three {
  background: transparent !important;
  background-image: url(/wp-content/uploads/border-header.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
}
.header-three-aside {
  float: right;
  color: #c41d22 !important;
  font-size: 38px !important;
  text-align: center !important;
  line-height: 42px !important;
  margin-top: 10px !important;
  text-shadow: 1px 1px 4px hsla(358, 74%, 44%, 0.5);
}
.navbar-style-three {
  background: transparent !important;
  border-top: 0 solid #eee !important;
  border-bottom: 0 solid #eee !important;
  background-image: url(/wp-content/uploads/ornament-nav-top.png) !important;
  background-repeat: no-repeat !important;
  background-position: center -10px !important;
}
.navbar-style-three.center-items .dropdown-menu > li:first-child {
  border-left: 0 solid #f41d22 !important;
}
.navbar-style-three.center-items .dropdown-menu > li {
  border-right: 0 solid #c41d22 !important;
}
.navbar-style-three .dropdown-menu > li > a {
  color: #333 !important;
  font-size: 19px !important;
}

#site-navigation-sticky-wrapper.is-sticky #site-navigation-wrap {
  background: #f7be68 !important;
  border-bottom: 2px solid #ebebeb !important;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25) !important;
}
.wpex-dropdown-top-border #site-navigation .dropdown-menu li ul {
  border-top-color: #E8C749 !important;
}
#site-navigation .dropdown-menu ul {
  background: #272b74 !important;
  border: 1px solid hsla(359, 0%, 100%, 0.5) !important;
}
#site-navigation .dropdown-menu ul a {
  color: #f2b41c !important;
  font-size: 16px !important;
  border-bottom: 1px solid hsla(359, 0%, 100%, 0.5) !important;
}
#site-navigation .dropdown-menu ul a:hover {
  background: #BE2930 !important;
  color: #eee !important;
}
.main-navigation-ul > .menu-item > a > .link-inner {
  padding: 10px 5px !important;
}
/*------------------------------------------------------------------
WOOCOMMERCE
-------------------------------------------------------------------*/
.woocommerce thead {
  background: hsla(29, 39%, 49%, 0.35) !important;
}
.woocommerce table th, .woocommerce table td {
  background: hsla(29, 39%, 49%, 0.15) !important;
  border: 1px solid #c41d22 !important;
}
.woocommerce table th {
  text-transform: uppercase !important;
}
.woocommerce .product .cart .variations td.label {
  background: transparent !important;
  border: 0 !important;
}
.woocommerce .product .cart .variations td.value {
  border: 0 !important;
}
table.cart .product-remove a.remove {
  font-size: 2em !important;
  opacity: 0.75 !important;
}
.cart-collaterals .cart_totals > h2, .cart-collaterals .cross-sells > h2 {
  text-transform: uppercase !important;
  text-align: center !important;
}
.wpex-loop-product-images .wpex-loop-product-add-to-cart > .button, .wpex-loop-product-images .wpex-loop-product-add-to-cart > .added_to_cart {
  background: #c41d22 !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: hsla(97, 71%, 36%, 0.22) !important;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.woocommerce-info.cart-empty, .woocommerce-message.cart-empty {
	background: transparent !important;
    border: 0 !important;
	font-style: italic !important;
}
.cart_list li .quantity, .product_list_widget li .quantity {
  color: #fff !important;
}
.product_title.single-post-title {
  font-size: 26px !important;
}
/*.woocommerce-product-gallery__wrapper {
  -moz-box-shadow: 3px 3px 12px hsla(48, 10%, 20%, 0.4) !important;
  -webkit-box-shadow: 3px 3px 12px hsla(48, 10%, 20%, 0.4) !important;
  box-shadow: 3px 3px 12px hsla(48, 10%, 20%, 0.4) !important;
}*/
.woocommerce-loop-product__title {
  font-size: 16px !important;
}
.woocommerce-tabs ul.tabs {
  border-bottom: 0 solid #e8e8e8 !important;
}
.woocommerce .product .cart .variations th {
  border: 0 solid rgba(222, 184, 119, 0.5) !important;
  background: transparent !important;
}
ul.wpex-carousel-woocommerce-loop.products .owl-stage {
    align-items: center;
}

.custom_index_woo_carousel .wpex-carousel__stage {
    display: flex;
    align-items: center;
}

/*------------------------------------------------------------------
ACCORDIANS
-------------------------------------------------------------------*/
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: #801616 !important;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus, .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: #a92020 !important;
}
h4.vc_tta-panel-title {
  font-size: 26px !important;
  text-transform: uppercase;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
  color: #ddd6c2 !important;
  letter-spacing: 3px;
}
.vc_tta.vc_general .vc_tta-panel-title > a {
  padding: 24px 0px !important;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
  background-color: hsla(29, 39%, 49%, 0.28) !important;
}
.vc_tta-color-grey.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
  color: #2a2a2a !important;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-flat .vc_tta-controls-icon::before {
  border-color: #f7be68 !important;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #01aeef !important;
}
.vc_tta-panel .vcex-heading {
  font-size: 22px !important;
  line-height: 28px !important;
  letter-spacing: initial !important;
}
/*------------------------------------------------------------------
TABLEPRESS
-------------------------------------------------------------------*/
table.tablepress {
  -moz-box-shadow: 3px 3px 12px hsla(48, 10%, 20%, 0.3) !important;
  -webkit-box-shadow: 3px 3px 12px hsla(48, 10%, 20%, 0.3) !important;
  box-shadow: 3px 3px 12px hsla(48, 10%, 20%, 0.3) !important;
}
table.tablepress tfoot th, table.tablepress thead th {
  background: #b39e7e !important;
}
table.tablepress th {
  color: #2a2a2a !important;
}
.tablepress .even td {
  background-color: #dfd7b5 !important;
}
table.tablepress .odd td {
  background: #d4c894 !important;
}
/*.tablepress .row-hover tr:hover td {
    background-color: #C9BA79 !important;
}*/
/*------------------------------------------------------------------
BUTTONS
-------------------------------------------------------------------*/
/*button, .button, .theme-button, input[type=submit] {
  -moz-box-shadow: 3px 3px 8px hsla(48, 10%, 20%, 0.3) !important;
  -webkit-box-shadow: 3px 3px 8px hsla(48, 10%, 20%, 0.3) !important;
  box-shadow: 3px 3px 8px hsla(48, 10%, 20%, 0.3) !important;
}*/
.custom_training_buttons_local .theme-button {
  padding: 12px 50px !important;
}
.wc-forward {
  -moz-box-shadow: 0 0 0 hsla(48, 10%, 20%, 0) !important;
  -webkit-box-shadow: 0 0 0 hsla(48, 10%, 20%, 0) !important;
  box-shadow: 0 0 0 hsla(48, 10%, 20%, 0) !important;
}
.fancybox-button {
  background: #af0202 !important;
}
.fancybox-button:hover {
  background: #b66400 !important;
}
.wpex-slider .sp-arrow {
  background: rgba(0, 0, 0, 0.8) !important;
}
/*.ul-local-scroll ul {
	text-align: center !important;
	margin: 20px 0 0 !important;
}
.ul-local-scroll ul li {
	display: inline-block !important;
	margin-bottom: 15px !important;
	margin-right: 7px !important;
}
.ul-local-scroll a {
	color: #fff !important;
	font-size: 21px !important;
	font-weight: 500 !important;
	line-height: 34px !important;
	padding: 15px 25px !important;
	background: #777777 !important;
	border-radius: 5px !important;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-webkit-box-shadow: 0 0 10px 0 rgba(96,89,72,0.6) !important;
	-moz-box-shadow: 0 0 10px 0 rgba(96,89,72,0.6) !important;
	box-shadow: 0 0 10px 0 rgba(96,89,72,0.6) !important;
}
.ul-local-scroll a:hover {
	color: #222 !important;
	background: #EFBA11 !important;
	text-decoration: none !important;
}*/
/*------------------------------------------------------------------
GRAVITY FORMS
-------------------------------------------------------------------*/
/*input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"], textarea, select {
  color: #151515 !important;
  letter-spacing: 1px !important;
  vertical-align: middle !important;
  background-color: hsla(45, 60%, 54%, 0.7) !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 2px 3px hsla(1, 0%, 100%, 0.4) !important;
  -moz-box-shadow: inset 0 2px 3px hsla(1, 0%, 100%, 0.4) !important;
  box-shadow: inset 0 2px 3px hsla(1, 0%, 100%, 0.4) !important;
  -webkit-box-shadow: 2px 3px 6px 0 hsla(1, 0%, 0%, 0.15) !important;
  -moz-box-shadow: 2px 3px 6px 0 hsla(1, 0%, 0%, 0.15) !important;
  box-shadow: 2px 3px 6px 0 hsla(1, 0%, 0%, 0.15) !important;
  transition: all 0.15s ease-in-out !important;
  -moz-transition: all 0.15s ease-in-out !important;
  -webkit-transition: all 0.15s ease-in-out !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="search"]:focus, textarea:focus, select:focus, input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="url"]:hover, input[type="search"]:hover, textarea:hover, select:hover {
  background-color: hsla(45, 60%, 64%, 0.7) !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px hsla(352, 85%, 44%, .5) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px hsla(352, 85%, 44%, .5) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px hsla(352, 85%, 44%, 0.5) !important;
}
textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  font-family: inherit;
}*/
.gform_wrapper {
  overflow: inherit;
  margin: 0 !important;
  max-width: 98%;
}
/*.gform_wrapper .gsection {
  border-bottom: 1px solid #c41d22 !important;
  padding: 0 0 1.5em !important;
  margin: 1.5em 0 !important;
  clear: both;
}*/
.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 10px !important;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #B81C24 !important;
}
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #B81C24 !important;
}
.gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error textarea {
  border-color: #b81c23;
  background: hsla(352, 85%, 44%, 0.2) !important;
  border: 3px solid #b81c23 !important;
}
.gform_wrapper .validation_message {
  color: #B81C24 !important;
  font-weight: 600;
}
.gform_wrapper div.validation_error {
  padding: 20px;
  font-size: 1em;
  font-weight: bold !important;
  background: hsla(352, 85%, 44%, 0.2) !important;
  color: #111 !important;
  border: 1px solid #eee;
  border-top: 6px solid #b81c23 !important;
}
/*.gform_wrapper .top_label .gfield_label {
  font-weight: bold !important;
  margin: 0 0 1px !important;
  text-transform: uppercase !important;
}*/
/*body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}*/
.gform_wrapper .gfield_date_year input {
  width: 5rem !important;
  padding: 6px 0 !important;
}
/*.gform_wrapper .top_label .gfield_label {
  font-weight: 600 !important;
  text-transform: uppercase !important;
}*/
/*.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  margin: 2px 0 1px 10px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: #c41d22 !important;
}*/
.gform_wrapper h3.gform_title {
  letter-spacing: 2px !important;
  color: #c41d22 !important;
  font-size: 24px !important;
  text-transform: uppercase !important;
}
::-webkit-input-placeholder {
  color: inherit;
}
:-moz-placeholder {
  color: inherit;
}
::-moz-placeholder {
  color: inherit;
}
:-ms-input-placeholder {
  color: inherit;
}
/*------------------------------------------------------------------
GRAVITY FORMS - NO LEGACY
-------------------------------------------------------------------*/
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 20px !important;
}
.gform_wrapper.gravity-theme .gsection {
  border-bottom: 1px solid #c41d22 !important;
}
.gform_wrapper .top_label .gfield_label {
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  margin: 2px 0 1px 10px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: #c41d22 !important;
}
.gform_wrapper.gravity-theme input[type="checkbox"], .gform_wrapper.gravity-theme input[type="radio"] {
  width: 20px !important;
  height: 20px !important;
}
.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
  font-size: initial !important;
  font-weight: 600 !important;
}
.gform_wrapper.gravity-theme .ginput_total {
  font-size: 28px !important;
}
.gform_confirmation_message {
  padding: 20px;
  font-size: 1em;
  font-weight: normal;
  background: hsla(48, 10%, 100%, 0.7) !important;
  color: #222 !important;
  border: 1px solid hsla(11, 100%, 14%, 0.3) !important;
  border-top: 8px solid #8db830 !important;
  border-radius: 10px !important;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.gform_wrapper .field_sublabel_above .description, .gform_wrapper .field_sublabel_above .gfield_description, .gform_wrapper .field_sublabel_above .gsection_description {
  margin-top: 1px !important;
  font-size: 18px !important;
  font-style: italic !important;
}

.gform_wrapper.gravity-theme .gfield {
  margin-bottom: 30px !important;
}
/*.gform_wrapper.gravity-theme .gfield {
    margin-top: 15px !important;
}*/

/*.gform_wrapper .gfield_required {
  font-size: 28px !important;
}*/
/*------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------*/
#footer-callout-wrap {
  padding-bottom: 0 !important;
  color: #222 !important;
  /*background-color: hsla(196, 75%, 47%, 0.40) !important;*/
  /*background-color: hsla(247, 75%, 47%, 0.20) !important;*/
  background-color: hsla(25, 95%, 43%, 0.4) !important;
}
.site-footer {
  padding-top: 30px !important;
  /*background-color: #222 !important;*/
  background-color: hsla(0, 0%, 0%, 0.85) !important;
  background-image: url(/wp-content/uploads/border-footer.jpg) !important;
  /*background-image: url(/wp-content/uploads/footer-bg.jpg) !important;*/
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  /*background-attachment: fixed !important;*/
}
.site-footer .vcex-list_item {
  color: #deceba !important;
  font-weight: bold !important;
}
.site-footer p {
  color: #C3C3C3 !important;
  font-size: 20px !important;
  text-shadow: 2px 2px 3px #000 !important;
}
.site-footer .wpex-info-widget-data {
  color: #C3C3C3 !important;
  font-size: 20px !important;
  text-shadow: 2px 2px 3px #000 !important;
}
.site-footer .wpex-info-widget-data a {
  color: #ff4058 !important;
  font-size: 20px !important;
  transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
}
.site-footer .wpex-info-widget-data a:hover {
  color: #ffc107 !important;
}
/*.site-footer .widget_wpex_info_widget .ticon {
  color: #ffc107 !important;
  font-size: 20px !important;
  text-shadow: 2px 2px 3px #000 !important;
}*/
.footer-widget .widget-title, .site-footer .vcex-heading {
  color: #ffc107 !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-shadow: 2px 2px 3px #000 !important;
}
.custom_footer_copyright {
  color: #159acc;
  font-size: 16px !important;
  text-align: center !important;
}
.custom_footer_copyright a {
  font-size: 16px !important;
}
/*#footer-bottom {
	background: -webkit-linear-gradient(bottom, #111 0%,#151515 100%) !important;
    border-top: 1px solid #444 !important;
	font-size: 14px !important;
}
#footer-bottom-menu a {
    color: #ebebeb !important;
    background-color: #a21a2b !important;
    padding: 8px 13px !important;
    border-radius: 5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
	transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-webkit-transition: all 0.2s ease-in-out !important;
}
#footer-bottom-menu a:hover {
    color: #000 !important;
	background-color: #d8a719 !important;
}*/

/*--------------------------------------------------------------
GENERAL RESPONSIVNESS
--------------------------------------------------------------*/

/*#mobile-menu {
  height: 60px !important;
  position: absolute;
  right: 0;
  top: 50% !important;
}*/
#mobile-menu a {
  /*display: block;
  float: left;
  font-size: 20px !important;
  height: 45px !important;
  width: 45px !important;
  line-height: 45px !important;
  text-align: center;
  margin-left: 10px;*/
	padding: 12px 10px !important;
	border: 1px solid #dba532 !important;
	border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	color: #ddd !important;
	background: #c41d22 !important;
	-webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.3) !important;
	box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.3) !important;
}
.wpex-bars > span, .wpex-bars > span::before, .wpex-bars > span::after {
	background: #ddd !important;
}
/*--------------------------------------------------------------
3.0 - All Devices under 1375px
--------------------------------------------------------------*/
@media only screen and (max-width: 1375px) {
#sidr-main {
    background: #151515 !important;
}
/*.sidr a:before {
    content: "\f005" !important;
    font-family: ticons !important;
    font-size: .9em !important;
    font-style: normal !important;
    font-weight: normal !important;
    margin-right: 10px !important;
    color: #d0112d !important;
}*/
.sidr a:hover:before {
    color: #efefef !important;
}
.sidr a {
    font-size: 16px !important;
    color: #D5AB59 !important;
    display: block;
    padding: 12px 10px !important;
    position: relative;
    /*border-bottom: 1px solid hsla(33, 76%, 72%, .3) !important;*/
    text-indent: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: initial !important;
}
.sidr-class-dropdown-menu li:last-child {
	padding-bottom: 5px !important;
}
.sidr a:hover {
    background: #BE2930 !important;
    color: #efefef !important;
    text-decoration: none;
}
.sidr-class-dropdown-toggle {
    font-size: 14px !important;
    width: 60px !important;
    color: #ddd !important;
    padding-right: 20px;
}
.sidr-class-wpex-close a {
    color: #d0112d !important;
    font-size: 36px !important;
}
.sidr-class-dropdown-menu ul a {
    color: #ccc !important;
}
/*.sidr-class-dropdown-menu ul a:before {
    content: "\f061" !important;
    font-family: ticons !important;
    margin: 0 8px 0 0 !important;
    color: #247C30 !important;
}
a.sidr-class-toggle-sidr-close:before {
    content: "\f0c9" !important;
    font-family: ticons !important;
    position: absolute;
    top: 0;
    left: 20px;
    height: 50px;
    line-height: 50px;
    color: #d0112d !important;
    font-size: 1.5em !important;
}*/
a:hover.sidr-class-toggle-sidr-close:before {
    color: #efefef !important;
}
.sidr-class-wpex-close a:before {
    content: "" !important;
}
ul#sidr-id-menu-mobile {
	margin-left: 0 !important;
}

}
/*--------------------------------------------------------------
3.0 - END All Devices under 1375px
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1375px MAX WIDTH SCREENS-for header logo, aside
--------------------------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1375px) {
  .header-three {
    background-size: 120% !important;
  }
  #site-logo img {
    max-width: 75% !important;
    width: 60% !important;
  }
  .header-three-logo {
    float: none !important;
    text-align: center !important;
    margin-top: 1px !important;
  }
  .header-three-aside {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-top: 5px !important;
  }
}
/*--------------------------------------------------------------
4.0 - Tablet LANDSCAPE
--------------------------------------------------------------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
body {
    background-image: none !important;
  }
#wrap::before {
    content: "" !important;
    display: block !important;
    background: url(/wp-content/uploads/bg-main-tablet-landscape.jpg) !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: fixed !important;
    position: fixed !important;
    z-index: -1 !important;
    height: 100% !important;
    width: 100% !important;
  }
  .header-three {
    background-size: 120% !important;
  }
  #site-logo img {
    max-width: 65% !important;
  }
  .header-three-logo {
    float: none !important;
    text-align: center !important;
    margin-top: 0 !important;
  }
  .header-three-aside {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-top: 10px !important;
  }
  /*.custom_index_purpose_fullwidth_col.vc_col-sm-9 {
    width: 100% !important;
}*/
  body .page-header.background-image-page-header {
    min-height: 400px !important;
  }
  .page-header.background-image-page-header .page-header-title {
    font-size: 48px !important;
    letter-spacing: 4px !important;
  }
  .page-header-title {
    font-size: 30px !important;
    line-height: 28px !important;
    letter-spacing: 2px !important;
  }
  .custom_logo_footer img {
    max-width: 80% !important;
  }
  .custom_border_image_treatment img {
    max-width: 150% !important;
  }
  .custom_fullrow_padding_video_fullwidth {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .custom_fullrow_padding_princess_requirements {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .custom_fullrow_padding_powwow_3col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom_powwow_schedule h4 {
    letter-spacing: -1px !important;
  }
  .custom_fullrow_padding_support_buttons {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .custom_training_buttons_local .theme-button {
    padding: 10px 15px !important;
  }
  .theme-button.large {
    line-height: 30px !important;
  }
}
/*--------------------------------------------------------------
4.0 - END Tablet LANDSCAPE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.0 - Tablet PORTRAIT
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .custom_hide_me {
    display: none !important;
  }
  body {
    background-image: none !important;
  }
  #wrap::before {
    content: "" !important;
    display: block !important;
    background: url(/wp-content/uploads/bg-main-tablet-portrait.jpg) !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: fixed !important;
    position: fixed !important;
    z-index: -1 !important;
    height: 100% !important;
    width: 100% !important;
  }
  .header-three {
    background-size: 200% !important;
  }
  #sidebar {
    display: none !important;
  }
  #footer-callout {
    display: block !important;
    text-align: center !important;
  }
  #footer-callout-left, #footer-callout-right {
    width: 100% !important;
  }
  #footer-callout-right {
    margin-top: 25px !important;
  }
  #footer-callout .theme-button {
    width: 75% !important;
    margin: 0 auto !important;
  }
  .site-footer .widget ul {
    margin-left: 30% !important;
  }
  .footer-widget .widget-title {
    text-align: center !important;
    font-size: 28px !important;
  }
  /* Center Font Awesome Social Widget Icons */
  body .site-footer .widget_wpex_fontawesome_social_widget ul {
    margin-left: 0 !important;
    text-align: center !important;
  }
  body .site-footer .widget_wpex_fontawesome_social_widget ul li {
    float: none !important;
    display: inline-block !important;
  }
  .page-header-title {
    font-size: 28px !important;
  }
  .page-header .page-header-title:before {
    font-size: 28px !important;
    padding-right: 8px !important;
  }
  body .page-header.background-image-page-header {
    min-height: 350px !important;
  }
  .page-header.background-image-page-header .page-header-title {
    font-size: 44px !important;
    letter-spacing: 2px !important;
  }
  #site-logo img {
    max-width: 75% !important;
    width: 60% !important;
  }
  .header-three-logo {
    float: none !important;
    text-align: center !important;
    margin-top: 1px !important;
  }
  .header-three-aside {
    font-size: 23px !important;
    line-height: 30px !important;
    margin-top: 5px !important;
    text-shadow: 1px 1px 0 hsla(358, 74%, 44%, 0.9) !important;
  }
  .custom_border_image_treatment img {
    max-width: 200% !important;
  }
  .custom_info_widget_title .widget-title {
    font-size: 17px !important;
  }
  .custom_info_widget_title .wpex-info-widget-email {
    font-size: 17px !important;
    letter-spacing: -1px !important;
  }
  .custom_about_hero_text {
    line-height: 50px !important;
  }
  .custom_fullrow_padding_video_fullwidth {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom_fullrow_padding_princess_requirements {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .custom_fullrow_padding_powwow_3col {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .custom_fullrow_padding_support_buttons {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .custom_fullrow_padding_powwow_3col .vcex-icon-box {
    margin-left: 30% !important;
  }
  .custom-singular-template .vc_row.vc_row-flex {
    display: block !important;
  }
  .custom_training_buttons_local .theme-button {
    padding: 12px 13px !important;
    font-size: 14px !important;
  }
  .theme-button.large {
    line-height: 30px !important;
  }
  .wpex-quantity-btns {
    border: 0 solid #e4e4e4 !important;
  }
}
/*--------------------------------------------------------------
4.0 - END Tablet PORTRAIT
--------------------------------------------------------------*/
/*----------------------------------------------------*/
/* - Smartphones PORTRAIT + LANDSCAPE
/*--------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .custom_hide_me {
    display: none !important;
  }
  #sidebar {
    display: none !important;
  }
  #site-logo img {
    max-width: 80% !important;
  }
  .page-header-title {
    font-size: 24px !important;
    letter-spacing: 1px !important;
  }
  .page-header .page-header-title:before {
    font-size: 30px !important;
    padding-right: 5px !important;
  }
  #footer-callout-left, #footer-callout-right {
    width: 100% !important;
    float: none !important;
    line-height: 32px !important;
    text-align: center !important;
  }
  .gform_wrapper textarea.medium {
    width: 100% !important;
  }
  /*.vc_separator.vc_separator_align_center h4 {
    padding: 0 .4em !important;
}*/
  /* Center Font Awesome Social Widget Icons */
  body .site-footer .widget_wpex_fontawesome_social_widget ul {
    margin-left: 0 !important;
    text-align: center !important;
  }
  body .site-footer .widget_wpex_fontawesome_social_widget ul li {
    float: none !important;
    display: inline-block !important;
  }
  .wpex-heading, .vcex-heading {
    font-size: 24px !important;
    letter-spacing: initial !important;
  }
  .custom_about_hero_text {
    font-size: 28px !important;
    line-height: 36px !important;
    text-align: center !important;
  }
  .custom_fullrow_padding_video_fullwidth {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom_fullrow_padding_princess_requirements {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .custom_fullrow_padding_powwow_3col {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .custom_fullrow_padding_support_buttons {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .pic_shadow_border_callout img {
    border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
  }
  h4.vc_tta-panel-title {
    font-size: 22px !important;
  }
  .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
    letter-spacing: 1px !important;
  }
  .custom_powwow_heading .vcex-heading {
    font-size: 30px !important;
  }
  .theme-button.large {
    line-height: 30px !important;
  }
  .product_title.single-post-title {
    text-align: center !important;
  }
  .woocommerce .product .summary .price {
    font-size: 28px !important;
    text-align: center !important;
  }
  .wpex-quantity-btns {
    border: 0 solid #e4e4e4 !important;
  }
  .single-post-title {
    font-size: 24px !important;
  }
  .custom_row_princess_hero_alignment .vcex-heading, .custom_row_princess_hero_alignment p {
    text-align: center !important;
  }
  .custom_row_princess_hero_alignment, .wpb_single_image.vc_align_center {
    text-align: center !important;
  }
}
/*----------------------------------------------------*/
/* - END Smartphones PORTRAIT + LANDSCAPE
/*--------------------------------------------------------*/
/*-------------------------------------------------------*/
/* - Smartphones (LANDSCAPE)
/*----------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation : landscape) {
  body {
    background-image: none !important;
  }
  #wrap::before {
    content: "" !important;
    display: block !important;
    background: url(/wp-content/uploads/bg-main-phone-landscape.jpg) !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: fixed !important;
    position: fixed !important;
    z-index: -1 !important;
    height: 100% !important;
    width: 100% !important;
  }
  .site-footer .widget ul {
    margin-left: 32% !important;
  }
  .footer-widget .widget-title {
    text-align: center !important;
    font-size: 26px !important;
  }
  .site-footer p {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .wpex-info-widget-phone, .wpex-info-widget-phone-mobile, .wpex-info-widget-email {
    font-size: 18px !important;
  }
  .header-three {
    background-size: 200% !important;
  }
  #site-header-inner {
    padding-top: 25px !important;
  }
  #site-logo img {
    max-width: 80% !important;
    width: 60% !important;
  }
  .header-three-logo {
    float: none !important;
    text-align: center !important;
    margin-top: 0 !important;
  }
  .header-three-aside {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-top: 5px !important;
    text-shadow: 1px 1px 0 hsla(358, 74%, 44%, 0.9) !important;
  }
  body .page-header.background-image-page-header {
    min-height: 200px !important;
  }
  .page-header.background-image-page-header .page-header-title {
    font-size: 34px !important;
    letter-spacing: 2px !important;
  }
  .custom_info_widget_title .widget-title {
    font-size: 22px !important;
    text-align: center !important;
  }
  .custom_info_widget_title .widget ul {
    margin-left: 32% !important;
  }
  body .custom_info_widget_title .widget_wpex_fontawesome_social_widget ul {
    margin-left: 0 !important;
    text-align: center !important;
  }
  body .custom_info_widget_title .widget_wpex_fontawesome_social_widget ul li {
    float: none !important;
    display: inline-block !important;
  }
  .custom_border_image_treatment img {
    max-width: 250% !important;
  }
  .custom_training_buttons_local .theme-button {
    display: inline-block !important;
    width: 48% !important;
    margin-bottom: 3px !important;
    padding: 10px 3px !important;
    font-size: 20px !important;
    text-align: center !important;
  }
  .custom_fullrow_padding_powwow_3col .vcex-icon-box {
    margin-left: 30% !important;
  }
  .custom_powwow_schedule h4 {
    text-align: center !important;
  }
  .custom_powwow_schedule .vcex-bullets ul {
    margin-left: 25% !important;
  }
  .woocommerce .summary .quantity {
    margin-left: calc(30% - 1px) !important;
  }
  .woocommerce-product-details__short-description ul {
    margin-left: calc(25% - 1px) !important;
  }
}
/*-----------------------------------------------------------*/
/* - END Smartphones (LANDSCAPE)

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* - Smartphones (PORTRAIT)
/*---------------------------------------------------*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
  body {
    background-image: none !important;
  }
  #wrap::before {
    content: "" !important;
    display: block !important;
    background: url(/wp-content/uploads/bg-main-phone-portrait.jpg) !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: fixed !important;
    position: fixed !important;
    z-index: -1 !important;
    height: 100% !important;
    width: 100% !important;
  }
  .site-footer .widget ul {
    margin-left: 16% !important;
  }
  .footer-widget .widget-title {
    text-align: center !important;
    font-size: 22px !important;
  }
  .site-footer p {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .wpex-info-widget-phone, .wpex-info-widget-phone-mobile, .wpex-info-widget-email {
    font-size: 18px !important;
  }
  .header-three {
    background-size: 350% !important;
  }
  #site-header-inner {
    padding-top: 25px !important;
  }
  #site-logo img {
    max-width: 80% !important;
    width: 60% !important;
  }
  .header-three-logo {
    float: none !important;
    text-align: center !important;
    margin-top: 0 !important;
  }
  .header-three-aside {
    font-size: 21px !important;
    line-height: 24px !important;
    /*margin-top: -25px !important;*/
    margin-top: 10px !important;
    text-shadow: 1px 1px 0 hsla(358, 74%, 44%, 0.9) !important;
  }
  body .page-header.background-image-page-header {
    min-height: 200px !important;
  }
  .page-header.background-image-page-header .page-header-title {
    font-size: 34px !important;
    letter-spacing: 2px !important;
  }
  .custom_info_widget_title .widget-title {
    font-size: 23px !important;
    text-align: center !important;
  }
  .custom_info_widget_title .widget ul {
    margin-left: 17% !important;
  }
  body .custom_info_widget_title .widget_wpex_fontawesome_social_widget ul {
    margin-left: 0 !important;
    text-align: center !important;
  }
  body .custom_info_widget_title .widget_wpex_fontawesome_social_widget ul li {
    float: none !important;
    display: inline-block !important;
  }
  .custom_border_image_treatment img {
    max-width: 300% !important;
  }
  .custom_training_buttons_local .theme-button {
    display: block;
    margin-bottom: 3px !important;
    padding: 10px 3px !important;
    font-size: 20px !important;
    text-align: center !important;
  }
  .custom_fullrow_padding_powwow_3col .vcex-icon-box {
    margin-left: 1% !important;
  }
  .custom_powwow_schedule h4 {
    text-align: center !important;
  }
  .custom_powwow_schedule .vcex-bullets ul {
    margin-left: 5% !important;
  }
  .custom_bullets_margin_left .vcex-bullets ul {
    margin-left: 4px !important;
  }
  .custom_heading_center .vcex-heading {
    text-align: center !important;
  }
  .gform_wrapper h3.gform_title {
    font-size: 22px !important;
  }
  .woocommerce .summary .quantity {
    margin-left: calc(17% - 1px) !important;
  }
  .woocommerce-product-details__short-description ul {
    margin-left: calc(17% - 1px) !important;
  }
}
/*----------------------------------------------------------*/
/* - END Smartphones (PORTRAIT)
/*----------------------------------------------------------*/