/*
 Theme Name:   Divi Child
 Theme URI:    http://example.com/Divi-child/
 Description:  Divi Child Theme
 Author:       Wei Xia
 Author URI:   http://www.mackenzieseo.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
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  divi-child
*/

body.search .entry-title a
{ 
    text-decoration:underline !important;
}
.mfp-content .mfp-figure{
   width:700px;
height:700px;
}
.mfp-content .mfp-figure img {
    width: 100%;
    max-height: 700px !important;
}

#et-secondary-menu {
    position: relative;
    top: 23px;
    z-index: 999999;
}
.et-fixed-header #et-secondary-menu{top:0;}
#top-header{height: 0;}
#top-header ,#main-header{
position: absolute;
    width: 100%;}

@media(min-width:1340px){ 
.et-fixed-header #et-top-navigation,.et-fixed-header .logo_container{display:none}

.et-fixed-header#top-header {
	position: fixed;
height: 40px;
}
}
@media (max-width: 1340px){
	.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: absolute;
}
}
@media (max-width: 980px) {
   a.wpc-mobile:hover {
      padding: 0.3em 1em 0.3em 1em!important;
   }
   a.wpc-mobile:after {
      display: none;
      content: "";
   }

}
.search-label{
    top: 30px;
    color: #fff;
    position: absolute;
}

.et-search-form {
    width: 85%;
}

@media (max-width: 1024px) { 
.et-search-form {
    width: 70%;
}

}
/*.et_pb_grid_item  img{
  height:220px !important;

}
.et_pb_grid_item {
    width: 245px !important;
    height: 200px !important;
}*/