/*   
Theme Name: TechReport
License: Located in the 'Licensing' folder
License URI: Located in the 'Licensing' folder
Description: For TechReport.
Author: Franklin
Author URI: https://techreport.com
Theme URI: https://techreport.com
Version: 1.0.1
Tags: two-columns, three-columns, threaded-comments, right-sidebar
*/

/*

[Table of contents]

1. Reset
2. WordPress Classes Styling
3. Generic Styling
4. Header Styling
5. Main Nav Styling
6. Mega Menu Styling
7. Favorites Posts Styling
8. Modal Search Form Styling
9. Hidden Sidebar Styling
10. Featured Posts Styling
11. Featured Slider Styling
12. Homepage 2 Styling
13. Full Banner Styling
14. Large Posts Styling
15. Image Posts Styling
16. Medium Posts Styling
17. Sidebar Styling
18. Widgets Styling
19. Single Post Styling
20. Error Page Styling
21. Page Templates Styling
22. Main Footer Styling
23. Footer Social Media Styling

*/

/*-------------------------------------------*\
	1. Reset
\*-------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

a img,
iframe,
fieldset {
	border: none;	
}

li {
	list-style: none;
	line-height: 24px;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section { 
    display: block; 
}

.fa {
	transform: rotate(0.001deg);
}

.is_stuck,
.stick-it {
  	transform: translate3d(0,0,0);
}

/*-------------------------------------------*\
	2. WordPress Classes Styling
\*-------------------------------------------*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.gallery-caption a {
	display: inline;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}

.alignleft,
img.alignleft,
.wp-block-image.is-resized.alignleft {
	display: inline;
	float: left;
	margin: 6px 20px 6px 0;
}

.alignright,
img.alignright,
.wp-block-image.is-resized.alignright {
	display: inline;
	float: right;
	margin: 6px 0 6px 20px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignnone {
	margin: 12px 0 6px 0;
	text-align: center;
}

.entry
.wp-caption-text {
  	font-size: 13px;
	font-style: italic;
	color: #aaa;
}

address {
    font-style: italic;
    margin: 0 0 20px 0;
}

pre {
    background: #f5f5f5;
    font-family: monospace;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 1.5;
}

code {
    padding: 3px;
    background: #f5f5f5;
    font-family: monospace;
}

/*** Blocks Styling ***/

.wp-block-button
.wp-block-button__link {
	padding: 12px 38px;
	color: #fff;
	background-color: #141F34;
	text-decoration: none;
	transition: background .3s;
}

.wp-block-button
.wp-block-button__link:hover {
	color: #fff;
	background-color: #EC5F1A;
}

.entry .wp-block-image,
.entry .wp-block-cover {
	margin-bottom: 30px;
}

.wp-block-image.is-resized > figcaption {
	display: block;
}

.wp-block-image figcaption {
	margin-bottom: 30px;
}

.wp-block-cover-image {
    margin-bottom: 40px;
}

/*** Separator Styling ***/

.wp-block-separator {
    width: 100px;
    margin: 40px 0;
    border-color: #141F34;
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 0;
}

.wp-block-separator.is-style-wide,
.wp-block-separator.is-style-dots {
	width: 100%;
}

/*** List Blocks Styling ***/

.entry .wp-block-categories,
.entry .wp-block-archives,
.entry .wp-block-latest-posts {
	margin-bottom: 40px;
	margin-left: 0;
}

.entry 
.wp-block-categories li,
.entry 
.wp-block-archives li,
.entry 
.wp-block-latest-posts li {
	margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
    list-style: none;
    color: #aaa;
	list-style: none;
}

.entry 
.wp-block-categories li:first-child,
.entry 
.wp-block-archives li:first-child,
.entry 
.wp-block-latest-posts li:first-child {
    padding-top: 20px;
}

.wp-block-categories.is-grid li:first-child,
.wp-block-archives.is-grid li:first-child,
.wp-block-latest-posts.is-grid li:first-child {
	padding-top: 0;
}

.entry 
.wp-block-categories li:last-child,
.entry 
.wp-block-archives li:last-child,
.entry 
.wp-block-latest-posts li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.entry .wp-block-categories .children,
.entry .wp-block-archives .children,
.entry .wp-block-latest-posts .children {
    margin-top: 20px;
    margin-bottom: 0;
}

.entry .wp-block-categories .children li:first-child,
.entry .wp-block-archives .children li:first-child,
.entry .wp-block-latest-posts .children li:first-child {
    padding-top: 20px;
    border-top: 1px solid #EAEAEA;
}

.entry 
.wp-block-categories li a,
.entry 
.wp-block-archives li a,
.entry 
.wp-block-latest-posts li a {
	text-decoration: none;
}

.entry 
.wp-block-categories li a:hover,
.entry 
.wp-block-archives li a:hover,
.entry 
.wp-block-latest-posts li a:hover {
	color: #aaa;
}

/*-------------------------------------------*\
	3. Generic Styling
\*-------------------------------------------*/

.wrapper {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.clear-both {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	color: #141F34;
}

#main-footer h1,
#main-footer h2,
#main-footer h3,
#main-footer h4,
#main-footer h5,
#main-footer h6 {
	color: #fff;
}

h1 {
	font-size: 34px;
	line-height: 44px;
}

h2 {
	font-size: 28px;
	line-height: 36px;
}

h3 {
	font-size: 26px;
	line-height: 32px;
}

h4 {
	font-size: 24px;
	line-height: 30px;
}

h5 {
	font-size: 22px;
	line-height: 30px;
}

h6 {
	font-size: 18px;
	line-height: 26px;
}

p {
	line-height: 24px;
}

a {
	color: #EC5F1A;
	text-decoration: underline;
	transition: all .3s; 
}

.entry a,
.comment-text a {
	text-decoration: underline;
}

.entry a:hover,
.comment-text a:hover {
	color: #EC5F1A;
	text-decoration: none;
}

a:hover {
	color: #aaa;
}

body {
	color: #343435;
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

/*** Default Styling ***/

.entry {
	clear: both;
	word-wrap: break-word;
	font-size: 17px;
}

.entry p {
	line-height: 1.563em;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6,
.comment-text h1,
.comment-text h2,
.comment-text h3,
.comment-text h4,
.comment-text h5,
.comment-text h6 {
	margin-bottom: 18px;
}

.entry .wp-video {
	margin-top: 30px;
	margin-bottom: 30px;
}

blockquote,
.wp-block-pullquote,
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
	position: relative;
	margin-bottom: 41px;
	padding-left: 26px;
	text-align: left;
}

blockquote {
	padding-top: 4px;
	background: url(images/quotation-marks.svg) no-repeat left top;
}

.wp-block-pullquote {
    padding-top: 10px;
    padding-bottom: 0;
    color: #787878;
}
 
.wp-block-pullquote.is-style-solid-color {
	padding-top: 40px;
	padding-bottom: 10px;
}

.entry 
blockquote p,
.wp-block-pullquote p,
.entry 
.wp-block-quote.is-large p, 
.entry 
.wp-block-quote.is-style-large p,
.comment-text
blockquote p {
    clear: both;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
}

.entry 
.wp-block-quote.is-large p,
.entry 
.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: normal;
    line-height: 1.6;
}

blockquote cite,
.wp-block-pullquote cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.blockquote-footer {
	position: relative;
	display: inline-block;
	clear: both;
	margin-top: 10px;
	font-style: italic;
}

.post-nav-links {
	margin-bottom: 40px;
}

.entry p,
.widget p,
.comment-text p,
.entry 
.post-nav-links {
	margin-bottom: 30px;
}

.entry figure {
	margin-bottom: 30px;
}

.entry iframe,
.entry img,
.widget iframe,
.widget img,
.wp-block-audio audio {
	max-width: 100%;
}

.entry img {
	height: auto;
}

.entry iframe {
	margin-top: 10px;
	margin-bottom: 10px;
}

.entry figure iframe {
	margin-bottom: 0;
}

