/*
Theme Name: CogniFit Theme v1
Author: CogniFit

/* CSS Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,f
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Styles
-------------------------------------------------------------- */

ins.adsbygoogle { background: transparent !important; }

html {
	font-size: 100.01%;
}
body {
	font-family: 'Lato', Tahoma, Verdana, Arial;
	font-size: 1.0em;
	border: 0;
	color: #111;
	background-color: #f4f4f4;
	font-size:14px
}

/* Links */
a, a:link, a:visited{
	color: #3101ac;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Form Elements */
input, textarea {
	padding: 0.7em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.0em;
	color: #333;
	font-family: 'Lato', Tahoma, Verdana, Arial;
}
input[type="submit"] {
	border: none;
	color: #fff;
	background: #3101ac;
	padding: 0.5em 1em;
}
input[type="submit"]:hover {
	background-color: #333;
	cursor: pointer;
}

/* Clearing Floats */
.clearfix:before, .clearfix:after {  
	content: " ";
	display: table;  
}  
.clearfix:after {  
	clear: both;
}  
.clearfix {
    *zoom: 1; /* For IE 6/7 only */  
}

/* Make Form Elements responsive */
input, textarea, select {
	max-width: 100%;
}

#wpadminbar{
display:none;
margin:0;padding:0;
height:0;}

/* Basic Structure 
-------------------------------------------------------------- */
#wrapper {
	width: 100%;
}
#header-wrap {
  background:#3101ac;
}
#header {
	padding:10px 0;
	color: #fff;
}
#wrap {
	clear: both;
	padding: 1.5em 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content {
	float: left;
	width: 75%;
	padding-right: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar {
	float: right;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container {
	max-width: 1340px;
	width: 92%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Header
-------------------------------------------------------------- */
#logo {
	float: left;
}
#logo .site-title {
	font-size: 2.5em;
	color: #fff;
}
#logo a, #logo a:hover {
	text-decoration: none;
}
#logo a:hover .site-title {
	text-decoration: underline;
}
#logo .site-description {
	margin-top: 0.4em;
	color: #ddd;
}

/* Custom Header Image */
.header-image {
	padding: 2em 0 0;
}
.header-image img {
	max-width: 1340px;
	vertical-align: top;
	width: 100%;
	height: auto;
}

/* Header Content
-------------------------------------------------------------- */

#header-content {
  float: right;
  display: block !important;
  width: 50%;
  text-align: right;
}
#header-content .header-search-icon {
	display: inline-block;
	float: right;
	margin: 0.4em 0 0 0.8em;
	color: #ccc;
	color: rgba(255,255,255,0.7);
}
#header-content .header-search-icon:hover {
	cursor: pointer;
	color: #fff;
}
#header-content .header-search-icon .genericon-search {
	display: inline-block;
	margin-right: 0.2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 32px;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: text-bottom;
	color: #ccc;
	color: rgba(255,255,255,0.7);
	content: '\f410';
}
#header-content .header-search-icon:hover .genericon-search {
	color: #fff;
}

/* Top Navigation Menu
-------------------------------------------------------------- */
#topnav {
	float: right;
}
#topnav-icon, #topnav-toggle {
	display: none;
}
#topnav-menu {
	float: left;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}
#topnav-menu li{
	float: left;
	position: relative;
}
#topnav-menu a {
	display: block;
	padding: 0.7em 1em;
	text-decoration: none;
	font-size: 1.05em;
}
#topnav-menu a:link, #topnav-menu a:visited{
	color: #ccc;
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}
#topnav-menu a:hover {
	text-decoration: underline;
}
#topnav-menu li.current_page_item a, #topnav-menu li.current-menu-item a {
	text-decoration: underline;
}

/* Navigation Menu
-------------------------------------------------------------- */
#navigation-wrap {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 9px 23px -17px #000;

}
#navigation-wrap #navi-social-icons {
	float: right;
}
.mainnav-toggle, #social-menu-toggle, #mainnav-icon {
	display: none;
}
#social-menu-toggle span{position:absolute;}
#mainnav-menu {
	display: inline;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}
#mainnav-menu li {
  float: left;
  position: relative;
  border-left: solid 1px #e4e4e4;
}
#mainnav-menu a {
  display: block;
  font-family: "Lato",Tahoma,Verdana,Arial;
  font-size: 0.85em;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 18px 16px;
  text-decoration: none;
  text-transform: uppercase;
}
#mainnav-menu a:link, #mainnav-menu a:visited {
	color: #333;
	text-decoration: none;
}
#mainnav-menu a:hover {
	color: #3101ac;
}
#mainnav-menu ul {
	position: absolute;
	display: none;
	z-index: 99;
	background: #3101ac;
}
#mainnav-menu ul li{
	margin: 0;
	border: none;
	font-size:1.1em
}
#mainnav-menu ul a {
	width: 250px;
	width: 16rem;
	padding: 0.8em 1em;
	float: left;
	font-weight: normal;
	text-transform: none;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mainnav-menu ul a:link, #mainnav-menu ul a:visited {
	color: #bbb;
	text-decoration: none;
}
#mainnav-menu ul a:hover {
	color: #fff;
}
#mainnav-menu li ul ul {
	margin-left: 250px;
	margin-left: 16rem;
	border-left: 1px solid rgba(255,255,255,0.1);
}
#mainnav-menu li:hover ul ul, #mainnav-menu li:hover ul ul ul, #mainnav-menu li:hover ul ul ul ul{
	display:none;
}
#mainnav-menu li:hover ul, #mainnav-menu li li:hover ul, #mainnav-menu li li li:hover ul, #mainnav-menu li li li li:hover ul{
	display:block;
}
#mainnav-menu li.current_page_item a, #mainnav-menu li.current-menu-item a {
	color: #3101ac;
	text-decoration: underline;
}
#mainnav-menu li.current_page_item ul li a, #mainnav-menu li.current-menu-item ul li a{
	color: #fff;
	text-decoration: none;
}
#mainnav-menu li.current_page_item ul li a:hover, #mainnav-menu li.current-menu-item ul li a:hover {
	text-decoration: underline;
}
#mainnav-menu ul li.current_page_item a, #mainnav-menu ul li.current-menu-item a {
	color: #fff;
	text-decoration: underline;
}
#mainnav-menu ul li.current_page_item ul li a, #mainnav-menu ul li.current-menu-item ul li a{
	text-decoration: none;
}

