/*!
Theme Name: Hermes
Theme URI: https://wordpress.com/themes/hermes/
Author: Themes Harbor
Author URI: https://themesharbor.com/
Description: Modern and minimalistic theme with a clean design.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hermes
Tags: accessibility-ready, author-bio, black, classic-menu, custom-menu, editor-style, featured-images, responsive-layout, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Hermes is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

@font-face {
	font-family: 'Gilam-ExtraLightItalic';
	src: url('fonts/Gilam-ExtraLightItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Gilam-ExtraLightItalic.woff') format('woff'), url('fonts/Gilam-ExtraLightItalic.ttf') format('truetype'), url('fonts/Gilam-ExtraLightItalic.svg#Gilam-ExtraLightItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gilam-ExtraLight';
	src: url('fonts/Gilam-ExtraLight.eot?#iefix') format('embedded-opentype'), url('fonts/Gilam-ExtraLight.woff') format('woff'), url('fonts/Gilam-ExtraLight.ttf') format('truetype'), url('fonts/Gilam-ExtraLight.svg#Gilam-ExtraLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gilam-Regular';
	src: url('fonts/Gilam-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Gilam-Regular.woff') format('woff'), url('fonts/Gilam-Regular.ttf') format('truetype'), url('fonts/Gilam-Regular.svg#Gilam-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gilam-SemiBold';
	src: url('fonts/Gilam-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Gilam-SemiBold.woff') format('woff'), url('fonts/Gilam-SemiBold.ttf') format('truetype'), url('fonts/Gilam-SemiBold.svg#Gilam-SemiBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
.category body, .archive body {
	background: #000c24;
}
.defaultimage{
	background:url("https://www.1828.org.uk/wp-content/uploads/2019/12/default-image.jpg");background-position: center center; min-height: 789px; margin-bottom: 40px;
	}
	.pp-multiple-authors-wrapper ul li>div:first-child{display:none;}
.pp-multiple-authors-wrapper ul li{background: #D5DFFA;
    border: 0 !important;
    color: #000;
    margin-bottom: 20px !important;
    margin-top: 40px;
    padding: 25px 20px !important;
	}
.authdataall h1{color:#000c24;}
.authdataall .taxonomy-description{    color: #000c24;}
	.multiple-authors-description{    font-family: 'Gilam-Regular';
    margin-bottom: 15px !important; font-size: 15px !important;}
	.multiple-authors-name>a{    font-family: 'Gilam-Regular';
    text-decoration: none !important;
    font-weight: 600 !important; }
.multiple-authors-links a{    font-family: 'Gilam-Regular';}
	.single .author-container {
    display: none;
}
	.home .ajax-load-more-wrap{margin:0 auto;}
.home .alm-btn-wrap{    text-align:center;}
.home .alm-btn-wrap button {
    background-color: #000c24 !important;
    color: #fff !important;
    /* padding: 20px 0; */
    width: auto !important;
    margin-top: 20px;
    margin-bottom: 20px;
	    display: unset;
}
.defaultimage  .th-stack--base {
    padding-top: 260px !important;}
main {
	display: block;
}
.myrow {
	position: relative; /*border:10px solid #070A42 ;*/
}
.myrow figure {
	margin-bottom: 0;
}
.hentry-grid {
	padding: 10px!important
}
@media (max-width:767px) {
.hentry-grid {
	padding-left: 0px!important;
	padding-right: 0px!important
}
}
.secthk {
	position: absolute;
	bottom: 0%;
	color: #fff;
	padding-left: 17.5px;
	z-index: 999;
	padding-right: 17.5px;
}
.secthk h1, .secthk h2, .secthk h3, .secthk h4, .secthk h5, .secthk a {
	color: #fff !important;
}
/*.myrow::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0, #000 100%);
  margin-top: -700px;
  height: 700px;
  width: 100%;
  content: '';
}*/


h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
.titleall {
	text-align: center;
	margin-bottom: 25px;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
.thresect {
	padding: 0;
	position: relative !important;
}
.pickgradient {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.65)), color-stop(100%, rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* W3C */
}
.donatedesign {
	padding: 3px;
	padding-left: 15px;
	background-image: url(http://weblog1cs.com/clients/1828/wp-content/uploads/2019/12/donate.png);
	z-index: 99999;
	overflow: visible;
}
 @-moz-document url-prefix() {
 .donatedesign {
padding: 4px;
padding-left: 15px;
z-index: 99999;
 overflow: visible;
}
}
.donatedesign a {
	color: #070A42 !important;
	padding: 7px 20px 7px 20px;
}
.donbtndiv {
	display: none; /*position:relative;left: 40px;*/
}
/*.donatedesign:before{
	content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 2em;
  height: 100%;
  top: 0em;  
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  transform-origin: bottom left;
 left:0;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  transform: skewX(20deg);
  border-left: none;
  z-index:-1;
	}*/
.catdesig-2 {
	position: absolute;
	top: 0;
	right: 0;
	text-transform: uppercase;
	font-size: 16px;
}
.catdesig-2 a {
	font-size: 16px;
	color: #fff;
}
.catdesig a {
	color: #fff;
	font-size: 16px;
	font-family: 'Gilam-ExtraLight';
	text-transform: uppercase
}
.catdesig a:hover {
	color: #fff;
}
.catdesig .entry-cats {
	padding: 7px 20px;
}
.catdesig {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	/*background: #001959;*/
	z-index: 99999;
	overflow: visible;
}
.thresect .catdesig {
	top: 10px;
	right: 10px;
}
.catdesig:before {
	content: "";
	position: absolute;
	display: block;
	/*	background: #001959;*/
	width: 2em;
	height: 100%;
	top: 0em;
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	left: 0;
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	transform: skewX(20deg);
	border-left: none;
	z-index: -1;
}
/*.hentry-grid .hentry{ border:10px solid #070A42 !important;}*/
.hentry-grid .hentry .entry-cats a {
	font-size: 16px !important;
	text-transform: uppercase;
}
h4.hmelop a {
	font-size: 16px;
}
/*.hentry-grid .hentry .entry-cats a:hover,.thresect .catdesig a:hover, .hmelop a:hover, .entry-meta .details a:hover{border-bottom:1px solid #fff !important;}*/
/*.hentry-grid .hentry .entry-cats a:hover{border-bottom:1px solid #fff !important;}*/
.single-post .catdesig {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0px;/*	background: #001959;*/
}
.single-post .catdesig:before {
/*content: "";
	position: absolute;
	display: block;
	z-index: -1;
	/*background: linear-gradient(to right, #f8551e , #F5663B);
	width: 2em;
	height: 100%;
	top: 0em;
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	left: 0;
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	transform: skewX(20deg);
	border-left: none;*/
}
.wpcf7 {
	margin-top: 15px;
	margin-bottom: 15px;
}
body {
	overflow-x: hidden;
}
.allformport {
	padding: 80px 15%;
	color: #fff;
	max-height: 424px;
}
.archive #main, #main{    padding-top: 0 !important;}
.search-results .page-title{margin-bottom: 0 !important; font-size: 26px;}
.error404 .search-form, .search .search-form {margin-top: 35px;}
@media (max-width:1125px) {
.mc4wp-form-fields input[type="submit"] {
	padding: 0px 10px!important;
}
.sinextra {
	font-size: 20px !important;
}
.allformport h2 {
	font-size: 20px !important;
	    margin-bottom: 5px !important;
}
}
.menu-item-has-children {
	position: relative
}
.sub-menu-toggle:after {
	font-family: 'FontAwesome';
	content: '\f107';
	font-size: 22px;
	padding: 9px 9px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99999;
	color: #5a5a5a;
	cursor: pointer;
}
.menu_open:after {
	font-family: 'FontAwesome';
	content: '\f106';
	display:none
}
.mobile-navigation ul .sub-menu {
	display: none;
}
.allformport h2 {
	font-size: 37px;
}
.hkmcontainer {
	width: 100%;
	background-image: url(images/backimage.jpg);
	background-size: cover;
	background-color: #000c24;
	background-position: center;
	background-repeat: no-repeat;/*	border-top:10px solid #070A42 ;
	border-bottom:10px solid #070A42 ;*/
}
.single .hkmcontainer {
	border-bottom: 17.5px solid #000c24;
	border-left: 17.5px solid #000c24;
	border-right: 17.5px solid #000c24;
	overflow: hidden
}
.page .hkmcontainer {
	border-top: 17.5px solid #000c24;
	border-bottom: 17.5px solid #000c24;
	border-left: 17.5px solid #000c24;
	border-right: 17.5px solid #000c24;
	overflow: hidden
}
.single-post #primary .hentry-grid {
	padding-left: 17.5px !important;
	padding-right: 17.5px !important;
	padding-top: 17.5px !important;
	padding-bottom: 0 !important;
}
 @media (max-width:475px) {
.site-logo {
	top: 2.5px;
	position: relative;
}
}
.single .sharedaddy {
	margin-top: 30px;
}
 @media (max-width:768px) {
.search #main {
	padding-top: 0 !important;
}
.search .page-title {
	margin-bottom: 0 !important;
}
.search #masthead {
	padding-top: 27px;
	padding-bottom: 17px;
}
.author-container .author-bio {
	text-align: inherit;
}
}
.newsbackimage, .socback {
	background-image: url(images/backimage.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.hentry-grid .hentry .entry-cats a {
	color: #fff;
	font-size: 15px;
	font-family: 'Gilam-ExtraLight';
	border-bottom: 0 !important;
}
/*.single-post .myspcoia .col-md-6 {
    height: 256px;
    line-height: 256px;}*/
.allformport h3 {
	margin-bottom: 16px;
}
.myspcoia {
	color: #fff;
	text-align: center
}
.myspcoia .col-md-6 {
	height: 212px;
	line-height: 212px;
	font-size: 56px;
}
@media (max-width: 767px) {
.myspcoia .col-md-6 {
	height: initial;
	line-height: initial;
	font-size: 56px;
	height: 160px;
	line-height: 160px;
}
}
.thresect figure {
	margin-bottom: 0 !important;/*border:10px solid #070A42 ;*/
}
.thresect figure:before {
	-webkit-transition: background-color .15s ease-in-out;
	background-color: rgba(0,0,0,0.3);
	transition: background-color .15s ease-in-out;
	z-index: 1;
	background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.2) !important;
}
/*@media (min-width: 992px){
  .featured-content .primary-content .entry-title{
    font-size:2em;
  }
  /* .myrow{height:350px !important}*/
 /* .myrow:nth-of-type(2) {
 width:100% !important;
}
  .myrow:nth-of-type(2) {
 width:66.66666% !important;
}
 .myrow:nth-of-type(3) {
width:33.33333% !important;
}
 .myrow:nth-of-type(4) {
 width:33.33333% !important;
}
.myrow:nth-of-type(5) {
 width:66.66666% !important;
}*/
	/*}*/
	
.sco1 {
	background: rgba(56,66,102,0.6);
}
.sco2 {
	background: rgba(21,97,129,0.6);
}
.sco3 {
	background: rgba(41,43,82,0.6);
}
.sco4 {
	background: rgba(130,54,30,0.6);
}
.hentry-grid .hentry .entry-cats {
	padding: 3px 20px;
	display: block
}
.featured-content .hentry-overlay, .hentry-grid .hentry.has-post-thumbnail .hentry-overlay, .hentry-grid .hentry.post-password-required .hentry-overlay {
	-webkit-transition: background-color .15s ease-in-out;
	background-color: rgba(0,0,0,0.2) !important;
	transition: background-color .15s ease-in-out;
	z-index: 1;
}
.donatnbox {
	padding-left: 0 !important;
}
.single-post .site-content .container {
	padding-top: 0px;
}
#imgload {
	display: block;
	z-index: 9999999;
}
.myspcoia a, .myspcoia a:hover {
	color: #fff;
}
@media (max-width:767px) {
.mc4wp-form-fields label {
	display: flex;
}
}
 @media (max-width:991px) {
.thresect, .thresect img {
	width: 100%;
}
}
 @media (min-width:767px) {
ul.featuroff li label {
	width: 22% !important;
}
}
.donatnbox label {
	font-weight: normal;
	margin-bottom: 20px;
	margin-right: 50px;
}
ul.ks-cboxtags {
	list-style: none;
	padding: 0px;
	margin-left: 0;
	margin-bottom: 15px;
}
.info input {
	display: block;
	margin-top: 5px;
}
ul.ks-cboxtags li {
	display: inline;
}
ul.ks-cboxtags li label {
	display: inline-block;
	color: #adadad;
	white-space: nowrap;
	margin: 3px 30px 3px 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	transition: all .2s;
}
ul.ks-cboxtags li label {
	padding: 8px 12px;
	cursor: pointer;
	width: 95px;
	text-align: center;
	border: 1px solid #070A42;
}
ul.ks-cboxtags li input[type="radio"]:checked + label {
	background-color: #070A42;
	color: #fff;
	transition: all .2s;
}
ul.ks-cboxtags li input[type="radio"] {
	display: absolute;
}
ul.ks-cboxtags li input[type="radio"] {
	position: absolute;
	opacity: 0;
}
h4.txtlit a {
	color: #fff;
	/*font-size: 18px; */
}
.details a{font-size: 16px;}
.kepreadtext .titleall{font-size: 24px;}
header.hamza h4.txtlit a {	font-weight: 400!important;}
.lwpcngNotice-dark .lwpcngNotice_accept {
	color: #6881b3;
}
 @media (min-width:767px) {
.widfeature {
	width: 582px;
}
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
 button, [type="button"], [type="reset"], [type="submit"] {
 -webkit-appearance:button;
}
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style:none;
 padding:0;
}
 button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline:1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
 [type="checkbox"], [type="radio"] {
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 padding:0;
}
 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height:auto;
}
 [type="search"] {
 -webkit-appearance:textfield;
 outline-offset:-2px;
}
 [type="search"]::-webkit-search-decoration {
 -webkit-appearance:none;
}

