/*
Theme Name: Davison Mobile 1.1.7
Theme URI: http://bkjproductions.com/
Description: REMEMBER TO UPDATE THE MENUS should you change this theme!
Author: BKJ Productions
Author URI: http://bkjproductions.com/
Tags: basic
*/

/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

/* always define basic colors: */
.red {
	color: #CD1F2B;
}

.darkgray {
	color: #040607
}

html {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 150%;
	color: #040607;
}

a {
	color: #CD1F2B;
}

b,
strong {
	font-weight: bold;
}

italic,
em {
	font-style: italic;
}

#doc {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

#hd {
	background: #040607;
	color: #FFFFFF;
	height: 55px;
	width: 410px;
	float: left;
}

#hd a {
	color: #ffffff;
	text-decoration: none;
}

#hd img {
	margin-left: 90px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
}

#hd a:hover {
	color: #CD1F2B;
	text-decoration: underline;
}

#hd h1 {
	font-size: 36px;
}

#hd .description {
	font-style: italic;
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin: .5em 0;
	line-height: 133%;
}


#content {
	background-color: white;
	display: inline;
	float: right;
	margin-left: 0;
	width: 590px;
	margin-top: 50px;
	min-height: 360px;
}

.home #content,
.category_home #content {
	width: 1000px;
	min-height: 710px;
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 30px;
	/*	background-image:url(images/juliet_davison_home2x.jpg); 
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:top right; */
	float: left;
}

.home #content .entry,
.category_home #content .entry {
	width: 490px;
	margin-left: 90px;
}

#content .entry a {
	color: #cd1f2b;
	text-decoration: none;
}

.home #content h1,
.category_home #content h1 {
	color: #040607;
	font-size: 23px;
	font-weight: normal;
	line-height: 36px;
}

#content h1 {
	font-size: 16px;
	color: #CD1F2B;
}

.news #content h1,
.category_news #content h1 {
	color: #040607;
	text-transform: uppercase;
}

#content h2 {
	font-size: 15px;
}

#content h3 {
	font-size: 15px;
}

#content p {
	margin-bottom: 1em;
}


#sidebar {
	float: left;
	display: inline;
	width: 320px;
	margin-left: 90px;
	margin-top: 61px;
	background: white;
}


hr {
	border: 0px;
	border-top: 1px dotted #666600;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar li li li {
	margin-left: 10px;
}

#ft {
	background: #ffffff;
	clear: both;
	font-size: 12px;
	text-align: center;
	width: 1000px;
	padding-top: 17px;
	height: auto;
	padding-bottom: 17px;
	float: left;
}

#footerleft {
	float: left;
	text-align: left;
	width: 410px;
}

#footerleft p {
	color: #040607
}

#footerleft span {
	font-weight: bold;
	color: #040607;
}

#footerright {
	float: right;
	width: 590px;
	text-align: left;
}

#footerright p {
	color: #040607
}

#credit {
	background-color: lightgray;
	margin-bottom: 10px;
	margin-top: 10px;
}

#credit a {
	color: gray;
	font-size: 10px;
	text-decoration: none;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p.vcard {
	font-size: 10px;
	text-align: left;
}

a.vcf {
	background: url("images/icons/icon_vcard.gif") no-repeat scroll left center transparent;
	color: white;
	padding-left: 20px;
	text-decoration: none;
}

.devnote {
	bottom: 0px;
	color: gray;
	display: block;
	float: left;
	font-size: 9px;
	position: absolute;
	display: none;
}

.designcredit {
	color: gray;
	font-size: 9px;
	text-align: center;
}

.pagination {
	border-bottom: 1px dotted gray;
	height: 30px;
	margin-bottom: 20px;
	width: 100%;
}

.pagination .alignleft a {
	background: url("images/icons/btn_paginate_prev.png") no-repeat scroll 0% 0% transparent;
	color: darkgray;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 5px 5px 25px;
	text-decoration: none;
}

.pagination .alignright a {
	background: url("images/icons/btn_paginate_next.png") no-repeat scroll right top transparent;
	color: darkgray;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 25px 5px 5px;
	text-decoration: none;
}

.pagination a:hover {
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

.gallery-icon a {
	padding: 0px;
	margin: 0px;
}

#content #gallery-1 dl {
	padding: 0px;
	margin: 0px;
	width: 150px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
}

#gallery-1 dt img {
	border: 1px solid white;
}

#gallery-1 a:hover img {
	opacity: .8;
	border: 1px solid black;
}

#gatherposts img {
	float: left;
	margin-right: 10px;
}

#gatherposts li {
	clear: both;
	margin-bottom: 10px;
}

#subpage-nav a {
	text-decoration: none;
	color: #808000;
}

#subpage-nav .current_page_item {
	color: #acac59;
}

#subpage-nav .current_page_item a {
	color: #666600;
}

#subpage-nav li {
	font-weight: bold;
	font-size: 14px;
	line-height: 110%;
	list-style: square;
	color: #666600;
	margin-left: 15px;
	margin-bottom: .5em;
	padding: 0px;
}

#subpage-nav li ul {
	margin-top: 2px;
}

#subpage-nav li li {
	font-size: 15px;
}

