/*
Theme Name: Dynamic News Lite Child
Theme URI: https://themezee.com/themes/dynamicnews/
Template: dynamic-news-lite
Author: ThemeZee
Author URI: https://themezee.com
Description: A responsive, multipurpose blogging and magazine theme with bold colors and fonts. It comes with a featured content slider and a magazine page template. Dynamic News is a trending theme on wordpress.com and we are sure you will like the WordPress.org version as well.
Tags: two-columns,light,red,custom-background,custom-colors,custom-header,custom-menu,editor-style,blog,entertainment,news,holiday,food-and-drink,featured-image-header,featured-images,flexible-header,full-width-template,sticky-post,threaded-comments,translation-ready,theme-options,fluid-layout,responsive-layout,one-column,left-sidebar,right-sidebar,three-columns,black,blue,silver,white,green,gray
Version: 1.3.8.1467235521
Updated: 2016-06-29 16:25:21

/* General Styles
-------------------------------------------------------------- */
/* Links */
a, a:link, a:visited{
	color: #0F3D6B;
	text-decoration: none;
}


/* Basic Structure
-------------------------------------------------------------- */
#header {
	padding: 0em;
}

/* Header
-------------------------------------------------------------- */
#logo .site-title {
	display: inline-block;
	font-size: 2.0em;
	font-weight: bold;
	color: #0F3D6B;
	font-family: 'Francois One', Tahoma, Arial;
}
#logo .site-title a:visited {
	color: #0F3D6B;
}

/* Top Navigation
-------------------------------------------------------------- */
#topnavi-wrap {
	background: #fff;
}

/* Navigation Menu
-------------------------------------------------------------- */

.main-navigation-menu li ul ul {
    top: 0;
    left: 0;
}


#mainnav-toggle, #mainnav-icon, .sidebar-navigation-toggle, .sidebar-closing-toggle {
	display: none;
}
#navi-wrap {
	background: #333;
}
#mainnav-menu {
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}
#mainnav-menu li{
	float:left;
	position:relative;
	margin-right: 1px;
}
#mainnav-menu a {
	display: block;
	padding: 1.0em;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.0em;
        color: #fff;
	font-family: 'Francois One', Tahoma, Arial;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
#mainnav-menu a:link, #mainnav-menu a:visited{
	color: #fff;
	text-decoration: none;
}
#mainnav-menu a:hover {
        background: #333;
}
#mainnav-menu ul {
	position: absolute;
	display: none;
	z-index: 99;
	background: #fff;
	box-shadow: 0 0 2px #444;
}
#mainnav-menu ul li{
	margin: 0;
}
#mainnav-menu ul a {
	width: 250px;
	width: 16rem;
	padding: 1em;
	float: left;
	font-weight: normal;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mainnav-menu ul a:link, #mainnav-menu ul a:visited{
	color: #333;
	font-size: 1.0em;
	text-decoration: none;
}
#mainnav-menu ul a:hover {
	color: #fff;
	background: #696B6C;
}
#mainnav-menu li ul ul {
	margin-left: 250px;
	margin-left: 16rem;
}
#mainnav-menu li:hover ul ul, #mainnav-menu li:hover ul ul ul, #mainnav-menu li:hover ul ul ul ul{
	display:none;
}
#mainnav-menu li:hover ul, #mainnav-menu li li:hover ul, #mainnav-menu li li li:hover ul, #mainnav-menu li li li li:hover ul{
	display:block;
}
#mainnav-menu li.current_page_item a, #mainnav-menu li.current-menu-item a {
	text-decoration: underline;
}
#mainnav-menu li.current_page_item ul li a, #mainnav-menu li.current-menu-item ul li a{
	text-decoration: none;
}
#mainnav-menu ul li.current_page_item a, #mainnav-menu ul li.current-menu-item a {
	text-decoration: underline;
}
#mainnav-menu ul li.current_page_item ul li a, #mainnav-menu ul li.current-menu-item ul li a{
	text-decoration: none;
}

/* Widget Styling
-------------------------------------------------------------- */
.widget {
	margin-bottom: 1.5em;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	padding: 1.5em;
	background: #BDBCC0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.widget a:link, .widget a:visited  {
	text-decoration: none;
	color: #0F3D6B;
}

/* Posts and Pages
-------------------------------------------------------------- */
.type-post, .type-page, .type-attachment  {
	margin: 0 0 1.5em 0;
	padding: 0.8em 1.5em 1.5em;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	background: #fff;
}
.page-title, .entry-title {
	font-weight: bold;
	font-family: 'Francois One', Tahoma, Arial;
	color: #333;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: none;
	padding: 0.3em 0;
	border-bottom: 5px solid #333;
}
.page-title {
    font-size: 1.5em;
}
.entry-title {
    font-size: 1.5em;
}
.entry-title a:link, .entry-title a:visited {
	color: #333;
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:active{
	color: #e84747;
}
.sticky {
	border-left: 10px solid #ccc;
}

/* Page Links | wp_link_pages() */
.page-links {
	margin: 0;
	word-spacing: 1em;
}