::-webkit-file-upload-button {
 -webkit-appearance:button;
 font:inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
 [hidden] {
 display:none;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: sans-serif;
}
*, *::before, *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
	margin: 0;
}
button {
	background: transparent;
	padding: 0;
}
button:focus {
/*  outline:1px dotted;
  outline:5px auto -webkit-focus-ring-color;*/
}
fieldset {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
html {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	line-height: 1.5;
}
*, *::before, *::after {
	border-color: currentColor;
	border-style: solid;
	border-width: 0;
}
hr {
	border-top-width: 1px;
}
img {
	border-style: solid;
}
textarea {
	resize: vertical;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color:#a0aec0;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
 color:#a0aec0;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color:#a0aec0;
}
 input::-ms-input-placeholder, textarea::-ms-input-placeholder {
 color:#a0aec0;
}
 input::placeholder, textarea::placeholder {
 color:#a0aec0;
}
 button, [role="button"] {
 cursor:pointer;
}
table {
	border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
}
a {
	color: inherit;
	text-decoration: inherit;
}
button, input, optgroup, select, textarea {
	color: inherit;
	line-height: inherit;
	padding: 0;
}
pre, code, kbd, samp {
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
img, svg, video, canvas, audio, iframe, embed, object {
	display: block;
	vertical-align: middle;
}
img, video {
	height: auto;
	max-width: 100%;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	background-color: #ffffff;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	background-color: rgba(0, 0, 0, 0.08);
	border: 0;
	height: 1px;
	margin-bottom: 35px;
}
ul, ol {
	margin: 0 0 35px 1.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 35px;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
figure {
	margin: 0 0 35px;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], textarea {
	background: #f9f9f9;
	border: 1px solid rgba(0,0,0,0.04);
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	height: 42px;
	padding: 0 8px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, textarea:focus {
	background: #ffffff;
	border-color: rgba(0,0,0,0.1);
	outline: 0;
}
button, input[type="submit"] {
	background: #0c0c0e;
	border: 1px solid transparent;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	height: 42px;
	letter-spacing: 0.1em;
	line-height: 42px;
	padding: 0 22px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: bottom;
}
button:hover, input[type="submit"]:hover {
	background: none;
	border: 1px solid;
	color: inherit;
}
.clean-button:hover, .clean-button {
	border: none;
}
.clean-button {
	-webkit-box-shadow: none;
	background: none;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	height: auto;
	letter-spacing: unset;
	line-height: inherit;
	outline: none;
	padding: 0;
	text-shadow: none;
}
label {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	max-width: 100%;
}
fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}
body {
	font-family: 'Gilam-Regular';/*	color: #0c0c0e;
	font-family: "PT Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 18px;
	line-height: 1.65;
*/}
label, .primary-font, .posts-navigation, button, input[type="submit"], h1, h2, h3, h4, h5, h6, #page div#jp-relatedposts h3.jp-relatedposts-headline {
	font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: inherit;
	font-weight: 700;
	line-height: 1.25;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
p {
	margin-bottom: 35px;
	margin-top: 0;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote:before {
	content: "\201C";
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 4em;
	font-weight: 900;
	height: 0;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 15px;
	width: 0;
}
blockquote {
	border-bottom: 1px solid;
	border-top: 1px solid;
	font-size: 1.278em;
	font-style: italic;
	margin: 35px 0;
	padding: 20px 30px 20px 70px;
	position: relative;
}
blockquote blockquote {
	border-bottom: none;
	font-size: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}
blockquote > :last-child {
	margin-bottom: 0;
}
address {
	margin: 0 0 35px;
}
pre {
	background-color: #292E39;
	color: #ebedf0;
	display: block;
	font-size: 13px;
	line-height: 1.65;
	margin-bottom: 35px;
	max-width: 100%;
	overflow: auto;
	padding: 4% 7%;
	word-break: break-all;
	word-wrap: break-word;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
code {
	background-color: #f9f2f4;
	border-radius: 4px;
	color: #c7254e;
	font-size: 90%;
	padding: 2px 4px;
}
abbr, acronym {
	border-bottom: 1px dotted rbga(0, 0, 0, 0.5);
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
	-ms-flex-order: 1;
	-ms-flex-preferred-size: 0;
	-webkit-box-ordinal-group: 2;
	content: " ";
	display: table;
	flex-basis: 0;
	order: 1;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
	clear: both;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 17.5px;
	padding-right: 17.5px;
}
.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 17.5px;
	padding-right: 17.5px;
}
.row {
	margin-left: -17.5px;
	margin-right: -17.5px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	min-height: 1px;
	padding-left: 17.5px;
	padding-right: 17.5px;
	position: relative;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
a {
	font-weight: 400;
	text-decoration: none;
}
a, a:hover, a:focus {
	color: #0c0c0e;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.hentry .entry-content .mejs-container a, .hentry .page-links a, #page #comments .comment-likes a {
	text-decoration: none;
}
.th-links-color-inherit a {
	color: inherit;
}
table {
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 35px;
	max-width: 100%;
	width: 100%;
}
th {
	text-align: left;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
	border-top: 1px solid #dddddd;
	line-height: 1.42857143;
	padding: 8px;
	vertical-align: top;
}
table > thead > tr > th {
	border-bottom: 2px solid #dddddd;
	vertical-align: bottom;
}
table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
table > tbody + tbody {
	border-top: 2px solid #dddddd;
}
table table {
	background-color: #ffffff;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
.table-responsive {
	min-height: 0.01%;
	overflow-x: auto;
}
 [class^="th-stack"] > * {
 margin:0;
}
.th-stack--lg > * + * {
	margin-top: 70px;
}
.th-stack--base > * + * {
	margin-top: 35px;
}
.th-stack--sm > * + * {
	margin-top: 17.5px;
}
.th-stack--xs > * + * {
	margin-top: 8.75px;
}
.th-stack-full--base > * {
	margin-top: 35px;
}
.th-stack-full--sm > * {
	margin-top: 17.5px;
}
.home, .topsect {
	background-color: #fff;
	overflow-x: hidden
}
.socisinglepage {
	list-style: none;
	display: inline-flex;
}
.socisinglepage li {
	padding-right: 10px;
}
p {
	margin-bottom: 15px;
}
.singlpostsmal {
	text-align: right;
}
.singlpostsmal .imgsidez {
	display: inline-block;
	margin-bottom: 15px;
}
body.custom-background #page {
 background-color:transparent;
}
.creditimg {
	background: #070A42;
	padding: 10px;
	color: #fff;
	text-align: right;
	font-size: 20px;
	margin-top: 0;
}
.primary-bg-color, #colophon, #toggle-sidebar, .hentry-grid, #masthead .main-navigation ul ul, .site-main .posts-navigation {
	background: #fff;
}


::-moz-selection {
 background: #6881b3;
 color: #fff;
}
::selection {
	background: #6881b3;
	color: #fff;
}

::-moz-selection {
 background: #6881b3;
 color: #fff;
}
.jetpack-video-wrapper, .mejs-container, #page .wp-playlist, #page .tiled-gallery, #page .slideshow-window, #page div#jp-relatedposts {
	margin-bottom: 35px;
}
.has-icon::after, .has-icon::before, .main-navigation li.menu-item-has-children > a::after, .main-navigation li.page_item_has_children > a::after {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}
.lead {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 20px;
}
.list-unstyled {
	list-style: none;
	padding-left: 0;
}
.list-inline {
	list-style: none;
	margin-left: -5px;
	padding-left: 0;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.site {
	word-wrap: break-word;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	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;
	border-radius: 3px;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	font-weight: bold;
}
#content[tabindex="-1"]:focus {
	outline: 0;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.667em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.667em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.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 {
	-ms-flex-order: 1;
	-ms-flex-preferred-size: 0;
	-webkit-box-ordinal-group: 2;
	content: "";
	display: table;
	flex-basis: 0;
	order: 1;
	table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
.site-header {
	/*  -webkit-box-shadow:1px 0 2px rgba(0,0,0,0.45);
          box-shadow:1px 0 2px rgba(0,0,0,0.45);*/
	position: relative;
	z-index: 100;
}
.site-header, .site-header a {
	color: #ffffff;
}
.site-header .site-branding {
	line-height: 1;
}
.site-header .site-title {
	font-weight: 400;
}
.site-logo {
	display: inline-block;
}
.header-controls {
	border-top: 2px solid rgba(255,255,255,0.15);
}
.header-search-button:hover, .header-searchform input.field:focus, .header-searchform .submit:hover {
	color:#000c24 !important;
}
.header-search-button::before {
/* content:"\f002";
      font-size: 20px;*/
}
.glsicon {
	width: 25px;
}
.header-search-container {
	background: rgba(0,0,0,0.85);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}
.header-searchform {
	width: 160px;
}
.header-searchform .submit, .header-searchform .field {
	height: 33px;
}
.header-searchform .submit {
	margin-left: 0;
	width: 52.5px
}
.header-searchform .submit::before {
	content: "\f002";
	color: #000c24;
}
.header-searchform input.field {
	display: none;
	/*direction:rtl;*/
	text-align: right;
	cursor: text;
	font-size: 15px;
	background: none;
	border: none;
	/*	border-bottom: 2px solid;*/
	color: inherit;/*padding: 0 52.5px 0 0;*/
}
.header-search-container .close-button {
	color: #ffd800;
	position: absolute;
	right: 17.5px;
	top: 17.5px;
}
.admin-bar .header-search-container .close-button {
	top: 45px;
}
.header-search-container .close-button::after {
	content: '\f00d';
	margin-left: 8px;
}
 .header-search-container ::-moz-placeholder {
 color:inherit;
}
 .header-search-container :-ms-input-placeholder {
 color:inherit;
}
 .header-search-container ::-webkit-input-placeholder {
 color:inherit;
}
.sticky-header {
	-webkit-transition: all .15s ease;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all .15s ease;
	visibility: hidden;
}
.sticky-header.visible {
	opacity: 1;
	visibility: visible;
}
.sticky-header .header-controls {
	max-width: 30%;
}
.sticky-header .main-navigation {
	max-width: 70%;
}
/*.toggle-sidebar {
	-webkit-animation: toggle-slide-in 200ms ease;
	animation: toggle-slide-in 200ms ease;
	display: none;
	height: 100%;
	left: -340px;
	max-width: 340px;
	overflow: scroll;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
}
.toggle-sidebar .inner-panel {
	font-size: 14px;
	position: relative;
}
.admin-bar .toggle-sidebar .inner-panel {
	top: 35px;
}
.active-toggle-sidebar {
	overflow: hidden;
}
.site {
	-webkit-transition: left 200ms ease;
	left: 0;
	position: relative;
	transition: left 200ms ease;
}
.active-toggle-sidebar .toggle-sidebar {
	display: block;
	left: 0;
	visibility: visible;
}
.hidden-toggle-sidebar .toggle-sidebar {
	webkit-animation: toggle-slide-out 200ms ease;
	animation: toggle-slide-out 200ms ease;
	display: block;
	height: 0;
	left: -340px;
	visibility: hidden;
	

	
	
}
hamza code
*/

.toggle-sidebar {
	display: none;
	height: 100%;
	left: -340px;
	max-width: 340px;
	overflow: scroll;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
}
.toggle-sidebar .inner-panel {
	font-size: 14px;
	position: relative;
}
.admin-bar .toggle-sidebar .inner-panel {
	top: 35px;
}
.active-toggle-sidebar {
/*  overflow:hidden;*/

}
/*@-webkit-keyframes fadein {
 0%,100% {opacity: 0;}
 30%, 80% {opacity: 1;}
}
@keyframes fadein {
 0%,100% {opacity: 0;}
 30%, 80% {opacity: 1;}
 }
*/


.site {
/*  -webkit-transition:left 200ms ease;
  left:0;
  position:relative;
  transition:left 200ms ease;*/
}
.active-toggle-sidebar .toggle-sidebar {
	display: block;
	left: 0;
	visibility: visible;
	z-index: 999999999;
}
.hidden-toggle-sidebar .toggle-sidebar {
	display: block;
	height: 0;
	left: -340px;
	visibility: hidden;
}
.header-search-button {
	color: #fff !important;
	padding-right: 25px;
	padding-left: 25px;
}
/*@keyframes fadeinhk {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadeinhk { 
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadeinhk { 
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadeinhk { 
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}*/


/*@-webkit-keyframes toggle-slide-in{
  0%{ left:-340px;
  }

  100%{ left:0;
  }
}

@keyframes toggle-slide-in{
  0%{ left:-340px;
  }

  100%{ left:0;
  }
}

@-webkit-keyframes toggle-slide-out{
  0%{ height:100%; left:0; visibility:visible;
  }

  100%{ height:100%; left:-340px;
  }
}

@keyframes toggle-slide-out{
  0%{ height:100%; left:0; visibility:visible;
  }

  100%{ height:100%; left:-340px;
  }
}
*/
.hide {
	display: none
}
.header-search-button {
	color: #fff !important;
	padding-right: 25px;
	padding-left: 25px;
}
/*@-webkit-keyframes toggle-slide-in {
 0% {
left:-340px;
}
 100% {
left:0;
}
}
 @keyframes toggle-slide-in {
 0% {
left:-340px;
}
 100% {
left:0;
}
}
 @-webkit-keyframes toggle-slide-out {
 0% {
height:100%;
left:0;
visibility:visible;
}
 100% {
height:100%;
left:-340px;
}
}
 @keyframes toggle-slide-out {
 0% {
height:100%;
left:0;
visibility:visible;
}
 100% {
height:100%;
left:-340px;
}
}*/
#close-toggle-sidebar {
	-webkit-animation: fadeinhk 3s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadeinhk 3s; /* Firefox < 16 */
	-ms-animation: fadeinhk 3s; /* Internet Explorer */
	-o-animation: fadeinhk 3s; /* Opera < 12.1 */
	animation: fadeinhk 3s;
	border-radius: 10px;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 12px 3px;
	position: absolute;
	right: 30px;
	text-transform: inherit;
	top: 0;
}
#toggle-sidebar #close-toggle-sidebar {
	background: transparent;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}
#close-toggle-sidebar:before {
/*	content: "\f00d";
	padding-right: 4px;*/
}
/*#close-toggle-sidebar:before, #close-toggle-sidebar:after {
  position: absolute;
      left: 0px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
  cursor: pointer;
}*/
#close-toggle-sidebar:after {
	background-image: url(images/cross.png);
	background-repeat: no-repeat;
	content: "";
	background-size: 45px 45px;
	display: inherit;
	width: 45px;
	height: 45px;
}
@media (max-width:600px) {
#toggle-sidebar #close-toggle-sidebar, #mobile-navigation {
	padding-top: 15px;
}
}

