/*
 * user.css
 *
 * Use this file for adding custom CSS style. These styles will override
 * default theme styles. You can enable/disable this CSS file inside
 * WordPress Appearance > Theme Options > General
 */

/* ---------------------------------------------------------------
 * 1. GENERAL
 * Place your general theme styles in this section.
 * ------------------------------------------------------------ */

/* Logo space adjustment */
.header-widget-area { max-width: 74%; }
.brand { max-width: 26%; } 

/* Page margin adjustment */
#page {margin: 0.5% auto; border: 1px solid #aaaaaa;}

/* Header box adjustment */
#header {padding: 1.75em 0 .75em;}

/* Increase font size in both pages and posts */
.entry-content p,
.entry-content ul {
    font-size: 1.1666em; /* or 14px */
}

/* Keep Home page font smaller */
.home .entry-content p,
.home .entry-content ul {
    font-size: 1em;
}

/* Fb comments styling */
.fb-comments {
	position: relative;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #e5e5e5;
}


/* ---------------------------------------------------------------
 * 2. TABLET
 * CSS fallback for device width 768px or below
 * ------------------------------------------------------------ */

@media only screen and (max-width: 768px) {

}


/* ---------------------------------------------------------------
 * 3. MOBILE
 * CSS fallback for device width 480px or below
 * ------------------------------------------------------------ */

@media only screen and (max-width: 480px) {


}