/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/foxy/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/***************[HOME 2]**********************/
/*.page.page-id-784 #top-header {
    display:none !important;
}*/
.menu-2 #et-top-navigation {
    padding-top:10px;
}
#main-header.menu-2  {
    top: initial !important;
}
.menu-2 #et-top-navigation nav > ul > li > a {
    padding-bottom:15px;
}

.tilt img {
	height: 100px;
	width: 100px;

	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.tilt img:hover {
	height: 120px;
	width: 120px;
  -webkit-transform: rotate(15deg);
     -moz-transform: rotate(15deg);
       -o-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}

.zoomEffect,
.blogZoomEffect .et_pb_image_container { 
  position: relative;
  margin: 2%;
  overflow: hidden;
  max-height:285px;
}
.blogZoomEffect .et_pb_image_container {
  margin: -20px -20px 10px;
}
.zoomEffect:before {
  content:"";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,.75);
  z-index: 1;
}
.zoomEffect img,
.blogZoomEffect .et_pb_image_container img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zoomEffect:hover img,
.blogZoomEffect .et_pb_image_container:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blogZoomEffect .et_pb_post img:hover {
  -webkit-filter: inherit;
  -moz-filter: inherit;
  filter: inherit;
}
/*************** CIRCLE ****************/
.circle img {
  border-radius: 100px;
  width: 150px;
  height: 150px;
  border: 2px solid #fff;
  box-shadow: 2px 2px 4px rgba(0,0,0,1);
}
.evcal_list_a.intro span.evcal_desc2.evcal_event_title {
    text-decoration: none !important;
}
.evcal_list_a.intro span.evo_event_headers.canceled {
    display: inline-block;
    color: #fff;
    background-color: rgba(1, 91, 16, 0.71);
    border-radius: 5px;
    padding: 3px 9px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 12px;
}
.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{
    background:none!important;
}
