/*
    Theme Name: Arancina di Montalbano
    Author: SaD
    Version: 1.0
    Text Domain: arancina_di_montalbano_theme
*/

body{
	font-family: 'Helvetica Neue Medium';
	max-width: 1920px;
	margin: 0 auto;
}
.wrapper{

	overflow: hidden;
}
.header {
    position: relative;
    z-index: 9999;
	background: #ffffff;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Footlight MT Light";
}
a.navbar-brand {
        max-width: 335px;
    position: relative;
    top: 30px;
}

.navbar-collapse {
    background: #fff;
	transition: 400ms all linear 0s;
}
a.nav-link {
    font-family: 'damionregular';
    color: #000000;
    font-size: 20px;
}
.main_menu .nav-item{
	position:relative;
	transition: 600ms all linear 0s;
	overflow:hidden;
	min-width: 75px;
    text-align: center;
}
.main_menu .nav-item:before {
    content: url('img/menu_hover.png');
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
	transition: 400ms all linear 0s;
}
.main_menu .nav-item:hover:before, .main_menu .nav-item.active:before{
	bottom:-5px;
}
li.nav-item.logo_food {
    min-width: 160px;
    position: relative;
}
.logo_food a.nav-link {
    position: absolute;
    top: 5%;
}
nav.navbar.navbar-expand-lg {
    padding: 0 2rem;
    height: 60px;
	max-width: 1920px;
}
.nav-item.social_icon, .nav-item.lang_icon {
    max-width: 25px;
}
.nav-item.social_icon a.nav-link, .nav-item.lang_icon a.nav-link{
        padding: 0;
    margin: 0 3px;
}
.page_banner {
    position: relative;
}
.page_banner img {
    width: 100%;
}
.banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bn_image_1 {
    position: inherit;
    left: 0;
    max-width: 50%;
    bottom: 0px;
}
.bn_image_2 {
    position: inherit;
    right: 50px;
    bottom: 50px;
    max-width: 30%;
}
.spacer {
    height: 80px;
}
.section_odd {
    position: relative;
}
.content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.custom_container {
    padding: 0 100px;
	position:relative;
}

.content_two .content_two_shape {
    float: right;
}

@media (max-width: 1199.98px) {
	.content_two .content_two_shape {
		width: 0px;
		height: 0px;
	}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.content_two .content_two_shape {
		width: 30vw;
		height: 28vw;
		-webkit-shape-outside: polygon( 244px 14px, 278px 74px, 409px 83px, 433px 159px, 613px 244px, 614px 4px );
		shape-outside: polygon( 244px 14px, 278px 74px, 409px 83px, 433px 159px, 613px 244px, 614px 4px );
	}
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
	.content_two .content_two_shape {
		width: 30vw;
		height: 28vw;
		-webkit-shape-outside: polygon( 116px -7px, 130px 85px, 179px 161px, 274px 203px, 472px 242px, 423px 2px );
		shape-outside: polygon( 116px -7px, 130px 85px, 179px 161px, 274px 203px, 472px 242px, 423px 2px );
	}
}
@media (min-width: 1600px) and (max-width: 1699.98px) {
	.content_two .content_two_shape {
		width: 30vw;
		height: 28vw;
		-webkit-shape-outside: polygon( 173px 4px, 188px 130px, 221px 168px, 338px 217px, 491px 252px, 493px -2px );
		shape-outside: polygon( 173px 4px, 188px 130px, 221px 168px, 338px 217px, 491px 252px, 493px -2px );
	}
}
@media (min-width: 1700px) {
	.content_two .content_two_shape {
		width: 30vw;
		height: 28vw;
		-webkit-shape-outside: polygon( 287px 8px, 290px 102px, 297px 158px, 338px 217px, 830px 420px, 601px 12px );
		shape-outside: polygon( 287px 8px, 290px 102px, 297px 158px, 338px 217px, 830px 420px, 601px 12px );
	}
}



@media (min-width: 1200px) and (max-width: 1299.98px) {
	.sec_image_1 { margin-top: 130px; }
}
@media (min-width: 1300px) {
	.sec_image_1 { margin-top: 50px; }
}

