/*
Theme name: InboundNow
Description: Custom Theme
Version: 1.1
*/

@font-face {
    font-family: 'proxima_nova_regular';
    src: url('fonts/proximanovaregular-webfont.eot');
    src: url('fonts/proximanovaregular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/proximanovaregular-webfont.woff') format('woff'),
    url('fonts/proximanovaregular-webfont.ttf') format('truetype'),
    url('fonts/proximanovaregular-webfont.svg#proxima_nova_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_regular';
    src: url('proximanovabold-webfont.eot');
    src: url('proximanovabold-webfont.eot?#iefix') format('embedded-opentype'),
    url('proximanovabold-webfont.woff') format('woff'),
    url('proximanovabold-webfont.ttf') format('truetype'),
    url('proximanovabold-webfont.svg#proxima_nova_regular') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaLtBold';
    src: url('fonts/proximanova-sbold-webfont.eot');
    src: url('fonts/proximanova-sbold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/proximanova-sbold-webfont.woff') format('woff'),
    url('fonts/proximanova-sbold-webfont.ttf') format('truetype'),
    url('fonts/proximanova-sbold-webfont.svg#ProximaNovaLtBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html, body {
    height: auto;
}

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

.four-oh-four {
    padding-top: 30px;
}

body {
    font-family: 'proxima_nova_regular', arial, sans-serif;
    font-size: 17px;
    line-height: 1.3em;

    color: #70767e;
    min-width: 100%;
}

strong {

    font-family: 'ProximaNovaLtBold', arial, sans-serif;;
}

a {
    color: #0252aa;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

p, ol, #plan-faqs p {
    font: inherit;
    line-height: inherit;
    margin-bottom: 1.3em;
    font-size: 16px;
    line-height: 1.6em;
}

.blog-post-box ul li {
    margin-bottom: .5em;
    font-size: 25px;
    border-bottom: dashed 1px;
    text-decoration: none;
    border-color: turquoise;
    padding-bottom: 2px;
    line-height:40px;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

input, textarea, select {
    font-size: 15px;
    font-family: 'proxima_nova_regular', arial, sans-serif;
    color: #47474e;
}

textarea {
    overflow: auto;
}

.cl {
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    clear: both;
}

.notext {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}

.left, .alignleft {
    float: left;
    display: inline;
}

.right, .alignright {
    float: right;
    display: inline;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/******* Sequen WordPress CSS *******/

/* Common elements styling */

h1 {
    font-size: 52px;
    line-height: 1.3em;
    font-weight: normal;
    font-family: 'ProximaNovaLtRegular';
    color: #3a434a;
}

h2 {
    font-size: 38px;
    line-height: 1.3em;
    font-weight: normal;
    font-family: 'ProximaNovaLtRegular';
    color: #3a434a;
}

h3 {
    font-size: 30px;
    line-height: 1.3em;
    font-weight: normal;
    font-family: 'proxima_nova_regular';
    color: #333333;
}

h4 {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: normal;
    font-family: 'proxima_nova_regular';
    color: #333333;
}

h5 {
    font-size: 18 px;
    line-height: 1.3em;
    font-weight: normal;
    font-family: 'proxima_nova_regular';
    color: #333333;
}

h6 {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: normal;
    font-family: 'proxima_nova_regular';
    color: #333333;
}

.default-section {
    padding-bottom: 120px;
}

.footer-top p.date,
p.date {
    font-family: 'ProximaNovaLtBold';
    text-transform: uppercase;
    color: #ff6b2c;
    font-size: 14px;
    padding-bottom: 4px;
}

ol {
    margin: 20px 0px;
    margin-left: 28px;

}

ol li {
    margin-bottom: 10px;
}

ul {
    margin-left: 25px;
    margin-bottom: 20px;
}

.post .entry ul {
    margin-left: 25px;
}

.post .entry ol {
    margin-left: 25px;
}

.post .entry a img {
    border: 0;
}

p img {
    padding: 0;
    max-width: 100%;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    margin: 2px 0 2px 7px;
    display: inline;
}

img.alignleft {
    margin: 2px 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
    display: inline;
}

.alignleft {
    float: left;
    display: inline;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Calendar widget */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
}

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    padding-top: 4px;
    margin: 10px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

/* Big images in rich text editor should not break page layout */
.post .entry {
    overflow-x: hidden;
    /* overflow-y: auto; */
}

.entry {
    overflow: hidden;
    /* overflow-y: auto; */
}

/*
#try-button {
    float: right;

    display: inline-block;
    padding: 0 33px;
    padding-top: 2px;
    font-size: 17px;
    line-height: 37px;
    color: #fff;
    text-transform: uppercase;
    background: #ff6b2c;
    border-radius: 70px;
    font-weight: bold;
    margin-top: 20px;
}
.try-now.btn.btn-large {
    color: #fff;
}
#try-button:hover, .try-now.btn.btn-large:hover{
    background: rgba(255, 107, 44, 0.73);
}
*/
.wrapper {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    margin-top: 85px;
}

.admin-bar .header {
    margin-top: 32px;
}

.admin-bar .header.blog-tags {
    margin-top: 0px;
}

/* .shell { width: 1074px; margin: 0 auto; } */
.shell {
    width: 100%;
    margin: 0 auto;
	padding-left:10px;
	padding-right:10px;
}

.page-nav-wrapper, .content-shell, .copy-width.content-shell {
    //width: 1074px;
    margin: 0 auto;

}

.content {
    min-height: 500px;
}

.page-nav-wrapper {
    height: 100px;
    z-index: 999;
    background: #fff;
   /* -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;*/

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.page-nav {
    padding-top: 0px;
    max-width: 100%;
}
/**********************************************************************/
.header {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
  /*  height: 490px;*/
    z-index: 9999;
	transition : top 0.4s ease-in-out;
}

.background{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}

#a-fixed-point{
	position: fixed;
	top: 82px;
	height: 1px;
	width: 100%;
	/*background-color: red;*/
}

/*CSS for when header is in the UP position*/
.nav-up{
top : -90px;


}

/*classes dealing with the popout menu*/


.not-opaque:after{
  content: " ";
  z-index: -1;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;

}


.opaque:after {
  content: " ";
  z-index: 200;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

/* popout-menu styles */

#popout-menu-icon{
	position: relative;
	display: inline-block;
	top: 50px;
	left: 0px;
	width:24px;
	cursor: pointer;

}

#popout-menu-icon:hover{
	background-color: #fff;

}



#popout-menu{
	position: relative;
	left: 0px;
	display: none;
	top: 0px;
	background-color: #262628;
	color: #D8D8D8;
	width: 100%;
	/* height: 530px; */
	z-index: 1000;
	/* border: #262628 solid 10px; */

}

#popout-menu-row{
	margin-bottom:1px;
}

#submenu-blog-posts-list{
	list-style: none;
	/*padding-top: 10px;
	display: inline-block;
	width: 30%;
	height: 100%;
	overflow: auto;*/
	flex: 50%;
	/* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXxvZSoAAAAAElFTkSuQmCC ) repeat; */
    background-color: dimgray;
    padding-top: 1px;
}

.submenu-blog-posts{
	padding-right: 15px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 0px;
	background-color: #4A4A4A;
	height: 124px;
	display: flex;
	border: #262628 solid 3px;

}

.submenu-content{
	display: flex;
	flex-direction: column;
	padding-left: 3px;
	padding-top: 12px;
}

.submenu-blog-post-link{
	color: #85C7F7;
	display: inline-block;
	line-height: 1.1em;
	padding-top: 6px;
	padding-bottom: 12px;
	max-height: 3.3em;
	/*font-size: 21px;*/ /*currently set in the header in the .flowtext() area*/


}

.submenu-blog-post-link:hover{
	text-decoration: none;

}

.submenu-ellip-link{
	color: #85C7F7;
	font-style: normal;
}

.submenu-ellip-link:hover{
	text-decoration: none;
}

.submenu-blog-excerpt{
	line-height: 1.1em;
	height: 8.2em;
	overflow:hidden;
	text-align: justify;
	font-style: italic;

}


.submenu-blog-post-thumb-container{
	display:inline-block;
}

.submenu-blog-post-thumb{
	padding: 10px;
	box-sizing: content-box;
	max-height : 100px !important;
	max-width : 100px !important;
	min-height : 100px !important;
	min-width : 100px !important;
}


/*Signup area styles*/

#signup-cta{
	/*position: absolute;
	right: 0px;
	display: inline-block;
	border: 2px solid blue;
	width: 30%;
	height: 100%;
	padding-top: 30px;*/
	flex : 33%;
	display: flex;
	flex-direction: column;
	/*margin-top: 15px;*/
	/* background-color: #4A4A4A; */
/*	border: #262628 solid 5px;*/
	/*background:url(
			data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAATklEQVQYV2NkYGAwZmBgOMuAACA+CKCIMSIpADGRNaEYgKwQ3WQUjTCF6CYhWw2WAynEpgjmIpg7jUlSiM0TWK2GWUOUZ7ApxggeogIcABHJFtfoX9tJAAAAAElFTkSuQmCC
	) repeat; */
	border-top: #262628 solid 3px;
	border-bottom: #262628 solid 3px;
	align-items: center;
}

#signup-header-wrapper{
	width:88%;
	padding-top:20px;
	display: flex;
	justify-content: center;
	padding-bottom: -4px;
    border-bottom: solid 1px;

}

#signup-cta-header{
	color: #f7f7f7;
	text-align: center;
	font-size:44px;

}


.cbp-so-side img {
	width:100%;
	max-height:310px;
	max-width:405px;
}

/* Icons */

.footer .socials {
    margin-left: auto;
    margin-right: 25px;
    margin-top: 63px;
    text-align: center;
    position: relative;
}

.socials a {
  color:#fff;
  background: transparent;
  border-radius:4px;
  text-align:center;
  text-decoration:none;
  font-family:fontawesome;
  position: relative;
  display: inline-block;
  width:40px;
  height:40px;
  padding-top:12px;
  margin:0 2px;
  -o-transition:all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
   -webkit-font-smoothing: antialiased;
}

.socials a:hover {
  background: transparent;
}

/* pop-up text */

.socials a span {
  color:#666;
  position:absolute;
  font-family:sans-serif;
  bottom:0;
  left:-25px;
  right:-25px;
  padding:5px 7px;
  z-index:-1;
  font-size:14px;
  border-radius:2px;
  background:#fff;
  visibility:hidden;
  opacity:0;
  -o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */

.socials a span:before {
  content:'';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position:absolute;
  bottom:-5px;
  left:40px;
}

/* text pops up when icon is in hover state */

.socials a:hover span {
  bottom:50px;
  visibility:visible;
  opacity:1;
}

/* font awesome icons */

.socials a:nth-of-type(1):before {
content:'\f09a';
}
.socials a:nth-of-type(2):before {
content:'\f099';
}
.socials a:nth-of-type(3):before {
content:'\f113';
}
.socials a:nth-of-type(5):before {
content:'\f17d';
}
.socials a:nth-of-type(6):before {
content:'\f1cb';
}



#social-buttons {
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: nowrap; /* Safari */
	flex-wrap:         nowrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-around;
	width:96%;
}

#social-buttons .fb-follow, #social-buttons .fb-share-button {
	margin-top:3px;
    transform: scale(1.36);
    -ms-transform: scale(1.36);
    -webkit-transform: scale(1.36);
    -o-transform: scale(1.36);
    -moz-transform: scale(1.36);
}

#social-buttons .social-button {
	display:inline;
}

#social-buttons .social-button {
	display:inline;
}

/*signup form*/
#signup-cta #inbound-form-wrapper{
	/*height: 480px;*/
	width: 96%;
    /* background-color: #4A4A4A; */
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    margin-top: 0px !important;
   /* margin-top: auto;
	margin-bottom: auto;*/
}

