/*
	Theme Name: CleveClicks 2018
	
	Description: Based on HTML5 Blank WordPress Theme
	Version: 1.0
	Author: Phil Smulian

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#428f29;
	text-decoration:none;
}
a:hover {
	color:#9ed82b;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
	text-decoration: none;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

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

@font-face {
	font-family:'Poppins';
	src:url('/wp-content/themes/cleverclicks-2018/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'Montserrat';
	src:url('/wp-content/themes/cleverclicks-2018/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'Abril Fatface';
	src:url('/wp-content/themes/cleverclicks-2018/fonts/Abril_Fatface/AbrilFatface-Regular.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

body {
	margin:0;
	font:400 16px/24px 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#323232;
}

/* wrapper */
.wrapper {
	/* max-width:1280px;
	width:95%; */
	margin:0;
	position:relative;
}

.responsives {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	
}
.responsives iframe {
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	color:#323232;
}

h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0.2em 0;
}

h2 {
	font-size: 1.8em;
	line-height: 1em;
	margin: 0.2em 0;
}

h3 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 0.2em 0;
}

h4 {
	font-size: 1.3em;
	line-height: 1em;
	margin: 0.2em 0;
}

h5 {
	font-size: 1.2em;
	line-height: 1em;
	margin: 0.2em 0;
}

.footer {
	background-color: #302f34;
	color: #9a9a9c;
}

.copyright {
	background-color: #302f34;
	color: #9a9a9c;
	border-top: 1px solid #9a9a9c;
	padding: 40px 0px;
}

.footer-content-wrapper h3 {
	font: 700 16px/24px 'Poppins'; 
	color: #ffffff;
}

.footer-content-wrapper {
	padding: 40px 0;
}

.footer a {
	color: #9a9a9c;
}

.footer a:hover {
	color: #dd7633;
}

.light-heading {
	color: #ffffff;
}
.dark-heading {
	color: #36353a;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	display: none;
}

.form-submit input[type=submit] {
	border-radius: 25px;
	background-color: #676767;
	color: #ffffff;
	padding:10px 25px;
	border: 0px;
	font-size: 0.8em;
}

.comment-wrapper {
	background-color: #eeeeee;
	padding: 40px 0px;
}

li.comment {
	list-style: none;
}

.comments input[type=text],
.comments input[type=email],
.comments textarea {
	border: 0px solid #ffffff;
	border-radius: 25px;
	padding:10px 25px;
	width: 100%;
	-webkit-appearance: none; -moz-appearance: none;
  	display: block;
  	margin: 0;
}
.narrower-60-left {
	width:100%;
	margin: 0 auto;
}

.footer-social {
	
	border-bottom: 1px solid #9a9a9c;
	text-align:center;
}

.footer-social-table {
	margin: 0 auto;
	margin-bottom:40px;
}

.footer-social-table tr td {
	padding: 0 2px;
	
}

.footer-social div {
	background: #999999;
	border-radius: 50%;
	width: 30px;
    height: 30px;
	font-size: 17px;    
	color: #2f2e34;
	text-align:center;
	-webkit-transition: background 0.2s; /* For Safari 3.1 to 6.0 */
    transition: background 0.2s;
}

.footer-social div:hover {
	background: #f2f2f2;
}

.footer-social div i {
	margin: 6px auto 0px auto;
}

.footer-areas ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.footer-areas-wrapper {
	padding: 40px 0px;
}

.footer .widget_pages,
.footer .widget_nav_menu {
	margin-bottom: 30px;
}
.foot-contacts {
	line-height:30px;
}
.foot-email {
	color: #fff;
}
.foot-tel {
	margin-top: 10px;
	color: #fff;
	font-size: 1.3em;
	/* font-weight: bold; */
}

.live-chat {
	display: none;
	position:absolute;
	width:398px;
	height:100px;
	top:-50px;
	right:30px;
	
}

header {
	height: 400px;
	background-color: #302f34;
	/* background-image: url('/wp-content/uploads/2018/07/team-hike.jpg'); */
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
}

.home-header {
	height: 300px;	
	height: 440px;	
}

header h1 {
	color: #ffffff;
}
.transp {
	background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
}



.top-tagline {
	color: #ffffff;
	font-size: 1.0em;
}