/* Widget Styling
-------------------------------------------------------------- */

#lang_sel_footer{display:none !important}
.footer-m{float:left;}
.footer-m li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: solid 1px #fff;
}
.footer-m li a{
  color:#fff;
}
.copy{float:right;}
.widget {
  background: #fff none repeat scroll 0 0;
  box-shadow:  0 14px 23px -17px #000;
  margin-bottom: 1.5em;
  padding: 1em;
  border-radius: 3px;
}
.widgettitle {
	padding: 1.1em;
	margin: -1em -1em 0.8em -1em;
	color: #333;
	border-bottom: 1px solid #ddd;
}

.widgettitle span {
  font-family: "Lato",Tahoma,Verdana,Arial;
  font-size: 0.85em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.widget .textwidget {
	line-height: 1.5em;
}
.widget .textwidget p {
	margin-bottom: 1em;
}
.widget ul {
	line-height: 1.5em;
}
.widget ul {
	list-style: circle inside;
	color: #555;
}
.widget ul .children {
	padding: 0;
	margin: 0.5em 0 0.5em 1em;
}
.widget a:link, .widget a:visited  {
	text-decoration: none;
	color: #3101ac;
}
.widget a:hover, .widget a:active {
	text-decoration: underline;
}
.widget img {
	max-width: 100%;
	height: auto;
}

.secondary li {
  font-size: 1em;
  list-style: outside none none;
  padding: 4px 10px;
  line-height: 1.3em;
}

.widget_archive label {
  opacity:0;
}
.widget_archive select {
  width: 100%;
  border: solid 1px #e4e4e4;
  padding: 10px;
  font-size: .9em;
  letter-spacing: .1em;
  color: #888;
}

/* Plugin Rapid Quiza */

	.rq_panel{
		padding: 20px 0 20px 0;
	}
	
	.rq_panel ul{
	}
	
	.rq_question {
		font-weight: bold;
	}
	
	.rq_option_text, .rq_notes{
		margin-left: 18px;
		float:left;
		clear: both;
	}
	
	.rq_option_text:hover {
		background: #eee;
		cursor: pointer;
	}
	
	.rq_notes {
		list-style: none;
		padding: 12px;
	}
	
	.rq_wrong {
		font-style: italic;
	}
	
	.rq_correct {
		font-style: italic;
	}
	
	.rq_icon {
		margin-right: 4px;
	}

/* Custom Widgets
-------------------------------------------------------------- */

/* Theme Calendar Widget */
#wp-calendar {
	margin: 0;
	width: 100%;
	color: #444;
	line-height: 1.6em;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar caption {
	font-style: italic;
	margin-bottom: 0.1em;
}
#wp-calendar th {
	font-weight: bold;
	font-size: 0.85em;
}
#wp-calendar tfoot tr td {
	padding-top: 0.5em;
}
#wp-calendar #next {
	padding-right: 0.8em;
	text-align: right;
}

/* Posts and Pages
-------------------------------------------------------------- */
#post-wrapper {
	margin-right: -1.5em;
}
#post-wrapper .post-wrap {
	float: left;
	margin-left: -0.001%;
	padding-right: 1.5em;
	width: 33.001%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#post-wrapper .post-wrap:nth-child(2n + 1) {
	clear: left;
}
.type-post, .type-page, .type-attachment {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 14px 23px -17px #000;
  margin: 0 0 1.5em;
  overflow: hidden;
  padding: 0;
  border-radius:3px;
}
#post-wrapper .one-column-post {
	margin-right: 1.5em;
}
.page-title, .entry-title {
  color: #282828;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.2em;
  padding: 15px 35px 0;
  word-wrap: break-word;
}
.singlePost .page-title,.singlePost .entry-title{
	font-size:3em;padding:31px 100px
  }
  .singlePost .entry-meta.postmeta {
  padding: 10px 100px 0;
}
.singlePost .entry {
  font-size: 1.3em;
  padding: 31px 100px;
  letter-spacing: 0;
  line-height: 1.4em;
}
.entry-title a:link, .entry-title a:visited,
.entry-title a:link, .entry-title a:visited  {
	color: #282828;
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:active,
.entry-title a:hover, .entry-title a:active {
	text-decoration: underline;
}
.sticky {
	border-left: 5px solid #3101ac;
}

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

/* Postmeta */
.entry-meta {
  border-top: 1px solid #e4e4e4;
  color: #aaa;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  margin: 10px 0 0;
  padding: 10px 35px 0;
  text-transform: uppercase;
}
.meta-date a {
  color: #555;
  text-transform: none;
}
/* Postinfo */
.postinfo {
  border-top: 1px solid #ddd;
  clear: both;
  line-height: 1.4em;
  margin: 20px 0 0;
  padding: 10px 32px;
  background-color: #f4f4f4;
}
.postinfo .meta-tags {
	margin-left: 1em;
}
.postinfo span:before, .postinfo .meta-comments a:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 22px 'Genericons';
	vertical-align: middle;
	color: #333;
}
.postinfo .meta-category::before {
  content: '\f416';
  font-size:21px;
}
.postinfo .meta-category {

}
.postinfo .meta-tags:before {
	content: '\f302';
}
.postinfo span a {
  display: inline-block;
  font-size: 0.7em;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.postinfo span a:link, .postinfo span a:visited  {
	color: #333;
	text-decoration: none;
}
.postinfo span a:hover, .postinfo span a:active  {
	color: #3101ac;
}
.postinfo .meta-comments {
  display: inline-block;
  float: right;
  font-weight: bold;
  adding-left: 23px;
  text-align: left;
}
.postinfo .meta-comments a {
  font-weight: normal;font-size:.9em;
}

.postinfo .meta-comments a::before {
  color: #666;
  content: "";
  font-size: 20px;
  margin-right: 2px;
  margin-top: -5px;
}
.postinfo .meta-comments a:link, .postinfo .meta-comments a:visited  {
font-size:.9em;
	text-decoration: none;
}
.postinfo .meta-comments a:hover, .postinfo .meta-comments a:active,
.postinfo .meta-comments a:hover:before {
	color: #3101ac;
}


/* Read more Link */

.more-link {
  background: #3101ac none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  margin: 0.1em 0 0;
  padding: 0.5em 1em;
  text-decoration: none;
}
.more-link:link, .more-link:visited {
	color: #fff;
	text-decoration: none;
}
.more-link:hover, .more-link:active {
	background: #333;
	text-decoration: none;
}

/* Archives and Search Heading */
.archive-title {
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 1.3em 1em;
	background: #fff;
	margin-bottom: 1em;
	 color: #282828;
  font-weight: normal;
  line-height: 1.2em;
  word-wrap: break-word;
  box-shadow:0 14px 23px -17px #000
}
.archive-description {
	margin: -0.9em 0 0.9em;
	padding: 0.8em 1em;
	line-height: 1.6;
	background: #fff;
	border-top: 1px solid #ddd;
}

/* Content Pagination */
.post-pagination {
	margin-bottom: 1.5em;
	font-weight: bold;
	padding: 1em;
	background: #fff;
	box-shadow:0 0 3px -2px #000;
}

.post-pagination a {
	margin-right: 0.8em;
	display: inline-block;
    text-align: center;
	text-decoration: none;
	color: #333;
}
.post-pagination a:link, .post-pagination a:visited {
	color: #333;
}
.post-pagination a:hover {
	color: #3101ac;
}
.post-pagination .current {
	margin-right: 0.8em;
	color: #3101ac;
	text-decoration :underline;
}

/* Breadcrumbs */
.breadcrumbs {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1.3em 1em;
	background: #fff;
	margin-bottom: 1em;
}
.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
	display: inline;
}
.breadcrumbs .trail-browse {
	margin-right: 0.5em;
}
.breadcrumbs .trail-items {
	list-style: none;
}
.breadcrumbs .trail-items li::after {
	content: "\00bb"; /* Raquo */
	padding: 0 0.5em;
}
.trail-separator-slash .trail-items li::after { content: "\002F"; }
.trail-separator-dash .trail-items li::after { content: "\2013"; }
.trail-separator-bull .trail-items li::after { content: "\2022"; }
.trail-separator-arrow-bracket .trail-items li::after { content: "\003e"; }
.trail-separator-raquo .trail-items li::after { content: "\00bb"; }
.trail-separator-single-arrow .trail-items li::after { content: "\2192"; }
.trail-separator-double-arrow .trail-items li::after { content: "\21D2"; }
.breadcrumbs .trail-items li:last-of-type::after {
	display: none;
}

