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

File : Main CSS Setting for the website
Project : FAPE | Foundation Amane pour la Protection d'Enfance
Version : 1.0
Developed by : YT - Synergie Media
URL : www.synergie-media.com

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

/* =================================
 Default
================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

h1, h2, h3, h4, h5 {
  font-family: 'Inter', sans-serif;
  color:#A5721E;
  font-weight: bold;
  line-height: 1.5;
}

*, ::after, ::before {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-smooth: antialiased;
}


body {
  color: #262626;
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
}

p {
  font-weight: 400;
  text-align: justify;
}

a {
  text-decoration: none;
  color:#A5721E;
}

ul li {
  text-align: justify;
}

ol li {
  text-align: justify;
}

ol li::marker {
  font-weight: 900;
}

a:hover {
  color:#A5721E;
}

.size-full {
  width:100%;
  height:auto;
}

h1 {
  font-size: 3rem;
  font-weight: bold;
}

button:hover {
  color:#bcbcbc !important;
}

blockquote {
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
}

.author {
  color: #A5721E;
  text-transform: uppercase;
  font-weight: 700;
}

.login-middle {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.middle-text {
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.middle-text h3 {
  color:white;
}

.section-margin {
  margin-top: 6rem!important;
  margin-bottom: 6rem!important;
}

.login-form .form-control {
  max-width: 300px !important;
}

.bold {
  font-weight: bold;
}

.fape-button {
  border:none;
  border-bottom:3px solid;
  background:none;
  padding-left:0;
  font-weight: bold;
  color:#A5721E;
}

.fape-blue {
  color: #2B9AD8 !important;
}

.min-height {
  min-height: 500px;
}

.fape-button::after {
  content: "\f285";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 900 !important;
  font-size:13px;
  margin-left: 5px;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}


.btn-wrap {
  display: flex;
}

.the-icon {
  order:15;
}

a:hover .btn-wrap {
  color:#2B9AD8;
}

.thebutton {
  border-bottom: 2px solid #2B9AD8;
  transition: all 0.5s ease;
  font-weight: 700;
  margin-right:10px;
  order:10;
}

.container .theblog-wrap .article-col:first-child span.btn-wrap:first-child {
  color:white;
}

.container .theblog-wrap .article-col:first-child span.btn-wrap:first-child .thebutton {
  border-bottom: 2px solid #fff;
}

.top-wrap {
  font-size: 13px;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
}

.thelang {
  display: flex;
  list-style: none;
  order:10;
}

.menu-language-menu-container {
  order:10;
}

.menu-top-menu-container {
  order:15;
}

.thelang li {
  margin-left: 10px;
}

.thelang li::after {
  content:'|';
  display: inline-block;
  color: #A5721E;
  margin:0 5px;
}

.thelang li:last-child::after {
  content:'';
  display: inline-block;
  color: #A5721E;
  margin:0 5px;
}


.top-menu li a::after {
  border-bottom: 5px solid #535353;
  transition: all 0.5s ease;
  display: block;
  bottom: -18px;
  content: "";
  width: 0;
  left: 0;
}

.top-menu li a:hover::after {
  width:100%;
}


.main-menu li a::after {
  border-bottom: 5px solid #535353;
  transition: all 0.5s ease;
  display: block;
  bottom: -18px;
  content: "";
  width: 0;
  left: 0;
}

#no-img .main-menu li a::after {
  border-bottom: 5px solid #000;
}

.main-menu li a:hover::after {
  width:100%;
}

.main-menu li:last-child {
  margin-right:0;
}

#desktop .sub-menu li a::after {
  border-bottom: 5px solid #fff !important;
}
/* =================================
 Responsive
================================== */

