/*
Theme Name: Valorous Circle's Hello Elementor Child
Theme URI: https://valorouswebdesign.com
Template: hello-elementor
Author: Valorous Circle LLC
Author URI: https://valorouswebdesign.com
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.2.0.1565622455
Updated: 2019-08-12 11:07:35

*/

/* Buttons */
input[type="button"] {
	border-color: #888888;
	color: #888888;
}

input[type="button"]:hover,
input[type="button"]:focus {
	background-color: #888888;
}

/* Woo Buttons */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, a.button.wc-backward {
    color:#fff;
    background-color:#0B7DC2;
    border-radius: 4px;
    border:2px solid #0B7DC2;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color:#53595F;
    background-color:transparent;
}

/* Gravity Forms */
.eael-gravity-form .gform_wrapper textarea { padding:10px 4px; }

/* Home ---------------------------------------------------------------
----------------------------------------------------------------------*/

/* Focus Area Carousels */

.vc-focusCarousel .jet-carousel__content .jet-carousel__item-title, .vc-focusCarousel .jet-carousel__content .jet-carousel__item-title a, .vc-focusCarousel .jet-banner__title {
    text-align:center;
}


/* Products Page Tiles - Equal Column Heights */
.vc-equalColumnHeights section.elementor-section.elementor-inner-section {
    height:100%;
}

/* Gravity Forms */

form.vc-contactForm label {
	color:#fff;
}

 .vc-contactForm .ginput_container.ginput_container_textarea { margin-top:35px !important; }
 
 .vc-contactForm .eael-gravity-form .gform_wrapper ul.gform_fields li.gfield {
     padding-right:0;
 }


/* Read More Blurbs/Buttons */
.expandable {
	padding-bottom:30px;
	overflow:hidden;
}

.expandable:after {
    content: '';
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

a.vc-rmLink {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #54595F;
	width:auto !important;
	transition: all .3s;
    padding:15px 15px 30px 15px;
}

a.vc-rmLink:hover {
	color: #cccccc;
}

/* -------------------------------------------------------
WooCommerce 
----------------------------------------------------------*/

/* Product Search Field */
div.product-search-form input {
	border:1px solid #ccc;
}

/* Product Data Tabs */
.woocommerce table.shop_attributes td {
	padding:0 15px 0 15px;
}

/* Product Meta (SKU, Category, Brand info) */
span.posted_in {
    margin-left: 12px;
    font-weight: 900;
}

span.posted_in a {
    font-weight: 400;
}

/* Product Filters */
.wcpf-checkbox.wcpf-field-title.wcpf-heading-label {
    font-family: "Roboto Slab", Sans-serif;
    font-weight:600;
    font-style:italic;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-input-container {
    border: 1px solid #9c9c9c;
}

span.wcpf-title {
    font-size: 15px;
}

/* Woo Tables */
.woocommerce table.shop_table {
    border-radius:0;
}

/* Responsive */
@media screen and (max-width: 767px) {
	.woocommerce div.product.elementor ul.tabs li {
		width:100%;
	}
}
