/* 
 * Theme Name: Elbayan
 * Theme URI: https://www.ar-themes.com/elbayan
 * Author: ar-themes.com
 * Author URI: https://www.ar-themes.com
 * Description: Bayan is a free magazine/news theme for Wordpress with some awesome features. Enjoy!
 * Version: 1.0
 * Text Domain: elbayan
 * Domain Path:   /languages/
 * License: GNU General Public License v2.0
 * License URI: license.txt
 *
 */
@font-face  {
    font-family: "GE SS Two Medium";
    src: url("fonts/GE_SS_Two_Medium.eot?") format("eot"), url("fonts/GE_SS_Two_Medium.woff") format("woff"), url("fonts/GE_SS_Two_Medium.ttf") format("truetype"), url("fonts/GE_SS_Two_Medium.svg#GESSTwoMedium-Medium") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* = Table of Contents
--------------------------------------------------------*/
/*
 *
 * 1.0 - Reset
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Forms
 * 5.0 - Navigation
 *     5.1 - Links
 *     5.2 - Menu
 * 6.0 - Accessibility
 * 7.0 - Alignments
 * 8.0 - Clearings
 * 9.0 - Header
 * 10.0 - Widgets
 * 11.0 - Content
 * 12.0 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 * 15.0 - Social Links
 * 16.0 - Media Queries
 */
/* = Reset
--------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	background: url(img/bg.png) repeat fixed;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: right;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
.column {
	float: right;
}
.onecol {
	width: 100%;
}
.twocol {
	width: 49.9%;
}
.threecol {
	width: 33.3%;
}
.fourcol {
	width: 25%;
}
.twothirdcol {
	width: 66.7%;
}
.threefourthcol {
	width: 75%;
}
#page {
	background: #fff;
	max-width: 1170px;
	margin: 0 auto;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
}
/* = 2.0 Typography
--------------------------------------------------------*/
body, 
button,
input,
select,
textarea {
	color: #444;
	font-family: 'Droid Arabic Naskh', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}
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; }
b,
strong {
	font-weight: bold;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	background: #F7F7F7;
	padding: 30px 90px 30px 30px;
	color: #666;
	margin: 0 0 1.5em;
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
}
.hentry blockquote:before {
	content: '”';
	display: block;
	width: 90px;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 72px;
	line-height: 72px;
	font-weight: 700;
	color: #AAA;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 32px;
	right: 0px;
}
.hentry blockquote cite {
	display: block;
	margin-top: 25px;
}
.hentry cite:before {
	content: "— ";
}
blockquote p:last-of-type { margin: 0; }
address { margin: 0 0 1.5em; }
pre {
	background: #f5f5f5;
	font-family: 'Courier 10 Pitch', Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.5em;
	max-width: 100%;
	overflow: auto;
	padding-top: 1.6em;
	padding-bottom: 1.6em;
}
code,
kbd,
tt,
var {
	font-size: 15px;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #777;
	cursor: help;
}
mark,
ins {
	background: #f1f;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 75%; }
big { font-size: 125%; }
/* = 3.0 Elements
--------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 3em 1.5em 0;
}
ul { list-style: disc; }
ol { list-style: decimal; }
ul > ul,
li > ol {
	margin-bottom: 0;
	margin-right: 1.5em;
}
dt { font-weight: bold; }
dd { margin: 0 1.5em 1.5em; }
img {
	max-width: 100%; /* Make image responsive */
	height: auto; /* Make sure images are scalled correctly */
}
figure { margin: 0; }
table {
	margin: 0 0 1.5em;
	width: 100%;
}
td {
	border-bottom: 1px solid #eee;
	padding: 6px 3px;
}
tr:nth-of-type(2n) {
	background: #fafafa;
}
th {
	border-bottom: 4px solid #ccc;
	font-weight: bold;
	padding: 5px 2px 3px;
}
/* = 4.0 Forms
--------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0px;
	text-shadow: none;
	color: #999;
	background: #eee;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 25px;
	font-weight: bold;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background-color: #2A282C;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Fix excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #777;
	border: 1px solid #ccc;
	border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #5c5f82;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 8px 25px;
	font-size: 14px;
	font-size: 1.4rem;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-right: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}
/* = 5.0 Navigation
--------------------------------------------------------*/
/* = 5.1 Links
--------------------- */
a {
	color: #76A4D0;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover,
a:focus,
a:active {
	color: #76A4D0;
}
/* = 5.2 Menu
--------------------- */
.top-navigation {
	background-color: #2A2A2A;
}
.main-navigation {
	background-color: #2A2A2A;
}
.top-navigation ul,
.main-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.top-navigation .today-date {
	float: right;
	color: #939393;
	margin-right: 25px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 35px;
}
.top-navigation ul#top-menu {
	float: left;
	margin-left: 25px;
}
.top-navigation li,
.main-navigation li {
	float: right;
	position: relative;
} 
.top-navigation li {
	border-right: 1px solid rgb(50, 50, 50);
}
.main-navigation a {
	display: block;
	padding: 1em 1.4em;
	text-decoration: none;
	line-height: 2;
	font-size: 16px;
	font-size: 1.6rem;
	color: #939393;
}
.top-navigation a {
	display: block;
	padding: 0 1.4em;
	text-decoration: none;
	line-height: 35px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #939393;
}
.top-navigation a:hover {
	color: #fff;
}
.main-navigation .menu-item-home a {
  background-image: url(img/home-icon.png)!important;
  background-repeat: no-repeat!important;
  background-position: center center !important;
  text-indent: -9999px;
}
.main-navigation li:hover a,
.main-navigation li:focus a {
	color: #fff;
	background-color: #76A4D0;
}
.main-navigation li.menu-item-has-children::after, 
.main-navigation  > li.page_item_has_children::after {
	content: "";
	display: block;
	border: 5px solid transparent;
	border-top-color: #939393;
	position: absolute;
	z-index: 1000;
	left: 10px;
	top: 50%;
	margin-top: -2px;
}
.main-navigation  ul.sub-menu {
	position: absolute;
	right: 0;
	display: none;
	z-index: 999;
}
.main-navigation li:hover > ul {
	opacity: 1;
	display: block;
}
.main-navigation  ul.sub-menu li {
	width: 240px;
	background: #1d1d1d;
	float: none;
}
.main-navigation  ul.sub-menu a {
	text-align: right;
	color: #E4E4E4;
}
.main-navigation  ul.sub-menu a:hover {
	text-align: right;
	color: #E4E4E4;
	background: #2A2A2A;
}
.main-navigation  ul.sub-menu li:hover a {
	color: #fff;
}
.main-navigation  .current-menu-item > a,
.main-navigation  .current_page_item > a {
	background: #76A4D0;
	color: #fff;
}
.menu-toggle {
	display: none;
}
.pagination {
	background: rgb(249, 249, 249);
	padding: 10px 25px;
	margin: 0;
	height: 65px;
}
.pagination .page-numbers {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #999;
	overflow: hidden;
	padding: 0;
	background: #eee;
	margin: 0 2px;
}
.pagination .page-numbers.current, 
a.page-numbers:hover, 
a.page-numbers:active, 
a.page-numbers:focus {
	background: #76A4D0;
	color: #fff;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
	width: 50%;
 	float: right;
}
.post-navigation .nav-next {
	float: left;
	text-align: left;
}
.post-navigation  .nav-previous a,
.post-navigation  .nav-next a {
	display: block;
	width: 100%;
}
.post-navigation span { display: block; }
.post-navigation  .nav-previous .meta-nav,
.post-navigation  .nav-next .meta-nav {
	font-size: 12px;
	font-size: 1.2rem;
	color: #bbb;
	margin-bottom: 15px;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous {
	float: right;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next {
	float: left;
	text-align: left;
	width: 50%;
}
/* = 6.0 Accessibility
--------------------------------------------------------*/
/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* = 7.0 Alignments
--------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-top: .75em;
	margin-bottom: .75em
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-top: .75em;
	margin-bottom: .75em
}
.aligncenter {
	clear: both;
	display: block;
	margin: .75em auto;
}
/* = 8.0 Clearings
--------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-meta:before,
.entry-content:before,
.entry-content:after,
.site-header:before,
.site-header:after,
.entry-meta:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}
.clear:after,
.entry-meta:after,
.entry-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/* = 9.0 Header
--------------------------------------------------------*/
.site-branding {
	margin: 0 25px;
	padding: 35px 0;
}
.site-logo {
	display: inline-block;
	float: right;
	padding-left: 20px;
}
.site-title {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 2.5;
	text-align: right;
	margin-bottom: 0;
}
.site-title a {
	color: #202020;
	font-weight: bold;
	text-decoration: none;
}
.site-description {
	color: #202020;
	font-size: 14px;
	text-align: right;
}
/* = 10.0 Widgets
--------------------------------------------------------*/
#secondary {
	padding-right: 26px;
}
.widget-area {
	font-size: 14px;
	font-size: 	1.4rem;
}
#secondary .widget {
	background: rgb(249, 249, 249);
	padding: 25px;
	margin-bottom: 40px;
}
#secondary .widget-title {
	margin: 0;
	color: #fff;
	padding-right: 10px;
	line-height: 50px;
	font-size: 2rem;
	height: 50px;
	background: url(img/stripe-white.png) no-repeat 0px 0px;
	z-index: 99;
	background-color: #76A4D0;
	margin: -25px -25px 25px;
}
#secondary .widget:first-of-type {
	margin: 0 0 40px;
}
#secondary .widget ul {
	margin: 0;
}
#secondary .widget li {
	border-top: 1px solid #eee;
	line-height: 3.5;
}
#secondary .widget li:first-child {
	border-top: none;
}
#secondary .widget a {
	color: #777;
}
#secondary  .widget_calendar a {
	display: block;
	border-radius: 50%;
	background: #76A4D0;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #fff;
}
#secondary  .widget_calendar caption {
	text-align: center;
	padding-bottom: 10px;
}
#secondary  .widget_tag_cloud a {
	background: rgb(247, 247, 247);
	display: inline-block;
	margin: 2px;
	padding: 5px 10px;
	border: 1px solid #eee;
}
.widget ul {
	margin-right: 1.5em;
	line-height: 3;
}
.widget ul a {
	line-height: 2.2;
	color: #777;
	text-decoration: none;
}
.widget ul a:hover,
.widget ul a:focus {
	color: #2A282C;
}
.widget ul li {
	list-style: none;
	margin-right: 0;
	padding-right: 0;
	text-align: right;
}
.widget ul li:last-child {
	border-bottom: none;
}
.widget ul ul li {
	padding-right: .75em;
}
.widget ul ul ul li {
	padding-right: 1.5em;
}
.widget ul ul ul ul li {
	padding-right: 2.25em;
}
.widget ul ul ul ul ul li {
	padding-right: 3em;
}
.widget-title {
	color: #2d2d2d;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 0 .75em;
	text-align: right;
	font-weight: bold;
}
#wp-calender caption {
	font-weight: bold;
	text-align: center;
}
#wp-calender td,
#wp-calender th {
	text-align: center;
}
/* Make sure select elements fit in widgets */
.widget select {
	display: block;
	margin: 2em auto;
	width: 100%;
	border-color: #ddd;
	padding: 2px;
}
.widget_search {
	border-bottom: none;
}
.widget_search .search-submit {
	display: none;
}
#secondary .widget_search input[type="search"] {
	border: none;
	color: #999;
	border-radius: 0;
	width: 100%;
	max-width: 280px;
	padding: 8px;
	background: #eee;
}
#secondary .widget_search input[type="search"]:focus {
	background-color: #fff;
	color: #000;
}
#footer-widgets {
	padding: 30px;
}
#footer-widgets .widget ul a {
	color: #A0A0A0;
}
#footer-widgets .widget ul a:hover {
	color: #76A4D0;
}
#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_search input {
	background: rgb(42, 42, 42);
	border-color: rgb(55, 55, 55);
}
.footer-widget {
	width: 30%;
	float: right;
	margin-right: 5%
}
.footer-widget:first-child {
	margin-right: 0;
}
.footer-widget .widget {
	border-bottom: none;
	color: #666;
	margin-bottom: 25px;
}
.footer-widget .widget-title {
	color: #666;
}
.footer-widget .widget ul li {
	border-bottom: 1px solid #2A2A2A;
}
.footer-widget .widget ul li:last-child {
	border-bottom: none;
}
#smoothup {
	display: none;
	overflow: hidden;
	padding: 0px;
	text-align: center;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 25px;
	position: fixed;
	bottom: 50px;
	left: 20px;
	color: #fff;
	background: #76A4D0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
}
#smoothup:hover {
	background: #2A282C;
	color: #fff;
}
/* = 11.0 Content
--------------------------------------------------------*/
#primary {
}
.site-content {
	margin: 45px 25px;
}
.box-content {
	background: rgb(249, 249, 249);
 	padding: 25px;
}
.box-content article {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.box-content article:first-of-type {
	padding-top: 0;
}
.box-content article:last-of-type {
	border-bottom: 0;
}
.box-title {
	margin: 0;
	color: #fff;
	padding-right: 10px;
	line-height: 50px;
	font-size: 2rem;
	height: 50px;
	background: url(img/stripe-white.png) no-repeat 0px 0px;
	z-index: 99;
	background-color: #76A4D0;
}
.box-content {
	margin: 0 0 40px;
}
.box-content .entry-header {
	margin-bottom: 20px;
}
.box-content .entry-thumbnail {
	float: right;
	margin-left: 25px;
}
.box-content .entry-thumbnail img {
	max-width: 100%;
	width: 310px;
	height: 165px;
	display: block;
}
.entry-title {
	color: #3A62AB;
	font-size: 25px;
	font-size: 2.8rem;
	line-height: 1.8;
	font-weight: bold;
	margin-bottom: 15px;
}
.box-content .entry-title {
	color: #666;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: bold;
	margin-bottom: 10px;
}
.box-content .entry-title a {
	color: #666;
	text-decoration: none;
}
.box-content a:hover {
	color: #76A4D0;
}
.entry-meta {
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.box-content  .entry-meta {
	font-size: 11px;
	font-size: 1.1rem;
	margin-bottom: 10px;
}
.entry-meta > span {
	text-align: right;
	float: right;
}
.entry-meta > span a:after,
.entry-meta > span.entry-category:after {
	content: "|";
	margin: 0 7px;
}
.entry-meta > span.entry-category a:after {
	content: "";
	margin: 0;
}
.entry-meta > span:last-child a:after {
	content: '';
}
.entry-meta a {
	color: #777;
	text-decoration: none;
}
.entry-meta a:hover {
	color: #2A282C;
}
.box-content .entry-summary {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.9;
	margin: 0;
	color: #777;
}
.box-content .read-more a {
	padding: 5px 12px;
	color: white;
	background: #76A4D0;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
}
.box-content .read-more a:hover {
	background: #2A282C !important;
	color: #fff;
}
.widget_double_box .twocol {
	padding-right: 13px;
}
.widget_double_box .twocol:nth-child(2n+1) {
	padding-right: 0;
	padding-left: 13px;
}
.widget_double_box .cat-post-big  .entry-thumbnail,
.widget_double_box .cat-post-big  .entry-box {
	float: none;
	width: 100%;
}
.widget_double_box .cat-post-big  .entry-thumbnail,
.widget_single_box .cat-post-big  .entry-thumbnail {
	margin-bottom: 20px;
}
.entry-thumbnail img {
	opacity: 0;
	transition: opacity .3s ease-in;
} 
.widget_double_box .box-content ul,
.widget_single_box .box-content ul {
	list-style: none;
	margin: 0;
}
.widget_single_box  li.cat-post-small.column.twocol {
	float: left
	;
}
.widget_double_box .cat-post-small .hentry,
.widget_single_box .cat-post-small .hentry {
	border-top: 2px solid #eee;
	margin: 0;
	padding: 15px 0;
}
.widget_single_box li.cat-post-small {
	float: left;
}
.widget_double_box li.cat-post-small:last-child .hentry {
	padding-bottom: 0 !important;
}
.widget_single_box .cat-post-small .hentry:nth-child(1) {
	border-top: none;
	padding-top: 0;
}
.widget_double_box .cat-post-small .entry-thumbnail,
.widget_single_box .cat-post-small .entry-thumbnail {
	margin: 0 0 0 10px;
}
.widget_double_box .cat-post-small .entry-thumbnail img,
.widget_single_box .cat-post-small .entry-thumbnail img {
	width: 90px;
	height: 60px;
}
.widget_double_box .cat-post-small .entry-header,
.widget_single_box .cat-post-small .entry-header {
	margin-bottom: 0;
	margin-right: 100px;
}
.widget_double_box .cat-post-small .entry-title,
.widget_single_box .cat-post-small .entry-title {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 0;
}
.page-header {
	margin-bottom: 40px;
}
.entry-thumbnail {
	margin-bottom: 25px;
}
.page-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 2;
	color: #777;
	padding: 20px;
	background: rgb(249, 249, 249);
}
.page-title span {
	color: #999 !important;
}
#entry-footer-meta {
	margin-top: 3em;
}
#entry-footer-meta strong {
	color: #666;
}
#entry-footer-meta .entry-tags a {
	background: rgb(247, 247, 247);
	display: inline-block;
	margin: 2px;
	padding: 5px 10px;
	border: 1px solid #eee;
	font-size: 12px;
	font-size: 1.2rem;
	color: #777;
}
.author-info {
	margin: 3em 0;
}
.author-heading {
	width: 200px;
	color: #fff;
	padding-right: 10px;
	line-height: 50px;
	font-size: 2rem;
	height: 50px;
	background: url(img/stripe-white.png) no-repeat 0px 0px;
	z-index: 99;
	background-color: #76A4D0;
}
.author-bio {
	padding: 2em 25px 0;
	background: rgb(249, 249, 249);
}
.author-avatar {
	float: right;
	width: 120px;
}
.author-avatar img {
	border-radius: 50%;
}
.author-description {
	float: right;
}
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 20px;
}
.updated:not(.published) { display: none; }
.single .byline { display: block; }
.page-content,
.entry-content,
.entry-summary {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 1.5em 0 0;
	line-height: 2.5;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
	word-spacing: 7px;
}
#home-slider {
	margin-bottom: 35px;
	background-color: #fff;
	height: 457px;
}
#home-slider a {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
}
.no-results .page-content {
	text-align: center;
}
/* = 12.0 Comments
--------------------------------------------------------*/
#comments {
	margin-top: 3em;
}
#comments-header {
	margin: 5em 0 2em;
	border-bottom: 4px solid #eee;
}
.bypostauthor {
	display: block;
}
.comment-list {
	list-style: none;
	margin: 0;
	margin-bottom: 4em;
}
.comment-list .children {
	list-style: none;
	margin-right: 50px;
}
.comments-title {
	float: right;
	text-align: right;
	color: #444;
	font-size: 30px;
	font-size: 3rem;
	padding-bottom: 20px;
}
.comments-subtitle {
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	padding-top: 10px;
}
.comment-meta {
	display: block;
	color: #999;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	margin-right: 100px;
}
.comment-author {
	display: inline-block;
	position: relative;
	padding-right: 100px;
}
cite.fn { font-style: normal; }
.comment-content {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.5;
	display: inline-block;
	margin-right: 100px;
}
.comment .comment-content {
	line-height: 2;
	padding-top: 1.5em;
	font-size: 16px;
	font-size: 1.6rem;
	
}
.comment .comment-content > p:first-of-type,
.pingback p,
.trackback p {
	clear: none;
	display: inline;
	margin-bottom: 1.5em;
}
.comment-author,
.comment-author a {
	color: #777;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	font-style: normal;
}
.comment-author .avatar {
	margin-right: -90px;
	position: absolute;
	top: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
a.comment-reply-link {
	display: block;
	color: #777;
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: none;
	margin-right: 100px;
	margin-top: 1em;
}
a.comment-reply-link:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	margin: 3px 7px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f112";
}
#cancel-comment-reply-link {
	display: block;
	padding-top: 10px;
	float: left;
	text-decoration: none;
	color: #999;
}
.comment-body {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 2em;
}
.no-comments {
	text-align: center;
}
#respond {
	padding-left: 20%;
	background: #fff;
}
#reply-title {
	font-size: 30px;
	font-size: 3rem;
	padding-bottom: 1.5em;
}
a.comment-edit-link {
	color: #999;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
}
a.comment-edit-link:before {
	content: "/";
	margin: 0 7px;
}
#commentform p {
	margin-bottom: 1.5em;
}
.comment-form-author {
	float: none;
}
.comment-form-email {
	width: 100%;
}
.comment-form input[type="text"], 
.comment-form input[type="email"], 
.comment-form input[type="url"], 
.comment-form textarea {
	width: 100%;
	display: block;
	padding: 10px;
	border: 2px solid #ddd;
	background: #fdfdfd;
	font-size: 0.95em;
	color: #666;
	-webkit-appearance: none;
	border-radius: 0;
}
.comment-form input[type="submit"] {
	width: 150px;
	padding: 2.5%;
}
/* = 13.0 Footer
--------------------------------------------------------*/
.site-footer {
	background: #1D1D1D;
}
.site-info {
	width: 100%;
	z-index: 0;
	padding: 10px 25px;
	background: #171717;
	font-size: 14px;
	font-size: 1.4rem;
	color: #444;
}
#copyright { float: right; }
#designed-by { float: left; }
#designed-by a {
	display: block;
	float: left;
	padding-right: 5px;
	padding-top: 2px;
}
.site-footer a {
	color: #999;
}
.site-footer a:hover,
.site-footer a:focus {
	color: #5c5f82;
}
/* = 14.0 Media
--------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
}
.wp-caption {
	background: #fafafa;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	color: #777;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	padding: 0 36px 18px 36px;
	text-align: left;
}
.wp-caption .wp-caption-text {
	margin: 0.8em 0;
}
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 1%;
}
.gallery-columns-1 .gallery-item {
	padding: 0;
}
.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;
}
/* = 15.0 Social Links
--------------------------------------------------------*/
ul.socialcount  {
	list-style: none;
	padding: 0;
	margin: 0 0 4em 0;
}
ul.socialcount a {
	display: inline-block;
	width: 33.333333%;
	float: right;
	padding: 1% 2%;
	text-align: center;
	background: #e6e6e6;
	color: #fff;
}
ul.socialcount a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 25px;
	font-size: 2.5rem;
	float: right;
}
ul.socialcount li.facebook a:before {
	content: "\f09a";
}
ul.socialcount li.twitter a:before  {
	content: "\f099";
}
ul.socialcount li.googleplus a:before  {
	content: "\f0d5";
}
ul.socialcount li a:hover {
	background-color: #76A4D0 !important;
}
ul.socialcount li.facebook a  {
	background: #5582c9;
}
ul.socialcount li.twitter a  {
	background: #26c3eb;
}
ul.socialcount li.googleplus a {
	background: #dd4b39;
}
ul.socialcount .count {
	display: block;
	padding-top: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
.widget_social_icons {
	clear: both;
	margin: 0 0 2em;
	text-align: center;
	width: 100%;
}
.widget_social_icons span {
	display: none;
}
#secondary .widget_social_icons a {
	display: inline-block;
	text-decoration: none;
	width: 80px;
	height: 90px;
	color: #fff;
	text-align: center;
	background: url(img/stripe-gray.png) no-repeat 0px 0px;
	z-index: 99;
	background-color: #76A4D0;
	margin: 0 7px;
	font-size: 50px;
	padding-top: 32px;
	padding-left: 18px;
}
#secondary .widget_social_icons a.fa-facebook  {
	background-color: #5582c9;
}
#secondary .widget_social_icons a.fa-twitter {
	background-color: #26c3eb;
}
#secondary .widget_social_icons a.fa-google-plus {
	background-color: #dd4b39;
}
	