.entry div {
    max-width: 100%;
}

select {
	max-width: 100%;
	height: 45px;
	padding: 0 14px;
	color: #787878;
	border: 1px solid #eaeaea;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.widget select {
	width: 100%;
}

.post-thumb img {
	max-width: 100%;
	height: auto;
}

/*** Lists Styling ***/

.entry ol,
.entry ul,
.comment-text ol,
.comment-text ul {
	margin-bottom: 30px;
	margin-left: 20px;
}

.entry 
.wp-block-gallery {
	margin-left: 0;
}

.entry
ul li,
.comment-text
ul li {
	list-style: disc;
}

.entry
ol li,
.comment-text
ol li {
	list-style: decimal;
}

.entry
li,
.comment-text
li {
	list-style-position: inside;
	margin-bottom: 12px;
}

.entry
li ul,
.comment-text
li ul,
.entry
li ol,
.comment-text
li ol {
	margin-top: 12px;
	margin-bottom: 12px;
}

.entry
dt,
.comment-text
dt {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 6px;
}

.entry
dd,
.comment-text
dd {
	margin: 0;
	padding: 0 0 1.5em 0;
}

/*** Tables Styling ***/

.entry table,
.comment table {
  margin: 0 0 1rem;
  border-collapse: collapse;
  width: 100%;
}

.entry table td,
.entry table th,
.comment table td,
.comment table th {
  padding: 20px;
  border: 1px solid #767676;
  word-break: break-all;
  font-size: 15px;
  background: #1c315f;
  color: #fff;
}

/*** Password Protected Posts Syling ***/

.post-password-form 
input[type=password] {
	width: 29%;
	height: 38px;
	clear: both;
	margin-left: 8px;
	padding-left: 20px;
	border-radius: 3px;
    border: 2px solid #EAEAEA;
    background-color: #fff;
	font-size: 19px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	color: #bbb;
}

.post-password-form 
input[type=password]:focus {
	outline: none;
    color: #686868;
    border-color: #CECECE;
}

.post-password-form label {
	color: #444;
	font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.post-password-form 
input[type=submit] {
	height: 42px;
    padding: 0 32px;
    color: #fff;
    border: none;
    border-radius: 3px;
    background-color: #141F34;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 46px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .3s;
}

.post-password-form 
input[type=submit]:hover {
    background-color: #EC5F1A;
}

/*** WordPress Blocks ***/

.entry 
.wp-block-embed-spotify {
	margin-bottom: 30px;
}

.wp-block-embed-spotify.aligncenter iframe {
	width: 100%;
}

.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
	padding-right: 0;
	padding-left: 0;
}

/*-------------------------------------------*\
	4. Header Styling
\*-------------------------------------------*/

#main-header {
	height: 140px;
	display:none;
}

#main-nav-wrap 
#logo-wrap {
	float: left;
}

#main-header .site-logo {
	line-height: 140px;
}

#main-header .site-logo,
#main-header .site-text-logo {
	float: left;
}

.site-text-logo {
	margin-top: 61px;
	text-transform: uppercase;
}

.site-text-logo h1 {
	margin-bottom: 2px;
	font-size: 38px;
}

.site-text-logo a {
	color: #141F34;
	text-decoration: none;
}

.site-tagline a {
	display: inline-block;
	color: #aaa;
	margin-top: 5px;
	font-size: 14px;
	text-decoration: none;
}

.site-logo img {
	max-height: 100px;
	vertical-align: middle;
}

/*-------------------------------------------*\
	5. Main Nav Styling
\*-------------------------------------------*/

#main-nav-outer {
	margin-bottom: 60px;
}

#main-nav-wrap {
	height: 66px;
	color: #fff;
	text-align: center;
}

#main-nav-wrap::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
}


#main-nav {
	display: inline-block;
	max-width: 90%;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	margin-top:-10px;
}

#main-nav.not-centered {
	/*float: left;*/
	/*margin: 0;*/
}

#main-nav li {
	position: relative;
	float: left;
	margin-right: 28px;
	line-height: 86px;
}

#main-nav li:last-child {
	margin-right: 0;
}

#main-nav a {
	position: relative;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
}

#main-nav a:hover {
	color: #5A606D;
}

#main-nav 
.current-menu-item a {
	color: #FFF;
}

#hidden-sidebar-icon,
#main-nav-wrap 
.fa-search {
	position: absolute;
	top: 22px;
	padding: 10px 0;
	font-size: 21px;
	cursor: pointer;
	transition: color .3s;
	margin-top:-10px;
}

#hidden-sidebar-icon:hover,
#main-nav-wrap 
.fa-search:hover {
	color: #EC5F1A;
}

#hidden-sidebar-icon {
	left: 0;
}

#main-nav-wrap 
.fa-search {
	right: 0;
}

#menu-icon {
	display: none;
}

/*** Sticky Menu Styling ***/

#main-nav-outer {
	width: 100%;
	height: 66px;
	background-color: #1c315f;
}

.admin-bar 
#main-nav-sticky.stick-it {
	top: 32px;
}

#main-nav-sticky.stick-it {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: inherit;
	height: inherit;
	background-color: #fff;
	animation-name: fadeIn;
    animation-duration: .5s;
    animation-fill-mode: both;
}

/*** Drop Menu Styling ***/

#main-nav 
.menu-item-has-children > a {
	padding-right: 15px;
}

#main-nav 
.menu-item-has-children > a::after {
	position: absolute;
	right: 0;
	content: "\f13a";
	color: #dadada;
	font-family: 'FontAwesome';
    font-size: 14px;
    transform: rotate(0.001deg);
}

#main-nav ul ul 
.menu-item-has-children > a::after {
	right: 5px;
	content: "\f138";
}

#main-nav ul li ul {
	position: absolute;
	left: 0;
	top: 82px;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	float: none;
	padding: 6px 16px 0;
	border: 1px solid #eee;
	background-color: #fff;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.06);
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

#main-nav ul li ul:before {
	position: absolute;
	left: 22px;
	top: -10px;
	z-index: 1;
	content: "";
	display: block;
    width: 0; 
  	height: 0; 
  	border-left: 10px solid transparent;
  	border-right: 10px solid transparent;
  	border-bottom: 10px solid #eee;
}

#main-nav ul li ul:after {
	position: absolute;
	left: 23px;
	top: -8px;
	z-index: 2;
	content: "";
	display: block;
    width: 0; 
  	height: 0; 
  	border-left: 9px solid transparent;
  	border-right: 9px solid transparent;
  	border-bottom: 9px solid #fff;
}

#main-nav ul li ul li {
	margin: 0;
}

@keyframes fadeIn {
  	from {
    	opacity: 0;
  	}

  	to {
    	opacity: 1;
  	}
}

#main-nav ul li:hover > ul {
   	visibility: visible;
    animation-name: fadeIn;
    animation-duration: .5s;
    animation-fill-mode: both;
}

#main-nav ul li ul li {
	height: auto;
	clear: both;
	margin-right: 0;
	float: none;
	line-height: normal;
	border-bottom: 1px solid #eee;
}

#main-nav ul li 
ul li:last-child {
	border-bottom: none;
}

#main-nav ul li ul a {
	min-width: 222px;
    height: auto;
    padding: 14px 6px;
    line-height: 24px;
	transition: all .3s;
	color:#1c315f;
}

#main-nav 
.current-menu-item ul a::after,
#main-nav ul ul 
.current-menu-item a::after {
	display: none;
}

#main-nav ul ul 
.current-menu-item a {
	color: #9D9D9D;
}

/*** Second Level Styling ***/

#main-nav ul li ul ul {
	left: 100%;
	top: -1px;
}

#main-nav ul li ul ul:before,
#main-nav ul li ul ul:after {
	display: none;
}

/*-------------------------------------------*\
	6. Mega Menu Styling
\*-------------------------------------------*/

#main-nav .zeekmega {
	position: static;
}

#main-nav .zeekmega ul {
	left: 0;
	width: 1140px;
	padding: 30px;
}

