/*
 Theme Name:     VAWP Theme
 Theme URI:      https://victoritaaxinescu.com
 Description:    VAWP - A Divi Child Theme
 Author:         VAWP
 Author URI:     https://victoritaaxinescu.com
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/****===================== HEADER STYLES *****/
#main-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none;
}

/*** NAV STYLE ***/
#top-menu li {
    display: inline-block;
    padding-right: 22px;
    font-size: 14px;
    font-weight: 400;
}
p strong, p b, p em {
	color: #f75d5d;
}

/*Remove project tags*/

.et_project_meta {

display: none;

}

.strike {
    text-decoration: line-through;
}
.genericon {
    font-size: 25px !important;
}

#gallery-1 img {
    border: none !important;
}

dl.gallery-item {
    padding: 0 5px;
}

.fixed-header-box .logo-wrapper .logo-tagline {
    letter-spacing: 2px;
    margin-bottom: 2em;
}

#main-menu .menu .menu-item a {
      letter-spacing: 1px;
}


img.emojy {max-width: 20px !important;
}

@media screen and (max-width: 400px) and (min-width: 200px) { 

	#gallery-2 {
		display: none;
	}

.fixed-header-box .logo-wrapper .logo-tagline {
    margin-bottom: 0;
}
.responsive-layout header.main-header .first-row {
    max-width: 90%;
}
}