@media (max-width:775px) {
  #desktop {
    visibility: hidden;
    display: none;
  }

  .mobile-menu {
    list-style: none;
    font-weight: 600;
    text-transform: uppercase;
  }

  .mobile-menu li a  {
    color:#535353;
  }

  .mobile-menu i {
    color:#535353;
    margin-left:10px;
  }

  .sub-menu {
    display: none;
  }

  .active {
    display: block !important;
  }

  .mobile-lang {
    list-style: none;
    font-weight: 600;
    text-transform: uppercase;
  }

  .mobile-lang li a {
    color:#535353;
  }


	.mobile-offcanvas{
		visibility: hidden;
		transform:translateX(-100%);
		border-radius:0;
		display:block;
		position: fixed;  top: 0; left:0;
		height: 100%; width:80%;
		z-index: 1200;
		overflow-y: scroll;
		overflow-x: hidden;
		transition: visibility .3s ease-in-out, transform .3s ease-in-out;
	}

	.mobile-offcanvas.show{
		visibility: visible; 	transform: translateX(0);
	}
	.mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
		display: block;
	}
  .main-logo img {
    width:100% !important;
  }
  .main-title h1 {
    width:95% !important;
  }
  .hero-carousel {
    margin-top:-50% !important;
  }
  .container .theblog-wrap .article-col:first-of-type img {
    width:100% !important;
  }

  .container .theblog-wrap .article-col:first-child div {
    width:100% !important;
  }

  .article-col {
    width:100% !important;
    flex-direction: column;
  }

  .fixed-height {
    height:auto;
  }

  .width-75 {
    width:100% !important;
  }

  .red-bg p {
    margin-right:0 !important;
  }

  .footer-bg h4 {
    text-align: center;
  }

  .footer-bg p {
    text-align:center;
  }
  .bottom-menu {
    justify-content: center !important;
  }

  .fape-mobile {
    text-align: center;
  }

  .newsletter-single {
    padding:20px !important;
  }
  .fixed-height {
    height:unset !important;
  }

  .theproject {
    width:100% !important;
    margin:0 0 12px;
  }



}

@media (min-width:775px) {
  #mobile {
    visibility: hidden;
    display: none;
  }
}


@media (max-width:1400px) {
  .min-height {
    min-height:400px !important;
  }
  .fape-introduction {
    margin-left: 12% !important;
  }
}


/* =================================
 Mobile Menu
================================== */

.menu {
  list-style: none;
  line-height: 42px;
  margin: auto;
  padding-left: 0;
  width: 15em;
}

.menu a {
  color: #ddd;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding-left: 3em;
  width: 100%;
}

.menu a:hover {
  margin-left: 1em;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.menu li {
  box-shadow: 3px 0 rgba(52,152,219,.2) inset;
  margin-bottom: 5px;
  padding-left: .5em;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}


#mobile .sub-menu {
  list-style-type: none;
}

#mobile .sub-menu li a {
  margin:0;
}

#desktop ul.main-menu li {
  position:relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#desktop ul.main-menu li i {
  margin-left:10px;
}

#desktop ul ul {
  list-style:none;
  position: absolute;
  display:none;
  background:#323232;
  margin-top:30px;
  padding:15px 15px;
  top:0;
  width: max-content;
  z-index: 999;
}

#desktop ul ul li {
  display:block;
}

#desktop ul.main-menu li:hover ul {
  display:block;
  transition: opacity 0.5s;
}

.main-menu li {
  display: inline-block;
}

.menu-wrap {
  position:relative;
}

nav {
  background: rgba(41,128,185,1);
  padding-right: .25em;
  position: absolute;
  left: -18em;
  top: 0;
  padding-top: 5em;
  box-sizing: border-box;
  z-index: 20;
  height: 100vh;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

nav.active { left: 0; }

#mobile-nav {
  background: url(../assets/menu-icon.png);
  cursor: pointer;
  right: 2em;
  height: 30px;
  position: absolute;
  top: 2em;
  width: 30px;
  z-index: 30;
}

#mobile-menu h5 {
  padding-left:2.5em;
  background:none;
  color:white;
}

/* =================================
 Header
================================== */

.fape-head {
  z-index:12;
  position:sticky;
  padding-top: 20px;
  color:#fff;
}

.fape-head a{
  color:#fff;
}

.fape-head .no-img a {
  color:#535353 !important;
}

