/*
Theme Name:     Gear
Description:    
Author:         The Turning Gear
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/*feature thumbnails alongside post titles on blog page*/
 
.et_pb_posts .et_pb_post a img 
{
    max-width: 210px!important;
    float: left;
    padding-right: 20px;
}

@media only screen and (max-width: 980px)
{
    .et_pb_posts .et_pb_post a img
    {
        float:none;
        max-width: 250px!important;
    }
}

.home-latest-news .et_pb_post {
    padding-top: 50px;
    border-top: solid 1px #999;
}

/*Menu*/
@media only screen and (min-width: 980px) 
{
    .display-none
    {
        visibility: hidden !important;
    }
}
    
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul 
{
    padding: 8px 0 0 !important;
    line-height: 1em;
}
    
.fullwidth-menu li 
{
        padding-right: 50px;
}

#do-etfw-2 > h4, #text-2 > h4
{
    color: #d12525;
    font-weight: bold;
}

.et_pb_column_single
{
    padding-top: 0;
}

#do-etfw-2, #text-2
{
    margin-bottom: 20px;
}

.et_pb_slide_content
{
    display: none;
}

.et_pb_slide_title
{
    padding-top: 0 !important;
}
@media only screen and (min-width: 980px)
{
	h2.entry-title
	{
		margin-top: 0;
	}
}
