/*
Theme Name: Resume Spice
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.23.1513560097
Updated: 2017-12-17 20:21:37

*/

#modal-loader
{
    position: fixed;
    z-index: 99999999999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    filter: alpha(opacity=1000);
    opacity: 1;
    -moz-opacity: 1;
}
.modal-loader-wrapper
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    min-width:300px;
	max-width:750px;
	width:80%;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.modal-loader-wrapper h2 {
    margin-bottom: 20px;
	margin-top: 20px;
	font-weight:bold;
	text-align:center;
}

#modal-text {
    margin-bottom: 20px;
	text-align:center;
	font-weight:bold;
}

.article-single {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto 3rem;
}
.article-single .wrapper {
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
}
.article-single .featured-image {
    margin-bottom: 2rem;
}
.article-single .headline {
    display: flex;
    flex-flow: column;
    margin-bottom: 2rem;
}
.article-single .wrapper .col.body {
    flex: 0 0 100%;
}
.article-single .wrapper .col.side {
    flex: 0 0 100%;
}
.article-single .wrapper .col.side #sidebar {
    padding:  0;
    width:  100%;
}
.article-single .wrapper .col .side-banner {
    margin: 1rem 0;
}
.article-single .wrapper .col .side-banner img {
    width: 100%;
    height: auto;
}
/*.article-single .wrapper .blockquote {
    padding: 1.5rem;
    position: relative;
}
.article-single .wrapper .blockquote img {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}
.article-single .wrapper .blockquote .quote {
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    padding-left: 90px;
}*/

@media screen and (min-width: 1024px) {
    .article-single .wrapper .col.body {
        flex: 0 0 100%;
        padding-right: 30px;
    }
    .article-single .wrapper .blockquote .quote {
        padding-left: 130px;
    }
}
