/*
 Theme Name:   huntington Child
 Theme URI:    http://huntington
 Description:  huntington Child Theme
 Author:       Mundy
 Author URI:   http://example.com
 Template:     huntington
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  huntington-child
*/
#ajax-content.visible .ajax-slider figure.images img {
	width: 100%;
	max-height: none;
}
#project-slider {
    position: relative;
    width: auto !important;
}
#ajax-content.visible .ajax-slider {
    width: 100%;
    float: none;
}
#ajax-content.visible .ajax-sidebar {
	display: none;
}
.portfolio .sliphoveritemTitle > div {
    display: none !important;
}
#main-nav li a.active:after, .current-menu-item > a:after, .current-menu-ancestor > a:after {
	content: none;
}
form.post-password-form + .container {
	display: none;
}
form.post-password-form input {
	padding: 10px !important;
}
form.post-password-form input[type="submit"] {
	background: none;
	margin: 0;
}

@media (min-width: 768px) {
	form.post-password-form {
	    width: 660px;
	    margin: 60px auto;
	}
}