/* = 16.0 Media Queries
--------------------------------------------------------*/
@media (max-width: 1165px) {
	#page {
		max-width: 900px;
	}
	#primary {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	#secondary {
		float: none;
		margin: 0 auto;
		padding: 0;
		width: 372px;
		margin-top: 50px;
	}
	.box-content .entry-thumbnail img {
		margin: 0 auto;
	}
	#secondary .widget_search input[type="search"] {
		width: 305px;
	}
	#footer-widgets {
		width: 372px;
		margin: 0 auto;
	}
	.footer-widget {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
}
@media (max-width: 850px) {
	.widget_double_box {
		width: 100%;
	}
	.widget_double_box .twocol:nth-child(2n+1) {
		padding: 0;
	}
	.categories-boxes .column {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.widget_double_box .cat-post-big,
	.widget_single_box .cat-post-big {
		text-align: center;
	}
	.widget_double_box .cat-post-big .entry-meta > span,
	.widget_single_box .cat-post-big .entry-meta > span {
		float: none;
	}
	.widget_single_box .cat-post-big .entry-thumbnail {
		float: none;
	}
	.widget_single_box li.cat-post-small {
		border-top: 2px solid #eee;
		padding-top: 20px;
	}
	.recent-entries .entry-thumbnail {
		float: none;
		margin-left: 0;
	}
	.main-navigation #main-menu {
		display: none;
	}
	.main-navigation li {
		float: none;
		text-align: right;
	}
	.main-navigation a {
		color: #fff;
		border-bottom: 1px solid rgb(60, 60, 60);
		padding: 1em 10%;
	}
	.main-navigation  ul.sub-menu {
		position: relative;
		display: block;
	}
	.main-navigation  ul.sub-menu li {
		width: 100%;
	}
	.main-navigation  ul.sub-menu li > a {
		padding-right: 15%;
		color: #fff;
	}
	
	.main-navigation li.menu-item-has-children::after, 
	.main-navigation  > li.page_item_has_children::after {
		display: none;
	}
	.menu-toggle {
		display: block;
		position: relative;
		background: #76A4D0;
		overflow: hidden;
		padding: 0;
		text-align: center;
		height: 50px;
		width: 50px;
		border: none;
	}
	.menu-toggle .icon-bar {
		width: 15px;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 17px;
		top: 20px;
		-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: 24px; }
	.menu-toggle .icon-bar:nth-child(4) { top: 28px; }
	.menu-toggle .icon-bar,
	.menu-toggle .icon-bar:focus,
	.menu-toggle .icon-bar:hover {
		background-color: #fff;
	}
	.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(3) {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
	}
	.menu-toggle.toggle-active .icon-bar:nth-child(2),
	.menu-toggle.toggle-active .icon-bar:nth-child(4) {
		top: 24px;
	}
	.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:before {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		text-rendering: auto;
		margin: 3px 7px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.menu-toggle:hover .icon-bar { background-color: #fff; }
	#primary {
		width: 100%;
		float: none;
		max-width: 736px;
	}
	.footer-widget {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
}
@media (max-width: 420px) {
	.site-content {
		margin: 25px 0;
		padding: 0 10px;
	}
	.widget_single_box .cat-post-small,
	.widget_double_box .cat-post-small {
		display: none;
	} 
	#secondary,
	#footer-widgets {
		width: 100%;
	}
	.top-navigation .today-date {
		display: none;
	}
	.widget_search {
		display: none;
	}
}
/*--------------------------------------------------------------
13.0 - Other Effects
--------------------------------------------------------------*/
/* LEFT TO RIGHT Underline Effect */
.sliding-u-l-r {
  display: inline-block;
}
.sliding-u-l-r:after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}
.sliding-u-l-r:hover:after {
  width: 100%;
  background: #0f4b9b;
}
