/*   
Theme Name: Jarvis 1.3 
Theme URI: 
Description: Responsive Onepage Portfolio Theme by <a href="http://themeforest.net/user/RockNRollaDesigns/portfolio?ref=RockNRollaDesigns" Title="RocknRolla Designs">RocknRolla</a>
Version: 1.3
Author: RocknRolla
Author URI: http://www.MafiaShare.net
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, right-sidebar, flexible-width, custom-background, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
*/

.contactf
{
	margin-left:20px;
}

.contactf .wpcf7{
	width:350px;
	margin:auto;
}

.contactf .wpcf7 {
	
	background: rgba(220, 220, 220, 0.95);
	margin: 0 auto;
    padding: 20px 20px 25px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	border-top:5px solid #f79623;
	position: relative;
	
}
.contactf .wpcf7:before{
	content: "";
	height: 5px;
	width: 33%;
	background: #00abd9;
	position: absolute;
	top: -5px;
	left: 0;
	border-radius: 5px 0 0 0;
}
.contactf .wpcf7:after {
	content: "";
	height: 5px;
	width: 33%;
	background: #8dc53e;
	position: absolute;
	top: -5px;
	right: 0;
	border-radius: 0 5px 0 0;
}
.contactf .wpcf7 h3{
	display: table;
	color: rgb(121, 121, 121);
	letter-spacing: 0px;
	text-align: center;
	padding: 0px;
	width: 106%;
	text-transform: capitalize;
	font-weight: 300;
	font-size: 25px;
	margin: 8px 0px 24px;
	background: #000;
	color: #fff;
	padding: 15px 10px;
	margin-left: -6%;
}


.contactf .wpcf7 h2 {
	color: #980103;
    text-align: center;
    line-height: 30px;
	font-weight: 300;
    font-size:20px;
    margin-bottom: 20px;
    text-transform: none !important;
}
@media (max-width:768px) {
.contactf .wpcf7{
	width:100%;
	margin:auto;
}
}

/*------------------------------------------*/
/*	  Register Form Input
/*------------------------------------------*/

.contactf .wpcf7 .form-control {
	height: 40px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.contactf .wpcf7 input[type="text"],
.contactf .wpcf7 input[type="email"],
.contactf .wpcf7 textarea {
	color: #444;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	width:90%;
}

.contactf .wpcf7 textarea {
	min-height:140px;
}
.contactf .wpcf7 .wpcf7-submit{
	width: 100%; background: #000000; color: #fff; font-size: 16px;
	border:none;
	border-radius:5px;
	padding:10px;
}
.contactf .wpcf7 .wpcf7-submit:hover{
	cursor:pointer;
	background: #980103;
	color:#fff;
}
.wpcf7-response-output wpcf7-display-none wpcf7-mail-sent-ok{margin-left: 23% !important;
  border: 0 !important;
}
.wpcf7-response-output wpcf7-display-none wpcf7-validation-errors{  border: 0 !important;
  margin-left: 26% !important;}
#wpm_download_1{display:none !important;}
  .header-text{background-color: black !important;}
.highlight{color:grey !important;}
.one_third:hover{background-color:black !important;}
#services{margin-top:-70px;}
#contact{margin:-77px;}
.copyright-logo{display:none;}
.copyright1{font-family: , Arial, Helvetica, sans-serif;
height: 176px;
  width: 100%;
  padding: 40px 0;
  background: ;
  font-size: 11px;
    background: url("http://kevinspire.com/wp-content/themes/jarvis_wp/images/foooter.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	zoom:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.wp-caption {
	margin-bottom: 20px;
	text-align: center;
	padding-top: 5px;
	width: auto !important;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	width: auto !important;
	line-height: 1.5;
	font-size: 11px;
	padding: 3px 0;
	margin: 0px 0 0 0;
	background: #f6f6f6;
	display: block;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
.size-full {
}
.size-large {
}
.size-medium {
}
.size-thumbnail {
}
.gallery-caption {
}
.bypostauthor {
}
img.alignright {
	float: right;
	margin: 0 0 1em 1em
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
#oc_name{ width: 292px; height: 36px;font-size: 18px;border-radius: 1px; float:left;  margin-left: 157px;background: rgba(255, 255, 255, 0.7);
}
#oc_email{width: 292px;height: 36px;font-size: 18px;border-radius: 1px;float: right; margin-right: 161px; background: rgba(255, 255, 255, 0.7);}
#oc_submit{height: 60px;color:white !important;width: 66%;font-size: 24px;margin-left: 157px;class="button scroll-to"}
@media (max-width:959px){
	#subscribe{}
 #oc_name {
  width: 60%;
  height: 32px;
  font-size: 14px;
  border-radius: 1px;
 
  background: rgba(255, 255, 255, 0.7);}
  
  
  #oc_email {
  width: 60%;
  height: 30px;
  font-size: 16px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.7);
  margin-right: 124px;}
  
  #oc_submit {
  height: 60px;
  width: 62%;
  font-size: 14px;
  }

}
@media (max-width:768px) {
  #oc_name {
  width: 60%;
  height: 32px;
  font-size: 14px;
  border-radius: 1px;
  margin-left: 81px;
  background: rgba(255, 255, 255, 0.7);}
  
  #oc_email {
  width: 60%;
  height: 30px;
  font-size: 16px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.7);
 
  margin-right: 70px;}

