/*
Theme Name: Panache9
Theme URI: panache9.com
Author: Pablo+Stuart
Author URI: pablostuart.com
Description: Panache9 Website
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/

/* --------- Font Face ---------- */

@font-face {
  font-family: 'bebas_neuebold';
  src: url('assets/typography/bebasneue_bold-webfont.eot');
  src: url('assets/typography/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('assets/typography/bebasneue_bold-webfont.woff2') format('woff2'),
    url('assets/typography/bebasneue_bold-webfont.woff') format('woff'),
    url('assets/typography/bebasneue_bold-webfont.ttf') format('truetype'),
    url('assets/typography/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bebas_neuebook';
  src: url('assets/typography/bebasneue_book-webfont.eot');
  src: url('assets/typography/bebasneue_book-webfont.eot?#iefix') format('embedded-opentype'),
    url('assets/typography/bebasneue_book-webfont.woff2') format('woff2'),
    url('assets/typography/bebasneue_book-webfont.woff') format('woff'),
    url('assets/typography/bebasneue_book-webfont.ttf') format('truetype'),
    url('assets/typography/bebasneue_book-webfont.svg#bebas_neuebook') format('svg');
  font-weight: normal;
 font-style: normal;
}

/* --------- Global ---------- */

* {
  margin: 0px;
  padding: 0px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-font-smoothing:antialiased;
  -moz-font-smoothing:antialiased;
  -o-font-smoothing:antialiased;
  font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

html {
  height: 100%;
  text-rendering: optimizeLegibility;
  webkit-font-smoothing: antialiased;
}

body {
  font-family: "proxima-nova",sans-serif;
  font-size: 14px;
  color: #707070;
  background-color: #fff;
}

h1,
h2 {
  color: #444;
  font-weight: normal;
}

p {
  font-size: 14px;
  line-height: 24px;
}

/* --------- Clearfix ---------- */

.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
}
.clearfix:after {
  clear:both;
}
.clearfix {
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/* --------- Buttons ---------- */

a.btn,
a.btn-wht {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 15px 50px;
}

a.btn {
  color: #444;
  border: 1px solid #444;
}

a.btn-wht {
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (max-width: 890px) and (min-width: 551px) {

  a.btn,
a.btn-wht,
input.submit {   padding: 15px 65px!important; }

}

@media screen and (max-width: 550px) {

a.btn,
a.btn-wht,
input.submit {   padding: 15px 65px!important; }

}

/* --------- Text Divider ---------- */

.divider {
  height: 4px;
  width: 75px;
  background-color: #5cc9b8;
  margin-bottom: 30px;
}

/* --------- Hero & Image Gradients ---------- */

.section-hero {
  background-image: url("assets/images/home.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  z-index: 9999;
}

.about {
  background-image: url("assets/images/about.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-hero-talent {
  background-image: url("assets/images/talent.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 85vh;
}

@media screen and (max-width: 1010px) {

  .section-hero-talent {
      min-height: 100vh;
  }

}

.models {
  background-image: url("assets/images/models.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hosts-hostesses {
  background-image: url("assets/images/hostshostesses.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.promoters {
  background-image: url("assets/images/promoters.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.entertainment {
  background-image: url("assets/images/entertainment.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-staff {
  background-image: url("assets/images/servicestaff.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.event-staff {
  background-image: url("assets/images/eventstaff.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-img {
  background-image: url("assets/images/quote.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.clients {
  background-image: url("assets/images/clients.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.events {
  background-image: url("assets/images/events.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contactus {
  background-image: url("assets/images/contact.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {

.section-hero { background-image: url("assets/images/home@2x.jpg"); }

.about { background-image: url("assets/images/about@2x.jpg"); }

.section-hero-talent { background-image: url("assets/images/talent@2x.jpg"); }

.models { background-image: url("assets/images/models@2x.jpg"); }

.hosts-hostesses { background-image: url("assets/images/hostshostesses@2x.jpg"); }

.promoters { background-image: url("assets/images/promoters@2x.jpg"); }

.entertainment { background-image: url("assets/images/entertainment@2x.jpg"); }

.service-staff { background-image: url("assets/images/servicestaff@2x.jpg"); }

.event-staff { background-image: url("assets/images/eventstaff@2x.jpg"); }

.section-img { background-image: url("assets/images/quote@2x.jpg"); }

.clients { background-image: url("assets/images/clients@2x.jpg"); }

.events { background-image: url("assets/images/events@2x.jpg"); }

.contactus { background-image: url("assets/images/contact@2x.jpg"); }

}

/* --------- Hero Headings ---------- */

.section-hero h1,
.section-hero-talent h1 {
  font-family: "bebas_neuebold",sans-serif;
  font-size: 70px;
  line-height: 55px;
  color: #fff;
  padding: 225px 0 0 75px;
}

.section-subhero h1 {
  font-family: "bebas_neuebold",sans-serif;
  font-size: 65px;
  line-height: 55px;
  color: #fff;
  margin: 100px 0 100px 100px;
}

.section-hero .seemore {
  display: block;
  width: 85px;
  height: 85px;
  font-size: 8px;
  font-weight: 600;
  color: #fff;
  text-align:center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50%;
  margin-left: 240px;
  padding-top: 12px;
  opacity: 0.5;
  background-color: #53c6bc;
}

@media screen and (max-width: 1060px) and (min-width: 1011px) {

    .section-hero-talent h1 {
    font-size: 52px;
    line-height: 44px;
    padding: 175px 0 0 75px;
  }

}

@media screen and (max-width: 1010px) and (min-width: 601px) {

    .section-hero-talent h1 {
    font-size: 52px;
    line-height: 44px;
    padding: 200px 0 0 45px;
  }

}

@media screen and (max-width: 600px) {

    .section-hero-talent h1 {
    font-size: 52px;
    line-height: 44px;
    padding: 125px 0 0 45px;
  }

}

@media screen and (max-width: 1060px) and (min-width: 891px) {

  .section-hero h1 {
    font-size: 52px;
    line-height: 44px;
    padding: 175px 0 0 75px;
  }

    .section-subhero h1 {
    font-family: "bebas_neuebold",sans-serif;
    font-size: 52px;
    line-height: 44px;
    margin: 60px 0 60px 100px;
}

  .section-hero .seemore { margin-left: 75px; margin-top: 20px; }

}

@media screen and (max-width: 890px) and (min-width: 551px) {

  .section-hero h1 {
    font-size: 50px;
    line-height: 42px;
    padding: 150px 0 0 45px;
  }

  .section-subhero h1 {
    font-family: "bebas_neuebold",sans-serif;
    font-size: 50px;
    line-height: 42px;
    margin: 60px 0 60px 75px;
}

  .section-hero .seemore { margin-left: 45px; margin-top: 20px; }

}

@media screen and (max-width: 550px) {

  .section-hero h1 {
    font-size: 40px;
    line-height: 32px;
    padding: 125px 0 0 45px;
  }

  .section-subhero h1 {
    font-family: "bebas_neuebold",sans-serif;
    font-size: 50px;
    line-height: 42px;
    margin: 60px 0 60px 50px;
}

  .section-hero .seemore { margin-left: 45px; margin-top: 20px; }

}

/* --------- Topbar ---------- */

.section-hero .topbar,
.section-hero-talent .topbar,
.section-subhero .topbar {
  padding: 40px 40px 0 40px;
}

img.ident {
  float: left;
  height: 50px;
}

nav#menu {
    float: right;
}

nav#menu ul {
  list-style: none;
  margin-top: 15px;
}

nav#menu ul li {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline;
  margin-right: 35px;
}

nav#menu ul li:last-child { margin-right: 0; }

nav#menu ul li a {
  color: #fff;
  text-decoration: none;
}

ul.menu {
  float: right;
  list-style: none;
  margin-top: 12px;
}

ul.menu li{
  display: inline;
  margin-left: 15px;
}

ul.menu li:first-child{
  margin-left: 35px;
}

ul.menu li img {
  width: 25px;
}

/* --------- Sub Navigation ---------- */

nav#submenu {
  margin: auto;   
  min-height: 15.5vh;
  display: table;
}

nav#submenu ul {
  list-style: none;
  text-align: center;
  width: 100%;
  background-color: #fff;
  display: table-cell;
  vertical-align: middle;
}

nav#submenu li {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #444;
  display: inline;
  margin-right: 75px;
}

nav#submenu li:last-child { margin-right: 0; }

nav#submenu li a {
  color: #444;
  text-decoration: none;
}

nav#submenu.quicklink {
  margin-bottom: 75px;
}

nav#submenu.quicklink p {
  border-bottom: 2px solid #5cc9b8;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1010px) {

  nav#submenu { display: none; }

}

 /* --------- Section: Home Calls To Action (White) ---*/

.section-cta {
  width: 100%;
  background-color: #fff;
}

.section-cta .item {
  width: 60%;
  padding: 100px 100px 0 100px;
  text-align: center;
  margin: 0 auto;
}

.section-cta .item:last-child {
  padding: 100px 100px 100px 100px;
}

.section-cta .item span {
  font-family: "bebas_neuebook",sans-serif;
  color: #5cc9b8;
  font-size: 42px;
}

.section-cta .item h2 {
  font-family: "bebas_neuebold",sans-serif;
  font-size: 70px;
  line-height: 55px;
  margin-bottom: 35px;
}

.section-cta .item p {  margin-bottom: 35px; }

@media screen and (max-width: 1090px) and (min-width: 801px) {
  
  .section-cta .item {
    padding: 100px 150px 0 150px;
    width: 100%;
  }

    .section-cta .item:last-child {
    padding: 150px 150px 100px 150px;
  }

}

@media screen and (max-width: 800px) and (min-width: 551px) {
  
  .section-cta .item {
    padding: 75px 75px 0 75px;
    width: 100%;
  }

    .section-cta .item:last-child {
    padding: 75px 75px 75px 75px;
  }

  .section-cta .item h2 { font-size: 60px; line-height: 45px; }

}

@media screen and (max-width: 550px) {
  
  .section-cta .item {
    padding: 75px 75px 0 75px;
    width: 100%;
  }

    .section-cta .item:last-child {
    padding: 75px 75px 75px 75px;
  }


  .section-cta .item h2 { font-size: 55px; line-height: 40px; }

}

/* --------- Section: 2 Column Content ---------- */

.section-cont {
  width: 100%;
  padding: 100px;
}

.section-cont .heading {
  width: 100%;
}

.section-cont .col1,
.section-cont .col2,
.section-cont .col-f-1,
.section-cont .col-f-2 { width: 45%; }

.section-cont .col2 p.reg { margin-bottom: 25px; }

.section-blocks .row .cont-left-d .details .block p.reg { margin-bottom: 40px; }

.section-cont .container {
  margin: 0 auto;
  width: 80%;
}

.section-cont .container .colfull .bottom { margin-top: 100px; }

.section-cont .col1,
.section-cont .col-f-1,
.section-cont .colfull { float: left; }

.section-cont .col2,
.section-cont .col-f-2 { float: right; }

.section-cont .heading h2,
.section-cont .col1 h2,
.section-cont .col2 h2,
.section-cont .container .colfull h2 {
  font-family: "bebas_neuebold",sans-serif;
  font-size: 38px;
  margin-bottom: 28px;
}

@media screen and (max-width: 800px) and (min-width: 551px) {
  

.section-cont .container {
  width: 100%;
}

.section-cont .container .colfull .bottom { margin-top: 75px; }

  .section-cont .heading h2,
.section-cont .col1 h2,
.section-cont .col2 h2,
.section-cont .container .colfull h2 {
  font-size: 34px;
}

}

@media screen and (max-width: 550px) {
  
  .section-cont .container {
  width: 100%;
}

  .section-cont .heading h2,
.section-cont .col1 h2,
.section-cont .col2 h2,
.section-cont .container .colfull h2 {
  font-size: 30px;
}

.section-cont .container .colfull .bottom { margin-top: 50px; }

.section-cont .col1 p,
.section-cont .col2 p,
.section-cont .container .colfull p {
  margin-bottom: 25px;
}

.section-cont .col1 p:last-child,
.section-cont .col2 p,
.section-cont .container .colfull p {
  margin-bottom: 0;
}

}

@media screen and (max-width: 1060px) and (min-width: 891px) {

  .section-cont .col1,
  .section-cont .col2,
  .section-cont .col-f-1,
  .section-cont .col-f-2,
  .section-cont .container .colfull { width: 100%; }

  .section-cont .col1,
  .section-cont .col2,
  .section-cont .container .colfull { margin-bottom: 75px; }

  .section-cont .col-f-1,
  .section-cont .col-f-2 { margin-bottom: 25px; }

  .section-cont .col1:last-child,
  .section-cont .col2:last-child,
  .section-cont .col-f-1:last-child,
  .section-cont .col-f-2:last-child,
  .section-cont .container .colfull:last-child { margin-bottom: 0; }

}

@media screen and (max-width: 890px) and (min-width: 551px) {

  .section-cont {
    padding: 75px;
}

  .section-cont .col1,
  .section-cont .col2,
  .section-cont .col-f-1,
  .section-cont .col-f-2,
  .section-cont .container .colfull { width: 100%; }

  .section-cont .col1,
  .section-cont .col2,
  .section-cont .container .colfull { margin-bottom: 75px; }

  .section-cont .col-f-1,
  .section-cont .col-f-2 { margin-bottom: 25px; }

  .section-cont .col1:last-child,
  .section-cont .col2:last-child,
  .section-cont .col-f-1:last-child,
  .section-cont .col-f-2:last-child,
  .section-cont .container .colfull:last-child { margin-bottom: 0; }

}

@media screen and (max-width: 550px) {

  .section-cont {
    padding: 50px;
}

  .section-cont .col1,
  .section-cont .col2,
  .section-cont .col-f-1,
  .section-cont .col-f-2 { width: 100%; }

  .section-cont .col1,
  .section-cont .col2 { margin-bottom: 75px; }

  .section-cont .col-f-1,
  .section-cont .col-f-2 { margin-bottom: 25px; }

  .section-cont .col1:last-child,
  .section-cont .col2:last-child,
  .section-cont .col-f-1:last-child,
  .section-cont .col-f-2:last-child { margin-bottom: 0; }

}

/* --------- Section: Equiry Details ---------- */

.section-enq {
  width: 100%;
  text-align: center;
  padding: 0 100px 100px 100px;
}

.section-enq .contact {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border: 4px solid #5cc9b8;
  display: inline-block;
  padding: 40px 50px;
}

.section-enq .contact a {
  color: #444;
  font-weight: 600;
}

@media screen and (max-width: 800px) and (min-width: 551px) {
  
.section-enq {
  padding: 0 75px 75px 75px;
}

.section-enq .contact {
  line-height: 20px;
  padding: 30px 40px;
}

}

@media screen and (max-width: 550px) {
  
.section-enq {
  padding: 0 50px 50px 50px;
}

.section-enq .contact {
  line-height: 20px;
  padding: 30px 40px;
}

}

/* --------- Section: 100% Width Image ---------- */

.section-img { padding: 200px; }

.section-img .col {
  float: right;
  width: 45%;
  color: #fff;
}

.section-img .col h3 {
  font-family: "bebas_neuebold",sans-serif;
  font-weight: normal;
  font-size: 42px;
}

.section-img .col p { font-size: 18px ;
}

@media screen and (max-width: 1060px) and (min-width: 801px) {

  .section-img { padding: 150px 100px; }

  .section-img .col {
  width: 50%;
}

}


@media screen and (max-width: 800px) and (min-width: 551px) {
  
  .section-img { padding: 120px 60px; }

  .section-img .col {
  width: 55%;
}

.section-img .col h3 {
  font-size: 40px;
}

}

@media screen and (max-width: 550px) {
  
  .section-img { padding: 45px; }

  .section-img .col {
  width: 50%;
}

.section-img .col h3 {
  font-size: 32px;
}

.section-img .col p {
  font-size: 10px ;
  line-height: 14px;
}

}

/* --------- Section: Image Gallery ---------- */

.section-gallery {
  width: 100%;
}

.section-gallery img {
  width: 50%;
  height: auto;
  float: left;
}

@media screen and (max-width: 770px) {

  .section-gallery img { width: 100%; }

}

/* --------- Section: Image & Content Blocks w/ Submenu ---------- */

.section-blocks {
  width: 100%;
  background-color: #fff;
}

.section-blocks .row {
  width: 100%;
  height: 500px;
}

.section-blocks .row .img-left,
.section-blocks .row .img-right  {
  width: 50%;
  height: 500px;
}

.section-blocks .row .img-left { float: left; }

.section-blocks .row .img-right { float: right; }

.section-blocks .row .cont-left,
.section-blocks .row .cont-left-d,
.section-blocks .row .cont-right {
  width: 50%;
  height: 500px;
  display: table;
}

.section-blocks .row .cont-left,
.section-blocks .row .cont-left-d { float: left; }

.section-blocks .row .cont-right { float: right; }

.section-blocks .row .cont-left .cont,
.section-blocks .row .cont-right .cont,
.section-blocks .row .cont-left .case,
.section-blocks .row .cont-right .case,
.section-blocks .row .cont-left .details,
.section-blocks .row .cont-left-d .details,
.section-blocks .row .cont-right .details {
  display: table-cell;
  vertical-align: middle;
}

.section-blocks .row .cont-left .cont,
.section-blocks .row .cont-left .case,
.section-blocks .row .cont-right .cont,
.section-blocks .row .cont-right .case {
  text-align: center;
  padding: 0 150px;
}

.section-blocks .row .cont-left-d {
  text-align: left;
  padding: 0 100px;
  color: #fff;
  background-image: -moz-linear-gradient( 90deg, rgb(163,167,212) 0%, rgb(131,192,224) 45%, rgb(80,190,171) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(163,167,212) 0%, rgb(131,192,224) 45%, rgb(80,190,171) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(163,167,212) 0%, rgb(131,192,224) 45%, rgb(80,190,171) 100%);
}

.section-blocks .row .cont-left .cont h2,
.section-blocks .row .cont-right .cont h2 {
  font-family: "bebas_neuebold",sans-serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) and (min-width: 551px) {
  
.section-blocks .row .cont-left .cont h2,
.section-blocks .row .cont-right .cont h2 {
  font-size: 38px;
  line-height: 34px;
}

}

@media screen and (max-width: 550px) {
  
.section-blocks .row .cont-left .cont h2,
.section-blocks .row .cont-right .cont h2 {
  font-size: 36px;
  line-height: 32px;
}

}

.section-blocks .row .cont-left .case img,
.section-blocks .row .cont-right .case img {
  max-width: 150px;
}

.section-blocks .row .cont-left .cont p,
.section-blocks .row .cont-right .cont p {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 30px;
}

.section-blocks .row .cont-left .case p,
.section-blocks .row .cont-right .case p {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 25px;
}

.section-blocks .row .cont-left-d .details .block  { margin-bottom: 50px; }

.section-blocks .row .cont-left-d .details .block:last-child  { margin-bottom: 0; }

.section-blocks .row .cont-left-d .details .block h3 {
  font-family: "bebas_neuebold",sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 20px;
  color: #fff;
}

.section-blocks .row .cont-left-d .details .block span {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
  clear: left;
}

.section-blocks .row .cont-left-d .details .block p {
  font-size: 12px;
  line-height: 16px;
  margin-top: 20px;
}

.section-blocks .row .cont-left-d .details .block p span {
  font-size: 12px;
  font-weight: 600;
}

.section-blocks .row .cont-left-d .details .block p a {
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 1060px) and (min-width: 821px) {

  .section-blocks .row .cont-left-d { width: 100%; }

  .section-blocks .row .cont-left-d .details .block  {
    float: left;
    width: 50%;
    margin-bottom: 0;
  }

  .section-blocks .row .cont-left-d .details .block:last-child  { margin-bottom: 0; }
  
}

@media screen and (max-width: 820px) {

  .section-blocks .row .cont-left-d { width: 100%; padding: 45px; }

  .section-blocks .row .cont-left-d .details .block  {
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  
}


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

  .section-blocks .row .cont-left .cont,
  .section-blocks .row .cont-left .case,
  .section-blocks .row .cont-right .cont,
  .section-blocks .row .cont-right .case {
    padding: 0 100px;
  }
}

@media screen and (max-width: 990px) and (min-width: 661px) {

  .section-blocks .row .cont-left .cont,
  .section-blocks .row .cont-left .case,
  .section-blocks .row .cont-right .cont,
  .section-blocks .row .cont-right .case {
    padding: 0 125px;
  }

  .section-blocks .row .img-left,
  .section-blocks .row .img-right  {
    width: 100%;
    height: 400px;
   }

  .section-blocks .row .cont-left,
  .section-blocks .row .cont-right {
    width: 100%;
    height: 400px;
  }

}

@media screen and (max-width: 660px) and (min-width: 561px) {

  .section-blocks .row .cont-left .cont,
  .section-blocks .row .cont-left .case,
  .section-blocks .row .cont-right .cont,
  .section-blocks .row .cont-right .case {
    padding: 0 75px;
  }

  .section-blocks .row .img-left,
  .section-blocks .row .img-right  {
    width: 100%;
    height: 400px;
   }

  .section-blocks .row .cont-left,
  .section-blocks .row .cont-right {
    width: 100%;
    height: 450px;
  }

}

@media screen and (max-width: 560px) {

  .section-blocks .row .cont-left .cont,
  .section-blocks .row .cont-left .case,
  .section-blocks .row .cont-right .cont,
  .section-blocks .row .cont-right .case {
    padding: 0 50px;
  }

  .section-blocks .row .img-left,
  .section-blocks .row .img-right  {
    width: 100%;
    height: 350px;
   }

  .section-blocks .row .cont-left,
  .section-blocks .row .cont-right {
    width: 100%;
    height: 500px;
  }

}


/* --------- Section: Client Logos ---------- */

.section-logos {
  width: 100%;
  padding: 100px;
}

.section-logos h2 {
  font-family: "bebas_neuebold",sans-serif;
  font-size: 38px;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) and (min-width: 551px) {
  
.section-logos h2 {
  font-family: "bebas_neuebold",sans-serif;
  font-size: 34px;
}

}

@media screen and (max-width: 550px) {
  
.section-logos h2 {
  font-size: 30px;
}

}

.section-logos .row {
  text-align: center;
  margin: 100px 0;
}

.section-logos .row:last-child {
  margin: 100px 0 0 0;
}

.section-logos .row .logo {
  width: 25%;
  float: left;
}

.section-logos .row .logo img {
  max-width: 150px;
  height: auto;
}

@media screen and (max-width: 990px) and (min-width: 661px) {

  .section-logos .row,
  .section-logos .row:last-child { margin: 0; }

 .section-logos .row {
    margin: 0;
  }

  .section-logos .row .logo {
    width: 50%;
    margin: 30px 0;
  }

}

@media screen and (max-width: 660px) {

  .section-logos { padding: 75px; }

  .section-logos .row,
  .section-logos .row:last-child { margin: 0; }

 .section-logos .row {
    margin: 0;
  }

  .section-logos .row .logo {
    width: 100%;
    margin: 20px 0;
  }

}

/* --------- Form ---------- */

input.text {
  height: 50px!important;
  padding-left: 20px;
  border: none;
  color: #707070;
  background-color: #f0f0f0;
  font-size: 14px;
  font-weight: 300;
}

textarea.text{
  height: 125px!important;
  padding: 20px;
  border: none;
  color: #707070;
  background-color: #f0f0f0;
  font-size: 14px;
  font-weight: 300;
}

input.submit {
  font-size: 10px;
  font-weight: 600;
  color: #444;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 15px 50px;
  border: 1px solid #444;
  background: none;
  cursor: pointer;
}

.ninja-forms-req-symbol,
.ui-state-default,
.ui-datepicker-month,
.ui-datepicker-year {
  color: #5cc9b8!important;
  font-weight: 600;
}

.ui-state-default { font-weight: normal; }

.ninja-forms-required-items { display:none; }

.nf-desc { margin-bottom: 20px; }

/* --------- Google Map ---------- */

.acf-map {
  float: right;
  width: 50%;
  height: 500px;
}

@media screen and (max-width: 1060px) {

  .acf-map { width: 100%; }
  
}

/* --------- Section: Footer ---------- */

.section-footer {
  border-top: 1px solid #f0f0f0;
  padding: 100px;
}

.section-footer .col,
.section-footer .col-c {
  font-size: 11px;
  margin-right: 150px;
}

.section-footer .col:last-child,
.section-footer .col-c:last-child {
  margin-right: 0px;  
}

.section-footer .col { float: left; }

.section-footer .col-c { float: right; }

.section-footer .col .heading {
  font-weight: 600;
  font-color: #444;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.section-footer .col .divider {
  height: 2px;
  width: 20px;
  background-color: #5cc9b8;
  margin-bottom: 10px;
}

.section-footer .col ul {
  list-style: none;
  line-height: 18px;
}

.section-footer .col ul li a {
  color: #707070;
  text-decoration: none;
}

.section-footer .col-c p {
  font-size: 11px;
  line-height: 14px;
}

@media screen and (max-width: 1020px) and (min-width: 891px) {
  
  .section-footer .col,
  .section-footer .col-c {
    margin-right: 120px;
  }

}

@media screen and (max-width: 890px) and (min-width: 551px) {
  
  .section-footer {
    padding: 75px;
  }

  .section-footer .col,
  .section-footer .col-c {
    margin-right: 0;
    width: 100%;
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
  }

  .section-footer .col .divider {
    height: 2px;
    width: 20px;
    background-color: #5cc9b8;
  }

  .section-footer .col:last-child,
  .section-footer .col-c:last-child {
    margin-bottom: 0px;  
  }

  .section-footer .col .heading {
    font-size: 12px;
  }

  .section-footer .col ul {
    font-size: 12px;
    line-height: 18px;
  }

}

@media screen and (max-width: 550px) {
  
  .section-footer {
    padding: 50px;
  }

  .section-footer .col,
  .section-footer .col-c {
    margin-right: 0;
    width: 100%;
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
  }

  .section-footer .col .divider {
    height: 2px;
    width: 20px;
    background-color: #5cc9b8;
  }

  .section-footer .col:last-child,
  .section-footer .col-c:last-child {
    margin-bottom: 0px;  
  }

  .section-footer .col .heading {
    font-size: 12px;
  }

  .section-footer .col ul {
    font-size: 12px;
    line-height: 18px;
  }

}

/* --------- {Parallax} ---------- */

.parallax {
    height: 500px; /* fallback for older browsers */
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective: 300px;
    perspective: 300px;
    -webkit-perspective-origin-x: 100%;
    perspective-origin-x: 100%;
  }

  .parallax__group {
    position: relative;
    height: 500px; /* fallback for older browsers */
    height: 100vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .parallax__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform-origin-x: 100%;
    transform-origin-x: 100%;
  }

  .parallax__layer--fore {
    -webkit-transform: translateZ(90px) scale(.7);
    transform: translateZ(90px) scale(.7);
    z-index: 1;
  }

  .parallax__layer--base {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 4;
  }

  .parallax__layer--back {
    -webkit-transform: translateZ(-300px) scale(2);
    transform: translateZ(-300px) scale(2);
    z-index: 3;
  }

  .parallax__layer--deep {
    -webkit-transform: translateZ(-600px) scale(3);
    transform: translateZ(-600px) scale(3);
    z-index: 2;
  }

  #group4 .parallax__layer--deep {
  background-image: url("assets/images/model.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }

    #group4 .parallax__layer--base {
    background-image: url("assets/images/gradient.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }

      #group4 .parallax__layer--back {
    background-image: url("assets/images/colour.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {

    #group4 .parallax__layer--deep {
    background-image: url("assets/images/model@2x.jpg");}

    #group4 .parallax__layer--base {
    background-image: url("assets/images/gradient@2x.png");}

    #group4 .parallax__layer--back {
    background-image: url("assets/images/colour@2x.png");

     }
  #group5 .parallax__layer--base {
    background: #fff;
  }

  }

  #group5 {
    z-index: 3; /* slide over group 4 and 6 */
  }
  #group5 .parallax__layer--base {
    background: #fff;
  }


.d-photo {
  height: 175px;
  width: 175px;
  border-radius: 50%;
  margin: 0 auto;
  background-image: url("assets/images/deangeline.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.d-sig {
  height: 55px;
  margin: 15px auto;
  background-image: url("assets/images/dee.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.d-title {
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {

.d-photo { background-image: url("assets/images/deangeline@2x.jpg"); }

}

@media screen and (max-width: 1060px) {
  .d-photo { margin-top: 50px; }
}





.mouse
{
  height: 21px;
  width: 14px;
  border-radius: 10px;
  transform: none;
  border: 1px solid white;
  top: 170px;
  margin: 7px auto;
}

.mouse .text { text-align: center; }

.wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
}

.wheel
{
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}




/* RESPONSOVE MENU STUFF */

.mobileMenu, .mobileShow {
  display:none;
}

@media screen and (max-width: 1060px) and (min-width: 601px) {

  nav#menu {
    float: right;
    margin-top: 3px;
    padding: 0 35px;
  }

  .mobileMenu{
    display:block;
    z-index:9999;
    color:#FFFFFF;
    position:absolute;
    cursor:pointer;
    width: 30px;
    height: 30px;
    margin-top: 8px;
    background-image: url("assets/images/menu.svg");
  }
  
  #menu .menu-nav-container{
    position:fixed;
    top:0;
    left:100%;
    height:100%;
    width:100%;
    background:#5cc9b8;
    opacity: 0.9;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    z-index:10;
  } 
  
  #menu .active{
    left:0;
  }
  
  #menu ul.menu, #menu ul.menu li{
    float:left;
    position:relative;
    width:100%;
  }

  #menu ul.menu {
    text-align: center;
    margin-top: 200px;
  }

  #menu ul.menu li{
    font-size: 24px;
    font-weight: 600;
  }
  
  nav#menu ul li{
    margin:0;
  }
  
  #menu ul.menu li{
    margin-bottom: 25px;
  }
  
  .mobileHide{
    display:none;
  }
  
  #menu ul.mobileShow{
    display: block;
    left: 50%;
    margin-left: -55px;
  }
  
  #menu ul.mobileShow li{
    width:auto;
    margin-right: 15px;
  }
}