/*#close-toggle-sidebar:before {
  transform: rotate(45deg);
}
#close-toggle-sidebar:after {
  transform: rotate(-45deg);
}*/


/*#close-toggle-sidebar div:nth-child(2) {
    opacity: 0;
}*/

@keyframes fadeinhk {
 from {
 opacity:0;
}
to {
	opacity: 1;
}
}
@-moz-keyframes fadeinhk {
 from {
 opacity:0;
}
to {
	opacity: 1;
}
}
@-webkit-keyframes fadeinhk {
 from {
 opacity:0;
}
to {
	opacity: 1;
}
}
@-o-keyframes fadeinhk {
 from {
 opacity:0;
}
to {
	opacity: 1;
}
}
.site-footer {
	border-top: 1px solid rgba(255,255,255,0.1);
}
.site-footer, .site-footer a {
	color: #9c9fa0;
}
.site-footer a:hover, .site-footer .widget .widget-title {
	color: #ffffff;
}
.site-footer-bottom {
	background: rgba(255,255,255,0.07);
	border-bottom: 3px solid rgba(255,255,255,0.08);
}
.gotop::after {
	content: "\2191";
	padding-left: 6px;
}
#masthead .main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#masthead .main-navigation li {
	display: inline-block;
	position: relative;
}
.main-navigation li.menu-item-has-children > a::after, .main-navigation li.page_item_has_children > a::after {
	content: "\f107";
	padding-left: 6px;
}
.main-navigation .sub-menu li.menu-item-has-children > a::after, .main-navigation .children li.page_item_has_children > a::after {
	content: "\f105";
}
#masthead .main-navigation a {
	border-bottom: 2px solid transparent;
	color: #9c9fa0;
	display: block;
	font-weight: bold;
	margin-bottom: -2px;
	margin-right: 20px;
	text-decoration: none;
}
#masthead .main-navigation ul ul {
	float: left;
	left: -999em;
	margin-left: -10px;
	padding: 4px 10px;
	position: absolute;
	top: 100%;
	z-index: 99999;
}
#masthead .main-navigation ul ul ul {
	padding-top: 4px;
	top: 0;
}
#masthead .main-navigation ul ul a {
	color: #ffffff;
	line-height: 1.2;
	margin: 0;
	padding: 6px 0 3px;
	width: 130px;
}
#masthead .main-navigation ul ul li {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin-bottom: 1px;
	padding-bottom: 1px;
}
#masthead .main-navigation ul ul li:last-child {
	border-color: transparent;
	margin-bottom: 0;
	padding-bottom: 0;
}
#masthead .main-navigation ul li:hover > ul, #masthead .main-navigation ul li.focus > ul {
	left: auto;
}
#masthead .main-navigation ul ul li:hover > ul, #masthead .main-navigation ul ul li.focus > ul {
	left: 100%;
}
#masthead .main-navigation .current_page_item > a, #masthead .main-navigation .current-menu-item > a, #masthead .main-navigation .current_page_ancestor > a, #masthead .main-navigation li:hover > a, #masthead .main-navigation li.focus > a {
	border-color: #ffd800;
	color: #ffffff;
}
#masthead .current_page_ancestor > a, #masthead .current_page_item > a:hover, #masthead .current-menu-item > a:hover, #masthead .current_page_ancestor > a:hover, #masthead ul:not(.sub-menu) > .menu-item-has-children:hover > a:hover, #masthead ul:not(.sub-menu) > .menu-item-has-children:hover > a, #masthead .main-navigation ul ul li:hover > a, #masthead .main-navigation ul ul li.focus > a {
	border-color: transparent;
	color: #ffd800;
}
#masthead #menu-button:hover {
	color: #ffffff;
}
.hkmicon div {
	width: 40px;
	height: 2px;
	background-color: #000c24;
	margin: 6px 0;
}
body.active-toggle-sidebar #menu-button div:first-child {
	transform: rotate(45deg);
}
body.active-toggle-sidebar #menu-button div:nth-child(3) {
	transform: rotate(-45deg);
}
body.active-toggle-sidebar #menu-button div:nth-child(2) {
	opacity: 0;
}
body.active-toggle-sidebar #menu-button div {
	width: 40px;
	height: 2px;
	position: relative;
	transform-origin: 8px center;
	background: #fff;
	border-radius: 10px;
	transition: all 0.3s linear 0s;
}
#menu-button:before {
/*content:"";
	width: 40px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;*/
	
