/*
Theme Name: xMag Child
Theme URI: http://siavashraha.ir
Author: Siavash Raha
Author URI: http://www.designlabthemes.com/
Description: xMag is a free Magazine WordPress Theme. It features a simple and elegant design. This theme comes with great features for magazine, blog and news websites.
Version: 1.2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xmag
Template: xmag
Tags: custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, news, one-column, post-formats, right-sidebar, sticky-post, theme-options, translation-ready, two-columns

*/
*::-moz-selection {
    color: #ffffff;
    background-color: #444444;
}

a:hover {
    text-decoration: none;
    color: #ff0000;
}

.site-branding a:hover {
    text-decoration: none;
    color: #ff0000;
}

.site-branding {
    margin: 20px 0 0 0;
}

.site-branding .alignright {
    margin: 0 0 0 20px;
    padding: 0;
}

/* Main Navigation */

.main-navbar {
	background-color: #252626;
	z-index: 999;
	font-family: shabnam;
}

.main-menu,
.main-menu ul,
.main-menu p {
	margin: 0;
	padding: 0;
}

.main-menu  {
	list-style-type: none;
	font-size: 13px;
}

.main-menu > li,
.home-link {
	float: right;
	margin: 0;
}

.main-menu > li,
.home-link a {
	position: relative;
}

.main-menu > li > a,
.home-link a {
	display: block;
	position: relative;
	padding: 10px 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 26px;
	color: #fff;
	-webkit-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}

.home-link a {
	padding-left: 15px;
	padding-right: 15px;
}

.main-menu > li.menu-item-has-children > a:after,
.main-menu > li.page_item_has_children > a:after {
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	display: inline-block;
	content: "\72";
	vertical-align: -10%;
	font-size: 10px;
	padding: 0 0.5em;
}

.home-link a:hover,
.main-menu > li > a:hover,
.main-menu > li.current-menu-item > a,
.main-menu > li.current_page_item > a {
	color: rgba(255,255,255,0.7);
}

.main-menu ul {
	display: none;
	width: 100%;
	min-width: 180px;
	float: none;
	position: absolute;
	background-color: #252626;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	text-align: right;
	font-size: 1em;
	opacity:  0;
	list-style-type: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 998;
}

.main-menu ul li {
	position: relative;
}

.main-menu ul a {
	display: block;
    line-height: 1.5;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.05);
}

.main-menu ul a:hover,
.main-menu ul .current-menu-item a,
.main-menu ul .current_page_item a {
	background-color: rgba(255,255,255,0.05);
}

.main-menu ul li.menu-item-has-children > a:before {
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	display: inline-block;
	content: "\71";
	font-size: 8px;
	position: absolute;
	right: 160px;
	top: 18px;
}

.main-menu > li:hover > ul {
	display: block;
	opacity: 1;
	right: 0;
	top: 46px;
}

.main-menu ul li:hover > ul,
.main-menu ul ul li:hover > ul {
	display: block;
	opacity: 1;
	right: 100%;
	top: 0;
}

/* Header Navigation */

.header-navigation {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: flex-end;
	overflow: hidden;
}

.top-navigation {
	margin: 20px 0;
	text-align: right;
	padding: 0;
	order: 1;
}

.top-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.867em;
}

.top-navigation ul li {
	position: relative;
}

.top-navigation ul a {
	display: block;
	text-decoration: none;
	color: #444;
}

.top-menu a:hover,
.top-menu .current_page_item a,
.top-menu .current-menu-item a {
	color: #e54e53;
}

.top-navigation > ul > li {
	display: inline-block;
}

.top-navigation > ul > li > a {
	padding: 6px 10px;
	margin: 0;
	line-height: 20px;
	font-weight: 400;
}

.top-navigation > ul > li:active > a,
.top-navigation > ul > li:focus > a {
	color: #e54e53;
}

.top-navigation > ul > li.menu-item-has-children > a:after,
.top-navigation > ul > li > ul > li.menu-item-has-children > a:after,
.top-navigation > ul > li > ul > li > ul > li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	display: inline-block;
	content: "\72";
	vertical-align: -10%;
	font-size: 10px;
	padding: 0 0 0 4px;
 }

