/*
Theme Name:     August Road
Description:    The custom August Road theme.
Author:         August Road Design
Template: thestory

*/

@import url("../thestory/style.css");

/*----------- General ---------*/

body, p, div {
	font-family:'AvenirNextLTW01-Regular';
}

p {
	color: #444;
	margin:18px 0;
	font-size:20px !important;
	widows:2;
	orphans: 2;
	line-height:1.5;
	font-family:'AvenirNextLTW01-Regular';
}

#content-container a:link, #content-container a:visited {
	color:#C9433B;
	font-weight:600;
}

#content-container a:hover, #content-container a:active {
	color: #AF3A33;
}

.home a {
	font-weight:normal !important;
}

strong, b {
	font-weight:600 !important;
}

em {
	font-style:italic !important;
}

#header {
	padding-top:0 !important;
}

.section-header{
	padding-bottom:0 !important;
}

.header-wrapper {
	background-color: transparent !important;
	padding-top:0 !important; /* Added this after defeating sticky header */
}

/* Formatting */

h1, h2, h3 {
	font-family:'Trend Sans W00 One' !important;
}

h4 {
	font-family:'Trend Sans W00 Four' !important;
}

h5 {
	font-size: 1.8em !important;
}

h6 {
	font-size:1.3em !important;
}

h5, h6 {
	font-family:"Sentinel SSm A", "Sentinel SSm B" !important;
}

.italic {
	font-style:italic !important;
}

.bold {
	font-weight:bold !important;
}

.avenir {
	font-family:'AvenirNextLTW01-Regular' !important;
}

.sentinel {
	font-family:"Sentinel SSm A", "Sentinel SSm B" !important;
}

.trend {
	font-family:'Trend Sans W00 One' !important;
}

.circle-img {
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.margin-top {
	margin-top: 20px !important;
}

.margin-top-more {
	margin-top: 50px !important;
}

.margin-bottom {
	margin-bottom: 20px !important;
}

.margin-bottom-more {
	margin-bottom: 50px !important;
}

.sit-right {
	float:right;
	position:relative;
	right:0;
	margin-right:25px;
}

.sit-left {
	float:left;
	position:relative;
	left:0;
	margin-left:25px;
}

.radius {
	border-radius: 6px;
}

.rounded {
	border-radius: 15px;
}

.whitebgd {
	background-color: #ffffff;
	color:#333333;
}

.blackbgd {
	background-color: #000000;
	color:#DDDDDD;
}

.ar-red {
	color:rgb(201,67,59);
}

.center-all {
	margin:0 auto;
	text-align:center;
}

.vertical-center {
	position:relative;
	top:50vh;
}

.blue-atoll {
	color: #00B6D9;
}

.orange, .orange a:link, .orange a:visited {
	color: #DE6B37;
}

.yellow, .yellow a:link, .yellow a:visited {
	color:#C19A46 !important;
}

.white, .white a:link, .white a:visited {
	color:#fff !important;
}

.launch-font {
	font-family: "circoregular", 'Brandon Grot W01 Medium', sans-serif !important;
}

.retro {
	font-family:'Trend Sans W00 Four' !important;
}

.huge {
	font-size:2.3em !important;
}

.big {
	font-size:1.5em !important;
}

.medium {
	font-size:1.2em !important;
}

.small {
	font-size:.75em !important;
}

.tiny {
	font-size:.5em !important;
}

h1.fancy span:before, h2.fancy span:before, h3.fancy span:before, h4.fancy span:before, h5.fancy span:before, h6.fancy span:before,
h1.fancy span:after, h2.fancy span:after, h3.fancy span:after, h4.fancy span:after, h5.fancy span:after, h6.fancy span:after {
    content: "";
	position: absolute;
	height: 17px;
	border-bottom: 2px solid #555;
	top: 0;
	width: 30px;
}

.fancy span {
  display: inline-block;
  position: relative;  
}

.fancy span:before,
.fancy span:after {
    content: "";
	position: absolute;
	height: 15px;
	border-bottom: 1px solid #fff;
	top: 0;
	width: 20px;
}

.fancy span:before {
  right: 100%;
  margin-right: 15px;
}

.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

.fancy-bottom, .fancy-bottom-dark {
  position: relative;
  padding: 0px 0px 30px;
  padding: 0rem 0rem 1.575rem;
  margin: 0px 0px 25px;
  margin: 0rem 0rem 1.9rem;
}

.fancy-bottom:after, .fancy-bottom-dark:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background: #fff;
  height: 2px;
  width: 80px;
}

.fancy-top, .fancy-top-dark {
  position: relative;
  padding: 30px 0px 0px;
  padding: 1.575rem 0rem 0rem;
  margin: 25px 0px 0px;
  margin: 1.9rem 0rem 0rem;
}

.fancy-top:before, .fancy-top-dark:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background: #fff;
  height: 2px;
  width: 80px;
}

.fancy-top-dark:before, .fancy-bottom-dark:after {
  background: #333 !important;
}


/*----------- Flexbox & Structure -------*/

.flex-columns {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:row wrap;
	-ms-flex-flow:row wrap;
	        flex-flow:row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	        align-content: flex-start;
	height:auto;
}

.flex-margin-fix {margin:0 -10px;}

.flex-rows {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:column wrap;
	-ms-flex-flow:column wrap;
	        flex-flow:column wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	        align-content: flex-start;
	height:auto;
}
.top-quarter {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width:100%;
}

.bottom-three-quarters {
	-webkit-box-flex: 3;
	-webkit-flex: 3 1 auto;
	-ms-flex: 3 1 auto;
	flex: 3 1 auto;
	margin:0 0 25px 0;
	padding:0;
	width:100%;
}

.split-screen {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 300px;
	-ms-flex: 1 1 300px;
	flex: 1 1 300px;
	width:50%;
	min-height:50vh;
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.two-thirds-column {
	-webkit-box-flex: 2;
	-webkit-flex: 2 1 400px;
	-ms-flex: 2 1 400px;
	flex: 2 1 400px;
	width:64%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 10px;
}

.one-third-column {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 250px;
	-ms-flex: 1 1 250px;
	flex: 1 1 250px;
	width:32%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 10px;
}

.content-box {
	height:auto;
}

.panel-column {
	background:none;
	border-radius: 15px;
	margin: 10px 10px 20px 10px;
	padding: 30px 0 0 0;
	text-align: center;
}

.flex-center-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	height:100%;
}

.position-wrapper {
	height:100%;
}

.one-third-down {
	margin-top:33%;
}

.two-thirds-down {
	margin-top:66%;
}

.header-flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
     -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    }

.slide-in-topmargin {
	margin-top: 15px;
}

#home-topmenu-left {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2 1 25%;
    -ms-flex: 2 1 25%;
    flex: 2 1 25%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: right;
    }

#home-topmenu-right {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2 1 25%;
    -ms-flex: 2 1 25%;
    flex: 2 1 25%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
    }
	
.frontpage-portfolio * {
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.portfolio-item-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width: 32%;
  min-width: 400px;
  padding: 0.5%;
}

.portfolio-item {
  overflow: hidden;
}

.frontpage-portfolio * img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.portfolio-wrap {
  height: auto;
  width: 100%;
  max-width:100vw;
  margin: 0;
  padding: 30px 6px 20px 6px;
  box-sizing: border-box;
}

/*
    Legacy Firefox implementation treats all flex containers
    as inline-block elements.
*/

@-moz-document url-prefix() {
.header-flex-container {
    width: 100%;
    -moz-box-sizing: border-box;
    }

}

/* Menu */

.nav-menu ul li a {
	font-family: 'Trend Sans W00 One';
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:17px;
	font-weight:500;
}

.nav-menu ul li a:link, .nav-menu ul li a:visited {
	color: #37393F;
}

.nav-menu ul li a:hover, .nav-menu ul li a:active {
	color: #C19A46;
}

.page-title h1:after, .nav-menu > ul > li > a:after, .nav-menu > div.menu-ul > ul > li > a:after, .ps-new-loading span {
	background-color: #C19A46 !important;
}

body.admin-bar #slide-in-wrap {
	padding-top: 28px;
}

