/* 
Theme Name:   BBE Child Starter
Template:     bbe
Version:      1.0
Text Domain:  bbe-child-starter
Author: DopeWp
*/


/*
Theme Name:   BBE Child HamburgerAlways
Template:     bbe
Version:      1.0
Author: DopeWp
*/
html {font-size: 16px;}
body {
    width: 100%;
    overflow-x: hidden;
    margin:auto;
    font-family: "Roboto", sans-serif;
   
    font-size:100%;
    font-style: normal;
    font-weight: normal;
}

nav#main-nav {width:100%;margin:0 auto; }
.home .container-fluid,
.home .container {padding: 0;}
.home .container { visibility: hidden;}
.home .container.visible { visibility: visible; }
.home .row {margin: 0;}
.home .row.video-section {
  margin:0;
  padding:0;
}
.home .row.icon-container {margin:auto;}
.home .row.talk-bubbles {  margin: 4% auto;}
.home .row.team-photo {    margin: 60px auto 0 auto;}
.home .row.icon-container {    margin: 10% auto;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { 
    font-family:"Roboto",sans-serif;
    font-style: normal;
}


/* Hack the Bootstrap Navigation so you have a hamburger always */
#main-nav .container {width: 100%;}
.navbar-header {
    float: none;
}
.navbar-toggle {
    display: block;
    border: none;
    margin-top: 97px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 3px;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
}
.navbar-default {background:white;}
.navbar-nav>li {
    float: none;
    width: 100%
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav>li>a {
    text-align: right;
    padding-right: 39px;
    /*font-family: "AmsiPro";*/
    font-style: normal;
    font-size: 24px;
    width: 100%;
}
.navbar-collapse.collapse.in {display: block !important; }


/*  General styles*/

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: auto;
}
.navbar-header {
    display: flex;
    flex-flow: column;
    margin-bottom: .5%;
}
.navbar-brand {
    float: none;
    clear: both;
}
.navbar-default .navbar-toggle {
  order: 2;
  align-self: flex-end;
  margin-top: 40px;
}
a.navbar-brand {
    display: table-cell;
    margin: auto;
    text-align: center;
    width: 100%;
    order:1;
}
nav#main-nav .navbar-brand>img {
  display: block;
  margin: auto;
  cursor: pointer;
}
#process, 
#contact {padding-top: 130px; margin-top: -130px;}
#services {padding-top: 150px; margin-top: -150px;}
#clients {padding-top: 80px; margin-top: -80px;}
/* Style the video: 100% width and height to cover the entire window */

.container-fluid .jumbotron.video-container {
    padding: 0;
    max-width: 100%;
    width:100%;
    margin: auto;
    position:relative;
    overflow: hidden;
    border-radius: 0;
}

.homepage-video{
	height: 773px;
    min-height: 100%;
    width: 100%;
    min-width:100%;
   
    vertical-align: middle;
    margin: 0px auto;
    object-fit: cover;
    object-position: 50% 24%;
    border-style: none !important;

} 

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .homepage-video{
       height: 100% !important;
       width: 100% !important;
   }
}

/* IE10 and IE11   (Method 2) */
@media all and (-ms-high-contrast:none){
      .homepage-video{
       height: 100% !important;
       width: 100% !important;
   }
}

/*----MS Edge Browser CSS Start----*/
@supports (-ms-accelerator:true) {
	 .homepage-video{
       height: 100% !important;
       width: 100% !important;
   }
}
/*----MS Edge Browser CSS End----*/
@supports (-ms-accelerator:true) { 
	 .homepage-video{
       height: 100% !important;
       width: 100% !important;
   }
}
@supports (-ms-ime-align:auto) { 
 .homepage-video{
       height: 100% !important;
       width: 100% !important;
   }
}
/*/* Homepage Video overlay */
.homeslider-overlay {
    width: 100%;
    font-size: 3.4vw;
    position: absolute;
    top: 230px;right: 0; 
    bottom:0; left:0; 
    display:flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align:center;
    margin:auto;
}

.homeslider-overlay fieldset  {
    width: calc(100vw / 3);
    height: calc(100vw / 7.5);

    text-shadow: -8px 8px 30px rgba(0, 0, 0, 0.34);
    border:      8px solid rgba(255, 255, 255, 0.44);
    border-top:  8px solid rgba(255, 255, 255, 0.44);
    border-radius: 5px;
}
 
