﻿ /*
 Theme Name: my_pureblog_child
 Description: The custom theme my_pureblog_child using the parent theme pureblog.
 Author: carolina
 Template: pureblog
*/

.widget li {
	font-size:17px;
}

#footer-menu li:after {
    font-family: Raleway,arial,helvetica,sans-serif;;
    font-size: 17px;
}
.navigation-top {
    font-size: 17px;
}


.navigation-top a {
    font-weight: normal;
}


.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
}

.main-navigation a {
    font-size: 17px;    
}

.menu-toggle {
    font-size: 17px;
}
.dropdown-toggle {
    font-size: 17px;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
    font-size: 17px;
}
.page-numbers {
    font-size: 17px;
}

.post-navigation {
    font-size: 17px;
}

#footer-menu a,
#footer-menu a:visited {
    font-size: 17px;
}
#banner .widget_media_image .widget-title {
    font-size: 17px;
}
#banner .widget_media_image .wp-caption-text {
    font-size: 17px;
}
.breadcrumbs {
    font-size: 17px;
}


.widget {
    font-size: 17px;
}





.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
    font-size: 17px;
}


/*--------------------------------------------------------------
Footer 
--------------------------------------------------------------*/

#site-info {
    font-size: 12px;
}


.footer-title {
    font: 10px Raleway,arial,helvetica,sans-serif;
}

.blog .entry-title,
.archive .entry-title,
.single .entry-title {
    margin-bottom: 0.5rem;
    font-size: 1.813rem;
}
.single .entry-title {
    font-weight: 800;
    margin-bottom: 0;
}

#footer-menu a,
#footer-menu a:visited {
    font-size: 12px;
}
/* ---------------------------------------------------------------------------------------
	Media Queries - Breakpoints
--------------------------------------------------------------------------------------- */


    .main-navigation ul ul a {
        padding: 0.375em 1.25em;
        /* width: 16em; */
        font-size: 17px;
    }

   






