/* 
Theme Name: V Pizza
Description: Custom theme based on Hello Elementor
Author: Connect + SP
Author URI: https://theconnectagency.com
Template: hello-elementor
Version: 2.0.0
Text Domain: connectbase
*/

/* GLOBAL */

html {scroll-behavior: smooth;}
body {overflow-x: hidden;}

[type=button], [type=submit], button { border: inherit; }
.swiper-container-horizontal .swiper-button-next { text-align:right; }

.whiteText, .whiteText p, .whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText li, .whiteText a, .whiteText a:hover {
	color: #ffffff !important;
}

.underlineLinks a:not(.elementor-button):hover, .alwaysUnderline a { text-decoration: underline; }


@media (max-width:767px) {
	.mobileHide {display: none;}
}


/* ACCESSIBILITY */

@supports selector(:focus-visible) {
	:focus { outline: none; }
	:focus-visible { outline: 3px dotted; outline-offset: 3px;}
}

.screen-reader-text, .skipLink {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
    position: absolute;
    height: 1px;
    width: 1px;
    margin: -1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus, .skipLink:focus  {
    background-color: #efefef !important;
    clip: none !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #101010 !important;
    display: block;
    font-size: 1em;
    font: message-box;
    text-decoration: none;
    line-height: normal;
    padding: 12px 20px !important;
    left: 5px;
    top: 5px;
    height: auto;
    width: auto;
    min-width:220px;
    border-radius: 0;
    z-index: 100000;
    box-shadow: 0 0 4px 1px rgb(0,0,0,0.5);
}

.skip-link {display:none !important;}


/* BUTTONS IN HORIZONTAL NAVIGATION MENUS */

.elementor-nav-menu--layout-horizontal .menuButton .elementor-item {
	padding: 8px 16px !important;
	color: #ffffff !important;
	background-color: var( --e-global-color-primary );
	border-radius: 5px;
	text-transform: uppercase !important;
	font-size: 1.15rem !important;
	font-weight: 500 !important;
}

.elementor-nav-menu--layout-horizontal .menuButton .elementor-item:hover {
	background-color: var( --e-global-color-secondary );
}

.elementor-nav-menu--layout-horizontal .menuButton .elementor-item:before, 
.elementor-nav-menu--layout-horizontal .menuButton .elementor-item:after {
	display:none;
	}

.menuIcon i {
	padding: 2px 0 0 8px;}
	
/* GRAVITY FORMS GENERAL STYLES */

.gform_wrapper.gravity-theme .gform_confirmation_wrapper {
    border: 1px solid #333333;
    background-color: #efefef;
    padding: 20px 10px;
    text-align: center;
    font-size: 1.2rem;
}

.gform_wrapper.gravity-theme .gfield_label, 
.gform_wrapper.gravity-theme .ginput_complex label, 
.gform_wrapper.gravity-theme .field_description_above .gfield_description {
	margin-top: 2px; 
	margin-bottom: 4px;
	padding: 0;
}

.gform_wrapper.gravity-theme .gfield_label {
	color:  var( --e-global-color-primary );
}

.gform_wrapper.gravity-theme select {
	border-radius: 0;
	border-color: #333333;
}

/* CUSTOM LIST STYLES */

@media only screen and (min-width:990px) {
    .list2col ul {
	    -moz-column-count: 2;
	    -moz-column-gap: 20px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 20px;
	    column-count: 2;
	    column-gap: 20px;
	}
}

.customList ul {
    list-style: none;
    margin: 0.5rem 0 0.5rem -0.5rem;
}

.customList li {
    margin-bottom: 5px;
}

.customList ul li:before {
  content: "-";
  color: var( --e-global-color-primary );
  font-weight: normal; 
  display: inline-block; 
  width: 0.75em;
  margin-left: -1.5em;
}

.customList.whiteBullet li:before {
	color:#ffffff;
}

.customList .wp-block-columns {
    margin-bottom: 0.25rem;
}

/* GENERAL */
.searchandfilter select.sf-input-select {
	border-radius:0;
	font-size:1.3rem;
	text-transform:uppercase;
	min-width:200px;
	max-width:100%;
	cursor: pointer;
}

.locationCard .loc_phone {
	font-size: 1.3rem;
	margin-top:3px;
}

@media (max-width:767px) {
	.subMenu .elementor-menu-toggle {
	width:100%;
}
}

@media (min-width:768px) {
#titleArea {
	background-position: center center !important;
	background-size:cover !Important;
}
}

a.eventCard:hover {
	background: #393939 !important;
}

.stoneList ol {
    padding-left: 20px;
    margin-top: -10px;
}

@media (min-width:1025px) {.subMenu {
    max-width: 990px;
    margin: 0 auto;
    align-self: center;
}
}