/*
Theme Name: Sweety
Theme URI: https://erickrubio.com/web/sweety/
Description: Sweety is a theme developed exclusively for Sweet Blvd. It's a simple created using the concepts of responsive web design with the flexbox approach. Mantains a clean and slick set of elememnts and modifications of wordpress conponents.
Version: 1.1
Author: @erickojitoz
Author URI: https://erickrubio.com
Tags: responsive design, flexbox, landing page, multi page theme, coming soon, multi-porpuse, new website
*/

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* main css */
a{
  color: #ff74c5;
	text-decoration: none;
}
a:hover, a:focus, a:active{
	color: #ffe0eb;
  cursor: pointer;
}
body{
	background-color: #f1f2f3;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-weight: 400;
}
h1, h2, h3, h4, h5 ,h6{
	font-weight: 700;
	line-height: 1.4em;
}
h1{
  font-size: 2.2em;
}
h2{
  font-size: 1.9em;
}
h3{
  font-size: 1.6em;
}
h4{
  font-size: 1.4em;
}
h5{
  font-size: 1.2em;
}
h6{
  font-size: 1.1em;
}
img{
  height: auto;
	vertical-align: middle;
	width: 100%;
}
.bg{
	background-position: center center;
	background-size: cover;
}
.button{
	background: #ff15a0;
	border: 1px solid #ff15a0;
	border-radius: 38px;
	color: #fff;
	font-size: .8em;
	line-height: normal;
	padding: 9px 24px 9px 24px;
	text-transform: uppercase;
}
.button:hover{
	background: #ffe0eb;
	border: 1px solid #ffe0eb;
	color: #212121;
}
.flex{
	display: flex;
}
.hover{
	-moz-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
}
.vibes{
	color: #ff74c5;
	font-family: 'Great Vibes', cursive;
	line-height: 1em;
}
.desktop{
	display: none;
}
.service-text p{
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3em;
}
.service-text p b{
	font-family: 'Nunito', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3em;
}

/* footer */
footer{
	background: #fff;
	font-size: .9em;
	justify-content: space-between;
	padding: 24px;
}
footer.dark-foot{
	background: #181818;
}
footer .copy{
	width: 100%;
	text-align: center;
}
footer.dark-foot .copy{
	color: #fff;
}
footer .footnav{
	align-items: center;
	padding-right: 12px;
}
footer .footnav a{
	padding: 0 12px;
	text-transform: uppercase;
}
footer.dark-foot .footnav a{
	color: #fff;
}
.social-foot{
	align-content: center;
	background-image: url(img/footer-bg.jpg);
	min-height: 360px;
	padding: 24px;
}
.social-foot.social-dark{
	align-content: bottom center;
	background-image: url(img/sweet-bgd.jpg);
	color: #fff;
}
.social-cont{
	flex-direction: column-reverse;
	font-size: .9em;
	justify-content: space-between;
	line-height: 1.6em;
	margin: auto;
	max-width: 1280px;
}
.social-cont .third-div{
	margin-bottom: 36px;
	width: 100%;
}
.social-cont .third-div:first-child{
	margin-bottom: 0;
}
.social-cont div h5{
	border-bottom: 3px solid #ff74c5;
	padding-bottom: 12px;
	margin-bottom: 18px;
	text-transform: uppercase;
	width: 60%;
}
.social-cont .social-links a{
	margin-right: 6px;
}
.social-cont .contact p{
	margin-bottom: 12px;
}
.social-cont .contact p:last-child{
	margin-bottom: 0;
}
.social-cont .disclaimer .foot-button{
	margin-top: 9px;
	text-align: right;
	width: 100%;
}
.social-cont .disclaimer .foot-button a{
	display: inline-block;
}
.social-cont .social-links .icons{
	margin-top: 12px;
	text-align: right;
}
.social-cont .social-links a img{
	height: 32px;
	width: auto;
}

