/*
 Theme Name:   UNE Divi
 Theme URI:    http://www.campuspress.com
 Description:  UNE Divi child theme
 Author:       CampusPress
 Template:     divi
 Version:      1.1
*/

/*---------[Slider]---------------*/
h1#logo {
    padding-bottom: 0px;
}

/*---------[Slider]---------------*/
.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    padding: 5px;
}
@media all and (min-width: 768px) {
    .et-pb-arrow-next {
        opacity: 1;
        right: 22px;
    }
    .et-pb-arrow-prev{
        opacity: 1;
        left: 22px;
    }
}

@media all and (max-width: 767px) {
    .et-pb-arrow-next {
        opacity: 1;
        right: 0;	
    }
    .et-pb-arrow-prev{
        opacity: 1;
        left: 0;
    }
} 

/*---------[Footer]---------------*/
#footer-widgets .footer-widget li {
	padding-left:0;
}
#main-footer .footer-widget h4 {
    text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1.5px;
}
#footer-widgets{
	font-family: 'Open Sans', sans-serif;
}
#footer-widgets .footer-widget li {
    padding-left: 0;
    padding: 8px 0px;
    list-style: none;
    margin-bottom: 0px;
    border-bottom: 1px solid #444;
}
#footer-widgets .footer-widget a, #footer-widgets .footer-widget li a, #footer-widgets .footer-widget li a:hover {
	 font-family: Open Sans, sans-serif;
}

#footer-widgets .footer-widget a:hover {
	color:#16747b!important;
}

/*---------[Posts page]---------------*/
@media all and (max-width: 767px) {

}
#main-content .container {
    padding-top: 2px;
	background-color: #fff;
}
.et_pb_post h1.entry-title, et_pb_post .entry-title a, .et_pb_post h2 a {
	color:#7d5177;
	font-family: Open Sans, sans-serif;
	font-weight: 600;
}
#left-area article {
    margin-left: 2em;
}
.et_pb_post .entry-featured-image-url {
    margin-left: -2em;
}
@media (min-width: 981px){
    #main-content {
        background-color: #f5f5f5;
    }
    .et_right_sidebar #sidebar {
        padding-right: 20px;
        padding-top: 3em;
        padding-left: 10px;

    }
    #main-content .container:before {
        position: absolute;
        top: 0;
        width: 0px;
        height: 100%;
        content: "";
    }
}
.et_pb_post:after {
	border-bottom: 1px solid #DDDDDD;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

/*---------[Sidebar Widgets]---------------*/
h4.widgettitle {
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #7d5077 !important;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.et_pb_widget ul li {
    padding-left: 0;
    padding: 8px 0px;
    list-style: none;
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
}
nav#top-menu-nav:after {
	content: '|';
    color: #a0a0a0;
    position: relative;
    top: 6px;
    margin-right: 7px;
    margin-left: 24px;
}

.et_pb_widget a {
    color: #16757b;
}

/* Read more blog button */
.more-link {
    background-color: #dfdfdf;
    display: inline-block !important;
    padding: 8px 12px;
    margin-top: 15px;
    text-transform: uppercase;
}

.more-link:hover {
    background-color: #7d5077;
}

.pagination a {
    background-color: #dfdfdf;
    padding: 8px 12px;
    margin-top: 15px;
	margin-left: 15px;
    text-transform: uppercase;
}
.pagination a:hover {
    background-color: #7d5077;
}