.homeslider-overlay fieldset > * {
    -ms-flex-item-align: center;
    -moz-align-self: center; 
    -webkit-align-self: center;
    align-self: center;
    -ms-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.homeslider-overlay fieldset:last-of-type {
     margin-bottom: 0px;
}

.homeslider-overlay legend {
    min-width: 0px;
    max-width: 59%;
    position: relative;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    text-transform:uppercase; 
    font-family:'AmsiPro';
    font-style: normal;
    font-weight: 600; 
    font-size: 60%;
    text-shadow: -8px 8px 30px rgba(0, 0, 0, 0.24);
    border-bottom:none;
    color:white;
}

.homeslider-overlay h2 {
    width: 100%;
    font-size: 100%;
    font-family:"AmsiPro";
    font-style: normal;
    font-weight: 900;
    text-shadow: -8px 8px 30px rgba(0, 0, 0, 0.34);
    position: relative;
    /*z-index: 9000000;*/
    text-align: center;
    color:white;
    text-transform: capitalize;
} 

/* ROTATING TEXT EFFECT on Heading 2 in home video */
.homeslider-overlay .rotating-sevices {
    width: 100%;
    height: 100px;
    overflow: visible;
    position:relative;
    text-align: center;
    margin: auto;
}
.homeslider-overlay .rotating-service:not(:first-of-type) {
    opacity: 0;
  }
.homeslider-overlay .rotating-service.first { 
    opacity: 1;
}
.homeslider-overlay .rotating-service {
    width: 100%;
    display:block;
    margin-top:0;
    position:absolute;
    top: 0; left: 0; bottom: 0; right: 0;  
}

.homeslider-overlay .active.out,
.homeslider-overlay .rotating-service.out{
    opacity:0;
    visibility: hidden;
    -o-transform:rotateX(60deg);
    -ms-transform:rotateX(60deg);
    -moz-transform:rotateX(60deg);
    -webkit-transform:rotateX(60deg);
    transform:rotateX(60deg);
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
}

.homeslider-overlay .rotating-service.behind{
    opacity:0;
    -o-transform:rotateX(-60deg);
    -ms-transform:rotateX(-60deg);
    -moz-transform:rotateX(-60deg);
    -webkit-transform:rotateX(-60deg);
    transform:rotateX(-60deg)
}

.homeslider-overlay .rotating-service.in{
    opacity:1;
    visibility: visible;
    -o-transform:rotateX(0deg);
    -ms-transform:rotateX(0deg);
    -moz-transform:rotateX(0deg);
    -webkit-transform:rotateX(0deg);
    -o-transition:all .4s ease;
    -ms-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -webkit-transition:all .4s ease;
    transition:all .4s ease
}

/* Button styles */
#myBtn, 
.button,
form .btn-primary{
    width: auto;
    font-size: 30px;
    padding: .125em 1.275em;
    border: none;
    background: #8d3759;
    color: #fff;
    cursor: pointer;
    font-family: "Roboto", sans-serif !important;
    font-weight: normal;
    box-shadow: -8px 8px 30px rgba(0, 0, 0, 0.14);
    display: table;
    margin: auto;
    border-radius: 5px;
}

#myBtn:hover,
.button:hover,
form .btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, 
.btn-primary.active:hover, .btn-primary:active.focus, 
.btn-primary:active:focus, .btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active, 
.open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus, 
form .btn-primary:hover   {
    background: #4e1e31 !important;
    color: white !important;
    outline: none;
    text-decoration: none;
}
form .btn-primary {
  margin-top: 11%;
}
/* space around button after video demo reel */
.demo-reel .button {margin: 55px auto 10px;}

/* Banner with Bubbles */
.bubble-bar {
    width: 100%;
   
    margin: 0 auto;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.25vw;
}
.bubble-bar.services {
    background: url(https://www.flowerpotmedia.com/wp-content/uploads/2018/05/Bubble-banner-48px-tall-1.png) repeat-x;
}
.bubble-bar .h2 {
    text-align: center; 
    font-size: 100%;
    margin:0 auto;
    color: #666666;
    font-family:"Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.bubble-bar.services .h2 {  
    text-shadow: 8px 8px 20px rgba(0, 0, 0, 0.14);
}
/* 3 Talk bubbles */
.talk-bubbles {
    max-width: 1920px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.talk-bubbles .left,
.talk-bubbles .right {
    width: 100%;
    padding: 5px 10px;
}

/* if the bubbles are used as the background*/

.talk-bubbles .left:first-of-type .thumbnail {
	background: url(https://www.flowerpotmedia.com/wp-content/uploads/2018/05/bubble-1-3.png) no-repeat;
	
	}
.talk-bubbles .right .thumbnail{
	background-size: contain;
	background: url(https://www.flowerpotmedia.com/wp-content/uploads/2018/05/bubble-2.png) no-repeat;
	background-position-x: right;
	align-items: flex-end;
}

.talk-bubbles .left:last-of-type .thumbnail{
	background-size: contain;
    background: url(https://www.flowerpotmedia.com/wp-content/uploads/2018/05/bubble-1-3.png) no-repeat;
}

.talk-bubbles .left:first-of-type .thumbnail,
.talk-bubbles .right .thumbnail,
.talk-bubbles .left:last-of-type .thumbnail {
 	height: 425px;
 	background-size: contain;
 }

.talk-bubbles .left {
    align-self: flex-start;  
}
/* .talk-bubbles .left img {float:left;} */
.talk-bubbles .right {
    align-self: flex-end;
    text-align: right;
}
/* .talk-bubbles .right img {float:right;} */
.talk-bubbles .thumbnail {
    position: relative;
    border: none;
}
/* .talk-bubbles .thumbnail img {
   width: 41%;
} */
.talk-bubbles .thumbnail,
.talk-bubbles .thumbnail .caption{
    opacity: 0;
    -moz-transition: all 2000ms ease-out;
    -webkit-transition: all 2000ms ease-out;
    -o-transition: all 2000ms ease-out;
    transition: all 2000ms ease-out;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.talk-bubbles .thumbnail .caption{ 
    -moz-transition: all 1000ms ease-out;
    -webkit-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
}
.talk-bubbles .thumbnail.in-view,
.talk-bubbles .thumbnail.in-view .caption {
    opacity: 1;
	display: flex;
    justify-content: flex-start;
    flex-flow: column;
}
.talk-bubbles .caption {
  /*  position: absolute;*/
   /* top: 133px;
    top: 80px;
    width: 85%;
    width: 65%;
    font-size: 1.4vw;
    font-size: 1.1vw;*/
}
/* if the bubbles are used as the background*/
.talk-bubbles .caption {
   /* position: absolute;
    top: 133px;
    top: 80px;*/
    width: 71%;
    font-size: 1.1vw;
	height: 268px;
	align-content: center;
   

}
/* left caption bubble */
.talk-bubbles .left .caption {
  /*  left: 116px;
    left: 96px; */
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin: 65px 0 0 50px;

}
/* right caption bubble */
.talk-bubbles .right .caption {
    right: 116px; 
    right: 96px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
     margin: 65px 50px 0 0;
    float: right;
}

.talk-bubbles .caption h3 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #666;
    font-size: 200%;
    font-size: 190%;
}
.talk-bubbles p {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #666;
    font-size: 90%;
}

/* Team photos and caption  - text fades in */
.team-photo {
    max-width: 1920px;
    width: 100%;
    text-align: center;
    position: relative; 
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 60px auto 0 auto;
    font-size: 2vw;
}

.team-photo .img-responsive {
    position: relative;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;  
}

.team-photo .caption {
    position: absolute;
    vertical-align: middle;
    text-align: center;
    top: 60%;
    background: rgba(0,0,0,.44);
    border: 4px solid #ccc;

    color: white;
    width: 65%;
    padding: 20px;
    border-radius: 12px;
    opacity: 0;
}

.team-photo .caption {
  opacity: 0;
  -moz-transition: all 3000ms ease-out;
  -webkit-transition: all 3000ms ease-out;
  -o-transition: all 3000ms ease-out;
  transition: all 3000ms ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.team-photo .caption.in-view {
  opacity: 1;
}

.team-photo .caption p { 
    font-family: "Roboto Slab", serif !important; 
    font-weight: normal;
    font-style: normal;
}
/* Our Services Bar */
.bubble-bar.services {height:120px;}
.bubble-bar.services h2.h2{
    margin: auto;
    line-height: 120px;
    vertical-align: middle;
}

/* Icon section  -change colors and size of svg - add outline to svgs */
.icon-container {
    max-width: 1920px;
    width: 80%;
    margin:6% auto;   
}

.icon-container .col-md-3.col-sm-6 {
    width: 33.333%;
}

.icon-container .flex-items {margin:1% 0;}
svg:not(:root),
.icon-container img {
    height: 160px;
    opacity: 0.6;
}
svg path,
circle,
polygon,
rect  {
    fill: #666;
}

.icon h4 {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #666;
    font-style: normal;
}

/* Demo Reel Video Section  */
.demo-reel-container { 
   /* box-shadow: 19px 1px 22px 8px rgba(0,0,0,.24);*/
    position:relative;
    width:100%;
    height: 100%;
    padding:50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow:column wrap;
    margin-bottom: 50px;
}

.demo-reel-container img {
	max-width: 1920px;    
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
    display: block;
}

.demo-reel-container .thumbnail {width: 100%;}

.demo-reel-container a.video-modal {  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f01d";
  font-family: FontAwesome;
  font-size: 100px;
  color: #fff;
  opacity: .8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.75);
}
.demo-reel-container a:hover, 
.demo-reel-container a:active,
.demo-reel-container a:focus,
.demo-reel-container a:hover.video-modal:hover:before,
.demo-reel-container a.video-modal:hover:before {
  color: #eee;
}
 
/* Modal box - lightbox effect */
.modal-dialog.demo-reel-modal {
    max-width: 1430px;
    width: 100%;
    margin:0 auto;
    border:none; 
}
.demo-reel-modal .modal-content  {
    background: none;
    box-shadow: none;
    border:none;
}
.demo-reel-modal .modal-body {
    padding:0;
}

.demo-reel-modal .demo-content {
    width: 100%;
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow:column wrap;
}
.demo-reel-modal .demo-content video+div {
    width: 100%;
    display: flex;
    background: rgba(0,0,0,.5);
    justify-content: center;
}
.demo-reel-video {width: 90%;}
 
.demo-reel-modal .modal-content  {
    display:table;
    height: 100%;
    width: 100%;
}
.demo-reel-modal .modal-body  {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.demo-reel-modal .close {
    font-size: 51px;
    opacity: .6;
    color: #e7e7e7;
    margin-right: 10px;
}
.demo-reel-modal .close:hover {
    color: white;
    opacity: 1;
}
.demo-reel-modal .demo-content{
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:100%;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}
.demo-reel-modal button {
  /*  background: transparent;*/
    border-radius: 50%;
    border:none;
}
.demo-reel-modal .fa {
    font-size: 2.4em;
    color: #e7e7e7;
}
.demo-reel-modal .fa:hover {
    color: white;
}
/* Demo reel video controls */

  #controls {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -49px;
    padding: 3px;
    border-radius:none;
    z-index: 999999;
  }

  video {
    background: black;
  }

 .demo-reel-modal #controls button {
    text-indent: -9999px;
    width: 37px;
    height: 37px;
    border: none;
    cursor: pointer;
    margin: 3px;
    opacity: .4;
    outline:none;
}

 .demo-reel-modal #controls button:hover {
    opacity: 1;
 }
 .play {
    background: 
      url(/wp-content/themes/bbe-child-starter/images/play_white.png) no-repeat;
 
}
 .pause {
    background: 
      url(/wp-content/themes/bbe-child-starter/images/pause_white.png) no-repeat;
 
  }
  .stop {
 background: 
      url(/wp-content/themes/bbe-child-starter/images/stop_white.png) no-repeat;
   }

  #volume-bar {
    width: 50px;
    vertical-align: middle;
    padding: 0px;
    background: transparent;
    margin: 0;
  }
  .unmute {
   background: 
      url(/wp-content/themes/bbe-child-starter/images/volume_off_white.png) no-repeat;
 
  }
  .mute {
   background: 
      url(/wp-content/themes/bbe-child-starter/images/volume_up_white.png) no-repeat;
 
  }
  .replay {
    background: 
      url(/wp-content/themes/bbe-child-starter/images/replay_white.png) no-repeat;
 
  }

  .fullscreen {
    text-indent: 0px;
    color: #fff;
    background-color: black;
    background-image: none;
    padding: 0px;
    font-weight: bold;
    margin: 8px 1px 5px 1px;
     background: 
      url(/wp-content/themes/bbe-child-starter/images/fullscreen_white.png) no-repeat;
  }

  progress {
    color:  #fff;
    font-size: 12px;
    width: 220px;
    height: 16px;
    border: none;
    margin-right: 10px;
    background: #ccc;
    border-radius: 9px;
    vertical-align: middle;
    margin: 13px 4px 3px 4px;
  }
  progress::-moz-progress-bar {
    color:  #fff;
    background: #ccc;
  }

  progress[value]::-webkit-progress-bar {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
  }

  progress[value]::-webkit-progress-value {
    background-color:  #fff;
  }

  input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    margin: 6.8px 0;
  }
  input[type="range"]:focus {
    outline: none;
  }
  input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4.4px;
    cursor: pointer;
    /*box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;*/
    background:  #fff;
    border-radius: 1px;
    border: 1.1px solid #fff;
  }
  input[type="range"]::-webkit-slider-thumb {
    /*box-shadow: 2.6px 2.6px 3.7px #00aa00, 0px 0px 2.6px #00c300;*/
    border: 2.5px solid  #fff;
    height: 18px;
    width: 9px;
    border-radius: 3px;
    background: #ccc;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7.9px;
  }
  input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #ccc;
  }
  input[type="range"]::-moz-range-track {
    width: 100%;
    height: 4.4px;
    cursor: pointer;
    /*box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;*/
    background: #ccc;
    border-radius: 1px;
    /*border: 1.1px solid #18d501;*/
  }
  input[type="range"]::-moz-range-thumb {
    /*box-shadow: 2.6px 2.6px 3.7px #00aa00, 0px 0px 2.6px #00c300;*/
    border: 2.5px solid #fff;
    height: 18px;
    width: 9px;
    border-radius: 3px;
    background: #ccc;
    cursor: pointer;
  }
  input[type="range"]::-ms-track {
    width: 100%;
    height: 4.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  input[type="range"]::-ms-fill-lower {
    background: #ccc;
    border: 1.1px solid #ccc;
    border-radius: 2px;
    /*box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;*/
  }
  input[type="range"]::-ms-fill-upper {
    background: #ccc;
    border: 1.1px solid #ccc;
    border-radius: 2px;
    /*box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;*/
  }
  input[type="range"]::-ms-thumb {
    /*box-shadow: 2.6px 2.6px 3.7px #00aa00, 0px 0px 2.6px #00c300;*/
    border: 2.5px solid #ccc;
    height: 18px;
    width: 9px;
    border-radius: 3px;
    background: #ccc;
    cursor: pointer;
    height: 4.4px;
  }
  input[type="range"]:focus::-ms-fill-lower {
    background: #ccc;
  }
  input[type="range"]:focus::-ms-fill-upper {
    background: #fff;
  }


/* Testimonials*/
.testimonials {
    width:100%;
    height: 900px;
    margin: 50px 0 0;
    background: white;
    overflow:hidden;
}
.testimonials .testimonials-bg {
    background: url(https://www.flowerpotmedia.com/wp-content/themes/bbe-child-starter/images/testimonials-bg.png) repeat;
    height: 92%;
    background-position: bottom;
}
/* Recoded Lacamas Testimonial to use flexbox */
.testimonials .flex-slider { 
    display:flex;
    flex-flow:row nowrap;
    justify-content:center;
    align-content: center;
    align-items: center;
     max-width: 1500px; 
    width: 100%;
    height:100%;
    margin: auto;
}
/*
 * slides 
 ******************/
.testimonials .carousel-inner {
    position: absolute;
    height: 92%;
    top:0;bottom:0;
    overflow:hidden;
}

.testimonials .carousel-inner .item {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    position: relative;
    overflow:hidden;
    height: 100%;
    /*this is the same height as the testimonials wrapper*/
} 

/* Lacamas slider */
.testimonials .flex-slider.split-3-columns {
    max-width: 1500px;
    margin:auto;
}
.testimonials .flex-slider.split-3-columns .first-column {
    width: 50%;
    height:900px;
    margin:auto;
}
.testimonials .flex-slider.split-3-columns .second-column {
    width:28%; 
    margin:auto;
    text-align:center;
    
}
.testimonials .flex-slider.split-3-columns .third-column {
    width: 35%; 
    margin:1% auto 0;
    height:900px;
}

.testimonials .flex-slider .carousel-caption,
.testimonials .flex-slider .slider-image  {
    width: 50% !important; 
    margin:0;  
    display:flex;
    flex-flow:column;
    height:100%;
}
.testimonials .flex-slider .slider-image {
    margin-left:56%;
}
.testimonials .flex-slider .slider-image img {
    width: 80% !important;
    margin:auto;
}
.testimonials img.testimonial-image.lacamas  {
    max-width: 1470px !important;
    width: 100%;
    max-height: 100%;
    margin: auto; margin-top: 10%;
   
} 
.testimonials .flex-slider .carousel-caption {

  /*opacity: 0;*/
  animation-fill-mode: both;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 48% !important;
  left:5%;
  right:0;bottom:0;
  justify-content: center;
  font-size: 1.1vw;
  letter-spacing: 1px;
  text-shadow: none !important;
}
.testimonials .flex-slider .first-column .carousel-caption {
  width: 30% !important;
}
 
/*@-moz-keyframes fadeIn {
    0% {
       opacity: 0;
    }
    100% {
       opacity: 1;
    }
 }
@-webkit-keyframes fadeIn {
    0% {
       opacity: 0;
    }
    100% {
       opacity: 1;
    }
 }

@keyframes fadeIn {
   0% {
      opacity: 0;
   }
   100% {
      opacity: 1;
   }
}*/

/* Caption fade-in animation */
/*.testimonials .active .carousel-caption {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
       
}*/

.testimonials .flex-slider .carousel-caption .quote { 
    padding: 0;
    width: 14% !important;
    left: 0;
    margin-left: 0;
 
}
.testimonials .flex-slider .first-column .carousel-caption .quote {
    left: 4%;
    width: 19% !important;
    margin-left: -7%;
}
.testimonials .flex-slider .carousel-caption p {
    width: 96%; 
    margin: 1% auto;
    font-size: 93.2215%;
    font-family: "Roboto Slab", serif !important;
    font-style: normal;
    font-weight: 300;
}
.testimonials .flex-slider .first-column .carousel-caption p {
    width: 96%;
}

.testimonials .flex-slider .carousel-caption hr { 
    width:75%;
    margin:3% auto 3% auto;
}

.testimonials .flex-slider .carousel-caption .credit { 
    font-family:"Roboto", sans-serif !important;
    font-style: normal;
    font-weight: 300;
    font-size: 100%;
    letter-spacing: 2px;
    line-height: 125%;
}
.testimonials .flex-slider .first-column .carousel-caption .credit { 
    font-size:90%;
}

/* remove background behind the arrows*/
.testimonials .right.carousel-control,
.testimonials .left.carousel-control{
    display:none; 
    background-image: none;
}
.testimonials .carousel-indicators {
    position: relative;
    margin: auto;
    text-align: center;
    left:0;
    bottom: -28px;
}
.testimonials .carousel-indicators .active {
    background-color: #666;
    width: 16px;
    height: 16px;
    margin:1px 4px;
}
.testimonials .carousel-indicators li {
    background-color: #000\9;
    background-color: rgba(0,0,0,.40);
    border: 1px solid rgba(0,0,0,.10);
    width: 16px;
    height: 16px;
    margin:1px 4px;
}

.testimonials .flex-slider .second-column .stats {
    margin-top:25%;
    color: white;
    font-family: "Roboto Slab", serif !important;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    border-right: 1px solid white;
    border-left: 1px solid white;
  
}

.testimonials .flex-slider .second-column .stats { 
    display:flex;
    flex-flow:column;
    width: 100%; 
}

.testimonials .flex-slider .second-column .statistic-title {
   font-size: 38px;
}  
.testimonials .flex-slider .second-column .stats .statistic-name, .stats .statistic {
    width: 100%;
}
.testimonials .flex-slider .second-column .statistic{
    font-weight: 500;
    letter-spacing: 1px;
    margin: 4% 0 0 0;
    font-size: 30px;    
    font-family: "Roboto Slab", serif !important; 
}
.testimonials .flex-slider .second-column .stats .statistic-name { font-size: 21px; }

/*.testimonials .flex-slider .third-column .slider-image { margin-left:22%; }
*/
.testimonials .flex-slider .third-column .slider-image img { 
    width: 100% !important;
    margin-left: -50%;
}

/* cheers photo */
.team-photo.toast .caption {
    top: 20%;
    opacity: 0;
    -moz-transition: all 3000ms ease-out;
    -webkit-transition: all 3000ms ease-out;
    -o-transition: all 3000ms ease-out;
    transition: all 3000ms ease-out;
}

.team-photo.toast .caption.in-view {
    opacity: 1;
}

/* Contact form */
.main-contact-form .container .row {
    background: #507e76;
    position:relative;
    height: 100%;
    padding: 30px 30px 50px;
    border-radius: 12px;
    width: 85%;
    margin: auto;
}

.main-contact-form .container .row:before {
    content: "";
    position: absolute;
    bottom: -80px;
    right: 180px;
    border-width: 0 0 156px 162px;
    border-style: solid;
    border-color: transparent #507e76;
}

.contact-form p {
    font-size: 50px;
    color: #507e76;
    text-align:center;
    margin: 3% auto;
    font-family: "AmsiPro";
    font-family: "Roboto",sans-serif;
    font-style: normal;
    font-weight: 300;
}
.contact-form form label+p { display: none;}
.contact-form label {visibility: hidden;}

.contact-form .wpcf7-form-control {
    height: 55px;
}

.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 170px;
}
.pet,
.Pet input {visibility: hidden;height: .5px !important;}
.contact-form .main-contact-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel {width:100%;}

.grecaptcha-badge {
	box-shadow: none !important;
	border: none !important;
    z-index: -10 !important;
}
/*.grecaptcha-badge,
.grecaptcha-badge:hover{
    height: 60px;
    position: absolute !important;
	border: none !important;

	box-shadow: none !important;
	transition:none !important;
	z-index: 3;
	right: 15px !important;
	left:  15px !important;
	bottom: -63px !important;
	margin: 0 auto;
	width: 256px;
}*/
/* .rc-anchor-invisible-text{
	background: rgba(57, 113, 105, 0.9) !important;
} */
.main-contact-form.sent .grecaptcha-badge, 
.main-contact-form.invalid .grecaptcha-badge {visibility:hidden !important;}
/* 
.g-recaptcha div {display:block;margin:auto;}
.g-recaptcha>div>div{width:100% !important;max-width:302px;overflow:hidden;padding:0;}
.g-recaptcha iframe{width:100%;height:100%;} */

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
    border: 6px solid #A7D735;
    font-size: 22px;
    text-align: center;
    padding: 10px;
    font-family: "Roboto Slab", serif !important;
    font-weight: normal;
    font-style: normal;
	margin-top: -87px;
	z-index: 999999;
    position: relative;
    background: white;
}
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {border-color: red;}