#main-nav .zeekmega ul li {
	width: 254px;
	float: left;
	clear: none;
	margin-right: 38px;
	border-bottom: none;
}

#main-nav .zeekmega 
ul li:nth-child(4n) {
	margin-right: 0;
}

#main-nav .zeekmega ul a {
	min-width: unset;
	height: auto;
	padding: 0;
	line-height: normal;
}

#main-nav .zeekmega ul a:hover {
	color: #5A606D;
}

#main-nav ul .zeekmega ul:before,
#main-nav ul .zeekmega ul:after {
	display: none;
}

/*** Mega Menu Thumbs ***/

.zeekmega 
.post-thumb {
	position: relative;
	display: block;
	width: 100%;
	max-height: 170px;
	margin-bottom: 13px;
	overflow: hidden;
}

/*** Mega Menu Text ***/

.mega-title {
	display: block;
	margin-bottom: 9px;
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-transform: none;
}

.mega-date {
	color: #aaa;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}

/*** Format Icons Styling ***/

.format-icon {
	position: absolute;
	display: block;
	width: 54px;
	height: 54px;
	color: #141F34;
	border-radius: 54px;
	background-color: #fff;
	text-align: center;
	line-height: 55px;
	text-decoration: none;
	transition: all .3s;
}

.format-standard 
.format-icon {
	display: none;
}

.thumb-link:hover 
.format-icon {
	color: #fff;
	background-color: #141F34;
}

#main-nav .format-icon {
	left: 102px;
	top: 60px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	line-height: 53px;
}

.format-icon::after {
	font-family: 'FontAwesome';
    transform: rotate(0.001deg);
}

#main-nav 
.-post-icon.format-icon {
	display: none;
}

.format-video .format-icon::after,
.video-post-icon.format-icon::after {
	position: absolute;
	left: 22px;
	top: 17px;
	content: "";
	display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #141F34;
}

.format-video 
.thumb-link:hover .format-icon::after,
.thumb-link:hover 
.video-post-icon.format-icon::after {
	border-left-color: #fff;
}

.format-audio .format-icon::after,
.audio-post-icon.format-icon::after {
	content: "\f025";
	padding-left: 2px;
	font-size: 23px;
}

.format-gallery .format-icon::after,
.gallery-post-icon.format-icon::after,
.format-image .format-icon::after {
	content: "\f03e";
	font-size: 20px;
}

/*** Header Banner Styling ***/

.header-banner {
	float: right;
	margin-top: 32px;
}

.header-banner img {
	max-width: 728px;
}

/*-------------------------------------------*\
	7. Favorites Posts Styling
\*-------------------------------------------*/

#favorites-posts {
	position: relative;
	counter-reset: favorites;
	margin-bottom: 60px;
}

#favorites-icon {
	position: absolute;
	left: -24px;
	top: -24px;
	z-index: 10;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: url(images/favorites-icon.svg) no-repeat 18px 14px #EC5F1A;
}

#favorites-posts article {
	width: 272px;
	float: left;
	margin-right: 37px;
}

#favorites-posts 
article:last-child {
	margin-right: 0;
	margin-left: 1px;
}

.post-thumb {
	position: relative;
	border-radius: 4px;
	line-height: 0;
	overflow: hidden;
	margin-right: 20px;
}

.post-thumb-home {
	position: relative;
	border-radius: 4px;
	line-height: 0;
	overflow: hidden;
}

.post-thumb-first {
	position: relative;
	border-radius: 4px;
	line-height: 0;
	overflow: hidden;
}

.thumb-cat {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 11;
	display: inline-block;
	height: 23px;
	padding: 0 15px;
	color: #fff;
	border-radius: 4px;
	background-color: #141F34;
	font-size: 11px;
	line-height: 25px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background .3s;
}

.thumb-cat:hover {
	color: #fff;
	background-color: #EC5F1A;
}

#favorites-posts 
.post-thumb {
	margin-bottom: 24px;
}

#favorites-posts 
.format-icon {
	left: 111px;
	top: 63px;
	width: 50px;
	height: 50px;
	line-height: 53px;
}

#favorites-posts 
.post-content::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 44px;
	height: 44px;
	color: #141F34;
	border-radius: 44px;
	background-color: #F2F2F2;
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 44px;
	counter-increment: favorites;
	content: counter(favorites);
}

#favorites-posts 
.post-content {
	position: relative;
	padding-left: 54px;
}

#favorites-posts 
.post-title {
	margin-bottom: 5px;
}

.post-title {
	word-wrap: break-word;
}

.post-title-home a {
	color: #FFF;
	text-decoration: none;
}

.post-title a {
	color: #141F34;
	text-decoration: none;
}

.post-title a:hover {
	color: #5A606D;
}

.post-meta {
	color: #aaa;
	font-size: 13px;
	text-transform: uppercase;
}

.post-meta a {
	text-decoration: none;
}

.post-meta 
.post-date a {
	color: #aaa;
}
.post-meta
.post-comment a {
	color: #aaa;
}
.post-meta
.post-comment a:hover {
	color: #EC5F1A;
}

.post-meta 
.post-date a:hover {
	color: #EC5F1A;
}
.post-meta-content {
	font-size: 15px;
}

/*-------------------------------------------*\
	8. Modal Search Form Styling
\*-------------------------------------------*/

#modal-search {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 5555;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.97);
	visibility: hidden;
	opacity: 0;
	transition: opacity .6s;
}

#modal-search-inner {
	width: 700px;
	margin: 210px auto 0 auto;
}

#modal-search 
#searchform {
	position: relative;
	width: 100%;
	height: 108px;
	border-bottom: 3px solid #eee;
}

#modal-search 
#searchform:focus {
	border-bottom-color: #141F34;
}

#modal-search.search-show {
	visibility: visible;
	opacity: 1;
}

#modal-search #s {
	width: inherit;
	height: inherit;
    color: #141F34;
    border: none;
	background-color: transparent;
	font-family: 'Roboto', sans-serif;
	font-size: 42px;
    font-weight: 700;
}

#modal-search #s:focus {
	outline: none;
}

#modal-search 
#searchsubmit {
	display: none;
}

.m-search-close {
	position: absolute;
	right: 54px;
	top: 50px;
	width: 32px;
	height: 32px;
	background: url(images/modal-close.svg) no-repeat;
	opacity: .6;
	cursor: pointer;
	transition: opacity .3s;
}

.m-search-close:hover {
	opacity: 1;
}

.search-info {
	display: block;
	margin-top: 26px;
	color: #BCBCBC;
}

/*-------------------------------------------*\
	9. Hidden Sidebar Styling
\*-------------------------------------------*/

#hidden-sidebar-wrap {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	display: none;
	width: 390px;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #fff;
}

.hidden-sidebar-close {
	position: absolute;
	right: 20px;
    top: 20px;
    z-index: 2;
    width: 18px;
    height: 18px;
	background: url(images/modal-close.svg) no-repeat;
	opacity: .6;
	cursor: pointer;
	transition: opacity .3s;
}

.hidden-sidebar-close:hover {
	opacity: 1;
}

#hidden-sidebar {
	display: block;
	width: 332px;
	padding: 50px 20px 0;
}

#hidden-sidebar .widget {
	width: 100%;
	margin-bottom: 50px;
}

.body-overlay {
	position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    background: rgba(21,21,21,.6);
    animation-name: fadeIn;
  	animation-duration: .8s;
  	animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#hidden-sidebar 
.fb_iframe_widget,
#hidden-sidebar 
.fb_iframe_widget > span,
#hidden-sidebar 
.fb_iframe_widget iframe {
    width: 100% !important;
}

/*-------------------------------------------*\
	10. Featured Posts Styling
\*-------------------------------------------*/

#featured-posts {
	height: 587px;
	margin-bottom: 64px;
}

/*#featured-icon {
	position: absolute;
	left: -24px;
	top: -24px;
	z-index: 10;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: url(images/feat-icon.svg) no-repeat 14px center #EC5F1A;
}*/