#signup-cta .g-recaptcha {

}


#signup-cta .inbound-google-recaptcha-container{
	margin-top:23px;
}


#newsletter-signup-form {
	/* height: 100%; */
}

#signup-cta .inbound-field.inbound-submit-area{
	/*height: 33px;*/
	margin-top: 0px;

}

#signup-cta .inbound-button-submit.inbound-submit-action{
	height: 50px;
	padding: 0px !important;
	top: 5px;
}

#signup-cta .inbound-field.inbound-vertical.label-inbound-label-top.inbound-label-top{
	height: 75px;
}

#signup-cta .inbound-label.your-name.inbound-label-top.inbound-input-text,
#signup-cta .inbound-label.your-email.inbound-label-top.inbound-input-text{
	color : #f7f7f7;
	cursor: default;
	font-size:23px !important;
}

/*captcha styles*/

#signup-cta .inbound-google-recaptcha-container{
	text-align: center;

}

#signup-cta .g-recaptcha{
	margin-left: auto;
	margin-right: auto;
}

#signup-cta #inbound-recaptcha-message{
	font-size: 20px;
	/*position: relative;
	top: 95px;*/
	color: #f7f7f7;
}

/*/captcha styles*/

#signup-cta .inbound-input{
	border: 2px solid #4C4B4B;
	background-color: #424242;
	color: white;
	font-size: 20px;

}

#signup-cta .inbound-field.inbound-submit-area{
	/*padding-top: 25px;*/
}

#signup-cta .inbound-button-submit{
	color: #F7F7F7;
	background-color: #2980B9;
/*	position: relative;
	top: 30px;*/

}

/*/signup form*/


/*/Signup area styles*/


/* /popout-menu styles */

/* /classes dealing with the popout menu*/

/*General css clases*/


.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}



/*/General css classes*/

body{
	padding: 0px !important;
}

.logo-fixation{
	position: absolute !important;
	top: 25px !important;
	left: 37px !important;
	margin-top: 0px !important;
}


/*submenu-blog-post queries*/	/*
@media screen and (min-width: 0px) and (max-width: 399px){
				.submenu-blog-excerpt{
						height: 0px   !important;
					}

			}
@media screen and (min-width: 0px) and (max-width: 585px){
				.submenu-blog-excerpt{
						height: 0px !important;
					}
				.submenu-blog-post-link{
						height: 7.53em
										}
			}

@media screen and (min-width: 580px) and (max-width: 659px){
				.submenu-blog-excerpt{
						height: 3.3em !important;
					}
			}

@media screen and (min-width: 660px) and (max-width: 1240px){
				.submenu-blog-excerpt{
						height: 4.4em !important;
					}

			}*/
/*/submenu-blog-post queries*/

/**********************************************************************/



#logo{
	position:relative;
	left:38px;
}



.header .background {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.94);
}

.page-nav-wrapper {
    position: relative;
	bottom: 20px;
    max-width: 100%;
}

a.btn {
    display: inline-block;
    padding: 0 33px;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    background: #ff6b2c;
    border-radius: 70px;
    font-weight: bold;
}

a.btn:hover {
    text-decoration: none;
    background: #fff0ea;
    color: #ff6730
}

.rule {

}

a.transparent-btn {
    background: transparent;
    border: solid 2px #cdcdd3;
    color: #cdcdd3;
}

a.transparent-btn.hovered,
a.transparent-btn:hover {
    background: transparent;
    border-color: #ff7544;
    color: #ff7544;
}

a.small-btn {
    font-size: 14px;
    line-height: 40px;
    padding: 0 24px;
}

a.arrow-link {
    display: block;
    width: 40px;
    height: 40px;
    background: url(images/arrow-link.png) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}

a.arrow-link:hover {
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=5);
    text-decoration: none;
}

.searchform input[type="text"] {
    display: inline;
    float: right;
    padding: 9px 0;
    width: 23px;
    height: 23px;
    background: url(images/search.png) no-repeat 0 center;
    cursor: pointer;
    border: 0;
    color: transparent;
    border: solid 2px transparent;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.searchform input[type="text"].expanded {
    padding: 9px 47px 9px 20px;
    border-color: #e9e9ec;
    border-radius: 70px;
    width: 130px;
    background-position: 160px center;
    color: #70767e;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#logo {
    width: 264px;
    font-size: 0;
    line-height: 0;
    padding-top: 26px;
}

#logo a {
    display: block; /* width: 179px; */
    height: 36px;
    background: url(https://www.inboundnow.com/wp-content/uploads/2013/12/new-grad-logo-e1496973680659.png) no-repeat 0 0;
    text-indent: -4000px;
    background-size: 230px;
}

#sticky-nav-sticky-wrapper.custom-sticky-header {

    background: #fff;
    z-index: 10;
    overflow: auto;
    clear: both;
}

.page-nav-wrapper {
    z-index: 999; /*Orig 999999*/
}

#sticky-nav-sticky-wrapper {
    height: 55px !important;
    z-index: 9999;
}

.custom-sticky-header {
    margin: auto;
}

.custom-sticky-header #sticky-nav {
    z-index: 9;
}

#sticky-nav-sticky-wrapper.custom-sticky-header .page-nav {
    padding-top: 14px;
}

.header {
    position: fixed;
    z-index: 201;
}

.blog-tags.header.shell {
    z-index: 200;
    height: 74px;
}

.header .menu {
    display: inline;
    float: right;
    padding-top: 20px;
}

.header #menu-blog-menu.menu {
    padding-top: 10px;
}

.header.blog-tags .menu {
    padding-left: 0px;
    margin-left: 0px;
}

.header .menu > li {
    position: relative;
    list-style: none;
    display: inline;
    float: left;
    font-size: 16px;
    margin-left: 5px;
}

.header .menu > li:first-child {
    padding-left: 0;
    margin-left: 0px;
}

.header .menu > li > a, .posted-in a {
    float: left;
    color: #313135;
    padding: 0 19px;
    line-height: 38px;
    //border: solid 2px transparent;
    //border-radius: 70px;
}

.header .menu > li.menu-item-has-children > a {
    position: relative;
    z-index: 10;
    border-bottom: 0;
    border-radius: 0;
}

.header .menu > li > a span {
    position: relative;
    z-index: 10;
    padding-bottom: 9px;
    border-bottom: solid 2px transparent;
}

/*.header .menu > li > a span {  -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;} */
.header .menu > li.hovered {
    z-index: 100;
}

.header .menu > li.hovered > a,
.header .menu > li > a:hover, .posted-in a:hover {
    color: #0E73B9;
    text-decoration: none;
    border-color: #e9e9ec;
    background: #fff;
}

.header .menu > li.hovered.menu-item-has-children > a span,
.header .menu > li.menu-item-has-children > a:hover span {
    border-color: #0C578E;
}

.header .menu > li.current-menu-parent > a,
.header .menu > li.current-menu-item > a {
    font-family: 'ProximaNovaLtBold';
    color: #0E73B9;
    border-color: #e9e9ec;
    border-radius: 0px;
    //border-bottom: solid 2px #e9e9ec;
    font-size:19px;
}

.header .menu li ul {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: -7px;
    padding: 3px 15px 0;
    width: 179px;
    border: solid 2px #ebebed;
    background: #fff;
}

.header .menu li ul li {
    list-style: none;
    font-size: 16px;
    line-height: 49px;
    border-top: solid 1px #ebebed;
}

.header .menu li ul li:first-child {
    border-top: 0;
}

.header .menu li ul li a {
    color: #6d6d73;
    display: block;
}

.header .menu li ul li a:hover {
    text-decoration: none;
    color: #0C578E;
}

.header .menu li:hover ul {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 999999;
}

.header .menu > li.menu-item-has-children > a span {
}

.btn, .inbound-button-submit {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.inbound-button-submit {
    padding: 25px 15px;
}

.inbound-field.inbound-submit-area {
    margin: 0px;
}

.or {
    text-align: center;
    margin-bottom: 10px;
}

.edd_download_purchase_form .edd_price_options li {

    border-bottom: 1px solid #efeff0;
    font-size: 14px;
    padding: 16px 8px;
}

.edd_download_purchase_form .edd_price_options span {

    margin-left: 10px;
}

.edd_download_purchase_form .edd_price_options span.edd_price_option_price {
    font-family: 'ProximaNovaLtBold', arial, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}

#sidebar-product {
    font-size: 25px;
    text-align: center;
    line-height: 1.3em;
    font-weight: normal;
    font-family: 'proxima_nova_regular';
    color: #333333;
}

.blog-author-box.product-sidebar {
    margin-top: 0px;
}

.footer-container {
    width: 47%;
    display: inline-block;
    vertical-align: middle;
}

.button-group.add-to-cart a, .edd-submit.button.blue, .edd-submit.gray.button, #buy-button {
    font-family: 'Open Sans', Arial, sans-serif;
    width: 97%;
    position: relative;
    display: inline-block;
    background: #5cbb65;
    color: #fff !important;
    border-radius: .25em;
    font-weight: 700;
    font-size: 19px;
    text-decoration: none;
    letter-spacing: 1px;
    padding: .75em 1.5em .85em;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .18);
    border: 0;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    text-align: center;
    -webkit-text-stroke: 0;
}

a.edd_go_to_checkout:hover, a.edd-add-to-cart:hover, .edd-submit.button.blue:hover, .edd-submit.gray.button:hover {
    background: #6ccb75;
}

.btn:after, .inbound-button-submit:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-1e, .inbound-button-submit {
    overflow: hidden;
    margin: 15px 0px;
    width: 100%;
    border-radius: none;
}

.btn-1, .inbound-button-submit {
    border: 3px solid #2980B9;
    color: #2980B9;
}

.btn-1e:after, .inbound-button-submit:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #f7f7f7; /*orig #fff*/
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-1e:hover,
.btn-1e:active,
.inbound-button-submit:hover,
.inbound-button-submit:active {
    color: #fff;
}

.inbound-button-submit:hover,
.inbound-button-submit:active {
    background: #2980B9;
}

.btn-1e:hover:after, .inbound-button-submit:after {
    height: 260%;
    opacity: 1;
}

.btn-1e:active:after, .inbound-button-submit:active:after {
    height: 400%;
    opacity: 1;
}

.header .menu > li.menu-item-has-children.hovered > a,
.header .menu > li.menu-item-has-children > a:hover {
    border-color: transparent;

}

.header .searchform {
    float: right;
}

.slider {
    position: relative;
    max-height: 548px;
    overflow: hidden;
    border-bottom: solid 1px #e6e6e5;
}

.slider .slide {
    position: relative;
}

.slider .slide-title {
    padding: 18px 27px;
    width: 435px;
    background: url(images/slide-caption.png) repeat-y 0 0;
    margin-bottom: 9px;
}

.slider .slide-caption {
    position: absolute;
    top: 122px;
    left: 136px;
}

.slider .slide-caption h2 {
    font-family: 'ProximaNovaLtRegular';
    font-size: 52px;
    line-height: 58px;
    color: #3a434a;
    font-weight: normal;
}

.slider .slide-caption p {
    font-family: 'ProximaNovaLtBold';
    font-size: 28px;
    color: #3b4450;
    padding-bottom: 0px;
    line-height: 28px;
}

.slider .slide-caption a {
    font-size: 16px;
    line-height: 20px;
    color: #ff692e;
}

.slider .slide-caption a:hover {
    color: #f94d09;
    text-decoration: none;
}

.slider .slide .caption {
    border-top: solid 2px #ff692e;
    padding: 27px 27px 23px;
    width: 387px;
    background: url(images/slide-caption.png) repeat-y 0 0;
    margin-bottom: 9px;
}

.slider-wrapper {
    position: relative;
    max-height: 480px;
    overflow: hidden;
}

