/*
Theme Name: Trade daddy Theme
Author: Alex Koptil
Version: 1.0
*/

.comment-form-comment{
	display: flex;
	flex-direction: column;
}

.form-submit input[type=submit] {
	background: rgba(0,0,0,.05);
	border: none;
	color: rgba(0,0,0,.6);
	padding: 5px 10px;
}

.menu-item{
	font-size: 0.9rem;
	color: rgba(0,0,0,.5);
}
.menu-item a {
	padding-right: 0.7rem;
	padding-left: 0.7rem;
	color: white;
}
.menu-item a:hover{
	color: navajowhite;
	text-decoration: none;
}
.widget_nav_menu > div > ul {
	list-style: none;
	padding-bottom: 20px;
}
.navbar-brand:hover{
	color: white !important;
}
.broker-image{
	width: 100%;
	padding: 20px;
}
.comment-form-block {
	display: flex;
}

.card-columns {
  direction: ltr !important;
}

.card-comments > ul > li {
  line-break: auto !important;
}