/*
Theme Name: StrefaKodera.pl
Author: Lukasz Dudzinski
Author URI: https://StrefaKodera.pl
*/

/* Custom fonts
------------------------------------------ */

@font-face {
    font-family: "Genericons";
    src: url('font/Genericons.ttf');
    src: url('font/Genericons.eot?#iefix') format('embedded-opentype'),
         url('font/Genericons.woff') format('woff'),
         url('font/Genericons.ttf') format('truetype'),
         url('font/Genericons.svg#genericonsregular') format('svg');
    font-weight: 100;
}

@font-face {
	font-family: "FontAwesome";
	src:
	  url('font/fa-brands-400.woff2') format('woff2'),
	  url('font/fa-brands-400.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "FontAwesomeSolid";
	src: url("font/fa-solid-900.woff2") format("woff2"),
		 url("font/fa-solid-900.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
  }

@font-face {
	font-family: "ArialRounded";
	src: url('font/ArialRoundedBold.ttf');
	src: url('font/ArialRoundedMTBold.ttf');
}

/* Reset browser styles
------------------------------------------ */
* {
	margin: 0; padding: 0;
	-webkit-appearance: none;
}

html {
	overflow: scroll;
}

body {
	background-color: #fff;
	color: #454545;
	font-family: "Noto Sans", sans-serif;
	font-size: 15px;
	line-height: 1.6;
	overflow: hidden;
	min-width: 200px;
}

dt {
	font-weight: 700;
}

table {
	border-collapse: collapse;
}

img {
	border: none; 
	vertical-align: middle;
}

ul[class] {
	list-style: none;
}

a {
	color: #e14d15;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
	text-decoration: none;
}

p.has-text-color a {
	color: #e14d15 !important;
}

a:hover {
	text-decoration: underline;
}

a * {
	cursor: pointer;
}

.post p iframe {
	display: block;
    margin: 0 auto;
}

textarea, 
input, 
select, 
option, 
optgroup, 
button {
	font-size: 1em; vertical-align: middle;
}

button, 
[type="radio"], 
[type="checkbox"],
[type="submit"], 
[type="button"], 
[type="reset"], 
label, 
select {
	cursor: pointer; 
	vertical-align: middle;
}

input, select, textarea {
	outline: none;
}

fieldset {
	overflow: hidden;
	border: none;
}

legend {
	display: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	padding: 0; 
	border: none;
}

/* Global Styles
------------------------------------------ */
h1 {
	margin: 0.4em 0; 
	color: #505355; 
	font: normal 1.9em "Roboto", sans-serif;
	line-height: 1.5;
}

h2 {
	margin: 1em 0 0.5em; 
	color: #505355; 
	font: normal 1.6em "Roboto", sans-serif;
}

h3 { 
	color: #505355; 
	font: normal 1.4em "Roboto", sans-serif;
	margin: 0.5em 0;
}

h4 {
	margin: 1em 0; 
	color: #505355; 
	font: normal 1.2em "Roboto", sans-serif;
}

h5 {
	margin: 1em 0; 
	color: #505355; 
	font: normal 1.2em "Roboto", sans-serif;
}

h6 {
	margin: 1em 0; 
	color: #505355; 
	font: normal 1.2em "Roboto", sans-serif;
}

h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {
	color: #353535;
	text-decoration: none;
}

h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover {
	color: #e14d15;
	text-decoration: none;
}

blockquote {
	margin: 1.5em 1em;
	padding: 2px 20px; 
	border-left: 2px solid #e14d15; 
	color: #757575;
	font-style: italic;
}

sub, 
sup {
	line-height: 1em;
}

ul li, 
ol li {
	margin: 5px 30px;
}

dl {
	overflow: hidden; 
	margin: 1em 0;
}

dt {
	float: left; 
	clear: left; 
	width: 150px; 
	margin: 0 0 1em; 
	padding: 0; 
	font-weight: bold;
}

dd { 
	margin: 0 0 1em 150px; 
}

p {
	margin: 1em 0;
}

table {
	margin: 1em auto; 
	border: 1px solid #e8e8e8;
}

table th, 
table th[class] {
	padding: 5px 7px; 
	border: 1px solid #d9d9d9; 
	background: #eee;
}

footer table th,
footer table th[class] {
	background: none;
}

table td, 
table td[class] {
	padding: 5px 5px; 
	border: 1px solid #d9d9d9;
}

table tr.alternate td {
	background: #fafafa;
}

form {
	margin: 0 0 1em; 
	padding: 15px 20px; 
	border: 1px solid #e8e8e8; 
}

label {
	float: left; 
	clear: left; 
	width: 280px; 
	padding: 5px 0;
}

input, 
select, 
select[class], 
textarea {
	width: 75%; 
	margin: 5px 0; 
	padding: 10px; 
	border: 1px solid #d9d9d9; 
	background: #fff; 
	box-shadow: inset 0 1px 1px #f1f1f1;
}

input:focus, 
select:focus, 
textarea:focus,
input:hover, 
select:hover, 
textarea:hover {
	border-color: #d9d9d9;
	box-shadow: 0 0px 1px 0 rgba(0,0,0,0.1),0 1px 10px 0 rgba(0,0,0,0.08);
}

select option {
	padding: 0 5px; 
}

input[type="radio"], 
input[type="checkbox"], 
input[type="submit"],
input[type="button"] {
	width: auto; 
	border: none; 
	box-shadow: none;
	background: none;
}

span.required {
	padding: 0 5px; 
	color: #e14d15; 
	font: bold 1em "Noto Sans",sans-serif;
}

textarea {
	width: 95%; 
	min-width: 95%; 
	max-width: 95%; 
	height: 100px;
}

.post-newsletter {
	border-right: none;
	border-left: none;
	text-align: center;
}

.post-newsletter input, .post-newsletter label {
	width: auto;
	margin-left: 10px !important;
}

button, 
input[type="submit"], 
input[type="button"] {
	height: auto;
	width: auto !important;
	border-radius: 4px;
	color: #707070;
	background: #f0f0f0;
	padding: 5px 14px !important;	
	border: 1px solid #f0f0f0 !important;
	text-decoration: none;
	font: 100 1.143em/32px "Noto Sans",sans-serif; 
	text-transform: uppercase; 
	text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}

button:hover, 
input[type="submit"]:hover,
input[type="button"]:hover {
	border: 1px solid #ccc !important;
	color: #444 !important;
}

iframe {
	max-width: 100% !important;
}

.has-background {
	padding:20px 30px;
}

/* Main Layout
------------------------------------------ */

.top {
	padding: 5px 0 0 0;
	width: 100%;
    z-index: 1000;
    overflow: hidden;
}

.top div ul, .top div ol {
	margin-top: -32px;
	margin-right: 47px;
	float: right;
}

.top div ul li, .top div ol li {
	float: left;
	margin: 0;
	padding: 0;
	color: #ddd;
	height: 26px;	
}

.top div ul li:last-child, .top div ol li:last-child {
	margin-right: -20px;
}

.top div ul li a, .top div ol li a {
	color: #707070;
	text-decoration: none;
	height: 26px;
}

.top div ul li a:hover, .top div ol li a:hover {
	color: #e14d15;
}

.social-navigation {
	float: left;
}

.social-navigation ul {
	list-style: none;
	float: left;
}

.social-navigation a {
	margin-left: 45px;
	display: block;
	height: 3.2em;
	position: relative;
	color: #333 !important;
}

.social-navigation a:hover {
	color: #828282 !important;
	color: rgba(92, 92, 92, 0.8) !important;
}

.social-navigation a:before {
 	font-family: 'FontAwesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

.genericon-text {
	display: none;
}

.social-navigation a:before {
	content: "\f415";
	font-size: 20px;
	height: 26px;
}

.social-navigation a[href$="/feed"]:before,
.social-navigation a[href$="/feed/"]:before {
  content: "\f09e"; /* fa-rss */
  font-family: "FontAwesomeSolid" !important;
  font-weight: 900;
}

.social-navigation a[href*="codepen.io"]:before {
  content: "\f1cb"; /* Codepen */
}

.social-navigation a[href*="digg.com"]:before {
  content: "\f1a6"; /* Digg */
}

.social-navigation a[href*="dribbble.com"]:before {
  content: "\f17d"; /* Dribbble */
}

.social-navigation a[href*="dropbox.com"]:before {
  content: "\f16b"; /* Dropbox */
}

.social-navigation a[href*="facebook.com"]:before {
  content: "\f09a"; /* Facebook */
}

.social-navigation a[href*="flickr.com"]:before {
  content: "\f16e"; /* Flickr */
}

.social-navigation a[href*="foursquare.com"]:before {
  content: "\f180"; /* Foursquare */
}

.social-navigation a[href*="plus.google.com"]:before {
  content: "\f0d5"; /* Google Plus (deprecated) */
}

.social-navigation a[href*="github.com"]:before {
  content: "\f09b"; /* GitHub */
}

.social-navigation a[href*="instagram.com"]:before {
  content: "\f16d"; /* Instagram */
}

.social-navigation a[href*="linkedin.com"]:before {
  content: "\f0e1"; /* LinkedIn */
}

.social-navigation a[href*="pinterest.com"]:before {
  content: "\f0d2"; /* Pinterest */
}

.social-navigation a[href*="getpocket.com"]:before {
  content: "\f265"; /* Pocket */
}

.social-navigation a[href*="polldaddy.com"]:before {
  content: "\f1fc"; /* Poll (Crowdsignal now) */
}

.social-navigation a[href*="reddit.com"]:before {
  content: "\f281"; /* Reddit */
}

.social-navigation a[href*="stumbleupon.com"]:before {
  content: "\f1a4"; /* StumbleUpon */
}

.social-navigation a[href*="tumblr.com"]:before {
  content: "\f173"; /* Tumblr */
}

.social-navigation a[href*="x.com"]:before,
.social-navigation a[href*="twitter.com"]:before {
	content: "\e61b"; 
}

.social-navigation a[href*="vimeo.com"]:before {
  content: "\f27d"; /* Vimeo */
}

.social-navigation a[href*="youtube.com"]:before {
  content: "\f144"; /* fa-circle-play */
  font-family: "FontAwesomeSolid" !important;
  font-weight: 900;
}

.social-navigation a[href*="youtube.com"]:before {
  content: "\f144"; /* YouTube */
}

.social-navigation a[href*="mailto:"]:before {
  content: "\f0e0"; /* fa-envelope */
  font-family: "FontAwesomeSolid" !important;
  font-weight: 900;
}

.social-navigation a[href*="spotify.com"]:before {
  content: "\f1bc"; /* Spotify */
}

.social-navigation a[href*="twitch.tv"]:before {
  content: "\f1e8"; /* Twitch */
}

header {
	width: 100%;
	left: 0;
	background-color: #fff;
	position: absolute;
}

header>div, .top>div {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 10px;
}

header div.title {
	margin: 0; 
	padding: 16px 0; 
	font: 100 1.7em/1.5em "ArialRounded";
	display: table-cell;
}

.logo {
	margin: 0;
	padding: 0;
	transition: width .10s;
}

header div.title a {
	padding: 0;
	color: #000;
	text-transform: uppercase; 
	font-family: "Rounded";
}

header div.title a[value*="."]{
	color: #e14d15;
}

header div.title a:hover {
	color: #e14d15;
	text-decoration: none;
}

header div span.tagline {
	margin: 0; 
	padding: 0;
	color: #6f7274; 
	font-family: "Noto Sans", sans-serif;
	font-size: 0.457em;
	font-weight: 400;
	line-height: 1.5em;
	text-transform: uppercase; 
	display: block;
}

header div form, header form button,
header.hide div nav,
header.hide div .search-icon,
header.hide div .head-area,
header div .closeSearch {
	display: none;	
}

header.hide div form {
	display: block;
}

.head-area {
	margin-top: 30px;
	text-align: center;
}

.sticky {
	background: rgba(255, 255, 255, .98);
	margin-top: 0;
	z-index: 10;
	top:0px;
	position: fixed;
	transform: translate(0, -68px);
}

.inView {
	transform: translate(0,0);
	transition: all .5s ease;
}

.sticky nav {
	background-image: url('images/sk-logo-min.svg');
	background-repeat: no-repeat;
	background-position: -10px;
}

.sticky nav ul.menu>li>a {
	padding: 24px 10.5px 24px 10.5px;
}

.sticky nav ul.menu>li ul {
	top: 71px;
}

.sticky .head-area {
	font-size: 12px;
}

.sticky div form input {
	padding: 13.5px 0 !important;
	height: 34px !important;
}

.sticky div .closeSearch {
	height: 30px !important;
	width: 30px !important;
	margin: 18px 0 !important;
}

.sticky .search-icon {
	margin-top: 24px;
}

.search-icon {
	margin: 8px 0 0 0;
	background-image: url('images/search.svg');
	background-size: 100%;
	width: 19px;
	height: 19px;
	float: right;
	cursor: pointer;
} 

.hide div .closeSearch {
	background-image: url('images/cancel.svg');
	background-position: center;
	width: 30px;
  	height: 30px;
	float: right;
	margin: 0 0 23px 0;
	cursor: pointer;
	display: block;
}

header.hide div form[class] {
	width: 100%;
	margin: 0;
	padding: 0; 
	border: none;
	display: block;
	background-color: #fff;
	border-bottom: 2px solid #e14d15;
}

header.hide div form input {
	width: 70%;
	height: 26px;
	margin: 0; 
	padding: 1px;
	font-size: 24px;
	font-weight: 100;
	border: none; 
	background: #fff; 
	color: #505355;
	box-shadow: none; 
	vertical-align: top;
	outline: none;
}

nav {
	z-index: 20;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #e14d15;
}

nav * {
	margin: 0; 
	padding: 0;
}

nav ul.menu {
	list-style: none;
	max-width: 1240px; 
	margin: 0 auto;
	padding: 0 10px 0 0;
	display: block;
	text-align: center;
}

nav ul.menu>li {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0 0 -8px 0;
}

nav ul.menu>li:hover {
	z-index: 150;
}

nav ul.menu>li>a {
	float: left; 
	padding: 10px 10.5px 24px 10.5px;
	color: #202020;
	font-family: 'Roboto', sans-serif;
	font-size: 13.5px;
	letter-spacing: 0.2px;
	white-space: nowrap;
	transition: padding .10s;
	text-transform: uppercase;
}

nav ul.menu>li>a:hover, 
nav ul.menu>li:hover>a, 
nav ul.menu>li.current-menu-item>a, 
nav ul.menu>li.current_page_item>a {
	color: #e14d15;
	text-decoration: none;
	transition: color .5s;
}

nav ul.menu>li ul {
	display: none; 
	position: absolute; 
	left: 0px; 
	top: 57px;
	width: 240px; 
	list-style: none; 
	margin-top: -2px;
	padding: 0; 
	text-align: left;
	background-color: rgba(250, 250, 250, 0.97);
	transition: top .10s;
}

nav ul.menu li:hover>ul {
	display: block;
}

nav ul.menu>li ul ul, .sticky nav ul.menu>li ul ul {
	left: 210px; 
	top: 0;
}

nav ul.menu>li ul li {
	display: block; 
	float: none; 
	position: relative; 
	padding: 0;
	margin: 0; 
}

nav ul.menu>li ul li:hover {
	overflow: visible;
}

nav ul.menu>li ul li a {
	display: block; 
	float: none; 
	padding: 8px 18px 8px 18px; 
	color: #505050; 
	font-family: "Noto Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 33px;
	transition: none;
}

nav ul.menu>li ul li a:hover,
nav ul.menu>li ul li:hover>a {
	text-decoration: none;
	color: #fff;
	background-color: #f26c4f;
}

header nav .view-mobile-menu {
	display: none;
}

.newsletterHeader p {
	float: left;
	width: 40%;
}

.newsletterHeader form {
	padding: 0 20px;
}

.newsletterHeader form input {
	margin-top: 1em;
}

section {
	margin-top: 78px;
	padding: 0 10px 20px 10px; 
}

section>div {
	max-width: 1240px;
	margin: 0 auto; 
	background: #fff;
}

.main {
  	float: left;
	overflow: hidden;
	margin: 0 1.5% 25px 0;
	width: 68.5%;
}

aside  {
	float: right;
	width: 28.5%;
	margin: 0 0 25px 1.5%;
	font-family: "Noto sans" sans-serif;
}

footer {
	margin: 25px 0 0 0;
	padding: 0;
	display: block;
	float: left;
	width: 100%;
}

footer>div {
	max-width: 1240px; 
	margin: 0 auto; 
	padding: 15px 0 0 0;
	border: 2px solid #e14d15;
	border-bottom: none;
	border-radius: 10px 10px 0px 0px;
}

footer .f-menu ul.menu {
	overflow: hidden; 
	margin: 0; 
	padding: 0 1.5%;
	text-align: center;
}

footer .f-menu ul.menu li { 
	margin: 0; 
	padding: 0 10px; 
	display: inline-block;
	line-height: 1.4em; 
	border-left: 1px solid #e8e8e8;
}

footer .f-menu ul.menu li:first-child {
	padding-left: 0; 
	border-left: none;
}

footer .f-menu ul.menu li a {
	white-space: nowrap;	
}

footer .f-menu ul.menu li a {
	color: #888; 
	font: 100 0.9em/1em "Roboto", sans-serif;
}

footer .f-menu ul.menu li a:hover, 
footer .f-menu ul.menu li.currrent-menu-item a, 
footer .f-menu ul.menu li.current_page_item a {
	color: #555859; 
	text-decoration: none;
}

footer .f-menu ul.menu ul {
	display: none;
}

footer .copyright {
	margin: 10px 0;
	padding: 0 1.5%;
	float:left;
	width: 100%;
	font-size: 13px;
	font-family: "Noto Sans", sans-serif;
}

/* sidebar
------------------------------------------ */
.widget {
	margin: 0 0 20px 0; 
	padding 0;
	color: #707070; 
	font-size: 0.8em;
	line-height: 1.7em;
	overflow: hidden;
}

.main .widget {
	padding: 0;
}

.widget:first-child {
	padding-top: 0;
}

.widget select {
	width: 220px; 
	margin: 5px 0;
}

.widget img { 
	border-radius: 2px;
}

.widget a img:hover {
	opacity: 0.70;
}

.widget .aboutAuthor {
	text-align: center;
}

.widget .aboutAuthor img {
	border: 1px solid #d9d9d9;
	border-radius: 100%;
	width: 150px;
	height: 150px;
}

.widget .aboutAuthor p {
	margin-bottom: 0;
	color: #757575;
	font-size: 14px;
	line-height: 1.8em;
}

.widget .aboutAuthor p b { 
	color: #454545;
}

.widget .aboutAuthor p a {
	color: #e14d15;
}

.widget .aboutAuthor p a:hover {
	text-decoration: underline;
}

.widget .col1 .my-articles:first-child {
	margin-top: -12px;
}

.widget .col1 .my-articles {
	border-bottom: 1px dotted #e5e6e6;
}

.widget .col1 .my-articles:last-child {
	border-bottom: none;
}

.widget .col1 .my-articles article h3.post-title {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
}

.widget .col1 .my-articles article h3.post-title span {
	font-size: 12px;
	font-weight: 100;
	color: #757575;
	display: block;
	line-height: 2em;
}

.widget .col1 .my-articles article .post-head {
	margin-right: 15px !important;
}

.widget .col1 .my-articles article {
	margin-top: 0;
	padding: 12px 0;
	border-bottom: none;
}

.widget .lastComment div {
	margin-bottom: 0;
	padding-bottom: 12px;
	overflow: hidden;
}

.widget .lastComment div:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget .lastComment div span.widgetCommentInfo span {
	display: block;
	text-align: center;
}

.widget .lastComment div span.widgetCommentInfo span a {
	color: #e14d15;
}

.widget .lastComment div span.widgetCommentInfo span a:hover {
	text-decoration: underline;
}

.widget .lastComment div span {
	margin-top: 15px;
	display: block;
	text-align: right;
}

.widget .lastComment div span>a {
	color: #e14d15;
}

.widget .lastComment div span>a:hover {
	text-decoration: underline;
}

.widget .lastComment div span.widgetCommentText {
	padding: 8px;
	display: table-cell;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	word-break: break-word;
	width: 100vw;
	text-align: left;
	color: #454545;
	line-height: 2;
}

.widget .lastComment div span.widgetCommentText p.more {
	margin: -2px 0 -8px -2px !important;
	text-align: right;
	float: none;
}

.tip {
	padding: 8px;
	display: table-cell;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	word-break: break-word;
    width: 100vw;
    margin: 50px auto;
    border: 1px solid #d9d9d9;
   	position: relative;
}

.tip:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid #d9d9d9;
	border-top: 8px solid #d9d9d9;
	border-bottom: 8px solid transparent;
	right: 24px;
	bottom: -17px;
}

.tip:after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid #fff;
	border-top: 8px solid #fff;
	border-bottom: 8px solid transparent;
	right: 25px;
	bottom: -15px;
}

aside h3 {
	margin: 0; 
	color: #505355;
}

.widget ul,
aside  ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .widget ul {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
}

footer .widget ul li:first-child{
	padding-top: 0;
}

footer .widget ul li:last-child{
	padding-bottom: 0;
}

footer .widget .tagcloud {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

footer .widget table {
	margin-top: 0;
	width: 100%;
}

.widget ul li,
aside  ul li {
	margin: 0;
	padding: 10px 0;
	border-top: 1px dotted #e5e6e6;
}

.widget ul li:first-child,
aside  ul li:first-child {
	padding: 0 0 10px 0;
	border: none;
}

.widget a,
.widget  ul li a,
aside  ul li a {
	color: #505355;
}

.widget a:hover {
	color: #e14d15;
}

.widget  ul li.current-menu-item>a,
.widget  ul li.current_page_item>a,
.widget  ul li.current-cat>a,
.widget  ul li.current-menu-item>a:visited, 
.widget  ul li.current_page_item>a:visited,
.widget  ul li.current-cat>a:visited,
aside  ul li.current-menu-item>a,
aside  ul li.current_page_item>a,
aside  ul li.current-cat>a,
aside  ul li.current-menu-item>a:visited, 
aside  ul li.current_page_item>a:visited,
aside  ul li.current-cat>a:visited {
	font-weight: bold; color: #676767;
}

.widget  a:visited, .widget .tagcloud a:visited 
aside  a:visited, aside .tagcloud a:visited {
	color: #424242;
}

.widget a:hover,
aside a:hover {
	color: #e14d15; 
	text-decoration: none;
}

.widget  ul li ul, 
aside  ul li ul {
	margin: 5px 0 -5px; 
	padding: 0; 
	border: none;
}

.widget  ul ul li, 
.widget  ul ul li:first-child, 
aside  ul ul li, 
aside  ul ul li:first-child {
	padding-left: 20px; 
	border-top: 1px solid #f2f2f2;
}
.widget  table a,
aside  table a {
	color: #505355;
}

.widget  table a:hover,
aside  table a:hover {
	color: #e14d15;
}

.widget form[class],
aside  form[class] {
	margin: 0; 
	padding: 0; 
	border: none; 
	background: none;
}

.widget form[class] input,
aside  form input {
	width: 80%;
}

.widget select,
aside  select {
	width: 260px;
}

.widget form.searchform fieldset,
section form.searchform fieldset {
	position: relative;
}

.widget form.searchform button,
section form.searchform button {
    width: 10%;
	min-width: 70px;
	height: 40px;
	margin-left: 10px;
	padding: 0;
	border: none;
	background: url(images/search.svg) no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-color: #f0f0f0;
	background-size: 30%;
	line-height: 30px;
	top: 5px;
	right: 0;
}

.textwidget, .tagcloud {
	text-align: justify;
}

.socialWidget a img { 
    width: 32.74%;
    height: 27%;
    max-width: 140px;
    max-height: 100px;
	margin-bottom: 1em;
}

.socialWidget a:hover img {
	opacity: 0.8;
}

.social a img {
	margin: 3px;
	width: 35px;
	height: 35px;
}

.socialPost {
	margin-top: 1em;
}

/* post styles
------------------------------------------ */
.main article.post , 
.main article.page {
	clear: both; 
	margin: 0; 
	padding: 0 0 13px 0;
    text-align: justify;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 2;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

.singlePage {
	margin: 15px 15% 25px 15%;
	width: 70%;
}

.my-articles {
    overflow: hidden;
    width: 100%;
}

.my-articles article a:hover img {
	opacity: 0.70;
	filter: alpha(opacity=70);
}

.my-articles article img {
	margin: 0 0 15px 0;
	max-width: 100%;
}

.my-articles article div p {
	font-size: 14px;
	margin: 0.5em 0;
}

.my-articles article div p.post-meta {
	font: normal 11px "Roboto", sans-serif;
}

.excerpt p {
	color: #757575;
}

.col1 .select .s1, .col2 .select .s2 {
	opacity: 0.20;
	filter: alpha(opacity=30);
	cursor: default;
}

.col1 .post-head {
	margin-right: 25px;
	max-width: 26%;
	float: left;
}

.col1 .my-articles article {
	margin-top: 20px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e6e6;
}

.col1 .my-articles article div {
	display: table-cell;
}

.col1 .my-articles article img {
	max-height: 140px;
	border-radius: 2px;
}

.col2 article img {
	height: 220px;
	border-radius: 2px;
}

.col2 .pages {
	margin-top: 0;
}

.col2 .my-articles article:first-child {
	margin-right: 2%;
	margin-left: 0 !important;
}

.col2 .my-articles article:last-child {
	margin-left: 2%;
}
 
.col2 .my-articles article {
	width: 48%;
	float: left;
	clear: none;
}

h3.post-title {
	margin-top: 0; 
	text-align: left;
	line-height: 1.5;
}

.select span {
	margin-top: 15px;
	float: right;
}

.select span.s2 {
	background-image: url('images/grid.svg');
	background-size: 100%;
	opacity: 0.30
}

.select span.s1 {
	background-image: url('images/th.svg');
	background-size: 100%;
	opacity: 0.30
}

.selectCol:hover {
	opacity: 0.20 !important;
}

.selectCol {
	margin-right: 10px;
	cursor: pointer;
	height: 18px;
	width: 18px;
}

.article-metadata {
	background-image: url('images/slash.svg'), url('images/slash.svg');
	background-size: 11px, 11px;
	background-repeat: no-repeat, no-repeat;
	background-position-x: 0, 5px;
	background-position-y: center, center;
	padding-left: 20px !important;
}

.icon {
	display: inline-block; 
	width: 20px; 
	height: 20px; 
	vertical-align: middle;
}

.icon.author,
.icon.date,
.icon.comments,
.icon.cats 
{
	margin: -10px -7px 0 0;
	font-family: 'Genericons';
	font-size: 14px;
}

.icon.tags {
	margin: -14px 0 0 0;
	font-family: 'Genericons';
	font-size: 14px;
}

.icon.author:before {
	content: '\f304';
}

.icon.date:before {
	content: '\f307';
}

.icon.comments:before {
	content: '\f108';
}

.icon.cats:before {
	content: '\f301';
}

.icon.tags:before {
	content: '\f302';
}

.post-head {
	overflow: hidden;
	text-align: left;
}

p.post-date span {
	display: block; 
	margin: 0 0 0 -12px; 
	padding: 10px 0 5px 12px; 
	border-top: 1px solid #ffa57f; 
	font-weight: bold; 
	font-size: 2em;
}

p.post-meta {
	overflow: hidden; 
	margin: 0; 
	padding: 0; 
	color: #9e9e9e;  
	font-size: 11px;
	font-family: 'Noto sans',sans-serif;
	text-transform: uppercase;
	text-align: left;
}

p.post-meta>span {
	padding: 0 4px;
}

p.post-meta>span:first-child, 
p.post-meta .comment-link+span {
	padding-left: 0;
}

p.post-meta+h1 {
	margin-top: 0.25em;
}

p.post-meta a {
	color: #e14d15;
}

p.post-meta a:hover {
	text-decoration: underline;
}

p.post-meta a.comment-link .icon {
	margin-right: 5px;
}

p.more {
	float: right;
	font-size: 14px !important
}

p.more>a {
	color: #454545;
}

p.more>a:hover {
	color: #e14d15;
	text-decoration: none;
	transition: color .3s;
}

.widget p.more a {
	width: 30px; 
	height: 30px; 
	margin-top: 7px; 
	text-indent: -50em;
	font-family: 'Genericons';
    font-size: 14px;
	color: #454545;
	text-decoration: none;
}

.widget p.more a:hover {
	color: #888;
}

.widget p.more a:after {
	content: '\f412';	
}

.post img.attachment-post-thumbnail {
	border: 1px solid #e5e6e6;
	float: left;
}

p.tags {
	margin: 20px 0 0 0;
	font-size: 0.857em;
	display: block;
}

div.post.sticky p {
	color: #505355;
}

div.post.sticky p.post-date {
	color: #fff;
}

p.pages a, p.pages > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 16px;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
	font-family: "Noto Sans", sans-serif;
}

p.pages a:hover, p.pages a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
	text-decoration: none;
}

p.pages a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

/* widget header, category name header 
----------------------------------------- */
.widgetHeader, .select {
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.widget h2, .select h1 {
	margin: 0 0 -1px 0;
	color: #505355;
	font-weight: 100;
	font-size: 21px;
	line-height: 40px;
	border-bottom: 1px solid #aaa;
	display: inline-block;
}

.col1 .select {
	margin-bottom: 0;
}

.col2 .select {
	margin-bottom: 20px;
}

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

.select h1 {
	font-size: 23px;
	max-width: 80%;
}

/* comments
------------------------------------------ */
.comments {
	clear: both;
}

.comments label {
	float: left; 
	width: 100px;
}

ul.commentlist {
	margin: 1em 0;
}

ul.commentlist li {
	overflow: hidden; 
	margin: 1em 0 0; 
	padding: 10px 20px; 
	border: 1px solid #e5e6e6; 
	background: #fff;
}

ul.commentlist li.odd {
	background: #fafbfc;
}

ul.commentlist li li {
	clear: both; 
	margin: 0 0 15px; 
	border: 1px solid #e5e6e6;
}

ul.commentlist ul {
	clear: both;
}

img.avatar {
	float: left; 
	margin: 0 20px 0 0;
}

.reply {
	float: right; 
	overflow: hidden; 
}
.reply a {
	float: right; 
	margin-bottom: 15px; 
	font-weight: 100 !important;
}

.reply a:hover {
	text-decoration: none;
}

ul.commentlist li .comment-body ul {
	margin: 1em 0; 
	list-style: disc;
}

ul.commentlist li .comment-body ol {
	margin: 1em 0; 
	list-style: decimal;
}

ul.commentlist li .comment-body li {
	overflow: visible; 
	margin: 0 0 0 20px; 
	padding: 0; 
	border: none; 
	background: transparent;
}

.comment-meta, 
.comment-author-vcard {
	font-size: 0.929em;
}

a#cancel-comment-reply-link {
	font-size: 0.929em;
}

a.comment-reply-link {
	font: bold 0.929em "Noto Sans", sans-serif; 
	text-transform: uppercase;
}

a.comment-reply-link:hover {
	color: #687375;
}

#wpdcom {
	max-width: 100% !important;
}

