/*
 Theme Name:     Discovery of Goodness
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child theme created for Discovery of Goodness by TC Ink Web
 Author:         TC Ink Web
 Author URI:     http://www.tcink.com.au/
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */



.who-are-you {
	border: solid 5px;
    padding: 10px 20px;
    border-radius: 999px;
    border-top: none;
    border-bottom: none;
    font-size: 30px;
    transition: .1s ease
}.who-are-you:hover {
    border: solid 5px !important;
    background-color: #5173b1;
}
	

.home #main-footer {display: none !Important;}

.mirror-circle img {max-width: 250px; border-radius: 999px; box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.3);}

.home .et_pb_section_video_bg {z-index: 1;}
.et_pb_section_video_bg {position: fixed;}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {bottom: 60px;}

.header-content-container {margin-top: -50px;}

#main-footer .container {width: 100%; max-width: unset; background-color: #000;}
#main-footer #footer-widgets {width: 80%; max-width: 1080px; margin: 0 auto;}

.sp-guidingprinciples img, .affirmations img {border-radius: 999px;}

.affirmations a {color: #fff; text-align: center;}
.affirmations .et_pb_image {margin-bottom: 5px !Important;}
.affirmations .et_pb_image .et_pb_image_wrap:before {
    display: block;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    opacity: 0;
    background: rgba(255,255,255,.6);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 7;
    text-transform: none;
    speak: none;
    position: absolute;
    font-size: 32px;
    content: "\e04e";
    color: #2a549f;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}.affirmations .et_pb_image:hover .et_pb_image_wrap:before {opacity: 1;}

.sp-video-banner .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {max-width: 1000px;}

.sp-textsection-1 .et_pb_text {padding: 0px 100px;}

.dg-agenda {color: #fff; box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3)}
.dg-agenda th {color: #fff !important; background-color: #000;}
.dg-agenda td {background-color: #6582b8;}

.tablepress td, .tablepress th {font-size: 14px; line-height: 26px;}
.tablepress thead th {background-color: #234e9c !important;; color: #fff;}
.tablepress .column-1 {min-width: 130px;}
.tablepress.dataTable  {border: none !important;}

.book-next-retreat {background-color: #234e9c; color: #fff; padding: 20px; border-radius: 10px;}
.book-next-retreat a {color: #fff; text-decoration: underline;}

.guiding-princ-but p {font-size: 16px; font-weight: Bold; text-align: center;}
.guiding-princ-but {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.guiding-princ-but:hover {
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
     transform:scale(1.05);
}

.gform_wrapper {margin: 0px !important;}

.gform_wrapper .top_label .gfield_label {font-size: 13px; font-weight: 600;}
.gform_wrapper input {border: 1px solid transparent !important; border-bottom: 2px solid !important;}
.gform_wrapper input:focus {border: 1px solid #DDD !important; border-bottom: 2px solid !important;}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {font-size: 12px !important; font-weight: 600; color: #666;}
.gform_wrapper select {font-size: 15px !important; padding-top: 5px !important; padding-bottom !important: 5px; margin-top: 7px !important;}

.form-on-blue .top_label .gfield_label {color: #fff !important;}
.form-on-blue .gform_wrapper input, .form-on-blue .gform_wrapper textarea {background-color:#fff !important;}
.form-on-blue .gform_wrapper input:focus, .form-on-blue .gform_wrapper textarea:focus {background-color:#fff !important; box-shadow: 0 0 21px 2px rgb(245, 113, 70) !important;}

.gform_wrapper .gform_button, .tc_button {
	color: #234e9c!important;
    border: solid 2px #234e9c !important;
    border-radius: 100px;
    background-color: #ffffff !important;
	padding: 6px 20px;
	-webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
	-webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
	cursor: pointer;
} .tc_button:after {content: none;}
.tc_button {border: transparent !Important;}
.tc_button:nth-child(2) {margin-left: 25px;}

.wp-video {margin: 0 auto;}

.round-2222 {max-height: 90vh;}
.round-2222 .wp-video {width: 100% !important; max-height:}
.round-2222 .wp-video-shortcode {width: 100% !important;}

.round-2222 .wp-video .mejs-container .mejs-controls {
    visibility: hidden;
}

.gform_wrapper .gform_button:hover, .gform_wrapper .gform_button:focus, .tc_button:hover {
    color: #ffffff!important;
    background: #000000!important;
    border-color: rgba(0,0,0,0)!important;
}

#footer-widgets {padding: 10px 0px !important;}
.footer-widget {text-align: center; margin-bottom: 0px !important; float: none !important;}
.footer-widget .et_pb_widget {float: none !important;}
.footer-widget p {font-weight:300; font-size: 18px;}

/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 
    /* your css goes here */
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 
    /* your css goes here */
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) { 
    div.et_pb_section.et_pb_section_0.home-hero {background-image:none !important;} 
	
	#field_2_2, #field_2_3 {margin-top: 0px !important;}
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( max-width: 980px ) {
    .home-hero .man-woman {width: 90% !important; padding-top: 10px !important;}
    .home-hero .man-woman .et_pb_column {width: 48% !important;}
    .home-hero .man-woman .et_pb_column:first-child {margin-right: 4% !important;}
    .home-hero .man-woman img {max-width: 100% !important;}
	
	.sp-video-banner .header-content {margin-left: 0px !important; margin-right: 0px !important; width: 100% !important;}
	.sp-video-banner .et_pb_fullwidth_header_container  {margin-left: 0px !important; margin-right: 0px !important; width: 100% !important;}
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    /* your css goes here */
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 767px ) {
	.et_pb_bottom_inside_divider {background-size: 100% 50px !important; height: 50px !important;}
	.et_pb_fullwidth_header_scroll {display: none !important;}
	
	.mob-buttons-adjust .et_pb_button  {
		text-align: center !important;
		line-height: 24px !important;
		margin-bottom: 18px !important;
	}
	
	.et_pb_fullwidth_header_container h1 {font-size: 50px !important;}
	
	.swipe-button:before {    border-top: 190px solid #234e9c !important;}
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
    /* your css goes here */
}


/** PULSE PLAY BUTTON **/
.video-play-button {
  position: relative;
  z-index: 10;
  margin-top: 75px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #234e9c;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #234e9c;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#234e9c, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #234e9c;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}


/** SWIPE BUTTON **/

.swipe-button {
    color: #ffffff;
    position: relative;
    display: block;
    overflow: hidden;
    height: auto;
    padding: 8px 0px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    border: none;
    text-decoration: none;
    text-align: center;
    box-shadow: 0px 15px 10px -10px rgba(255, 255, 255, 0.3);
}

.swipe-button:before {
	right: -50px;
	border-top: 80px solid #234e9c;
	border-radius: 999px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.swipe-button:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

/*.swipe-button:after {
    left: -50px;
    border-left: 50px solid transparent;
    border-top: 80px solid #234e9c;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.swipe-button:hover:after {
    -webkit-transform: translateX(42%);
    transform: translateX(42%);
}*/

.swipe-button:before/*, .swipe-button:after*/ {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-top: 90px solid #234e9c;
	z-index: -1;
	box-sizing: border-box;
	transition: 1s ease-in-out;
	width: 90%;
	margin: 0 auto;
}
.swipe-button {
    box-sizing: border-box;
    transition: 1s ease-in-out;
}