/*  content:"\f0c9";
  margin-right:6px;
  font-size:36px;color:#fff;*/
}
body.active-toggle-sidebar #menu-button:before {
/* content:"\f00d";*/
}
.header-menu-button {
	font-weight: bold;
}
.mobile-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}
.mobile-navigation > ul:not(.social-list) > * + *, .mobile-navigation ul.sub-menu > * {
	border-top: 1px solid rgba(0,12,36,0.1);
	margin-top: 8px;
	padding-top: 8px;
}
.mobile-navigation ul > li > a {
	color: #000c24;
	font-weight: bold;
}
.mobile-navigation ul.sub-menu a {
	color: #000c24;
	font-weight: 400;
	padding-left:15px;
}
.current-menu-item a {
	color: #6881b3 !important;
}
.mobile-navigation > ul:not(.social-list) a:hover {
	color: #6881b3;
}
.mobile-navigation ul .sub-menu {
	font-size: 0.79rem;
}
.mobile-navigation .social-list {
	text-align: center;
}
.mobile-navigation .social-list a {
	background: rgba(255,255,255,0.1);
	border-radius: 50%;
	line-height: 35px;
	margin: 10px 7px 0 0;
	width: 35px;
}
.header-controls .social-list {
	display: none;
}
.social-list li, .social-list li a {
	display: inline-block;
}
.social-list li a::before {
	content: '';
	text-align: center;
	width: 28px;
}
.social-list li a::before {
	color: #000c24;
	font-size: 20px;
	content: '\f09e';
}
.social-list li a[href*="facebook.com"]::before, .social-list li a[href*="fb.me/"]::before {
	content: '\f09a';
}
.social-list li a[href*="twitter.com"]::before {
	content: '\f099';
}
.social-list li a[href*="plus.google.com"]::before {
	content: '\f0d5';
}
.social-list li a[href*="dribbble.com"]::before {
	content: '\f17d';
}
.social-list li a[href*="pinterest."]::before {
	content: '\f0d2';
}
.social-list li a[href*="github.com"]::before {
	content: '\f113';
}
.social-list li a[href*="tumblr.com"]::before {
	content: '\f173';
}
.social-list li a[href*="youtube.com"]::before {
	content: '\f16a';
}
.social-list li a[href*="flickr.com"]::before {
	content: '\f16e';
}
.social-list li a[href*="vimeo.com"]::before {
	content: '\f194';
}
.social-list li a[href*="instagram.com"]::before {
	content: '\f16d';
}
.social-list li a[href*="linkedin.com"]::before {
	content: '\f0e1';
}
.social-list li a[href*="rss.com"]::before {
	content: '\f09e';
}
.social-list li a[href*="behance.net"]::before {
	content: '\f1b4';
}
.social-list li a[href*="vk.com"]::before {
	content: '\f189';
}
.social-list li a[href*="soundcloud.com"]::before {
	content: '\f1be';
}
.social-list li a[href*="reddit.com"]::before {
	content: '\f1a1';
}
.social-list li a[href^="mailto:"]::before {
	content: '\f0e0';
}
.social-list li a[href*="deviantart.com"]::before {
	content: '\f1bd';
}
.social-list li a[href*="slideshare.net"]::before {
	content: '\f1e7';
}
.social-list li a[href*="foursquare.com"]::before {
	content: '\f180';
}
.social-list li a[href*="digg.com"]::before {
	content: '\f1a6';
}
.social-list li a[href*="stumbleupon.com"]::before {
	content: '\f1a4';
}
.social-list li a[href*="spotify.com"]::before {
	content: '\f1bc';
}
.social-list li a[href*="dropbox.com"]::before {
	content: '\f16b';
}
.social-list li a[href*="skype"]::before {
	content: '\f17e';
}
.social-list li a[href*="twitch.tv"]::before {
	content: '\f1e8';
}
.social-list li a[href*="wordpress.com"]::before, .social-list li a[href*="wordpress.org"]::before {
	content: '\f19a';
}
.social-list li a[href*="xing.com"]::before {
	content: '\f168';
}
.social-list li a[href*="apple.com"]::before {
	content: '\f179';
}
.social-list li a[href*="medium.com"]::before {
	content: '\f23a';
}
.social-list li a[href*="telegram.me"]::before, .social-list li a[href*="telegram.org"]::before {
	content: '\f2c6';
}
.social-list li a[href*="snapchat.com"]::before {
	content: '\f2ac';
}
.social-list li a[href*="tripadvisor."]::before {
	content: '\f262';
}
.social-list li a[href*="yelp.com"]::before {
	content: '\f1e9';
}
.social-list li a[href^="tel:"]::before {
	content: '\f095';
}
.social-list li a[href*="amazon."]::before {
	content: '\f270';
}
/*.social-list li a:hover::before {
	color: #ffffff;
}*/
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin-bottom: 40px;
	overflow: hidden;
}
.posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	width: 50%;
}
.post-navigation .nav-next a .post-title:after, .posts-navigation .nav-next a:after, .comment-navigation .nav-next a:after {
	content: "\2192";
	padding-left: 4px;
}
.post-navigation .nav-previous a .post-title:before, .posts-navigation .nav-previous a:before, .comment-navigation .nav-previous a:before {
	content: "\2190";
	padding-right: 4px;
}
.site-main .post-navigation .meta-title, .site-main .posts-navigation a {
	color: #9c9fa0;
}
.site-main .post-navigation a .post-title, .site-main .posts-navigation a {
	font-size: 0.778em;
	font-weight: bold;
}
.post-navigation .nav-next {
	text-align: right;
}
.site-main .post-navigation {
	border-top: 1px solid rgba(0,0,0,0.08);
	line-height: 1.2;
	margin-top: 40px;
	padding-top: 40px;
}
.site-main .post-navigation .meta-title {
	display: block;
	font-size: 0.611em;
	letter-spacing: 0.5em;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.site-main .post-navigation a .post-title {
	font-style: italic;
}
.site-main .posts-navigation {
	border-top: 1px solid rgba(255,255,255,0.1);
	margin-bottom: 0;
	padding: 23px 30px 20px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.site-main .posts-navigation a:hover {
	color: #ffffff;
}
.site-main .posts-navigation .nav-links:before {
	background: rgba(255,255,255,0.1);
	content: "";
	height: 100%;
	left: 50%;
	margin-left: -1px;
	position: absolute;
	top: 0;
	width: 1px;
}
.th-content > :last-child {
	margin-bottom: 0;
}
.th-inner-border {
/*	-webkit-box-shadow: 0 0 0 2px #0c0c0e;
	box-shadow: 0 0 0 2px #0c0c0e;
*/}
.th-cover {
	left: 0;
	position: absolute;
	top: 0;
}
.th-featured-image {
	-o-object-fit: cover;
	object-fit: cover;
}
.th-entry-meta--dotted > * + *::before {
	content: "\2022";
	margin-left: 4px;
	margin-right: 4px;
}
.th-entry-meta--dotted .prefix {
	display: none;
}
.entry-meta .comments-link a::before {
	content: "\f075";
	line-height: 1;
	margin-right: 4px;
}
#content {
	word-wrap: break-word;
}
.inactive-sidebar .site-main, .full-width-template .site-main {
	margin: 0 auto;
	max-width: 800px;
}
.entry-title a, .single .entry-content p.intro, .page .entry-content p.intro, .single .entry-content p span.dropcap, .page .entry-content p span.dropcap, .hentry .entry-content a, #comments .comment-content a {
	font-weight: 300;
}
.hentry .entry-footer .cat-links a, .hentry .entry-footer .tags-links a, .hentry .entry-content a, #comments .comment-content a, #comments .reply a {
	text-decoration: underline;
}
.has-background-cover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
/*.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
#infinite-footer {
	z-index: 100;
}
.infinite-loader {
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	background-position: center;
	display: block;
	color: #ffffff;
	padding: 20px 0;
	width: 100%;
}
.infinite-loader .spinner {
	left: 50% !important;
}
#infinite-handle {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 20px 0;
	position: relative;
	text-align: center;
	top: 2px;
	width: 100%;
	z-index: 1;
}
#infinite-handle span {
	background: rgba(255,255,255,0.12);
	display: inline-block;
	font-size: 0.702rem;
	padding-bottom: 0;
	padding-top: 0;
}*/

.alm-btn-wrap button {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	/*   height: 50px;
    width: 50px;*/
	background-position: center;
	display: block;
	color: transparent;
	/*  padding: 20px 0;*/
	width: 100%;
}
#page #jp-post-flair {
	margin-top: 35px;
	padding-top: 0;
}
#page #jp-post-flair > .sharedaddy {
	margin-top: 15px;
}
#page div.sharedaddy h3.sd-title, .hentry .entry-footer .cat-links, .hentry .entry-footer .tags-links, #page div#jp-relatedposts h3.jp-relatedposts-headline {
	color: #9c9fa0;
	font-size: 0.611em;
	text-transform: uppercase;
}
#page div.sharedaddy .sd-content ul {
	margin-bottom: 0 !important;
}
#page div.sharedaddy h3.sd-title, .hentry .entry-footer .cat-links .links-title, .hentry .entry-footer .tags-links .links-title, #page div#jp-relatedposts h3.jp-relatedposts-headline {
	font-weight: 400;
	letter-spacing: 0.5em;
	margin-bottom: 15px;
	margin-right: 2px;
}
#page div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: 400;
}
#page div.sharedaddy h3.sd-title:before, #page div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	border: none;
	content: '';
	margin: 0;
}
#page .entry-footer .cat-links a, #page .entry-footer .tags-links a, #page div#jp-relatedposts .jp-relatedposts-post-title a {
	font-weight: bold;
}
#page div#jp-relatedposts .jp-relatedposts-post-title {
	margin-bottom: 7px;
}
#page div#jp-relatedposts .jp-relatedposts-post-title a {
	text-decoration: none;
}
.pd-rating {
	line-height: 1;
}
#wpstats, #botd, #botd2 {
	display: none;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
