/*
Theme Name: Amici Pizza by Three Ring Focus
Theme URL: https://ThreeRingFocus.com
Description: Responsive Website by Three Ring Focus
Author: Josh Castro
Author URI: ThreeRingFocus.com
Version: 9.9.9
Tags: Responsive, red, grean, tan.
*/

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #000;
	background-color: #efeee8;
	font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}
.clear {
    clear: both;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}
/* Accessibility: Skip Link */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.skip-link:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px;
	position: absolute;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* 	
== SCROLL BAR ==*/

/* Width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #eee;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #111;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	letter-spacing: .08em;
	text-transform: uppercase;
}
h1 {
	margin: 0;
    font-size: 3.5em;
	color: #fff;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.15em;
}
h6 {
    font-size: .8em;
}
p {
    font-size: 1em;
    margin: 30px 0;
	line-height: 1.75em;
}
a {
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
}
ul, ol {
    list-style: inside;
    padding: 0px;
    margin: 30px 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li {
    font-size: 1em;
	line-height: 1.75em;
}
li:last-child {
	padding-bottom: 0;
}
.bgImg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*
== Buttons ==*/
.buttons {
	padding: 10px 20px;
	margin: 10px 0 0 0;
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	border-radius: 7px;
	font-size: 1.2em;
    letter-spacing: .08em;
	text-transform: uppercase;
    transition: all .4s ease-in-out;
}
.btn-white {
	border: 1px solid #FFF;
	background-color: #FFF;
	color: #9f020b;
}
.btn-white:hover {
	color: #FFF;
	background-color: #9f020b;
}
.btn-red {
	border: 1px solid #9f020b;
	background-color: #9f020b;
	color: #FFF;
}
.btn-red:hover {
	color: #9f020b;
	background-color: #FFF;
}

/* 	
== HEADER ==*/

.site-header {
	width: 100%;
	height: 115px;
	padding: 10px 50px;
	position: fixed;
	top: 0;
	z-index: 99;
	background-color: #efeee8;
	display: flex;
	justify-content: space-between;
	align-items: flex-end; 
}
.head-transparent {
	background-color: transparent;
}
.head-box {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.hPhone {
    padding: 0px 15px;
    font-size: 1.2em;
    letter-spacing: .06em;
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: right;
	color: #4c5d2c;
}
.hPhone:hover {
	color: #9f020b;
}
.logo {
    width: 153px;
    height: 102px;
	margin: auto;
	display: inline-block;
    background-image: url("images/global/logo.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position: fixed;
	left: 0;
	right: 0;
	top: 5px;
	transition: width 0.3s ease, height 0.3s ease, top 0.3s ease;
}
.logo-fullsize {
    width: 460px;
    height: 304px;
	top: 50px;
}
/* 	
== NAVIGATION ==*/
@media screen and (min-width: 1024px) {
	.sfm-rollback {display: none;}
}
@media screen and (max-width: 1024px) {
	.navBox, .hPhone {display: none;}
}
/* 1. Container & Main List */
#submenu {
    width: 100%;
    margin: 0 auto;
}
#submenu ul {
    margin: 0;
    padding: 10px 0 10px 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
/* 2. Top Level List Items */
#submenu li {
    position: relative;
    margin: 0;
    padding: 0;
	line-height: 1em;
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
#submenu li:last-child,
#submenu li ul li {
	border: none;
}
#submenu li a {
    display: block;
    color: #9f020b;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 1.2em;
    letter-spacing: .06em;
}
#submenu li a:hover,
#submenu li:hover > a {
    color: #4c5d2c;
}
/* 3. Sub-Menus (Level 2 Dropdown) */
#submenu li ul {
    position: absolute;
    top: 100%;
    left: -999em;
    display: block;
    width: 200px;
    background: #ffffff;
    padding: 10px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 9999;
}
#submenu li ul li a {
    color: #9f020b;
}
/* 4. Deep Nesting (Level 3+ Fly-outs) */
#submenu li ul ul {
    top: 0;
    left: -999em;
    margin-left: 0;
}
/* 5. Hover Logic (The Bridge) */
#submenu li:hover > ul {
    left: 0;
}
#submenu li ul li:hover > ul {
    left: 100%;
    top: -5px;
}
/* 6. Sub-Menu Styling */
#submenu li li {
    width: 100%;
}
#submenu li li a {
    padding: 8px 15px;
    font-size: 0.9em;
    line-height: 1.4;
    text-transform: none;
}
/* 7. Hide "Grandchildren" while hovering Parent */
#submenu li:hover ul ul,
#submenu li:hover ul ul ul {
    left: -999em;
}

