/*.sftkd-pricing {
    display: none !important;
}*/

.post-excerpt-md {
  font-size: 12px;
}

.form-button {
	color: #FFFFFF;
	cursor: pointer;
	font-size: 16px;
	background-color: #223a74;
	border: solid #2d457e;
}

.form-group div, .form-container div {
	margin: 0 auto;
}

.form-control-horiz, input[type=text] {
	font-size: 14px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #495055 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #495055 !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #495055 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #495055 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color:    #495055 !important;
}

::placeholder { /* Most modern browsers support this now. */
    color:    #495055 !important;
}

@media screen and (max-width: 500px) {
	.col-auto, button[type=submit] {
		width: 100%;
		margin-top: 0;
	}
}

.header-nav .btn-sm {
    padding: 0.5rem 1.0rem;
    margin-top: 5px !important;
}


select.mptt-menu {
	background-color: #c62032;
	border: solid #c62032;
	color: #ffffff;
	height: auto;
	padding: 13px 17px !important;
}