/* header */
header{
	position: absolute;
	width: 100%;
}
header .center-head{
	align-items: center;
	justify-content: center;
	margin: auto;
	max-width: 1280px;
	padding-top: 12px;
	width: 100%;
}
header nav{
	padding-right: 12px;
}
header nav a{
	color: #141414;
	font-size: .8em;
	font-weight: 700;
	padding: 12px;
	text-transform: uppercase;
}
header nav a:hover{
	color: #bdbdbd;
}
header nav a.button{
	margin-top: -2px;
}
header .site-id .logo img{
	height: 90px;
	width: auto !important;
}
.head-scroll{
	background: white;
	border-bottom: 3px solid #ffe0eb;
	position: fixed;
	z-index: 10;
}
.head-scroll.dark-menu{
	border-bottom: 3px solid #000033;
}
.head-scroll .center-head{
	padding: 10px 0;
	width: 100%;
}
.head-scroll .site-id .logo img{
	height: 50px;
}
header.pageh{
	background: #fff;
	position: relative;
	width: 100%;
}
header.pageh.dark-menu{
	background: #000;
}
header .pg-head{
	align-items: center;
	justify-content: center;
	max-width: 1280px;
	margin: auto;
	width: 100%;
}
header .pg-head nav a{
	margin: 0 12px;
}
header .pg-head nav.dark-links a{
	color: #fff;
}
header .pg-head .site-id{
	display: none;
}
header.head-scroll.pageh{
	margin-top: -80px;
	position: fixed;
}
header.head-scroll .pg-head{
	padding: 10px 0;
}
header.head-scroll .pg-head .site-id{
	display: flex;
}
.center-head nav .button{
	margin-left: 12px;
}
.top-head{
	align-items: center;
	padding: 12px 24px;
	justify-content: center;
}
.top-head.dark-head{
	background: #181818;
}
.top-head .icons{
	max-width: 350px;
}
.top-head .icons a{
	margin-right: 6px;
}
.top-head .icons a:hover{
	opacity: .4;
}
.top-head .icons a img{
	height: 20px;
	width: auto;
}
.top-head .logo{
	height: auto;
	width: 90px;
}
.top-head .phone{
	max-width: 350px;
	font-weight: 700;
}

