/*
	Theme Name: Cleverclicks Child Theme
	Theme URI: http://cleverclicks.com.au
	Description: Cleverclicks is a two or three column child theme created on the Genesis Framework. Theme theme is totally customzed for CliverClicks.com.au
	Author: Catch Internet Pvt. Ltd.
	Author URI: http://catchinternet.com/
 
	Version: 1.0
 
	Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
	Template: genesis
	Template Version: 1.9.1
*/

/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Open+Sans);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #393939;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
}

input,
select,
textarea {
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #222;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}
/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Clearing
------------------------------------------------------------ */

#header-top:after,
#wrap:after,
#inner:after,
.ppc:after,
.seo-boxes:after,
.widget-wrap:after,
#footer-widgets:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #51a91e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap, .wrap {
	margin: 0 auto;
	width: 1140px;
}

.cleverclicks-landing #wrap,
.cleverclicks-landing .wrap {
	width: 800px;
}

/* Header Top
------------------------------------------------------------ */
#header-top {
	background: #3d3d3d; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#585858, #3d3d3d);
	background: -o-linear-gradient(#585858, #3d3d3d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#585858), to(#3d3d3d)); /* older webkit syntax */
	background: -webkit-linear-gradient(#585858, #3d3d3d);
	border-bottom: 1px solid #909090;
}
#header-top,
#header-top a {
	color: #ebebeb;
}
#topwrap {
	
}
#topwrap ul {
    float: right;
    margin: 0;
    width: auto;
}
#topwrap ul li {
	float: left;
	line-height: 40px;
    list-style-type: none;
	margin-left: 20px;
}
#topwrap .twitter a,
#topwrap .googleplus a,
#topwrap .phone .call {
	background: url("images/icons.png") no-repeat transparent;
    text-indent: -99999px;
}
#topwrap .twitter a {
	background-position: 0 10px;
	display: block;
    width: 20px;
}
#topwrap .googleplus a {
    background-position: -69px 10px;
    display: block;
    width: 22px;
}
#topwrap .phone {
	background: #429711; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#51b018, #429711);
	background: -o-linear-gradient(#51b018, #429711);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#51b018), to(#429711)); /* older webkit syntax */
	background: -webkit-linear-gradient(#51b018, #429711);
	padding: 0 15px;
}
#topwrap .phone .call {
    background-position: 0 -31px;
    display: inline-block;
    width: 30px;
}

/* Header
------------------------------------------------------------ */

#header {
	margin: 35px auto;
	min-height: 59px;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	width: 25%;
}

#title {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.25;
	margin: 0 0 5px;
}

#title a,
#title a:hover {
	color: #222;
	display: block;
	padding: 27px 0 0;
	text-decoration: none;
}

#header .widget-area {
	float: right;
	margin: 10px 0;
	width: 75%;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	padding: 0;
	width: 25%;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	color: #393939;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	float: right;
	margin: 0;
	width: auto;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #666;
	display: block;
	font-weight: bold;
	padding: 10px 20px;
	position: relative;
	text-decoration: none;
}

.menu-primary li a:active,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu .current-menu-item a {
	background-color: #51a91e;
	color: #fff;
}

.menu-primary li:hover a,
.menu-primary li a:hover,
.menu-secondary li a:hover,
.menu-secondary li:hover a,
#header .menu li a:hover,
#header .menu li:hover a {
	background-color: #51a91e;
	color: #fff;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	border-top: none;
	color: #666;
	font-size: 12px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 143px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #51a91e;
	color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 165px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 155px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -40px 0 0 164px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 15px 20px;
}

.menu li.right a {
	color: #666;
	display: inline;
}

.menu li.right a:hover {
	color: #222;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	background-color: #fff;
	box-shadow: 0 0 0 1px #fff;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

.cleverclicks-home #inner {
	overflow: visible;
}


/* Genesis Responsive Slider
------------------------------------------------------------ */

#content #genesis-responsive-slider {
	background: none;
	border: none;
	padding: 0;
}

#content #genesis-responsive-slider .slide-excerpt {
	-moz-box-sizing: border-box;
	background-color: #222;
	box-sizing: border-box;
	filter: alpha(opacity=100);
	height: 100%;
	margin: 0;
	padding: 3% 4%;
	opacity: 1;
	width: 29%;
}

#content #genesis-responsive-slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 3%;
}

#content #genesis-responsive-slider h2 a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#content #genesis-responsive-slider p {
	color: #ddd;
}

#content #genesis-responsive-slider .flex-direction-nav li a {
	background: url(images/bg-direction-nav.png) no-repeat -50px 0;
	height: 49px;
	right: -25px;
	width: 50px;
}

#content #genesis-responsive-slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

#content #genesis-responsive-slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	left: -25px;
}

#content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

#content #genesis-responsive-slider .flexslider .slides > li {
	overflow: hidden;
}

#content #genesis-responsive-slider .flex-control-nav {
	margin: -30px 0 0 0;
}

#content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt {
	margin: -50px 0 0 60px;
	text-align: left;
}

#content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt li a {
	background: url(images/bg_control_nav.png) no-repeat 0 0;
}

#content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt li a.active {
	background-position: 0 -26px;
}


/* Home Page
------------------------------------------------------------ */

.home-middle,
.home-top {
	background-color: #fff;
	clear: both;
	overflow: hidden;
	padding: 60px 40px 0;
}

.home-middle .widget,
.home-top .widget {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 30px;
	width: 33%;
}

