/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/***Header***/
.whb-sticked .whb-row{
    background: rgba(0, 0, 0, 0.85) !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25) !important;
}
.whb-row.whb-general-header.whb-sticky-row:not(.whb-sticky-prepared.whb-sticked .whb-row.whb-general-header.whb-sticky-row) {
    margin-top: -10px;
}
.whb-top-bar .wd-tools-element .wd-tools-icon:before {
    font-size: 16px !important;
}
.whb-top-bar span.wd-cart-number.wd-tools-count {
    color: #000 !important;
}
.wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    color: #fff;
    font-weight: 900;
    margin-top: 5px;
}
.wd-dropdown-menu.wd-design-default {
    /* padding: var(--wd-dropdown-padding, 12px 20px); */
    --wd-dropdown-width: 290px;
    border-radius: 5px;
}
/***Headings***/
h1.title, h3.title{
    line-height: 1.2em;
}
h2.title{
    line-height: 1em;
}
p {
    margin-bottom: var(--wd-tags-mb, 15px);
}
/***Button***/
.btn-shape-semi-round.btn-color-custom {
    border: 2px solid var(--wd-primary-color) !important;
}

.btn-shape-semi-round.btn-color-white {
    border-color: #fff !important;
}
.btn-shape-semi-round{
	border: 2px solid #000 !important;
    min-width: 10rem;
    padding: 12px 24px;
    color: #000;
}
.btn-shape-semi-round:hover{
    color: #000;
}
.btn-shape-semi-round.btn-color-black:hover{
 color: #fff;
}
/* .btn-shape-semi-round:hover{
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1) !important;
} */
.btn-shape-semi-round.btn-color-white:hover{
    background-color: var(--wd-primary-color) !important;
    border-color: var(--wd-primary-color) !important;
    box-shadow: unset;
    color: #000;
}
.btn-color-black.btn-style-bordered {
    --btn-color: #000 !important;
    min-width: 10rem;
    padding: 12px 24px;
    border-radius: 5px;
    border-color: #000 !important;
}
.btn-color-black.btn-style-bordered:hover{
    background-color: #000 !important;
}
.insta_btn span.wd-btn-icon {
    margin-top: 3px;
}
.wd-carousel-inner {
    padding-inline: 10px;
}
/***Testimonials***/
.ti-widget.ti-goog .ti-rating-text strong.ti-rating,
.home .ti-widget.ti-goog .ti-rating-text strong.ti-rating{
    font-family: "Cambria-Bold", Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    text-transform: capitalize;
    color: #1B3431;
}
.ti-widget.ti-goog .ti-widget-container .ti-name,
.home .ti-widget.ti-goog .ti-widget-container .ti-name
{
    font-size: 16px !important;
}
.home .ti-widget.ti-goog.ti-show-rating-text .ti-footer span,
.home .ti-widget.ti-goog.ti-show-rating-text .ti-rating-text span{
      font-size: 16px !important;
}
.whb-top-bar-inner .whb-col-mobile {
    justify-content: right !important;
}
.wd-tools-element .wd-tools-icon:before {
    color: #fff;
}
.ti-widget.ti-goog .ti-widget-container .ti-date, 
.ti-widget.ti-goog .ti-read-more span {
    color: #1B3431 !important;
    opacity: 1 !important;
}
/***Tours***/
.wd-project .portfolio-info {
    text-align: left  !important;
    padding: 20px 20px 13px 20px !important;
    background-color: rgb(255 255 255 / 50%) !important;
}
.limerick_cust_btn {
    display: flex;
    justify-content: space-between;
}
/* .limerick_cust_btn .btn-shape-semi-round {
    min-width: 8rem;
} */
/* .limerick_cust_btn .btn-color-black.btn-style-bordered {
    min-width: 8rem;
} */
.portfolio-info h3.wd-entities-title {
    min-height: 63px;
    margin-bottom: 5px;
}
.wd-project .wd-entities-title, h3.wd-entities-title {
    font-size: 22px !important;
}
.wd-project .entry-header{
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}
.portfolio-text-shown .entry-header {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}
.wd-portfolio-btns {
    display: none !important;
}
.tour_details_container {
    position: relative;
    margin-top: -55px;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 30%;
    justify-content: space-evenly;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
}
.tour_details_col {
    border-left: 2px dotted #fff;
    padding-left: 20px;
    display: flex;
}
.tour_details_col:first-child {
    border: unset !important;
    padding: 0px !important;
}
.tour_details_col img {
    margin-right: 8px;
}
.tour_details_container p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
.tour_details_container p span {
  font-weight: 400;
}
.portfolio-entry .entry-thumbnail a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    height: 70%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    display: block;
    bottom: 0px;
}
.title-size-default {
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 40%) !important;
}
.single-portfolio .elementor-element .swiper .elementor-swiper-button{
    border: 1px solid #ffce00;
    border-radius: 5px;
    background: #000;
    padding: 7px;
}
.swiper-pagination-bullet:hover {
    background: #ffce00 !important;
}
.single-portfolio .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -10px !important;
}
.wd-project .wrap-meta {
    margin-bottom: 10px;
    display: none;
}
.single-portfolio .wd-carousel-container:not(.wd-single-project.wd-entry-content .wd-carousel-container) {
    padding-block-start: 85px;
    padding-block-end: 110px;
}
.single-portfolio .wd-carousel-container.wd-projects .slider-title {
    text-align: center;
    justify-content: center;
    font-size: 40px !important;
    color: #1B3431;
}
.single-portfolio .ti-widget.ti-goog .ti-rating-text strong.ti-rating,
.single-portfolio .ti-widget.ti-goog span,
.single-portfolio .ti-widget.ti-goog .ti-rating-text strong:not(.ti-rating-large) {
    color: #fff !important;
}
.single-portfolio .ti-widget.ti-goog .ti-controls .ti-next,
.single-portfolio .ti-widget.ti-goog .ti-controls .ti-prev {
    border: 1px solid #ffce00 !important;
    border-radius: 5px !important;
}
.single-portfolio .ti-widget.ti-goog .ti-controls .ti-next:before {
    top: 13px !important;
    right: 10px !important;
    background-color: #ffce00 !important;
}
.single-portfolio .ti-widget.ti-goog .ti-controls .ti-next:after {
    top: 24px !important;
    right: 10px !important;
    background-color: #ffce00 !important;
}
.single-portfolio .ti-widget.ti-goog .ti-controls .ti-prev:before {
    top: 24px;
    left: 10px;
    background-color: #ffce00 !important;
}
.single-portfolio .ti-widget.ti-goog .ti-controls .ti-prev:after {
    top: 13px;
    left: 10px;
    background-color: #ffce00 !important;
}
.single-portfolio .ti-widget.ti-goog .ti-controls .ti-next, 
.single-portfolio .ti-widget.ti-goog .ti-controls .ti-prev {
    width: 40px !important;
    height: 40px !important;
    background: #000 !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:hover, 
.ti-widget.ti-goog .ti-controls .ti-prev:hover {
    transform: unset !important;
}
.single-portfolio .ti-widget.ti-goog .ti-controls .ti-next {
    right: -20px;
}
.single-portfolio .ti-widget.ti-goog .ti-controls .ti-prev {
    left: -22px;
}
.single-portfolio .ti-next, .single-portfolio .ti-prev {
    display: block !important;
}
.wd-single-project {
    margin-bottom: 0px !important;
}
/*** events***/
.wpem-main.wpem-event-listings-header {
    display: none;
}

/***Instagram***/
#sb_instagram #sbi_images .sbi_item {
    border-radius: 15px;
}
div#sb_instagram {
    padding-bottom: 0px !important;
}

