/*
Theme Name: Clean Cutta Child Theme
Theme URI: http: http://cleancutta.com/
Description: Child theme is the recommended way to modify an existing theme if you want to make changes in the theme.
Author: ThemeMotive
Author URI: http://thememotive.com/
Template: clean-cutta
Version: 1.0.0
*/


/*Add your custom styles below:*/


/** 
* Site Header
*/

.main-header {
    background-color: #282c39;
}

header p.title img {
    margin-right: 20px;
}


/** 
* Gravity Forms
*/

label,
.gfield_description {
    display: block;
    padding: 0;
    width: auto;
    line-height: 1.5;
    font-size: .875em;
    max-width: 85%;
    white-space: normal;
}

.gfield span {
    display: block;
}

.gfield span.gfield_required {
    display: inline;
}

.btn-blue, .btn.btn-blue {
    background-color: #1e73be;
}

.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip {
    display: block;
}

.gform_wrapper p {
    white-space: normal !important;
}

.product .product-img {
    display: none;
}

.gform_body label.checkbox,
.gform_body label.radio {
    width: 18px !important;
    margin-right: 5px !important;
    vertical-align: top !important;
}


/** 
* Gravity Views
*/

.gv-table-view tfoot {
    display: none;
}


/**
 * WooCommerce 
 */

.product-data {
    display: none;
}

.return-to-shop {
    display: none;
}

.order_item .download-url {
    display: none;
}

.logged-in.woocommerce-account .woocommerce {
    display: flex;
}

.woocommerce-account .woocommerce-MyAccount-content {
    margin-left: 5%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    flex: 0 0 auto;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    padding: 0;
    border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 5px;
    display: block;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
    margin-right: 20px;
    opacity: .25;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}

.woocommerce-account .woocommerce p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}


/*Portfolio Listing*/

.portfolio article div.img li:first-child {
    display: none
}

.portfolio article div.img li {
    margin: 0;
}


/*Project*/

.project .descr {
    width: 100%;
    margin-top: 30px;
    float: none;
}

.project .img {
    float: none;
    width: 100%;
    height: 400px;
    max-width: unset;
}

.project .img .img-border {
    position: relative;
    height: 100%;
    width: 100%;
}

.project .img .img-border {
    position: relative;
    height: 100%;
    width: 100%;
}

.project .img .img-border img {
    object-fit: cover;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}


/*Blockquote*/

blockquote.quote:before {
    display: none;
}

blockquote.quote p:first-child:before,
blockquote.quote p:first-child:after {
    position: relative;
}

blockquote.quote p:first-of-type:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: -3px;
    z-index: 0;
    width: 40px;
    height: 40px;
    color: #0088cc;
    font-family: "cc-font";
    font-size: 30px;
    line-height: 40px;
    content: "\66";
    text-align: center;
    font-style: normal;
}

blockquote.quote p:first-of-type:after {
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 0;
    width: 40px;
    height: 40px;
    color: #0088cc;
    font-family: "cc-font";
    font-size: 30px;
    line-height: 40px;
    content: "\66";
    text-align: center;
    font-style: normal;
}

blockquote.quote p.signature {
    margin-top: 30px;
}

.product .cart .quantity { 
	display: none !important; 
}

.box-2 i {
    height: 42px;
    width: 42px;
}

.offers {
	text-align: center;
	max-width: 710px;
	margin: 25px auto;
}

label[for^=payment_method] {
	display: flex;
}

.home .box-default .img-border:before, .product .img .img-border:before {
	display: none;
}
.home .box-default .btn-blue {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
}

.home .custom-spacing .col {
	position: relative;
	flex: 1;
	width: auto;
}
.home .columns.custom-spacing {
	display: flex;
}
.home .custom-spacing .col:after {
	content: "";
	width: 1px;
	height: 200px;
	background-color: #e8e8e8;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.home .custom-spacing .col:last-child:after {
	display: none;
}
@media (max-width: 768px) {
.home .custom-spacing .col:after {
	display: none;
}
	.home .columns.custom-spacing {
		flex-flow: column;
	}
	
}

.file-input input[type="file"], .file-input input[type="file"] + a {
	cursor: pointer;
}

.file-input input.fake.file {
	background: none !important;
	color: transparent !important;
}
.file-input a.empty {
	text-indent: unset;
	height: auto;
	width: auto;
	color: transparent;
	background: none;
}
.file-input a.empty:before {
	content: "Change File";
	color: #0088cc;
}
/* Robert added below to remove previous button */
html body .gform_wrapper .gform_body .gform_page_footer .gform_previous_button button{
    display:none
}

/* Robert added below to make descriptions phone friendly */
html body .woocommerce-variation-description p{
    margin-bottom:1em;
    width: 100%;
}

/*
 * Main Slider
 */
section.revolution-slider {
	position:relative;
	z-index:999;
}

