/*
Theme Name:     Cultivated Wit with Ajax
Theme URI:      http://cultivatedwit.com/
Description:    Child theme that adds Ajax page loading
Author:         Cultivated Wit
Template:       cultivatedwit-parent
Version:        0.1.0
*/


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #D96B5F; color: #fff; text-shadow: none; }
::selection { background: #3A9FE7; color: #fff; text-shadow: none; }

h1, h2, h3, h4, h5 ,h6{ margin:0; padding:0;}

/* =============================================================================
   Links
   ========================================================================== */

a { color: #D96B5F; text-decoration:none;}
a:visited { color: ; }
a:hover { color: #D96B5F; }
a:focus { outline: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 0px; list-style-position: inside; padding-left:1em; text-indent: -1em; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }

iframe{
	border:0!important;
} 

/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
*{
	text-rendering: optimizeLegibility!important;
	-webkit-font-smoothing: antialiased!important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#cultivated-logo, .logo {
font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 900;
text-transform: uppercase;
font-size: 26px;
color: #00B7C4;
}

#cultivated-logo:hover{

}

.home #cultivated-logo{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}


#cultivated-logo #owl-head {
height:40px;
width:40px;
display:inline-block;
background:url('img/owlface-eye-open.svg');
	
}



#cultivated-logo:hover #owl-head {

background:url('img/owlface-eye-wink.svg');
	
}


#breaking-news-container{
	width: 100%;
	background: #DA4826;
	padding: 27px 0px;
	font-size: 40px;
	color: #93D0E9;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: 48px;
}

#breaking-news-container a{
	color:white;
}

.breaking-title {
	text-transform:uppercase;
	color: #93D0E9;
}

#cw-type-container {
display: inline-block;
position: relative;
height: 32px;
width: 230px;
overflow: hidden;
top: -6px;
left: -8px;
}


#cultivated-wit-type {
width: 225px;
height: 22px;
display: block;
position: absolute;
top: 0px;
left:-100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;

-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
}

#cultivated-logo:hover #cultivated-wit-type {
left: 20px;	
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}

.sneaky-spacer{
	display:block;
	width:0px;
	height:0px;
}

textarea, input { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	text-rendering: optimizeLegibility!important;
	-webkit-font-smoothing: antialiased!important;	
}



/*
html.control-height, body.control-height, #ajax-container.control-height, #content.control-height {
	height:100%!important;
}*/


html, body{
	height:100%;
}

body{
	-webkit-transition: all .4s ease-in-out;
			-moz-transition: all .4s ease-in-out;
	        -ms-transition: all .4s ease-in-out;
	        -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}


body.home{


    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;


}

.mobile-device body.home{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
	
}

body.home.imagesloaded{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
	
}

#ajax-container{
overflow:hidden;
}

body{
	font-family: "ff-tisa-web-pro",serif;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility!important;
	-webkit-font-smoothing: antialiased!important;
}


#follow-container, #search-container{
	display:none; 
	height:100%;
	width:100%;
	background:white;
	position:fixed;
	z-index:1005;
}

#search-inner{
	overflow:visible;
}

#follow-inner, #search-inner{
	position:relative;
	top:-50%;
	padding-top:75px;
	overflow:hidden;
	-webkit-transition: all .7s ease-in-out;
			-moz-transition: all .7s ease-in-out;
	        -ms-transition: all .7s ease-in-out;
	        -o-transition: all .7s ease-in-out;
			transition: all .7s ease-in-out;
			height:100%;
}

.container-active #follow-inner, .container-active #search-inner{
	top:0px;
}

#search-container #close-button{
	top: 116px;
}

#follow-container #close-button, #search-container #close-button{
	position:absolute;
	z-index: 9999;
	right:0px;
	height:35px;
	width:35px;
	background: url('img/close-button.svg');
	background-repeat:no-repeat;
	cursor:pointer;

	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
	-webkit-transition: all 1s ease-in-out;
			-moz-transition: all 1s ease-in-out;
	        -ms-transition: all 1s ease-in-out;
	        -o-transition: all 1s ease-in-out;
			transition: all 1s ease-in-out;
	
}

#follow-container.container-active #close-button, #search-container.container-active #close-button{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	
}

#follow-container #close-button:hover, #search-container #close-button:hover{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
}


#email-text {
font-size: 21px;
font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 400;
color: #00A1E8;
line-height: 1;
}

#follow-email-link a{
	font-size:29px;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #00A1E8;
}

#follow-email-link br{
	display:none;
}

input#newsletter-follow-input {
width: 100%;
background-color: rgba(0,0,0,0.0);
border: 0px;
height: 143px;
padding: 0px 0px;
font-size: 74px;
font-family: ff-tisa-web-pro, serif;
font-style: normal;
font-weight: 300;
padding-top: 0;
padding-left: 103px;
color: #00A1E8;
position: relative;
top: -40px;
}

#newsletter-homepage-envelope {
position: absolute;
top: 78px;
width: 92px;
}

#home-newsletter-inner{
	margin-bottom:230px;
}

#clue-text-container{
	text-align:center;
	    color: #62CBFF!important;
		overflow:visible;
		position:relative;
}

 #clue-text{
	 margin-bottom:10px!important;
 }
 
img#search-clue-image{
	max-width:300px;
}

#newsletter-copy, #clue-text{
	color:#62CBFF;
	font-size:55px;
	text-align:center;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 90px;
}


input#newsletter-follow-input::-webkit-input-placeholder {
color: #00A1E8;
}

input#newsletter-follow-input:-moz-placeholder { /* Firefox 18- */
color: #00A1E8;  
}

input#newsletter-follow-input::-moz-placeholder {  /* Firefox 19+ */
color: #00A1E8;  
}

input#newsletter-follow-input:-ms-input-placeholder {  
color: #00A1E8;  
}

#follow-email-link {
display: inline-block;
position: relative;
top: -15px;
}

.follow-heading {
font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 300;
color: #D4522D!important;
margin-bottom: 0;
height: 70px;
padding-right: 174px;
text-transform: none!important;
}


.follow-border-blocker {
position: absolute;
z-index: 99999;
background: white;
width: 46px;
height: 46px;
top: -23px;
}


#social-media-follow {
border-bottom: 1px dotted #BBE6F4;
padding-bottom: 20px;
}

#follow-whiskey{
	border-bottom:1px dotted #BBE6F4;
	padding-bottom: 79px;
}



.follow-vertical-border-container{
	position:relative;
}

.follow-vertical-border {

border-left: 1px dotted #BBE6F4;
position: absolute;
left: 50%;
top: 10px;
}

.follow-vertical-border.border-1{
	height:195px;
}

.follow-vertical-border.border-2{
	height:140px;
}

.social-like-number{
	display:inline-block;
	line-height: 0.75;
	color:#00A1E8;
	font-size:90px;
}

.social-like-button{
	width:100px;
	text-align:right;
}


.main-follow-icon {
height: 78px;
width: 78px;
display: inline-block;
margin-right: 24px;

-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
}

.main-follow-icon:hover {

-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}



#facebook-follow-icon {
background: url('img/header-social-facebook.svg');
background-repeat: no-repeat;
margin-bottom: 20px;
}

#twitter-follow-icon{
	background: url('img/header-social-twitter.svg');
	background-repeat:no-repeat;
}

#google-follow-icon{
	background: url('img/header-social-youtube.svg');
	background-repeat:no-repeat;
}

#newsletter-icon{
	background: url('img/header-social-envelope.svg');
	background-repeat:no-repeat;
	position:absolute;
}

#whiskey-follow-icon{
	background: url('img/header-social-whiskey.svg');
	background-repeat:no-repeat;
}

#email-contact-icon{
	background: url('img/header-social-envelope.svg');
	background-repeat:no-repeat;
}

.follow-row{
	width: 110px;
	margin-bottom:0px!important;
}

#social-media-follow .follow-row{
	margin-left:54px;
}


#social-media-follow #follow-facebook.follow-row{
	margin-left:0px;
}



#follow-newsletter {
margin-bottom: 31px;
}

#follow-newsletter .wpcf7-response-output {
margin: 0px!important;
padding: 0px!important;
position: relative;
top: -60px;
left: 103px;
color:#D4522D;
}

.follow-transparency-container{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
	-webkit-transition: all .4s ease-in-out;
			-moz-transition: all .4s ease-in-out;
	        -ms-transition: all .4s ease-in-out;
	        -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.follow-transparency-container:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;

}


#follow-twitter{
	
}

#follow-google iframe{
	margin-left:-20px!important;
}

header h1 {
	font-size:24px;
}

.grid1-box, .grid2-box, .grid3-box, .grid4-box, .grid5-box, .grid6-box, .grid7-box, .grid8-box, .grid9-box, .grid10-box, .grid11-box, .grid12-box {border: 1px solid transparent; height: auto;}

p{
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;	
}


p{
	margin-top:0;
}

p + p {
    -webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

h1, h2, h3, h4, h5 ,h6{
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
}

h2{
	font-size: 30px;
	margin-bottom: 10px;
}

h3{
	font-size:18px;
}


.pull-quote{
	font-size: 52px;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	display: block;
	line-height: 1.49;
	margin-top: 36px;
	margin-bottom: 54px;
}

img, svg{
	max-width:100%;
	height:auto!important;
}

body.wp-admin img, body.wp-admin svg{
	max-width:auto;
	height:auto;
}

#header-container{
	position: fixed;
	width:100%;
	z-index: 1000;
}

.home #access{
	position:relative;
	top:-80px;
}

.not-mobile-device #header-mobile-shadow{
	display:none;
}

header {
float:left;
z-index: 900;
margin-top: 14px;

}

header h1 a{
	text-decoration:none;
	color:#000;
}

header h1 a:visited{
	color:#000;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

#access{
	float: right;
	z-index: 900;
	padding: 15px 0 25px 25px;
	width:auto;
	margin-right: -8px;
	
}

#access.menu-open{
		width:auto;
}

.not-mobile-device .fixed-at-top #access{
		width:auto;
}

.not-mobile-device .dont-hide-on-mobile{
	display:none;
}

.mobile-device .hide-on-mobile{
	display:none;
}

#logo-svg{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	-webkit-transition: all .4s ease-in-out;
			-moz-transition: all .4s ease-in-out;
	        -ms-transition: all .4s ease-in-out;
	        -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

header:hover #logo-svg{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;

}

.fill-browser{
	overflow:hidden;
	position:relative;
}

.fill-browser-inner{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	padding:160px 0;

}

.imagesloaded .fill-browser-inner{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

.mobile-device .fill-browser-inner{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

.triangle {
width: 0;
height: 0;
position: absolute;
z-index:0;
}



.triangle-left-1, .triangle-left-2{
	left:0px;
	bottom:0px;
	border-left:  solid transparent;
}

.triangle-left-3, .triangle-left-4{
	left:0px;
	top:0px;
	border-left:  solid transparent;
}


.triangle-right-1, .triangle-right-2{
	right:0px;
	border-right: solid transparent;
}

.triangle-right-3, .triangle-right-4{
	right:0px;
	bottom:0px;
	border-right: solid transparent;
}


.fixed-at-top #logo-svg{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;

}

#absolute-to-fixed-bar, .mobile-device.is-iPad #absolute-to-fixed-bar{
	position: absolute;
	top: 0px;
	height: 63px;
	width: 100%;
	background: white;
	letter-spacing: 4px;
	z-index: 899;
	
}

.mobile-device.is-iPad .fixed-at-top #absolute-to-fixed-bar{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.not-mobile-device .fixed-at-top #absolute-to-fixed-bar{
	position:fixed;
	top:0px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .5);
}



.not-mobile-device .admin-bar .fixed-at-top #absolute-to-fixed-bar{
	top:32px;
}

.not-mobile-device .blog .fixed-at-top #absolute-to-fixed-bar {
position: fixed;
top: 0px;
-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .5);
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .5);
}

.not-mobile-device .admin-bar.blog .fixed-at-top #absolute-to-fixed-bar {

top: 32px;

}

#scroll-top-detector, .mobile-device.is-iPad #scroll-top-detector{
	width:100%;
	height:60px;
	position:relative;
}

#menu-cw-menu {
text-align: right;
padding: 0 0 0 0px;
height: 33px;
font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 400;
font-size:12px;
}

.menu-header{
	-webkit-border-radius: 17px;
		border-radius: 17px;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, .5);
		box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, .5);
	height:33px;
	font-size:0px;
	text-align:left;
	overflow:hidden;
	
}

.not-mobile-device .fixed-at-top .menu-header{
	
	-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
	        -ms-transition: all .2s ease-in-out;
	        -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
	-webkit-box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, .5);
		box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, .5);
	
}


#menu-cw-menu li {
display: inline-block;
padding: 10px 12px 1px 6px;
margin-left: 14px;
}




#menu-cw-menu li.current_page_item a, #menu-cw-menu li:hover a{
	color:#D44F51;
}

#menu-cw-menu li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#00B7C4;
	font-size:12px;

}


input#s{
	width: 100%;
	background-color: rgba(0,0,0,0.0);
	border: 0px;
	padding: 0px 0px;
	font-size: 70px;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 300;
	padding-top: 1px;
	color: #00A1E8;
	border-bottom:1px solid #00A1E8;
}


input#s::-webkit-input-placeholder {
   color: #00A1e8;
}

input#s:-moz-placeholder { /* Firefox 18- */
   color: #00A1e8;  
}

input#s::-moz-placeholder {  /* Firefox 19+ */
   color: #00A1e8;  
}

input#s:-ms-input-placeholder {  
   color: #00A1e8;  
}

.search-button.menu-item {
background: url('img/menu-search-icon.svg');
background-repeat: no-repeat;
padding: 0px!important;
width: 15px;
height: 15px;

}

.search-button.menu-item a {
width: 15px;
height: 15px;
color: rgba(255,255,255,0.0)!important;
display: inline-block;
}

.fancybox-overlay {
	background: rgba(0, 0, 0, 0.8)!important;
}

.fancybox-skin{
	padding:0px!important;
}

.fancybox-title{
	font-style: normal!important;
	font-weight:normal!important;
}

body .fancybox-title-float-wrap .child {
	font-style: normal!important;
	font-weight:normal!important;
}



.horizontal-border{
	border-bottom:1px dotted;
	width:100%;
	height:1px;
	position:absolute;
	top:0px;
}

.horizontal-border.relative-positioning{
	position:relative;
}

#main-content {
margin: 0 auto;
margin-top: 42px;
margin-bottom: 120px;
font-family: "ff-tisa-web-pro",serif;
font-style: normal;
font-weight: 100;
font-size: 21px;
color: #006970;
line-height: 1.8;
}

.fmvps-wrapper{
	float:none!important;
	display:block;
}

.single-format-standard #main-content {
margin-top: 0px;

}


.layzy{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
	-webkit-transition: all .4s ease-in-out;
			-moz-transition: all .4s ease-in-out;
	        -ms-transition: all .4s ease-in-out;
	        -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.fadeIn{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#home-page-logo {
text-align: center;
margin-bottom: 80px;
width: 560px;
margin-left: auto;
margin-right: auto;
position:relative;
}

#CW_identity_wink{
	position:absolute;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
}

#CW_identity_wink:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;

}

.fullscreen-sections #home-page-logo {
margin-top: -62px;
position:relative;
}

#home-page-tagline-container{
	background:#74CBFE;
}

#home-page-tagline {
margin: 0 auto;
text-align: center;
font-size: 48px;
font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 300;
color: white;
}

#home-page-tagline a {
  color: #3C6F8C;
}

#home-page-tagline a:hover {
  color: #D96B5F;
}


#section-arrow-container{
	position: absolute;
	bottom: 55px;
	text-align: center;
	width: 100%;
}

#section-arrow-container img{
width:52px;	
}

#home-page-tagline-container img{
	width:52px;	
}

.approach-link{
	font-size:33px;
	padding-bottom:15px;
	color:white;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 300;
}


#our-services-container{
	position:relative;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 300;
	overflow: hidden;
}

#services-info-sidebar{
	position:absolute;
	height:100%;
	z-index:3;
	/*background-color: rgba(0,182,195,.90);*/
	margin-left: 101px;
}

.color-overlay {
  position: absolute;
  
  height: 100%;
  width: 100%;
  z-index: 2;
}

#services-panel-1 .color-overlay{
	background: rgba(212, 82, 45, 0.57);
}
  
#services-panel-2 .color-overlay{
background: rgba(240, 244, 99, 0.47);
}

/*
#services-panel-3 .color-overlay{
	background: rgba(0, 182, 195, 0.57);
}
*/

#services-panel-3 .color-overlay{
	background: rgba(255, 143, 73, 0.57	);
}


.sidebar-project-link {
position: absolute;
bottom: 50px;
width: 100%;
font-size: 28px;
font-weight: 400;
}


.semi-trans-horizontal-line{
	border-top:1px solid #003B3F;
	height:1px;
	width:100%;
	opacity: 0.2;
	-moz-opacity: 0.2;
		filter:alpha(opacity=20);
}

	

.sidebar-project-link a {
	position:relative;
color: white;
padding: 8px 20px;
display: block;
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
background-color: rgba(255,143,73,1.0);
width: 89%;
box-sizing: border-box;
-webkit-box-shadow: 6px 4px 0 0 rgba(42,42,42,.20);
box-shadow: 6px 4px 0 0 rgba(42,42,42,.20);
}

#services-info-sidebar-container{
	padding: 44px 0px 0 0px;
	position:relative;
	height:100%;
	width:100%;
	-webkit-box-shadow: 3px 0 0 5px rgba(42,42,42,.10);
	box-shadow: 3px 0 0 5px rgba(42,42,42,.10);
}

#services-info-sidebar.before-sidebar{
	top:0;
	
}


#services-info-sidebar.sidebar-fixed{
	position:fixed;
	top:63px;
}

#services-info-sidebar.after-sidebar{
	bottom:0;
}

.sidebar-section-header {
font-size: 29px;
font-weight: 400;
line-height: 1.38;
margin-bottom: 36px;
}

.sidebar-section-subtext {
font-size: 18px;
color: #003B3F;
line-height: 1.63;
}

.sidebar-section-subtext a {
  color: white;
}

.sidebar-section-subtext a:hover {
  color: #AB2617;
}

#sidebar-icon-container{
	padding-left:30px;
}