.cleverclicks-home .hentry {
	margin: 0;
}

.cleverclicks-home .featuredpage img,
.cleverclicks-home .featuredpost img {
	margin: 0 0 30px;
}
.cleverclicks-home a.more-link {
	clear: both;
	display: block;
	margin: 30px 0 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {		
	float: left;
	width: 100%;
}


/* Home Widgets
------------------------------------------------------------ */

.home #content .widget {
	margin-bottom: 15px;
}
.home #content .widget.home-featured {
	padding-bottom: 35px;
}
.home .home-featured .widget-wrap {
	background: #fff;
}
#content-sidebar-wrap .video {
    float: left;
    padding: 25px 0 0;
    width: 55%;
}
#content-sidebar-wrap .infusionsoft {
	background-color: #fff;
    float: right;
    padding: 20px 0;
    width: 40%;
}
.infusionsoft h2,
.infusionsoft p {
	color: #fff;
}
.infusionsoft h2 {
	margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
}
.infusionsoft p {
    font-size: 13px;
    margin-bottom: 15px;
}
.infusionsoft form p {
	margin-bottom: 0;
}
.infusionsoft form input,
.infusionsoft form input.watermark,
.infusionsoft form select {
	background-color: #fff;
	border: none;
	color: #7c7c7c;
	padding: 7px 3%;
    width: 94%;
}
.infusionsoft form input[type="button"], 
.infusionsoft form input[type="submit"] {
	background-color: #ef6f11;
	color: #fff;
	margin: 15px 0 0;
	width: 100%;
}
.infusionsoft form select {
	width: 100%;
}
.infusionsoft form input,
.infusionsoft form input.watermark,
.infusionsoft form select {
	margin-bottom: 10px;
}
.infusionsoft form img.ajax-loader {
	display: none;
}
.cleverclicks-home .home-cta {
	-moz-box-sizing: border-box;
	background-color: #fff;
	box-sizing: border-box;
	float: left;
	width: 100%
}
.ppc .ppc-box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f3f3f3;
	border-radius: 5px;
	padding: 20px 25px;
	text-align: center;
}
.seo-boxes .seo-box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f3f3f3;
	border-radius: 5px;
	padding: 20px 25px;
	text-align: center;
}
.ppc .ppctitle {
	color: #ef6f11;	
	font-size: 18px;
	margin-bottom: 5px;
	text-align: left;
}
.seo-boxes .seotitle {
	color: #51a91e;	
	font-size: 18px;
	margin-bottom: 5px;
	text-align: left;
}
.ppc p,
.seo-boxes p {
    color: #393939;
    margin-bottom: 0;
	text-align: left;
}
.ppc .ppc-box .button {
    background: url("images/icons.png") no-repeat scroll 90px -86px #ef6f11;
    clear: both;
    display: inline-block;
    margin-top: 15px;
    padding: 2px 35px 2px 15px;
}
.seo-boxes .seo-box .button {
    background: url("images/icons.png") no-repeat scroll 90px -323px #51a91e;
    clear: both;
    display: inline-block;
    margin-top: 15px;
    padding: 2px 35px 2px 15px;
}
.ppc .ppc-box .button:hover,
.seo-boxes .seo-box .button:hover {
	background-color: #7d7d7d;
}
#ppcheading,
#seoheading {
	font-size: 20px;
    font-weight: blod;
    text-align: center;
}
.page #ppcheading {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
}
#pressheading a, 
#testimonialsheading a { 
	color: #51a91e;
	font-size: 26px;
    font-weight: normal;
}

#pressheading a:hover, 
#testimonialsheading a:hover {
	color: #000;
}
.home #content .widget.testimonials {
	border-top: 1px solid #e2e2e2;
	padding-top: 30px;
}
.press .press-image {
    border: 1px solid #e1e1e1;
	text-align: center;
    width: 200px;
}
.press .press-image img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.press .press-image,
.testimonials .testimonials-image {
	margin-right: 3.5%;
}
.press .presstitle,
.testimonials .testimonialstitle {
	margin-bottom: 5px;
}
.press .presstitle a,
.testimonials .testimonialstitle a {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}
.press .presstitle a:hover,
.testimonials .testimonialstitle a:hover,
.testimonials .testimonials-link:hover {
	color: #51a91e;
	text-decoration: none;
}
.press .entry-content p,
.testimonials .entry-content p {
    font-size: 14px;
    margin-bottom: 0;
}
.testimonials .testimonials-link {
    color: #393939;
    display: block;
    margin-top: 10px;
    text-align: right;
}
.press .presstitle a span,
.testimonials .testimonials-link span  {
    background: url("images/icons.png") no-repeat scroll 0 -130px transparent;
    display: inline-block;
    height: 18px;
    margin-bottom: -3px;
    margin-left: 4px;
    width: 24px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	color: #777;
	font-size: 12px;
	margin: -30px 0 30px;
	padding: 20px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 15px 20px;
}

.taxonomy-description p {
	font-size: 14px;
}


/* Make sure embeds and iframes fit their containers 
------------------------------------------------------------ */
embed,
iframe,
object {
	max-width: 100%;
}



/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 30px 60px 10px 5px;
	width: 680px;
}

.sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 1020px;
}

.full-width-content.cleverclicks-home #content {
	padding: 0 0 20px;
	width: 100%;
}

.full-width-content.cleverclicks-landing #content {
	padding: 30px 60px 0;
	width: 680px;
}

