/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.hp-section-2-container {
	position: absolute;
    top: 1000px;
    right: 0;
    left: 0;
    bottom: 0;
}
.hp-section-2-container-col-1{
	padding-top: 46px;
    font-size: 20px;
}
.about-sec-2-col-2:after {
    content: url(http://hikingaction.qadracreatives.com/wp-content/uploads/2018/07/400.png);
    position: absolute;
    z-index: 5;
    top: -377px;
	left: 138px;
}
.about-sec-3 p {
	line-height: 10px;
}
.about-p {
	font-size: 22px;
}
.about-p li p{
	font-size: 22px;
}
.contact-send {
	text-align: center;
}
.wpcf7-submit{
	background: #697d19 !important;
    border-radius: 50px !important;
	width: 15% !important;
}
.form-flat button, .form-flat input, .form-flat textarea {
    border-radius: 5px !important;
}
@media only screen and (max-width: 768px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.about-sec-3 p {
	line-height: 15px;
	}
	.about-sec-2-col-2:after {
	top: -381px;
    left: 139px;
	}
	.about-p {
	font-size: 18px;
	}
}
@media only screen and (max-width: 320px) {
	.about-sec-2-col-2:after {
     content: none;
	}
}