.feat-post {
	position: relative;
}

#large-feat {
	width: 619px;
	height: inherit;
	float: left;
	overflow: hidden;
}

#feat-col-2 {
	width: 569px;
	height: inherit;
	float: right;
}

.medium-feat {
	height: 287px;
	overflow: hidden;
}

.medium-feat:first-child {
	margin-bottom: 12px;
}

/*** White Caption Styling ***/

.white-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 25px 49px 11px 27px;
	border-top-right-radius: 4px;
	background: linear-gradient(rgba(20,31,52,0) 0%,#141f34 100%);
}

#large-feat 
.white-caption {
	border-radius: 4px;
	min-width: 543px;
}

#large-feat 
.post-title-home {
	font-size: 32px;
    line-height: 42px;
}

.medium-feat 
.white-caption {
	min-width: 492px;
	border-radius: 4px;
}

.feat-post 
.post-title-home {
	margin-bottom: 20px;
}

.post-meta li {
	height: 28px;
	float: left;
	margin-right: 8px;
	line-height: 28px;
}

.post-meta .author-avatar {
	display: inline-block;
    width: 28px;
    height: 28px;
	border-radius: 28px;
    overflow: hidden;
}

/*-------------------------------------------*\
	11. Featured Slider Styling
\*-------------------------------------------*/

#featured-slider {
	position: relative;
	width: 100%;
	height: 570px;
	margin-bottom: 60px;
}

#featured-slider.small-slider {
	height: 586px;
}

#featured-slider img {
	max-width: 100%;
	height: auto;
}

#featured-slider 
.slides,
#featured-slider 
.slides li {
	width: inherit;
	height: inherit;
	overflow: hidden;
	border-radius: 4px;
}

/*** Slider Caption Styling ***/

#featured-slider 
.white-caption {
	max-width: 583px;
}

#featured-slider.small-slider 
.white-caption {
	max-width: 454px;
}

#featured-slider h1 {
	margin-bottom: 20px;
    font-size: 38px;
    line-height: 46px;
}

#featured-slider.small-slider h1 {
    font-size: 32px;
    line-height: 42px;
}

/*** Slider Nav Styling ***/

#slider-nav a {
	position: absolute;
	bottom: 15px;
	z-index: 2;
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 44px;
	background-color: #141F34;
	text-align: center;
    line-height: 44px;
    text-decoration: none;
}

#slider-nav 
.flex-prev {
	right: 68px;
}

#slider-nav 
.flex-next {
	right: 20px;
}

#slider-nav a:after {
	color: #fff;
	font-family: 'FontAwesome';
    font-size: 21px;
    transform: rotate(0.001deg);
}

#slider-nav 
.flex-prev:after {
	content: "\f104";
}

#slider-nav 
.flex-next:after {
	content: "\f105";
}

#slider-nav a:hover {
	background-color: #EC5F1A;
}

/*** Third homepage Layout Slider ***/

#featured-slider.featured-slider-two,
#featured-slider 
.caption-bg {
    height: 550px;
}

#featured-slider.featured-slider-two h1 {
	max-width: 79%;
    font-size: 40px;
    line-height: 48px;
}

#featured-slider.featured-slider-two 
#slider-nav a,
.white-nav-slider 
#slider-nav a {
	bottom: 18px;
	width: 42px;
	height: 42px;
	border: 2px solid #fff;
	background-color: transparent;
	transition: opacity .3s;
}

#featured-slider.featured-slider-two 
#slider-nav a:hover,
.white-nav-slider 
#slider-nav a:hover {
	opacity: .6;
}

#featured-slider.featured-slider-two 
#slider-nav .flex-prev,
.white-nav-slider 
#slider-nav .flex-prev {
    right: 73px;
}

/*-------------------------------------------*\
	12. Homepage 2 Styling
\*-------------------------------------------*/

.large-post.no-cap {
	height: auto;
	overflow: visible;
}

.large-post.no-cap 
.post-thumb {
	height: 460px;
	margin-bottom: 23px;
	overflow: hidden;
}

.large-post.no-cap 
.post-title-home {
	margin-bottom: 18px;
    font-size: 34px;
}

/*** Recent Posts Styling ***/

.posts-outer-wrap,
.recent-posts-wrap {
	width: 788px;
	float: left;
}

.recent-posts 
.medium-post:nth-child(2n) {
	margin-right: 0;
}

/*** Sticky Posts Styling ***/

article.sticky 
.post-title a {
	position: relative;
	padding-left: 26px;
}

article.sticky 
.post-title a::before {
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(images/sticky-pin.svg) no-repeat;
}

/*-------------------------------------------*\
	13. Full Banner Styling
\*-------------------------------------------*/

.full-banner-wrap {
	margin-bottom: 52px;
	clear: both;
	text-align: center;
}

.fourth-home 
.full-banner-wrap,
.fifth-home 
.full-banner-wrap {
	margin-bottom: 56px;
}

.full-banner img {
	max-width: 100%;
    vertical-align: middle;
}

.full-banner-url {
	display: inline-block;
}

/*-------------------------------------------*\
	14. Large Posts Styling
\*-------------------------------------------*/

#large-posts {
	margin-bottom: 60px;
}

.large-post {
	width: 580px;
	height: 480px;
	float: left;
	overflow: hidden;
}

.large-post:last-child {
	margin-left: 40px;
}

.large-post 
.post-thumb {
	height: inherit;
}

.large-post 
.format-icon {
	left: 27px;
	top: 27px;
	width: 50px;
	height: 50px;
}

.large-post 
.white-caption {
    max-width: 435px;
}

.large-post .post-title {
    font-size: 29px;
    line-height: 35px;
}

/*** Section Heading Styling ***/

.section-heading {
	margin-bottom: 54px;
}

.widget .section-heading {
    margin-bottom: 42px;
}

.section-heading h5 {
	position: relative;
	height: 43px;
    float: left;
    font-size: 27px;
	text-transform: capitalize;
}

.widget 
.section-heading h5 {
	height: 39px;
	font-size: 17px;
    text-transform: uppercase;
}

.section-heading h5:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 30px;
    height: 1px;
	background-color: #EC5F1A;
}

.widget 
.section-heading h5:after {
	width: 24px;
}

.section-heading a {
	position: relative;
	display: inline-block;
	height: 26px;
	float: right;
	margin-top: 5px;
	color: #141F34;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}

.section-heading a:hover {
	color: #EC5F1A;
}

.section-heading a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 15px;
	height: 1px;
	background-color: #EC5F1A;
}

/*-------------------------------------------*\
	15. Image Posts Styling
\*-------------------------------------------*/

#image-posts {
	margin-bottom: 60px;
}

.fourth-home 
#image-posts,
.fifth-home 
#image-posts {
    margin-bottom: 80px;
}

.image-post {
	position: relative;
	overflow: hidden;
}

.large-image-post {
	width: 754px;
	height: 361px;
	float: left;
}

.small-image-post {
	width: 420px;
	height: 361px;
	float: right;
}

.image-posts-row-1 {
	margin-bottom: 26px;
}

.image-posts-row-2 {
	clear: both;
}

.image-posts-row-2 
.small-image-post {
	float: left;
}

.image-posts-row-2 
.large-image-post {
	float: right;
}

#image-posts 
.post-thumb {
	width: inherit;
	height: inherit;
}

.image-post .thumb-cat,
.image-post .format-icon {
	z-index: 3;
}

.image-post .format-icon {
	left: 22px;
	top: 22px;
	line-height: 56px;
}

.image-post:hover .format-icon {
    color: #fff;
    background-color: #141F34;
}

.image-post.format-video:hover 
.format-icon::after {
    border-left-color: #fff;
}

.image-post.format-video 
.format-icon::after {
    left: 24px;
    top: 20px;
}

/*** Gradient Caption Styling ***/

.gradient-caption {
	position: absolute;
	left: 22px;
	bottom: 24px;
	z-index: 2;
	color: #fff;
}