#accordion h3 {
	background: url("images/icons/sprite_triangles.png") no-repeat 0px -48px;
	cursor: pointer;
	margin-top: 10px;
	padding-left: 18px;
	margin-bottom: .25em;
}

#accordion h3.active {
	background: url("images/icons/sprite_triangles.png") no-repeat 0 0;
	cursor: pointer;
}

#accordion div {
	margin-left: 18px;
}

.searchresults p.postmetadata {
	margin: 0px;
}

.searchresults small {
	margin: 0px;
}

.searchresults h2 {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
}

.searchresults .post {
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

#s {
	height: 25px;
}

#searchsubmit {
	background-color: #CD1F2B;
	width: 25px;
	height: 27px;
	color: #fff;
	font-weight: bold;
}

.hide {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

#content #newsbox {
	width: 420px;
	border: 1px solid #040607;
	margin-top: 2em;
	background: #ffffff;
	position: relative;
}

#content #newsbox h2 {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	color: #ffffff;
	width: 100%;
	font-size: 15px;
	font-weight: normal;
	background-color: #040607;
	box-sizing: border-box;
}

#content .entry #newsbox ul {
	padding: 10px 0;
	list-style-type: none;
}

#content .entry #newsbox ul li {
	list-style-type: none;
	color: #040607;
	margin-bottom: 1em;
	padding-right: 10px;
}

#content #newsbox ul li a {
	font-weight: bold;
}

#content #newsbox #readmore {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	position: absolute;
	padding-left: 5px;
	padding-right: 5px;
	right: 0px;
	bottom: 0px;
}

#content #newsbox #readmore a {
	color: #fff;
}

#content #newsbox #readmore a:hover {
	color: #cd1f2b;
}

#content .entry ul {
	list-style-type: disc;
	margin-bottom: .25em;
}

#content .entry li {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: .25em;
}

.contactinfo {
	clear: both;
	margin-top: 20px;
}

.contactinfo a {
	color: #CD1F2B;
}

.wpcf7 input,
.wpcf7 textarea {
	border: 1px solid #040607;
	width: 450px;
}

input.wpcf7-captchar {
	width: 120px;
}

input.wpcf7-submit {
	margin: 0px auto;
	text-align: center;
	width: 100px;
}

.news ul#gatherposts {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.news ul#gatherposts li {
	list-style-type: none !important;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	/* padding-top:0px; */
}

.news ul#gatherposts li a {
	color: #CD1F2B;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.news h1 {
	text-transform: uppercase;
}

.news .date,
.home .date,
.category_home.date {
	font-size: 13px;
	display: block;
	color: #040607;
	padding-bottom: 3px;
}

.news h1:before {
	content: "DAVISON LAW IN THE ";
}

a.email {
	color: #CD1F2B;
	text-decoration: underline;
}

.postmeta {
	border-top: 1px dotted gray;
	padding-top: 10px;
}

.postmetadata {
	float: left;
	font-size: 11px;
}

.sharethis {
	float: right;
	color: #040607
}

p.thumbcredit {
	font-size: 9px;
	color: #aaa;
	width: 190px;
	line-height: 120%;
}

p.thumbcredit a {
	color: #bbb;
}

#content {
	position: relative;
	background: none;
}

#bg_picture {
	position: absolute;
	right: 0px;
	margin-top: 100px;
}

#bg_picture_container>img {
	height: 660px;
	position: absolute;
	right: 40px;
	top: 150px;
}

.embedwrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 1em;
}

.embedwrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#sidebar .gatherposts {
	width: 250px;
	margin-top: 2em;
}

.category_news #content .post {
	margin-bottom: 1em;
}

#access {
	height: 0;
}

.active {
	height: auto;
}

.mobile-only {
	display: none;
}

@media only screen and (min-width: 720px) {

	.not-active {
		pointer-events: none;
		text-decoration: none;
	}
}

.news .date_before {
	color: #CD1F2B;
}


.news .title {
	color: #040607;
}

.news #content h1 {
	color: #CD1F2B;
}

.about #content h1 {
	display: none;
	/*comment: hide header for this page;*/
}

.about #content .entry h1 {
	display: inherit;
}

.about #content .entry h1 {
	font-size: 26px;
	line-height: 200%;
	margin-bottom: 2em;
}

.about #content .entry h1 {
	color: #040607
}

.about #content .entry h1 em {
	text-transform: none;
	color: #CD1F2B;
	font-style: normal;
	font-weight: bold;
}

#sidebar img {
	max-width: 190px;
	height: auto;
}

#menu-secondary-menu {
	display: none;
}




/* FONT TESTS */





/*  STYLE C */
/************************************************************************/
.business-litigation-c {
	font-size: 15px;
	color: #040607;
}

/*  STYLE C ALTERNATE */

.business-litigation-nov-2022-c {
	font-size: 15px;
	color: #040607;
}


/* Fix for broken columns on news page TB 2025-04-15 */
@media screen and (min-width: 1024px) {
	.news #content {
		display: flex;
		width: 1000px;
		min-height: 360px;
		flex-direction: row-reverse;
		flex-wrap: nowrap;
		justify-content: space-around;
	}

	/* Fix for broken columns on news page TB 2025-04-15 */

	.news #sidebar {
		float: left;
		display: inline;
		width: 320px;
		margin-left: 90px;
		background: white;
		margin-right: 130px;
	}


}