/*
Theme Name: GMB Academy
Theme URI: https://growmyb.com/
Author: Rhennel Carleta
Author URI: https://growmyb.com/
Description: A Bootstrap-based WordPress theme for GMB Academy (upgraded UI, clean structure, fast frontend).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: gmb-academy
Tags: bootstrap, custom-theme, fast, responsive
*/


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



GLOBAL STYLE 



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

/* Chat head */

button.submit_btn {
  text-indent: -999px;

  overflow: hidden;

  width: 40px;

  padding: 0;

  margin: 0;

  border: 1px solid transparent;

  border-radius: inherit;

  background: transparent url(/wp-content/uploads/2023/08/submit_btn.png)
    no-repeat center;

  cursor: pointer;

  opacity: 0.7;
}

button.submit_btn:hover {
  opacity: 1;
}

.stuck {
  /* position: fixed; */

  top: 10px;

  left: 10px;

  bottom: 10px;

  width: 100%;

  /* max-height: 67%; */

  overflow-y: scroll;

  margin: 10px 0px;

  overflow-x: hidden;
}

.bubbleWrapper {
  padding: 10px 10px;

  display: flex;

  justify-content: flex-end;

  flex-direction: column;

  align-self: flex-end;

  color: #fff;
}

.inlineContainer {
  display: inline-flex;
}

.inlineContainer.own {
  flex-direction: row-reverse;
}

.inlineIcon {
  width: 31px;

  object-fit: contain;
}

.ownBubble {
  min-width: 60px;

  max-width: 700px;

  padding: 14px 18px;

  margin: 6px 8px;

  background-color: #5b5377;

  border-radius: 16px 16px 0 16px;

  border: 1px solid #443f56;
}

.otherBubble {
  min-width: 60px;

  max-width: 700px;

  padding: 14px 18px;

  margin: 6px 8px;

  background-color: #6c8ea4;

  border-radius: 16px 16px 16px 0;

  border: 1px solid #54788e;
}

.own {
  align-self: flex-end;
}

.other {
  align-self: flex-start;
}

span.own,
span.other {
  font-size: 14px;

  color: grey;
}

.stuck {
  max-height: 771px;

  min-height: 771px;

  width: 700px;

  position: relative;

  background: white;
}

.form-dashboard {
  margin: 18px 0px 0px 18px;
}

/* end mark css */

:root {
  --dark-gray: #0b0d0d;

  --black: #000000;

  --red-accent: #b02024;
}

.bg-default {
  background: #0b0d0d;
}

.bg-red {
  background-color: #b02024;
}

.bg-black {
  background-color: #0b0d0d !important;
}

.bg-dark-gray {
  background-color: var(--dark-gray);
}

.color-red {
  color: #b02024;
}

.color-black {
  /* color: #000; */
}

.color-white {
  color: #fff;
}

.bg-red-hover:hover {
  transition: background-color 0.5s ease;

  background-color: #b02024;
}

.bg-grey {
  background-color: #858686;
}

.bg-dblack {
  background-color: #0f0d0e;
}

.bg-dblack2 {
  background-color: #1c1b1d;
}

.bg-dblack3 {
  background-color: #1e1e1e;
}

.bg-dred {
  background-color: #5e1618;
}

body {
  font-family: "Source Sans Pro", sans-serif;

  font-size: 20px;

  background: #0b0d0d;

  color: #fff;

  font-weight: 300;
}

b,
strong {
  font-weight: 900;
}

.title {
  letter-spacing: 40px;
}

.subtitle {
  max-width: 1100px;

  line-height: 50px;
}

.century-font {
  font-family: Century Gothic;
}

h1,
h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 12px;
}

a {
  color: #c55255;

  text-decoration: none;
}

a:hover {
  color: #b02024;
}