.home-tag {
	font-size: 1em;
}

.top-bar {
	padding: 30px;
	width: 100%;
}



.logo {
	float: left;
	width: 100px;
	margin-top:16px;
}

.nav-button {
	float: right;
	color: #fff;
	width:30px;
	min-height:20px;
}

.nav-button-text {
	float: left;
	padding-top:0px;
	font-size: 12px;
	display:none;
}

.nav-button-burger {	
	float: right;
}

.nav-button-patty {
	background: #ffffff;
	width: 22px;
	height: 3px;
	margin-bottom: 6px;
	border-radius: 4px;
}

.nav-number {
	float: right;
	color: #fff;
	width: 102px;
	font-size: 12px;
	display: block;
	min-height:20px;
}

.nav-number a .fa-phone {
	font-size: 18px;
	margin-right: 5px;
}

.nav-addy {
	float: right;
	color: #fff;
	width: 400px;
	padding-top:4px;
	display:none;
	font-size: 14px;
}

.top-bar a {
	color: #fff;
}

.cc-title-table {
	margin-top: 60px;
	width:100%;
}

.burger-link {
	float:right;
	width: auto;
	height:auto;
	cursor: pointer;
	cursor: hand;
}

.nav {
	overflow-y: auto;
	position:fixed;
	z-index:5050;
	height:100%;
	width:320px;
	top:0;
	color:#777;	
	right:-360px;
	padding-top:0px;
	background: url('/wp-content/uploads/2018/07/nav-bg.png') top left repeat;
	
	
}

.blogcats-nav {
	overflow-y: auto;
    position: fixed;
    z-index: 5050;
    height: 100%;
    width: 320px;
    top: 0;
    color: #777;
    right: -360px;
    padding-top: 0px;
	padding:20px;
    background: url('/wp-content/uploads/2018/07/nav-bg.png') top left repeat;
}
.blogcats-nav h3 {
	font-size:24px !important;
	color: #fff;
}
.blogcats-nav ul,
.blogcats-nav li {
	list-style: none;
}

.blogcats-nav-top {
    clear: both;
    width: 100%;
    height: 45px;
    padding: 25px;
}

.nav-top {
	clear:both;
	width:100%;
	height: 45px;
	padding: 25px;
}



.closelink,
.closeblogcats {
	float: right;
	/* color:#000000; */
	font-size: 0.8em;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
	cursor: hand;
	height:36px;
}

.closelink p,
.closeblogcats p {
	float:left;
	margin: 3px 0px;
	color: #fff !important;
}

.closelink:hover,
.closeblogcats:hover {
	text-decoration: none;	
}

.closelink img,
.closeblogcats img {
	vertical-align: middle;	
	margin-left: 10px;
	width: 28px;
}

.nav-top-number	{
	font-size: 20px;
	float: left;
	width: 160px;
	height: 32px;
	padding-top: 2px;
	vertical-align: top;	
}

.nav-top-number a .fa-phone	{
	font-size: 16px;
	margin-right:5px;
	margin-top:-2px;
	vertical-align: middle;	
}

.nav ul {
	list-style: none;
	padding-left: 0px;
	padding: 20px;
	font-size: 1.6em;
	line-height: 1.6em;
}

.nav ul a {
	text-shadow: 1px 1px #000;
}

.nav ul a:hover {
	color: #dd7633;
}

.posi{
	position:fixed;
	margin-top: 0;
	top:0;
	background: rgba(0, 0, 0, 0.7);
	border-bottom: 0px;
	z-index: 1010;
	
}


.cc-cycle-mobile {
	display:block;
}

.cc-cycle-desktop {
	display:none;
}





.pager-prev,
.pager-next {
	
	min-height:44px;
	width: 20px;
	vertical-align: middle;
	font-size: 30px;
	margin: 0 auto;
}

.pager-td {
	width:40px;
	text-align: center;	
	vertical-align: middle;
}

.pager-td-left {
	border-right: 1px solid #dadada;
}

.pager-td-right {
	border-left: 0px solid #dadada;
}



.solution-image {
	width: 65px;
	margin-bottom: 15px;
}

.solution-image img {
	width: 65px;
	height: 60px;
	margin-bottom: 15px;
}

.solution-inner h3 {
	min-height: 60px;
}