/* index */
.welcome{
	align-items: flex-end;
	background-image: url(img/main-bg.jpg);
	background-position: 35% 50%;
	justify-content: space-between;
	min-height: 680px;
}
.welcome .welcome-text{
	background-color: rgba(255, 21, 160, 0.75);
	align-self: flex-end;
	flex-direction: column;
	justify-content: center;
	padding: 36px 0;
	width: 100%;
}
.welcome .welcome-text h1{
	font-size: 4.2em;
	text-align: center;
}
h1.vibes.now-open{
	color: #ffe0eb;
}
.welcome .welcome-text p{
	color: #fff;
	font-size: .9em;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin-top: -9px;
	padding: 12px 0;
}
.welcome .welcome-text p.mini-hide{
	display: none;
}
.welcome .welcome-text .book{
	margin-top: 12px;
	text-align: center;
}
.welcome .welcome-text .book a{
	margin-left: 0;
}
.about{
	align-items: center;
	height: 580px;
	padding: 24px;
}
.about .about-girl{
	align-self: flex-end;
}
.about .about-girl img{
	height: 520px;
	width: auto;
}
.about .info{
	max-width: 520px;
}
.about .info h1{
	font-size: 3.6em;
	margin-bottom: 24px;
	text-align: left;
}
.about .info p{
	margin-bottom: 48px;
}
.about .info .more-right{
	text-align: right;
	margin-top: 24px;
}
.package-cont{
	background: #fff;
}
.packages{
	align-items: center;
	flex-direction: column;
	margin: 0 auto;
	max-width: 1280px;
	min-height: 580px;
	padding: 24px;
}
.packages .includes{
	flex-direction: column;
	width: 100%;
}
.packages .includes .info{
	margin-bottom: 24px;
	width: 100%;
}
.packages .includes .info h1{
	color: #ff74c5;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.packages .includes div{
	width: 100%;
}
.packages .includes .lists{
	flex-direction: column;
}
.packages .includes .lists div{
	width: 100%;
}
.packages .includes div ol{
	padding: 0 24px;
}
.packages .includes div ol li{
	list-style-type: decimal;
	line-height: 1.8em;
	padding-left: 12px;
}
.packages .includes h4{
	color: #ff74c5;
	margin-bottom: 18px;
	text-transform: uppercase;
	width: 100%;
}
.packages .includes .note{
	color: #757575;
	font-size: .85em;
	padding: 12px;
}
.packages .pricing{
	align-items: center;
	background: #ff74c5;
	color: #fff;
	padding: 48px;
	text-align: center;
	width: 100%;
}
.packages .pricing .promo{
	width: 100%;
}
.packages .pricing .promo p{
	font-size: .9em;
	font-weight: 700;
	text-transform: uppercase;
}
.packages .pricing .promo .button{
	border: 1px solid #fff;
	color: #fff;
	margin: 0 auto;
}
.packages .pricing .promo .button:hover{
	background: #ff15a0;
	border: 1px solid #ff15a0;
}
.packages .pricing .promo .number{
	font-size: 4em;
	margin: 12px auto;
}
.packages .pricing .promo .number small{
	font-size: .6em;
	padding-bottom: 12px;
}
.packages .pricing .promo .only{
	margin-bottom: 36px;
}
.passes{
	align-items: center;
	background-image: url(img/passes.jpg);
	justify-content: flex-end;
	min-height: 580px;
	padding: 5%;
}
.passes .day-pass{
	background: rgba(255, 255, 255, 0.9);
	padding: 48px;
	width: 580px;
}
.passes .day-pass h1{
	color: #ff74c5;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.passes .day-pass p{
	margin-bottom: 12px;
	padding-bottom: 24px;
	padding-left: 12px;
}
.passes .day-pass .button{
	margin: 0 auto;
}
.ready{
	align-items: center;
	background: #ff74c5;
	color: #fff;
	justify-content: center;
	min-height: 360px;
	padding: 24px;
}
.ready .ready-detail{
	max-width: 720px;
	text-align: center;
}
.ready .ready-detail h4{
	text-transform: uppercase;
}
.ready .ready-detail p{
	margin: 24px auto;
}
.ready .ready-detail .button{
	border: 1px solid #fff;
	color: #fff;
	margin: 0 auto;
}
.ready .ready-detail .button:hover{
	background: #ff15a0;
	border: 1px solid #ff15a0;
}

