

@media only screen and (min-width: 980px) {
#main .widget_woothemes_features .columns-3 .feature {
    text-align: center;
    margin: 0 3.75% 2.244em 0;
    clear: none;
    width: 30.75%;
    float: left;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 20px 0 !important;
    clear: both;
}

div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-divider {
    padding: 20px 0px 0px 0px !important;
    clear: both;
}

.wpforms-container.wpf-center {
     margin: 0 auto !important;
     max-width: 500px;
}

}

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

#sidebar {
	margin-top: 0;
	width: 100% !important;
}

.google_badge {
	margin-left:0px;
	margin-top:-50px; 
	margin-bottom:0px; 
	margin-right:0px;
	height:auto !important;
}

/* read-more button on the blog index page */
.read-more .button.alt-1, a.button.alt-1 {
    background: #ababab;
    border: 1px solid #929292;
    width: 40%;
    font-size: 1.5em !important;
    padding: 5px !important;
}

/* container element for read-more on blog index */

.post .post-more {
    clear: both;
    font-size: 12px;
    padding-top: 15px;
}

a.woo-sc-button.large.cta-button span {
	color:white;
	text-shadow: none;
	font-family: "museo-sans-rounded", sans-serif !important;
}

ul.nav li a {
	padding: .5em 0;
	display: block;
	color: #000 !important;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

/* align images for mobile layout */
.widget img {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-left: auto;
	margin-right: auto;
}

/* shortcode CSS fix - center the last image in any shortcode defined columns */
.last {
  clear: right;
  margin-right: 0 !important;
  text-align: left;
}

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

/* clean text on mobile shortcode buttons */
a.woo-sc-button.dark span {
    color: #fff !important;
    text-shadow: none !important;
}

#header .nav-toggle a {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4) !important;
}

/* Maintain proportions */
.entry img {
	max-width: 100%;
	height: auto !important;
}


/* Homepage customization - Header */
div#text-34.widget.widget_text h3 {
	padding: 0 0 0em;
	border-bottom: none;
	line-height: 1.2em;
	text-align: center;
	font-size: 3em;
	margin-bottom: 0px;
}

#content .widget > h3 {
	font-size: 2.618em;
	padding: 0 0 0.53em;
	border-bottom: 1px dotted #e6e6e6;
	text-align: center;
}

 #header {
    padding: 1em 1em 1em 1em;
  }

  .widget img {
	max-height:100%;
}

#footer-widgets a {
  color: #353535 !important;
}

/* Custom Share Styles */

#shareContainer {
	/*position: absolute;*/
	right: 0;
	top: 6px;
	text-align:center;
}

#masthead ol, #masthead ul, #pageFooter ol, #pageFooter ul {
	list-style: none;
	display: inline;
	margin: 10px 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	list-style-position: inside;
}

#shareContainer li {
	display: inline-block;
	margin-left: 8px;
	/* float: left; */
}

#shareContainer li a {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url('images/spritesheet-share-icons.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-align:center;
}

#shareContainer li a.facebook {
background-position: left top;
}

#shareContainer li a.facebook:hover {
background-position: left -40px;
}

#shareContainer li a.twitter {
background-position: -40px top;
}

#shareContainer li a.twitter:hover {
background-position: -40px -40px;
}


#shareContainer li a.pinterest {
background-position: -80px top;
}

#shareContainer li a.pinterest:hover {
background-position: -80px -40px;
}

#shareContainer li a.youtube {
background-position: -200px top;
}

#shareContainer li a.youtube:hover {
background-position: -200px -40px;
}

#shareContainer li a.googleplus {
background-position: -120px top;
}

#shareContainer li a.googleplus:hover {
background-position: -120px -40px;
}

#shareContainer li a.instagram {
background-position: -160px top;
}

#shareContainer li a.instagram:hover {
background-position: -160px -40px;
}

#shareContainer li a.linkedin {
background-position: -240px top;
}

#shareContainer li a.linkedin:hover {
background-position: -240px -40px;
}