.solution-link {
	color: #dadada;
	font-size: 26px;
}

@media only screen and (max-width:768px) {
	.solution-snippet {
		height: 100px;
		color: #999999;
	}	
	.solution-inner {
	padding: 0px 30px;
	white-space: normal;
	vertical-align: top;
	height:310px;
	}
	.solution {
	height:310px;
	border-right: 1px solid #dadada;
	background-color: #fff;
	-webkit-transition: background-color 1s; /* For Safari 3.1 to 6.0 */
    transition: background-color 1s;
	}
	.cc-cycle-wrapper {
	clear: both;
	width:100%;
	height: 310px;
	}
}
@media only screen and (min-width:768px) {
	.solution-snippet {
		height: 160px;
		color: #999999;
	}
	.solution-inner {
	padding: 30px;
	white-space: normal;
	vertical-align: top;
	height:450px;
	}
	.solution {
	height:450px;
	border-right: 1px solid #dadada;
	background-color: #fff;
	-webkit-transition: background-color 1s; /* For Safari 3.1 to 6.0 */
    transition: background-color 1s;
	}
	.cc-cycle-wrapper {
	clear: both;
	width:100%;
	height: 450px;
	}
}

.solution:hover {
	background-color: #428f29;
}

#sol-1:hover #sol-link-1,
#sol-2:hover #sol-link-2,
#sol-3:hover #sol-link-3,
#sol-4:hover #sol-link-4,
#sol-5:hover #sol-link-5,
#sol-6:hover #sol-link-6,
#sol-7:hover #sol-link-7,
#sol-8:hover #sol-link-8,
#sol-9:hover #sol-link-9,
#sol-10:hover #sol-link-10 {
    color: #323232;
	
}

#sol-1:hover #sol-snip-1,
#sol-2:hover #sol-snip-2,
#sol-3:hover #sol-snip-3,
#sol-4:hover #sol-snip-4,
#sol-5:hover #sol-snip-5,
#sol-6:hover #sol-snip-6,
#sol-7:hover #sol-snip-7,
#sol-8:hover #sol-snip-8,
#sol-9:hover #sol-snip-9,
#sol-10:hover #sol-snip-10 {
    color: #fff;
	
}

.solution-image-hover {
	display: none;
}

#sol-1:hover #sol-img-hover-1,
#sol-2:hover #sol-img-hover-2,
#sol-3:hover #sol-img-hover-3,
#sol-4:hover #sol-img-hover-4,
#sol-5:hover #sol-img-hover-5,
#sol-6:hover #sol-img-hover-6,
#sol-7:hover #sol-img-hover-7,
#sol-8:hover #sol-img-hover-8,
#sol-9:hover #sol-img-hover-9,
#sol-10:hover #sol-img-hover-10 {
    display: block;
}

#sol-1:hover #sol-img-1,
#sol-2:hover #sol-img-2,
#sol-3:hover #sol-img-3,
#sol-4:hover #sol-img-4,
#sol-5:hover #sol-img-5,
#sol-6:hover #sol-img-6,
#sol-7:hover #sol-img-7,
#sol-8:hover #sol-img-8,
#sol-9:hover #sol-img-9,
#sol-10:hover #sol-img-10 {
    display: none;
}

.solution-image {
	height: 75px;
}

.show-on-mobile {
	display: block;
}
.show-on-desktop {
	display: none;
}

.webinar-c2a-form {
	text-align: left;
}

.webinar-c2a-form select,
.webinar-c2a-form input[type=text],
.webinar-c2a-form input[type=email],
.webinar-c2a-form textarea {
	border: 0px solid #ffffff;
	border-radius: 25px;
	padding:10px 25px;
	width: 100%;
	-webkit-appearance: none; -moz-appearance: none;
  	display: block;
  	margin: 0;
	max-width: 80%;
	color: #000;
}

.webinar-c2a-form input[type=checkbox] {

	border: 0px solid #ffffff;
	border-radius: 3px;
	padding:10px;
	
	
	color: #000;	
	
}

	.webinar-c2a-form select {
		font-size:0.8em;
	}



.webinar-c2a-form input[type="submit"] {
	background: #0099ff;
	border-radius: 60px;
	border: 0px;
	padding: 10px 40px;
	color: #fff;
}
.webinar-c2a-form input[type="submit"]:hover {
	background: #007acc;
}

