/*   
Theme Name: khulisa
Theme URI: https://www.khulisa.co.za
Description: Khulisa Template
Author: Markets Online
Author URI: https://mo.agency/
Version: 2
*/

@font-face {
    font-family: GothamBook;
    src: url(fonts/Gotham-Book.otf);
    font-weight: normal;
}

@font-face {
    font-family: GothamBookItalic;
    src: url(fonts/Gotham-BookItalic.otf);
}

@font-face {
    font-family: GothamMedium;
    src: url(fonts/Gotham-Medium.otf);
}

@font-face {
    font-family: GothamBold;
    src: url(fonts/Gotham-Bold.otf);
    font-weight: bold;
}

@font-face {
    font-family: PlayfairRegular;
    src: url(fonts/PlayfairDisplay-Regular.otf);
}

@font-face {
    font-family: RobotoNormal;
    src: url(fonts/Roboto-Regular.ttf);
    font-weight: normal;
}

body {
    font-family: RobotoNormal;
}

body a {
    color: #04a3ca;
}

body a:hover {
    text-decoration: none;
    color: #04a3ca;
}

p {
    margin-bottom: 0px;
}

li {
    line-height: 2;
}

.page-wrapper {

}

header {
    padding-top: 15px;
    padding-bottom: 15px;
}

nav {
    float: right !important;
    margin-top: 40px;
}

nav a {
    font-family: GothamBook;
    font-size: 14px;
    color: #494948;
}

.logo-section {
    float: left;
    margin-left: 20px;
}

.logo-section img {
    width: 256px;
    height: auto;
}