.section-panel-text{
	position:absolute;
	height:100%;
	padding: 18px 20px 0 20px;
	opacity: 0.0;
	-moz-opacity: 0.0;
		filter:alpha(opacity=00);
	
		-webkit-transition: all .4s ease-in-out;
				-moz-transition: all .4s ease-in-out;
		        -ms-transition: all .4s ease-in-out;
		        -o-transition: all .4s ease-in-out;
				transition: all .4s ease-in-out;
}


.background-video video {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
min-height: 100%;
min-width: 100%;
-webkit-transition: opacity 1s 0.3s;
-webkit-transition-delay: linear;
-moz-transition: opacity 1s 0.3s linear;
-o-transition: opacity 1s 0.3s linear;
transition: opacity 1s 0.3s linear;
}

video {
object-fit: contain;
}

#our-services-container.panel1 #services-info-sidebar{
	background-color: rgba(0,182,195,.95);
}

#our-services-container.panel2 #services-info-sidebar{
	background-color: rgba(98,203,255,.95);
}

/*
#our-services-container.panel3 #services-info-sidebar{
	background-color: rgba(255,236,191,.95);
}*/


#our-services-container.panel3 #services-info-sidebar{
	background-color: rgba(147,208,233,.95);
}

.panel1 .sidebar-project-link a, .mobile-device #sidebar-panel-1 .sidebar-project-link a{
	background-color: rgba(25,190,202,1.0);
}

.panel2 .sidebar-project-link a, .mobile-device #sidebar-panel-2 .sidebar-project-link a{
	background-color: rgba(113,209,255,1.0);
}

/*
.panel3 .sidebar-project-link a, .mobile-device #sidebar-panel-3 .sidebar-project-link a{
	background-color: rgba(255,244,215,1.0);
	color:  rgba(0,106,115,.4);
}
*/

.panel4 .sidebar-project-link a, .mobile-device #sidebar-panel-3 .sidebar-project-link a{
	background-color: rgba(164,215,236,1.0);
}


#sidebar-panel-1 .sidebar-project-link a, .mobile-device #sidebar-panel-1 .sidebar-project-link a {
	background-color: rgba(25,190,202,1.0);	
}

#sidebar-panel-2 .sidebar-project-link a, .mobile-device #sidebar-panel-2 .sidebar-project-link a {
	background-color: rgba(113,209,255,1.0);
}
/*

#sidebar-panel-3 .sidebar-project-link a, .mobile-device #sidebar-panel-3 .sidebar-project-link a {
	background-color: rgba(255,244,215,1.0);
	color: rgba(0,106,115,.4);
}
*/

#sidebar-panel-3 .sidebar-project-link a, .mobile-device #sidebar-panel-3 .sidebar-project-link a {
	background-color: rgba(164,215,236,1.0);
}









#our-services-container.panel1 #sidebar-panel-1 {
opacity: 1.0;
-moz-opacity: 1.0;
filter:alpha(opacity=100);
}

#our-services-container.panel2 #sidebar-panel-2{
opacity: 1.0;
-moz-opacity: 1.0;
filter:alpha(opacity=100);
}

#our-services-container.panel3 #sidebar-panel-3{
opacity: 1.0;
-moz-opacity: 1.0;
filter:alpha(opacity=100);
}

#our-services-container.panel4 #sidebar-panel-4{
opacity: 1.0;
-moz-opacity: 1.0;
filter:alpha(opacity=100);
}


.not-mobile-device #our-services-container #sidebar-panel-1, .not-mobile-device #our-services-container #sidebar-panel-2, .not-mobile-device #our-services-container #sidebar-panel-3, .not-mobile-device #our-services-container #sidebar-panel-4 {
	top:100px;
}


.not-mobile-device #our-services-container.panel1 #sidebar-panel-1, .not-mobile-device #our-services-container.panel2 #sidebar-panel-2, .not-mobile-device #our-services-container.panel3 #sidebar-panel-3, .not-mobile-device #our-services-container.panel4 #sidebar-panel-4, .not-mobile-device #our-services-container #sidebar-panel-1.last-panel, .not-mobile-device #our-services-container #sidebar-panel-2.last-panel, .not-mobile-device #our-services-container #sidebar-panel-3.last-panel, .not-mobile-device #our-services-container #sidebar-panel-4.last-panel {
	top:0px;
	z-index:5;
}

.not-mobile-device #our-services-container #sidebar-panel-1.last-panel, .not-mobile-device #our-services-container #sidebar-panel-2.last-panel, .not-mobile-device #our-services-container #sidebar-panel-3.last-panel, .not-mobile-device #our-services-container #sidebar-panel-4.last-panel {
	-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
	        -ms-transition: all .2s ease-in-out;
	        -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

.sidebar-section-category {
border-bottom: 1px dotted;
border-color: rgba(0,0,0,.2);
padding-bottom: 7px;
font-size: 14px;
text-transform: uppercase;
}

#link-arrow-right {
width: 72px;
display: block;
position: absolute;
right: 0px;
top: 0px;
border-left: 1px solid;
border-left-color: rgba(0, 0, 0, 0.1);
padding: 5px 0px 0 29px;
height: 100%;
}

#link-arrow-right img{
	width:20px;
}

.section-category-number{
	float:right;
}

.sidebar-section-number {
	text-align: center;
	margin-bottom: 46px;
	margin-top: 32px;
	max-width:100%;
}

.sidebar-section-number img {
	max-width: 100%;
}


#sidebar-panel-1  .sidebar-section-header{
	color:white;
}

#sidebar-panel-2  .sidebar-section-header{
	color:white;
}

/*
#sidebar-panel-3  .sidebar-section-header{
	color:#D37530;
}*/


#sidebar-panel-3  .sidebar-section-header{
	color:white;
}

.fullscreen-background{

  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
	  background: no-repeat center center; 
}




#home-page-newsletter {
    position: relative;
    margin-top: 110px;
}

#homepage-newsletter-input, #newsletter-homepage-envelope{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	position: relative;
	
	-webkit-transition: all .4s ease-in-out;
			-moz-transition: all .4s ease-in-out;
	        -ms-transition: all .4s ease-in-out;
	        -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

#home-page-newsletter:hover #homepage-newsletter-input, #home-page-newsletter:hover #newsletter-homepage-envelope{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}






.wpcf7-response-output{
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
}

div.wpcf7-mail-sent-ng {
border: 0px solid #ff0000!important;
}

.wpcf7-response-output.wpcf7-spam-blocked.wpcf7-spam-blocked {
border: 0px solid #ffa500!important;
}

#home-newsletter-inner .wpcf7-response-output.wpcf7-spam-blocked {
font-size: 20px;
padding-left: 0;
margin: 0;
text-align: center;
}

#home-newsletter-inner .wpcf7-response-output.wpcf7-spam-blocked a{
color:#006970;


}

#follow-newsletter .wpcf7-response-output.wpcf7-spam-blocked a{
color:#006970;


}



div.wpcf7-validation-errors {
border: 0px solid #f7e700!important;
}

#home-newsletter-inner .wpcf7-response-output {
color: #62CBFF;
margin-top: 0;
text-align: center;
text-transform: uppercase;
font-size: 25px;
position: relative;
padding-right: 0px;
}


.wpcf7-mail-sent-ok {
border: 0px!important ;
}



/*
	into input field
*/

input#homepage-newsletter-input-top::-webkit-input-placeholder {
   color: #00A1e8;
}

input#homepage-newsletter-input-top:-moz-placeholder { /* Firefox 18- */
   color: #00A1e8;  
}

input#homepage-newsletter-input-top::-moz-placeholder {  /* Firefox 19+ */
   color: #00A1e8;  
}

input#homepage-newsletter-input-top:-ms-input-placeholder {  
   color: #00A1e8;  
}

input#homepage-newsletter-input-top{
    width: 100%;
    background-color: rgba(0,0,0,.05);
    border: 1px solid #418EB3;
    height: 100%;
    padding: 0px 0px;
    font-size: 30px;
    color: black;
    font-family: "brandon-grotesque",sans-serif;
    font-style: normal;
    font-weight: 300;
    padding-left: 15px;
    padding-top: 0px;
    margin-top: 0px;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    top: 0px;
    position: absolute;
    left: 0px;
}

#home-page-tagline-inner form{
	text-align:center;
}

#home-page-tagline-inner input[type=submit]{
    position: absolute;
    right: 0px;
    height: 50px;
    border: 1px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    color: white;
    font-family: brandon-grotesque;
    box-sizing: border-box;
	padding: 2px 20px 0 20px;
    background: #418EB3;
    top: 0px;
}

#home-page-tagline-inner .wpcf7-form-control-wrap {
    height: 50px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    margin: 26px auto 0px;
    width: 100%;
       max-width: 600px;
}

#home-page-tagline-inner div.wpcf7-response-output {
    margin: 0em 0.5em 1em;
    padding: 0.2em 1em;
    font-size: .5em;
}

/*
	Sidebar input feild
*/



input#homepage-newsletter-input {
    width: 100%;
    background-color: white;
    border: 1px solid #77AABC;
    height: 50px;
    padding: 0px 0px;
    font-size: 27px;
    color: black;
    font-family: "brandon-grotesque",sans-serif;
    font-style: normal;
    font-weight: 300;
    padding-left: 15px;
    padding-top: 0px;
    margin-top: 0px; 
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.sidebar-section-subtext form{
	text-align:center;
}

.sidebar-section-subtext input[type=submit]{
    position: absolute;
    right: 0px;
    height: 50px;
    border: 1px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    color: white;
    font-family: brandon-grotesque;
    box-sizing: border-box;
    padding: 5px 20px 0 20px;
    background: #78ABBD;
    top: 0px;

}

.sidebar-section-subtext .wpcf7-form-control-wrap {
    height: 50px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    margin-top: 16px;
}

.sidebar-section-subtext div.wpcf7-response-output {
    margin: 0em 0.5em 1em;
    padding: 0.2em 1em;
}

.top-left-triangle {
left: 0px;
top: 0px;
border-left: 0px solid transparent;
border-bottom: 0px solid transparent;
border-top-width: 160px;
border-top-style: solid;
border-top-color: rgb(255, 178, 95);
border-right-width: 260px;
border-right-style: solid;
border-right-color: transparent;
z-index:4;
}

.top-left-triangle-text{
	top:30px;
	left:30px;

}

.triangle-text {
	position: absolute;
	z-index:5;

}

.triangle-text h2, .triangle-text a {
font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 600;
text-transform: uppercase;
font-size: 25px;
text-align: left;
color: white;
line-height: 1.1;
}

.triangle-text a{
	font-weight:400;
	font-size:19px;
}

.triangle-section{
	padding-top: 140px;
	padding-bottom: 140px;
}


.bottom-right-triangle {
right: 0px;
bottom: 0px;
border-right: 0px solid transparent;
border-top: 0px solid transparent;
border-bottom-width: 160px;
border-bottom-style: solid;
border-bottom-color: rgb(255, 178, 95);
border-left-width: 260px;
border-left-style: solid;
border-left-color: transparent;

}

.bottom-right-triangle-text {
	bottom: 30px;
	right: 30px;
	text-align: right;
}


#about-us-container .top-left-triangle {

border-top-color:#07DBD8;

}

#about-us-container .bottom-right-triangle{
	border-bottom-color:#07DBD8;
}

#our-blog-container .top-left-triangle {

border-top-color:#00B7C4;

}

#our-blog-container .bottom-right-triangle{
	border-bottom-color:#00B7C4;
}

input#homepage-newsletter-input::-webkit-input-placeholder {
   color: black;
}

input#homepage-newsletter-input:-moz-placeholder { /* Firefox 18- */
   color: black;  
}

input#homepage-newsletter-input::-moz-placeholder {  /* Firefox 19+ */
   color: black;  
}

input#homepage-newsletter-input:-ms-input-placeholder {  
   color: black;  
}

.horizontal-shadow-bottom-up{
	background:url('img/shadow-up.svg');
	width:100%;
	height:5px;
	position:absolute;
	bottom:0px;
	z-index:0;

}

.horizontal-shadow-top{
	background:url('img/shadow-down.svg');
	width:100%;
	height:5px;
	position:absolute;
	top:0px;
	z-index:0;
	
}



.transparent {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.link-to-project a{
	color:#2A2A2A;
	text-transform:uppercase;
	font-size:12px;
}

.container{
	margin:0 auto;
}

.float-right{
	float:right!important;
}

.last-float-item{
	margin: 0 0 24px;
}

.no-right-margin, .grid8 .float-grid-item.num2.grid4, .grid12 .float-grid-item.num3.grid4 {
	margin-right:0px!important;
}

#work-categories-container .float-grid-item{
	margin-bottom:0px;
}

.float-connected{
	margin: 0 0 0 0;
	
}

.recent-info{
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
	position:relative;
}

.recent-image{
	margin-bottom:15px;
}




.recent-work-sample h3.recent-title{
	color:black;
	font-size:45px;
	text-transform:uppercase;
	font-style: normal;
	font-weight: 600;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	-webkit-transition: all .4s ease-in-out;
			-moz-transition: all .4s ease-in-out;
	        -ms-transition: all .4s ease-in-out;
	        -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
			margin-bottom:15px;
}

.recent-work-sample.specialHover h3.recent-title{

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;


}

.recent-work-sample .recent-short-description {
color: white;
font-size: 31px;
padding: 0 60px;
margin-bottom: 38px;
font-weight:300;
line-height:1.2;
}

.recent-work-info-container{
	text-align:center;
}

.post-number-container {
height: 30px;
width: 30px;
border: 4px solid black;
color:black;
-webkit-border-radius: 26px;
border-radius: 26px;
text-align: center;


font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 600;
margin: 0 auto 25px auto;

-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
}

.work-post a.entry-title {
	width: 100%;
	margin-bottom: 15px;
}

a.entry-title{
	display:block;
}

.learn-more-link{
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size:17px;
	color:black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	-webkit-transition: all .4s ease-in-out;
			-moz-transition: all .4s ease-in-out;
	        -ms-transition: all .4s ease-in-out;
	        -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
	text-transform:uppercase;
	
}

.learn-more-link:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	
	
}

#above-below-container{
	margin-top:200px;
}

#above-text{
	font-size:49px;
	color:#62CBFF;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight:300;
	text-align:center;
	line-height:1;
}

#above-text p + p {
-webkit-margin-before: 25px;
}

#our-blog-container{
	position:relative;
}


.home #blog-description{
	background:#00939E;
	height:	439px;
}

#blog-description .blog-title{
	font-size: 203px;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3;
	box-sizing: border-box;
	text-align: center;
	color:#93D0E9;
}


#blog-description .blog-subtitle{
	font-size: 42px;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 300;
	text-align: left;
	margin: 0;
	margin: 0 auto;
	padding-left: 60px;
	padding-bottom: 30px;
	color: white;
}


#our-blog-inner .post-number-container{
		border: 4px solid #FF8F49;
	color: #FF8F49;
}

.blog-circle{
	-webkit-border-radius: 600px;
	    border-radius: 600px;
		height:384px;
		width:384px;
		overflow:hidden;
}

#blog-description.blog-circle {
padding: 66px 20px 0;
background: #FFA200;
font-size: 119px;
font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
color: white;
line-height: 1.2;
}

#blog-description.blog-circle a {
color: white;

}

#blog-description.blog-circle a .char2{
margin-left:-10px;

}

#blog-description.blog-circle a .char4{
margin-left:-13px;

}

#neat-title .char1{
margin-left:-9px;

}

#neat-title .char2{
margin-left:-4px;

}

#neat-title .char3{
margin-left:8px;

}

#neat-title .char4{
margin-left:-7px;

}

.featured-post .recent-image{
	margin-bottom:28px;
}

.read-more{
	color:#EB5054;
}

.featured-post .recent-info-inner{
	text-align:left;
	bottom:0px;
	position:absolute;
	height:111px;
	width:100%;
	background:rgba(0,147,159,.8);
	
}

.featured-post .recent-title{
	padding:25px 20px 0 20px;
	color:white;
	font-size:24px;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 300;
	
}

.featured-post h3.recent-title {
color: #2B949D;
font-size: 23px;
margin-bottom: 13px;
text-align: center;
font-weight: 300;
min-height: 4em;
}

.featured-post .dividing-line {
margin: 0 auto 20px;
width: 17px;
border-bottom: 1px solid #00939E;
}

.featured-post .post-date {
text-align: center;
color: #00B7C4;
font-style: italic;
font-family: "ff-tisa-web-pro",serif;
font-style: normal;
font-weight: 100;
font-size: 18px;
font-style: italic;
}


.featured-post-short-description{
	color:#00B7C4;
	font-size:17px;
	line-height: 1.8;
}



#recent-work-container{
	background:#00b7c4;
}

#recent-work-container .recent-image{
	margin-bottom:0px;
	position:relative;
	overflow:hidden;
	-webkit-border-radius: 4px 4px 4px 4px;
	        border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow:  5px 7px 0px 0px rgba(42, 43, 43, .2);
	        box-shadow:  5px 7px 0px 0px rgba(42, 43, 43, .2);
	-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
	        -ms-transition: all .3s ease-in-out;
	        -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.not-mobile-device #recent-work-container .recent-image:hover{
	top:-10px;
	left:-10px;
	-webkit-box-shadow:  35px 37px 0px 0px rgba(42, 43, 43, .1);
	        box-shadow:  35px 37px 0px 0px rgba(42, 43, 43, .1);
}

.not-mobile-device #recent-work-container .specialHover .recent-image{
	top:-10px;
	left:-10px;
	-webkit-box-shadow:  35px 37px 0px 0px rgba(42, 43, 43, .1)!important;
	        box-shadow:  35px 37px 0px 0px rgba(42, 43, 43, .1)!important;
}