/* 	
== HOME PAGE ==*/
.hero {
	width: 100%;
	height: 100vh;
	min-height: 600px;
	max-height: 1000px;
	background-image: url("images/home/hero.jpg");
}
/* Section 1 */
.section1 {
	width: 100%;
	padding: 50px 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-image: url("images/global/bg-grunge.jpg");
}
.section1 p {
	margin: 0;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
	font-size: 4em;
	line-height: normal;
}
.section1 a {
	color: #fff;
}
.section1 a:hover {
	color: #000;
}
/* Section 2 */
.section2 {
	width: 100%;
	padding: 120px 20px;
}
.s2-wrap {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.s2-text {
	width: 100%;
	max-width: 680px;
}
.s2-text h1 {
	color: #9f020b;
	font-size: 1.25em;
	margin: 0;
}
.s2-order {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.s2-block {
	display: flex;
	align-items: center;
}
.s2-block .fa-circle,
.s2-block .fa-inverse,
.s2-block h3 {
    transition: all .4s ease-in-out;
}
.s2-block .fa-circle {
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .25);
}
.s2-block:hover .fa-circle {
	color: #4c5d2c;
}
.s2-block .fa-inverse {
	color: #4c5d2c;
}
.s2-block:hover .fa-inverse {
	color: #fff;
}
.s2-block h3 {
	color: #9f020b;
	margin: 0 0 5px 0;
	font-size: 1.2em;
}
.s2-block:hover h3 {
	color: #4c5d2c;
}
.s2-block span {
	color: #737373;
}
.s2-block .fa-stack {
    min-width: 80px;
}
/* Section 3 */
.section3 {
	width: 100%;
	padding: 40px 0px 40px 20px;
	border-top: 1px solid #9f020b;
	border-bottom: 1px solid #9f020b;
	display: flex;
	justify-content: flex-end;
}
.s3-wrap {
	width: 100%;
	max-width: 1800px;
	display: flex;
	align-items: center;
}
.s3-nav {
	width: 100%;
	max-width: 450px;
}
ul.s3-nav {
	margin: 0;
	list-style: none;
}
.s3-nav li {
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #9f020b;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1em;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-size: 1.8em;
}
.s3-nav li:last-child {
	border-bottom: 1px solid #9f020b;
}
.s3-nav a {
	display: block;
	padding: 35px;
	color: #9f020b;
}
.s3-nav a:hover {
	background-color: #fff;
}
.s3-nav li.active > a {
    background-color: #fff;
}
.s3-panel {
	width: 100%;
	padding: 30px 0 30px 30px;
	background-color: #fff;
	display: flex;
	gap: 15px;
}
.s3p-image1,
.s3p-image2 {
	height: 700px;
}
.s3p-image1 {
	width: 40%;
}
.s3p-image2 {
	width: 60%;
}
.s3-panel-group {
    display: none;
    width: 100%;
    gap: 15px;
}
.s3-panel-group.active {
    display: flex;
}
/* Section 4 */
.section4 {
	width: 100%;
	padding: 40px 0px;
}
.s4-inner {
	width: 100%;
	padding: 40px 20px;
	background-image: url("images/home/bg-01.jpg");
}
.s4-wrap {
	width: 100%;
	max-width: 1370px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	justify-content: center; /* Temporarily */
	align-items: center;
}
.s4-text {
	width: 100%;
	max-width: 540px;
	color: #fff;
	text-align: center; /* Temporarily */
}
.s4-divide {
	width: 1px;
	height: 400px;
	margin: 0 20px;
	background-color: #fff;
}
.social-media .fa-2x {
    font-size: 1.5em;
}
.social-media a {
	color: #fff;
}
.social-media a:hover {
	color: #9f020b;
}
.social-media .fa-inverse {
	color: #626f3a;
    transition: all .4s ease-in-out;
}
.social-media .fa-inverse:hover {
	color: #fff;
}

/* 	
== PAGE TEMPLATE ==*/

.menu-headline {
	text-align: center;
}
.menu-headline h2 {
	margin-bottom: 0;
}
.menu-headline p {
	margin: 0;
	font-weight: bold;
}
.menu-wrap {
	width: 100%;
	margin: 60px 0 100px 0;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.menu-column {
	width: 100%;
	max-width: 500px;
}
.menu-column p {
	margin: 0;
}
.menu-item {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.menu-item h3 {
	font-size: 1.5em;
	margin: 10px 0 0 0;
}
.menu-title {
	color: #9f020b;
}

/* 	
== PAGES ==*/

.site-main {
}
.banner {
    width: 100%;
    height: auto;
	position: relative;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 450px;
	text-align: center;
	position: relative;
}
.container {
    width: 100%;
    margin: 0;
	padding: 50px 20px;
}
.pageContent {
	max-width: 1150px;
    margin: 0 auto;
}

/* 	
== FOOTER ==*/

.myFooter {
    width: 100%;
    padding: 50px 20px 30px 20px;
	color: #fff;
	background-color: #9f020b;
	background-image: url("images/global/bg-grunge.jpg");
	position: relative;
	text-transform: uppercase;
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 700;
	letter-spacing: .08em;
}
.myFooter .fa-2x {
    font-size: 1.5em;
    margin-bottom: 30px;
}
.myFooter .fa-inverse {
	color: #b50937;
}
.myFooter h6 {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 700;
	font-size: 1.5em;
}
.myFooter a {
	text-decoration: none;
	color: #fff;
}
.myFooter a:hover {
	text-decoration: none;
	color: #000;
}
.myFooter a.btn-white {
    color: #9f020b;
}
.myFooter a.btn-white:hover {
    color: #FFF;
}
.myFooter ul {
    list-style: none;
    margin: 0;
}
.myFooter li {
    display: inline-block;
    padding: 0 20px 0 0;
	font-size: 1.1em;
}
.myFooter p {
	margin: 0;
	line-height: normal;
}
.myFooter span {
	font-weight: 900;
}
.footWrap {
	width: 100%;
	max-width: 1800px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.footWrap:first-child {
	margin-bottom: 30px;
}
.footLeft {
	width: 100%;
}
.footRight {
	width: 100%;
	text-align: right;
}

/* 	
== NEWS/BLOG ==*/

#thumby {
	padding: 0;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 150px;
	background-position: center;
	background-size: cover;
}
#thumby img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
}
#texty h2 {
	padding: 0;
	margin: 30px 0px 25px 25px;
	text-align: left;
	font-size: 1.5em;
}
#texty p {
	font-size: .9em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
	color: #2d3691;
}
#texty p a {
	color: #444;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #DDD;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}