.button, a.button, #commentform #submit, .submit, input[type=submit], input.button, button.button, #wrapper .woo-sc-button, .woo-sc-button {
	-webkit-transition: 0.5s ease !important;
	-moz-transition: 0.5s ease !important;
	-o-transition: 0.5s ease !important;
	transition: 0.5s ease !important;
	cursor: pointer !important;
	font-family: "museo-sans-rounded", sans-serif !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 24px !important;
	color: white !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important;
	text-decoration: none !important;
	border: 1px solid #ff8915 !important;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
	-moz-background-clip: padding !important;
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box !important;
	background: #e06f00 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e06f00), color-stop(1, #ff8915)) !important;
	background: -ms-linear-gradient(bottom, #e06f00, #ff8915) !important;
	background: -moz-linear-gradient(center bottom, #e06f00 0%, #ff8915 100%) !important;
	margin-right: 0px !important;
	width: 90%;
  	margin-top: 10px;

}


/* ActiveCampaign Forms */
#_form_18 ._form ._field ._option input[type="submit"] {
	-webkit-transition: 0.5s ease !important;
	-moz-transition: 0.5s ease !important;
	-o-transition: 0.5s ease !important;
	transition: 0.5s ease !important;
	cursor: pointer !important;
	font-family: "museo-sans-rounded", sans-serif !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 24px !important;
	color: white !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important;
	text-decoration: none !important;
	border: 1px solid #ff8915 !important;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
	-moz-background-clip: padding !important;
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box !important;
	background: #e06f00 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e06f00), color-stop(1, #ff8915)) !important;
	background: -ms-linear-gradient(bottom, #e06f00, #ff8915) !important;
	background: -moz-linear-gradient(center bottom, #e06f00 0%, #ff8915 100%) !important;
	margin-right: 0px !important;
	width: 90%;
  	margin-top: 10px;
}

input[type="email"], input[type="text"], textarea {
	border: 1px solid #ccc;
	padding: 8px 12px;
	width: 90%;
}

#_form_18 ._form ._field ._option input[type="email"]:focus, input[type="text"]:focus, textarea:focus {
  border-color: rgba(141,198,63,0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(141,198,63,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(141,198,63,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(141,198,63,0.6);
}

._label {
	margin-top:10px !important;
}

#compile73 {
	width:90% !important;
}

.formwrapper {
	padding:30px !important;
}




}


/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */



/* header and menu fix */

#header #logo {
	float: left;
	margin: 0 0em 0em 0; 
}

table.wpm_registration {
	width: 50%;
	margin-left: auto;
    margin-right: auto;
}

/* iFrame scrolling go away */

iframe { overflow:hidden; }

/* Maintain image proportions at all times */
.entry img {
	max-width: 100%;
	height: auto !important;
}

/* Wishlist Registration Customization */

div.wlmreginstructions {
	background: #ffffdd;
	border: 1px solid #ff0000;
	padding: 0 1em 1em 1em;
	margin: 0 auto 1em auto;
	font-size: 1em;
	width: 50%;
	color: #333333;
}

div.wlm_regform_container {

	width: 50%;
	margin-left: auto;
    margin-right: auto;
    margin-top:-50px;
}


h1, h2, h3, h5, h6 {
	font-family: "museo-sans-rounded", sans-serif !important;
	color: #020202;
	margin: 0 0 .618em;
	font-weight: 400;
}

h4 {
/* font-family: "Titillium Web",sans-serif; */
font-family: "museo-sans-rounded", sans-serif !important;
color: #020202;
margin: 0 0 .618em;
font-weight: 400;
font-size: 18px;
}


.post header h1, .type-page header h1, .post header h1 a:link, .post header h1 a:visited {
	font-family: "museo-sans-rounded", sans-serif !important;
    color: rgb(2, 2, 2);
    margin: 0px 0px 0.618em;
    font-weight: 400;
	padding-bottom: 0.75em;
	font-size: 1em;
	line-height: 1.387em;
}

.post .post-more .comments a, .type-page .post-more .comments a {
    color: #fff;
    font-size: 24px !important;
    padding: 20px !important;
}



.button.alt-1, a.button.alt-1 {
    background: #ababab;
    border: 1px solid #929292;
    width: 40%;
}

#header .nav-toggle {
  float: right;
  width: 1.618em;
  height: 1.618em;
  position: relative;
  cursor: pointer;
  top: 7px !important;
  right:17px;
  font-family: sans-serif;
  background-color: #000000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  /* Saf4+, Chrome */

  background-image: -webkit-linear-gradient(top, #000000, #000000);
  /* Chrome 10+, Saf5.1+, iOS 5+ */

  background-image: -moz-linear-gradient(top, #000000, #000000);
  /* FF3.6+ */

  background-image: -ms-linear-gradient(top, #000000, #000000);
  /* IE10 */

  background-image: -o-linear-gradient(top, #000000, #000000);
  /* Opera 11.10+ */

  background-image: linear-gradient(to bottom, #000000, #000000);
  border: 0.202em solid #000000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 #000000;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 #000000;
}
#header .nav-toggle a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
#header .nav-toggle a:hover {
  text-decoration: none;
}
#header .nav-toggle span {
  display: none;
}



.highlight {
	background-color: #ffffe0;
	border-color: #e6db55;
	border-style: solid;
	border-width: 1px;
	padding: 0 0.6em;
}

.post-508 .type-header header h1, .post-6887 .type-header header h1 {
	display:none !important;
	}



/* Tweak the custom three column width */

.threecol-two, .threecol-one {
	float: left;
	margin-right: 0%;
	margin-bottom: 4%;
	position: relative;
}

.threecol-one .last {
	margin-top:-23px !important;
}

/* Marketing Huddle (4355) and Thank You Page (3903) Title */

.post-3903 h1, .post-4355 h1 {
	text-align:center !important;
	font-size: 4em !important;
}




/* CASL Custom Styling - page specific */

/* CASL Audit Landing Page Customization */

.post-3288 header h1 {
	display:none !important;
}

.page-id-3288 #main-nav {
   display: none;
}

.page-id-3288 #top {
	display:none;
}

.page-id-3288 #content {
	padding:0px;
}