#header {
	height:153px;
}

.home #header {
	border-bottom:0px;
	height:auto;
}

.home #header .slide-in-logo {
	margin-left:0px;
}

.nav-menu {
	margin-top:17px;
}

.home .nav-menu {
	margin-top:0px;
}

.nav-menu ul .current-menu-item > a {
	color: #C9433B !important;
}

#slide-in-wrap {
	visibility: hidden;	
	position: absolute;
	top:0;
	z-index: 100;
	width:100%;
	height: 110px;
	padding-bottom: 6px;
	background-color: #fff;
	border-bottom:1px solid #ebebeb;
}

#slide-in-menu {
	z-index:101;
}

#slide-in-menu, #slide-in-menu ul {
	margin:0 auto;
	text-align: center;
}

#slide-in-menu ul {
	margin-bottom: 8px;
	padding-top:24px;
}

.slide-in-menu-ul li a {
	font-size: 14px !important;
	margin-left:10px;
}

div#logo-container, .slide-in-logo {
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top:23px;
    text-align:center;
    }

.slide-in-logo img {
	margin:auto;
}

.home-topmenu-left-ul li {
	margin-left:75px;
}

.home-topmenu-right-ul li {
	margin-right:75px;
}

li#menu-item-246 {
	margin-left:0px;
}

li#menu-item-243 {
	margin-right:0px;
}

/*----------- Front Page ---------*/

ul#home-topmenu-left {
	padding-top:0px;
	margin-top:0px;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

#section-1-wrapper{
	background: url(https://www.augustroad.com/images/splash.jpg) !important;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	position: relative;
	height:85vh;
	max-height:1280px;
	width: 100%;
	background-position: center center !important;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	border-bottom:6px solid #333;
}

.home .content-box {
	padding:12% 4% 4% 4%;
}

h1.hero-text {
	font-family:'Trend Sans W00 One';
	line-height:1;
	font-size:21px;
}

.hero-sep {
	line-height:1;
	padding-bottom:5px;
}

#hero-text-wrapper {
	margin-top:50px;
}

/* TM EDIT

#summary {
	height:18vh;
	background:#fff;
	padding-top:50px;
}
*/

#summary {
	height:auto;
	background:#fff;
	padding-top:30px;
	padding-bottom:20px;
	padding-left: 10px;
	padding-right: 10px;
}

.summary-wrap h2.summary {
	font-size:22px;
	font-weight:400;
	text-align:center;
	font-family:'AvenirNextLTW01-Regular' !important;
	font-style:normal;
	line-height:1.4;
}

.break {
	clear:both;
}

#home-section-about {
	width: 100%;
	background-position: center center !important;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}

.ms-slide-layers {
	max-width:100%;
}

.home-about-text {
	text-align:center;
	width:80%;
	margin:0px auto !important;
}

.about-slide-1 p {
	color:#fff;
	margin-bottom:1.2em;
	font-size:24px !important;
	line-height:1.5 !important;
	font-family:'AvenirNextLTW01-Regular';
}

.about-slide-2 p {
	color:#fff;
	font-size:25px !important;
	font-family: "Sentinel SSm A", "Sentinel SSm B";
	font-weight:400;
	line-height:1.5 !important;
}

.about-slide-testimonial-name {
	color:#fff;
	font-size:16px;
	font-family: 'Trend Sans W00 One';
	line-height:1.5 !important;
}

.about-slide-testimonial-company {
	color:#C19A46;
	font-size:14px;
	font-family: 'Trend Sans W00 One';
	font-weight:400;
	line-height:1.5 !important;
	font-style:italic;
}

#home-section-split {
	height:auto;
}

#section-split-left {
  	-webkit-box-ordinal-group:2;
  	-webkit-order:1;
    -ms-flex-order:1;
	height:90vh;
    order:1;
	padding:0px; /* was set to padding:30px 0 80px 15px - revert if messes up flexbox */
}

#section-split-right {
  	-webkit-box-ordinal-group:3;
  	-webkit-order:2;
    -ms-flex-order:2;
    order:2;
    min-height:90vh;
	height:90vh;
    background: url(/images/about-block2.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin:0;
    padding:0;
}

.section-split-wrap {	
	position: relative;
 	top: 50%;
 	transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	padding-left:6%;
	padding-right:6%;
}

#home-section-our-strengths {
	position: relative;
	background-color:#20272b;
	height:auto;
    width: 100%;
}

.our-strengths-wrap {
	padding:100px 5% 30px 5%;
	margin:0px auto;
}

.strengths-header {
	font-size:1.5em !important;
	color:#fff !important;
}

.home h3.strengths-sub-head {
	font-family:"Sentinel SSm A", "Sentinel SSm B" !important;
	font-weight:700;
	color:#fff !important;
}

.footer-wrap .strengths-sub-head {
	color:#fff !important;
}

h3.strengths-sub-head {
	font-family:"Sentinel SSm A", "Sentinel SSm B" !important;
	font-weight:700;
	color:#C9433B !important;
}

ul.our-strengths-list {
	padding-left:0px;
	width:90%;
	margin:0px auto 20px auto;
}

ul.our-strengths-list li {
	list-style-type:none;
	margin-left:0px;
	color:#ebebeb;
}

ul.our-strengths-list li h3 {
	padding:0px !important;
	line-height:1.2 !important;
	font-family: 'Trend Sans W00 One';
    font-weight: 500;
    font-size: 13px !important;
	display:inline;
    color: #ebebeb;
}

.home ul.our-strengths-list li:before {
	content: '—';
	margin-right:8px;
	color:#999 !important;
}

span.li-last-word {
	display:inline-block;
}
.home span.li-last-word:after {
	content: '—';
	color:#999 !important;
	margin-left:8px;
}

a.launch-link-in {
	font-weight:500 !important;
}

.home .launch-link:link, .home .launch-link:visited {
	border-bottom:1px dotted #666;
	margin-bottom:3px; 
	text-decoration:none; 
	color:#ebebeb !important;
}

.launch-link:hover, .launch-link:active {
	color: #C9433B !important;
}

#home-section-5 {
	position: relative;
	background-color: white;
	min-height: 100vh;
	height:auto;
    width: 100%;
    margin:0;
    padding:0;
}

#home-section-request-quote {
	position: relative;
	background-color:#C9433B;
	text-align:center;
	height:auto;
    width: 100%;
    background-image: linear-gradient(-45deg, #DF3E41 25%, transparent 25%, transparent 50%, #DF3E41 50%, #DF3E41 75%, transparent 75%, transparent);
    background-size: 4px 4px;
}

.home #home-section-request-quote {	
	margin-top:40px;
}

#home-section-request-quote a {
	color:#fff !important;
}

.request-quote-wrap {
	padding:70px 5% 70px 5%;
	margin:0px auto;
}

.request-quote-wrap p {	
	color:#fff !important;
}

.home-section-wrap {
	position: relative;
	height:auto;
	width:100%;
	max-width: 100vw;
	margin:0;
	padding:0;
	box-sizing:border-box;
}

#home-section-1 .section-title-wrap { 
	max-width: 516px;
	min-height: 400px;
	margin: auto;
	text-align: center;
}

#home-section-1 .section-title, #home-section-1 .section-subtitle { 
	max-width: 400px;
	}

#home-section-3 .section-content {
	float:right;
	text-align: left;
}

#home-section-3 .section-title-wrap {
	max-width:80%;
	background:rgba(255,255,255,0.3);
	padding:20px;
}

#home-section-5 .section-content {
	float:left;
	text-align:left;
}

#home-section-5 .section-title-wrap {
	margin-top:20vh;
	margin-left:3vw;

}

.home .content-box {
	background: none !important;
	box-shadow: none;
	height:auto;
}

.section-title-wrap {
	margin:0 auto;
}

.animated { /* Apply first keyframe on page load, and hold last keyframe */
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	  opacity: 1;
}

.home .section-title {
	color:#222429;
	font-family:'Trend Sans W00 One' !important;
	font-size: 23px !important;
    line-height: 1.9 !important;
	padding-bottom:0px !important;
}

.section-subtitle {
	color:#383838;
	font-family:"Sentinel SSm A", "Sentinel SSm B";
	font-style: italic;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
}

