/**
 * BNS Add Style - Custom Stylesheet
 *
 * This file was added after the activation of the BNS Add Style Plugin.
 *
 * If you no longer want to use these styles delete the contents of this file,
 * or simply deactivate the BNS Add Style Plugin (recommended).
 *
 * If you choose to deactivate this plugin this file will remain as is but will
 * not be used. If you reactivate this plugin the styles below will take effect.
 *
 * Add your custom styles for this theme below this comment block. Enjoy!
 * I've added a few media queries to make it easier.
 */

/********************************************************************** Downloads */

.vc_full-layout {
    min-height: 250px;
}
.downloads h3 {
    margin-bottom: 25px;
}
.downloads ul {
    margin: 0px 0px 25px;
    list-style: none;
}
.downloads ul li {
    height: 230px;
    background: #efefef;
    display: block;
    width: calc(100%/3 - 10px);
    text-align: center;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.downloads ul li:before {
    content: "Download";
    display: block;
    background: #2cabe0;
    height: 30px;
    line-height: 30px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
}
.downloads ul li:nth-child(3n + 3) {
    margin-right: 0px;
}
.downloads ul li a {
    display: table-cell;
    vertical-align: middle;
    height: 200px;
    text-align: center;
    width: 100vw;
    padding: 0px 15px;
    font-size: 20px;
	transition: .4s all;
}
.downloads ul li a:before {
    content: "\f019";
    font-family: "FontAwesome";
    display: block;
    font-size: 32px;
    margin-bottom: 15px;
}
.downloads ul li a:hover {
    background: #e92f1b;
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
	.downloads ul li {
    	width: 100%;
    	margin: 0px 0px 15px;
    	clear: none;
	}
}

/********************************************************************** MemberPress */

.mp_wrapper .mp-form-row label {
    font-weight: 600;
    color: black;
    font-size: 15px;
    margin-bottom: 5px;
    display: block !important;
}
.mp_wrapper .mp-form-row input[type="text"], .mp_wrapper .mp-form-row input[type="password"] {
    border-radius: 3px;
    max-width: 400px;
}
.mp_wrapper .mp-form-row input[type="text"]:focus, .mp_wrapper .mp-form-row input[type="password"]:focus {
    border-color: #2cabe0;
}
.mp_wrapper #wp-submit {
    padding: 12px 25px;
    border-radius: 3px;
}
.mp_wrapper .mepr-login-actions {
    margin-bottom: 35px;
}
.mepr-login-link {
    display: none;
}