.content_two {
    max-width: 60%;
    font-size: 15px;
}
.content_img {
    max-width: 35%;
}
.content_one {
    max-width: 65%;
    font-size: 14px;
}
h5.sm_head {
    margin: 30px 0;
    border-bottom: 1px solid #000000;
    max-width: 300px;
    font-weight: bold;
}
.content_two p {
    font-style: italic;
}
.content_one h1 {
    font-size: 50px;
}
.quotes {
    position: absolute;
    right: 10%;
    bottom: 2%;
    font-size: 20px;
    font-family: Courier New;
    font-weight: 600;
    max-width: 20%;
    text-align: center;
}
.quotes p{
	position:relative;
}
.quotes p:before {
    position: absolute;
    right: 100%;
    bottom: 70%;
    width: 65px;
    height: 50px;
    background-image: url('img/i_commas-start.png');
    background-size: contain;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
}
.quotes p:after {
    position: absolute;
    left: 95%;
    top: 90%;
    width: 65px;
    height: 50px;
    background-image: url('img/i_commas-end.png');
    background-size: contain;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
}
img.grace2 {
    position: relative;
    z-index: 1;
}
.image_section {
    position: relative;
    z-index: 0;
    top: -23px;
}
img.image_2 {
    position: absolute;
    top: 25%;
    left: 100px;
    max-width: 365px;
}
.red_text{
	color:#9e0b0f;
}
.card-body{
	    padding: 0;
}
.card {
    border-radius: 0;
    padding: 10px;
	border:1px solid rgba(0, 0, 0, 0.4);
}
h5.card-title.red_text {
    font-size: 16px;
    margin: 10px 0;
}
p.card-text {
    font-size: 13px;
}
.card a.btn.btn-sm {
    width: 100%;
    border-radius: 0;
    background: #9e0b0f;
    color: #ffffff;
    border: none;
}
.slider_posts {
overflow:hidden;
}
.slider_posts .carousel-control-prev {
    left: -10%;
}
.slider_posts .carousel-control-next {
    right: -10%;
}
.slider_posts .carousel-control-next, .slider_posts .carousel-control-prev {
    color: #9e0b0f;
    font-size: 28px;
    opacity: 1;
}
.slider_posts .carousel-control-next:focus, .slider_posts .carousel-control-next:hover, .slider_posts .carousel-control-prev:focus, .slider_posts .carousel-control-prev:hover {
    text-decoration: none;
    outline: 0;
    opacity: .6;
}
.inst_heading {
    background-image: url('img/instaHead_back.jpg');
    background-size: cover;
    color: #ffffff;
    background-repeat: no-repeat;
}
.copyrights {
    background: #9e0b0f;
    color: #ffffff;
}
p.small_text {
    font-size: 12px;
}
.footer-content p {
    margin-bottom: 5px;
}
p.fade_text {
    opacity: 0.7;
}
.big-text {
    font-size: 46px;
}
.heading_text h5 {
    font-family: 'Helvetica Neue Medium';
}
p.lead_text {
    font-style: italic;
}
.truck_img {
    position: relative;
    margin: -20% 0 0 0;
}
.btm_line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
span.author {
    font-family: "Footlight MT Light";
    font-size: 36px;
    font-weight: 600;
}
.slider_posts .btm_line > * {
    margin: 0;
}
.slider_posts hr {
    border-top: 1px solid rgba(0, 0, 0, 1);
}
.instagram_section h2.big-text {
    font-family: 'damionregular';
    font-size: 60px;
}
.footer-content {
    position: relative;
}
.footer-content ul.right_nav, .location_box ul.right_nav {
    position: absolute;
    top: 0;
    right: 5%;
    display: -webkit-inline-box;
}

.page_heading.edit2 {
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 40px;
    position: inherit;
    bottom: 20px;
	font-family: "Footlight MT Light";
}

.page_heading {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 100px;
    position: inherit;
    bottom: -46px;
	font-family: "Footlight MT Light";
}
.contact_box .form-control {
    border-radius: 0;
    background: #f1f2f2;
    font-size: 14px;
}
.equal_height .form-control {
    height: 43px;
}
.btn-submit {
    background: #9e0b0f;
    border-radius: 0;
    color: #fff;
    padding: 8px 16px;
}
.contact_box label {
    font-size: 12px;
    margin: 25px 0 0 5px;
}
.address_box.mt-4 {
    font-size: 13px;
    color: #6c757d;
}
.location_box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: baseline;
}
.s_icons ul.right_nav {
    padding: 0;
    list-style: none;
    margin: 10px 0;
    display: -webkit-inline-box;
}
.img_wrap {
    position: relative;
}
.add_overlay {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
}
.about_us .posts_title h2 {
    font-size: 22px;
    font-family: inherit;
}
.about_us .posts_title h1, .about_us .posts_title h3 {
    font-size: 50px;
}
.mobile_nav {
    display: none;
}