.arrow-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:absolute;
  z-index:1;
  left:50vw;
  top:70%;
  margin-left:-5em;
  background:none;
  width:10em;
  height:10em;
  padding:4em 2em;
  display:block;
  text-align: center;
  font-size:0.7em;
}

.arrow {
  position:relative;
}

#arrow:hover {
	border-color: #ccc transparent transparent transparent;
}

.hint {
  position:absolute;
  top:0.7em;
  width:100%;
  left:0;
  font-size:2em;
  font-style:italic;
  text-align:center;
  color:#ccc;
  opacity:0;
}

.arrow-wrap:hover .hint {
  opacity:1;
}

  @-webkit-keyframes arrows {
    0% { top:0; }
    10% { top:12%; }
    20% { top:0; }
    30% { top:12%; }
    40% { top:-12%; }
    50% { top:12%; }
    60% { top:0; }
    70% { top:12%; }
    80% { top:-12%; }
    90% { top:12%; }
    100% { top:0; }
  }
  
  .arrow-wrap .arrow {
    -webkit-animation: arrows 2.8s 0.4s;
    -webkit-animation-delay: 3s;
  }

#content-container{
	padding-top:20px !important;
}

/*----------- About Page---------*/

#aboutus.section-full-width{
	min-height:75vh;
}

.section-full-width .section-boxed {
	margin: 15vh auto 0px auto !important;
}

.page-title h1 {
	font-weight: 500 !important;
    font-family: "Sentinel SSm A", "Sentinel SSm B" !important;
    text-transform: none !important;
    letter-spacing: 1px;
    font-size: 55px !important;
    padding-bottom: 20px !important;
}

.page-title h1:after {
	height:2px !important;
}

.page-title-wrapper {
	height:170px !important;
	min-height:170px !important;
}

h2.section-title {
	font-weight:500 !important;
	font-family:"Sentinel SSm A", "Sentinel SSm B" !important;
	text-transform:none !important;
	letter-spacing: 1px;
    font-size: 55px !important;
    padding-bottom: 20px !important;
}

h2.section-title:after {
	margin-top:20px !important;
}

h4.sub-title {
	font-family:'AvenirNextLTW01-Regular' !important;
	font-size:30px !important;
	color:#C19A46 !important;
}

#aboutus.section-full-width p {
	text-align:justify !important;
}

.section-full-width p {
	font-family:"Sentinel SSm A", "Sentinel SSm B" !important;
	color:#bbb;
	line-height:1.7 !important;
}

.section-full-width .col {
	width:45% !important;
	margin-right:10%;
}

#content-container .section-boxed {
	margin:60px auto !important;
}

#aboutus .section-boxed {
	margin:90px auto !important;
}

.about-header {
	font-size:30px !important;
}

#people-over-projects .section-boxed {
	margin: 95px auto !important;
}

.philosophy-statement {
	text-align:center;
	font-family:'Trend Sans W00 One' !important;
	font-size:25px !important;
}

#people-over-projects h2, #creative-director h2 {
	display:none;
}

#people-over-projects .full-bg-image {
	opacity:.05 !important;
}

#people-over-projects h6 {
	font-size:1.4em !important;
	text-align:center !important;
	font-weight:400 !important;
	color:#fff !important;
}

#people-over-projects p {
	font-size: 19px !Important;
    color: #bbb !important;
    text-align: center;
    font-weight: 400;
}

#creative-director p {
	color:#333 !important;
	font-family:'AvenirNextLTW01-Regular' !important;
	font-size:1em !important;
}

.creative-director {
	float:right;
	margin-left:30px;
}

.creative-director-name {
	font-family:'Trend Sans W00 One';
	text-transform:uppercase;
	text-align:center;
	display:block;
}

.creative-director-title {
	font-family:"Sentinel SSm A", "Sentinel SSm B";
	font-style:italic;
	text-align:center;
	display:block;
}

.creative-director img {
	opacity:.9;
}

/* Quote Page */

.page-id-580 #content-container .section-boxed { /* Removes top margin on quote confirmation page */
	margin-top:0px !important;
}

.page-id-580 .page-title-wrapper {  /* Removes top margin on quote confirmation page */
	height:100px;
	min-height:100px;
	margin-top:50px;
}

.page-id-580 h1 {
	font-family:'Trend Sans W00 One' !important;
}

#requestaquote p {
	text-align:center !important;
}

/* Testimonials Page */

#casestoriesampkindwords.section-full-width {
	min-height:75vh;
}

#casestoriesampkindwords .section-title {
	margin-top:20vh;
}

.testimonial-wrap {
	width:70%;
	margin-right:5%;
	float:left;
}

.client-wrap {
	width:25%;
	float:right;
	margin-bottom:40px;
}

.client-wrap h5 {
	text-align:center;
}

.client-wrap a {
	display:block;
	text-align:center;
	line-height:2.3;
}

.client-wrap li {
	text-align:center;
	list-style-type:none;
}

.testimonial-entry {
	float:left;
	border-bottom:1px solid #ccc;
	padding:40px 0px 20px 0px !important;
	color:#333 !important;
	font-family:"Sentinel SSm A", "Sentinel SSm B" !important;
}

.testimonial-entry p {
	color:#333 !important;
	font-size: 18.5px !important;
	font-family:"Sentinel SSm A", "Sentinel SSm B" !important;
}

.testimonial-wrap h5 {
	text-align:center;
}

.testimonial-wrap strong {
	font-family:'Trend Sans W00 One';
	font-size:15px !important;
}

.testimonial-wrap em {
	font-family:"Sentinel SSm A", "Sentinel SSm B";
	font-style:italic;
	font-size:16px !important;
}

.testimonial-location {
	font-family:"Sentinel SSm A", "Sentinel SSm B";
	font-size:16px !important;
}

/* Work - Portfolio Page */

.pg-navigation {
	background-color:#ebebeb !important;
}

.page-id-14 #content-container {
	padding-bottom:0px !important; /* adjusts padding on the portfolio page to better fit the custom footer with request quote form below */
}

.pg-cat-filter li:nth-of-type(1) a {
	display:none !important; /* Hides the "All" link for category filters */
}

.pg-cat-filter li:nth-of-type(4) a:link, .pg-cat-filter li:nth-of-type(4) a:visited,
.pg-cat-filter li:nth-of-type(5) a:link, .pg-cat-filter li:nth-of-type(5) a:visited,
.pg-cat-filter li:nth-of-type(6) a:link, .pg-cat-filter li:nth-of-type(6) a:visited,
.pg-cat-filter li:nth-of-type(7) a:link, .pg-cat-filter li:nth-of-type(7) a:visited{
    font-family: "Sentinel SSm A", "Sentinel SSm B" !important;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
	-webkit-font-smoothing: antialiased;
	text-transform:none !important;
	 color: #666 !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
}

.pg-cat-filter li:nth-of-type(4) a:hover, .pg-cat-filter li:nth-of-type(4) a:active,
.pg-cat-filter li:nth-of-type(5) a:hover, .pg-cat-filter li:nth-of-type(5) a:active,
.pg-cat-filter li:nth-of-type(6) a:hover, .pg-cat-filter li:nth-of-type(6) a:active,
.pg-cat-filter li:nth-of-type(7) a:hover, .pg-cat-filter li:nth-of-type(7) a:active{
    color: #C9433B !important;
}


.icon-arrow-right:before{
	font-family: FontAwesome;
	content:"\f105" !important;
	font-size: 25px !important;
	float:left;
	margin-left:10px;
}

.icon-arrow-left:before {
	font-family: FontAwesome;
	font-size: 25px !important;
	float:left;
	margin-left:10px;
	content:"\f104" !important;
}

.ps-prev-project-link .ps-nav-text {
    top: -10px !important;
}

.ps-title {
	font-family:'Trend Sans W00 One' !important;
	font-weight:400 !important;
	color:#333 !important;
}

.ps-categories {
	font-style:italic !important;
	font-family:"Sentinel SSm A", "Sentinel SSm B" !important;
	text-transform:none;
	font-weight:500 !important;
	color:#C19A46;
	font-size:17px !important;
	letter-spacing:0px !important;
}