.large-image-post 
.gradient-caption {
	max-width: 570px;
}

.small-image-post 
.gradient-caption {
	max-width: 350px;
}

.caption-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: inherit;
	height: inherit;
	border-radius: 4px;
	background: linear-gradient(rgba(20, 31, 52, 0) 0%, #141f34 100%);
	opacity: .85;
	transition: opacity .3s;
}

.image-post:hover 
.caption-bg {
	opacity: 1;
}

.gradient-caption 
.post-title {
	margin-bottom: 18px;
}

.large-image-post 
.post-title {
	font-size: 30px;
    line-height: 38px;
}

.gradient-caption 
.post-title a,
.gradient-caption 
.post-meta,
.gradient-caption 
.post-meta 
.post-date a {
	color: #fff;
}

.gradient-caption a:hover {
	color: #fff;
	text-shadow: 0px 2px 0px #141f34;
}

/*-------------------------------------------*\
	16. Medium Posts Styling
\*-------------------------------------------*/

.medium-post {
	width: 788px;
	margin-right: 36px;
	margin-bottom: 52px;
	float: left;
}

.full-width-posts 
.medium-post:nth-child(3n) {
	margin-right: 0;
}

.full-width-posts 
.medium-post:nth-child(3n+1) {
    clear: left;
}

.medium-post 
.format-icon {
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
	line-height: 56px;
}

.medium-post.format-video 
.format-icon::after {
    left: 24px;
    top: 20px;
}

.medium-post 
.post-thumb {
	margin-bottom: 20px;
	float: left;
}

.medium-post 
.post-title {
	margin-bottom: 18px;
}

/*** Load More Button Styling ***/

.load-more-wrap {
	clear: both;
	text-align: center;
}

.loading-text-svg {
	position: relative;
	display: none;
	height: 42px;
	padding-left: 26px;
}

.load-more.loading 
.loading-text-svg {
	display: inline-block;
}

.loading-text-svg svg {
	position: absolute;
	left: -11px;
	top: 4px;
	display: block;
	width: 42px;
	height: 42px;
	margin: 0 auto;
}

.load-more {
	display: inline-block;
    height: 46px;
    padding: 0 47px;
    margin-bottom: 54px;
    color: #152035;
    border-radius: 4px;
    background-color: #EBEBEC;
    font-size: 13px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
}

.fourth-home 
.load-more {
	margin-bottom: 54px;
}

.load-more.loading,
.load-more.loading:hover {
	color: #141F34;
	background-color: #EBEBEC;
}

.load-more:hover {
	color: #fff;
	background-color: #141F34;
}

.load-more.loading 
.load-more-txt,
.no-more-txt,
.no-more-posts.load-more.loading 
.loading-text-svg {
	display: none;
}

.no-more-posts 
.no-more-txt {
	display: inline-block;
}

.no-more-posts {
	background-color: #eee;
	cursor: unset;
}

/*** Reveal Animation ***/

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.full-width-posts 
.medium-post {
   	opacity: 1;
    animation-name: fadeInUp;
    animation-duration: .8s;
    animation-fill-mode: both;
}

/*** Pagination Styling ***/

.pagination {
	margin-bottom: 67px !important;
	clear: both;
	color: #141F34;
	font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 auto;
    width: 580px;
}

.pagination a {
	display: block;
	float: left;
	padding: 11px 15px 9px;
	margin-right: 6px;
	margin-bottom: 6px;
	color: #141F34;
	border-radius: 4px;
    background-color: #EBEBEC;
	text-decoration: none;
	transition: all .3s;
}

.pagination a:hover {
	color: #fff;
    background-color: #EC5F1A;
}

.pagination
.current {
	display: block;
	float: left;
	padding: 11px 15px 9px;
	margin-right: 6px;
	margin-bottom: 6px;
	color: #fff;
	border-radius: 4px;
    background-color: #EC5F1A;
}

.pagination .dots {
	margin: 14px 20px 0 11px;
	float: left;
}

/*** Nothing Found Styling ***/

.nothing-found {
	margin-bottom: 50px;
}

.nothing-found h1 {
	margin-bottom: 15px;
	font-size: 30px;
    line-height: 38px;
}

.nothing-found h2 {
	margin-bottom: 20px;
    font-size: 22px;
}

.nothing-found p {
	margin-bottom: 30px;
	color: #141F34;
}

.nothing-found 
.widget_recent_entries li,
.nothing-found 
.widget_recent_entries li:last-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
	list-style: none;
	color: #aaa;
}

/*-------------------------------------------*\
	17. Sidebar Styling
\*-------------------------------------------*/

.main-sidebar {
	width: 368px;
	float: right;
}

/*-------------------------------------------*\
	18. Widgets Styling
\*-------------------------------------------*/

.widget {
	margin-bottom: 45px;
}

#main-footer 
.widget {
	width: 376px;
	float: left;
	margin-right: 36px;
}

#main-footer 
.widget:nth-child(3n) {
	margin-right: 0;
}

#main-footer 
.widget:nth-child(3n+1) {
    clear: left;
}

#main-footer .widget_rss h5 a {
	color: #fff;
}

/*** Facebook Widget ***/

.zeek_facebook_widget {
	min-height: 588px;
}

/*** MailChimp Form Widget ***/

.widget 
.mc4wp-form p {
	margin-top: 20px;
}

.widget 
.mc4wp-form 
input {
	width: 226px;
    height: 45px;
    color: #aaa;
    padding: 0 120px 0 20px;
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    background-color: #FBFBFB;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

#hidden-sidebar 
.widget .mc4wp-form input {
    width: 190px;
}

.widget 
.mc4wp-form 
input::placeholder {
	color: #aaa;
}

.widget 
.mc4wp-form 
input:focus {
	color: #787878;
	border-color: #E2E2E2;
	background-color: #fff;
	outline: none;
}

.widget 
.mc4wp-form 
input[type=submit] {
	width: auto;
	height: 46px;
    padding: 0 20px;
    color: #fff;
    border: none;
    background-color: #141F34;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 47px;
    text-transform: uppercase;
    transition: background .3s;
    cursor: pointer;
}

#main-footer .widget 
.mc4wp-form 
input[type=submit] {
	background-color: #3C4454;
}

.widget 
.mc4wp-form 
input[type=submit]:hover,
#main-footer .widget 
.mc4wp-form 
input[type=submit]:hover {
	color: #fff;
	background-color: #EC5F1A;
}

/*** Search Widget ***/

.widget #searchform {
	position: relative;
	width: 100%;
	height: 47px;
}

.widget #s {
	width: 226px;
    height: 45px;
    color: #aaa;
    padding: 0 120px 0 20px;
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    background-color: #FBFBFB;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

#hidden-sidebar 
.widget #s {
    width: 190px;
}

#main-footer 
.widget #s {
    width: 234px;
}

.widget #s:focus {
	color: #787878;
	border-color: #E2E2E2;
	background-color: #fff;
	outline: none;
}

.widget #searchsubmit {
	position: absolute;
	right: 3px;
    top: 3px;
    height: 41px;
	color: #fff;
	padding: 0 20px;
	border: none;
	border-radius: 0 4px 4px 0;
	background-color: #141F34;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 43px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .3s;
}

#main-footer 
.widget #searchsubmit {
	background-color: #3C4454
}

.widget #searchsubmit:hover,
#main-footer 
.widget #searchsubmit:hover {
	color: #fff;
	background-color: #EC5F1A;
}

/*** Popular/Recent Posts Widget ***/

.widget 
.small-post {
	margin-bottom: 35px;
}

.widget 
.small-post:last-child {
	margin-bottom: 0;
}

.widget 
.small-post 
.post-thumb {
	width: 156px;
	height: 106px;
	float: left;
	margin-right: 16px;
}

.small-post 
.format-icon {
	left: 55px;
	top: 30px;
	width: 46px;
    height: 46px;
	line-height: 51px;
}

.small-post.format-video 
.format-icon::after {
    left: 21px;
    top: 17px;
    content: "";
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 11px;
}

