/*---------------------------------------------------------------------------------

 Theme Name:   Wheel Estates
 Theme URI:    http://www.wheelestates.net
 Description:  An interactive site designed to keep the members informed
 Author:       Greg
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* Start Hide Main Footer */
#main-footer{
display: none;
}
.entry-title {
	font-size: 20px;
}
/*----------Sub Menu----------*/
 
#top-menu li li a {
    border: 1px solid white;
    margin-bottom: 15px;
    text-align: center;
}
 
#top-menu li li a:hover {
    color: #3e007f;
    background: white;
    opacity: 1!important;
}
 
.nav li ul {
    border-top: 0px solid #3e007f;
    margin-top: -15px;
}
 
/*----------Sub Menu Mobile----------*/
 
.et_mobile_menu {
    border-top: 0px solid #2ea3f2;
}
 
.et_mobile_menu li a {
    text-align: center;
}

a: link {
	color: #330099;
}
a, a:visited { 
	color: #330099; 
}
a:hover { 
	color: blue; 
}

/* Read more blog button */

.more-link {
    background-color: #1f568e;
    display: inline-block !important;
    color: #ffffff !important;
    padding: 5px 15px;
    margin-top: 15px;
    text-transform: uppercase;
}

.more-link:hover {
    background-color: #3683d2;
}

/* Pagination buttons */

.pagination .alignleft a,
.pagination .alignright a {
    background-color: #1f568e;
    display: inline-block !important;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
}

.pagination .alignleft a:hover,
.pagination .alignright a:hover {
    background-color: #3683d2;
}

/* Remove extra bottom padding and margin on posts */
.single .et_pb_post {
 margin-bottom: 0;
 padding-bottom: 0;
}
#left-area {
 padding-bottom: 0 !important;
}

.entry-title {
    font-size: 19px;
    margin-top: -25px;
}







