/* 
 Theme Name:     DiviChildTheme
 Author:         CreativAlly
 Author URI:     https://CreativAlly.com
 Template:       Divi
 Version:        1.0.1
 Description:  A Child Theme used with the Divi Parent theme
 Wordpress Version: 4.8.4
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/*------------------------------------------------*/
/*-------------[General Theme Styles]-------------*/
/*------------------------------------------------*/

#page-container {
padding-top: 0;
}

#main-header {
top: 0px;
}

/*.single-post #main-header {
	background-color: #0d1247;
}*/

.et_post_meta_wrapper:last-of-type {
    display: none;
}

.hp-hero h1, .ip-hero h1 {
    background:rgba(255,255,255,0.55);
    outline:5px solid rgba(255,255,255,0.55);
    outline-offset:10px;
    padding:20px 20px 20px 20px;
    display: inline-block;
    margin: 0px auto;
}

h2, h3 {
    line-height: 1.4em;
}

h2 {
    font-size:24px!important;
}

h3 {
	font-size:22px!important;
}

.ip-hero {
	padding: 100px 0;
}


.entry-content ul {
	padding: 15px 0 25px 50px;
	line-height: 1.8;
}

.hp-header .header-content {max-width: 100% !important;}


/* DOWN ARROW ANIMATION */

span.scroll-down.et-pb-icon {
  cursor: pointer;
  height: 60px;
  width: 80px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  color: #FFF;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes ca3_fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}

.blurb-bounce .et_pb_blurb_content:hover {
    position: relative;
    margin-top: -10px;
}
.blurb-bounce .et_pb_blurb_content {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testimonial.et_pb_row .et_pb_column .et_pb_image {
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.testimonial.et_pb_row:hover .et_pb_column .et_pb_image {
	margin-top: 40px;
}

.as-seen-on img {
	margin: 0 25px;
}


/*------------------------------------------------*/
/*----------------[Motiv8 Styles]-----------------*/
/*------------------------------------------------*/

.m8-color img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.m8-color:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.m8-shadow-up {
	position: relative;
	top: 0;
	box-shadow: none;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 2% !important;
    border-radius: 15px;
}

.m8-shadow-up:hover {
	top: -15px;
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
}

.content_n10s {
	position: relative;
	top: 0;
	box-shadow: none;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 15px;
    z-index: 9999;
}

.content_n10s:hover {
	top: -15px;
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
}

.et_pb_button, a.ci-link.more-link.ci_more_text {
	box-shadow: 0 5px 15px rgba(0,0,0,.2), 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	padding: 20px !important;
	padding-right: 30px !important;
	padding-left: 30px !important;
}

.et_pb_button:hover, a.ci-link.more-link.ci_more_text:hover {
	box-shadow: 0 0 2px rgba(0,0,0,.1), 0 12px 16px rgba(0,0,0,.08), 0 5px 25px rgba(0,0,0,.08), 0 18px 30px rgba(0,0,0,.08);
}

a.ci-link.more-link.ci_more_text {
	font-size: 14px;
    background: #982b7a;
    border-color: #982b7a;
    border-radius: 0px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
    padding: 0.3em 1em!important;
}

a.ci-link.more-link.ci_more_text:hover {
	background: #99006d!important;
    border-color: #99006d!important;
}

.ci_grid .content_n10s .ci-style-1 h2:after {
	border-bottom-color: #982b7a;
}


.et_pb_title_featured_container img {
	border: 0px solid #f8f8f8; 
	box-shadow: 0 40px 80px -30px rgba(38,54,70,.6) !important;
	margin-bottom: 40px;
}

.ci_grid .content_n10s .ci-style-1 h2:after {
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.ci_grid .content_n10s:hover .ci-style-1 h2:after {
	width: 100%;
}


/* Ken Burns Effect */
@media only screen and (min-width: 767px) {
	.kenburns-effect .et_parallax_bg {
		animation: kenburns-linear 45s forwards;
	}
}
@keyframes kenburns-linear {
	0% {
		opacity: 0.7;
    -ms-transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);
		-webkit-transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);
		transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);
		animation-timing-function: linear;
	}
	1% {
		opacity: 1;
	}
	100% {
    -ms-transform: scale3d(1.35, 1.35, 1.35) translate3d(-25px, -55px, 0px);
		-webkit-transform: scale3d(1.35, 1.35, 1.35) translate3d(-25px, -55px, 0px);
		transform: scale3d(1.35, 1.35, 1.35) translate3d(-25px, -55px, 0px);
	}
}


/*------------------------------------------------*/
/*---------------[Custom Subscribe]---------------*/
/*------------------------------------------------*/

.subscribe-optin .et_pb_newsletter {
    padding:20px 10px;
    vertical-align:middle
}

.subscribe-optin .et_pb_newsletter_description {
    float:none;
    display:block;
    width:inherit;
    vertical-align:middle;
    text-align: center; 
    padding: 0 0 12px; 
    margin-bottom: 0;
}

.subscribe-optin .et_pb_newsletter_description h2 {
    padding-bottom:0;
}

.subscribe-optin .et_pb_newsletter_form {
    float:none;
    width:inherit;
    display:inline-block;
    padding-left:25px;
    text-align:left;
    vertical-align:middle
}

.subscribe-optin .et_pb_newsletter_form p {
    display:inline-block;
    margin-right:5px;
    vertical-align:top;
    padding-bottom:0
}

.subscribe-optin .et_pb_newsletter_form p input {
    padding:10px 5%!important;
    width:275px
}

@media only screen and (max-width: 1040px) {
.subscribe-optin .et_pb_newsletter_form p input {
    width:200px
}
}

@media only screen and (max-width: 1186px) {
.subscribe-optin .et_pb_newsletter_description{
    padding-top: 0!important;
}
}

@media only screen and (max-width: 750px) {
.subscribe-optin .et_pb_newsletter_form p input {
    padding: 10px 5%!important;
    width: 200px;
}
}

@media only screen and (max-width: 810px) {
.subscribe-optin .et_pb_newsletter_form {
	width: 70%;
	padding-left: 0px;
}

.subscribe-optin .et_pb_newsletter_form p {
    display: block;
    margin-right: 0;
}

.subscribe-optin .et_pb_newsletter_form p input {
	width: 100%;
	margin-bottom: 8px;
}

}


/*------------------------------------------------*/
/*-------------[Custom Testimonial]---------------*/
/*------------------------------------------------*/

.testimonial p strong {
    font-style: normal;
    color: #407566;
    font-weight: 700;
}

.testimonial .et_pb_image img {
    border-radius: 100%;
    border: 1px solid #407566;
}

.testimonial .et_pb_text h3 span {
    font-family: 'Great Vibes', cursive;
    text-transform: none!important;
    font-size: 45px;
    padding: 0 6px;
    font-weight: normal;
    color: #407566;
}

.section-overlap .testimonial .et_pb_column {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section-overlap .testimonial .et_pb_column:hover {
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
}



/*------------------------------------------------*/
/*---------------[Custom Post Page]---------------*/
/*------------------------------------------------*/

.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
    padding: 0 0 50px 0!important;
}

.custom-post-builder .custom-post-section {
	border-bottom: 1px solid #ececec;
	padding-bottom: 54px;
}

.post-featured-image {
	margin-bottom: 0!important;
}

.single .et_pb_post {
	margin-bottom: 0;
	padding-bottom: 0;
}

#left-area {
	padding-bottom:0;
}