#wpdcom .wc-field-submit input[type="submit"] {
	padding: 10px 15px 5px 15px !important;
	font-size: 15px !important;
	border-radius: 4px;
	color: #707070 !important;
	background: #f0f0f0;
	box-shadow: none;
}

#wpdcom .wpd-form-head {
	border: none !important;
}

#wpdcom .wpd_label, #wpdcom .wpd_label span {
	margin: 0px 0px 5px 0px !important;
	display: inline-block;
	margin: 10px;
	width: auto;
}

/* misc
------------------------------------------ */

.clear {
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
	float: none;
	overflow: hidden;
	border: none;
}

.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
	padding: 0;
}

.alignright {
	float: right;
	margin: 5px 0 5px 20px;
	padding: 0 3%;
}

.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

.wp-caption-text {
	margin: 0.5em 0; 
	color: #666; 
	font-size: 0.929em;
}

.nocomments {
	clear: both;
}

img.size-thumbnail {
	margin: 0 5px 5px;
}

a.post-edit-link {
	font-size: 0.5em;
}

img {
	margin: 0;
	max-width: 99%;
	height: auto;
}

img.attachment-post-thumbnail, 
img.attachment-thumbnail {
	margin: 0 0 10px 0;
}

a:hover img.attachment-post-thumbnail, 
a:hover img.attachment-thumbnail {
	border-color: #e14d15;
}

