/*
Theme Name: Equip Labour
Author: Digital Design & Development Initiative | Werner C. Bessinger
Author URI: http://www.dddi.co.za
Description: Theme created for the new Equip Labour website. Hoorah!!
Version: 1.0
*/

/*CSS Reset to minimize browser inconsistencies*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;        
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
        overflow: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p, ul, ol, li, a, span, 
input, textarea, input[type=submit], div,
h1, h2, h3, h4, h5, h6,
div, form{
    font-family: 'Comfortaa', cursive;
}

a, a:hover, a:focus {
    color: #1280a8;
    font-weight: bold;
    text-decoration: none;
}

input, textarea{
    font-size:10pt;
    padding-left: 10px;
    color:grey;
}

textarea{
    padding-top: 7px;
}

html{
    overflow-x: hidden;
}

/*LANDING PAGE*/

div#slider_cont {
    position: relative;
    top: 42vh; 
    left: 50px;
}

.lSAction {
    display: none !important;
}

ul.lSPager.lSpg {
    display: none !important;
}

ul#vertical_text_slider {
    height: 50px !important;
}

span#slider_text {
    font-size: 20pt;
    color: #888;
    font-weight: 100;
}

div#nav_button {
    position: absolute;
    right: 25px;
    top: 25px;
}

a#info_icon {
    display: block;
    border: 2px solid #1280a8;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    background: #1280a8;
    font-size: 20pt;
    font-weight: 800;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

span#nav_burger_landing {
    display: block;
    height: 2px;
    width: 62%;
    background: white;
    margin-bottom: 8px;
    position: relative;
    left: 9px;
    top: 12px;
}

a#info_icon:hover {
    color: #1280a8;
    background: transparent;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

a#info_icon:hover span {
    background: #1280a8;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

div#landing_logo img {
    width: 100%;
}

div#landing_logo {
    position: relative;
    top: 35vh;
    left: 1vw;
}

div#landing {
    width: 100vw;
    height: 100vh;
}

div#landing.fade {
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

div#typing_text {
    position: relative;
    top: 42vh;
    left: 40px;
    font-size: 23pt;
    color: #999999;
    font-weight: 100;
}

div#footer_landing {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

/*NAVIGATION TOP*/

a.navbar-brand {
    display: block;
    width: 300px;
}

a.navbar-brand img {
    width: 100%;
}

div#eq-navbar-top {
    padding-top: 50px;
}

.navbar-nav>li>a {
    font-weight: 400;
}

.dropdown-menu>li>a {
    color: #fff;
}

.navbar-nav>li>.dropdown-menu {
    border: none;
    background: #1280a8;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #1280a8;
}

nav.navbar.navbar-default {
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    background: none;
    height: 160px;
    width: 100%;
    position: fixed;
    background: white;
    z-index: 100;
}

ul#menu-menu-top li.current-menu-item a {
    color: #1280a8;
}

header#site_header {
    border-bottom: 2px solid #dddddd;
    margin-bottom: 80px;
}

ul#menu-menu-top li a:hover{
    color: #1280a8;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

div#navbar_collapse {
    float: right;
    position: relative;
    top: 43px;
    right: -15px;
}

ul.sub-menu {
    background: rgba(18, 128, 168, 1);
    padding: 5px 15px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
    position: absolute;
    z-index: 10;
    width: 220px;
    opacity: 0;
    left: 14px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}

ul.sub-menu.show{
     opacity: 1;
     transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}

ul.sub-menu li a {
    color: white !important;
    font-weight: 100 !important;
    display: block;
    padding: 10px 0 !important;
}

li#menu-item-103 a {
    padding-right: 0 !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #1280a8;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #1280a8;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #999;
}

/*ABOUT PAGE*/

#secondary_pages_container {
    display: none;
}

h1#page_title.spacer {
    margin-top: 240px;
}

h1#page_title {
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #1280a8;
    font-size: 22pt;
    color: #949494;
    font-weight: 100;
}