.single-post h3 {
	margin:15px 0;
}

.post-sidebar .et_pb_widget ul li {
    list-style-type: disc;
    margin-left: 1.5em;
}

#comment-wrap h1, h3#reply-title {
	font-size:20px;
}


/*------------------------------------------------*/
/*-------------[Contact Page Style]---------------*/
/*------------------------------------------------*/

.et_pb_contact_submit {
    border: 0px;
    color: #fff;
}

.et_pb_contact_right p input {
    padding: 11px;
}


/*------------------------------------------------*/
/*-----------[Custom Footer Module]---------------*/
/*------------------------------------------------*/

#footer-info {
    text-align:center;
    float:none
}

.global-footer .et_pb_row {
    border-bottom: 1px solid #545454;
}

.global-footer .et_pb_social_icon a {
	background-color: transparent!important;
}

.connect-footer p {
	padding-bottom: 0!important;
}





/*------------------------------------------------*/
/*-----------[Misc Responsive Fixes]--------------*/
/*------------------------------------------------*/

@media only screen and ( max-width: 767px ) {
    .comment {padding-bottom: 60px;}
    .comment_area .comment-reply-link {
            top: auto;
            bottom: -45px;
            padding: 0px 10px;
            font-size: 18px;}
    .et_pb_fullwidth_header .header-content h1 {
            font-size: 45px!important;}
}


