/*!
Theme Name: corvidstudio
Theme URI: http://underscores.me/
Author: Corvid.Studio
Author URI: https://www.corvid.studio
Description: Custom theme developed by Corvid.Studio.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: corvidstudio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

corvidstudio is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #94949d;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #3f3d31;
	text-transform: uppercase;
  font-weight: 700;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 1.5em;
	padding-left: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.gform_button {
	padding: 10px 20px 10px !important;
	font-size: 18px !important;
	text-transform: uppercase !important;
	background: #B23A1C !important;
	color: #fff !important;
	border: 1px solid #B23A1C !important;
}
.gform_button:hover {
	background: #F7F7F2 !important;
	color: #B23A1C !important;
}
button {
	padding: 10px 20px 10px;
	font-size: 18px;
	text-transform: uppercase;
	background: #B23A1C;
	color: #F7F7F2;
	border: 1px solid #B23A1C;
}
button:hover {
	background: #F7F7F2;
	color: #B23A1C;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #b23a1c;
}

a:visited {
	color: #b23a1c;
}

a:hover, a:focus, a:active {
	color: #b23a1c;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/**drake law firm 4th Quarter 2023**/
/**----Global----**/
html, body {
	width: 100%;
  overflow-x: hidden; /* Hide horizontal scrollbar */
}
h2 {
  font-size: 23px;
  margin-bottom: 25px;
  line-height: 1.3;
}
.flexing {
	display: flex;
}
.section-heading-wrap {
	max-width: 1200px;
	width: auto !important;
	margin: auto;
	padding: 0 30px;
}
.content-wrapper {
  margin: 50px 0;
}
.map-embed {
  background: #e4e2d7;
}
.error-404 p {
  font-size: 25px;
}
strong {
  color: #3f3d31;
}
.site-footer strong {
  color: #fff;
}
/**secondary page**/
.internal-pages {
	background: #f7f7f2;
}
.specific {
  font-size: 19px;
  line-height: 1.2;
  text-transform: none;
}
.page-heading {
	background: url(/wp-content/uploads/2023/11/2-1631x700.jpg);
  padding: 20px;
  min-height: 185px;
  background-size: cover;
	padding-top: 50px;
}
.page-heading.no-headline {
	min-height: 110px;
	padding: 20px;
}
h1.page-headline, .page-heading, .page-heading .page-title {
	font-size: 50px;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  text-transform: Capitalize;
  text-shadow: 2px 2px 8px #000;
  line-height: 1;
}
.page-heading span {
  top: 50%;
  position: relative;
  display: block;
}
h2.page-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
}
/**----Header----**/
.site-header .container-wrap.flexing {
  justify-content: space-between;
	padding:0;
}
header.site-header {
  background: #3d3c37;
	padding: 10px 20px;
	display: flex;
}
header.site-header a, header.site-header i {
	color: #fff;
}
header.site-header a:hover {
	color: #b23a1c;
	text-decoration: none;
}
.site-branding, .contact {
  align-self: center;
}
.site-branding.logo {
  border-right: 1px solid #4e4d47;
	flex-basis: 200px;
}
.site-branding img {
  padding-right: 20px;
}
.gform_wrapper.gravity-theme .gfield_label {
	color: #000 !important;
}
/**navigation**/
.navbar {
  min-height: auto;
  margin-bottom: 0;
}
.navbar-collapse {
  padding: 0;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top,transparent 0,transparent 0%);
  background-image: -o-linear-gradient(top,transparent 0,transparent 0%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background-image: linear-gradient(to bottom,0 0, 0 0%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(255,255,255,.0),0 0 0 rgba(0,0,0,0);
  box-shadow: inset 0 0 0 rgba(255,255,255,0),0 0 0x rgba(0,0,0,0);
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-brand, .navbar-nav > li > a {
  text-shadow: 0 0 0 rgba(255,255,255,0);
	color: #848279;
	font-size: 14px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top,transparent 0,transparent 0%);
  background-image: -o-linear-gradient(top,transparent 0,transparent 0%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background-image: linear-gradient(to bottom,transparent 0,transparent 0%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
  box-shadow: inset 0 0 0 rgba(0,0,0,0);
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #2a2627;
}
.dropdown-menu {
  background-color: #2a2627;
	text-transform: uppercase;
  font-weight: 700;
  border-width: 0 0 4px 0;
	border-color: #b23a1c !important;
	border-radius: 0;
	color: #fff;
	padding: 20px 0;
}
.dropdown-menu > li > a {
	color: #848279;  
	padding: 5px 20px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #2a2627;
  background-image: -webkit-linear-gradient(top,#2a2627 0,#2a2627 100%);
  background-image: -o-linear-gradient(top,#2a2627 0,#2a2627 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#2a2627),to(#2a2627));
  background-image: linear-gradient(to bottom,#2a2627 0,#2a2627 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2627', endColorstr='#2a2627', GradientType=0);
  background-repeat: repeat-x;
	color: #fff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #b23a1c !important;
  background-image: -webkit-linear-gradient(top,#b23a1c 0,#b23a1c 100%);
  background-image: -o-linear-gradient(top,#b23a1c 0,#b23a1c 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#b23a1c),to(#b23a1c));
  background-image: linear-gradient(to bottom,#b23a1c 0,#b23a1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b23a1c', endColorstr='#b23a1c', GradientType=0);
  background-repeat: repeat-x;
}
#menu-main-menu {
  text-transform: uppercase;
}

/**--HOMEPAGE--**/
.metaslider .caption-wrap {
  background: transparent !important;
  opacity: 1 !important;
  max-width: 25% !important;
  bottom: auto !important;
  right: 15% !important;
  left: auto !important;
  top: 30% !important;
}
.metaslider .caption h1 {
  font-size: 80px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
	text-shadow: 2px 2px 8px #000;
	margin-bottom: 30px;
	color: #fff;
}
.metaslider .caption h1 span {
  font-weight: 600;
  font-size: 24px;
	text-shadow: 2px 2px 8px #000;
	display: block;
}
/* .caption h1::after {
  background: #b23a1c;
  bottom: 40px;
  content: "";
  display: block;
  height: 3px;
  left: 11px;
  position: absolute;
  width: 61px;
} */
.metaslider .caption .divider {
  width: 60px;
  height: 3px;
  background: #b23a1c;
  margin-top: 10px;
}
.metaslider .caption p {
  font-size: 18px;
  color: #ffffff;
  font-style: italic;
  font-family: 'Lato', sans-serif;
  white-space: normal;
  word-break: normal;
  line-height: 1.2;
  text-shadow: 2px 2px 8px #000;
  display: block;
}
.metaslider .flexslider .flex-direction-nav li.flex-nav-next a {
	width: 31px !important;
	height: 50px !important;
	background-image: url('/wp-content/themes/corvidstudio/images/arrow-next.png') !important;
}
.metaslider .flexslider .flex-direction-nav li.flex-nav-prev a {
	width: 31px !important;
	height: 50px !important;
	background-image: url('/wp-content/themes/corvidstudio/images/arrow-previous.png') !important;
}
/**about section**/
.about-hp-wrapper {
  padding: 75px 20px 20px;
}
.section-heading .flexing {
  flex-direction: column;
  text-align: right;
  justify-content: flex-end;
}
.section-heading {
	flex-basis: 200px;
}
.section-heading img {
  max-width: 70px;
  align-self: flex-end;
}
.section-heading h2 {
  font-size: 30px;
  color: #3f3d31;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  margin: 20px 0 0;
}
.section-heading h3 {
  font-size: 14px;
  color: #8f8d83;
  margin: 6px 0 0;
  font-weight: 400;
	position: relative;
}
.section-heading h3::after {
	width: 27px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0px;
  display: block;
  background: #5a1d0e;
}
.section-content {
  flex-basis: 810px;
  margin: 10px 50px 10px 60px;
  padding: 0 0 50px 0;
}
.main-copy {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #3f3d31;
}
.second-copy {
  color: #8f8d83;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
	padding-bottom: 25px;
}
.sidebar .consultation {
	margin-top: 50px;
}
.phone-detail .fa.fa-mobile {
  font-size: 45px;
  float: left;
  text-decoration: none;
}
.phone-detail-inner span {
  font-size: 13px;
  text-transform: uppercase;
  color: #8f8d83;
  display: block;
}
.phone-detail-inner .phone-number {
  font-size: 25px;
  color: #3f3d31;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.heading-details {
  font-size: 14px;
  color: #79797a;
  font-family: 'Lato', sans-serif;
  line-height: 36px;
  display: block;
	position: relative;
}
.underline-label::after {
  width: 27px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  background: #5a1d0e;
}
.two-column {
  padding: 40px 0 50px;
  background: #f7f7f2;
}
.column-wrapper.flexing {
  padding: 40px 0 50px;
  background: transparent;
  flex-wrap: wrap;
}
.column-wrapper.flexing {
  justify-content: space-between;
	flex-wrap: wrap;
}
.column-wrapper h3 {
  font-size: 18px;
  font-weight: 700;
  color: #3f3d31;
  text-transform: uppercase;
}
.column p, .full-column {
	font-size: 16px;
  line-height: 1.6;
  color: #94949d;
}
.full-column {
  margin: 0 0 20px;
  padding: 30px;
  background: #fff;
  color: #3f3d31;
  outline: 1px solid #e4e2d7;
	max-width: 97%;
}
.column {
  flex-basis: 550px;
	padding: 5px 30px;
}
.two-column .column-wrapper .column p {
  padding-top: 15px;
}
.practice-areas {
	padding: 50px 0;
  background: #f7f7f2;
}
.practice-areas h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #3f3d31;
  line-height: 1;
	text-align: center;
}
.practice-areas h3 {
  font-size: 14px;
  color: #8f8d83;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  margin: 0 0 35px;
	text-align: center;
}
.practice-areas h3::after {
  width: 27px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  display: block;
  background: #5a1d0e;
  right: 0;
  margin: 0 auto;
}
.practice-areas img {
  max-width: 70px;
}
.pa-box {
  flex-basis: 330px;
  margin: 25px;
  flex-direction: column;
  display: flex;
}
.pa-box .icon {
  max-width: 100%;
  min-height: 90px;
}
.icon-wrap {
	text-align: center;
}
.pa-repeater.flexing {
	flex-wrap: wrap;
}
.pa-repeater h3 {
  font-size: 18px;
  font-weight: 700;
  color: #3f3d31;
  position: relative;
  padding: 25px 0 10px;
  margin-bottom: 20px;
}
.pa-repeater h3::after {
  width: 27px;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  text-align: center;
  margin: auto;
  background: #5a1d0e;
}
.pa-repeater  p {
  color: #8f8d83;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.arrow-more {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #b23a1c;
  display: block;
  margin-top: auto;
  padding: 10px 14px;
  margin-bottom: 10px;
}
.arrow-more:hover {
	color: #f7f7f2;
  background: #b23a1c;
}
.ftpa {
  background: #3f3d31;
}
.featured-pas.flexing {
  justify-content: center;
}
#family-estate-planning, #family-law {
  flex-basis: 50%;
  margin: -20px 20px;
  padding: 30px;
  background: #fff;
	position: relative;
}
#family-estate-planning {
	background-repeat: no-repeat;
}
#family-law {
	background-repeat: no-repeat;
}
#family-estate-planning::before, #family-law::before {
  content: "";
  background: rgba(63,61,49,.7);
  display: block;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}
.featured-pas h2 {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 9;
  color: #fff;
	text-shadow: 2px 2px 8px #000;
}
#family-estate-planning p, #family-law p {
  position: relative;
  z-index: 9;
  color: #fff;
  font-size: 19px;
	text-shadow: 2px 2px 8px #000;
}
/**attorney sections**/
.attorney-wrap, .attorney-wrap.slick-current, .attorney-wrap.slick-active {
	width: 265px;
	margin: 10px;
}
.attorney-wrap figure {
	width: 100%;
	height: 262px;
	overflow: hidden;
}
.size-carousel-size {
	filter: gray;
	-webkit-filter: grayscale(1);
	-webkit-transition: all .5s ease-in-out;
}
a img.size-carousel-size:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transition: all .5s ease-in-out;
}
.attorney-wrap .size-carousel-size {
	width: 100%;
}
.zoom img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.zoom:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.previousarrow.slick-arrow {
	position: absolute;
	top: -30px;
	right: 50px;
}
.nextarrow.slick-arrow {
	position: absolute;
	top: -30px;
	right: 10px;
}
.attorney-section {
	padding: 125px 0 75px;
}
.attorney-section .section-logo {
	text-align: center;
}
.attorney-section .section-logo img {
  max-width: 70px;
}
.attorney-section .section-headlines h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #3f3d31;
	line-height: 1;
	text-align: center;
}
.attorney-section .section-headlines h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #3f3d31;
	line-height: 1;
	text-align: center;
}
.attorney-section .section-headlines h3 {
	font-size: 14px;
	color: #8f8d83;
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	margin: 0 0 35px;
	text-align: center;
}
.attorney-section .section-headlines h3::after {
	width: 27px;
	height: 2px;
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	display: block;
	background: #5a1d0e;
	right: 0;
	margin: 0 auto;
}
.attorney-carousel-caption h3 {
	font-size: 18px;
	font-weight: 700;
}
.attorney-excerpt {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 15px;
	font-weight: 400;
	padding: 0 15px 0 0;
}
/**---widget--**/
.container-wrap {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 0 30px;
}
.main-content {
  flex-basis: 780px;
  margin-right: 50px;
}
.sidebar {
	flex-basis: 320px;
}
.widget-title {
  font-size: 21px;
	font-weight: bold;
  margin-bottom: 30px;
	position: relative;
}
h2.widget-title::before {
  content: "of Drake Law Firm P.C.";
  font-size: 14px;
  display: block;
  font-weight: normal;
  color: #79797a;
  margin: 5px 0;
  position: absolute;
  top: 23px;
}
h2.widget-title::after {
  width: 27px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0px;
  display: block;
  background: #5a1d0e;
}
h3.widget-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 17px;
}
h3.widget-title::after {
	width: 27px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  background: #5a1d0e;
}
.sidebar ul {
  padding: 0 0 0 15px;
  margin: 0;
}
.sidebar ul li {
  padding: 10px 0;
	font-size: 14px;
}
.sidebar .menu-footer-menu-container {
  margin-top: 50px;
}
.sidebar #menu-footer-menu {
  column-count: 1;
  text-transform: uppercase;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar #menu-footer-menu li a {
  color: #79797a;
  display: block;
  font-size: 14px;
  font-weight:normal;
  text-decoration: none;
  text-transform: uppercase;
	font-weight: 600;
}
.sidebar #menu-footer-menu li a:hover {
  color: #b11f24;
}
.sidebar #menu-footer-menu li a::after {
  content: "\f105";
  float: right;
  font-size: inline-block;
  text-rendering: auto;
  font: var(--fa-font-solid);
  font-size: 8px;
}
/**----ATTORNEY PAGES----**/
.attorney-bio-wrapper.flexing {
	margin-top: 20px;
}
.attorney-content {
	flex-basis: 475px;
}
.attorney-photo {
	max-width: 300px;
	min-width: 300px;
	max-height: 400px;
	flex-basis: 300px;
	margin: 0 30px 10px 0;
	float:left;
}
.attorney-photo img {
  width: 100%;
}
.attorney-title {
	text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 25px 0;
	display: inline-block;
}
.attorney-single.flexing {
  padding: 50px 0;
}
.sidebar .pl-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .pl-listing li {
  padding: 12px 0;
}
.sidebar .pl-listing li a {
  color: #79797a;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
	display: block;
}
.sidebar .pl-listing i {
  font-size: 8px;
  margin-top: 5px;
	float: right;
}
.pl-listing li a:hover, .pl-listing i:hover {
  color: #b11f24;
}
.pl-listing li a:hover .fa-chevron-right {
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bar-admission-wrap, .education-wrap, .associations-wrap {
	margin-top: 40px;
}
.award-wrap {
	margin-top: 20px;
	
}
/**SUPPORT TEAM**/
.support-team-wrapper {
	padding: 50px 0;
}
.support-bio-wrapper.flexing {
	margin-top: 20px;
}
.support-content {
	flex-basis: 475px;
}
.team-photo {
	max-width: 300px;
	min-width: 300px;
	max-height: 400px;
	flex-basis: 300px;
	margin: 0 30px 10px 0;
	float:left;
}
.team-photo img {
  width: 100%;
}
.team-title {
	text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 25px 0;
	display: inline-block;
}
.support-team-title {
	margin-top: -25px;
	margin-bottom: 20px;
	font-style: italic;
	font-size: 20px;
}
/**----FOOTER----**/
/**awards**/
.awards-listing {
  padding: 30px 0 70px;
  text-align: center;
}
.flexing.awards {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.awards-listing .section-headlines h2 {
	font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #3f3d31;
  line-height: 1;
  text-align: center;
}
.awards-listing .section-headlines h3 {
	font-size: 14px;
  color: #8f8d83;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  margin: 0 0 35px;
  text-align: center;
}
.awards-listing .section-headlines h3::after {
	width: 27px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  display: block;
  background: #5a1d0e;
  right: 0;
  margin: 0 auto;
}
.awards-listing .section-logo img {
  max-width: 70px;
}
.award-logo-listing {
  margin: 40px 25px 25px;
	flex-basis: 200px;
}
/**testimonials**/
.testimonials {
	padding: 100px 0;
  text-align: center;
	background: #f7f7f2;
}
.testimonials .section-headlines h2 {
	font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #3f3d31;
  line-height: 1;
  text-align: center;
}
.testimonials .section-headlines h3 {
	font-size: 14px;
  color: #8f8d83;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  margin: 0 0 35px;
	text-align: center;
}
.testimonials .section-headlines h3::after {
	width: 27px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  display: block;
  background: #5a1d0e;
  right: 0;
  margin: 0 auto;
}
.testimonials .section-logo img {
  max-width: 70px;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content::before, .strong-view.wpmtst-modern .wpmtst-testimonial-content::after {
  color: #3F3D31 !important;
  background: #3F3D31 !important;
}
.wpmtst-testimonial-field.testimonial-field.testimonial-name {
  font-style: italic !important;
  margin-top: 20px !important;
}
/**why drake section**/
.testimonials.why-drake {
	padding: 50px 0 100px;
}
.testimonials.why-drake p {
  max-width: 75%;
  margin: auto;
}
/**contact**/
.contact-solumns.flexing {
	justify-content: space-between;
}
.contact-info {
	flex-basis: 400px;
}
.contact-form-image {
	flex-basis: 700px;
}
/**----FOOTER----**/
footer.site-footer {
	color: #e4e2d7;
	background: #3e3d3a;
	padding: 50px 0 25px;
}
.site-info a {
	color: #8b8983;
	text-decoration: none;
}
.site-info a:hover {
	color: #b23a1c;
}
.foot-column .menu-footer-menu-container ul {
  columns: 2;
	column-gap: 50px;
  list-style: none;
	padding: 20px 0;
  margin: 0;
}
.foot-column .menu-footer-menu-container ul li {
  padding: 5px 0;
}
.site-info .menu-footer-menu-container ul li a {
  font-size: 14px;
  color: #8b8983;
  display: block;
  text-decoration: none;
  position: relative;
}
.site-info .menu-footer-menu-container ul li a:hover {
  color: #b23a1c;
}
.site-info h3 {
  position: relative;
  text-transform: uppercase;
  color: #e4e2d7;
  font-size: 18px;
	margin-top: 12px;
}
.site-info h3::after {
  width: 27px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0px;
  display: block;
  background: #5a1d0e;
}
.foot-column.one {
  flex-basis: 50%;
}
.foot-contact {
  padding-top: 15px;
}
.copyright {
  padding: 50px 0 5px;
  text-align: center;
  font-size: 13px;
}
.copyright a {
	color: #8b8983;
	text-decoration: underline;
}
.copyright a:hover {
	color: #b23a1c;
	text-decoration: none;
}
/**---------------------------MEDIA QUERIES-------------------------------**/
@media screen and (max-width: 1440px) {
	.metaslider .caption-wrap {
		max-width: 32% !important;
	}
}
@media screen and (max-width: 1366px) {
	.metaslider .caption-wrap {
		max-width: 37% !important;
	}
}
@media screen and (max-width: 1200px) {
	.column {
	  padding: 0 30px;
	}
}
@media screen and (max-width: 1180px) {
	.metaslider .caption-wrap {
		max-width: 39% !important;
	}
	.metaslider .caption h1 {
  	font-size: 65px;
	}
	.metaslider .caption h1 span {
  	font-size: 22px;
	}
	.column {
  	flex-basis: 450px;
	}
	.section-content {
  	flex-basis: 600px;
	}
	.pa-box {
		flex-basis: 450px;
	}
	.pa-repeater.flexing {
		justify-content: center;
	}
}
@media screen and (max-width: 1080px) {
	.metaslider .caption-wrap {
		max-width: 75% !important;
	}

}
@media screen and (max-width: 1079px) {
	.mob-menu-header-holder.mobmenu {
	  width: auto;
	  display: inline;
	}
	.menu-main-menu-container {
	  margin-top: 20px;
	}
	.mobmenu-content::before {
	 content: url(/wp-content/themes/corvidstudio/images/drake-mt-logo-header.png) !important;
	 margin-left: 45px !important;
	 }
	.navbar.navbar-default {
	  display: none;
	}
	body .site-branding.logo, body .site-header {
	  display: block !important;
	}
	.contact {
	  margin-left: 20px;
	}
	.site-header .container-wrap.flexing {
	  justify-content: center;
	  padding: 0 !important;
	}
	.metaslider .caption h1 {
	  font-size: 70px;
	}
	.metaslider .caption h1::after {
	  bottom: 60px;
	}
	.pa-box {
		flex-basis: 375px;
	}
}
@media screen and (max-width: 1024px) {
	.attorney-single.flexing {
	  flex-wrap: wrap;
	}
	.attorney-single .main-content, .attorney-single .sidebar {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 980px) {
	.metaslider .caption h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 900px) {
	.column {
    flex-basis: 100%;
		padding: 0 20px;
  }
	.section-content {
    flex-basis: 515px;
  }
	.metaslider .caption-wrap {
		top: 20% !important;
	}
}
@media screen and (max-width: 880px) {
	.contact-solumns.flexing {
		flex-wrap: wrap;
	}
	.contact-form-image {
		flex-basis: 100%;
		margin-top: 40px;
	}
	.metaslider .caption h1 {
		margin-top: 0;
	}
}
@media screen and (max-width: 812px) {
	.section-content {
    flex-basis: 440px;
  }
	.featured-pas.flexing {
  	flex-wrap: wrap;
	}
	#family-estate-planning {
  	margin: -20px 0 10px;
		flex-basis: 100%;
	}
	#family-law {
  	margin: 10px 0 -20px;
		flex-basis: 100%;
	}
}
@media screen and (max-width: 800px) {
	.metaslider .caption-wrap {
    right: 12% !important;
  }
}
@media screen and (max-width: 768px) {
	.pa-repeater.flexing {
  	flex-wrap: wrap;
  	justify-content: center;
	}
	.foot-column .menu-footer-menu-container ul {
  	columns: 1;
  	column-gap: 0;
	}
	.footer-columns.flexing {
  	justify-content: space-between;
	}
}
@media screen and (max-width: 736px) {
	.sidebar-option.flexing {
	  flex-wrap: wrap;
	}
	.main-content, .sidebar {
  	flex-basis: 100%;
  	margin-right: 0;
	}
}
@media screen and (max-width: 720px) {
	h1.page-headline, .page-heading {
	  font-size: 40px;
	}
	h2.page-title {
  	font-size: 26px;
	}
}
@media screen and (max-width: 667px) {
	.metaslider .caption-wrap {
    top: 9% !important;
  }
	.about-hp-wrapper .container-wrap {
  	flex-wrap: wrap;
  	justify-content: center;
		padding: 0;
	}
	.about-hp-wrapper {
  	padding: 20px;
	}
	.section-heading {
  	flex-basis: auto;
	}
	.section-heading h3::after {
	  right: 0;
	  margin: auto;
	  left: 0;
	}
	.section-heading .flexing {
  	text-align: center;
  	justify-content: center;
	}
	.section-heading img {
  	align-self: center;
	}
	.section-content {
    flex-basis: 100%;
		margin: 10px 20px;
  }
	.two-column {
  	padding: 0 0 50px;
	}
	.column-wrapper.flexing {
  	padding: 0 0 50px;
	}
	.metaslider .caption h1 {
		font-size: 50px;
	}
	.metaslider .caption h1 span {
		font-size: 18px;
	}
}
@media screen and (max-width: 600px) {
	.flexing.awards {
  	flex-wrap: wrap;
	}
	.testimonials.why-drake p {
  	max-width: 100%;
	}
	.team-photo, .attorney-photo {
		max-width: 200px;
		min-width: 200px;
		flex-basis: 200px;
	}
	.metaslider .caption-wrap {
		max-width: 80% !important;
	}
}
@media screen and (max-width: 568px) {
	.metaslider .caption h1 {
  	margin: 15px 0;
	}
	.footer-columns.flexing {
  	flex-wrap: wrap;
	}
	.foot-column {
  	flex-basis: 100% !important;
	}
	.foot-column.two {
  	margin-top: 30px;
	}
}
@media screen and (max-width: 534px) {
	.metaslider .caption h1 {
	 font-size: 40px;
	 margin-bottom: 10px !important;
 }
	.metaslider .caption h1 span {
  	font-size: 20px;
	}
	.metaslider .caption p {
  	font-size: 16px;
	}
}
@media screen and (max-width: 480px) {
	.metaslider .caption-wrap {
		top: 0% !important;
		max-width: 86% !important;
		right: 7% !important;
	}
	h1.page-headline, .page-heading {
    font-size: 35px;
  }
	.support-bio-wrapper.flexing, .attorney-bio-wrapper.flexing {
		flex-wrap: wrap;
		justify-content: center;
	}
	.attorney-photo, .team-photo {
    max-width: 260px;
		min-width: 260px;
		flex-basis: 260px;
    float: none;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 430px) {
	.metaslider .caption p {
		font-size: 14px;
	}
	.metaslider .caption h1 {
		font-size: 34px;
	}
	header.site-header {
		padding: 10px;
	}
	.site-branding.logo {
		flex-basis: 160px;
	}
}
@media screen and (max-width: 414px) {
	.site-header .container-wrap.flexing {
    flex-direction: column;
  }
	.site-branding.logo {
  	flex-basis: auto;
	}
	.metaslider .caption h1 {
		margin: 5px 0;
	}
	.metaslider .caption p {
		font-size: 13px;
	}
	.metaslider .flexslider .flex-direction-nav li.flex-nav-next a {
		width: 20px !important;
		height: 32px !important;
		background-image: url('/wp-content/themes/corvidstudio/images/arrow-next.png') !important;
		background-size: cover !important;
	}
	.metaslider .flexslider .flex-direction-nav li.flex-nav-next a:focus {
		width: 20px !important;
		height: 32px !important;
		background-image: url('/wp-content/themes/corvidstudio/images/arrow-next.png') !important;
		background-size: cover !important;
	}
	.metaslider .flexslider .flex-direction-nav li.flex-nav-prev a {
		width: 20px !important;
		height: 32px !important;
		background-image: url('/wp-content/themes/corvidstudio/images/arrow-previous.png') !important;
		background-size: cover !important;
	}	
	.metaslider .flexslider .flex-direction-nav li.flex-nav-prev a:focus {
		width: 20px !important;
		height: 32px !important;
		background-image: url('/wp-content/themes/corvidstudio/images/arrow-previous.png') !important;
		background-size: cover !important;
	}
}
@media screen and (max-width: 375px) {
	.metaslider .caption h1 {
		font-size: 28px;
		margin-bottom: 5px !important;
	}

}