.hero-image {
    height: 593px;
    display: block;
    width: 100%;
    overflow: hidden;
    background-image: url("images/home-page-hero.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-section {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.about-section h2 {
    font-family: GothamBook;
    font-size: 33px;
    color: #494948;
    border-bottom: solid 2px #04a3ca;
    padding-bottom: 15px;
    max-width: 690px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.about-section p {
    font-family: GothamBook;
    font-size: 19px;
    color: #252525;
    max-width: 1050px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.read-more-white {
    font-family: GothamBold;
    font-weight: bold;
    font-size: 14px;
    color: #fab941;
    padding: 13px;
    border: solid 3px #fab941;
    width: 170px;
    margin: 0 auto;
    background-color: #ffffff;
    cursor: pointer;
}

.read-more-white:hover {
    background-color: #fab941;
    color: #ffffff;
}

.read-more-orange {
    font-family: GothamBold;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    padding: 10px;
    border: solid 3px #fab941;
    width: 170px;
    margin: 0 auto;
    background-color: #fab941;
    cursor: pointer;
}

.read-more-orange:hover {
    background-color: transparent;
}

.work-section .col-sm-4 {
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding: 20px;
    color: #ffffff;
}

.work-section .col-sm-4 p {

    font-family: GothamBook;
    font-size: 18px;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;

}

.work-section .col-sm-4 h3 {
    font-family: GothamBook;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.work-section .col-sm-4 h2 {
    font-family: GothamBook;
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 70px;
}

.work-sub-section1 {
    background-image: url("images/block1.jpg");
}

.work-sub-section2 {
    background-image: url("images/block2.jpg");
}

.work-sub-section3 {
    background-image: url("images/block3.jpg");
}

.news-section {
    background-color: #f7f5f2;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.news-section h2 {
    font-family: GothamBook;
    font-size: 22px;
    color: #494948;
    border-bottom: solid 2px #04a3ca;
    padding-bottom: 15px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.news-section .col-sm-4 {
    text-align: left;
}

.home-news-content .latest-news-content {
    min-height: 290px;
}

.news-section img {
    width: 100%;
    height: auto;
    line-height: 0px;
}

.news-section h3 {
    font-family: GothamMedium;
    font-size: 20px;
    color: #494948;
    margin-bottom: 20px;
}

.news-section p {
    font-family: RobotoNormal;
    font-size: 15px;
    color: #252525;
}

.news-section .read-more-orange {
    margin-top: 50px;
}

.read-more {
    color: #04a3ca !important;
}

.news-section .read-more-orange:hover {
    color: #fab941;
}

.read-more-bottom {
    position: absolute;
    bottom: 20px;
    color: #04a3ca;
}

footer {
    padding-top: 0px;
    padding-bottom: 50px;
    background-color: #494948;
}

footer h4 {
    font-family: GothamMedium;
    font-size: 15px;
    color: #04a3ca;
    margin-bottom: 25px;
    margin-top: 50px;
}

footer ul {
    padding: 0px;
}

footer .col-sm-2 {
    color: #ffffff;
    font-size: 13px;
}

footer ul li {
    list-style: none;
}

footer ul li a {
    font-family: RobotoNormal;
    font-size: 13px;
    color: #ffffff;
}

footer ul li a:hover {
    color: #fab941;
    border: none;
    text-decoration: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/***************************
PROJECT PAGE
***************************/

.featured-project-container {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #f7f5f2;
}

.featured-projects .col-sm-4 .featured-project-content {
    min-height: 215px;
}

.featured-projects h2 {
    font-family: GothamBook;
    font-size: 33px;
    color: #494948;
    border-bottom: solid 2px #04a3ca;
    padding-bottom: 15px;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.featured-projects .row .col-sm-4 div {
    background-color: #ffffff;
}

.featured-project-image {

}

.featured-project-image img {
    width: 100%;
    height: auto;
}

.featured-project-content {
    padding: 20px;
    padding-top: 10px;
    font-family: RobotoNormal;
    color: #494948;
}

.featured-project-content table tr td {
    font-size: 12px;
}

.featured-project-content h3 {
    font-family: GothamMedium;
    font-size: 18px;
    color: #494948;
}

.featured-project-content .bold {
    font-weight: bold;
}

.featured-projects a:hover {
    text-decoration: none;
}

.read-more-orange-featured-project {
    font-family: GothamBold;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    padding: 13px;
    border: solid 3px #fab941;
    width: 200px;
    background-color: #fab941 !important;
    cursor: pointer;
    text-align: center;
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    left: 50%;
    margin-left: -100px;
}

.filter-orange-border {
    border: 2px solid #fab941;
}

.read-more-orange-featured-project:hover {
    background-color: transparent !important;
    color: #fab941;
}

.project-meta {
    margin-bottom: 20px;
    font-family: RobotoNormal;
    color: #494948;
}

.all-container {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #ffffff;
    font-family: RobotoNormal;
}

.all-project-container {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #ffffff;
}

.all-projects h2 {
    font-family: GothamBook;
    font-size: 33px;
    color: #494948;
    border-bottom: solid 2px #04a3ca;
    padding-bottom: 15px;
    max-width: 190px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.all-projects .filter-projects {
    background-color: #f7f5f2;
    padding: 20px;
    margin-bottom: 30px;
}

.projects .col-sm-12 {
    margin-bottom: 50px;
    padding: 10px;
    background-color: #f7f5f2;
}

.projects img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-right: 20px;
}

.projects .col-sm-12 .project-content {
    padding: 0px;
    color: #494948;
}

.projects .col-sm-12 .project-content h4 {
    font-family: GothamMedium;
    font-size: 20px;
    color: #494948;
}

.projects .col-sm-12 .project-content .bold {
    font-weight: bold;
}

.project-item a:hover {
    text-decoration: none;
}

.project-item .col-sm-3 {
    padding: 0px;
}


/***************************
END PROJECT PAGE
***************************/

.single {
    padding-top: 10px !important;
}

.single-page {
    padding-bottom: 50px;
    padding-top: 50px;
}

.single-page br {
    margin-bottom: 50px;
}

.single-page h2 {
    font-family: GothamBook;
    font-size: 33px;
    color: #494948;
    margin-bottom: 40px;
}

.single-page .entry {
    font-family: RobotoNormal;
    color: #494948;
}

.sidebar {
    background-color: #f7f5f2;
    padding: 20px;
    padding-top: 10px;
}

.sidebar h2 {
    font-size: 25px;
    margin-bottom: 5px;
}

.sidebar a {
    color: #04a3ca;
    font-weight: bold;
}

.sidebar a:hover {
    text-decoration: none;
}

.sidebar img {
    width: 100%;
    height: auto;
}

/***************************
Opportunities PAGE
***************************/


/***************************
NEWS PAGE
***************************/
.latest-opps h2 {
    font-family: GothamBook;
    font-size: 33px;
    color: #494948;
    border-bottom: solid 2px #04a3ca;
    padding-bottom: 15px;
    max-width: 380px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}

.latest-opps p {
    font-family: GothamBook;
    font-size: 15px;
    color: #494948;
    padding-bottom: 15px;
    max-width: 950px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
    font-weight: normal;
}

/***************************
NEWS PAGE
***************************/

.latest-news-container {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #f7f5f2;
}

.latest-news h2 {
    font-family: GothamBook;
    font-size: 33px;
    color: #494948;
    border-bottom: solid 2px #04a3ca;
    padding-bottom: 15px;
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}

.latest-opps h2 {
    font-family: GothamBook;
    font-size: 33px;
    color: #494948;
    border-bottom: solid 2px #04a3ca;
    padding-bottom: 15px;
    max-width: 380px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}

.latest-news .row .col-sm-4 div {

}

.latest-news-content .bold {
    font-weight: bold;
}

.latest-news-image img {
    width: 100%;
    height: auto;
}

.latest-news-content {
    padding: 20px;
    padding-top: 10px;
    font-family: RobotoNormal;
    color: #494948;
    background-color: #ffffff;
    text-align: left;
    min-height: 250px;
    padding-bottom: 50px;
}

.latest-news-content h3 {
    font-family: GothamMedium;
    font-size: 20px;
    color: #494948;
    margin-bottom: 0px;
}

.latest-news-content h4 {
    font-family: GothamBook;
    font-size: 12px;
    color: #cccccc;
    margin-top: 2px;
}

.latest-news a:hover {
    text-decoration: none;
}

.latest-news-content p i {
    color: #04a3ca;
}

.all-container {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #ffffff;
    font-family: RobotoNormal;
}

.all-news-container {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #ffffff;
}

.all-news h2 {
    font-family: GothamBook;
    font-size: 33px;
    color: #494948;
    border-bottom: solid 2px #04a3ca;
    padding-bottom: 15px;
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.all-news-content h3 {
    font-family: GothamMedium;
    font-size: 20px;
    color: #494948;
    margin-bottom: 0px;

}

.all-news-content .bold {
    font-weight: bold;
}

.all-news-image {
    width: 100%;
    height: auto;
}

.all-news-content {
    padding: 20px;
    padding-top: 10px;
    font-family: RobotoNormal;
    color: #494948;
    min-height: 200px;
}

.all-news-content h4 {
    font-family: GothamBook;
    font-size: 12px;
    color: #cccccc;
    margin-top: 2px;
}

.all-news-content p i {
    color: #04a3ca;
}

.all-news a:hover {
    text-decoration: none;
}

/***************************
END NEWS PAGE
***************************/

/***************************
BLOG PAGE
***************************/

.all-blog {
    padding-bottom: 50px;
    padding-top: 0px;
    background-color: #ffffff;
    font-family: RobotoNormal;
}

.blog-container {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #ffffff;
}

.all-blog h2 {
    font-family: GothamBook;
    font-size: 33px;
    color: #494948;
    border-bottom: solid 2px #04a3ca;
    padding-bottom: 15px;
    max-width: 180px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.blog-content h3 {
    font-family: GothamMedium;
    font-size: 20px;
    color: #494948;
    margin-bottom: 0px;

}

.blog-content .bold {
    font-weight: bold;
}

.all-blog img {
    width: 100%;
    height: auto;
}

.blog-content {
    padding: 20px;
    padding-top: 10px;
    font-family: RobotoNormal;
    color: #494948;
}

.blog-content h4 {
    font-family: GothamBook;
    font-size: 12px;
    color: #cccccc;
    margin-top: 2px;
}

.blog-content p i {
    color: #04a3ca;
}

.all-blog a:hover {
    text-decoration: none;
}

.blog .col-sm-4:nth-child(even) .blog-content {
    background-color: #f9f9f9;
}

.blog .col-sm-4 {
    margin-bottom: 40px;
}

/***************************
END BLOG PAGE
***************************/

/***************************
SECTOR PAGE
***************************/

.all-sectors {
    padding-bottom: 50px;
    padding-top: 0px;
    background-color: #ffffff;
    font-family: RobotoNormal;
}

.sectors-container {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #ffffff;
    margin-left: 50px;
}

.all-sectors h2 {
    font-family: GothamBook;
    font-size: 33px;
    color: #494948;
    border-bottom: solid 2px #04a3ca;
    padding-bottom: 15px;
    max-width: 180px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.sectors-content h3 {
    font-family: GothamMedium;
    font-size: 20px;
    color: #494948;
    margin-bottom: 20px;

}

.sectors-content .bold {
    font-weight: bold;
}

.sector-icon {
    position: absolute;
    border: none !important;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    background-color: #cccccc;
    background-position: center;
    margin-left: -50px;
    margin-top: 50px;
}

.sectors-content {
    padding: 20px;
    padding-top: 10px;
    padding-left: 70px;
    font-family: RobotoNormal;
    font-size: 13px;
    color: #494948;
}

.sectors-content h4 {
    font-family: GothamBook;
    font-size: 12px;
    color: #cccccc;
    margin-top: 2px;
}

.sectors-content p i {
    color: #04a3ca;
}

.all-sectors a:hover {
    text-decoration: none;
}

.sectors .col-sm-12:nth-child(even) .sectors-content {
    background-color: #f9f9f9;
}

.sectors .col-sm-12 {
    margin-bottom: 40px;
}

/***************************
END SECTOR PAGE
***************************/

.widget ul {
    font-family: RobotoNormal;
    font-size: 12px;
    padding: 0px;
}

.widget ul li {
    border: none !important;
}

.widget ul li a {

}

.map {
    padding: 0px;
}

.contact-details {
    padding-bottom: 50px;
    padding-top: 50px;
}

.gfield_label {
    font-family: GothamBook;
}

.ginput_container input, .ginput_container textarea, .ginput_container select option, .ginput_container select {
    font-family: RobotoNormal !important;
    font-size: 13px !important;
    padding: 5px !important;
    color: #444444 !important;
}

.gform_footer input {
    font-family: GothamBold;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    padding: 13px;
    border: solid 3px #fab941;
    width: 170px;
    margin: 0 auto;
    background-color: #fab941;
    cursor: pointer;
}

.gform_footer input:hover {
    background-color: transparent;
    color: #fab941;
}

.contact-details h4 {
    font-family: GothamBold;
}

.contact-details p {
    font-family: RobotoNormal;
}

.contact-details p a {
    color: #04a3ca;
}

.contact-details p a:hover {
    text-decoration: none;
}

.social-footer span {
    color: #ffffff !important;
}

.social-footer h4 {

}

.contact-details h2 {
    font-family: GothamBook;
    font-size: 33px;
    color: #494948;
    border-bottom: solid 2px #04a3ca;
    padding-bottom: 15px;
    max-width: 185px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.copyright {
    font-family: RobotoNormal;
    color: #ffffff;
    font-size: 11px;
    margin-top: 20px;
}

.search-button {
    float: right !important;
    margin-top: 54px;
    margin-right: 20px;
    cursor: pointer;
    color: #ee733e !important;
}

#s {
    font-family: RobotoNormal;
    width: 100%;
    padding: 40px;
    font-size: 30px;
    background-color: #fab941;
    color: #ffffff;
}

#s:focus {
    border: none;
}

.mobile-icon {
    margin-top: 37px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ffffff;
    opacity: 0.5;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
    opacity: 0.5;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ffffff;
    opacity: 0.5;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
    opacity: 0.5;
}

.search-bar {
    display: none;
}

.mobile-menu {
    position: absolute;
    z-index: 888;
    top: 0px;
    min-height: 100%;
    background-color: #23282d;
    padding-left: 20px;
    left: 100%;
    text-align: left;
    margin-top: 0px;
}

.mobile-menu ul {
    list-style: none;
    margin-right: 20px;
    max-width: 200px;
}

.mobile-menu ul li {
    color: #ffffff;
}

.mobile-sub-menu a {
    color: #ffffff;
}

#shiftnav-toggle-main {
    display: none !important;
}

.single-page .col-sm-7 {
    padding-right: 20px;
    padding-left: 20px;
}

.sidebar-menu {
    background-color: #ebebeb;
}

.sidebar-sub-menu-wrapper-inside {
    margin: 0 auto;
}

.sidebar-menu-main {
    list-style: none;
    padding-left: 0px;
    display: inline-block;
    margin-bottom: 5px !important;
}

.sidebar-menu-sub {
    list-style: none;
    padding-left: 0px;
    display: inline-block;
}

.sidebar-menu-main li {
    padding-top: 10px;
    display: inline-block;
}

.sidebar-menu-main li a {
    padding-bottom: 0px;
    color: #000000;
    font-size: 13px;
}

.sidebar-menu-main li a:hover {
    text-decoration: none;
}

.sidebar-menu-sub li {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: 20px;
}

.sidebar-menu-sub li:nth-child(1) {
    margin-left: 0px;
}

.sidebar-menu-sub li a {
    color: #000000;
    font-size: 13px;
}

.sidebar-menu-sub li a:hover {
    text-decoration: none;
}

.page-break {
    height: 3px;
    background-color: #fab941;
}

.link-active {
    font-weight: bold;
    color: #000000 !important;
}

.directors-heading {
    font-family: GothamBook;
    font-size: 33px;
    color: #494948;
    border-bottom: solid 2px #04a3ca;
    padding-bottom: 15px;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.associated-heading {
    font-family: GothamBook;
    font-size: 32px;
    color: #494948;
    border-bottom: solid 2px #04a3ca;
    padding-bottom: 15px;
    max-width: 190px;
    margin: 20px auto;
    margin-bottom: 50px;
    margin-top: 50px !important;
}

.team-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.team-container img {
    width: 100%;
    height: auto;
}

.staff-heading {
    font-family: GothamBook;
    font-size: 33px;
    color: #494948;
    border-bottom: solid 2px #04a3ca;
    padding-bottom: 15px;
    max-width: 80px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px !important;
}

.team-item {
    margin-bottom: 30px;
}

.team-item h3 {
    font-family: GothamBook;
    margin-bottom: 5px;
}

.team-item h4 {
    color: #999999;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.team-item a {
    font-size: 12px;
}

.team-item p {
    margin-top: 10px;
    font-size: 13px;
}

.shiftnav-toggle-main-block {
    display: none;
}

.contact-usa {
    margin-top: 50px;
    margin-bottom: 50px;
}

.home-read-news {
    width: 85%;
}

.home-read-blog {
    width: 50%;
}

.home-read-opportunities {
    width: 85%;
}

.search-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.error-container {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    min-height: 600px !important;
}

.footer-mo-link {
    color: #ffffff;
}

.page-header {
    margin: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    min-height: 170px;
}

.page-header-single {
    margin: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 170px;
}

.page-header-single h2 {
    color: #ffffff;
    font-family: PlayfairRegular;
    font-size: 52px;
    max-width: 71%;
    margin-left: 20px;
}

.page-header h2 {
    color: #ffffff;
    font-family: PlayfairRegular;
    font-size: 52px;
    margin-left: 20px;
    max-width: 800px;
}

.page-content {
    padding-top: 35px;
    padding-bottom: 35px;
}

.page-content p {
    max-width: 800px;
}

.page-content p img {
    width: 100%;
    height: auto;
}

.widget-news {
    max-width: 400px;
    float: right;
}

.sidebar-news {
    position: relative;
    top: -180px;
    background-color: #ffffff;
    border-top: medium solid #ee733e;
    min-height: 250px;
    padding: 20px;
    text-align: center;
}

.sidebar-news h3 {
    font-family: GothamBook;
    font-size: 28px;
    color: #494948;
}

.project-enquire {
    text-align: center;
}

.project-none {
    display: none;
}

.enquire-project {
    text-align: center;
    margin-top: 15px;
}

.read-more-project {
    background-color: #fab941 !important;
    text-align: center;
}

.read-more-project:hover {
    background-color: transparent !important;
    text-align: center;
    color: #fab941;
}

.slideshare-logo {
    text-align: center;
}

/*****************************

*****************************/

.latest-news-content-sidebar .bold {
    font-weight: bold;
}

.latest-news-image-sidebar img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.latest-news-content-sidebar {
    padding: 20px;
    padding-top: 10px;
    font-family: RobotoNormal;
    color: #494948;
    background-color: #f4f4f4;
    text-align: left;
}

.latest-news-content-sidebar h3 {
    font-family: GothamMedium;
    font-size: 18px;
    color: #494948;
    margin-bottom: 0px;
    margin-top: 10px !important;
}

.latest-news-content-sidebar h4 {
    font-family: GothamBook;
    font-size: 12px;
    color: #cccccc;
    margin-top: 2px;
}

.latest-news-content-sidebar p i {
    color: #04a3ca;
}

.sidebar-read-news {
    margin-top: 30px;
    width: 80%;
}

.sidebar-read-news:hover {
    color: #fab941;
}

.project-meta table tr td {
    padding: 2px;
    vertical-align: top;
}

.btn-success {
    background-image: none;
    background-color: #fab941;
    border: none;
    border-radius: 0px !important;
}

.btn-success:hover {
    background-color: #f7a000;
}

.btn-info {
    background-image: none;
    background-color: #04a3ca;
    border: none;
    border-radius: 0px !important;
}

.btn-info:hover {
    background-color: #057a97;
}

.single-page {
    top: -100px;
}

.comments-wrapper {
    margin-top: 60px;
    font-family: RobotoNormal;
}

.comments-wrapper .navigation {
    display: none;
}

.comments-wrapper #comments {
    font-family: GothamBook;
    font-size: 28px;
    color: #494948;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: solid thin #cccccc;
}

.comments-wrapper ol {
    list-style: none;
    padding-left: 0px;
}

.comments-wrapper ul {
    list-style: none;
}

.comments-wrapper .comment {
    margin-bottom: 20px;
}

.comments-wrapper .children {
    margin-top: 20px;
}

.comments-wrapper #submit {
    font-family: GothamBold;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    padding: 13px;
    border: solid 3px #fab941;
    width: 170px;
    margin: 0 auto;
    background-color: #fab941;
    cursor: pointer;
}

.comments-wrapper #submit:hover {
    background-color: #ffffff;
    color: #fab941;
}

.comments-wrapper textarea {
    font-family: RobotoNormal !important;
    padding: 10px !important;
}

.comments-wrapper #respond h2 {
    font-size: 22px;
    font-weight: bold;
}

#commentform div:nth-child(3) {
    display: none;
}

.intern-wrapper {
    margin-top: 50px;
}

.intern-wrapper img {
    width: 100%;
    height: 100%;
}

.interns-heading {
    font-family: GothamBook;
    font-size: 33px;
    color: #494948;
    border-bottom: solid 2px #04a3ca;
    padding-bottom: 15px;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

.search-read-more {

}

.next-posts {
    font-family: GothamBold;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    padding: 13px;
    border: solid 3px #fab941;
    width: 170px;
    margin: 0 auto;
    background-color: #fab941;
    cursor: pointer;
    text-align: center;
}

.next-posts a {
    color: #ffffff;
}

.next-posts:hover {
    background-color: #ffffff;
}

.next-posts:hover a {
    color: #fab941;
}

.prev-posts {
    font-family: GothamBold;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    padding: 13px;
    border: solid 3px #fab941;
    width: 170px;
    margin: 0 auto;
    background-color: #fab941;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
}

.prev-posts a {
    color: #ffffff;
}

.prev-posts:hover {
    background-color: #ffffff;
}

.prev-posts:hover a {
    color: #fab941;
}

.search-seperate-line {
    height: 1px;
    width: 100%;
    background-color: #cccccc;
    margin-top: 30px;
    margin-bottom: 50px;
}

#shiftnav-toggle-main {
    background-color: #ebebeb;
    color: #333333;
}

.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
    background-color: #fab941;
}


/****************************


******************************/

@media (max-width: 550px) {
    .sidebar-menu {
        display: none;
    }
}

@media (min-width: 551px) {
    .sidebar-menu {
        display: block;
    }
}

@media (max-width: 1199px) {
    #shiftnav-toggle-main {
        display: block !important;
    }

    #navigationbar {
        display: none !important;
    }

    .sidebar-news {
        position: static !important;
        margin-top: 50px;
    }

    .latest-news-content {
        min-height: 250px;
    }
}

@media (min-width: 1200px) {
    .sidebar-news {
        position: relative !important;
        margin-top: 0px;
    }
}

@media (max-width: 1225px) {
    .work-section .col-sm-4 h2 {
        font-size: 22px;

    }

    .work.section .col-sm-4 h3 {
        font-size: 18px;
    }
}

@media (max-width: 1029px) {
    .work-section .col-sm-4 h2 {
        font-size: 20px;
    }

    .work-section .col-sm-4 h3 {
        font-size: 15px;
    }

    .page-header {
        background-position: left;
    }

    .featured-projects .col-sm-4 .featured-project-content {
        min-height: 245px;
    }
}

@media (max-width: 920px) {
    .work-section .col-sm-4 h2 {
        font-size: 15px;
    }

    .work-section .col-sm-4 h3 {
        font-size: 12px;
    }

    .news-section h2 {
        font-size: 22px;
    }

    .news-section h3 {
        font-size: 18px;
    }

}

@media (max-width: 767px) {

    .page-header {
        background-position: left;
    }

    .news-section .container .col-sm-6:nth-child(2) {
        margin-top: 50px;
    }

    .work-section .col-sm-4 h2 {
        font-size: 28px;
    }

    .work-section .col-sm-4 h3 {
        font-size: 20px;
    }

    nav {
        float: left !important;
        width: 100%;
    }

    .projects img {
        max-width: 100%;
        margin-right: 0px;
    }

    .news-section .container .col-sm-4:nth-child(1) {
        margin-top: 100px;
    }

    .sector-icon {
        position: relative;
        margin: 0 auto;
        z-index: 3;
        top: 50px;
    }

    .sectors-content {
        padding: 20px;
        padding-top: 30px;
    }

    .sectors-container {
        margin-left: 0px;
    }

    .home-read-news {
        float: none;
    }

    .home-read-blog {
        float: none;
    }

    .home-read-opportunities {
        float: none;
    }

    .news-section .col-sm-3 {
        margin-top: 50px;
    }

    .news-section .col-sm-3 .latest-news-content {
        min-height: auto;
    }

    .latest-news .col-sm-4:nth-child(2), .latest-news .col-sm-4:nth-child(3) {
        margin-top: 50px;
    }

    .news .col-sm-6 {
        margin-top: 50px;
    }

    .news .col-sm-6:nth(1) {
        margin-top: 0px;
    }

    .single-page .col-sm-3 {
        margin-top: 50px;
    }

    .sidebar-news {
        position: static;
        margin-top: 50px;
    }

    .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .contact-details {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .search-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .page-header {
        text-align: center;
        padding-top: 50px;
    }

    .page-header h2 {
        margin: 0;
    }

    .project-item .col-sm-9 {
        padding-top: 20px;
    }

    .latest-news-content {
        min-height: 280px;
    }
}

/** Posts **/

.post-template-default p,
.post-template-default figure {
    margin-bottom: 1.5rem;
}


.single-post-search-result {
    min-height: 400px;
}

.posts-search {
    width: 100%;
    margin: 0 auto 42px auto;
}

@media screen and (min-width: 1000px) {
    .posts-search {
        width: 80%;
        margin: 0 auto 42px auto;
    }
}

.posts-search form div {
    display: flex;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.posts-search form div label {
    display: none;
}

.posts-search form input {
    height: 46px;
}

.posts-search form input[type=text] {
    padding: 8px 16px !important;
    background: #ebebeb !important;
    border-radius: 0;
    font-size: 17px !important;
    color: #000000 !important;
    border: 0 !important;
    outline: 0 !important;
}

.posts-search form input[type=submit] {
    font-family: GothamBold;
    font-weight: 600;
    font-size: 17px;
    color: #ffffff;
    padding: 10px;
    border-radius: 0;
    width: 170px;
    margin: 0 auto;
    background-color: #fab941;
    cursor: pointer;
    border: 0 !important;
    outline: 0 !important;
}

.blog .no-results {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #000000 !important;
}

.all-blog .loading {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #000000 !important;
}

.news-section h2 {
    font-weight: 600 !important;
    font-size: 22px !important;
}

.latest-news-content h3 {
    font-size: 17px !important;
    line-height: 19px !important;
}

.news-section .read-more-orange {
    width: 100% !important;

}

.single-staff_member article p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.popmake-title {
	background-image: url(https://www.khulisa.com/wp-content/themes/khulisa/images/banners/Khulisa-Contact-Us-Website-Banners-10112015.jpg);
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 2px 2px 0 0;
	margin-bottom: 0 !important;
}

.popmake-content {
	border: 0;
	outline: 0;
   	padding: 20px;
}

.popmake-content input[type=email]::-webkit-input-placeholder { /* Edge */
  color: #333333;
}

.popmake-content input[type=email]::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333333;
}

.popmake-content input[type=email]::placeholder {
  color: #333333;
}

.popmake-content input[type=email],
.popmake-content input[type=email]:active,
.popmake-content input[type=email]:focus {
    color: #333333;
    padding: 6px 8px;
    height: 42px;
    border: 1px solid #333333;
    display: block;
    width: 100%;
    margin: 0 0 12px 0;
}

.popmake-content input[type=submit] {
    background: #000000;
    color: #ffffff;
    outline: 0;
    border: 0;
    padding: 6px 12px;
    height: 42px;
    display: block;
    width: 100%;
    margin-bottom: 12px;
}

.popmake-content .note {
    font-size: 1.2rem;
    color: #0c0c0c;
}

.popmake-close {
    font-size: 22px !important;
	background: #000000 !important;
}