/* Blog */
.blog .flexbox,
.single .flexbox,
.modal-body .flexbox{
    -webkit-display:flex;
    display:flex; 
    -webkit-justify-content:space-evenly;
    justify-content: space-evenly; 
    width: 60%; 
    margin: 4% auto;
}
.single .flexbox.prev-next {
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #4F7D75;
    padding: 40px 0;
}
.blog .flexbox a,
.single .flexbox a{
      display: table;
    text-align: center;
}
.single .flexbox.prev-next a { 
    color: white;
    margin: 6px 2%;
    font-size: 19px;
}
.single .flexbox.prev-next .button a:hover {text-decoration:none;}
.single .flexbox.prev-next .button { 
    display: flex;
    width: 40%;
    font-size: 25px;
}
.single .flexbox.prev-next .button.prev {
    justify-content: flex-start;  
    margin:0;

}
.single .flexbox.prev-next .button.next {
    justify-content: flex-end;
    margin:0;
}
.modal-body .flexbox {
    width: auto;
}
/*.blog .flexbox.social-icons img,*/
.single .flexbox.social-icons img{
    width: 50%;height: 100%;
}
.flexbox.social-icons img:hover {
  -webkit-filter: drop-shadow(3px 3px 15px rgba(0,0,0,.4));
    filter: drop-shadow(3px 3px 15px rgba(0,0,0,.4));
}


