/*---------------------------------------------------------------------------------
 Theme Name:   Divi Child by ALvT
 Theme URI:    https://abron.7658.nl
 Description:  
 Author:       ALvT
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/* Onderstrepen van tekstlinks in pharagraph */
p > a {
text-decoration: underline;
color: #44d89e;	
}

/* inspringen van opsommingen en genummerde lijsten */
ul {
  margin-left: 15px;
}
ol {
  margin-left: 15px;
}

/* kleur actieve link in hoofdmenu */
#main-header #top-menu li.current-menu-item > a {
color: #44d89e !important;
}

/* breedte dropdown menu */
.nav li ul { width: 320px; }#top-menu li li a { width: 280px; }

/* drop down menu - level 2 aan laten sluit op level 1 */
    .nav li li ul {
        top: -3px;
        left: 180px;}

/*pullquotes css*/
 
/*Pull quote text styling*/
blockquote.et-pullquote p {
font-size: 22px;
line-height: 35px;
font-style: italic;
letter-spacing: 1px;
color: #666;
font-weight: 300;
}
 
/*Pull quotes with open quotation mark*/
 
blockquote.et-pullquote.left.quote, blockquote.et-pullquote.right.quote{
position: relative;
border-left: none;
}
 
blockquote.et-pullquote.left.quote:before {
    content: "\201C";
    font-size: 75px;
    position: absolute;
    top: 10px;
    left: -5px;
    font-family: lato;
    color: #888;
}
 
blockquote.et-pullquote.right.quote:before {
    content: "\201C";
    font-size: 75px;
    position: absolute;
    top: 10px;
    left: -16px;
    font-family: lato;
    color: #888;
}
 
/*Pull quotes with top border*/
blockquote.et-pullquote.left.topborder, blockquote.et-pullquote.right.topborder{
border-left: none;
border-top-width: 5px;
border-top-style: solid;
padding: 5px;
}
 
/*Pull quotes with dark background*/
blockquote.et-pullquote.left.dark, blockquote.et-pullquote.right.dark{
border-left: none;
padding: 10px;
background: #333;
}
 
blockquote.et-pullquote.left.dark p, blockquote.et-pullquote.right.dark p {
color: #fff;
}
 
@media all and (min-width: 700px) {
 
blockquote.et-pullquote{
padding: 0 20px;
max-width: 300px;
}
 
/*Pull quote Left*/
blockquote.et-pullquote.left{
    float: left;
    margin: 15px 15px 15px -8%;
}
/*Pull quote Right*/
blockquote.et-pullquote.right{
    float: right;
    margin: 20px -10% 20px 20px;
}
}
/* Change style of Site Title */
#logo-text {
color: #425168;
font-size: 36px;
line-height: 1.5;
margin: 0;
padding: 0;
font-family: “Open Sans”, sans-serif;
}
/* Change footer menulinks style */
.bottom-nav li.current-menu-item > a {
color: #ffffff;
}
.bottom-nav a:hover {
color: #ffffff;
opacity: 1;
}