.page-template-page-projects-php .recent-image{
	position:relative;
	top:0px;
	left:0px;
	overflow:hidden;
	-webkit-box-shadow:  0px 0px 0px 0px rgba(42, 43, 43, .2);
	        box-shadow:  0px 0px 0px 0px rgba(42, 43, 43, .2);
	-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
	        -ms-transition: all .3s ease-in-out;
	        -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.page-template-page-projects-php .recent-image:hover{
	top:-10px;
	left:-10px;
	-webkit-box-shadow:  12px 12px 5px 0px rgba(42, 43, 43, .2);
	        box-shadow:  12px 12px 5px 0px rgba(42, 43, 43, .2);
}

.page-template-page-projects-php .recent-image{
	position:relative;
	overflow:hidden;
	-webkit-box-shadow:  0px 0px 0px 0px rgba(42, 43, 43, .2);
	        box-shadow:  0px 0px 0px 0px rgba(42, 43, 43, .2);
	-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
	        -ms-transition: all .3s ease-in-out;
	        -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.page-template-page-projects-php .specialHover .recent-image {
	top:-10px;
	left:-10px;
	-webkit-box-shadow:  12px 12px 5px 0px rgba(42, 43, 43, .2)!important;
	        box-shadow:  12px 12px 5px 0px rgba(42, 43, 43, .2)!important;
}


.page-template-page-projects-php .beingHovered .recent-title{
	color:#D4522D;
}

.recent-image a{
	display:block;
	position:relative;
}


#recent-work-container .recent-image .browser-bar{
	height:12px;
	width:100%;
	background-color:#DBDBDB;
	background-image:url('img/browser-dots.svg');
	background-repeat:no-repeat;
}

#recent-work-container .recent-image a{
	display:block;
}


.recent-work-sample{
	position:relative;
	overflow:hidden;

}

#recent-work-inner .recent-work-sample{
	position:relative;
	overflow:visible;

}

#mobile-text-container{
	visibility:hidden;
	display:none;
}

.recent-work-sample.num2 {
	margin-top: 35px;
}

#crew-doods .float-grid-item.crew-member {
margin-bottom: 64px;
}

.float-grid-item.last-crew-member{
	margin-right:0px;
}

.float-grid-item.first-crew-member{
	margin-right:0px;
	clear:both;
	margin: 0 24px 24px 0;
}


.section-title-container .link-to-work{
	float:right;
	display:inline-block;
	background:#D96B5F;
	font-size:13px;
	padding: 3px 6px;
}

.section-title-container .link-to-work a{
	color:white;
}

.home-section-header {
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
margin-bottom: 0px;
letter-spacing:7px;
display: inline-block;
color:white;
}


#about-us-container .home-section-header {
color:#C9B146;
}

#our-blog-container .home-section-header {
color:#FFA200;
}

#section4-container .home-section-header {
color:#FFA200;
}

.featured-post .recent-image {
	position:relative;	
	-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
	        -ms-transition: all .3s ease-in-out;
	        -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.featured-post.beingHovered .recent-image {


}

.circle-image-container{
	height: 384px;
	width: 384px;
	background-repeat: no-repeat!important;
	background-position: center!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}

.home-header-container{
	position: absolute;
	top: 55px;
	text-align: center;
	width: 100%;
}

.section-link-container {
	position:absolute;
	bottom:55px;
	text-align: center;
	width: 100%;
}



.section-link-container a {
padding: 0 15px;
font-size: 17px;
background: #CA974D;
-webkit-border-radius: 29px;
border-radius: 29px;
-webkit-box-shadow:  4px 4px 0px 0px rgba(0, 0, 0, .1);
box-shadow:  4px 4px 0px 0px rgba(0, 0, 0, .1);
font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 500;
width: auto;
height: 31px;
padding-top: 4px;
text-transform: uppercase;
margin: 0 auto;
display: inline-block;
color: white;
overflow: hidden;
-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		position:relative;
}

#recent-work-container .section-link-container a{
	background: #4DD3DD;
	color: #33AAB4;
}

#recent-work-container .section-link-container a:hover{
	color: #005C62;
}

#about-us-container .section-link-container a{
	background: white;
	color: #E0C54D;
}

#our-blog-container .section-link-container a{
	background: #F8A31E;
	color: white;
}



.section-link-container a:hover {

-webkit-box-shadow:  15px 15px 0px 0px rgba(0, 0, 0, .1);
box-shadow:  15px 15px 0px 0px rgba(0, 0, 0, .1);

		position:relative;
		top:-5px;
		left:-5px;
}

#recent-work-container .section-header{
	color: white;
	padding-bottom: 10px;
	text-align:center;
}

#about-us-inner .section-header{
	margin-bottom:40px;
}


.roulette-text {
display: inline-block;
border-bottom: 1px solid #C5D65D;
font-size: 28px;
cursor:pointer;
}

#roulette-text-1 {
width: 286px;
}

#roulette-text-2{
	width:262px;
}

#roulette-text-3{
	width:180px;
}

#roulette-text-4{
		width:213px;
}

#roulette-text-5 {
width: 263px;
}

#roulette-text-6{
		width:213px;
}


#about-us-container .section-link-container a#reset-roulette, #about-us-container .section-link-container a#randomize-roulette{
	background: transparent;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .0);

	color: #bda641;
}

#about-us-container .section-link-container a#reset-roulette:hover, #about-us-container .section-link-container a#randomize-roulette:hover{
position:relative;
top:0px;
left:0px;
color:#578F81;
}




.section-header{
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 500;
	text-transform:uppercase;
	margin-top:66px;
	margin-bottom:10px;
	font-size: 27px;
	text-align: center;
}

.see-all-work {
text-align:right;
position:relative;
display:inline-block;
}

.see-all-work a{
	font-size:12px;
	color:#D96B5F;
display:inline-block;
}

#about-us-container {
	background:#ffe057;
	position:relative;
}

#about-us-copy {
font-size: 37px;
font-family: "brandon-grotesque",sans-serif;
line-height: 1.3;
z-index: 1;
position: relative;
margin: 0 auto;
font-weight: 300;
color: #578F81;
text-align: center;
}	

.strikeout{
	text-decoration: line-through;
}

#section4-container{
	background:#2B2B2B;
	position:relative;
	overflow:hidden;
	color:#CA974D;
}

.not-mobile-device .width-0-479 #section4-container{
display:none;
}

#section4-container input, #section4-container textarea {
width: 100%;
background-color: rgba(0,0,0,0.0);
border: 0px;
padding: 0px 0px;
font-size: 50px;
color: #CA974D;
font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
text-align: center;
}

#section4-container textarea {
font-size: 25px;
height: 160px;
padding: 35px;
}

#question-19{
	text-align:center;
}

.question-container{
	width:800px;
	margin: 0 auto;
	position:absolute;
	top:100%;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	left:50%;
	margin-left:-400px;
}
.question-container.paragraph-container{
	width:900px;
	margin-left:-450px;
}

.question-container.currentQuestion{
	top:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.question-container.questionCompleted{
	top:0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;

}

#question-0 .section4-selections{
	height:300px;
	width:665px;
	margin:0 auto;
	-webkit-border-radius: 33px;
    border-radius: 33px;
	position:relative;
	background:#121010;
	overflow:hidden;
	
	-webkit-box-shadow: inset 15px 15px 0px 0px rgba(0, 0, 0, 1);
        
	        box-shadow: inset 15px 15px 0px 0px rgba(0, 0, 0, 1);

}


#question-0 .yes-no-divider-container{
	height:100%;
	width:12px;
	overflow:visible;
	background: #2B2B2B;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-6px;
	
}


#question-0 .yes-no-circle-container{
	height:80px;
	width:80px;
	-webkit-border-radius: 50px;
    border-radius: 50px;
	background: #2B2B2B;
	position:absolute;
	top:50%;
	margin-top:-40px;
	left:50%;
	margin-left:-40px;

	padding:10px;
}

#question-0 .yes-no-circle-inner{
	height:60px;
	width:60px;

	-webkit-border-radius: 33px;
    border-radius: 33px;
	position:relative;
	background:#1F1F1F;
	background-image: url('img/yes-no-or.svg');
	background-repeat:no-repeat;
	background-position: 11px 11px;
	overflow:hidden;
	
	-webkit-box-shadow: inset 2px 2px 0px 3px rgba(0, 0, 0, 1);
        
	        box-shadow: inset 2px 2px 0px 3px rgba(0, 0, 0, 1);
	text-align:center;
	padding:5px;
}

a#first-yes {
background: url('img/yes-button.svg');
width: 173px;
height: 205px;
background-repeat: no-repeat;
position: absolute;
left: 84px;
top: 48px;
}

a#first-no {
background: url('img/no-button.svg');
width: 173px;
height: 210px;
background-repeat: no-repeat;
position: absolute;
left: 425px;
top: 48px;
}



.yes-no-wrapper{
	width:353px!important;
	height:115px;
	margin:0 auto;
	position:relative;
}

.yes-no-wrapper .answer-yes{
	position:absolute;
	left:0px;
	z-index:1;
	-webkit-box-shadow: inset 5px 5px 0px 8px rgba(0, 0, 0, 1);
	box-shadow: inset 5px 5px 0px 8px rgba(0, 0, 0, 1);
	font-weight:900;
}

.yes-no-wrapper .answer-no{
	position:absolute;	
	right:0px;
	z-index:1;
	-webkit-box-shadow: inset 5px 5px 0px 8px rgba(0, 0, 0, 1);
	box-shadow: inset 5px 5px 0px 8px rgba(0, 0, 0, 1);

	font-weight:900;
}

.yes-no-or-circle{
	height:62px;
	width:62px;
	position:absolute;
	left:50%;
	top:24px;
	margin-left:-31px;
	
	-webkit-border-radius: 33px;
    border-radius: 33px;
	background:#1F1F1F;
	background-image: url('img/yes-no-or.svg');
	background-repeat:no-repeat;
	background-position: 11px 14px;
	overflow:hidden;
	-webkit-box-shadow: inset 2px 2px 0px 3px rgba(0, 0, 0, 1);
	box-shadow: inset 2px 2px 0px 3px rgba(0, 0, 0, 1);
	z-index:1;
}

.yes-no-or-line{
	height:3px;
	width:100%;
	position:absolute;
	top:55px;
	background:#000;
	z-index: 0;
}

.radio-button-text {
display: inline-block;
padding-left: 100px;
padding-top: 11px;
width:100%;
}

.radio-button-outer-circle {
	height: 58px;
	width: 58px;
	position: absolute;
	-webkit-border-radius: 33px;
	border-radius: 33px;
	background: #1F1F1F;
	overflow: hidden;
	-webkit-box-shadow: inset 2px 2px 0px 3px rgba(0, 0, 0, 1);
	box-shadow: inset 2px 2px 0px 3px rgba(0, 0, 0, 1);
	z-index: 1;
	display: inline-block;
}

.radio-button-inner-circle{
	height:24px;
	width:24px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-12px;
	margin-left:-12px;
	-webkit-border-radius: 33px;
    border-radius: 33px;
	background:#CA974D;
	z-index:2;
	display:none;
}

a.radio-button-option:hover .radio-button-inner-circle,  span.radio-button-option:hover .radio-button-inner-circle{
	display:block;
}

a.selection-option.radio-button-option, span.selection-option.radio-button-option  {
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
width: 100%;
height: auto;
background: transparent;
font-size: 25px;
color: #CA974D;
font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 400;
text-align: left;
position:relative;
min-height:87px;
}

.section4-input-container{
	-webkit-border-radius: 33px;
    border-radius: 33px;
	
	background:#121010;
	overflow:hidden;
	
	-webkit-box-shadow: inset 15px 15px 0px 0px rgba(0, 0, 0, 1);
        
	        box-shadow: inset 15px 15px 0px 0px rgba(0, 0, 0, 1);
}

.smartest-input-container{
	display: inline-block;
	width: 420px;
	margin-left: 30px;
}

#section4-container .smartest-input-container input{
font-size: 24px;
text-align: left;
padding-left: 20px;
}

.section4-selections{
	width: 700px;
	margin: 0 auto;
}

a.selection-option{
	-webkit-border-radius: 100px;
    border-radius: 100px;
	-webkit-box-shadow: inset 15px 15px 0px 0px rgba(0, 0, 0, 1);
	        box-shadow: inset 15px 15px 0px 0px rgba(0, 0, 0, 1);
			display:inline-block;
	width:115px;
	height:115px;		
	background:#121010;
	font-size: 85px;
	color: #CA974D;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 700;
	text-align:center;
}

a.number-option {
margin-right: 27px;
}

a.number-option.last-select-option {
margin-right: 0;
}

.dotted-border-container {
background: url('img/dotted-background.svg');
background-repeat: repeat-x;
width: 604px;
position: relative;
height: 5px;
margin-top: 40px;
margin-left: 48px;
}

.dot{
	height:17px;
	width:17px;
	background:#CA974D;
	-webkit-border-radius: 100px;
    border-radius: 100px;
		border:5px solid #2B2B2B;
	position:absolute;
	top:-9px;
}

.dot1{
	left:0;
}

.dot2 {
left: 146px;
}

.dot3 {
left: 294px;
}

.dot4 {
left: 442px;
}

.dot5{
	right:0;
}

a.selection-option.long-button {
padding: 0 30px;
font-size: 21px;
background: #CA974D;
-webkit-border-radius: 29px;
border-radius: 29px;
-webkit-box-shadow: inset -7px -7px 0px 0px rgba(0, 0, 0, .1);
box-shadow: inset -7px -7px 0px 0px rgba(0, 0, 0, .1);
font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 500;
width: auto;
height: 53px;
padding-top: 14px;
text-transform: uppercase;
margin: 0 auto;
display: inline-block;
color:white;
overflow:hidden;
}

a#submitting-button{
font-size: 43px;
-webkit-border-radius: 54px;
border-radius: 54px;
-webkit-box-shadow: inset -13px -13px 0px 0px rgba(0, 0, 0, .1);
box-shadow: inset -13px -13px 0px 0px rgba(0, 0, 0, .1);
font-weight: 500;
height: 98px;
padding-top: 20px;
}

.section4-selections.paragraph-container {
-webkit-border-radius: 100px;
border-radius: 100px;
-webkit-box-shadow: inset 15px 15px 0px 0px rgba(0, 0, 0, 1);
box-shadow: inset 15px 15px 0px 0px rgba(0, 0, 0, 1);
background: #121010;
padding: 50px 70px;
font-size: 36px;
font-family: "brandon-grotesque",sans-serif;
font-weight: 300;
line-height: 1.38;
width:800px;
}

.button-container{
text-align: center;
padding-top: 60px;
}

.button-container.not-under-paragraph{
	padding-top:0px;
}

#section4-container input::-webkit-input-placeholder {
   color: #CA974D;
}

#section4-container input:-moz-placeholder { /* Firefox 18- */
   color: #CA974D;  
}

#section4-container input::-moz-placeholder {  /* Firefox 19+ */
   color: #CA974D;  
}

#section4-container input:-ms-input-placeholder {  
   color: #CA974D;  
}


#section4-container textarea::-webkit-input-placeholder {
   color: #CA974D;
}

#section4-container textarea:-moz-placeholder { /* Firefox 18- */
   color: #CA974D;  
}

#section4-container textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #CA974D;  
}

#section4-container textarea:-ms-input-placeholder {  
   color: #CA974D;  
}



#section4-container .section-header{
	color:#CA974D;
}

.question-header{
	color:#CA974D;
	text-align:center;
	font-size:27px;
	text-transform:uppercase;
	font-family: "brandon-grotesque",sans-serif;
	font-weight: 500;
	margin-bottom:72px;
}



.rel-container{
	position:relative;
}

.abso-element{
	position:absolute;
}

#whiskey-friday-container{
	background:#E59502;
	color:black;
	position:relative;
}

#whiskey-friday-inner{
	text-transform:uppercase;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size:131px;
	letter-spacing: -3px;
	height:180px;
	text-align:center;
	position:relative;

	-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
	        -ms-transition: all .3s ease-in-out;
	        -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

#whiskey-friday-text-1, #whiskey-friday-text-2{
	display:inline-block;
	color:#00A1E8;
}

#whiskey-friday-text-1 {
font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 300;
font-size: 34px;
line-height: 1.1;
position: relative;
top: -8px;
margin-right: 10px;
}

#whiskey-friday-text-2 {
font-size: 87px;
font-weight: 300;
line-height: 1;
position: relative;
top: -7px;
}

#whiskey-friday-inner:hover a{
margin-left:0;
margin-right:0;

}

#whiskey-friday-inner a{
	-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
	        -ms-transition: all .3s ease-in-out;
	        -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}
#whiskey-friday-title-1 .whiskey-bottle-centered{
background-image: url('img/whiskey-bottle-blue.svg') ;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#whiskey-friday-title-2 .whiskey-bottle-centered{
background-image: url('img/whiskey-bottle-red.svg')  ;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.whiskey-bottle-centered {
display: inline-block;
height: 114px;
width: 114px;
background-repeat: no-repeat;
margin: 0px 20px 0;
position: relative;
top: 13px;


}

.whiskey-friday-title{
	position:absolute;
	width:100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

#whiskey-friday-title-1 a{
	color:#00A0E7;
	margin-left:-10px;
}






#whiskey-friday-title-2 a{
	color:#BC1A1A;
	margin-right:-10px;	
}



.whiskey-arrow{
	position:absolute;
	width:135px;
	height:88px;
	font-size:14px;
	color:white;
	top:17px;
	background-repeat:no-repeat;
}

a.whiskey-friday-link{
	display:inline-block;
}

/*
	Search Results Page
*/


h1.search-title {
font-size: 93px;
font-weight: 900;
color: #00A0E7;
line-height:1;
}

.search_message{
	font-size:25px;
	color: #00A0E7;
	font-family: "brandon-grotesque",sans-serif;
}

.search-results #right-sidebar, .search-no-results #right-sidebar {
position: relative;
z-index: 1;
min-height: 300px;
height: 100%;
margin-top: 251px;
}


.search-no-results #wpcf7-f1611-p1405-o1, .search-no-results #sidebar-share{
	display:none;
}

.error404 #searchform{
	margin-bottom:50px;
}

/*
	Whiskey Friday Page
*/

.page-template-page-whiskey-php #content{
	background:#D37530;
	color:white;
}

#whiskey-friday-main{
		text-align:center;
		padding-top:77px;
}

.page-template-page-whiskey-php h1{
	font-size:27px;
	text-transform:uppercase;
	font-weight:500;
display:inline-block;
	border-bottom:1px solid white;
	margin-bottom:100px;
	
}

#whiskey-tagline {
font-size: 45px;
text-transform: uppercase;
font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 900;
letter-spacing: 5px;
line-height: 1.7;
}


#whiskey-content {
font-size: 19px;
font-weight: 300;
line-height: 1.7;
-webkit-column-count: 2;
-webkit-column-gap: 24px;
-moz-column-count: 2;
-moz-column-gap: 24px;
column-count: 2;
column-gap: 24px;
border-top: 1px dotted white;
border-bottom: 1px dotted white;
margin-top: 50px;
padding: 65px 0;
text-align: left;
padding-bottom: 73px;
}