/* Text Elements
-------------------------------------------------------------- */
.entry {
  color: #555;
  line-height: 1.4em;
  margin: 0.2em 0 0;
  padding: 0 35px;
  word-wrap: break-word;
}
.entry p, .comment p {
	margin: 0.75em 0;
}
.entry h1, .comment h1,
.entry h2, .comment h2,
.entry h3, .comment h3,
.entry h4, .comment h4,
.entry h5, .comment h5,
.entry h6, .comment h6 {
	color: #222;
	font-weight: bold;
	line-height: 1.0em;
	margin: 1.2em 0 0.3em;
}
.entry h1, .comment h1 {
	font-size: 3.0em;
}
.entry h2, .comment h2 {
	font-size: 2.25em;
}
.entry h3, .comment h3 {
	font-size: 1.5em;
}
.entry h4, .comment h4 {
	font-size: 1.25em;
}
.entry h5, .comment h5 {
	font-size: 1.125em;
	margin: 1.3em 0 0;
}
.entry h6, .comment h6 {
	font-size: 1.0em;
	margin: 1.3em 0 0;
}
.entry ul, .comment ul{
	list-style: square inside;
	margin: 0 0 1.5em 2em;
}
.entry ol, .comment ol{
	list-style: decimal inside;
	margin: 0 0 1.5em 2em;
}
.entry ol ol, .comment ol ol{
	list-style: upper-alpha inside;
}
.entry ol ol ol, .comment ol ol ol{
	list-style: lower-roman inside;
}
.entry ol ol ol ol, .comment ol ol ol ol{
	list-style: lower-alpha inside;
}
.entry ul ul, .comment ul ul,
.entry ol ol, .comment ol ol,
.entry ul ol, .comment ul ol
.entry ol ul, .comment ol ul {
	margin-bottom: 0.2em;
}
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big, .big_tag {
	font-size: 1.3em;
}
ins {
	padding: 1px 2px;
	background: #ffa;
	text-decoration: none;
}
code, pre {
	padding: 3px 8px;
	margin: 0 1px;
	background: #eeeeee;
	color: #222;
	font-size: 0.9em;
	font-family: Monospace, "Courier New", Courier;
	overflow: auto;
	line-height: 1.4em;
}
del, strike, s{
	text-decoration: line-through;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
small {
	font-size: 0.7em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 0.8em;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.entry var, .entry kbd, .entry tt, .entry .tt_tag {
	font-size: 1.1em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
blockquote {
	background: #f5f5f5;
	border-left: 5px solid #d5d5d5;
	margin: 1em 0;
	padding: 0.1em 1.2em;
}
blockquote cite {
	display: block;
	margin: 0.5em 0 0 0.5em;
	color: #777;
}
.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	margin: 1em 0;
	text-align: left;
	width: 100%;
}
.entry tr th,
.entry thead th {
	background: #e5e5e5;
	font-weight: bold;
	padding: 0.2em 1em;
}
.entry tr td {
	border-top: 1px solid #ddd;
	padding: 0.2em 1em;
}
.entry tr.alternate td {
	background: #f5f5f5;
}

/* Images | Gallery | Videos
-------------------------------------------------------------- */

a.home_img_a {
	max-height: 86.3px;
    width:100%;
    display:block;
    overflow:hidden;
}

article .wp-post-image {
	max-width: 100%;
	margin: 0;
	height: auto;
	vertical-align: top;
	width:100%
}

.entry img {
	max-width: 100%;
	height: auto;
    width:100%;
}
.wp-block-image .aligncenter{width:100%}
.wp-caption {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 1em 0;
}
.wp-caption-text {
	margin: 0 10px !important;
	padding: 0;
	font-size: 0.9em;
	text-align: center;
}
.alignleft { 
	float: left; 
	display: inline; 
	margin: 1em 2em 1em 0;
}
.alignright	{
	float: right; 
	display: inline; 
	margin: 1em 0 1em 2em;
}
.aligncenter {
	margin: 1em auto; 
	display: block;
}

/* Gallery Styling */
.gallery {
	margin: 1em auto !important;
}
.gallery-item {
	float: left;
	margin: 0.7em 0 0 0 !important;
	padding-right: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery img {
	margin: 0 !important;
	padding: 3px;
	border: 1px solid #e5e5e5 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-caption {
	margin-left: 0.3em !important;
}

/* Make Vidoes responsive */
embed, iframe, object, video {
	max-width: 100%;
}

/* Image.php Navigation */
#image-nav {
	margin: 1em 0 2em;
	color: #333;
}
#image-nav .nav-previous {
	float: left;
}
#image-nav .nav-next {
	float: right;
}
#image-nav .nav-previous a, #image-nav .nav-next a {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	padding: 0.6em 1em;
	text-decoration: none;
	color: #222;
	background: #eee;
}
#image-nav .nav-previous a:hover, #image-nav .nav-next a:hover {
	background: #ddd;
}