.post-type-archive-portfolio.full-width-content #content {
	padding: 40px 30px 0;
	width: 1080px;
}

.hentry {
	margin: 0 0 40px;
}

.post-type-archive-portfolio .hentry,
.single-portfolio .hentry {
	margin: 0 0 20px;
}

.cleverclicks-landing .hentry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.sticky {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	padding: 20px 30px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Portfolio
------------------------------------------------------------ */

.post-type-archive-portfolio .portfolio {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 30px 30px;
	width: 33%;
}

.single-portfolio #content {
	text-align: center;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	color: #393939;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1,
h2,
h2 a,
h2 a:visited {
	clear: both;
	font-size: 22px;
	margin: 0 0 20px;
}

h2 a:hover {
	color: #64c9ea;
	text-decoration: none;
}

.cleverclicks-home .home-middle h2 a,
.post-type-archive-portfolio h2 a,
.taxonomy-description h1,
.widget-area h4 {
	font-size: 16px;
	text-transform: uppercase;
}

.sidebar h2 a,
.sidebar h2 a:hover {
	font-size: 16px;
}

h3 {
	font-size: 36px;
}

#comments h3,
#respond h3 {
	font-size: 30px;
}

h4,
.cleverclicks-home .home-cta h4 {
	font-size: 24px;
}

.widget-area h4 a {
	text-decoration: none;
}
.cleverclicks-home .home-cta h4 {
	margin: 0 0 5px;
	text-transform: none;
}
h5 {
	font-size: 20px;
}

h6,
.taxonomy-description h1,
.widget-area h4 {
	font-size: 16px;
	margin: 0 0 20px; 
	text-transform: uppercase;
}
.hentry .entry-title,
.page-title .entry-title {
    color: #51A91E;
    font-size: 26px;
    font-weight: normal;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 35px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info .date-info {
	background-color: #f8f8f8;
	color: #777;
	font-size: 12px;
	float: left;
	margin: 0 0 25px -60px;
	padding: 20px 20px 20px 60px;
	text-transform: uppercase;
}

.post-info .comments {
	background-color: #64c9ea;
	color: #fff;
	float: left;
	font-size: 12px;
	padding: 20px;
	text-transform: uppercase;
}

.post-info .comments a {
	color: #fff;
}

.post-info .post-comments {
	background: url(images/bg-comments.png) no-repeat 0 2px;
	padding-left: 35px;
}

.post-info .author,
.post-info .date {
	font-weight: bold;
}
.page-template-page_cc_podcasts-php .post-info { 
	display: none;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px dotted #ddd;
	clear: both;
	font-size: 14px;
	padding: 10px 0 0;
}

.page-template-page_cc_podcasts-php .post-meta .categories { 
	display: none;
}

/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 4px;
	padding: 0 0 0 10px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 30px;
}

.author-box p {
	font-size: 14px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.7%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.post-image {
	border: 1px solid #fff;
}

.post-image {
	margin: 0 10px 10px 0;
}

.alignleft .avatar {
	margin: 0 10px 0 0;
}

.alignright .avatar {
	margin: 0 0 0 10px
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 20px 0 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin: 5px 10px 10px 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 0 20px 20px 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 20px 20px;
}

.wp-caption {
	padding: 20px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 30px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #64c9ea;
	border-radius: 5px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	padding: 9px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #6bd5f1;
	border: none;
	text-decoration: none;
}


/* Primary Sidebar
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	padding: 0 0 30px;
	width: 395px;
}
.sidebar .widget {
	background-color: #f8f8f8;
}
#content-sidebar-wrap .sidebar .infusionsoft {
	padding: 0;
	width: 100%;
}
#content-sidebar-wrap .sidebar .infusionsoft h4 {
	color: #fff;
	text-transform: none;
	font-size: 18px;
    line-height: 1.5;
}

.sidebar-content #sidebar {
	float: left;
}

.sidebar p {
	font-size: inherit;
	margin: 0 0 15px;
}

.sidebar .widget {
	margin: 0;
	padding: 30px 40px;
}

#sidebar-alt.sidebar .widget {
	padding: 30px 15px;
}

.sidebar.widget-area ul {
	margin-left: 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	list-style-image: url(images/bg-li.png);
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

select {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline;
	padding: 5px;
	width: 100%;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"],
a.button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #64c9ea;
	border-radius: 5px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
}
input:hover[type="button"],
input:hover[type="submit"],
a:hover.button {
	background-color: #6bd5f1;
	border: none;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	margin: 30px 0 0;
}

.menu-primary .searchform {
	margin: 8px 0 0;
}

.s {
	-moz-box-sizing: border-box;
	background: #fff url(images/bg-search.png) no-repeat right;
	box-sizing: border-box;
	color: #888;
	font-size: 10px;
	margin: 0 0 10px;
	padding: 15px;
	text-transform: uppercase;
	width: 100%;
}

.menu-primary .s {
	width: 200px;
}

.searchsubmit {
	display: none;
}


/* eNews and Update Widget
------------------------------------------------------------ */

#sidebar .widget.enews-widget {
	background-color: #222;
	margin: 0 0 30px;
	padding: 40px;
}

.enews p {
	color: #ddd;
	margin: 0 0 25px;
}