.top-navigation > ul > li > a.button {
	margin: 0.25em;
	padding: 0 1em;
	height: 30px;
	line-height: 30px;
	background-color: #e54e53;
	color: #fff;
	border: 0;
	font-size: 0.857em;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.top-navigation > ul > li > a.button:hover {
	background-color: #c64448;
}

.top-navigation ul ul {
	display: none;
	right: 0;
	position: absolute;
	top: 32px;
	margin: 0;
	z-index: 99999;
	border: 1px solid #eee;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	text-align: right;
	font-size: 1em;
}

.top-navigation ul ul a {
	height: auto;
    line-height: 1.5;
    padding: 6px 10px;
    width: 160px;
    color: #555;
    border-top: 1px solid #f4f4f4;
}

.top-navigation ul ul ul {
	right: 100%;
	top: 0;
	text-align: right;
}

.top-navigation ul ul li:first-child a {
	border: 0;
}

.top-navigation ul li:hover > ul {
	display: block;
}

/* Footer Navigation */

.footer-navigation {
	text-align: center;
}

.footer-navigation ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	font-size: 0.867em;
}

.footer-navigation li {
	display: inline-block;
	position: relative;
}

.footer-navigation a {
	display: inline-block;
	text-decoration: none;	
	padding: 0.5em;
	margin: 0;
	font-weight: 400;
}

.footer-navigation a {
	color: #444;
}

.footer-navigation a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 320px) and (max-width: 799px) {
    /* Mobile Navigation */
    
    .mobile-header {
    	display: block;
    	position: relative;
    	height: 50px;
    	width: 100%;
    	padding: 0 20px;
    	background-color: #252626;
    	-webkit-box-sizing: border-box;
    	box-sizing: border-box;
    	z-index: 10;
    }
    
    .mobile-header:before {
    	position: fixed;
    	top: 50px;
    	right: 0;
    	width: 100%;
    	height: 100%;
    	background-color: #000;
    	visibility: hidden;
    	opacity: 0;
    	-webkit-transition: opacity .4s;
    	transition: opacity .4s;
    	content: none;
    	z-index: 9;
    }
    
    .mobile-header a {
    	color: #fff;
    }
    
    .mobile-title {
    	display: block;
    	width: 100%;
    	line-height: 50px;
    	padding-left: 30px;
    	font-family: 'Roboto', sans-serif;
    	font-size: 20px;
    	font-weight: 700;
    	text-decoration: none;
    	white-space: nowrap;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	box-sizing: border-box;
    }
    
    .mobile-title:hover {
    	text-decoration: none;
    }
    
    .mobile-navigation {
    	display: block;
    	float: none;
    	margin: 0;
    	padding: 0;
    	position: fixed;
    	height: -webkit-calc(100% - 50px);
    	height: calc(100% - 50px);
    	width: 100%;
    	right: -100%;
    	top: 50px;
    	overflow: auto;
    	-webkit-transition: left .5s;
    	transition: right .5s;
    	background-color: #000;
    	text-align: right;
    	z-index: 10;
    }
    
    .admin-bar .mobile-navigation,
    .admin-bar .mobile-header:before {
    	top: 96px;
    }
    
    .mobile-navigation ul,
    .mobile-navigation ul ul {
    	display: block;
    	margin: 0;
    	padding: 0;
    	list-style-type: none;
    	background-color: transparent;
        border: 0;
        opacity: 1;
        position: static;
    }
    
    .mobile-navigation .mobile-menu {
    	padding: 0 20px;
    }
    
    .mobile-navigation .mobile-menu:last-child {
    	margin-bottom: 20px;
    }
    
    .mobile-navigation ul li:before {
    	content: none;
    }
    
    .mobile-navigation ul a,
    .mobile-navigation ul ul a {
    	display: block;
    	width: auto;
    	padding: 10px 15px;
    	height: auto;
    	line-height: 1.5;
    	color: #fff;
    	text-transform: none;
    	font-weight: 400;
    }
    
    .mobile-navigation ul a,
    .mobile-navigation ul li {
    	float: none;
    }
    
    .mobile-navigation ul a:hover {
    	text-decoration: none;
    }
    
    .mobile-navigation a {
    	border-bottom: 1px solid rgba(255,255,255,.1);
    }
    
    .mobile-navigation hr {
    	background-color: rgba(255,255,255,0.1);
    	margin: 10px 0;
    }
    
    .mobile-navigation .home-link {
    	float: none;
    }
    
    .mobile-navigation .home-link a {
    	display: block;
    	padding: 10px 15px;
    }
    
    .mobile-navigation .search-form {
    	padding: 0 15px;
    }
    
    .mobile-navigation .search-form label {
    	display: inline-block;
    	width: 65%;
    }
    
    .mobile-navigation input.search-field {
        line-height: 20px;
        padding: 6px;
        width: 100%;
        font-size: 14px;
        -webkit-box-sizing: border-box;
    	box-sizing: border-box;
    }
    
    .mobile-navigation input.search-submit {
    	width: 30%;
        padding: 8px 0;
        line-height: 20px;
        font-size: 14px;
        -webkit-box-sizing: border-box;
    	box-sizing: border-box;
    }
    
    /* Mobile Navigation Open */
    
    body.mobile-menu-open {
    	overflow: hidden;
    }
    
    .mobile-menu-open .mobile-header:before {
    	content: "";
    	opacity: 0.75;
    	visibility: visible;
    }
    
    .mobile-menu-open .mobile-navigation {
    	right: 0;
    	font-family: shabnam;
        font-size: .9em;
        z-index: 20;
    }
    
    .mobile-menu-toggle {
    	position: absolute;
    	right: 10px;
    	top: 5px;
    	margin: 0;
    	width: 40px;
    	height: 40px;
    	text-decoration: none;
    	z-index: 5;
    }
    
    .mobile-menu-toggle:hover {
    	text-decoration: none;
    }
    
    #mobile-header .mobile-title,
    #mobile-header .mobile-menu-toggle {
    	color: #fff;
    }
    
    .mobile-title a:active,
    .mobile-title a:focus,
    .mobile-menu-toggle:active,
    .mobile-menu-toggle:focus {
    	outline: 0;	
    }
    
    /* Button Toggle */
    
    .button-toggle {
    	display: block;
        background-color: #fff;
        content: "";
        height: 2px;
        opacity: 1;
        position: absolute;
        transition: opacity 0.3s ease 0s, background 0.3s ease 0s;
        width: 20px;
        z-index: 20;
        right: 10px;
        top: 20px;
    }
    
    .button-toggle:before {
        background-color: #fff;
        content: "";
        height: 2px;
        right: 0;
        position: absolute;
        top: -6px;
        transform-origin: center center 0;
        transition: transform 0.3s ease 0s, background 0.3s ease 0s;
        width: 20px;
    }
    
    .button-toggle:after {
        background-color: #fff;
        bottom: -6px;
        content: "";
        height: 2px;
        right: 0;
        position: absolute;
        transform-origin: center center 0;
        transition: transform 0.3s ease 0s, background 0.3s ease 0s;
        width: 20px;
    }
    
    .mobile-menu-open .button-toggle {
    	background-color: transparent !important;
    }
    
    .mobile-menu-open .button-toggle:before {
        opacity: 1;
        transform: translate(0px, 6px) rotate(-45deg);
    }
    
    .mobile-menu-open .button-toggle:after {
        opacity: 1;
        transform: translate(0px, -6px) rotate(45deg);
    }
}


