/*
 Theme Name:   - EVShare -
 Theme URI:    http://evshare.com
 Description:  EVShare Child Theme of Divi by Adam Apollo
 Author:       Superluminal Systems
 Author URI:   http://superluminal.is
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  -EVShare-AA-
*/

/* CUSTOM STARTER CSS BY ADAM APOLLO */
/*************************************/

/* Use any Icon for a home page link */
/* REF: http://www.elegantthemes.com/blog/resources/how-to-use-and-embed-an-icon-font-on-your-website */
.home-link-icon a:before {
content: "\e009"; /* Insert any unicode character here */
position:relative;
font-family: 'ETmodules';
}

/* Remove sidebar line if present */
#main-content .container:before {
	background: transparent;
}

/* Give any link a Divi Button style */
/* Can be extended to input[type="submit"] etc */
a.button {
	/* set these options for a custom style */
    background: transparent;
	border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
	/* these are Divi defaults */
    letter-spacing: 0px;
    font-size: 20px;
    padding: 10px;
	-webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -ms-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all;
}
a.button:hover {
	background: rgba(0,0,0,0.63);
	border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
}
/* Captcha Fix */
.et_pb_contact_right p input.et_pb_contact_captcha {
    max-width: 50px;
    padding: 16px;
}