#whiskey-friday-email-list {
font-size: 35px;
text-transform: uppercase;
font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 900;
letter-spacing: 4px;
line-height: 1.7;
margin-top: 60px;
margin-bottom:60px;
}



#whiskey-friday-email-list a {
color: #7A441C;
font-style: italic;
display: inline-block;
border-bottom: 1px solid #7A441C;
line-height: 1.3;
-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
}

#whiskey-friday-email-list a:hover{
	color:black;
}


#whiskey-bottle-large{
	width:100%;
	height:auto;
	margin:0 auto;
	
	
}

/*
	Single Project Page
*/

#work-container{
	margin-bottom:100px	;
}

.work-post .recent-title {
color: #578F81;
font-size: 24px;
}

.work-post .recent-short-description {
color: #578F81;
font-size: 16px;
font-family: "ff-tisa-web-pro",serif;
font-style: normal;
}

#work-categories-container{
	margin-top:100px;
	margin-bottom:100px;
}

.individual-category, .individual-category a{
	float:right;
	margin-left:45px;
	color:#00B7C4;
	font-size:15px;
	text-transform:uppercase;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
}

.category-color-dot-container{
	position:absolute;
	right:0px;
}

.category-color-dot-container .category-color-dot {
	float:right;
	margin-left:10px;
}

.category-color-dot {
height: 18px;
width: 18px;
-webkit-border-radius: 60px;
border-radius: 60px;
margin: 9px auto 28px;
}

.Products .category-color-dot, .Products.category-color-dot{
	background:#68C49F;
}

.Creative .category-color-dot, .Creative.category-color-dot{
	background:#00B7C4;
}

.Events .category-color-dot, .Events.category-color-dot{
	background:#CC7400;
}

.Joke .category-color-dot, .Joke.category-color-dot{
	background:#FF8F49;
}

#project-page-description{
	font-size:28px;
	color:#578F81;
	text-transform:uppercase;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
}

#content-label, #about-label{
	text-transform:uppercase;
	color:#D44F51;
	font-size:12px;
}

#about-label{
	margin-bottom:52px;
}

.single-projects h2{
	color:#578F81;
	font-size:30;
	text-transform:uppercase;	
}

#project-title{
	margin-bottom:70px;
}

#project-thumbnail{
	margin-bottom:52px;
}

#project-overview {
font-size: 32px;
line-height: 1.66;
font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 300;
color: #D37530;
margin-bottom: 50px;
}


#project-content {
color: #006970;
font-size: 21px;
line-height: 1.85;
font-weight: 400;
}

#project-content .fluid-width-video-wrapper{
	margin-top:70px;
	margin-bottom:70px;
}

a.cultivated-img{
	display:inline-block;
}

#project-content a.cultivated-img {
/*
margin-top: 53px;
margin-bottom: 63px;
	*/

}


.project-sidebar-section, .project-sidebar-section a{
	margin-bottom:55px;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 300;
	color:#00A0E7;
	font-size:18px;
}

#project-sidebar{
	margin-top:151px;
}

.project-sidebar-section h3 {
font-size: 12px;
color: #568E80;
margin-bottom: 14px;
text-transform: uppercase;
}

#more-projects-container {
position: relative;
padding-top: 110px;
margin-bottom: 50px;
}

#more-projects-container h4{
	font-size:22px;
	font-family: "brandon-grotesque",sans-serif;
	text-transform:uppercase;
	color:#578F81;
	margin-bottom:30px;
}

.single-projects #main-content {
margin-bottom: 60px;
}

/*
	Blog page
*/


#older-nav{
	text-align:right;
}

#recent-post-container{

}

.news-title, .news-title a{
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:37px;
	color:#D4522D;
	margin-bottom:30px;
	line-height: 1.25;
	min-height: 2.5em;
}

.single-format-standard .news-title, .single-format-standard .news-title a{
	margin-bottom:55px;
}

.post-meta, .post-meta a{
	color:#00B7C4;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform:uppercase;
	font-size:14px;
	
}

.post-meta{
	border-top: 1px dotted #BFBFBF;
	padding-top: 12px;
	padding-bottom: 12px;

	margin-bottom: 0px;
	line-height: 1;

}


.post-meta #facebook-share, .post-meta #twitter-share, .post-meta .author-and-date {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all .4s ease-in-out;
			-moz-transition: all .4s ease-in-out;
	        -ms-transition: all .4s ease-in-out;
	        -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.post-meta #facebook-share:hover, .post-meta #twitter-share:hover, .post-meta .author-and-date:hover{

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}

.single-format-standard .post-meta{
	border-top:0px;
	margin-bottom: 22px;
}

.single-format-standard .post-meta.post-meta-bottom {
border-top: 1px dotted #bfbfbf;
margin-bottom: 0px;
}

.post-meta .author{
	font-size:17px;
	line-height:1.5;
}

.post-meta .float-grid-item{
	margin-bottom:0px;
}

.post-meta .the-date {
text-align: left;
font-size: 13px;
}

.post-meta .share-article-container {
	text-align:right;
}

.post.type-post{
	margin-bottom: 70px;
}

.post-thumbnail {
	margin-bottom: 40px;
}

.article-excerpt {
color: #00B7C4;
font-size: 23px;
line-height: 1.8;
margin-bottom: 48px;
font-weight: 100;
}

a.excerpt-link{
	display:inline-block;
	text-transform:uppercase;
	font-size:16px;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 700;
	color:#00B7C4;
	
}

a.excerpt-link:hover{
	color:#D4522D;
}

.share-icon{
	height:32px;
	width:32px;
}

#twitter-share {
background: url('img/social-icon-small-twitter.svg') no-repeat;
display: inline-block;
margin-left: 8px;
}

#facebook-share{
	background: url('img/social-icon-small-facebook.svg') no-repeat;
	display: inline-block;
}

#recent-post-inner {
background-color: white;
padding-top: 28px;
position: relative;
margin-bottom: 0px;
}

#content{
	-webkit-transition: all .6s ease-in-out;
			-moz-transition: all .6s ease-in-out;
	        -ms-transition: all .6s ease-in-out;
	        -o-transition: all .6s ease-in-out;
			transition: all .6s ease-in-out;
	
}


#right-sidebar {
position: relative;
z-index: 1;
min-height: 300px;
height: 100%;
margin-top: 45px;
}

.single-format-standard #right-sidebar {
margin-top: 43px;
}


.wpcf7{
	position:relative;
	z-index:1;
}

#footer-newsletter .wpcf7-response-output {
color: white;
text-align: left;
padding: 0;
margin: 0;
}

#right-sidebar .wpcf7-response-output {
color: #00A0E7;
text-align: right;
padding: 0;
margin: 0;
position: relative;
top: -18px;
font-size: 15px;
}

#sidebar-size-test{
	width:100%;
	height:2px;
	float:left;
	
}

#background-cover{
	background-color:white;
	width:100%;
	position:absolute;
	left:-100%;
	height:100%;
	top:0px;
}


#blog-newsletter-bar{
	height:66px;
	width:100%;
	position:absolute;
	background:#3A9FE7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	-webkit-transition: all .4s ease-in-out;
			-moz-transition: all .4s ease-in-out;
	        -ms-transition: all .4s ease-in-out;
	        -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

#blog-newsletter-bar.beingHovered{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}



/*
	About Page
*/


h1#we-make-fun {
font-size: 187px;
text-transform: uppercase;
font-style: normal;
font-weight: 700;
color: #449BB6;
text-align: center;
margin-bottom: 17px;
}

h1#we-make-fun .char2{
	margin-left:-13px;
}

h1#we-make-fun .char6{
	margin-left:-8px;
}

h1#we-make-fun .char7{
	margin-left:-13px;
}
	

h1#we-make-fun .char10{
	margin-left:-11px;
}

h1#we-make-fun .char11{
	margin-left:-20px;
}

#about-us-header-image{
margin-bottom: 76px;

}

h2#about-us-header{
	font-size: 38px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #D4522D;
}

#about-us-main-copy {
color: #449BB6;
font-size: 39px;
font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 300;
padding-right: 20px;
line-height: 1.4;
}

#about-us-sub-copy {
	color: #00B7C4;
	font-size: 23px;
	margin-top: 20px;
	line-height: 1.48;
}

#about-us-sub-copy h3 {
color: #449BB6;
font-size: 21px;
text-transform: uppercase;
margin-bottom: 27px;
line-height: 1.55;
}

#stories-copy, #products-copy{
	margin-bottom: 38px;
}

#about-us-main {
	margin-bottom: 189px;
}




#crew-photos-container{
	margin-bottom:58px;
}

#crew-photos-container h3{
	font-size:38px;
	color:#D4522D;
	text-transform:uppercase;
	margin-bottom:43px;
}

.crew-photo{
	margin-bottom: 31px;
}

.crew-name, .crew-name a{
	text-transform:uppercase;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:25px;
	color:#449BB6;
}

.crew-name a:hover{
	color:#D4522D;
}

.crew-title{
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:19px;
	color:#A6BABC;
	margin-bottom: 13px;
}

.crew-description{
	color:#449BB6;
	font-size:16px;
	line-height: 1.8;

}

#clients-collaborators-container {
	padding-top: 66px;
	background: #DCEBF0;
	padding-bottom: 80px;
}

#clients-collaborators-container {
color:#00B7C4;
}

#clients-collaborators-container h3{
font-size:29px;
margin-bottom: 24px;
}

#clients-collaborators-container .likers-link a{
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
font-size:25px;
font-weight:200;
color: #00B7C4;
line-height: 1.55;
}

h2#c-and-c-title{
	font-size:38px;
	color:white;
	text-transform:uppercase;
	margin-bottom: 46px;
	
}

/*
	Footer
*/

footer{
	position:relative;
	min-height: 200px;
	background-color:#231f20;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 300;
	
}

.footer-column{
	height:400px;
	padding-top:98px;
	padding-bottom:100px;
	margin-bottom:0px!important;
	-webkit-transition: all .4s ease-in-out;
			-moz-transition: all .4s ease-in-out;
	        -ms-transition: all .4s ease-in-out;
	        -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

#footer-newsletter h3{
	
}

.not-mobile-device .footer-column:hover{
	background:#121010;
}

.footer-column-inner{
	padding-left:24px;
	border-left:1px solid #121010;
}

#footer-communicate .force-break {
width: 160px;
display: inline-block;
}

#footer-newsletter .footer-column-inner{
	padding-right:24px;
}

textarea:focus, input:focus{
    outline: 0;
}

input#newsletter-input::-webkit-input-placeholder {
   color: white;
}

input#newsletter-input:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

input#newsletter-input::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

input#newsletter-input:-ms-input-placeholder {  
   color: white;  
}


input#newsletter-input-2::-webkit-input-placeholder {
   color: #00A0E7;
}

input#newsletter-input-2:-moz-placeholder { /* Firefox 18- */
   color: #00A0E7;  
}

input#newsletter-input-2::-moz-placeholder {  /* Firefox 19+ */
   color: #00A0E7;  
}

input#newsletter-input-2:-ms-input-placeholder {  
   color: #00A0E7;  
}

#footer-newsletter input#newsletter-input {
width: 100%;
background: rgba(35,31,32,0.0);
border: 0px;
height: 65px;
padding: 0px 0px;
font-size: 58px;
color: white;
font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 300;
line-height: 1;
text-transform: uppercase;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
letter-spacing: -2px;
-webkit-transition: opacity .4s ease-in-out;
		-moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
		transition: opacity .4s ease-in-out;
}

#footer-newsletter.beingHovered input#newsletter-input{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
	background: rgba(18,16,16,0.0);
	
}

#footer-newsletter input#newsletter-input:focus {
font-size: 20px;
letter-spacing: 0px;
line-height: 1.5;
}

input#newsletter-input-2 {
width: 100%;
background-color: rgba(0,0,0,0.0);
border: 0px;
height: 65px;
padding: 0px 0px;
font-size: 27px;
color: #00A0E7;
font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-transform: uppercase;
padding-left: 50px;
background-image: url('img/newsletter-sidebar-icon.svg');
background-repeat: no-repeat;
background-position: 0px 21px;
padding-top: 3px;

-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
filter: alpha(opacity=40);
-moz-opacity: 0.4;
-khtml-opacity: 0.4;
opacity: 0.4;

-webkit-transition: opacity .4s ease-in-out;
		-moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
		transition: opacity .4s ease-in-out;

}



input#newsletter-input-2:hover, input#newsletter-input-2:focus {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;

	
}


#neat-header {
border-bottom: 1px solid #BBE6F4;
padding-bottom: 22px;
margin-bottom: 42px;

}

#neat-header:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;

}

#neat-title {
font-size: 127px;
font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 900;
color: #00A0E7;
letter-spacing: -7px;
text-transform: uppercase;
line-height: 1;
float:left;
margin-right:60px;
}



#neat-subtitle {
color: #00A0E7;
font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 400;
font-size: 34px;
text-transform: uppercase;
letter-spacing: -1px;
line-height: 1.29;
float: left;
width: 450px;
padding-top: 29px;
}

#neat-subtitle .roulette-text {
font-size: 22px;
width: 162px;
text-align: center;
border-color:#00A0E7;
}


#sidebar-share {
margin-top: 6px;
margin-bottom: 62px;
border-bottom: 0px;
}

.single-format-standard #sidebar-share {
margin-bottom: 34px;
}

.sidebar-share-section{
	height:54px;
	width:54px;
	float:left;
	margin-right:22px;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;

	-webkit-transition: opacity .4s ease-in-out;
			-moz-transition: opacity .4s ease-in-out;
	        -ms-transition: opacity .4s ease-in-out;
	        -o-transition: opacity .4s ease-in-out;
			transition: opacity .4s ease-in-out;
			
	
}

.sidebar-share-section:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;	
}

.sidebar-share-section a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}

#sidebar-share-facebook{
	background:url('img/sidebar-share-facebook.svg');
}

#sidebar-share-twitter{
	background:url('img/sidebar-share-twitter.svg');	
}

#sidebar-share-google{
	background:url('img/sidebar-share-youtube.svg');	
}

#sidebar-share-whiskey{
	background:url('img/sidebar-share-whiskey.svg');	
	margin-right:0px;
}


.sidebar-header{
	font-size:14px;
	color:#00A0E7;
	text-transform:uppercase;
	margin-bottom:37px;
}


#sidebar-author-name{
margin-bottom:25px;	
position:relative;
}

.sidebar-section{
	border-bottom:1px solid white;
	padding-bottom:40px;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#00A0E7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	
	-webkit-transition: opacity .4s ease-in-out;
			-moz-transition: opacity .4s ease-in-out;
	        -ms-transition: opacity .4s ease-in-out;
	        -o-transition: opacity .4s ease-in-out;
			transition: opacity .4s ease-in-out;
	margin-bottom:50px;
}

.contributor{
	font-size:23px;
}

#sidebar-featured-articles .featured-author {
font-size: 19px;
}

.sidebar-section a{
		color:#00A0E7;
}

.sidebar-section:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

#sidebar-author.sidebar-section{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}

#sidebar-author #author-photo{
	margin-bottom:30px;
}

#sidebar-author .crew-description {
font-family: "ff-tisa-web-pro",serif;
font-style: normal;
font-weight: 400;
border-top: 1px dotted #BBE6F4;
padding-top: 17px;
line-height: 1.65;
}

a.author-twitter-icon{
	background:url('img/twitter-author-icon.svg');
	height:25px;
	width:30px;
	background-repeat:no-repeat;
	position:absolute;
	top:6px;
	right:0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	
	-webkit-transition: opacity .4s ease-in-out;
			-moz-transition: opacity .4s ease-in-out;
	        -ms-transition: opacity .4s ease-in-out;
	        -o-transition: opacity .4s ease-in-out;
			transition: opacity .4s ease-in-out;
}

a.author-twitter-icon:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}


.animate-opacity{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	
	-webkit-transition: opacity .4s ease-in-out;
			-moz-transition: opacity .4s ease-in-out;
	        -ms-transition: opacity .4s ease-in-out;
	        -o-transition: opacity .4s ease-in-out;
			transition: opacity .4s ease-in-out;
}

.animate-opacity:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}

.author #recent-post-inner {
padding-top: 35px;
}

#author-page-titles, .search_message {
border-bottom: 1px dotted #BBE6F4;
margin-bottom: 42px;
padding-bottom: 32px;
}

h1.author-heading {
font-size: 73px;
font-weight: 900;
text-transform: uppercase;
color: #00A0E7;
line-height: 1.05;
}

h2.author-sub-head{
color:#00A0E7;
font-size:25px;
}

.author .author-title, .single-post .author-title{
	font-size:13px;
	color: #00A0E7;
}




.author-link-container a{
	font-size:21px;
	line-height: 1;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	
	-webkit-transition: opacity .4s ease-in-out;
			-moz-transition: opacity .4s ease-in-out;
	        -ms-transition: opacity .4s ease-in-out;
	        -o-transition: opacity .4s ease-in-out;
			transition: opacity .4s ease-in-out;
}

.author-link-container a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}

.featured-blog-post {
margin-bottom: 65px;
}

.featured-date {
font-size: 17px;
text-transform: uppercase;
margin-bottom: 5px;
}

.featured-title{
	font-size:19px;
		margin-bottom:8px;
		line-height:1.5;
}

#sidebar-featured-articles .featured-title{
	font-size:23px;
		margin-bottom:8px;
		line-height:1.4;
}

.featured-author{
	font-size:15px;
}

footer h3{
	color:white;
	font-size:23px;
	margin-bottom:38px;
	text-transform:uppercase;
	-webkit-transition: all .4s ease-in-out;
			-moz-transition: all .4s ease-in-out;
	        -ms-transition: all .4s ease-in-out;
	        -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
	
}

#footer-social .force-break{
	display:inline-block;
	width:30px;
}

.footer-column:hover h3, .footer-column:hover #email-name{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

#email-name {
color: white;
font-style: italic;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
font-size: 24px;
line-height: 1.5;
}

#email-name a {
color: white;
font-style: normal;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
font-size: 22px;
}

.beingHovered #email-name a:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1.0!important;
    -khtml-opacity: 1.0!important;
    opacity: 1.0!important;
}
.social-link {
	height: 65px;
	width: 65px;
	margin-right:21px;
}