.slider-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    background: url(images/slider-arrows.png) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}

.slider-wrapper .bx-controls-direction .bx-prev {
    left: 44px;
}

.slider-wrapper .bx-controls-direction .bx-next {
    right: 44px;
    background-position: 100% 0;
}

.gradient-bg {
    background: #fff url(images/section-gradient.png) repeat-x 0 bottom;
}

.page-section {
    padding: 30px 0 45px;
}

.page-section .col {
    cursor: pointer;
}

.page-section .col p {
    padding-bottom: 31px;
}

.icon-wrap {
    position: relative;
    padding: 15px;
    width: 90px;
    height: 90px;
    margin: 0 auto 0px;
}

.icon-wrap img.hover-icon {
    position: absolute;
    display: none;
    top: 15px;
    left: 15px;
}

.icon-wrap .icon-inner {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 90px;
    height: 90px;
    background: #fff0ea;
    border-radius: 50%;
    -webkit-transition: background 400ms ease;
    -moz-transition: background 400ms ease;
    -ms-transition: background 400ms ease;
    -o-transition: background 400ms ease;
    transition: background 400ms ease;
}

.icon-wrap.hovered {
    padding: 0;
    width: 120px;
    height: 120px;
}

.icon-wrap.hovered .icon-inner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff692e;
}

.icon-wrap.hovered img {
    display: none;
}

.icon-wrap.hovered img.hover-icon {
    display: block;
}

.col {
    display: inline;
    float: left;
    width: 245px;
    text-align: center;
}

.col h4 {
    padding-bottom: 12px;
}

.col p {
    font-size: 15px;
    line-height: 28px;
}

.col + .col {
    margin-left: 30px;
}

.customers-section {
    padding: 57px 0 60px;
    text-align: center;
}

.customers-section h5 {
    padding-bottom: 10px;
}

.customers-section p img {
    vertical-align: middle;
    margin: 0 20px;
}

.footer {
    background: #22242a;
    padding: 45px 0;
}


.footer .footer-menu-wrap li,
.footer .socials li {
    list-style: none;
}


.footer #menu-secondary-menu {
    text-align: center;
}

.footer .socials {
    padding-left: 20px;
}

.footer .socials li a:hover {
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=5);
}

.footer .footer-menu-wrap li {
    font-size: 14px;
    line-height: 38px;
    padding-left: 35px;
    display: inline-block;
}

.footer .footer-menu-wrap li a {
    color: #8b94a0;
}

.footer .footer-menu-wrap li a:hover {
    text-decoration: none;
    color: #fff;
}

.footer .copy p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 40px;
    color: #B0B0B0;
}

.footer .copy a {
    color: #8b94a0;
}

.footer .copy a:hover {
    text-decoration: none;
    color: #fff;
}

.footer-top {
    border-bottom: solid 1px #373941;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.footer-top .shell {
    position: relative;
}

.footer-top .arrow-link {
    position: absolute;
    right: 0;
    top: 7px;
}

.footer-top p {
    font-size: 20px;
    color: #fff
}

.header-image {
    position: relative;
    width: 100%;
    height: 329px;
    overflow: hidden;
    border-bottom: solid 2px #f8713d;
}

.header-image .shell {
    position: relative;
    position: relative;
    z-index: 30;
    padding-top: 50px;
}

.header-image h2 {
    position: relative;
    margin: 0 0 19px -32px;
    display: inline-block;
    color: #3d4650;
    padding: 14px 28px;
    background: url(images/slide-caption.png) repeat 0 0;
}

.header-image p {
    font-family: 'ProximaNovaLtBold';
    font-size: 28px;
    line-height: 32px;
    color: #3e4650;
}

.header-image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.header-image p {
    display: inline-block;
    position: relative;
    margin-left: -32px;
    border-top: solid 2px #f94d09;
    padding: 22px 29px;
    max-width: 537px;
    background: url(images/slide-caption.png) repeat 0 0;
}

.intro-text p {
    font-size: 26px;
    line-height: 38px;
    color: #3e4650;
    padding-bottom: 0;
}

.intro-text {
    padding-bottom: 76px;
}

.half {
    width: 537px;
    overflow: hidden;
}

.half.push {
    padding-top: 51px;
}

.half h4 {
    padding-bottom: 11px;
}

.half p {
    line-height: 32px;
}

.content-sections {
    padding-bottom: 120px;
}

.content-sections .entry {
    padding-bottom: 50px;
}

.top-border {
    border-top: solid 3px #f8713d;
}

.posts-slider {
    padding: 70px 0 85px;
}

.posts-slider h3 {
    text-align: center;
    padding-bottom: 65px;
}

.posts-slider h4 {
    font-size: 20px;
    line-height: 28px;
    color: #494b50;
    font-family: 'ProximaNovaLtBold';
    border-bottom: solid 2px #e0e3ea;
    padding-bottom: 23px;
    margin-bottom: 23px;
}

.posts-slider h4 a {
    font-size: 20px;
    color: #494b50;
}

.bx-clone {
    display: none;
}

/*.posts-slider h4 a.is-featured {
    color: #ff6625;
}
.posts-slider h4 a.is-featured:hover {
   color: #494b50;
}*/
.posts-slider h4 a:hover {
    color: #ff6625;
    text-decoration: none;
}

.posts-slider p {
    font-size: 16px;
    line-height: 28px;
    color: #58646d;
    padding-bottom: 13px;
}

.posts-slider p a {
    font-family: 'ProximaNovaLtBold';
    font-size: 14px;
    color: #58646d;
    text-transform: uppercase;
}

.posts-slider p a:hover {
    text-decoration: none;
    color: #ff6625;
}

.posts-slider .bx-wrapper {
    position: relative;
    max-width: 100% !important;
    width: 100%;
}

.posts-slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -83px;
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    background: url(images/posts-slider-arrows.png) no-repeat 0 0;
}

.posts-slider .bx-wrapper .bx-controls-direction a.bx-next {
    left: auto;
    right: -83px;
    background-position: 100% 0;
}

.posts-slider .bx-wrapper .bx-controls-direction a:hover {
    background-position: 0 bottom;
}

.posts-slider .bx-wrapper .bx-controls-direction a.bx-next:hover {
    background-position: 100% bottom;
}

.posts-slider .bx-pager {
    text-align: center;
    padding-top: 51px;
}

.posts-slider .bx-pager-item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 10px;
}

.posts-slider .bx-pager-item a {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    border-radius: 50%;
    background: #ced2d8;
}

.posts-slider .bx-pager-item a.active,
.posts-slider .bx-pager-item a:hover {
    background: #ff692e;
}

.colored-section {
    background: #fafafa;
    border-top: solid 1px #dbdbdd;
}

.products {
    padding-top: 90px;
}

.products .product-entry {
    float: right;
    width: 520px;
    cursor: pointer;
    margin-bottom: 78px;
}

.products .product-entry:first-child {
    float: left;
}

.products .product-entry.center {
    display: block;
    margin: 0 auto 78px;
    float: none;
}

.products .product-entry .page-icon {
    float: left;
    margin-right: 27px;
}

.products .product-entry .text-entry {
    padding-top: 10px;
    overflow: hidden;
    max-width: 235px;
}

.products .product-entry .text-entry h3 {
    padding-bottom: 23px;
}

.products .product-entry .text-entry p {
    font-size: 16px;
    line-height: 28px;
    color: #848fa0;
    padding-bottom: 6px;
}

.products .product-entry .text-entry a {
    text-transform: uppercase;
    color: #b3bac8;
    font-size: 14px;
}

.products .product-entry .text-entry a:hover {
    color: #ff692e;
    text-decoration: none;
}

.contact-form {
    width: 735px;
    margin: 0 auto;
}

.contact-form .gform_ajax_spinner {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -10px;
}

.contact-form .validation_error {
    display: none;
}

.contact-form .validation_message {
    font-size: 12px;
    color: #ff743e;
    padding-left: 26px;
}

.contact-form .gform_confirmation_wrapper,
.contact-form .gform_description, .form-header {
    display: block;
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 37px;
    color: #424246;
    text-align: center;
}

.form-header {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.contact-form .gform_body {
    width: 551px;
    margin: 0 auto;
    border: solid 2px #ebecef;
    border-bottom: 0;
    background: #ffffff;
}

.contact-form .gform_body li {
    list-style: none;
    border-bottom: solid 1px #e9ecf0;
}

.contact-form .gform_body li span {
    display: none;
}

.contact-form .gform_body li input {
    display: block;
    border: 0;
    font-size: 20px;
    padding: 26px 30px;
    background: none;
    line-height: 22px;
    width: 491px;
}

.contact-form .gform_body li textarea {
    display: block;
    border: 0;
    font-size: 20px;
    padding: 26px 30px;
    background: none;
    line-height: 22px;
    width: 491px;
    height: 115px;
    resize: none;
}

.contact-form .gform_footer {
    position: relative;
    padding: 30px 0 26px;
    width: 551px;
    margin: 0 auto;
    border: solid 2px #ebecef;
    border-top: 0;
    border-bottom: 0;
    background: #ffffff;
}

.contact-form .gform_footer .gform_button {
    display: block;
    margin: 0 auto;
    width: 164px;
    border: solid 3px #ff743e;
    background: #fff;
    border-radius: 3px;
    color: #ff743e;
    line-height: 52px;
    height: 52px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

#map {
    width: 100%;
    height: 700px;
}

#pop-up-content #firstHeading {
    font-size: 34px !important;
}

/* ==========================================================================
    #Members Page
========================================================================== */

.page-template-template-members-php h2.page-title {
    text-align: center;
    font-size: 32px;
    line-height: 46px;
}

.members {
    padding: 45px 5px 0;
}

.members ul {
    position: relative;
}

.members ul li {
    list-style-type: none;
    float: left;
    padding: 0 14px 45px;
    text-align: center;
}

.members h5 {
    padding-top: 17px;
    font-size: 20px;
}

.members h6 {
    font-size: 15px;
    padding-top: 4px;
}

.members .attachment-member {
    border: 2px solid #e7e9ec;
    border-radius: 2px;
    cursor: pointer;
}

.members .member-pop-up {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 735px;
    background: #fff;
    display: block;
    z-index: 102;
    display: none;
    padding: 62px;
    text-align: left;
    margin-left: -430px;
}

.members .member-pop-up .close {
    display: block;
    cursor: pointer;
    background: url(images/close.png) no-repeat top right;
    width: 40px;
    height: 20px;
    top: 0;
    right: 0;
    position: absolute;
}

.members .member-pop-up .left {
    margin: 8px 35px 0 0;
}

.members .member-pop-up .content {
    overflow: hidden;
}

.members .member-pop-up h5 {
    padding: 0;
    font-size: 28px;
    line-height: 34px;
    color: #424246;
    font-family: 'Myriad Pro';
}

.members .member-pop-up h6 {
    color: #7e7e87;
    margin-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
}

.members .member-pop-up p {
    font-size: 16px;
    line-height: 26px;
    padding-top: 10px;
}

.members .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.members .visible.member-pop-up,
.members .visible.overlay {
    display: block;
}

/* ==========================================================================
    #Contact Page
========================================================================== */

.container.contact .gform_wrapper {
    width: 550px;
    margin: auto;
    font-size: 20px;
    margin-top: -115px;
    z-index: 100;
    position: relative;
}

#sidebar .gform_wrapper {
    width: 100%;
    margin: auto;
    font-size: 20px;
    margin-top: 5px;
    z-index: 100;
    position: relative;
}

.mfp-content .container.contact .gform_wrapper {
    margin-top: 0px;
}

.mfp-content .para {
    padding: 52px;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.container.contact .gform_heading, #sidebar .gform_body, .mfp-content .gform_body {
    color: #47474e;
    background: #fff url(images/form-border.png) repeat-x top left;
}