.small-post.format-gallery 
.format-icon::after,
.small-post.format-image 
.format-icon::after {
	font-size: 18px;
}

.widget 
.small-post 
.post-content {
	margin-top: 8px;
	overflow: hidden;
}

.widget 
.small-post 
.thumb-cat {
	position: static;
	margin-bottom: 10px;
	background-color: #141F34;
	font-size: 10px;
}

#main-footer 
.widget 
.small-post 
.thumb-cat {
	background-color: #3C4454;
}

.widget 
.small-post 
.thumb-cat:hover,
#main-footer 
.widget 
.small-post 
.thumb-cat:hover {
	background-color: #EC5F1A;
}

.widget 
.small-post 
.post-title {
	margin-bottom: 5px;
	font-size: 17px;
}

#main-footer 
.post-title a {
	color: #fff;
}

#main-footer 
.post-title a:hover {
	color: #D4D4D4;
}

/*** Calendar Widget ***/

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: left;
	margin-bottom: 7px;
	margin-left: 5px;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	padding-bottom: 10px;
}

#wp-calendar tbody td,
#wp-calendar .pad {
	border: 1px solid #EAEAEA;
    background-color: #FBFBFB;
	text-align: center;
	padding: 11px 8px 10px;
	transition: all .3s;
}

#main-footer
#wp-calendar tbody td,
#main-footer
#wp-calendar .pad {
	background-color: #3C4454;
    border: none;
}

#wp-calendar tfoot #next {
	background-color: #FBFBFB;
	text-transform: uppercase;
	text-align: right;
	padding: 10px;
}

#main-footer
#wp-calendar tfoot #next {
	background-color: #3C4454;
}

#wp-calendar tfoot #prev {
	border: 1px solid #EAEAEA;
    background-color: #FBFBFB;
	text-transform: uppercase;
	padding: 10px;
}

#main-footer
#wp-calendar tfoot #prev {
	color: #fff;
    background-color: #3C4454;
    border: none;
}

/*** RSS Widgets Styling ***/

.widget_rss 
.section-heading a {
	margin-top: 0;
	font-size: 21px;
}

.widget_rss 
.section-heading a:after {
	display: none;
}

.rss-widget-icon {
	margin-left: 10px;
}

.widget_rss li {
	margin-bottom: 30px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/*** Tag Cloud Styling ***/

.widget
.tagcloud {
	margin-bottom: -5px;
	overflow: hidden;
}

.tagcloud a {
	position: relative;
	display: block;
	height: 32px;
	padding: 0 16px;
	margin: 0 4px 4px 0;
	float: left;
	color: #fff;
	border-radius: 4px;
	background-color: #141F34;
	font-size: 12px !important;
	text-transform: uppercase;
	line-height: 34px;
	text-decoration: none;
	transition: all .3s;
}

#main-footer 
.tagcloud a {
	background-color: #3C4454
}

.tagcloud a:hover,
#main-footer 
.tagcloud a:hover {
	color: #fff;
	background-color: #EC5F1A;
}

/*** List Widgets Styling ***/

.widget .zeekmega {
	display: none;
}

.widget .menu li,
.widget_pages li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
	list-style: none;
	color: #aaa;
}

.widget_recent_comments li::before {
	margin-right: 8px;
 	content: "\f0e6";
	color: #aaa;
	font-size: 24px;
	font-family: 'FontAwesome';
	transform: rotate(0.001deg);
}

#main-footer 
.widget_recent_comments li::before {
	color: #fff;
}

#main-footer
.widget .menu li,
#main-footer
.widget_pages li,
#main-footer
.widget_recent_entries li,
#main-footer
.widget_recent_comments li,
#main-footer
.widget_archive li,
#main-footer
.widget_categories li,
#main-footer
.widget_meta li {
	border-bottom-color: #2C384E;
	color: #aaa;
}

.widget .menu li:last-child,
.widget_pages li:last-child,
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget .children,
.widget .sub-menu {
	padding-top: 20px;
	margin-left: 10px;
}

.widget
.children li:first-child,
.widget
.sub-menu li:first-child {
	padding-top: 20px;
	border-top: 1px solid #EAEAEA;
}

#main-footer .widget
.children li:first-child,
#main-footer .widget
.sub-menu li:first-child {
	border-top-color: #2C384E;
}

.widget_recent_entries
.post-date {
	display: block;
	margin-top: 4px;
	float: none;
	font-size: 13px;
	text-transform: uppercase;
}

.widget .menu li a,
.widget_pages li a,
.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_archive li a,
.widget_categories li a,
.widget_meta li a {
	color: #787878;
	margin-right: 5px;
	text-decoration: none;
}

#main-footer
.widget .menu li a,
#main-footer
.widget_pages li a,
#main-footer
.widget_recent_entries li a,
#main-footer
.widget_recent_comments li a,
#main-footer
.widget_archive li a,
#main-footer
.widget_categories li a,
#main-footer
.widget_meta li a {
	color: #fff;
}

.widget .menu li a:hover,
.widget_pages li a:hover,
.widget_recent_entries li a:hover,
.widget_recent_comments li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_meta li a:hover {
	color: #EC5F1A;
	text-decoration: none;
}

#main-footer
.widget .menu li a:hover,
#main-footer
.widget_pages li a:hover,
#main-footer
.widget_recent_entries li a:hover,
#main-footer
.widget_recent_comments li a:hover,
#main-footer
.widget_archive li a:hover,
#main-footer
.widget_categories li a:hover,
#main-footer
.widget_meta li a:hover {
	color: #EC5F1A;
}

/*-------------------------------------------*\
	19. Single Post Styling
\*-------------------------------------------*/

.full-single-thumb {
	width: 100%;
	height: 570px;
	border-radius: 0;
	overflow: hidden;
	margin-bottom: 42px;
	margin-top:-60px;
}

.full-single-thumb img {
	width: 100%;
	height: auto;
}

.single-thumb-overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: inherit;
	background: rgba(20, 31, 52, 0.65);
}

.large-single-wrap {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}

.single-outer-wrap {
	width: 782px;
	float: left;
}

.full-single-thumb 
.large-single-wrap {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 20px;
	z-index: 2;
}

.single-cats {
	margin-bottom: 12px;
}

.single-cats li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.single-cats a {
	display: inline-block;
    height: 23px;
    padding: 0 15px;
    color: #fff;
    border-radius: 4px;
    background-color: #EC5F1A;
    font-size: 11px;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s;
}

.single-cats a:hover {
	color: #fff;
	background-color: #141F34;
}

.single-thumb-cap 
.single-cats a:hover {
	color: #141F34;
	background-color: #fff;
}

.single-thumb-cap {
	position: absolute;
	left: 0;
	bottom: 12px;
}

.single-post-title {
	margin-bottom: 19px;
	font-size: 40px;
	line-height: 50px;
	word-wrap: break-word;
}

.single-thumb-cap 
.single-post-title,
.single-thumb-cap 
.post-meta {
	color: #fff;
}

.single-post-meta {
	margin-bottom: 28px;
}

/*** Single Layout 2, 3 & 5***/

.center-thumb {
	text-align: center;
}

.single-2-thumb {
	margin-bottom: 52px;
}

.single-header-wrap {
	margin-bottom: 34px;
}

.single-header-wrap 
.single-post-meta {
	float: left;
	margin-bottom: 0;
}

.single-share {
	text-align: center;
}

.single-header-wrap 
.single-share {
	float: right;
}

.single-layout-5 
.single-thumb {
	margin-bottom: 40px;
}

/*** Single Elements Styling ***/

.single-elements-wrap {
	margin-top: 30px;
	margin-bottom: 70px;
	text-align: center;
}

.single-tags {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 36px;
}

.single-tags a {
	color: #141F34;
	background-color: #E8E8E8;
}

/*** Single Share Buttons ***/

.single-share-center {
	position: relative;
}

.single-share-center 
.single-share-icons {
	position: relative;
	z-index: 2;
	width: 154px;
	height: 34px;
	padding: 0 6px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}

