/*
Theme Name: STF Child Theme
Theme URI: https://www.shoesthatfit.org
Author: Thirsty Agency
Author URI: https://thirsty.agency
Template: stf
Version: 1.0 - 14.0.5
*/


/* ---- Navigation ---- */

/* Donate Nav Menu */

#menu-item-1653 > a .menu-title-text{
	font-size: 16px;
	padding: 20px;
}

/* Gravity Forms */

body .gform_wrapper .top_label .gfield_label{
    font-size: 18px !important;
}

input#input_1_1 {
    font-size: 20px;
    border: transparent;
    border-bottom: 2px solid #777777;
    border-radius: 0px;
}

input#gform_submit_button_1 {
	background-color: #000;
    margin-top: 25px;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container_email input:focus {
  outline: 0 !important;
  border-bottom: 2px solid #000;
  box-shadow:
    0 0 0 .2rem #fff, /* use site bg color to create whitespace for faux focus ring */
    0 0 0 .35rem #fff !important; /* faux focus ring color */
}

input#gform_submit_button_7 {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    padding-right: 35px!important;
    padding-left: 35px!important;
    line-height: 1.2em;
}


/* Input Fields */

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], input[type=number], textarea, .woocommerce input#coupon_code {
    line-height: 2em;
}


/* Progress Bars */

@media only screen
   and (min-width : 768px) {
.nectar-progress-bar p {
    font-size: 25px !important;
		padding-bottom: 15px;
}

.nectar-progress-bar span {
    height: 25px;
}

body .nectar-progress-bar span strong, body .nectar-progress-bar .bar-wrap span strong i, body .nectar-progress-bar .bar-wrap span strong {
    font-size: 24px !important;
    line-height: 0px !important;
 }
}

/* Blog */

.blog-title #single-below-header>span {
    padding: 0 20px 0 0px;
    border-left: none;
}

img.wp-block-cover__image-background.wp-image-1883 {
    height: 100%;
}

/* Copyright */

#copyright > div > div.col.span_5 {
    width: 100%;
    padding: 10px;
}