a.theme-button,
.theme-button {
  font-family: Century Gothic;

  color: #fff;

  text-transform: uppercase;

  text-decoration: none;

  border: 4px solid #561518;

  /*  border: 4px solid #561518;*/

  padding: 7px 14px;

  display: inline-block;

  cursor: pointer;

  background: #b02024;
  /*make cta button maroon*/
}

a.theme-button.light,
.theme-button.light {
  color: #fff;

  background: #b02024;

  border-color: #fff;
}

a.theme-button:hover,
.theme-button:hover {
  color: #fff;

  transition: all ease 0.2s;

  background: #b02024;

  border-color: #fff;
}

a.theme-button.light:hover,
.theme-button.light:hover {
  color: #fff;

  background: #d8272c;

  border-color: #fff;
}

.social-media a {
  font-size: 25px;

  color: white;
}

.portfolio-bg {
  background-image: url(/wp-content/uploads/2023/01/portfolio-background.png);

  background-size: contain;

  background-repeat: no-repeat;

  background-position: center top;
}

.inverted-icon {
  filter: invert(1);
}

@media screen and (max-width: 1023px) {
  .title {
    letter-spacing: 20px;
  }
}

@media screen and (max-width: 767px) {
  .title {
    letter-spacing: normal;
  }
}

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



EDITED BOOTSTRAP CODE  



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

.container-fluid {
  max-width: 1800px;

  padding-left: 20px !important;

  padding-right: 20px !important;
}

.border-danger {
  border-color: #b02024 !important;

  border-color: #1669ad !important;
}

.rounded-pill {
  border: 0 !important;
}

@media screen and (min-width: 1024px) {
  .g-5,
  .gy-5 {
    --bs-gutter-y: 7rem;
  }

  .g-5,
  .gx-5 {
    --bs-gutter-x: 7rem;
  }
}

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



HEADER STYLING   



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

form.search-area .input-group {
  flex-wrap: nowrap;

  align-items: center;

  position: relative;
}

form.search-area input[type="text"],
form.search-area select {
  border: 0;

  border-radius: 0 7px 7px 0 !important;

  outline: none;
}

form.search-area select {
  font-size: 12px;

  border-left: 1px solid #c2c2c2;

  position: absolute;

  z-index: 2;

  right: 0;

  padding: 0px 0 0px 7px;

  min-height: 25px !important;

  -moz-appearance: none;

  /* Firefox */

  -webkit-appearance: none;

  /* Safari and Chrome */

  appearance: none;

  outline: unset;

  background: transparent;

  background-image: url(/wp-content/themes/rhennelzky_theme_growmyb/images/chevron-down.png);

  background-repeat: no-repeat;

  background-size: 11px;

  background-position: calc(100% - 10px) 50%;

  padding-right: 30px;

  max-width: 100px;
}

form.search-area .input-group > * {
  /*  */
}

form.search-area input[type="text"] {
  padding: 0px 100px 0 10px;
  font-size: 16px;
  max-width: 230px;
  min-height: 38px;
}

form.search-area select.mobile-filter {
  position: relative;

  border: 1px solid #c2c2c2;

  min-height: 40px !important;

  outline: unset;

  font-size: 16px;

  border-radius: 7px !important;

  margin-top: 12px;

  width: 100%;
}

form.search-area select.mobile-filter option:checked {
  color: #fff;

  background: rgb(205 121 5);
}

@media screen and (max-width: 1199px) {
  form.search-area input[type="text"] {
    max-width: 100%;

    width: 100%;
  }

  form.search-area select {
    max-width: unset;
  }
}

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



HEADER   



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

header a.main-logo {
  /*position: absolute;

    left: 0;

    top: 0;

    width: 15%;*/

  max-width: 200px;
}

header a.mobile-main-logo {
  width: 100%;

  max-width: 200px;
}

@media screen and (max-width: 1200px) {
  header a.main-logo {
    display: none;
  }
}

@media screen and (max-width: 567px) {
  header a.mobile-main-logo {
    /*		max-width: 30%;*/
  }
}