.enews #subbox {
	-moz-box-sizing: border-box;
	background-color: #fff;
	box-sizing: border-box;
	color: #888;
	font-size: 10px;
	margin: 0 0 10px;
	padding: 15px;
	text-transform: uppercase;
	width: 100%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
    background: url("images/footer-bg.gif") repeat-x scroll 0 0 #f5f5f5;
    border-top: 1px solid #eaeaea;
    color: #6e6e6e;
    font-size: 13px;
    width: 100%;
}
#footer-widgets .wrap {
	overflow: hidden;
	padding: 30px 0 0;
}
#footer-widgets .widget-area {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 30px 0 0;
    width: 18%;
}
#footer-widgets .widget-area.footer-widgets-5 {
    background: url("images/footer-address.gif") repeat-y scroll 0 0 transparent;
    padding: 0 0 0 70px;
    width: 28%;
}
#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 30px;
	padding: 0;
}
#footer-widgets .widgettitle, 
#footer-widgets .widgettitle a, 
#footer-widgets .menu a {
    color: #393939;
    font-size: 15px;
    font-weight: normal;
	margin-bottom: 5px;
    text-transform: none;
}
#footer-widgets ul {
	margin: 0 0 0 20px;
}
#footer-widgets .widget-area ul li {
	list-style-image: url("images/bg-li-footer.png");
}
#footer-widgets ul.menu,
#footer-widgets .address-profile ul {
    margin: 0;
}
#footer-widgets .widget-area ul.menu li,
#footer-widgets .address-profile ul li {
	list-style: none;
	margin: 0 0 20px;
    padding: 0;
}
#footer-widgets ul.menu .sub-menu,
#footer-widgets ul.menu .sub-menu li {
	margin: 0;
}
#footer-widgets ul.menu .sub-menu  a {
	color: #6e6e6e;
    font-size: 13px;
}
#footer-widgets p {
	color: #c8c8c8;
	font-size: inherit;
	margin: 0 0 20px;
}
#footer-widgets .address-profile ul li {
    background: url("images/icons.png") no-repeat scroll 0 -177px transparent;
	margin: 0;
    padding-left: 28px;
}
#footer-widgets .address-profile .address-phone {
    background-position: 0 -248px;
    font-size: 18px;
    margin: 10px 0;
}
#footer-widgets .address-profile .address-email {
    background-position: 0 -276px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #f5f5f5;
	border-bottom: 1px solid #eaeaea;
	color: #6e6e6e;
	clear: both;
	font-size: 12px;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 10px 0 15px;
	text-align: center;
	text-transform: none;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 0;
}

#footer p {
	font-size: inherit;
}
#footer .copyright,
#footer .copyright a,
#footer .copyright a:visited{
    color: #8e8e8e;
    font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #222;
}

#footer .gototop {
	float: left;
	width: 25%;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 75%;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
	padding: 0;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 30px 30px 0;
} 

.comment-list li ul li {
	margin-right: -22px;
}

.comment-header {
	background-color: #222;
	float: left;
	padding: 30px;
	width: 100%;
}

.comment-author {
	float: left;
}

.comment-content {
	clear: both;
	padding: 30px;
}

.comment-content p {
	font-size: 14px;
	margin: 20px;
}

.comment-list cite,
.ping-list cite,
.says {
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0 4px 0 0;
	padding: 8px 0 0 0;
}

.commentmetadata {
	clear: both;
	float: left;
	font-size: 12px;
	margin: -33px 0 5px 61px;
}

.commentmetadata a {
	color: #bbb;
}

.reply {
	font-size: 14px;
	margin: 0 50px 50px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 6px 10px !important;
}

div.gform_footer input.button {
	color: #fff;
	padding: 9px 20px !important;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* cleverclicks Brown
------------------------------------------------------------ */

.cleverclicks-brown a,
.cleverclicks-brown a:visited {
	color: #a68064;
}

.cleverclicks-brown .menu-primary a,
.cleverclicks-brown .menu-secondary a,
.cleverclicks-brown #header .menu a {
	color: #666;
}

.cleverclicks-brown a.button,
.cleverclicks-brown .menu-primary li a:active,
.cleverclicks-brown .menu-primary .current-menu-item a,
.cleverclicks-brown .menu-secondary li a:active,
.cleverclicks-brown .menu-secondary .current-menu-item a,
.cleverclicks-brown #header .menu li a:active,
.cleverclicks-brown #header .menu .current-menu-item a {
	color: #fff;
}

.cleverclicks-brown input[type="button"],
.cleverclicks-brown input[type="submit"],
.cleverclicks-brown a.button,
.cleverclicks-brown .menu-primary li a:active,
.cleverclicks-brown .menu-primary .current-menu-item a,
.cleverclicks-brown .menu-secondary li a:active,
.cleverclicks-brown .menu-secondary .current-menu-item a,
.cleverclicks-brown .navigation li a,
.cleverclicks-brown .navigation li.disabled,
.cleverclicks-brown .navigation li a:hover,
.cleverclicks-brown .navigation li.active a,
.cleverclicks-brown .post-info .comments,
.cleverclicks-brown #header .menu li a:active,
.cleverclicks-brown #header .menu .current-menu-item a {
	background-color: #a68064;
}

.cleverclicks-brown input:hover[type="button"],
.cleverclicks-brown input:hover[type="submit"],
.cleverclicks-brown a:hover.button,
.cleverclicks-brown .navigation li a:hover,
.cleverclicks-brown .navigation li.active a {
	background-color: #b2886b;
}

.cleverclicks-brown h2 a,
.cleverclicks-brown h2 a:visited {
	color: #222;
}

.cleverclicks-brown.cleverclicks-home .featuredpost h2 a {
	color: #444;
}