.post-3288 #top {
	display:none !important;
} 

.page-id-3288 a {
	color: #0000FF;
	text-decoration: none;
	text-decoration: underline;
}

/* Footer customization */

#footer-widgets .widget h3 {
	padding: 0;
	border: none;
	font-size: 1.3em;
	font-weight: 700;
}

#footer-widgets .woo-sc-hr, .woo-sc-divider {
clear: both;
display: block;
margin-bottom: 5px;
padding-top: 0px;
width: 100%;
}

/* EOT CASL Audit Landing Page Customization */

/* CASL Audit + Campaign Landing Page Customization */

.post-3367 header h1 {
	background-color: #ffffe0;
	border-color: #e6db55;
	border-style: solid;
	border-width: 1px;
	padding: 0.6em 0 0.6em 0;
	text-align: center;
	margin-top:30px;
}

.post-3367 header {
	display: block;
	margin-top: 30px;
}

.page-id-3367 #main-nav {
   display: none;
}

.page-id-3367 #top {
	display:none;
}

.page-id-3367 #content {
	padding:0px;
}

.post-3367 #top {
	display:none !important;
} 

/* EOT CASL Audit + Campaign Landing Page Customization */

.post-3188 header h1, .post-6887 header h1 {
	display:none !important;
}

.post-3188 h3 {
	text-align:center;
	margin-bottom: -40px;
}



.post-2347 .title {
	display:none !important;
	}

.post-2016 h1 {
	text-align:center;
}

.post-507 .post-meta, .post-6887 .post-meta {
	display:none;
}

.post-508 .post-meta {
	display:none;
}

.post-509 .post-meta {
	display:none;
}

.post-510 .post-meta {
	display:none;
}

.post-522 .post-meta {
	display:none;
}

.post-523 .post-meta {
	display:none;
}

.post-524 .post-meta {
	display:none;
}

/* Video Marketing Feature */

.post-2032 .post-meta {
	display:none;
}

.post-2032 h1 {
	display:none;
}


.post-2032 h3 {
	padding-bottom: 20px;
	text-align: center;
}

.post-2032 #post-author {
	display:none;
}

.post-2032 .highlight {
	background-color: #ffffe0;
	border-color: #e6db55;
	border-style: solid;
	border-width: 1px;
	padding: 0 0.6em;
	text-align: center;
}

.widget_woo_subscribe h3 {
    display:none;
}

.post-508 h1 {
	display:none !important;
	}

.post-507 h1 {
	display:none !important;
	}

/* Video marketing page customization */

.post-2032 div.woo-sc-box.download {
	border-color: #d4ebaf;
	background-color: #edfcd5;
}

.post-2032 .entry ul {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.post-2032 .entry li {
	font: normal 1.1em/1.5em 'proxima-nova', arial, sans-serif;
	color: #474747;
	line-height: 2em;
	text-align: left !important;
}

#landing {
	font-size: 2em;
	line-height: 1.387em;
	text-align: center;
}

aside#sidebar.col-right .widget h3 {
	font-size: 1.387em;
	border-bottom: 1px dotted #e6e6e6;
	background-color: #ffffe0;
	border-color: #e6db55;
	border-style: solid;
	border-width: 1px;
	padding: 0.6em;
	line-height: 1.2em;
	text-align:center;
}

aside#sidebar.col-right .widget.gform_widget h3 {
	font-size: 1.387em;
	line-height: 1.5em;
	border-bottom: 1px dotted #e6e6e6;
	border-style: solid;
	border-width: 1px;
	padding: 0.6em;
	color: #b94a48;
	background-color: #f2dede;
	border-color: #ebccd1;
}

