/*
 Theme Name:   Point Child
 Theme URI:    http://www.thedailylion.com
 Description:  Tuto Child Theme
 Author:       Jordan Farris
 Author URI:   http://www.thedailylion.com
 Template:     point
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Point-Child
*/

body {
	background-color: #D8D6D7;
}

/*CENTER HEADER IMAGE*/
#logo a{
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

#logo a img{
	float: none;
}

.site-branding .image-logo {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

/*CENTER NAVIGATION BAR*/

.primary-navigation{
	float:none;
	
}

#navigation .menu{
	text-align: center;
	float: none;

}

#navigation ul li{
	float: none;
	display: inline-block;

}

#navigation ul li a{
	font-family: Calibri;
	color: #2B126E;
	font-size:13px;
}

#navigation ul li a:hover{
	color: #9F171B;
}

/*REMOVE NAVIATION COLOR AND BORDERS*/

#navigation > ul li:first-child a {
	border-left: none;
}

.primary-navigation a {
	border-right: none;
}

#navigation ul li {
	border-right: none;
	box-sizing: border-box;
}

.primary-navigation a {
	background: white;
}

/*BORDER HEADER LINE*/
.site-branding {
	background: white;
	border-bottom: thick solid #D8D6D7;
	border-bottom-width: 4px;
}

#navigation > ul li:first-child a {
	height: 50px;
}

.frontTitle{
	background: white;
}

hr {
    background-color: #2B126E;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
    width:100%;
}

/*POSTS AUTHOR AND TIMES AND TITLE*/

.title a{
	font-family: 'Roboto Condensed'; 
	font-size: 20px;
	color: #808080;
}

.post-info span {
	color:#2B126E;
}

.widget h3 {
	font-family: 'Roboto Condensed'; 
	font-size: 20px;
	color: #656565;
}

.main-container .featuredBox .featuredstory{
	font-family: 'Roboto Condensed'; 
	font-size: 30px;
	color: #2B126E;
}

h1{
	font-family: 'Roboto Condensed'; 
	font-size: 30px;
	color: #B2B2B2;
}

.endOfPage{
	height: 200px;
}

/*EDITOR-IN-CHIEF*/

.content .editor {
  	font-family: 'Roboto Condensed'; 
	font-size: 25px;
	color: #656565;
	margin: auto;
	margin-left: 50px;
}


.content .jordanfarris {
  font-family: 'Roboto Condensed'; 
	font-size: 15px;
	color: #2B126E;
	margin: auto;
	margin-left: 50px;
}


.frontTitle .latest{
	font-family: 'Roboto Condensed'; 
	font-size: 20px;
	color: #656565;
}

.post-content.image-caption-format-1 {
	font-size: 12px;
}

.featured-thumnail{
	display: inline-block;
	height: 130px;
	overflow: hidden;
	width: 50%;
}

.featured-thumbnail img{
	width: 100%;
}

.page-title{
	margin-left: 30px;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
	margin-left: 30px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	margin-right: 30px;
}
.woocommerce .products ul, .woocommerce ul.products{
	margin-left: 30px;
}