.follow-link {
height: 65px;
width: 65px;
display: inline-block;
margin-left: 1px!important;
}

#footer-social .social-link{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	-webkit-transition: all .4s ease-in-out;
			-moz-transition: all .4s ease-in-out;
	        -ms-transition: all .4s ease-in-out;
	        -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

#footer-social.beingHovered .social-link{

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.beingHovered .social-link:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1.0!important;
    -khtml-opacity: 1.0!important;
    opacity: 1.0!important;
}

#footer-social .follow-facebook {
background: url('img/footer-facebook.svg') no-repeat;
display: inline-block;
background-size: 65px;
}

#footer-social .follow-twitter {
background: url('img/footer-twitter.svg') no-repeat;
display: inline-block;
background-size: 65px;
}

#footer-social .follow-whiskey {
background: url('img/footer-whiskey.svg') no-repeat;
display: inline-block;
background-size: 65px;
margin-right:0px;
}


#footer-social .follow-fourth {
background: url('img/footer-youtube.svg') no-repeat;
display: inline-block;
background-size: 65px;
}

#email-name a br{
	display:none;
}

.float-grid-item{
	float:left;
}



.clear:before, .clear:after {content:""; display:table;}
.clear:after {clear:both;}
.clear {zoom:1;}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

/* Container - Original Size */

/*      Tablet Layout: 1232
        Gutters: 24
        Outer margins: 16
-----------------------------------------------------------------
*/




@media screen and (max-height:800px) {
	.sidebar-section-number img {
		max-height: 140px;	
	}
	
	.sidebar-section-number {
	margin-bottom: 30px;
	margin-top: 30px;
	}
	
	
	.sidebar-section-header {
	margin-bottom: 30px;
	}
	
	.sidebar-project-link {
	font-size: 20px;
	bottom: 40px;
	}
	
}



@media screen and (max-height:625px) {
	.sidebar-section-number img {
		max-height: 120px;	
	}
	
	.sidebar-section-number {
	margin-bottom: 20px;
	margin-top: 20px;
	}
	
	
	.sidebar-section-header {
	margin-bottom: 20px;
	}
	
	.sidebar-project-link {
	font-size: 20px;
	bottom: 20px;
	}
	
}


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

	.wrap, .grid12 {width: 1200px;} /* Class applied to all elements that span main content width: container, header, etc */
	.grid1 {width: 78px;}
	.grid2 {width: 180px;}
	.grid3 {width: 282px;}
	.grid4 {width: 384px;}
	.grid5 {width: 486px;}
	.grid6 {width: 588px;}
	.grid7 {width: 690px;}
	.grid8 {width: 792px;}
	.grid9 {width: 894px;}
	.grid10 {width: 996px;}
	.grid11 {width: 1098px;}



	.grid1-box {width: 76px;}
	.grid2-box {width: 178px;}
	.grid3-box {width: 280px;}
	.grid4-box {width: 382px;}
	.grid5-box {width: 484px;}
	.grid6-box {width: 586px;}
	.grid7-box {width: 688px;}
	.grid8-box {width: 790px;}
	.grid9-box {width: 892px;}
	.grid10-box {width: 994px;}
	.grid11-box {width: 1096px;}
	.grid12-box {width: 1198px;}

	.grid3-flush {width: 306px;}

	.grid-half {width: 600px;}
	.grid-half-box {width: 598px;}

	.sidebar-at-top #fixed-share-inner{
		width: 1200px;
	}


	.float-grid-item{
		float:left;
		margin: 0 24px 24px 0;
	}

	.last-float-item{
		margin: 0 0 24px;
	}

	.two-column{
		-moz-column-count: 2;
		-moz-column-gap: 24px;
		-webkit-column-count: 2;
		-webkit-column-gap: 24px;
		column-count: 2;
		column-gap: 24px;
	}



	#menu-cw-menu li:last-child {
		padding: 2px 8px 1px 5px;
	}


}



/*      Tablet Layout: 1024
        Gutters: 16
        Outer margins: 16
-----------------------------------------------------------------
*/

@media only screen and (min-width: 1024px) and (max-width: 1199px) {

	.wrap, .grid12 {width: 992px;} /* Class applied to all elements that span main content width: container, header, etc */
	.grid1 {width: 68px;}
	.grid2 {width: 152px;}
	.grid3 {width: 236px;}
	.grid4 {width: 320px;}
	.grid5 {width: 404px;}
	.grid6 {width: 488px;}
	.grid7 {width: 572px;}
	.grid8 {width: 656px;}
	.grid9 {width: 740px;}
	.grid10 {width: 824px;}
	.grid11 {width: 908px;}


	.grid1-box {width: 66px;}
	.grid2-box {width: 150px;}
	.grid3-box {width: 234px;}
	.grid4-box {width: 318px;}
	.grid5-box {width: 402px;}
	.grid6-box {width: 486px;}
	.grid7-box {width: 570px;}
	.grid8-box {width: 654px;}
	.grid9-box {width: 738px;}
	.grid10-box {width: 822px;}
	.grid11-box {width: 906px;}
	.grid12-box {width: 990px;}

	.grid3-flush {width: 252px;}

	.grid-half {width: 496px;}
	.grid-half-box {width: 494px;}


	.float-grid-item{
		float:left;
		margin: 0 16px 16px 0;
	}
	
	.float-grid-item.first-crew-member {
	margin-right: 0px;
	clear: both;
	margin: 0 16px 16px 0;
	}

	.last-float-item{
		margin: 0 0 16px;
	}
	
	#about-us-sub-copy {
	font-size: 22px;
	margin-top: 19px;
	line-height: 1.45676;
	}
	
	#home-page-tagline {
		font-size: 44px;
		line-height: 1.35;
	}
	
	input#homepage-newsletter-input-top{
	     font-size: .75em;

	}

	#home-page-tagline-inner input[type=submit]{
	    font-size: .75em;
	}

	#home-page-tagline-inner .wpcf7-form-control-wrap {

	}

	#home-page-tagline-inner div.wpcf7-response-output {
	    margin: 0em 0.5em 1em;
	    padding: 0.2em 1em;
	    font-size: .5em;
	}
	
	#breaking-news-container {
	font-size: 43px;
	}
	
	.approach-link {
	font-size: 24px;
	padding-bottom: 5px;
	}
	
	#section-arrow-container img {
		width: 35px;
	}

	#home-page-newsletter {
	height: auto;
	}
	
	#newsletter-copy, #clue-text {
	font-size: 44px;
	}
	
	#newsletter-homepage-envelope {
	position: absolute;
	top: 77px;
	width: 73px;
	}
	
	input#homepage-newsletter-input {

	}
	
	.sidebar-section-number img {
	max-width: 100%;
	}
	
	.sidebar-section-number {
	margin-bottom: 20px;
	margin-top: 20px;
	}
	
	
	#services-info-sidebar {
	margin-left: 51px;
	}
	
	.sidebar-section-header {
	font-size: 23px;
	margin-bottom: 30px;
	}
	
	#above-below-container {
	margin-top: 150px;
	}
	
	#blog-description .blog-title {
	font-size: 178px;
	}
	
	#blog-description .blog-subtitle {
	font-size: 35px;
	margin-top: 10px;
	}
	
	.home #blog-description {
	height: 366px;
	}
	
	.featured-post .recent-title {
	padding: 25px 20px 0 20px;
	font-size: 22px;
	}
	
	#above-text {
	font-size: 41px;
	}
	
	.recent-work-sample h3.recent-title {
	font-size: 38px;

	}
	
	.recent-work-sample .recent-short-description {
	font-size: 26px;	
	}

	#about-us-copy {
	font-size: 35px;
	}
	

	.blog-circle, .circle-image-container {
	height: 320px;
	width: 320px;
	}
	
	#blog-description.blog-circle {
	padding: 57px 30px 0;
	}
	
	
	.featured-post h3.recent-title {
	font-size: 20px;
	}
	
	#whiskey-friday-inner {
	font-size: 109px;
	letter-spacing: -3px;
	height: 148px;
	}
	
	#whiskey-friday-title-2 .whiskey-bottle-centered, #whiskey-friday-title-1 .whiskey-bottle-centered  {
	background-size: 100px;
	width: 100px;
	height: 100px;
	}
	
	#whiskey-friday-title-2 a {
	margin-right: -7px;
	}
	
	#whiskey-friday-title-1 a {
		margin-left: -7px;
	}
	
	/*
		Footer
	*/
	
	
	#footer-communicate .force-break {
	width: 133px;
	}
	
	#email-name a br {
	display: block;
	}
	
	#email-name{
	line-height: 1;
	}
	
	#footer-title-container{
		display:none;
	}
	
	.social-link {
	height: 55px;
	width: 55px;
	margin-right: 18px;
	background-size: 55px!important;
	}
	
	footer h3 {
	font-size: 19px;

	}
	
	#footer-newsletter input#newsletter-input {
	height: 60px;
	padding: 4px 0px;
	font-size: 48px;
	}
	
	
	/*
		Follow
	*/
	
	.follow-heading {
	padding-right: 0;
	}
	
	#social-media-follow .follow-row {
	margin-left: 14px;
	}

	#twitter-follow-icon, #google-follow-icon {
	width: 100px;
	margin-bottom: 25px;
	}
	
	#whiskey-friday-text-2 {
	font-size: 60px;
	top: -17px;
	}
	
	input#newsletter-follow-input {
	font-size: 60px;
	}
	
	#follow-email-link br {
	display: block;
	}
	
	#follow-email-link a {
	font-size: 33px;
	line-height: 1.1;
	position: relative;
	top: 5px;
	}
	
	
	/*
		Project Page
	*/
	
	#project-page-description {
	font-size: 23px;
	}
	
	#work-categories-container {
	margin-bottom: 70px;
	}
	
	
	
	
	
	/*
		About Page
	*/
	
	h1#we-make-fun {
		font-size: 156px;
	}
	
	
	#about-us-main-copy {
	color: #449BB6;
	font-size: 32px;
	line-height: 1.66;
	}
	
	h2#about-us-header {
	margin-bottom: 0;
	}
	
	#about-us-sub-copy h3 {
	font-size: 21px;
	margin-bottom: 14px;
	line-height: 1.55;
	}
	
	/*
		Blog
	*/
	
	.news-title, .news-title a {
	font-size: 34px;
	}
	
	input#newsletter-input-2 {
	font-size: 22px;
	}
	
	.sidebar-share-section {
	height: 50px;
	width: 50px;
	float: left;
	margin-right: 12px;
	background-size: 50px!important;
	background-repeat: no-repeat;
	}
	
	.search_message {
	font-size: 20px;
	}
	
	h1.search-title {
	font-size: 77px;
	}
	
	.search-results #right-sidebar, .search-no-results #right-sidebar {
	margin-top: 226px;
	}
	
	
	
	
	
	
	
	
	
}


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

	#header-container {
	max-width: 1024px!important;
	}
	
	
	#menu-cw-menu {
	margin-right: 0px;
	}

	#menu-cw-menu li:last-child {
	padding: 2px 0px 1px 5px;
	}
	
	
}



/*      Tablet Layout: 768
        Gutters: 16
        Outer margins: 32
-----------------------------------------------------------------
*/

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

	.wrap {padding: 0 0px; width: 704px;} /* Class applied to all elements that span main content width: container, header, etc */
	.grid1 {width: 44px;}
	.grid2 {width: 104px;}
	.grid3 {width: 164px;}
	.grid4 {width: 223px;} /*Changed from 224px */
	.grid5 {width: 284px;}
	.grid6 {width: 344px;}
	.grid7 {width: 404px;}
	.grid8 {width: 464px;}
	.grid9 {width: 524px;}
	.grid10 {width: 524px;}
	.grid11 {width: 644px;}
	.grid12 {width: 704px;}

	.grid1-box {width: 42px;}
	.grid2-box {width: 102px;}
	.grid3-box {width: 162px;}
	.grid4-box {width: 222px;}
	.grid5-box {width: 282px;}
	.grid6-box {width: 342px;}
	.grid7-box {width: 402px;}
	.grid8-box {width: 462px;}
	.grid9-box {width: 522px;}
	.grid10-box {width: 582px;}
	.grid11-box {width: 642px;}
	.grid12-box {width: 702px;}

	.grid3-flush {width: 180px;}

	.grid-half {
	width: 352px;
	}
	.grid-half-box {width: 350px;}


	.float-grid-item{
		float:left;
		margin: 0 16px 16px 0;
	}

	.float-grid-item.first-crew-member {
	margin-right: 0px;
	clear: both;
	margin: 0 16px 16px 0;
	}
	
	.last-float-item{
		margin: 0 0 16px;
	}
	
	
	
	.sidebar-section-number img {
		max-width: 100%;
		position: relative;
		top: 0;
		right: 0;
	}
	
	.sidebar-section-number {
	margin-bottom: 20px;
	margin-top: 20px;
	}
	
	
	#services-info-sidebar {
	margin-left: 25px;
	}
	
	.sidebar-section-header {
	font-size: 23px;
	margin-bottom: 30px;
	}
	
	.sidebar-project-link {
	font-size: 19px;
	}
	

	#home-page-tagline {
	font-size: 32px;
	}
	
	input#homepage-newsletter-input-top{
	     font-size: 1em;

	}

	#home-page-tagline-inner input[type=submit]{
	    font-size: 1em;
	}
	
	#breaking-news-container {
	padding: 22px 0px;
	font-size: 32px;
	}
	
	.approach-link{
		font-size:0;
	}
	
	#home-page-newsletter {
	height: auto;
	}
	
	#home-newsletter-inner {
	margin-bottom: 150px;
	}
	
	
	#above-text {
		font-size: 29px;
	}
	
	#blog-description .blog-title {
	font-size: 115px;
	padding-top: 10px;
	padding-bottom: 23px;
	}
	
	#newsletter-copy, #clue-text {
	margin-top:60px;
	font-size: 36px;
	margin-bottom: 50px;
	}
	
	#newsletter-homepage-envelope {
	position: absolute;
	top: 52px;
	width: 52px;
	}
	
	.sidebar-section-subtext .wpcf7-form-control-wrap {
		height:38px;
	}
	
	input#homepage-newsletter-input {
	    font-size: 1em;
	    padding-left: 16px;
	    margin-top: 0px;
		    height: 38px;
	}
	
	.sidebar-section-subtext input[type=submit] {
	    position: absolute;
	    font-size: 1em;
		height: 38px;
	    padding: 5px 20px 0 20px;
	}
	
	.recent-work-sample h3.recent-title {
	font-size: 26px;
	}
	
	.home #blog-description {
	height: 258px;
	}
	
	#blog-description .blog-subtitle {
	font-size: 20px;
	padding-left: 37px;
	padding-bottom: 30px;
	}
	
	.featured-post .recent-info-inner {
	height: 87px;
	}
	
	.featured-post .recent-title {
	padding: 15px 20px 0 20px;
	font-size: 18px;
	}
	
	.recent-work-sample .recent-short-description {
	font-size: 22px;
	padding: 0 0px;
	margin-bottom: 28px;
	}
	
	.learn-more-link {
	font-size: 15px;
	}
	
	
	#about-us-copy {
	font-size: 30px;
	width:100%;
	}
	
	.roulette-text {
	font-size: 26px;
	}
	
	
	#roulette-text-1 {
	width: 243px;
	}
	
	#roulette-text-2 {
	width: 172px;
	}
	
	#roulette-text-3 {
	width: 140px;
	}
	
	#roulette-text-4 {
	width: 173px;
	}
	
	#roulette-text-5 {
	width: 163px;
	}
	
	#about-us-container .section-link-container a#reset-roulette, #about-us-container .section-link-container a#randomize-roulette {
	font-size: 14px;
	}
	
	.blog-circle, .circle-image-container {
	height: 232px;
	width: 232px;
	}

	#blog-description.blog-circle {
	padding: 34px 20px 0;
	}
	
	.featured-post h3.recent-title {
	font-size: 16px;
	font-weight: 400;
	}
	
	.featured-post .post-date {
	font-size: 14px;
	}
	
	.question-container, .question-container.paragraph-container {
	width: 700px;
	margin-left: -350px;
	}

	.section4-selections {
	width: 650px;
	}
	
	.dotted-border-container {
	width: 567px;
	margin-left: 42px;
	}

	a.selection-option {
	width: 95px;
	height: 95px;
	font-size: 72px;
	}
	
	a.number-option {
	margin-right: 40px;
	font-size: 72px;
	}
	
	.dot2 {
	left: 135px;
	}
	
	.dot3 {
	left: 273px;
	}
	
	.dot4 {
	left: 412px;
	}
	
	
	#whiskey-friday-inner {
	font-size: 76px;
	letter-spacing: -3px;
	height: 103px;
	}
	
	#whiskey-friday-title-2 .whiskey-bottle-centered, #whiskey-friday-title-1 .whiskey-bottle-centered {
	background-size: 80px;
	width: 80px;
	height: 80px;
	}
	
	#whiskey-friday-title-2 a {
	margin-right: -5px;
	}
	
	#whiskey-friday-title-1 a {
		margin-left: -5px;
	}
	
	/*
		footer
	*/
	
	footer h3 {
	font-size: 17px;
	}
	
	#footer-communicate .force-break {
	width: 60px;
	}
	
	#footer-social .force-break {
	width: 0;
	}
	
	.strikeout{
		display:none;
	}
	
	
	#email-name a br {
	display: block;
	}
	
	#email-name{
	line-height: 1;
	}
	
	#footer-title-container{
		display:none;
	}
	
	.social-link {
	height: 40px;
	width: 40px;
	margin-right: 4px;
	background-size: 40px!important;
	}
	
	
	
	#footer-newsletter input#newsletter-input {
	height: 60px;
	padding: 4px 0px;
	font-size: 32px;
	}
	
	.footer-column {
	height: 280px;
	padding-top: 69px;
	}
	
	
	
	/*
		Follow
	*/
	
	.follow-heading {
	padding-right: 0;
	}
	
	#follow-newsletter h2{
		font-size:29px;
	}
	
	#social-media-follow .follow-row {
	margin-left: 7px;
		width: 79px;
	}
	
	.follow-row {

	}

	#twitter-follow-icon, #google-follow-icon {
	width: 78px;
	margin-bottom: 25px;
	}
	
	#whiskey-friday-text-2 {
	font-size: 36px;
	top: -27px;
	}
	
	input#newsletter-follow-input {
	font-size: 36px;
	top: -36px;
	position: relative;
	}
	
	#follow-email-link br {
	display: block;
	}
	
	#follow-email-link a {
	font-size: 27px;
	line-height: 1.1;
	position: relative;
	top: -3px;
	}
	
	
	/*
		Project Page
	*/
	
	#project-page-description {
	font-size: 24px;
	width: 100%;
	}
	
	#work-categories-container {
	margin-bottom: 40px;
	}
	
	.work-post a.entry-title {
	width: 100%;
	margin-bottom: 25px;
	}
	
	#project-sidebar {
	margin-top: 139px;
	width: 150px;
	margin-left: 14px;
	}
	
	.project-sidebar-section, .project-sidebar-section a {
	margin-bottom: 29px;
	}
	
	.project-sidebar-section h3 {
	font-size: 12px;
	}
	
	
	#project-overview {
	font-size: 25px;
	}
	
	#project-press-sidebar p + p {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	}

	#about-label {
	margin-bottom: 32px;
	}
	
	#project-content {
	font-size: 18px;
	}
	
	.pull-quote {
	font-size: 34px;
	margin-bottom: 34px;
	}
	
	.work-post .recent-title {

	font-size: 19px;
	}
	
	
	/*
		About Page
	*/
	
	h1#we-make-fun {
	font-size: 106px;
	}
	
	h2#about-us-header {
	font-size: 28px;
	}
	
	h1#we-make-fun .char2 {
	margin-left: -4px;
	}	
	
	h1#we-make-fun .char5 {
	margin-left: 2px;
	}
	
	h1#we-make-fun .char6 {
	margin-left: -2px;
	}
	
	h1#we-make-fun .char7 {
	margin-left: -3px;
	}
	
	h1#we-make-fun .char10 {
	margin-left: -1px;
	}
	
	h1#we-make-fun .char11 {
	margin-left: -7	px;
	}
	
	#about-us-header-image {
	margin-bottom: 48px;
	}
	
	
	#about-us-main-copy {
	font-size: 24px;
	line-height: 1.56;
	width: 100%;
	}
	
	#about-us-sub-copy{
		width:100%;
	}
	
	.ipad-float-container, .ipad-float-container .grid6{
		width:223px;
	}
	
	#about-us-sub-copy .ipad-float-container, #about-us-sub-copy .ipad-float-container .grid6 {
		width:344px;
	}
	
	#about-us-main {
	margin-bottom: 39px;
	}
	
	#about-us-main-copy {
	color: #449BB6;
	font-size: 24px;
	line-height: 1.66;
	}
	
	#about-us-sub-copy {
	font-size: 18px;
	}
	
	h2#about-us-header {
	margin-bottom: 0;
	}
	
	#about-us-sub-copy h3 {
	font-size: 18px;
	margin-bottom: 10px;
	}
	
	#crew-photos-container h3 {
	font-size: 28px;
	margin-bottom: 23px;
	}
	
	
	.crew-description {
	font-size: 14px;
	}
	
	.crew-name, .crew-name a {
	font-size: 18px;
	font-weight:400;
	}
	
	.crew-title {
	font-size: 14px;
	}
	
	h2#c-and-c-title {
	font-size: 28px;
	}
	
	#clients-collaborators-container h3 {
	font-size: 18px;
	margin-bottom: 24px;
	}
	
	#clients-collaborators-container .likers-link a {
	font-size: 20px;
	font-weight: 300;
	
	}
	
	
	
	
	
	/*
		Blog
	*/
	
	#neat-title {
	font-size: 193px;
	}
	
	#neat-title .char2 {
	margin-left: -9px;
	}
	
	#neat-title .char3 {
	margin-left: 13px;
	}
	
	#neat-title .char4 {
	margin-left: -10px;
	}
	
	#neat-subtitle {
	font-size: 34px;
	padding-top: 0px;
	position: relative;
	top: -5px;
	}
	
	.news-title, .news-title a {
	font-size: 24px;
	}
	
	input#newsletter-input-2 {
	font-size: 17px;
	height: 48px;
	background-size: 24px;
	padding-left: 33px;
	background-position-y: 17px;
	}
	
	.sidebar-share-section {
	height: 32px;
	width: 32px;
	float: left;
	margin-right: 10px;
	background-size: 32px!important;
	background-repeat: no-repeat;
	}
	
	.article-excerpt {
	font-size: 18px;
	}
	
	#sidebar-share {
	margin-bottom: -3px;
	margin-top:0px;
	}
	
	.single-format-standard #sidebar-share {
	margin-bottom: 24px;
	}
	
	.sidebar-header {
	margin-bottom: 25px;
	}
	
	#sidebar-featured-articles .featured-title {
	font-size: 15px;
	margin-bottom: 8px;
	line-height: 1.4;
	}
	
	.search_message {
	font-size: 16px;
	}
	
	h1.search-title {
	font-size: 55px;
	}
	
	.search-results #right-sidebar, .search-no-results #right-sidebar {
	margin-top: 226px;
	}
	
	.sidebar-section {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	margin-bottom:0px;
	}
	
	.featured-date {
	font-size: 13px;
	}
	
	#sidebar-featured-articles .featured-author {
	font-size: 15px;
	}
	
	
	.featured-blog-post {
	margin-bottom: 45px;
	}
	
	.contributor {
	font-size: 19px;
	}
	
	.featured-blog-post:last-of-type {
	margin-bottom: 10px;
	}
	
	
	#main-content {
	font-size: 18px;
	margin-bottom: 60px;
	}
	
	.single-format-standard .news-title, .single-format-standard .news-title a {
	margin-bottom: 23px;
	}
	
	#sidebar-author-name {
	margin-bottom: 15px;
	}
	
}