.ps-content {
	padding:0px 3% 0px 0px;
}

.ps-content-text p, .ps-content-text li {
	font-size:17px !important;
	color:#444 !Important;
}

.social-share {
	display:none;
}

.jspDrag {
	background: none repeat scroll 0 0 #ccc !important;
}

/* Launch Page Updates */

#launch-questions .section-boxed {
	padding:0px;
	margin:60px auto !important;
}

#launch-questions h2 {
	display:none;
}

#launch-questions .frm_submit {
	text-align:center;
}

#launch-questions .frm_style_formidable-style.with_frm_style input[type=submit] {
	border:0px;
}

#launch-questions .frm_style_formidable-style.with_frm_style label.frm_primary_label {
	color:#ccc !important;
}

#launch-questions p {
	font-family:'AvenirNextLTW01-Regular' !important;
}

.reg-bullets li {
	margin-bottom:20px;
	margin-left:30px;
}

.launch-fb {
	float: right;
    width: 30%;
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #ebebeb;
	margin-top:38px;
}

.launch-fb-head {
	font-family:'Trend Sans W00 One' !important;
	text-transform:uppercase;
	font-size:1.2em !important;
	color:#C9433B !important;
	letter-spacing:2px;
	text-align:center;
}

.launch-fb-copy {
	font-family:'AvenirNextLTW01-Regular' !important;
	text-align:center;
	line-height: 1.2;
    padding: 20px 0px;
	color:#555;
}

.page-id-735 p { /* Update to Launch registration form */
	color:#444;
}

.page-id-735 .wpex_div { /* Update to Launch registration form */
	margin-bottom:20px;
}

.tooltips a {
	color:#C9433B !important;
}

#launchbg.section-full-width {
	min-height:85vh;
}

#launchfaq.section-full-width, #launchregister.section-full-width {
	min-height:55vh;
}

#launchbg .full-bg-image, #launchfaq .full-bg-image {
	opacity:.15 !important;
}

#launchbg img {
	padding-top:40px;
}

#launchbg h2, #techsavvy h2, #register h2, #launchfaq h2, #launchregister h2 {
	display:none;
}

.launch-h-wrap {
	margin:0px auto;
	text-align:center;
}

.launch-h1 {
	text-align: center !important; 
	display:inline;
	letter-spacing:1px;
	padding-bottom:0px; 
	line-height:1;
	margin-right:5px;
}

.launch-h6 {
	text-align:center !important;
	margin-right:5px;
	display:inline;
	letter-spacing:1px;
	padding-bottom:0px;
	line-height:1;
	font-style:italic !Important;
}

.section-full-width p.launchtag {
	font-family:'Trend Sans W00 Five' !important;
	color:#ccc !important;
	text-align:center !important;
	font-size: 27px !important;
    letter-spacing: 1px;
	text-transform:uppercase !important;
}

.page-id-595 #section-1.section-boxed { /* Changes margin in video wrap on Launch page */
	margin-top:0px !important;	
	margin-bottom:0px !important;
}

.page-id-595 .flex-video {
	margin-bottom:0px !important;
}

.page-id-595 #section-3.section-boxed {
	margin-top:0px !important;
}

#techsavvy, .page-id-595 #register {
    background-image: linear-gradient(-45deg, #DF3E41 25%, transparent 25%, transparent 50%, #DF3E41 50%, #DF3E41 75%, transparent 75%, transparent);
    background-size: 4px 4px;
}

#techsavvy h6 {
	color:#ebebeb !important;
}

.section-full-width #register p {
	text-align:center !important;
	color:#fff;
}

.page-id-595 #section-9 p {
	color: #444 !important;
	margin:18px 0;
	font-size:20px !important;
	widows:2;
	orphans: 2;
	line-height:1.5;
	font-family:'AvenirNextLTW01-Regular' !important;
}

.pt-price {
	font-family:"Sentinel SSm A", "Sentinel SSm B" !important;
	font-style:italic;
	font-weight:300 !important;
	font-size:25px !important;
}

.pt-price-box {
	padding:8px !important;
}

.pt-features li {
	color:#333 !important;
}

div.pt-title {
	background-color: #C9433B !important;
}

.page-id-724 li { /* Adjusts line height of list items on Launch FAQ page */
	line-height:2.3;
}

.page-id-724 li ul li { /* Adjusts line height of sub list items on Launch FAQ page */
	line-height:1.5 !important;
}

.page-id-724 li p { /* Adjusts size of answers on Launch FAQ */
	font-size:1em !important;
}

.page #content-container {
	padding-top:0px !important;
}

h2.page-heading {
	font-family:'Trend Sans W00 One';
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 2px;
}

h2.launch {
	border-bottom-color: #00B6D9;
}

h1.launch {
	border-top-color: #A8A8A8 !important;
	border-bottom-color: #A8A8A8 !important;
}

nav.navigation-container {
	display: none;
}

.pullquote-right {
	padding: 0.3rem 0.6rem 0.2rem 1rem;
	width: 11rem; 
	margin: 0.8rem 0 1.5rem 1.5rem;
	float: right;
	font-size: 1.3rem;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	color: #222;
	text-transform: uppercase;
	border-left: 2px solid #111;
	font-family:'Trend Sans W00 One';
}

.pullquote-right.launch {
	border-left: 2px solid #00B6D9 !important;
}

.pullquote-left {
	padding: 0.3rem 1rem 0.2rem 0.6rem;
	width: 11rem; 
	margin: 0.8rem 1.5rem 1.5rem 0;
	float: left;
	font-size: 1.3rem;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	color: #222;
	text-transform: uppercase;
	border-right: 2px solid #111;
	font-family:'Trend Sans W00 One';
}

.content-boxed .content-box > p:first-of-type:first-letter {
	font-weight: 800;
	font-size: 4.4rem;
    line-height: 0.7;
    margin-top: 0.1em;
    float: left;
    display: block;
    margin-right: 0.05em;
    margin-left: -0.1em;
    color: #00B6D9;
}

.content-boxed .content-box > p:first-of-type:first-line {
	text-transform: uppercase;
	font-variant: small-caps;
}

.content-boxed .content-box h1 {
	font-size: 3rem;
	line-height: 3rem;
	font-family:'Trend Sans W00 One';
	margin: 2rem auto;
	text-align: center;
	border-top:2px solid #EFEFEF;
	border-bottom:2px solid #EFEFEF;
}

.content-boxed .content-box h5:before {
   font-family: 'FontAwesome';
   content: "\f135";
   font-size:2.5rem;
   display: inline-block;
   padding-right: 2rem;
   vertical-align: middle;
	color: #00B6D9;
	}

.content-boxed .content-box h5 + p {
	margin-left:4.4rem;
	margin-right:4.4rem;
}

.content-boxed h1 + p, .content-boxed h2 + p, .content-boxed h3 + p, .content-boxed h4 + p, .content-boxed h5 + p, .content-boxed h6 + p {
	margin-top:0;
}

.pt-price {
	font-family:'Trend Sans W00 One';
	font-size: 36px;
}

div.cta-element {
	border: 1px solid #00B6D9;
	margin:2rem auto;
}

.launch-pricing h5 {
	font-size: 1.4rem;
	font-weight:700;
}

.launch-cta {
	padding: 10px 40px; 
	margin-top:30px;
}

.gray-background {
		background-color: #ebebeb;
		padding:20px;
}

.launch-cta h4 {
	font-size: 1.4rem;
	text-transform: uppercase;
}

 h4.cta-small-title {
	font-size: 1.1rem !important;
}

h2.cta-title {
	line-height: 4rem !important;
	font-size:2.8rem !important;
	font-family:'Trend Sans W00 One';
	letter-spacing: 0.2rem;
}

div.launch-tables {

	background-color: #ebebeb; 
	padding: 4px 20px; 
	margin: 40px 0;
}

div.pt-title {
	background-color: #00B6D9; 
}

.pt-price-box {
	background-color: #555;
}

span.pt-price {
	color: #f7f7f7;
}

.wp-image-253 {
	margin: 10px 30px 10px 0 !important;
}