embed {
	max-width: 610px;
}

.wp-caption img, 
.wp-caption embed {
	max-width: 100%;
	border-radius: 2px;
}

label+.required {
	margin-left: -17px;
}

.main input[type="submit"] {
	width: auto;
}

.main form p {
	margin: 0.5em 0;
}

.main form p.form-submit {
	text-align: right;
}

.main ul {
	list-style-image: url("images/bullet.png");
}

.gallery {
	overflow: hidden;
	padding: 1.5em 0;
}

.gallery dl {
	text-align: center;
}

.gallery dl dt {
	float: none; 
	width: auto;
}

.gallery dl dd {
	width: auto; 
	margin: 0; 
	text-align: center;
}

.gallery a img, 
.gallery a img[class] {
	margin: 0; padding: 0;
}

.wp-caption {
	max-width: 610px;
}

.wp-caption, 
.gallery-caption {
	padding: 10px 5px 5px; 
	text-align: center;
	max-width: 96%;
}

.gallery-caption {
	margin: 5px;
}

[id*="gallery"] img {
	border: none !important;
}

p.pagination {
	overflow: hidden; 
	clear: both; 
	margin: 30px 0; 
	padding: 0;
}

p.pagination a {
	display: inline-block; 
	margin: 5px 0; 
	color: #505355; 
	font: bold 0.857em "Noto Sans", sans-serif; 
	text-transform: uppercase;
}