.blog .blog-display img {
  -webkit-filter: grayscale(100%) brightness(60%) sepia(100%) hue-rotate(121deg) saturate(400%) contrast(0.8);
  filter: grayscale(100%) brightness(60%) sepia(100%) hue-rotate(116deg) saturate(200%) contrast(0.9);
}
.blog .blog-display img:hover {
    cursor: pointer;
  -webkit-filter: grayscale(100%) brightness(60%) sepia(100%) hue-rotate(121deg) saturate(400%) contrast(0.8);
  filter: grayscale(100%) brightness(60%) sepia(100%) hue-rotate(116deg) saturate(200%) contrast(0.9);
}
.blog .blog-display  {
	max-width: 1920px;
    max-width: 920px;
    max-width: 720px;
	margin:auto;
}
#content .blog .blog-display img{  
	max-width: 1920px;
	width: 100%;
    max-height: 1000px;
	height: 100%;
    object-fit: cover;
    object-position: top center;
}
.blog .blog-display a.more-link:hover {
	text-decoration: none;
}
.blog .blog-display .button {
	margin:4% auto 15%;
}
.blog h1 {
    font-size: 50px;
    color: #507e76;
    text-align: center;
    margin: 3% auto;
    font-family: "Roboto",sans-serif;
    font-style: normal;
    font-weight: 300;
}
.blog h2,
.single h1 {
    font-size: 38px; 
    font-weight:300;
    font-family: 'Roboto Slab';
    text-align:center;
}
/*.blog section {
    width: 65%; 
    margin: 2% auto 3% auto;  
    
}*/
/*.blog section p{
  margin: inherit;
}*/
.blog p {
    width: 90%;
    margin: auto;
}
.blog .button, form {
    font-size: 20px;
}
.blog .glyphicon {    
    top: 2.4550px;
    font-size: 18px;
}
.blog a:hover.more-link {text-decoration: none;}
.blog-single section p,
.blog-single section ul{
    width: 66%;
    margin: 28px auto;
    font-size: 18px;
}
.blog-single section h2{
    width: 72%;
    font-family: "Roboto Slab", serif;
    margin: 5% auto;
    border-bottom: .5px solid #4F7D75;;
    padding-bottom: 15px;
    color: #4F7D75;
}
.single iframe {
    margin: auto;
    text-align: center;
    display: block;
}
.pagination {
    display: table;
    margin: auto;
}

.pagination>li>a, .pagination>li>span {
    color: #B5CF3D;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #4F7D75;
}
.single .alert-info {
    color: #B5CF3D;
    background-color: #f9ffdb;
    border-color: #B5CF3D;
}
.single #form-group-website {
    display:none;
}
/*#commentform {*/
/*    display:flex;
    flex-flow: row wrap;
    flex: 1 100%;
    margin: 1%;
}
#commentform .form-group,
#commentform p{
    flex: 3 100%;
    margin: 1%;
}
#commentform #form-group-name,
#commentform #form-group-email {
    flex: 1 auto;
}*/
#respond p{ width: 100%;margin:2% auto;}
#commentform .btn-primary {
    font-size: 23px;
    padding: 6px 12px;
    width: 100%;
}
form#commentform  .btn-primary {
    margin: 2% auto;
}
.email-signup-wrapper,
.contact-email-signup {
    margin: 6% 0;
    background: #4F7D75;
    height: 150px;
    display:flex; 
    justify-content: center;
    flex-flow: column;
    background: url(/wp-content/themes/bbe-child-starter/images/flowerpot-media-video-bg-web.jpg) no-repeat;
    background-size: cover;
    min-height: 640px;
    max-height: 1600px;
    height: 100%;
}
.email-signup-wrapper {
    min-height: 140px;
    max-height: 200px;
    height: 100%;
    background-position-y: center;
    background: url(/wp-content/themes/bbe-child-starter/images/flowerpot-media-subscribe-web.jpg) no-repeat;

}
.contact-email-signup .h2 {
    color: white;
    margin:0 auto;
    font:34px "Roboto";
}
.contact-email-signup .whiteborderbox {
    border: 3px solid white;
    border-radius: 8px;
    width: 67%;
    margin:4% auto;
    font-weight:300;
    text-align:center;
    padding: 30px 10px; 
}

.contact-email-signup .whiteborderbox h3 {
    font-size: 45px;
    font-weight: 600;
}
.contact-email-signup .whiteborderbox p {
    color: white;
    font-size: 23px;
    padding: 20px;
    width: 85%;
    margin: auto; 
}
.contact-email-signup img{
    width: 80px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-10%);
}
/*.contact-email-signup form.email-form,
.email-signup-wrapper form,*/

/*constant contact signup form*/
.email-form form {
    display:flex; 
    flex-flow:nowrap;
    justify-content: center;
    line-height: 200%;
}
.contact-email-signup form.wpcf7-form.blog-contact {
    width: 70%;
    margin: auto;
}
.contact-email-signup form.wpcf7-form.blog-contact p{
    margin: 0;
}
.contact-email-signup form.wpcf7-form.blog-contact label{
   visibility: hidden;
   font-size: 3px;
}
.contact-email-signup form.wpcf7-form.blog-contact input, 
.contact-email-signup form.wpcf7-form.blog-contact select, 
.contact-email-signup form.wpcf7-form.blog-contact textarea,
.contact-email-signup form.wpcf7-form.blog-contact textarea:focus, 
.contact-email-signup form.wpcf7-form.blog-contact input:focus,
.form-control {
    color: #4F7D75 !important;
}
::-webkit-input-placeholder {
    color: #4F7D75 !important;
}

::-moz-placeholder {
    color: #4F7D75 !important;
}

::-ms-placeholder {
    color: #4F7D75 !important;
}

::placeholder {
    color: #4F7D75 !important;
}
.contact-email-signup form.wpcf7-form.blog-contact input[type="submit"] {
    color: white !important;
} 

.contact-email-signup form.wpcf7-form.blog-contact .form-control{
    margin: 1% 0;
    height: 55px;
   
}
.contact-email-signup form.wpcf7-form.blog-contact textarea.wpcf7-form-control.wpcf7-textarea.form-control{
    height: 159px;
    padding-top: 16px;
}
.contact-email-signup form.wpcf7-form.blog-contact .btn-primary{
    margin-top: 5%;
    width: 90%;
    font-weight: 300;
}
.subscribe-wrapper {
    margin: 3% 0 0 0;
    padding: 20px;
    background: #4F7D75;
}
.email-signup{
    margin: 3% 0 0 0;
    margin:0;
    padding: 20px;  
}
/*constant contact signup form*/

.ctct-form-wrapper .ctct-form .ctct-label-top label, 
.ctct-form-wrapper .ctct-form .ctct-label-bottom label {
    display:none!important;
}
.ctct-disclosure {
    display:none;
}

/*constant contact signup form*/
.email-form .ctct-form-wrapper p.ctct-form-field {
    margin: auto 2% !important;
}
/*.contact-email-signup form.email-form .form-control,
.email-signup-wrapper form.email-form .form-control,*/
/*new*/
.email-form .ctct-email.ctct-label-top {
    width: auto;
    height: auto;
    font-size: 30px;
    padding: .125em 1.275em;
    border: .5px #ccc solid;
    cursor: pointer;
    font-family: "Roboto", sans-serif !important;
    font-weight: normal;
    box-shadow: -8px 8px 30px rgba(0, 0, 0, 0.14);
    display: table;
    margin: auto;
    border-radius: 8px;
}
/*.contact-email-signup form.email-form label,
.email-signup-wrapper form.email-form label,*/
/*new*/
.email-form .ctct-form-wrapper p.ctct-form-field.ctct-form-field-email {
     width: 40% !important;
} 
.email-form .ctct-form-wrapper p.ctct-form-field.ctct-form-field-submit{
    width: auto !important;
    margin: auto 0px !important;
}
.email-form .ctct-form-wrapper p.ctct-form-field.ctct-form-field-hidden {
    margin:0 !important;
    padding:0;
    width: 2px !important;
} 
 
.email-form form .ctct-email.ctct-label-top  {
    width: 100%;
}
 
.email-form form .ctct-submit {
    margin:0 auto;
    box-shadow: none;
    background: transparent;
    border: 2px solid white;
    border-radius: 0px 5px 5px 0;
}
 
.email-form form .ctct-submit {
    border-radius: 5px;
    padding: 10px 90px;
    background: #4F7D75;
}
.email-form form .ctct-submit {
 } 
button.comment-social-share {
    width: 100%;
    height: 205px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 8%;
}
button.comment-social-share,
.comment {
	-webkit-box-shadow: inset 6px -17px 167px -62px rgba(230,227,230,0.62);
	-moz-box-shadow: inset 6px -17px 167px -62px rgba(230,227,230,0.62);
	box-shadow: inset 6px -17px 167px -62px rgba(230,227,230,0.62);
}
ul.recent-posts {
    list-style: none;           
	display:flex;
    flex-flow: row nowrap;
    padding:0;
    margin:4% auto;
}
.recent-posts li {
    width: 90%;
    margin: 0 auto;
    flex: 1 100%;
    text-align: center;
}
#content .recent-posts img {
      height: 250px;
        width: 98%;
        object-fit: cover;
      display:block;
      margin:auto;
}
#content .recent-posts a {
    font-size: 20px;
    text-align:center;
  margin: 5% auto 0 auto;
  display: table;
}


/* Footer */
footer {
    font-size: 40px;
    color: #666;
    font-family:"Roboto", sans-serif;
    font-style:normal;
    font-weight: 500px;
}

footer.container.site-footer {width: 100%;}

footer p strong {
    font-size: 40px;
}
 
footer p {
    font-size: 26px;
    margin-top: 13px;
}