.list-selection {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  padding: 10px 0;
}

.list-selection a.active,
.list-selection a:hover {
  background: #724e4f;

  background: #1669ad;

  transition: all ease 0.3s;
}

.list-selection a {
  padding: 2px 15px;

  border-radius: 100px;
}

@media screen and (max-width: 1500px) {
  header .lg-hide-content {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  header form.search-area {
    margin: 0 0 20px 0;

    width: 100%;
  }

  header .navbar-nav li.nav-item a {
    text-align: center;
  }

  header .lg-hide-content {
    display: flex !important;
  }

  header .login-header-hide {
    /*		display: none !important;*/

    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .list-selection {
    overflow-x: auto;

    flex-wrap: unset;

    width: 100%;
  }

  .list-selection a {
    white-space: nowrap;

    font-size: 12px;
  }
}

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



SLIDER   



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

.carousel-control-next,
.carousel-control-prev {
  background: #b0202494;

  width: 90px;

  height: 330px;

  top: calc(50% - 165px);

  opacity: 1;
}

.carousel-control-next {
  border-radius: 30px 0 0 30px;
}

.carousel-control-prev {
  border-radius: 0 30px 30px 0;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  background: #b02024;

  background: #b02024;

  transition: ease all 0.3s;
}

@media screen and (max-width: 1200px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 70px;

    height: 160px;

    top: calc(50% - 80px);
  }
}

@media screen and (max-width: 991px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 60px;

    height: 140px;

    top: calc(50% - 70px);
  }
}

@media screen and (max-width: 767px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 50px;

    height: 50px;

    top: calc(50% - 25px);
  }
}

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



USER DETAILS   



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

.user-profile {
  aspect-ratio: 1;
}

#portfolio-container img {
  aspect-ratio: 1;
  object-fit: cover;
  margin: 0 15px 15px 0;
}

.file-container {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
}

.file-container .files {
  position: relative;
  background: #fff;
  padding: 15px;
  width: 100%;
  max-width: 200px;
}

.file-container .files .file_input {
  display: none;
}

.file-container .files label {
  display: block;
  width: 100%;
}

.file-container .files .delete {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #b02024;
}

.file-container .files a {
  display: block;
}

.file-container .files .portfolio-image,
.file-container .files label img {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .user-details {
    text-align: center;
  }

  .user-details a {
    justify-content: center;
  }
}

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



FOOTER   



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

.footer a {
  color: #fff;
}

ul.footer-category-link {
  list-style: none;

  margin: 0;

  padding: 0;

  column-count: 6;

  column-gap: 30px;
}

ul.footer-category-link li {
  transition: all ease 0.5s;
}

ul.footer-category-link .hide {
  display: none;
}

@media screen and (min-width: 992px) {
  .list-left a:first-of-type {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  ul.footer-category-link {
    column-count: 4;
  }

  section.footer {
    text-align: center;
  }

  section.footer .jc-center-mobile {
    justify-content: center !important;

    flex-wrap: wrap;
  }

  section.footer .footer-logo {
    display: flex;

    width: 100%;
  }

  section.footer .footer-logo img {
    display: block;

    margin: 20px auto 0;
  }

  section.footer .social-media {
    width: 100%;

    margin-top: 20px;
  }

  section.footer .list-left,
  section.footer .list-right {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  ul.footer-category-link {
    column-count: 3;
  }
}

@media screen and (max-width: 567px) {
  ul.footer-category-link {
    column-count: 1;
  }
}

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



JOB STYLING   



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

#job a {
  color: #fff;
}

#job a:hover {
  color: #b02024;
}

.skills-needed {
  display: flex;

  align-items: center;

  justify-content: start;

  flex-wrap: wrap;
}

.skills-needed span {
  color: #fff;

  border-radius: 100px;

  padding: 0 18px;

  margin: 0 7px 7px 0;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: all ease 0.3s;

  line-height: normal;
}

#job .job-list:hover {
  background: #1c1b1d;
}

