/*
Theme Name: EPZA
Author: Latasha Wanjira
 */

@font-face {
font-family: Gotham-Light;
src: url(https://epzakenya.com/demo/wp-content/themes/fonts/Gotham-Font/GothamLight.ttf);
font-weight: normal;
}

@font-face {
font-family: Gotham-Book;
src: url(https://epzakenya.com/demo/wp-content/themes/fonts/Gotham-Font/GothamBook.ttf);
font-weight: normal;
}


@media screen and (-webkit-min-device-pixel-ratio:0) { 
	* {
		box-sizing: border-box;
		font-family: "Gotham-Light", 'Montserrat', sans-serif;
		line-height: 1.5;
	}
	html, body {
		padding: 0;
		margin: 0;
		scroll-behavior: smooth;
		overflow-x: hidden;
		color: #363636;
	}
}

* {
  box-sizing: border-box;
  font-family: "Gotham-Light", 'Montserrat', sans-serif;
  line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Gotham-Book", 'Montserrat', sans-serif;
}

/* BODY */
html, body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  color: #363636;
}

.white {
	color: white;
}
.white p{
	color: white;
}

.red {
	color: #e22127;
}

.box-shadow {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#808080)";/*IE 8*/
  -moz-box-shadow: 0 0 5px rgba(128,128,128,0.8);/*FF 3.5+*/
  -webkit-box-shadow: 0 0 5px rgba(128,128,128,0.8);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 0 5px rgba(128,128,128,0.8);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#808080); /*IE 5.5-7*/
}

p, li {
  font-size: 16px;
  color: #363636;
}

a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
	color: #e22127;
	text-decoration: underline;
}

p a strong, p strong a {
	background: #75d69c;
	color: white;
	padding: 5px 1rem;
	border-radius: 5px;
	transition: background 0.2s;
	height: 100%;
}

p a strong:hover, p strong a:hover {
	background: #e22127;
	text-decoration: none;
}

.widget_text p a strong {
    background: none;
	color: inherit;
	padding: 0;
	
}

.header-wrap {
  color: #FFF;
  font-size:1.5em;
  display: flex;
  height 100%;
	align-items: center;
	 height: 50vh; 
	width: 100vw; 
	padding: 10px 10%;
}

.vc_row {
  padding: 0rem 25%;
}

.post {
	padding-top: 3rem;
	padding-bottom: 3rem;

}

.inline-form {
  display: flex;
  align-items: center;
}

.wpcf7-form-control {
  background: transparent;
  border: 1px solid;
  padding: 1rem;
}

.inline-form .wpcf7-form-control::placeholder, .inline-form .wpcf7-form-control {
  border-color: white;
  color: #ffffff;
}

.contact-form .wpcf7-form-control::placeholder, .contact-form .wpcf7-form-control {
  color: #4d4d4d;
}

.inline-form .wpcf7-form-control[type="email"] {
  width: 100%;
  margin: 0;
  color: white;
}

.inline-form .wpcf7-form-control[type="submit"] {
	width: 150px;
}

.inline-form .wpcf7-form-control[type="email"], .inline-form .wpcf7-form-control[type="submit"] {
  border-color: white;
  color: white;
}

.inline-form .wpcf7-form-control::placeholder {
  color: white;
-ms-color: white;
-webkit-color: white;
-o-color: white;
}

.contact-form, .wpcf7-form-control {
  border-color: #aeaeae;
  width: 100%;
  margin: 10px 0;
  padding: 0.7rem;
}

.wpcf7-form-control[type="submit"] {
	background: #2cae3b;
	color: white;
	transition: 0.3s;
}

.wpcf7-form-control[type="submit"]:hover {
	background: white ;
	color: #2cae3b;
}

nav.top-navbar {
  background-color: rgba(255,255,255,0.3);
  padding: 5px 5%;
  border-bottom: 1px solid white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  transition: background 0.3s;
  transition: border-bottom 0.5s;
}

.top-navbar.scrolled {
  background-color: white;
  color: black;
  border-bottom: 1px solid black;
}

.top-navbar img {
  height: 80px;
}

.left-menu i {
	color:white;
}

.scrolled .left-menu i {
	color:inherit;
}

.scrolled .left-menu {
  transition: border-right 0.5s;
}

.left-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left-menu ul {
  display: flex;
  padding: 0;
  list-style: none;
}

.left-menu ul li a {
  padding: 0.5rem;
  font-size: 16px;
  color: white;
}

.scrolled .left-menu ul li a {
  color: inherit;
  transition: color 0.5s;
}

#menuToggle {
  display: none;
  font-size: 20px;
  background: white;
  padding: 20px;
  z-index: 10;
}

ul.sub-menu {
  list-style: none;
  display: none;
  position: absolute;
  background: white;
  padding: 30px 10px;
  box-shadow: 0 5px 10px 0px rgba(100, 100, 100, 0.5);
}

.menu-item:hover ul.sub-menu {
 display:block;
}

nav.top-navbar ul.sub-menu li a {
  font-size: 14px;
  line-height: 2;
	color: #363636;
}

.vc_tta-title-text, .vc_tta-controls-icon.vc_tta-controls-icon-plus {
    color: #a71d22 !important;
}

.flex-ul{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}
/* FOOTER */
footer {
  background: #ededed;
  color: #141414;
  padding: 3rem 5% 1rem;
}

footer a {
	font-weight: 400;
	line-height: 1.5;
}

footer p, footer a {
  font-size: 14px;
}

.footer-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1rem;
  justify-content: space-between;
}

.footer-info>div {
  padding-right: 24px;
}

footer ul, #contact-info ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-form .wpcf7-form-control {
	padding: 0.5rem;
	margin: 0 0 5px;
}

.all {
    width: 100%;
    overflow: hidden;
}

.tenders .tile {
    padding: 15px 9px;
    border: 1px solid #cbcbcb;
    box-sizing: border-box;
}

ul.split-list {
	display: flex;
}

@media only screen and (max-width: 1025px) {
  nav.top-navbar>a img {
    height: 50px;
  }

  .left-menu {
    padding-left: 0;
    display: block;
  }

  .left-menu {
    padding: 50px 20px 30px;
    max-width: 250px;
    position: fixed;
    top: 0;
    right: -280px;
    background: white;
    transition: right 0.7s ease;
	height: 100vh;

  }

	.left-menu ul.menu-links {
	  display: block;
		height: 100%;
	}
	
	.left-menu ul.menu-links li a {
	  padding: 1rem;
	    line-height: 3;
	  color: #363636;
  }

  .show {
    right: 0;
  }

  .top-navbar.scrolled .left-menu {
    padding: 10px;
  }

  #menuToggle {
    display: block;
  }

  ul.sub-menu {
	display: block;
    position: sticky;
    padding: 10px;
    box-shadow: none;
  }
	nav.top-navbar ul.sub-menu li a{
		font-size: 10px;
	}
}

@media screen and (max-width: 500px) {
	nav.top-navbar.scrolled {
		padding-top: 20px;
	}
	
  nav.top-navbar>a img {
    height: 80px;
    padding: 15px 10px 0;
	  transition: height 0.5s;
  }
	
  .top-navbar.scrolled>a img {
    height: 50px;
  }

  .left-menu {
    padding: 30px 10px;
  }

  #menuToggle {
    font-size: 16px;
    padding: 12px;
  }
	
   .vc_row, [class^=”vc_custom_”] {
    padding: 1rem 5% !important;
  }
}