/* Instagram - 1st column */
footer  ul.instagram-pics {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 90%;
    height:400px;
    margin:auto;
    background: #f9f7f7;
  
}
footer h4 {text-align: center;  }
footer .instagram-pics li {
    margin:.5% 1%;
    width:auto;
    display: flex;
    justify-content: center;
    text-align: center;
    align-self: center
}
footer .instagram-pics img {
    width: 100%;
    height: 100%;
}
footer ul.instagram-pics {
    width: 58%;
}
footer .instagram-pics a { font-size: 10px; }
footer .instagram-pics img {
   max-width: 190px;
   max-height: 190px;
   width: 100%;
   height: 100%;
}
footer #null-instagram-feed-2 p,
footer #footer-column-3 p {
    width: 100%;
    text-align: center;
}

footer .null-instagram-feed p a,
footer #footer-column-3 p a{
    background: #507c75;
    color: white;
    padding: .425em .825em;
    border-radius: 4px; 
}
footer .null-instagram-feed p a:hover,
footer #footer-column-3 p a:hover { 
    text-decoration:none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
} 

footer .social-media-icons {
    width:75%;
    margin:auto;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    -ms-align-items: center;
    -moz-align-items:  center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow:row wrap;
    flex-flow: row nowrap;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
}

footer .social-media-icons.contact div {
    display: block;
    margin: 1% 2%;    
    width: 24%;
}
footer .social-media-icons.contact img {
    width: 100%;
}

footer .social-media-icons.contact img:hover{
    -webkit-filter: drop-shadow(3px 3px 15px rgba(0,0,0,.4));
    filter: drop-shadow(3px 3px 15px rgba(0,0,0,.4));
}

footer .footer-menu {text-transform: uppercase;font-size: 34px;}

footer #do-etfw-2 iframe {width:80%; margin: auto;}

footer iframe#twitter-widget-0 {
    max-width:90% !important;
/*     height:351px !important; */
    margin: auto !important;
    display: block !important;
}
.customisable-border {
    border-color: transparent !important;
}
.site-sub-footer p {
    font-size: 60%;
    margin-top: 5%;
}
footer .timeline-Footer .u-floatLeft {display: none !important;}


/*need to make this the margin for firefox: margin: 0 150px 0;*/
@-moz-document url-prefix() { 
    .homeslider-overlay legend  {
        margin: 0px 21%;
        width: 100%;
    }
}

@media screen and (min-width:515px) {
    .testimonials .item:nth-of-type(3) .flex-slider .slider-image img {
            bottom: 38%;
    }
}

@media screen and (min-width:1600px) and (max-width: 1800px) {
        .talk-bubbles .caption {
	    font-size: 1.4vw;
	}
}
@media screen and (min-width:1800px) {

    @-moz-document url-prefix() { 
        .homeslider-overlay legend  {
           margin: 0 160px 0;
        }
    }
    .talk-bubbles .caption {
       /* font-size: 1.5vw;
        top: 113px;*/
    }
    .demo-reel-container a {font-size: 6vw;}
}

@media screen and (min-width:2000px) {

    .homepage-video {
        height: 946px;
    }
  	.homeslider-overlay fieldset {
        width: calc(90vw / 3);
    }
    @-moz-document url-prefix() { 
        .homeslider-overlay legend  {
           margin: 0 170px 0;
        }
    }
    /*.talk-bubbles .caption {
            font-size: 1.4vw;
    }*/
    .demo-reel-container a::after{ top: 36%;}
   
}
@media screen and (min-width: 2049px) {
    .homeslider-overlay fieldset {
        width: calc(100vw / 3);
        height: calc(100vw / 7.5);
    }
}

@media screen and (min-width: 2200px) {
    .homeslider-overlay fieldset {
        width: calc(90vw / 3);
    }
	
	.talk-bubbles .left:first-of-type {
		margin: 55px 0 0 50px;
	}
	.talk-bubbles .caption {
    	width: 69%;
	}
	
 
   .team-photo {font-size: 1.7vw;}
}
@media screen and (min-width: 2400px) {
   .homeslider-overlay {font-size: 3.2vw;}
   .talk-bubbles .caption {
    	font-size: .9vw;
	}
}

@media screen and (max-width: 2200px) {
    .bubble-bar {font-size: 2.5vw;} 
}

@media screen and (max-width: 2048px) {
    .homeslider-overlay {
        font-size: 4.2vw;
        top: 160px;
    }
    .homeslider-overlay fieldset {
        width: calc(110vw / 3);
        height: calc(128vw / 7.5);
    }
    .talk-bubbles .caption {
    	width: 63%;
	}
    .main-contact-form .container .row {
        padding: 20px 20px 70px;
    }
    footer ul.instagram-pics,
    footer iframe#twitter-widget-0  {
        width: 75% !important;
    }
    footer .null-instagram-feed p,
    footer #footer-column-3 p {
        margin-top: 110px;
    }
}
@media screen and (max-width: 1900px) {
	.talk-bubbles .caption {
	    font-size: 1.2vw;
	}
}
@media screen and (max-width: 1800px) {
    .navbar-default .navbar-toggle {
        margin-top: 30px;
    }
    nav#main-nav .navbar-brand>img {
        width: 26%;
    }
    .homeslider-overlay {
        font-size: 4vw;
    }
    .homeslider-overlay fieldset {
        width: calc(110vw / 3);
        height: calc(128vw / 7.5);
    }
    .testimonials .flex-slider .carousel-caption {
        font-size: 1.4vw;
    }
    footer .null-instagram-feed p,
    footer #footer-column-3 p  {
        margin-top: 25px;
    }
}
@media screen and (max-width:1700px) {
	.talk-bubbles .caption {
	    width: 63%;
		font-size: 1.3vw;
	}
    footer .instagram-pics img {
        max-width: 180px;
        max-height: 180px;
    }
}
@media screen and (max-width: 1600px) {
    .homepage-video {
        height: 578px;
    }
    .homeslider-overlay {
       top: 110px;
    }
    .homeslider-overlay {
        font-size: 4.4vw;
    }
    .homeslider-overlay fieldset {
        width: calc(120vw / 3);
        height: calc(134vw / 7.5);
    }
    #myBtn, 
    .button, form .btn-primary,
    .email-form form .ctct-submit  {
        font-size: 28px;
    }
    .talk-bubbles {
        max-width: 85%;
    }
	.talk-bubbles .caption {
    	width: 74%;
	}
/*     .talk-bubbles .caption,
    .talk-bubbles .right .caption, .talk-bubbles .left:last-of-type .caption {
        top: 61px;  
       width: 76%; 
    }
     .talk-bubbles .left .caption {
    	left: 86px;
    }
    .talk-bubbles .right .caption {
    	right: 86px;
    } */
 /*   .talk-bubbles .right .caption,
    .talk-bubbles .left:last-of-type .caption {
        top: 101px;
     }*/
    .talk-bubbles p {
	    font-size: 100%;
	}
    svg:not(:root) {
      height: 130px;
    }
    .testimonials {
      height: 800px;
      padding-top: 0;
    }
   
    .testimonials .carousel-inner .item {
       height: 800px;
    }
    .testimonials .flex-slider .carousel-caption {
        font-size: 1.5vw;
    }
    .testimonials .flex-slider .first-column .carousel-caption {
      width: 35% !important;
      left: 5%;
    }
    .testimonials .flex-slider .third-column .slider-image img  {
      bottom: 25%;
    }
	
    .main-contact-form .container .row {
      width: 65%;
      padding-bottom: 70px;
    }
    footer #footer-column-2 p {
        font-size:22px;
    }
    footer #footer-column-2 p strong {
        font-size: 34px;
    }
     .site-sub-footer p {
        font-size: 70%;
    }
}
@media screen and (max-width:1590px) {
    footer .instagram-pics img {
        max-width: 170px;
        max-height: 170px;
    }
    .talk-bubbles .caption {
        font-size: 1.4vw;
    }
/*     .talk-bubbles .left .caption {
    left: 76px;
	}
	.talk-bubbles .right .caption {
	    right: 76px;
	} */
   .talk-bubbles .caption h3 {
    	font-size: 171%;
	}
    .talk-bubbles p {
	    font-size: 88%;
	}
}
@media screen and (max-width: 1500px) {
   
    footer ul.instagram-pics, 
    footer iframe#twitter-widget-0 {
        width: 85% !important;
    }
}

@media screen and (max-width: 1440px) {
    #main-nav .navbar-brand>img {
        width: 30%;
    }
    .homepage-video {
        height: 548px;
    }
    
    .homeslider-overlay {top:80px;}
    .bubble-bar {
        font-size: 3vw;
    }
	.talk-bubbles .left:first-of-type .thumbnail, 
	.talk-bubbles .right .thumbnail, 
	.talk-bubbles .left:last-of-type .thumbnail {
    	height: 365px;
	}
	.talk-bubbles .left .caption {
		margin: 40px 0 0 50px;
	}
	.talk-bubbles .right .caption {
		margin: 50px 50px  0 0;
	}
    .talk-bubbles .caption {
	    font-size: 1.5vw;
	}
    .talk-bubbles .left, .talk-bubbles .right {
        width: 100%;
        padding: 0;
    }
    .talk-bubbles .caption {
		width: 66%;
	}
   /* .talk-bubbles .right .caption,
    .talk-bubbles .left:last-of-type .caption {
        top: 70px;
    }
    .talk-bubbles .left .caption {
        left: 86px;
    }
    .talk-bubbles .right .caption {
        right: 86px;
    }*/
    .icon h4 {
        font-size: 24px;
    }
    .demo-reel-container img { 
       /* width: 90%; */
        max-height: 580px;
    }
    .demo-reel-container a {font-size: 9vw;}
    
    #volume-bar {margin:0;}
    .testimonials .testimonials-bg {height: 81%;}
    .testimonials .carousel-inner .item {
        height: 669px;
    }
    .site-sub-footer p {
        font-size: 50%;
    }
}
@media screen and (max-width: 1400px) {

	.talk-bubbles .caption {
		width: 64%;
	}
}
@media screen and (max-width: 1366px) {
  
    .homeslider-overlay {
        font-size: 5vw;
    }
    .homeslider-overlay fieldset {
        width: calc(140vw / 3);
        height: calc(158vw / 7.5);
    }
    .thumbnail {
        padding: 0;
        margin-bottom: 0;
    }
    .talk-bubbles .caption {
        width: 70%;
    }
    .talk-bubbles p {
	    font-size: 100%;
	}
    .talk-bubbles .right .caption, 
    .talk-bubbles .left:last-of-type .caption {
    	top: 68px;
    }  
}

