/*
Theme Name:   ThinkPainAwayLanding
Description:  Write here a brief description about your child-theme
Author:       GeoEnergy
Author URL:   http://i.thinkpainaway.com
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ThinkPainAwayLanding
*/

/* Write here your own personal stylesheet */

#page-container {
	margin-top: -80px;
}

#fd-form-5f5f76a1692a71dc920433cb .fd-root .ff__control {
    background: #fff !important;
}

#fd-form-5f5f76a1692a71dc920433cb .fd-root .ff__button {
    color: #ffffff !important;
    background: black !important;
}


#fd-form-5f5f76a1692a71dc920433cb .ff__root{
	background-color: red !important;
}

#fd-form-5f5f76a1692a71dc920433cb .fd-root{
	background-color: red !important;
}

#top-menu a{
	color: transparent;
	pointer-events: none;
}

#main-header {
    position: relative;
    top: 80px;
	background-color: transparent;
	box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.social-icons-footer {
    float: right !important;
    position: relative;
    top: 0px;
    display: block;
    margin: 0 auto;
    width: 80px;
}

.check-section {
	
}

.social-icons-footer a {
    margin: 5px;
}

#logo {
    max-height: 100%;
    margin-top: 20px;
}

.mobile_nav.closed {
	pointer-events: none;
}

.mobile_menu_bar:before {
    color: transparent;
}

.testimonials-slider .et_pb_slide .et_pb_container {
	background-color: #fff;
}

.tick-cont {
	display: flex;
	padding: 10px 0px;
}

.tick-cont img {
    height: 35px;
    width: 35px;
	margin-right: 15px;
}

.testimonials-slider .et-pb-controllers .et-pb-active-control {
    background-color: #989bdd;
    width: 9px;
    height: 9px;
    position: relative;
    bottom: 1px;
}

.testimonials-slider .et-pb-controllers a {
    background-color: hsl(0deg 0% 24% / 50%);
}

#main-footer {
	display: none;
}


/* TESTIMONY SLIDER */

.testimony-content {
	display: flex;
}

.testimony-img {
    width: 300px;
    height: 300px;
    display: contents;
    background: #989bdd;
}

.testimony-img img{
    object-fit: contain;
}

.testimony-text {
	padding: 40px;
	text-shadow: none;
	display: flex;
  	align-items: center;
  	justify-content: center;
}

.testimony-text h1 {
	color: #a2a5e0!important;
}

.et_pb_slider .et-pb-arrow-next, .et_pb_slider .et-pb-arrow-prev {
    right: 22px;
    opacity: 1;
}

.et_pb_slider .et-pb-arrow-prev {
    left: 22px;
    opacity: 1;
}



@media(max-width: 990px) {
	.testimony-content {
    	display: block;
	}
	.testimony-img {
		background: no-repeat;
		padding: 40px;
		display: block;
	}
	.et_pb_slider .et-pb-arrow-prev {
    	left: 0px;
	}
	.et_pb_slider .et-pb-arrow-next {
    	right: 0px;
	}
	.social-icons-footer {
		float: none !important;
	}
}

@media(max-width: 500px) {
	.testimony-content {
    	display: block;
	}
	.testimony-img {
		background: no-repeat;
		padding: 15px;
		margin: 0 auto;
		display: block;
	}
	.et_pb_slider .et-pb-arrow-prev {
    	left: 15px;
	}
	.et_pb_slider .et-pb-arrow-next {
    	right: 15px;
	}
	.et_pb_slider .et-pb-arrow-next:before, .et_pb_slider .et-pb-arrow-prev:before {
		color: #010101;
	}
	.testimony-text {
    	padding-top : 0px;
	}
}
