/*
Theme Name: MST
Description: Custom theme for MST
Author: 3Squared
Author URI: http://3squared.net.au
Version: 1.0

*/

/*--------------------------------------------------------------*/
/*-- TYPEOGRAPHY --*/
/*--------------------------------------------------------------*/

body {
    overflow-x: hidden;
    font-family: "Open Sans", Arial, sans-serif, serif;
    position: relative;
    font-weight: 300;
    letter-spacing: .5px;
}

p {
    margin: 0 0 25px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
}

a {
    color: #fed136;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.5em;
    color: #000;
    letter-spacing: 1px;
    line-height: 1.2;
}

.img-centered {
    margin: 0 auto;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

div.wpcf7-response-output,
.wpcf7-not-valid-tip {
    color: #fff;
}

div.wpcf7-response-output {
    margin: 20px 0 0 0 !important;
    padding: 20px !important;
}

/*--------------------------------------------------------------*/
/*-- GENERAL ELEMENTS --*/
/*--------------------------------------------------------------*/

.section {
    padding: 80px 0;
}

#main-content {
    margin-bottom: 50px;
}

.last {
    margin-right: 0 !important;
}

.logoSmall,
.logoSmall_noBorder {
    margin: 0 auto;
    display: block;
}

.logoSmall {
    width: 91px; 
    height: 125px;
    background: url(inc/img/logo_small.png) no-repeat;
}

.logoSmall_noBorder {
    width: 60px; 
    height: 62px;
    background: url(inc/img/logo_small_noborder.png) no-repeat;
    margin-bottom: 10px;
}

ul.logo {
    margin: 0;
    padding-left: 0;
}

ul.logo li {
    list-style-type: none;
}

/*--------------------------------------------------------------*/
/*-- TYPOGRAPHY --*/
/*--------------------------------------------------------------*/

#our-company h2 span,
#leadership h2 span,
#contact-us h2 span {
    color: #d80945;
}

h2.narrow {
    width: 80%;
    margin: 0 auto 70px auto;
    display: block;
}

.entry p {
    font-size: 22px;
}

/*--------------------------------------------------------------*/
/*-- NAVIGATION --*/
/*--------------------------------------------------------------*/

.navbar-default.navbar-shrink {
    margin-top: 0;
    height: auto;
    padding: 10px 0;
    background: #eee;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

.navbar-default.navbar-shrink li a {
    text-transform: uppercase;
    color: #d80945;
}

.navbar-default .navbar-brand {
    background: url(inc/img/logo_sml.png) no-repeat;
    float: none;
    margin: 5px auto;
    height: 45px;
    width: 100px;
    display: block;
    position: relative;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #eee;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    padding-top: 12px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #d80945;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: transparent;
}

.navbar-default .nav li a {
    letter-spacing: .5px;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #a60735;
}

/*--------------------------------------------------------------*/
/*-- TOP SECTION --*/
/*--------------------------------------------------------------*/

#topSection {
    text-align: center;
    background: url(https://www.mst.co.nz/wp-content/uploads/2016/01/BW_Depositphotos_7461848_l.jpg) #2d2d2d;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#topSection #brand-container {
    background: rgba(204,204,204,0.7);
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 100px;
}

#topSection .logo {
    margin-bottom: 35px;
}

#topSection .logo img {
    margin-right: auto;
    margin-left: auto;
}

#topSection .navigation-menu li {
    display: inline-block;
}

#topSection .navigation-menu li a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 60px;
    padding-right: 60px;
    font-weight: 700;
    letter-spacing: .5px;
}

#topSection .navigation-menu li a:hover {
    color: #a60735;
}

#topSection .navigation-menu li a:hover,
#topSection .navigation-menu li a:focus,
#topSection .navigation-menu li a:active {
	background: transparent !important;
}

#topSection #intro-text {
    margin-bottom: 200px;
}

#topSection #intro-text h1 {
    width: 80%;
    margin: 0 auto;
    display: block;
    float: none;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.4);
    line-height: 1.2;
}

/*--------------------------------------------------------------*/
/*-- ABOUT US --*/
/*--------------------------------------------------------------*/

#about-us {
    background-color: #d80945;
    text-align: center;
}

#about-us h2,
#about-us p {
    color: #fff;
}

#about-us .entry {
    width: 90%;
    margin: 0 auto;
    display: block;
}

/*--------------------------------------------------------------*/
/*-- OUR COMPANY --*/
/*--------------------------------------------------------------*/

#our-company {
    background: url(https://www.mst.co.nz/wp-content/uploads/2016/01/BW_woman_shopping.jpg) #2d2d2d;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    text-align: center;
}

