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

 Theme Name:   Diane Ray Media
 Theme URI:    http://www.dianeraymedia.com
 Description:  Promotional website for Diane Ray
 Author:       Aaron Robertson
 Author URI:   http://www.aaronrobertsondesign.com
 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 ------------------------------*/

/* BLOG STYLES
---------------------------------------*/

.et_post_meta_wrapper h1 {
color: #3566be !important;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
font-weight: 700;
font-size: 45px;
}

.post-meta {
pointer-events: none;
cursor: default;
}

.et_pb_blog_0 .post-meta {
margin-top: -12px;
}

@media only screen and (max-width: 480px){

.et_pb_blog_0 .post-meta {
margin-top: 0px;
}

}

@media only screen and (min-width: 1025px) {
.custom_blog .et_pb_post {
min-height: 580px;
max-height: 580px;
}
	
.podcast-post .et_pb_post {
min-height: 310px;
max-height: 310px;
}
}

/** photo gallery
 ---------------------------------------------------------*/

.et_pb_gallery_grid .gutter_width { width: 20px; }
.et_pb_gallery_grid .et_pb_gallery_item { margin-bottom:20px !important; }

/**Footer 
 ---------------------------------------------------------*/

#footer-bottom {
display: none;
}

ul.ds-social-follow.et_pb_social_media_follow {
    text-align: right;
}

.ds-social-follow.et_pb_social_media_follow li {
    float: none;
    display: inline-block;
}

/**Header Styles
 ---------------------------------------------------------*/
h2 {
color: #25a9e0;
}
h3 {
color: #7f3f97;
}
.et_pb_text_13 h2 {
color: #25a9e0; 
}

.et_pb_text_22 .et_pb_text_inner H2{
color: #ec297b !important;
}

/**Column modifications
 ---------------------------------------------------------*/


.vert-align-center {
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}

/**Testimonials 
 ---------------------------------------------------------*/
.icon_quotations:before {
content: "\7c" !important;
font-family:"ETmodules" !important;
font-size: 50px;
position: relative;
top: -30px
}

.testimonial-name {
text-align: center; 
color: #ffd95f;
position: relative; 
top: 10px; 
text-transform: uppercase;
}

.testimonial-cred {
font-style: italic;
color: #ccc
}

/**Menu
 ---------------------------------------------------------*/

.mobile_menu_bar:before {
font-size: 50px !important;
color: #6300AA !important;
}


/**MEDIA QUERIES
 ---------------------------------------------------------*/
/*FOR AUDIO SAMPLES*/
@media only screen and (min-width: 980px){
.height-fix {
    max-height: 175px; 
}
}

@media (max-width: 980px){
.et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 70%;
}

ul.ds-social-follow.et_pb_social_media_follow {
    text-align: center;
}
.ds-social-follow.et_pb_social_media_follow li {
    float: none;
    display: inline-block;
}
}

@media only screen and (max-width: 400px) {
h2{
font-size: 34px;
}

}

@media only screen and (max-width: 980px) and (min-width: 400px) {
h2{
font-size: 40px;
}
h3{
font-size: 30px;
}

}