/*
Theme Name:  Ashe Child
Template: 	 ashe
Theme URI:	 https://wordpress.org/themes/ashe/
Author:		 ChildThemeWP
Author URI:	 https://childthemewp.com
Version:	 1.0.1
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: ashechild
*/

body,
#content,
.entry-content,
.post-content,
.page-content,
.post-excerpt,
.entry-summary,
.entry-excerpt,
.widget-area,
.widget,
.sidebar,
#sidebar,
footer,
.footer,
#footer,
.site-footer {
	font-family: "Fira Sans Condensed";
}

#site-title,
.site-title,
#site-title a,
.site-title a,
.entry-title,
.entry-title a,
h1,
h2,
h3,
h4,
h5,
h6,
.widget-title,
.elementor-heading-title {
	font-family: "Fira Sans Condensed";
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

#main-nav {
	position: fixed;
	width: 100%;
}

#page-footer {
	/*     position: absolute;
    bottom: 0;
    width: 100%; */
}

.featured-slider-area {
    padding-top: 80px !important;
}

.page-content {
	padding-bottom: 20px;
}

.post-header {
    text-align: left;
}

.main-content {
	padding-top: 80px;
	padding-bottom: 40px;
}

.home .main-content {
	padding-top: 20px;
	padding-bottom: 40px;
}
.post-title-custom{
    border-top: 1px solid #2d6a4f;
    display: inline-block;
    padding-top: 20px;
    padding-right: 40px;
    margin-top: 36px;
}

.post-media-custom img{
	height: 320px;
    width: 100% !important;
    object-fit: cover;
    object-position: center center;
    border-radius: 0px !important;
}

/* Contact form 7 */
.wpcf7 fieldset {
	border: none;
	padding: 0px
}

.wpcf7 legend {
    font-size: 1.6rem;
    color: #111;
    font-family: "Fira Sans Extra Condensed", Sans-serif;
    font-weight: 400;
    line-height: 1.6em;
}
.wpcf7 ol {
    list-style: none;
	padding-left: 0px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
  border: 0px;
  border-bottom: 1px solid rgba(45, 106, 79, 1);
  background-color: #285d450d !important;
  margin-bottom: 10px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"] {
 width: 100%;
}

.wpcf7 input[type="number"] {
   width: 100%;
}

.wpcf7 input[type="tel"],
.wpcf7 input[type="date"] {
  width: 170px;
}

.wpcf7 textarea {
  width: 100%;
  height: 250px;
}

.wpcf7 label input,
.wpcf7 label select,
.wpcf7 label textarea {
  margin-top: 3px;
}

.wpcf7 label,
.wpcf7-quiz-label {
  display: block;
}

.wpcf7 p {
  margin-bottom: 22px;
}

.wpcf7 [type="submit"] {
    height: 2.4rem !important;
    padding: 12px 30px 12px 30px;
    line-height: 1rem;
    width: auto;
    cursor: pointer;
    font-weight: 400;
    text-transform: none;
    background-color: #FFF !important;
    color: rgba(45, 106, 79, 1) !important;
    border: 1px solid rgba(45, 106, 79, 1);
	transition: all 0.75s ease-out;
}

.wpcf7 input[type="submit"]:hover {
	background-color: rgba(45, 106, 79, 1) !important;
    color: #FFF !important;
}


@media screen and (max-width: 979px) {
	.mobile-menu-btn {
		float: left;
	}

	.main-content {
		padding-top: 80px;
		padding-bottom: 30px;
	}
	.page-content {
	  padding: 0;
    }
	h3 {
    font-size: 26px;
}
}

@media screen and (max-width: 640px) {
	.main-content {
		padding-top: 80px;
		padding-bottom: 30px;
	}
	.page-content {
	  padding: 0 !important;
    }
	h3 {
    font-size: 24px;
}
	
}