.mobile-title {
    padding-right: 40px;
}

#main-navigation a:hover {
    color: #ffcc00;
}

/* Entry */

@media (max-width: 46.25em) {
    .list-post h2.entry-title {
        font-size: .9em !important;
    }
    .entry-meta {
        font-size: .6em;
    }
}

.entry-meta {
    font-family: shabnam;
}

.list-post h2.entry-title {
    font-size: 1.125em;
}

.entry-title a {
	text-decoration: none;
	color: #404040;
}

.entry-title a:hover {
	color: #ff0000;
}

.entry-content p {
    margin: 10px 0;
}
.entry-content a {
    color: #e54e53;
    text-decoration: none;
    position: relative;
}

.entry-content a::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -.1em;
    left: 0;
    right: 0;  
    background: #ff0000;  
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    pointer-events: none;
    transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
}

.entry-content a:hover::after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}


button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #ffcc00;
}

.last-cat-posts h3 {
    font-family: shabnam;
    color: #999999;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
}

.last-cat-posts .entry-thumbnail {
    margin: 0;
}

.last-cat-posts .entry-category {
    font-family: shabnam;
    font-weight: bold;
}

.last-cat-posts .entry-category a {
    color: #707070;
}

.last-cat-posts .entry-category a:hover {
    color: #ff0000;
}

.last-cat-posts img {
    margin: 10px 0;
}

.last-cat-posts .entry-summary {
    font-size: .9em;
    text-align: justify;
}

.last-cat-posts h2 {
    font-family: shabnam;
    font-size: 1.2em;
    margin-bottom: 10px;
}

/* ADS Top Sidebar and Banners */
.widget {
    border-radius: 0;
}