p.pagination a:hover {
	color: #e14d15; 
	text-decoration: none;
}

p.pagination .prev {
	float: left; 
	width: 48%;
	text-align: left;
}

p.pagination .prev a {
	padding-left: 20px; 
}

p.pagination .prev a:before {
	font-family: 'Genericons';
	content: '\f430';
	font-size: 21px;
	margin: -4px 0 0 -25px;
	position: absolute;
}

p.pagination .next {
	float: right; 
	text-align: right;
	width: 48%;
}

p.pagination .next a {
	padding-right: 20px; 
}

p.pagination .next a:after {
	font-family: 'Genericons';
	content: '\f429';
	font-size: 21px;
	margin: -4px 0 0 5px;
	position: absolute;
}

p.pages {
	clear: both;
	margin: 20px 0 20px 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
}

p label {
	display: inline; 
	float: none; 
	width: auto; 
	margin-bottom: 0;
}

.main h3, 
.main h2 {
	/*clear: both;*/
}

p.comment-form-comment label {
	display: block;
}

.gallery-caption {
	position: static;
}

.bypostauthor {
	position: static;
}

section pre {
	overflow: auto; width: 610px;
}

footer .widgets {
	overflow: hidden;	
	padding: 0 1.5%
}

footer .widgets .widget {
	padding-top: 0;	
}