#shaon-pricing-table .feature-content li {
    border-top: 1px solid #FFFFFF !important;

}

/* Conversion customer style customization - Header */
div#text-35.widget.widget_text {
	padding: 50px 30px;
	border: 1px solid #dddddd;
	text-align: center;
	background: #000 !important;
}

div#text-35.widget.widget_text h3 {
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
	background-color: black;
	font-weight: normal;
	margin-bottom: 16px;
	font-family: "museo-sans-rounded", sans-serif !important;
}

div#text-35.widget.widget_text p {
	color:#fff;
}

/* Align the main content to the custom sidebar */
.post-3894 .post, .type-page {
	/*margin: 40px 0 3.631em;*/
}

/* CUSTOM HEADER FOR TRAFFIC LEADS CONVERSIONS */
.post-3872 .post header h1, .type-page header h1 {
	/* font-family: "Titillium Web",sans-serif; */
	font-family: "museo-sans-rounded", sans-serif !important;
	color: rgb(2, 2, 2);
	margin: 0px 0px 0px;
	font-weight: 400;
	padding-bottom: 0px;
	font-size: 3em;
	line-height: 1.387em;
	text-align: left;
	margin-top: -50px;
}

/* Homepage customization - Header */
div#text-34.widget.widget_text h3 {
	padding: 0 0 0em;
	border-bottom: none;
	line-height: 1.2em;
	text-align: center;
	font-size: 4em;
	margin-bottom: 0px;
}


/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
	#header #navigation {
	  	float: right;
		width: auto;
		clear: none;
	}

.google_badge {
	margin-left:30px;
	margin-top:-50px; 
	margin-bottom:0px; 
	margin-right:0px;"
}

	a.woo-sc-button.large.cta-button span {
	color:white;
	text-shadow: none;
	font-family: "museo-sans-rounded", sans-serif !important;
}
	
	#header #logo {
    	margin: none !important;
    	margin-left: 30px;
    	width: 300px !important;
	}

#top #top-nav {
	display: block;
	font-weight: bold;
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
}

#sidebar {
	margin-top: 0;
	max-width: 100%;
	width: 37%;

}

.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3172 {
	background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #e06f00), color-stop(1, #ff8915));
	color:black;
}

.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3172:hover {
	background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #e06f00), color-stop(1, #ff8915));
}

li#menu-item-3172.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3172 a:hover {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E09348), color-stop(1, #FF9D3D));
}
	
	.post img {
    border-radius: 5px 5px 5px 5px;
    background-clip: padding-box;
    max-width: 100%;
    height: auto;

}

#featured.fade {
    padding: 3.631em 1.618em 0.5em;
}

/* align Flexslider images with first column content */
#featured .flexslider .slide-media {
	float: right;
	width: 48%;
	margin: 0;

}

img.woo-image.slide-image {
	margin-top:8%;
}

.features .feature { float: left; }

.home .testimonials .quote {
    margin: 3% 0% 0em 2%;
    clear: none;
    width: 30.75%;
    float: left;
}

.entry blockquote {
    position: relative;
    border-top: 2px solid #60622f;
    border-bottom: 2px solid #60622f;
    margin: 10px 0px 1.618em;
    padding: 2em 0px 0px 2.618em;
    quotes: """ """ "'" "'";
    font-style: italic;
    overflow: hidden;
}


.widget {
	margin-bottom: 1.618em;
	padding-left: 1.618em;
	padding-bottom: 0.25em;
	background: white !important;
}

h1, h2, h4, h5, h6 {
	/*font-family: "Titillium Web",sans-serif;*/
	font-family: "museo-sans-rounded", sans-serif !important;
	color: #020202;
	margin: 0 0 .618em;
	font-weight: 400;
}

h3 {
	/*font-family: "Titillium Web",sans-serif;*/
	font-family: "museo-sans-rounded", sans-serif !important;
	color: #020202;
	margin: 0 0 .618em;
	margin-bottom:20px;
	font-weight: 400;
}

.post header h1, .type-page header h1 {
	/*font-family: "Titillium Web",sans-serif;*/
	font-family: "museo-sans-rounded", sans-serif !important;
    color: rgb(2, 2, 2);
    margin: 0px 0px 0em;
    font-weight: 400;
	padding-bottom: 0.5em;
	font-size: 3em;
	line-height: 1.387em;
}

/* Custom header for team profiles */
.post-3826 header h1, .post-3826 .type-page header h1 {
	font-size: 2.5em;
	text-align: center;
}