/* 	
== RESPONSIVE ELEMENTS ==*/

.response img {
    width: 100%;
    height: auto;
    display: block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 20px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mapWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.mapWrapper iframe, .mapWrapper object, .mapWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 	
== RESPONSIVE STYLES ==*/

.cent {margin: auto;}
.alpha {float: left;}
.omega {float: right;}
.one {width: 10%;}
.two {width: 20%;}
.three {width: 30%;}
.four {width: 40%;}
.five {width: 50%;}
.six {width: 60%;}
.seven {width: 70%;}
.eight {width: 80%;}
.nine {width: 90%;}
.ten {width: 100%;}
.third {width: 33.333%;}
.two-thirds {width: 66.666%;}
.quarter {width: 25%;}
.three-qtr {width: 75%;}


/* Monitor Medium | iPad Pro Large Landscape */
@media only screen and (max-width: 1366px) {
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.site-header {padding: 10px 10px;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
}

/* Custom */
@media only screen and (max-width: 960px) {
	.section3 {padding: 40px 20px 40px 20px;}
	.s3-wrap {flex-direction: column;}
	.s3-panel {padding: 20px;}
	.s3-panel-group {gap: 20px;}
	.s3-nav {width: 100%; max-width: none; text-align: center;}
	ul.s3-nav {display: flex; justify-content: center;}
	.s3-nav li {display: inline-block; padding: 5px 5px 0 5px; border: 1px solid #9f020b; font-size: 1em; border-bottom: 0;}
	.s3-nav a {padding: 10px 10px;}
	.s3-nav li:last-child {border-bottom: none;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 3em;}
	h2 {font-size: 2.5em;}
	h3 {font-size: 2em;}
	h4 {font-size: 1.5em;}
	h5 {font-size: 1em;}
	h6 {font-size: .8em;}
	
	.section1 p {font-size: 2em;}
	
	.s2-wrap {align-items: normal; gap: 50px; flex-direction: column;}
	.s3p-image1, .s3p-image2 {height: 350px;}
	.s3-panel {padding: 10px;}
	.s3-panel-group {gap: 10px;}
	.s4-wrap {align-items: flex-start; flex-direction: column;}
	.s4-divide {width: 100%; height: 1px; margin: 40px 0;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media (max-width: 768px) {
	.menu-wrap {gap: 0; flex-direction: column; align-items: center;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.hero {height: 400px; min-height: unset; max-height: unset;}
	    .section3 {padding: 40px 10px 40px 10px;}
	    .s3-nav li {font-size: .8em;}
	    .s3-nav a {padding: 10px 5px;}
	    .s3p-image1, .s3p-image2 {height: 200px;}
	.footWrap {justify-content: center; flex-direction: column; align-items: center;}
	.myFooter, .footRight {text-align: center;}
	.myFooter ul {margin: 0 0 20px 0;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.logo-fullsize {width: 300px;height: 200px;}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
	.section1 p {font-size: 1.6em;}
}
