/*!
Theme Name: Divi child
Template: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.14.2
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Header Styling */
.et_pb_menu .et_pb_menu__search-input {
    color: #ffffff !important;
}

.et_pb_menu .et_pb_menu__search-input::placeholder {
    color: #ffffff !important;
}

/* Home Styling */
.home-searchbar input.et_pb_searchsubmit,
.widget_search input#searchsubmit {
    background: transparent;
    color: transparent;
    border: none;
    width: 55px;
    z-index: 2;
}

.home-searchbar input.et_pb_s,
.widget_search input#s {
    padding-right: 55px !important;
}

.home-searchbar .et_pb_searchform:before,
.widget_search::before {
    content: '\55';
    position: absolute;
    font-family: 'ETModules';
    z-index: 1;
    right: 0;
    font-size: 20px;
    padding: 15px 20px;
}

.shareaholic-share-buttons-container {
    text-align: center !important;
}

/*.shareaholic-share-button[title~=Facebook] {
	display: none !important;
}*/

/* Quote Pages */
.type-quote .entry-title {
    display: none;
    pointer-events: none;
}

.post-content-inner {
    border-bottom: dashed grey 0.25em;
}

.post-content-inner .quote-content {
    background: #4981CB;
    color: #ffffff !important;
    padding: 1em;
    margin-bottom: 1.5em;
}

.post-content-inner .quote-content:before {
    color: #ffffff;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    top: 0.6em;
    position: absolute;
}

.post-content-inner .quote-content:after {
    color: transparent;
    content: close-quote;
    font-size: 0;
    position: absolute;
}

.post-content-inner .quote-content p {
    display: inline;
    margin-left: 2em;
}

.et-db #et-boc .et-l .et_pb_blog_0_tb_body .et_pb_post .post-content .post-content-inner .quote-title {
    text-align: right;
    color: #535353!important;
}

.quote-author-item {
    font-size: 1rem;
    padding-bottom: 20px;
    margin-bottom: 1em;
    border-bottom: dashed grey 0.25em;
}

.quote-author-item .quote-author-text {
    margin-bottom: 0.5rem;
}

.quote-author-item .quote-author-link {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: 0;
    padding: 0.3em 2.5em 0.3em 2.5em;
    color: white;
    border-radius: 0.99em;
    background: #187FDF !important;
}

.quote-category-child {
	display: block;
	color: #ffffff;
	border: 0 !important;
	border-radius: 6px !important;
	background-color: #021123 !important;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.quote-category-child {
		max-width: 350px;
	}
}

/* Utility CSS */
.align-middle {
    align-self: center;
}

p {
    font-weight: 300;
}