/*
Theme Name: Avril
Theme URI: https://www.nayrathemes.com/
Author: Nayra Themes
Author URI: https://www.nayrathemes.com/
Description: Avril is flexible, super fast, easily customizable, lightweight, modern multipurpose theme. Avril comes with everything you could ever need to build an amazing website, and It's perfect for any type of business. View the demo of Avril Pro https://www.nayrathemes.com/demo/pro/?theme=avril
Version: 1.0.24
Tested up to: 5.6
Requires PHP: 5.6
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: avril
Template : avril
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, photography, portfolio, editor-style, grid-layout

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.

*/
.heading-default {
    width: 100%;
    max-width: 1000px !important;
    margin: 0 auto 35px important;
}
.features-section{
	background-color:#124566!important;
}
.theme-content span{
	color:#39ffbf!important;
}
.footer-dark {
    background-color: #001819!important;
}
.joinchat__button {
    bottom: 42px!important;
}
.metabox .entry-author, .metabox1 .entry-author {
display:none!important;
}

.single-post img, .single-post .article_content img {	
	width:100% !important;
}
#mobileShow {
  display: none;
}

#mobileShow img{
    width: 80px;  
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #mobileShow {
    display: block;
    position: fixed;
    bottom: 0;
    left: 2%;
    margin: 0 0 10% 0;
	z-index:9999;
  }
.page-id-129 #mobileShow  {
display: none!important;
}
}

.border-link{
	padding:4px 6px;
	border: 1px solid #eee;
	border-radius: 1em;
	cursor: above;
	display:inline-block;
}

.sub-menu-columns ul.sub-menu li {
display: inline-block;
float: left;
max-width: 200px;
}
.sub-menu-columns ul.sub-menu li:nth-child(odd) {
float: left;
margin-right: 10px;
}
.sub-menu-columns ul.sub-menu li:nth-child(even) {
float: right;
}