#job .job-list {
  border-radius: 10px;

  cursor: pointer;
}

#job hr:last-of-type {
  display: none;
}

.skills-needed.filter {
  flex-direction: column;

  justify-content: start;

  align-items: start;
}

.skills-needed.filter a:not(.active) span {
  background: transparent;

  /* color: black; */
}

.skills-needed.filter a:not(.active):hover span {
  background: var(--red-accent);

  color: #fff;
}

.skills-needed.category span {
  font-size: 15px;

  padding: 0;

  background: unset;

  color: #6b6b6b;
}

.skills-needed.category span:after {
  content: ",";
}

.skills-needed.category span:last-child:after {
  content: "";
}

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



POPUP STYLING   



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

.popup-alert,
.popup-section {
  position: fixed;

  z-index: 9999999999999;

  width: 100%;

  height: 100%;

  top: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 20px;
}

.popup-alert.hide,
.popup-section.hide {
  display: none;
}

.popup-alert .popup-container,
.popup-section .popup-container {
  width: 100%;

  max-width: 500px;

  background: #fff;

  padding: 30px;

  border-radius: 15px;

  position: relative;

  min-height: 150px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;

  z-index: 2;
}

.popup-section .popup-container {
  max-width: 1000px;
}

.popup-alert .popup-container .close,
.popup-section .popup-container .close {
  background: #b02024;

  position: absolute;

  width: 30px;

  height: 30px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 100px;

  top: 10px;

  right: 10px;

  cursor: pointer;
}

.popup-alert .popup-container .popup-message,
.popup-section .popup-container .popup-message {
  color: #000;

  text-align: center;

  font-weight: 500;

  width: 100%;

  padding: 20px 0;
}

.popup-alert .popup-background,
.popup-section .popup-background {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #000000b5;

  z-index: 1;
}

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



RATINGS SELECTOR STYLING   



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

.ratings-selector {
  display: flex;

  align-items: center;

  justify-content: center;
}

.ratings-selector > div {
  width: 50px;

  height: 50px;

  margin: 5px;

  background-image: url(/wp-content/themes/rhennelzky_theme_growmyb/images/star-blank.png);

  background-repeat: no-repeat;

  background-size: contain;

  background-position: center;

  transition: all ease 0.4s;

  cursor: pointer;
}

.ratings-selector > div:hover {
  transform: scale(1.3);
}

.ratings-selector > div.active {
  background-image: url(/wp-content/themes/rhennelzky_theme_growmyb/images/star.png);
}

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



TAB STYLING   



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

.tab-list {
  display: flex;

  align-items: center;

  justify-content: flex-start;

  border-bottom: 3px solid #b02024;
}

.tab-list img {
  width: 45px;

  opacity: 0.5;

  margin-right: 10px;
}

.tab-item {
  background: #5e1618;

  padding: 10px 30px;

  border-radius: 10px 10px 0 0;

  display: inline-flex;

  align-items: center;

  cursor: pointer;

  margin-right: 10px;
}

.tab-item.active {
  background: #b02024;

  font-weight: normal;

  color: #fff;
}

.tab-item.active img {
  opacity: 1;

  /* filter: invert(1); */
}

@media screen and (max-width: 767px) {
  /*.tab-list img {

		width: 25px;

	}

	

	.tab-item {

		padding: 10px 15px;

	}*/

  .tab-item span {
    display: none;
  }
}

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



RATINGS STYLING   



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

.ratings img {
  width: 21px;

  margin-right: 5px;
}

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

HEADER   

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

.list-selection {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  padding: 10px 0;
}

.list-selection a.active,
.list-selection a:hover {
  background: #724e4f;

  transition: all ease 0.3s;

  color: #fff;
}

.list-selection a {
  padding: 2px 15px;

  border-radius: 100px;

  color: #fff;

  margin-left: 5px;
}

