/*
 Theme Name:     UNMtheme
 Description:    UNMtheme Theme
 Template:       Divi
 Version:        1.0.0
*/
/* @import url("../Divi/style.css"); */
/* change header size  MP 04/20/2015 */
.et_fixed_nav #logo {
max-height: 90px;
}

/* add padding bottom logo  MP 04/20/2015 */
#logo{
margin-bottom: 0px !important;
}
#main-header nav#top-menu-nav{
padding-top: 0px !important;
}

.et-fixed-header #logo {
top: -10px !important;

}

/* change NOT SURE  MP 04/20/2015 
smallgrid .et_pb_portfolio_item {
width: 60px !important;
padding-right: 4px !important;
position: initial !important;
}

.smallgrid .et_portfolio_image img {
height: 45px !important;
margin-bottom: -25px !important;
margin-top: -5px !important;
}

.et_pb_column_1_3 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item {
margin-bottom: 24px;
}

*/

/* Code below reduces size of Featured Image MTP 2/4/2015  */

.post img {
width: 60%;
}

/* add [adding at bottom of the header  MP 04/20/2015 */
header#main-header {
padding-bottom: 0px !important;
}
header#main-header {
padding-top: 0px !important;
}



/* change project image size when you go to the project page MP 04/20/2015 */

.project img {
width: 90%;
}
.single-project .et_project_meta {
display: none;
}

/* change font size  change responsice menu color  MP 04/20/2015 */

body {
font-size: 18px;
}

/* change hover  menu color  MP 04/20/2015 */

#top-menu a:hover, .fullwidth-menu a:hover {
color: #ffffff;
}

/* change responsive menu color  MP 04/20/2015 */

.et_mobile_menu li a {
color: #fff;
}

.et_mobile_menu li a:hover {
color: #cd5c5c;
}
/* change the image sizes on posts. They were too large  MP 06/28/2015 */
.post-meta+img{
width:70% !important;
}

.single-post article > img,
.single-project article > img {
max-width: 80%;
}
/* center the featured image sizes on posts.   MP 06/28/2015 */
.single .post-meta+img {
width: 300px;
}
.single-post article > img{margin-left: auto;
margin-right: auto;
display: block;
}
/* Fix shrinking logo when scrolling   MP 06/28/2015 */

/* END Fix shrinking logo when scrolling   MP 06/28/2015 */
body #main-header.et-fixed-header {
padding-top: 0 !important;
}
#et-top-navigation {
padding-top: 15px !important;
}
.et-fixed-header #top-menu li a {
padding-bottom: 10px !important;
}

.et_pb_post > img {
display: block;
margin: auto;
}
/* Remove Gallery image title on every image   MP 06/19/2023 */
.mfp-title { display: none !important; }