.main-logo img {
  width:60%;
}

.fape-divider {
  margin:8px;
  height:3px !important;
}

#no-img .fape-divider {
  color:#000;
}

.top-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
  order:15;
  padding: 0;
}

.top-menu li {
  margin-left: 20px;
}


.btn-official {
  color: #fff;
  background-color: #A5721E;
  border-color: #A5721E;
}

#no-img a {
  color:#535353;
}

#no-img .sub-menu a {
  color:white;
}

.main-menu {
  align-items: center;
  list-style-type: none;
  margin:0;
  float:right;
  display: flex;
  padding:0;
}

.main-menu li {
  margin: auto 25px;
  font-weight: 600;
}

.fape-cta li {
  margin: 0 5px;
}

.fape-cta li:last-child {
  border-radius: 25px;
  padding:2px 10px;
  background-color: #B4292B;
}


.fape-cta li:last-child:hover {
  border-radius: 25px;
  background-color: #D93B3D;
}

.fape-cta li:nth-last-child(2) {
  border-radius: 25px;
  padding:2px 10px;
  background-color: #B1B921;
}

.fape-cta li:nth-last-child(2) a {
  color:white !important;
}

.lang {
  border: #fff solid 1px;
  border-radius: 25px;
  padding: 2px 10px;
}

/* =================================
 Hero
================================== */

.fape-hero {
  margin-top:-200px;
}

.hero-image {
  height:800px;
  position:relative;
  z-index: -1;
  background-size:cover;
}

.hero-dash-image {
  height:400px;
  position:relative;
  background-position:center;
  background-size:cover;
}


.hero-image:after {
  background-color:#000;
  width:100%;
  height:100%;
  content:"";
  position: absolute;
  top:0;
  left:0;
  z-index:1;
  opacity:0.15;
}

.hero-dash-image:after {
  background-color:#000;
  width:100%;
  height:100%;
  content:"";
  position: absolute;
  top:0;
  left:0;
  z-index:1;
  opacity:0.15;
}

.login-middle:after {
  background-color:#000;
  width:100%;
  height:100%;
  content:"";
  position: absolute;
  top:0;
  left:0;
  z-index:1;
  opacity:0.15;
}

.main-title h1 {
  position:absolute;
  color:#fff;
  top:45%;
  width:50%;
  z-index:10;
}

.project-title {
  position:absolute;
  bottom:5%;
  z-index:10;
}

.log-out {
  position:absolute;
  bottom:5%;
  right:16%;
  z-index: 999;
}

.intro-project {
  margin-top:-5%;
  position:relative;
  border: #535353 solid 1px;
  border-radius: 10px;
  background: #fff;
}

.intro-project img {
  border-radius: 10px;
}

.img_header {
  margin-top: -30%;
  border: #fff solid .5px;
  border-radius: 20px;
}

.img_header img {
  width:100%;
  border-radius:20px;
}

.sidemenu {
  list-style: none;
  padding:0;
}

.sideborder {
  border: #A5721E solid 5px;
  opacity: 1;
  width:10%;
}

#no-img .menu-item-has-children i {
  color:#535353;
}

.sidemenu li {
  margin-bottom: 10px;
  background: #F4F7FB;
  border-radius: 2px;
  padding: 12px 20px;
  font-weight: 700;
}

.sidemenu li a {
  display: block;
}

.sidemenu li a:hover {
  color:#212529;
}

.svg_header {
  background-color: white;
  padding: 40px 20px;
  border: #000 solid .5px;
  border-radius: 20px;
}

.hero-project {
  height:400px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:20px;
}

.hero-project:after {
  background-color:#000;
  width:100%;
  height:100%;
  content:"";
  position: absolute;
  top:0;
  left:0;
  z-index:1;
  opacity:0.06;
}

.hero-project h2 {
  z-index:20;
}

.hero-carousel {
  margin-top: -10%;
  position:relative;
  z-index:10;
}

