/*
Theme Name: Fourmagz
Theme URI: https://themes.codeku.org/fourmagz/
Author: Codeku
Author URI: https://codeku.org
Description: The 2017 Fourmagz theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background. For more information about Fourmagz please go to https://goo.gl/bAbwj8
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: fourmagz

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.
*/

/** 
 * Css Structure
 * -----------------------------------------
=Repeatable patterns
=Feature Headline
=Block Header
=Basic structure
=Main content and comment content
=Archives
=Single audio/video attachment view
=Single image attachment view
=Post formats
=Comments
=Error 404 page template
=Front page template
=Widgets
=Plugins
=Styling login/register/forgot pass
=Gride Layout Fourmagz
------------------------------------------ **/

/* =Rate pxtorem 
10px = 0.8333rem
11px = 0.9167rem
12px = 1rem (base)
13px = 1.083rem
14px = 1.167rem
15px = 1.25rem
16px = 1.333rem
18px = 1.5rem
20px = 1.667rem
22px = 1.833rem
24px = 2rem
26px = 2.167rem
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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%;
	vertical-align: baseline;
}
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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	transition: all 0.5s ease;
}
a {
	color: #595858;
}
a:focus {
	outline: none;
}
a:hover {
	outline: none;
	color: #063884;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 14px;
	font-size: 1.167rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
.comment-now {
	margin-top: 20px;
	margin-top: 1.428571429rem;
	background-color: #fff;
	border: 1px solid #ededed;
	padding: 15px;
}
.comment-now h3{
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
.comment-now form{
	margin: 5px 0;
	margin: 0.214285714rem 0;
}
.comment-now form p.login-now, 
.comment-now form p.register-now{
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
textarea.commen-off{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
	height: 100px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-image: none;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.img-responsive,
img.wp-post-image {
	width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* =Feature Headline 
-------------------------------------------------------------- */
.fourmagz-headline{	
	position: relative;
	margin-bottom: 15px;
	clear:both;
}
.headline-post {
	height: auto;
	padding: 0;
	border: none;
	cursor: inherit;
	z-index: 1;	
}
.headline-post img{
	width: 100%;
	height: auto;
}
.headline-category {
	padding: 5px 10px;
	font-weight: 300;
	z-index: 1;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
	background: #063884;
}
.headline-post .icon-hl{
	display: block;
	position: absolute;
	top: 35%;
	right: 42%;
	font-size: 6rem;
	color: rgba(255, 255, 255, 0.68);
}
.headline-gradient {
	position: absolute;
	color: #fff;
	width: 100%;
	bottom:2px;
	padding: 0;
	background: #000;
	background: -moz-linear-gradient(top,transparent 0,rgba(0,0,0,.47) 31%,rgba(0,0,0,.7) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(31%,rgba(0,0,0,.47)),color-stop(100%,rgba(0,0,0,.7)));
	background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.47) 31%,rgba(0,0,0,.7) 100%);
	background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.47) 31%,rgba(0,0,0,.7) 100%);
	background: -ms-linear-gradient(top,transparent 0,rgba(0,0,0,.47) 31%,rgba(0,0,0,.7) 100%);
	background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.47) 31%,rgba(0,0,0,.7) 100%);
}
.headline-post .headline-title {
	height: auto;
	padding: 20px;
}
.headline-title {
	height: 67px;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 400;
}
.headline-title h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height: 2rem;
	text-shadow: 2px 1px 2px #000;
}
a.headline-link{
	color:#fff!important;
}
a:hover.headline-link {
	color:#f8f8f8!important;
}

/* =Block Header
-------------------------------------------------------------- */

.block-header{
	position: relative;
	display: flex;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 25px;
}
/* Left Header */
.block-header .left-header{
	float: left;
	position: relative;
}	
.left-header span {
	display: block;
	padding: 5px 0;
}

/* Center Header */
.block-header .search-header{
	display: inline-block;
}
.center-header{
	position: relative;
	float: left;
	min-height: 1px;
}

