/*   
Theme Name: Jarvis 3.7.1
Theme URI: http://themeforest.net/user/RockNRollaDesigns/portfolio?ref=RockNRollaDesigns
Description: Responsive Onepage Portfolio Theme by <a href="http://themeforest.net/user/RockNRollaDesigns/portfolio?ref=RockNRollaDesigns" Title="RocknRolla Designs">RocknRolla</a>
Version: 3.7.1
Author: RocknRolla
Author URI: http://themeforest.net/user/RockNRollaDesigns/portfolio?ref=RockNRollaDesigns
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
*/


.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;
	text-align:center;
}

/* Gravity Forms Css */
/* Main Contact Form */

/* Hiding Form Title / heading */
#gform_1 .gform_heading{
	display: none;
}
/* margin fix */
#gform_wrapper_1{
	margin-top: 0;
}
/* input shadows */
#gform_fields_1 input, #gform_fields_1 select, #gform_fields_1 textarea{
    border: 1px solid #B7B7B7;
    box-shadow: -1px 1px 3px 0px #AAA;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

/* Removing margins taking extra space between form fields */
.gform_wrapper .top_label li.gfield.gf_left_half{
	margin-bottom: 0!important;
}
.gform_wrapper .top_label .gfield_label{
	/*margin-top: 0!important;
	margin-bottom: 0!important;
	color: #777777;*/
}
/* Main contact form submit Button */
.gform_previous_button, .gform_next_button, #gform_submit_button_1, #gform_next_button_2_34, #gform_previous_button_2_35, #gform_next_button_2_35, #gform_submit_button_2{
	padding: 0px 24px!important;
    	box-shadow: -1px 1px 1px 1px #999;
   	border-radius: 0;
	font-size: 18px;
	font-weight: 400;
}
.gform_wrapper .gform_footer{
	padding: 0!important;
}
/* Gravity forms required fields / red color */
.gfield_required{
	color: red!important;
}

/* Client Survey Form */
/* Steps Background */
#gf_page_steps_2 .gf_step_active {
    position: relative;
    background: url('https://kukreationz.com/kukreationz/wp-content/uploads/2016/03/survey_step.png')no-repeat right;
    background-size: cover;
    padding: 8px 27px;
    width: auto!important;
    height: 40px!important;
    text-align: center;
    font-weight: bold;
    color: #fff;
    opacity: 1!important;
}
.gf_step {
    background: url('https://kukreationz.com/kukreationz/wp-content/uploads/2016/03/survey_step.png')no-repeat right;
    background-size: cover;
    padding: 8px 27px;
    width: auto!important;
    height: 40px!important;
    text-align: center;
    font-weight: bold;
    color: #fff;
    position: relative;
    opacity: 0.3!important;
    margin: 0!important;
    margin-left: -19px!important;
}
#gf_step_2_1{
    margin-left: 0px!important;
}
.gf_step_number{
    float: none!important;
}
.gf_page_steps{
    border-bottom: 0px!important;
    margin: 0px 0px 30px!important;
    width: 100%!important;
    text-align: center;
}

/* Client survey input styles */
/* input shadows */
.gform_page_fields input, .gform_page_fields select, .gform_page_fields textarea{
    border: 1px solid #B7B7B7;
    box-shadow: -1px 1px 3px 0px #AAA;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}
.gform_wrapper .gform_page_footer{
	border-top: none;
}
#client_survey .container p{
    font-weight: bold;
    color: #777;
    text-align: center;
}
#gform_confirmation_message_1, #gform_confirmation_message_2{
    color: #FF6000;
    font-weight: bold;
    font-size: 20px;
    border: 2px solid;
    text-align: center;
    padding: 5px 5px;
    border-radius: 3px;
}

/* Responsive css for Client Survey form steps */

@media screen and (max-width: 1199px){
#gf_page_steps_2{
	display: none;
}
}
@media screen and (max-width: 960px){
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half{
	width: 100%!important;
}
}