/* menu */
.menu-icon{
  cursor: pointer;
  height: 70px;
	padding: 26px;
	margin-left: -6px;
	position: fixed;
  width: 70px;
	z-index: 99 !important;
}
.menu-icon .bar{
  height: 20%;
  margin-bottom: 20%;
  width: 100%;
  background-color: #ff15a0;
  pointer-events: none;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.menu-icon .bar:nth-child(1) {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.menu-icon .bar:nth-child(3) {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.menu-icon.active .bar{
	background-color: #ffe0eb;
}
.menu-icon.active .bar:nth-child(1) {
  -webkit-transform: translate(-7.5%, 12.5%) rotate(-45deg);
  transform: translate(-7.5%, 12.5%) rotate(-45deg);
}
.menu-icon.active .bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.menu-icon.active .bar:nth-child(3) {
  -webkit-transform: translate(-7.5%, -3.125%) rotate(-315deg);
  transform: translate(-7.5%, -3.125%) rotate(-315deg);
}
.cbp-spmenu{
	align-content: space-between;
	flex-direction: column;
  padding-top: 60px;
	position: fixed;
}
.cbp-spmenu p{
	display: block;
	color: #fff;
	font-size: .8em;
	font-weight: 700;
	margin: 0 auto;
	text-transform: uppercase;
	width: 70%;
}
.cbp-spmenu a{
	display: block;
	font-size: .9em;
	font-weight: 700;
  margin: 0 auto;
  text-transform: uppercase;
  width: 70%;
}
.cbp-spmenu a:last-child{
  border-bottom: none;
}
.cbp-spmenu a:hover{
  padding-left: 30px;
}
.cbp-spmenu-vertical{
	background: #ff15a0;
	width: 360px;
	height: 100vh;
	top: 0;
	z-index: 89;
}
.dark-menu-bg{
	background: #000000;
}
.cbp-spmenu-vertical a{
  color: #fff;
	padding: 18px 12px;
}
.cbp-spmenu-left{
	left: -360px;
}
.cbp-spmenu-left.cbp-spmenu-open{
	left: 0px;
}
.cbp-spmenu .mobile-cart{
	background: #4caf50;
	width: 100%;
	margin-top: auto;
}
.cbp-spmenu .mobile-cart .cart-custom{
	display: flex !important;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 24px;
	justify-content: center;
	width: 100%;
}
.cbp-spmenu .mobile-cart .cart-custom:hover{
	padding-left: 0;
}

/* page and posts */
.page-header{
	height: 560px;
}
.page-content{
	background-color: #fff;
	color: #757575;
	min-height: 680px;
	width: 100%;
}
.page-content h6{
	color: #212121;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 24px;
	text-align: left;
	text-transform: uppercase;
}
.page-content p{
	margin-bottom: 24px;
}
.story-time p:first-child:first-letter{
	color: #ff74c5;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 18px;
  padding-left: 3px;
}

@media print{
  *{
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page{
    margin: 0.5cm;
  }
  h2, h3{
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p{
    orphans: 3;
    widows: 3;
  }
  pre, blockquote{
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after{
    content: " (" attr(title) ")";
  }
  a, a:visited{
    text-decoration: underline;
  }
  a[href]:after{
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after{
    content: "";
  }
  img{
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead{
    display: table-header-group;
  }
  tr{
    page-break-inside: avoid;
  }
}

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

}

@media screen and (min-width: 720px){
	body{
		font-size: 16px;
	}
	header.head-scroll .pg-head{
		justify-content: space-between;
	}
	footer .copy{
		width: auto;
		text-align: left;
	}
	header .center-head{
		justify-content: space-between;
	}
	header .pg-head{
		padding: 12px;
	}
	.about{
		padding: 0 8%;
	}
	.desktop{
		display: flex;
	}
	.local-switch{
		background: rgba( 255, 255, 255, .8);
		border-radius: 48px;
		display: inline-block !important;
		left: 24px;
		padding: 18px;
		position: fixed;
		text-align: center;
		text-transform: uppercase;
		top: 40%;
		z-index: 99;
		width: 72px;
	}
	.local-switch div a:hover{
		opacity: .5;
	}
	.local-switch div a span{
		display: inline-block;
		font-size: .7em;
		margin-top: 9px;
	}
	.local-switch .cloud{
		padding: 18px 0 6px 0;
	}
	.local-switch .local{
		padding: 6px 0 18px 0;
	}
	.mobile{
	  display: none;
	}
	.packages{
		flex-direction: row;
		justify-content: space-between;
	}
	.packages .includes{
		width: 70%;
	}
	.packages .includes .lists{
		flex-direction: row;
	}
	.packages .includes .lists div{
		width: 50%;
	}
	.packages .pricing{
		width: 25%;
	}
	.social-foot{
		padding: 48px;
	}
	.social-cont{
		flex-direction: row;
	}
	.social-cont .third-div{
		margin-bottom: 0;
		width: 30%;
	}
	.top-head{
		justify-content: space-between;
	}
	.welcome{
		justify-content: flex-end;
	}
	.welcome .welcome-text{
		background-color: transparent;
		align-self: center;
		justify-content: flex-end;
		flex-basis: 70%;
	}
	.welcome .welcome-text h1{
		font-size: 9em;
	}
	.welcome .welcome-text p{
		font-size: 1.4em;
	}
	.welcome .welcome-text p.mini-hide{
		display: block;
	}
}

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

}

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

}

/* clearfix */

.cf:before, .cf:after{
    content:"";
    display:table;
}
.cf:after{
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */

.cf{
	overflow: auto;
  *zoom: 1;
}

*{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
*:focus{
  outline: 0;
}

/* Extra Elements */
#bitnami-banner{
  display: none !important;
}
.site-header-top{
  display: none !important;
}