span.launch-title {
	color:#00B6D9;
	font-weight:800;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
	letter-spacing:6px !important;
}

.page-subtitle {
	font-size:1.5rem;
}

/* Footer */

#footer, .footer-bottom {	
	background-color:#20272b !important;
}

.footer-wrap {
	padding: 70px 5% 0px 5%;
    margin: 0px auto;
}

.footer-wrap .top-quarter {
	margin-bottom:10px;
}

.footer-content, .footer-content p {
	color:#ebebeb;
	text-align:left;
	line-height:1.4;
}

.footer-content a:link, .footer-content a:visited {
	color: #C9433B;
}

.footer-content a:hover, .footer-content a:active {
	color: #ebebeb;
}

#footer .bottom-three-quarters {
	margin-bottom:0px !important;
}

#footer .panel-column {
	margin-bottom:7px !important;
}

.footer-first-column {
	width: 90%;
    margin: 0px auto;
}

.social-links {
	margin:0px auto !important;
}

.social-link {
	display:block;
	margin-bottom:40px;
}

.social-link img {
	opacity:.7;
	-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}

.social-link img:hover {
	opacity:1;
	-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}

ul.contact-list li {
	text-align:center;
	line-height:2.3;
}

/* MailChimp */

#mc_embed_signup{
	background:none; 
	clear:left; 
}

#mc_embed_signup{
	background:none; 
	clear:left; 
}

#mc_embed_signup form {
	padding-left:0px !important;
}

#mc_embed_signup input.email {
	width:95% !important;
}

#mc_embed_signup .button {
	background-color: #C9433B !important;
	width:95% !important;
	font-weight:500 !important;
}

/* Testimonial Slider */

.ms-parent-id-3 .ms-slide .ms-slide-bgcont, .ms-parent-id-3 .ms-slide .ms-slide-bgvideocont {
	display:none !Important;
}

.ms-parent-id-3 .ms-layer {
	font-size:17.5px !important;
	line-height:1.3 !important;
	text-align:center;
}

.ms-parent-id-3 .ms-skin-default .ms-nav-next {
	right:-30px !important;
}

.ms-parent-id-3 .ms-skin-default .ms-nav-prev {
	left:-30px !important;
}

.testimonial-slider-name {
	font-family:'Trend Sans W00 One';
	display:block;
	padding:2px 0px;
	font-size:15px !Important;
	margin-top:10px;
}

.testimonial-slider-company {
	display:block;
	padding:2px 0px;
	font-family:'AvenirNextLTW01-Regular';
	font-style:italic;
	font-size:15px !Important;
}


/*-------- Responsive Video Container ----------*/

.flex-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	clear:both;
	margin-bottom: 2rem;
}
.flex-video iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}

/* Buttons & Forms */

button, .button, input[type="submit"], input[type="button"], #submit, .frm_style_formidable-style.with_frm_style input[type=submit] {
	font-family:'Trend Sans W00 One' !important;	
	font-size:15px;
	-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}

.frm_style_formidable-style.with_frm_style input[type=submit] {
	background-color: #C9433B !important;
	color:#fff !important;
	-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}

.button-gray {
	background-color:#383838 !important;
	padding: 16px !important;
}

.button-black {
	background-color:#000 !important;
	padding:16px !important;
}

.button-gray:hover {
	background-color: #C9433B; !important;
	-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}

.button-black:hover {
	background-color:#C19A46 !important;
	-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}

.button-outline, .button-outline-red {
	font-family:'Trend Sans W00 One';	
	font-size:15px;
	color:#383838 !important;
	background-color:transparent !important;
	border:2px solid #383838 !important;
	-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}

.button-outline:hover {
	border:2px solid #C9433B !important;
	-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}

.button-outline-red:hover {
	border:2px solid #fff !important;
	-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}

.button-outline a, .button-outline-red a {
	color:#383838 !important;
}

.button-launch {
	font-family:'Trend Sans W00 One';	
	font-size:15px;
	color:#fff !important;
	background-color:transparent !important;
	border:2px solid #333 !important;
	-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}

.button-launch:hover {
	border:2px solid #ebebeb !important;
	-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}

.button-launch a {
	color:#fff !important;
}
.button-large {
	font-family:'Trend Sans W00 One';
	font-size:25px;
	text-align: center;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
	padding-top:20px;
	width:150px;
	height:30px;
	color: #ffffff;
}

.frm_forms, .frm_forms p {
	color:#444 !important;
	font-size:18px !important;
}

.frm_primary_label {
	font-family:'AvenirNextLTW01-Medium' !important;
	letter-spacing:1.5px;
	font-size:1em !important;
	font-weight:500 !important;
}

#frm_field_96_container .frm_description, #frm_field_conf_96_container .frm_description {
	font-style:italic !important;
}

.frm_description {
	font-sweight:500 !important;
	font-family:'AvenirNextLTW01-Regular' !important;
	font-style:italic !important;
	color:#444 !important;
	font-size:1em !important;
}

#frm_field_102_container .frm_description {
	margin-top:20px !important;
}

.frm_forms.frm_style_formidable-style.with_frm_style {
	max-width:100% !important;
}

.frm_style_formidable-style.with_frm_style .frm_checkbox label {
	font-family:'AvenirNextLTW01-Regular' !important;
	font-style:italic !important;
	font-size:17px !important;
}

.page-id-735 .frm_description { /* Adjusts form description on Launch registration page */ 
	font-style:normal !important;
}

.page-id-735 #frm_field_109_container, .page-id-735 #frm_field_108_container {
	font-weight:500 !important;
	color:#444444 !important;
}

.page-id-735 #frm_field_103_container .frm_required {
	float:left;
}

.page-id-735 .frm_style_formidable-style.with_frm_style input[type=submit] {
	padding:15px !important;
}

/* ----------- END TM EDITS ------------- */

/* Global */

body {
	-webkit-font-smoothing: antialiased !important;
}

/* Home Page Styles */

.home header#header {
	background: none !important;
	    
}

.home div#logo-container img {
	opacity:.95;
}

.home div#logo-container img:hover {
	opacity:.75;
	transition: all 0.4s ease;
}

.home div#logo-container-home-mobile {
	display:none;
}

.home .layout-cc .section-content {
	top:53%; /* pushes down text slide beneath logo on computer view */
}

.layout-rc .section-content { /* controls right margin of description on slide 2 */
	margin-right:10% !important;
}

.section-desc {
	max-width:80% !important;
}

.section-wrapper img {
	opacity:.92;
}

.section-wrapper img:hover {
	opacity:.75;
	transition: all 0.4s ease;
}

.break {
	display:block; /* Used to push content down a line on certain widths */
}

.no-break {
	display:inline-block; /* Used to keep content from wrapping */
}

/* Mobile Menu */

.mobile-nav {
	margin:auto !important;
	float:none !important;
	width:100px;
}

.mob-nav-menu {
	opacity:.92;
	background-color:#333 !important;
	position: absolute !important;
	right:0 !important;
	width:60%;
	border-radius: 10px 0 0 10px;
	padding-bottom:5px;
}

.mob-nav-menu ul {
	padding-left:40px;
}

.mob-nav-menu ul li a {
	color:#fff !important;
}

.mob-nav-btn {
	font-family:'Trend Sans W00 One';
	text-transform:uppercase;
	font-weight: 500;
	letter-spacing: 1.2px;
	font-size:15px;
	color:#333 !important;
}

.mob-nav-menu li a {
	font-family:'Trend Sans W00 One';
	text-transform:uppercase;
	font-weight: bold;
	letter-spacing: 1.2px;
	opacity:.8;
	color: #ccc;
}

.mob-nav-menu li a:hover, .mob-nav-menu li a:active {
	opacity:1.0;
	background-color: rgba(0,0,0,0.1);
	transition: all 0.4s ease;
}

/* -------------------- RESPONSIVE -------------------------------- */

.resp-br {
	display:none;
}

/*---- Front Page Your Story responsive -----*/

@media all and (max-height: 800px) { 

#summary {
	padding-top:15px;
}

}