/* Search Form
-------------------------------------------------------------- */
.search-form {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.search-form .screen-reader-text {
	display: none;
}
.search-form .search-field {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: 0.7em 45px 0.7em 0.7em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.0em;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: transparent;
	padding: 0.8em 0.7em 0 0;
	cursor: pointer;
}
.search-form .search-submit .genericon-search {
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: text-bottom;
	color: #777;
	content: '\f410';
}
.search-form .search-submit:hover .genericon-search {
	color: #333;
}

/* different style for searchform in header */
#header-search-wrap {
	display: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	background:#333;
}
#header-search .search-form .search-field {
	padding: 0.8em 45px 0.8em 1em;
	background: none;
	border: none;
	font-size: 1.1em;
	color: #ddd;
}
#header-search .search-form .search-submit {
	padding: 0.6em 0.4em 0 0;
}
#header-search .search-form .search-submit .genericon-search {
	width: 32px;
	height: 32px;
	font-size: 32px;
	color: #888;
}
#header-search .search-form .search-submit:hover .genericon-search {
	color: #ccc;
}

h1.headLog, h2.headLog{display:inline-block;float:left;}
.headInt .log {
  background-image: url("images/log3.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: block;
  height: 47px;
  margin: 0 auto;
  width: 203px;
}
.headInt .log span {
    opacity:0
}
.headInt h2.site-description {
  color: #fff;
  display: inline-block;
  font-size: 1.8em;
  font-weight: 300;
  letter-spacing: -0.01em;
  margin-top: 10px;
	float: right;
	text-align: right;
}

.headerLeft{float:left;width:100%}


/* Social Icons | based upon http://kovshenin.com/2014/social-menus-in-wordpress-themes/
-------------------------------------------------------------- */
#social-icons-menu {
	list-style-type: none;
	list-style-position: outside;
	line-height: 1em;
}
#social-icons-menu li {
	float: left;
	padding: 0;
	margin: 0;
}
#social-icons-menu li a {
	position: relative;
	display: block;
	padding: 1.21em 0.7em;
	text-decoration: none;
	color: #3101ac;
}
#social-icons-menu li a:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 22px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	vertical-align: bottom;
	color: #3101ac;
}
#social-icons-menu li a .screen-reader-text {
	display: none;
}
.social-icons-wrap .social-icons-hint {
	font-size: 0.75em;
	color: #888;
	max-width: 300px;
	line-height: 1.2em;
}

#social-icons-menu li {
  background-image: url("images/sprite.png");
  background-repeat: no-repeat;
  background-size: 59px auto;
  border-radius: 40px;
  float: right;
  height: 33px;
  margin-top: 5px;
  width: 35px;
}

#social-icons-menu li.liTw {
  background-position: 50% -5px;
}
#social-icons-menu li.liFb {
  background-position: 50% -34px;
}
#social-icons-menu li.liGp {
  background-position: 50% -61px;
}
#social-icons-menu li.liLk {
  background-position: 50% -93px;
}
#social-icons-menu li.liIg {
  background-position: 43% -213px;
}
#social-icons-menu li.liYb {
  background-position: 43% -251px;
}

.header-search-icon {
  float: right;
  height: 44px;
  width: 40px;
}
.genericon-search::before {
  content: none !important;
}
.genericon-search {
  background-image: url("images/sprite.png");
  background-position: 50% -153px;
  background-repeat: no-repeat;
  background-size: 75px auto;
  display: block;
  height: 49px;
  width: 40px;
}
.search-submit .genericon-search {
  background-image: url("images/sprite.png");
  background-position: 50% -173px;
  background-repeat: no-repeat;
  background-size: 60px auto;
  display: block;
  height: 49px;
  width: 40px;
}

.langBox {
  width:100%
}
#lang_sel_list li {
  font-family: "Lato",Tahoma,Verdana,Arial;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  padding: 0 9px !important;
  text-align: center;
    text-transform: uppercase;
    width: 42%;}
#lang_sel_list img.iclflag {
  margin-right: 3px;
  border-radius: 4px;
}
#lang_sel_list {
  height: 14px;
}
.langBox li {
  border-right: 1px solid #fff;
  display: inline-block;
  padding: 0 9px 2px;
}
.langBox li.langLiLast {
  border-right: 0
}
.langBox a {
font-family: "Lato",Tahoma,Verdana,Arial;
    font-size: 0.85em;
    font-weight: normal;
    letter-spacing: 0.2em;
    text-transform: uppercase;}