embed, iframe, object {
	max-width: 100%;
}
.wp-caption {
	background: #f1f1f1;
	margin-bottom: 1.875rem;
	max-width: 100%;
	padding: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	color: #888989;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin: 10px 0 0;
}
.wp-caption-text {
	text-align: center;
}
.entry-gallery, .gallery {
	margin-bottom: 1.875rem;
}
.gallery {
	overflow: hidden;
}
.gallery-item {
	display: inline-block;
	float: left;
	margin: 0 3px 3px 0;
	overflow: hidden;
	position: relative;
	width: auto;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 49.5%;
	max-width: calc(50% - 3px);
}
.gallery-columns-3 .gallery-item {
	max-width: 33%;
	max-width: calc(33.3% - 3px);
}
.gallery-columns-4 .gallery-item {
	max-width: 24.5%;
	max-width: calc(25% - 3px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19.5%;
	max-width: calc(20% - 3px);
}
.gallery-columns-6 .gallery-item {
	max-width: 16%;
	max-width: calc(16.66% - 3px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13.5%;
	max-width: calc(14.285% - 3px);
}
.gallery-columns-8 .gallery-item {
	max-width: 12%;
	max-width: calc(12.5% - 3px);
}
.gallery-columns-9 .gallery-item {
	max-width: 10%;
	max-width: calc(11.11% - 3px);
}
.gallery-columns-1 figure.gallery-item:nth-of-type(1n), .gallery-columns-2 figure.gallery-item:nth-of-type(2n), .gallery-columns-3 figure.gallery-item:nth-of-type(3n), .gallery-columns-4 figure.gallery-item:nth-of-type(4n), .gallery-columns-5 figure.gallery-item:nth-of-type(5n), .gallery-columns-6 figure.gallery-item:nth-of-type(6n), .gallery-columns-7 figure.gallery-item:nth-of-type(7n), .gallery-columns-8 figure.gallery-item:nth-of-type(8n), .gallery-columns-9 figure.gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-columns-1 figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1 figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2 figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3 figure.gallery-item:nth-of-type(3n+1), .gallery-columns-4 figure.gallery-item:nth-of-type(4n+1), .gallery-columns-5 figure.gallery-item:nth-of-type(5n+1), .gallery-columns-6 figure.gallery-item:nth-of-type(6n+1), .gallery-columns-7 figure.gallery-item:nth-of-type(7n+1), .gallery-columns-8 figure.gallery-item:nth-of-type(8n+1), .gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) {
	clear: left;
}
.gallery-caption {
	background: rgba(0, 0, 0, 0.4);
	background: linear-gradient(to bottom, rgba(0,0,0,0.26) 0%, rgba(0,0,0,0.59) 59%, rgba(0,0,0,0.65) 69%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.26)), color-stop(59%, rgba(0,0,0,0.59)), color-stop(69%, rgba(0,0,0,0.65)));
	bottom: 0;
	color: #ffffff;
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#42000000', endColorstr='#a6000000', GradientType=0 );
	font-size: 11px;
	height: 0;
	left: 0;
	line-height: 1.2;
	margin: 0;
	opacity: 0;
	padding: 10px;
	position: absolute;
	visibility: hidden;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	height: 30%;
	opacity: 1;
	visibility: visible;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}
.fullscreen-header, .fullscreen-header .entry-meta {
	position: relative;
}
.site-content .fullscreen-header .container {
	-webkit-transition: 20ms;
	padding-bottom: 120px;
	padding-top: 120px;
	position: relative;
	transition: 20ms;
	z-index: 999999;
}
.page-id-4744 .fullscreen-header::before {
	display: none
}
.myrow figure::before {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.8)), to(transparent));
	background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.fullscreen-header.has-featured-image {
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	height: 100vh;
	margin-bottom:35px;
/*	text-shadow: 0 2px 4px rgba(0,0,0,0.4);*/
}
.fullscreen-header::before, .page-id-4744 header#primary-header:after {
	/*  background:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,1)),to(transparent));
  background:linear-gradient(to top,rgba(0,0,0,1),transparent);*/
     /* background-image: linear-gradient(rgba(254,255,255,0), rgba(255,255,255,.8) 95%);*/
