/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.grey-title-row {
	z-index: 999;
}
.grey-title-row h1,.grey-title-row h2 {
	padding-bottom: 0;
}
#et-main-area {
	overflow: hidden;
}
#top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
  width: 100%;
}
li.centered-inline-logo-wrap {
    width: 30% !important;
}
#top-menu li.menu-item {
    width: 11%;
  	padding-right: initial;
}
#top-menu li {
  padding-right: initial;
}
#main-header {
    -webkit-box-shadow: initial;
    box-shadow: initial;
    -moz-box-shadow: initial;
}
#social-header {
    position: absolute;
    top: -170px;
    right: 0;
}
ul#social-header li a {
    opacity: 0.9;
    -webkit-transition: width 1s, opacity 1s, -webkit-transform 1s; /* Safari */
    transition: width 1s, opacity 1s, transform 1s;
}
ul#social-header li a:hover {
    opacity: 1;
}

#container-messages .et_pb_social_media_follow li a.icon{
	border-radius: 32px !important;
}

li.centered-inline-logo-wrap {
    height: 90px !important;
}

h1.heading-title{
	-webkit-margin-before: 1em;
}
h1.heading-title:before {
	content: "";
	display: block;
	position: absolute;
	height: 7px;
	width: 120px;
	background: white;
	margin-top: -20px;
}

h4.heading-title:before {
	content: "";
	display: block;
	position: absolute;
	height: 4px;
	width: 40px;
	background: #004F7F;
	margin-top: -15px;
	left: 45%;
}
/* BURBS */
#areas {
	z-index: 100;
}
#areas .et_pb_blurb_content {
    box-shadow: 0 0 38.5px 12.5px rgba(0, 0, 0, 0.04);
    border-radius: 7px;
}

#areas .et_pb_blurb_description {
    padding: 0px 20px 45px 20px;
}

#areas .et_pb_divider_0 {
	height: 10px;
}

#areas #ministries .et_pb_blurb_content {
    top: -200px;
}

#areas #groups .et_pb_blurb_content {
    top: -100px;
}

#areas #about .et_pb_blurb_content {
    top: 0px;
}
/* FRONTEND */
/* LETTERS */
#container-messages .et_pb_row{
	z-index: 100;
}

#case-m {
    width: 800px;
    position: absolute;
    left: -500px;
    top: -280px;
	z-index:100;
}
#letters-message {
    max-width: 70%;
    z-index: 10;
    position: absolute;
    top: -80px;
    right: 15%;
}
#messages-elements {
	height: 200px;
}
.shape-1 {
      height: 400px;
    background: linear-gradient(90deg,#2bc8e7 0%,#e997b0 100%)!important;
    transform-origin: top left;
    -webkit-transform: skewY(5.5deg);
    transform: skewY(-5.5deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    z-index: 5;
    top: -350px;
    position: relative;
}

.shape-2 {
    height: 400px;
    background-image: linear-gradient(to right, #e997b0, #f8b757) !important;
    transform-origin: top left;
    -webkit-transform: skewY(5.5deg);
    transform: skewY(5.5deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    z-index: 5;
    top: -150px;
    position: relative;
}

.shape-3 {
	height: 900px;
	background-image: linear-gradient(to top, #e997b0, #2bc8e7) !important;
	-webkit-clip-path: polygon(54% 15%, 100% 0, 100% 100%, 0 77%, 0% 0%);
	clip-path: polygon(54% 15%, 100% 0, 100% 100%, 0 77%, 0% 0%);
    z-index: 50;
    top: 0px;
    position: relative;
}

#case-c {
    width: 800px;
    position: absolute;
    right: -400px;
    top: -180px;
    z-index: 100;
}

#letters-connect {
    max-width: 70%;
    z-index: 10;
    position: absolute;
    top: -80px;
    left: 15%;
}
#container-connect .et_pb_row {
    z-index: 100;
}
#container-connect .et-last-child {
    z-index: 0;
}

#case-g {
    width: 500px;
    position: absolute;
    left: -200px;
    top: 0px;
    z-index: 100;
}

#letters-give {
    max-width: 80%;
    z-index: 10;
    position: absolute;
    top: 50px;
    left: 20%;
}

#letters-events {
    max-width: 70%;
    z-index: 10;
    position: absolute;
    top: 350px;
    right: 15%;
}

#letters-share {
    max-width: 70%;
    z-index: 10;
    position: absolute;
    top: 900px;
    left: 5%;
}
#various-content {
	top: -100px;
}
#various {
	z-index: 200;
}
#various .et_pb_blurb_content{
    overflow: hidden;
}
#eventsburb .et_pb_blurb_content:before {
    content: url(/assets/uploads/2018/06/LinkIcon.svg);
    position: absolute;
    z-index: 100;
    right: 15px;
    top: 15px;
}
#eventsburb .et_pb_blurb_content:after {
    content: ' ';
    position: absolute;
    z-index: 99;
    top: -10px;
    right: -50px;
    transform: rotate(44deg);
    background-image: linear-gradient(to top, #e997b0, #f8b757);
    width: 150px;
    height: 70px;
    overflow: hidden;
}
#eventsburb .et_pb_blurb_description {
    padding-left: 85px !important;
    width: 97%;
    text-align: left;
}
#eventsburb h4 {
    text-align: left !important;
    padding-bottom: 0px !important;
}