.fape-border {
  border: #B1B921 solid 5px;
  padding:10px;
  width:100%;
  height:100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.container div:nth-child(2) .fape-border {
  border: #2B9AD8 solid 5px;
}

div:nth-child(3n+0) .fape-border {
  border: #B4292B solid 5px;
}


.fape-left-hr {
  border-left: #A5721E 5px solid;
  padding-right:10px;
}

.fape-introduction {
  margin-left:15%;
}

.intro-text {
  margin-left:25px;
}

.fape-home-carousel {
  flex:1;
  min-height: 360px;
  height:auto;
}

.blue-bg {
  background-color:#EFF9FF;
  min-height: 360px;
}

.login-bg {
  height: 400px;
}

.login-titles {
  display: flex;
  flex-direction: column;
  padding: 20px;
  height:400px;
}

.login-title-up {
  justify-content: start;
  height:100%;
}

.login-title-down {
  justify-content: end;
}

.login-titles h3 {
  color:white;
  text-transform: uppercase;
}

.fape-hr {
  border: #A5721E solid 3px;
  width:10%;
  display:block;
  opacity: 1;
}

.fape-hr-center {
  border: #A5721E solid 3px;
  width:10%;
  display:block;
  opacity: 1;
  margin : auto;
}

.blog-wrap {
}

.highlighted-article {
  color:white;
}

.highlighted-article img {
  width:100%;
  height: 368px;
  object-fit: cover;
}

.highlighted-article h3 {
  color:#fff;
  font-weight:bold;
}

.fape-date {
  font-weight: 300;
  margin: 10px 0;
}
.bg-blue {
  background-color: #2B9AD8;
}

.theblog-wrap p {
  margin-top: 10px;
  font-weight:300;
}

.fape-button {
  border: none;
  border-bottom: solid 3px;
  background: none;

  padding: 0;
}

.highlighted-article .fape-button {
  color: white;
  border-bottom: #fff solid 3px;
}

.grey-bg {
  background-color:rgba(245, 245, 245, 0.76);
}

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

.red-bg p {
  color:white;
}

.red-bg h3 {
  color:white;
}

.footer-bg {
  background-color:#535353;
  color:white;
}

.footer-bg h4 {
  color:white;
}

.footer-menu {
  list-style-type: none;
  padding:0;
}

.footer-menu li a {
  color:white;
}

.footer-menu li:hover a {
  color:#A5721E;
}

.footer-hr {
  border: #fff solid 2px;
  opacity: 1;
}

.bottom-menu {
  display: flex;
  justify-content: end;
  list-style-type: none;
}

.bottom-menu li a {
  margin-right:5px;
  margin-left:5px;
  color:white;
}

.bottom-menu li:hover a {
  color:#A5721E;
}

.bottom-menu li:last-child {
  margin-right:0;
}

/* =================================
 Blog on front page
================================== */

.theblog-wrap {
  display:flex;
  flex-wrap: wrap;
}

.article-col {
  display: grid;
  width:33.33%;
  align-content: flex-start;
  height:max-content;
}

.blog-flex {
  display: flex;
  flex-direction: column;
  height:600px;
  justify-content: space-evenly;
}

.article-col img {
  height:100%;
  object-fit: cover;
}

.fixed-height {
  height:400px;
  display: block;
  overflow:hidden;
}

.container .theblog-wrap .article-col:first-of-type {
  width:100%;
  display:flex;
}

.container .theblog-wrap .article-col:first-of-type img {
  width:67.5%;
  display: block;
  height:600px;
  object-fit: cover;
}

.grid-wrap {
  display: grid;
}

.container .theblog-wrap .article-col:first-child div {
  width: 33.34%;
  background-color:#2B9AD8 !important;
  color:white;
}

.container .theblog-wrap .article-col:first-of-type h3 {
  color:white;
}

.container .theblog-wrap .article-col:first-of-type button {
  color:white;
}

/* =================================
 Single
================================== */

.share-icons-top {
  display: flex;
  justify-content: end;
}

.social-inline-list {
  display: flex;
  list-style: none;
  font-size: 22px;
}

.social-list {
  list-style: none;
  padding:0;
  margin-top:15px;
}

.social-list li a {
  color:#535353;
}

.social-list li a:hover {
  color:#A5721E;
}

.social-inline-list li {
  margin: 0 5px 0 10px;
}

.social-inline-list li:last-child {
  margin-right: 0px;
}


.social-inline-list li a {
  color:#535353;
}

.social-inline-list li a:hover {
  color:#A5721E;
}

.newsletter-single {
  padding:80px;
  background:#F4F7FB;
}

.light-grey-bg {
  background: #F4F7FB;
}

.extras img {
  width:100%;
  margin-top:25px;
}



/* =================================
 Taxonomy : Projects
================================== */

.big-numbers span {
  display: flex;
  justify-content: center;
  font-weight: 900;
  font-family: 'Inter', sans-serif;
  color:#A5721E;
  font-size: 10rem;
}

.width-75 {
  width:75%;
}

.bg-blue span {
  color:white;
}

.bg-blue {
  color:white;
}

.bg-blue .thebutton {
  border-bottom: 2px solid #fff;
}

.bg-blue a:hover span {
  color:lightgrey;
}

/* =================================
 Login
================================== */

.fape-login-form {
  display: block;
  width: 100%;
  padding: 0.35rem 0.75rem;
  border-radius: 25px;
  border: #535353 solid 1px;
  margin-bottom: 10px;
}

.fape-radius {
  border-radius: 25px;
}

.btn-blue {
  color: #fff;
  background-color: #2B9AD8;
  border-color: #2B9AD8;
  margin-bottom: 10px;
}

.btn-black {
  color: #fff;
  background-color: #2C1E08;
  border-color: #2C1E08;
  margin-bottom: 10px;
}

/* =================================
 Dashboard
================================== */

.log-out i {
  margin-left:15px;
}

.dash-menu {
  list-style: none;
  text-transform: uppercase;
  margin:auto;
  padding:0;
}

.dash-menu li a {
  color:white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dash-menu li a:hover {
  color: rgba(245, 245, 245, 0.76);;
}

.dash-menu li {
  margin:10px 5px;
  display: block;
}

.dash-menu li {
  border-bottom: #fff solid 2px;
  padding: 15px 0;
}

.padding-left-dash {
  padding-left:20%;
}

.dash-menu li a::after {
  content:"\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: end;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.big-icon {
  font-size: 5rem;
  color:#A5721E;
  margin-bottom:10px;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
}

.grid-item {
  padding:10px;
}

.min-height {
  min-height:530px;
}

.dash-bg {
  background-color: #EFF9FF;
  height:100%;
}

.dash-bg:hover {
  background-color: rgba(245, 245, 245, 0.76);
}

.dash-hr {
  border: #A5721E solid 4px;
  opacity: 1;
  width:5%;
}

.dash-image-bg a {
  color:white;
}

.dash-image-bg {
  display: flex;
  flex-direction:column;
  justify-content: flex-end;
  height:270px;
  background-size:cover !important;
  background-position:center center !important;
  border-radius: 10px;

}

/* =================================
 Mobile Dash Menu
================================== */

.nav-sticky {
  position:fixed;
  bottom:0;
  width:100%;
}

.dash a {
  color:white;
}


.nav-dash-text {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.nav-card {
  flex-direction: column;
  display: flex;
  padding:12px;
  background-color:#212529;
  margin-top:-28px;
}

.nav-card i {
  margin-bottom:5px;
  font-size: 16px;
  color:white;
}

#mobile .current-menu-item {
  font-weight: bolder;
  margin-left: 10px;
}

#mobile ul li {
  text-align: left;
}

/* =================================
Carousel
================================== */


.owl-carousel .owl-stage-outer {
  height:100%;
}

.owl-carousel .owl-item img {
  object-fit: contain;
}

.owl-theme .owl-nav {
  position:absolute;
  top:35%;
  z-index:999;
  width:100%;
  left:-20px;
}

.log-out button {
  font-size:12px;
}

 .owl-prev {
   float:left;
 }

 .owl-next {
   float:right;
   margin-right:-40px !important;
 }


 /* =================================
Home Projects
 ================================== */

.projects-wrap {
  display:flex;
  flex-wrap: wrap;
  margin-top:-10%;
}

.theproject {
  width:33.33%;
  height:400px;
}

.project-single {
  position: relative;
  margin:5px;
  height:100%;
  background-size: cover;
}


.project-single:after {
  content:"";
  background:#000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
  opacity: 0.3;
}

.project-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height:inherit;
}

