/*
Theme Name: Mejellah Pro
Theme URI: https://ar-themes.com/themes/mejellah-pro
Author: ar-themes.com
Author URI: https://ar-themes.com/
Description: A modern stylish magazine/news theme.
Version: 1.5.0
Tested up to: 5.9
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mejellahpro

mejellahpro is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

mejellahpro is inspired by the theme "Braxton" developed by mvpthemes http://www.mvpthemes.com/.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1 Normalize
2 Typography
3 Elements
4 Forms
5 Navigation
	5.1 Links
	5.2 Menus
6 Accessibility
7 Alignments
8 Clearings
9 Header
	9.1 Site header
	9.2 Slider
	9.3 Call to action
	9.4 Featured stories
10 Content
    10.1 Posts and pages
    10.2 Related posts
    10.3 Author box
    10.4 Homepage featured post
    10.5 Posts listing style
    10.6 Post sharing buttons
	10.7 Comments
11 Widgets
12 Footer
13 Advertisment
15 Infinite scroll
16 Media
	16.1 Captions
	16.2 Galleries
17 Media queries
--------------------------------------------------------------*/

@font-face {
	font-family: 'Open Sans';
	src: url("fonts/OpenSans-Regular.eot?v=1.1.0");
	src: url("fonts/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("./fonts/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("./fonts/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("./fonts/Regular/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
	font-weight: normal;
	font-style: normal; 
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body { margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a { background-color: transparent; }

a:active,
a:hover {
	outline: 0;
}

abbr[title] { border-bottom: 1px dotted; }

b,
strong {
	font-weight: bold;
}

dfn { font-style: italic; }

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small { font-size: 80%; }

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

hr {
	box-sizing: content-box;
	height: 0;
}

pre { overflow: auto; }

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button { overflow: visible; }

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input { line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #444;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: 'open sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
	clear: both;
	font-weight: bold;
}

h1 { font-size: 36px; }

h2 { font-size: 30px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 16px; }

h6 { font-size: 14px; }

p {
	margin-bottom: 1.5em;
	font-size: 15px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote { margin: 0 1.5em; }

address { margin: 0 0 1.5em; }

pre {
	direction: ltr;
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big { font-size: 125%; }

/*--------------------------------------------------------------
3 Elements
--------------------------------------------------------------*/
html { box-sizing: border-box; }

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body { 
	background: #f0f0f0;
	overflow-x: hidden;
}

blockquote,
q {
	border-left: 2px solid #ccc;
	color: #777;
	margin: 20px;
	padding-left: 40px;
	margin-left: 40px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul { list-style: disc; }

ol { list-style: decimal; }

li > ul,
li > ol {
	margin-bottom: 0;
	margin-right: 1.5em;
}

dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	text-align: right;
	background-color: #F7F7F7;
}

table td, 
table th {
	padding: 10px 5px;
	font-size: 13px;
}

table tr:nth-child(even) { background: rgba(0, 0, 0, 0.02); }

table th { font-weight: bold; }

/*--------------------------------------------------------------
4 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0;
	background: #555 none repeat scroll 0% 0%;
	box-shadow: none;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 10px 20px;
	text-shadow: none;
	font-family: 'open sans', sans-serif;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #333;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #333;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #bbb;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	padding-right: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5 Navigation
--------------------------------------------------------------*/
/* 5.1 Links */
a {
	color: #0AAFF0;
	text-decoration: none;
	-moz-transition: background-color .25s ease, margin .25s ease;
	-webkit-transition: background-color .25s ease, margin .25s ease;
	-o-transition: background-color .25s ease, margin .25s ease;
	-ms-transition: background-color .25s ease, margin .25s ease;
	transition: background-color .25s ease, margin .25s ease;
}

a:visited { color: #0AAFF0; }

a:hover,
a:focus,
a:active {
	color: #0AAFF0;
}

a:focus { outline: thin dotted; }

a:hover,
a:active {
	outline: 0;
}

/* 5.2 Menus */
.main-navigation {
	float: left;
	position: relative;
	max-width: 706px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
    float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #111;
	font-size: 13px;
	padding: 0 15px;
	height: 54px;
	line-height: 54px;
	font-family: 'open sans', sans-serif;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: right;
	position: absolute;
	top: 54px;
	right: -999em;
	z-index: 99999;
	background-color: #F5F5F5;
}

.main-navigation ul ul ul {
	right: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li > a {
	display: inline-block;
	color: #111;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	-o-transition:color .2s ease-out, background .2s ease-in;
	-ms-transition:color .2s ease-out, background .2s ease-in;
	-moz-transition:color .2s ease-out, background .2s ease-in;
	-webkit-transition:color .2s ease-out, background .2s ease-in;
	transition:color .2s ease-out, background .2s ease-in;
}


.main-navigation li:hover > a, .main-navigation li:focus > a, .main-navigation li:active > a {
	color: #0AAFF0;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	right: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	right: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color: #0AAFF0;
}

/* Mobile Navigation */
.menu-toggle {
	display: none;
	position: absolute;
	z-index: 9999;
	left: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	width: 54px;
	height: 54px;
	padding: 0;
	text-align: center;
	background: transparent;
}
.fly-menu-close .menu-toggle {
	background: #8c8c8c;
}
.fly-menu-close .fa-close {
	color: #444444;
    font-size: 18px;
}
.menu-toggle .icon-bar {
	width: 15px;
	height: 2px;
	background: #111;
	position: absolute;
	left: 17px;
	top: 22px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.menu-toggle .icon-bar:nth-child(3) { top: 26px; }

.menu-toggle .icon-bar:nth-child(4) { top: 30px; }

.menu-toggle:hover .icon-bar,
.menu-toggle:focus .icon-bar {
	background-color: #0AAFF0;
}

.menu-toggle.toggle-active .icon-bar:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-toggle.toggle-active .icon-bar:nth-child(2) {
	top: 22px;
	right: 21px;
	width: 12px;
}

.menu-toggle.toggle-active .icon-bar:nth-child(4) {
	top: 30px;
	right: 21px;
	width: 12px;
}

.menu-toggle.toggle-active .icon-bar:nth-child(4) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-toggle.toggle-active .icon-bar:nth-child(3) {
	left: 21px;
}
.site {
	margin: 0 auto;
    overflow: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#fly-wrap {
	display: none;
    background: #444;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
#fly-wrap.toggle-active {
	z-index: 3000;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    visibility: visible;
    overflow-x: hidden;
    width: 100%;
    overflow-y: auto !important;
    height: 100%;
    padding: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.fly-wrap-out {
    float: right;
    margin-left: -40px;
    position: relative;
    width: 100%;
    height: 100%;
}
.fly-wrap-in {
    margin-left: 40px;
    position: relative;
    height: 100%;
}
#fly-menu-wrap {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
nav.fly-nav-menu {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 15px 4.54545454545% 0;
    overflow: hidden;
    overflow-y: auto;
    position: absolute !important;
    width: 90.9090909091%;
    height: 87%;
}
nav.fly-nav-menu ul {
    float: left;
    position: relative;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.fly-nav-menu ul li {
    border-top: 1px solid #555;
    cursor: pointer;
    float: left;
    position: relative;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
nav.fly-nav-menu ul li:first-child {
    border-top: none;
    margin-top: -14px;
}
nav.fly-nav-menu ul li a {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    padding: 14px 0;
    text-transform: uppercase;
}
nav.fly-nav-menu .sub-menu { margin-left: 20px; }
nav.fly-nav-menu .sub-menu  li:first-child {
	border-top: 1px solid #555;
	margin-top: 0;
}
#mobile-social-icons a {
	border-top: 1px solid #444;
    color: #888;
    cursor: pointer;
    float: left;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    font-size: 20px;
    padding: 10px;
}
#mobile-social-icons a:hover { color: #fff; }
#mobile-social-icons a.fa-twitter:hover { 
	background-color: #00acee; 
}
#mobile-social-icons a.fa-facebook:hover { 
	background-color: #3b5999; 
}
#mobile-social-icons a.fa-google-plus:hover { 
	background-color: #cd483c; 
}
#mobile-social-icons a.fa-pinterest:hover { 
	background-color: #ca2128; 
}
#mobile-social-icons a.fa-twitter:hover { 
	background-color: #00acee; 
}
#mobile-social-icons a.fa-instagram:hover {
	background:  #517fa4;
}
#mobile-social-icons a.fa-youtube:hover {
	background:  #bb0000;
}
#mobile-social-icons a.fa-snapchat:hover {
	background:  #fffc00;
}
#mobile-social-icons a.fa-whatsapp:hover {
	background:  #4dc247;
}
/* Footer Navigation */

.footer-navigation {
	border-bottom: 1px solid #444; 
}

.footer-navigation ul {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.footer-navigation li {
	display: inline-block;
	padding: 10px 30px 7px;
}

.footer-navigation a,
.footer-navigation a:visited {
	color: #fff;
	font-size: 12px;
	font-family: 'open sans', sans-serif;
}

.footer-navigation a:hover {
	color: #0AAFF0;
}

.footer-navigation ul ul {
	display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.post-navigation { margin: 0 20px 20px !important; }

.post-navigation .nav-previous,
.post-navigation .nav-next {
	text-align: center;
	padding: 20px 10px;
}

.post-navigation .nav-entry-title {
	font-size: 16px;
	line-height: 26px;
	color: #444;
}

.post-navigation a { display: block; }

.post-navigation a:hover .nav-entry-title { color: #0AAFF0; }

.post-navigation .nav-previous .meta-nav, 
.post-navigation .nav-next .meta-nav {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #111;
	margin-bottom: 10px;
}

.pagination.posts-navigation {
	text-align: center;
	margin: 30px 0;
	float: left;
	width: 100%;
}

.pagination .page-numbers {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 3px;
	color: #fff;
	background-color: #B3B3B3;
	overflow: hidden;
	padding: 0;
}

a.page-numbers:hover, 
a.page-numbers:active, 
a.page-numbers:focus {
	background: #0AAFF0;
}

.pagination .page-numbers.current {
	background-color: #333;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-links a {
	border-radius: 50%;
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	background-color: #545353;
	color: #fff;
}
.page-links a:hover {
	background-color: #0AAFF0;
	text-decoration: none;
	color: #fff;
}

/*--------------------------------------------------------------
6 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9 Header
--------------------------------------------------------------*/
/* 9.1 Site header */
#page  { overflow: hidden; }
.site-header {
	background-color: #fff;
}

.site-header .inner-wrapper {
	float: left;
	position: relative;
	width: 100%;
	height: 54px;
	background: #fff;
    z-index: 2000;
    box-shadow: 0 0 20px -10px #000;
    -moz-box-shadow: 0 0 20px -10px #000;
    -ms-box-shadow: 0 0 20px -10px #000;
    -o-box-shadow: 0 0 20px -10px #000;
    -webkit-box-shadow: 0 0 20px -10px #000;
}
.navigation-content {
	max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.site-header .site-branding {
    float: left;
    margin: 0 20px 0 10px;
}

.site-branding h1.site-title { margin: 0; }

.site-branding .site-title a {
	text-decoration: none;
	color: #0AAFF0;
	line-height: 0;
	font-size: 30px;
}

.site-branding.big-logo {
	display: inline-block;
	float: none;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0 20px;
    text-align: center;
}
.site-branding.big-logo .site-title  {
	font-size: 50px;
	text-align: center;
}
.site-branding.big-logo .site-logo {
	text-align: center;
}
.site-branding.big-logo {
    margin: 30px 0 !important;
}
.site-branding .logo-plus-ad {
	max-width: 1200px;
    margin: 0 auto;
}
.site-branding .logo-plus-ad .site-title,
.site-branding .logo-plus-ad .site-logo  {
	float: left;
	margin: 0
}
.site-branding.small-logo { display: none; }
.site-branding.small-logo.small-logo-active { display: block; }
#header-top-ad {
	overflow: hidden;
    float: right;
    margin: 0;
    line-height: 0;
}
#search-button {
	width: 54px;
	line-height: 54px;
	font-size: 18px;
	float: right;
	color: #111;
	text-align: center;
}

#search-button:hover {
	cursor: pointer;
	color: #0AAFF0;
}

#search-bar {
	display: none;
	background: #fff;
	box-shadow: 0 4px 20px -11px #000;
	-moz-box-shadow: 0 4px 20px -11px #000;
	-ms-box-shadow: 0 4px 20px -11px #000;
	-o-box-shadow: 0 4px 20px -11px #000;
	-webkit-box-shadow: 0 4px 20px -11px #000;
	cursor: default;
	position: absolute;
	top: 53px;
	right: 0;
	width: 320px;
}

#search-bar.active {
	display: block;
}

#search-bar .search-form {
	float: right;
	margin: 10px;
}