/* post headers customization Honeypot Grow */

.post-2347 header h1 {
	/* font-family: "Titillium Web",sans-serif; */
	font-family: "museo-sans-rounded", sans-serif !important;
	color: rgb(2, 2, 2);
	margin: 0px 0px 0em 20px;
	font-weight: 400;
	padding-bottom: 1em;
	font-size: 3em;
	line-height: 1.387em;
}

.post-3367 header h1 {
	text-align: center;
}

.post-3288 header h1 {
	text-align: center;
	margin-top: 15px;
}

.alignleft {
    float: left;
    margin: 0px 1.618em 1em 0px;
}

.post img .alignleft {
    border-radius: 5px 5px 5px 5px;
    background-clip: padding-box;
    max-width: 100%;
    height: auto;
    float: left;
}

.post li {
	margin-bottom:25px;
}

.entry, .entry p {
	font: normal 1.1em/1.5em 'proxima-nova', arial, sans-serif;
	color: #474747;
	line-height: 1.7em;
}

.post li {
	font: normal 1.1em/1.5em 'proxima-nova', arial, sans-serif;
	margin-bottom: 25px;
}



.widget ul li {
border-bottom: 1px solid #eee;
padding: 6px 0;
font: normal 1.1em/1.5em 'proxima-nova', arial, sans-serif;
}



/* Mobile post titles */

.post h1, .post h1 a:link, .post h1 a:visited {
	font: bold 3em/1em 'Titillium Web', arial, sans-serif;
	color: #000;
}

#header .nav-toggle {
	top:0em !important;
}

.triangle_left {
	margin-top: 5px;
	float: left;
	width: 0;
	height: 0;
	border-top: 260px solid #D1D3D4;
	border-left: 8px solid transparent;
	-moz-transform: scale(0.9999);
	}
	
.triangle_bottom {
	clear: left;
	width: 0;
	height: 0;
	border-top: 13px solid #D1D3D4;
	border-left: 475px solid transparent;
	-moz-transform: scale(0.9999);
}

.slides {
    list-style: none outside none;
}

.slide-media {
    float: right;
    margin: 0;
    width: 48%;
}

#featured .flexslider .slide-content {
	float: left;
	width: 48%;
	margin-top:25px;
}

.highlight {
	background-color: #fffbcc; border-color: #e6db55; border-style: solid; border-width: 1px; padding: 0px 0.6em; margin-right: 10px;
}

#navigation ul.nav li a {
	padding: .236em 1em;
	text-decoration: none;
}

#navigation ul.nav li a:active {
    padding: .236em 1em;
    text-decoration: none;
    color: white !important;
}


#navigation ul.nav li a:hover {
	padding: .236em 1em;
	text-decoration: none;
	color: white !important;
}

#navigation ul.nav li.current_page_item > a, #navigation ul.nav li.current_page_parent > a, #navigation ul.nav li.current-menu-ancestor > a, #navigation ul.nav li.current-cat > a, #navigation ul.nav li.li.current-menu-item > a {
	padding: .236em 1em;
	background: #0d0d0d;
	text-decoration: none;
	color: white !important;
}

#header {
	margin: 0 -1.618em;
	padding: 3.631em 1.618em 1.618em;
	clear: both;
	position: relative;
	background: #333333 url('images/brickwall.png') repeat top left;
	border-bottom: 1px solid #ddd;
}



.highlight {
	background-color: #ffffe0;
	border-color: #e6db55;
	border-style: solid;
	border-width: 1px;
	padding: 0 0.6em;
}


/* inside list styles */

.entry ul li {
	list-style: disc;
	list-style-position: inside;
}

.entry li {
	/*font: normal 1.1em/1.5em 'proxima-nova', arial, sans-serif;*/
	color: #474747;
	line-height: 1.7em;
	margin-bottom: 20px;
}

.entry li.tight {
	font: normal 1.1em/1.2em 'proxima-nova', arial, sans-serif;
	color: #474747;
	line-height: 0.5em;
}

TABLE, TR, TD, TEXTAREA, INPUT, SELECT {
	font: normal 1em/1em 'proxima-nova', arial, sans-serif !important;
	color: #474747 !important;
	line-height: 1.1em !important;
	}

/* Knowledge Base WL Member */

#wlkb .wlkb_search_form .search-field {
	width: 80%;
	margin-right: 10px;
	margin-bottom:30px;
	border: 1px solid #555;
   padding: 0.5em;
   font-size: 15px;
   line-height: 1.2em;
   width: 80%;
   background: #fff;
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
   -webkit-appearance: none;
   -webkit-box-shadow: 1px 1px 1px #fff;
   -webkit-border-radius: 0.5em;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aaa), color-stop(0.12, #fff));
}

