/*
Theme Name: Love2Laundry
Theme URI: https://wordpress.org/themes/l2l/
Author: the WordPress team
Author URI: https://wordpress.org/ 
Description: Love2Laundry brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.3
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: l2l
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*Main Style Sheet
This is Custom Styling Css file used for %%%%%%%%%%%%%%%%%%%%%
Custom Column size added in bootstrap.css (col-cs-) @media (min-width: 481px)
***************************************************************************************************
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-weight: 400;
font-weight: 600;
font-weight: 700;
***************************************************************************************************
****COLORS*****
A 	: 	#60b32e
B 	: 	#e4e8e1
C 	:	#363636
D 	: 	#f1f5ed
***************************************************************************************************
Responsive media tags: 
Style.css >> (max-width): 1199 | 991 | 767 | 639 | 480 | 359
Bootstrap.css >> (min-width): 481 | 768 | 992 | 1200*/
*{
	outline:none;
}
::selection {
    background: #0091cf;
    color: #FFF
}
::-moz-selection {
    background: #0091cf;
    color: #FFF
}
body {
    margin: 0;
    font-size: 1.125rem;
    background-color: #fff;
    font-family: 'GothamBook';
    font-weight: 400;
    color: #231f20;
}
@media (min-width: 1200px) {
    .container {
      max-width: 1170px;
    }
}
@media (min-width: 1280px) {
    .container {
      max-width: 1280px;
    }
}
a {
    color: #000;
}
a:hover,
a:focus {
	color: #edaa9a;
    text-decoration: none;
}
.fs12 {
    font-size: 12px !important;
}
.fs14 {
    font-size: 14px !important;
}
.fs16 {
    font-size: 16px !important;
}
.fs18 {
    font-size: 18px !important;
}
.fs20 {
    font-size: 20px !important;
}
.fs22 {
    font-size: 22px !important;
}
.fs24 {
    font-size: 24px !important;
}
.fs26 {
    font-size: 26px !important;
}
.fs28 {
    font-size: 28px !important;
}
.fs30 {
    font-size: 30px !important;
}
.fw300 {
    font-weight: 300 !important
}
.ff-gothamblack{
	font-family:'GothamBlack', sans-serif;
}
.ff-gothambook{
	font-family:'GothamBook', sans-serif;
}
.rounded-xl{
	border-radius:1rem;
	-webkit-border-radius:1rem;
}
.bg-primary {
    background-color: #edaa9a !important;
}
.bg-dark {
    background-color: #2d2d2d !important;
}
.bg-light{
	background-color:#efefef !important;
}
.bg-light-secondary{
	background-color:#f5f5f5 !important;
}
.text-primary{
	color: #edaa9a !important;
}
.border-primary{
	border-color:#edaa9a !important;
}
.badge-primary{
	background-color: #edaa9a !important;
}
button:focus{
	outline:none;
}
.btn-primary{
	background: #edaa9a;
	border-color:#edaa9a;
    color: #000;
	box-shadow:0 4px 10px rgba(0,0,0,.10);
}
.btn-primary.disabled, .btn-primary:disabled{
	background: #edaa9a;
	border-color:#edaa9a;
}
.btn-primary:hover,
.btn-primary:focus {
    background: #000;
	border-color:#000;
    color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle{
	background: #000;
	border-color:#000;
	color: #fff;
}
.btn-dark,
.btn-dark:hover,
.btn-dark:focus {
	background:#2b2b2b;
}
.btn-white{
	background:#fff;
	text-transform:uppercase;
	box-shadow:0 4px 10px rgba(0,0,0,.10);
}
.btn-white:hover,
.btn-white:focus {
	background:#000;
	color: #fff;
}
.btn-light{
	color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}
.btn-outline-primary{
	border-color:#edaa9a;
	color: #edaa9a;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: #000;
	border-color:#000;
    color: #fff;
}
.btn-outline-dark{

	border-color:#000;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus {
    background: #000;
	border-color:#000;
    color: #fff;
}
.table-primary,
.table-primary, .table-primary > td,
.table-primary > th{
	background-color:#f8ddd6 !important;
}
.form-control:focus,
.custom-select:focus,
.input-group > .form-control:focus{
	box-shadow: 0 0 0 0.2rem rgba(237,170,154,.25);
	border-color:#edaa9a;
}
.custom-control-input:checked~.custom-control-label::before{
	border-color: #edaa9a;
    background-color: #edaa9a;
}
.main-menu li a,
.booking-type a,
.form-input label {
    transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.crowd-fixed .header{
    margin: 60px 0 0 0;
}
.crowd-header{
	background-color:#edaa9a;
	position:fixed;
	height:60px;
	z-index:1000;
	top:0;
	width:100%;
}
.crowd-header img,.crowd-header i.l2l-gift{
	width:40px;
	color:#fff;
}
.crowd-header .text{
	color:#fff;
	text-align: left;
	font-size:16px;
	padding:15px 0 15px 30px;
	position: relative;
}
.crowd-header .text a{
	color:#fff;
	text-decoration:underline
}
.crowd-header .btn-find-more{
	position:absolute;
	right:10px;
	top:10px;
	width:inherit;
	letter-spacing:1px;
	font-size:18px;
	color:#e3922f;
	background-color:#fff;
}
.crowd-header .btn-refer-close{
	font-size:24px;
	color:#fff;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	display:inline-block;
	position:absolute;
	right:10px;
	top:15px;
	width:30px;
	height:30px;
	padding:0;
	background:transparent;
	border:2px solid #fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-khtml-border-radius: 50%;
}
.header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 1;
}
.header .logo { padding: 4px 0; }
.header .logo img { height: 100px; }
.header .logo-fixed {  display:none; }
.header .logo-fixed img{width:100%;max-width:140px;} 
.header-navbar {
    background: #fff;
    position: relative;
    padding: 10px 0;
}
.header.fixed,
.header-navbar.fixed {
    padding: 5px 0;
    background: #fff;
    border: 1px solid #efefef;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.header.fixed .logo { display:none; }
.header.fixed .logo-fixed { display:block;}
.header.fixed .logo img,
.header-navbar .logo img{
    height: 50px;
}
.header.fixed .main-menu li a,
.header-navbar .main-menu li a {
    color: #7a7a7a;
}
.header.fixed .main-menu .sign-in a,
.header.fixed .main-menu .sign-up a,
.header-navbar .main-menu .sign-in a,
.header-navbar .main-menu .sign-up a {
    color: #fff;
}
.page-header{
	position:relative;
}
.navigation {
    margin: 0px
}
.main-menu {
    list-style: none;
    padding: 0;
    margin:0;
    width: 100%;
    display: table;
    text-align: right;
}
.main-menu li {
    display: inline-block;
    text-align: center;
    position: relative;
}
.main-menu li a {
	font-family: 'GothamBook';
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 10px 16px
}
.main-menu li a:hover {
    color: #000;
}
.main-menu li.sign-in a,
.main-menu li.sign-up a {
	color: #fff;
    font-size: 16px;
}
.sign-in {
    color: #fff;
    margin-left: 15px;
    border: 1px solid #fff;
    border-right: none;
    border-radius: 25px;
    background: #000;
}
.sign-up {
    color: #fff;
    border: 1px solid #fff;
    border-left: none;
    border-radius: 0 25px 25px 0;
    background: #000;
}
.form-app-input {
    position:relative;
	width:100%;
	max-width:580px;
	margin:0 auto 30px;
}
.form-app-input .form-control {
    background:#fff; 
	font-family: 'GothamBook';
	font-size:18px;
	color:#010101;
	width:100%;
    max-width:420px;
    height: 52px;
	padding:10px 25px;
	border:1px solid #efefef;
    border-radius:50rem;
	box-shadow:none;
}
.form-app-input button {
    font-family: 'GothamBook';
	font-size:20px;
	color:#141414;
    padding:10px 30px !important;
    height: 52px;
	position:absolute;
	top:0;
	right:0;
    border:none;
}
.form-app-input button:hover,
.form-app-input button:focus {
    outline:none;
}
.form-app-input span.error {
    right: 32%;
}
.footer{
	background:#e2e2e2;
}
.footer-locations {
    font-size: 1rem;
}
.footer-main-nav{
	padding-top:40px;
	padding-bottom:20px;
}
.footer-main-nav h4 {
    color: #000;
}

.footer-main-nav h4,
.footer-locations h4 {
    font-size: 24px;
}
.footer-locations h4.border-top{
	border-top:1px solid #b7b7b7 !important;
	margin:0;
	padding:15px 0 0;
}
.footer-main-nav ul{
	list-style:none;
	padding:0;
	margin:0;
}
.footer-main-nav li {
    padding-top: 1px;
}
.footer-main-nav a {
    font-size: 16px;
    color: rgba(0,0,0,0.8);
}

.footer-locations-menu h5 {
	font-size: 20px;
    margin-bottom: 5px;
    line-height: normal;
}
.footer-locations-menu h5 a {
    color: #000;
}

.footer-locations-menu ul {
    display: table;
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.footer-locations-menu ul:last-child {
    border-bottom: none;
}

.footer-locations-menu li {
    display: block;
    width: 20%;
    float: left;
    padding-right: 15px;
    padding-top: 5px;
}

.footer-locations-menu li a {
    font-size: 15px;
    color: rgba(0,0,0,0.8);
}

.footer-main-nav a:hover,
.footer-locations a:hover {
    color: #454f63;
}

.list-countries{width:100%;margin-bottom:0;padding:5px 0; border-top: 1px solid #b7b7b7;border-bottom: 1px solid #b7b7b7;}
.list-countries .list-group-item{background-color:transparent;border:none;}
.list-countries a {color:#000;line-height:20px;text-transform:uppercase;}
.list-countries a.list-group-item:hover, .list-countries a.list-group-item:focus{background:transparent;}
.list-countries a > .badge{margin-top:3px;margin-left:20px; background-color:transparent;}
.list-countries a img{width:24px;}

.footer-text {
    font-size: 14px;
    padding: 0;
    color: #000000;
}
.footer-text h2{
	font-size:24px;
	margin-top:0px;
}
.footer-text .border-bottom{
	border-bottom: 1px solid #b7b7b7 !important;;
}
.copyright { font-size: 14px; padding: 15px 0; }
.copyright p{margin:10px 0 0;}
.copyright li { display: inline-block; line-height: 1; border-right: 1px solid #231f20; }
.copyright li:last-child { border-right: none; }
.copyright li a { color: #231f20; padding: 0 10px; }
.payment-accepted{
	float:right;
	text-align:right;
}
.payment-text {
	font-size:13px;
	display:block;
    margin-bottom: 5px;
}
.whatsapp{
	position:fixed;
	bottom:0;
	right:0px;
	margin-bottom:60px;
	margin-right:20px;
	z-index:100000;
}
.whatsapp a{
	display:block;
	min-width:50px;
	border-radius:50%;
	width:50px;
	height:50px;
	line-height:40px;
	color:#fff;
	text-align:center;
	outline:none;
	position:relative;
	background:#4dc247;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
.whatsapp a svg{fill:white;width:48px;}
.no-padding {
    padding: 0px;
}
.hide-area {
    display: none;
}
.red-color {
    color: red;
}
.error-area {
    border: 1px solid #f35958 !important;
    background-color: #FCB5AF !important;
}
.error {
    display: block;
    color: #f35958;
}
input.error {
    border: 1px solid #f35958 !important;
}
span.error {
    position: absolute;
    bottom: 0px;
    background-color: rgba(184, 26, 30, 0.8);
    padding: 5px 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #fff;
    font-size: 12px;
    right: 0px;
}
.correct {
    display: block;
    color: #acf9ad;
}
input.correct {
    border: 1px solid #3c763d !important;
}
span.correct {
    position: absolute;
    bottom: 0px;
    background-color: rgba(223, 240, 216, 0.8);
    padding: 5px 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #3c763d;
    font-size: 12px;
    right: 0px;
}
#captcha_refresh {
    color: #3a3d93;
    font-size: 14px;
    padding: 5px;
    position: absolute;
    text-decoration: none;
    z-index: 99999;
    top: 28px;
    right: 16px;
}
.form-group {
    position: relative;
}
#msg_box {
    display: none;
}
.msg-box {
    display: block !important;
    padding: 5px !important;
    margin-top: 10px !important;
}
.error-area {
    border: 1px solid red;
    background: #f4bcbc;
}
/* ####### Corporate ######### */
.custom-form label{
	font-size:14px;
	color:#000;
	text-transform:uppercase;
}
.custom-form label small{
	font-size:12px;
	text-transform:lowercase;
	padding-left:15px;
}
.custom-form .form-control,.custom-form .custom-select{
	border-radius:.4rem;
	font-size:18px;
	padding:10px 20px;
	height:50px;
	border:1px solid #ced4da;
}
.custom-form textarea.form-control{
	height:auto;
}
.custom-form .input-group-append > .input-group-text{
	background-color:transparent;
}
.custom-form .input-group-append > .input-group-text i{
	cursor:pointer;
}
.custom-form .form-control:focus,
.custom-form .custom-select:focus,
.custom-form .input-group > .form-control:focus{
	box-shadow: 0 0 0 0.2rem rgba(237,170,154,.25);
	border-color:#edaa9a;
}


/* Blog Listing */
.single-post .widget_block .wp-block-heading{margin-top:0;}
.wp-block-latest-posts li{margin-bottom:1rem;}
.wp-block-latest-posts li a{font-size:0.9rem;}
.blog-listing .card{
	border-radius:1.2rem !important;
	overflow:hidden;
}
.btn-cat-filter{
    position: absolute;
    left: 0px;
}
.category-menu{
    text-align: center;
}
.search-form .search-submit{
	position: absolute;
	right: 15px;
}
.card-img-top{
	border:1px solid #edaa9a;
	height:auto;
}
.blog-listing .card-title{
	font-size:1.4rem;
}
.blog-listing .card-text{
	font-size:1rem;
}
.blog-listing .card-link{
	font-size:1rem;
}
.page-link{
	color: #000;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.single-post .wp-block-heading{font-size:1.7rem; margin:2rem 0 1rem;}
.single-post .wp-block-image img{width:100%}
.single-post p {margin-bottom:1.125rem;}
.single-post .post a{
	color:#edaa9a;
	text-decoration:underline;
}
.single-post .post a.wp-block-button__link{
	font-size: 1rem;
	color:#000;
	text-transform:uppercase;
	text-align: center;
	text-decoration:none;
    vertical-align: middle;
	line-height: 1.5;
	padding: 1rem 0.75rem;
	border-radius: 1rem;
    -webkit-border-radius: 1rem;
}
.single-post .post a.wp-block-button__link:hover{
	color:#fff;
}
.single-post .lwptoc-light .lwptoc_i {
    color: #000;
    background: transparent;
	border:1px solid #d1d1d1;
    border-radius: 15px;
}
.single-post .lwptoc_header{
	margin-bottom:0px;
}
.cta-card{
	color:#666;
	display: flex; 
	flex-wrap:wrap;
	background-color: #EDAA9A; 
	padding: 10px; 
	justify-content: space-between; 
	border-radius: 10px;
	margin:15px 0;
}
.cta-card .cta-image{
	flex:0 0 auto;
	width: 60%;
	border-radius: 10px;
}
.cta-card .cta-text{
	box-sizing:border-box;
	flex:0 0 auto;
	text-align: left;
	width: 38%; 
	padding: 20px;
	background-color: #ffffff; 
	box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
	border-radius: 10px; 
}
.cta-card .w-button{
	background-color: #FFCB5D; 
	color: #000 !important; 
	text-decoration: none; 
	padding: 10px 20px; 
	margin-bottom:10px;
	display: inline-block; 
	border-radius: 5px; 
	text-align: center;
	text-decoration:none !important;
}
@media (max-width: 820px){
.cta-card .cta-image,
.cta-card .cta-text{
	width:100%
}
.cta-card .cta-image{
	margin-bottom:15px;
}
}
.nav-previous,
.nav-next{
	display:inline-block;
}
.content-highlight{
	background: #efefef;
	border-left:8px solid #edaa9a;
}
/* Google Recaptcha Badge */
.grecaptcha-badge{
	display:none;
}
@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }
}
@media(max-width:1199px) {
	.main-menu li a{
		padding:10px 8px;
	}
	.sign-in{
		margin-left:5px;
	}
    .form-app-input .form-control {
        width: 80%;
    }
    .form-app-input button {
        width: 40%;
    }
    .form-app-input span.error {
        width: 42%;
    }
}
@media(max-width:991px) {
	.navbar-toggler {
        background-color: #000;
		
    }
	.navbar-toggler-icon{
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
    #navbarResponsive {
        padding: 0;
        width: 100%;
        background-color: #fff;
        z-index: 100
    }
	.navbar{
		padding:0px;
	}
    .main-menu li {
        display: block;
    }
    .main-menu li.sign-in{
        display: inline-block;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        margin: 0;
        width: 100%;
    }
    .footer-locations-menu li{
		width:25%;
	}
	.payment-accepted{
		float:none;
		text-align:center;
	}
	/* ###### Prices ##### */
	.display-3{
		font-size:2.5rem;
	}
	.fixed-bottom{
		z-index:9999;
    }
    .btn-cat-filter{
        position: relative;
    }
    .category-menu li{
        display: inline-block;
    }
}
@media(max-width:767px) {
	body{
		font-size:1rem;
	}
	.h1, h1{
		font-size:2rem;
	}
	.h2, h2 {
		font-size: 1.75rem;
	}
	.crowd-header{
		display:none;
	}
    .header,
    .header.fixed{
        background: #fff;
        padding: 5px 0 5px;
    }
	.header .logo { padding: 5px 0; }
    .header .logo img {
        height: 40px;
    }
	.header .logo-fixed img{
		max-width:90px;
	}
	.form-app-input .form-control,
    .form-app-input button {
        width: 100%;
		position:relative;
		top:auto;
		right:auto;
    }
    .form-app-input .form-control {
        margin-bottom: 10px;
    }
    .footer-locations h4,.footer-locations h4.border-top{
		padding-left:15px;
		padding-right:15px;
	}
	.footer-locations h4.border-top{
		border-top:none !important;
	}
	.footer-locations-menu h6{
		padding:10px 15px;
		margin-bottom:0px;
		border-top:1px solid #b7b7b7;
	}
    .footer-locations-menu li {
		width:100%;
		padding:5px 15px;
	}
	.list-countries a{
		float:none;
	}
	.footer-text h3{
		font-size:20px;
	}
    .copyright{
		text-align:center;
	}
	.copyright p{
		margin-top:0px;
	}
	.payment-accepted{
		float:none;
		text-align:center;
	}
	/* ####### Corporate ######### */
	.custom-form textarea.form-control{
		height:120px;
	}
	
}
@media(max-width:639px) {}
@media(max-width:480px) {
}
@media(max-width:359px) {
}

@font-face {
    font-family: 'GothamBlack';
    src: url('assets/fonts/gothamblack-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/gothamblack-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'GothamBook';
    src: url('assets/fonts/gothambook-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/gothambook-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}