.webinar-c2a-form .wpcf7-not-valid-tip {
	color: #ff5151;
}

.webinar-c2a-form .wpcf7-validation-errors {
	border:2px solid #ff5151;
	border-radius: 60px;
	color: #ff5151;
}

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

.cc-case-study-object .fa-quote-left {
	font-size: 26px;
}

.home-heading-2 {
	color:red;
	font-size: 12px;
}

.cc-client-logos-home img {
	border: 0;
	
	background: #fff;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	-webkit-transition: box-shadow 0.5s; /* Safari */
    transition: box-shadow 0.5s;
}

.cc-client-logos-home a:hover img {
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
	box-shadow: 0px 0px 20px #dadada;
	position: relative;	
	z-index: 5000;
}

.cc-conference-logos-home img {
	
	-webkit-transition: box-shadow 0.5s; /* Safari */
    transition: box-shadow 0.5s;
}

.cc-conference-logos-home a:hover img {
	
	box-shadow: 0px 0px 20px #dadada;
	position: relative;	
	z-index: 5000;
}

.cc-media-logos-home {
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	max-width: 370px;
	margin: 0px auto;
}

.cc-media-logos-home img {
	border: 0;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	-webkit-transition: box-shadow 0.5s; /* Safari */
    transition: box-shadow 0.5s;
	width:100%;
	
	
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.cc-media-logos-home a:hover img {
	
	box-shadow: 0px 0px 20px #dadada;
	position: relative;	
	z-index: 5000;
	
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
		filter: none;
}

.cc-blog-posts-home .row > div {
	text-align: center;
}

.cc-single-blog-home {
	text-align: left;
	background: #eeeeee;
	max-width: 85%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.cc-home-single-blog-cat {
	color: #fff;
	font-size: 0.8em;
}
.cc-home-single-blog-cat:hover {
	color: #fff;
}

.cc-home-blog-img {
	width: 100%;
	height: 240px;
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
	border: 1px solid #eeeeee;
	padding:20px;
}

.cc-home-blog-date {
	font-size: 1em;
	color: #989898;
}

.cc-home-blog-date span {
	text-transform: uppercase;
}

.cc-home-blog-title {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #323232;
	min-height: 60px;
}

.cc-home-blog-inner {
	padding: 30px;
	padding-top: 0px;
}

.cc-single-blog-home input[type="submit"]:hover {
	
	background: #b25e29;
	
}

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

	.cc-single-blog-home input[type="submit"] {
	background: #de7533;
	border-radius: 60px;
	border: 0px;
	padding: 10px 10px;
	color: #fff;
	
	font-size:0.8em;
}
	
}

@media only screen and ( min-width:501px ) {
	
.cc-single-blog-home input[type="submit"] {
	background: #de7533;
	border-radius: 60px;
	border: 0px;
	padding: 10px 40px;
	color: #fff;
	
}
}

.cc-home-banner-submit {
	background: #59b41e;
	border-radius: 60px;
	border: 0px;
	padding: 10px 40px;
	color: #fff;
}
.cc-home-banner-submit:hover {
	background: #479018;
}

.cc-blog-cat-submit {
	background: #de7533;	
}
.cc-blog-cat-submit:hover {
	background: #b25e29;
}

.cc-wistia-bar {
	width:100%;
	height: 40px;
	background: #64a427;
	background: #26262a;
	clear:both;
	opacity: 1;
	-webkit-transition: opacity 0.2s; /* For Safari 3.1 to 6.0 */
    transition: opacity 0.2s;
}

.cc-wistia-bar-play {
	height: 40px;
	float: left;
}

.cc-wistia-bar-controls {
	height: 40px;
	float: right;
}

.cc-wistia-bar-play img {
	height: 40px;
	
}

.cc-wistia-bar-controls img {
	height: 40px;
	
}

.cc-wistia-bar:hover {
	opacity: 0.8;
}

.fademe {
	opacity: 0.2;
}

.cc-team-social-linkedin {
	margin:0 auto;
	border-radius:200px; 
	border: 1px solid #0274b3;
	color:#0274b3;
	width:30px;
	padding-top:3px;
	height:30px;
	-webkit-transition: color 0.4s; /* For Safari 3.1 to 6.0 */
    transition: color 0.4s;
	-webkit-transition: border 0.4s; /* For Safari 3.1 to 6.0 */
    transition: border 0.4s;
}

.cc-team-social-linkedin:hover {
	border: 1px solid #000;
	color:#000;
}

@media only screen and (max-width:768px) {
	.cc-uncontain {
		width: 100%;
		margin: 0px;
	}
}


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

.cc-t-flip {
	overflow: auto;
	height: 270px;
	width: 270px;
	background-color:#302f34;
}
.cc-t-flip img {
	height: 270px !important;
	width: 270px !important;	
}
	
}


