/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


html {
	background:black !important;	
}

h3 {
	color:#333333;
	font-size:20px;	
}

.fusion-content-widget-area .widget {
    margin-bottom: 15px !important;
}

.post {
	margin-bottom: 25px !important;
	padding: 25px !important;	
}

#main {
	padding-bottom:0 !important;	
}

.fusion-main-menu > ul > li {
    padding-right: 25px !important;
}

.fusion-main-menu .sub-menu {
	width:200px !important;	
}

/* blog post (story page) adjustments */
.two-third-width {
	width: calc(100% - 15%);	
}

.sidebar-story {
	width:30% !important;	
}


.ct-font-resizer {
    list-style: none;
}

/* Homepage changes */



/* color switching theme specific hovers */
article.black:hover {
    background: #333 !important;
    transition: background 0.5s;
}

article.gray:hover {
	background: #333 !important;
    transition: background 0.5s;
}


article.purple:hover {
	background: #6A2E70 !important;
    transition: background 0.5s;
}


article.post.black {
	border:1px solid #5c5c5c !important;
}	

article.post.gray {
	border:1px solid #787878 !important;
}

article.post.orange-black {
	border:1px solid #bababa !important;
}

#bbpress-forums {
    font-size: 18px;
}

#bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    font-size: 17px;
}

#bbpress-forums li.bbp-body ul.topic.black{
	border:1px solid #3c3c3c !important;	
}

#bbpress-forums li.bbp-body ul.topic.gray{
	border:1px solid #787878 !important;	
}

#bbpress-forums li.bbp-body ul.topic.orange-black{
	border:1px solid #bababa !important;	
}

#bbpress-forums li.bbp-body ul.topic.black:hover {
    background: #333 !important;
    transition: background 0.5s;
}

#bbpress-forums li.bbp-body ul.topic.gray:hover {
    background: #333 !important;
    transition: background 0.5s;
}

#bbpress-forums li.bbp-body ul.topic.purple:hover {
    background: #6A2E70 !important;
    transition: background 0.5s;
}


.bbp-topics.purple ul.topic:hover {
    background: #6A2E70 !important;
    transition: background 0.5s;
}

.bbp-topics.purple ul li a {
    color: white;
}




.fusion-blog-layout-medium .entry-title {
    margin-top: 0;
    margin-bottom: 10px;
}

.blog-shortcode-post-title {
  font-weight:bold;
}

/* End HomePage */


.fusion-meta-info {
	border-bottom:none !important;	
}


.banner {
  background:#099; 
  padding:16px; 
  font-size:17px; 
  color:white; 
  text-align:center;	
}

.user-banner {
  background:#099; 
  padding:11px; 
  
  color:white;
}

.read-more-content {
	display:none;	
}

.read-more-button {
	font-size: 16px;
	padding: 10px;
	border-radius: 16px;
	border: none;
	padding-left: 22px;
	padding-right: 22px;
	cursor: pointer;	
}

.read-more-button:hover {
	color:white;
	background:#099;	
}



a.btn-small {
	font-size: 12px;
	padding: 9px;
	background: #efefef;
	margin: 5px;
	border-radius: 4px;	
}

a.btn-small:hover {
	background:white;
}	


.user-banner .avatar {
	max-width: 42px;
	height: auto;
	border: 2px solid white;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 5px;
}

.share-link {
	font-size:26px;
	color:white;
}

.share-link:hover {
	color:white;
	text-decoration:underline;	
}



.sidebar .widget .heading .widget-title, .sidebar .widget .widget-title {
    background-color: #099 !important;
    color: white;
    padding: 15px;
    font-size: 20px;
}


/*  bbPress Overrides */
.bbp-homewrap bbp-pagination {
	display:none;
}

#bbpress-forums fieldset.bbp-form legend {
    padding: 0 0 10px;
    font-size: 30px;
    font-weight: bold;
}


#bbpress-forums fieldset.bbp-form legend {
    padding: 0 0 10px;
    font-size: 26px;
    font-weight: bold;
}

.forum-rules-list li {
    list-style: inherit !important;
}

.forum-rules-container {
    font-size: 16px;
    padding-right: 60px;
    border: 1px solid;
}


/* Frontend Publishing Overrides */

#fep-new-post #fep-post-title {
    font-size: 20px !important;
	padding:0 !important;
	padding-left:4px !important;
}

#fep-new-post #fep-category, #fep-new-post #fep-about {
    padding: 0 !important;
    box-shadow: none !important;
}




/* Ultimate Member Overrides */

.um-dropdown {
    position: absolute;
    height: auto;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 1000 !important;
    display: none;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
    box-shadow: 0 0 1px rgba(0,0,0,.1);
}

.um-dropdown li a:hover {
	color:#00a7aa;	
}

.um-profile .um-profile-body {
	max-width:100% !important;	
}


/* Accordion Shortcode */

.accordions .ui-state-active { 
	border:none !important;
}

.accordions .ui-corner-all {
	border:0 !important;	
}

.accordions {
	border-radius:0 !important;
	background:none !important;	
}

.accordions-theme {
	background: none !important;	
}
.accordions-head {
    font-family: Antic Slab;
	border-radius:0 !important;
}

.accordions-head-title {
    padding: 0 0 !important;
}

.accordions .accordion-icons.left {
    float: right !important;
}


/*  Single Post Overrides  */
.single-post-banner {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	background: rgba(0, 0, 0, 0.50);
}

.single-post-banner h1 {
    font-size: 4rem;
    font-weight: 100;
	color:white !important;
}


.fusion-comments { display:none; }
.wpulike-heart .wp_ulike_put_image.image-unlike::after {
    filter: invert(44%) sepia(40%) saturate(3852%) hue-rotate(0deg) brightness(100%) contrast(111%) !important;
}