.project-content h2 {
  z-index: 99;
  display:flex;
  width:85%;
  position:absolute;
  justify-content: center;
  align-items: center;
  height: 85%;
  text-align: center;
  text-transform: uppercase;
}

.project-content h2:first-of-type {
  border:#B1B921 solid 5px;
  z-index: 1;
}

div:nth-child(2) .project-content h2 {
  border:#2B9AD8 solid 5px;
  z-index: 1;
}

div:nth-child(3) .project-content h2 {
  border:#B4292B solid 5px;
  z-index: 1;
}

.theproject a:hover .project-single:after {
  opacity:0.1;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

.sub-menu ul li {
  position:relative; 
}

.sub-menu ul {
  display:none;
  position:absolute;
  top:0;
  left:100;
  z-index:300;
  background:#535353 !important;
}

.sub-menu li:hover .sub-menu {
  display:block;
}

.njengah-login-tutorial {
  background: #6379a4;
  padding: 20px;
  max-width: 70%;
  margin: 0 auto;
  color: #fff;
}

.login-password label {
  margin-right: 120px;
}

.login-username {
  padding-top: 30px;
}


.two-colors {
  background: linear-gradient(to right, black 50%, white 50%);
}

.the-double-color {
  position:relative;
}

.the-double-color:before {
  content:'';
  background-color:blue;
  position:absolute;
  top:0px;
  opacity: .5;
  height:100%;
  width:100%;
}



.dash-sidebar {
  position: relative;
}
.dash-sidebar::before {
  content: "";
  width: 1000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(33,37,41,1);
}

.projects_display {
	display: grid;
	grid-gap: 16px;
}

.projects_display .title {
	display: block;
  color:white;
  text-shadow: 1px 1px 10px black;
}

.background-image {
  position:relative;
}



.projects_display img { 
	display: block; 
	max-width: 100%; 
  width:100%;
	height: 300px;
  object-fit: cover; 
  border-radius: 5px;
  position: relative;
}

.background-image::after {
  content:'';
  position: absolute;
  width:100%;
  height: 100%;
  background:#000;
  opacity: .5;
}

@media (min-width: 600px) {
	.projects_display {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media (min-width: 1024px) {
	.projects_display {
		grid-template-columns: repeat( 3, 1fr );
	}
}

.projects_display__item {
  position:relative;
}


.projects_display__content {
  position:absolute;
  bottom:0; 
  transition:all .5s ease;
}

.projects_display__item:hover .projects_display__content {
  position:absolute;
  bottom:5%; 
}



.projects_display__content h3 a {
  color:white;
}

.team-img {
  position:relative; 
  overflow: hidden;
}

.team-img img {
  width:100%; 
  height:255px; 
  object-fit: cover;
  border-radius:5px;
}

.team-img:hover img {
  transform: scale(1.2);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius:5px;
}

.team-title {
  text-align: center;
  margin: 10px 0;
}

#work .form-control {
  width:unset; 
  display: inherit;
}

span.wpcf7-list-item { display: table-row; }
span.wpcf7-list-item * { display: table-cell; margin-right:10px;}

.dash-text {
  margin:20px 10px; 
}

.the-partners img {
  height:170px;
  margin-left:auto;
  margin-right:auto;
}

.slick-prev:before, .slick-next:before {
  color:#000;
}

.thesponsor {
  margin:15px 0; 
}

tbody, td, tfoot, th, thead, tr {
  border-width: 1px;
}