/*
Theme Name: Evercontact Blog
Theme URI: http://blog.evercontact.com/
Author: lamarche@kwaga.com, jack@onemore.company
Author URI: http://onemore.company
Description: Theme for Evercontact Blog
Version: 2.0
*/


/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}


/*@font-face {
	font-family: 'Montserrat';
	src: url( 'font-face/montserrat-extralight.woff2' ) format( 'woff2' ),
			 url( 'font-face/montserrat-extralight.woff' ) format( 'woff' );
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url( 'font-face/montserrat-light.woff2' ) format( 'woff2' ),
			 url( 'font-face/montserrat-light.woff' ) format( 'woff' );
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url( 'font-face/montserrat-regular.woff2' ) format( 'woff2' ),
			 url( 'font-face/montserrat-regular.woff' ) format( 'woff' );
	font-weight: 400;
	font-style: normal;
}*/


/* WordPress formatting */
.aligncenter,
.alignleft,
.alignright{
	display: block;
	margin: 0 auto 20px;
}


/* basics */
*,
*:before,
*:after,
input[ type="search" ]{
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body{
	padding-top: 168px;
	background-color: #fff;
  color: #4a4a4a;
  font: 200 16px/24px 'Nunito', sans-serif;
  text-rendering: optimizeLegibility;
}
.menu-open{
  overflow: hidden;
}
h1,
h2,
h3{
	font-weight: 600;
  font-family: 'Hind', sans-serif;
}
h1{
  font-size: 26px;
  line-height: 31px;
}
h2{
  font-size: 24px;
  line-height: 29px;
}
h3{
	font-size: 21px;
  line-height: 26px;
	/*font-size: 30px;
  line-height: 36px;*/
}
p{
  margin: 0 0 24px;
}
ul,
ol,
h1,
h2,
h3,
h4,
figure{
  margin: 0;
  padding: 0;
}
a{
  color: #9b9b9b;
  text-decoration: none;
}
a.evercontact:hover,
p a:hover,
.blog-content h2 a:hover,
.blog-content h3 a:hover,
.sidebar a:hover,
.blog-meta a:hover,
.blog-nav a:hover{
  opacity: .7;
}
a.evercontact:active:hover,
p a:active:hover,
.blog-content h2 a:active:hover,
.blog-content h3 a:active:hover,
.sidebar a:active:hover,
.blog-meta a:active:hover,
.blog-nav a:active:hover{
	opacity: 1;
}
button{
	padding: 0;
	border: none;
  font: 200 18px/22px 'Nunito', sans-serif;
}
button::-moz-focus-inner{
	padding: 0;
	border: 0;
}
img{
  max-width: 100%;
  height: auto;
}
input,
textarea,
select{
	padding: 0 20px;
  border: 1px solid #9b9b9b;
	-moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  outline: none;
	font-weight: 300;
  font-family: 'Nunito', sans-serif;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus{
  border-color: #eee;
}
input,
select{
  height: 50px;
  line-height: 50px;
}
input[ type="submit" ]{
	border: none;
}
textarea{
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 24px;
}
::-moz-selection{
  background-color: rgba( 99, 180, 181, .3 );
}
::selection{
  background-color: rgba( 99, 180, 181, .3 );
}
.placeholder{
  color: #9b9b9b;
  font-weight: 200;
}
:-ms-input-placeholder{
  color: #9b9b9b;
  font-weight: 200;
}
:-moz-placeholder{
  color: #9b9b9b;
  font-weight: 200;
  opacity: 1;
}
::-moz-placeholder{
  color: #9b9b9b;
  font-weight: 200;
  opacity: 1;
}
::-webkit-input-placeholder{
  color: #9b9b9b;
  font-weight: 200;
}
a,
input,
textarea,
button,
select,
.menu span,
.menu span:before,
.menu span:after,
.triangle-down,
header.site .row .drop,
button.close:hover:before,
button.close:hover:after{
	-o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}


/*divers */
/*
.background-green {
	background-color: rgb(0, 139, 139);
	color: white;
}

a.background-green-link, a:hover.background-green-link {
	color: white;
	text-decoration: underline;
}
#iKnowModal .modal-header{
	border-bottom: none;
}
#iKnowModal .get-started{
	text-align: center;
}
#iKnowModal .get-started input[ type="submit" ]{
	margin-bottom: 30px;
}
*/


/* -- NEW -- */
/* grid */
.row{ max-width: 1200px; padding: 0; margin: 0 auto; overflow: hidden; }
.inset-row{ margin-left: -15px; margin-right: -15px; }
.col-xs-0, .col-sm-0, .col-md-0, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{ position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.col-xs-0, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{ float: left; }
.col-xs-12{ width: 100%; }
.col-xs-11{ width: 91.66666666666666%; }
.col-xs-10{ width: 83.33333333333334%; }
.col-xs-9{ width: 75%; }
.col-xs-8{ width: 66.66666666666666%; }
.col-xs-7{ width: 58.333333333333336%; }
.col-xs-6{ width: 50%; }
.col-xs-5{ width: 41.66666666666667%; }
.col-xs-4{ width: 33.33333333333333%; }
.col-xs-3{ width: 25%; }
.col-xs-2{ width: 16.666666666666664%; }
.col-xs-1{ width: 8.333333333333332%; }
.col-centered{ float: none; margin: 0 auto; }


/* general */
.rounded-btn{
  display: inline-block;
  height: 50px;
  padding: 0 18px;
	-moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-weight: 400;
  line-height: 50px;
}
.rounded-btn:hover,
.rounded-btn:active{
	color: #fff;
}
.bg-teal,
.exit-overlay input[ type="submit" ]{
  background-color: #63b4b5;
  background-image: -moz-linear-gradient( left, rgba( 148, 220, 255, 0 ), rgba( 148, 220, 255, 1 ) );
  background-image: -webkit-linear-gradient( left, rgba( 148, 220, 255, 0 ), rgba( 148, 220, 255, 1 ) );
  background-image: linear-gradient( to right, rgba( 148, 220, 255, 0 ), rgba( 148, 220, 255, 1 ) );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0094dcff', endColorstr='#94dcff', GradientType=1 );
  background-repeat: repeat-y;
  background-position: 150% 0;
  background-size: 0% 100%;
}
.bg-teal:hover,
.exit-overlay input[ type="submit" ]:hover{
	background-position: 100% 0;
	background-size: 100% 100%;
}
.bg-teal:active,
.exit-overlay input[ type="submit" ]:active{
	background-color: #489192;
}
.bg-pink{
  background-color: #fb7981;
}
/*.rounded-btn.bg-teal:hover,*/
.rounded-btn.bg-pink:hover{
  background-color: #4a4a4a;
  color: #fff;
}
header.site{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 68px;
  font-weight: 600;
  font-size: 16px;
  line-height: 67px;
}
header.site:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-bottom: 1px solid #d7d7d7;
  background-color: #fff;
}
header.site > .row{
  position: relative;
  z-index: 3;
  height: 67px;
  padding: 0 15px;
  overflow: visible;
}
a.evercontact{
  display: block;
  float: left;
  width: 180px;
  height: 40px;
  margin-top: 14px;
  background-image: url( img/evercontact@2x.png );
  background-size: 100% 100%;
}
header.site > .row > ul{
  display: none;
  float: right;
}
header.site .row li{
  position: relative;
  display: inline-block;
}
header.site .row li:first-child{
  margin-left: 0;
}
header.site .row a,
header.site .row button{
  display: inline-block;
  padding: 0 15px;
  color: #4a4a4a;
}
header.site .row a,
header.site .row .account > button{
  position: relative;
  z-index: 2;
  background-color: #fff;
}
header.site .row button{
  outline: none;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}
header.site .row .account > button{
  padding-right: 31px;
  line-height: 67px;
	-moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
header.site a:hover,
header.site button:hover,
header.site .row a.active{
  color: #63b4b5;
}
header.site button:hover .triangle-down{
  border-top-color: #63b4b5;
}
header.site.sign-in .row .account > button{
  background-color: #63b4b5;
  color: #fff;
}
.triangle-down{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
}
.overlay .triangle-down{
  right: 0;
  border: 7px solid transparent;
  border-top-color: #4a4a4a;
  border-bottom-width: 0;
}
header.site .row .triangle-down{
  right: 15px;
  border: 5px solid transparent;
  border-top-color: #4a4a4a;
  border-bottom-width: 0;
}
header.site.sign-in .row button:hover .triangle-down,
header.site.sign-in .row .triangle-down{
  border-top-color: #fff;
}
header.site.sign-in .triangle-down{
	-ms-transform: rotate( 180deg );
	-webkit-transform: rotate( 180deg );
	transform: rotate( 180deg );
}
header.site .row .drop{
  position: absolute;
  top: 100%;
  right: 0;
  border: 1px solid #d7d7d7;
  line-height: 44px;
  white-space: nowrap;
	-ms-transform: translateY( -100% );
	-webkit-transform: translateY( -100% );
	transform: translateY( -100% );
}
header.site.sign-in .row .drop{
	-ms-transform: translateY( 0% );
	-webkit-transform: translateY( 0% );
	transform: translateY( 0% );
}
.overlay .drop{
  /*display: none;*/
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  padding: 17px 0 35px;
  margin-top: 18px;
  /*background-color: #f9f9fa;*/
  /*background-color: #d7d7d7;*/
  background-color: #63b4b5;
  opacity: 0;
	-o-transition: opacity 200ms ease-out;
  -ms-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.overlay .drop a,
.overlay .drop a:hover,
.overlay .drop button,
.overlay .drop button:hover{
  color: #fff;
}
header.site.sign-in .overlay .drop{
  z-index: 0;
  opacity: 1;
  /*display: block;*/
}
header.site.sign-in .overlay-sign-in/*,
header.site.sign-in .overlay-sign-in .triangle-down:before*/{
  color: #fb7981;
}
header.site.sign-in .overlay-sign-in .triangle-down{
  border-top-color: #fb7981;
}
header.site .row .drop li{
  display: block;
  margin: 0;
}
.overlay .drop li:first-child{
  margin-top: 0;
}
header.site .row .drop a,
header.site .row .drop button{
  background-color: #f9f9fa;
}
header.site .row .drop a:hover,
header.site .row .drop button:hover{
  background-color: #d7d7d7;
  color: #4a4a4a;
}
header.site .row .drop a,
header.site .row .drop button{
  width: 100%;
}
header.site .row .drop button{
  line-height: 44px;
}
footer.site{
  position: relative;
  padding: 24px 0 87px;
  color: #9b9b9b;
  font-weight: 200;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
footer.site > .row{
  padding: 0 15px;
}
footer.site .one-more-company{
  position: absolute;
  right: 0;
  bottom: 37px;
  left: 0;
  height: 26px;
}
footer.site .made-in-ny{
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  background-image: url( img/made-in-ny-sm@2x.png );
  background-size: 100% 100%;
}
footer.site li{
  display: inline-block;
  list-style: none;
  vertical-align: top;
}
footer.site .local{
  margin: 0 0 26px -48px;
}
footer.site .local li{
  margin: 0 0 10px 48px;
}
footer.site a{
  text-transform: uppercase;
}
.footer-social li{
  margin-left: 46px;
}
.footer-social li:first-child{
  margin-left: 0;
}
.footer-social a{
	position: relative;
	display: inline-block;
	width: 26px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
}
.footer-social a.facebook{
	background-image: url( img/sm-facebook@2x.png );
	background-size: 12px 20px;
}
.footer-social a.twitter{
	background-image: url( img/sm-twitter@2x.png );
	background-size: 26px 20px;
}
.footer-social a.rss{
	background-image: url( img/sm-rss@2x.png );
	background-size: 20px 20px;
}
/*.footer-social a > span{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
}
.footer-social .image-d{
  display: none;
}*/
.get-started{
	text-align: center;
}
.single-promo .get-started input[ type="email" ]{
	width: 320px;
	max-width: 100%;
	margin-bottom: 30px;
	color: #4a4a4a;
}
.get-started input[ type="submit" ]{
	display: block;
	width: 140px;
	margin: 0 auto;
}


/* mobile menu */
.overlay{
	position: fixed;
	top: 0;
	left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  background-color: rgba( 238, 238, 238, .8 );
  line-height: 29px;
  text-align: center;
  opacity: 0;
  overflow: auto;
	-o-transition: opacity 400ms ease-out;
  -ms-transition: opacity 400ms ease-out;
  -moz-transition: opacity 400ms ease-out;
  -webkit-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}
.menu-open .overlay{
	opacity: 1;
}
.show-overlay{
  right: 0;
	bottom: 0;
  width: auto;
  height: auto;
  z-index: 1;
}
.overlay .wrap-links{
  background-color: rgba( 255, 255, 255, .8 );
	-ms-transform: translateY( -100% );
	-webkit-transform: translateY( -100% );
	transform: translateY( -100% );
	-o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.overlay .wrap-links.on{
	-ms-transform: translateY( 0% );
	-webkit-transform: translateY( 0% );
	transform: translateY( 0% );
}
.overlay .wrap-links > ul{
  padding: 73px 0 40px;
}
.overlay li{
  list-style: none;
  margin-top: 35px;
}
.overlay a,
.overlay button{
  color: #4a4a4a;
  font-weight: 300;
  font-size: 24px;
}
/*.overlay a:hover,
.overlay button:hover{
  color: #fb7981;
}*/
.overlay button{
  background-color: transparent;
  line-height: 34px;
  outline: none;
  cursor: pointer;
}
/*.overlay-sign-in*/
.overlay .account > button{
  position: relative;
  padding-right: 23px;
}
button.menu{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 30px;
	height: 20px;
	border: none;
	margin: auto 0;
	background-color: transparent;
	outline: none;
}
button.menu > span,
button.menu > span:before,
button.menu > span:after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	margin: auto;
	background-color: #c1c1c1;
}
button.menu:hover > span,
button.menu:hover > span:before,
button.menu:hover > span:after{
	background-color: #63b4b5;
}
.menu-open button.menu > span{
	background-color: transparent;
}
button.menu > span:before,
button.menu > span:after{
	content: '';
}
button.menu > span:before{
	-ms-transform: translateY( -9px );
	-webkit-transform: translateY( -9px );
	transform: translateY( -9px );
}
.menu-open button.menu > span:before{
	-ms-transform: translateY( 0 ) rotate( 45deg );
	-webkit-transform: translateY( 0 ) rotate( 45deg );
	transform: translateY( 0 ) rotate( 45deg );
}
button.menu > span:after{
	-ms-transform: translateY( 9px );
	-webkit-transform: translateY( 9px );
	transform: translateY( 9px );
}
.menu-open button.menu > span:after{
	-ms-transform: translateY( 0 ) rotate( -45deg );
	-webkit-transform: translateY( 0 ) rotate( -45deg );
	transform: translateY( 0 ) rotate( -45deg );
}


/* exit overlay */
.exit-overlay{
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 15px;
  background-color: rgba( 74, 74, 74, .23 );
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  opacity: 0;
  overflow-y: auto;
	-o-transition: opacity 200ms ease-out, z-index 1ms 200ms, width 1ms 200ms, height 1ms 200ms;
  -ms-transition: opacity 200ms ease-out, z-index 1ms 200ms, width 1ms 200ms, height 1ms 200ms;
  -moz-transition: opacity 200ms ease-out, z-index 1ms 200ms, width 1ms 200ms, height 1ms 200ms;
  -webkit-transition: opacity 200ms ease-out, z-index 1ms 200ms, width 1ms 200ms, height 1ms 200ms;
  transition: opacity 200ms ease-out, z-index 1ms 200ms, width 1ms 200ms, height 1ms 200ms;
}
.exit-overlay:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-right: -.25em;
}
.exit-overlay > div{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 700px;
	max-width: 100%;
	padding: 49px 65px 39px 50px;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
	-moz-box-shadow: 0 10px 20px rgba( 0, 0, 0, .1 );
  -webkit-box-shadow: 0 10px 20px rgba( 0, 0, 0, .1 );
  box-shadow: 0 10px 20px rgba( 0, 0, 0, .1 );
	background-color: #fff;
	text-align: left;
	overflow: hidden;
}
.exit-overlay h1{
	margin-bottom: 28px;
	font-size: 20px;
	line-height: 25px;
}
.exit-overlay form{
	position: relative;
	padding-right: 170px;
	margin-top: 29px;
}
.exit-overlay input[ type="email" ]{
	width: 100%;
}
.exit-overlay input[ type="submit" ]{
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-weight: 400;
	cursor: pointer;
}
.show-exit-overlay{
	overflow: hidden;
}
.show-exit-overlay .exit-overlay{
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 1;
	-o-transition: opacity 200ms ease-out;
  -ms-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
button.close{
  position: absolute;
	top: 25px;
	right: 25px;
  width: 30px;
	height: 22px;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
button.close:before,
button.close:after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #d7d7d7;
}
button.close:hover:before,
button.close:hover:after{
  background-color: #63b4b5;
}
button.close:before{
	-ms-transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
	transform: rotate( 45deg );
}
button.close:after{
	-ms-transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
	transform: rotate( -45deg );
}
.alert{
  margin-top: 20px;
	color: #fb7981;
}
.alert > div{
  display: none;
}
.alert a{
  position: relative;
  z-index: 1;
}
form.invalid .alert-invalid,
form.no-password-outlook .alert-no-password-outlook,
form.error .alert-error,
form.account-required .alert-account-required,
form.connection-fail .alert-connection-fail,
form.unsupported .alert-unsupported{
  display: block;
}
form.submitting:after{
  content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


/* blog */
.blog-content a{
	color: #63b4b5;
	text-decoration: underline;
}
.blog-content .rounded-btn{
	color: #fff;
	text-decoration: none;
}
/*.blog-content a:hover{
	color: #fb7981;
}*/
.blog-content > li{
	list-style: none;
	margin-top: 70px;
}
.blog-content > li:first-child{
	margin-top: 0;
}
.wp-post-image{
	margin-bottom: 24px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3{
	margin-bottom: 24px;
}
.blog-content h2{
	font-size: 36px;
  line-height: 42px;
}
body.single .blog-content h2{
	font-size: 24px;
	line-height: 29px;
}
body.single .blog-content h2:not( :first-child ),
body.single .blog-content h3:not( :first-child ){
	margin-top: 48px;
}
body.single .blog-content h2 + h3:not( :first-child ){
	margin-top: 0;
}
.blog-content h2 a,
.blog-content h3 a{
	color: #4a4a4a;
	text-decoration: none;
}
/*.blog-content h2 a:hover,
.blog-content h3 a:hover{
	color: #fb7981;
}*/
.blog-meta{
	margin-bottom: 24px;
	font-weight: 300;
}
.blog-meta a{
	text-decoration: none;
}
.blog-meta li{
	display: inline;
}
.blog-meta li:before{
	content: ' | ';
}
.blog-meta li:first-child:before{
	display: none;
}
.blog-content .content ul,
.blog-content .content ol{
	margin-left: 17px;
}
.blog-content .content li{
	margin-bottom: 24px;
}
.blog-nav{
	list-style: none;
	margin: 72px 0;
}
.blog-nav > li{
	display: inline;
}
.blog-nav > li:before{
	content: ' | ';
}
.blog-nav > li:first-child:before{
	display: none;
}
.sidebar{
	font-size: 16px;
	line-height: 22px;
}
.sidebar li{
	list-style: none;
}
.sidebar > ul > li{
	margin-bottom: 36px;
	overflow: hidden;
}
.sidebar > ul > li li,
.sidebar h2,
.sidebar h3{
	margin-bottom: 11px;
}
.sidebar h3{
	font-size: 18px;
	line-height: 22px;
}
.subscribe-rss{
	display: inline-block;
	padding-right: 20px;
	background-image: url( img/rss@2x.png );
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 14px 14px;
}
/*.subscribe-rss:hover{
	background-image: url( img/rss-o@2x.png );
}*/
form[ role="search" ] input[ type="search" ]{
	float: left;
	width: 100%;
}
form[ role="search" ] input[ type="submit" ]{
	float: left;
	width: 42px;
	border: none;
	margin-left: -42px;
	background-color: transparent;
	background-image: url( img/search@2x.png );
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
}
select.archive{
	width: 100%;
}
.single-promo{
	padding: 48px 30px 24px;
	margin-top: 48px;
	/*background-color: #63b4b5;*/
	background-image: url( img/single-promo@2x.jpg );
	background-position: center;
	background-size: cover;
	color: #fff;
}
.single-promo a{
	color: #fff;
}
.single-promo a:hover{
	color: #fff;
}
.noPasswordOutlook{
	display: none;
}
.comments{
	padding: 69px 0 82px;
}
.comments textarea{
	width: 100%;
	max-width: 100%;
	height: 160px;
	margin-bottom: 20px;
}
.comments input:not( [ type="submit" ] ){
	width: 100%;
	margin-bottom: 20px;
}
.comments form{
	margin-bottom: 48px;
}
.comments ol{
	margin-left: 17px;
}
.comments ol > li,
.comments .children > li{
	margin-top: 36px;
}
.comment-meta{
	font-size: 14px;
}
.comments .reply{
	margin-top: -12px;
	font-size: 14px;
}
.comments .children{
	margin-left: 17px;
}


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

	/* basics */
	body{
		background-color: #fff;
	}
	h1{
		font-size: 34px;
		line-height: 41px;
	}
	h2{
		font-size: 24px;
		line-height: 29px;
	}


	/* grid */
	.row{ width: 85%; }
	.col-sm-0, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{ float: left; }
	.col-sm-12{ width: 100%; }
	.col-sm-11{ width: 91.66666666666666%; }
	.col-sm-10{ width: 83.33333333333334%; }
	.col-sm-9{ width: 75%; }
	.col-sm-8{ width: 66.66666666666666%; }
	.col-sm-7{ width: 58.333333333333336%; }
	.col-sm-6{ width: 50%; }
	.col-sm-5{ width: 41.66666666666667%; }
	.col-sm-4{ width: 33.33333333333333%; }
	.col-sm-3{ width: 25%; }
	.col-sm-2{ width: 16.666666666666664%; }
	.col-sm-1{ width: 8.333333333333332%; }
	.col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1), .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1){ clear: none; }
	.col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1){ clear: left; }
	.col-centered{ float: none; margin: 0 auto; }


	/* general */
	header.site{
		position: fixed;
	}
	.get-started{
		text-align: left;
	}
	.single-promo .get-started input[ type="submit" ]{
		display: inline-block;
		/*margin-left: 45px;*/
		margin-left: 6px;
	}


	/* blog */
	.sidebar h3{
		font-size: 24px;
		line-height: 29px;
	}

}


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

	/* grid */
  .col-md-0, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{ float: left; }
  .col-md-12{ width: 100%; }
  .col-md-11{ width: 91.66666666666666%; }
  .col-md-10{ width: 83.33333333333334%; }
  .col-md-9{ width: 75%; }
  .col-md-8{ width: 66.66666666666666%; }
  .col-md-7{ width: 58.333333333333336%; }
  .col-md-6{ width: 50%; }
  .col-md-5{ width: 41.66666666666667%; }
  .col-md-4{ width: 33.33333333333333%; }
  .col-md-3{ width: 25%; }
  .col-md-2{ width: 16.666666666666664%; }
  .col-md-1{ width: 8.333333333333332%; }
  .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1), .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1){ clear: none; }
  .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1){ clear: left; }
  .col-centered{ float: none; margin: 0 auto; }


	/* general */
	footer.site{
    padding: 19px 0;
    border-top: 1px solid #d7d7d7;
    font-size: 10px;
  }
  footer.site .one-more-company{
    position: static;
    display: block;
    float: left;
    /*padding-left: 41px;*/
  }
  footer.site .made-in-ny{
    width: 26px;
    height: 26px;
    background-image: url( img/made-in-ny@2x.png );
  }
  footer.site nav{
    float: right;
    height: 26px;
  }
	.footer-social{
		float: right;
	}
  footer.site ul{
    display: inline;
  }
  footer.site .local{
		float: left; /* blog only fix */
    margin-bottom: 0;
  }
  .footer-social{
    margin-left: 48px;
  }
  .footer-social li{
    margin-left: 16px;
  }
  /*.footer-social a{
    width: 26px;
    height: 26px;
  }
  .footer-social .image-m{
    display: none;
  }
  .footer-social .image-d{
    display: block;
  }*/
  footer.page{
    padding: 26px 0 21px;
  }
  footer.page h1{
    margin-bottom: 0;
  }

}


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

  /* mobile menu */
  .menu-open{
    overflow: initial;
  }
  .overlay{
    display: none;
  }
  header.site button.menu{
    display: none;
  }
  header.site > .row > ul{
    display: block;
  }

}


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

	/* grid */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{ float: left; }
  .col-lg-12{ width: 100%; }
  .col-lg-11{ width: 91.66666666666666%; }
  .col-lg-10{ width: 83.33333333333334%; }
  .col-lg-9{ width: 75%; }
  .col-lg-8{ width: 66.66666666666666%; }
  .col-lg-7{ width: 58.333333333333336%; }
  .col-lg-6{ width: 50%; }
  .col-lg-5{ width: 41.66666666666667%; }
  .col-lg-4{ width: 33.33333333333333%; }
  .col-lg-3{ width: 25%; }
  .col-lg-2{ width: 16.666666666666664%; }
  .col-lg-1{ width: 8.333333333333332%; }
  .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1), .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1){ clear: none; }
  .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1){ clear: left; }
  .col-centered{ float: none; margin: 0 auto; }


	/* general */
	.footer-nav{
		float: left;
		margin-bottom: 0;
	}


	/* blog */
	.sidebar{
		padding-left: 8.333333333333333%;
	}
	.sidebar > ul{
		padding-left: 15px;
	}

}