/*
Theme Name: Satori Theme
Theme URI: http://satori-im.co.za/
Description: A minimalistic, simple theme for WordPress -- supports widgets in the sidebar, all manors of post/page formatting and comes with an easy to customize stylesheet. 
Author: Sandy Lin
Version: 1.0.0
Tags: minimalistic, simple, widgets, sidebar, elegant, bootstrap
*/

body, html{
    padding: 0;
    margin: 0;
    font-family:'Arial', sans-serif;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    -webkit-text-size-adjust: none;
}

a, img{
    text-decoration: none;
    color: inherit;
    border: none;
}

a:focus, a:hover {
    color: #125379;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

#wrapper {
    background-color: #f2f2f2;
}

#container {
    width: 960px;
    background-color: #ffffff;
    padding: 0;
}

header {
    position: relative;
    background-color: #ffffff;
    padding: 20px;
}

.contact-info {
    position: absolute;
    top: 20px;
    right: 20px;
}

.info-detail {
    float: left;
    color: #c0c0c0;
    margin-left: 20px;
}

.info-detail:first-of-type {
    margin-left: 0;
}

.info-detail i {
    margin-right: 5px;
}

.logo {
    float: left;
}

.logo img {
    width: auto;
    height: 70px;
}

.mobi-menu {
    display: none;
    padding: 0 20px;
    cursor: pointer;
}

.mobi-menu img {
    width: 30px;
    height: auto;
}

#main-navigation {
    float: right;
    position: relative;
    z-index: 999;
    margin-top: 52px;
}

.menu, .sub-menu {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.menu li {
    float: left;
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
}

.menu > li:first-child {
    padding-left: 0;
}

.menu > li:last-child {
    padding-right: 0;
}

.menu > li.menu-item-has-children {
    position: relative;
}

.menu > li a {
    display: block;
    color: #000000;
    text-decoration: none;
}

.menu > li.current-menu-parent > a, .menu > li.current_page_item > a, .menu > li:hover > a, .sub-menu > li.current-menu-item > a, .sub-menu > li:hover > a {
    color: #125379;
}

.menu > li.menu-item-has-children > a > i {
    font-size: 16px;
}

.sub-menu {
    display: none;
    width: 150px;
    position: absolute;
    top: 30px;
    right: 0;
    padding: 5px 0;
    background-color: #ffffff;
    border: 1px solid #e3f4f7;
    box-shadow: 0px 0px 10px -1px #000000;
}

.sub-menu > li {
    float: none;
    line-height: 24px;
    text-align: left;
}

.sub-menu > li:last-child {
    border-bottom: none;
}

.slider, .banner {
    margin-bottom: 40px;
}

.slider .ms-skin-default .ms-nav-next, .slider .ms-skin-default .ms-nav-prev {
    width: 65px;
    height: 65px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    background: none;
    background-position: top left;
    background-color: rgba(255, 255, 255, 0.5);
}

.slider .ms-skin-default .ms-nav-next {
    right: 0;
    left: auto;
    background-position: top left;
}

.slider .ms-skin-default .ms-nav-next:before, .slider .ms-skin-default .ms-nav-prev:before {
    display: block;
    font-family: 'FontAwesome';
    font-size: 36px;
    line-height: 65px;
    text-align: center;
    color: #000000;
}

.slider .ms-skin-default .ms-nav-next:before {
    content: "\f054";
}

.slider .ms-skin-default .ms-nav-prev:before {
    content: "\f053";
}

.banner-image img {
    width: 100%;
}

.content {
    padding: 0 20px 100px;
}

section .row, section p, .custom-body .row, .custom-body p {
    margin: 0;
}

section p, .custom-body p, .product-description {
    text-align: justify;
}

section .row:not(:last-of-type), .custom-body .row:not(:last-of-type) {
    margin-bottom: 30px;
}

section .row div[class^="col-md-"]:first-of-type, .custom-body .row div[class^="col-md-"]:first-of-type, .team-members .team-member:nth-child(3n+1), .products .product:first-of-type {
    padding-left: 0;
}

section .row div[class^="col-md-"]:last-of-type, .custom-body .row div[class^="col-md-"]:last-of-type, .team-members .team-member:nth-child(3n), .products .product:last-of-type, .product .col-md-3 {
    padding-right: 0;
}

.content h3, .custom-body h3 {
    font-weight: bold;
    margin: 0 0 20px;
}

.content .col-md-4 h3 {
    text-align: center;
}

.content h4, .custom-body h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}

.featured-image {
    margin-top: 20px;
}

.featured-image img {
    width: 100%;
}

.performance {
    display: block;
}

.performance:first-of-type {
    margin-bottom: 20px;
}

.performance-images {
    width: 100%;
}

.team-member {
    margin-bottom: 16px;
}

.team-member:last-of-type {
    margin-bottom: 0;
}

.team-member .member-details {
    display: block;
    width: 150px;
    height: 150px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    border-radius: 75px;
    overflow: hidden;
    position: relative;
}

.member-details img {
    width: 100%;
    height: auto;
}

.member-details .image-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

.member-details:hover .image-overlay {
    display: block;
}

.image-overlay span {
    width: 80%;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.member-image {
    float: left;
    width: 100px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}

.product img {
    max-width: 100%;
    height: auto;
}

.product-title {
    font-size: 16px;
    line-height: 20px;
    color: #125379;
    margin-bottom: 5px;
}

.product-description {
    font-size: 12px;
    line-height: 16px;
}

.contact-us {
    margin-top: 40px;
}

#map {
    margin: 10px 0 20px;
}

.address {
    margin-bottom: 20px;
}

.contact-details span {
    display: inline-block;
    width: 50px;
}

form > p:not(:last-of-type) {
    margin-bottom: 10px;
}

form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
}

form label {
    font-weight: normal;
    margin-bottom: 5px;
}

form label span {
    color: #ff0000;
}

form .input-field {
    width: 100%;
    border: 2px solid #e2e2e2;
    height: 35px;
    line-height: 35px;
    padding: 5px;
}

form .input-field[aria-invalid="true"] {
    border-color: #ff0000;
}

form .input-field.text-area {
    height: 150px;
    line-height: 16px;
    resize: none;
}

form .wpcf7-not-valid-tip {
    color: #ff0000;
    margin-top: 5px;
}

form .btn-submit {
    width: 150px;
    height: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    border: none;
    border-radius: 0;
    background-color: #1b5f7d;
}

form .btn-submit:focus, form .btn-submit:hover {
    color: #ffffff;
    background-color: #125379;
}

form .wpcf7-response-output {
    margin: 15px 0 0;
    padding: 5px 8px;
}

.grecaptcha-badge {
    display: none !important;
}

footer {
    max-height: 80px;
    font-size: 12px;
    line-height: 16px;
    background-color: #343538;
    color: #ffffff;
    padding: 0 20px;
}

#footer-navigation {
    float: right;
}

.footer-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-menu > li {
    float: left;
    line-height: 80px;
}

.footer-menu > li > a {
    color: #ffffff;
    text-decoration: none;
}

.footer-menu > li:hover > a {
    color: #c2e7f1;
}

.copyright {
    float: left;
	width: 55%;
	padding: 2.248% 0;
    /*line-height: 80px;*/
}

.custom-lightbox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    visibility: hidden;
}

.lightbox-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
}

.lightbox-content {
    padding: 30px 20px;
    background-color: #ffffff;
    width: 600px;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1002;
    overflow-y: scroll;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.lb-close {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

.custom-content {
    display: inline-block;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}