@media all and (max-height: 700px) { 

	.flex-center-wrap {
	    -webkit-box-pack: start !important;	        
	    -webkit-justify-content: flex-start !important;	        
	    -ms-flex-pack: start !important;	        
	    justify-content: flex-start !important;
	}

	#hero-content-box {
		padding-top:8%;
	}
}

@media all and (max-height: 600px) { 

	#hero-text-wrapper {
		margin-top:10px !important;
	}

	#summary {
		padding-top:8px !important;
	}

}

@media all and (max-height: 550px) { 

#hero-content-box {
		padding-top:4%;
	}

}

@media all and (min-width: 568px) and (max-height: 500px) { 

#hero-text-wrapper {
		display:none;
	}

}

/*------- Other reponsive -------- */

@media screen and (max-width: 1500px) { /* For smaller computers */

.home div#menu {
	float: left;
	margin-left: 100px;
}

}

@media screen and (max-width: 1350px) { /* For smaller computers */

.home div#menu {
	float: left;
	margin-left: 100px;
}

.home .layout-cc .section-content {
	top:50%;
}


.break {
	display:inline; /* Used to NOT push content down a line on certain widths */
}

}

@media screen and (max-width: 1150px) { /* For smaller computers */

.home div#menu {
	float: left;
	margin-left: 40px;
}

}

@media screen and (max-width: 1024px) { /* Breaks to ipad size to force styles on ipad that aren't working on ipad specific queries */

/* Jordan Additions */

#section-1-wrapper {
	border-bottom:3px solid #333;
}

.hero img {
	width:415px !important;
}

#hero-text-wrapper {
	display:block !important;
}

.summary-wrap h2.summary {
	width:80%;
	margin:40px auto;
	font-weight:500;
}

.ms-slide p {
	margin:15px auto;
}

.home-about-text {
	width:90% !important;
}

/* End Jordan Additions  */

}

@media screen and (max-width: 1000px) { /* For smaller computers */

.home div#logo-container img {
	opacity:.95;
}

#logo-container a img {
	max-height: 255px;
}

.mobile-nav-wrapper {
	-ms-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex:1 1 auto;
	margin:auto;
	align-self:center;
	margin-top:10px;
}

.mobile-nav {
	 margin-top: 25px !important;
    margin-bottom: 15px !important;
}

.mob-nav-menu {
	margin-top:5px !important;
}

.mob-nav-btn {
	padding-bottom:5px !important;
}

.single-portfolio #content-container {
	margin-top:0 !important;
	padding-top:0 !important;
}

nav.nav-menu {
	display:none;
}

#header {
	height:auto;
}

#slide-in-wrap, #header .slide-in-logo {
	display:none;
}

.pg-filter-btn span { /* Changes the menu icon on portfolio ajax filter to be black instead of the default white icon */
    background: url(http://www.augustroad.com/wp-content/themes/thestory/images/mob-nav-icon.png) no-repeat;
	font-family:'Trend Sans W00 One';
	background-size:contain;
}

.pg-cat-filter ul li a {
	color:#ebebeb !important;
	font-family:"Sentinel SSm A", "Sentinel SSm B";
	text-transform:none !important;
	font-style:italic !important;
	font-weight:500 !important;
	letter-spacing:0px !important;
	font-size:16px !important;
}

.client-wrap li {
	margin-bottom:15px;
}

.launch-fb {
	width: 90%;
    margin: 20px auto;
    clear: both;
}

}

@media screen and (max-width: 700px) { /* For smaller computers */

.cta-links ul li {
	font-size: 14px;
}

.resp-br {
	display:block;
}

.launch-font {
	font-size: 10vw;
}

.page-subtitle {
	font-size:1rem;
}

#content-container .section-boxed {
    margin: 60px auto !important;
    width: 90%;
}

.testimonial-wrap {
	width:100%;
}

.client-wrap {
	width:100%;
	margin-top:30px;
}

}

@media screen and (max-width: 640px) { /* For smaller computers */

.section-desc {
	text-align:center;
	width:70%;
	margin: auto !important;
}

.summary-wrap h2.summary {
	font-size:22px;
	line-height:1.3;
}

.content-boxed .content-box h5 + p {
	margin-left: 8px !important;
	margin-right: 0 !important;
}

.launch-pricing h5 {
	line-height: 1.6rem !important;
	text-align: center !important;
	margin-bottom:15px;
}

/* Testimonial slider */
.ms-slide p {
	font-size:20px !important;
}

.home-about-text {
	width:70%;
}

/* Work Page */

.single-portfolio #content-container {
	padding-left:0 !important;
	padding-right:0 !important;
}

.ps-content {
	padding-left:3% !important;
	padding-right:3% !important;
}

/* About Page */

.section-full-width .col { /* Breaks the two column layout on About page to single column */
	width:100% !important;
	clear:both !important;
	margin-bottom: 0;
}

#aboutus.section-full-width p {
	text-align:center !important;
	margin:15px auto;
}

#people-over-projects h6 {
	font-size: 1.2em !important;
	text-align:center !important;
}

.page-id-85 #section-1 h5 {
	font-size: 1.5em !important;
}

.page-id-85 .about-slide-testimonial-name {
	font-size: 17px;
}

}

@media screen and (max-width: 475px) { /* For smaller computers */

.home .layout-cc .section-content {
	top:40%;
}

.portfolio-item-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width:100vw !important;
  min-width:320px !important;
  padding: 1% 0 !important;
  margin-left:0;
  margin-right: 0;
}

.creative-director {
	margin-bottom:30px;
	width:100%;
}

.creative-director img {
	width:100%;
}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)  { /* For ipads in landscape */

header { /* Inside page header */
	margin-top:0px !important;
	padding-top:5px !important;
}

.home .section-header { 
	margin-bottom:0px !important;
}

.home header.cta { /* adds white bar across top */
	background: #fff !important;
	margin-bottom:0px !important;
	padding-bottom:0px !important;
	max-height:180px !important;
	overflow:visible !important;
}

.section-desc {
	width:80%;
	font-size:24px !important;
}

.section-about, .section-about h1 {
	font-size:21px !important;
}

.ampersand {
	font-size:25px !important;
}

.header-layout-center .navigation-container {
	float:right !important;
	margin-top:15px !important;
}

.home .section-text {
	padding-top:0px !important;
}

.home .layout-cc .section-content {
	top:33% !important;
}

.section-desc-slide1 {
	margin-top:100px !important;
}

.layout-rc .section-content { /* controls right margin of description on slide 2 */
	margin-right:0px !important;
	padding-right:20px !important;
	float:right !important;
}

.layout-rc .section-desc {
	max-width:auto !important;
	text-align:center !important;
}

.section-textimg .section-desc, .section-textimg h2 {
	margin:auto !important;
	text-align:center !important;
}

.section-textimg a.button {
	float:left !important;
	margin-left:330px !important;
}

.cta {
	font-size: 20px !important;
	text-align:center !important;
	margin:auto !important;
	width:100% !important;
	padding: auto 0px !important;
}

.cta-links {
	font-size:18px !important;
}

.top-quarter {
	height:auto;
	flex: 1 1 auto;
	width:100%;
}

.bottom-three-quarters {
	height:auto;
	flex: 3 1 auto;
	margin:0 0 25px 0;
	padding:0;
	width:100%;
}

.portfolio-wrap {
	max-width:100vw !important;
}

.portfolio-item-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width: 32%;
  min-width: 300px;
  padding: 0.5%;
}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {  /* For iPads in Portrait */

/* Jordan Additions */

#section-1-wrapper {
	border-bottom:2px solid #333;
}

.hero img {
	margin-top:13%;
	width:380px;
	margin-bottom:13%;
}

.summary-wrap h2.summary {
	font-size:25px;
	width:80%;
	margin:12px auto;
	font-weight:500;
}

.about-slide-testimonial-company {
	font-size:12px;
}

.home-about-text {
	width:85% !important;
}

h3.huge {
	font-size: 1.5em !important;
}

.home .section-title {
	font-size:23px !important;	
}

.portfolio-wrap {
	max-width:100vw !important;
}

.portfolio-item-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width: 49%;
  min-width: 300px;
  padding: 0.5%;
}

/* End Jordan Additions  */