/*	moz-box-shadow: inset 0 -42px 20px -20px #fff;
	-webkit-box-shadow: inset 0 -42px 20px -20px #fff;
	box-shadow: inset 0 -42px 20px -20px #fff;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	background-image: linear-gradient(  to top, rgba(255,255,255,1), transparent 40%);*/
}
.fullscreen-header .entry-meta a {
	color: inherit;
}
.fullscreen-header .entry-meta:before {
	border-bottom: 2px solid #ffd800;
	bottom: -20px;
	content: '';
	left: 50%;
	margin-left: -30px;
	position: absolute;
	width: 60px;
}
.fullscreen-header.has-featured-image .skip-to-entry {
	border: 1px solid;
	border-radius: 50%;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.fullscreen-header.has-featured-image .skip-to-entry::before {
	content: "\f107";
}
.fullscreen-header.has-featured-image .skip-to-entry {
	-webkit-animation: bounce 4s 2s infinite;
	animation: bounce 4s 2s infinite;
}
 @-webkit-keyframes bounce {
 0%, 10%, 25%, 40%, 50% {
 -webkit-transform:translateY(0);
 transform:translateY(0);
}
 20% {
 -webkit-transform:translateY(-15px);
 transform:translateY(-15px);
}
 30% {
 -webkit-transform:translateY(-3px);
 transform:translateY(-3px);
}
}
 @keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform:translateY(0);
 transform:translateY(0);
}
 40% {
 -webkit-transform:translateY(-15px);
 transform:translateY(-15px);
}
 60% {
 -webkit-transform:translateY(-3px);
 transform:translateY(-3px);
}
}
.single .site-content, .page .site-content {
	margin-bottom: 60px;
}
.single .site-content {
	margin-bottom: 0;
}
.site-content .container {
	padding-top: 15px;
}
.entry-content > :last-child {
	margin-bottom: 0;
}
.single .entry-content p.intro, .page .entry-content p.intro {
	font-size: 1.278em;
	line-height: 1.5;
}
.single .entry-content p span.dropcap, .page .entry-content p span.dropcap {
	float: left;
	font-size: 4.778em;
	line-height: 0.5;
	margin-right: 10px;
}
.single .entry-content h1, .page .entry-content h1, .comments-area .comment-body h1, .single .entry-content h2, .page .entry-content h2, .comments-area .comment-body h2, .single .entry-content h3, .page .entry-content h3, .comments-area .comment-body h3, .single .entry-content h4, .page .entry-content h4, .comments-area .comment-body h4, .single .entry-content h5, .page .entry-content h5, .comments-area .comment-body h5, .single .entry-content h6, .page .entry-content h6, .comments-area .comment-body h6 {
	line-height: 1.3;
	margin-bottom: 12px;
	margin-top: 42px;
}
.single .entry-content h1, .page .entry-content h1, .comments-area .comment-body h1 {
	font-size: 2.611em;
}
.single .entry-content h2, .page .entry-content h2, .comments-area .comment-body h2 {
	font-size: 2.000em;
}
.single .entry-content h3, .page .entry-content h3, .comments-area .comment-body h3 {
	font-size: 1.611em;
}
.single .entry-content h4, .page .entry-content h4, .comments-area .comment-body h4 {
	font-size: 1.278em;
}
.single .entry-content h5, .page .entry-content h5, .comments-area .comment-body h5 {
	font-size: 1em;
}
.single .entry-content h6, .page .entry-content h6, .comments-area .comment-body h6 {
	font-size: 0.778em;
}
.hentry .edit-link a {
	background: rgba(0,0,0,0.05);
	color: inherit;
	display: inline-block;
	font-size: 0.611em;
	padding: 4px 10px 3px;
	text-transform: uppercase;
}
.updated:not(.published) {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-links {
	clear: both;
	font-size: 0.611em;
	margin: 0 0 35px;
	text-transform: uppercase;
}
.page-links .page-links-title {
	letter-spacing: 0.5em;
	padding-right: 10px;
}
.page-links a:hover > span, .page-links {
	color: #9c9fa0;
}
.page-links .page-links-title, .page-links span, .page-links a {
	display: inline-block;
	min-width: 30px;
	text-align: center;
}
.hentry .page-links span {
	border-right: 1px solid rgba(0,0,0,0.2);
}
.search-form label, .post-password-form label {
	margin-bottom: 0;
}
.hentry .entry-footer, .hentry .entry-footer .edit-link {
	margin-top: 40px;
}
.sticky {
}
.hfeed.date-hidden .hentry-grid .entry-meta > .byline::before, .hfeed.date-hidden.author-hidden .hentry-grid .entry-meta > .comments-link::before, .single.author-hidden.date-hidden #primary-header .entry-meta::before {
	display: none;
}
.hentry .mejs-container, .hentry .wp-playlist {
	margin-bottom: 35px;
}
.site .wp-playlist-light .wp-playlist-playing {
	background: none;
}
.hentry .wp-playlist {
	border-color: rgba(0,0,0,0.08);
	padding: 10px 10px 0;
}
.hentry .wp-playlist .wp-playlist-tracks a {
	border: none;
	color: inherit;
	padding: 10px 0;
	text-decoration: none;
}
.hentry .wp-playlist-item {
	color: #9c9fa0;
}
.hentry .wp-playlist-light .wp-playlist-playing {
	color: #0c0c0e;
	font-weight: bold;
}
.hentry .wp-playlist-item-length {
	top: 10px;
}
.author-container {
	background: #D5DFFA;
	color: #000;
	font-size: 0.778em;
	margin-bottom: 20px;
	margin-top: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.hmelop {
	text-transform: uppercase;
}
.authdataall h1 span:first-child {
	display: none
}
.category .page-header h1>span {
	display: none
}
.page-id-5504 .author-container {
	margin-top: 0px;
}
.author-container .author-name {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.author-container .author-name a {
	font-weight: inherit;
	color: #000;
}
.author-container .author-info {
	/*min-height: 100px;*/
	position: relative;
}
.author-container .avatar {
	height: 100px;
	position: absolute;
	width: 100px;
}
.author-container .author-bio {
	padding-left: 130px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	font-family: 'Gilam-Regular';
	/*text-align: justify;*/
}
.pgauthor {
	padding-bottom: 0 !important;
}
.txtreg, .author-bio p {
	font-family: 'Gilam-Regular';
}
.error404 {
	background: #000c24;
	color: #fff;
}
.error404 .search-submit {
	background: #fff;
	/* border: 1px solid transparent; */
	color: #000c24;
}
.entry-content p {
	margin-bottom: 28px;
}
.single-post .site-main {
	padding-top: 40px;
}
#secondary {
	border-left: 1px solid rgba(0,0,0,0.08);
	margin-left: 10px;
	padding-left: 40px;
}
.spcpage {
	height: 40px;
}
.articdonate {
	margin-top: 20px;
	margin-bottom: 40px;
}
.left-sidebar #secondary {
	border-left: none;
	border-right: 1px solid rgba(0,0,0,0.08);
	margin-left: 0;
	margin-right: 10px;
	padding-left: 0;
	padding-right: 40px;
}
#secondary a {
	color: inherit;
}
#secondary a:hover {
	color: #9c9fa0;
}
.widget .widget-title span {
	border-bottom: 2px solid;
	display: inline-block;
	padding-bottom: 2px;
}
.widget ul {
	-webkit-padding-start: 0;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.widget ul li {
	line-height: 1.3;
	margin-top: 7px;
}
.widget .textwidget :last-child {
	margin-bottom: 0;
}
.widget select {
	max-width: 100%;
}
.widget.widget_recent_comments td {
	border-top: none;
}
.widget.widget_recent_comments .recentcommentsavatar {
	margin-bottom: 0;
}
.widget.widget_recent_comments .recentcommentsavatar td.recentcommentsavatartop, .widget.widget_recent_comments .recentcommentsavatar td.recentcommentsavatarend {
	padding-left: 0;
	padding-right: 0;
}
.widget.widget_recent_comments .recentcommentsavatar td.recentcommentstexttop, .widget.widget_recent_comments .recentcommentsavatar td.recentcommentstextend {
	padding-left: 20px;
}
.widget.widget_author_grid ul, .widget.widget_goodreads div[class*="gr_custom_each_container"] {
	overflow: hidden;
}
.widget.widget_goodreads div[class*="gr_custom_each_container"] {
	border-bottom: 1px solid rgba(0,0,0,0.08);
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.widget.widget_goodreads div[class*="gr_custom_each_container"]:last-child {
	border: none;
	padding: 0;
}
.widget.widget_goodreads div[class*="gr_custom_book_container"] {
	float: left;
	margin-right: 15px;
}
.widget.widget_goodreads div[class*="gr_custom_rating"] {
	line-height: 1;
	margin-bottom: 5px;
}
.widget.widget_goodreads div[class*="gr_custom_title"] {
	line-height: 1.4;
}
.widget.widget_goodreads div[class*="gr_custom_author"] {
	font-size: 11px;
}
.widget.widget_author_grid ul li {
	float: left;
	width: 25%;
}
.widget.widget_authors .avatar, .widget.widget_authors li a strong {
	display: block;
	margin-bottom: 15px;
}
.widget.widget_authors .avatar {
	margin-top: 30px;
}
.widget.widget_authors li strong {
	color: inherit;
	font-size: 18px;
}
.wp-block-image, .wp-block-quote.is-style-large, .wp-block-pullquote, .wp-block-categories, .wp-block-archives, .wp-block-media-text, .wp-block-latest-comments__comment-excerpt p, .wp-block-file, .wp-block-cover, .wp-block-audio, .wp-block-video, .wp-block-button, .wp-block-column, .wp-block-quote.is-style-large, .wp-block-quote.is-large {
	margin-bottom: 35px;
}
.wp-block-image figcaption, .wp-block-audio figcaption, .wp-block-video figcaption, .wp-block-embed figcaption, .wp-block-latest-comments__comment-date, .wp-block-latest-posts .wp-block-latest-posts__post-date {
	color: #9c9fa0;
	font-size: 0.8125rem;
	margin-bottom: 0;
}
.wp-block-audio.alignleft, .wp-block-audio.alignright, .wp-block-video.alignleft, .wp-block-video.alignright, .wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright, .wp-block-pullquote.alignright .wp-block-pullquote.alignleft {
	max-width: 100%;
	width: 50%;
}
.wp-block-pullquote blockquote, .wp-block-pullquote blockquote p:last-of-type, .wp-block-column > :last-child {
	margin-bottom: 0;
}
ul.wp-block-gallery, ul.wp-block-latest-posts, ol.wp-block-latest-comments {
	margin-left: 0;
}
.wp-block-audio audio {
	width: 100%;
}
.wp-block-button .wp-block-button__link, .wp-block-file a.wp-block-file__button, .wp-block-file .wp-block-file__button {
	border: 1px solid transparent;
	border-radius: 0;
	display: inline-block;
	font-size: 0.611em;
	font-weight: 400;
	font-weight: bold;
	line-height: 1.4;
	padding: 12px 22px;
	text-decoration: none;
	text-transform: uppercase;
}
.wp-block-button .wp-block-button__link:hover {
	opacity: 0.7;
}
.wp-block-button.is-style-default .wp-block-button__link {
	border-radius: 35px;
}
.wp-block-button.is-style-outline .wp-block-button__link {
	border: 1px solid;
}
.wp-block-button.is-style-outline .has-red-background-color {
	border-color: #dc2d47;
}
.wp-block-button.is-style-outline .has-blue-background-color {
	border-color: #3c40c6;
}
.wp-block-button.is-style-outline .has-green-background-color {
	border-color: #048448;
}
.wp-block-button.is-style-outline .has-black-background-color {
	border-color: #1e272e;
}
.wp-block-button.is-style-outline .has-white-background-color {
	border-color: #fff;
}
.has-red-color, a.has-red-color:hover {
	color: #dc2d47;
}
.has-red-background-color {
	background-color: #dc2d47;
}
.has-blue-color, a.has-blue-color:hover {
	color: #3c40c6;
}
.has-blue-background-color {
	background-color: #3c40c6;
}
.has-green-color, a.has-green-color:hover {
	color: #048448;
}
.has-green-background-color {
	background-color: #048448;
}
.has-black-color, a.has-black-color:hover {
	color: #1e272e;
}
.has-black-background-color {
	background-color: #1e272e;
}
.has-white-color, a.has-white-color:hover {
	color: #fff;
}
.has-white-background-color {
	background-color: #fff;
}
.wp-block-cover.alignleft, .wp-block-cover.alignright {
	min-height: 300px;
}
.wp-block-cover.alignleft .wp-block-cover-text, .wp-block-cover.alignright .wp-block-cover-text {
	font-size: 1.25rem;
}
p.has-drop-cap:not(:focus):first-letter, .single .entry-content p span.dropcap, .page .entry-content p span.dropcap {
	float: left;
	font-size: 4.778em;
	line-height: 0.5;
	margin: .05em .1em 0 0;
}
.wp-block-embed.alignleft, .wp-block-embed.alignright {
	max-width: 100%;
}
.wp-block-file .wp-block-file__button {
	margin-left: 0;
	margin-top: 0.5em;
}
.wp-block-file a:not(.wp-block-file__button) {
	display: inline-block;
	margin-right: 17.5px;
}
.wp-block-file a.wp-block-file__button, .wp-block-file .wp-block-file__button {
	background: #0c0c0e;
	color: #ffffff;
}
.wp-block-file a.wp-block-file__button:hover, .wp-block-file .wp-block-file__button:hover {
	background: none;
	border: 1px solid;
	color: inherit;
	opacity: 1;
}
.wp-block-file.alignright, .wp-block-file.alignleft {
	max-width: 50%;
	text-align: inherit;
}
.has-large-font-size, .has-huge-font-size {
	line-height: 1.45;
}
.wp-block-image .alignleft {
	margin-left: 35px;
}
.wp-block-image .alignright {
	margin-left: 35px;
}
.wp-block-gallery {
	margin-bottom: 35px;
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	font-size: 0.8125rem;
	padding-bottom: 10px;
	visibility: hidden;
}
.wp-block-gallery .blocks-gallery-image:hover figcaption, .wp-block-gallery .blocks-gallery-item:hover figcaption {
	visibility: visible;
}
.wp-block-media-text[class*="-background-color"] {
	padding: 20px;
}
.wp-block-quote:not(.is-large):not(.is-style-large), .wp-block-quote.is-style-large, .wp-block-quote.is-large {
	padding: 20px 30px 20px 80px;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
	border: none;
	border-bottom: 1px solid;
	border-top: 1px solid;
	font-style: italic;
}
.wp-block-quote p {
	font-size: inherit;
	font-style: italic;
}
.wp-block-quote.is-style-large, .wp-block-quote.is-large {
	font-size: 1.625rem;
}
.wp-block-quote cite, .wp-block-quote.is-large cite, .wp-block-quote.is-style-large cite, .wp-block-quote .wp-block-quote__citation {
	color: inherit;
	font-size: 1rem;
	font-style: normal;
}
.wp-block-pullquote.is-style-solid-color {
	border: none;
}
.wp-block-pullquote blockquote {
	background: none;
	border: none;
	margin: 0 auto;
	padding: 0;
}
.wp-block-pullquote {
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	color: inherit;
	padding: 35px 0;
}
.wp-block-pullquote blockquote::before {
	display: none;
}
.wp-block-pullquote.alignright blockquote, .wp-block-pullquote.alignleft blockquote {
	font-size: 1.278rem;
}
.wp-block-pullquote.is-style-solid-color.alignright blockquote p, .wp-block-pullquote.is-style-solid-color.alignleft blockquote p {
	font-size: inherit;
}
.wp-block-pullquote blockquote, .wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
}
.wp-block-pullquote.is-style-solid-color {
	padding: 35px;
}
.wp-block-pullquote.is-style-solid-color blockquote:before {
	display: none;
}
.wp-block-pullquote blockquote cite, .wp-block-pullquote.is-style-solid-color blockquote cite, .wp-block-pullquote blockquote .wp-block-pullquote__citation {
	color: inherit;
	display: inline-block;
	font-size: 1rem;
	font-style: normal;
	margin-top: 35px;
	text-transform: none;
}
hr, .wp-block-separator {
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.08);
	margin: 35px auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	border-top-width: 3px;
	max-width: 35%;
}
.wp-block-separator.is-style-dots {
	border-top: none;
}
.wp-block-separator.is-style-dots:before {
	color: inherit;
	font-size: 32px;
	font-weight: 900;
	letter-spacing: 1em;
	padding-left: 1em;
}
.wp-block-table.is-style-stripes td {
	border-color: #dddddd;
}
.wp-block-table.is-style-stripes > tbody > tr:nth-child(odd) {
	background-color: #f2f2f2;
}
.wp-block-table.is-style-stripes thead tr:nth-child(odd) {
	background: none;
}
.wp-block-verse pre, pre.wp-block-verse {
	background: none;
	border: none;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	padding-bottom: 0;
	padding-top: 0;
}
.wp-block-verse pre::before, pre.wp-block-verse::before {
	display: none;
}
.wp-block-latest-comments__comment-date, .wp-block-latest-posts .wp-block-latest-posts__post-date {
	margin-top: 2px;
}
.wp-block-latest-comments__comment-author {
	font-weight: bold;
}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
	border-radius: 50%;
	height: 54px;
	width: 54px;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 80px;
}
.wp-block-latest-comments__comment-excerpt p, .wp-block-latest-comments__comment {
	font-size: 1em;
}
.wp-block-latest-comments {
	padding-left: 0;
}
.wp-block-latest-comments__comment:not(:first-of-type) {
	border-top: 1px solid rgba(0,0,0,0.08);
	padding-top: 35px;
}
.hentry .entry-content a.wp-block-file__button, .hentry .entry-content a.wp-block-button__link {
	text-decoration: none;
}
.th-bg-secondary-lightest {
/*	background-color: #f9f9f9;*/
}
.th-block {
	display: block;
}
.th-inline-block {
	display: inline-block;
}
.th-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.th-hidden {
	display: none;
}
.th-flex-col {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}
.th-flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.th-items-center {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.th-self-end {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.th-justify-center {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.th-h-full {
	height: 100%;
}
.th-my-0 {
	margin-bottom: 0;
	margin-top: 0;
}
.th-mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.th--mx-sm {
	margin-left: -17.5px;
	margin-right: -17.5px;
}
.th-mb-0 {
	margin-bottom: 0;
}
.th-ml-0 {
	margin-left: 0;
}
.th-ml-auto {
	margin-left: auto;
}
.th-mt-sm {
	margin-top: 17.5px;
}
.th-mb-sm {
	margin-bottom: 17.5px;
}
.th-mb-xs {
	margin-bottom: 8.75px;
}
.th-ml-xs {
	margin-left: 8.75px;
}
.th-max-w-base {
	max-width: 42rem;
}
.th-opacity-75 {
	opacity: 0.75;
}
.th-p-base {
	padding: 35px;
}
.th-p-sm {
	padding: 17.5px;
}
.th-py-xl {
	padding-bottom: 122.5px;
	padding-top: 122.5px;
}
.th-py-base {
	padding-bottom: 35px;
	padding-top: 35px;
}
.th-px-base {
	padding-left: 35px;
	padding-right: 35px;
}
.th-py-sm {
	padding-bottom: 17.5px;
	padding-top: 17.5px;
}
.th-px-sm {
	padding-left: 17.5px;
	padding-right: 17.5px;
}
.th-py-xs {
	padding-bottom: 8.75px;
	padding-top: 8.75px;
}
.th-pt-lg {
	padding-top: 70px;
}
.th-pt-sm {
	padding-top: 17.5px;
}
.th-text-center {
	text-align: center;
}
.th-text-secondary-base {
	color: #9c9fa0;
}
.th-text-accent-base {
	color: #ffd800;
}
.th-text-xxs {
	font-size: 0.702rem;
}
.th-text-sm {
	font-size: 0.889rem;
}
.th-text-md {
	font-size: 1.125rem;
}
h2.th-text-md {
	font-size: 1.3rem !important;
	margin-bottom: 7px !important;
	padding-right: 20px;
}
.th-text-lg {
	font-size: 1.266rem;
}
.header-searchform label {
	margin-bottom: 0;
}
.th-text-5xl {
	font-size: 2.887rem;
}
.th-uppercase {
	text-transform: uppercase;
}
.th-tracking-wide {
	letter-spacing: .05em;
}
.th-tracking-wider {
	letter-spacing: .1em;
}
.th-tracking-widest {
	letter-spacing: 0.5em;
}
.th-w-full {
	width: 100%;
}
.pickgradient .th-w-full {
	width: 100%;
	height: 350px;
}
/* weblogics */
/*.ftweight a{font-weight:600 !important;}*/
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px !important;
}
h2, .author-name, h3, h4, h5, h6 {
	font-family: 'Gilam-Regular';
}
.hentry-grid .hentry .entry-header {
	bottom: 0 !important;
	position: absolute;
}
.entry-meta .details {
	font-size: 15px;
}
.secthk h2 {
	font-size: 1.3rem;
	margin-bottom: 7px !important;
	padding-right: 20%;
}
@media (min-width:767px) {
#mobile-navigation .social-list {
	display: none;
}
}
.widfeature h2 {
	font-size: 30px;
}
.txtlit {
	font-family: 'Gilam-ExtraLight';
	font-weight: 400;
}
.author-bio {
	font-family: 'Gilam-Regular';
}
p {
	font-family: "PT Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 18px;
	line-height: 1.65;
}
.page-header {
	background-color: transparent !important;
	/*    border-top: 0 !important;*/
	color: #ffffff;
	padding-top: 15;
	padding-bottom: 15;
}
.authimagecol {
	margin-top: 0;
}
.authimage {
	width: 200px;
	height: auto;
	width: 200px;
	border: 4px solid #f6f6f6;
}
.socisinglepage li a, .socisinglepage li a:hover {
	color: #fff !important;
}
 @media (min-width:767px) {
/*.authdataall{position: relative;top:40px;}*/
.authimage {
	float: right;
}
}
 @media (max-width:767px) {
.authimagecol {
	text-align: center;
	padding-top: 15px;
}
/*.authimage {
    margin: 0 auto;
	
}*/
}
.mobile-navigation ul > li > a {
	font-family: 'Gilam-Regular';
	font-size: 15px;
	font-weight: 400 !important;
}
.wpcf7 input {
	width: 100% !important;
}
.txtmanfesto, .txtmanfesto:hover {
	color: #fff;
	font-weight: 600 !important;
}
.manefestopg h4 {
	font-weight: 600 !important;
	color: #fff;
}
.taemsect a {
	font-weight: 400 !important;
	font-size: 14px;
	text-decoration: none !important;
}
.taemsect i {
	padding-right: 10px;
}
.wpcf7 label {
	font-family: 'Gilam-ExtraLight';
	width: 100%;
}
.wpcf7 textarea {
	width: 100%;
}
.contactcontiner {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 80px;
	padding-bottom: 50px;
	background: #f4f4f4;
}
.page-template-page-contact #primary {
	margin-top: 50px;
}
.page-template-page-contact .hkmbreadcrumb {
	margin-bottom: 40px;
}
.page-template-page-contact #content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
	display: inherit
}
.contactrow {
	text-align: center
}
.contactrow p {
	font-family: 'Gilam-ExtraLight';
}
.contactrow img {
	width: 120px;
	margin: 0 auto;
}
.contactrow h4 {
	margin-top: 15px !important;
}
.extlitita {
	font-family: 'Gilam-ExtraLightItalic';
}
.topinnerdetail {
	padding-bottom: 20px;
	padding-top: 35px !important;
}
.author-bio {
	font-size: 16px;
	padding-left: 15px !important;
}
.textqute {
	background: #D5DFFA;
	padding: 40px 20px 25px 20px;
}
.shrehd {
	margin-bottom: 0 !important;
	line-height: 1.7em;
	padding-right: 20px;
}
.socisinglepage {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 15px;
}
.socisinglepage li {
	font-size: 22px;
}
.singlesocialshare {
	padding-top: 20px;
}
.kepreadtext {
	/*	padding: 30px;*/
	padding-bottom: 15px
}
/*.pickgradient::before {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.6)), to(transparent));
	background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}*/
