/*
Theme Name: Custom
Theme URI: http://custom.com
Author: the Custom team
Author URI: http://custom.com
Description: The Custom theme for WordPress by <a href="http://custom.com">Custom Team</a>is a fully responsive theme that looks great on any device. That's the best for any kind of crowdfunding online sites. <a href="http://custom.com">Follow us on Themeforest to receive newest updates</a>
Version: 1.6.2 Updated 20-Jan-2016
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: Custom

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.
*/

.wp-caption{}

.wp-caption-text{}

.sticky{}

.gallery-caption{}

.bypostauthor{}

.alignright{}

.alignleft{}

.aligncenter{}

.active-mobile:hover .active-content{
    opacity: 0;
    filter: alpha(opacity=0);
    display: none!important;
}
.active-mobile > a span{
   display: block;
   font-size: 24px!important;
   padding-top: 20px;
}
.active-mobile > a{
   width: 60px;
   height: 60px;
   display: block;
}
.active-mobile.open .active-content{
   display: block!important;
   visibility: visible; 
   left: auto!important;
   opacity: 1;
   filter: alpha(opacity=100);
}

.single.single-download .entry-description form{
   margin-top: 60px;
} 

.edit-single-campaign p, .edit-single-campaign h3 {
   width: 100%;
   float: left;
}

.atcf-submit-campaign-rewards > div{
   width: 100%;
   float: left;
}

.edit-single-campaign .mce-edit-area{
   border: 1px solid #E5E5E5!important;
}

/* create button on campaign page */
.gtfsc_page_lnk {
    color: #fff !important;
    display: inline-block !important;
    background: #353535 !important;
    border: 0px !important;
    border-radius: 20px !important;
    padding: 6px 15px !important;
    border: 2px solid #333 !important;
    word-spacing: 2px;
animation: slidertexts 3s linear infinite;
}
@keyframes slidertexts {
    0%   {color: yellow;}
50% { opacity: 0.65; }
    100% {color: #fff;}
}
.gtfsc_page_lnk:hover {
    text-decoration: none !important;
    background: #11a7de !important;
    border: 2px solid #11b5de !important;
}
.gtfsc_page_attr {
    display: inline-block;
    margin-left: 30px;
}