/*
Theme Name: REICSI
Theme URI: https://catchthemes.com/themes/full-frame
Author: Eyebenders
Author URI: https://catchthemes.com/
Description: Vertex Child Theme
Version: 2.5
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Template: intuition
Text Domain: reicsi
Domain Path: /languages/
Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, front-page-post-form, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
.menu-header-text {
	margin:2%;
	float:right;
}
.menu-main {
	clear:right;
}
.content {
    float: none;
    width: auto;
    margin: 0 0 30px 0;
    padding: 0;
	padding-left:5%;
	padding-right:5%;
}
.slide-title {
margin-bottom:15px;	
}
.page-content p, .post-content p, .slide-content p, .feature-content p {
	line-height:1.5;
	font-size:14px;
}
.footermenu .menu-item .menu-link {
	text-align:right;
}
.post-byline {
	display:none;
}
.category .post {
	
    max-width: 400px;
    margin: 20px;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (max-width: 600px) {
.slider-slides .slide .slide-caption {
    margin:0 20px;
}
}