div#main_inner p {
    margin-bottom: 10px;
    line-height: 1.8;
    text-align: justify;
    color: #949494;
    font-weight: 100;
    font-size: 12pt;
}

div#main_inner strong{
    font-weight: bold;
    color: #1280a8;
}

.services_title_about {
    margin-top: 80px !important;
}

span#service_title_about {
    display: inline-block;
    font-size: 18pt;
    color: #949494;
    font-weight: 400;
    margin-bottom: 25px;
    margin-left: 10px;
}

span#services_intro_icon {
    overflow: visible;
    position: relative;
    top: 6px;
}

p#services_short_descr {
    height: 180px;
}

a#service_link {
    display: block;
    text-align: center;
    color: white;
    background: #1280a8;
    padding: 10px;
    border: 1px solid #1280a8;
    margin-bottom: 80px;
    font-weight: 100;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

a#service_link:hover {
    color: #1280a8;
    background: transparent;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

div#services_about_1, div#services_about_4 {
    left: -15px;
}

div#services_about_3,div#services_about_6 {
    right: -15px;
}

/*FOOTER*/

ul#contact_no_etc {
    display: inline-block;
}

ul#contact_no_etc li {
    float: left;
    margin-right: 31px;
    position: relative;
    top: -4px;
}

ul#contact_no_etc li a {
    color: white;
    font-size: 10pt;
    font-weight: 400;
    letter-spacing: 2px;
}

div#footer_copyright span {
    display: inline-block;
    font-size: 8pt;
    color: #fff;
    float: right;
}

div#footer_copyright a {
    color: #fff;
    font-weight: bold;
}

div#footer_copyright_cont {
    height: 50px;
    margin-top: 220px;
    border-top: 1px solid #dddddd;
    letter-spacing: 1px;
    font-weight: bold;
    padding-top: 20px;
    background: #1280a8;
   }
   
   @media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
   
/*SERVICES MAIN*/

div#secondary_pages_container.services {min-height: 100vh;}

   #main_inner > ul {
    list-style-type: disc;
    padding-left: 30px;
    font-size: 12pt;
    color: #949494;
    font-weight: 100;
}

#main_inner > ul > li {
    margin-bottom: 15px;
    line-height: 1.8;
}

/*CONTACT PAGE*/
div#contact_map {
    margin-top: 60px;
    margin-bottom: 80px;
    border: 1px solid #ddd;
    height: 452px;
    pointer-events: none;
}

h3#contact_dets_head {
    font-size: 16pt;
    color: #949494;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1280a8;
    text-transform: uppercase;
}

div#contact_details p {
    margin-bottom: 0;
    font-size: 13pt;
}

div#contact_details {
    right: -15px;
}

span#cont_icon {
    font-weight: bold;
    color: #1280a8;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
    width: 20px;
    font-size: 13pt;
}

span#cont_dets {
    color: #949494;
    font-weight: 100;
    font-size: 13pt;
}

#contact_details > p:nth-child(5) {
    margin-bottom: 10px;
}

.nf-error-msg.nf-error-required-error {
    display: none;
}

.nf-error-msg.nf-error-field-errors {
    display: none;
}

.nf-field-element input {
    border: 1px solid #ccc !important;
    height: 30px !important;
}

.nf-field-element textarea {
    border: 1px solid #ccc !important;
}

span#nf-form-title-1, .nf-form-fields-required {
    display: none;
}

input#nf-field-4 {
    width: 100%;
    text-transform: lowercase;
    color: white;
    border-color: #1280a8 !important;
    background: #1280a8;
    font-size: 14pt;
    height: 35px !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

input#nf-field-4:hover {
    background: transparent;
    color: #1280a8;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

div#contact_form {
    left: -15px;
}

/*=================================*/
/*RESPONSIVENESS*/
/*=================================*/

