/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2024 | 06:12:41 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* body */
html, body {
  height: 100%;
  margin: 0px;
}

/** fonts color **/

.darkbluebold {
  color: #01003f !important;
  font-size: 18px;
  font-weight: bold
}

.mainblue {
  color: #2d69bb;
  font-size: 18px;
}

.main-blue-button {
  background: #2d69bb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
  display:inline-block;
  font-family: Poppins, Roboto, sans-serif;
  font-weight: bold;
  padding: 8px 16px;
  transition: 0.3s;
}

.main-blue-button:hover {
  background: #01003f;
  color: #dedede;
}

/** main fonts **/

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;

}

h2,h3,h4 {
    font-family: 'Poppins', sans-serif;
	line-height: auto;
}

h2 {
	color: #333;
	font-size: 2.25em;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: capitalize
}

h3 {
	color:#2d69bb;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none
}

h4 {
	color: #333;
	font-size: 1.125em;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: capitalize
}

p {
  color:#8f8f8f;
  font-size: 1em;
  margin: 0 0 8px 0
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	h2 {
		font-size: 2em;
	}
	
	h3 {
		font-size: 1.375em;
	}
	
	p {
		font-size: 0.875em
	}
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and up) */


/** star rating **/
.testimonial_rating_holder {
  color: #23c5f7 !important
}

/** header **/
.header_top, .fixed_top_header .top_header {
  display: block;
  padding: 20px 10px;
}


/* home */
#home-intro-image {
  width:100%;
  height: 400px;
  display: block;
  background-image:url('https://sanlorenzolaundry.com/wp-content/uploads/2022/03/shutterstock_1137635939-scaled.jpg');
  background-size: cover;
  background-position: top center;
}

.circular-text-on-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #2d69bb;
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 18px;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  padding-bottom: 1px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
   justify-content: center;
  -ms-flex-line-pack: center;
   align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.circular-text-on-image span.big {
  font-size: 40px;
  margin-top: 12px;
  font-weight: bold
}

.visible-spacer {
    display: block
  }

.mobile-only-spacer {
  display: none
}

.app-badge {
  display: inline-table;
  width: 48%;
}

#tablet-pickup-btn-container {
    background: #2d69bb;
    color: white;
  	cursor: pointer;
  	display: none;
    line-height: initial;
  	padding: 20px;
    text-align: center
  }

#tablet-pickup-btn-container a {
  color: white;
  font-weight: bolder;
  
}

/** qode slider **/
.qode_content_slider.control_nav_justified .flex-control-nav li a.flex-active {
  transform: scale(2);
}

/** responsive header top **/
.header_top {
  height:110px !important
}

#header-top-address, #header-top-schedule {
  margin-right: 20px;
}

/** adjustment on left side fixed widget **/
.qode_left_side_fixed {
  bottom: 30% !important;
  left: 0 !important;
  transform: none !important;
  width: 120px;
}

/** new footer holder for schedule a pick up **/
#mobile-bottom-schedule {
  background: rgba(255,255,255,0.75);
  bottom:0;
  display: none;
  font-size: 18px;
  padding: 10px 0;
  position: fixed;		
  text-align: center;
  width: 100%;
  z-index:9999
}

#mobile-bottom-schedule a#call {
  background: orange /*#2d69bb */;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
  padding: 5px 10px; 
}

#mobile-bottom-schedule a#schedule {
  background: #2d69bb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
  padding: 5px 10px; 
}


@media only screen and (max-width: 770px) {
  #header-top-address, #header-top-schedule, #mobile-bottom-schedule {
  	display: block !important;
  }
  
}

/** tablet hacks **/
@media only screen and (max-width: 600px) {
   .invisible-spacer {
   	display: none;
	}
  
}
@media only screen and (max-width: 1000px) {
  
   #header-pickup-btn{
    display: none !important;
  }
  
  #tablet-pickup-btn-container, #mobile-bottom-schedule {
    display: block;
  }
  
  
  
  
}


/** mobile hacks **/

.qode_left_side_fixed {
  bottom: 66% !important
}

@media only screen and (max-width: 769px) {
  .app-badge {
    width: 33%
  }
  
  
  

  
  .mobile-only-spacer {
    display: block
  }
  
  .qbutton {
    display: table;
    margin: 0 auto;
    text-align: center;
    
  }
  
  
}