/*
 Theme Name:   - Crown Sterling -
 Theme URI:    http://crownsterling.io
 Description:  Custom Theme 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:  -Crown-Sterling-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;
}


/* Blog Module */

/* round images */
.category-team.et_pb_post {
    margin-top: 150px;
	margin-bottom: 200px !important;
}
.category-team .et_pb_image_container img {
    border-radius: 100%;
	margin-top: -150px;
}
.category-team .et_pb_image_container a.entry-featured-image-url {
    overflow: visible !important;
}
.category-team .et_overlay {
    border-top: none;
    border-bottom: none;
	border-left: solid;
    border-right: solid;
    margin-top: -150px !important;
    height: 323px;
    border-radius: 100%;
}
.post-content > p {
    min-height: 160px;
}