/***Accessibility***/
a:focus, button#bgvideo:focus {
    outline-style: solid !important;
    outline-color: red;
    outline-width: 2px !important;
    outline-offset: 3px !important;
}
.skip-navigation {
    position: absolute;
    top: -50px;
    left: 10px;
    padding: 10px;
    background-color: var(--wd-primary-color);
    color: #000;
    font-size: 14px;
    text-decoration: none;
    z-index: 1000;
    font-family: var(--btn-font-family, inherit);
}
button#bgvideo {
    border-radius: 5px;
    font-size: 12px;
    color: #fff !important;
    padding: 5px 7px 3px 7px;
    background: #1d2023 !important;
    min-height: 35px;
    border: unset !important;
}
.pp_btn {
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.woocommerce-mini-cart .remove {
    width: 24px !important;
    height: 24px !important;
}
.skip-navigation:focus
{
    top: 10px;
    outline: 2px solid #fff;
    display: block;
}
.wd-nav-mobile li:is(.current-menu-item,.wd-active)>a {
    color: #1B3431 !important;
}
.mobile-nav .wd-nav-opener.wd-active{
    color: #000 !important; 
}
.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a{
    color:#fff !important;
}
.woocommerce-product-gallery .wd-arrow-inner,
.woocommerce-product-gallery .wd-disabled .wd-arrow-inner
{
 color: #f4f4f4 !important;
}
:is(.woocommerce-info) {
    color: #000!important;
}
.woocommerce-MyAccount-content p a {
    text-decoration: underline;
    color: #000;
    font-weight: 600;
}
.home .ti-widget.ti-goog .ti-controls .ti-next:after, 
.home .ti-widget.ti-goog .ti-controls .ti-prev:after,
.home .ti-widget.ti-goog .ti-controls .ti-next:before, 
.home .ti-widget.ti-goog .ti-controls .ti-prev:before{
    background: #000;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: none;
}
.plyr {
    border-radius: 15px !important;
}
button.plyr__controls__item.plyr__control, .plyr button{
    padding: var(--btn-padding, 5px 12px) !important;  
}
.plyr__menu {
    display: none !important;
}
.plyr__volume input[type=range] {
    margin-left: calc(var(--plyr-control-spacing, 20px) / 2) !important;
    margin-right: calc(var(--plyr-control-spacing, 20px) / 2) !important;
    max-width: 60px;
    min-width: 60px;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
    margin-left: calc(var(--plyr-range-thumb-height, 2px) * -.5) !important;
    margin-right: calc(var(--plyr-range-thumb-height, 2px) * -.5) !important;
    width: calc(100% + var(--plyr-range-thumb-height, 2px)) !important;
}
.woocommerce .wc-memberships-restriction-message {
    margin: 7em 0 !important;
}
.wpem-single-event-body-content p a {
    text-decoration: underline;
    font-weight: 600;
}
.page-id-2682 .wd-logo img {
    pointer-events: none !important;
}
.newsletter_sec .nf-error-msg, .newsletter_sec .ninja-forms-req-symbol{
    color: #FF7A7A !important;
}
/***Responsive***/
@media(max-width:767px){
.whiskey_exp_list .elementor-image-box-wrapper {
    display: flex;
    column-gap: 15px;
    align-items: center;
}
.wd-text-block p {
    font-size: 16px;
}
h1, h1.woodmart-title-container, .elementor-section .title-wrapper h1.title{
		font-size:35px !important;
}
h2, h2.woodmart-title-container, .elementor-section .title-wrapper h2.title{
    font-size: 30px !important;
}
.ti-widget.ti-goog .ti-col-1 .ti-footer {
    margin-bottom: 15px !important;
}
.wd-carousel-inner {
    padding-inline: unset !important;
}
.limerick_cust_btn .btn-shape-semi-round {
    min-width: 8rem !important;
    padding: 12px 14px;
}
.limerick_cust_btn .btn-color-black.btn-style-bordered {
    min-width: 8rem !important;
    padding: 12px 14px
}
.tour_details_col {
    padding-left: 12px;
}
.title-size-default {
    padding-top: 160px !important;
    padding-block-end: 150px !important;
}
.wd-page-title .title {
    font-size: 35px !important;
}
.single-portfolio .wd-carousel-container.wd-projects .slider-title {
    font-size: 30px !important;
}
.single-portfolio .wd-carousel-container:not(.wd-single-project.wd-entry-content .wd-carousel-container) {
    padding-block-start: 80px;
    padding-block-end: 70px;
}
.portfolio-info h3.wd-entities-title {
    min-height: unset;
}
p.tours_short_desc {
    font-size: 16px;
}
.pp_btn {
    right: 15px !important;
    bottom: 25px !important;
}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
    position: unset !important;
}
}
@media(min-width:768px) and (max-width:1280px){
.wd-carousel-inner {
    padding-inline: unset !important;
}
.limerick_cust_btn .btn-shape-semi-round {
    min-width: 8rem;
    padding: 12px 14px;
}
.limerick_cust_btn .btn-color-black.btn-style-bordered {
    min-width: 8rem;
    padding: 12px 14px
}
.tour_details_col {
    padding-left: 12px;
}
.tour_details_container p {
    font-size: 13px;
}
.wd-project .wd-entities-title, h3.wd-entities-title {
    font-size: 19px !important;
}
.home .wd-product .wd-entities-title {
    font-size: 19px !important;
}
.title-size-default {
    padding-top: 200px !important;
    padding-block-end: 210px !important;
}
.wd-page-title .title {
    font-size: 50px !important;
}
.single-portfolio .ti-widget.ti-goog .ti-controls .ti-prev {
    left: 0 !important;
}
.single-portfolio .ti-widget.ti-goog .ti-controls .ti-next {
    right: 0px !important;
}
}

