/*
Theme Name: WildWhales
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
*/

p+h3{
    margin-top: 2em;
}

h2{
    font-size: 20px;
    font-weight: bold;
}

h3{
    font-size: 16px;
    margin: 0 0 0.5em 0;
    font-weight: bold;
}

.wp-caption {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    padding-top: 4px;
    border: none;
    background-color: transparent;
    text-align: center;
}

.links_page ul{
    list-style-type: 	none;
    margin: 			20px 0px 20px 0px;
}

.links_page li{
    min-height: 			200px;
    float: 				left;
    text-align: 		center;
    width: 				45%;
}
.links_page li img{
    margin: 			0px 0px 10px 0px;
}
.links_page li a{
    font-size: 			12px;
    margin: 			5px 0px 0px 0px;
}

.media-credit-container{
    position: relative;
}
.media-credit {
    color: #909090;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 3px 5px;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 5px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    padding: 2px 5px;
    opacity: 0.6;
    font-size: 11px;
}

.notitle h3{
    display: none;
}

#home-slider .et_pb_description{

}

#home-slider .et_pb_slide_description{
    text-align: left;
    margin-left: 0;
    padding-left: 0px;
    max-width: 500px;
}

.et_post_meta_wrapper{
    position: relative;
}

.et_pb_fullwidth_header{
    min-height: 50vh;
    max-height: 500px;
}

.et_pb_promo_button, .et_pb_module.et_pb_button {
    white-space: nowrap !important;
}

.et_pb_blog_grid .et_pb_image_container{
    height: 140px;
    overflow: hidden;
}

.et_pb_post .entry-content {
    padding-top: 30px;
    max-width: 750px;
    margin: 0 auto;
}

/*.et_full_width_page .entry-content{
    max-width: 750px;
    margin: 0 auto;
}*/

.et_full_width_page .et_pb_text{
    max-width: 750px;
    margin: 0 auto;
}

.et-social-icon a{
    color: rgba(255,255,255,0.75);
}

#footer-bottom{
    padding: 15px 0 20px;
}

#footer-bottom .et-social-icons {
    top: 23px;
    position: relative;
}

.wp-caption.aligncenter{
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    width: auto;
}

.media-credit-container{
    display: inline-block;
}



@media only screen and (min-width: 768px) {

    .custom_blog.et_pb_blog_grid{
        display: flex;
    }
    /*.custom_blog .et_pb_post .post-content{
        display: none;
    }*/

    .custom_blog article.et_pb_post {
        border: none;
        margin-bottom: 1em !important;
    }

    .custom_blog .column {
        border: 1px solid #d8d8d8;
    }
}

.hello-bar-menu {
	z-index: 100 !important;
}

#top-menu li {
	padding-right: 15px !important;
}

.et_search_outer {
	top: 48px !important;
}

.et_search_form_container {
	height: 75px !important;
}

@media (max-width: 980px) {
	.et_header_style_left .et-search-form, .et_header_style_split .et-search-form {
    	width: 39% !important;
    	max-width: 39% !important;
	}
}