@media only screen and (min-width: 480px) and (max-width: 767px) {

	.wrap {padding: 0 0; width: 428px;}
	.grid1 {width: 100%;}
	.grid2 {width: 100%;}
	.grid3 {width: 100%;}
	.grid4 {width: 100%;}
	.grid5 {width: 100%;}
	.grid6 {width: 100%;}
	.grid7 {width: 100%;}
	.grid8 {width: 100%;}
	.grid9 {width: 100%;}
	.grid10 {width: 100%;}
	.grid11 {width: 100%;}
	.grid12 {width: 100%;}

	.grid1-box {width: 23px;}
	.grid2-box {width: 60px;}
	.grid3-box {width: 97px;}
	.grid4-box {width: 134px;}
	.grid5-box {width: 171px;}
	.grid6-box {width: 208px;}
	.grid7-box {width: 245px;}
	.grid8-box {width: 282px;}
	.grid9-box {width: 319px;}
	.grid10-box {width: 356px;}
	.grid11-box {width: 391px;}
	.grid12-box {width: 430px;}

	.grid3-flush {width: 111px;}

	.grid-half {
	width: 428px;
	}

	.grid-half-box {
	width: 426px;
	}

	.float-grid-item{
		float:left;
		margin: 0 12px 24px 0;
	}

	.last-float-item{
		margin: 0 0 24px;
	}
	
	#home-page-logo {
	width: 428px;
	}
	
	#home-page-tagline {
	font-size: 21px;
	}
	
	input#homepage-newsletter-input-top{
	     font-size: 1em;

	}

	#home-page-tagline-inner input[type=submit]{
	    font-size: 1em;
	}
	
	#breaking-news-container {
	padding: 15px 0px;
	font-size: 20px;
	}


	/*
		Header
	*/
	#header-inner {
	width: 428px;
	}

	

	.scrolled-enough-for-menu .home #header-container {
	
	}
	
	.not-mobile-device .fixed-at-top #access {
	width: auto;
	position: absolute;
	right: 0;
	}
	
	#cw-type-container{
		display:none;
	}


	.sidebar-share-section{
		margin-right:18px;
	}
	
	.search-button.menu-item a {
	width: 100%;
	height: 100%;
	}
	
	.search-button.menu-item {
	position: relative;
	background-size: 38px;
	background-position-y: 19px;
	background-position-x: 135px;
	}
	
	
	#search-container #close-button {
	top: 40px;
	}
	
	input#s {
	font-size: 39px;
	}
	
	.follow-link {
	display: inline-block;
	margin-left: 0px!important;
	}
	
	#follow-inner, #search-inner {
	top: -50%;
	padding-top: 24px;
	width: 100%;
	height:auto;
	}
	
	#follow-container, #search-container{
		width:100%;
			position: relative;
		overflow:scroll;
	}
	
	#follow-inner, #search-inner{
		width:272px;
		margin:0 auto;
	}
	
	.follow-row {
	width: 100%;
	}
	
	#follow-facebook.follow-row, #follow-twitter.follow-row, #follow-google.follow-row {
	width: 74px;
	}
	
	
	input#newsletter-follow-input {
	height: 93px;
	font-size: 34px;
	padding-left: 93px;
	top: -12px;
	}
	
	#facebook-follow-icon, #twitter-follow-icon, #google-follow-icon{
		margin-bottom:10px;
	}
	
	#follow-twitter iframe{
		margin-left:10px;
	}
	
	#google-twitter iframe{
		margin-left:6px;
	}
	
	.main-follow-icon {
	height: 78px;
	width: 78px;
	margin-right: 11px;
	}
	
	#follow-email-link a {
	font-size: 20px;
	font-weight: 400;
	}
	
	#follow-email-link {
	top: -20px;
	}
	
	#follow-email-link br {
	display: block;
	}
	
	#social-media-follow .follow-row {
	margin-left: 10px;
	}
	
	.follow-vertical-border-container {
	display: none;
	}
	
	#social-media-follow {
	width: 100%;
	}
	
	.follow-icon-link{
		display:inline-block;
		padding-bottom:10px;
	}

	
	.follow-heading {
	font-size: 24px;
	padding-right: 0px;
	padding-top: 10px;
	height: 60px;
	}
	
	#follow-whiskey {
	width: 100%;
	border-bottom: 1px dotted #BBE6F4;
	padding-bottom: 18px;
	margin-bottom:20px;
	}
	
	#follow-newsletter {
	border-bottom: 1px dotted #BBE6F4;
	}
	
	#whiskey-friday-text-2 {
	font-size: 34px;
	top: -24px;
	}
	
	.follow-transparency-container {
	width: 100%;
	}
	
	html.overlay-active, .overlay-active body{
		overflow:hidden;
	}
	
	
	/*
		Home Page
	*/
	
	#home-page-logo {
	width: 100%;
	margin-bottom: 20px;
	}
	
	#home-page-tagline {
	padding-top: 20px;
	font-size: 20px;
	margin-bottom: 40px;
	}
	
	input#homepage-newsletter-input-top{
	     font-size: 1em;

	}

	#home-page-tagline-inner input[type=submit]{
	    font-size: 1em;
	}
	
	#services-info-sidebar {
	position: relative;
	margin-left: 0;
	background:none;
	}
	
	.background-video{
		display:none;
	}
	
	.section-panel-text {
	position: relative;
	
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);

	}
	
	#home-page-tagline br {display:none}
	
	#section-arrow-container {
	position: relative;
	bottom: 20px;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 55px;
	width: 16px;
	left: 50%;
	margin-left: -8px;
	}
	

	
	#above-text {
	font-size: 34px;
	}
	
	#blog-description .blog-title {
	font-size: 143px;
	}
	
	.home #blog-description {
	height: auto;
	}
	
	#blog-description .blog-subtitle {
	font-size: 31px;
	}

	#newsletter-copy, #clue-text {
	font-size: 31px;
	margin-bottom: 50px;
	}
	
	#home-newsletter-inner input[type=submit] {
	height: 61px;
	font-size: 21px;
	}
	
	input#homepage-newsletter-input {
	height: 50px;
	font-size: 21px;
	}
	
	
	#newsletter-homepage-envelope {
	position: absolute;
	top: 28px;
	width: 32px;
	}
	
	
	#home-newsletter-inner .wpcf7-form-control-wrap {
	height: 61px;
	display: block;
	}
	
	#home-newsletter-inner .wpcf7-response-output {
	padding-left: 0;
	font-size: 11px;
	top: -3px;
	text-align: left;
	margin: 0px;
	}
	
	.home-header-container {
	position: relative;
	top: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	}

	#recent-work-container .recent-image{
		margin-bottom:20px;
	}
	
	.recent-work-sample h3.recent-title{
		font-size: 20px;
	}

	#recent-work-inner{
		margin-bottom:40px;
	}
	
	#desktop-text-container{
		visibility:hidden;
		display:none;
	}
	
	#mobile-text-container{
		visibility:visible;
		display:block;
	}
	
	.recent-work-sample .recent-short-description {
		font-size: 20px;
		margin-bottom:18px;
		padding: 0 0px;
	}
	
	.section-link-container {
	position: relative;
	bottom: 0;
	margin-bottom: 40px;
	}
	
	.roulette-text {
	border-bottom: 0px solid #C5D65D;
	font-size: 24px;
	}
	
	#roulette-text-1 {
	width: auto;
	}
	
	#roulette-text-2 {
	width: auto;
	}
	
	#roulette-text-3 {
	width: auto;
	}
	
	#roulette-text-4 {
	width: auto;
	}
	
	#roulette-text-5 {
	width: auto;
	}
	
	#roulette-text-6 {
	width: auto;
	}
	
	.learn-more-link {
		font-size: 14px;
	}
 	
	a#randomize-roulette, a#reset-roulette{
		display:none;
	}	
	
	#about-us-copy {
	font-size: 24px;
	}
	
	.blog-circle, .circle-image-container {
	height: 384px;
	width: 384px;
	margin:0 auto;
	}
	
	#blog-description.blog-circle {
	font-size: 24px;
	padding: 59px 20px;
	}
	
	.featured-post h3.recent-title {
	font-size: 20px;
	margin-bottom: 10px;
	}
	
	.featured-post{

	}
	
	.approach-link {
	display: none;
	}
	
	.sidebar-project-link {
	position: relative;
	bottom: 0;
	width: 100%;
	font-size: 28px;
	margin-top:30px;
	}
	
	#services-info-sidebar-container {
		padding: 0px 0px 30px 0px;
		position: relative;
		height: auto;
		width: 100%;
	}
	
	
	#our-services-inner{
		width:100%;	
	}
	
	#sidebar-panel-1 {
		background-color: rgba(0,182,195,.9);
	}
	
	#sidebar-panel-2 {
	background-color: rgba(98,203,255, 0.9);
	}
	
	#sidebar-panel-3 {
	background-color: rgba(255, 236, 191, 0.9);
	}
	
	#sidebar-panel-4 {
	background-color: rgba(147, 208, 233, 0.9);
	}
	
	.not-mobile-device #our-services-container #sidebar-panel-1, .not-mobile-device #our-services-container #sidebar-panel-2, .not-mobile-device #our-services-container #sidebar-panel-3, .not-mobile-device #our-services-container #sidebar-panel-4 {
	top: 0px;
	}
	

	#services-info-sidebar.sidebar-fixed {
	position:relative;
	top:0;
	}

	#our-services-container.panel1 #services-info-sidebar {
		background-color: white;
		height:auto!important;
	}	
	
	.not-mobile-device #our-services-container #sidebar-panel-1, .not-mobile-device #our-services-container #sidebar-panel-2, .not-mobile-device #our-services-container #sidebar-panel-3, .not-mobile-device #our-services-container #sidebar-panel-4 {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 90px;
		padding: 30px 24px 25px 24px;
		padding-top:80px;
		padding-bottom:80px;
	}
	
	.sidebar-section-category {
	width: 428px;
	margin: 0 auto;
	}
	
	.sidebar-section-number {
	max-width: 428px;
	margin: 32px auto 46px auto;
	}
	
	.sidebar-section-header, .sidebar-section-subtext {
	max-width: 428px;
	margin: 0 auto 36px auto;
	}
	
	.sidebar-project-link {
	max-width: 428px;
	margin: 30px auto 0 auto;
	}
	

	
	
	
	.featured-post .dividing-line {
	margin: 0 auto 10px;
	}
	
	.featured-post .post-date {
	font-size: 13px;
	}
	
	#section4-mobile-form{
		height:0px;
		-webkit-transition: all .5s ease-in-out;
				-moz-transition: all .5s ease-in-out;
		        -ms-transition: all .5s ease-in-out;
		        -o-transition: all .5s ease-in-out;
				transition: all .5s ease-in-out;
				overflow:hidden;
	}
	
	#section4-inner-mobile-form{
		position:relative;
	}
	
	#mobile-question-0-1, #mobile-question-0-2{
		position:absolute;
		top:0;
		z-index:0;
	}
	
	#mobile-question-0-1 .question-header, #mobile-question-0-2 .question-header{
		font-size: 18px;
		text-transform:none;
	}
	
	#section4-inner-mobile-form #question-0 .question-header{
		font-size:19px;
	}
	
	#section4-enter-question{
		margin-bottom:50px;
	}
	
	#section4-mobile-form.open-form{
		height:auto;
	}
	
	#question-0 .section4-selections {
	height: 130px;
	width: 428px;
	}
	
	.question-header {
	color: #CA974D;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	font-family: "brandon-grotesque",sans-serif;
	font-weight: 500;
	margin-bottom: 72px;
	}
	
	#question-0{
		margin-bottom:80px;
	}
	
	a#first-yes {
	background: url('img/yes-button.svg');
	width: 50px;
	height: 61px;
	background-repeat: no-repeat;
	position: absolute;
	left: 84px;
	top: 36px;
	background-size: 50px;
	}
	
	a#first-no {
	background: url('img/no-button.svg');
	width: 50px;
	height: 61px;
	background-repeat: no-repeat;
	position: absolute;
	left: 294px;
	top: 36px;
	background-size: 50px;
	}
	
	#question-0 .yes-no-circle-inner {
	height: 50px;
	width: 50px;
	-webkit-border-radius: 33px;
	border-radius: 33px;
	position: relative;
	background: #1F1F1F;
	background-image: url('img/yes-no-or.svg');
	background-repeat: no-repeat;
	background-position: 11px 13px;
	overflow: hidden;
	-webkit-box-shadow: inset 2px 2px 0px 3px rgba(0, 0, 0, 1);
	box-shadow: inset 2px 2px 0px 3px rgba(0, 0, 0, 1);
	text-align: center;
	padding: 5px;
	background-size: 29px;
	}
	
	#question-0 .yes-no-circle-container {
	height: 60px;
	width: 60px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background: #2B2B2B;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
	padding: 5px;
	}
	
	#question-0 .yes-no-divider-container {
	height: 100%;
	width: 6px;
	overflow: visible;
	background: #2B2B2B;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -3px;
	}
	
	#section4-container input, #section4-container textarea {
	font-size: 20px;
	}
	
	.question-container {
	width: 428px;
	margin: 0 auto;
	left: 50%;
	margin-left: -214px;
	}
	
	.question-container.paragraph-container {
	width: 428px;
	margin-left: -214px;
	}
	
	.section4-selections {
	width: 428px;
	margin: 0 auto;
	}
	
	a.number-option {
	margin-right: 10px;
	font-size: 72px;
	}
	
	a.selection-option {
	width: 75px;
	height: 75px;
	font-size: 56px;
	}
	
	.dotted-border-container {
	background: url('img/dotted-background.svg');
	background-repeat: repeat-x;
	width: 367px;
	position: relative;
	height: 5px;
	margin-top: 40px;
	margin-left: 30px;
	}
	
	
	.dot1 {
	left: 0;
	}
	
	.dot2 {
	left: 86px;
	}
	
	.dot3 {
	left: 173px;
	}
	
	.dot4 {
	left: 262px;
	}
	
	.dot5 {
	right: 0;
	}
	
	#whiskey-friday-inner {
	font-size: 46px;
	letter-spacing: -1px;
	height: 60px;
	}
	
	#whiskey-friday-title-1 a {
	margin-left: -3px;
	}
	
	#whiskey-friday-title-2 a {
	margin-right: -3px;
	}
	
	.whiskey-bottle-centered {
	height: 44px;
	width: 44px;
	margin: 0 10px;
	top: 8px;
	}
	
	
	#footer-communicate .force-break {
	width: 0px;
	display: inline-block;
	}
	
	#footer-inner{
		padding:30px 0;
	}
	
	#footer-social .force-break {
	display: inline-block;
	width: 0;
	}
	
	.footer-column {
	height: auto;
	width:100%;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 20px!important;
	
	}
	
	.footer-column-inner {
	padding-left: 0px;
	border-left: 0px solid #121010;
	}
	
	footer h3 {
	font-size: 17px;
	margin-bottom: 9px;
	}
	
	#email-name {
	font-size: 19px;
	line-height: 1;
	}
	
	#email-name a {
	font-size: 17px;
	}

	.social-link {
	height: 95px;
	width: 95px;
	margin-right: 13px;
	}
	
	#footer-social .follow-facebook, #footer-social .follow-twitter, #footer-social .follow-fourth, #footer-social .follow-whiskey {
	background-size: 95px;
	}
	
	.smartest-input-container {
	display: inline-block;
	width: 244px;
	margin-left: 10px;
	}
	
	.yes-no-wrapper {
	width: 353px!important;
	height: 75px;
	margin: 0 auto;
	position: relative;
	}
	
	.yes-no-or-circle {
	height: 62px;
	width: 62px;
	position: absolute;
	left: 50%;
	top: 11px;
	margin-left: -31px;
	-webkit-border-radius: 33px;
	border-radius: 33px;
	background: #1F1F1F;
	background-image: url('img/yes-no-or.svg');
	background-repeat: no-repeat;
	background-position: 11px 14px;
	overflow: hidden;
	-webkit-box-shadow: inset 2px 2px 0px 3px rgba(0, 0, 0, 1);
	box-shadow: inset 2px 2px 0px 3px rgba(0, 0, 0, 1);
	z-index: 1;
	}
	
	.yes-no-or-line {
	height: 3px;
	width: 100%;
	position: absolute;
	top: 39px;
	background: #000;
	z-index: 0;
	}
	
	a#submitting-button {
	font-size: 28px;
	-webkit-border-radius: 54px;
	border-radius: 54px;
	-webkit-box-shadow: inset -13px -13px 0px 0px rgba(0, 0, 0, .1);
	box-shadow: inset -13px -13px 0px 0px rgba(0, 0, 0, .1);
	font-weight: 500;
	height: 76px;
	padding-top: 20px;
	}
	
	#footer-newsletter input#newsletter-input {
	height: 36px;
	font-size: 38px;
	letter-spacing: 0px;
	}
	
	
	
	/*
		Projects Page
	*/
	
	#project-page-description {
		font-size: 13px;
	}
	
	#work-categories-container {
	margin-top: 30px;
	margin-bottom: 30px;
	}
	
	#work-categories-container {
	margin-top: 30px;
	margin-bottom: 50px;
	}
	
	
	.work-post{
		margin-bottom:30px;
	}
	
	.work-post .recent-title {
	font-size: 22px;
	}
	
	
	
	/*
		About Page
	*/
	
	
	h1#we-make-fun {
	font-size: 63px;
	}
	
	h1#we-make-fun .char1, h1#we-make-fun .char2, h1#we-make-fun .char3, h1#we-make-fun .char4, h1#we-make-fun .char5, h1#we-make-fun .char6, h1#we-make-fun .char7, h1#we-make-fun .char8, h1#we-make-fun .char9, h1#we-make-fun .char10, h1#we-make-fun .char11 {
	margin-left: 0!important;
	}
	
	#about-us-header-image {
	margin-bottom: 26px;
	}

	#about-us-main {
	margin-bottom: 30px;
	}
	
	#about-us-main-copy {
	font-size: 18px;
	}
	
	h2#about-us-header {
	font-size: 20px;
	margin-bottom: 5px;
	}
	
	#stories-copy, #products-copy, #cultivated-wit-copy {
	margin-bottom: 28px;
	font-size: 15px;
	}
	
	#about-us-sub-copy h3 {
	font-size: 20px;
	margin-bottom: 5px;
	}
	
	#crew-photos-container h3 {
	font-size: 28px;
	margin-bottom: 10px;
	}
	
	.crew-name, .crew-name a {
	font-size: 19px;
	}
	
	.crew-title {
	font-size: 16px;
	margin-bottom: 13px;
	}
	
	.crew-description {
	font-size: 15px;
	line-height: 1.7;
	}


	.crew-member{
		margin-bottom:60px;
	}
	
	#crew-photos-container {
	margin-bottom: 0px;
	}
	
	h2#c-and-c-title {
	font-size: 25px;
	margin-bottom: 20px;
	}
	
	
	#clients-container, #collabs-container, #inspire-container{
		width:100%;
		margin-bottom:30px;
	}
	
	
	#clients-collaborators-container h3 {
	font-size: 20px;
	margin-bottom: 10px;
	}
	
	#clients-collaborators-container .likers-link a {
	font-size: 15px;
	}
	
	
	
	/*
		Blog Page
	*/
	
	#neat-title {
	font-size: 186px;
	margin-right: 0px;
	}
	
	#neat-subtitle {
	font-size: 33px;
	width: 100%;
	padding-top: 9px;
	}
	
	#neat-subtitle .roulette-text {
	font-size: 33px;
	width: auto;
	text-align: left;
	}
	
	.news-title, .news-title a {
	font-size: 20px;
	min-height: 0;
	
	}
	
	.article-excerpt {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 15px;
	}
	
	a.excerpt-link {
	font-size: 14px;
	display: block;
	margin-top:16px;
	text-align:right;
	}
	
	.post-meta .share-article-container {
	float: right;
	}
	
	.post.type-post {
	margin-bottom: 40px;
	}
	
	#nav-below .grid8{
		width:100%;
	}
	
	#older-nav {
	float: right;
	}
	
	.blog #right-sidebar{
		display:none;
	}
	
	/*
		Single Post Page
	*/
	
	.single-format-standard .news-title, .single-format-standard .news-title a {
	margin-bottom: 5px;
	}
	
	#main-content {
	margin-top: 20px;
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.6;
	}
	
	.post-thumbnail {
	margin-bottom: 20px;
	}
	
	.single-format-standard .post.type-post {
	margin-bottom: 0;
	}
	
	.single-format-standard #right-sidebar {
	margin-top: 0;
	}
	
	.single-format-standard #sidebar-author-name {
	display:none;
	}
	
	#nav-below{
		border-bottom: 1px dotted #BFBFBF;
	}
	
	.sidebar-section {
	padding-bottom: 0px;
	margin-bottom: 0;
	}
	
	#wpcf7-f1611-p1405-o1{
		display:none;
	}
	
	.single-format-standard	#sidebar-author{
		margin-top:10px;
	}
	
	.sidebar-header {
	margin-bottom: 16px;
	}
	
	.featured-date {
	font-size: 13px;
	}
	
	#sidebar-featured-articles .featured-title {
	font-size: 17px;
	}
	
	#sidebar-featured-articles .featured-author {
	font-size: 16px;
	}
	
	#sidebar-featured-articles .featured-blog-post {
	margin-bottom: 35px;
	}
	
	.contributor {
	font-size: 16px;
	}
	
	
	#recent-post-container {
	margin-bottom: 30px;
	}
	
	
	/*
		Single Project Page
	*/
	
	#project-title {
	margin-bottom: 20px;
	}
	
	#project-overview {
	font-size: 19px;
	line-height: 1.46;
	}
	
	#project-thumbnail {
	margin-bottom: 30px;
	}
	
	#about-label {
	margin-bottom: 10px;
	}
	
	#project-content a.cultivated-img {
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
	#project-content {
	font-size: 15px;
	line-height: 1.65;
	}
	
	.pull-quote {
	font-size: 26px;
	line-height: 1.2;
	margin-top: 30px;
	margin-bottom: 30px;
	}
	
	#project-sidebar {
	margin-top: 0;
	}
	
	.project-sidebar-section, .project-sidebar-section a {
	margin-bottom: 20px;
	font-size: 18px;
	}
	
	.project-sidebar-section h3 {
	font-size: 15px;
	margin-bottom: 4px;
	}
	
	
	#more-projects-container {
	padding-top: 60px;
	}
	
	/*
		Whiskey Friday page
	*/
	
	#whiskey-friday-main {
	padding-top: 40px;
	width: 428px;
	}
	
	.page-template-page-whiskey-php h1 {
	margin-bottom: 20px;
	}
	
	#whiskey-tagline {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1.6;
	}
	
	#whiskey-content {
	font-size: 16px;
	line-height: 1.6;
	-webkit-column-count: 1;
	-webkit-column-gap: 0;
	-moz-column-count: 2;
	-moz-column-gap: 24px;
	column-count: 1;
	column-gap: 0;
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	margin-top: 20px;
	padding: 20px 0;
	padding-bottom: 30px;
	}
	
	#whiskey-friday-email-list {
	font-size: 15px;
	text-transform: uppercase;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 4px;
	line-height: 1.6;
	margin-top: 60px;
	margin-bottom: 60px;
	}
	
	
	/*
		Author Page
	*/
	
	#author-page-titles, .search_message {
	margin-bottom: 20px;
	padding-bottom: 12px;
	}
	
	h1.author-heading {
	font-size: 23px;
	font-weight:700;
	}
	
	h2.author-sub-head {
	color: #00A0E7;
	font-size: 16px;
	}
	
	
	/*
		Search Page
	*/
	
	h1.search-title {
	font-size: 32px;

	}
	
	.search_message {
	font-size: 19px;
	}
	
	.search .news-title, .news-title a {
		font-size: 19px;
	}
	
	
	

}