#search-bar input {
	background: #f5f5f5;
	border: 0;
	-moz-box-shadow: 0 2px 10px -2px #000 inset;
	-ms-box-shadow: 0 2px 10px -2px #000 inset;
	-o-box-shadow: 0 2px 10px -2px #000 inset;
	-webkit-box-shadow: 0 2px 10px -2px #000 inset;
	box-shadow: 2px 2px 6px 0 #ddd inset;
	color: #111;
	float: right;
	font-size: 12px;
	margin: 0;
	padding: 10px;
	width: 280px; 
	height: 12px;
}

#search-bar .search-submit { display: none; }
#header-social-icons { float: right; }
#header-social-icons .fa {
    display: inline-block;
    margin: 0 5px;
    font-size: 18px;
    width: 20px;
    text-align: center;
    color: #111;
    line-height: 54px;
}
#header-social-icons span { display: none; }
#header-social-icons .fa:hover {
	color: #0AAFF0;
}
.fixed {
	opacity: 0.8;
	position: fixed !important;
	-moz-transition: 0.5s opacity;
	-ms-transition: 0.5s opacity;
	-o-transition: 0.5s opacity;
	-webkit-transition: 0.5s opacity;
	transition: 0.5s opacity;
	box-shadow: 0px 0px 15px 0px #BBB;
}