@media screen and (max-width: 1500px) {
  header .lg-hide-content {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  header form.search-area {
    margin: 0 0 20px 0;

    width: 100%;
  }

  header .navbar-nav li.nav-item a {
    text-align: center;
  }

  header .lg-hide-content {
    display: flex !important;
  }

  header .login-header-hide {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .list-selection {
    overflow-x: auto;

    flex-wrap: unset;

    width: 100%;
  }

  .list-selection a {
    white-space: nowrap;

    font-size: 12px;
  }
}

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

SLIDER   

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

.carousel-control-next,
.carousel-control-prev {
  background: #b0202470;

  width: 90px;

  height: 330px;

  top: calc(50% - 165px);

  opacity: 1;
}

.carousel-control-next {
  border-radius: 30px 0 0 30px;
}

.carousel-control-prev {
  border-radius: 0 30px 30px 0;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  background: #b02024;

  transition: ease all 0.3s;
}

@media screen and (max-width: 1200px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 70px;

    height: 160px;

    top: calc(50% - 80px);
  }
}

@media screen and (max-width: 991px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 60px;

    height: 140px;

    top: calc(50% - 70px);
  }
}

@media screen and (max-width: 767px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 50px;

    height: 50px;

    top: calc(50% - 25px);
  }
}

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



ABOUT US STYLING   



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

section.about-us-banner {
  background-image: url(/wp-content/uploads/2023/11/about-us-background.png);

  background-size: cover;

  background-position: bottom right;

  padding: 4% 0 22%;
}

@media screen and (max-width: 991px) {
  section.about-us-banner {
    background: #3486c9 !important;

    padding: 50px 0;
  }
}

section.about-us-bottom-banner {
  background-image: url(/wp-content/uploads/2023/11/about-us-2.jpg);

  background-size: cover;

  background-position: top center;
}

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



CONTACT STYLING   



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

section.contact-banner {
  background-image: url(/wp-content/uploads/2023/11/Layer-3.jpg);

  background-size: cover;

  background-position: center;

  padding: 20px 0;
}

.contact-form-holder {
  width: 100%;

  max-width: 700px;

  min-height: 700px;

  background: #5e1618;

  padding: 100px;

  border-radius: 100%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.contact-form-holder form input,
.contact-form-holder form textarea,
.contact-form-holder form label {
  width: 100%;
}

.contact-form-holder p {
  margin: 0 !important;
}

.contact-form-holder form input,
.contact-form-holder form textarea {
  background: transparent;

  border: 2px solid #fff;

  border-color: transparent transparent #fff transparent;

  color: #fff;

  outline: unset !important;

  padding: 5px;

  transition: all ease 0.5s;
}

.contact-form-holder form input:focus,
.contact-form-holder form textarea:focus {
  border: 2px solid #fff;
}

.contact-form-holder form ::placeholder {
  color: #fff;

  opacity: 1; /* Firefox */
}

.contact-form-holder form ::-ms-input-placeholder {
  color: #fff;
}

.contact-form-holder form textarea {
  height: 121px;

  border-color: transparent #fff #fff transparent;
}

.contact-form-holder form input[type="submit"] {
  background: #fff;

  color: #1669ad;

  padding: 15px;

  width: 100%;

  max-width: 150px;

  margin: auto;

  display: block;

  transition: all ease 0.2s;

  border: 0;
}

.contact-form-holder form input[type="submit"]:hover {
  background: #b02024;

  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact-form-holder {
    border-radius: 4px;

    padding: 40px 20px;

    min-height: auto;
  }
}

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



BLOG STYLING   



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

section.blogs-f-section {
  background-image: url(/wp-content/uploads/2023/11/blogs-f-section-2.jpg);

  background-size: cover;

  background-position: center;

  min-height: 580px;

  display: flex;

  align-items: center;

  justify-content: center;
}

section.blogs-f-section:after {
  content: "";

  width: 100%;

  background: url(/wp-content/themes/rhennelzky_theme_growmyb/images/blog-page-dashline.svg)
    center;

  position: absolute;

  top: 0;

  left: 0;

  background-size: cover;

  height: 100%;

  z-index: 1;
}

section.blogs-f-section {
  position: relative;
}

section.blogs-f-section > * {
  position: relative;

  z-index: 2;
}

section.blogs-f-section .container-fluid {
  max-width: 1050px;
}

.search-blog-input {
  padding: 18px 30px;

  border-radius: 11px;

  outline: unset;

  border: 0;

  color: #696969;

  font-weight: 500;

  width: 100%;

  background-image: url(/wp-content/uploads/2023/11/input-bg.png);

  background-color: white;

  background-size: 100% 100%;
}

.search-blog-form {
  width: 100%;
}

@media screen and (min-width: 1023px) {
  .search-blog-form {
    min-width: 500px;

    max-width: 500px;
  }
}

.blogSwiper-container {
  padding: 0 100px 0;
}

.blogSwiper-container .swiper-pagination {
  position: relative;

  margin-top: 50px;
}

.blogSwiper-container .swiper-button-prev,
.blogSwiper-container .swiper-button-next {
  width: 70px;

  height: 70px;

  background-image: url(/wp-content/themes/rhennelzky_theme_growmyb/images/slider-arrow-right.png);

  background-size: contain;

  background-repeat: no-repeat;

  background-position: center;
}

.blogSwiper-container .swiper-button-prev {
  background-image: url(/wp-content/themes/rhennelzky_theme_growmyb/images/slider-arrow-left.png);
}

.blogSwiper-container .swiper-button-prev:after,
.blogSwiper-container .swiper-button-next:after {
  display: none;
}

.blogSwiper-container .swiper-pagination-bullet {
  width: 25px;

  height: 25px;

  margin: 6px !important;

  background: #b0202463;

  opacity: 1;
}

.blogSwiper-container
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b02024;
}