/*      Mobile Layout: 480px
        Gutters: 0px
        Outer margins: 24px. 
---------------------------------------------
 */
@media only screen and (max-width: 479px) {
	.wrap {padding: 0 0; width: 272px;}
	.grid1 {width: 272px;}
	.grid2 {width: 272px;}
	.grid3 {width: 272px;}
	.grid4 {width: 272px;}
	.grid5 {width: 272px;}
	.grid6 {width: 272px;}
	.grid7 {width: 272px;}
	.grid8 {width: 272px;}
	.grid9 {width: 272px;}
	.grid10 {width: 272px;}
	.grid11 {width: 272px;}
	.grid12 {width: 272px;}
	.grid12-box {width: 270px;}

	.grid-half {width: 272px;}
	.grid-half-box {width: 270px;}


	.mobile-device #scroll-top-detector {
		height: 0px;
		display:none;
	}

	.mobile-device #absolute-to-fixed-bar {
		height: 0;
		display:none;
	}

	#breaking-news-container {
	padding: 15px 0px;
	font-size: 13px;
	}
	
	/*
		Header
	*/


	#link-arrow-right img {
	max-width: 20px;
	}
	
	#header-container {
	position: relative;

	}
	
	.home #header-container {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	margin-bottom: 60px;
	}
	
	
	#cultivated-logo #owl-head{
			-webkit-transition: opacity .4s ease-in-out;
					-moz-transition: opacity .4s ease-in-out;
			        -ms-transition: opacity .4s ease-in-out;
			        -o-transition: opacity .4s ease-in-out;
					transition: opacity .4s ease-in-out;
					
	}
	
	#cultivated-logo:hover #owl-head {

	background:url('img/owlface-eye-wink	.svg');
	
	}
		
	.home #cultivated-logo #owl-head{

				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
				filter: alpha(opacity=0);
				-moz-opacity: 0;
				-khtml-opacity: 0;
				opacity: 0;
	}
	
	
	.home.mobile-menu-active #cultivated-logo #owl-head{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1.0;
		-khtml-opacity: 1.0;
		opacity: 1.0;
	}
	
	.scrolled-enough-for-menu .home #header-container {
	
	}
	
	#header-inner{
		width:100%;
	}
	
	header.logo {
	width: 272px;
	margin-left: auto!important;
	display: block;
	position: relative;
	margin-right: auto!important;
	float: none;
	}
	
	#access {
	position: relative;
	padding: 0;
	top: 0;
	display: block;
	width: 100%;
	margin-right: 0px;
	
	}
	
	
	
	
	#mobile-menu-button-container {
	position: absolute;
	right: 0px;
	top: 11px;
	}
	
	#mobile-menu-button {
	background: url('img/mobile-menu-button.svg');
	width: 40px;
	height: 30px;
	cursor: pointer;
	position: relative;
	z-index: 10;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-repeat: no-repeat;
	background-position: 10px 6px;
	top: -6px;
	left: 9px;
	}
	
	.mobile-menu-active #mobile-menu-button {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;

	}
	
	#mobile-menu-close-button {
	background: url('img/close-button.svg');
	height: 40px;
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
	background-size: 20px;
	z-index: 5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	top: -11px;
	left: 10px;
	}
	
	.mobile-menu-active #mobile-menu-close-button {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1.0;
		-khtml-opacity: 1.0;
		opacity: 1.0;
	z-index: 20;
	}
	
	
	#header-mobile-shadow{
		position:relative;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-webkit-transition: all .4s ease-in-out;
				-moz-transition: all .4s ease-in-out;
		        -ms-transition: all .4s ease-in-out;
		        -o-transition: all .4s ease-in-out;
				transition: all .4s ease-in-out;
	}
	
	.mobile-menu-active #header-mobile-shadow{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1.0;
		-khtml-opacity: 1.0;
		opacity: 1.0;
	}
	
	
	#menu-cw-menu {
	width: 100%;
	border-bottom: 1px solid #BBE6F4;
	margin: 0 auto;
	}
	
	#menu-cw-menu ul {
		text-indent: 0;
	}
	
	#menu-cw-menu {
	height: auto!important;
	overflow: hidden;
	}
	
	#access.menu-open {
	width: 100%;
	}
	
	.cultivated-menu {
	height: 0px;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	position: relative;
	width: 100%;
	background: white;
	
	}
	
	.mobile-menu-active .cultivated-menu {
		padding-bottom: 109px;
		height:480px;
		-webkit-transition: all .4s ease-in-out;
				-moz-transition: all .4s ease-in-out;
		        -ms-transition: all .4s ease-in-out;
		        -o-transition: all .4s ease-in-out;
				transition: all .4s ease-in-out;
	}
	
	.home #cultivated-logo {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	}
	
	.home #access {
	position: relative;
	top: 0;
	}
	
	
	#cw-type-container {
	display: none;
	}
	
	#menu-cw-menu li {
	display: block;
	padding: 0;
	margin-left: 0;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #BBE6F4;
	height:78px;
	padding-top:19px;
	}
	
	#menu-cw-menu li.search-button {
	border-bottom: 0px ;
	}
	
	
	
	#menu-cw-menu li a {
	font-size: 30px;
	display:block;
	}
	
	.search-button.menu-item a {
	width: 100%;
	height: 100%;
	}
	
	.search-button.menu-item {
	position: relative;
	background-size: 38px;
	background-position-y: 19px;
	background-position-x: 135px;
	}
	
	
	#search-container #close-button {
	top: 40px;
	}
	
	input#s {
	font-size: 39px;
	}
	
	.follow-link {
	display: inline-block;
	margin-left: 0px!important;
	}
	
	#follow-inner, #search-inner {
	top: -50%;
	padding-top: 24px;
	width: 100%;
	height:auto;
	}
	
	#follow-container, #search-container{
		width:100%;
			position: relative;
		overflow:scroll;
	}
	
	#follow-inner, #search-inner{
		width:272px;
		margin:0 auto;
	}
	
	.follow-row {
	width: 100%;
	}
	
	#follow-facebook.follow-row, #follow-twitter.follow-row, #follow-google.follow-row {
		width:84px;
	}
	
	
	input#newsletter-follow-input {
	height: 93px;
	font-size: 34px;
	padding-left: 93px;
	top: -12px;
	}
	
	#facebook-follow-icon, #twitter-follow-icon, #google-follow-icon{
		margin-bottom:10px;
	}
	
	#follow-twitter iframe{
		margin-left:10px;
	}
	
	#google-twitter iframe{
		margin-left:6px;
	}
	
	.main-follow-icon {
	height: 78px;
	width: 78px;
	margin-right: 11px;
	}
	
	#follow-email-link a {
	font-size: 20px;
	font-weight: 400;
	}
	
	#follow-email-link {
	top: -20px;
	}
	
	#follow-email-link br {
	display: block;
	}
	
	#social-media-follow .follow-row {
	margin-left: 10px;
	}
	
	.follow-vertical-border-container {
	display: none;
	}
	
	#social-media-follow {
	width: 100%;
	}
	
	.follow-icon-link{
		display:inline-block;
		padding-bottom:10px;
	}

	
	.follow-heading {
	font-size: 24px;
	padding-right: 0px;
	padding-top: 10px;
	height: 60px;
	}
	
	#follow-whiskey {
	width: 100%;
	border-bottom: 1px dotted #BBE6F4;
	padding-bottom: 18px;
	margin-bottom:20px;
	}
	
	#follow-newsletter {
	border-bottom: 1px dotted #BBE6F4;
	}
	
	#whiskey-friday-text-2 {
	font-size: 34px;
	top: -24px;
	}
	
	.follow-transparency-container {
	width: 100%;
	}
	
	html.overlay-active, .overlay-active body{
		overflow:hidden;
	}
	
	
	/*
		Home Page
	*/
	
	#home-page-logo {
	width: 100%;
	margin-bottom: 20px;
	}
	
	#home-page-tagline {
		padding-top: 60px;
		font-size: 17px;
		margin-bottom: 60px;
	}
	input#homepage-newsletter-input-top{
	     font-size: 1em;

	}

	#home-page-tagline-inner input[type=submit]{
	    font-size: .75em;
	}
	
	#home-page-tagline-inner div.wpcf7-response-output {
	    font-size: .75em;
	}
	
	#home-page-tagline br {display:none}
	
	
	#home-page-tagline-container #section-arrow-container{
		padding-top: 10px;
		margin-bottom: 0;
	}
	
	#services-info-sidebar {
	position: relative;
	height: auto;
	margin:0px;
	width:100%;
	}
	
	#sidebar-icon-container {
	display: none;
	}
	
	#services-info-sidebar-container {
	padding: 0px 0px 0 0px;
	}
	
	#services-info-sidebar.sidebar-fixed {
	position: relative;
	top: 0px;
	}
	
	.sidebar-project-link {
	position: relative;
	font-size: 13px;
	margin-top: 50px;
	bottom:0px;
	}
	
	.sidebar-section-header {
	font-size: 26px;
	line-height: 1.23;
	margin-bottom: 30px;
	}
	
	.sidebar-section-subtext {
	font-size: 18px;
	color: #003B3F;
	line-height: 1.43;
	}
	
	.section-panel-text {
	position: relative;
	padding: 64px 30px 64px 30px;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	}
	
	#our-services-inner{
		width:100%;
	}
	
	#our-services-container.panel1 #services-info-sidebar{
	background: none!important;
	width: 100%;
	}
	
	#sidebar-panel-1{
		background-color:rgba(0,182,195,.9);
	}
	
	#sidebar-panel-2{
		background-color:rgba(98,203,255, 0.9);
	}
	
	#sidebar-panel-3{
		background-color:rgba(255, 236, 191, 0.9);
	}
	
	#sidebar-panel-4{
		background-color:rgba(147, 208, 233, 0.9);
	}
	
	#section-arrow-container {
	position: relative;
	bottom: 20px;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 55px;
	}
	
	#section-arrow-container img{
		width:16px;
	}
	
	.approach-link {
		font-size: 14px;
		padding-bottom: 0px;

	}
	
	#above-text {
		font-size: 21px;
		line-height: 1;
	}
	
	#blog-description .blog-title {
	font-size: 93px;
	}
	
	#blog-description .blog-subtitle {
	font-size: 22px;
	text-align: center;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	}
	
	.home #blog-description {

	height: auto;
	}
	
	
	#home-page-newsletter {
	height: auto;
	}
	
	#newsletter-copy, #clue-text {
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
	}
	
	img#search-clue-image {
	    max-width: 272px;
	}	
	
	#newsletter-homepage-envelope {
	position: absolute;
	top: 19px;
	width: 22px;
	}
	
	.sidebar-section-subtext .wpcf7-form-control-wrap {
	    height: 26px;
	}
	.sidebar-section-subtext input[type=submit] {
	    height: 26px;
		font-size:16px;
		padding: 3px 13px 0 13px;
	}
	
	
		
	input#homepage-newsletter-input {
	    height: 26px;
	    font-size: 16px;
	    padding-top: 3px;
	    padding-left: 17px;
	}
	
	#home-newsletter-inner input[type=submit] {
		position: absolute;
		right: 0px;
		height: auto;
		border: 0px;
		font-size: 17px;
		padding: 2px 20px 0 20px;
		background: #E49401;
		top: 0px;
	}
	
	#home-newsletter-inner {
	margin-bottom: 60px;
	}
	
	#home-newsletter-inner .wpcf7-form-control-wrap {
	height: auto;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	}
	
	#home-newsletter-inner .wpcf7-response-output {
	padding-left: 0;
	font-size: 11px;
	top: -3px;
	text-align: left;
	margin: 0px;
	}
	
	.home-header-container {
	position: relative;
	top: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	}

	#recent-work-container .recent-image{
		margin-bottom:20px;
	}
	
	.recent-work-sample h3.recent-title{
		font-size: 20px;
	}

	#recent-work-inner{
		margin-bottom:40px;
	}
	
	#desktop-text-container{
		visibility:hidden;
		display:none;
	}
	
	#mobile-text-container{
		visibility:visible;
		display:block;
	}
	
	.recent-work-sample .recent-short-description {
		font-size: 20px;
		margin-bottom:18px;
		padding: 0 0px;
	}
	
	.section-link-container {
	position: relative;
	bottom: 0;
	margin-bottom: 40px;
	}
	
	.roulette-text {
	border-bottom: 0px solid #C5D65D;
	font-size: 24px;
	}
	
	#roulette-text-1 {
	width: auto;
	}
	
	#roulette-text-2 {
	width: auto;
	}
	
	#roulette-text-3 {
	width: auto;
	}
	
	#roulette-text-4 {
	width: auto;
	}
	
	#roulette-text-5 {
	width: auto;
	}
	
	#roulette-text-6 {
	width: auto;
	}
	
	.learn-more-link {
		font-size: 14px;
	}
 	
	a#randomize-roulette, a#reset-roulette{
		display:none;
	}	
	
	
	#above-below-container {
	margin-top: 60px;
	margin-bottom: 60px;
	}
	

	.background-video{
		display:none;
	}
	
	.not-mobile-device #our-services-container #sidebar-panel-1, .not-mobile-device #our-services-container #sidebar-panel-2, .not-mobile-device #our-services-container #sidebar-panel-3, .not-mobile-device #our-services-container #sidebar-panel-4 {
	top: 0px;
	}
	
	.not-mobile-device #our-services-container #sidebar-panel-1, .not-mobile-device #our-services-container #sidebar-panel-2, .not-mobile-device #our-services-container #sidebar-panel-3, .not-mobile-device #our-services-container #sidebar-panel-4 {
	top: 0px;
	}
	
	#about-us-copy {
	font-size: 24px;
	}
	
	.blog-circle, .circle-image-container {
	height: 272px;
	width: 272px;
	}
	
	#blog-description.blog-circle {
	font-size: 24px;
	padding: 45px 20px;
	}
	
	.featured-post h3.recent-title {
	font-size: 20px;
	margin-bottom: 10px;
	}
	
	.featured-post{
		margin-bottom:24px;
	}
	
	.featured-post .recent-image {
	margin-bottom: 0;
	}
	
	.featured-post .dividing-line {
	margin: 0 auto 10px;
	}
	
	.featured-post .post-date {
	font-size: 13px;
	}
	
	.featured-post .recent-info-inner {
	position: relative;
	height: auto;
	width: 100%;
	}
	
	.featured-post .recent-title {
	padding: 25px 20px 20px 20px;
	font-size: 16px;
	}
	
	#section4-mobile-form{
		height:0px;
		-webkit-transition: all .5s ease-in-out;
				-moz-transition: all .5s ease-in-out;
		        -ms-transition: all .5s ease-in-out;
		        -o-transition: all .5s ease-in-out;
				transition: all .5s ease-in-out;
				overflow:hidden;
	}
	
	#section4-inner-mobile-form{
		position:relative;
	}
	
	#mobile-question-0-1, #mobile-question-0-2{
		position:absolute;
		top:0;
		z-index:0;
	}
	
	#mobile-question-0-1 .question-header, #mobile-question-0-2 .question-header{
		font-size: 18px;
		text-transform:none;
	}
	
	#section4-inner-mobile-form #question-0 .question-header{
		font-size:19px;
	}
	
	#section4-enter-question{
		margin-bottom:50px;
	}
	
	#section4-mobile-form.open-form{
		height:auto;
	}
	
	#question-0 .section4-selections {
	height: 130px;
	width: 100%;
	}
	
	.question-header {
	margin-bottom: 12px;
	}
	
	#question-0{
		margin-bottom:80px;
	}
	
	a#first-yes {
	background: url('img/yes-button.svg');
	width: 50px;
	height: 61px;
	background-repeat: no-repeat;
	position: absolute;
	left: 37px;
	top: 36px;
	background-size: 50px;
	}
	
	a#first-no {
	background: url('img/no-button.svg');
	width: 50px;
	height: 61px;
	background-repeat: no-repeat;
	position: absolute;
	left: 182px;
	top: 36px;
	background-size: 50px;
	}
	
	#question-0 .yes-no-circle-inner {
	height: 50px;
	width: 50px;
	-webkit-border-radius: 33px;
	border-radius: 33px;
	position: relative;
	background: #1F1F1F;
	background-image: url('img/yes-no-or.svg');
	background-repeat: no-repeat;
	background-position: 11px 13px;
	overflow: hidden;
	-webkit-box-shadow: inset 2px 2px 0px 3px rgba(0, 0, 0, 1);
	box-shadow: inset 2px 2px 0px 3px rgba(0, 0, 0, 1);
	text-align: center;
	padding: 5px;
	background-size: 29px;
	}
	
	#question-0 .yes-no-circle-container {
	height: 60px;
	width: 60px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background: #2B2B2B;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
	padding: 5px;
	}
	
	#question-0 .yes-no-divider-container {
	height: 100%;
	width: 6px;
	overflow: visible;
	background: #2B2B2B;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -3px;
	}
	
	#section4-container input, #section4-container textarea {
	font-size: 20px;
	}
	
	.question-container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-left: 0px;
	left: 0;
	top: 0;
	z-index: 1;
	}
	
	#whiskey-friday-inner {
	font-size: 28px;
	letter-spacing: -1px;
	height: 47px;
	}
	
	#whiskey-friday-title-1 a {
	margin-left: -3px;
	}
	
	#whiskey-friday-title-2 a {
	margin-right: -3px;
	}
	
	.whiskey-bottle-centered {
	height: 34px;
	width: 34px;
	margin: 0 10px;
	top: 6px;
	}
	
	
	#footer-communicate .force-break {
	width: 0px;
	display: inline-block;
	}
	
	#footer-inner{
		padding:30px 0;
	}
	
	
	.footer-column {
	height: auto;
	width:100%;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 20px!important;
	
	}
	
	.footer-column-inner {
	padding-left: 0px;
	border-left: 0px solid #121010;
	}
	
	footer h3 {
	font-size: 17px;
	margin-bottom: 9px;
	}
	
	#email-name {
	font-size: 19px;
	line-height: 1;
	}
	
	#email-name a {
	font-size: 17px;
	}

	.social-link {
	height: 55px;
	width: 55px;
	margin-right:13px;
	}
	
	#footer-social .follow-facebook, #footer-social .follow-twitter, #footer-social .follow-fourth, #footer-social .follow-whiskey    {
		background-size: 55px;
	}
	
	#footer-newsletter input#newsletter-input {
	height: 36px;
	font-size: 38px;
	letter-spacing: 0px;
	}
	
	
	
	/*
		Projects Page
	*/
	
	#project-page-description {
		font-size: 13px;
	}
	
	#work-categories-container {
	margin-top: 30px;
	margin-bottom: 30px;
	}
	
	#work-categories-container {
	margin-top: 30px;
	margin-bottom: 50px;
	}
	
	
	.work-post{
		margin-bottom:30px;
	}
	
	.work-post .recent-title {
	font-size: 22px;
	}
	
	
	
	/*
		About Page
	*/
	
	
	h1#we-make-fun {
		font-size: 39px;
	}
	
	h1#we-make-fun .char1, h1#we-make-fun .char2, h1#we-make-fun .char3, h1#we-make-fun .char4, h1#we-make-fun .char5, h1#we-make-fun .char6, h1#we-make-fun .char7, h1#we-make-fun .char8, h1#we-make-fun .char9, h1#we-make-fun .char10, h1#we-make-fun .char11 {
	margin-left: 0!important;
	}
	
	#about-us-header-image {
	margin-bottom: 26px;
	}

	#about-us-main {
	margin-bottom: 30px;
	}
	
	#about-us-main-copy {
	font-size: 18px;
	}
	
	h2#about-us-header {
	font-size: 20px;
	margin-bottom: 5px;
	}
	
	#stories-copy, #products-copy, #cultivated-wit-copy {
	margin-bottom: 28px;
	font-size: 15px;
	}
	
	#about-us-sub-copy h3 {
	font-size: 20px;
	margin-bottom: 5px;
	}
	
	#crew-photos-container h3 {
	font-size: 28px;
	margin-bottom: 10px;
	}
	
	.crew-name, .crew-name a {
	font-size: 19px;
	}
	
	.crew-title {
	font-size: 16px;
	margin-bottom: 13px;
	}
	
	.crew-description {
	font-size: 15px;
	line-height: 1.7;
	}


	.crew-member{
		margin-bottom:60px;
	}
	
	#crew-photos-container {
	margin-bottom: 0px;
	}
	
	h2#c-and-c-title {
	font-size: 25px;
	margin-bottom: 20px;
	}
	
	
	#clients-container, #collabs-container, #inspire-container{
		width:100%;
		margin-bottom:30px;
	}
	
	
	#clients-collaborators-container h3 {
	font-size: 20px;
	margin-bottom: 10px;
	}
	
	#clients-collaborators-container .likers-link a {
	font-size: 15px;
	}
	
	
	
	/*
		Blog Page
	*/
	
	#neat-title {
	font-size: 125px;
	margin-right: 0px;
	}
	
	#neat-subtitle {
	font-size: 20px;
	width: 100%;
	padding-top: 9px;
	}
	
	#neat-subtitle .roulette-text {
	font-size: 20px;
	width: auto;
	text-align: left;
	}
	
	.news-title, .news-title a {
	font-size: 20px;
	min-height: 0;
	
	}
	
	.article-excerpt {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 15px;
	}
	
	a.excerpt-link {
	font-size: 14px;
	display: block;
	margin-top:16px;
	text-align:right;
	}
	
	.post-meta .share-article-container {
	float: right;
	}
	
	.post.type-post {
	margin-bottom: 40px;
	}
	
	#nav-below .grid8{
		width:100%;
	}
	
	#older-nav {
	float: right;
	}
	
	.blog #right-sidebar{
		display:none;
	}
	
	
	.sidebar-share-section{
		margin-right:18px;
	}
	
	/*
		Single Post Page
	*/
	
	.single-format-standard .news-title, .single-format-standard .news-title a {
	margin-bottom: 5px;
	}
	
	#main-content {
	margin-top: 20px;
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.6;
	overflow:hidden;
	}
	
	.post-thumbnail {
	margin-bottom: 20px;
	}
	
	.single-format-standard .post.type-post {
	margin-bottom: 0;
	}
	
	.single-format-standard #right-sidebar {
	margin-top: 0;
	}
	
	.single-format-standard #sidebar-author-name {
	display:none;
	}
	
	#nav-below{
		border-bottom: 1px dotted #BFBFBF;
	}
	
	.sidebar-section {
	padding-bottom: 0px;
	margin-bottom: 0;
	}
	
	#wpcf7-f1611-p1405-o1{
		display:none;
	}
	
	.single-format-standard	#sidebar-author{
		margin-top:10px;
	}
	
	.sidebar-header {
	margin-bottom: 16px;
	}
	
	.featured-date {
	font-size: 13px;
	}
	
	#sidebar-featured-articles .featured-title {
	font-size: 17px;
	}
	
	#sidebar-featured-articles .featured-author {
	font-size: 16px;
	}
	
	#sidebar-featured-articles .featured-blog-post {
	margin-bottom: 35px;
	}
	
	.contributor {
	font-size: 16px;
	}
	
	
	#recent-post-container {
	margin-bottom: 30px;
	}
	
	
	/*
		Single Project Page
	*/
	
	#project-title {
	margin-bottom: 20px;
	}
	
	#project-overview {
	font-size: 19px;
	line-height: 1.46;
	}
	
	#project-thumbnail {
	margin-bottom: 30px;
	}
	
	#about-label {
	margin-bottom: 10px;
	}
	
	#project-content a.cultivated-img {
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
	#project-content {
	font-size: 15px;
	line-height: 1.65;
	}
	
	.pull-quote {
	font-size: 26px;
	line-height: 1.2;
	margin-top: 30px;
	margin-bottom: 30px;
	}
	
	#project-sidebar {
	margin-top: 0;
	}
	
	.project-sidebar-section, .project-sidebar-section a {
	margin-bottom: 20px;
	font-size: 18px;
	}
	
	.project-sidebar-section h3 {
	font-size: 15px;
	margin-bottom: 4px;
	}
	
	
	#more-projects-container {
	padding-top: 60px;
	}
	
	/*
		Whiskey Friday page
	*/
	
	#whiskey-friday-main {
	padding-top: 40px;
	}
	
	.page-template-page-whiskey-php h1 {
	margin-bottom: 20px;
	}
	
	#whiskey-tagline {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1.6;
	}
	
	#whiskey-content {
	font-size: 16px;
	line-height: 1.6;
	-webkit-column-count: 1;
	-webkit-column-gap: 0;
	-moz-column-count: 2;
	-moz-column-gap: 24px;
	column-count: 1;
	column-gap: 0;
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	margin-top: 20px;
	padding: 20px 0;
	padding-bottom: 30px;
	}
	
	#whiskey-friday-email-list {
	font-size: 15px;
	text-transform: uppercase;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 4px;
	line-height: 1.6;
	margin-top: 60px;
	margin-bottom: 60px;
	}
	
	
	/*
		Author Page
	*/
	
	#author-page-titles, .search_message {
	margin-bottom: 20px;
	padding-bottom: 12px;
	}
	
	h1.author-heading {
	font-size: 23px;
	font-weight:700;
	}
	
	h2.author-sub-head {
	color: #00A0E7;
	font-size: 16px;
	}
	
	
	/*
		Search Page
	*/
	
	h1.search-title {
	font-size: 32px;

	}
	
	.search_message {
	font-size: 19px;
	}
	
	.search .news-title, .news-title a {
		font-size: 19px;
	}

	
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0;}