.fixed:hover {
	opacity: 1;
}
/* 9.2 Slider */
.slick-slider {
    background: url(img/Preloader.gif) center no-repeat #fff;
}
.slick-slider .slick-list { 
    opacity: 0; 
    position: absolute; 
}
.slick-slider.slick-initialized {
    background: none;
}
.slick-slider.slick-initialized .slick-list { 
    opacity: 1;
    position: relative;
    transition: opacity 0.2s ease-in;
}
#header-slider .slick-slide {
	box-shadow: 0 0 40px -15px #000 inset;
	background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#header-slider a {
	display: block;
	position: relative;
	height: 320px;
}
#header-slider .thumb-icon .fa {
	position: absolute;
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    border: 4px solid #fff;
    border-radius: 50px;
    padding: 14px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: rgba(17, 17, 17, 0.43);
    opacity: 1;
}
#header-slider .text-box { 
	position: absolute;
	left: 20px;
    right: 20px;
    bottom: 40px;
}
#header-slider a:before {    
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);
    background: linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);
}

#header-slider .slick-slide:hover a:before {
	opacity: 1;
}
#header-slider { margin-bottom: 0; }
.text-box { text-align: center; }
.text-box h3 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px 7px;
    position: relative;
    color: #fff;
    margin: 0;
}

.text-box h2 {
	color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 1px 1px #616161;
}

.featured-excerpt {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.4s linear 0s;
    width: 100%;
}

.slick-slide:hover .featured-excerpt {  max-height: 200px; }

.featured-excerpt p {
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 2px #000;
}

/* 9.3 Call Action */
#callaction {
	background-color: #fff;
    width: 100%;
    z-index: 2000;
    margin: 0;
}

.callaction {
	height: auto;
	min-height: 100px;
	background-color:  #fff;
	margin: 0 auto;
    max-width: 1200px;
}

.call-action-content {
	margin: 0 20px;

}
.call-action-txt {
	float: left;
}

.call-action-txt span {
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	vertical-align: middle;
	margin: 35px 0;
}

.call-action-but {
	float: right;
}

.call-action-but a {
    display: inline-block;
    color: #fff;
    background: #0AAFF0;
    padding: 12px 20px;
    margin: 25px 0;
    text-transform: uppercase;
}

.header-bottom {
	background: url(img/striped-bg.png) 0% 0% repeat scroll rgb(255, 255, 255);
    padding-bottom: 10px;
    box-shadow: rgb(0, 0, 0) 0px 0px 20px -10px;
}

/* 9.4 Featured Stories */
#top-story-wrapper {
    background: #fff;
    -moz-box-shadow: 0 0 20px -10px #000;
    -ms-box-shadow: 0 0 20px -10px #000;
    -o-box-shadow: 0 0 20px -10px #000;
    -webkit-box-shadow: 0 0 20px -10px #000;
    box-shadow: 0 0 20px -10px #000;
    margin-top: 20px;
    position: relative;
    width: 100%;
}
#top-story-contain {
    float: left;
    width: 760px;
}
#top-story-right {
    float: right;
    padding: 20px;
    width: 240px;
}
#top-story-middle {
    background: rgb(255, 255, 255) url(img/striped-bg.png) repeat scroll 0% 0%;
    padding: 0 10px;
    float: right;
    width: 520px;
}
.middle-content {
	background:  #fff;
	height: 100%;
}
#middle-img {
    line-height: 0;
    margin-bottom: 160px;
    position: relative;
    width: 100%;
    height: 303px;
}
.top-middle-image {
    float: left;
    line-height: 0;
    position: relative;
}
#middle-text {
    background: #fff;
    -ms-box-shadow: 0 -22px 40px -30px #000;
    -moz-box-shadow: 0 -22px 40px -30px #000;
    -o-box-shadow: 0 -22px 40px -30px #000;
    -webkit-box-shadow: 0 -22px 40px -30px #000;
    box-shadow: 0 -40px 50px -50px #000;
    padding: 20px;
    position: absolute;
    bottom: -150px;
    left: 20px;
    text-align: center;
    width: 460px;
}
#middle-text h3 {
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 5px;
    text-transform: uppercase;
    width: 100%;
}
#middle-text h2 {
    float: left;
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 15px;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    width: 100%;
    margin: 0;
}
#middle-text p, #middle-text p a {
    color: #444;
    float: left;
    font: 400 16px/24px 'open sans', sans-serif;
    width: 100%;
    margin: 7px 0 0;
}
#middle-img:hover #middle-text h2,
ul.top-stories li:hover h2 {
    color: #0AAFF0;
}
#top-story-left {
    float: left;
    padding: 20px;
    width: 240px;
}
.top-header-contain {
    float: left;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
    width: 100%;
}
#top-story-left h3, #top-story-right h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
ul.top-stories {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding:  0 !important;
}
ul.top-stories li {
    float: left;
    margin-top: 20px;
    width: 100%;
}
ul.top-stories li:first-child {
    margin-top: 0;
}
.top-story-image {
    float: left;
    line-height: 0;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    height: 121px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #e0e0e0;
}
.top-story-image img, .top-middle-image img {
    width: 100%;
}
.top-story-image .thumb-icon .fa {
	top: 5px;
    left: 5px;
    width: 35px;
    text-align: center;
    padding: 9px;
    height: 35px;
    border: 3px solid #fff;
    font-size: 13px;
}
#top-story-left h2, #top-story-right h2, .feat1-left-text h2, .feat1-right-text h2 {
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    width: 100%;
    margin: 5px 0 0;
}