#wlkb .wlkb_search_form .submit {
	width: 81%;
}

#dd_ajax_float .dd_button_v {
	width: auto;
	height: auto;
	line-height: 0;
	padding: 8px 1px;
}

.last {
	clear: right;
	margin-right: 0 !important;
	font: normal 1em/1.5em 'proxima-nova', arial, sans-serif;
	color: #474747;
	line-height: 1.5em;
}

.feature.last {
clear: right;
margin-right: 0 !important;
font: normal 1.1em/1.5em 'proxima-nova', arial, sans-serif;
color: #474747;
line-height: 1.5em;
margin-top:0px !important;
}

.last .h3 {
    margin-top: 5px;
}

a.woo-sc-button span {
	line-height: 1.2em;
	min-height: 16px;
	color: #666;
}

/* CUSTOM GFORM STYLES */

.gform_wrapper .gform_heading {
	width: 98%;
	margin-bottom: 18px;
	font: normal 1.1em/1.5em 'proxima-nova', arial, sans-serif;
}

.gform_wrapper h3.gform_title {
	width: 98%;
	margin-top: 25px;
	margin-bottom: 25px;
}

.gform_wrapper .gform_footer {
	padding: 0px 0 10px 0px;
	margin: 16px 0 0 25px;
	clear: both;
	font-size: 1.8em;
}



/* Conversion customer style customization - Header */
div#text-35.widget.widget_text {
	padding: 50px 30px;
	border: 1px solid #dddddd;
	text-align: center;
	background: #000 !important;
}

div#text-35.widget.widget_text h3 {
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
	background-color: black;
	font-weight: normal;
	margin-bottom: 16px;
	font-family: "museo-sans-rounded", sans-serif !important;
}

div#text-35.widget.widget_text p {
	color:#fff;
}

/* About Us Conversion Sidebar */

div#text-40.widget.widget_text {
	padding: 50px 30px;
	border: 1px solid #dddddd;
	text-align: center;
	background: #000 !important;
}

div#text-40.widget.widget_text h3 {
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
	background-color: black;
	font-weight: normal;
	margin-bottom: 16px;
	font-family: "museo-sans-rounded", sans-serif !important;
}

div#text-40.widget.widget_text p {
	color:#fff;
}

/* Align the main content to the custom sidebar */
.post-3894 .post, .type-page {
	/*margin: 40px 0 3.631em;*/
}


/* CUSTOM GFORM STYLES FOR VIDEO MARKETING PAGE */

.post-2679 .gform_wrapper {
	overflow: inherit;
	margin: 10px 0;
	max-width: 98%;
	padding: 20px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #000000;
	-webkit-box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.58);
	-moz-box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.58);
	box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.58);
}

.post-2833 .gform_wrapper {
	overflow: inherit;
	margin: 10px 0;
	max-width: 98%;
	padding: 20px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #000000;
	-webkit-box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.58);
	-moz-box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.58);
	box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.58);
}


#wrapper .woo-sc-button.large.case-study {
	background: #68ace0;
	border-color: white;
}

a.woo-sc-button.case-study span {
	color:white;
	text-shadow: none;
	/*background-color: #68ace0;
	background: #68ace0;*/
	font: normal 0.9em/1.5em 'proxima-nova', arial, sans-serif;
}

#wrapper .woo-sc-button.large.grow {
	background: #68ace0;
	border-color: white;
	width: 100%;
}

#wrapper .woo-sc-button.medium.grow {
	background: #68ace0;
	border-color: white;
	width: 100%;
}

a.woo-sc-button.grow span {
	color:white;
	text-shadow: none;
	background-color: #68ace0;
	background: #68ace0;
	font: normal 0.9em/1.5em 'proxima-nova', arial, sans-serif;
}