.widget img {
    width: 100%;
}
.widget_mailerlite_widget {
    max-width: 94%;
    background-color: #f6f6f6;
    border: 1px solid #e0e0e0;
    padding: 0 20px 10px 20px;
}

.widget_mailerlite_widget h3 {
    font-family: shabnam;
    background: transparent url("http://deutschfa.ir/wp/wp-content/themes/xmag-child/img/newsletter-h3-bg.png") repeat-x scroll 0px top;
    color: #333333;
    margin: 15px 0 30px 0;
}

.widget_mailerlite_widget .mailerlite-form-title span {
    /*height: 35px;*/
    padding-left: 10px !important;
    color: #333333;
    background-color: #f6f6f6;
}

.widget_mailerlite_widget .mailerlite-form-title {
    border: none;
}

.widget_mailerlite_widget .mailerlite-form-title span::before {
    content: "";
    position: absolute;
    width: 60px;
    bottom: 0;
    border-bottom: none;
}

.widget_mailerlite_widget .mailerlite-form-title span {
    display: inline-block;
    padding: 0;
    position: relative;
}

.mailerlite-form .mailerlite-form-field {
    position: relative;
}

.widget_mailerlite_widget input[type="email"] {
    border: none;
    width: 255px;
    height: 30px;
    text-align: left;
    /*margin-right: 15px;*/
    direction: ltr;
    padding: 5px 78px 3px 10px;
    color: #343434;
    border-radius: 5px;
    border: 1px solid #e3e3ea;
    background-color: #ffffff;
    font-family: vazir;
}

.widget_mailerlite_widget input[type="submit"] {
    width: 70px;
    height: 24px;
    line-height: 24px;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    font-family: shabnam, tahoma, sans-serif;
    font-size: .8em;
    background-color: #ffcc00;
    position: absolute;
    right: 4px;
    bottom: 3px;
    cursor: pointer;
    text-shadow: 1px 1px 1px #878787;
    padding: 0;
}

.mailerlite-1-field-email-error {
    font-size: .9em;
}

.widget_wpb_widget,
.df-recent-posts-widget {
    max-width: 94%;
    background-color: #f6f6f6;
    border: 1px solid #e0e0e0;
    padding: 0 20px;
}

.widget_wpb_widget h3,
.df-recent-posts-widget h3 {
    font-family: shabnam;
    background: transparent url("http://deutschfa.com/wp/wp-content/themes/xmag-child/img/lastentry-h3-bg.png") repeat-x scroll 0px top;
    color: #ff0000;
    margin: 15px 0 30px 0;
    font-size: 1.2em;
}

.widget_wpb_widget .widget-title span,
.df-recent-posts-widget .widget-title span {
    /*height: 35px;*/
    padding-left: 10px !important;
    color: #ff0000;
    background-color: #f6f6f6;
}

.widget_wpb_widget .widget-title,
.df-recent-posts-widget .widget-title {
    border: none;
}

.widget_wpb_widget .widget-title span::before,
.df-recent-posts-widget .widget-title span::before {
    content: "";
    position: absolute;
    width: 60px;
    bottom: 0;
    border-bottom: none;
}

.widget_wpb_widget .widget-title span,
.df-recent-posts-widget .widget-title span {
    display: inline-block;
    padding: 0;
    position: relative;
}
.widget_sads_widget, .widget_sbanner_widget {
    background-color: transparent !important;
    padding: 0;
}

.deuts-widget {
    background-color: transparent !important;
    padding: 0;
}

.widget {
    color: #eeeeee;
}

.widget a {
    color: #e54e42;
}

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

.widget .list-post .entry-thumbnail {
    float: right;
    max-width: 30%;
    margin: 0 0 0 5px;
}

.widget .list-post h2 {
    font-size: .9em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
}

.widget .list-post .posted-on {
    font-size: .8em;
}

.widget .hentry {
    margin-bottom: 7px;
    margin-top: 7px;
}

.widget_wpb_widget li,
.df-recent-posts-widget li {
    border-bottom: 1px solid;
}

.widget_wpb_widget li:last-child,
.df-recent-posts-widget li:last-child {
    border: none;
    margin-bottom: 15px !important;
}
/* Footer */

.footer-copy {
    padding: 10px 0;
    background-color: #000;
}

.footer-copy a {
    color: #ff0000;
}

.footer-copy a:hover {
    color: #ffcc00;
}

.site-footer {
    background-color: #1e1e1e;
    color: #ffffff;
}

.site-footer h3 {
    font-family: shabnam;
    color: #ffffff;
    font-size: 1.3em;
}