/*--------------------------------------------------------------
10 Content
--------------------------------------------------------------*/
#content {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	z-index: 10;
}
#content .inner-wrapper {
	background: #fff;
	-moz-box-shadow: 0 0 20px -10px #000;
	-ms-box-shadow: 0 0 20px -10px #000;
	-o-box-shadow: 0 0 20px -10px #000;
	-webkit-box-shadow: 0 0 20px -10px #000;
	box-shadow: 0 0 20px -10px #000;
	margin-top: 20px;
	position: relative;
	width: 1000px;
}
#primary {
    -ms-box-shadow: 30px 0 60px -60px #000;
    -moz-box-shadow: 30px 0 60px -60px #000;
    -o-box-shadow: 30px 0 60px -60px #000;
    -webkit-box-shadow: 30px 0 60px -60px #000;
    box-shadow: 20px 0 40px -40px #000;
	float: left;
	position: relative;
	width: 660px;
	padding: 20px;
}
#main {
	background: #fff;
	position: relative;
	width: 620px;
}

/* 10.1 Posts and pages */
.sticky {
	display: block;
}

.hentry {
	margin: 20px 0;
	position: relative;
	margin-bottom: 145px;
}

.hentry .img-box  {
	height: 376px;
	position: relative;
}

.img-box figure.entry-thumbnail { margin: 0; }