footer .widgets .widget h3 {
	margin-top: 0;
	color: #505355;
    font: normal 1.154em "Noto Sans",sans-serif;
    margin: 0;
	margin-bottom: 0.5em;
}

footer .widgets .col {
	width: 23%;
	float: left;
	margin: 0 0 15px 0;
	margin-right: 2%;	
}

footer .widgets .cols:last-child .col:last-child {
	margin-right: 0;
	width: 25%;
}

img.alignleft,
img.alignright,
img.aligncenter {
	max-width: 95%!important;
}

/* For mobile menu */
@media only screen and (max-width: 1240px) {

	body{
		-webkit-text-size-adjust: none;
	}

	.top, header {
		position: relative;
	}

	header {
		margin-top: 0;
	}

	.newsletterHeader {
		display: none;
	}

	section {
		margin-top: 25px;
	}

	/* Header */
	header, .hide {
		background: rgba(255, 255, 255, .98); 
	}

	/* Nav */
	header .view-mobile-menu {
		width: 25px;
		height: 27px;
		margin: 6px 30px 21px 0;
		float: right;
		display: block;
		background-image: url("images/menu-icon.svg");
		background-size: 100%;
		cursor: pointer;
	}

	header .exitMenu {
		background-image: url("images/cancel.svg");
		background-size: 76%;
		background-position: center;
		background-repeat: no-repeat;
	}

	nav {
		overflow: hidden;
		width: 100%;
		max-height: 0;
	}

	nav.m {
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.55s ease-in;
	}

	nav ul.menu, header.hide div .view-mobile-menu {
		display: none;
	}

	nav.mMenu {
		max-height: 2000px;
		transition: max-height 0.35s ease-in;
	}

	nav ul.menu {
		margin: 0 20px 20px 0;
		padding: 0;
		display: block;
		font-size: 16px; 
		width: 100%;
		text-align: center;
	}

	nav ul.menu>li {
		float: none;
		display: block;
		margin-top: 10px;
	}

	nav ul.menu>li>a:hover, 
	nav ul.menu>li:hover>a {
		color: #505050;
	}

	nav ul.menu>li>a {
		float: none;
		line-height: 0;
		font-weight: bold;
	}

	nav.mMenu ul.menu>li>a {
		padding: 0;
	}

	nav ul.menu>li>a:hover {
		color: #f26c4f;
	}

	nav ul.menu>li ul li a:hover, nav ul.menu>li ul li:hover>a {
		background: none;
		color: #505050;
	}

	nav ul.menu>li ul {
		position: static; 
		display: block;
		top: auto;
		width: auto;
		background: none;
		border: none;
		text-align: center;
	}

	nav ul.menu>li ul li a {
		padding: 0;
	}

	nav ul.menu>li ul li a:hover {
		color: #f26c4f;
	}

	footer>div {
		max-width: 1240px; 
		margin: 0 auto; 
		border-top: 2px solid #e14d15;
		border-left: none;
		border-right: none;
		border-radius: 0px;
	}
}