@media screen and (max-width: 600px) {
    
    nav#menu {
    float: right;
    margin-top: 3px;
    padding: 0 35px;
  }

  .mobileMenu{
    display:block;
    z-index:9999;
    color:#FFFFFF;
    position:absolute;
    cursor:pointer;
    width: 30px;
    height: 30px;
    margin-top: 8px;
    background-image: url("assets/images/menu.svg");
  }
  
  #menu .menu-nav-container{
    position:fixed;
    top:0;
    left:100%;
    height:100%;
    width:100%;
    background:#5cc9b8;
    opacity: 0.9;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    z-index:10;
  } 
  
  #menu .active{
    left:0;
  }
  
  #menu ul.menu, #menu ul.menu li{
    float:left;
    position:relative;
    width:100%;
  }

  #menu ul.menu {
    text-align: center;
      margin-top: 110px;
  }

  #menu ul.menu li{
    font-size: 16px;
    font-weight: 600;
  }
  
  nav#menu ul li{
    margin:0;
  }
  
  #menu ul.menu li{
    margin-bottom: 25px;
  }
  
  .mobileHide{
    display:none;
  }
  
  #menu ul.mobileShow{
    display: block;
    left: 50%;
    margin-left: -55px;
  }
  
  #menu ul.mobileShow li{
    width:auto;
    margin-right: 15px;
  }
}