.img-box .entry-thumbnail:before {
	content: '';
	-ms-box-shadow: 0 0 40px -15px #000 inset;
	-moz-box-shadow: 0 0 40px -15px #000 inset;
	-webkit-box-shadow: 0 0 40px -15px #000 inset;
	-o-box-shadow: 0 0 40px -15px #000 inset;
	box-shadow: 0 0 40px -15px #000 inset;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

span.entry-cat-box {
	margin-top: -14px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
}

.content-area h3.entry-cat {
	border: 3px solid #fff;
	color: #fff;
	display: inline-block;
	font-family: 'open sans', sans-serif;
	font-size: 11px;
	padding: 5px 10px;
	background: #0AAFF0;
	margin: 0;
}

.thumb-icon .fa {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 60px;
	height: 60px;
	border: 5px solid #fff;
	border-radius: 50px;
	padding: 15px;
	font-size: 20px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0.7;
}

.content-box {
	background: #fff;
	padding: 20px;
	position: absolute;
	bottom: -170px;
	right: 20px;
	-ms-box-shadow: 0 -22px 40px -30px #000;
	-moz-box-shadow: 0 -22px 40px -30px #000;
	-o-box-shadow: 0 -22px 40px -30px #000;
	-webkit-box-shadow: 0 -22px 40px -30px #000;
	box-shadow: 0 -22px 40px -30px #000;
	width: 580px;
}

.content-box p { color: #444; }

.content-area .entry-title {
	color: #111;
	font-size: 26px;
	line-height: 1.6;
	margin:  0 0 5px 0;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	width: 100%;
}

article.hentry:hover a .entry-title { color: #0AAFF0; }

article.hentry:hover a .thumb-icon .fa { opacity: 1; }

.entry-meta {
	color: #666;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	font-family: 'open sans', sans-serif;
}

.entry-meta .fa { padding: 0 5px; }

.entry-meta .byline {
	display: block;
	padding-right: 10px;
	float: left;
}

.entry-meta .posted-on { padding-right: 7px; }

.byline,
.updated:not(.published) {
	display: none;
}

.hentry p {
	font-size: 15px;
	line-height: 2em;
}

.entry-thumbnail img {
	opacity: 0;
	transition: opacity .7s ease-in;
} 

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.single #primary { padding: 0; }

.single #main { width: 660px; }

.featured-thumb {
	background: url(img/striped-bg.png) repeat-x bottom;
	padding-bottom: 4px;
	width: 100%;
}

.single .hentry {
	margin: 0;
	float: none;
}

.single .entry-header { margin: 40px 20px 0 20px; }

.single .entry-content,
.single .entry-footer,
.single .post-navigation,
.single .comments-area {
	margin: 0 20px;
}

.single h3.entry-cat {
	display: inline-block;
	font-size: 12px;
	padding: 0;
	background: transparent !important;
	color: #0AAFF0;
	margin: 0;
	margin-bottom: 10px;
	border: none;	
}

.single h3.entry-cat .fa {
	margin-right: 5px
}

.single .entry-meta {
	margin: 0 0 20px 0;
	font-size: 12px;
	font-weight: bold;
}

.single .entry-meta .author,
.single .entry-meta .author .fn {
	color: #0AAFF0 ;
}

.single .entry-meta a { color: #444; }

.content-area h1 { font-size: 30px; }

.content-area h2 { font-size: 26px; }

.content-area h3 { font-size: 22px;}

.content-area h4 { font-size: 18px; }

.content-area h5 { font-size: 16px; }

.content-area h6 { font-size: 14px; }

.content-area ul li,
.content-area ol li {
	padding: 5px 0;
}

.entry-footer .tags-title,
.entry-footer .entry-tags a {
	display: inline-block;
	background: #0AAFF0;
	color: #fff;
	padding: 3px 10px;
	font-size: 12px;
	line-height: 2;
	margin-right: 3px;
	font-family: 'open sans', sans-serif;
	font-weight: bold;
}

.entry-footer .tags-title .fa { padding-right: 5px; }

.entry-footer .entry-tags a {
	background-color: #C5C5C5;
	margin: 3px;
}

.entry-footer .entry-tags a:hover { background-color: #0AAFF0; }

.entry-footer .entry-edit-link {
	margin: 30px 0;
	width: 100px;
	color: #0AAFF0;
}

.entry-footer .entry-edit-link .fa { margin-right: 5px; }

/* 10.2 Related Posts */
.related-posts { margin: 0 20px 20px; }

.related-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.related-posts-main-title {
	background: transparent url("img/striped-bg.png") repeat scroll 0% 0%;
	margin-bottom: 10px;
	padding: 4px 0px;
	margin: 0 0 15px 0;
}

.related-posts-main-title span {
	display: block;
	background: #fff none repeat scroll 0% 0%;
	font-size: 18px;
	padding: 10px 0px 5px;
	text-align: center;
}

.related-posts-main-title .fa { margin-right: 15px; }

li.single-related-posts {
	width: 200px;
	float: left;
	margin-left: 10px
}

li.single-related-posts:first-of-type { margin-left: 0px; }

li.single-related-posts .related-posts-thumbnail {
	position: relative;
	overflow: hidden;
	height: 121px;
}

.related-posts .entry-title {
	font-size: 12px;
	line-height: 24px;
	color: #333;
	margin: 10px 0 0 0;
}

.related-posts li.single-related-posts a:hover .entry-title { color: #0AAFF0; }

/* 10.3 Author box */
.author-info {
    background: transparent url("img/striped-bg.png") repeat scroll 0% 0%;
    padding: 10px 0px;
	margin: 0 20px 20px;
}

.author-info .author-bio  {
    background: #fff none repeat scroll 0% 0%;
    padding: 10px 0px;
    position: relative;
    width: 100%;
}

.author-info img {
	border-radius: 50px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	width: 100px;
}

.author-info .author-name {
	font-size: 18px;
	margin: 0;
}

.author-name a { color: #444; }


.author-info .author-description { float: left; }

.author-desc {
	font-size: 14px;
	margin: 10px 0;
}

/* 10.4 Homepage Featured Post */
#featured-post {
	background: #fff;
	-moz-box-shadow: 0 0 20px -10px #000;
	-ms-box-shadow: 0 0 20px -10px #000;
	-o-box-shadow: 0 0 20px -10px #000;
	-webkit-box-shadow: 0 0 20px -10px #000;
	box-shadow: 0 0 20px -10px #000;
	margin-top: 20px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

#featured-post .hentry { margin: 0; }

#featured-post .hentry .img-box {
	width: 660px;
	float: left;
	height: 400px;
	background-color: #000;
}

#featured-post .hentry img {
	opacity: 0.85;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.7s;
}

#featured-post .hentry:hover img { opacity: 1; }

#featured-post .content-box {
	position: relative;
	float: left;
	bottom: auto;
	right: auto;
	overflow: hidden;
	height: 400px;
	width: 340px;
	box-shadow: none;
}

#featured-post h2.entry-title {
	font-size: 26px;
	margin: 0;
}

.featured-tri {
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 400px;
}

span.tri {
	background: url(img/tri.png) 40px 0;
	display: inline-block;
	margin-top: -20px;
	width: 20px;
	height: 40px;
}

/* 10.5 Posts listing style */
.onecol.hentry {
	float: right;
	width: 100%;
}

.hentry.twocol {
	width: 300px;
	height: 410px;
	float: left;
	margin: 20px 20px 30px 0;
}

.hentry.twocol:nth-of-type(2n) {
	clear: right;
	margin-right: 0;
}

.hentry.twocol .img-box {
	height: 182px;
	margin-bottom: 20px;
}

.hentry.twocol .entry-meta,
.hentry.list .entry-meta {
	margin-bottom: 10px;
}

.hentry.twocol  .content-box {
	width: 100%;
	box-shadow: none;
	padding: 0;
	right: auto;
	bottom: auto;
	position: relative;
	height: 205px;
	overflow: hidden;	
}
.hentry.twocol .entry-title,
.hentry.list .entry-title {
	font-size: 20px;
}

.hentry.twocol  p,
.hentry.list  p {
	font-size: 13px;
}

.hentry.twocol .thumb-icon .fa,
.hentry.list .thumb-icon .fa {
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	border: 4px solid #fff;
	padding: 9px;
	font-size: 16px;
}

.hentry.list {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0px;
	border-top: 1px dotted #CCC;
}

.hentry.list:first-of-type{ border-top: medium none; }

.hentry.list .img-box {
    float: left;
    margin-right: 20px;
    position: relative;
    width: 295px;
    height: 178px;
}

.hentry.list .content-box {
	position: relative;
	right: auto;
	bottom: auto;
	box-shadow: none;
	padding: 0;
	float: left;
	width: 300px;
}

/*  10.6 Post sharing buttons  */
.entry-content.share {
	min-height: 354px;
	position: relative;
}

.entry-content.share .content {
	float: left;
	width: 520px;
}

.sharrre-container { 
	float: right;
	width: 70px; 
	padding: 0 10px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	margin: 60px 0; 
}

.sharrre-container .title { 
	color: #aaa; 
	display: block; 
	text-align: center; 
	font-size: 11px; 
	margin-bottom: 10px;
}

.sharrre-container span {
	display: none;
}
.crunchify-social .social-buttons {
    text-align: center;
}

a.crunchify-link {
    display: inline-block;
    width: 50px;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    margin-bottom: 10px;
}
a.crunchify-twitter {
    background: #26c3eb;
}
a.crunchify-facebook {
    background: #5582c9;
}
a.crunchify-link:hover {
    background: #333;
}

/* Asides */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* 10.7 Comments */
#comments-header {
	background: transparent url("img/striped-bg.png") repeat scroll 0% 0%;
	margin-bottom: 10px;
	padding: 4px 0px;
	margin: 0 0 15px 0;
}

#comments-header .comments-title {
	float: left;
	margin: 0;
	clear: none;
}

#comments-header .comments-subtitle {
	float: right;
	margin: 0;
	clear: none;
	font-size: 16px;
}

#comments-header h4 {
	font-size: 18px;
}

#comments-header .title-wrap {
	background: #fff none repeat scroll 0% 0%;
	padding: 10px 0px 5px;
}

.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

ol.comment-list,
ol.children {
	list-style: none;	
	padding: 0;
	margin: 0;
}

.comment-body {
	border-bottom: 1px dotted #DDD;
	margin-bottom: 10px;
	padding: 10px 0px 0px;
}

.comment-author {
	display: inline-block;
	position: relative;
	padding-left: 80px;
}

.comment-author .avatar {
	margin-left: -70px;
}

cite.fn {
	font-style: normal;
	font-size: 13px;
	font-weight: bold;
}

.comment-meta {
	margin-left: 80px;
}

.comment-content {
	font-size: 14px;
	line-height: 2;
	display: inline-block;
	margin-left: 80px;
}

a.comment-reply-link, 
#cancel-comment-reply-link {
	clear: both;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
}

a.comment-reply-link {  
	display: inline-block;
	background: #555 none repeat scroll 0% 0%;
	font-size: 12px;
	width: 60px;
	text-align: center;
	float: right;
	font-family: 'open sans', sans-serif;
}

a.comment-reply-link:hover { background-color: #333; }

#comments .depth-2,
#comments .depth-3,
#comments .depth-4,
#comments .depth-5 {
    padding-left: 40px;
}