.cc-t-flip-txt {
	display: none;
}

.post-deets,
.author,
.date,
.category {
	color: #aeaeae;
}

.cc-loop-img {
	width:100%;
	min-height:300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 20px 0px;
}

.cc-loop-thumb-wrapper,
cc-loop-text-wrapper {
	padding: 20px;
}

.cc-gray-bg {
	background-color: #f2f2f2;
}

.cc-group-link {
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	width:100%;
	min-height:104px;
	background-color: #f2f2f2;
	border-collapse: collapse;
	padding:40px;
	text-align:center;
	font-size: 1.5em;
}

.logo-img {
	display: none;
}

.logo-img-tall {
	display:block;
}

.cc-expand-collapse {
	display: inline-block;	
}

.cc-collapse {
	display: none;		
}

.cc-expand-paragraph {
	display: none;		
}

.cc-expand-collapse div {
	cursor: pointer;
	cursor: hand;
	color: #fff;
	background: #dd7633;
	padding: 10px 30px;
	border-radius: 60px;

}

.cc-expand-collapse div:hover {
	background: #b25e29;	
}

.cc-expand:after {
	font-family: 'Font Awesome\ 5 Free';
	content: " \f078";
	font-size: inherit; 
	font-weight: 900;
}

.cc-collapse:after {
	font-family: 'Font Awesome\ 5 Free';
	content: " \f077";
	font-size: inherit; 
	font-weight: 900;
}

.cc-dark-bg {
	background-color: #2f2e34;
	background-image: url('/wp-content/uploads/2018/08/download.jpg');
	background-position: center center;
	background-size: cover;
	width:100%;
	
}

.cc-vert-padded {
	padding: 60px 0px;
}

.cc-white-divider {
	border-bottom: 1px solid #fff;
	width: 157px;
	height: 20px;
}

.cc-light-text {
	color: #fff;
}

.cc-cats-nav-inner {
	border-bottom: 1px solid #efefef;
	padding: 20px 3px;
	color: #323232;
}

.cc-cats-nav-heading-expand,
.cc-cats-nav-heading-collapse {
	float: right;
	display: inline-block;
	cursor: pointer;
	cursor:hand;
	font-size:2.4em;
}

.cc-cats-nav-heading-expand:before {
	font-family: 'Font Awesome\ 5 Free';
	content: " \f078";
	font-size: inherit; 
	font-weight: 900;
}

.cc-cats-nav-heading-collapse:before {
	font-family: 'Font Awesome\ 5 Free';
	content: " \f077";
	font-size: inherit; 
	font-weight: 900;
}

.cc-cats-nav-content {
	clear:both;
	position:relative;
	height:auto;
	display:block;
}

.cc-cats-nav-heading-collapse {
	display:none;
}

.cc-cats-nav-content h3 {
	display:none;
}

.cc-cats-nav-content {
	max-width:400px;
	float:right;
}

.cc-cats-nav-content ul,
.cc-cats-nav-content li {
	list-style: none;
}



.cc-expand-paragraph {
	display: none;
}

#breadcrumbs {
	font-size:0.8em;
	color:#dadada;
}

.cc-lighten-font .wpcf7-list-item-label {
	color: #fff;
}



.cc-qrt-wrap {
	text-align:center;
	clear:both;
	width:100%;
}

.cc-qrt-inner {
	margin:0 auto;
	clear:both;
	max-width: 680px;;
}

.cc-qrt-thumb {
	max-width:150px;
	margin: 20px auto;
	clear:both;
}

