/* gradient */

.grad1 {
  height: 15px;
  background-color: #b28f36; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #b28f36 , #e4c373 , #b28f36 , #f2daa4, #b28f36 );
}

.grad2 {
  height:2px;
  width: 10%!important;
	    margin-left: auto;
    margin-right: auto;
  background-color: #b28f36; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #b28f36 , #e4c373 , #b28f36 , #f2daa4, #b28f36 );
}

/* background mobile-height */

@media screen and (max-width: 600px){
	.mobile-height{
		min-height: 500px!important;
	}}


@media screen and (max-width: 600px){
	.mobile-height-1{
		min-height: 340px!important;
	}}
/* homepage image with text buttons */

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

/* back home button*/

.theme-button.outline {
    background: none;
    border: 1px solid #ffffff!important;
    font-weight: 400!important;
}

/* gravity-forms styling */

.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 500!important;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {

    border: none!important;
    border-radius: 0px!important;
}

 input[type="submit"], button, .button, .added_to_cart {
    display: inline-block;
    background-color: #b28f36!important;
    color: #fff;
    padding: 10px 30px 10px 30px!important;
    font-size: 19px!important;
    font-weight: 300!important;
    border-radius: 0px!important;
}

/* Professional Card */

.card-pro--media img {
  border: 1px solid #e4c373;
}

.card-pro--terms {
  color: #b28f36;
}

.card-pro--status {
  color: #b28f36;
}

.wpex-card .card-pro--title {
  border-bottom: 1px solid #e4c373;
}

.card-pro--meta a {
  color: #b28f36;
}

.wpex-card .card-pro--bio strong {
  color: #b28f36;
}

.card-pro--contracts,
.card-pro--contracts ul li::marker {
  color: #b28f36;
  font-weight: 600;
}

.card-pro--edit a {
  color: #b28f36;
}

/* Category Ajax Filter */

#content .caf-filter-container ul.dropdown {
  padding: 10px 0 0 !important;
  text-align: right;
}

#content .caf-filter-container ul.dropdown ul {
  right: 0;
}

#content .caf-filter-container ul.dropdown > li {
  padding-right: 12px;
  text-align: right;
  font-size: 14px
}

.card-pro--filter {
  padding-right: 10px;
}

#content #manage-ajax-response {
  padding: 20px 0;
}
