/*
Theme Name: BusinessAMLive
Theme URI: https://themeforest.net/item/newcon-news-magazine-video-wordpress-theme/17260009
Author: theme89
Author URI: http://themeforest.net/user/theme89
Description: News & Magazine WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: newcon
Framework: EightNine by theme89
--------------------------------------------------------------*/
/* =WordPress Core
-------------------------------------------------------------- */
.avatar {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
height:100px;}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill  {
  background: none !important;
}
.text-center {
    text-align: center;
}
.alignnone {
    margin:0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.align-right{
    text-align: right;
}
.align-center {
    text-align: center;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption, .gallery-caption {
    max-width: 100%; /* Image does not overflow the content area */
    padding:0;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.bypostauthor {
    display: block;
}
.sticky {position: fixed;}
.edit-post-link {
    left: 20px;
    bottom: 20px;
    z-index: 999;
    margin: 0!important;
}
article.sticky { position: relative !important;width: 100%;	clear: both;	margin: 0 0 60px 0;padding: 30px;background: #f5f5f5;float:left;}
article.sticky footer { margin:0;}
.screen-reader-text  {
    text-align: left;
}



stickyad1 {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}