@media(min-width:820px) and (max-width:1180px){
.tour_details_container p {
    font-size: 12px !important;
}
.tour_details_col img {
    margin-right: 3px !important;
    width: 18px !important;
}
.tour_details_col {
    padding-left: 5px !important;;
}
.limerick_cust_btn .btn-shape-semi-round {
    min-width: unset;
    padding: 12px 12px;
    font-size: 15px;
}
.limerick_cust_btn .btn-color-black.btn-style-bordered {
    min-width: unset;
    padding: 12px 12px;
    font-size: 15px;
}
.wd-product.wd-hover-standard .wd-add-btn>a {
    min-width: unset !important;
    font-size: 16px !important;
}
.pp_btn {
    right: 15px !important;
}
}
@media(min-width:1025px){
.tour_details_col img {
    width: 26px !important;
}
.title-size-default {
    padding-top: 200px !important;
    padding-block-end: 210px !important;
}
.wd-page-title .title {
    font-size: 60px !important;
    line-height: 1em !important;
}
}
@media(max-width:320px){
.limerick_cust_btn .btn-shape-semi-round {
    min-width: 6rem !important;
}
.limerick_cust_btn .btn-color-black.btn-style-bordered {
    min-width: 6rem !important
}
.tour_details_container p {
    font-size: 13px !important;
}
.tour_details_col img {
    margin-right: 5px !important;
    width: 15px !important;
}
.pp_btn {
    right: 0px !important;
    bottom: 15px !important;
    justify-content: center !important;
}
}
@media(min-width:1180px) and (max-width:1260px){
    .wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
    --wd-arrow-size: 36px !important;
    --wd-arrow-icon-size: 24px !important;
    --wd-arrow-offset-h: -30px !important;
}
}