@media screen and (max-width:1340px) {
    footer .instagram-pics img {
        max-width: 160px;
        max-height: 160px;
    }
}
@media screen and (max-width: 1305px) {
    
   
}
@media screen and (max-width: 1280px) {
   
	.talk-bubbles .caption {
		width: 61%;
	}
   .testimonials .flex-slider .carousel-caption {
    	font-size: 1.677vw;
   }
   footer .instagram-pics img {
	    max-width: 150px;
	    max-height: 150px;
   }
   .contact-form p {
      font-size: 38px;
   }
}

@media screen and (max-width: 1240px) {
  /*  .talk-bubbles img {
        width: 49%;
    }*/
   
    .icon h4 {
      font-size: 20px;
    }
    
    footer .instagram-pics img {
        max-width: 140px;
        max-height: 140px;
    }
}
@media screen and (max-width:1200px) {
	/*.talk-bubbles {
	    max-width: 76%;
	}*/
	/*.talk-bubbles .caption {
	    width: 65%;
	    top: 50px;
	}
	.talk-bubbles .right .caption, .talk-bubbles .left:last-of-type .caption {
	    top: 50px;
	}
    .talk-bubbles .left .caption {
        left: 66px;
    }
    .talk-bubbles .right .caption {
        right: 66px;
    }*/
	.talk-bubbles .caption {
		width: 70%;
	}
    .talk-bubbles .caption h3 {
        font-size: 32px;
    }
}
@media screen and (max-width:1199px) {

  /*  .talk-bubbles .caption {
        top: 38px;
    }
    .talk-bubbles .right .caption, .talk-bubbles .left:last-of-type .caption {
        top: 34px;
    }*/
}
@media screen and (max-width:1120px) {
	.talk-bubbles .caption {
		width: 76%;
	}
    footer .footer-column {
        width: 50%;
        margin: auto;
        float: none;
    }
    footer ul.instagram-pics {height: 100%;background: none;}
     footer .instagram-pics img {
        max-width: 190px;
        max-height: 190px;
    }

    footer #null-instagram-feed-2 p,
    footer #footer-column-3 p {
        margin-top: 18px;
        font-size: 24px;
    }
    footer section#null-instagram-feed-2 {
        margin-bottom: 50px;
    }
}
@media screen and (max-width:1112px) {
    
    .homeslider-overlay {
        top: 90px;
    }
	.talk-bubbles .left:first-of-type .thumbnail, 
	.talk-bubbles .right .thumbnail, 
	.talk-bubbles .left:last-of-type .thumbnail {
		height: 335px;
	}
	.talk-bubbles .caption {
		font-size: 1.5vw;
		width: 70%;
	}
	.talk-bubbles .left .caption {
		margin: 45px 0 0 50px;
	}
/*     .talk-bubbles {
        max-width: 80%;
    } */
   /* .talk-bubbles .thumbnail img {
        width: 49%;
    }*/
 
   /* .talk-bubbles .left .caption {
        left: 47px;
    }
    .talk-bubbles .right .caption {
        right: 47px;
    }*/
  
     svg:not(:root),
    .icon-container img {
       height: 120px;
    }
     
    .testimonials .flex-slider .carousel-caption {
        font-size: 1.8vw;
    }
    .testimonials .flex-slider .third-column .slider-image img {
        bottom: 30%;
    }
    /*.testimonials .flex-slider.split-3-columns .second-column {
        margin: 22% auto 0;
    }*/
    .testimonials .flex-slider .second-column .statistic-title {
      font-size: 26px;
    }
    .testimonials .flex-slider .second-column .stats .statistic-name {
      font-size: 15px;
    }
    .main-contact-form .container .row:before {
        right: 60px;
    }
    footer #footer-column-2 p {
        font-size: 20px;
    }
    footer #footer-column-2 p strong {
        font-size: 28px;
    }
}

@media screen and (max-width: 1024px) {
    .navbar-default .navbar-toggle {
        margin-top: 18px;
    }
    #main-nav .navbar-brand>img {
        width:35%;
    }
    .homeslider-overlay {
        font-size: 5.4vw;
    }
    .homeslider-overlay fieldset {
        width: calc(150vw / 3);
        height: calc(170vw / 7.5);
    }
    .bubble-bar {
        font-size: 3.5vw;
    }
    .talk-bubbles .caption {
		font-size: 1.75vw;
	    width: 70%;
	}

    .talk-bubbles p {
	    font-size: 90%;
	}
    #myBtn, 
    .button, 
    form .btn-primary,
    .email-form form .ctct-submit  {
        font-size: 24px;
    }

    svg:not(:root),
    .icon-container img {
        height: 100px;
    }
   
    footer #null-instagram-feed-2 p,
    footer #footer-column-3 p {
        font-size:18px;
    }
}
/* Portrait */
@media screen  
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) {
    .homepage-video {
        height: 1129px;
    }
    .talk-bubbles .caption {
        font-size: 2vw;
    }
    form .btn-primary {
        margin-top: 90px;
    }
}
@media screen  
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .homepage-video {
        height: 1129px;
    }
    .talk-bubbles .caption {
        font-size: 2vw;
    }
    form .btn-primary {
        margin-top: 90px;
    }
}
@media screen  
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .homepage-video {
        height: 1129px;
    }
    .talk-bubbles .caption {
        font-size: 2vw;
    }
    form .btn-primary {
        margin-top: 90px;
    }
}
/* Landscape */
@media screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) {
    .homepage-video {
        height:764px;
    }
    .talk-bubbles .caption {
        font-size: 1.7vw;
    }
}
/* Landscape */
@media screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .homepage-video {
        height:764px;
    }
    .talk-bubbles .caption {
        font-size: 1.7vw;
    }
}
/* Landscape */
@media screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .homepage-video {
        height:764px;
    }
    .talk-bubbles .caption {
        font-size: 1.7vw;
    }
}
@media screen and (max-width: 991px) {
    nav#main-nav .navbar-brand>img {
        width: 35%;
    }
    .talk-bubbles {
        max-width: 990px;
    }
	
	.talk-bubbles .caption {
		font-size: 1.8vw;
	}
    .icon-container {
        width: 60%;
    }
    
    .testimonials .flex-slider .carousel-caption {
        font-size: 1.9vw;
    }
    .contact-form .main-contact-form .btn-primary,
    .contact-form .main-contact-form .btn-primary:hover {
      margin-top: 13%;
    }
    .main-contact-form .container .row:before {
      right: 30px;
    }
    footer .instagram-pics img {
        max-width: 180px;
        max-height: 180px;
    }
}
@media screen and (max-width: 944px) {
	/* 	.talk-bubbles .left:first-of-type .caption {
		margin: 26px 0 0 40px;
	} */
	.talk-bubbles .right .caption {
		margin: 40px 40px 0 0;
	}
	.talk-bubbles .left:last-of-type .caption {
		margin: 42px 0 0 40px;
	}
	.talk-bubbles .caption {
		font-size: 2vw;
	}
    footer .instagram-pics img {
        max-width: 170px;
        max-height: 170px;
    }
}
@media screen and (max-width: 900px) {
    .navbar-default .navbar-toggle {
        margin-top: 9px;
    }
    .bubble-bar {
        font-size: 3.5vw;
    }
    .talk-bubbles .left, 
	.talk-bubbles .right {
        padding: 5px 0px;
    }

    .team-photo .caption {
        width: 75%;
        font-size: 2vw;
    }
}

@media screen and (max-width: 893px) {
    footer .instagram-pics img {
        max-width: 160px;
        max-height: 160px;
    }
}