@media only screen  and (max-width : 1224px) {
a.navbar-brand {
    max-width: 250px;
}
a.nav-link {
    font-size: 16px;
}
li.nav-item.logo_food {
    min-width: 120px;
}
.nav-item.social_icon, .nav-item.lang_icon {
    max-width: 30px;
}
.main_menu .nav-item {
    min-width: 65px;
}
body {
    font-size: 14px;
}
.content_one {
    font-size: 13px;
	 max-width: none;
}
.content_two {
    max-width: none;
    font-size: 13px;
}
.sec_image_1{
    opacity: 0.2;
}
.content_img {
    max-width: 35%;
    display: none;
}
.quotes {
    bottom: -14%;
    font-size: 16px;
}
.quotes p:before, .quotes p:after {
    bottom: 65%;
    width: 35px;
    height: 30px;
}
img.image_2 {
    max-width: 260px;
}
.big-text {
    font-size: 36px;
}

}
@media only screen  and (max-width : 991px) {
.navbar-collapse.collapse.show {
    margin: -8px 0 0 0;
}
.page_heading {
    font-size: 70px;
    bottom: -33px;
}
.about_us .posts_title h1, .about_us .posts_title h3 {
    font-size: 36px;
}
.about_us .posts_title h2 {
    font-size: 18px;
}
.desk_nav {
    display: none;
}
.mobile_nav {
    display: -webkit-inline-box;
}
span.navbar-toggler-icon {
    line-height: 34px;
}
li.nav-item.logo_food {
    min-width: 100px;
}
a.navbar-brand {
    max-width: 180px;
    top: 25px;
}
nav.navbar.navbar-expand-lg {
    height: 50px;
}
p.card-text {
    font-size: 12px;
}
.content_one h1 {
    font-size: 36px;
}
.content-wrapper, .quotes {
    position: initial;
}
.sec_image_1, .section_odd .spacer {
    display: none;
}
.content-wrapper {
    background: url('img/sec_back.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}
h5.sm_head {
    max-width: none;
}
.quotes {
    float: right;
    max-width: 250px;
}
.truck_img {
    position: relative;
    margin: 0;
}
span.author {
    font-size: 26px;
}
}
@media only screen  and (max-width : 767px) {
	.about_us .posts_title h1, .about_us .posts_title h3 {
    font-size: 28px;
}
.about_us .posts_title h2 {
    font-size: 16px;
}
a.navbar-brand {
    max-width: 150px;
    top: 20px;
}
li.nav-item.logo_food {
    min-width: 80px;
}
.add_overlay {
    left: 10%;
    right: 10%;
}
.navbar-collapse.collapse.show {
    margin: -1px 0 0 0;
	    padding-bottom: 20px;
}
.content_one h1 {
    font-size: 26px;
}
.quotes {
    float: none;
    max-width: 250px;
    margin: 0 auto 25px;
}
img.image_2 {
    max-width: 150px;
}
.big-text {
    font-size: 30px;
}
.heading_text h5 {
    font-size: 17px;
}
span.author {
    width: 100%;
    text-align: right;
}
.instagram_section h2.big-text {
    font-size: 36px;
}
.instagram_section h4 {
    font-size: 18px;
}
.custom_container {
    padding: 0 25px;
}
li.nav-item.logo_food {
    width: 10px;
    min-width: auto;
}
.sticky .logo_food {
    visibility:hidden !important;
}
img.image_2 {
    max-width: 120px;
    left: 75px;
}
.content_img {
    max-width: 100%;
   display: block;
}
.logo_food a.nav-link {
    top: 22px;
    width: 65px;
    left: -21px;
}
}
@media only screen  and (max-width : 425px) {
		nav.navbar.navbar-expand-lg {
    padding: 0 0.5rem;
}
.nav-item.social_icon, .nav-item.lang_icon {
    max-width: 20px;
}
button.navbar-toggler {
    padding: 0;
    margin: 0 0 0 10px;
}
nav.navbar.navbar-expand-lg {
    height: 42px;
}
a.navbar-brand {
    max-width: 150px;
    top: 13px;
}
.content_one h1, .content_two h2, .big-text  {
    font-size: 24px;
}
.heading_text h5 {
    font-size: 14px;
}
span.author {
    font-size: 20px;
}
.page_heading {
    font-size: 36px;
    bottom: -16px;
}
.about_us .posts_title h1, .about_us .posts_title h3 {
    font-size: 24px;
}
.inner_page h1, .inner_page h2 {
    font-size: 30px;
}
.address_box{
    text-align: center;
}
}

textarea.form-control {
	height: 161px;
}

.post_container h1,
.post_container h2,
.post_container h3,
.post_container h4,
.page_container h1,
.page_container h2,
.page_container h3,
.page_container h4 {
	color: #9e0b0f;
}

@media (max-width: 1225px) and (min-width: 1300px) {
	.home.page-template-default .section_odd {
	    padding-bottom: 230px;
	}
}


/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */

.cart-contents {
    position: relative;
    /*display: flex !important;
    flex-flow: column nowrap;*/
    justify-content: center;
}

.cart-contents:before {
    font-family: "FontAwesome";
    font-weight: 900;   
    content: "\f07a" !important;
    font-size: 25px;
    color: #b01d00;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
    color: #FFF;
    background: #b01d00;
    font-weight: bold;
    border-radius: 50%;
    padding: 5px 5px;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    height: 15px;
    width: 22px;
    transform: translateY(-105%) translateX(25%);
    font-size: 10px;
    text-align: center;
}

.woocommerce .col-1, .woocommerce .col-2 {
    max-width: 100%;
    width: 100%!important;
    clear: both;
    float: none!important;
}
.woocommerce .col-1 { width: 60%; }
.woocommerce .col-2 { width: 60%; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #b01d00;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #000;
}

/**/
