/*
Theme Name:		Scoops2u
Description:	A custom theme for Scoops2u based on the parerent theme Enfold. Do not delete the parent theme from your site.
Version:		1.0
Author:			Dan Crowe 
Author URI:		https://www.dannyc.me
Template:		enfold
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&family=Roboto+Slab:wght@700&family=Roboto:wght@400;700&display=swap');

/* ------------------------------------------------------------
	Global Styles
------------------------------------------------------------ */

.hide {
	display: none;
}

/* --------- Font Styles --------- */

html, p, h1, h2, h3, h4, h5, h6 {
	text-rendering: auto !important;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: -.25px !important;
	text-transform: none !important;
	font-family: 'Roboto Slab', serif;
}

p {
    margin: 1.3em 0;
	line-height: 1.7;
}

a {
	text-decoration: none !important;
	cursor: pointer !important;
	transition: .4s;
}

.av-subheading.av-subheading_above p {
	color: #b80066;
	font-size: 20px !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700 !important;
}

.border-top {
	border-top: 15px solid #fff !important;
}

.padding-top {
	padding-top: 15px;
}

/* --------- 404 Styles --------- */

.page-id-5370 .av-subheading.av-subheading_above p {
    font-size: 35px !important;
}

.page-id-5370 h1.av-special-heading-tag {
	font-size: 70px !important;
}

/* --------- Pop-Up Styles --------- */

/* ------------------------------------------------------------
	Main Header 
------------------------------------------------------------ */

/* --------- Logo Area --------- */

.logo {
	padding-top: 20px;
	width: 215px;
}

/* --------- Parent Navigation Menu --------- */

.av-main-nav > li.dropdown_ul_available:hover > a .avia-menu-text::after {
	color: #b80065;
	transform: rotate(180deg) !important;
	-moz-transition: all .2s ease-in !important;
	-o-transition: all .2s ease-in !important;
	-webkit-transition: all .2s ease-in !important;
}

.av-main-nav > li.dropdown_ul_available > a .avia-menu-text:after {
	content: "\e873";
	font-family: "entypo-fontello";	
	font-size: 16px;
	color: #bbb;
	float: right;
	display: inline-block;
	margin-left: 8px;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}

.av-main-nav > li.dropdown_ul_available:hover > a .avia-menu-text::after {
	margin-top: 2px;
	transform: rotate(180deg);
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	color: #b80065;
}

.menu-tel .avia-menu-text {
	color: #b80065;
}

/* ------------------------------------------------------------
	Homepage 


/* --------- Home Grid --------- *

#grid-border-3 {
	border-top-width: 15px !important;
	border-bottom-width: 15px !important;
}

.av-border-cells .flex_cell:nth-child(1) {
	border-right: 7.5px solid white !important;
}

.av-border-cells .flex_cell:nth-child(2) {
	border-right: 7.5px solid white !important;
	border-left: 7.5px solid white !important;
}

.av-border-cells .flex_cell:nth-child(3) {
	border-left: 7.5px solid white !important;
}

------------------------------------------------------------ */

#grid-border-3 {
	border-top-width: 15px !important;
}

#grid-border-3.av-border-cells .flex_cell {
    border-left-width: 15px !important;
}

#grid-border-3.av-border-cells .flex_cell.avia-builder-el-first {
    border-left-width: 0px !important;
}

.text-bg-icecream {
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	background-color: rgba(186, 142, 106, 0.7) !important;
	width: 60%;
	margin: 0 auto;
	border-radius: 4px;
	font-size: 29px;
	font-weight: 700;
	color: #fff;
}

.text-bg-icecream-bars {
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	background-color: rgba(176, 62, 68, 0.7) !important;
	width: 60%;
	margin: 0 auto;
	border-radius: 4px;
	font-size: 29px;
	font-weight: 700;
	color: #fff;
}

.text-bg-party-pack {
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	background-color: rgba(40, 176, 168, 0.7) !important;
	width: 60%;
	margin: 0 auto;
	border-radius: 4px;
	font-size: 29px;
	font-weight: 700;
	color: #fff;
}

