/*
 Theme Name:   Diversity Matters Child
 Theme URI:    http://diversitymatters.it
 Description:  Sela Child Theme for Diversity Matters
 Author:       Wouter Groenewold & jrf_nl
 Author URI:   -
 Template:     sela
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  sela-child
*/
/*Colors*/

#infinite-handle span {
    background-color: #f60018;
}

#infinite-handle span:hover {
    background: #f83346;
}

textarea:focus {
    border: 1px solid #f60018;
}

a {
    color: #f60018;
}

.main-navigation {
    background-color: #f60018;
    border-bottom: 2px solid #d6001e;
}



.nav-menu > li > a:after {
    color: #fa707d;
}

.main-navigation ul ul a:hover {
    color: #f60018;
}

.social-links ul a:before {
    background: #f60018;
}

.social-links ul a:hover:before {
    background: #fa707d;
}

.entry-title a:hover {
    color: #f60018;
}

.comment-meta a {
    color: #f60018;
}

.widget-area .milestone-countdown .difference {
    color: #f60018;
}

.footer-widgets a:hover {
    color: #f60018;
}

.site-info a:hover {
    color: #f60018;
}

.jetpack-testimonial .entry-title {
    color: #f60018;
}

@media screen and (max-width: 767px) {
    .main-navigation ul li {
        border-top: 1px solid #fa707d;
    }
}

/*Navigation*/
.main-navigation a {
    color: white;
}

.main-navigation ul ul a {
    color: white;
}

.main-navigation ul :hover > a {
    color: white;
}

.main-navigation li.current-menu-ancestor > a {
    color: white;
}

.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current-menu-ancestor > a {
    color: white;
}

/*Fonts*/
button,
input,
select,
textarea {
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

body{
    font-family:"Lato", sans-serif;
    font-weight:300;
}

.front-widget-area .widget-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.search .page-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

blockquote cite {
    font-family: "Lato", sans-serif;
}
.widget-title {
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.widget-area .widget-grofile h4 {
    font-family: "Lato", sans-serif;
}

.jetpack-testimonial .entry-title {
    font-family: "Lato", sans-serif;
}

div.sharedaddy h3.sd-title {
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 767px) {
    .menu-toggle {
        font-family: "Lato", sans-serif;
    }
}/*end breakpoint*/

/*Gravity Forms*/
 .ginput_container {
    margin: 0 0 15px 0 !important;
}

.gform_wrapper .top_label .gfield_label{
    margin:0 !important;
}

/*Footer menu*/
.footer-menu ul{list-style:none;margin:0 0 20px; 0;padding:0}
.footer-menu ul li{display:inline-block;}
.footer-menu ul li a{color:white;font-weight:400;margin-left:11px;}
.footer-menu ul li:firs-child a{margin-left:0}
.footer-menu ul li a:after {
    color: white;
    content: ' \2022';
    margin-left: 1em;
}
.footer-menu ul li:last-child > a:after {
    content: '';
}

/*Widget*/
.widget-title {
    text-align:left;
}

.widget-title:before,
.widget-title:after {
    content: normal;
}

/*Mailpoet*/
.comment-form label{
    width:auto;
}