.cleverclicks-brown h2 a:hover,
.cleverclicks-brown.cleverclicks-home h2 a:hover,
.cleverclicks-brown.cleverclicks-home .cleverclicks-home .featuredpost h2 a:hover {
	color: #a68064;
}

.cleverclicks-brown .commentmetadata a {
	color: #bbb;
}


/* cleverclicks Green
------------------------------------------------------------ */

.cleverclicks-green a,
.cleverclicks-green a:visited {
	color: #60cd69;
}

.cleverclicks-green .menu-primary a,
.cleverclicks-green .menu-secondary a,
.cleverclicks-green #header .menu a {
	color: #666;
}

.cleverclicks-green a.button,
.cleverclicks-green .menu-primary li a:active,
.cleverclicks-green .menu-primary .current-menu-item a,
.cleverclicks-green .menu-secondary li a:active,
.cleverclicks-green .menu-secondary .current-menu-item a,
.cleverclicks-green #header .menu li a:active,
.cleverclicks-green #header .menu .current-menu-item a {
	color: #fff;
}

.cleverclicks-green input[type="button"],
.cleverclicks-green input[type="submit"],
.cleverclicks-green a.button,
.cleverclicks-green .menu-primary li a:active,
.cleverclicks-green .menu-primary .current-menu-item a,
.cleverclicks-green .menu-secondary li a:active,
.cleverclicks-green .menu-secondary .current-menu-item a,
.cleverclicks-green .navigation li a,
.cleverclicks-green .navigation li.disabled,
.cleverclicks-green .navigation li a:hover,
.cleverclicks-green .navigation li.active a,
.cleverclicks-green .post-info .comments,
.cleverclicks-green #header .menu li a:active,
.cleverclicks-green #header .menu .current-menu-item a {
	background-color: #60cd69;
}

.cleverclicks-green input:hover[type="button"],
.cleverclicks-green input:hover[type="submit"],
.cleverclicks-green a:hover.button,
.cleverclicks-green .navigation li a:hover,
.cleverclicks-green .navigation li.active a  {
	background-color: #66d970;
}

.cleverclicks-green h2 a,
.cleverclicks-green h2 a:visited {
	color: #222;
}

.cleverclicks-green.cleverclicks-home .featuredpost h2 a {
	color: #444;
}

.cleverclicks-green h2 a:hover,
.cleverclicks-green.cleverclicks-home h2 a:hover,
.cleverclicks-green.cleverclicks-home .cleverclicks-home .featuredpost h2 a:hover {
	color: #60cd69;
}

.cleverclicks-green .commentmetadata a {
	color: #bbb;
}


/* cleverclicks Orange
------------------------------------------------------------ */

.cleverclicks-orange a,
.cleverclicks-orange a:visited {
	color: #e0a24b;
}

.cleverclicks-orange .menu-primary a,
.cleverclicks-orange .menu-secondary a,
.cleverclicks-orange #header .menu a {
	color: #666;
}

.cleverclicks-orange a.button,
.cleverclicks-orange .menu-primary li a:active,
.cleverclicks-orange .menu-primary .current-menu-item a,
.cleverclicks-orange .menu-secondary li a:active,
.cleverclicks-orange .menu-secondary .current-menu-item a,
.cleverclicks-orange #header .menu li a:active,
.cleverclicks-orange #header .menu .current-menu-item a {
	color: #fff;
}

.cleverclicks-orange input[type="button"],
.cleverclicks-orange input[type="submit"],
.cleverclicks-orange a.button,
.cleverclicks-orange .menu-primary li a:active,
.cleverclicks-orange .menu-primary .current-menu-item a,
.cleverclicks-orange .menu-secondary li a:active,
.cleverclicks-orange .menu-secondary .current-menu-item a,
.cleverclicks-orange .navigation li a,
.cleverclicks-orange .navigation li.disabled,
.cleverclicks-orange .navigation li a:hover,
.cleverclicks-orange .navigation li.active a,
.cleverclicks-orange .post-info .comments,
.cleverclicks-orange #header .menu li a:active,
.cleverclicks-orange #header .menu .current-menu-item a {
	background-color: #e0a24b;
}

.cleverclicks-orange input:hover[type="button"],
.cleverclicks-orange input:hover[type="submit"],
.cleverclicks-orange a:hover.button,
.cleverclicks-orange .navigation li a:hover,
.cleverclicks-orange .navigation li.active a  {
	background-color: #e9ad50;
}

.cleverclicks-orange h2 a,
.cleverclicks-orange h2 a:visited {
	color: #222;
}

.cleverclicks-orange.cleverclicks-home .featuredpost h2 a {
	color: #444;
}

.cleverclicks-orange h2 a:hover,
.cleverclicks-orange.cleverclicks-home h2 a:hover,
.cleverclicks-orange.cleverclicks-home .cleverclicks-home .featuredpost h2 a:hover {
	color: #e0a24b;
}

.cleverclicks-orange .commentmetadata a {
	color: #bbb;
}


/* cleverclicks Purple
------------------------------------------------------------ */

.cleverclicks-purple a,
.cleverclicks-purple a:visited {
	color: #9e63ec;
}

.cleverclicks-purple .menu-primary a,
.cleverclicks-purple .menu-secondary a,
.cleverclicks-purple #header .menu a {
	color: #666;
}

