/*** 

====================================================================
CSS FILE IMPORT
====================================================================

 ***/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("../css/owl-carousel.css");
@import url("../css/bootstrap.css");
@import url("../css/bootstrap.min.css");
@import url("../css/glightbox.min.css");
@import url("../css/home-page.css");
@import url("../css/header.css");
@import url("../css/slick.css");
@import url("../css/tab.css");
@import url("../css/the-brand-avenue.css");
@import url("../css/footer.css");
@import url("../css/animate.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*** 
 
 ====================================================================
 Reset
 ====================================================================
 
  ***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}

/*** 
 
====================================================================
Global Settings
====================================================================
 
***/

body {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: #372b1d;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active,
button:focus {
  text-decoration: none;
  outline: none;
}

input,
select,
button {
  font-family: "Roboto", sans-serif;
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

p {
  position: relative;
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
}

.auto-container {
  position: static;
  max-width: 1700px;
  padding: 0px 20px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  position: relative;
  background: none;
  line-height: 120%;
  margin-bottom: 0px;
  font-weight: 500;
  color: #372b1d;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 30px;
  font-weight: 500;
}

h3 {
  font-size: 28px;
  font-weight: 700;
}

h4 {
  font-size: 25px;
  font-weight: 700;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

:root {
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.clear-fix {
  clear: both;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.theme-btn a {
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  padding: 9px 25px;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.01em;
  text-align: center;
  background: #b09468;
  text-transform: uppercase;
  border: none;
  border-radius: 18px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-btn a:hover {
  background-color: #151515;
}
/*** 
 
====================================================================
flex-css
====================================================================
 
***/
.dy-flex {
  display: flex;
  flex-wrap: wrap;
}

/****** 
====================================================================
Wordpress Core 
====================================================================
******/

.alignnone {
  margin: 15px 20px 15px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}

.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}

a img.alignnone {
  margin: 15px 20px 15px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 7px 7px 3px 7px;
  text-align: center;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption.alignnone {
  margin: 15px 20px 15px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
  margin: 5px 0 10px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  padding: 6px 4px 4px 4px;
  text-align: center;
}

/* .sticky {
    position: relative;
} */

/* .sticky:before {
    content: "\f08d";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    color: var(--color-secondary);
    font-size: 24px;
    top: 10px;
    font-weight: 900;
} */

.sticky .post-title {
  padding-left: 30px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/****** Comments ******/

#respond ul {
  list-style-type: none;
}

#respond .logged-in {
  margin: 0 0 12px 0;
}

#commentform input[type="text"],
#commentform .input-comments {
  width: 198px;
  float: left;
  margin-right: 13px;
}

#commentform label {
  display: block;
}

#commentform .url-comments {
  margin-right: 0px !important;
}

#commentform li.middle {
  margin-right: 0px !important;
}

.comments-closed {
  margin: 40px 0 40px 0;
}

ol.commentlist {
  list-style: none;
}

ol.commentlist li div.vcard cite.fn {
  font-style: normal;
}

ol.commentlist li div.vcard img.avatar {
  float: left;
  margin: 0 10px 0px 0px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

ol.commentlist li div.commentmetadata {
  padding: 8px 0 14px 0;
}

ol.commentlist li div.comment-meta {
  font-size: 14px;
  color: var(--color-text);
}

ol.commentlist li div.comment-meta a,
ol.commentlist li div.comment-meta a:visited {
  color: var(--color-text);
}

ol.commentlist li div.comment-meta a:hover {
  color: var(--color-secondary);
}

ol.commentlist li div.reply {
  font-size: 14px;
  padding: 0px 0 40px 0;
  font-weight: 700;
}

ol.commentlist li ul.children {
  list-style: none;
  margin: 10px 0 0;
}

ol.commentlist li ul.children li.depth-2 {
  margin: 0 0 0 35px;
}

ol.commentlist li ul.children li.depth-3 {
  margin: 0 0 0 35px;
}

ol.commentlist li ul.children li.depth-4 {
  margin: 0 0 0 35px;
}

ol.commentlist li ul.children li.depth-5 {
  margin: 0 0 0 35px;
}

ol.commentlist li.pingback {
  margin: 0 0 40px 0;
}

/*** 

====================================================================
				Default Styling
====================================================================

***/

table {
  position: relative;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

table td,
table th {
  border: 1px solid var(--color-primary);
  padding: 12px 20px;
}

table tr:hover {
  background-color: var(--color-secondary);
}

table tr:hover td {
  color: var(--color-white);
}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--color-secondary);
  color: var(--color-white);
}

ul {
  margin: 0px 0px 20px 30px;
}

ul li {
  list-style-type: disc;
}

ol {
  margin: 0px 0px 20px 30px;
}

ol li {
  list-style-type: decimal;
}

/*** 

====================================================================
	Default Form Style
====================================================================

***/

form {
  position: relative;
}

form .form-group {
  position: relative;
  margin-bottom: 30px;
}

form .form-group .field-label {
  position: relative;
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}

::placeholder {
  color: var(--color-text);
}

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form textarea,
form select {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: block;
  width: 100%;
  color: #151515;
  line-height: 30px;
  padding: 7px 25px;
  height: 46px;
  font-size: 16px;
  font-weight: 400;
  background: #f4f4f4;
  margin: 0px;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="search"]:focus,
form select:focus,
form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #372b1d;
}

form select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #ffffff url("../images/icon-select.png") right center no-repeat;
  cursor: pointer;
}

form select option {
  padding-left: 10px;
  cursor: pointer;
}

form textarea {
  height: 108px;
  resize: none;
}

form button,
form input[type="submit"],
form .theme-btn {
  position: relative;
  display: inline-block;
  margin: 0;
}

form .radio-block {
  position: relative;
  display: inline-block;
  margin-right: 50px;
}

form .radio-block input {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

form .radio-block label {
  position: relative;
  display: block;
  padding-left: 40px;
  line-height: 30px;
  font-size: 18px;
  font-family: "HelveticaBold", sans-serif;
  text-transform: capitalize;
  cursor: pointer;
}

form .radio-block label:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  border: 1px solid var(--color-border);
}

form .radio-block input:checked + label:before {
  content: "\f00c";
}

/*** 

====================================================================
  Title Box
====================================================================

***/

.title-box {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.title-box.centered {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 55px;
}
.title-box h2 {
  position: relative;
  margin: 0 0;
}
.title-box h3 {
  position: relative;
  margin: 0 0;
}
.title-box .text {
  position: relative;
  display: block;
  padding-top: 20px;
}

.eapps-instagram-feed-title-container {
    display: none;
}
