.adaBtn {
display: block !important;
position: fixed;
bottom: 5px;
right: 5px;
width: 55px;
height: 55px;
overflow: hidden;
z-index: 9999;
}
.adaBtn > img {
width: 100%;
}
.adaBtn:hover > img {
margin-top: -56px;
}
@media screen and (min-width: 1200px) {
.adaBtn {
width: 93px;
height: 93px;
}
.adaBtn:hover > img {
margin-top: -94px;
}
}
html {
color: #000;
background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,
img {
border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
font-style: normal;
font-weight: normal;
}
li {
list-style: none;
}
caption,
th {
text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: normal;
}
q:before,
q:after {
content: "";
}
abbr,
acronym {
border: 0;
font-variant: normal;
}
sup {
vertical-align: text-top;
}
sub {
vertical-align: text-bottom;
}
input,
textarea,
select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
}
input,
textarea,
select {
*font-size: 100%;
}
legend {
color: #000;
}
i strong,
em strong {
font-style: italic;
}
b em {
font-weight: bold;
}
header,
nav,
article,
footer,
section,
aside,
figure,
figcaption {
display: block;
}
a {
outline: none;
}
#nav-below {
margin: 10px 0;
overflow: hidden;
}
.nav-previous,
.nav-next {
float: left;
display: inline;
width: 50%;
}
.nav-next {
float: right;
text-align: right;
}
.nav-previous a,
.nav-next a {
text-decoration: none;
}
div.entry-meta {
font-size: 90%;
}
body.single .shareThisWrapper {
margin: 0px 0 20px;
}
.post_entry_mult {
border-bottom: 1px solid #999;
overflow: hidden;
padding-bottom: 20px;
margin-bottom: 20px;
}
.post_entry_mult_left {
float: left;
display: inline;
width: 150px;
}
.post_entry_mult_right {
padding-left: 160px;
}
.post_entry_mult .shareThisWrapper {
margin: 0;
}
div.post_entry_mult h2 {
padding-bottom: 0;
margin-bottom: 0;
}
.excerpt_meta {
font-size: 80%;
margin: 0 0 10px;
}
.postThumbSingle {
display: block;
margin: 0 0 10px;
}
@media screen and (min-width: 450px) {
.postThumbSingle {
float: left;
margin: 5px 10px 0 0;
}
}
.tag-links {
display: block;
}
.google-map {
height: 350px;
margin: 0 0 25px;
border: 1px solid #333;
}
blockquote {
padding: 0 0 0 30px;
font-style: italic;
}
strong {
font-weight: bold;
}
i,
em {
font-style: italic;
}
i strong,
em strong,
strong i,
strong em {
font-weight: bold;
}
html {
-webkit-text-size-adjust: 100%;
background: #333;
}
body {
font-family: "PT Sans", Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.3;
color: #000;
background: #fff;
}
a {
color: blue;
}
a,
a:link,
a:active,
a:visited {
text-decoration: none;
outline: none;
}
.animated {
opacity: 0;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.officiallyAnimated,
.ie9 .animated,
#persistentHeader .animated,
#persistentHeader.animated {
opacity: 1;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
article hr {
border: 0;
height: 1px;
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0.75),
rgba(0, 0, 0, 0)
);
width: 80%;
margin: 0 auto 20px;
}
#wrapper {
}
#persistentHeader {
-webkit-transform: perspective(1px) translateZ(0);
-moz-transform: perspective(1px) translateZ(0);
-ms-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
background: #17426b;
text-align: center;
padding: 0 0 10px;
}
body.fsMenuOn #persistentHeader {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
position: relative;
z-index: 999;
}
#mhWrapper {
}
#mainHeader {
}
#logo-main {
display: block;
width: 90%;
max-width: 300px;
margin: 0 auto;
padding: 10px 0;
}
#logo-main img {
display: block;
width: 100%;
}
.mhCTA {
display: block;
color: #fff;
color: #6db7fd;
font-family: "PT Serif", serif;
font-style: italic;
transition: 300ms;
font-size: 22px;
text-decoration: underline;
}
.mhCTA:hover {
cursor: pointer;
}
.mhPhone {
display: block;
color: #fff;
transition: 300ms;
font-size: 20px;
}
nav.mm {
text-align: center;
position: relative;
z-index: 100;
}
nav.mm:after {
content: "";
position: absolute;
height: 4px;
width: 100%;
background: #fff;
bottom: 4px;
left: 0;
padding: 0 999px 0 999px;
margin: 0 -999px 0 -999px;
}
nav.mm > ul > li {
position: relative;
z-index: 9;
}
nav.mm > ul > li:after {
content: "";
position: absolute;
height: 4px;
width: 100%;
background: #3187d9;
transform-origin: center;
transform: scaleX(0);
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
bottom: 4px;
left: 0;
transition: 300ms;
}
nav.mm > ul > li:hover:after {
transform: scaleX(1);
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
}
nav.mm > ul > li > a {
padding: 10px 10px 18px;
font-size: 14px;
color: #d2d2d2;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
line-height: 1;
transition: 300ms;
}
nav.mm > ul > li > a:hover {
transition: background 300ms linear;
color: #fff;
}
nav.mm > ul > li > ul {
top: 100%;
}
nav.mm ul ul {
background: #3187d9;
width: 180px;
}
nav.mm ul ul li {
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
nav.mm ul ul li:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #45a4ff;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
nav.mm ul ul li:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
nav.mm ul ul li {
border-top: 1px solid #3a93e8;
}
nav.mm ul ul a {
color: #fff;
padding: 15px 10px;
font-size: 14px;
text-transform: none;
line-height: 1.3;
font-weight: normal;
}
nav.mm ul {
padding: 0;
margin: 0;
font-size: 0;
}
nav.mm li {
position: relative;
}
nav.mm ul a {
display: block;
text-decoration: none;
}
nav.mm > ul > li {
display: inline-block;
}
nav.mm ul ul {
display: block;
position: absolute;
text-align: left;
left: 0;
top: -1px;
transform-origin: top;
-moz-transform: scaleY(0);
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
opacity: 0;
transition: 300ms;
}
nav.mm ul li:hover > ul {
-moz-transform: scaleY(1);
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
}
nav.mm ul ul ul {
left: 100%;
}
nav.mm ul ul li:first-child {
border: 0;
}
nav.mm .multiCol ul {
z-index: 999;
width: 100%;
}
nav.mm .multiCol > ul {
width: 400px;
}
nav.mm .multiCol > ul > li {
width: 50%;
box-sizing: border-box;
float: left;
}
nav.mm .multiCol > ul > li:nth-child(odd) {
border-right: 1px solid #3a93e8;
}
nav.mm .multiCol > ul > li:nth-child(odd) > ul,
nav.mm .multiCol > ul > li:nth-child(even) > ul ul {
left: 96%;
}
nav.mm .multiCol > ul > li:nth-child(even) > ul,
nav.mm .multiCol > ul > li:nth-child(odd) > ul ul {
left: auto;
right: 96%;
}
nav.mm .multiCol > ul > li:nth-child(2) {
border-top: 0;
}
nav.mm_mob ul li a {
height: auto !important;
}
body.admin-bar #mmiWrapper {
position: static;
}
body.admin-bar.mob_menu #wrapper {
padding: 0;
}
body.mob_menu #wrapper {
padding: 34px 0 0;
}
body.mob_menu #wpadminbar {
position: absolute;
}
body.fsMenuOn #wpadminbar,
body.fsMenuOn #contact-tab {
display: none;
}
#mmiWrapper,
#mblSearchCont,
nav.mm_mob {
display: none;
}
.mob_menu #mmiWrapper,
.fsMenuOn #mblSearchCont,
.fsMenuOn #closeMenu,
.fsMenuOn nav.mm_mob {
display: block;
}
.fsMenuOn #mmiWrapper {
z-index: 1;
}
#mmiWrapper,
#closeMenu {
background: #3187d9;
}
#mmiWrapper {
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
}
#mobMenuItems {
height: 34px;
width: 293px;
padding: 0;
margin: 0 auto;
text-transform: uppercase;
position: relative;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.mmi {
height: 100%;
float: left;
display: inline;
list-style-type: none;
list-style-position: outside;
}
.mmi > a {
font-size: 14px;
box-sizing: border-box;
color: #fff;
display: block;
height: 100%;
line-height: 34px;
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/icons/menu-2019.png);
background-repeat: no-repeat;
text-indent: -222px;
overflow: hidden;
text-align: left;
}
#mm1 {
width: 47px;
}
#mm2 {
width: 47px;
}
#mm3 {
width: 56px;
}
#mm4 {
width: 42px;
}
#mm5 {
width: 47px;
}
#mm6 {
width: 46px;
}
.mmi a:hover {
text-decoration: none;
}
.mmi {
border-right: 1px solid #3a98f3;
}
#mm1 {
border-left: 1px solid #3a98f3;
}
#mm1 > a {
background-position: 15px 0;
}
#mm2 > a {
background-position: 15px -34px;
}
#mm3 > a {
background-position: 15px -68px;
}
#mm4 > a {
background-position: 15px -102px;
}
#mm5 > a {
background-position: 15px -136px;
}
#mm6 > a {
background-position: 15px -170px;
}
.mmi > ul {
z-index: 1;
width: 297px;
left: -1px;
display: none;
position: absolute;
}
.mmi:hover ul {
display: block;
}
.mmi ul li {
border-top: 1px solid #333;
}
.mmi ul li:first-child {
border: 0;
}
.mmi ul a {
background: #666;
color: #000;
display: block;
padding: 10px 10px;
font-size: 16px;
}
.mmi ul a:hover {
background: #999;
}
@media screen and (min-width: 385px) {
#mobMenuItems {
width: 357px;
}
#mm6 {
width: 110px;
}
#mm6 > a {
padding: 0 0 0 47px;
text-indent: 0;
}
.mmi > ul {
width: 350px;
}
}
nav.mm_mob {
position: absolute;
padding: 0 0 10px;
left: 0;
top: 0;
width: 100%;
background: #17426b;
z-index: 9999;
text-align: left;
}
nav.mm_mob ul {
padding: 0;
}
nav.mm_mob > ul {
padding: 10px 0 10px;
}
nav.mm_mob ul li {
list-style-type: none;
list-style-position: outside;
display: block;
}
nav.mm_mob ul a {
display: block;
font-size: 15px;
padding: 3px 1em 3px 0;
color: #fff;
}
nav.mm_mob a:hover {
background: #3187d9;
text-decoration: none;
}
nav.mm_mob ul a {
padding-left: 1em;
}
nav.mm_mob ul ul a {
padding-left: 2em;
}
nav.mm_mob ul ul ul a {
padding-left: 3em;
}
nav.mm_mob ul ul li a {
text-transform: none;
}
#closeMenu {
display: none;
height: 34px;
line-height: 34px;
font-size: 16px;
font-family: arial, sans-serif;
color: #fff;
z-index: 999999999;
top: 0;
right: 0;
width: 100%;
text-transform: uppercase;
position: fixed;
text-align: center;
box-sizing: border-box;
padding: 0;
}
#closeMenu:hover {
text-decoration: none;
background: #6db7fd;
}
body.fsMenuOn #menuWall {
position: fixed;
background: #000;
background: rgba(0, 0, 0, 0.9);
z-index: 999;
content: "";
width: 100%;
height: 200%;
left: 0;
top: 0;
}
#mblSearch {
max-width: 350px;
padding: 10px 1em;
overflow: hidden;
}
#mblsInput,
#mblsSubmit {
-webkit-appearance: none;
appearance: none;
border-radius: 0;
float: left;
display: inline;
box-sizing: border-box;
}
#mblsInput {
font-size: 10px;
font-family: arial, sans-serif;
padding: 0 5px;
line-height: 1;
height: 21px;
width: 70%;
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, 0.25);
outline: 0;
}
#mblsSubmit {
width: 30%;
border: 0;
background: #3187d9;
font-size: 10px;
height: 21px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
color: #fff;
cursor: pointer;
}
#mblsSubmit:hover {
background: #6db7fd;
}
nav.mm_mob ul a {
display: inline-block;
}
nav.mm_mob ul a.dropdownIcon {
display: inline-block;
vertical-align: middle;
font-size: 20px;
margin: -2px 0 0;
padding: 0 5px;
font-weight: 700px;
}
nav.mm ul a.dropdownIcon {
display: none;
}
nav.mm_mob ul ul {
display: none;
}
nav.mm ul ul {
display: block !important;
}
@media screen and (min-width: 800px) {
#persistentHeader {
background: transparent;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
padding: 0;
transition: 300ms;
}
#mainHeader {
position: relative;
padding: 0 20px;
}
#logo-main {
float: left;
}
.mhRight {
padding: 32px 0 0;
}
.mhCTA,
.mhPhone {
text-align: right;
}
.mhCTA {
font-size: 20px;
line-height: 1.1;
}
.mhPhone {
font-size: 30px;
line-height: 1.1;
}
nav.mm {
clear: both;
}
nav.mm_mob {
padding: 34px 0 10px;
}
body.admin-bar #persistentHeader {
top: 32px;
}
body.admin-bar.fsMenuOn #persistentHeader {
top: 0;
}
body.sticky_zone .noSticky {
display: none;
}
body.sticky_zone #persistentHeader {
background: #0d2338;
box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.5);
}
body.sticky_zone #logo-main {
max-width: 210px;
}
body.sticky_zone .mhRight {
padding: 15px 0 0;
}
}
@media screen and (min-width: 1200px) {
#logo-main {
position: relative;
z-index: 110;
}
#logo-main:after {
content: "";
position: absolute;
width: 100%;
height: 4px;
background: #3187d9;
bottom: -2px;
left: 0;
}
.mhRight {
float: right;
width: calc(100% - 300px - 20px);
text-align: right;
padding: 20px 0 0;
}
.mhCTA,
.mhPhone {
display: inline-block;
}
.mhCTA {
letter-spacing: 2px;
padding: 0 15px 0 0;
}
nav.mm {
clear: none;
text-align: right;
padding: 10px 0 0;
}
nav.mm > ul > li > a {
padding: 15px 15px 23px;
}
body.sticky_zone .mhRight {
padding: 5px 0 0;
}
body.sticky_zone nav.mm {
padding: 0;
}
body.sticky_zone nav.mm > ul > li > a {
padding: 15px 15px 21px;
}
}
@media screen and (min-width: 1640px) {
#mainHeader {
max-width: 1800px;
margin: 0 auto;
}
#logo-main {
max-width: 401px;
padding: 20px 0;
}
.mhRight {
width: calc(100% - 401px - 20px);
padding: 41px 0 0;
}
.mhCTA {
font-size: 25px;
}
.mhPhone {
font-size: 41px;
}
nav.mm {
padding: 20px 0 0;
}
nav.mm > ul > li > a {
font-size: 16px;
padding: 15px 20px 28px;
}
body.sticky_zone #logo-main {
padding: 11px 0;
}
body.sticky_zone .mhCTA {
font-size: 20px;
}
body.sticky_zone .mhPhone {
font-size: 30px;
}
}
#hsWrap {
background-color: #17426b;
position: relative;
}
.hsNav {
text-align: center;
padding: 0 0 15px;
}
.hsNav li {
display: inline-block;
margin: 0 2px;
}
.hsNav a {
display: block;
font-size: 0;
height: 4px;
width: 75px;
background: #87b3e6;
transition: 300ms;
}
.hsNav li:hover a,
.hsNav li.activeNavButton a {
background-color: #fff;
}
#homeslides {
position: relative;
height: 300px;
background-color: #276dc0;
}
.homeslide,
.homeslideImg {
background-position: center top;
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.homeslide {
display: none;
}
.homeslideImg1 {
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/slides/home/600/1.jpg);
}
.homeslideImg2 {
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/slides/home/600/2.jpg);
}
.homeslideImg3 {
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/slides/home/600/3.jpg);
}
.slideBox {
position: absolute;
bottom: 0;
background: #0d2338;
color: #fff;
text-align: center;
width: 100%;
padding: 20px;
box-sizing: border-box;
}
.slideHead {
display: block;
text-transform: uppercase;
font-size: 25px;
transition: 300ms;
}
.slideBody {
padding: 0;
transition: 300ms;
}
.subslide {
background-position: center top;
background-repeat: no-repeat;
height: 133px;
}
#subslide1 {
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/slides/sub/600/1.jpg);
}
#subslide2 {
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/slides/sub/600/2.jpg);
}
#subslide3 {
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/slides/sub/600/3.jpg);
}
@media screen and (min-width: 600px) {
.homeslideImg,
.subslide {
background-size: cover;
}
}
@media screen and (min-width: 800px) {
#syncMenu {
z-index: 1;
}
#homeslides {
height: 767px;
overflow: hidden;
}
.homeslideImg1 {
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/slides/home/1120/1.jpg);
}
.homeslideImg2 {
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/slides/home/1120/2.jpg);
}
.homeslideImg3 {
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/slides/home/1120/3.jpg);
}
@keyframes ncburnsZoomIn {
0% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
1.5625% {
opacity: 1;
}
100% {
-webkit-transform: scale(1.11);
transform: scale(1.11);
}
}
.homeslideImg {
-webkit-animation-name: ncburnsZoomIn;
animation-name: ncburnsZoomIn;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-duration: 7800ms;
animation-duration: 7800ms;
animation-fill-mode: forwards;
opacity: 1;
}
.homeslide .homeslideImg.ieSlide {
-webkit-animation-name: none;
animation-name: none;
transform: none;
-webkit-transform: none;
}
.slideBox {
background: transparent;
bottom: auto;
top: 175px;
}
.slideHead {
font-size: 40px;
letter-spacing: 1px;
padding: 0 0 40px;
position: relative;
left: -100px;
opacity: 0;
}
.slideTxtAnimate .slideHead {
opacity: 1;
left: 0;
}
.slideBody {
text-transform: uppercase;
font-weight: bold;
text-shadow: 0 0 10px #3072c2;
position: relative;
left: 100px;
opacity: 0;
}
.slideTxtAnimate .slideBody {
opacity: 1;
left: 0;
}
.hsNav {
padding: 0;
position: absolute;
top: 246px;
left: calc(50% - 118px);
z-index: 9;
}
.subslide {
height: 249px;
}
#subslide1 {
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/slides/sub/1120/1.jpg);
}
#subslide2 {
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/slides/sub/1120/2.jpg);
}
#subslide3 {
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/slides/sub/1120/3.jpg);
}
}
@media screen and (min-width: 1120px) {
.homeslideImg1 {
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/slides/home/2000/1.jpg);
}
.homeslideImg2 {
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/slides/home/2000/2.jpg);
}
.homeslideImg3 {
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/slides/home/2000/3.jpg);
}
#subslide1 {
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/slides/sub/2000/1.jpg);
}
#subslide2 {
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/slides/sub/2000/2.jpg);
}
#subslide3 {
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/slides/sub/2000/3.jpg);
}
}
@media screen and (min-width: 1640px) {
#homeslides {
height: 1094px;
}
.slideBox {
top: 230px;
}
.slideHead {
font-size: 65px;
padding: 0 0 50px;
}
.slideBody {
font-size: 19px;
letter-spacing: 1px;
}
.hsNav {
top: 336px;
left: calc(50% - 178px);
}
.hsNav a {
width: 115px;
}
.subslide {
height: 332px;
}
}
.sxn-practice-areas {
text-align: center;
background: rgba(0, 0, 0, 0.5);
color: #fff;
padding: 20px;
}
.pasTitle {
display: block;
padding: 0 0 20px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 3px;
}
.pasList {
}
.pasList li {
margin: 0 auto 5px;
border-radius: 5px;
}
.pasList a {
display: block;
color: #fff;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
font-size: 18px;
padding: 10px 20px;
background-color: #3187d9;
border-radius: 5px;
border: 2px solid transparent;
transition: 300ms;
}
.pasList li:hover a {
border-color: #fff;
}
.pasList span br {
display: none;
}
@media screen and (min-width: 800px) {
.pasTitle {
padding: 20px 0 40px;
font-size: 18px;
}
.pasList {
max-width: 900px;
margin: 0 auto;
}
.pasList li {
width: calc(50% - 4px);
display: inline-block;
vertical-align: top;
background: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/areas/areas.jpg);
background-size: 400%;
}
.pasList li:nth-child(2) {
background-position: left -100% top;
}
.pasList li:nth-child(3) {
background-position: left -200% top;
}
.pasList li:nth-child(4) {
background-position: left -300% top;
}
.pasList a {
position: relative;
background-color: transparent;
padding: 0;
height: 200px;
box-sizing: border-box;
}
.pasList a:before {
content: "";
position: absolute;
width: 43px;
height: 44px;
background: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/areas/arrow.png);
left: 20px;
bottom: 15px;
transition: bottom 300ms;
}
.pasList li:hover a:before {
background-position: right top;
bottom: 25px;
}
.pasList span {
display: block;
position: relative;
text-align: left;
padding: 20px 0 0 20px;
font-size: 30px;
line-height: 1.2;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}
.pasList span br {
display: block;
}
}
@media screen and (min-width: 1200px) {
.sxn-practice-areas {
position: relative;
z-index: 99;
margin: -278px 0 0;
}
.pasList {
max-width: 100%;
}
.pasList li {
width: calc(25% - 4px);
}
.pasList a {
height: 150px;
}
.pasList a:before {
left: 10px;
bottom: 5px;
}
.pasList span {
font-size: 25px;
padding: 15px;
}
}
@media screen and (min-width: 1450px) {
.sxn-practice-areas {
padding: 40px 20px;
margin: -338px 0 0;
}
.pasTitle {
padding: 10px 0 45px;
}
.pasList a {
height: 175px;
}
}
@media screen and (min-width: 1640px) {
.sxn-practice-areas {
padding: 40px 20px 75px;
margin: -408px 0 0;
}
.pasList {
max-width: 1800px;
}
.pasList li {
width: calc(25% - 8px);
margin: 0 2px;
}
.pasList a {
height: 215px;
}
.pasList a:before {
left: 25px;
bottom: 20px;
}
.pasList span {
font-size: 36px;
padding: 20px 25px;
}
}
#sync {
height: 0;
width: 0;
}
.syncItem {
position: relative;
z-index: 0;
}
p {
padding: 0 0 20px;
}
li {
list-style-type: none;
list-style-position: outside;
}
.topo {
display: block;
overflow: hidden;
}
.topo img {
display: block;
width: 100%;
}
#caWrap {
box-shadow: inset 0 5px 50px 0 rgba(15, 65, 98, 0.5);
overflow: hidden;
}
body.home #caWrap {
box-shadow: none;
}
#contentArea {
margin: 0 auto;
overflow: hidden;
max-width: 1800px;
}
#crumbs {
color: #b0afaf;
text-transform: uppercase;
letter-spacing: 5px;
padding: 20px 20px 0;
}
#crumbs a {
color: #b0afaf;
letter-spacing: 2px;
}
#crumbs a:hover {
text-decoration: underline;
}
#crumbs .current {
color: #5aa8f2;
letter-spacing: 2px;
}
#mainContent {
font-size: 16px;
line-height: 1.3;
color: #000;
padding: 20px;
}
.article ul,
.article ol {
padding: 0 0 20px 30px;
}
.article li ul,
.article li ol {
padding: 0 0 0 30px;
}
.article li {
list-style-position: outside;
}
.article ul li {
list-style-type: disc;
}
.article ol > li {
list-style-type: decimal;
}
.article ol > li > ol > li {
list-style-type: lower-alpha;
}
.article ol > li > ol > li > ol > li {
list-style-type: lower-roman;
}
.article ul ul {
padding-bottom: 0;
}
.article a {
color: #326ca8;
}
.article a:hover {
text-decoration: underline;
color: #6fb8fe;
}
.article ul,
.article ol {
overflow: hidden;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
line-height: 1.2;
font-weight: normal;
color: #000;
padding: 0 0 5px 0;
}
.article h1 {
font-size: 25px;
padding: 0 0 20px 0;
text-transform: uppercase;
color: #175ea1;
}
body.home .article h1 {
text-align: center;
}
body.home .article h1 span {
color: #8092a2;
}
.article h2 {
font-size: 18px;
padding: 0 0 10px 0;
color: #5ba8f3;
}
.article h3 {
font-size: 16px;
font-weight: bold;
color: #414a52;
}
.article h4 {
font-size: 16px;
font-style: italic;
}
.article h5 {
font-size: 16px;
}
.headshot {
width: 40%;
max-width: 220px;
float: left;
margin: 0 15px 5px 0;
}
.article .alignright,
.article .aligncenter,
.article .alignleft {
display: block;
margin: 10px auto;
}
.homeExpanded {
display: none;
}
a.homeMore {
display: block;
position: relative;
color: #175ea1;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
padding: 10px 60px 20px 10px;
border-top: 2px solid #3687d3;
width: 266px;
box-sizing: border-box;
margin: 30px auto 0;
}
a.homeMore.expanded {
display: none;
}
a.homeMore:hover {
color: #2184e1;
text-decoration: none;
border-top: 2px solid transparent;
}
.homeMore:before {
content: "";
position: absolute;
width: 33px;
height: 19px;
background: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/content/arrow.png) left top no-repeat;
right: 2px;
top: 10px;
transition: top 300ms;
}
.homeMore:hover:before {
background-position: left bottom 1px;
top: 15px;
}
.homeMore:after {
content: "";
position: absolute;
width: 1px;
height: 1px;
padding: 0 999px 0 999px;
margin: 0 -999px 0 -999px;
background: #bdcddd;
top: -3px;
}
.officePhoto {
width: 280px;
}
#shareThisPage {
clear: both;
border-top: 1px solid #2a3868;
padding: 20px 0 0;
margin: 15px 0 0;
}
#shareThisPageHead {
display: inline-block;
font-size: 16px;
line-height: 1;
font-weight: normal;
text-transform: uppercase;
margin: 0 10px 0 0;
}
#shareThisPage .shareThisWrapper {
display: inline-block;
}
.shareThisWrapper {
font-size: 0;
}
.dskSharingIcon {
width: 16px;
height: 16px;
display: inline-block;
margin: 0 14px 0 0;
overflow: hidden;
}
.dskSharingIcon:hover {
opacity: 0.8;
}
.dskSharingIcon_twitter img {
margin: 0 0 0 -16px;
}
.dskSharingIcon_linkedin img {
margin: 0 0 0 -32px;
}
.dskSharingIcon_googleplus img {
margin: 0 0 0 -48px;
}
.mcTable {
margin: 0 0 20px;
}
.mcTable td {
vertical-align: top;
display: block;
}
.mcTable ul {
padding: 0 0 0 30px;
}
#sidebar {
}
.blog-sidebar {
padding: 20px;
}
.blog-sidebar h2 {
text-transform: uppercase;
color: #175ea1;
font-weight: bold;
font-size: 20px;
}
.blog-sidebar > ul {
padding: 0 0 20px 20px;
}
.blog-sidebar ul ul {
padding: 0 0 0 20px;
}
.blog-sidebar a {
color: #326ca8;
}
.blog-sidebar a:hover {
text-decoration: underline;
color: #6fb8fe;
}
.sb-areas {
background: #0f4162;
padding: 10px;
margin: 0 auto 20px;
text-align: center;
}
.sbaList {
max-width: 500px;
margin: 0 auto;
}
.sbaList li {
display: block;
margin: 0 auto 5px;
}
.sbaList li:last-child {
margin: 0;
}
.sbaList a {
display: block;
padding: 10px;
border-radius: 5px;
background-color: #91afc9;
color: #fff;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
}
.sbaList li:hover a {
color: #0f4162;
background-color: #dff0ff;
}
.sb-attorney {
background: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/sidebar/att-bg-v2.jpg);
background-size: cover;
color: #fff;
padding: 20px 20px 80px;
max-width: 375px;
margin: 0 auto 20px;
}
.sbaSubtitle {
display: block;
font-family: "PT Serif", serif;
font-style: italic;
font-size: 18px;
color: #89c6ff;
letter-spacing: 2px;
}
.sbaTitle {
display: block;
font-family: "PT Serif", serif;
font-style: italic;
font-size: 28px;
line-height: 1.2;
padding: 5px 0 30px;
letter-spacing: 3px;
}
.sbaMore {
display: inline-block;
color: #89c6ff;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
font-size: 18px;
padding: 0 0 0 20px;
border-left: 5px solid #89c6ff;
transition: 300ms;
}
.sbaMore:hover {
color: #fff;
border-color: #fff;
letter-spacing: 3px;
}
@media screen and (min-width: 800px) {
.blog-sidebar {
padding: 0 0 20px;
}
.sb-areas {
border-radius: 7px;
text-align: left;
margin: 0 auto 35px;
}
.sbaList li {
border-radius: 0;
}
.sbaList a {
padding: 16px 10px 17px 50px;
background: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/sidebar/areas.png);
background-size: 200%;
}
.sbaList li:hover a {
background-position: left -100% top;
}
.sbaList li:nth-child(2) a {
background-position: left top -53px;
}
.sbaList li:nth-child(2):hover a {
background-position: left -100% top -53px;
}
.sbaList li:nth-child(3) a {
background-position: left top -105px;
}
.sbaList li:nth-child(3):hover a {
background-position: left -100% top -105px;
}
.sbaList li:nth-child(4) a {
background-position: left top -158px;
}
.sbaList li:nth-child(4):hover a {
background-position: left -100% top -158px;
}
.sbaList li:hover a {
background-color: transparent;
}
.sb-attorney {
border-radius: 7px;
margin: 0 auto 35px;
}
}
@media screen and (min-width: 1640px) {
.sb-areas {
padding: 20px;
margin: 0 auto 50px;
border-radius: 10px;
}
.sbaList li {
margin: 0 auto 7px;
}
.sbaList a {
font-size: 18px;
padding: 20px 20px 20px 60px;
}
.sbaList li:hover a {
background-position: left -100% top;
}
.sbaList li:nth-child(2) a {
background-position: left top -63px;
}
.sbaList li:nth-child(2):hover a {
background-position: left -100% top -63px;
}
.sbaList li:nth-child(3) a {
background-position: left top -126px;
}
.sbaList li:nth-child(3):hover a {
background-position: left -100% top -126px;
}
.sbaList li:nth-child(4) a {
background-position: left top -189px;
}
.sbaList li:nth-child(4):hover a {
background-position: left -100% top -189px;
}
.sb-attorney {
padding: 30px 30px 110px;
margin: 0 auto 50px;
}
.sbaTitle {
padding: 5px 0 40px;
}
}
@media screen and (min-width: 800px) {
#syncContent {
z-index: 1;
}
#caWrap {
background: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/content/content-bg-1120.jpg) center bottom no-repeat;
padding: 0 0 325px;
overflow: hidden;
}
#contentArea {
padding: 40px;
}
#crumbs {
display: inline-block;
padding: 0;
margin: 0 0 40px;
position: relative;
}
#crumbs:after {
content: "";
position: absolute;
height: 1px;
width: 1px;
padding: 0 2000px 0 0;
margin: 0 -2000px 0 0;
background: #ececec;
right: -25px;
bottom: 5px;
}
#mainContent {
padding: 0;
width: calc(100% - 20px - 300px);
float: left;
}
body.home .article h1 {
font-size: 35px;
padding: 0 0 30px;
}
.article .alignright {
float: right;
margin: 0 0 5px 15px;
}
.article .aligncenter {
display: block;
margin: 0 auto;
}
.article .alignleft {
float: left;
margin: 0 15px 5px 0;
}
#sidebar {
width: 300px;
float: right;
}
a.homeMore {
margin: 0 auto;
}
}
@media screen and (min-width: 900px) {
.mcTable td {
display: table-cell;
padding: 0 0 0 40px;
}
.mcTable td:first-child {
padding: 0;
}
}
@media screen and (min-width: 1120px) {
#caWrap {
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/content/content-bg.jpg);
padding: 0 0 350px;
}
.officePhoto {
float: right;
margin: -80px 0 0;
}
}
@media screen and (min-width: 1200px) {
#contentArea {
padding: 50px 60px;
}
#crumbs {
margin: 0 0 55px;
}
#mainContent {
line-height: 1.5;
width: calc(100% - 75px - 300px);
font-size: 18px;
}
.article h1 {
font-size: 30px;
}
body.home .article h1 {
font-size: 50px;
padding: 0 0 40px;
}
.article h2 {
font-size: 20px;
}
.article h3 {
font-size: 18px;
}
a.homeMore {
width: 286px;
}
.officePhoto {
margin: -90px 0 0;
width: 320px;
}
}
@media screen and (min-width: 1640px) {
#mainContent {
width: calc(100% - 120px - 375px);
font-size: 20px;
}
.article h1 {
font-size: 36px;
}
body.home .article h1 {
font-size: 64px;
padding: 0 0 70px;
}
.article h2 {
font-size: 24px;
}
.article h3 {
font-size: 22px;
}
#sidebar {
width: 375px;
}
a.homeMore {
font-size: 18px;
}
.officePhoto {
width: 350px;
margin: -100px 0 0;
}
}
@media screen and (min-width: 2000px) {
#caWrap {
background-size: 100%;
}
}
.sxn-attorney {
background: #104e91;
padding: 20px;
color: #fff;
text-align: left;
border-top: 5px solid #fff;
box-shadow: inset 0 -10px 15px 0 rgba(21, 83, 142, 1),
inset 0 10px 15px 0 rgba(21, 83, 142, 1);
}
.attWrap {
}
.attContent {
position: relative;
padding: 210px 0 0;
}
.attContent:before {
content: "";
position: absolute;
width: 175px;
height: 200px;
background: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/attorney/headshot-v2.png) center top 5px no-repeat,
url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/attorney/att-bg-1120.jpg);
background-size: 250px;
left: calc(50% - 88px);
top: 0;
border: 2px solid #89c6ff;
}
.attTitle {
display: block;
font-family: "PT Serif", serif;
font-style: italic;
font-size: 20px;
padding: 0 0 15px;
transition: 300ms;
}
.attTitle > span {
color: #89c6ff;
}
.attBody {
transition: 300ms;
}
.attMore {
display: block;
position: relative;
color: #89c6ff;
text-transform: uppercase;
letter-spacing: 2px;
transition: 300ms;
}
.attMore:hover {
color: #fff;
}
@media screen and (min-width: 800px) {
.sxn-attorney {
background: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/attorney/att-bg-1120.jpg);
background-size: cover;
overflow: hidden;
padding: 60px 20px;
}
.attContent {
text-align: left;
padding: 0;
width: calc(100% - 100px);
max-width: 600px;
margin: 0 auto;
padding: 0 300px 0 0;
}
.attContent:before {
border: 0;
width: 450px;
height: 443px;
background: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/attorney/headshot-v2.png) center top 5px no-repeat;
background-size: 100%;
left: auto;
top: auto;
bottom: -60px;
right: -120px;
z-index: 5;
}
.attTitle {
font-size: 25px;
}
.attMore {
display: inline-block;
line-height: 1;
}
.attMore:before {
content: "";
position: absolute;
width: 58px;
height: 3px;
background: #89c6ff;
right: -75px;
bottom: 2px;
transition: 300ms;
}
.attMore:after {
content: "";
position: absolute;
width: 1px;
height: 1px;
background: #6bb7ff;
padding: 0 2000px 0 0;
margin: 0 -2000px 0 0;
right: -18px;
bottom: 0;
transition: 300ms;
}
.attMore:hover:before {
background: #fff;
width: 78px;
right: -95px;
}
}
@media screen and (min-width: 1120px) {
.sxn-attorney {
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/attorney/att-bg.jpg);
padding: 80px 20px;
}
.attContent {
max-width: 1100px;
}
.attContent:before {
bottom: -80px;
right: -80px;
}
.attTitle {
font-size: 35px;
padding: 0 0 40px;
}
.attBody {
padding: 0 0 40px;
line-height: 1.5;
}
}
@media screen and (min-width: 1640px) {
.sxn-attorney {
padding: 120px 20px;
}
.attContent {
padding: 0 650px 0 0;
max-width: 1100px;
}
.attContent:before {
width: 625px;
height: 655px;
bottom: -120px;
right: 0;
}
.attTitle {
font-size: 41px;
padding: 0 0 80px;
letter-spacing: 2px;
}
.attBody {
font-size: 18px;
padding: 0 0 80px;
}
.attMore {
font-size: 18px;
}
}
@media screen and (min-width: 1840px) {
.attContent {
padding: 0 700px 0 0;
}
.attContnet:before {
right: -50px;
}
}
.sxn-badges {
background: rgb(229, 229, 229);
background: -moz-linear-gradient(
top,
rgba(229, 229, 229, 1) 0%,
rgba(255, 255, 255, 1) 20%,
rgba(255, 255, 255, 1) 80%,
rgba(229, 229, 229, 1) 100%
);
background: -webkit-linear-gradient(
top,
rgba(229, 229, 229, 1) 0%,
rgba(255, 255, 255, 1) 20%,
rgba(255, 255, 255, 1) 80%,
rgba(229, 229, 229, 1) 100%
);
background: linear-gradient(
to bottom,
rgba(229, 229, 229, 1) 0%,
rgba(255, 255, 255, 1) 20%,
rgba(255, 255, 255, 1) 80%,
rgba(229, 229, 229, 1) 100%
);
padding: 40px 0;
border-top: 5px solid #fff;
border-bottom: 5px solid #fff;
}
.badgeWrap {
position: relative;
padding: 0 30px;
display: inline-block;
}
.badgeWrap:before {
content: "";
position: absolute;
width: 1px;
height: 100%;
background: #f4f4f4;
border-right: 1px solid #ececec;
left: -1px;
top: 0;
}
.badge {
display: block;
height: 125px;
width: 228px;
overflow: hidden;
}
.badge0{ width: 125px; }
.badge0 img{ margin: 0 0 0 0px; }
.badge2 {
width: 121px;
}
.badge2 img {
margin: 0 0 0 -240px;
}
.badge3 {
width: 124px;
}
.badge3 img {
margin: 0 0 0 -376px;
}
.badge4 {
width: 125px;
}
.badge4 img {
margin: 0 0 0 -515px;
}
.badge5 {
width: 122px;
}
.badge5 img {
margin: 0 0 0 -654px;
}
.badge6 {
width: 154px;
}
.badge6 img {
margin: 0 0 0 -788px;
}
.badge7 {
width: 156px;
}
.badge7 img {
margin: 0 0 0 -952px;
}
.badge8 {
width: 144px;
}
.badge8 img {
margin: 0 0 0 -950px;
}
.badge9 {
width: 144px;
}
.badge9 img {
margin: 0 0 0 -1103px;
}
.badge10 {
width: 118px;
}
.badge10 img {
margin: 0 0 0 -1255px;
}
.badge11 {
width: 119px;
}
.badge11 img {
margin: 0 0 0 -1381px;
}
.badge12 {
width: 119px;
}
.badge12 img {
margin: 0 0 0 -1507px;
}
@media screen and (min-width: 800px) {
.sxn-badges {
padding: 40px 0;
}
.badgeWrap {
padding: 30px 50px;
}
}
@media screen and (min-width: 1120px) {
.sxn-badges {
padding: 60px 0;
}
.badgeWrap {
padding: 35px 50px;
}
}
@media screen and (min-width: 1640px) {
.badgesList {
position: relative;
width: 1275px;
margin: 0 auto;
}
.badgesList:after {
content: "";
position: absolute;
width: 1px;
height: 100%;
background: #f4f4f4;
border-right: 1px solid #ececec;
top: 0;
right: 0;
}
.badgeWrap {
padding: 35px 31px;
}
}
#mainFooter {
overflow: hidden;
background: #0d2e4e;
color: #fff;
text-align: center;
}
.mfTop {
border-bottom: 5px solid #fff;
}
.mfLeft {
padding: 20px;
}
.mfTitle {
display: block;
text-transform: uppercase;
font-size: 35px;
padding: 0 0 20px;
transition: 300ms;
}
.mflTop {
position: relative;
padding: 130px 0 20px;
}
.mflTop:before {
content: "";
position: absolute;
width: 197px;
height: 109px;
background: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/footer/location.jpg);
top: 0;
left: calc(50% - 98px);
border-radius: 10px;
border: 1px solid #fff;
}
.mflTitle {
display: block;
position: relative;
font-family: "PT Serif", serif;
font-weight: bold;
transition: 300ms;
}
.mflTitle a {
color: #fff;
}
.mflSubtitle {
display: block;
font-family: "PT Serif", serif;
color: #76bdff;
font-style: italic;
transition: 300ms;
}
.mfLoc1 span {
display: block;
text-transform: uppercase;
font-weight: bold;
font-size: 20px;
transition: 300ms;
padding: 0 0 5px;
}
.mfLoc1 a {
display: inline-block;
background: #54a3ee;
padding: 10px 20px;
text-transform: uppercase;
color: #fff;
font-weight: bold;
border-radius: 10px;
transition: 300ms;
}
.mfLoc1 a:hover {
background: #fff;
color: #54a3ee;
}
.mfLoc2 {
padding: 10px 0 0;
}
.mfLoc2 p {
transition: 300ms;
}
.mfElementNav {
}
.fNav {
padding: 0 0 20px;
}
.fNav li {
position: relative;
padding: 0 10px;
display: inline-block;
list-style-type: none;
list-style-position: outside;
}
.fNav li:last-child:before {
display: none;
}
.fNav li:before {
content: "";
position: absolute;
height: 5px;
width: 5px;
background: #fff;
border-radius: 5px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
right: -3px;
}
.fNav a {
color: #fff;
font-weight: bold;
}
.fNav a:hover {
color: #89c6ff;
}
.mfRight {
padding: 0 20px;
}
.mfRight h2 {
display: block;
position: relative;
font-family: "PT Serif", serif;
font-weight: 700;
transition: 0.3s;
font-size: 23px;
line-height: 1;
padding: 10px 0 20px 0;
}
.mfForm {
width: 90%;
min-width: 302px;
margin: 0 auto;
padding: 0 0 20px;
}
.mfRight .nc_form input,
.mfRight .nc_form textarea {
font-size: 18px;
padding: 0.6em 2%;
box-sizing: border-box;
display: block;
width: 100%;
}
.mfRight .nc_form textarea {
height: 90px;
}
.mfRight .nc_form input.submit-button {
margin: 1em 0 0 0;
width: 100%;
background-color: #54a3ee;
transition: 0.3s;
-webkit-transition: 0.3s;
text-transform: uppercase;
font-weight: bold;
font-size: 20px;
max-width: 500px;
margin: 0px auto;
}
.mfRight .nc_form input.submit-button:hover {
color: #54a3ee;
background-color: #fff;
}
.mfBottom {
background: #ebebeb;
color: #000;
text-transform: uppercase;
padding: 10px 60px;
}
.mfBottom a {
color: #000;
}
#mainFooter .cont_social {
margin: auto;
padding: 0;
font-size: 0;
}
#mainFooter .cont_social li {
display: inline-block;
margin: 0 6px 0 0;
width: 40px;
height: 40px;
list-style-type: none;
list-style-position: outside;
}
#mainFooter .cont_social li:last-of-type {
margin: 0;
}
#mainFooter .cont_social li a {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
border-radius: 50%;
}
#mainFooter .cont_social li a img {
display: block;
width: 300%;
}
#mainFooter .cont_social li a:hover img {
margin-top: -100%;
}
#mainFooter .cont_social .item_2 img {
margin-left: -100%;
}
#mainFooter .cont_social .item_3 img {
margin-left: -200%;
}
#mainFooter .cont_social .item_4 img {
margin-left: -300%;
}
@media screen and (min-width: 600px) {
.mfWrap {
max-width: 580px;
margin: 0 auto;
}
.mfTitle {
font-size: 45px;
line-height: 1;
}
.mflTop {
text-align: left;
padding: 0 0 20px 220px;
}
.mflTop:before {
left: 0;
}
.mflTitle {
font-size: 22px;
padding: 0 0 10px;
line-height: 1.2;
}
.mflSubtitle {
font-size: 18px;
padding: 5px 0 0;
}
.mflBottom {
padding: 20px 0 0;
}
.mfLawpay,
.mfLoc1,
.mfLoc2 {
display: inline-block;
vertical-align: top;
text-align: left;
}
.mfLoc1 {
padding: 0 10px;
}
.mfElementNav {
padding: 20px 0 0;
}
.fNav {
display: inline-block;
padding: 0 20px 0 0;
vertical-align: middle;
}
.mfBottom {
padding: 10px;
}
#mainFooter .cont_social {
display: inline-block;
vertical-align: middle;
}
}
@media screen and (min-width: 800px) {
.mfTop {
background: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/footer/footer-bg-1120.jpg);
background-size: cover;
}
.mfCopyList li {
display: inline-block;
padding: 0 10px;
border-right: 1px solid #000;
line-height: 1;
}
.mfCopyList li:last-child {
border-right: 0;
}
}
@media screen and (min-width: 1120px) {
.mfTop {
padding: 40px 20px 30px;
background-image: url(//www.devoelaw.com/wp-content/themes/Devoe_2019/img/footer/footer-bg.jpg);
}
.mfWrap {
max-width: 1500px;
position: relative;
}
.mfWrap:after {
content: "";
clear: both;
display: table;
}
.mfLeft {
width: 580px;
float: left;
padding: 0;
box-sizing: border-box;
text-align: left;
}
.mfRight {
width: calc(100% - 580px);
max-width: 700px;
float: right;
padding: 0;
box-sizing: border-box;
}
.mfRight h2 {
font-size: 28px;
}
.mfForm {
padding: 0;
}
#mainFooter .cont_social li {
width: 47px;
height: 47px;
}
}
@media screen and (min-width: 1300px) {
}
@media screen and (min-width: 1640px) {
.mfTop {
padding: 90px 20px 63px;
}
.mfWrap {
margin: 0 auto;
}
.mfLeft {
width: auto;
}
.mflTop {
padding: 0 0 30px 240px;
}
.mfTitle {
font-size: 65px;
padding: 0 0 45px;
}
.mflTitle {
font-size: 30px;
padding: 0 0 5px;
}
.mflSubtitle {
font-size: 23px;
}
.mfLoc1 {
padding: 0 25px;
}
.mfLoc1 a {
font-size: 18px;
padding: 10px 34px;
max-width: 100%;
}
.mfLoc1 span {
font-size: 26px;
}
.mfLoc2 {
font-size: 24px;
padding: 0;
}
.mfElementNav {
padding: 21px 0 0;
}
.fNav {
padding: 0 32px 0 0;
font-size: 18px;
}
.mfForm input,
.mfForm textarea {
font-size: 18px;
padding: 20px 20px 20px 45px;
}
.mffName:before,
.mffPhone:before,
.mffEmail:before,
.mffArea:before {
top: 20px;
}
.mffEmail:before {
top: 17px;
}
.mffArea:before {
top: 15px;
}
.mfRight h2 {
font-size: 35px;
}
.mfForm textarea {
height: 125px;
margin: 0 0 20px;
}
.mffSubmitWrap {
}
.mfForm .submit-button {
font-size: 26px;
padding: 16px 110px 16px 20px;
}
.mfForm .submit-button:hover {
background-position: bottom -6px right 15px;
}
#mainFooter .cont_social li {
margin: 0 12px 0 0;
width: 53px;
height: 53px;
}
}
#contact-tab {
display: none;
position: fixed;
right: 0;
z-index: 200;
overflow: hidden;
top: 240px;
height: 98px;
}
#contact-tab:hover img {
margin: -98px 0 0 0;
}
#contact-tab img {
display: block;
}
.nc_form {
background-color: #f0f0f0;
padding: 1.25em 2%;
margin: 0 0 1.25em;
border: 2px solid #c0c0c0;
border-radius: 5px;
color: #333333;
}
.nc_form .req {
color: #f71704;
}
.nc_form label,
.nc_form input,
.nc_form textarea,
.nc_form select {
display: block;
width: 98%;
padding: 0;
}
.nc_form input,
.nc_form textarea {
background: #fff;
color: #8b898c;
}
.nc_form input,
.nc_form textarea,
.nc_form .captcha-container {
border: 1px solid #999;
border-radius: 3px;
}
.nc_form label {
margin: 0 0 0.125em;
}
.nc_form input,
.nc_form textarea,
.nc_form select {
margin: 0 0 10px;
padding: 0.4em 1%;
}
.nc_form textarea {
height: 60px;
}
.nc_form .captcha-container {
padding: 0;
width: 100%;
}
.nc_form input.hidden {
display: none;
}
.nc_form input.submit-button {
cursor: pointer;
margin: 1em 0;
padding: 0.6em 2%;
width: auto;
height: auto;
background: #555;
color: #fff;
line-height: 1;
}
.nc_form input.submit-button:hover {
background: #777;
}
.nc_form input.error {
border-color: #f00;
}
.nc_form label.error {
color: #f00;
}
.ncfDisclaimer {
font-size: 80%;
margin: 0 0 1em;
padding: 0.33em 0 0;
}
.ncfDisclaimer span {
display: block;
font-weight: bold;
font-size: 125%;
}
.ncfDisclaimer span.req {
display: inline;
font-size: 80%;
}
.ncfDisclaimer input {
display: inline;
width: 10px;
height: 10px;
margin: 0 5px 0 0;
}
.ncfDisclaimer label {
display: inline;
}
.nc_form .captcha-wrapper {
}
.nc_form .captcha-wrapper input {
max-width: 200px;
}
.nc_form .captcha-container {
background: #fff;
border: 1px solid #333;
margin: 0 0 4px;
text-align: center;
max-width: 200px;
}
.nc_form .captcha-image {
cursor: pointer;
display: block;
width: 100%;
}
.nc_form .checkbox {
margin: 0 0 10px;
}
.nc_form .checkbox input {
display: inline;
width: auto;
height: auto;
padding: 0;
line-height: 1;
margin: 0 0 0 10px;
}
.nc_form .checkbox input.delin {
margin: 0;
}
.nc_form .radio {
margin: 0 0 10px;
}
.nc_form .radio input {
display: inline;
width: auto;
height: auto;
padding: 0;
line-height: 1;
margin: 0 0 0 10px;
}
.nc_form .radio input.delin {
margin: 0;
}
.nc_form .inlineSelect select {
display: inline;
width: auto;
}
@media screen and (max-width: 700px) {
.post_entry_mult_left,
.post_entry_mult_right {
float: none;
display: block;
width: auto;
padding: 0;
margin: 0;
}
.postThumbMult {
display: block;
width: 80%;
max-width: 150px;
margin: 0 auto 0.5em;
}
}
:focus {
outline: -webkit-focus-ring-color auto 0px;
outline-color: -webkit-focus-ring-color;
outline-style: auto;
outline-width: 0px;
}
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
margin: 0;
padding: 0;
overflow: hidden;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
content: "";
display: table;
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
float: left;
display: none;
height: 100%;
min-height: 1px;
}
[dir="rtl"] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.validationError {
background-color: #8c3b3b !important;
color: #fff !important;
}