/*
Theme Name: Click Reponse
Theme URI: Click Reponse
Author: Click Reponse
Author URI: Click Reponse

License: Click Reponse
License URI: Click Reponse
Tags: Click Reponse
Text Domain: Click Reponse

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
@media screen {

* { margin: 0; padding: 0; }
body { 
	font: 14px/1.4 Myriad Pro; 
	background-image:url();
	background-position: center top;
    background-repeat: repeat-y;
	margin: 0 auto;    
	background-color: #ffffff;
}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap { width: 960px; margin: 10px auto 50px; }

h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }
h1 { }
h2 { }
h3 { }

p { margin: 0 0 10px 0; }
a { }
a:hover { } 
blockquote { }
blockquote p { }
ul, ol { margin: 0 0 20px; }
img { border:none; }
.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }

form { }
input[type=text] { }
textarea { }

} /* END screen media */

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 10pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}	
} /* END print media */

/***********MAIN***********/

.clear{
	clear:both;
}

/*** Navigation ***/
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;	
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}
.main-navigation {	
	display: block;
    float: right;    
    text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;	
	line-height: 1.42857143;
}
.main-navigation a {
	color: #000;
}
.main-navigation a:hover {
	color: #000;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: none;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {	
	display: inline-block !important;
	text-align: left;
	width: 100%;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
}
.main-navigation li a,
.main-navigation li {
	display: inline-block;
	text-decoration: none;
}
.main-navigation li a {
	border-bottom: 0;
	color: #000;
	line-height: 3.692307692;
	text-transform: none;
	font-size: 18px;
	white-space: nowrap;
}
.main-navigation li a:hover {
	color: #D90000;
}
.main-navigation li {
	margin: 0 0 0 40px;
	margin: 0 0 0 1.857rem;
	position: relative;
}
.main-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1;
	margin: -8px 0 0 -31px;
}
.main-navigation li ul ul {
	top: 0;
	left: 100%;
}
.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}
.main-navigation li ul li a {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
    display: block;
    font-size: 0.785714rem;
    line-height: 2.18182;
    padding: 5px 5px 5px 15px;
    white-space: normal;
    width: 10.857rem;
}
.main-navigation li ul li a:hover {
	background: #e3e3e3;
	color: #D90000;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #000;
	font-weight: bold;
}
/** Header **/
.header-wrapper {
	width: 100%;
	margin: 0 auto;	
	background-color: #fff;
}
.top-header {
	width: 1000px;
	margin: 0 auto;
}
.top-header p { 
	background-image:url(http://www.clickresponse.com/wp-content/uploads/images/top-mobile.png);
	background-position: left center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: right;
    padding-left: 25px;	
}
.header-navi {
	width: 1000px;
	margin: 0 auto;
}
.site-logo img { border: none; }

/** Page **/
#post-11 h1 { display:none; }
.wrapper { background-color: #fff; }
.home-wrapper {
	background-color: #FFFFFF;
    background-image: url("http://www.clickresponse.com/wp-content/uploads/2013/05/feature1.jpg");
    background-position: center top;
    background-repeat: no-repeat;    	
}
.page-wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}
.innerpage {
	margin: 0 auto;
    width: 1000px;
}
.innerpage-wrapper {
	background-color: #FFFFFF;
    margin: 50px auto 0;
}
.innerpage-wrapper h2{
	color: #00468C;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
}
.innerpage-wrapper h3 {
	font-weight: bold;
}
.innerpage-wrapper li {
	margin-left: 25px;
}
.innerpage-wrapper p {
	font-size: 13px;
}
.innerpage-wrapper a {
	text-decoration: none;
	color: #1D72B2;
}
.innerpage-wrapper a:hover {	
	color: red;
}
.innerpage-header {
	background-color: #00468C;    
	height: 20px;
}
.page-header {
	width: 1000px;
	margin: 0 auto;
}
.page-header h1{
	background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 1px 1px #808080;
    color: #00468C;
    font-size: 24px;
    font-weight: bold;
    margin-top: -10px;
    padding: 5px;
    position: absolute;
}
.front-banner{
	margin: 0 auto;
    width: 1840px;
}
.front-banner img{
	position: absolute;
}
.grid-shadow1 {
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/grid-shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    float: left;
    height: 600px;
    margin-left: 20px;
    width: 276px;
}
.gridl-1 {
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/grid1-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 210px;
    padding-top: 295px;
    position: absolute;
    width: 276px;
}
.gridl-1title  {
	background-color: #FF5C26;
	height: 61px;
	border-radius: 4px 4px 0 0;
}
.gridl-1title p {
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/grid1-img.jpg");
    background-position: left 42%;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 20px;
    height: 61px;
    margin-left: 10px;
    padding-left: 85px;
    padding-top: 2px;
}
.grid1-bot {  
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/grid1-bg-bot.png");
	min-height: 185px;
	padding-right: 5px;
}
.grid1-bot p{  
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/grid-check.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 10px;
    padding-left: 25px;
    padding-top: 5px;
}
.gird1-more {
	background-color: #FFFFFF;
	height: 40px;
}
.gird1-more p {
background-image: url("http://www.clickresponse.com/wp-content/uploads/images/grid1-more.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #737384;
    font-size: 18px;
    height: 33px;
    line-height: 30px;
    margin-right: 10px;
    padding-right: 37px;
    text-align: right;	
	float:right;
}
.gird1-more a {
	text-decoration: none;
	 color: #737384;
}
.gird2-more a {
	text-decoration: none;
	 color: #737384;
}
.gird3-more a {
	text-decoration: none;
	 color: #737384;
}
.grid-shadow2 {
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/grid-shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 600px;
    width: 276px;
	float: left;
	margin-left: 70px;
}
.gridm-1 {
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/grid2-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 210px;
    padding-top: 295px;
    width: 276px;
	position: absolute;
}
.gridm-1title  {
	background-color: #2BAA00;
	height: 61px;
	border-radius: 4px 4px 0 0;
}
.gridm-1title p {
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/grid2-img.jpg");
    background-position: left 42%;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 20px;
    height: 61px;
    margin-left: 10px;
    padding-left: 85px;
    padding-top: 2px;
	 line-height: 57px;
}
.grid2-bot {  
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/grid1-bg-bot.png");
	min-height: 185px;
	padding-right: 5px;
}
.grid2-bot p{  
	margin-left: 10px;
    padding-top: 5px;
}

.gird2-more {
    background-color: #FFFFFF;
    height: 40px;
}
.gird2-more p {
background-image: url("http://www.clickresponse.com/wp-content/uploads/images/grid2-more.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #737384;
    font-size: 18px;
    height: 37px;
    line-height: 30px;
    margin-right: 10px;
    padding-right: 37px;
    text-align: right;
	float:right;
}
.grid-shadow3 {
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/grid-shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 600px;
    width: 276px;
	float: left;	
	margin-left: 70px;
}
.gridr-1 {
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/grid3-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 210px;
    padding-top: 295px;
    width: 276px;
	position: absolute;
}
.gridr-1title  {
	background-color: #B20B02;
	height: 61px;
	border-radius: 4px 4px 0 0;
}
.gridr-1title p {
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/grid3-img.jpg");
    background-position: left 42%;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 20px;
    height: 43px;
    margin-left: 10px;
    padding-left: 85px;
    padding-top: 20px;
}
.grid3-bot {  
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/grid1-bg-bot.png");
	min-height: 185px;
	padding-right: 5px;
}
.grid3-bot p{  
	margin-left: 10px;
    padding-top: 5px;
}
.gird3-more {
    background-color: #FFFFFF;
    height: 40px;
}
.gird3-more p {
background-image: url("http://www.clickresponse.com/wp-content/uploads/images/grid3-more.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #737384;
    font-size: 18px;
    height: 33px;
    line-height: 30px;
    margin-right: 10px;
    padding-right: 37px;
    text-align: right;
	float:right;
}
/** Innerpage CSS **/
.grid-ul li {
	background-repeat: no-repeat;
    height: 29px;
    list-style-type: none;
    padding-left: 36px;
	font-weight: bold;
	color: #000;
}
.grid-ul ul li{
	font-weight: 100;
    height: 100%;
    line-height: 1;
    list-style-type: disc;
    margin-left: 60px;
    padding-left: 15px;
	color: #00468C;
}
.innerpage-shadow {
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/grid-shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    float: left;
    height: 315px;
    margin: 0 27px;
    width: 276px;
}
.innerpage-grid {
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/innerpage-gridbg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 210px;    
    width: 276px;
}
.innerpage-gridtitle  {
	background-color: #00468C;
	height: 61px;
	border-radius: 4px 4px 0 0;
}
.innerpage-gridtitle p {	
    color: #FFFFFF;
    font-size: 19px;
    height: 61px;
    padding-top: 15px;
    text-align: center;
}
.innerpage-gridbot {  
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/grid1-bg-bot.png");
	min-height: 185px;
	padding: 10px;
}
.innerpage-gridbot li{  
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/grid-check.png");
    background-position: left center;
    background-repeat: no-repeat;
    list-style-type: none;
    margin-left: 5px;
    padding-left: 25px;
    padding-top: 5px;
}
.innerpage-gridmore {
    background-color: #FFFFFF;
    height: 40px;
}
.innerpage-gridmore p {
background-image: url("http://www.clickresponse.com/wp-content/uploads/images/innerpage-more.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #737384;
    font-size: 18px;
    height: 29px;
    line-height: 30px;
    margin-right: 10px;
    padding-right: 37px;
    text-align: right;
}
/** Footer **/
.footer-wrapper-top {
	background-color: #00468C;	
	box-shadow:0 0 11px 1px #000000;
}
.contact-form {
	width: 1000px;
	margin: 0 auto;
}
.content-header p{
	padding-top: 5px;
	color: #FFFFFF;
    font-size: 39px;
    text-align: center;
}

/** Contact Form 7 **/
.wpcf7-form-control-wrap input{
	border: 1px solid #AAAAAA;
    box-shadow: 1px 2px 3px -1px #7E7E7E inset;
    height: 24px;
    overflow: auto;
    padding-left: 5px;
    width: 185px;
	font-style: italic;
}
.wpcf7-form-control-wrap textarea {
	max-height: 97px;
    max-width: 190px;
    width: 190px;
	box-shadow: 1px 2px 3px -1px #7E7E7E inset;
}
.wpcf7-select {
	width: 186px;
	height: 24px;
	border: 1px solid #AAAAAA;
    box-shadow: 1px 2px 3px -1px #7E7E7E inset;
    height: 24px;
    overflow: auto;
    width: 192px;
	color: gray;
	font-style: italic;
}
.captcha-678 input {
	width: 97px;
	height: 24px;
	border: 1px solid #AAAAAA;
    box-shadow: 1px 2px 3px -1px #7E7E7E inset;
    overflow: auto;  
}
.button-footer {
	margin: 15px 0 40px;
}
.button-footer input{
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/button-bg.png");
    background-repeat: no-repeat;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family: "Arial Black", Arial;
	font-weight: 900;
    font-size: 16px;
    height: 40px;
    padding: 0;
    width: 314px;
}
.button-footer a{
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/button-bg.png");
    background-repeat: no-repeat;
    border: 0 none;
    color: #FFFFFF;
    float: right;
   font-family: "Arial Black", Arial;
	font-weight: 900;
    font-size: 16px;
    height: 40px;
    padding-top: 7px;
    text-align: center;
    text-decoration: none;
    width: 314px;
	margin-right: 29px;
}
.contentf-left {
	float:left;
	padding-left: 50px;
	padding-bottom: 15px;
}
.contentf-left p{
	color: #FFFFFF;
    font-family: comic sans ms;
    font-size: 18px;
    font-weight: bold;
}
.contentf-right {
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/button-bg2.png");
	background-repeat: no-repeat;
    float: right;
    height: 40px;
    padding-right: 30px;
    width: 400px;
}
.contentf-right a{
	color: #FFFFFF;
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}
/** End Contect Form 7 **/

.footer-wrapper-mid {
	background-color: #333333;	
	box-shadow: 0 1px 1px #000000 inset;
}
.footer-newsletter {
	width: 1000px;
	margin: 0 auto;
}
.grid-footerleft { float:left; margin: 25px 0;}
.grid-footerleft li {
	list-style-type: none;
	padding-left: 20px;
}
.grid-footerleft a {
	color: #FFFFFF;
    text-decoration: none;
}
.grid-footerleft a:hover {
	color: #D90000;    
}
.grid-footermid { float:left; margin: 85px 0 85px 220px;}
.grid-footermid a { float: left;padding-right: 20px; }
.grid-footerright { float: right;    margin-top: 57px; margin-right: 30px; }
#tdTop{
	border-top:none;
}

/** Newsletter **/
.newsletter-box input {
	height: 25px;
    width: 189px;
	font-style: italic;
	color: gray;
}
.newsletter-button input {
	background-image: url("http://www.clickresponse.com/wp-content/uploads/images/newsletter-arrow.png");
	width: 26px;height: 26px;    
	color: #FFFFFF; 
	 font-size: 0px;
	 border: none;
	 margin: 0;
	 padding: 0;
}
.newsletter-button { 
    margin: -27px 0 0 201px;
    width: 26px;
}
/** End Newsletter **/
.footer-wrapper-bot {
	background-color: #6C6C6C;
}
.company-media {
	width: 1000px;
	margin: 0 auto;
	height: 110px;
	text-align: center;
	padding-left: 395px;	
}
.company-media img{
	padding: 30px 20px 0;
	float: left;
}
.footer-wrapper-label {
	background-color: #333333;
}
/** Olark Live Chat Start **/
#habla_window_div #habla_topbar_div {
	background: none repeat scroll 0 0 #FF2626 !important;
}

/** Olark End **/
.grid-aboutus  {
	width: 700px;
	text-align: justify;
}
.grid-aboutus img {
	float:right;
	padding: 10px;
}
.innerpage-blog {
	width: 850px;
	margin: 0 auto;
}
.innerpage-blog p{
	text-align: justify;
}
.grid-blog {
	border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 1px 1px #808080;
    margin-bottom: 20px;
    padding: 10px;
}