.mfp-content .gform_body, #sidebar .gform_body {
    padding-top: 2px;
}

.container.contact .gform_wrapper ul li, #sidebar .gform_wrapper ul li {
    list-style-type: none;
    position: relative;
}

.container.contact .gform_wrapper .ginput_container, #sidebar .gform_wrapper .ginput_container {
    line-height: 0;
}

.container.contact .gform_wrapper .medium, #sidebar .gform_wrapper .medium,
.container.contact .gform_heading, #sidebar .gform_heading,
.container.contact .gform_wrapper .gform_footer, #sidebar .gform_wrapper .gform_footer {
    padding: 29px;
    border: 1px solid #e9ecf0;
    width: 490px;
    border-top: none;
    font-size: 20px;
    color: #aeb4bf;
}

#sidebar .gform_wrapper .medium, #sidebar .gform_heading, #sidebar .gform_wrapper .gform_footer {

    width: 85%;
}

#sidebar .gform_wrapper .gform_footer {
    max-height: 55px;
}

.container.contact .gform_heading, #sidebar .gform_heading {
    padding: 2px;
    width: 99%;
}

.container.contact .gform_wrapper textarea, #sidebar .gform_wrapper textarea {
    height: 108px;
    resize: none;
}

.container.contact .gform_wrapper .gfield_label, #sidebar .gform_wrapper .gfield_label {
    position: absolute;
    top: 30px;
    left: 30px;
}

.container.contact .gform_wrapper .gfield_error .gfield_label, #sidebar .gform_wrapper .gfield_error .gfield_label {
    color: red;
}

.container.contact .gform_wrapper .gfield_required, #sidebar .gform_wrapper .gfield_required {
    display: none;
}

.container.contact .gform_wrapper .gform_button, #sidebar .gform_wrapper .gform_button {
    padding: 18px 62px;
    margin: auto;
    border: 3px solid #ff743e;
    color: #ff743e;
    background: #fff;
    border-radius: 6px;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
}

.container.contact .gform_wrapper .validation_error, #sidebar .gform_wrapper .validation_error
.container.contact .gform_wrapper .validation_message, #sidebar .gform_wrapper .validation_message {
    display: none;
}

.container.contact .gform_wrapper .gform_ajax_spinner, #sidebar .gform_wrapper .gform_ajax_spinner {
    position: absolute;
    left: 48%;
    bottom: 5px;
}

#blog-top {
    border-top: 3px solid #e4e6ea;
    border-bottom: 2px solid #e4e6ea;
}

#tag-section {
    border-bottom: 2px solid #e4e6ea;
}

.blog-date {
    color: #ff6730;
}

.blog-top p {
    line-height: 27px;
    font-size: 19px;
}

.blog-top h2 {
    margin-bottom: 10px;
}

.posted-in {
    clear: both;
    display: block;
    overflow: hidden;
}

.post-in-label {
    margin-bottom: 10px;
}

.posted-in a {
    color: #484c56;
    float: none;
    display: block;
    padding: 0 15px;
    line-height: 30px;
    margin-bottom: 10px;
}

.posted-in a:last-child {
    margin-bottom: 0px;
}

#tags a {
    display: block;
    color: #484c56;
    margin-bottom: 3px;
    font-size: 18px;
}

#tags a:hover, .posted-in a:hover {
    color: #0E73B9;
}

.mfp-content .gform_confirmation_wrapper {
    min-height: 175px;
    padding-top: 138px;
    text-align: center;
    padding-left: 20px;
}

.single .post {
    padding-top: 40px;
    padding-bottom: 0px;
}

.is-framed .wrapper {
    margin-top: 0px;
}

.is-framed .content-wrapper > .content {
    width: 90%;
}

.is-framed #wpadminbar {
    display: none;
}

.is-framed #product-title h1, .is-framed .page-title h1, .is-framed h3.subhead, .is-framed .page-sub-title h2 {
    color: #000 !important;
}

.is-framed .intro-text {
    background: #fff !important;
}

.is-framed .footer {
    display: none;
}

.white-popup-block {
    padding: 0px;
    padding-top: 40px;
    padding-bottom: 1px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#pricing-popup {
    max-width: 75%;
}

#sign-up-now .form-header {
    font-size: 36px;
}

.home .bx-viewport, .slider-wrapper {
    height: 480px !important;
}

.slider .slide-caption {
    position: absolute;
    top: 90px;
}

.ellipse {
    padding-left: 38px;
    font-size: 19px;
    font-weight: bold;
    padding-top: 3px;
    display: inline-block;
}

.shell .orange-link {
    color: #ff6730 !important;
    margin-top: 27px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.team-member-photo {
    display: inline-block;
    text-align: center;
}

.team-member-photo img {
    border: solid 3px #DFDCDC;
    border-radius: 1px;
}

.single h1 {
    color: #333333;
    font-size: 37px;
}

.single .post h1 {
    margin-bottom: 20px;
    line-height: 40px;
}

.single .entry {
    margin-bottom: 0px;
}

.blog-content {
    padding: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.comment-form-comment label {
    display: block;
}

.form-allowed-tags {
    display: none;
}

.blog-content small.blog-date {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
}

.blog-content small.blog-category {
    display: inline-block;
    margin-bottom: 10px;
    margin-left:7px;
    font-size: 16px;
    text-transform: uppercase;
    /* color: #ff6730; */
}


.single .footer {
    margin-top: 30px;
}

.blog-post-box, .blog-author-box {
    display: inline-block;
}

.blog-post-box iframe {
    margin: auto;
    display: block;
}

.single-download .blog-post-box img {

    margin-bottom: 20px;
}

.single-download .blog-post-box img.alignright {
    margin-left: 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    padding: 8px;
}

.author-bio {
    text-align: center;
    margin-bottom: 30px;
}

.blog-post-box h4, .blog-post-box h3, .blog-post-box h2, .single .post h1 {
    margin-bottom: 10px;
    line-height: 1.3em;
}

.blog-post-box h1 {
    font-size: 2.5em;
}

.blog-post-box h2 {
    font-size: 2em;
}

.blog-post-box h3 {
    font-size: 1.8em;
}

.blog-post-box {
    width: 65%;
    padding-bottom: 20px;
    padding-right: 5%;
}

.blog-post-box-main {
    width: 100%;
}

#comment {
    width: 540px;
}

.blog-author-box {
    width: 33%;
    vertical-align: top;
    margin-top: 40px;
}

.post-in-label {
    margin-top: 20px;
}

.posted-in {
    margin-bottom: 20px;
}

#tags {
    margin-top: 20px;
}

.post-thumb {
    float: right;
    padding-left: 30px;
    padding-right: 20px;
}

.blog-author-box img, .post-thumb img {
    margin: auto;
    width: 140px;
    height: 140px;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
}

.post-thumb img {
    margin: auto;
    width: 170px;
    height: 170px;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
}

.blog-author-box-container, .my-account-widget {
    width: 100%;
    margin: auto;
    text-align: center;
}

.author-name {
    margin-bottom: 15px;
}

.author-image {

}

#recent-posts {
    margin-top: 30px;
    font-size: 32px;
    color: #97979b;
}

.read-more-link {
    display: inline-block;

    text-decoration: none;

    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border-radius: 70px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;

}

.read-more-link:hover {

    text-decoration: none;
}

#team-member-box {
    padding-top: 40px;
    max-width: 715px;
}

#person-details {
    width: 468px;
}

#person-photo img {
    max-width: 100%;
}

#the-description p {
    margin-bottom: 20px;
}

#the-description {
    padding-top: 20px;
    display: block;
}

#the-name {
    font-size: 28px;
    display: block;
    color: #424246;
    margin-bottom: 5px;
}

#the-title {
    font-size: 20px;
    display: block;
    color: #7e7e87;
}

.about-page .col {
    text-align: left;
}

#resources .col, #press .col, #news .col {
    margin-bottom: 50px;
}

.about-page h2 {
    padding-bottom: 50px;
}

.search .blog-author-box {
    display: none;
}

#team .about-page h2 {
    text-align: center;
    font-size: 30pt;
    padding-top: 25px;
}

#careers-content {
    padding-bottom: 30px;
}

.clear {
    clear: both;
}

.page-nav-wrapper li {
    padding: 0px 0px !important;
}

.dvk-social-sharing {
    margin-top: 20px;
    margin-bottom: 0px;
}

.footer .dvk-social-sharing {
    display: none;
}

#news .customer-logo-wrapper {
    width: 14%;
    margin-right: 17px;
}

#inbound-signup-form input:focus, #inbound-signup-form select:focus {
    outline: 0 !important;
}

.product-signup-inline {
    margin-top: 30px;
}

.homepage-signup .text {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 25px;
    display: block;
}

#inbound-signup-form {
    right: 0;
    margin: auto;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 1em 1em -1em rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 1em 1em -1em rgba(0, 0, 0, .6);
    margin-bottom: 20px;
    border-radius: .27em;
}

#sidebar-outer #inbound-signup-form .title {
    width: 100%;
}

#sidebar-outer #inbound-signup-form {

    width: 100%;
}

#sidebar-outer #inboundnow-user-signup {
    width: 100%;
    border: 1px solid #DADADA;
}

#sidebar-outer #inboundnow-user-signup input {
    width: 100%;
}

#market-content #inbound-signup-form .title {
    width: 100%;
}

#market-content #inboundnow-user-signup input, #market-content #inboundnow-user-signup, #market-content #inbound-signup-form, #market-content #inboundnow-user-signup .btn {
    width: 96%;
}

#download-inboundnow h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
}

#sidebar-outer #inboundnow-user-signup .btn {
    width: 100%;
    letter-spacing: 0px;
    font-size: 20px;
}

.home-actions {
    padding-bottom: 0 !important;
}

.intro-text {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0c558b), color-stop(1, #0e76bd));
    background: -webkit-linear-gradient(top, #0c558b 0%, #0e76bd 100%);
    background: -moz-linear-gradient(top, #0c558b 0%, #0e76bd 100%);
    background: -o-linear-gradient(top, #0c558b 0%, #0e76bd 100%);
    background: -ms-linear-gradient(top, #0c558b 0%, #0e76bd 100%);
    background: linear-gradient(top, #0c558b 0%, #0e76bd 100%);
}

.page-title {
    padding-top: 30px;
}

.page-title h1 {

    text-align: center;
}

.page-sub-title h2 {
    margin: auto auto 30px auto;
    /*color: rgba(0,0,0,0.4);*/
    color: #EDEDED;
    font-size: 23px;
    text-align: center;
    font-family: "museo-sans", Helvetica, Arial, sans-serif;
    line-height: 28px;
}

#inbound-signup-form .title, .sign-up-button, .home-button.alt {
    cursor: pointer;
    font-family: 'Open Sans', Arial, sans-serif;
    position: relative;
    display: inline-block;
    background: #5cbb65;
    color: #fff !important;
    border-radius: .25em;
    font-weight: 700;
    font-size: 19px;
    text-decoration: none;
    letter-spacing: 1px;
    padding: .75em 1.5em .85em;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .18);
    border: 0;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    text-align: center;
    -webkit-text-stroke: 0;
    width: 350px;
}

.sign-up-button, .sign-up-button:hover {
    text-decoration: none;
}

.home-button.alt {
    background: #899da5;
    display: inline-block;
}

.learn-more {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

#inbound-signup-form .title:hover {
    background: #6ccb75;
}

#inboundnow-user-signup {
    display: none;
}

#inbound-signup-form ol #form_submit {
    float: right;
    margin-bottom: 1em;
}

#inbound-signup-form li {
    margin-bottom: 0;
}

#inbound-signup-form ol #form_submit input[type=submit] {
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 0 1em;
    margin: 0;
    border: 0;
    background: 0 0;
    display: block;
    color: #FFF;
}