.cleverclicks-purple a.button,
.cleverclicks-purple .menu-primary li a:active,
.cleverclicks-purple .menu-primary .current-menu-item a,
.cleverclicks-purple .menu-secondary li a:active,
.cleverclicks-purple .menu-secondary .current-menu-item a,
.cleverclicks-purple #header .menu li a:active,
.cleverclicks-purple #header .menu .current-menu-item a {
	color: #fff;
}

.cleverclicks-purple input[type="button"],
.cleverclicks-purple input[type="submit"],
.cleverclicks-purple a.button,
.cleverclicks-purple .menu-primary li a:active,
.cleverclicks-purple .menu-primary .current-menu-item a,
.cleverclicks-purple .menu-secondary li a:active,
.cleverclicks-purple .menu-secondary .current-menu-item a,
.cleverclicks-purple .navigation li a,
.cleverclicks-purple .navigation li.disabled,
.cleverclicks-purple .navigation li a:hover,
.cleverclicks-purple .navigation li.active a,
.cleverclicks-purple .post-info .comments,
.cleverclicks-purple #header .menu li a:active,
.cleverclicks-purple #header .menu .current-menu-item a {
	background-color: #9e63ec;
}

.cleverclicks-purple input:hover[type="button"],
.cleverclicks-purple input:hover[type="submit"],
.cleverclicks-purple a:hover.button,
.cleverclicks-purple .navigation li a:hover,
.cleverclicks-purple .navigation li.active a  {
	background-color: #a969f3;
}

.cleverclicks-purple h2 a,
.cleverclicks-purple h2 a:visited {
	color: #222;
}

.cleverclicks-purple.cleverclicks-home .featuredpost h2 a {
	color: #444;
}

.cleverclicks-purple h2 a:hover,
.cleverclicks-purple.cleverclicks-home h2 a:hover,
.cleverclicks-purple.cleverclicks-home .cleverclicks-home .featuredpost h2 a:hover {
	color: #9e63ec;
}

.cleverclicks-purple .commentmetadata a {
	color: #bbb;
}


/* cleverclicks Red
------------------------------------------------------------ */

.cleverclicks-red a,
.cleverclicks-red a:visited {
	color: #e04b4b;
}

.cleverclicks-red .menu-primary a,
.cleverclicks-red .menu-secondary a,
.cleverclicks-red #header .menu a {
	color: #666;
}

.cleverclicks-red a.button,
.cleverclicks-red .menu-primary li a:active,
.cleverclicks-red .menu-primary .current-menu-item a,
.cleverclicks-red .menu-secondary li a:active,
.cleverclicks-red .menu-secondary .current-menu-item a,
.cleverclicks-red #header .menu li a:active,
.cleverclicks-red #header .menu .current-menu-item a {
	color: #fff;
}

.cleverclicks-red input[type="button"],
.cleverclicks-red input[type="submit"],
.cleverclicks-red a.button,
.cleverclicks-red .menu-primary li a:active,
.cleverclicks-red .menu-primary .current-menu-item a,
.cleverclicks-red .menu-secondary li a:active,
.cleverclicks-red .menu-secondary .current-menu-item a,
.cleverclicks-red .navigation li a,
.cleverclicks-red .navigation li.disabled,
.cleverclicks-red .navigation li a:hover,
.cleverclicks-red .navigation li.active a,
.cleverclicks-red .post-info .comments,
.cleverclicks-red #header .menu li a:active,
.cleverclicks-red #header .menu .current-menu-item a {
	background-color: #e04b4b;
}

.cleverclicks-red input:hover[type="button"],
.cleverclicks-red input:hover[type="submit"],
.cleverclicks-red a:hover.button,
.cleverclicks-red .navigation li a:hover,
.cleverclicks-red .navigation li.active a  {
	background-color: #e95050;
}

.cleverclicks-red h2 a,
.cleverclicks-red h2 a:visited {
	color: #222;
}

.cleverclicks-red.cleverclicks-home .featuredpost h2 a {
	color: #444;
}

.cleverclicks-red h2 a:hover,
.cleverclicks-red.cleverclicks-home h2 a:hover,
.cleverclicks-red.cleverclicks-home .cleverclicks-home .featuredpost h2 a:hover {
	color: #e04b4b;
}

.cleverclicks-red .commentmetadata a {
	color: #bbb;
}


/* cleverclicks Teal
------------------------------------------------------------ */

.cleverclicks-teal a,
.cleverclicks-teal a:visited {
	color: #4be0d4;
}

.cleverclicks-teal .menu-primary a,
.cleverclicks-teal .menu-secondary a,
.cleverclicks-teal #header .menu a {
	color: #666;
}

.cleverclicks-teal a.button,
.cleverclicks-teal .menu-primary li a:active,
.cleverclicks-teal .menu-primary .current-menu-item a,
.cleverclicks-teal .menu-secondary li a:active,
.cleverclicks-teal .menu-secondary .current-menu-item a,
.cleverclicks-teal #header .menu li a:active,
.cleverclicks-teal #header .menu .current-menu-item a {
	color: #fff;
}

.cleverclicks-teal input[type="button"],
.cleverclicks-teal input[type="submit"],
.cleverclicks-teal a.button,
.cleverclicks-teal .menu-primary li a:active,
.cleverclicks-teal .menu-primary .current-menu-item a,
.cleverclicks-teal .menu-secondary li a:active,
.cleverclicks-teal .menu-secondary .current-menu-item a,
.cleverclicks-teal .navigation li a,
.cleverclicks-teal .navigation li.disabled,
.cleverclicks-teal .navigation li a:hover,
.cleverclicks-teal .navigation li.active a,
.cleverclicks-teal .post-info .comments,
.cleverclicks-teal #header .menu li a:active,
.cleverclicks-teal #header .menu .current-menu-item a {
	background-color: #4be0d4;
}