h4.reply-header {
	background: transparent url("img/striped-bg.png") repeat scroll 0% 0%;
	margin-bottom: 10px;
	padding: 4px 0px;
	margin: 0 0 15px 0;
}

span.reply-header {
	display: block;
	background: #fff none repeat scroll 0% 0%;
	font-size: 18px;
	padding: 5px 0px;
	text-align: center;
}

.reply-header .fa { padding-right: 10px; }

#respond .comment-notes {
	font-size: 12px;
    margin-bottom: 1em;
}

#respond .required {
    color: #ff4b33;
    font-weight: bold;
}

#respond label {
    color: #888;
    font-size: 14px;
}

#respond input {
    background: #F6F6F6 none repeat scroll 0% 0%;
    border: 1px solid #DDD;
    box-shadow: 2px 2px 5px 0px #EEE inset;
    display: block;
    margin: 9px 0;
    padding: 5px;
    width: auto;
    font-size: 14px;
}

#respond textarea {
    background: #F6F6F6 none repeat scroll 0% 0%;
    border: 1px solid #DDD;
    box-shadow: 2px 2px 5px 0px #EEE inset;
    width: 95%;
}

#respond #submit {
    background: #555 none repeat scroll 0% 0%;
    border: 0px none;
    box-shadow: none;
    color: #FFF;
    cursor: pointer;
    margin-top: 10px;
    padding: 10px;
    width: 120px;
    font-size: 12px;
	font-family: 'open sans', sans-serif;
}

#respond #submit:hover { background-color: #333; }

.form-allowed-tags { display: none; }

/*--------------------------------------------------------------
11 Widgets
--------------------------------------------------------------*/
#secondary {
	float: right;
	padding: 20px;
	position: relative;
	width: 340px;
}

.widget { margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select { 
	width: 100%;
	border-color: #D8D8D8;
}

/* Search widget. */
.widget_search .search-submit { display: none; }

.widget_search .search-form {
	background: url(img/striped-bg.png);
	float: left;
	margin-bottom: 15px;
	padding: 6px 0;
	width: 100%;
}
.widget_search input[type="search"] {
	width: 100%;
	border: none;
}
.widget ul {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

#secondary .widget {
	float: right;
	width: 100%;
}

#secondary .title-bg {
	background: url(img/striped-bg.png);
	float: left;
	margin-bottom: 15px;
	padding: 4px 0;
	width: 100%;
}

h3.widget-title {
	background: #fff;
	font-size: 16px;
	padding: 5px;
	text-align: center;
	width: 100%;
	margin: 0;
}

.home-widget-title {
    text-align: center;
    text-transform: uppercase;
}

#secondary .widget li {
	font-size: 14px;
	margin: 10px 0;
}

#secondary .widget a { 
	display:inline-block;
	padding: 5px 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    float: right;
    width: 100%;
}

.video-container iframe, 
.video-container object, 
.video-container embed, 
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footer-widgets { padding: 30px 0; }

#footer-widgets h2 { font-size: 24px; }

#footer-widgets .widget ul a { color: #fff; }

#footer-widgets .widget th { border-bottom: 4px solid #3A3A3A; }

#footer-widgets .widget tr:nth-of-type(2n) { background: transparent; }

#footer-widgets .widget td { border-bottom: 1px solid #323131; }

#footer-widgets .widget_tag_cloud a {
	color: #999;
	background: rgb(34, 34, 34);
	display: inline-block;
	margin: 2px;
	padding: 5px 10px;
	border: 1px solid #373737;
}

#footer-widgets .widget_tag_cloud a:hover {
	background-color: #0AAFF0;
	color: #fff;
}

#footer-widgets .widget_search input {
	background: rgb(42, 42, 42);
	border-color: rgb(55, 55, 55);
}

.footer-widget {
	width: 31%;
	float: right;
	margin-right: 3.5%;
	padding-right: 3%;
	border-right: 1px solid #444;
}

.footer-widget:first-of-type {
	margin-right: 0;
	border-right: none;
	padding-right: 0;
}

.footer-widget .widget {
	border-bottom: none;
	color: #666;
	margin-bottom: 25px;
}

.footer-widget .widget-title { color: #666; }

.footer-widget .widget ul li {
	list-style: none;
	border-bottom: 1px dotted #373737;
	padding: 7px 0;
	font-size: 14px;
}

#footer-widgets .widget  li:hover a { color: #0AAFF0; }



.widget_widget_posts_list_big .img-box { height: 182px; }

.widget_widget_posts_list_big .thumb-icon .fa,
.single-related-posts .thumb-icon .fa {
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	border: 4px solid #fff;
	padding: 9px;
	font-size: 16px;
}

.widget_widget_posts_list_big .content-box {
	width: 280px;
	bottom: -20px;
	padding: 10px;
	left: 10px;
}

.widget_widget_posts_list_big .content-box .entry-title { font-size: 12px; }

.widget_widget_posts_list_big .hentry,
.single .widget_widget_posts_list_big .hentry {
	float: right;
	margin: 0;
	margin-bottom: 40px;
}

#secondary .widget_widget_posts_list_small li {
	background: #fff;
	border-top: 1px dotted #ccc;
	display: block;
	float: right;
	padding: 10px 0;
	width: 100%;
	margin: 0
}

.widget_widget_posts_list_small .hentry,
.single .widget_widget_posts_list_small .hentry {
	margin: 0;
	margin-bottom: -5px;
}

.widget_widget_posts_list_small a {
	width: 100%;
	display: block;
	position: relative;
}

.widget_widget_posts_list_small .entry-thumbnail {
	width: 100px;
	display: inline-block;
	margin: 0;
}

.widget_widget_posts_list_small .entry-title {
	float: right;
	font-size: 12px;
	margin-left: 10px;
	width: 190px;
}

#secondary .widget_widget_posts_list_small ul { margin: 20px 0; }
#secondary .widget_widget_posts_list_small li:first-of-type {
  border-top: none;
  padding-top: 0;
}
 
/* social Icons */
.widget_social-widget { text-align: center; }

#social-icons .fa {
	display: inline-block;
	margin: 5px;
	font-size: 20px;
	width: 35px;
	height: 35px;
	line-height: 37px;
	text-align: center;
	background-color: #A8A8A8;
	color: #fff;
	border-radius: 50px;
	padding: 0 !important;
}

#secondary .widget.widget_social-widget a { color: #fff; }

#social-icons .fa span { display: none; }

#social-icons .fa:hover { background-color: #333; }

/*--------------------------------------------------------------
12 Footer
--------------------------------------------------------------*/
.site-footer {
	background: #222;
	color: #777;
	position: relative;
}