.signBt a {
  background: #7ab019 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  float: right;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0;
  margin: 5px 3px;
  padding: 8px 15px 11px;
}
.signBt a:hover{text-decoration:none !important;color:#bbb;border: 0px solid #bbb}


/* Add Genericons 
#social-icons-menu li a:before { content: '\f408'; }s
#social-icons-menu li a[href*="codepen.io"]:before  { content: '\f216'; }
#social-icons-menu li a[href*="digg.com"]:before { content: '\f221'; }
#social-icons-menu li a[href*="dribbble.com"]:before { content: '\f201'; }
#social-icons-menu li a[href*="facebook.com"]:before { content: '\f203'; }
#social-icons-menu li a[href*="flickr.com"]:before { content: '\f211'; }
#social-icons-menu li a[href*="plus.google.com"]:before { content: '\f206'; }
#social-icons-menu li a[href*="github.com"]:before { content: '\f200'; }
#social-icons-menu li a[href*="instagram.com"]:before { content: '\f215'; }
#social-icons-menu li a[href*="linkedin.com"]:before { content: '\f207'; }
#social-icons-menu li a[href*="pinterest.com"]:before { content: '\f209'; }
#social-icons-menu li a[href*="polldaddy.com"]:before { content: '\f217'; }
#social-icons-menu li a[href*="getpocket.com"]:before { content: '\f224'; }
#social-icons-menu li a[href*="reddit.com"]:before { content: '\f222'; }
#social-icons-menu li a[href*="spotify.com"]:before { content: '\f515'; }
#social-icons-menu li a[href*="skype.com"]:before,
#social-icons-menu li a[href*="skype:"]:before { content: '\f220'; }
#social-icons-menu li a[href*="stumbleupon.com"]:before { content: '\f223'; }
#social-icons-menu li a[href*="tumblr.com"]:before { content: '\f214'; }
#social-icons-menu li a[href*="twitter.com"]:before { content: '\f202'; }
#social-icons-menu li a[href*="twitch.tv"]:before { content: '\f516'; }
#social-icons-menu li a[href*="vimeo.com"]:before  { content: '\f212'; }
#social-icons-menu li a[href*="wordpress.org"]:before,
#social-icons-menu li a[href*="wordpress.com"]:before { content: '\f205'; }
#social-icons-menu li a[href*="youtube.com"]:before { content: '\f213'; }
#social-icons-menu li a[href*="newsletter"]:before,
#social-icons-menu li a[href*="mailto"]:before { content: '\f410'; }
#social-icons-menu li a[href*="/feed"]:before,
#social-icons-menu li a[href*="/feed/"]:before,
#social-icons-menu li a[href*="?feed=rss2"]:before,
#social-icons-menu li a[href*="feedburner.google.com"]:before,
#social-icons-menu li a[href*="feedburner.com"]:before { content: '\f413'; }

#social-icons-menu li a:hover:before { color: #333; } /* Hover */


.page-header{
  color: #282828;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.2em;
  word-wrap: break-word;
  box-shadow:0 14px 23px -17px #000

}
/* Comments
-------------------------------------------------------------- */
#comments {
	margin-bottom: 1.5em;
}
#comments .comments-title, #respond #reply-title {
	padding: 1.3em 1em;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	background: #fff;
}

/* Comment List */
.commentlist {
	display: block;
	margin-top: 1em;
}
.commentlist .comment {
	display: block;
	margin-bottom: 1.5em;
	background: #fff;
	list-style: none;
	line-height: 1.5em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	box-shadow:0 14px 23px -17px #000;
}
.commentlist .comment-meta {
	border-bottom: 1px solid #ddd;
	padding: 1.2em;
}
.commentlist .comment-content {
	padding: 0.4em 1.2em 1.2em;
}

/* Threaded Comments */
.commentlist .children {
	padding: 1.2em;
	margin: 0;
}
.commentlist .children .comment {
	background: #fbfbfb;
	border: 1px solid #eee;
	margin: 0;
}
.commentlist .children .comment .comment-meta {
	border-bottom: 1px solid #eee;
}
.commentlist .children .children .comment {
	background: #f8f8f8;
}

/* Comment Meta */
.comment-meta .comment-author img {
	float: left;
	margin-right: 1em;
	margin-top: -0.1em;
}
.comment-meta .comment-author img:after {
	clear: both;
}
.comment-meta .comment-author .fn {
	font-size: 1.1em;
	padding: 0.2em 0;
}
.comment-meta .comment-author .fn a:link, .comment-meta .comment-author .fn a:visited {
	text-decoration: underline;
}
.comment-meta .comment-author .fn a:hover, .comment-meta .comment-author .fn a:active {
	text-decoration: none;
}
.comment-meta .bypostauthor .fn, .comment-meta .comment-author-admin .fn{
	font-style: italic;
	background: #eee;
	padding: 0.2em 0.6em;
}
.comment-meta .commentmetadata {
	font-size: 0.9em;
}
.comment-meta .commentmetadata a:link, .comment-meta .commentmetadata a:visited, 
.comment-meta .commentmetadata a:active, .comment-meta .commentmetadata a:hover {
	color: #666 !important;
}
.commentlist .comment .comment-reply-title {
	font-size: 1.0em;
}

.nocomments {
	font-size: 0.9em;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 0.2em 1em;
}
.commentlist .pingback {
	display: block;
	margin: 0.6em 0 0;
	padding: 0.8em 0 0;
	list-style: none;
	line-height: 1.3em;
}

/* Comment Pagination */
.comment-pagination {
	font-size: 0.9em;
	background: #fff;
	padding: 0.2em 1em;
}
.comment-pagination .alignleft {
	float: left;
}
.comment-pagination .alignright {
	float: right;
}

/* Comment Form */
#respond {
	margin: 1.5em 0 0;
	background: #fff;
	box-shadow:0 14px 23px -17px #000;
}
#commentform {
	margin: 0;
	padding: 1.2em 1.2em 0.1em;
	border-top: 1px solid #ddd;
}
#commentform p {
	margin: 0 0 1.5em;
}
#commentform input[type="text"], #commentform textarea {
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#commentform label {
	display: block;
	margin: 0.6em 0 0.2em;
}
#commentform #submit {
	display: block;
	margin-top: 1em;
	padding: 0.8em 4em;
	text-decoration: none;
	padding: 0.5em 1em;
	color: #fff;
	background: #3101ac;
}
#commentform #submit:hover {
	background: #333;
	cursor: pointer;
	text-decoration: none;
}