.single-share-center::after {
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	z-index: 1;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #E8E8E8;
}

.single-share li {
	float: left;
	margin-right: 6px;
	line-height: 37px;
}

.single-share 
li:last-child {
	margin-right: 0;
}

.single-share a {
	display: block;
	width: 34px;
	height: 34px;
	color: #fff;
	border-radius: 34px;
}

.single-share a:hover {
	background-color: #141F34;
}

.single-share .twitter {
	background-color: #40BFF5;
}

.single-share .facebook {
	background-color: #5D82D1;
}

.single-share .pinterest {
	background-color: #E13138;
}

.single-share .mail-to {
	background-color: #EC5F1A;
}

/*** Author Bio Styling ***/

#about-author {
	clear: both;
	padding-bottom: 54px;
	margin-bottom: 71px;
	border-bottom: 1px solid #E8E8E8;
	font-size: 17px;
	text-align: center;
}

#author-avatar {
	width: 110px;
	height: 110px;
	margin: 0 auto 25px;
	border-radius: 110px;
	overflow: hidden;
}

#author-name {
	margin-bottom: 15px;
	font-size: 24px;
}

#author-name a {
	color: #141F34;
	text-decoration: none;
}

#author-name a:hover {
	color: #5A606D;
}

#about-author p {
	margin-bottom: 15px;
	line-height: 25px;
}

#author-icons {
	display: inline-block;
}

#author-icons li {
	float: left;
	margin-right: 6px;
	line-height: 38px;
}

#author-icons li:last-child {
	margin-right: 0;
}

#author-icons a {
	display: block;
	width: 36px;
	height: 36px;
	color: #6C7588;
	border-radius: 36px;
	background-color: #E8E8E8;
}

#author-icons a:hover {
	color: #fff;
    background-color: #141F34;
}

/*** Related Posts Styling ***/

#related-posts {
	margin-bottom: 20px;
}

.related-posts-header {
	margin-bottom: 41px;
	text-align: center;
}

#related-posts 
.medium-post:last-child {
	margin-right: 0;
}

.single-layout-4 #related-posts 
.medium-post,
.single-layout-5 #related-posts 
.medium-post {
	width: 373px;
}

.single-layout-4 #related-posts 
.medium-post:nth-child(2),
.single-layout-5 #related-posts 
.medium-post:nth-child(2) {
	margin-right: 0;
}

.single-layout-4 #related-posts 
.medium-post:nth-child(3),
.single-layout-5 #related-posts 
.medium-post:nth-child(3) {
	display: none;
}

/*** Comments Styling ***/

/**.single 
#comments {
	display: none;
	visibility: hidden;
	opacity: 0;
}**/

#comments.comments-show,
#comments.comments-closed {
	opacity: 1;
	display: block;
	visibility: visible;
}

#comments.comments-show {
    animation-name: fadeInUp;
    animation-duration: .8s;
    animation-fill-mode: both;
}

.comments-info-btn-wrap {
	text-align: center;
}

.comments-info-btn {
	display: inline-block;
	height: 44px;
	padding: 0 43px;
	margin: 0 auto 70px;
	color: #141F34;
	border-radius: 4px;
	background-color: #E8E8E8 !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 45px;
	text-transform: uppercase;
	transition: all .3s;
}

.comments-info-btn.comments-show {
	color: #141F34;
    border-radius: 4px;
    background-color: #E8E8E8;
}

/**.comments-info-btn:hover {
	color: #fff;
	background-color: #141F34;
}**/

.comments-info-btn.closed-comments {
	color: #aaa;
	background-color: #E8E8E8;
	cursor: default;
}

.bypostauthor 
.comment-author::before {
	padding-right: 5px;
	padding-left: 1px;
	content: "\f058";
	color: #EC5F1A;
	font-family: 'FontAwesome';
	transform: rotate(0.001deg);
 }

.comment-body {
	position: relative;
    margin-bottom: 50px;
}

.comment-body
.avatar-wrap {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 12px;
	overflow: hidden;
	border-radius: 60px;
}

.pingback 
.avatar-wrap {
	display: none;
}

.comment
.children {
	margin-left: 74px;
}

.comment-contents {
	padding-top: 4px;
	overflow: hidden;
}

.comment-meta {
	margin-bottom: 3px;
	line-height: 23px;
	text-transform: uppercase;
}

.comment-author {
	margin-bottom: 2px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    font-weight: 700;
    text-transform: none;
    color: #141F34;
}

.comment-author a {
	color: #141F34;
	text-decoration: none;
}

.comment-author a:hover {
	color: #777;
}

.comment-date {
	clear: both;
	color: #aaa;
	margin-bottom: 10px;
	font-size: 13px;
	text-transform: uppercase;
}

.comment-date span {
    color: #777;
}

.comment-text {
	font-size: 17px;
}

.comment-text p {
	margin-bottom: 20px;
	line-height: 25px;
}

.comment-reply-link {
	position: relative;
	display: inline-block;
    height: 26px;
   	padding: 0 15px;
    color: #141F34;
    border-radius: 4px;
    background-color: #E8E8E8;
    font-size: 11px;
    line-height: 28px;
    text-transform: uppercase;
    transition: all .3s;
}

.comment-text 
.comment-reply-link {
	text-decoration: none;
}

.comment-text 
.comment-reply-link:hover {
	color: #fff;
	background-color: #EC5F1A;
}

.comment-text {
	clear: both;
}

.awaiting-mod-txt {
	display: block;
	color: #aaa;
	margin-top: 7px;
}

/*** Comment Form Stylng ***/

/**.single 
#respond {
	display: none;
	visibility: hidden;
}**/

#respond.comments-show {
	display: block;
	visibility: visible;
}

#respond.comments-show {
    animation-name: fadeInUp;
    animation-duration: .8s;
    animation-fill-mode: both;
}

#commentform {
	margin-bottom: 70px;
}

#cancel-comment-reply-link {
	position: relative;
	display: inline-block;
	padding-left: 17px;
	margin-top: 19px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .3s;
}

#cancel-comment-reply-link::before {
	position: absolute;
	left: 0;
	top: -1px;
	content: "\f00d";
	font-size: 17px;
	font-weight: 400;
	font-family: 'FontAwesome';
	transform: rotate(0.001deg);
}

#cancel-comment-reply-link:hover {
	color: #aaa;
}

#respond
.comment-notes,
.logged-in-as {
	margin-top: 24px;
    margin-bottom: 40px;
    color: #aaa;
    font-size: 15px;
}

.logged-in-as {
	margin-top: 15px;
    margin-bottom: 29px;
}

#respond
.required {
	color: #FF0000;
    font-weight: 400;
	font-size: 16px;
	line-height: 0;
}

#respond
.comment-form-url {
	margin-right: 0;
}

#respond 
.comment-form-comment label {
	display: none;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	height: 46px;
	clear: both;
    line-height: 46px;
}

#author,
#email,
#url,
#comment {
	color: #bbb;
	padding-left: 10px;
	margin-bottom: 34px;
	border-radius: 4px;
	border: 1px solid #E2E2E2;
    background-color: #fff;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	transition: all .3s;
}

#author:focus,
#email:focus,
#url:focus,
#comment:focus {
	outline: none;
    color: #787878;
    border-color: #CECECE;
	background-color: #fff;
}

#author,
#email,
#url {
	width: 32%;
	height: 46px;
	float: left;
}

#comment {
	width: 98.4%;
	height: 190px;
	padding: 10px 0 10px 10px;
	line-height: 31px;
}

#respond p label {
	font-size: 14px;
	font-weight: 700;
}

#respond p label,
#respond p label + .required {
	margin-left: 14px;
}

.form-submit {
	clear: both;
}

.comment
.form-submit {
	margin-bottom: 15px;
}

#submit {
    height: 44px;
    padding: 0 42px;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #EC5F1A;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 46px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .3s;
}

#submit:hover {
	background-color: #141F34;
}