.grid-border-2{
	border-top-width: 15px !important;
	border-bottom-width: 15px !important;
}

/* --------- Home Hand Block --------- */

@media only screen and (min-width: 1600px) {

	#hand-col {
		right: -32% !important;
	}

}

#hand-col {
	position: absolute;
	width: 54%;
	right: -24%;
	top: 43px;
}

html.responsive page-id-14,
.responsive body.page-id-14 {
	overflow-x: visible !important;
}

.page-id-14 #wrap_all {
	overflow: visible !important;
}

.html_av-framed-box .av-frame.av-frame-right {
	z-index: 0 !important;
}

/* ------------------------------------------------------------
	Events Page
------------------------------------------------------------ */

.sticky-cta {
	background-color: #0c3d6d;
	height: 95px;
}

#top .sticky-cta .av-subnav-menu > li {
	padding: 37px 10px;
}

#top .sticky-cta .av-menu-button > a .avia-menu-text {
	padding: 15px 40px;
}

.sticky-cta:before {
	content: 'Book your next Scoops Event Today!';
	color: #fff;
	font-size: 30px;
	top: 33px;
	left: 9%;
	display: inline-block;
	position: absolute;
	font-family: 'Roboto Slab', serif;
	font-weight: 400 !important;
}

.av-layout-grid-container + .av-layout-grid-container.grid-border-2 {
	border-top: 15px solid #fff;
}

.party-pack-cta .av-subheading.av-subheading_above p {
	color: #0c3e6f;
}

.page-end {
	border-bottom: 15px solid #fff !important;
}

.ice-cream-truck-1,
.ice-cream-cart-1,
.av_font_icon.info {
    padding-right: 20px;
    padding-bottom: 20px;
}

.ice-cream-truck-1 a:hover,
.ice-cream-cart-1 a:hover,
.av_font_icon.info a:hover {
    color: #165390 !important;
}

.ice-cream-truck-1 a,
.ice-cream-cart-1 a,
.av_font_icon.info a {
	animation: pulse-animation 2s infinite ease-out !important;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1); /* scaling to 0 */
  }
  50% {
    transform: scale(1.1); /* increasing the size */
  }
  70% {
    transform: scale(1.1); /* decreasing the size */
  }
  100% {
    transform: scale(1); /* seeting back to initial size */
  }
}


/* ------------------------------------------------------------
	Order Page
------------------------------------------------------------ */

.pricing {
	margin-top: -150px !important;
}

.main_color .pricing-table li.avia-heading-row,
.main_color .pricing-table li.avia-heading-row .pricing-extra {
	background-color: #0c3c6d;
	color: #ffffff;
	border-color: #0c3c6d;
	font-size: 25px;
	padding: 35px 0px;
	font-family: 'Roboto', serif;
	font-weight: 700;
}

.main_color .pricing-table.avia-highlight-col li.avia-heading-row,
.main_color .pricing-table.avia-highlight-col li.avia-heading-row .pricing-extra {
	background: rgb(184,0,102);
	background: linear-gradient(90deg, rgba(184,0,102,1) 0%, rgba(147,12,102,1) 100%);
	color: #ffffff;
	border-color: #b80066;
	font-size: 30px;
	padding: 35px 0px;
	font-family: 'Roboto', serif;
	font-weight: 700;
	border-top: 15px solid #750950;
}

.avia-highlight-col li {
	z-index: 9999 !important;
}

.main_color .pricing-table.avia-highlight-col li.avia-heading-row span {
	font-size: 20px;
	padding-bottom: 10px;
	display: inline-block;
}

.pricing-table > li:first-child, .pricing-extra {
	border-top-left-radius: 1px !important;
	border-top-right-radius: 1px !important;
}

.pricing .pricing-table {
	margin: -15px;
	box-shadow: 0px 10px 20px 10px rgb(0 0 0 / 5%);
}

