/*
Theme Name: Jon Acuff Custom 2021
Theme URI: http://www.unmutable.com
Version: 2.0.14
Description: The new and improved
Author: Unmutable
Author URI: http://www.unmutable.com
Template: Divi
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/







/* FOOTER CUSTOM */

#footer-newsletter-heading {
    margin-top: 15px;
    font-size: 2em;
}

#footer-social {
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-size: 35px !important;
    margin-top: 15px;
    margin-bottom: 25px;
}

#footer-social a {
    color: #2AC4F4 !important;
}

#footer-social a:hover {
    color: #fff !important;
}


#footer-social i {
    margin-right: 20px;
}


/* powered by u // change colors to match site */


#power-container {
    text-align: center;
    width: 43px !important;
    margin: 0 auto;
    position: relative;
    left: -15px;
    margin-bottom: 15px;
}


#power-svg {
    fill: #fff !important;
    width: 50px;
}



#copyright {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff !important;
}




/* link grow */

.link-grow {
    
    transition: all .2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    
}


.link-grow:hover {
    
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    cursor: pointer;
    color: #2AC4F4;
}

.link-grow:active {
    
    position: relative;
    top: 3px;
    cursor: pointer;
    
}





header#main-header.et-fixed-header, #main-header{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}


.container:before { background-color:transparent !important; }
.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }


span.mobile_menu_bar:before{
  color:#00BAF2;
}


#book-retailers {
    text-align: center;
}


.book-store {
    display: inline-block;
    width: 180px;
    margin-right: 20px;
}


/* gravity form customization */

.gform_button {
    border: none;
    background: #2AC4F4;
    padding: 12px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: .05em;
    transition: 0.5s;
}

.gform_button:hover {
    background: #000;
    transition: 0.5s;
}


/* social icons */

#social-icons {
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-size: 35px !important;
    margin-top: 15px;
    margin-bottom: 25px;
}

#social-icons a {
    color: #2AC4F4 !important;
    transition: 0.5s;
}

#social-icons a:hover {
    color: #F5E622 !important;
    transition: 0.5s;
}


#social-icons i {
    margin-right: 20px;
}


.about-number {
    background: #F5E622;
    padding: 5px 18px;
    font-size: 2em;
    color: #00BAF2;
    text-shadow: 2px 2px 0px white;
    margin-right: 11px;
}

/* change highlighted color */


::selection {
    background: #2AC4F4; /* WebKit/Blink Browsers */
    color: white;
}
::-moz-selection {
    background: #2AC4F4; /* Gecko Browsers */
    color: white;
}

#podcast-thumbs .entry-title {
    display: none;
}


.podcast-stars {
    color: #F5E622;
}

h1, h2, h3, h4, h5, h6 {
    overflow-wrap: normal !important;
}