@media screen and (max-width: 1680px)
and (max-height: 1050px){
    div#slider_cont {
    top: 41vh;
    }
}
@media screen and (max-width: 1440px)
and (max-height: 900px){
    span#slider_text {
    font-size: 18pt;
    }
    
}
@media screen and (max-width: 1366px)
and (max-height: 768px){
    div#main_inner.container.service{
    position: relative;
    top: -4vh;
}
div#main_inner p,#main_inner > ul{
    font-size: 10pt;
}
h1#page_title {
    font-size: 19pt;
}
ul#contact_no_etc li a {
    font-size: 9pt;
}
div#footer_copyright span {
    font-size: 7pt;
}
div#contact_details p {
    font-size: 12pt;
}
p#services_short_descr {
    height: 126px;
}
span#service_title_about {
    font-size: 16pt;
}
a#service_link {
    font-size: 11pt;
}
span#slider_text {
    font-size: 16pt;
}
}
@media screen and (max-width: 1280px)
and (max-height: 1024px){
    div#slider_cont {
    top: 44vh;
    left: 30px;
}
span#slider_text {
    font-size: 17pt;
}
div#landing_logo {
    top: 40vh;
}
}
@media screen and (max-width: 1280px)
and (max-height: 800px){
    span#slider_text {
    font-size: 16pt;
}
div#landing_logo {
    top: 39vh;
}
div#slider_cont {
    top: 44vh;
}
ul#contact_no_etc li a {
    font-size: 8pt;
}
div#footer_copyright span {
    font-size: 7pt
}
div#main_inner p, #main_inner > ul{
    font-size: 11pt;
}
span#service_title_about {
    font-size: 16pt;
}
p#services_short_descr {
    height: 146px;
}
h1#page_title {
    font-size: 20pt;
}
div#main_inner.container.service {
    position: relative;
    top: -4vh;
}
}
@media screen and (max-width: 1024px)
and (max-height: 1366px){
    div#landing_logo {
    top: 44vh;
    }
    span#slider_text {
    font-size: 14pt;
}
div#slider_cont {
    top: 46.5vh;
    left: 18px;
}
h1#page_title {
    font-size: 20pt;
}
div#main_inner p {
    font-size: 11pt;
}
span#service_title_about {
    font-size: 16pt;
}
p#services_short_descr {
    height: 194px;
}
div#contact_details p {
    font-size: 12pt;
}
}

@media screen and (max-width: 1024px)
and (max-height: 768px){
    div#main_inner p, #main_inner > ul {
    font-size: 10pt;
}
div#contact_details p {
    font-size: 12pt;
}
div#landing_logo {
    top: 41vh;
}
h1#page_title {
    font-size: 18pt;
}
p#services_short_descr {
    height: 153px;
}
div#slider_cont {
    top: 45.5vh;
}
}

@media screen and (max-width: 1024px)
and (max-height: 640px){
   div#secondary_pages_container.services #footer_copyright_cont {
    position: static;
    margin-top: 70px;
}
}

@media screen and (max-width: 960px)
and (max-height: 600px){
    
    div#main_inner p, #main_inner > ul {
    font-size: 11pt;
}
p#services_short_descr {
    height: 94px;
}
a#service_link {
    margin-bottom: 50px;
}
div#services_about_1, div#services_about_4 {
    left: 0;
}
div#services_about_3, div#services_about_6 {
    right: 0;
}
div#footer_copyright {
    width: 50%;
    float: right;
}
div#footer_contact {
    width: 50%;
    float: left;
}
div#footer_copyright_cont {
    margin-top: 100px;
}
h1#page_title.spacer {
    margin-top: 220px;
}
div#services_about_1, div#services_about_2, div#services_about_3,
div#services_about_4, div#services_about_5, div#services_about_6{
    padding: 0;
}
div#contact_form {
    padding: 0;
}
div#contact_details {
    padding: 0;
}
div#contact_form {
    left: 0;
}
div#contact_details {
    right: 0;
    margin-top: 60px;
}
div#landing_logo {
    width: 25%;
}

