/* 
 Theme Name:     Jeison Delorean
 Author:         JD-Design
 Author URI:     http://jeisondelorean.com.br
 Template:       Divi
 Version:        Divi Child Theme v.0.18
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.4
*/ 



#searchsubmit{font-size: 11px!important;}
body.blog #left-area, .archive #left-area {
background-color: #f9f9f9;
padding-top: 15px;
padding-right: 15px !important;
padding-bottom: 15px !important;
padding-left: 15px;


}
body.blog #main-content .container::before, .archive #main-content .container::before{
display:none!important;
}
#sidebar {
    background-color: #f4f4f4;
    padding-bottom: 28px;
    border-radius: 3px 3px 3px 3px;
    overflow: hidden;
    border-top-width: 2px;
    border-top-color: #000000;
    padding: 15px;
	box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
	font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
}

h4.widgettitle{
    font-size: 26px;
    background-color: #848688;
    padding: 5px;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
	font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
	font-weight: 700;
}
#div.main-content{
background-color: #fff;
}
input#submit.submit.et_pb_button{
color: #e4d44b;
    background-color: #000;
    border: none;
    border-radius: 0px;
}

.hero-section {
    padding-top: 120px;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    max-height: 450px;
    background-color: #333;
}
 
.single-post #main-content #left-area {padding-top: 0px;}
 
/* ---- Sidebar Settings ---- */

 
/* ---- Standard Post Title & Post Meta ---- */
.single h1.entry-title,.attachment h1.entry-title, .single p.post-meta {
width: 100%;
text-align: center;
padding-left: 8px;
padding-right: 8px;
font-weight: 800;
text-transform: uppercase;
color: #990000;
}
 
 @media only screen and (min-width: 980px) {
/*** Set title font size for desktop ***/
.single h1.entry-title {
font-size: 32px !important;
}

/* ---- Format the Position of the Video Wrapper ---- */
  
@media only screen and (min-width: 980px) {
 /*** elevate the video to overlap the hero section ***/
.single-post.single-format-video .et_main_video_container {margin-top: -120px; background: #fff; outline: 10px solid #ffffff !important; z-index: 100;}
}

/* ----- Add Background Image to the Audio Player &amp; Change size of the player ----- */
body.single .et_audio_content, .blog .et_audio_content {
margin-bottom: 0px !important;
height: 300px !important;
background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url('#');
background-repeat: no-repeat;
background-size: cover;
 }
 
/* ---- Hide the Duplicate Audio Player  ------ */
div#mep_1 {display: none;}

/* ---- Add Background Image to the Quote Box ---- */
  
.et_quote_content {
  
background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url('#')!important;
background-repeat: no-repeat;
background-size: cover;
  
}
 
/* ---- Add the Quotation Symbol to the Quote Box ---- */
  
.et_quote_content blockquote p::before {
font-family: Cardo;
position: absolute;
top: 16px;
left: 5%;
margin-left: -16px;
border-radius: 31px;
background: rgba(255, 255, 255, .0);
font-size: 70px;
font-color: #fff;
content: "201C" !important;
}
 
/* ---- Text Format Inside of quote ---- */
@media only screen and (min-width: 980px) {
.single-post.single-format-quote blockquote p {
font-size: 30px !important;
font-weight: 600 !important;
}
}

/* ---- Position &amp; Style the Gallery to Overlap the Featured Image ---- */
  
@media only screen and (min-width: 980px) {
  
.single-format-gallery .et_post_meta_wrapper { margin-top: -100px;}
  
#comment-wrap {padding-top: 100px;}

.et_post_gallery {
z-index: 100;
position: relative;
border-top: 8px solid #fff !important;
border-left: 8px solid #fff !important;
background: #fff !important;
}
 
/* ---- Set Background Color, Margins &amp; Padding for the Gallery Image ---- */
  
.et_gallery_item { margin: 0 0 0 0 !important;}
  
.et_gallery_item {
width: 33.3%;
margin: 0 0% 0% 0 !important;
padding-right: 8px !important;
background: #fff !important;
padding-bottom: 8px !important;
}
}

/* ---- Add thick border to the left side and Lower the link box ---- */
 
.et_link_content {
border-bottom: 8px solid #ddd;
background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('#');
background-size: cover;
background-color:#edb059;
border-radius: 25px;
}
 
/* ---- Font Settings within the Link box ---- */
 
.et_link_content a.et_link_main_url { font-size: 21px; font-weight: 600; color: #fff !important;}
 
/* ---- Link Symbol on the right side ---- */
  
.et_link_content::before {
font-family: "ETmodules";
position: absolute;
top: 38%;
left: 5%;
margin-right: -26px;
border-radius: 31px;
background: rgba(255, 255, 255, .0);
font-size: 48px;
color: #fff;
content: "e02c";
}