/* Featured Content
-------------------------------------------------------------- */
#featured-content .featured-content-left {
	float: left;
	padding-right: 0.75em;
	width: 59.2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#featured-content .featured-content-right {
	float: right;
	padding-left: 0.75em;
	width: 40.8%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#featured-content .featured-content-left .entry-title {
	font-size: 2.0em;
}
#featured-content .featured-content-right .entry-title {
	font-size: 1.3em;
}
#featured-content .featured-content-right .wp-post-image {
	margin: 0 0 1.05em 0;
}

/* Footer
-------------------------------------------------------------- */
#footer-bg {
	background: #3101ac;
}
#footer-wrap {
	border-top: 1px solid rgba(255,255,255,0.1);
}
#footer {
	padding: 1.2em 0;
	color: #fff;
}
#footer a {
	color: #ccc;
	color: rgba(255,255,255,0.7);
}
#footer #credit-link {
	float: right;
}

/*============================ MEDIA QUERIES ============================*/

/* Small screens | <1120px */
@media only screen and (max-width: 70em) {
	.container {
		width: 94%;
	}
	#post-wrapper .post-wrap {
		float: none;
		width: 50%;
	}
	#featured-content .featured-content-left .entry-title, .single .entry-title, .page-title {
		font-size: 1.9em;
	}
}
/* Smaller screens | <1120px */
@media only screen and (max-width: 65em) {
	.container {
		width: 96%;
	}
	.headInt h2.site-description {
    margin-top:0;
    }
}
/* Tablets (landscape) | <960px */
@media only screen and (max-width: 60em) {
	#wrap {
		padding: 1.5em 1.5em 0;
	}
	#header {
		padding: 10px 1.5em;
	}
	#logo .site-title {
		font-size: 2.3em;
	}
	#content {
		float: none;
		padding-right: 0;
		width: 100%;
	}
	#sidebar {
		clear: both;
		float: none;
		margin: 2em 0 0;
		width: 100%;
	}
	#post-wrapper .post-wrap {
		float: left;
		width: 50%;
	}
	#featured-content .featured-content-left .entry-title, .single .entry-title, .page-title {
		font-size: 1.8em;
	}
	#footer {
		padding: 1.2em;
	}
	
	/* Featured Content */
	#featured-content {
		margin-right: -1.5em;
	}
	#featured-content .featured-content-left {
		float: none;
		width: 100%;
		padding-right: 1.5em;
	}
	#featured-content .featured-content-right {
		float: none;
		padding-left: 0;
		width: 100%;
	}
	#featured-content .featured-content-right .featured-post-wrap {
		float: left;
		padding-right: 1.5em;
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}


	/* Mobile Top Navigation */
	
	/* Reset */
	#topnav-wrap, #topnav, #topnav-menu, #topnav-menu li, #topnav-menu a, #topnav-menu ul {
		margin: 0;
		padding: 0;
		position: static;
		float: none;
		display: inline;
		font-size: 1.0em;
		border: none;
		box-shadow: none;
		background: none;
		top: 0;
		left: 0;
	}
	
	#header-content {
		
	}
	.signBt {
  width: 90%;
  display: block;
  float: right;
}
.signBt a {
  margin: 9px 3px 7px;
  padding: 7px 16px;
}
	#header-content .header-search-icon {
		margin: 0.15em 0 0 0.8em;
	}
	#topnav-toggle {
		float: right;
		display: inline-block;
		margin: 0.35em 0.4em 0 0;
		padding: 0;
		text-decoration: none;
		color: #ccc;
		background: none;
		border: none;
	}
	#topnav-toggle:hover {
		cursor: pointer;
		color: #fff;
	}
	#topnav-toggle:after {
		margin: 0;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		content: '\f419';
		font: normal 24px Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	#topnav-menu {
		float: left;
		display: none;
		width: 100%;
		margin: 2em -1.5em -2.5em;
		padding: 0 1.5em;
		border-top: 1px solid rgba(255,255,255,0.08);
		text-align: center;
	}
	#topnav-menu a {
		float: none;
		display: inline-block;
		padding: 1em 0.8em 1.2em;
		text-decoration: none;
		font-size: 1.05em;
		color: #ccc;
	}
	#topnav-menu a:hover {
		color: #fff;
		text-decoration: underline;
	}
	#topnav-menu li.current_page_item a, #topnav-menu li.current-menu-item a {
		text-decoration: underline;
	}
	
	
	/* Mobile Main Navigation */
	
	/* Reset */
	#mainnav, #mainnav-menu, #mainnav-menu li, #mainnav-menu a, #mainnav-menu ul, 
	#mainnav-menu ul a, #mainnav-menu ul ul, #mainnav-menu li ul ul 
	{
		margin: 0;
		padding: 0;
		position: static;
		float: none;
		display: inline;
		font-size: 1.0em;
		border: none;
		box-shadow: none;
		background: none;
		top: 0;
		left: 0;
	}
	#mainnav-menu li:hover ul ul, #mainnav-menu li:hover ul ul ul, #mainnav-menu li:hover ul ul ul ul,
	#mainnav-menu li:hover ul, #mainnav-menu li li:hover ul, #mainnav-menu li li li:hover ul, #mainnav-menu li li li li:hover ul
	{
		display: inline;
	}
	
	#mainnav {
		float: none;
	}
	#mainnav-toggle-tablet {
		display: inline-block;
	}
	#mainnav-toggle-phone {
		display: none;
	}
	.mainnav-toggle {
		margin: 0;
		padding: 1.1em;
		text-decoration: none;
		background: none;
		border: none;
	}
	.mainnav-toggle:hover {
		cursor: pointer;
	}
	.mainnav-toggle:after {
		float: left;
		margin: 0;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		content: '\f419';
		font: normal 24px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
		color: #333;
	}
	.mainnav-toggle:hover:after {
		color: #3101ac;
	}

	#mainnav-menu {
		float: left;
		display: none;
		width: 100%;
		border-top: 1px solid #ddd;
	}
	#mainnav-menu a {
		display: block;
		padding: 1.4em;
		border-bottom: 1px solid #eee;
		text-decoration: none;
		font-size: 0.9em;
		font-weight: bold;
		text-transform: uppercase;
		clear: left;
	}
	#mainnav-menu a:link, #mainnav-menu a:visited {
		color: #222;
	}
	#mainnav-menu a:hover {
		color: #3101ac; 
	}
	#mainnav-menu ul {
		float: left;
		background: #fbfbfb;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mainnav-menu ul a {
		display: block;
		width: 100%;
		padding: 1em 1em 1em 2em;
		font-size: 0.9em;
		font-weight: normal;
		color: #3101ac;
		border-bottom: 1px solid #eee;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mainnav-menu ul ul a {
		padding-left: 3em;
	}
	#mainnav-menu ul ul ul a {
		padding-left: 4em;
	}
	#mainnav-menu ul a:link, #mainnav-menu ul a:visited {
		color: #3101ac;
	}
	#mainnav-menu ul a:hover {
		text-decoration: underline;
	}
	#mainnav-menu ul li ul {
		float: left;
		padding: 0 0 0 1em;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mainnav-menu li.current_page_item a, #mainnav-menu li.current-menu-item a {
		color: #3101ac;
		text-decoration: underline;
	}
	#mainnav-menu li.current_page_item ul li a, #mainnav-menu li.current-menu-item ul li a{
		color: #3101ac;
		text-decoration: none;
	}
	#mainnav-menu li.current_page_item ul li a:hover, #mainnav-menu li.current-menu-item ul li a:hover {
		text-decoration: underline;
	}
	#mainnav-menu ul li.current_page_item a, #mainnav-menu ul li.current-menu-item a {
		color: #3101ac;
		text-decoration: underline;
	}
	#mainnav-menu ul li.current_page_item ul li a, #mainnav-menu ul li.current-menu-item ul li a{
		text-decoration: none;
	}
	
	#mainnav-menu .submenu-dropdown-toggle {
		float: right;
		display: block;
		margin: 0;
		padding: 0.85em 1.5em .5em;
	}
	#mainnav-menu .submenu-dropdown-toggle:hover {
		cursor: pointer;
	}
	#mainnav-menu .submenu-dropdown-toggle:before {
		font-size: 25px;
		line-height: 1;
		font-family: 'Genericons';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-decoration: inherit;
		vertical-align: middle;
		content: '\f431';
		color: #222;
	}
	#mainnav-menu .submenu-dropdown-toggle.active:before {
		content: '\f432';
	}
	#mainnav-menu .submenu-dropdown-toggle:hover:before {
		color: #3101ac;
	}
	#mainnav-menu ul .submenu-dropdown-toggle {
		padding: 0.5em 1em;
	}
	
}