.featured-content .hentry-overlay, .hentry-grid .hentry.has-post-thumbnail .hentry-overlay, .hentry-grid .hentry.post-password-required .hentry-overlay {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.6)), to(transparent));
	background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
 .mc4wp-form-fields input[type="email"]::placeholder {
color:#fff !important;
}
.singlesocialshare {
	display: none
}
#menu-button {
	z-index: 999999;
}
@media (max-width:1212px) {
.allformport h2 {
	font-size: 30px;
}
.sinextra {
	font-size: 27px;
}
.allformport {
	padding: 90px 15%;
}
}
 @media (max-width:991px) {
	 .single-post #primary .hentry-grid {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.page .hkmcontainer {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;

}
.taemsect img{width:100%;}
	 .single .hkmcontainer {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}
.searchicnznew {
	/*margin-top: -56px;
	border-top: 0;*/
	/*display:none*/
	padding: 0;
	margin: 0;
	border: 0;
}
.header-searchform {
	position: absolute;
	top: 28%;
	right: 0;
}
.site-logo {
	max-width: 70px !important
}
.site-header .site-branding {
	line-height: 1;
	margin-top: -45px;
}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
.site-logo {
	max-width: 70px !important;
	top: 5px;
	position: relative;
}
}
 @media (max-width:600px) {
#menu-button {
	bottom: 4px;
	position: relative;
}
}
@media (max-width:767px) {
.donbtndiv {
	display: none
}
.header-searchform {
	position: absolute;
	top: 32%;
}
.home #masthead {
	padding-top: 25px !important;
	padding-bottom: 5px !important;
}
.page #masthead, .single #masthead {
	padding-top: 25px !important;
	padding-bottom: 15px !important;
}
.myrow {
	display: none
}
.mc4wp-form-fields input[type="submit"] {
	font-size: 12px;
	padding: 7px 15px;
	line-height: initial;
}
.home .mc4wp-form-fields input[type="submit"] {
	background: #fff;
	border: 2px solid #fff;
	height: auto;
	padding: 0px 35px;
	color: #070A42;
}
.allformport {
	padding: 40px 0%;
}
.mc4wp-form-fields input[type="submit"], .mc4wp-form-fields input[type="email"]{ border-radius:initial!important}
}
@media (min-width:768px) {
.mc4wp-form-fields input[type="email"] {
	width: 65%;
}
.archive #main {
	padding-left: 17.5px !important;
	padding-right: 17.5px !important;
}
.mc4wp-form-fields input[type="submit"] {
	padding: 0px 35px;
}
}
.dontlnk {
	border-bottom: 1px solid;
}
.menu-item-5626 {
	cursor: pointer;
}
.mc4wp-form-fields input[type="email"] {
	background: transparent;
	border: 2px solid #fff;
}
.mc4wp-form-fields input[type="submit"] {
	background: #fff;
 line-height:38px border: 2px solid #fff;
	color: #333;
	font-weight: 600 !important;
	cursor: pointer;
	display: inline-block;
	height: auto;
	font-size: 17px;
}
.size-post-thumbnail:before {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#207cca+-1,1e5799+0,207cca+0,ffffff+0,ffffff+100 */
	background: #207cca; /* Old browsers */
	background: -moz-linear-gradient(top, #207cca -1%, #1e5799 0%, #207cca 0%, #ffffff 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #207cca -1%, #1e5799 0%, #207cca 0%, #ffffff 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #207cca -1%, #1e5799 0%, #207cca 0%, #ffffff 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207cca', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}
.manefestopg {
	text-align: center;
	padding:5%; background-color:rgba(0,13,35,.5);
}
.page .site-content .container {
	padding-top: 20px;
}
.page-id-5200 .donatnbox {
	padding-top: 0px !important;
}
.sinextra {
	font-size: 28px;
}
.mc4wp-form-fields input[type="submit"] {
	background: #fff;
	border: none;
	height: auto;
	padding: 0px 35px;
	color: #070A42;
}
@media (max-width:767px) {
.mc4wp-form-fields input[type="submit"] {
	padding: 0px 10px;
}
}
 @media (max-width:400px) {
.mc4wp-form-fields input[type="submit"] {
	padding: 0 8px;
	font-size: 12px;
}
}
.mc4wp-form-fields label {
	width: 100%;
}
.single-post .entry-footer {
	display: none;
}
.page .site-content {
	margin-bottom: 0px;
}
/*.page .myspcoia .col-md-6 {
    padding: 62.75px;
    font-size: 75px;
}*/
/*.page-id-5200 .myspcoia .col-md-6 {
    padding: 66.5px;
    font-size: 75px;
}*/
.taemsect h3, .taemsect p {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px !important;
	margin-bottom: 20px;
}
/*.hkmcontainer .row, .myspcoia {
  display: table;
  width: 100%;
}
.hkmcontainer .newsbackimage, .hkmcontainer .socback, .myspcoia .col-md-6 {
  display: table-cell;
}*/
.taemsect h3 {
	margin-bottom: 0 !important;
}
.hkmbreadcrumb {
	font-family: 'Gilam-Regular';
	/*  padding: 8px 15px;
    margin-bottom: 20px;*/
	padding-left: 15px;
	list-style: none;/*   background-color: #f5f5f5;
    border-radius: 4px;*/
}
.hkmbreadcrumb a {
	font-family: 'Gilam-Regular';
	color: #070A42;
	text-decoration: none;
}
.taemsect {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-bottom: 20px; margin-bottom: 30px;
}
.donatspace {
	padding-top: 45px;
	padding-bottom: 30px;
}
.entry-titleother {
	text-align: center;
	padding-bottom: 45px;
	padding-top: 20px;
}
#masthead {
	padding-top: 17px;
	padding-bottom: 17px;
}
@media (max-width: 768px) {
.allformport h2 {
	font-size: 30px;
}
.home .mc4wp-form-fields input[type="submit"] {
	padding: 0px 8px;
	font-size: 13px;
}
}
@media (min-width: 768px) {
.home #main {
	padding-top: 0 !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.container {
	width: 750px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-pull-11 {
	right: 91.66666667%;
}
.col-sm-pull-10 {
	right: 83.33333333%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-8 {
	right: 66.66666667%;
}
.col-sm-pull-7 {
	right: 58.33333333%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-5 {
	right: 41.66666667%;
}
.col-sm-pull-4 {
	right: 33.33333333%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-2 {
	right: 16.66666667%;
}
.col-sm-pull-1 {
	right: 8.33333333%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-push-11 {
	left: 91.66666667%;
}
.col-sm-push-10 {
	left: 83.33333333%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-8 {
	left: 66.66666667%;
}
.col-sm-push-7 {
	left: 58.33333333%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-5 {
	left: 41.66666667%;
}
.col-sm-push-4 {
	left: 33.33333333%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-2 {
	left: 16.66666667%;
}
.col-sm-push-1 {
	left: 8.33333333%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
.col-sm-offset-11 {
	margin-left: 91.66666667%;
}
.col-sm-offset-10 {
	margin-left: 83.33333333%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-8 {
	margin-left: 66.66666667%;
}
.col-sm-offset-7 {
	margin-left: 58.33333333%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-5 {
	margin-left: 41.66666667%;
}
.col-sm-offset-4 {
	margin-left: 33.33333333%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-2 {
	margin-left: 16.66666667%;
}
.col-sm-offset-1 {
	margin-left: 8.33333333%;
}
.col-sm-offset-0 {
	margin-left: 0%;
}
.lead {
	font-size: 21px;
}
.md\:th-w-4\/12 {
	width: 33.333333%;
}
.md\:th-w-6\/12 {
	width: 50%;
}
.md\:th-w-8\/12 {
	width: 66.666667%;
}
}
 @media screen and (min-width: 782px) {
.admin-bar .sticky-header {
	top: 32px;
}
}
 @media (min-width: 992px) {
.container {
	width: 970px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-pull-11 {
	right: 91.66666667%;
}
.col-md-pull-10 {
	right: 83.33333333%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-8 {
	right: 66.66666667%;
}
.col-md-pull-7 {
	right: 58.33333333%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-5 {
	right: 41.66666667%;
}
.col-md-pull-4 {
	right: 33.33333333%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-2 {
	right: 16.66666667%;
}
.col-md-pull-1 {
	right: 8.33333333%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-push-11 {
	left: 91.66666667%;
}
.col-md-push-10 {
	left: 83.33333333%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-8 {
	left: 66.66666667%;
}
.col-md-push-7 {
	left: 58.33333333%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-5 {
	left: 41.66666667%;
}
.col-md-push-4 {
	left: 33.33333333%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-2 {
	left: 16.66666667%;
}
.col-md-push-1 {
	left: 8.33333333%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-offset-12 {
	margin-left: 100%;
}
.col-md-offset-11 {
	margin-left: 91.66666667%;
}
.col-md-offset-10 {
	margin-left: 83.33333333%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-8 {
	margin-left: 66.66666667%;
}
.col-md-offset-7 {
	margin-left: 58.33333333%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-5 {
	margin-left: 41.66666667%;
}
.col-md-offset-4 {
	margin-left: 33.33333333%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-2 {
	margin-left: 16.66666667%;
}
.col-md-offset-1 {
	margin-left: 8.33333333%;
}
.col-md-offset-0 {
	margin-left: 0%;
}
.site-header .site-branding {
	border-right: 0;
	width: 48.5%;
	text-align: right;
	padding: 0;
	margin: 0
}
.header-controls {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}
.footer-widgets .widget {
	width: 25%;
}
 .footer-widgets .widget:not(:nth-of-type(4n)) {
 border-right:1px solid rgba(255,255,255,0.1);
}
.header-controls .social-list {
	border-right: 0;
	display: block;
	margin-right: 17.5px;
	padding: 0 13px 0 0;
}
.lg\:th-block {
	display: block;
}
.lg\:th-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.lg\:th-hidden {
	display: none;
}
.lg\:th-flex-no-wrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.lg\:th-ml-auto {
	margin-left: auto;
}
.lg\:th-mr-sm {
	margin-right: 17.5px;
}
.lg\:th-pr-sm {
	padding-right: 17.5px;
}
.lg\:th-w-auto {
	width: auto;
}
.searchicnznew {
	margin-top: 4px;
}
}
 @media (min-width: 1200px) {
.container {
	width: 1170px;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-pull-11 {
	right: 91.66666667%;
}
.col-lg-pull-10 {
	right: 83.33333333%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-8 {
	right: 66.66666667%;
}
.col-lg-pull-7 {
	right: 58.33333333%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-5 {
	right: 41.66666667%;
}
.col-lg-pull-4 {
	right: 33.33333333%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-2 {
	right: 16.66666667%;
}
.col-lg-pull-1 {
	right: 8.33333333%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-push-11 {
	left: 91.66666667%;
}
.col-lg-push-10 {
	left: 83.33333333%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-8 {
	left: 66.66666667%;
}
.col-lg-push-7 {
	left: 58.33333333%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-5 {
	left: 41.66666667%;
}
.col-lg-push-4 {
	left: 33.33333333%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-2 {
	left: 16.66666667%;
}
.col-lg-push-1 {
	left: 8.33333333%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.col-lg-offset-11 {
	margin-left: 91.66666667%;
}
.col-lg-offset-10 {
	margin-left: 83.33333333%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-8 {
	margin-left: 66.66666667%;
}
.col-lg-offset-7 {
	margin-left: 58.33333333%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-5 {
	margin-left: 41.66666667%;
}
.col-lg-offset-4 {
	margin-left: 33.33333333%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-2 {
	margin-left: 16.66666667%;
}
.col-lg-offset-1 {
	margin-left: 8.33333333%;
}
.col-lg-offset-0 {
	margin-left: 0%;
}
}
 @media only screen and (max-width:992px) {
#page #secondary {
	border: none;
	border-top: 1px solid rgba(0,0,0,0.08);
	margin-left: 0;
	margin-right: 0;
	margin-top: 40px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 40px;
}
.content-area.pull-right, .left-sidebar #page .content-area.pull-right {
	float: none !important;
}
}
 @media only screen and (max-width: 768px) {
.wp-block-file.alignright, .wp-block-file.alignleft, .wp-block-pullquote.alignright, .wp-block-pullquote.alignleft, .wp-block-audio.alignleft, .wp-block-audio.alignright, .wp-block-video.alignleft, .wp-block-video.alignright, .wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
	max-width: 100%;
	width: 100%;
}
}
 @media screen and (max-width: 767px) {
.table-responsive {
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #dddddd;
	margin-bottom: 15px;
	overflow-y: hidden;
	width: 100%;
}
.table-responsive > table {
	margin-bottom: 0;
}
.table-responsive > table > thead > tr > th, .table-responsive > table > tbody > tr > th, .table-responsive > table > tfoot > tr > th, .table-responsive > table > thead > tr > td, .table-responsive > table > tbody > tr > td, .table-responsive > table > tfoot > tr > td {
	white-space: nowrap;
}
.table-responsive > .table-bordered {
	border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
	border-bottom: 0;
}
}
 @media only screen and (max-width: 500px) {
.wp-block-image .alignright, .wp-block-image .alignleft {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-quote.is-style-large, .wp-block-quote.is-large {
	margin-left: 0;
	margin-right: 0;
}
.wp-block-pullquote.is-style-default blockquote {
	max-width: 100%;
}
}
 @media only screen and (max-width:500px) {
body {
	font-size: 16px;
}
#page div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
	width: 100%;
}
blockquote {
	font-size: 1em;
	padding: 20px 10px 20px 30px;
}
blockquote:before {
	font-size: 2em;
	left: 0;
}
}
/*.page-template-default .hkmcontainer, .page-template .hkmcontainer{ min-height:531px;}
.single .hkmcontainer{ min-height:531px; border-left-width:20px;border-right-width:20px}*/
.paypal_btn {
	background: #070A42
}
/*@media (max-width:1024px){.header-searchform{ display:none}}*/
.lftsearch {
	display: flex;
	margin-bottom: 10px;
	width: 100%;
}
 @media (max-width:400px) {
.header-searchform {
	width: 135px;
}
}
 @media (min-width:768px) {
.srchno {
	display: none;
}
}
/*.page .sharedaddy {    display: none !important;}
.page-id-5504 .sharedaddy {    display: block !important;}*/


.spccapt {
	margin-bottom: 30px;
}
.single .author-container {
	margin-bottom: 40px;
}
/*.site-logo {
    top: 3px;
    position: relative;
}
*/
.page-id-1947 div.sharedaddy {
	margin-top: 30px;
}
.page-id-5200 #content div.sharedaddy, .page-id-5200 #main div.sharedaddy, div.sharedaddy {
	display: none;
}
.page-id-5200 .donatnbox {
	margin-bottom: 30px !important;
}
.toshow_share .sharedaddy {
	display: block !important;
	margin-bottom: 30px;
}
.page-id-5504 hr {
	margin-top: 0 !important;
}
.featured-tag{
	background-color:#000c24; 
	padding:10px 35px 10px 20px;
	color:#fff;
	font-size:20px;	
	position:relative
	
}
.featured-tag:before{
	content:"";
	position:absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 0 50px 50px 0;
border-color: transparent #000c24 transparent transparent;
top:0; left:-50px;
}
.featured-tag:after{
	content: "";
position: absolute;
width: 13px;
height: 50px;
background: #fff;
top: 0;
left: -28px;
transform: skew(44deg);
}
@media (max-width:767px) {
.author-container .author-bio {
	text-align: left;
}
}