/*-------------------------------------------*\
	20. Error Page Styling
\*-------------------------------------------*/

.error-content-wrap {
	margin-top: 30px;
	margin-bottom: 170px;
	text-align: center;
}

.error-content-wrap h1 {
	margin-bottom: 20px;
	font-size: 46px;
}

.error-content-wrap h3 {
	margin-bottom: 20px;
}

.error-content-wrap p {
	margin-bottom: 28px;
	color: #9c9c9c;
}

.error-wrap #searchform {
	position: relative;
	width: 432px;
	height: 51px;
	margin: 0 auto 22px auto;
}

.error-wrap #s {
	width: 290px;
    height: 45px;
    color: #aaa;
    padding: 0 120px 0 20px;
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    background-color: #FBFBFB;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.error-wrap #s:focus {
	color: #787878;
	border-color: #E2E2E2;
	background-color: #fff;
	outline: none;
}

.error-wrap #searchsubmit {
	position: absolute;
	right: 3px;
    top: 3px;
    height: 41px;
	color: #fff;
	padding: 0 20px;
	border: none;
	border-radius: 0 4px 4px 0;
	background-color: #141F34;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 43px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .3s;
}

.error-wrap #searchsubmit:hover {
	color: #fff;
	background-color: #EC5F1A;
}

.go-to-home {
	color: #141F34;
	font-size: 34px;
	transition: color .3s;
}

.go-to-home:hover {
	color: #EC5F1A;
}

/*-------------------------------------------*\
	21. Page Templates Styling
\*-------------------------------------------*/

.page-temp-wrap .entry,
#full-width-page,
#full-width-page .entry {
	margin-bottom: 40px;
}

/*** Contact Form 7 Styling ***/

.entry .wpcf7 {
	margin-bottom: 36px;
	overflow: hidden;
}

.wpcf7 p {
	float: left;
	clear: both;
	margin-bottom: 10px;
}

.wpcf7 p:last-child {
	margin-bottom: 0;
}

.wpcf7-form
label {
	display: block;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 700;
}

.wpcf7-text {
	width: 300px;
	height: 38px;
}

.wpcf7-textarea {
	width: 770px;
	height: 240px;
	padding-top: 10px;
}

.wpcf7-text,
.wpcf7-textarea {
	color: #bbb;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #E2E2E2;
    background-color: #fff;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: all .3s;
}

.wpcf7-text.wpcf7-not-valid {
	margin-bottom: 2px;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
	outline: none;
    color: #686868;
    border-color: #CECECE;
    background-color: #fff;
}

.wpcf7-response-output {
	float: left;
}

.wpcf7-submit {
	height: 44px;
    padding: 0 42px;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #EC5F1A;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 46px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .3s;
}

.wpcf7-submit:hover {
	background-color: #141F34;
}

input::-moz-focus-inner { 
	border: 0; 
	padding: 0; 
	margin-top:-2px; 
	margin-bottom: -2px; 
}

/*-------------------------------------------*\
	22. Main Footer Styling
\*-------------------------------------------*/

.footer-banner {
	margin-bottom: 45px;
}

#main-footer {
	color: #fff;
	background-color: #141F34;
}

.footer-line {
	display: block;
	height: 4px;
	margin-bottom: 72px;
	background-color: #EC5F1A;
}

.footer-widgets-wrap {
	padding-bottom: 40px;
}

/*** Footer Subscription Form ***/

#footer-subscription {
	padding-bottom: 42px;
	margin-bottom: 82px;
	color: #aaa;
	border-bottom: 1px solid #2C384E;
	font-size: 16px;
	overflow: hidden;
}

#footer-subscription h1 {
	position: relative;
    height: 55px;
    margin-bottom: 8px;
}

#footer-subscription h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 30px;
    height: 1px;
    background-color: #EC5F1A;
}

#footer-subscription p {
	margin: 20px 0;
	clear: left;
	float: left;
}

#footer-subscription 
.input-wrap {
	position: relative;
	width: 495px;
	height: 67px;
	float: right;
	margin-top: -23px;
	margin-bottom: 42px;
}

#footer-subscription 
.input-wrap p {
	margin: 0;
}

#footer-subscription 
.input-wrap input[type=submit] {
	position: absolute;
	right: 0;
	bottom: 2px;
}

#footer-subscription 
input[type=submit] {
	height: 46px;
	padding: 0 30px;
	color: #fff;
	border: none;
	background-color: #3C4454;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 47px;
	text-transform: uppercase;
	transition: background .3s;
	cursor: pointer;
}

#footer-subscription 
input[type=submit]:hover {
	background-color: #EC5F1A;
}

#footer-subscription 
input[type=text] {
	display: none;
}

.zeek-email-input {
	position: relative;
	height: 50px;
}

#footer-subscription 
input[type=email] {
	width: 308px;
	height: 62px;
	padding-left: 32px;
	color: #fff;
	border: none;
	border-bottom: 3px solid #384357;
	background-color: #141F34;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	transition: all .3s;
}

#footer-subscription 
input[type=email]:focus {
	outline: none;
	border-bottom-color: #66738a;
}

#footer-subscription 
.zeek-email-input:before {
	position: absolute;
	left: 0;
	top: 18px;
	content: "\f003";
	color: #fff;
	font-family: 'FontAwesome';
    font-size: 22px;
    transform: rotate(0.001deg);
}

#footer-subscription 
input::placeholder {
	color: #fff;
}

/*-------------------------------------------*\
	23. Footer Social Media Styling
\*-------------------------------------------*/

.footer-social-wrap {
	padding: 18px 0;
	border-top: 1px solid #2C384E;
}

.footer-social-wrap 
.section-heading {
	margin-bottom: 41px;
	text-align: center;
}

.footer-social-wrap 
.section-heading h5 {
	height: 46px;
	float: none;
	font-size: 22px;
}

.footer-social-wrap 
.section-heading h5:after {
	right: 0;
	margin: 0 auto;
}

#footer-social {
	text-align: center;
}

#footer-social ul {
	display: inline-block;
}

#footer-social li {
	float: left;
	margin-right: 18px;
	font-size: 24px;
}

#footer-social 
.facebook {
	font-size: 23px;
}

#footer-social 
.spotify {
	font-size: 27px;
}

#footer-social 
.pinterest {
	font-size: 25px;
}

#footer-social 
.medium {
	font-size: 22px;
}

#footer-social 
li:last-child {
	margin-right: 0;
}


#footer-social a {
	display: inline-block;
	width: 48px;
	height: 48px;
	color: #fff;
	border-radius: 48px;
	background-color: #293346;
	line-height: 50px;
}

#footer-social a:hover {
	background-color: #EC5F1A;
}

.footer-social-wrap p {
	width: 568px;
	margin: 24px auto 0 auto;
	font-size: 16px;
	text-align: center;
}

/*** Copyright DIV Styling ***/

#copyright {
	height: 90px;
	color: #fff;
	background-color: #293346;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

#copyright p {
	line-height: 50px;
}

#footer-link a {
	text-decoration: none;
	padding: 0px 10px;
}
#footer-link {
	padding-top:20px;
}

/*** Back To Top Styling ***/

#back-to-top {
	position: fixed;
	right: 40px;
	bottom: 4%;
	z-index: 200;
	display: none;
	width: 46px;
	height: 46px;
	color: #fff;
	border-radius: 4px;
	background-color: #EC5F1A;
	text-align: center;
	line-height: 46px;
	cursor: pointer;
	transition: background .3s;
}

#back-to-top::before {
	content: "\f106";
	font-size: 22px;
	font-family: 'FontAwesome';
	transform: rotate(0.001deg);
}

#back-to-top:hover {
	background-color: #3C4454;
}

@media (min-width: 320px) and (max-width: 480px) {
  
.pagination{width:100% !important}
.pagination .current{padding:2px 6px 2px !important} 
.pagination a{padding: 2px 6px 2px !important}
.pagination .dots{margin:2px 6px 2px !important}
}