.button, a.button, #commentform #submit, .submit, input[type=submit], input.button, button.button, #wrapper .woo-sc-button {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	cursor: pointer;
	font-family: "museo-sans-rounded", sans-serif !important;
	font-style: normal;
	font-weight: 700;
	font-size: 24px !important;
	color: white !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	border: 1px solid #ff8915;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 15px 20px;
	background: #e06f00;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e06f00), color-stop(1, #ff8915));
	background: -ms-linear-gradient(bottom, #e06f00, #ff8915);
	background: -moz-linear-gradient(center bottom, #e06f00 0%, #ff8915 100%);
	margin-right: 0px !important;
  	width: 90%;
  	margin-top: 10px;
}

.button:hover, a.button:hover, #commentform #submit:hover, .submit:hover, input[type=submit]:hover, input.button:hover, button.button:hover, #wrapper .woo-sc-button:hover {
	color: white !important;
	background: #ad5600;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad5600), color-stop(1, #e17000));
	background: -ms-linear-gradient(bottom, #ad5600, #e17000);
	background: -moz-linear-gradient(center bottom, #ad5600 0%, #e17000 100%);
}

div.wpcf7-mail-sent-ok {
	border: 1px solid #e6db55;
	background-color: white;
	font-size: 16px;
}

/* new general CTA */

a.woo-sc-button.large.cta-button span {
	color:white;
	text-shadow: none;
	font-family: "museo-sans-rounded", sans-serif !important;
}

a.woo-sc-button.medium.cta-button span {
	color:white;
	text-shadow: none;
	font-family: "museo-sans-rounded", sans-serif !important;
}

#wrapper a.woo-sc-button.large.cta-button {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	cursor: pointer;
	font-family: "museo-sans-rounded", sans-serif !important;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	color: white !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	border: 1px solid #1e5885;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 15px 20px;
	background: #e06f00;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e06f00), color-stop(1, #ff8915));
	background: -ms-linear-gradient(bottom, #e06f00, #ff8915);
	background: -moz-linear-gradient(center bottom, #e06f00 0%, #ff8915 100%);
	margin-right: 0px !important;
}

#wrapper a.woo-sc-button.medium.cta-button {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	cursor: pointer;
	width:100%;
	font-family: "museo-sans-rounded", sans-serif !important;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	color: white !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	border: 1px solid #1e5885;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 15px 20px;
	background: #e06f00;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e06f00), color-stop(1, #ff8915));
	background: -ms-linear-gradient(bottom, #e06f00, #ff8915);
	background: -moz-linear-gradient(center bottom, #e06f00 0%, #ff8915 100%);
	margin-right: 0px !important;
}

a.woo-sc-button.large.cta-button:hover {
	color: white !important;
	background: #ad5600;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad5600), color-stop(1, #e17000));
	background: -ms-linear-gradient(bottom, #ad5600, #e17000);
	background: -moz-linear-gradient(center bottom, #ad5600 0%, #e17000 100%);
}

/* End new general CTA */

/* Stripe & WL Member New CTA */

.stripe-button {
	-webkit-transition: 0.5s ease !important;
	-moz-transition: 0.5s ease !important;
	-o-transition: 0.5s ease !important;
	transition: 0.5s ease !important;
	cursor: pointer;
	font-family: "museo-sans-rounded", sans-serif !important;
	font-style: normal !important;
	font-weight: 700;
	font-size: 24px;
	width:300px;
	color: white !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important;
	text-decoration: none;
	border: 1px solid #1e5885 !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-background-clip: padding !important;
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box;
	padding: 15px 20px !important;
	background: #e06f00 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e06f00), color-stop(1, #ff8915)) !important;
	background: -ms-linear-gradient(bottom, #e06f00, #ff8915) !important;
	background: -moz-linear-gradient(center bottom, #e06f00 0%, #ff8915 100%) !important;
}

/* new GROW CTA */

a.woo-sc-button.large.grow-cta span {
	color:white;
	text-shadow: none;
	font-family: "museo-sans-rounded", sans-serif !important;
}


#wrapper a.woo-sc-button.large.grow-cta {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	cursor: pointer;
	font-family: "museo-sans-rounded", sans-serif !important;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	color: white !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	border: 1px solid #1e5885;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 15px 20px;
	background: #e06f00;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e06f00), color-stop(1, #ff8915));
	background: -ms-linear-gradient(bottom, #e06f00, #ff8915);
	background: -moz-linear-gradient(center bottom, #e06f00 0%, #ff8915 100%);
}

a.woo-sc-button.large.grow-cta:hover {
	color: white !important;
	background: #ad5600;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad5600), color-stop(1, #e17000));
	background: -ms-linear-gradient(bottom, #ad5600, #e17000);
	background: -moz-linear-gradient(center bottom, #ad5600 0%, #e17000 100%);
}

.entry p.grow-copy {
	font-size: 21px;
	display:inline-block; 
	vertical-align:middle;
	padding-left: 20px;

}

/* End new GROW CTA */

.woo-sc-box.note.rounded.full h3 {
	line-height: 26px;
	text-align:center;
}


/* Custom Flexslider fixes */

.post-499 #featured .flexslider .slide-media {
	float: right;
	width: 48%;
	margin: 0;
	margin-top: 15px;
}

/* Homepage customizations */

.home #content .widget > h3 {
	font-size: 2.618em;
	padding: 0 0 0.53em;
	border-bottom: 1px dotted #e6e6e6;
	line-height: 1.2em;
	text-align:center;
}

#top ul.nav li a {
	text-decoration: none;
	color: white !important;
}

.shortcode-toggle h4 a {
display: block;
padding: 3px 0 3px 10px;
background: #f3f3f3 url(http://honeypotmarketing.com/wp-content/themes/definition/functions/images/shortcode-toggle-close.png) no-repeat 99% center;
font-size: 1.5em;
}

#footer-widgets .widget {
padding: 0;
background: transparent !important;
}

/* Custom Share Styles */

#shareContainer {
	/*position: absolute;*/
	right: 0;
	top: 6px;
	text-align:center;
}

#masthead ol, #masthead ul, #pageFooter ol, #pageFooter ul {
	list-style: none;
	display: inline;
	margin: 10px 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	list-style-position: inside;
}

#shareContainer li {
	display: inline-block;
	margin-left: 8px;
	/* float: left; */
}

#shareContainer li a {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url('images/spritesheet-share-icons.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-align:center;
}

#shareContainer li a.facebook {
background-position: left top;
}

#shareContainer li a.facebook:hover {
background-position: left -40px;
}

#shareContainer li a.twitter {
background-position: -40px top;
}