div#slider_cont {
    width: 76%;
    float: right;
    top: 30vh;
}

span#slider_text {
    font-size: 12pt;
}
ul#contact_no_etc li a {
    font-size: 7pt;
}
div#footer_copyright span {
    font-size: 6pt;
}
div#main_inner.container.service {
    top: 0;
}
}

@media screen and (max-width: 800px)
and (max-height: 1280px){
    div#contact_form {
    left: 0;
}
div#contact_details {
    right: 0;
    margin-top: 60px;
}
div#footer_contact {
    text-align: center;
}
div#footer_copyright span {
    float: none;
}
div#footer_copyright {
    text-align: center;
}
#main_inner > ul {
    font-size: 11pt;
}
div#footer_contact {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 5px;
}
div#footer_copyright_cont {
    height: 90px;
}
ul#contact_no_etc {
    padding-left: 30px;
}
p#services_short_descr {
    height: 95px;
}
span#service_title_about {
    font-size: 18pt;
}
div#services_about_1, div#services_about_4 {
    left: 0;
}
div#services_about_3, div#services_about_6 {
    right: 0;
}
a#service_link {
    margin-bottom: 50px;
}
div#landing_logo {
    top: 36vh;
    left: -5px;
    width: 70%;
    margin: 0 auto;
}

div#slider_cont {
    display: none;
}
div#main_inner.service {
    top: -3vh;
    position: relative;
}
}
@media screen and (max-width: 768px)
and (max-height: 1024px){
    
}
@media screen and (max-width: 600px)
and (max-height: 960px){
    button.navbar-toggle.collapsed {
    border-radius: 50%;
    height: 42px;
    width: 43px;
    background-color: #1280a8 !important;
    border-color: #1280a8;
    top: 44px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #1280a8;
}
button.navbar-toggle{
    border-radius: 50%;
    height: 42px;
    width: 43px;
    background: white !important;
    border-color: #1280a8;
    top: 44px;
}

button.navbar-toggle.collapsed span {
    background-color: white !important;
}

button.navbar-toggle span {
    background-color: #1280a8 !important;
}

div#eq-navbar-top {
    padding-top: 0;
    border-top: none;
    position: relative;
    top: 101px;
    background: #1280a8;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.27);
}

ul.nav.navbar-nav.navbar-right li a {
    color: white;
    font-weight: 100;
}

ul.dropdown-menu li a {
    color: white !important;
    font-weight: 100 !important;
}

ul.nav.navbar-nav.navbar-right {
    text-align: right;
}

ul.dropdown-menu {
    text-align: right;
    padding-right: 15px;
}
p#services_short_descr {
    height: 117px;
}
div#services_about_1, div#services_about_2, div#services_about_3,
div#services_about_4, div#services_about_5, div#services_about_6{
    padding: 0;
}
div#secondary_pages_container.services #footer_copyright_cont {
    position: static;
}
div#contact_form {
    padding: 0;
}
div#contact_details {
    padding: 0;
}
}
@media screen and (max-width: 414px)
and (max-height: 736px){
    button.navbar-toggle.collapsed {
    border-radius: 50%;
    height: 42px;
    width: 43px;
    background-color: #1280a8 !important;
    border-color: #1280a8;
    top: 44px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #1280a8;
}
button.navbar-toggle{
    border-radius: 50%;
    height: 42px;
    width: 43px;
    background: white !important;
    border-color: #1280a8;
    top: 44px;
}

button.navbar-toggle.collapsed span {
    background-color: white !important;
}

button.navbar-toggle span {
    background-color: #1280a8 !important;
}

div#eq-navbar-top {
    padding-top: 0;
    border-top: none;
    position: relative;
    top: 101px;
    background: #1280a8;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.27);
}

ul.nav.navbar-nav.navbar-right li a {
    color: white;
    font-weight: 100;
}

ul.dropdown-menu li a {
    color: white !important;
    font-weight: 100 !important;
}