.login {
    margin: 20px auto;
    width: 310px;
}

.login-screen {
    background-color: #FFF;
    padding: 20px;
    margin-top: -5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.app-title {
    text-align: center;
    color: #777;
}

.login-form {
    text-align: center;
}

.control-group {
    margin-bottom: 10px;
}

#inboundnow-user-signup input, #inboundnow-user-signup input[type=password], #inboundnow-user-signup input[type=text] {
    text-align: center;
    background-color: #ECF0F1;
    border: 2px solid transparent;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 200;
    padding: 10px 0;
    width: 310px;
    color: #000 !important;
    transition: border .5s;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

#inboundnow-user-signup a:hover {
    color: #E8E8E8;
}

::-webkit-input-placeholder {
    color: #A4A4A4 !important;
}

:-moz-placeholder {
    color: #A4A4A4 !important;
}

:-ms-input-placeholder {
    color: #A4A4A4 !important;
}

#inboundnow-user-signup input:focus {
    border: 2px solid #3498DB;
    box-shadow: none;
}

.homepage-signup {
    text-align: center;
}

h2#page-single {
    font-size: 40px;
}

h3.subhead, .page-sub-title h2 {
    font-size: 22px;
    line-height: 22px;
    margin: 0px;
    font-weight: normal;
    font-family: 'ProximaNovaLtRegular';
    color: #fff;
    margin-bottom: 20px;
    margin-top: .2em;

}

.hsShareImage {
    display: none !important;
}

.navigation {
    display: block;
    margin-bottom: 4em;
}

#archive-contents .navigation {
    display: block;
    min-height: 50px;
}

.page-template-default h3.subhead {
    color: #616161;
    margin-top: 0px;
}

.content-box {
    /* background: #f2f2f2 url('images/gradient.png') repeat-x top left; */
    border: 1px solid #EBEBEA;
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.5);
    margin: 0px 0px 20px;
    padding: 20px 20px 20px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

#inboundnow-user-signup .btn {
    border: 2px solid transparent;
    background: #0175b3;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    padding: 10px 0;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
    border-radius: 3px;
    box-shadow: none;
    transition: .25s;
    display: block;
    margin: 0 auto;
    width: 260px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.btn:hover {
    background-color: #2980B9;
}

.login-link {
    font-size: 12px;
    color: #0175b3;
    display: block;
    margin-top: 12px;
}

.home-actions a {
    margin: 0;
    vertical-align: top;
}

.form-error {
    color: red;
    display: block;
}

.error-small a {
    display: block;
}

.form-success {
    display: block;
    color: green;
}

.formdiv .form-error {
    display: block;
    position: absolute;
    top: -28px;
    width: 100%;
    text-align: center;
}

#sign-up-now .tab-content {
    /*overflow: hidden;*/
}

.formdiv .form-success {
    color: rgb(0, 179, 0);
    display: block;
    position: absolute;
    top: -28px;
    width: 100%;
    text-align: center;
}

#home-page-bottom #inboundnow-user-signup {

    border: 1px solid #DADADA;

}

#home-page-bottom #inbound-signup-form .title, #home-page-bottom #inbound-signup-form {

    width: 465px;

}

/******
* Responsive Styles
* */
@media all and (max-width: 800px) {
    /* Styles for mobile device */
    .wrapper, body .page-nav-wrapper, .content-shell, .copy-width.content-shell {
        width: 100% !important;
        overflow: hidden;
    }

	.page-nav .header .menu {
		padding-right: 90px;
	}

    .shell {
        width: 100%;
    }

    :root #wpadminbar {
        display: none;
    }

    html:root {
        margin-top: 0px !important;
    }

    .admin-bar .header {
        margin-top: 0px;
    }

    #edd_checkout_form_wrap .edd-payment-icons {
        padding: 20px;
        clear: both;
    }

    #edd_checkout_form_wrap #edd_payment_mode_select, #edd_checkout_form_wrap fieldset#edd_register_fields #edd_checkout_user_info {
        clear: both;
        margin-bottom: 0px;
    }

    #edd_payment_mode_select {
        display: block;
    }

    .header .menu > li > a {
        padding: 0 12px;
    }

    .header .searchform {
        display: none;
    }

    .header {
        padding-bottom: 0px;
    }

    #try-button {
        text-decoration: none;
        padding: 0 14px;
        padding-top: 2px;
        font-size: 15px;
        line-height: 30px;
        margin-top: 27px;
    }

    #try-button:focus {
        text-decoration: none;
        outline: none;
    }

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

    /*
    #logo {
    width: 179px;
    font-size: 0;
    line-height: 0;
    margin: auto;
    margin-top: -10px;
    }*/
    #logo {

        font-size: 0;
        line-height: 0;
        margin: auto;
        margin-top: -10px;
        display: block;
        position: absolute;
        top: 14px;
        left: 22px;
    }

    #logo a {
        display: block;
        /* width: 179px; */
        height: 36px;

        background-size: 184px;
    }

    .responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
        width: 75% !important;
        /* margin: auto; */
        margin-top: 30px;
        margin-bottom: 15px;
        margin-left: 26px;
    }

    h1 {
        font-size: 33px;
    }

    h2 {
        font-size: 30px;
    }

    h4 {
        font-size: 22px;
    }

    .single .post {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .left, .alignleft, .right, .alignright {
        float: none;
    }

    .page-section .col {
        display: block;
        float: none;
        margin: auto;
        min-height: 155px !important;
        margin-bottom: 30px;
    }

    .pop-up-content #bodyContent p {
        font-size: 22px;
    }

    .header .menu > li {
        margin-bottom: 8px;
    }

    /*
    .header .menu > li#menu-item-43 {
       clear: right;
    }
    .header .menu > li#menu-item-44 {
        margin-left: 25%;
    }

    .header .menu {
        width:100%;
        margin-top:30px;
        text-align: center;
    } */
    .header .menu > li {
        display: inline-block;
        position: relative;
        float: none;
        height: 42px;
    }

    #sticky-nav-sticky-wrapper {
        display: none;
    }

    .page-section .col p {
        padding-bottom: 0px;
    }

    .slider .slide-caption {
        position: absolute;
        top: 30px;
        left: 10%;

    }

    .container.contact .gform_wrapper .medium, .container.contact .gform_wrapper .gform_footer {
        width: 90%;
    }

    .container.contact .gform_heading {
        width: 100%;
    }

    #map {
        display: none;
    }

    .page-id-40 .container.contact .gform_wrapper {
        margin-top: 15px;
    }

    .mfp-content .para {
        padding: 13px;
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 20px;
        padding-top: 30px;
    }

    #person-photo {
        width: 100%;
        margin-right: 0px;
        text-align: center;
    }

    #person-details {
        width: 100%;
    }

    #team-member-box {
        padding-top: 5px;
    }

    .mfp-content .container.contact .gform_wrapper .medium, .mfp-content .container.contact .gform_heading, .mfp-content .container.contact .gform_wrapper .gform_footer {
        width: 80%;
    }

    .slider .slide-title {
        padding: 8px 14px;
        width: 85%;
    }

    .slider .slide .caption {
        padding: 8px 14px;
        width: 80%;
    }

    .home .bx-viewport, .slider-wrapper {
        height: 236px !important;
    }

    .slider .slide-caption h2 {
        font-family: 'ProximaNovaLtRegular';
        font-size: 20px;
        line-height: 1.3em;
    }

    .slider .slide .caption {
        border-top: solid 2px #ff692e;

        background: url(images/slide-caption.png) repeat-y 0 0;
        margin-bottom: 9px;
        margin-top: 20px;
    }

    .slider .slide .caption p {
        font-size: 18px;
    }

    .slider-wrapper .bx-controls-direction .bx-prev {
        left: 9px;
    }

    .slider-wrapper .bx-controls-direction .bx-next {
        right: 18px;
    }

    .slide img {
        max-height: 230px;
        width: auto;
    }

    .posts-slider .bx-pager-item a {
        display: none;
    }

    .cf a, .cf img {
        display: block;
    }

    .home .cf a, {
        width: 50%;
    }

    #edd_checkout_form_wrap label, #edd_checkout_form_wrap span.edd-description, #edd_checkout_form_wrap input[type=text], #edd_checkout_form_wrap input[type=email], #edd_checkout_form_wrap input[type=password], #edd_checkout_form_wrap textarea, #edd_checkout_form_wrap fieldset p {
        display: block !important;
        position: inherit !important;
        margin-left: 0% !important;
        width: 100% !important;
        height: auto !important;
    }

    #edd_checkout_form_wrap .card-expiration span.edd-description {
        display: none !important;
    }

    #edd_checkout_form_wrap select.edd-select.edd-select-small, #edd_checkout_form_wrap select.edd-select {
        width: 70px;
        display: inline-block !important;
        position: inherit !important;
        margin-left: 0% !important;
        margin-top: 20px;
        height: auto !important;
    }

    #edd_checkout_form_wrap fieldset fieldset {
        padding: 20px;
    }

    #edd_purchase_form #edd-purchase-button, #edd_purchase_form .edd-submit, #edd_purchase_form input[type=submit].edd-submit {
        margin-left: 20px;
    }

    #edd_checkout_form_wrap span.exp-divider {
        display: none;
    }

    #edd_checkout_form_wrap input[type=text], #edd_checkout_form_wrap input[type=email], #edd_checkout_form_wrap input[type=password] {
        padding: 10px !important;
    }


    .customers-section p img {

        margin: auto;
        margin-bottom: 18px;
        width: 30%;
        margin-top: 10px;
        height: auto;
    }

    .footer-top {
        display: none;
    }

    .contact-form {
        width: 88%;
    }

    .gform_wrapper {
        margin-left: -5px;
    }

    .contact-form .gform_body {
        width: 100%;
    }

    .contact-form .gform_footer {
        position: relative;
        padding: 30px 0 26px;
        width: 100%;
    }

    .container.contact .gform_wrapper {
        width: 100%;
    }

    .contact-form .gform_body li input {
        width: 73%;
    }

    .blog-content {
        padding: 0px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .footer .footer-menu-wrap, .footer .socials {
        display: block;
        float: none;
        text-align: center;
    }

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

    .footer .socials {
        padding-left: 0px;
        display: block;
        float: none;
        margin: auto;
        width: 100%;
        text-align: center;
    }

    .footer .socials .cf, #menu-footer-menu {
        width: 182px;
        margin: auto;
    }

    .footer .copy p {
        font-size: 11px;
        line-height: 40px;
        color: #8b94a0;
        text-align: center;
        display: block;
    }

    .icon-wrap.hovered {
        padding: 0;
        width: 120px;
        height: 120px;
    }

    .icon-wrap.hovered .icon-inner {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff0ea;
    }

    .icon-wrap.hovered img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .icon-wrap.hovered img.hover-icon {
        display: none;
    }

    .header-image h2 {
        position: relative;
        margin: 0 0 19px 5px;
        display: inline-block;
        color: #3d4650;
        padding: 0px 21px;
        background: url(images/slide-caption.png) repeat 0 0;
        font-size: 30px;
    }

    .header-image p {
        display: inline-block;
        position: relative;
        margin-left: 10px;
        border-top: solid 2px #f8713d;
        padding: 9px 15px;
        max-width: 274px;
        background: url(images/slide-caption.png) repeat 0 0;
        font-size: 18px;
    }

    .header-image .shell {

        padding-top: 20px;
    }

    .header-image .shell h2 {
        margin: 0 0 19px 20px;
    }

    .header-image .shell p {
        margin-left: 20px;
    }

    .header-image {

        height: 250px;
    }

    .intro-text p {
        font-size: 22px;
    }

    .post .cf img {
        max-width: 90%;
        height: auto;
        margin: auto;
    }

    .post {

        padding-left: 0px;
        padding-right: 0px;
    }

    .half {
        width: 95%;
    }

    .content-sections {
        padding-bottom: 0px;
    }

    .slides {
        width: 100% !important;
    }

    .posts-slider .bx-viewport {
        height: 100% !important;
    }

    .posts-slider .slide {
        width: 84% !important;
        margin: auto !important;
    }

    .posts-slider.top-border .slide {
        float: none !important;
    }

    .posts-slider {
        padding: 30px 0 0px;
    }

    .posts-slider h3 {
        text-align: center;
        padding-bottom: 35px;
    }

    .products .product-entry {
        width: 100%;
        padding-left: 0px;
        padding-right: 30px;
        float: none;
        text-align: center;
    }

    .products .product-entry .text-entry {
        max-width: 88%;
        text-align: left;
        padding-left: 30px;
    }

    .text-entry h3 {
        font-size: 25px;
    }

    .products .product-entry:first-child {
        float: none;
    }

    .products .product-entry .page-icon {
        display: block;
        float: none;
        margin: auto;
    }

    .products .product-entry {
        margin-bottom: 30px;
    }

    .products .product-entry .text-entry {
        width: 100%;
    }

    .intro-text {
        padding-bottom: 0px;
    }

    .contact-form .gform_confirmation_wrapper, .contact-form .gform_description, .form-header {
        display: block;
        font-size: 26px;
        line-height: 38px;
        padding-bottom: 15px;
        color: #424246;
        text-align: center;
    }

    .page-section .col {
        width: 90% !important;
        margin: auto !important;
    }

    .home .page-section .col {
        margin-bottom: 40px !important;
    }

    .home a.small-btn {
        width: 170px;
        margin: auto;
        margin-top: 10px;
        padding: 0px;
    }

    .customer-logo-wrapper {
        width: 28%;
        text-align: center;
        display: inline-block;
        margin-right: 5px;
    }

    .shell .orange-link {
        color: #ff6730;
        margin-top: 11px;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 600;
        float: right;
        padding-right: 10px;
    }

    .about-page #career h2 {
        padding-bottom: 21px;
        font-size: 27px;
    }

    .open-jobs a {
        color: #ff6730;
        font-size: 15px;
    }

    .ellipse {
        padding-left: 7px;
        font-size: 15px;
    }

    .resources-section .about-page h2, .about-page #press h2, .about-page #press h2, .about-page #news h2 {
        padding-left: 14px;
        padding-bottom: 0px;
    }

    .page-id-36 .page-section h4 {
        font-size: 20px;
        line-height: 28px;
        color: #494b50;
        font-family: 'ProximaNovaLtBold';
        border-top: solid 2px #e0e3ea;
        border-bottom: none;
        padding-bottom: 15px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-top: 10px;
    }

    .page-id-36 .page-section {
        padding: 30px 0 0px;
    }

    #team .about-page h2 {
        text-align: center;
        font-size: 23pt;
        padding-bottom: 15px;
        padding-top: 0px;
    }

    #team #management .small-col, #team #board .small-col {
        display: block;
        padding-right: 0px;
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }

    #management .small-col .team-member-photo,
    #board .small-col .team-member-photo {
        text-align: center;
        margin: 0px !important;
        width: 100%;
    }

    #management .small-col .team-member-photo img,
    #board .small-col .team-member-photo img {
        display: inline;
    }

    #blog-top {
        padding-left: 20px;
        padding-right: 20px;
    }

    .read-more-link {
     /*orig styles*/
     /*   display: block;
        width: 151px;
        border: solid 3px #ff743e;
        background: #fff;
        text-decoration: none;
        color: #ff743e;
        line-height: 43px;
        height: 42px;*/

     /*new styles*//* ask about this
        display: block;
		width: 151px;
		border: solid 3px #5e82b0;
		text-decoration: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding: 5px;
		background-color: #d1dffe;
		color: black;
        */

    }

    #resources.page-section h4 {
        margin-top: 10px;
        padding-top: 25px;
        border-top: solid 2px #e0e3ea;
        border-bottom: 0px;
        margin-bottom: 0px;
    }

    #resources {
        padding-bottom: 20px;
    }

    #resources.page-section h4:first-child {
        border-top: none;
    }

    #career.page-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .team-member-photo {

        display: block;
        width: 60%;
        margin: auto;
        border-radius: 1px;
        text-align: center;
    }

    .content-sections .entry {
        padding-bottom: 0px;
    }

    #recent-posts {
        margin-left: 20px;
    }

    #tag-section, .entry .blog-author-box {
        display: inherit;
        width: 100% !important;
    }

    .blog-tags.header .menu {
        margin-top: 0px;
        overflow: hidden;
    }

