@charset "UTF-8";
/*
Theme Name: Terratoff
Theme URI: https://foundationwebdev.com/
Author: Aimee Cozza
Author URI: https://foundationwebdev.com/
Description: A new theme, capable of great things.
Version: 1.02
*/

body {
	min-height: 100%;
}

#ec-page-row {
	padding: 30px 0px;
}

.page-template-full-width #ec-page-row {
	padding: 0px;
}

.ec-page-title {
	text-align: center;
}

#ec-copyright {
	text-align: center;
}

#default-header, #manual-header {
	padding: 100px 50px 100px 50px;
    background: none;
}

.ec-alertbar { 
    /*background-color: #ff0000; */
    color: #FFFFFF; 
    display: block; 
    line-height: 45px;
    height: 50px; 
    position: relative; 
    text-align: center; 
    text-decoration: none; 
    top: 0px; 
    width: 100%;
    z-index: 100;
}

footer {
	padding: 30px;
	text-align: center;
}


#ec-sidebar ul {
	list-style-type: none;
	text-align: center;
}

#ec-default-hero-container {
	font-size: 72px;
	text-align: center;
	padding: 20vw 30px;
}

.navbar h2 {
	font-size: 12px;
}

.not-found {
	font-size: 20px;
	text-align: center;
}

.error404 input[type=text]{
	margin-bottom: 10px;
}

.error404 input[type=submit] {
	padding: 10px 0px;
	max-width: 50%;
	display: inline;
	margin: auto;
	text-align: center;
}

/* Comments */
#respond {
	margin-top: 30px;
}

#respond #submit, :where(.wp-block-search__button), [type=button], [type=reset], [type=submit], button {
	border: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}

#ec-post-title {
	text-align: center;
}

#ec-post-thumbnail img {
	margin: auto;
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.entry-content.post {
	margin-bottom: 30px;
	padding: 30px;
}
.commentlist {
	list-style: none;
}

.comment a {
	font-weight: 600;
	text-decoration: none;
}

.comment-author {
	padding: 15px 30px 0px 30px;
}

.comment-meta {
		padding: 0px 30px 15px 30px;
}

.reply {
	padding: 15px 30px;
}

.comment p {
	padding: 30px;
}

.thread-odd {
	margin-left: 30px;
}

#respond textarea#comment {
	display: block;
}

.commentlist, .commentlist ul {
list-style-type: none;
}

/* Commit to ec parent */
/*
*
*
*
*
*/
.navbar button {
	background-color: unset;
}

.gradient-bg .wp-block-columns  {
	margin-bottom: 0px;
}

.nav-link {
	text-transform: uppercase;
}

.readmore {
	background-color: grey;
	padding: 10px 15px;
	color: white;
	text-decoration: none;
	display: inline-block;
}

.readmore:hover {
	color: white;
	background-color: black;
}

/* Pagination Styling */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: grey;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: black;
}

@media screen and (max-width: 768px) {
.dropdown-menu .depth_1 .dropdown-item {
	padding-left: 40px;
}
}

@media screen and (min-width: 768px) {
	.dropdown-menu .depth_1 {
	  margin-left: 164px;
    margin-top: -40px;
}
}