/* Right Header */
.right-header{
	float: right;
	min-height: 1px;
	display: inline-block;
}
/* Section Header Logo, Date Login, Search, Social, Ads, Text */
.login-header{
	position: relative;
	margin: 15px 0;
}
.login-header span{
	display:inherit;
	padding:5px;
}
.social-header {
	display: inline-block;
	float: right;
	margin: 20px 0;
}
.logo-header {
	position: relative;
	margin-top: 10px;
}
.logo-header img{
	max-width: 400px;		
	height: auto;
	clear: both;
}
.ads-header {
	max-width: 728px;
	max-height: 90px;
	margin-top: -10px;
}
.center-header .logo-header {
	padding-left: 0px;
}
.right-header .login-header, 
.right-header .logo-header {
	float: right;
}
.menu-social-container {
	float: right;
	padding-bottom: 6px;
	padding-left: 3px;
}
.menu-social-container .nav-menu{
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-header .menu-social-container .nav-menu li{
	font-size: 18px;
	margin: -1px 0;
	width: 33px;
	height: 33px;
}
.menu-social-container .nav-menu li{
	float: left;
	cursor: pointer;
	font-size: 15px;
	border-radius: 50%;
	margin: -1px 3px;
	width: 30px;
	height: 30px;
	color: #f9f9f9;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu-social-container i{
	margin-top:8px;
	color:#f9f9f9;
}
.menu-social-container i:hover{
	color:#c3c3c3;
}
.fb-social, 
.twitter-social, 
.g-social, 
.instagram-social, 
.youtube-social, 
.pinterest-social, 
.tumblr-social,	
.mailto-social,	
.rss-social{
	border: 2px solid #f9f9f9;
}
.fb-social{
	background-color: #07047e;
}
.twitter-social{
	background-color: #0aaed1;
}
.g-social{
	background-color: #980d0d;
}
.instagram-social{
	background-color: #570b51;
}
.youtube-social{
	background-color: #b90d00;
}
.pinterest-social{
	background-color: #8d241c;
}
.tumblr-social{
	background-color: #09114b;
}
.linkedin-social{
	background-color: #020d5a;
}
.whatsapp-social{
	background-color: #109c34;
}
.link-social{
	background-color: #333;
}
.mailto-social{
	background-color: #950c0c;
}
.rss-social{
	background-color: #d7700c;
}
footer .fb-social, 
footer .twitter-social, 
footer .g-social, 
footer .instagram-social, 
footer .youtube-social, 
footer .pinterest-social, 
footer .tumblr-social,	
footer .mailto-social,	
footer .rss-social{
	background-color: #fff0;
}

/* Costum Search */
.search-form{
	float: right;
	margin-left: 5px;
	display: inline-block;
	position: relative;
}
button[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
}
.search-form .btn-submit i{    
	font-size: 16px;
	color: #f9f9f9;
} 
.form-search {
	width: auto;
	background: rgba(240, 240, 240,0.8);
	border: 1px solid #ededed;
	border-radius: 29px;
	height: 33px;
}
.form-search .search-field, #searchform .search-field {
	background: none;
	border: 0 !important;
	font-size: 14px;
	color: #252525;
	padding-left: 10px;
	padding-right: 15px;
	line-height: normal;
	height: 30px;
	vertical-align: middle;
	font-family: inherit;
	line-height: inherit;
	-webkit-text-size-adjust: 100%;
}
#searchform .widget-search-form{
	width: auto;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #ededed;
	border-radius: 29px;
	height: auto;
}
#searchform .searchsubmit{
	float:right;
}
#searchform .searchsubmit{
	background: #ededed;
	color: #333;
	cursor: pointer !important;
	width: 42px;
	height: 42px;
	vertical-align: middle;
	border: 0;
	margin: 0;
	border-radius: 50%;
	transition: all 0.5s ease;
	padding: 0;
	text-align: center;
}
button[type="submit"] {
	background: #063884;
	cursor: pointer!important;
	width: 33px;
	height: 33px;
	vertical-align: middle;
	border: 0;
	margin: 0;
	border-radius: 50%;
	transition: all 0.5s ease;
	padding: 0;
	text-align: center;
	
}
button {
	border-radius: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
}
button[type="submit"]:hover {
	background: #a1a1a1;
}
input:focus, 
textarea:focus, 
keygen:focus, 
select:focus {
	outline: none!important;
}