/*    .blog-content small.blog-date {

        margin-top: 15px;
    }*/

    .blog-tags.header .menu > li {
        float: none;
        display: block;
        overflow: hidden;
        margin: auto;
    }

    body .entry .blog-post-box {
        width: 100% !important;
    }

    .single .post h1 {
        margin-bottom: 20px;
        line-height: 29px;
        font-size: 26px;
        margin-top: 25px;
    }

    #comment {
        width: 100%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1350px) {

    .col {
        width: 50%;
        margin: 0px !important;
        padding-left: 4%;
        padding-right: 4%;
        margin-bottom: 40px !important;
        box-sizing: border-box;
    }

    .slider-wrapper {
        height: 340px !important;
    }

    .slider-wrapper img {
        width: 100%;
        height: auto;
    }

    .slider-wrapper .slide-caption {
        top: 40px;
    }

    .slider-wrapper .slide-caption .slide-title {
        width: 310px;
    }

    .slider-wrapper .slide-caption .slide-title h2 {
        font-size: 32px !important;
        line-height: 1.3em;
    }

    .slider-wrapper .slide-caption .caption {
        width: 290px;
    }

    .slider-wrapper .slide-caption .caption p {
        font-size: 22px;
    }

    .half {
        width: 50%;
    }

    .half.right img,
    .half.left img {
        max-width: 100%;
        height: auto;
        margin-top: 50px;
    }

    .products .product-entry {
        width: 50%;
        text-align: center;
    }

    .products .product-entry img {
        display: inline;
        float: none !important;
        margin: 0 auto !important;
    }

    .products .product-entry .text-entry {
        width: 80%;
        margin: 0 auto;
        max-width: 100%;
        text-align: left;
    }

    .posts-slider .slide {
        width: 240px !important;
        margin-right: 30px !important;
        box-sizing: border-box;
    }

    #press .col,
    #news .col,
    .resources-section .col {
        width: 33% !important;
    }

    #management .small-col,
    #board .small-col {
        width: 25%;
        box-sizing: border-box;
        float: left;
        height: 350px;
        padding: 0px !important;
    }

    #management .small-col p,
    #board .small-col p {
        width: 100%;
        display: block;
    }

    .blog-post-box {
        /*  width:70%; */
    }

    .blog-author-box {
        float: right;
    }
}

@media all and (max-width: 735px) {
    .learn-more {
        margin-left: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 979px) {
    .wrapper {
        width: 100% !important;
    }
}


@media screen and (min-width: 0px) and (max-width: 1300px){
	.page-nav-wrapper, .logo-fixation {
		padding-left:20px;
	}
	#signup-cta-header{
		font-size:26px;
	}

	body #signup-cta .inbound-label{
		font-size:17px !important;
	}

}

@media screen and (min-width: 1020px) and (max-width: 1030px){
	body .header .menu {
		padding-right:56px !important;
	}
}

.sb-search {
    display: none;
}

.page-id-78 .intro-text {
    padding-bottom: 10px;
}

.intro-text {
    padding-bottom: 10px;
}

#cta_container {
    padding-top: 0px !important;
}

/* Hide Account link for nonlogged in people */
.page-nav #menu-item-119102 {
    display: none;
    margin: 0px;
    padding: 0px;
}

/* Hide Blog link for nonlogged in people */
.page-nav #menu-item-119102 {
    display: none;
    margin: 0px;
    padding: 0px;
}

.logged-in .page-nav #menu-item-119102 {
    display: inline;
}

/* hide pricing from logged in people */
.page-nav #menu-item-119082 {
    display: inline;
}

/*
.logged-in .page-nav #menu-item-119082, .logged-in .page-nav #menu-item-119082 a {
    display: none;
    margin: 0px;
    padding: 0px !important;
}
*/

/* Hide login link for logged in people */
.logged-in .page-nav .menu-item-119083, .logged-in .page-nav .menu-item-119083 a {
    display: none;
    padding: 0px !important;
    margin: 0px;
}

/* Hide signup for people signed up */
.logged-in #try-button {
    display: none;
}

#tag-box {
    padding: 0px;
    padding-right: 0px;
    border: none;
}

.prod-listed-in {
    list-style: none;
    margin-left: 0px;
}

#tags small {
    display: block;
}

.prod-listed-in li, #tags a {
    display: inline-block;
    font-size: 13px;
    border-radius: 3px;
    background-color: #eee;
    padding: 5px 10px;
    margin: 5px;
}

.first-li-label {
    font-size: 20px;
    padding-top: 10px;

    padding-bottom: 10px;
    padding-left: 5px;
}

#edd_show_terms {
    display: none !important;
}

#edd_terms {
    display: block !important;
    margin-bottom: 10px;
}

#product-title h1, .page-title h1 {
    font-family: 'ProximaNovaLtBold', arial, sans-serif;
    color: #fff;
    font-size: 41px;
    letter-spacing: -1px;
}

.product-content {
    padding-top: 30px;
}

.single-download #page-single {
    color: #fff;
}

.single-download .subhead {
    color: #fff;
}

/* Popup form */
#inbound-signup-popup a {
    text-decoration: none;
    color: #0E73B9;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

#inbound-signup-popup .forgot a {
    color: #a0b3b0;
}

#inbound-signup-popup a:hover {
    color: #fff;
}

#inbound-signup-popup.form {
    background: rgba(19, 35, 47, 0.9);
    padding: 40px;
    max-width: 600px;
    margin: 40px auto;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

#inbound-signup-popup .formdiv {
    position: relative;
}

#inbound-signup-popup .tab-group, #inbound-signup-pricing .tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

#inbound-signup-popup .tab-group:after, #inbound-signup-pricing .tab-group:after {
    content: "";
    display: table;
    clear: both;
}

#inbound-signup-popup .tab-group li a, #inbound-signup-pricing .tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    background: rgba(160, 179, 176, 0.25);
    color: #a0b3b0;
    font-size: 20px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

#inbound-signup-pricing .tab-group li a {
    font-size: 17px;
}

#inbound-signup-popup .tab-group li a:hover, #inbound-signup-pricing .tab-group li a:hover {
    background: #0D5F98;
    color: #ffffff;
}

#inbound-signup-popup .tab-group .active a, #inbound-signup-pricing .tab-group .active a {
    background: #0E73B9;
    color: #ffffff;
}

.about-product {

    padding: 30px;
    padding-top: 0px;
    padding-bottom: 20px;
}

/*
#inbound-signup-popup .tab-content > div:last-child {
  display: none;
}
*/
#inbound-list {
    margin-top: 10px;
}

#inbound-signup-popup .hidden {
    display: none;
}

#inbound-signup-popup h1 {
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    margin: 0 0 30px;
}

#inbound-signup-popup h1.form-error {
    font-size: 39px;
    color: red;
}

#inbound-signup-popup label {
    position: absolute;
    -webkit-transform: translateY(19px);
    -ms-transform: translateY(19px);
    transform: translateY(19px);
    left: 17px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 22px;
}

#inbound-signup-popup label .req {
    margin: 2px;
    color: #0E73B9;
}