/* For tablet */
@media only screen and (min-width: 401px) and (max-width: 800px) {

	.newsletterHeader {
		display: none;
	}

	/*Main*/
	.main {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.select span {
		display: none;
	}

	.col2 .select {
		margin-bottom: 0;
	}

	.col2 .post-head {
		margin-right: 25px;
		width: 30%;
		float: left;
	}

	.col2 .my-articles article {
		margin-top: 20px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		float: left;
		width: 100%;
		border-bottom: 1px solid #e5e6e6;
	}	

	.col2 .my-articles article div {
		display: table-cell;
	}

	.col2 .my-articles article img {
		max-height: 140px;
		height: auto;
	}

	.col2 .pages {
		margin-top: 20px;
	}

	/*Sidebar*/
	aside {
		border-left: medium none;
		border-right: medium none;
		clear: both;
		float: none;
		width: auto;
		border-bottom: none;
		padding: 15px 0 30px 0;
		margin: 0;
	}

	aside .cols {
		float: left;	
	}	

	aside .cols:last-child .widget{
		margin-left: 7px;	
	}
	
	p.post-date {
		margin-left: 0;
		margin-right: 7%;
		width: 45px;	
	}

	/*footer*/
	footer div .copyright {
		margin: 0 10px;
		padding-left: 10px;
		padding-right: 10px;
		width: auto;
	}

	footer div .f-menu {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	footer .widgets .cols {
		margin: 0;
		padding: 0;
		width: 100%;
		float: right;	
	}
	
	footer .widgets .cols:first-child {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;	
	}
	
	footer .widgets .col {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		vertical-align: top;
		float: left;
	}
	
	footer .widgets .col .widget {
		margin-right:0;
		margin-left:0;
		margin-top: 15px;	
	}
	
	input, select, select[class], textarea {
		width: 50%;	
	}
	.widget form[class] input, aside form input {
		padding-right: 0;
		padding-left: 3%;	
	}
	table th, table th[class],
	table td, table td[class] {
		padding: 3px 5px;	
	}
	footer .widgets .cols:last-child .col:last-child {
		width: 100%;	
	}	
}

/* for mobile divices*/
@media only screen and (min-width: 50px) and (max-width: 470px) {
	
	.newsletterHeader {
		display: none;
	}

	/*Main*/
	.select span, .my-articles article div p {
		display: none;
	}

	.main article.post , 
	.main article.page {
		font-size: 15px;
	}

	.singlePage {
		margin: 0 auto;
	}

	.my-articles article div h3.post-title {
		margin: 0 0 10px 0;
		font-size: 15px;
		text-align: left;
	}

	.col2 .select {
		margin-bottom: 0;
	}

	.col2 .post-head {
		margin-right: 25px;
		width: 30%;
		float: left;
	}

	.col2 .my-articles article {
		margin-top: 20px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		float: left;
		width: 100%;
		border-bottom: 1px solid #e5e6e6;
	}	

	.col2 .my-articles article div {
		display: table-cell;
	}

	.col2 .my-articles article img {
		max-height: 140px;
		height: auto;
	}

	.col2 .pages {
		margin-top: 20px;
	}

	/*Header*/

	header form[class] {
		float: none;
	}
	
	/*footer*/
	footer .widgets .cols:last-child .col:last-child {
		width: 100%;	
	}

	footer .widgets .col {
		width: 100%;
		clear: both;
		float: none;
	}

	footer .widgets .col .widget {
		margin-left: 0!important;
		margin-right: 0!important;	
	}
	
	.main {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.mainPagePost {
		margin: 20px 0 0 0;
	}

	.main article.post, .main article.page {
		margin-right: 0;
		padding: 0;	
	}

	p.post-date {
		display: none;
	}

	/*sidebar*/
	aside {
		border-left: medium none;
		border-right: medium none;
		clear: both;
		float: none;
		width: auto;
		border-bottom: none;
		padding: 15px 0 30px 0;
		margin: 0;
	}

	input, select, select[class] {
		width: 93%;
		clear: both;	
	}

	textarea {
		min-width: 0;
		width: 93%;	
	}
	
	.widget form[class] input, aside form input {
		padding-right: 0;
		padding-left: 3%;	
	}
}

/* for mobile divices*/
@media only screen and (max-width: 350px) {
	
	.newsletterHeader {
		display: none;
	}
	
	header .title a span, .tagline {
		display: none;
	}

	.main article.post, 
	.main article.page {
		font-size: 13px;
	}
}

#cookies-message-container span {
	padding: 15px 20px;
	display: block;
	border-top: 1px solid #e5e6e6;
	font-size: 13px;
	position: fixed;
	background: rgba(255, 255, 255, .98);
	bottom: 0;
}

#cookies-message-container a {
	margin-left: 10px;
}

.grecaptcha-badge { visibility: hidden; }