.cc-qrt-text {
	padding:20px;
	font-size:1.3em;
	line-height:1.5em;
	/* font-style:italic; */
	color:#717171;
	margin: 20px auto;
	max-width:480px;
	float:left;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.cc-qrt-credit {
	padding:20px;
	font-size:1.4em;
	font-weight: bold;
	color:#717171;	
	margin: 20px auto;
	max-width:400px;
	clear:both;
	padding-bottom: 0px;
	margin-bottom: 0px;
	/* border-top:3px solid #b2b2b2; */
}

.cc-qrt-pager {
	margin: 20px auto;
	height: 30px;
	width: 100px;
	clear:both;
}

.cc-qrt-prev {
	float: left;
	width: 30px;
	font-size: 3em;
	margin-right: 40px;
	color:#dadada;
}

.cc-qrt-next {
	float: right;
	height: 30px;
	width: 30px;
	font-size: 3em;
	color:#dadada;
}
.cc-qrt-prev:visited,
.cc-qrt-next:visited {
	color:#dadada;
}






.cc-t-qrt-wrap {
	text-align:left;
	clear:both;
	width:100%;
}

.cc-t-qrt-inner {
	margin:0 auto;
	clear:both;
	max-width: 800px;;
}

.cc-t-qrt-thumb {
	width: 40%;
	margin: 60px auto;
	
	float:left;
	-webkit-box-shadow: 10px 10px 15px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 15px -12px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 15px -12px rgba(0,0,0,0.75);
}

.cc-t-qrt-text {
	padding:20px;
	font-size:1.1em;
	line-height:1.5em;
	/* font-style:italic; */
	color:#fff;
	margin: 20px auto;
	width: 50%;
	float:left;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}



.cc-t-qrt-pager {
	margin: 20px auto;
	height: 30px;
	width: 100px;
	clear:both;
}

.cc-t-qrt-prev {
	float: left;
	width: 30px;
	font-size: 3em;
	margin-right: 40px;
	color:#dadada;
}

.cc-t-qrt-next {
	float: right;
	height: 30px;
	width: 30px;
	font-size: 3em;
	color:#dadada;
}
.cc-t-qrt-prev:active,
.cc-t-qrt-next:active,
.cc-t-qrt-prev:visited,
.cc-t-qrt-next:visited {
	color:#dadada;
}











.pagination {
	max-width:300px;
	margin: 40px auto;
	font-size:1.6em;
}

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

.vertical-padding-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.cc-tagline-quote {
	text-align:center;
}

.cc-h1-single-case-study {
	text-align: center;
}

.cc-home-banner-company-intro {
	margin-top:30px;
	margin-bottom:30px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}

.cc-blog-cta-wrapper {
	min-height: 60px;
	background-color: #717171;
	color: #fff;
	font-size: 1.5em;
	padding: 60px 0px;
}
.cc-blog-cta-wrapper a {
	color: #fff;
	text-decoration: underline;
}
.cc-blog-cta-wrapper a:hover {
	color: #eeeeee;
	text-decoration: none;
}
.cc-blog-cta-wrapper img {
	margin-right:40px;
	-webkit-box-shadow: 8px 8px 15px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 8px 8px 15px -12px rgba(0,0,0,0.75);
	box-shadow: 8px 8px 15px -12px rgba(0,0,0,0.75);
}

.nav-number {
	padding-top: 9px;	
	width: 122px;
}
.nav-number a,
.nav-top-number a {
	color: #59b41e;
}
.nav-top-number a {
	font-size: 17px; 
}
.nav-addy {
	padding-top: 8px;
}
.burger-link {
	padding-top: 6px;
}

/*------------------------------------------------------------------------*\
    RESPONSIVE
\*------------------------------------------------------------------------*/

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

	

.cc-t-flip {
	height: 360px;
}
	
.logo-img {
	display:block;
}

.logo-img-tall {
	display:none;
}

.nav-number {
	display: block;
	width:180px;
}
	
.nav-button {
	width: 60px;
}

	
.webinar-c2a-form select,	
.webinar-c2a-form input[type=text],
.webinar-c2a-form input[type=email],
.webinar-c2a-form textarea {
	max-width: 60%;
}
	
	.webinar-c2a-form select {
		font-size:0.8em;
	}
	
.nav-button-text {

	display:block;
}
	
}