#oc_submit {
  height: 55px;
  width: 62%;
  font-size: 14px;
  margin-left: 84px;}
  }
 @media (max-width:479px){
  #oc_name {
  width: 60%;
  height: 32px;
  font-size: 14px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.7);
  margin-left: 40px;}
  
  #oc_email {
  width: 60%;
  height: 30px;
  font-size: 16px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.7);
 
  margin-right: 63px;}

#oc_submit {
  height: 55px;
  width: 62%;
  font-size: 14px;
   margin-left: 41px;
  }
  }
@media (max-width:480px){

.MsoListParagraphCxSpFirst{text-align: center;
  margin-right: 14%;}
.MsoListParagraphCxSpMiddle{text-align: center;
  margin-right: 15%;}
.MsoListParagraphCxSpLast{  text-align: center;
  margin-right: 16%;
}
.MsoListParagraph{  text-align: center;
  margin-right: 15%;
}

}










#myname{ width: 292px !important; height: 36px !important;font-size: 18px !important;border-radius: 1px !important; float:left !important;  margin-left: 157px !important;background: rgba(255, 255, 255, 0.7) !important;
}
#myemail{width: 292px !important;height: 36px !important;font-size: 18px;border-radius: 1px !important;float: right !important; margin-right: 161px !important; background: rgba(255, 255, 255, 0.7) !important;}
#mysubmit{  border: 0 none;
  border-radius: 2px;margin-left: 17%;color:white; height: 60px !important; width: 66% !important; font-size: 24px !important; "class="button scroll-to" }


@media (max-width:959px){
 #myname {
  width: 60% !important;
  height: 32px !important;
  font-size: 14px;
  border-radius: 1px !important;
 
  background: rgba(255, 255, 255, 0.7) !important;}
  
  
  #myemail {
  width: 60% !important;
  height: 30px !important;
  font-size: 16px;
  border-radius: 1px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  margin-right: 124px !important;}
  
  #mysubmit {  border: 0 none;
  border-radius: 2px;
  height: 60px !important;
  width: 62% !important;
  font-size: 14px;
  margin-left: 21% !important;}

}



@media (max-width:768px) {
  #myname {
  width: 60% !important;
  height: 32px !important;
  font-size: 14px;
  border-radius: 1px !important;
  margin-left: 81px !important;
  background: rgba(255, 255, 255, 0.7)!important;}
  
  #myemail {
  width: 60% !important;
  height: 30px !important;
  font-size: 16px;
  border-radius: 1px !important;
  background: rgba(255, 255, 255, 0.7)!important;
 
  margin-right: 70px !important;}
#mysubmit {  border: 0 none;
  border-radius: 2px;
  height: 55px !important;
  width: 62% !important;
  font-size: 14px;
  margin-left: 20% !important;}
  }


@media (max-width:479px){
  #myname{
  width: 60% !important;
  height: 32px !important;
  font-size: 14px;
  border-radius: 1px !important;
  background: rgba(255, 255, 255, 0.7)!important;
  margin-left: 40px !important;}
  
  #myemail {
  width: 60% !important;
  height: 30px !important;
  font-size: 16px;
  border-radius: 1px !important;
  background: rgba(255, 255, 255, 0.7) !important;
 
  margin-right: 63px !important;}

#mysubmit {  border: 0 none;
  border-radius: 2px;
  height: 55px !important;
  width: 62% !important;
  font-size: 14px;
   margin-left: 14% !important;
  }
  }