/* Tablets (portrait) | <800px */
@media only screen and (max-width: 50em) {
	#featured-content .featured-content-left .entry-title, .single .entry-title, .page-title {
		font-size: 1.7em;
	}
	.entry h1, .commentlist h1 {
	font-size: 2.2em;
	}
	.entry h2, .commentlist h2 {
		font-size: 1.8em;
	}
	.entry h3, .commentlist h3 {
		font-size: 1.4em;
	}
	.entry tr th,
	.entry thead th {
		padding: 0.2em 0.4em;
	}
	.entry tr td {
		padding: 0.2em 0.4em;
	}
	#footer {
		text-align: center;
	}
	#footer #credit-link {
		float: none;
		margin-top: 1em;
	}
	.singlePost .page-title,.singlePost .entry-title{
	font-size:3em;padding:31px 100px
  }
  .singlePost .entry-meta.postmeta {
  padding: 10px 100px 0;
}
.singlePost .entry {
  font-size: 1.3em;
  padding: 31px 100px;
  letter-spacing: 0;
  line-height: 1.4em;
}

}
@media only screen and (max-width: 45em) {
	#post-wrapper {
		margin: 0;
	}
	#post-wrapper .post-wrap {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	#post-wrapper .one-column-post {
		margin-right: 0;
	}
}
/* Phablets (portrait) | <640px */
@media only screen and (max-width: 40em) {
	#featured-content .featured-content-left .entry-title, .single .entry-title, .page-title {
		font-size: 1.6em;
	}
	#featured-content {
		margin: 0;
	}
	#featured-content .featured-content-left {
		padding-right: 0;
	}
	#featured-content .featured-content-right .featured-post-wrap {
		float: none;
		padding-right: 0;
		width: 100%;
	}
	.singlePost .page-title,.singlePost .entry-title{
	font-size:2em;padding:31px 50px
  }
  .singlePost .entry-meta.postmeta {
  padding: 10px 50px 0;
}
.singlePost .entry {
  font-size: 1.2em;
  padding: 31px 50px;
  line-height: 1.4em;
}

	
}