.home .fullpage-wrapper { /* removes top opaque bar for navigation menu on home page only and in portrait only */
	margin-top:-86px !important;
}

.layout-rc .section-content { /* controls right margin of description on slide 2 */
	margin-right:0px !important;
	padding-right:7px !important;
	float:right;
	max-width:35% !important;
}

.section-textimg .section-desc {
	margin:auto !important;
}

.cta {
	font-size: 22px !important;
	text-align:center !important;
	margin:auto !important;
	width:100% !important;
	padding: auto 0px !important;
}

.cta-links {
	width:80% !important;
	margin:auto !important;
	text-align:center !important;
	letter-spacing:1px !important;
}

.cta-links li {
	font-size:17px !important;
}

.home .layout-cc .section-content {
	top:33% !important;
}

.section-desc-slide1 {
	margin-top:300px !important;
}

.top-quarter {
	height:auto;
	flex: 1 1 auto;
	width:100%;
}

.bottom-three-quarters {
	height:auto;
	flex: 3 1 auto;
	margin:0 0 25px 0;
	padding:0;
	width:100%;
}

#home-section-request-quote {
	margin-top: 0;
}

.mobile-nav-wrapper {
	margin-top:10px;
}

.mob-nav-menu {
	margin-top:5px !important;
}

.portfolio-wrap {
	padding: 30px 6px 6px 6px;
}

.footer-wrap .flex-rows .top-quarter {
	display:none;
}

}

@media only screen  and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) { /* for iPhone 6 or 6plus in landscape */ 

/* Jordan Additions */

.section-full-width .col { /* Breaks the two column layout on About page to single column */
	width:100% !important;
	clear:both !important;
	margin-bottom: 0;
}

#section-1-wrapper {
	border-bottom:3px solid #333;
}

.hero img {
	margin-top:6%;
	width:200px !important;
	margin-bottom:6%;
}

#hero-text-wrapper {
	display:block !important;
}

h1.hero-text-first {
	line-height:.5 !important;
}

h1.hero-text {
	font-size:11px !important;
}

.hero-sep img {
	width:55px !important;
}

.summary-wrap h2.summary {
	font-size:19px;
	width:80%;
	margin:40px auto;
	font-weight:500;
}

.about-slide-testimonial-company {
	font-size:12px;
}

.ms-slide p {
	font-size:14px !important;
	margin:10px auto;
}

.home-about-text {
	width:90% !important;
}

h3.huge {
	font-size: 1.5em !important;
}

/* End Jordan Additions  */

header { /* Inside page header */
	margin-top:0px !important;
	padding-top:5px !important;
}

.section-desc {
	font-size:19px !important;
	width:40%;
}

.home .section-desc-slide1 {
	width: auto !important;
	margin: auto !important;
}

.ampersand {
	font-size:20px !important;
}

.home .section-text {
	padding-top:0px !important;
}

.home .layout-cc .section-content {
	top:43%;
}

.top-quarter {
	height:auto;
	flex: 1 1 auto;
	width:100%;
}

.bottom-three-quarters {
	height:auto;
	flex: 3 1 auto;
	margin:0 0 25px 0;
	padding:0;
	width:100%;
}

.ms-slide p {
	font-size:16px !important;
	margin:10px auto;
}

.about-slide-testimonial-name {
	font-size:14px;
}

#home-section-request-quote {
	margin-top: 0;
}

.mobile-nav-wrapper {
	margin-top:10px;
}

.mob-nav-menu {
	margin-top:5px !important;
}

.portfolio-wrap {
	padding: 30px 6px 6px 6px;
}

.footer-wrap .flex-rows .top-quarter {
	display:none;
}

#home-section-1 .content-box .section-title-wrap .hero img {
	width:70%;
}

#home-section-1 .content-box .flex-center-wrap {
	justify-content: flex-start;
}

.portfolio-item-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width:100vw !important;
  min-width:375px !important;
  padding: 1% 0 !important;
  margin-left:0;
  margin-right: 0;
}

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) { /* for iPhone 6 or 6plus in portrait */ 

/* Begin Jordan Additions */

.home .section-title {
	font-size:23px !important;
}

/* End Jordan Additions */

#home-section-1 .section-title-wrap {
	margin: auto;
}

#home-section-1 .section-title-wrap .section-title {
	vertical-align: center;
}

.flex-center-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	height:100%;
}

.home .layout-cc .section-content {
	top:45% !important;
}

.home .fullpage-wrapper { /* removes top opaque bar for navigation menu on home page only and in portrait only */
	margin-top:-86px !important;
}

.home .section-desc-slide1 {
	width: auto !important;
	margin: auto !important;
}

.section-title-about {
	font-size:18px !important;
	padding:5px !important;
	position:relative !important;
}

.top-quarter {
	height:auto;
	flex: 1 1 auto;
	width:100%;
}

.bottom-three-quarters {
	height:auto;
	flex: 3 1 auto;
	margin:0 0 25px 0;
	padding:0;
	width:100%;
}

}

@media only screen and (min-width : 320px) and (max-width : 568px) and (orientation : landscape) { /* for iPhone 5s and lower in landscape */

/* Jordan Additions */

#section-1-wrapper {
	border-bottom:3px solid #333;
}

.hero img {
	margin-top:8%;
	width:200px !important;
	margin-bottom:8%;
}

#hero-text-wrapper {
	display:block !important;
}

.hero-sep img {
	width:65px;
	line-height:.7;
}

.summary-wrap h2.summary {
	font-size:19px;
	width:80%;
	margin:40px auto;
	font-weight:500;
}

.about-slide-testimonial-company {
	font-size:12px;
}

.ms-slide p {
	font-size:14px !important;
	margin:10px auto;
}

.home-about-text {
	width:90% !important;
}

h3.huge {
	font-size: 1.5em !important;
}

/* End Jordan Additions  */

header { /* Inside page header */
	margin-top:0px !important;
	padding-top:5px !important;
}

.home header#header { 
	max-height:90px !important;
	overflow:visible !important;
}

.section-desc {
	font-size:19px !important;
}

.home .section-desc-slide1 {
	width: 50% !important;
	margin: auto !important;
}

.ampersand {
	font-size:20px !important;
}

.home .section-text {
	padding-top:0px !important;
}

.home .layout-cc .section-content {
	top:43%;
}

.home .section-desc {
	font-size:19px !important;
	width: 90% !important;
	margin: auto !important;
}

.section-about, .section-about h1 { /* h1 controls the keyphrase first sentence */
	font-size:16px !important;
	margin-top: 0px !Important;
	line-height:1.1 !important;
}

 .section-about h1 {
	 margin-bottom:0px !important;
	 padding-bottom: 0px !important;
 }

.section-title-about {
	font-size:18px !important;
	margin-top:120px !important;
	padding:5px !important;
	line-height:1.4;
}

.layout-rc .section-content { /* controls right margin of description on slide 2 */
	margin-right:0px !important;
	padding-right:7px !important;
	float:right;
	width:60% !important;
}

.layout-rc h2 {
	font-size: 30px !important;
	text-align:right;
	margin-right:35px;
}

.layout-rc .section-desc {
	margin-top: auto !important;
	font-size:20px !important;
	color: #000 !important;
	text-align:right;
	opacity:.8 !important;
}

.layout-right .section-img {
	max-width: 100% !important;
}

.layout-rc  a.button {
	float:left !important;
	margin-left: 150px;
	width: auto !important;
}
/* TM EDIT
.cta {
	width: 65% !important;
	margin: auto !important;
	font-size:18px !important;
	position:relative;
	top:0px;
	left:0px;
}
TM ADDED the following 2 classes */

.cta {
	width: 100% !important;
	margin: auto !important;
	font-size:18px !important;
	background:#c9433b;
}

.cta-content {
	float:right;
	position:relative;
	right:0;
	width: 66vw;
	margin:0;
}

.cta-links a {
	display:block;
	font-size:12px;
}

.cta-links li {
	display:block;
	list-style-type:none;
	margin-bottom:15px;
}

.cta-links ul {
	margin:15px 0px 0px 0px;
	padding:0px;
}

.no-show {
	display:none;
}

.top-quarter {
	height:auto;
	flex: 1 1 auto;
	width:100%;
}