@media screen and (max-width: 900px) {
  .blogSwiper-container {
    padding: 0 50px;
  }

  .blogSwiper-container .swiper-button-prev,
  .blogSwiper-container .swiper-button-next {
    width: 50px;

    height: 50px;
  }

  .blogSwiper-container .swiper-pagination-bullet {
    width: 15px;

    height: 15px;
  }
}

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



SINGLE BLOG STYLING   



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

section.single-blog-f-section {
  background-size: cover;

  background-position: center;

  min-height: 32vw;

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  padding-top: 50px;

  padding-bottom: 50px;

  position: relative;
}

section.single-blog-f-section h1 {
  border: 0.6vw solid #fff;

  max-width: 776px;

  width: 90%;

  text-transform: uppercase;

  padding: 3vw;

  margin: auto;
}

section.single-blog-f-section:before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #1669ad9c;
}

section.single-blog-f-section > * {
  z-index: 2;

  position: relative;
}

/* MARK's STYLE */

.fa-search {
  color: #fff;
}

.login-header {
  position: relative;

  display: flex;

  align-items: stretch;

  justify-content: flex-end;
}

/* MARK's STYLE */

#login .textbox {
  width: 100%;

  padding: 10px 20px 10px 20px;
}

#login td {
  padding: 15px;
}

#content {
  position: relative;

  /*  min-height: 100vh;*/
}

#footer {
  position: fixed;

  bottom: 0;

  width: 100%;
}

.txtbox_style {
  width: 100%;

  padding: 10px;

  border-style: solid;

  border-width: 1px;

  border-color: black;
  transition: all ease 0.3s;
}

.txtbox_style.invalid {
  outline: #b02024 2px solid;
}

.txtbox_full {
  width: 70%;
}

.button_style {
  background-color: #3578ef;

  color: white;

  padding: 10px 20px 10px 20px;

  border-width: 0px;

  font-weight: 800;
}

#tabs .ui-widget-header {
  background-color: #3578ef;
}

