/*
 Theme Name:     Divi Child
 Description:    This is a Divi Child theme. It is linked to your latest Divi theme. The version of this child theme is not related to your version of Divi theme. 
 Author:         Vladimir Campos
 Template:       Divi
 Version:        1.2.1
*/
/*************************************
=common
*************************************/
.overlay {
  position: relative;
  overflow: hidden;
}

.overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.vertical-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*************************************
=elements
*************************************/
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

/*************************************
=override
*************************************/
.et_pb_button {
  min-width: 160px;
  text-align: center;
}

.et_pb_slide_description {
  text-shadow: none !important;
}

/*************************************
=modules
*************************************/
/*************************************
=custom blog
*************************************/
.custom-blog article {
  position: relative;
  padding: 15px;
}

.custom-blog .et_pb_image_container {
  width: 100%;
  height: 360px;
  margin: 0;
}

.custom-blog .et_pb_image_container .entry-featured-image-url {
  display: block;
  width: 100%;
  height: 100%;
}

.custom-blog .et_pb_image_container .entry-featured-image-url img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-blog .entry-title {
  position: absolute;
  top: 15px;
  left: -15px;
  width: 100%;
  padding-bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#29378F), to(rgba(41, 55, 143, 0.6)));
  background-image: linear-gradient(90deg, #29378F 0%, rgba(41, 55, 143, 0.6) 100%);
  color: #fff;
}

.custom-blog .entry-title > a {
  display: block;
  padding: 15px;
}

.custom-blog .post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.custom-blog article:hover .post-content {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/*************************************
=custom contact
*************************************/
.custom-contact .et_contact_bottom_container {
  float: none;
}

/*************************************
=custom services
*************************************/
.custom-services .et_pb_blurb_content {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.custom-services .et_pb_blurb_content::before, .custom-services .et_pb_blurb_content::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 1;
  -webkit-transition: -webkit-transform .3s ease-in-out 0s;
  transition: -webkit-transform .3s ease-in-out 0s;
  transition: transform .3s ease-in-out 0s;
  transition: transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
}

.custom-services .et_pb_blurb_content::before {
  width: 90%;
  height: 80%;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) scale(0, 1);
          transform: translate(-50%, -50%) scale(0, 1);
}

.custom-services .et_pb_blurb_content::after {
  width: 80%;
  height: 90%;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) scale(1, 0);
          transform: translate(-50%, -50%) scale(1, 0);
}

.custom-services .et_pb_blurb_content:hover::before, .custom-services .et_pb_blurb_content:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
}

.custom-services .et_pb_main_blurb_image {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.custom-services .et_pb_image_wrap {
  width: 100%;
  height: 100%;
}

.custom-services .et_pb_image_wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: background .3s ease-in-out 0s;
  transition: background .3s ease-in-out 0s;
}

.custom-services .et_pb_image_wrap:hover::after {
  background: rgba(0, 0, 0, 0.8);
}

.custom-services .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-services .et_pb_blurb_container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  padding: 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*************************************
=custom title
*************************************/
.custom-title {
  position: absolute;
  top: 15px;
  left: -15px;
  z-index: 2;
  display: inline-block;
}

.custom-title .et_pb_promo_description {
  padding-bottom: 0;
}

.custom-title .et_pb_promo_description .et_pb_module_header {
  padding-bottom: 0;
}

/*************************************
=objects
*************************************/
/*************************************
=header
*************************************/
#main-header #et-top-navigation {
  padding-top: 20px;
  padding-bottom: 20px;
}

#main-header #top-menu > .menu-item > a {
  position: relative;
  display: block;
  padding: 10px;
}

#main-header #top-menu > .menu-item > a:hover {
  opacity: 1;
}

#main-header #top-menu > .menu-item > a::after {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 5px;
  background-color: #29378F;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform .3s ease-in-out 0s;
  transition: -webkit-transform .3s ease-in-out 0s;
  transition: transform .3s ease-in-out 0s;
  transition: transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
}

#main-header #top-menu > .menu-item > a:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

#main-header #mobile_menu {
  top: 90px;
  background-color: #fff;
}

.single #main-header #top-menu-nav #top-menu a {
  color: #29378F;
}

/*************************************
=sidebar
*************************************/
#sidebar .et_pb_widget {
  margin-bottom: 50px;
}

.widget_search form#searchform > div {
  position: relative;
  overflow: hidden;
}

.widget_search form#searchform > div::after {
  content: "\f002";
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: FontAwesome;
  font-size: 18px;
  color: #29378F;
}

.widget_search input#s {
  border-radius: 0;
  border: 1px solid #29378F;
  border-right: none;
}

.widget_search input#searchsubmit {
  width: 44px;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #29378F;
  border-left: none;
  font-size: 0px;
}

.widgettitle {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  background: transparent;
  border-bottom: 1px solid #29378F;
  font-size: 16px;
  color: #29378F;
}

.widgettitle::after {
  content: '';
  position: absolute;
  top: 100%;
  display: block;
  width: 40px;
  height: 4px;
  background: #29378F;
}

.et_pb_widget a::before {
  content: "\f0a9";
  display: block;
  margin-right: 10px;
  float: left;
  font-family: FontAwesome;
  font-size: 10px;
  color: inherit;
}

.et_pb_widget a:hover {
  color: #29378F !important;
}

/*************************************
=scroll top
*************************************/
.et_pb_scroll_top {
  right: 30px !important;
  bottom: 80px !important;
  padding: 10px !important;
  background: #29378F !important;
  -webkit-box-shadow: -2px 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: -2px 0 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #29378F;
  border-radius: 50% !important;
  font-weight: normal;
  font-size: 22px !important;
  color: #fff !important;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.et_pb_scroll_top:hover {
  background: #29378F !important;
  border: 1px solid #29378F;
  color: #fff !important;
}

.et_pb_scroll_top:before {
  content: '!';
  position: relative;
  top: -1px;
  left: -1px;
}
/*# sourceMappingURL=style.css.map */