/*   
Theme Name: umney
Version: 1.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
*/

.main-input {
	padding-left: 5rem!important;
}

.js-dropdown, .js-dropdown-mobile {
	display: none!important;
}

.block {
	display: block!important;
}

.main-summary a:hover {
	text-decoration: underline;
}

.relative.mt-35 + .educ-drop .education-title {
	margin-top: 8.8rem;
}

@media (max-width: 1024px) {
	.relative.mt-35 + .educ-drop .education-title {
		margin-top: 4.4rem;
	}
}

._dropped .education-desc {
	position:relative;
}

header .menu .link a {
	font-size: 16px;
	line-height: 1.4
}

.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-not-valid {
	border: 1px solid red !important;
}

.wpcf7-response-output {
	display: none;
}

[data-name*="acceptance"] {
    display: none;
}

form[data-status="unaccepted"] .popupagree + .checkbox-box {
    outline: 1px solid #ff0000;
}

.breadcrumbs {
	  position: relative;
	  z-index: 2;
    font-weight: 300;
    line-height: 125%;
    margin: 1rem 0 0;
	  font-size: 14px;
    padding: 0 1.25rem;
	  opacity: 0.7;
}

.breadcrumbs ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	  -webkit-box-pack: center;
	      -ms-flex-pack: center;
	          justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.breadcrumbs li {
    display: inline-block;
    margin-right: 1rem
}

.breadcrumbs li:not(:last-child):after {
    content: "/";
    margin-left: 1rem
}

.breadcrumbs a {
    padding: .3125rem 0;
    text-decoration: none
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs span {
    color: #333;
    padding: .3125rem 0
}