.pricing .pricing-table.avia-highlight-col {
	z-index: 9999 !important;
	position: relative;
}

/* ------------------------------------------------------------
	Flavors 
------------------------------------------------------------ */

/* --------- Sticky Menu --------- */

.flavors-sticky-menu {
	background-color: #0c3d6d;
	height: 95px;
}

#top .flavors-sticky-menu .av-subnav-menu > li {
	padding: 37px 0;
}

#top .flavors-sticky-menu .av-menu-button > a .avia-menu-text {
	padding: 15px 40px;
}

.flavors-sticky-menu a {
	color: #1faad7 !important;
	font-size: 18px;
	font-family: 'Roboto Slab' , serif;
	background-color: transparent !important;
}

.flavors-sticky-menu a:hover {
	color: #fff !important;
}

.flavors-sticky-menu li.av-menu-button  {
	float: right;
}

.page-id-228 .flavors-sticky-menu li.menu-item-top-level-1 a {
	color: #fff !important;
}

.page-id-400 .flavors-sticky-menu li.menu-item-top-level-2 a {
	color: #fff !important;
}

.page-id-417 .flavors-sticky-menu li.menu-item-top-level-1 a {
	color: #fff !important;
}

.page-id-423 .flavors-sticky-menu li.menu-item-top-level-2 a {
	color: #fff !important;
}

.page-id-425 .flavors-sticky-menu li.menu-item-top-level-3 a {
	color: #fff !important;
}

.main_color .av-masonry {
	background-color: #e7e7e7;
}

/* ------------------------------------------------------------
	Bakery
------------------------------------------------------------ */

.main_color .av-masonry {
	background-color: transparent;
}

.av-large-gap.av-masonry {
	padding: 0 0 0 15px;
}

.page-id-20 .av-layout-grid-container + .av-layout-grid-container.grid-border-2 {
	border-top: none;
}

/* --------- Round Images --------- */

.flavors-round img {
	border-radius: 50% !important;
	border: 10px solid #f2f3f5;
}

.flavors-round a.slide-image {
	background: transparent !important;
	pointer-events: none;
}

.flavors-round h3.slide-entry-title.entry-title {
	color: #0f4378;
	font-size: 18px;
	text-align: center;
	padding: 15px 0;
	font-family: 'Open Sans';
	font-weight: 600;
}

/* --------- Drink List --------- */

.drink-list a.slide-image {
    display: none;
}

.drink-list .slide-entry-wrap {
    margin-bottom: 1%;
}