.cleverclicks-teal input:hover[type="button"],
.cleverclicks-teal input:hover[type="submit"],
.cleverclicks-teal a:hover.button,
.cleverclicks-teal .navigation li a:hover,
.cleverclicks-teal .navigation li.active a  {
	background-color: #50e9df;
}

.cleverclicks-teal h2 a,
.cleverclicks-teal h2 a:visited {
	color: #222;
}

.cleverclicks-teal.cleverclicks-home .featuredpost h2 a {
	color: #444;
}

.cleverclicks-teal h2 a:hover,
.cleverclicks-teal.cleverclicks-home h2 a:hover,
.cleverclicks-teal.cleverclicks-home .cleverclicks-home .featuredpost h2 a:hover {
	color: #4be0d4;
}

.cleverclicks-teal .commentmetadata a {
	color: #bbb;
}


/* Podcast
------------------------------------------------------------ */
.page-template-page_cc_podcasts-php .powerpress_player, 
.page-template-page_cc_podcasts-php p.powerpress_links {
    display: none;
}
.page-template-page_cc_podcasts-php .fleft {
    float: left;
}
.page-template-page_cc_podcasts-php .fleft img {
    margin: 0 10px 0 0;
}

/* Case Study
------------------------------------------------------------ */
.page-template-page_cc_casestudy-php .hentry {
    border-bottom: 1px dotted #ccc;
}


/* In The Media & Newsletter
------------------------------------------------------------ */
.page-template-page_cc_inthemedia-php #inthemedia img {
	border: 1px solid #e1e1e1;
}
.page-template-page_cc_inthemedia-php .presstitle {
	font-size: 22px;
}
.page-template-page_cc_inthemedia-php p.readmore,
.page-template-page_cc_newsletter-php p.readmore {
    margin-top: -13px;
    padding-right: 13px;
    text-align: right;
}

/* eBooks
------------------------------------------------------------ */
.page-template-page_cc_ebooks-php .headerimg { 
	border: 2px solid #dedede;
	float: left;
    margin: 5px 10px 5px 0;
    padding: 1px;
}

/* Contact Form 7
------------------------------------------------------------ */
/* COntact Form 7 */
.page-contact .wpcf7 span.label {
	display:inline;
	float:left;
	width:180px;
}
.wpcf7 span.wpcf7-not-valid-tip {
	left:0;
	top:-1px;
	width:302px;
}
.page-contact .wpcf7 input:hover, .page-contact .wpcf7 textarea:hover {
	border:1px solid #FFCC00;

}
.page-contact .wpcf7 input, .page-contact .wpcf7 textarea {
	background:url("images/field-bg-top.gif") repeat-x scroll 0 0 transparent;
	border:1px solid #AAAAAA;
	color:#888888;
	font:0.9em Trebuchet MS,sans-serif;
	padding:3px;
	vertical-align:top;
	width:300px;
}
.page-contact .wpcf7 .wpcf7-checkbox input {
	width:20px;
}
.page-contact .wpcf7 input.wpcf7-submit {
	background:url("images/button-bg.gif") repeat-x scroll 0 0 transparent;
	border-color:#ECECEC #ADADAD #ADADAD #ECECEC;
	border-style:solid;
	border-width:1px;
	width:80px;
	margin-left:405px;
	cursor:pointer;
}
#ebookForm {
	background-color:#F3F0EB;
	border:3px solid #D4D1CC;
	margin:20px auto 0;
	padding:10px 5px 10px 15px;
	width:351px;
}
#ebookForm .topheading {
	background:url("images/ebook.jpg") no-repeat scroll 35px 0 transparent;
	height:38px;
	padding:0 0 15px;
}
#ebookForm h5 {
	color:#000000;
	padding:10px 0 0 85px;
}
#ebookForm p {
	margin:0;
	overflow:hidden;
	padding:0 0 5px;
}

#ebookForm span.label {
	display:inline;
	float:left;
	width:160px;
}
#ebookForm span input, #ebookForm span .wpcf7-not-valid-tip {
	width:180px;
}
#ebookForm .newsletter_subscribe span input {
	display:inline;
	float:right;
	height:15px;
	margin:0 178px 0 0;
	padding:0;
	width:15px;
}

#ebookForm .newsletter_subscribe span.wpcf7-list-item-label {
	display:inline;
	float:left;
	width:145px;
}
#ebookForm input.wpcf7-submit {
	background-image:url("images/button-bg1.png");
	background-position:left top;
	background-repeat:repeat-x;
	border-color:#CCCCCC #222222 #222222 #CCCCCC !important;
	border-style:solid;
	border-width:1px;
	color:#222222;
	float:right;
	font-size:0.8em;
	margin-right:5px;
	padding:4px 2px 3px;
	cursor:pointer;
}

/* tweetThis
------------------------------------------------------------ */
.tweetThis {
    display: inline-block;
    float: right;
    padding: 0 0 10px 10px;
}