.site-footer .inner-content {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	padding: 0 20px;
}

#smoothup {
	display: block;
	overflow: hidden;
	padding: 0px;
	text-align: center;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 25px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 100;
	background: #fff;
	-moz-box-shadow: 0 0 20px -10px #000;
	-ms-box-shadow: 0 0 20px -10px #000;
	-o-box-shadow: 0 0 20px -10px #000;
	-webkit-box-shadow: 0 0 20px -10px #000;
	box-shadow: 0 0 20px -10px #000;
}

#smoothup:hover {
	background: #2A282C;
	color: #fff;
}

#smoothup .fa { color: #0AAFF0; }

.site-info {
	margin: 30px 0;
	font-size: 12px;
}

/*--------------------------------------------------------------
13 Advertisment
--------------------------------------------------------------*/
#header-ad,
#footer-ad {
	margin-top: 20px;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

#footer-ad {
	padding-bottom: 20px;
	border-bottom: 1px solid #444;
}

#header-ad .textwidget,
#footer-ad .textwidget,
#post-ad .textwidget {
	line-height: 0;
}

#post-ad {
	margin: 10px 0px 30px;
	text-align: center;
	width: 100%;
}

#sidebar-ad {
	text-align: center;
	overflow: hidden;
}
/*--------------------------------------------------------------
15 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
16 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 16.1 Captions */

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text { text-align: center; }

.wp-caption .wp-caption-text { 
	margin: 0.8075em 0;
	font-size: 12px;
}

/* 16.2 Galleries */
.gallery { margin-bottom: 1.5em; }

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.33%; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.66%; }

.gallery-columns-7 .gallery-item { max-width: 14.28%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption { 
	display: block;
	font-size: 12px; 
}

/*--------------------------------------------------------------
17 Media queries
--------------------------------------------------------------*/
@media screen and (max-width: 1220px) {
	#header-slider a {
		height: 250px;
	}
	#header-slider .text-box {
		bottom: 20px;
	}
}
/* Tablet */
@media screen and (max-width: 1020px) {
	.featured-excerpt,
	#header-slider .prev, 
	#header-slider .next,
	.main-navigation,
	.related-posts-thumbnail {
		display: none;
	}
	.site-header .site-branding {
		float: none;
		text-align: center;
		margin: 0 auto;	
	}
	.site-branding .logo-plus-ad .site-title, 
	.site-branding .logo-plus-ad .site-logo {
		display: none;
	}
	.site-branding.small-logo {
		display: block;
		margin: 0 10px;
	}
	.site-branding.small-logo img {
		max-height: 42px;
		width: auto;
		margin-top: 6px;
	}
	#header-top-ad {
		float: none;
    	text-align: center;
	}
	.site-branding.big-logo img {
		max-width: 100%;
	}
	.main-navigation li > a {
		color: #fff;
	}
	.menu-toggle {
		display: block;
	}
	#header-social-icons { display: none; }
	
	#search-button {
		position: absolute;
		right: 0;
		top: 0;
		display: block;
	}
	.call-action-txt,
	.call-action-but {
		float: none;
    	text-align: center;
	}
	.call-action-txt span { margin: 30px 0 20px; }
	.call-action-but a { margin: 5px 0 20px; }
	#content {
		width: 768px;
	}
	#featured-post .hentry .img-box {
		width: 506px;
		height: 306px;
	}
	#featured-post .content-box {
		width: 262px;
		max-height: 306px;
	}
	#content .inner-wrapper {
		width: 100%;
	}
	#primary {
		width: 768px;
		float: none;
	}
	#top-story-contain { width: 598px; }
	#top-story-middle { width: 428px; }
	#middle-img { height: 250px; }
	#middle-text {     
		width: 367px;
	    bottom: -162px; 
	}
	#top-story-left,
	#top-story-right { 
		width: 170px;
    	padding: 20px 10px 10px;
    }
    .top-story-image {
	    height: 85px;
	}
	#main,
	.single #main {
		width: 100%;
	}
	.hentry .img-box {
		height: 442px;
	}
	.img-box .entry-thumbnail img,
	.featured-thumb img {
  		width: 100%;
  	}
	.content-box {
		width: 688px;
	}
	.entry-content.share .content {
		width: 630px;
	}
	li.single-related-posts {
		width: 100%;
		border-top: 1px dotted #ccc;
		padding: 10px 0;
		margin: 0;
	}
	li.single-related-posts:first-of-type {
		border-top: none;
	}
	#main .related-posts .entry-title {
		font-size: 14px;
	}
	.hentry.twocol {
		width: 354px;
	}
	.hentry.twocol .img-box {
		height: 215px;
	}
	.hentry.list .img-box {
		height: 214px;
		width: 354px;
	}
	#secondary {
		float: none;
		border-top: 10px solid #111;
		padding: 20px 0 20px 20px;
		width: 768px;
		position: relative !important;
		left: auto !important;
		top: auto !important;
		margin-top: 20px !important;
	}
	#secondary .widget {
		margin-right: 20px;
		width: 354px;
	}
	.widget_widget_posts_list_big .img-box {
		height: 214px
	}
	.widget_widget_posts_list_big .content-box {
		width: 334px;
	}
	.site-footer .inner-content {
		width: 100%;
	}
}