@media screen and (min-width: 360px) and (max-width: 480px) {
    .list-post .entry-summary {
        font-size: .9em;
    }
    .list-post .entry-summary p {
        display: inline-block;
    }
    .last-cat-posts .entry-summary {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e0e0e0;
    }
}

@media screen and  (max-width: 320px) {
    .list-post .entry-summary {
        font-size: .9em;
    }
    .list-post .entry-summary p {
        display: inline-block;
    }
    .last-cat-posts .entry-summary {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e0e0e0;
    }
}

/* Slider */

.flexslider {
    margin-bottom: 30px;
}
.slider {
    display: block;
    overflow: hidden;
}
.flex-caption {
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.slider:hover .flex-caption {
    background-color: rgba(0, 0, 0, 0.8);
}

.slider .flex-caption p {
    color: #ffffff;
    opacity: .8;
}

.slider .flex-caption p:hover {
    opacity: 1;
}
.flex-caption p {
    margin: 0 20px;
    font-size: 1.2em;
    font-weight: bold;
    font-family: shabnam;
}

/* Title-Main */
.single .hentry .entry-header .entry-thumbnail, .page .hentry .entry-header .entry-thumbnail {
    margin: 20px 0 40px;
}
.title-main h3 {
    font-family: shabnam;
    color: #999999;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.single .hentry .entry-header {
    padding-bottom: 0;
    margin-bottom: 5px;
    border: none !important;
}

.entry-content h2 {
    font-family: shabnam;
    font-weight: 500;
    font-size: 1.4em;
}

.hide {
    display: none;
}

/* TablePress */
.tablepress td, .tablepress th {
    text-align: center !important;
}

/* Player */
.mejs-container .mejs-controls .mejs-time {
    display: none !important;
}
.mejs-controls a.mejs-horizontal-volume-slider {
    display: none !important;
}
.mejs-volume-button, .mejs-mute {
    display: none !important;
}
.mejs-time-total, .mejs-time-slider {
    display: none !important;
}
.mejs-time-rail {
    display: none !important;
}
.mejs-container {
    width: 30px !important;
    margin: auto;
}
.mejs-controls button, .mejs-button button {
    margin: 7px 5px 7px 7px !important;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #222;
    border-radius: 5px;
}

/* Post Misc */
button, input, select, textarea {
font-family: shabnam;
}
.fa {
direction: rtl;
}
.de {
direction: ltr;
}
span.de{
float: left
}
.b-box {
    width: 93%;
    font-size: 1em;
    margin: 10px auto;
    padding: 5px  10px;
    background-color: #ffcc00;
    border: none;
    border-radius: 2px;
    clear: both;
}
.example-box {
    width: 93%;
    font-size: 1em;
    margin: 10px auto;
    padding: 5px  10px;
    background-color: #ffcc00;
    border: none;
    border-radius: 2px;
    clear: both;
}
.tip-box {

}
.warning-box {

}
.info-box {

}
.dl-box {
    margin: 10px auto;
    width: 90%;
    padding: 10px 15px;
    font-size: 1em;
    background-color: #eaeaea;
    border: #898989 solid 1px;
    border-radius: 3px;
    line-height: 22px;
}
.notice-box {
    margin: 40px auto;
    width: 90%;
    padding: 10px 15px;
    font-style: italic;
    font-size: 1em;
    background-color: #ffc3c3;
    border: #ff0000 solid 1px;
    border-radius: 3px;
}

.notice-box a {
    color: #3bb001;
    font-family: 'shabnam';
    font-size: 1em;
}

.notice-box strong {
    font-family: 'shabnam';
    font-size: 1.2em;
    color: #ff0000;
}

.last-cat-posts .entry-summary p {
    font-size: .97em !important;
}

@media (max-width: 46.25em) {
    .list-post .entry-thumbnail {
        float: right;
        max-width: 30%;
        margin: 0 0 0 20px !important;
    }
    .last-cat-posts .entry-category {
        font-size: .9em !important;
    }
    .last-cat-posts .list-post h2.entry-title {
        font-size: .8em !important;
        font-weight: 700;
    }
    .last-cat-posts img {
        margin: 5px 0;
    }
}

/* Media Button */

.mejs-container {
	height: 40px;
	min-width: 40px !important;
}
.mejs-controls button, .mejs-button button {
    margin: 10px 15px 0 1px !important;
}

/* Mailerlite */
.mailerlite-form-inputs {
    position: relative;
}