#inbound-signup-popup label.active {
    -webkit-transform: translateY(61px);
    -ms-transform: translateY(61px);
    transform: translateY(61px);
    left: 2px;
    font-size: 14px;
    color: #ECECEC;
}

#inbound-signup-popup label.active .req {
    opacity: 0;
}

#inbound-signup-popup label.highlight {
    color: #ffffff;
}

#price-iframe {
    height: 600px;
}

#inbound-signup-popup input, #inbound-signup-popup textarea {
    font-size: 22px;
    display: block;
    width: 100%;
    padding: 15px 15px;
    background: none;
    background-image: none;
    border: 3px solid #a0b3b0;
    color: #060606;
    border-radius: 0;
    -webkit-transition: border-color .25s ease, box-shadow .25s ease;
    transition: border-color .25s ease, box-shadow .25s ease;
}

#inbound-signup-popup input:focus, #inbound-signup-popup textarea:focus {
    outline: 0;
    border-color: #1386D5;
}

#inbound-signup-popup textarea {
    border: 2px solid #a0b3b0;
    resize: vertical;
}

#inbound-signup-popup .field-wrap {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
}

#inbound-signup-popup .top-row:after {
    content: "";
    display: table;
    clear: both;
}

#inbound-signup-popup .top-row > div {
    float: left;
    width: 48%;
    margin-right: 4%;
}

#inbound-signup-popup .top-row > div:last-child {
    margin: 0;
}

#inbound-signup-popup .button {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 15px 0;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #0E73B9;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
}

#inbound-signup-popup .button:hover, #inbound-signup-popup .button:focus {
    background: #179b77;
}

#inbound-signup-popup .button-block {
    cursor: pointer;
    font-family: 'proxima_nova_regular', Arial, sans-serif;
    position: relative;
    display: inline-block;
    background: #5cbb65;
    color: #fff !important;
    border-radius: .25em;
    font-weight: normal;
    font-size: 34px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px;
    padding: 0.55em 1.8em .65em;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .18);
    border: 0;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    text-align: center;
    -webkit-text-stroke: 0;
    width: 100%;
    margin-top: 5px;
}

#inbound-signup-popup .button-block:hover {
    background: #6ccb75;
}

.signup-shadow {
    box-shadow: 0 1em 1em -1em rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 1em 1em -1em rgba(0, 0, 0, .6);
}

#inbound-signup-popup .forgot {
    font-size: 17px;
    margin-top: -29px;
    text-align: right;
    position: absolute;
    right: 0px;
}

.gsc-control-cse .gs-result .gs-title {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 15px;
    text-align: left;
    overflow: visible;
}

.gs-bidi-start-align {
    text-align: left;
    padding-left: 31px;
}

.gsc-results-wrapper-visible {

    z-index: 99999999999;
}

.gsc-selected-option-container {
    max-width: 100% !important;
    min-width: 78px !important;
}

/* fixed header */
.page-template-template-pricing.admin-bar .header {
    margin-top: 0px;
    margin-bottom: 0px;
}

.page-template-template-pricing .wrapper {
    margin-top: 0px;
}

.page-template-template-pricing .header {
    position: relative;
}

#edd_purchase_form #edd-purchase-button, #edd_purchase_form .edd-submit, #edd_purchase_form input[type=submit].edd-submit {
    width: 350px;
    padding: 15px;
    font-size: 28px;
}

.or {
    color: #818078;
    font-size: 15px;
    opacity: .5;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;

}

.hr-text:before {
    content: '';
    background: -webkit-linear-gradient(left, transparent, #818078, transparent);
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: "OR";
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

.domain-container {
    position: relative;
    display: block;
}

.delete-domain {
    position: absolute;
    right: -60px;
    top: 15px;
}

.footer-container, .selected-container a, .selected-container a:hover {
    color: #fff;
    text-decoration: none;
}

#sticky-footer {
    height: 70px;
    background-color: #0e76bd;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding-top: 10px;
    -webkit-transition: width ease 0.3s;
    -moz-transition: width ease 0.3s;
    -o-transition: width ease 0.3s;
    transition: width ease 0.3s;
    -webkit-box-shadow: none;
    box-shadow: none;

}

.install-notice {
    font-size: 14px;
}

.inbound-domain {
    height: 52px;
    padding: 0px 16px;
    border-radius: 3px;
    border-width: 2px;
    color: #4d4d4d;
    background-color: #f7f7f7;
    background-image: none;
    border: 2px solid #ddd;

}

/* Account and checkout form */

#dashboard-inner {
    border: 1px solid #ccc;
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 120px;
    position: relative;

    z-index: 10;
    padding: 20px;
}

#dashboard-inner .form-control, .inbound-field input[type=text], .inbound-field input[type=url], .inbound-field input[type=email], .inbound-field input[type=tel], .inbound-field input[type=number], .inbound-field input[type=password] {
    height: 52px;
    padding: 0px 16px;
    border-radius: 3px;
    border-width: 2px;
    color: #4d4d4d;
    background-color: #f7f7f7;
    background-image: none;
    border: 2px solid #ddd;
    width: 100%;
}

textarea.inbound-input-textarea {
    padding: 10px;
    border-radius: 3px;
    border-width: 2px;
    color: #4d4d4d;
    background-color: #f7f7f7;
    background-image: none;
    border: 2px solid #ddd;
    width: 100%;
}

#dashboard-inner .form-group {
    padding: 0px 25px;
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}

.form-group:before {
    content: " ";
    display: table;
}

.form-group:after {
    clear: both;
}

.domain-container {
    margin-top: 5px;
}

.domain-container:first-of-type {
    margin-top: 0px;
}

#dashboard-inner label.control-label {
    font-size: 15px !important;
    line-height: 51px !important;
    font-weight: 300 !important;
    /* text-transform: uppercase !important; */
    letter-spacing: 1px !important;
    text-align: left;
}

#dashboard-inner input, #edd_checkout_form_wrap input[type=text], #edd_checkout_form_wrap input[type=email], #edd_checkout_form_wrap input[type=password], #edd_checkout_form_wrap textarea {
    color: #4d4d4d;
    background-color: #f7f7f7;
    background-image: none;
    border: 2px solid #ddd;
    width: 100%;
}

#dashboard-inner .warning {
    color: red;

    display: block;
    padding-top: 5px;
    vertical-align: bottom;
    line-height: 14px;
    font-size: 13px;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-7 {
    width: 58.33333333%;
    position: relative;
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.edd-email-wrap, .edd_checkout_user_info, #edd_purchase_form_wrap p {
    position: relative;
    overflow: hidden;
}

#edd_checkout_form_wrap fieldset #edd_terms_agreement p, #edd_final_total_wrap, #edd_show_discount, #edd-discount-code-wrap, #edd-user-login-submit, #edd-new-account-wrap {
    height: auto !important;
}

#edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit {
    font-size: 20px !important;
}

.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;
}

#edd_checkout_form_wrap #edd_terms_agreement label, #edd_discount_code label, #edd_payment_mode_select label {
    display: inline-block !important;
    position: inherit !important;
}

#edd_checkout_form_wrap .edd-cart-adjustment input.edd-input, #edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit {
    display: inline-block;
    left: 0px;
    position: inherit;
    margin-left: 0px;
}

.edd-apply-discount.edd-submit.button.blue.button, #edd-discount {
    display: block;
    position: inherit;
}

#edd_checkout_form_wrap label {

}

#edd_checkout_form_wrap label, #edd_checkout_form_wrap span.edd-description {
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

#edd_checkout_form_wrap span.edd-description:before {
    content: "- ";
}

#edd_checkout_form_wrap span.edd-description:after {
    content: " ";
}

#edd_checkout_form_wrap span.edd-description {

    margin-top: -3px;
    color: #A29F9F;
    font-size: 13px;

}

#edd_checkout_form_wrap legend {
    font-family: 'ProximaNovaLtBold';
}

#edd_checkout_form_wrap input[type=text], #edd_checkout_form_wrap input[type=email], #edd_checkout_form_wrap input[type=password], #edd_checkout_form_wrap textarea, #edd_checkout_form_wrap select.edd-select.edd-select-small, #edd_checkout_form_wrap select.edd-select {
    height: 52px;
    padding: 0px 16px;
    border-radius: 3px;
    border-width: 2px;
}

#edd_checkout_form_wrap span.exp-divider {

}

#edd_checkout_form_wrap select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAAzElE…mDJACAzAfyKIKTVIQ4XUpDslRC3AEDEJ46AcRIyg50hIAANnugKRDswA6AAAAAElFTkSuQmCC"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ededed));
    background-image: url("data:image/svg+xml;utf8,<svg width='24px' height='22px' version='1.1' xmln…,1 L3,1 Z M3,1' id='light-line' fill='rgb(254,255,255)'></path></g></svg>"), -webkit-linear-gradient(-90deg, white 0%, #ededed 100%);
    background-repeat: no-repeat, repeat;
    background-position: 100% 50%, 0 0;
    height: 40px !important;
}

#dashboard-inner input, #api-key-input {
    color: #4d4d4d;
    background-color: #f7f7f7;
    background-image: none;
    border: 2px solid #ddd;
    width: 100%;
}

#api-key-input {
    text-align: center;
    width: 90%;
    font-size: 20px;
    padding: 7px;
}

.legacy-login {
    font-size: 13px;

    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: -34px;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
}

.textwidget .inbound-form-wrapper form input {
    width:100% !important;
}

body .textwidget #inbound-signup-form {
    width:229px !important;
}

body .textwidget #inbound-signup-form .sign-up-button {
    font-size:12px !important;
    margin-left:-58px !important;
    padding-left:0px;
}

body .textwidget .inbound-google-recaptcha-container {
    width: 229px !important;
    overflow:hidden;
}

.textwidget h2 {
    font-size:24px;
}

blockquote {
  /* background: #f9f9f9; */

  border-left: 10px solid aliceblue;
  margin-left: 1px;
  margin-right:10px;
  margin-bottom:33px;
  margin-top:10px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:12px;
  padding-right: 5px;
  /* quotes: "\201C""\201D""\2018""\2019"; */
}

/*
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
*/

blockquote p {
  margin-top:20px;
}


/* Style added by Ahmed Kaludi ( AhmedKaludi.com ) */


#menu-inbound-menu .menu-item-has-children a:hover {
    border: solid 2px transparent;
    border-radius: 70px;
    border-color: #e9e9ec;
    transition: 0s
}
.header .menu li:hover ul{
    transition: .5s
}
#menu-inbound-menu .menu-item-has-children li a:hover{
    border: 0px !important;
 }
.page-nav .menu-item-has-children a:after{
    content: "\f107";
    font-family: FontAwesome;
    margin: 0px 0px 0px 5px;
    font-size: 13px;
    color: #444;
}
.page-nav .menu-item-has-children ul li a:after{
    content: ""
}
.header .menu > li.hovered.menu-item-has-children > a span, .header .menu > li.menu-item-has-children > a:hover span{
    border-bottom: 0px;
}
.header .menu li ul{
    //margin-left: -30%;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border: 0;
    padding: 0;
    border: 2px solid #696763;
    top: 43px;
/*    light scheme*/
    border: 1px solid #ddd !important;

    /* background: rgb(241, 241, 241); */
}
.header .menu li ul:before{
    content: "";
    display: inherit;
    width: 0;
    margin: 0 auto;
    position: absolute;
    left: 6%;
    top: -6px;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    /*dark schemeborder-bottom: 6px solid rgba(68, 68, 68, 0.97);*/
    /*Light Scheme
    */
        border-bottom: 6px solid rgb(208, 207, 207);

}
.header .menu li ul li a{
    padding-left: 15px;
    color: #333;
    margin-left: 2px
}
.header .menu li ul li{
    font-size: 14px;
    line-height: 40px;
}
.header .menu > li.hovered > a, .header .menu > li > a:hover, .posted-in a:hover,
#menu-inbound-menu .menu-item-has-children a:hover{
    border-color: #fff
}
.header .menu > li.current-menu-item > a:hover{
    border-color: #dcdce0 !important
}