/* Smartphones | <480px */
@media only screen and (max-width: 30em) {
	body{
		font-size:1.3em;
	}
	.entry-meta,.wp-caption-text{
		font-size:1em;
	}
	#social-icons-menu li {
		margin:6px;
	}
	.footer-m li {
		margin-right: 13px;
		padding-right: 13px;
		margin-bottom: 10px;
	}
	.postinfo span a {
		margin: 4px;
	}
	.code-block.code-block-3{
		overflow-x:hidden;
	}
	#header {
		padding: 10px 1em;
		position:relative;
	}
	#logo .site-title {
		font-size: 2.0em;
	}
	#topnav-menu {
		margin: 2em -1em -2em;
		padding: 0 1em;
	}
	#topnav-menu a {
		padding: 1em 0.8em 1.2em;
		font-size: 0.95em;
	}
	#wrap, .header-image {
		padding: 1em 0.25em 0;
	}
	.type-post, .type-page, .type-attachment  {
		margin: 0 0 1em 0;
	}
	#tag_cloud-5.widget a:link, #tag_cloud-5.widget a:visited {
		font-size: 16px !important;
		margin-right: 17px;
		margin-top: 7px;
		display: inline-block;
	}
    .postPannel,.postPannel .home_img_a {
		height: 300px !important;
	}
	.postPannelInfo .page-title, .postPannelInfo .entry-title {
		font-size: 1.3em !important;
	}
    article .postPannel .home_img_a .wp-post-image {
		height: auto !important;
		width: 100% !important;
	}
	#content{
		overflow:hidden;
	}
	.widget  {
		margin: 0 0 1em 0;
		overflow-x:hidden;
	}
	.widget a:link, .widget a:visited{
		font-size:16px;
	}
	#footer {
		padding: 0.8em;
	}
	.alignright, .alignleft {
		float: none;
		margin: 1em 0; 
	}
	.postinfo {
		margin: 0.75em -0.75em -0.75em;
		padding: 0.5em 0.7em;
	}
	.postinfo span {
		display: block;
		margin:10px;
	}
	.postinfo .meta-tags {
		margin: 10px;
	}
	
	/* Mobile Main Navigation */
	#mainnav-toggle-tablet {
		display: none;
	}
	#mainnav-toggle-phone {
		display: inline-block;
	}
	
	/* Social Menu Dropdown */
	#social-menu-toggle {
		float: right;
		display: inline-block;
		padding: 0.6em;
		text-decoration: none;
		color: #3101ac;
		background: none;
		border: none;
		margin-left:1%;
	}
	#social-menu-toggle:hover {
		cursor: pointer;
		color: #333;
	}
	#social-menu-toggle:after {
		margin: 0;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		content: '\f408';
		font: normal 32px Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}
	#navi-social-icons #social-icons-menu {
		display: none;
		float: right;
		border-top: 1px solid #ddd;
		width: 100%;
		text-align: center;
	}
	#navi-social-icons #social-icons-menu li a {
		padding: 0.9em;
	}
		.headerLeft {
  float: left;
  width: 100%;
}
#header-content {
  width: 100%;
  margin-bottom: 10px;
}
.langBox{width:50%;}
.social-menu-toggle {
  left: 0;
  position: absolute;
  top: 5px;
}
.social-icons-wrap.clearfix {
  margin-bottom: 30px;
	margin-top:60px;
}
	.postPannelCats{
		display:none !important;
	}

.singlePost .page-title,.singlePost .entry-title{
	padding:21px 20px
  }
  .singlePost .entry-meta.postmeta {
  padding:10px 20px 0
}
.singlePost .entry {
  font-size: 1.1em;
 padding:10px 20px;
  letter-spacing: 0;
  line-height: 1.3em;
}
	
}

/* Smartphones | <320px */
@media only screen and (max-width: 20em) {
	body{
		font-size:16px;
	}
	#topnav-menu {
		padding: 0.5em 1em 0.7em;
	}
	#topnav-menu a {
		display: block;
		padding: 1em 0.8em;
		font-size: 0.95em;
	}
	#featured-content .featured-content-left .entry-title, .single .entry-title, .page-title {
		font-size: 1.3em;
	}
}

/* Big Screens Navi Fix | >720px */
@media only screen and (min-width: 60em) {
	/* ensure #nav is visible on desktop version */
	#mainnav-menu, #topnav-menu {
		display: block !important;
	}
}
@media only screen and (min-width: 30em) {
	/* ensure social icons are visible on desktop version */
	#navi-social-icons #social-icons-menu {
		display: block !important;
	}
}

.clearfix::before {
    clear: none;
}

.wpml-ls-menu-item .wpml-ls-flag{display:inline-block;}


.postPannel {
	width: 100%;
	height: 400px;
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
    cursor:pointer !important
}

.postPannelA a, .postPannelA a:hover {
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.postPannel:hover {
    background-color:#3101A4
}
.postPannel .home_img_a {
	max-height: 100%;
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
article .postPannel .home_img_a .wp-post-image {
	max-width: none;
	margin: 0;
	height: 400px;
	vertical-align: top;
	width: auto;
}
article .postPannel:hover .home_img_a .wp-post-image {
	opacity:.5
}

.postPannelInfo {
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	height: auto;
background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.postPannelInfo .page-title, .postPannelInfo .entry-title {
	font-size: 1.6em;
	padding-top: 90px;
	text-decoration: none;
	color: #fff;
}
.postPannelInfo .page-title a, .postPannelInfo .entry-title a{
	color:#fff;
    text-decoration: none
}

.postPannelInfo .entry-meta {
	border-top: 0;
	color: #ccc;
	margin: 3px 0 20px;
	font-size: .75em;
}
.postPannelInfo .meta-date a {
	color: #ccc;
}
.postPannelInfo .meta-author a {
	color: #999;
}

.postPannelCats {
	position: absolute;
	right: 3%;
	top: 3%;
	background: transparent;
	border: 0;
	color: #fff;
	padding: 0;
	margin: 0;
	text-align: right;
	padding-right: 20px;
    display:none;
}
.postPannelText{
    display:none;
}

article:hover .postPannelCats{
	display:block
}
.postinfo.postPannelCats span a {
	display: inline-block;
	font-size: 0.6em;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: #fff;
	padding: 3px 9px;
	border-radius: 30px;
	margin-bottom: 3px;
	margin-left: 2px;
}
.postinfo.postPannelCats .meta-category::before {
	display: none !important;
}

html.cognifit_blog{
	margin:0 !important
}

.shopify-buy-frame--product {
	display: block;
	margin: 0 auto;
}

.wp-block-image figcaption{text-align:center;font-size:.85em}
.social-icons-wrap.clearfix::before,.container.clearfix::before,#mainnav.clearfix::before{clear:none}

#menu-item-5443,#menu-item-5444,#menu-item-16818,#menu-item-16819{display: none;}

.tnp-widget-minimal input.tnp-submit{
	background-color: #3101ac !important;
}
.widget a:link, .widget a:visited {
    color: #3101ac;
}
.wpml-ls-legacy-dropdown {
    width: 100%;
    max-width: 100%;
}
span.wpml-ls-native.icl_lang_sel_native {
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-left: 6px;
}