#eventsburb .et_pb_blurb_description:before {
    content: url(/assets/uploads/2018/06/CalendarIcon.svg);
    position: absolute;
    z-index: 100;
    left: 15px;
    top: 0px;
}
#eventsburb p {
    text-align: left;
}
#various p {
    color: white;
}
#various img {
	border-radius: 7px;
}
#various .et_pb_main_blurb_image {
    margin-bottom: 0px !important;
}
#various .et_pb_blurb_description {
    position: absolute;
    z-index: 100;
    bottom: 0px;
    padding: 0px 10px 50px 10px;
    text-align: center;
    box-shadow: 0 0 38.5px 12.5px rgba(0, 0, 0, 0.04);
}
#various h4 {
    text-align: center;
    color: white;
    font-weight: 600;
    padding-bottom: 14px;
}

#getapp {
    z-index: 200;
    background-color: white;
    padding: 30px;
    border-radius: 7px;
    box-shadow: 0 0 38.5px 12.5px rgba(0, 0, 0, 0.04);
}

#getapp .theapps p a {
    float: left;
    width: 35%;
}

h3.heading-title-black:before {
	content: "";
	display: block;
	position: absolute;
	height: 4px;
	width: 40px;
	background: black;
	margin-top: -15px;
}

#pink-footer {
	height: 200px;
	border-bottom: 1px solid #edabbf;
}
#pink-footer .et_pb_row {

}
#logopink {
    position: absolute;
    top: -130px;
    left: 50%;
}
#logopink span.et_pb_image_wrap {
    left: -50%;
    position: relative;
}

#pink-footer .et_pb_social_media_follow li a {
    opacity: 0.5;
    -webkit-transition: width 1s, opacity 1s, -webkit-transform 1s; /* Safari */
    transition: width 1s, opacity 1s, transform 1s;
}
#pink-footer .et_pb_social_media_follow li a:hover {
    opacity: 1;
}
#pink-footer .et_pb_social_media_follow li a.icon::before {
    display: block;
    position: relative;
    z-index: 10;
    width: 45px;
    height: 45px;
    color: rgba(255,255,255,1);
    font-size: 18px;
    line-height: 45px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}
#pink-footer .et_pb_social_media_follow li a.icon {
    border-radius: 45px;
}

#pink-footer .et_pb_social_media_follow li a.icon {
    box-sizing: content-box;
    width: 45px;
    height: 45px;
    padding: 0;
}
#pink-footer .et_pb_social_media_follow li a {
    margin-right: 26px;
}
#pink-footer a.icon {
    background-color: initial !important;
    border: 1px solid rgba(255,255,255,1);
}
#footer-menu {
	border-bottom: 1px solid #337298;
}
#footer-menu p {
    color: rgba(255,255,255,0.5);
}
#footer-menu h3 {
    font-size: 1em;
    color: rgba(255,255,255,0.3);
    font-weight: 600;
}

/* Footer */
#footer-bottom {
    display: none !important;
}
#copyrights {
    padding: 0px !important;
}
/* */

#messages .et_pb_portfolio_grid_items {
    text-align: center;
}
#messages .project {
    position: relative;
    height: auto;
    max-width: 420px;
    width: 50%;
    margin: 10px 30px;
}
#messages .project h2 {
    position: absolute;
    bottom: 0px;
    padding: 0 20px 20px 20px;
    color: white;
    font-weight: 600;
    z-index: 2;
    width: 100%;
}

#messages .project a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    opacity: 1;
    z-index: 1;
}
#messages .et_portfolio_image {
    max-height: 250px;
    overflow: hidden;
}

#messages .project span:before {
    content: ' ';
    position: absolute;
    z-index: 99;
    top: -10px;
    right: -50px;
    transform: rotate(44deg);
    background-image: linear-gradient(to top, #e997b0, #f8b757);
    width: 150px;
    height: 70px;
    overflow: hidden;
}

#messages .project span:after {
    content: url(/assets/uploads/2018/06/Play.svg);
    position: absolute;
    z-index: 100;
    right: 15px;
    top: 15px;
}

/* Buttons */
a.et_pb_button:hover {
    padding: 10px 40px !important;
}

a.et_pb_button {
    padding: 10px 40px !important;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
    #messages-elements {
        height: 0px !important;
    }
	 div[id^='case']{
	    width: 300px !important;
	    left: -200px !important;
	    top: -100px !important;
	 }
     #social-header {
        top: -88px !important;
     }
     .shape-1 {
        top: -450px !important;
     }
     .shape-2 {
        top: -340px !important;
     }
     #letters-message {
        top: -150px;
        width: 400px;
        max-width: initial;
     }
     #container-messages .et_pb_row {
        top: -70px;
     }
     #getapp .theapps p a {
        width: 100%;
     }
     #getapp .et_pb_text_3 {
        text-align: center;
     }
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 
}