@media screen and (max-width: 843px) {
    footer .instagram-pics img {
        max-width: 150px;
        max-height: 150px;
    }
}
@media screen and (max-width: 834px) {
    .navbar-default .navbar-toggle {
        margin-top: 16px;
    }
    #main-nav .navbar-brand>img {
        width: 40%;
    }
    .homepage-video {
        width: 100%;
    }
    .homeslider-overlay {
        font-size: 6vw;
    }
    .homeslider-overlay fieldset {
        width: calc(160vw / 3);
        height: calc(190vw / 7.5);
    } 
  
    .talk-bubbles {
      max-width: 85%;
    }
 
    .talk-bubbles .caption {
        font-size: 2.2vw;
        width: 82%;
    }
 
    .icon-container .col-md-3.col-sm-6 {
        width: 50%;
        float: left;
    }
    .team-photo {
        font-size: 2.3vw;
    }
    .testimonials {
      height: 657px;
      margin: 0;
    }
    .testimonials .testimonials-bg {
        height: 540px;
        margin-top: 70px;
    }
    .testimonials .flex-slider .carousel-caption {
        font-size: 2vw;
        width: 50%!important;
        left: 6%;
    }   
 
    .testimonials .flex-slider .third-column .slider-image {
        width: 60% !important;
        margin-left: 46%;
    }
    .contact-form p {
        font-size: 40px;
    }
    footer .footer-column {
        width: 75%;
    }
    footer ul.instagram-pics, footer iframe#twitter-widget-0 {
        width: 75% !important;
    }
    footer .instagram-pics img {
        max-width: 190px;
        max-height: 190px;
    }
}
/* Landscape */
@media screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape)  {
    .homepage-video {
        height: 548px;
    }
}
/* Landscape */
@media screen
   and (min-device-width: 834px)
   and (max-device-width: 1112px)
   and (orientation: landscape)
   and (-webkit-min-device-pixel-ratio: 1.5) {
    .homepage-video {
        height: 548px;
    }
}
/* Landscape */
@media screen
   and (min-device-width: 834px)
   and (max-device-width: 1112px)
   and (orientation: landscape)
   and (-webkit-min-device-pixel-ratio: 2) {
    .homepage-video {
        height: 548px;
    }
}
/* Portrait */
@media screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px) 
  and (orientation: portrait) {
    .homepage-video {
        height: 810px;
    }
    .homeslider-overlay {
        top: 170px;
    }

    form .btn-primary {
        margin-top:110px;
    }
}
@media screen
   and (min-device-width: 834px)
   and (max-device-width: 1112px)
   and (orientation: portrait)
   and (-webkit-min-device-pixel-ratio: 1.5) {
     .homepage-video {
        height: 810px;
    }
    .homeslider-overlay {
        top: 170px;
    }

    form .btn-primary {
        margin-top:110px;
    }
}
@media screen
   and (min-device-width: 834px)
   and (max-device-width: 1112px)
   and (orientation: portrait)
   and (-webkit-min-device-pixel-ratio: 2) {
     .homepage-video {
        height: 810px;
    }
    .homeslider-overlay {
        top: 170px;
    }

    form .btn-primary {
        margin-top:110px;
    }
}
@media screen and (max-width: 800px) {
 
}
@media screen and (max-width: 768px) {
    .container-fluid>.navbar-collapse, 
    .container-fluid>.navbar-header, 
    .container>.navbar-collapse, 
    .container>.navbar-header  {margin:0;}

    .navbar-default .navbar-toggle {
        margin-top: 5px;
    }
    .homeslider-overlay {
        font-size: 6.5vw;
    }
    .homeslider-overlay fieldset {
        width: calc(180vw / 3);
        height: calc(215vw / 7.5);
    }
    .home .row.team-photo.toast {
        margin: 0 auto;
    }

    .talk-bubbles .left .caption {
		margin: 40px 0 0 50px;
	}
	
	.talk-bubbles .right .caption {
		margin: 40px 50px 0 0;
	}
	.talk-bubbles p {
		font-size: 100%;
	}
    .team-photo .caption {
        font-size: 2.2vw;
    }
    .testimonials {
        height: 720px;
    }
    .testimonials .testimonials-bg {
        height: 540px;
        margin-top: 70px;
    }
 
    .testimonials .flex-slider .second-column .statistic-title {
        font-size: 21px;
    }
    .testimonials .flex-slider .second-column .statistic {
        font-size: 19px;
    }
    .testimonials .flex-slider .second-column .stats .statistic-name{
        font-size: 11px;
    }
    .main-contact-form .container .row {
        padding: 10px 10px 70px;
    }
    footer #null-instagram-feed-2 p,
    footer #footer-column-3 p {
        margin-top: 5%;
    }
}

@media screen and (max-width: 744px) {
    footer .instagram-pics img {
    max-width: 170px;
    max-height: 170px;
    }
}
@media screen and (max-width: 736px) {
    .homepage-video {
         width: 100%;
        height: 508px;
    }
    .homeslider-overlay {
        font-size: 6.4vw;
    }
    .homeslider-overlay fieldset {
        width: calc(180vw / 3);
        height: calc(224vw / 7.5);
    }
    .talk-bubbles .right .caption, 
    .talk-bubbles .left:last-of-type .caption {
        top: 55px;
    }
    .talk-bubbles .caption p,
    .team-photo .caption p,
    .testimonials .flex-slider .carousel-caption p {
        font-size: 16px;
    }
 
    .testimonials,
    .testimonials .carousel-inner .item {
       height: 680px;
    }
    .testimonials .flex-slider .carousel-caption {
      font-size: 2.1vw;
    }
    .testimonials .flex-slider .carousel-caption p {
        font-size: 14px;
    }
  
    .testimonials .flex-slider .slider-image img {
        bottom: 36%;
    }
    .blog h1 {
        font-size: 46px;
    }
    .contact-form p {
        font-size: 36px;
    }
}
@media screen and (max-width: 674px) {
    .talk-bubbles .caption {
        top: 48px;
    }
    .talk-bubbles .right .caption, 
    .talk-bubbles .left:last-of-type .caption {
        top: 35px;
    }
    footer .instagram-pics img {
        max-width: 160px;
        max-height: 160px;
    }
}
@media screen and (max-width: 667px) {
    .navbar-default .navbar-toggle {
        margin-top: 0;
    }
    .homepage-video {
        height: 418px;
    }
    .bubble-bar {
        font-size: 4vw;
    }
    #myBtn, 
    .button, 
    form .btn-primary,
    .email-form form .ctct-submit  {
        font-size: 22px;
    }
    .talk-bubbles .thumbnail img {
        max-width: 100%;
        width: 62%;
    }
    
    .talk-bubbles .caption {
      width: 82%;
      top: 34px;
    }
    .talk-bubbles .right .caption, .talk-bubbles .left:last-of-type .caption {
        top: 44px;
    }
    .team-photo.toast .caption {
        top: 10%;
    }
    
    .testimonials .flex-slider .second-column .statistic-title {
        font-size: 21px;
    }
    .testimonials .flex-slider .second-column .statistic {
        font-size: 19px;
    }
    .testimonials .flex-slider .second-column .stats .statistic-name{
        font-size: 11px;
    }
    .main-contact-form .container .row:before {
        bottom: -60px;
        right: 0px;
        border-width: 4px 0 116px 131px;
    }
}
@media screen and (max-width: 640px) {

    .bubble-bar  {
        font-size: 7vw;
    }
    .bubble-bar .h2 { 
        width: 80%;
        font-size: 80%;
    }
    .talk-bubbles .thumbnail img {
        width: 66%;
    }
    .team-photo .caption {
        width: 80%;
    }
    
    .talk-bubbles .right .caption, 
    .talk-bubbles .left:last-of-type .caption {
        top: 45px;
    }
    .testimonials .flex-slider.split-3-columns .second-column {
      display:none;
    }
   
    .testimonials {
         height: 820px;
    }
    .testimonials .testimonials-bg,
    .testimonials .carousel-inner .item {
         height: 82%;
    }
    .testimonials .carousel-inner {
        height: 100%;
    }
    .testimonials .flex-slider,
    .testimonials .flex-slider.split-3-columns { 
        flex-flow: column;
        justify-content: flex-end;
    }

    .testimonials .flex-slider .carousel-caption {left: 5%;}

    .testimonials .flex-slider .carousel-caption,
    .testimonials .flex-slider .first-column .carousel-caption {
        width: 100% !important;
        height: auto;
        order: 1;
        top: 0;
    }

    .testimonials .flex-slider .slider-image, 
    .testimonials .flex-slider .third-column .slider-image  {
        width: 70% !important;
        height: auto;
        margin: 0;
        order: 2;
    }
    .testimonials .flex-slider .third-column .slider-image {
        margin: 0 auto;
        width: 50%!important; 
    }
    .testimonials .flex-slider .slider-image img,
    .testimonials .flex-slider .third-column .slider-image img {
        width: 50% !important;
        margin: 0 auto;
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
    }
    
    .testimonials .flex-slider .carousel-caption .quote,
    .testimonials .flex-slider .first-column .carousel-caption .quote {
        margin-left: -5%;
    }
  
    .testimonials .flex-slider .carousel-caption,
    .testimonials .flex-slider .first-column .carousel-caption {
      width: 85% !important;
      padding-top: 10px;
      left: 0;
      margin: 0 auto;
    }
 
    .testimonials .flex-slider.split-3-columns {
        flex-flow:column;
    }
    .testimonials .flex-slider.split-3-columns .first-column,
    .testimonials .flex-slider.split-3-columns .third-column {
        width: 100%;
        margin: 0;
        height: auto;
    }
    .testimonials .flex-slider .first-column .carousel-caption .quote {
        width: 13% !important;
    }

    .testimonials .flex-slider .carousel-caption p,
    .testimonials .flex-slider .first-column .carousel-caption p {
      left: 0; right:0; top: 0; bottom: 0; 
      margin: 1.5% auto; 
      padding: 0;
      width:96%;
    }
    .single .flexbox {
        width: 60%;
        margin: 7% auto;
    }
    .single .flexbox.social-icons img {
        width: 65%;
    }
    .blog-single section p, .blog-single section ul {
        width: 98%;
    }
    .blog-single section h2 {
        text-align: center;
    }
    ul.recent-posts {
        flex-flow: row wrap;
    }
    .contact-email-signup .whiteborderbox {
        width: 97%;
    }
    .contact-email-signup form.wpcf7-form.blog-contact {
        width: 97%;
        margin: 40px auto;
    }
  
    .email-form form {
        width: 100% !important;
        flex-flow: wrap !important;
    }

  
    .email-form .ctct-form-wrapper p.ctct-form-field.ctct-form-field-email,
    .email-form .ctct-form-wrapper p.ctct-form-field.ctct-form-field-submit,
    .email-form form .ctct-submit {
        width: 100% !important; 
        margin-top: 2%!important;
    }
    .email-form form .ctct-email.ctct-label-top,
    .email-form form .ctct-submit {
        font-size: 28px !important;
        text-align: center;
    }
    footer .instagram-pics img {
        max-width: 150px;
        max-height: 150px;
    }
}
@media screen and (max-width: 600px){
 
     .talk-bubbles .thumbnail img {
         width: 77%;
     }
    .team-photo .caption {
        width: 85%;
    }
    .testimonials .flex-slider .carousel-caption {
        font-size: 2.4vw;
    }
    .site-sub-footer p {
        font-size: 44%;
    }
    footer ul.instagram-pics, footer iframe#twitter-widget-0 {
        width: 85% !important;
    }
}
@media screen and (max-width: 580px) {

    .homeslider-overlay {
        font-size: 7vw;
    }
    .homeslider-overlay fieldset {
        width: calc(200vw / 3);
        height: calc(230vw / 7.5);
    } 
   .talk-bubbles .thumbnail img {
        width: 80%;
    }
    svg:not(:root) {
        height: 110px;
    }
    .demo-reel-container a {
        font-size: 13vw;
    }
   .single .flexbox {
        width: 90%;
    }
    .main-contact-form .container .row {
        width: 75%;
    }
    .contact-form .main-contact-form .btn-primary, 
    .contact-form .main-contact-form .btn-primary:hover {
        margin-top: 23%;
    }
    footer .footer-column {
        width: 80%;
    }
    footer p {
        font-size: 23px;
    }
    footer ul.instagram-pics, footer iframe#twitter-widget-0{
        width: 85% !important;
    }
}
@media screen and (max-width: 560px) {
    .homeslider-overlay fieldset {
        height: calc(255vw / 7.5);
    }
    .talk-bubbles .right .caption, .talk-bubbles .left:last-of-type .caption {
        top: 40px;
    }

    .team-photo .img-responsive {
        height: 430px;
        object-fit: cover;
    }
    .demo-reel-container img {
       /* width:80%;*/
    }
 
    .site-sub-footer p {
        font-size: 43%;
    }
}



