/*
Theme Name: Ballard
Theme URI: http://www.tommusrhodus.com/ballard-wordpress-theme/
Version: 1.0.5
Description: Ballard WordPress Theme
Author: Tom Rhodes
Author URI: http://www.tommusrhodus.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-background, threaded-comments, translation-ready, custom-menu
Text Domain: Ballard
*/

/* 

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom css area in "appearance => customise" from your wp-admin. IF you make edits to this
or any other theme file, they will be lost in a theme update. You have been warned.

*/

figure {
	width: auto !important;
}
img {
	max-width: 100%;
	height: auto;
}
.nav-inline + h1 {
	margin-bottom: 140px;
}
blockquote {
	margin-bottom: 1.625em;
}
.team-member__bio a + a {
	display: block;
}
.team-member-modal .modal-close-cross {
	top: 1em !important;
}
@media (max-width: 1024px) {
	.team-member-modal .modal-content .modal-close-cross {
	    top: 1.25em !important;
	}	
}

.section-cta:first-child,
.section-inner-nav + .section-cta {
	padding-top: 0;
	padding-bottom: 9.75em;
}
.section-inner-nav + .section-cta {
	padding-bottom: 0;
}
.comment footer {
	padding-top: 0;
	padding-bottom: 0;
}
.commentlist {
	list-style: none;
}

/*-----------------------------------------------------------------------------------*/
/*	WordPress Standard Styles
/*-----------------------------------------------------------------------------------*/
.sticky {
}
.bypostauthor img.avatar {
}
.screen-reader-text {
	display: none;
}
select {
	max-width: 100%;
}
.alignleft,
.aligncenter,
.alignright,
.alignnone {
	margin-bottom: 25px;
}
.alignnone {
	display: block;
}
.alignleft { 
	float: left; 
	margin: 0 30px 30px 0 !important;
}
.alignright { 
	float: right; 
	margin: 0 0 30px 30px !important;
}
.aligncenter { 
	display: block; 
	margin-right: auto; 
	margin-left: auto; 
	text-align: center; 
}
.wp-caption { 
}
.gallery-caption { 
}
.wp-caption-text, 
.gallery-caption-text { 
}
table#wp-calendar {
	border: 1px solid #cccccc
}
table#wp-calendar>tbody>tr>td>a {
	text-decoration: underline
}
table#wp-calendar thead>tr>th { 
	width: 35px;
	height: 20px;
	text-align: center;
	border: 1px solid #cccccc;
}
table#wp-calendar tbody>tr>td {
	width: 35px;
	height: 20px;
	text-align: center;
	border: 1px solid #cccccc;
}
table#wp-calendar tfoot>tr>td>a, 
tfoot>tr>td>a:link, 
tfoot>tr>td>a:visited, 
tfoot>tr>td>a:hover, 
tfoot>tr>td>a:active {
	text-decoration: underline;
	height: 23px;
	margin-left: 10px;
	padding-bottom: 3px;
}
table#wp-calendar tfoot>tr>td#prev {
	width: 58px;
	height: 20px;
	text-align: left;
}
table#wp-calendar tfoot>tr>td#next {
	width: 58px;
	height: 20px;
	text-align: right;
}
.post-content table {
	margin-bottom: 25px;
}
.post-content table tr,
.post-content table td,
#wp-calendar table tr,
#wp-calendar table td {
	padding: 10px 15px;
	border: 1px solid #cccccc;
}
dd {
	margin-bottom: 25px;
}
dt {
	margin-bottom: 10px;
	font-size: 18px;
}
.widget_rss li {
	margin-bottom: 20px; padding-bottom: 20px;
}
.widget_rss li .rsswidget, .widget_rss li cite {
	font-weight: bold; display: block;
}
.widget_rss li .rss-date {
	display: block; margin-bottom: 10px;
}
.widget_rss li cite {
	margin-top: 10px;
}
.widget address {
	margin-bottom: 0;
}
.widget {
	margin-bottom: 35px;
}
@media all and (max-width: 768px) {
	.main-container {
		overflow: hidden;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	CONTACT FORM 7
/*-----------------------------------------------------------------------------------*/
div.wpcf7 .wpcf7-not-valid { 
	border: 2px solid #de4747
}
span.wpcf7-not-valid-tip { 
	display: none !important 
}
div.wpcf7-validation-errors,
.highlight {
    margin: 15px -5px 0;
    padding: 10px;
    background-color: #fcf8e3;
    color: #c09853;
    border: 2px solid #faebcc;
}
div.wpcf7-mail-sent-ok {
	margin: 15px -5px 0;
	padding: 10px;
	border: 2px solid #d6e9c6;
	background-color: #dff0d8;
	color: #468847;
}
div.wpcf7 input[type="submit"],
div.wpcf7 p {
	margin-bottom: 0;
}
div.wpcf7-response-output {
	clear: both;
	margin-top: 25px;
}

/*-----------------------------------------------------------------------------------*/
/*	GUTENBERG
/*-----------------------------------------------------------------------------------*/
.wp-block-quote {
	margin: 3.39130435em 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: none;
	padding-left: 0;
}