@media screen and (max-width: 787px) {
	#content {
		width: 600px;
	}
	#featured-post .content-box p {
		font-size: 12px;
	}
	#featured-post .hentry .img-box {
		width: 100%;
		height: auto;
	}
	#featured-post .content-box {
		width: 100%;
		height: auto;
		padding: 20px;
	}
	.featured-tri {
		display: none;
	}
	#top-story-contain { width: 600px; }
	#top-story-middle { 
	    padding: 0 0 10px;
    	width: 100%;
    	margin: 0;
    }
    #middle-img {
    	height: 364px;
    	margin-bottom: 130px;
    }
    #middle-text {
    	width: 558px;
    	bottom: -124px;
    }
    #top-story-left, #top-story-right {
    	width: 100%;
    	padding: 20px;
    }
    ul.top-stories { width: 100%; }
    ul.top-stories li {     
    	margin: 0 0 0 20px;
    	width: 270px; 
    }
    ul.top-stories li:first-child { margin: 0; }
    .top-story-image { height: 164px; }
	#content .inner-wrapper {
		width: 100%;
	}
	#primary {
		width: 600px;
	}
	.hentry .img-box {
		height: 339px;
	}
	.content-box {
		width: 520px;
	}
	.entry-content.share .content {
		width: 490px;
	}
	
	.hentry.twocol {
		width: 270px;
		margin-bottom: 10px;
	}
	.hentry.twocol .img-box {
		height: 163px;
	}
	.hentry.list .img-box {
		height: 164px;
		width: 270px;
	}
	.hentry.list .content-box {
		width: 270px;
	}
	#secondary {
		padding: 20px;
		width: 600px;
	}
	#secondary .widget {
		margin: 15px auto;
		width: 100%;
	}
	.widget_widget_posts_list_small .entry-title {
		width: 450px;
	}
	.widget_widget_posts_list_big .hentry, .single .widget_widget_posts_list_big .hentry {
		width: 100%;
		text-align: center;
	}
	.widget_widget_posts_list_big .hentry a { 
		text-align: right; 
		width: 100%;
	}
	.widget_widget_posts_list_big .content-box {
		width: 540px;
	}
	.widget_widget_posts_list_big .img-box {
		height: auto;
	}
	.img-box .entry-thumbnail:before { position: relative; }
	.site-footer .inner-content {
		width: 600px;
	}
	#footer-widgets {
		padding: 0;
	}
	.footer-widget {
		float: none;
		width: 100%;
		padding: 0;
		border-right: none;
	}
	.footer-widget .widget-title {
		text-align: center;
	}
	.footer-navigation li {
		padding: 10px;
	}
}

@media screen and (max-width: 599px) {
	.call-action-txt span { 
		font-size: 18px;
		line-height: 22px;
	}
	#top-story-contain { width: 100%; }
	#middle-img {
		margin-bottom: 205px;
    	height: 290px;
	}
	#middle-text {
	    width: 430px;
	    bottom: -190px;
	}
	ul.top-stories li {
		width: 200px;
    	margin: 0 0 0 20px;
	}
	.top-story-image {
	    height: 137px;
	}
	#top-story-left, #top-story-right { padding: 10px 20px 5px; }
	.featured-text h3, .featured-text h3 a {
		font-size: 16px;
	}
	.featured-text h2, .featured-text h2 a {
		font-size: 22px;
	}
	#content,
	#primary {
		width: 470px;
	}
	#featured-post .hentry .img-box {
		width: 470px;
		height: 291px;
	}
	#featured-post .content-box {
		width: 100%;
		height: auto;
		padding: 20px;
	}
	.featured-tri {
		display: none;
	}
	.content-box {
		width: 400px;
	}
	.hentry .img-box {
		height: 267px;
	}
	.content-area .entry-title {
		font-size: 22px;
	}
	.hentry p {
		font-size: 13px;
	}
	.entry-content.share .content {
		float: none;
		width: 100%;
	}
	.sharrre-container {
		right: auto !important;
		top: auto !important;
		float: none;
		width: 100%;
		text-align: center;	
	}
	.sharrre {
		display: inline-block;
	}
	.hentry.twocol {
		width: 127px;
		margin-bottom: -20px;
	}
	.hentry.twocol .img-box {
		height: 127px;
	}
	.hentry.twocol .content-box {
		height: auto;
	}
	.hentry.twocol .entry-title, .hentry.list .entry-title {
		font-size: 13px;
	}
	.hentry.twocol p, .hentry.list p {
		font-size: 12px;
	}
	.hentry.list .img-box {
		height: 164px;
		width: 210px;
	}
	.hentry.list .content-box {
		width: 210px;
	}
	#secondary {
		width: 470px;
	}
	.widget_widget_posts_list_small .entry-title {
		width: 330px;
	}
	.widget_widget_posts_list_big .img-box { height: auto; }
	.widget_widget_posts_list_big .content-box {
	    right: 5%;
	    width: 90%;
	    left: 5%;
	}
	.site-footer .inner-content {
		width: 470px;
	}
}

@media screen and (max-width: 479px) {

	.fly-menu-close {
	    width: 100%;
	}
	.fly-menu-close:hover {
		cursor: pointer;
	}
	.fly-menu-close.toggle-active { 
		display: block !important ; 
		position: absolute;
    	top: 0;
	}
	.fly-wrap-out {
		position: absolute;
		top: 54px;
	}
	#search-bar { width: 250px; }
	#search-bar input { width: 210px; }
	.featured-text h3, .featured-text h3 a {
		font-size: 14px;
	}
	.featured-text h2, .featured-text h2 a {
		font-size: 20px;
	}
	#content,
	#primary {
		width: 100%;
	}
	#middle-img {
	    height: auto;
	    margin: 0;
	    width: 100%;
	}
	.top-middle-image {
	    float: none;
	    width: 100%;
	}
	#middle-text {
	    left: 0;
	    width: 100%;
	    bottom: 0;
	    position: relative;
	    float: left;
	}
	ul.top-stories li {
	    margin: 0 0 0 5%;
	    width: 47.5%;
	}
	.content-box {
		right: 5%;
    	width: 90%;
		right: 10px;
		bottom: -220px;
	}
	.hentry .img-box {
		height: 170px;
	}
	.author-info .author-avatar {
		text-align: center;
	}
	.author-info img {
		float: none;
		margin: 0;
	}
	.author-info .author-description {
		float: none;
	}
	.author-info .author-name {
		font-size: 13px;
	}
	.author-desc {
		font-size: 12px;
	}
	.post-navigation .nav-previous, .post-navigation .nav-next {
		float: none;
		width: 100%;
	}
	#respond input, #respond textarea {
		width: 100%;
	}
	.hentry.twocol {
		width: 100%;
	}
	.hentry.twocol .img-box {
		height: 169px;
	}
	.hentry.list .img-box {
		height: 170px;
		float: none;
		margin: 15px 0;
		width: 100%;
		margin-bottom: 15px;	
	}
	.hentry.list .content-box {
		width: 100%;
		float: none;
	}
	#secondary {
		float: left;
    	width: 100%;
	}
	.site-footer .inner-content {
		width: 320px;
	}
	.hentry {
		margin-bottom: 210px;
	}
	.content-area .entry-title {
		font-size: 15px;
	}
	.widget_widget_posts_list_small a { text-align: center; }
	.widget_widget_posts_list_small .entry-thumbnail,
	.widget_widget_posts_list_small .entry-title { width: 100%;  }
	.widget_widget_posts_list_big .content-box {
		width: 260px;
	}
	#smoothup {
		bottom: 20px;
		right: 3px;
	}
}
@media screen and (max-width: 360px) {

	.hentry .img-box {
	    height: 150px;
	}

}