/* Homepage Headlines
------------------------------------------------------------ */
.homepage-headline {
	display: block;
	text-align: center;
	width: 100%;
}
.homepage-video {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
}
.homepage-headline h1 {
	color: #000;
	margin-bottom: 10px;
}
.homepage-headline h2 {
    color: #6e6e6e;
	font-size: 18px;
}
	
	

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1200px) {

	#wrap, .wrap {
		width: 960px;
	}
	#content {
		float: left;
		padding: 30px 40px 10px 2px;
		width: 520px;
	}

	.full-width-content #content {
		width: 840px;
	}

	.post-type-archive-portfolio.full-width-content #content {
		width: 900px;
	}

	.post-info .date-info {
		margin: 0 0 25px -40px;
		padding: 20px 20px 20px 40px;
	}

	#content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt,
	#content #genesis-responsive-slider .flex-direction-nav li a,
	#content #genesis-responsive-slider .flex-direction-nav li a.prev {
		display: none;
	}
	.ppc .ppc-box {
		padding: 18px
	}
	.ppc .ppctitle {
		font-size: 16px;
	}
	.ppc p {
		margin-bottom: 14px;
	}
	.menu-primary a, .menu-secondary a, #header .menu a {
		padding: 10px;
	}
	#content-sidebar-wrap .video {
		width: 54%;
	}
	#content-sidebar-wrap .infusionsoft {
		width: 42%;
	}
	#footer-widgets .widget-area.footer-widgets-5 {
		padding-left: 60px;
	}
}
@media only screen and (min-width: 1023px) {

.page .ppc .one-fourth {
    padding-left: 1%;
    width: 24.2%;
}
.page .ppc .one-fourth.first {
	padding-left: 0;	
}
.page .ppc .ppc-box {
    padding: 10px;
}
.page .ppc .ppctitle {
    font-size: 14px;
    margin-bottom: 2px;
}
.page .ppc .ppc-box p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.page .ppc .ppc-box .button {
    background-position: 75px -88px;
    font-size: 12px;
    padding-right: 30px;
}
}
@media only screen and (max-width: 1023px) {

	body {
		margin: 0 auto;
		width: 100%;
	}
	.content-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.full-width-content.cleverclicks-landing #content,
	.menu-primary,
	.menu-secondary,
	.post-type-archive-portfolio.full-width-content #content,
	.sidebar,
	.sidebar-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header ul.menu,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap,
	.wrap,
	#topwrap {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	#content-sidebar-wrap .video {
		display: block;
		margin: 0 auto;
		padding: 1%;
		text-align: center;
		width: 98%;
	}	
	#content-sidebar-wrap .infusionsoft {
		padding: 20px 2%;
		width: 96%;
	}	

	.menu-primary,
	.menu-secondary,
	#description,
	#footer .creds,
	#footer .gototop,
	#header ul.menu,
	#header .search-form,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

	#title-area {
		padding: 10px 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-cta a.button,
	#header .search-form,
	#wrap,
	.wrap {
		margin: 0;
	}

	.cleverclicks-home #inner,
	.full-width-content.cleverclicks-landing #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.post-type-archive-portfolio.full-width-content #content,
	#content,
	#footer-widgets .wrap,
	#title a,
	#title a:hover,
	#header .search-form {
		padding: 0;
	}

	#header .widget-area {
		padding: 0 0 20px;
	}

	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
		float: none;
	}

	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		padding: 5px 10px;
	}

	.menu li.right,
	#content #genesis-responsive-slider .slide-excerpt {
		display: none;
	}

	.menu li li {
		text-align: left;
	 }

	 #inner {
		 -moz-box-sizing: border-box;
		 box-sizing: border-box;
		 padding: 30px;
	 }

	.home-middle,
	.home-top {
		padding: 30px 20px 0;
	}

	.breadcrumb {
		margin: 0 0 30px;
	}

	.cleverclicks-home .home-cta {
		padding: 20px 30px;
	}

	.cleverclicks-home .home-cta .alignright {
		clear: both;
		display:	block;
		float: none;
		margin: 20px 25% 10px;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 36px;
	}

	.widget-area h4 {
		margin: 0 0 10px;
	}

	.sidebar .widget,
	#sidebar .widget.enews-widget {
		padding: 20px 30px;
	}

	#footer-widgets .wrap {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 30px 30px 0;
	}

	#footer {
		padding: 20px 0;
	}
	.home #content .widget.home-featured {
		padding: 0 30px;
	}
	.ppc .ppc-box {
		padding: 15px;
	}
	.press .press-image {
		width: 160px;
	}
	#footer-widgets .widget-area.footer-widgets-5 {
		padding-left: 45px;
	}

}

@media only screen and (max-width: 767px) {

	.home-middle,
	.home-top {
		padding: 30px 0 0;
	}

	.post-type-archive-portfolio .portfolio,
	.home-middle .widget,
	.home-top .widget {
		text-align: center;
		width: 100%;
	}

	.cleverclicks-home .featuredpage img,
	.cleverclicks-home .featuredpost img {
		margin: 0 0 20px;
	}

	.cleverclicks-home a.more-link {
		margin: 20px 0 0;
	}

	.post-type-archive-portfolio .portfolio {
		padding: 0 0 30px;
	}

	.post-info .date-info {
		margin: 0 0 25px;
		padding: 20px;
	}

	.post-info .comments {
		display: none;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 30px;
	}

	.archive-page,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	#footer-widgets .widget-area {
		padding: 0;
		width: 100%;
	}
	#footer-widgets .widget-area.footer-widgets-5 {
		background: none;
		padding: 0;
		width: 100%;
	}
	#content-sidebar-wrap .video,
	#content-sidebar-wrap .infusionsoft {
		width: 96%;
		padding: 2%
	}
	.press .press-image {
		width: 125px;
	}