#left_menu td {
  background-color: #3578ef;

  padding: 20px 0px 20px 30px;

  border-color: white;

  border-width: 1px;

  border-style: solid;

  color: white;

  font-size: 14pt;

  font-weight: 800;
}

#left_menu {
  width: 100%;
}

#left_menu .dashicons {
  font-size: 20pt;

  width: 20pt;

  height: 20pt;

  float: right;

  margin-right: 0px;

  line-height: 20pt;
}

#left_menu .current_menu {
  background-color: white;

  color: #3578ef;

  font-size: 14pt;

  font-weight: 800;

  border-color: #3578ef;

  border-width: 1px;

  border-style: solid;
}

#left_menu a {
  color: white !important;

  text-decoration: none;
}

#left_menu .current_menu a {
  color: #3578ef !important;

  text-decoration: none;
}

header .img-fluid {
  width: 100px;

  margin-right: 50px;
}

.jobsearch-main input,
.freelancersearch-main input {
  border-radius: 0px 5px 5px 0px;

  padding: 0px 15px;

  width: 100%;

  outline: unset;
}

.jobsearch-main span,
.freelancersearch-main span {
  width: 50px;

  border: 1px solid #5e1618;

  background: #5e1618;

  text-align: center;

  color: #fff;

  font-size: 20px;

  margin-right: -4px;

  padding: 5px;

  border-radius: 5px 0 0 5px;

  outline: none;
}

.jobs_pagination {
  margin-top: 50px;
}

.jobs_pagination > * {
  margin: 0px 15px 0 0;

  color: #fff;
}

.jobs_pagination > .current {
  font-weight: 500;

  color: #fff;

  background: #b02024;

  width: 30px;

  border-radius: 50%;

  height: 30px;

  line-height: 30px;

  text-align: center;
}

.jobs_pagination + span {
  font-size: 15px;

  font-weight: 500;
}

.job-categories span {
  background: #5e1618;

  padding: 5px 15px 8px;

  border-radius: 50px;

  margin-right: 15px;
}

#freelancers a:hover .freelancer-user {
  background: #1c1b1d;

  border-radius: 10px;
}

.skills-needed span {
  background: #5e1618;

  padding: 5px 15px 8px;

  border-radius: 50px;

  margin-right: 15px;
}

.modal {
  display: none; /* Hidden by default */

  position: fixed; /* Stay in place */

  z-index: 1; /* Sit on top */

  padding-top: 100px; /* Location of the box */

  left: 0;

  top: 0;

  width: 100%; /* Full width */

  height: 100%; /* Full height */

  overflow: auto; /* Enable scroll if needed */

  background-color: rgb(0, 0, 0); /* Fallback color */

  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */

.modal-content {
  background-color: #fefefe;

  margin: auto;

  padding: 20px;

  border: 1px solid #888;

  width: 80%;
}

/* The Close Button */

.close {
  color: #aaaaaa;

  float: right;

  font-size: 28px;

  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;

  text-decoration: none;

  cursor: pointer;
}

.main_banner_logo {
  position: absolute;
  width: 25%;
  top: 25%;
  left: 10%;
}

.main_banner_logo img {
  width: 100%;
}

.main_banner_logo td {
  text-align: center;
}

.main_banner_logo p {
  color: #404041;
  font-weight: 800;
  font-size: 40px;
}

.td_100 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .skills-needed {
    justify-content: center;
  }

  .main_banner_logo {
    top: 6% !important;

    left: 10% !important;

    width: 25% !important;
  }

  .main_banner_logo img {
    width: 80% !important;
    margin-bottom: 15px !important;
  }

  .main_banner_logo p {
    font-size: 17px !important;

    line-height: 20px !important;
  }
}

@media only screen and (max-width: 1200px) {
  header .img-fluid {
    width: 60px;

    margin-right: 0px;
  }
}

/*Libre Baskerville Font*/
.lbv-font {
  font-family: "Libre Baskerville", serif;
}
