/*
Theme Name: Middleton Barton Valuation
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.content .container .container_inner.default_template_holder, .content .container .container_inner.page_container_inner {
	padding-bottom: 80px;
}

.footer_top_holder {
	background-color: #203864;
	background: linear-gradient(135deg,  #c72229 45%,#203864 45%);

}

.qodef-blog-item .qodef-e-excerpt::after {
	content: "...";
	margin-left: -5px;
}

.blog_holder article .post_image {
	max-width: 100%;
	width: 1024px;
	margin: 0 auto;
}

ul, ol {
	margin-top: 15px;
	margin-bottom: 15px;
}
ul li, ol li {
	color: #1a1717;
}
ul li {
	list-style: none;
}
.elementor-widget-text-editor ul li::before, .elementor-widget-text-editor ol li::before {
	content: "\25c6";
	color: #c72229;
	display: inline-block;
	width: 1.5em;
	margin-left: -1.5em;
}

.elementor-widget-container ul, .elementor-widget-container ol {
	padding-left: 32px;
	list-style-position: outside;
}

.page-id-2711 .qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-content, .page-id-2713 .qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-content, .page-id-2715 .qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-content {
	padding: 20px 20px 20px 20px;
}

.page-id-2711 .qodef-qi-button.qodef-layout--filled:hover, .page-id-2713 .qodef-qi-button.qodef-layout--filled:hover, .page-id-2715 .qodef-qi-button.qodef-layout--filled:hover {
	background-color: #203864;	
}


.page-id-2711 .qodef-e-media-image, .page-id-2713 .qodef-e-media-image, .page-id-2715 .qodef-e-media-image {
	height: 290px;
	overflow: hidden;
}

table { 
  width: 100%; 
  border-collapse: collapse;
  empty-cells: show;  
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #eee; 
  color: white; 
  font-weight: bold;
  border: 1px solid #ccc !important; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}

@media screen and (min-width: 1000px) {
	.q_logo a {
		height: 67px !important;
		margin-top: 50px;
	}	
}

.ctct-form input {
	padding: 5px;
}
.ctct-form input[type="text"], .ctct-form input[type="email"] {
	width: 100%;
}

.ctct-form input[type="submit"] {
	border: none;
	font-size: 16px;
	padding: 10px;
}