/* Sidebar */
#sidebar-outer{
margin-top: 0;
    padding-top: 35px
}
#sidebar-outer h2{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #86868a;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-left: 10px;
}
.blog-content{
    margin-top: 10px;
    padding: 20px 20px 40px 20px;
}
body #blog-contents{
    max-width: 1500px
}
.blog-post-box{
    width: 70%;
    padding-right: 0;
    margin-top: 35px
}
#sidebar-outer{
    width: 25%;
    padding-left: 4%;
    margin-left: 4%;
    border-left: 1px solid #e4e6ea;
}
#sidebar-outer ul {
    list-style-position: inside;
    margin-left: 0;
    font-size: 15px;
}
#sidebar-outer ul li {
    margin-bottom: 12px;
    padding-left: 5px;
}
#sidebar-outer .blog-widget{
    margin-bottom: 58px
}
#sidebar-outer ul.children{

    margin-top: 10px;
    padding-left: 10px;
    border-left: 1px solid #eee;
}


/* Loop */
.post-thumb {
    float: left;
    padding-left: 0px;
    padding-right: 30px;
    padding-bottom: 15px;
}
#recent-posts{
    font-size: 14px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 2px;
    margin-top: 0px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
}
.navigation{
    margin-bottom: 7em
}
.navigation .alignleft a,
.navigation .alignright a{
    border: 2px solid #e9e9ec;
    padding: 10px 20px;
    border-radius: 50px;
}

/* archive */
.archive #blog-top{
    padding: 30px 0 30px;
}
.archive .entry-title a{
    color: #333333
}
.archive .blog-top p{
    line-height: 1.6em;
    font-size: 16px;
}
.archive .blog-top h2{
    margin-bottom: 0;
    font-size: 24px;
}
#tag-section .blog-tags{
    width: 550px;
    margin: 0 auto
}
.header.blog-tags .menu{
    padding-top: 10px
}
.blog-tags li a:hover, .blog-tags li.hovered a:hover{

    border: solid 2px #e9e9ec !important;
}
.blog-tags li.hovered a{
    border-radius: 40px !important
}
.blog-tags li.hovered {
    border-radius: 40px !important
}

/* Single */
.single .blog-post-box{
    width: 100%;
    margin: 0;
    padding: 0;
}
.single .blog-post-box .entry-title{
    text-align: center;
    font-family: ProximaNovaLtBold;
    margin: 0 20.5%;
}
.single .content_p{
    margin:0 15.5%;
}
.single .content_p p{
    font-size: 20px;
    color: #3f4254
}
.single .author-image img {
    border-radius: 60px;
    padding-bottom: 0
}
.author-image{
    float: left
}
.author-details{
    text-align: left;
    float: right;
    margin-top: 2px;
    line-height: 22px;
    color: rgba(0,0,0,.6);
}
.blog_single_author {
    text-align: center;
    max-width: 295px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 10px;
}
.posted_on_single{
    font-size: 14px;
}
.meta_tags{
    max-width: 990px;
    margin: 0 auto;
}
.meta_tags hr{
    border: 1px solid #eee;
}
.meta_tags small{
    margin-top: 8px;
    margin-right: 10px;
    float: left
}
.meta_tags .posted-in small{
    margin-top:6px
}
.meta_tags .posted-in span a{
    font-size: 14px;
    padding: 9px 24px;
    border: 2px solid #eee;
    display: inline-block;
    line-height: 1;
}
.content_img_src{
    text-align: center;
    margin-bottom: -5px;
}
.blog_single_author .author-details a{
    color: rgba(0,0,0,.6)
}
.author_img{

    float: left;
    margin: -15px;
    margin-right: 25px;
}
.author-bio small{
    font-size: 14px;
    width: 80%;
    float: left;
    line-height: 25px;
    color: #666
}
.author_img img{    border-radius: 10px 0px 0px 10px;
    padding-bottom: 0px !important;
}
.author-bio{
    padding: 15px;
     text-align: left;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14);
    margin-bottom: 0;
    background: rgba(0,0,0,0.03);
    display: inline-block;
}
.single-download .blog-post-box{
    float: left;
    width: 50%;
}

.footer .g-recaptcha {
    margin-top:10px;
}

.footer #inbound-form-wrapper .inbound-field:first-child{
    float: left;
    width: 206px;
}
.footer #inbound-form-wrapper .inbound-field:nth-child(2) {
    float: right;
    width: 214px;
}
.footer #inbound-form-wrapper .inbound-field:nth-child(3) {
    float: left;
    width: 305px;
}
.footer #inbound-form-wrapper .inbound-field:nth-child(4) {
    float: right;
    width: 118px;
    clear: none
}
.footer #inbound-form-wrapper .inbound-button-submit{
    border: 0;
    background: #2980b9;
    color: #fff;
    border-radius: 3px;
    padding: 29px 0px 28px 0px;
    margin-top: 10px;
    margin-left: 0px;
}
.footer_newsletter h4{
    margin-bottom: 20px;
    text-align: center;
    color: rgb(204, 209, 216);
    font-size: 26px;
    margin-top: 20px;
}
.footer_newsletter_wrapper #inbound-form-wrapper{
    max-width: 100%
}
.footer_newsletter_wrapper .inbound-input{
    border: 0px !Important;
    height: 40px !important;
    border-radius: 2px !important;
}
.footer_newsletter_wrapper{
    margin: 0 auto;
    width: 430px;
}
.footer-menu-wrap {
    clear: both;
    padding-top: 60px
}
.footer_newsletter{
    width: 100%;
    border-bottom: 1px solid rgba(247, 247, 247, 0.1);
    display: inline-block;
    margin-bottom: -30px;
    padding-bottom: 30px;
}
@media (max-width: 1024px) {
 }
@media (max-width: 990px) {
    .author-bio small{
        width: 79%
    }
    .author_img{
        width: 18%
    }
}
@media (max-width: 580px) {
    .author_img{display:none;}
    .author-bio small{
        width: 100%
    }

    #sidebar-outer ul {
		text-align: center;
    }

    #sidebar-outer ul li{
		display: inline-block;
    }

}

@media (max-width: 440px) {
    #inbound-form-wrapper .inbound-field:first-child{
        float: none;
        width: 95%;
    }
    #inbound-form-wrapper .inbound-field:nth-child(2) {
        float: none;
        width: 95%;
    }
    #inbound-form-wrapper .inbound-field:nth-child(3) {
        float: none;
        width: 95%;
    }
    #inbound-form-wrapper .inbound-field:nth-child(4) {
        float: none;
        width:95%;
        clear: none
    }
}

twitterwidget {
    margin-left:auto;
    margin-right:auto;
    margin-top:35px !important;
    margin-bottom:35px !important;
}

#edd_checkout_form_wrap span.edd-description {
    display:block
}

#edd-card-number-wrap input, #edd-card-cvc-wrap input{
    height: 52px;
    padding: 0px 16px;
    border-radius: 3px;
    border-width: 2px;
    color: #4d4d4d;
    background-color: #f7f7f7;
    background-image: none;
    border: 2px solid #ddd;
    width: 100%;
}

/*Matt Bissett styles*/

/* This is a target for an 800px max media query.
 * Elsewhere, some js checks to see if the media query is applied. If so, it does it's thing.
 * This ensures consistant application of styles because the js activates the same time the css styles go into effect.
 * */
#eight-hundred-pixel-indicator{
	display: block;
}

/*blog archive styles*/
.author-gravatar > .avatar{
	border-radius: 100px;
}



/*secondary menu styles*/
#secondary-menu-div{
	display: none;
	position: absolute;
    top: 76px;
    right: 0px;
    background: transparent;
    width: 150px;
}

#secondary-menu-div #menu-main-menu {
	width: 150px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-left: 0px !important;
	margin-left: 0px !important;


}

#secondary-menu-div #menu-main-menu  li.menu-item{
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 2px;
    margin-bottom: 0px;
    border: 1px solid #d4d4d4;

}

#secondary-menu-div #menu-main-menu  li.menu-item a{
	border: none;
}

#secondary-menu-div #menu-main-menu  li.menu-item a:hover{
	background: transparent !important;
}

#secondary-menu-div #menu-main-menu  li.menu-item ul.sub-menu{
	margin-left: 0px;
	right: 0px;
    left: auto;
    margin-top: -2px;
}

#secondary-menu-div #menu-main-menu  li.menu-item ul.sub-menu li.menu-item a{
	float: none;
	white-space: nowrap;
}

#secondary-menu-div a#try-button{
    z-index: 99;
    height: 40px !important;
    margin-top: 0px;
    width: 100%;
}

#secondary-menu-div .face-button .face-primary{
	line-height: 33px;
}

#secondary-menu-button{
	right: 50px;
    top: 25px;
    position: absolute;
    height: 33px;
    width: 33px;
    display: none;
    font-size: 20px;

}

.background #menu-item-119102 {
    display: none;
    margin: 0px;
    padding: 0px;
}

.logged-in .background #menu-item-119102 {
    display: inline;
}


/*end secondary menu styles*/


/*responsive styles*/
@media (min-width: 801px) and (max-width: 850px){
	.header .menu > li{
		margin-left: -10px;
	}
}

@media (max-width: 800px){

/*Sidebar reformation*/
#sidebar-outer{
	width: 100%;
}

#sidebar-outer ul li {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

#sidebar-outer ul.children {
    margin-top: 10px;
    max-width: 98%;
}

/*blogroll width*/
.blog-post-box.blog-main{
	width: 98%;
}

/*hide the menu buttons until js can move them*/
.page-nav #menu-main-menu,
.page-nav #try-button{
	visibility: hidden;
}

/*800px indicator*/
#eight-hundred-pixel-indicator{
	display: none;
}

/*secondary menu button*/
#secondary-menu-button{
	display: block;
	background: #ffffff;
    border: none;
}


}
/*end 800px*/

@media (max-width: 650px){
/*content margin*/
.single .content_p {
     margin: 0 7.5%;
}

/*post content*/
body .blog-post-box .content_p p{
	font-size: 17px;
}

/*post header // h1*/
.single .blog-post-box .entry-title {
	margin: 0px 10.5%;
}

body .blog-post-box .content_p h2,
body .blog-post-box .content_p h3,
body .blog-post-box .content_p h4,
body .blog-post-box .content_p h5{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

body .blog-post-box .content_p h2{
	font-size: 1.4em;
}

.inboundnow-cta .transifex-corner-label{
	display: none;
}

}
/*end 650px*/


@media (max-width: 500px){

.inboundnow-cta .transifex-center-content{
	margin-top: 8px;
	font-size: 32px !important;
	line-height: 1.2 !important;
}

.inboundnow-cta .transifex-button-container{
	height: 58px !important;
	margin-top: 14px !important;
}

}
/*end 500px*/


@media (max-width: 486px){
/*Sidebar reformation*/
#sidebar-outer ul li {
    width: auto;
}

}

@media (max-height: 450px){
#secondary-menu-div #menu-main-menu #menu-item-142316 ul.sub-menu{
	display: none;
}

}

@media (max-width: 360px){
/*content margin*/
.single .content_p {
     margin: 0px;
}

/*reform blog header author bio*/
.blog_single_author .author-image{
	display: none;
}

.blog_single_author{
	display: table;
	width: auto;
}

/*post header // h1*/
.single .blog-post-box .entry-title {
	margin: 0px 1.5%;
}

#secondary-menu-button{
	right: 10px;
}

}

/*end max width 360px*/

/*/Matt Bissett styles*/

.footer_newsletter .inbound-now-form label {
    color:#fff;
}
