/*
 Theme Name:   Elpensi_se
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Sixteen for Elpensi
 Author:       Åke Strandberg
 Author URI:   http://example.com
 Template:     twentysixteen
 Version:      1.0.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
 Text Domain:  twenty-sixteen-elpensi
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* Make Meta info stack below content - for all screen sizes */
    body:not(.search-results) article:not(.type-page) .entry-footer {

		float: none;
		margin-top: 0.1538461538em;
        width: auto;

	}

   	body:not(.search-results) article:not(.type-page) .entry-content {

        float: none;
		width: auto;

    }

/* Get rid of black border */
 
.site {
	margin: 0 auto !important;
}

body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
	height: 0px	!important;
}

.site-inner {
	overflow: hidden !important;
}

/*
body,
textarea {
	font-family: Verdana;
}
*/

/* Arconix FAQ */

.arconix-faq-accordion-title.ui-state-default {
    /*  This replaces the default background for the "smoothness" jQuery UI theme
        If you're going to load a different theme, you may want to remove this line
    */
/*    font-size: 0.9375rem; */
		font-family: none;
}

.arconix-faq-accordion-content {
/*    font-size: 0.9375rem; */
		font-family: none;
}

