/*
 Theme Name:   Ristora Child
 Theme URI:    http://rstheme.com/products/wordpress/ristora/
 Description:  Ristora Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     ristora
 Version:      2.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
 
/* Black Swan York */


@font-face {
  font-family: essays1743; /* set name */
  src: url(fonts/essays1743.ttf); /* url of the font */
}

@font-face {
  font-family: blackadder; /* set name */
  src: url(fonts/Blackadder-ITC-Regular.otf); /* url of the font */
}

h2 {
    margin-bottom: 22px !important;
}

article p {
    font-size: 20px !important;
    line-height: 29px;
    margin-bottom: 22px;
}

.dark-bg h4, .dark-bg h3, .dark-bg p {
    color: #efefef !important;
}

.heading-separator h4 {
    font-size: 32px !important;
}

#map iframe {
    height: 450px !important;
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
	padding-bottom: 29.50% !important;
}

div.menu-desc span.menu-desc img {
    max-width: 28px;
    margin-right: 11px;
}

.menu-item .menu-text img {
    max-width: 24px;
    margin-left: 11px;
    vertical-align: text-bottom;
}

.menu-item .menu-text p {
    margin-bottom: 0px;
}

.rs-menu.style4 .item-wrap .menu-desc .inner-content h3 {
    font-size: 18px;
    line-height: 22px !important;
    padding-right: 20px;
    max-width: inherit;
    min-width: 296px;
}

.rs-menu.style4 .item-wrap .menu-desc .inner-content h3::before {
	display: none;
}

.rs-menu.style4 .item-wrap {
    padding-bottom: 10px;
    border-bottom: 1px dashed;
}

.fullwidth-menu-item .rs-menu.style4 div.menu-desc {
    max-width: 78%;
}

.fullwidth-menu-item .rs-menu.style4 div.menu-price {
    min-width: 22%;
}

.rs-menu.style4.lower-price1  div.menu-price {
    margin-top: 53px;
}

.rs-menu.style4.lower-price2  div.menu-price {
    margin-top: 26px;
}

.footer-social .fa-brands {
    font-size: 22px;
    line-height: 30px;
    margin: 8px;
    color: #fff;
}

#menu-buttons .readon {
	background: #020202;
	color: #fff;
	border: 2px solid;
	border-color: #202020;
	padding: 8px 8px;
	height: inherit;
	line-height: 22px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 35px;
	width: 100%;
}

#menu-buttons .btn2 span {
    padding: 0 !important;
}

.full-width-button .rs_button{
    min-width: 200px;
}

blockquote {
	margin: 40px 0 !important;
	padding: 25px 60px 15px 85px;
	color: #333;
	background-size: 55px;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-family: Neuton, serif;
	line-height: 30px;
	background: transparent;
}

blockquote::before {
	font-family: ristoraicon;
	content: "\f12d" !important;
	left: 40px;
	top: 36px;
	z-index: 99;
	font-size: 60px;
	font-weight: 600;
	color: #666;
	opacity: 0.5;
	transform: rotate(180deg);
}

#rs-header .logo-area a {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}

.ghost-background-dark {
    background-blend-mode: color-burn;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

blockquote p {
    font-family: essays1743;
    font-size: 30px !important;
    line-height: 36px;
    color: #333;
}

.image-wrap-container {
    overflow:hidden;
    height: 100%;
    width: 100%;
}
.shape {
    height:80vh;
    width:40vw;
    float:left;
    background: url(/wp-content/uploads/2025/11/highwayman.png) center top no-repeat;
    background-size: contain;
    
    shape-outside: url(/wp-content/uploads/2025/11/highwayman-shape.png);
    shape-image-threshold: 0.5;/* this property is used to set the threshold used for extracting a shape from an image. 0.0 = fully transparent and 1.0 = fully opaque */
}

#features ul.swan-list li {
    font-size: 22px;
    line-height: 34px;
}

ul.swan-list {
    list-style-image: url('/wp-content/uploads/2025/11/bullet-swan.png');
}

/** Footer **/

footer figure.gallery-item img {
    max-width: 160px;
    max-height: 160px;
    width: auto;
}

footer .footer-title {
    color: #fff !important;
}

footer .footer-title:after {
    display: none !important;
}

footer .textwidget {
    color: #fff;
}

.footer-bottom .copyright p {
    color: #efefef;
    text-align: center;
}



@media screen and (max-width: 991px) {
    .fullwidth-menu-item .rs-menu.style4 div.menu-desc {
        max-width: 70%;
    }
    
    .fullwidth-menu-item .rs-menu.style4 div.menu-price {
        min-width: 30%;
    }
}

@media screen and (max-width: 767px) {
    .fullwidth-menu-item .rs-menu.style4 div.item-wrap {
        flex-direction: column;
    }
    
    .fullwidth-menu-item .rs-menu.style4 div.menu-desc {
        max-width: 100%;
    }
    
    .fullwidth-menu-item .rs-menu.style4 div.menu-price {
        min-width: 100%;
    }
}

@media screen and (max-width: 450px) {
    
}