/* Social Share */
.align-center{
	text-align:center;
}
.float-left{
	float:left;
}
.float-center{
	text-align:center;
}
.float-right{
	float:right;
}
.post-share-wrapper {
    clear: both;
    line-height: 1.4;
    overflow: hidden;
    margin-bottom: 10px;
	padding: 15px;
    background-color: #fff;
    border: 1px solid #ededed;
}
.post-share-wrapper li{
	cursor: pointer;
	font-size: 18px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	color: #f9f9f9;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 2px solid #f9f9f9;
	display: inline-block;
}
.post-share-wrapper li a{
	color: #fff;
	line-height: 1.8;
}
.list-inline{
	display: inline;
}
.share-fb,
.share-twitter,
.share-linkedin,
.share-gplus,
.share-pinterest,
.share-whatsapp,
.share-link{
	vertical-align: middle;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 1.4;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ededed;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 45%;
	padding: 10px;
	font-size: 15px;
	font-weight: 600;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 45%;
	padding: 10px;
	font-size: 15px;
	font-weight: 600;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 10px 0;
	margin: 1.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 0;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 20px;
	margin: 0 0 1.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}
.author.archive .author-info {
	background: #fff;
    padding: 15px;
}
.author-description li {
	display:inline-block;
	padding-right: 10px;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #595858;
}
/*body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}*/
a {
	outline: none;
	text-decoration: none;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
.site {
	background-color: #fff;
}

/* Header */
.site-header {
	padding: 20px 20px 0 20px;
	display:block;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #848484;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}
.mobile-menus{
	display:none;
}

/* Navigation Menu */
.main-navigation {
	margin-left: -20px;
	margin-right: -20px;
	text-align: center;
}
.main-navigation li {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover{
	color: #848484;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: block;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	margin-bottom: 15px;
	word-wrap: break-word;
	position: relative;
}
.widget-area .widget h3 {
	margin-bottom: 15px;
	margin-bottom: 1.25rem;
}
.widget-area .widget .textwidget {
	text-align: center;
	margin: 0 auto;
	max-width: 300px;
}

/* Recent Post */
.widget .repost__img {
    width: 90px;
    float: left;
    margin-right: 10px;
	position: relative;
}
.widget .repost__img span.icon-post-format {
    display: block;
	position: absolute;
	top: 13%;
	right: 30%;
	font-size: 3rem;
	color: rgba(255, 255, 255, 0.68);
}
.widget ul > li {
	margin-bottom: 5px;
	display: inline-block;
	background-color: #fff;
}
.widget .repost__title {
	display:table;
}
.widget .repost__title h2{
	hyphens:none;
	width: 100%;
    font-size: 13px;
	font-size: 0.963489rem;
    line-height: 1.2;
    font-weight: 300;
}
.widget .repost__item span {
    font-size: 12px;
	line-height: 2.2;
}
.widget span.repost__group {
    font-size: 12px;
	line-height: 2.2;
}

/* Popular Post */
.widget .popular__num {
    position: relative;
    float: left;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
	line-height: 45px;
    padding: 10px;
    margin-right: 10px;
}
.widget .popular__title {
    position: relative;
    display: table;
}
.widget .popular__title h2 {
    font-size: 0.95765rem;
	font-weight: normal;
	line-height: 1.3rem;
}
.widget .popular__info {
    float: right;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.2;
	border: 1px solid #ededed;
	width: 100%;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul,
.widget-area .textwidget ol {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li > ul,
.widget-area .textwidget li > ol {
	margin-bottom: 0;
}
.widget-area .textwidget ol {
	list-style: decimal;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area #s {
	width: 70%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer#colophon{
	background-color: #333;
}
footer.footerinfo {
	clear: both;
	text-align: center;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer.footerinfo a {
	color: #c3c3c3;
}
footer.footerinfo a:hover {
	color: #848484;
}
footer .footer-top{
	position: relative;
	display: flex;
	margin: 0 25px 25px;
	text-align: left;
	border-bottom: 2px solid #424242;
}
footer .footer-top aside{
	margin: 10px;
}
.footer-top h3.widget-title{
	font-size: 14px;
	font-size: 1.167rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #c3c3c3;
	border-bottom: 2px solid #c3c3c3;
}
.footer-top select{
	width: 100%;
	margin-top: 10px;
}
.footer-top aside .textwidget{
	color: #c3c3c3;
}
.footer-top aside > ul{
	padding-top: 10px;
}
.footer-top aside > ul > li{
	margin-bottom: 5px;
	display: block;
	background-color: rgba(255,255,255,0); /* #fff0; */
	padding: 0;
}
.footer-top-left{
	float: left;
    position: relative;
}
.footer-top-center{
	position: relative;
	float: left;
	min-height: 1px;
}
.footer-top-right{
	float: right;
	min-height: 1px;
	display: inline-block;
}
footer .footer-top li > a {
	color:#c3c3c3;
}
footer .site-info {
    color: #c3c3c3;
}
footer .footer-social-media{
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
footer .footer-menu{
	color: #8a8a8a;
	display: block;
}
.footer-menu .foot__wrap{
	position: relative;
}
#foot__item li {
	display: inline-block;
}
#foot__item a {
	font-size: 14px;
	padding: 5px;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 15px;
	margin-bottom: 1.25rem;
}
.home .entry-header,
.category .entry-header,
.tag .entry-header,
.archive .entry-header,
.search .entry-header {
	padding: 5px;
}
#breadcrumb{
	position: relative;
	padding-bottom: 15px;
}
#breadcrumb li{
	display: inline;
	line-height: 1.2;
}
#breadcrumb span {
    display: initial;
}

.entry-header img.img-home {
	position: relative;
	float: left;
	width: 125px;
	margin-right: 15px;
}

.entry-header .img-homepage{
	position: relative;
	float: left;
	margin-right: 15px;
	width: 125px;
}
.entry-header .img-homepage span{
	display: block;
	position: absolute;
	top: 22%;
	right: 37%;
	font-size: 3rem;
	color: rgba(255, 255, 255, 0.68);
}

.entry-header .title-list-home {
	font-size: 16px;
	font-size: 1.224376rem;
	line-height: 1.2;
	font-weight: normal;
	display: inline;
	position: relative;
	hyphens: none;
	top:-5px;
}
.entry-header img.img-single {
	margin-top:15px;
}
.entry-header .entry-title-single {
	font-size: 26px;
	font-size: 2.1rem;
	line-height: 1.4;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header span {
	position: relative;
	display: inherit;
	padding-top: 10px;
}
.entry-header .entry-meta{
	position: relative;
	display: table-cell;
	padding-top: 5px;
}
.entry-header ul > li{
	display: inline-block;
	padding-right: 10px;
	font-size: 14px;
	line-height: 1.3rem;
}
img.img-circle{
	border-radius: 50%;
	position: relative;
	margin-bottom: -8px;
	margin-right: 5px;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	font-size: 1.2rem;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
	border-left: 2px solid #dedede;
    padding-left: 15px;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.entry-content code, 
.comment-content code{
    display: inline-block;
    background: #efefef;
    padding: 10px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	position: relative;
	word-wrap: break-word;
	background-color: #fff;
	border: 1px solid #ededed;
	margin-bottom: 10px;
}
.home .site-content article, 
.archive .site-content article, 
.search .site-content article {
    display: inline-block;
    margin-bottom: 10px;
	height: auto;
	width: 100%;
}
.single .entry-content,
.single .entry-summary,
.single .mu_register,
.page .entry-content,
.page .entry-summary,
.page .mu_register{
    padding:0 20px;
}
.entry-header {
    padding: 20px;
}
.search .entry-content{
    padding:0 20px;
}
.search .entry-content form {
    padding-bottom: 20px;
}

.page-links {
	clear: both;
	line-height: 1.714285714;
}
/* Stycki feature post */
article.sticky {
	height: auto!important;
}
article.sticky .featured-post {
	font-size: 1.228571429rem;
	line-height: 1.392307692;
	margin-bottom: 0.714285714rem;
	padding-top: 10px!important;
}
article.sticky img {
	width: 100%!important;
	height: auto;
}
article.sticky h1 {
	top:5px!important;
}
article.sticky ul {
	padding-top: 15px!important;
}

/* Meta Tags */
.post-meta{
	display: block;
	padding:20px;
}
.post-meta .post-tags{
	line-height: 1.8rem;
}
.post-tags span{
	font-size: 16px;
	font-weight: 700;
}
a.tags {
    color: #fff;
    padding: 0 5px;
    font-size: 14px;
    margin-left: 10px;
    display: inline-block;
    line-height: 1.5rem;
    border-radius: 5px;
}
.post-tags a:hover{
	color:#f8f8f8;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

.desc-foto {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
}
.desc-foto p {
    color: #a8a8a8;
    line-height: 1.2rem;
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	padding-bottom: 20px;
	padding-bottom: 1.371428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}

/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}
.format-status img.img-home{
	width: 100%;
}
.format-status .entry-content h1 {
	margin: 10px 0;
	margin: 1.114285714rem 0;
	line-height: 1.3;
}
.format-status ul{
	position: relative;
	display: block;
}
.format-status ul > li {
	display: inline-block;
	position: relative;
	margin: 0;
}
.site-content .format-status{
	padding:15px;
}

.single .format-status .entry-content h1 {
    font-size: 18px;
font-size: 1.5rem;
line-height: 1.3;
}
.single .format-status .entry-content ul {
    list-style: none;
display: inline-block;
}
.single .format-status .entry-content ul > li{
    margin: 0;
display: inline-block;
padding-right: 20px;
}

/* Audio */
.format-audio .fourmagz-audio-frame {
	padding-top: 15px;
	padding-bottom:15px;
}

/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 10px;
	margin-bottom: 1.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area {
	margin-bottom: 20px;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding: 20px;
	
}
.comments-area article header {
	margin: 0 0 20px;
	margin: 0 0 1.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
	border-radius: 50%;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #848484;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: none;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 20px;
	margin-top: 1.428571429rem;
	background-color: #fff;
	border: 1px solid #ededed;
	padding: 20px;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Error 404 page template
-------------------------------------------------------------- */
.error404 .site-content{
	width: 100%;
	margin-bottom: 20px;
	left: 5px;
}
.error404 .site-content article {
    text-align: center;
}
.error-font i{
    font-size: 10rem;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

/* =Styling login/register/forgot pass
----------------------------------------------- */
/*.show{
	visibility:visible;
}
.hide{
	visibility:hidden;
}*/
.fourmagz-login-parent {
	position: fixed;
	text-align:left;
	height: 100%; width: 100%;
	background: rgba(0,0,0,0.7);
	left: 0; 
	top: 0;
	opacity:0;
	visibility:hidden;
	z-index: 999999;
	transition: all ease 0.3s;-webkit-transition: all ease 0.3s;-moz-transition: all ease 0.3s;-o-transition: all ease 0.3s;
}
.fourmagz-login-parent.login-open {
	opacity:1;
	visibility:visible;
}
.fourmagz-login-inner {
	max-width:100%;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
	height:auto;
	padding:30px;
	border-radius:3px;
	position: absolute;
	left:0; right:0;
	margin:0 auto;
	top: 50%;
	-o-transform: translateY(-50%) scale(0.1);	-ms-transform: translateY(-50%) scale(0.1);	-moz-transform: translateY(-50%) scale(0.1); -webkit-transform: translateY(-50%) scale(0.1);
	transform: translateY(-50%) scale(0.1);
	transition: all ease 0.5s;-webkit-transition: all ease 0.5s;-moz-transition: all ease 0.5s;-o-transition: all ease 0.5s;
}
.fourmagz-login-parent.login-open .fourmagz-login-inner{
	-o-transform: translateY(-50%) scale(1);	-ms-transform: translateY(-50%) scale(1);	-moz-transform: translateY(-50%) scale(1);	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}
.fourmagz-login-close, .lost-password-close{
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.lost-password-close {
	right: auto;
    left: 20px;
}
.header-top-login .logged-in .author-link{
	 padding:0 10px;
}
.fourmagz-login-inner h3 {
	margin-bottom:25px;
}
.fourmagz-login-inner .status {
    background: #f7f7f7;
    padding: 0px 10px;
}
.lost-password-form.show{
    background: #fff;
	height: 65%;
	left: 0;
	padding: 10%;
	position: absolute;
	top: 0;
	width: 80%;
	border-radius: 3px;
}
.ajax-auth input#username,
.ajax-auth input#password,
.ajax-auth input#nick_name,
.ajax-auth input#name,
.ajax-auth input#signonname,
.ajax-auth input#email,
.ajax-auth input#signonpassword,
.ajax-auth input#password2,
.ajax-auth input#user_login{
    border: 1px solid #EDEDED;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    color: #333333;
    font-size: 15px;
    padding: 10px 5px 10px 10px;
    width: 245px;
    margin: 10px 0;
    background-color: #F9F9F9;
    font-family: 'Georgia', 'Times New Roman', Times, serif;
}
.ajax-auth p {
    padding: 25px;
}
.ajax-auth p.status{
	background:transparent;
    text-align: center;
	font-weight: 600;
	color:#0d77ba;
    display: none;
}
.form-control {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-color: #eee;
	margin-bottom:15px;
	float:right;
	right:20px;
}
.form-control,
.form-control:focus {
   box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;-ms-box-shadow: none;-o-box-shadow: none;
}
.input-group-btn .btn.btn-default > i {
	display:inline-block;
	vertical-align:middle;
}

/* related post */
.relatedposts h3 {
	font-size: 14px;
	font-size: 1.167rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
}
#relatedposts{
	position: relative;
	display: inline-block;
	width: 100%;
}
.relatedposts ul {
	list-style: none;
}
.relatedposts .relatedthumb {
	float: left;
	width: 50%;
	background-color: #fff;
	margin-bottom: 10px;
	position: relative;
}
.relatedposts .relatedthumb span.fa-relatid {
	display: block;
	position: absolute;
	top: 25%;
	font-size: 3rem;
	color: rgba(255, 255, 255, 0.68);
	left: 35px;
}
.relatedposts img {
	float: left; 
	width: 115px; 
	height: 90px; 
	margin-right: 10px;
}
.relatedposts h2 {
	clear: none;
	font-size: 16px; 
	font-weight: 300; 
	line-height: 1.3rem; 
	padding-top: 5px;
	padding-right: 15px;
}

.container{
	display: block;
	padding: 20px 0;
	background-color: #f5f5f5;
}
.site-content {
	position: relative;
	float: left;
}
.widget-area {
	float: left;
}
#extras{
	position: relative;
	min-height: 1px;
}
#content {
    padding-bottom: 25px;
}
.site-header h1,
.site-header h2 {
	text-align: left;
}
.site-header h1 {
	font-size: 26px;
	font-size: 1.857142857rem;
	line-height: 1.246153846;
	margin-bottom: 0;
}

/* =Gride Layout Fourmagz
-------------------------------------------------------------- */

.main-container,
.main-container-2cr, 
.right-sidebar-2cr,
.main-container-2cl,
.left-sidebar-2cl,
.main-container-3cm,
.left-sidebar-3cm,
.right-sidebar-3cm {
	width:100%;
	margin:0 auto;
	padding:0;
}

/* Header */
.header-container-2cl {
	width:70%;
	left:30%;
}
.left-header-2cl{
	width:30%;
	right:70%;
}

.header-container-2cr {
	width:70%;
}
.right-header-2cr{
	width:30%;
}

.header-container-3cm {
	width:40%;
	left:30%;
}
.right-header-3cm {
	width:30%;
}
.left-header-3cm {
	width:30%;
	right:40%;
}

/* Footer widget */
.footer-container-2cl {
	width:70%;
	left:30%;
}
.left-footer-2cl{
	width:30%;
	right:70%;
}

.footer-container-2cr {
	width:70%;
}
.right-footer-2cr{
	width:30%;
}

.footer-container-3cm {
	width:40%;
	left:30%;
}
.right-footer-3cm {
	width:30%;
}
.left-footer-3cm {
	width:30%;
	right:40%;
}

/* Format Video */
.format-video .fourmagz-video-frame{
	height: 250px;
	padding-bottom: 145px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.format-video .fourmagz-video-frame iframe{
	background: #000;
	border: none;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
}
.post-category a {
	color:#7F0202;
}
/*---------------------------------------------------------------
				Setting Theme
-------------------------------------------------------------- */
.theme-color{
	background: #063884;
}
aside.widget_text .textwidget{
    width: 100%!important;
    border: none!important;
}
aside.widget_text .textwidget p{
    width: 100%!important;
    border: none!important;
}
/* Back to Top */
#back-to-top.affix {
    position: fixed; 
    right: 30px;
	bottom: 14.696%;
	z-index:9999;
	border-radius: 50%;
}
.affix {
    position: fixed;
}
#back-to-top > a {
	color:#fff;
    display: block;
    font-size: 12px;
    height: 30px; width: 30px; line-height: 30px;
    text-align: center;
}
#back-to-top > a:hover,#back-to-top > a:focus {
	opacity:0.8; filter: alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8;
}

.hide, .hidden {
	display:none;
}
.text-center{
	text-align:center;
}
/* Ads header */
.ads-mobile-header {
	display:none;
}
.ads-top-bottom-headline{
	margin: 0 auto;
	text-align: center;
	max-width: 490px;
	margin-bottom: 10px;
}
.ads-header-bottom {
	margin: 0 auto;
	text-align: center;
	max-width: 150%;
	padding: 0;
}
.ads-top-content {
    display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 460px;	
}
.ads-bottom-content {
    display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 300px;	
}
.ads-top_footer{
	margin: 0 auto;
	max-width: 720px;
	position: relative;
	padding: 10px;
}

.loadmore-parent a {
	width: auto;
	height: 15px;
	vertical-align: middle;
	padding: 10px;
	border-radius: 10px;
}
.loadmore-parent a {
	color:#fff;
}
.loadmore-parent a:hover {
	color:#f8f8f8;
}
/* Paging */
.navigation {
    position: relative;
	text-align:center;
}
.navigation li {
    background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
	border: 1px solid #ededed;
}

.navigation li > a {
	position: relative;
	width: 33px;
	height: 25px;
	display: inline-block;
	padding-top: 10px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.navigation li > a {
	color:#eaeaea;
}
.pagination > li > a.active, 
.pagination > li > span.active{
	background-color: #cecece;
	cursor: default;
}

/* Sticky Navigation */
.stickytop {
	top: 0;
    position: fixed!important;
	z-index: 999;
	width: 1060px;
}
.slick-class-home .item-slide{
	padding-right: 7px;
}
.slick-class-home {
    padding-top: 10px;
    padding-bottom: 10px;
}
.slick-class .item-slide{
	padding-right: 7px;
}
.slick-class {
    padding-top: 20px;
    padding-bottom: 20px;
}
.slick-class .slick-dots {
    padding-top: 20px;
}
.slick-class ul{
	text-align:center;
}
ul.slick-dots button{ 
	width: 20px;
	height: 20px;
	border-radius: 50%;
	padding: 0 5px;
}
.img-homepage-gallery h3{
	font-size: 14px;
	font-size: 1.167rem;
	line-height: 1.7rem;
	padding-bottom: 10px;
}
.entry-title-gallery{
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
}
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll #navigation,
.infinite-scroll.neverending #footer {
    display: none;
}
/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #footer {
    display: block;
}
.baca{
    position: relative;
    display: inline-block;
    width: 100%;
}
.baca .titlebaca{
    background-color: white;
    position: absolute;
    font-size: 18px;
    margin-left: 15px;
    margin-top: -14px;
    padding: 0px 15px;
}
.baca .contentbaca{
    border: solid 1px #dddddd;
    padding: 20px 20px 0px 20px;
}
.baca .contentbaca a {
    font-size: 18px;
    font-weight: 700;
    color: #8B0000;
}
.baca .contentbaca a:hover {
    color: #13d4d4;
}
