/*!
Theme Name: loosuitesfl
Theme URI: http://underscores.me/
Author: RajTech
Author URI: http://rajtechbd.com/
Description: This is a unique WordPress theme to create a powerful blog site.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: loosuitesfl
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

loosuitesfl is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
#lst_link{
	color:#AB964F !important
}
.page_link a {
    color: #ab964f;
}

.content_page p{
	padding: 10px 0;
}

.content_page ol, .content_page ul{
	padding-left: 30px;
}

.about_page ul{
	padding-left: 30px;
}
.contact_form input{
	background-color: rgba(239, 239, 239, 1) !important;
    border-style: solid !important;
    border-width: 0 !important;
    border-color: rgba(68, 68, 68, 1) !important;
	font-size: 15px !important;
	width: 100%;
    margin: 3px 0;
    height: 40px;
    padding: 0 10px;
}

.contact_form textarea{
	background-color: rgba(239, 239, 239, 1) !important;
    border-style: solid !important;
    border-width: 0 !important;
    border-color: rgba(68, 68, 68, 1) !important;
	font-size: 15px !important;
	width: 100%;
    margin: 3px 0;
}

.contact_form .form-input{
	padding-bottom:20px;
}
.contact_form label{
	font-size: 16px;
	color:#333;
}

.contact_form .wpcf7-submit{
	background: #000 !important;
    color: #fff;
    width: 240px;
    height: 50px;
	cursor: pointer;
}

.contact_form .wpcf7-submit:hover{
	background: #BB8D6A !important;
}

.contact_info a{
	color: #ab964f;
	text-decoration: underline;
}

.review-service .customer-review-more{
	width: 250px;
    margin: 0 auto;
}
.review-service .customer-review-more a{
	background: #000;
	display: block;
    text-align: center;
	padding: 15px;
}

.review-service .customer-review-more a:hover {
    border: unset;
}

.lst_dropdown{
	padding-bottom:20px;
}

.contact_form select {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    height: 40px;
    outline: none;
	background-color: rgba(239, 239, 239, 1) !important;
	padding: 0 10px;
}

.elementor_menu .fa-chevron-down{display:none;}
.elementor_menu_mobile .fa-chevron-down{display:none;}
/* .hfe-nav-menu-icon{
	    position: fixed;
    top: 32px;
    right: 30px;
}
.hfe-nav-menu__layout-horizontal.hfe-dropdown{
	position: fixed;
    top: 30px;
    width: 450px;
    right: 0;
} */