@media screen and ( max-width:540px ) {
 
    .talk-bubbles {
      max-width: 460px;
    }

    .talk-bubbles img {
      max-width: 90%;
    }
}
@media screen and ( max-width:515px ) {

    .talk-bubbles .thumbnail img {
        max-width: 83%;
        width: 83%;
    }
    .icon-container {
        width: 80%;
    }

    footer .footer-column {
        width: 90%;
    }
}

@media screen and (max-width: 500px) {
   
    .homepage-video {
        height: 393px;
    }
    .homeslider-overlay {
        top:60px;
    }

    .homeslider-overlay  #myBtn, 
    .button, form .btn-primary {
        padding: .425em .875em;
    } 

    .homeslider-overlay #myBtn {    
        margin-top: 8%;
    }

    .talk-bubbles .thumbnail img {
        max-width: 93%;
        width: 93%;
    }
     
    .talk-bubbles .left, .talk-bubbles .right {
      width: 90%;
    }
    .talk-bubbles .caption {
        width: 84%;
    }
 
    .talk-bubbles .left:first-of-type .thumbnail, 
	.talk-bubbles .right .thumbnail, 
	.talk-bubbles .left:last-of-type .thumbnail {
		height: 360px;
	}
	
	.talk-bubbles .left:first-of-type .caption {
		margin: 26px 0 0 40px;
	}
	.talk-bubbles .right .caption {
		margin: 38px 40px 0 0;
	}
	.talk-bubbles .left:last-of-type .caption {
		margin: 36px 0 0 40px;
	}
    .team-photo .caption {
        width:80%;
    }

    svg:not(:root) {
        width: 110px;
    }
    .icon h4 {
        font-size: 22px;
    }
	.demo-reel-container {
	    padding: 50px 0 0 0;
	}
    .contact-form p {
        font-size: 26px;
        padding: 20px 0;
    }
    .main-contact-form .container .row {
      width: 95%; 
    }
   
    .container.site-footer {
      width: 100%;
    }
    .social-media-icons.contact img {
      max-width: 90px;
    }
    .site-footer p {
      font-size: 15px;
    }
}

@media screen and (max-width: 441px) { 
    .homeslider-overlay legend,  
    .homeslider-overlay h2,  
    .bubble-bar.services {
        text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.44);
    }
   
    .talk-bubbles .caption h3 {
        font-size: 33px;
    }
    .blog h1 {
        font-size: 27px;
        margin: 6% auto;
        font-weight: 400;
    }
    .blog h2 {
        font-size: 32px;
        padding: 0 40px;
    }
    .blog .col-xs-12 {padding: 0;}

    footer .instagram-pics img {
        max-width: 140px;
        max-height: 140px;
    }
}
@media screen and (max-width: 414px) {
    
    nav#main-nav .navbar-brand>img {
        width: 50%;
    }
    #process, 
    #contact {padding-top: 80px; margin-top: -80px;}
    #services {padding-top: 130px; margin-top: -130px;}
    #clients {padding-top: 10px; margin-top: -10px;}
    .homeslider-overlay {
        top: 70px;
        font-size: 8.8vw;
    }
    .homeslider-overlay fieldset {
        width: calc(240vw / 3);
        height: calc(310vw / 7.5);
    } 
 
    .bubble-bar .h2 {
        width: 82%;
        font-size: 89%;
    }
    .bubble-bar.services {
        text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.44);
    }
    .home .row.talk-bubbles {
        margin: 8% auto;
    }
    .talk-bubbles {
        max-width: 100%;
    }
    
    .talk-bubbles .thumbnail img {
        max-width: 110%;
        width: 105%;
    } 
   
    .talk-bubbles .caption  {
       top: 31px;
       width: 91%;
    }

    .talk-bubbles .right .caption,
    .talk-bubbles .left:last-of-type .caption {
         width: 95%;
         top: 45px;
     }
     .talk-bubbles .left {
        margin-left: 2.5%;
     }
     .talk-bubbles .right {
        margin-right: 2.5%;
    }
    .talk-bubbles .left .caption {
        left: 47px;
    }
    .talk-bubbles .right .caption {
        right: 37px;
    }
    .team-photo .img-responsive {
         height: 400px;
    }
    .icon h4 {
         font-size: 17px;
    }
     .demo-reel-container a {
        font-size: 16vw;
    }
  
    #controls {
        width: 100%;
     }
    progress {
        width: auto;
    }
    .testimonials .flex-slider .slider-image img, .testimonials .flex-slider .third-column .slider-image img {
        width: 80% !important;
    }
     .testimonials .flex-slider .carousel-caption,
     .testimonials .flex-slider .first-column .carousel-caption {
        font-size:3.6vw;
    }

    .site-sub-footer p {
        font-size: 45%;
    }
    
    .team-photo .img-responsive {
      height: 400px;
    }
    .team-photo .caption {    
        width: 90%; 
        padding: 5px;
    }
    .icon h4 {
      font-size: 17px;
    }
   
    .contact-form p {
      font-size: 25px;
    }
	
    .social-media-icons.contact div {
      height: 105px;
    }
    footer .footer-column {
      width: 100%;
      padding: 0;
    }
    footer ul.instagram-pics {
        width: 90%;
    }
    footer .instagram-pics img {
        max-width: 148px;
        max-height: 148px;
    }
}
@media screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 
    .homepage-video {
        height: 523px;
        object-position: 50% 50%;
    }
}
@media screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait)  { 
    .homepage-video {
        height: 523px;
        object-position: 50% 50%;
    }
}
@media screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1.5)  { 
    .homepage-video {
        height: 523px;
        object-position: 50% 50%;
    }
}
@media screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2)  { 
    .homepage-video {
        height: 523px;
        object-position: 50% 50%;
    }
}
/* Landscape */
@media screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape)  { 
    .homepage-video {
        height: 523px;
        object-position: 50% 50%;
    }
}
@media screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1.5)  { 
    .homepage-video {
        height: 523px;
        object-position: 50% 50%;
    }
}
@media screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2)  { 
    .homepage-video {
        height: 523px;
        object-position: 50% 50%;
    }
    .homeslider-overlay {
        top: 50px;
    }
}
@media screen and (max-width: 385px) {

    .talk-bubbles .caption {
        top: 25px;
    }
    .talk-bubbles .caption h3 {
      font-size: 27px;
    }
  
    .team-photo { margin: 0;}
    .team-photo .img-responsive {
      height: 360px;
    }
}
@media screen and (max-width: 375px) {
     .homepage-video {
        height: 423px;
        object-position: 50% 50%;
    }
    .homeslider-overlay fieldset {
        height: calc(320vw / 7.5);
    }
    .homeslider-overlay #myBtn {
        margin-top: 18%;
    }
    
    .talk-bubbles .caption{
        top: 25px;
        width:93%;
    }
    .talk-bubbles .caption h3 {
        font-size: 30px;
    }
    .talk-bubbles .left:first-of-type .thumbnail, 
	.talk-bubbles .right .thumbnail, 
	.talk-bubbles .left:last-of-type .thumbnail {
		height: 320px;
		background-size:cover;
	}
    .talk-bubbles .caption p{
        font-size: 14px;
    }
    svg:not(:root) {
        width: 80px;
    }

    .main-contact-form .container .row:before  {right:0;bottom: -70px;}
    .main-contact-form .container .row {
        padding: 10px 10px 70px 10px;
    }
	.g-recaptcha iframe {
    	width: 97%;
	}
	.container.site-footer {
        width: 80%;
    }
}
@media screen and (max-width: 365px) {
    
   .talk-bubbles .caption h3 {
      font-size: 25px;
   }
   
   footer .instagram-pics img {
       max-width: 128px;
       max-height: 128px;
   }
   footer #footer-column-2 p strong {
      font-size: 33px;
   }
   footer #footer-column-2 p {
      font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
    
    .homeslider-overlay #myBtn, .button, form .btn-primary,
    .email-form form .ctct-submit  {
        font-size: 15px;
    }
    .talk-bubbles .caption {
        top: 27px;
        /*font-size: 10px;*/
    }
    svg:not(:root) {
        height: 100px;
    }
    .icon h4 {
        font-size: 14px;
    }
    /*.demo-reel-container a::after {
        top: 38%;
        left: 41.5%;
        font-size: 48px;
    }*/
    .main-contact-form .container .row:before {
        bottom: -50px;
        border-width: 4px 0 96px 111px;
    }
   
    footer #footer-column-2 p {
        font-size: 12px;
    }
    footer #footer-column-2 p strong {
        font-size: 23px;
    }
}