#our-company h2,
#our-company .circle {
    color: #fff;
}

#our-company .circle {
    width: 350px;
    height: 350px;
    border: 1px solid #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    background: rgba(0,0,0,0.5);
    margin: 0 auto 60px auto;
    display: block;
    padding: 130px 30px 0 30px;
    font-size: 20px;
}

/*--------------------------------------------------------------*/
/*-- LEADERSHIP --*/
/*--------------------------------------------------------------*/

#leadership {
    text-align: center;
    background: #f5f9fc;
}

#leadership .text {
    font-weight: 700;
    margin-top: 20px;
    font-size: 22px;
}

#leadership .entry {
    margin: 0 auto;
    width: 80%;
}

/*--------------------------------------------------------------*/
/*-- CONTACT US --*/
/*--------------------------------------------------------------*/

#contact-us {
    background: url(https://www.mst.co.nz/wp-content/uploads/2016/01/BW_Depositphotos_29823331_original.jpg) #2d2d2d;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    text-align: center;
}

#contact-us h2,
#contact-us p {
    text-align: center;
    color: #fff;
}

#contact-us .wpcf7 {
    width: 80%;
    margin: 0 auto;
    display: block;
}

#contact-us .wpcf7 input.wpcf7-text,
#contact-us .wpcf7 input.wpcf7-email,
#contact-us .wpcf7 textarea {
    width: 100%;
    border: 1px solid #000;
    margin-top: 20px;
    padding: 16px 15px 14px 15px;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.2;
    color: #000;
}

#contact-us .wpcf7 textarea {
    height: 200px;
}

#contact-us .wpcf7 .wpcf7-submit {
    margin: 20px auto 0 auto;
    display: block;
    background: #E5E5E5;
    border: 0;
    outline: none;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 100px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0px 6px 0px rgba(165, 156, 156, 1);
    box-shadow: 0px 6px 0px rgba(165, 156, 156, 1);
    color: #000;
}

#contact-us .wpcf7 .wpcf7-submit:hover {
    top: 2px;
    -webkit-box-shadow: 4px 6px 0px rgba(165, 156, 156, 1);
    box-shadow: 0px 4px 0px rgba(165, 156, 156, 1);
}

/*--------------------------------------------------------------*/
/*-- FOOTER --*/
/*--------------------------------------------------------------*/

#footer-container {
    background: #d80945;
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer-widgets ul {
    padding-left: 0;
    margin-bottom: 0;
}

#footer-widgets ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: 15.410256410256%;
}

#footer-widgets ul li:last-child {
    padding-right: 0;
}

#footer-widgets ul li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

#footer-widgets .copyright {
    text-align: right;
    color: #fff;
    font-size: 18px;
}

/*--------------------------------------------------------------*/
/*-- MEDIA QUERIES --*/
/*--------------------------------------------------------------*/

@media (min-width:768px) {

    .navbar-default .navbar-collapse {
        text-align: center;
    }

    .navbar-header {
        width: 100%;
        display: inline-block;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        background: url(inc/img/logo_sml.png) no-repeat;
        height: 45px;
        width: 100px;
    }

    .navbar-default.navbar-shrink li a {
        padding-right: 75px;
    }

    .navbar-default.navbar-shrink .navbar-header,
    .navbar-default.navbar-shrink .navbar-collapse {
        float: left;
    }

    .navbar-default.navbar-shrink .navbar-header {
        width: 15%;
    }

    .navbar-default.navbar-shrink .navbar-collapse {
        width: 75%;
        margin-top: 5px;
    }

    #our-company .circle.bottom {
        margin-bottom: 0;
    }

}


@media (max-width:767px) {

    #topSection #brand-container {
        padding-bottom: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }

    #topSection .navigation-menu li {
        display: block;
    }

    #footer-widgets .menu,
    #footer-widgets .copyright {
        text-align: center;
    }

    #footer-widgets .menu li {
        display: block;
        padding-right: 0;
        margin-bottom: 15px;
    }

}

@media (max-width:500px) {

    #topSection #intro-text h1 {
        font-size: 26px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1200px) {

    #topSection .navigation-menu li a {
        padding-left: 20px;
        padding-right: 20px;
    }

    #footer-widgets ul,
    #footer-widgets .copyright {
        text-align: center;
    }

    #footer-widgets ul li {
        padding-right: 8.410256%;
        display: inline-block;
        margin-bottom: 20px;
    }

    #footer-widgets ul li a,
    #footer-widgets .copyright {
        font-size: 14px;
    }

    .navbar-default.navbar-shrink li a {
        padding-right: 25px;
        font-size: 14px;
    }
}