#shareContainer li a.twitter:hover {
background-position: -40px -40px;
}


#shareContainer li a.pinterest {
background-position: -80px top;
}

#shareContainer li a.pinterest:hover {
background-position: -80px -40px;
}

#shareContainer li a.youtube {
background-position: -200px top;
}

#shareContainer li a.youtube:hover {
background-position: -200px -40px;
}

#shareContainer li a.googleplus {
background-position: -120px top;
}

#shareContainer li a.googleplus:hover {
background-position: -120px -40px;
}

#shareContainer li a.instagram {
background-position: -160px top;
}

#shareContainer li a.instagram:hover {
background-position: -160px -40px;
}

#shareContainer li a.linkedin {
background-position: -240px top;
}

#shareContainer li a.linkedin:hover {
background-position: -240px -40px;
}

#habla_window_div #olark-callout-bubble, #habla_window_div #olark-callout-bubble-offline {
	position: relative!important;
	opacity: 0.8;
	filter: alpha(opacity=80);
	margin-left:-10px;
}

/* Custom iFrame Wrapper for ActOn Forms */
/*iframe {
	overflow: inherit;
	margin: 10px 0;
	max-width: 98%;
	padding: 20px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #000000;
	-webkit-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.58);
	-moz-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.58);
	box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.58);

}*/


/* ActiveCampaign Forms */
#_form_18 ._form ._field ._option input[type="submit"] {
	-webkit-transition: 0.5s ease !important;
	-moz-transition: 0.5s ease !important;
	-o-transition: 0.5s ease !important;
	transition: 0.5s ease !important;
	cursor: pointer !important;
	font-family: "museo-sans-rounded", sans-serif !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 24px !important;
	color: white !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important;
	text-decoration: none !important;
	border: 1px solid #ff8915 !important;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
	-moz-background-clip: padding !important;
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box !important;
	background: #e06f00 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e06f00), color-stop(1, #ff8915)) !important;
	background: -ms-linear-gradient(bottom, #e06f00, #ff8915) !important;
	background: -moz-linear-gradient(center bottom, #e06f00 0%, #ff8915 100%) !important;
	margin-right: 0px !important;
	width: 90%;
  	margin-top: 10px;
}

input[type="email"], input[type="text"], textarea {
	border: 1px solid #ccc;
	padding: 8px 12px;
	width: 90%;
}

#_form_18 ._form ._field ._option input[type="email"]:focus, input[type="text"]:focus, textarea:focus {
  border-color: #e06f00;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(224, 111, 0,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(224, 111, 0,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(224, 111, 0,0.6);
}

._label {
	margin-top:10px !important;
}

#compile73 {
	width:90% !important;
}

.formwrapper {
	padding:30px !important;
}

#header .nav-toggle a {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4) !important;
}

#footer-widgets a {
  color: #353535 !important;
}

ul.sub-menu nav li a, ul.nav ul li a {
	color:white !important;
}

/* Updated blockquote */

.entry blockquote:before {
    content: open-quote;
    position: absolute;
    top: 0;
    left: 0;
    font-family: Georgia, serif;
    font-size: 4em;
    line-height: 1;
    margin: 20px 0 0 10px;
    vertical-align: -0.4em;
}


