/*
 Theme Name:     PBD Customized Theme
 Theme URI:      http://www.elegantthemes.com/gallery/Divi/
 Description:    Customized Child theme of Divi for Printing By Design
 Author:         Daniel Levy
 Author URI:     http://www.b-visual.com
 Template:       Divi
 Version:        0.0.1
 Text Domain:    pbdink
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

@media only screen and (min-width: 980px) {
    body {
		font-size: 110%;
		line-height: 1.8em;
	}
    h1 {
        font-size: 200%;
        line-height: 2em;
    }
    h2 {
        font-size: 175%;
        line-height: 1.2em;
        padding-bottom: 20px;
    }
}

.small {
    font-size: 80%;
}

/* Add space between bullet points in the Why Choose PBD lists */
#main-content ul li {
    padding-bottom: 15px;
}

/* Decrease space at top of section rows */
div.et_pb_row:first-child {
    padding-top: 0;
}

/* Footer Styles */
p#footer-info {
	font-size: 12px;
	line-height: 16px;
}

div#et-footer-nav a {
    color: rgba(255,255,255,0.7);
}

div#et-footer-nav a:hover {
    color: #ffffff;
}

@media only screen and (min-width: 980px) {
	p#footer-info {width: 70%;}
    ul.bottom-nav a {
        font-size: 1.1em;
        }
	}
@media only screen and (max-width: 980px) {
	ul.et-social-icons {margin-top: 20px;}
	}

/* Customer testimonials */
div.et_pb_testimonial {
    border-radius: 15px;
    color: rgba(0,0,0,0.6);
}
p.et_pb_testimonial_meta a {
    white-space: nowrap;
}

div.et_pb_blurb h4 {
    font-size: 1.3em;
}

/* Center print sample images */
img.et-waypoint.et_pb_image.et_pb_animation_bottom.print-samples.et-animated {
    display: block;
    margin: 0 auto;
}

/* Page Banners */
.et_pb_slide_description h2 {
    text-shadow: 0 0 6px rgba(0,0,0,0.9);
}

div.et_pb_slide_description p {
    text-shadow: 0 0 3px rgba(0,0,0,0.9);
}

.et_pb_slide_description .et_pb_more_button {
    background-color: rgba(0,0,0,0.2);
}

/* Sidebar */
.sidebar {
    padding: 40px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 20px;
    font-size: 90%;
}

#sidebar .et_pb_widget {
    float: none;
    margin: 0 0 30px 0;
    padding: 20px 15px;
    background-color: #f3ede0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

h4.widgettitle {
    font-size: 125%;
}

#sidebar li {
    padding: 0;
    margin: 0;
}

@media only screen and (min-width: 980px) {
    #sidebar li a {
        font-size: 80%;
        line-height: 0.8em;
    }
}

/* Full Width Header*/
.header-big {
    font-size: 150%;
}

/* FAQ */
h5.et_pb_toggle_title {
    font-size: 120%;
}

/* Forms */

.wpcf7-form { 
    padding: 20px;  
    margin-bottom: 30px; 
    border-radius: 10px; 
}
.wpcf7-form fieldset {
    margin: 0 0 30px 0;
    padding: 30px;
    background-color: #f7f7eb;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.require {
    color: #ff0000;
}

.wpcf7-form-control {
    line-height: 2em;
    padding: 5px;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-number,
.wpcf7-form-control.wpcf7-textarea {
    padding: 5px 15px;
    width: 95%;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
}

.wpcf7-submit {
    font-size: 20px;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: -10px auto 0;
    padding: 6px 20px;
    line-height: 1.7em;
    background: transparent;
    color: #990000;
    border: 2px solid #990000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}

.wpcf7-submit:hover {
    background: rgba( 0, 0, 0, 0.05 );
    border: 2px solid transparent;
}

.wpcf7-submit:after {
    font-family: 'ETmodules';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*---------------[DROPDOWN ARROWS]------------------*/
#top-menu .menu-item-has-children > a:first-child:after, .fullwidth-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    font-family: FontAwesome;
    content: ' \f0d7';
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 2px;
}

#top-menu li li.menu-item-has-children > a:first-child::after, .fullwidth-menu li li.menu-item-has-children > a:first-child::after {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    right: 10px;
    top: 12px;	
}

.et_header_style_centered .nav li li ul, .nav li li ul {
    top: -20px;
    /* border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000; */
}

#main-header .nav li ul {
    border-top-color: #b7c062;
}

/* Blog Posts */

article.et_pb_post h2 a:hover,
#left-area p.post-meta a:hover {
    color: #990000;
}

#main-content .container::before {
    background-color: transparent;
}