.bottom-three-quarters {
	height:auto;
	flex: 3 1 auto;
	margin:0 0 25px 0;
	padding:0;
	width:100%;
}

.about-slide-testimonial-name {
	font-size:12px;
}

#home-section-request-quote {
	margin-top: 0;
}

.mobile-nav-wrapper {
	margin-top:10px;
}

.mob-nav-menu {
	margin-top:5px !important;
}

.portfolio-wrap {
	padding: 30px 0 6px 0;
}

.portfolio-item-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width:100vw !important;
  min-width:320px !important;
  padding: 1% 0 !important;
  margin-left:0;
  margin-right: 0;
}

.footer-wrap .flex-rows .top-quarter {
	display:none;
}

#home-section-1 .content-box .section-title-wrap .hero img {
	width:70%;
}

#home-section-1 .content-box .flex-center-wrap {
	justify-content: flex-start;
}

#hero-text-wrapper, h1.hero-text {
	margin:0;
	padding:0;
	font-size:13px !important;
}

#hero-text-wrapper h1.hero-text-first {
	margin:0 !important;
	padding-bottom:4px;
}

h1.hero-text {
	padding-top:4px !important;
}

#hero-content-box {
	padding-top: 1%;
}

}

@media only screen and (min-width : 320px) and (max-width : 568px) and (orientation : portrait) { /* for iPhone 5 and 5s and lower in portrait */

/* Jordan Additions */

#section-1-wrapper {
	height:90vh;
	border-bottom:2px solid #333;
}

.hero img {
	margin-top:13%;
	width:225px !important;
}

#hero-text-wrapper {
	margin-top:70px !important;
}

.hero-sep img {
	width:65px;
	line-height:.7;
}

.summary-wrap h2.summary {
	font-size:16px;
	width:80%;
	margin:20px auto;
	font-weight:500;
}

.about-slide-testimonial-company {
	font-size:12px;
}

.ms-slide p {
	font-size:15px !important;
}

.mobile-no-show {
	display:none;
}

.home-about-text {
	width:90% !important;
}

h3.huge {
	font-size: 1.5em !important;
}

/* End Jordan Additions  */

#home-section-1 .section-title-wrap {
	margin-top:0 !important;
}

#home-section-1 .section-title-wrap .section-title {
	vertical-align: top;
}

.flex-center-wrap {
	display: block;
	height:100%;
}

.top-quarter {
	height:auto;
	flex: 1 1 auto;
	width:100%;
}

.bottom-three-quarters {
	height:auto;
	flex: 3 1 auto;
	margin:0 0 25px 0;
	padding:0;
	width:100%;
}

.home .fullpage-wrapper { /* removes top opaque bar for navigation menu on home page only and in portrait only */
	margin-top:-86px !important;
}

h1.hero-text {
	font-size:15px;
}

.home .section-desc {
	font-size:19px !important;
	width: 90% !important;
	margin: auto !important;
}

.home .section-desc-slide1 {
	width: auto !important;	
	margin-top:86px !important;  /* pushes content down to account for negative margin on page wrapper above */
}

.section-about, .section-about h1 { /* h1 controls the keyphrase first sentence */
	font-size:16px !important;
	margin-top: 0px !Important;
	line-height:1.1 !important;
}

 .section-about h1 {
	 margin-bottom:0px !important;
	 padding-bottom: 0px !important;
 }

.section-title-about {
	font-size:18px !important;
	margin-top:-40px !important;
	padding:5px !important;
	line-height:1.4;
}

.layout-rc .section-content { /* controls right margin of description on slide 2 */
	margin-right:0px !important;
	padding-right:7px !important;
	float:right;
	width:60% !important;
}

.layout-rc .section-desc {
	margin-top: auto !important;
	font-size:20px !important;
	color: #000 !important;
	opacity:.8 !important;
	text-align:left !important;
	width:100% !important;
}

.layout-rc .button {
	margin-left:0px !important;
	width:auto !important;
}

.layout-right .section-img {
	max-width: 100% !important;
}


/* TM EDIT
.cta {
	width: 65% !important;
	margin: auto !important;
	font-size:18px !important;
	position:relative;
	top:0px;
	left:0px;
}
TM ADDED the following 2 classes */
.cta {
	width: 100% !important;
	margin: auto !important;
	font-size:18px !important;
}

.cta-content {
	float:right;
	position:relative;
	right:0;
	width: 66vw;
	margin:0;
}

.cta-links a {
	display:block;
	font-size:12px;
}

.cta-links li {
	display:block;
	list-style-type:none;
	margin-bottom:15px;
}

.cta-links ul {
	margin:15px 0px 0px 0px;
	padding:0px;
}

.no-show {
	display:none;
}

.layout-rc { /* pushes bg of 2nd slide over on iphone portrait only */
	background-position: 80% 0% !important;
}

.ampersand {
	font-size:20px !important;
}

.home .layout-cc .section-content {
	top:65% !important;
}

#slide-in-wrap {display:none; }

.about-slide-testimonial-name {
	font-size:12px;
}

#home-section-request-quote {
	margin-top: 0;
}

.mobile-nav-wrapper {
	margin-top:10px;
}

.mob-nav-menu {
	margin-top:5px !important;
}

span.li-last-word:after {
	content: '';
}

.strengths-header-dash {
	display:none;
}

.portfolio-wrap {
	padding: 30px 6px 6px 6px;
}

.footer-wrap .flex-rows .top-quarter {
	display:none;
}

.about-slide-testimonial-name {
	font-size:12px;
}

#home-section-request-quote {
	margin-top: 0;
}

.mobile-nav-wrapper {
	margin-top:10px;
}

.mob-nav-menu {
	margin-top:5px !important;
}

span.li-last-word:after {
	content: '';
}

.strengths-header-dash {
	display:none;
}

.portfolio-wrap {
	padding: 30px 6px 6px 6px;
}

.footer-wrap .flex-rows .top-quarter {
	display:none;
}

/* Still iPhone Portrait - Logo & Header / Menu Adjustments for Inside Pages on iPhone Portrait - This works within the mobile white bar while maintaing a larger, centered logo on the home page only*/

header { /* Inside page header */
	margin-top:0px !important;
	padding-top:5px !important;
}

.section-desc {
	font-size:19px !important;
}

.ampersand {
	font-size:20px !important;
}

.home .section-text {
	padding-top:0px !important;
}

}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) and (orientation:portrait) { /* for iPhone 4 and 4s only */ 

#home-section-1 .section-title-wrap .section-subtitle {
	font-size:18px;
}

#home-section-4 {
	height:auto;
}

.content-box {
	height:auto;
}

.flex-rows {
	height:auto;
}

.top-quarter {
	height:auto;
	flex: 1 1 auto;
	width:100%;
}

.bottom-three-quarters {
	height:auto;
	flex: 3 1 auto;
	margin:0 0 25px 0;
	padding:0;
	width:100%;
}

.home .section-desc {
	font-size:19px !important;
	margin-top:86px !important /* pushes content down to account for negative margin on page wrapper above */;
} 

.home .layout-cc .section-content {
	top:62% !important;
    font-size:14px !important;
}

#slide-in-wrap {
	display:none;
}

.ms-slide p {
	font-size:16px !important;
}

.about-slide-testimonial-name {
	font-size:12px;
}

#home-section-request-quote {
	margin-top: 0;
}

.mobile-nav-wrapper {
	margin-top:10px;
}

.mob-nav-menu {
	margin-top:5px !important;
}

span.li-last-word:after {
	content: '';
}

.strengths-header-dash {
	display:none;
}

.portfolio-wrap {
	padding: 30px 6px 6px 6px;
}

.footer-wrap .flex-rows .top-quarter {
	display:none;
}

#home-section-1 .content-box .section-title-wrap .hero img {
	width:70%;
}

#home-section-1 .content-box .flex-center-wrap {
	justify-content: flex-start;
}

h1.hero-text {
	font-size: 16px;
}

div.social-link {
	float:left;
	margin:0 auto;
	padding:0 10px;
}

div.social-links {
	text-align:center;
	position:relative;
	left:25%;
}

}