.drink-list .slide-content {
	font-size: 16px;
	background-color: #f2f3f5;
	padding: 17px;
	text-align: center;
	min-height: 106px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.drink-list .av_one_fourth {
	margin-left: 1%;
	width: 24%;
}

/* --------- Quote Page --------- */

#quote-container {
	max-width: 80% !important;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

/* ------------------------------------------------------------
	Sidebar
------------------------------------------------------------ */

.main_color .sidebar {
	color: #0f4378;
	z-index: 0;
}

.sidebar {
    padding-top: 50px;
    padding-bottom: 120px;
}

/* --------- Page Sidebar Nav --------- */

.sidebar .widget_nav_menu {
	padding-bottom: 24px;
	min-height: 150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sidebar .widget_nav_menu ul:first-child > .current-menu-item, 
.sidebar .widget_nav_menu ul:first-child > .current_page_item, 
.sidebar .widget_nav_menu ul:first-child > .current-menu-ancestor {
	padding-left: 0;
	left: 0px;
	top: 0px !important;
	margin-top: 0px!important;
	padding-top: 0px !important;
	width: 100%;
	box-shadow: none !important;
	margin-bottom: 0px !important;
}

.main_color .widget_nav_menu ul:first-child > .current-menu-item, 
.main_color .widget_nav_menu ul:first-child > .current_page_item {
	background: transparent;
}

.widget_nav_menu .current-menu-item > a, .widget_nav_menu .current_page_item > a {
	font-weight: 500;
}

.sidebar .widget_nav_menu ul:first-child > .current-menu-item > a, 
.sidebar .widget_nav_menu ul:first-child > .current_page_item > a {
	border: none;
	padding: 0px 7px 0px 0 !important;
}

.sidebar .widget_nav_menu a {
	display: block;
	padding: 0 !important;
	text-decoration: none;
	font-size: 16px !important;
	font-weight: 500 !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	color: #0f4378;
}

.sidebar .widget_nav_menu a:hover {
	color: #b80065;
}

.sidebar .widget_nav_menu ul:first-child > .current-menu-item > a, 
.sidebar .widget_nav_menu ul:first-child > .current_page_item > a {
	color: #b80065;
}

.sidebar .widget_nav_menu #text {
	padding-bottom: 5px !important;
}

.sidebar .inner_sidebar {
	margin-left: 0px;
}

.sidebar .widgettitle {
	font-weight: 500;
	font-size: 21px;
	padding: 0 0 10px 0;
	color: #0f4378;
	margin-bottom: 15px;
}

/* --------- Page Sidebar CTA --------- */

.sidebar-cta {
    background-color: #165390;
	padding: 40px 40px;
	color: #fff;
	font-size: 14px;
	border: 1px solid #e8ebee !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sidebar-cta p {
	padding: 0px !important;
	margin: 0;
}

.sidebar-cta h3 {
	display: block;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	padding-right: 3%;
	color: #fff !important;
}

.sidebar-cta a {
	margin-top: 10px;
	color: #fff !important;
	background-color: #20c0e6;
	padding: 8px 20px;
	margin-bottom: 2px;
	display: block;
	text-align: center !important;
	width: 150px;
	font-weight: 500 !important;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -.02em;
}

.sidebar-cta a:hover {
	color: #fff !important;;
}

/* --------- Sidebar Styles --------- */

.sidebar .widget_nav_menu {
    padding: 40px !important;
}

/* ------------------------------------------------------------
	Locations
------------------------------------------------------------ */

article.post-entry.post-entry-type-standard {
    width: auto;
    display: inline-block;
}

span.fallback-post-type-icon {
    display: none;
}

.post-title a,
.slide-entry-title a {
    pointer-events: none;
}

/* ------------------------------------------------------------
	Footer
------------------------------------------------------------ */

.footer_color:before {
	background: url(//staging.scoops2u.com/wp-content/uploads/2021/03/footer-top.png) repeat-x scroll center top transparent;
	content: " ";
	display: block;
	height: 125px;
	position: absolute;
	width: 100%;
	z-index: -1;
	top: -55px;
}

#footer {
	padding: 50px 0 30px 0;
}

/* --------- Home - Main Animated Banner --------- */

@media only screen and (min-width: 1100px) and (max-width: 1230px) {

}

@media only screen and (max-width: 1250px) { 
/* --------- previously set to 1170px --------- */

	#hand-col {
		right: -18%;
		top: 43px;
	}
	
}

@media only screen and (max-width: 1135px) {


}

@media only screen and (max-width: 1023px) {


}

@media only screen and (max-width: 988px) {


}

@media only screen and (max-width: 924px) {


}

@media only screen and (max-width: 900px) {


}

@media only screen and (max-width: 832px) {


}

@media only screen and (max-width: 767px) {
		

}

@media only screen and (max-width: 600px) {
	
	#hand-img {
	    display: none;
	}
	
	.av-layout-grid-container .flex_cell {
	    padding: 50px !important;
	}
	
	.sticky-cta:before {
		top: 22px;
		left: 0px;
		text-align: center;
		line-height: 1.2em;
	}
	
	.sticky-cta {
		height: 175px;
	}
	
	#top .av-submenu-pos-right {
		text-align: center;
		padding-top: 85px;
	}
	
	#quote-container {
	    margin-top: -255px !important;
	    max-width: 100% !important;
	}

}

@media only screen and (max-width: 480px) {


}