ul.nav.navbar-nav.navbar-right {
    text-align: right;
}

ul.dropdown-menu {
    text-align: right;
    padding-right: 15px;
}

h1#page_title.spacer {
    margin-top: 210px;
}

div#services_about_1, div#services_about_2, div#services_about_3,
div#services_about_4, div#services_about_5, div#services_about_6{
    padding: 0;
}
  
div#main_inner p, #main_inner > ul {
    font-size: 12pt;
}
p#services_short_descr {
    height: 180px;
}
ul#contact_no_etc {
    padding-left: 0px;
    position: relative;
    left: 16px;
}
div#secondary_pages_container.services #footer_copyright_cont {
    position: static;
}
div#main_inner.container.service {
    top: 0;
}
div#landing_logo {
    width: 90%;
}
span#cont_dets {
    font-size: 12pt;
}
}

@media screen and (max-width: 384px)
and (max-height: 640px){
    a.navbar-brand {
    width: 285px;
}
button.navbar-toggle.collapsed {
    top: 35px;
    left: 3px;
}
iv#footer_copyright_cont {
    padding-left: 0;
    padding-right: 0;
}
div#contact_form {
    padding: 0;
}
div#contact_details {
    padding: 0;
}
div#footer_copyright_cont {
    padding-left: 0;
    padding-right: 0;
}
div#main_inner p, #main_inner > ul {
    font-size: 11pt;
}
h1#page_title {
    font-size: 16pt;
}
span#service_title_about {
    font-size: 16pt;
}
p#services_short_descr {
    height: 166px;
}
span#cont_dets {
    font-size: 11pt;
}
}

@media screen and (max-width: 375px)
and (max-height: 667px){
    div#footer_copyright_cont {
    padding-left: 0;
    padding-right: 0;
}

ul#contact_no_etc {
    left: 13px;
}

a.navbar-brand {
    width: 268px;
}
div#main_inner p, #main_inner > ul {
    font-size: 11pt;
}
p#services_short_descr {
    height: 168px;
}
button.navbar-toggle.collapsed {
    top: 33px;
}
h1#page_title {
    font-size: 16pt;
}
span#service_title_about {
    font-size: 16pt;
}
div#contact_form {
    padding: 0;
}
div#contact_details {
    padding: 0;
}
}
@media screen and (max-width: 360px)
and (max-height: 640px){
    div#footer_contact {
    padding-left: 0;
    padding-right: 0;
}
button.navbar-toggle.collapsed {
    left: 6px;
}
div#footer_copyright {
    width: 100%;
}

div#footer_contact {
    width: 100%;
}
}
@media screen and (max-width: 320px)
and (max-height: 568px){
    a.navbar-brand {
    width: 229px;
}
button.navbar-toggle.collapsed, button.navbar-toggle {
    left: 6px;
    top: 25px;
}
nav.navbar.navbar-default {
    height: 128px;
}
h1#page_title.spacer {
    margin-top: 162px;
}
div#footer_copyright {
    width: 100%;
}

div#footer_contact {
    width: 100%;
}
p#services_short_descr {
    height: 195px;
}
span#service_title_about {
    font-size: 14pt;
    position: relative;
    top: -3px;
}
div#eq-navbar-top {
    top: 69px;
}
}
@media screen and (max-width: 320px)
and (max-height: 533px){
  a.navbar-brand {
    width: 229px;
}
button.navbar-toggle.collapsed, button.navbar-toggle {
    left: 6px;
    top: 25px;
}
nav.navbar.navbar-default {
    height: 128px;
}
h1#page_title.spacer {
    margin-top: 162px;
}
div#eq-navbar-top {
    top: 69px;
}
div#footer_copyright {
    width: 100%;
}

div#footer_contact {
    width: 100%;
}
p#services_short_descr {
    height: 195px;
}
span#service_title_about {
    font-size: 14pt;
    position: relative;
    top: -3px;
}
}