@media only screen and (min-width:768px) {
	
	
	
.cc-home-banner-company-intro {
	
	margin-bottom:60px;
	font-size: 19px;
}


.cc-qrt-thumb {

	float:left;
}	
	
	
.show-on-mobile {
	display: none;
}
.show-on-desktop {
	display: block;
}
	
.narrower-60-left {
	width:60%;
	margin: 0 auto 0 0;
}
	
.footer-social div {	
    width: 50px;
    height: 50px;
	font-size: 30px;	
	-webkit-transition: width 0.2s; /* For Safari 3.1 to 6.0 */
    transition: width 0.2s;
}
	
.footer-social div:hover {	
    width: 56px;
    
		
}
	
.footer-social-table tr td {
	padding: 0 10px;	
}
	
.footer-social div i {
	margin: 9px auto 0px auto;
}
	
header {
	height: 560px; /* original */
	
	height: 440px;
}
	
.cc-header-single-case-study {
	height: 500px;
}
	
.home-header {
	height: 700px;	
}

.logo {
	width: 280px;
	margin-top: 0px;
}
	
h1 {
	font-size: 3em;
}
	
h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.1em;
}
	
.top-tagline {
	font-size: 1.5em;
	line-height: 1.2em;
}
	
.home-tag {
	font-size: 2em;
}
	
.nav-button {
	width:100px;
}

.nav-button-patty {
	width: 42px;
	height: 4px;
	margin-bottom: 8px;
}
	
.nav-button-text {
	font-size: 16px;
	padding-top: 3px;
	
}
	
.cc-title-table {
	margin-top: 180px;
	
	margin-top: 80px;
	
	width:100%;
	
}

.cc-home-title {
	margin-top: 160px;	
	margin-top: 100px;
}

.cc-wistia-bar {
	height: 68px;
}
	
.cc-wistia-bar-play {
	height: 68px;
	float: left;
}

.cc-wistia-bar-controls {
	height: 68px;
	float: right;
}

.cc-wistia-bar-play img {
	height: 68px;
}

.cc-wistia-bar-controls img {
	height: 68px;
}
	
}

@media only screen and (min-width:992px) {          /*  992  */
	
.nav-number {
	width: 250px;
	font-size: 28px;
}
	
.cc-t-flip {
	height:290px;
}

.container-pincher {
	width:900px;
}
	
	
.cc-media-logos-home {
	max-width: 100%;
}
	
}

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

.nav-addy {
	display: block;
}
	
.cc-cycle-mobile {
	display:none;
}

.cc-cycle-desktop {
	display:block;
}
	
.cycle-slideshow-nomore .solution {
	list-style: none;
	/* width: 16.66%; */
	float: left;
}
	
.pager-td {
	display:none;	
}
	
.pager-td-right {
	border-left: 1px solid #dadada;
}
	
h1 {
	font-size: 4em;
}
	
h2 {
	font-size: 3em;
}

h3 {
	font-size: 2.5em;
}

h4 {
	font-size: 2em;
}

h5 {
	font-size: 1.5em;
}
	
.top-tagline {
	font-size: 2em;
	line-height: 1.3em;
}
	
.cc-tagline-quote {
	font-size: 1.5em;
	line-height: 1.5em;
}
	
.cc-h1-single-case-study {
	line-height: 1.4em;
}
	
.home-tag {
	font-size: 2.8em;
}
	
.cc-t-flip {
	height:360px;
}
	
.container-pincher {
	width:900px;
}
	
}


















/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	/* margin:5px 20px 20px 0;
	REMOVED BY SMULIAN
	*/
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

@media only screen and (max-width: 768px) {
   #wh-widget-send-button {
       display:block !important;
   }
}
@media only screen and (min-width: 769px) {
   #wh-widget-send-button {
       display:none !important;
   }
}


.cc-box-shadow-hov {
	-webkit-transition: box-shadow 0.5s; /* Safari */
    transition: box-shadow 0.5s; 
	/* max-width: 380px; */
}

.cc-box-shadow-hov:hover {
	box-shadow: 0px 0px 20px #dadada;
	position: relative;	
	z-index: 5000;
}

.cc-top-left-bords {
	border-top:1px solid #dadada;
}

@media only screen and (min-width:100px) {
	.hideme {
		display:none;
	}		
}