.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;
}[id^=sb-reviews-container-] .sb-feed-container svg{
height: unset;
max-width: unset;
}
[id^=sb-reviews-container-] .sb-fs {
width: 100%;
position: relative;
float: left;
box-sizing: border-box;
}
.sbr-screenreader{
text-indent: -9999px !important;
display: block !important;
width: 0 !important;
height: 0 !important;
line-height: 0 !important;
}
[id^=sb-reviews-container-] .sb-post-item::after,
[id^=sb-reviews-container-] .sb-feed-header::after{
display: table;
content: "";
clear: both;
}  [id^=sb-reviews-container-] .sb-header{
height: 64px;
position: fixed;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
background: #fff;
z-index: 99;
padding: 0 20px;
}
[id^=sb-reviews-container-] .sb-header-content{
width: calc(100% - 160px);
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 52px;
}
[id^=sb-reviews-container-] .sb-customizer-header{
position: fixed !important;
padding: 0 20px;
} [id^=sb-reviews-container-] .sb-fs{
position: relative;
float: left;
box-sizing: border-box;
}
[id^=sb-reviews-container-] .sb-feed-header-btn svg{
width: 17px;
}
[id^=sb-reviews-container-] .sb-feed-header-bottom > div{
display: inline-block;
}
[id^=sb-reviews-container-] .sb-feed-header[data-align="left"] .sb-feed-header-average,
[id^=sb-reviews-container-] .sb-feed-header[data-align="right"] .sb-feed-header-btn-ctn{
float: left;
}
[id^=sb-reviews-container-] .sb-feed-header[data-align="right"] .sb-feed-header-average,
[id^=sb-reviews-container-] .sb-feed-header[data-align="left"] .sb-feed-header-btn-ctn{
float: right;
}
[id^=sb-reviews-container-] .sb-feed-header[data-align="center"] .sb-feed-header-bottom > div{
display: flex;
justify-content: center;
}
[id^=sb-reviews-container-] .sb-feed-header-average{
display: inline-flex!important;
align-items: center;
}
[id^=sb-reviews-container-] .sb-feed-header-rating-icons{
margin: 0 5px;
display: inline-flex;
justify-content: center;
}
[id^=sb-reviews-container-] .sb-feed-header-rating-icons svg{
margin: 0 7px;
display: inline-flex;
justify-content: center;
width: 18px;
fill: currentColor;
margin: 0 2px;
float: left;
} [data-layout="list"] .sb-post-item-wrap,
[data-layout="masonry"] .sb-post-item-wrap,
[data-layout="grid"] .sb-post-item-wrap,
[data-layout="carousel"] .sb-post-item-wrap {
width: 100%;
position: relative;
float: left;
box-sizing: border-box;
}
[id^=sb-reviews-container-] .sb-post-item {
position: relative;
}
[data-layout="carousel"] .sb-feed-posts .Carousel__RailWrapper-sc-hyhecw-1{
width: 100%;
}
[data-post-style="regular"][data-layout="list"] .sb-post-item-wrap:last-of-type{
border-bottom: 0px!important;
}
[id^=sb-reviews-container-] .sb-grid-wrapper .sb-feed-posts{
display: grid;
column-gap: var(--column-gutter)
}
[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="1"] .sb-feed-posts{
grid-template-columns: 1fr;
}
[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="2"] .sb-feed-posts{
grid-template-columns: 1fr 1fr;
}
[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="3"] .sb-feed-posts{
grid-template-columns: 1fr 1fr 1fr;
}
[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="4"] .sb-feed-posts{
grid-template-columns: 1fr 1fr 1fr 1fr;
}
[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="5"] .sb-feed-posts{
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="6"] .sb-feed-posts{
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
[id^=sb-reviews-container-] a.sb-feed-header-btn {
text-decoration: none;
}
[id^=sb-reviews-container-] .sb-item-provider-icon{
position: absolute;
width: 24px;
height: 24px;
right: 10px;
top: 10px;
}
[id^=sb-reviews-container-] .sb-item-provider-icon svg{
width: 24px;
height: 24px;
float: left;
}
[id^=sb-reviews-container-] .sb-item-provider-icon img{
width: 100%;
}
[id^=sb-reviews-container-] .sb-item-author-ctn{
display: flex;
align-items: flex-start;
float: left;
}
[id^=sb-reviews-container-] .sb-item-author-img img{
float: left;
}
[id^=sb-reviews-container-] .sb-item-name-date span{
display: block;
width: 100%;
}
[id^=sb-reviews-container-] .sb-item-rating-ctn {
display: inline-flex;
}
[id^=sb-reviews-container-] .sb-item-rating{
display: flex;
align-items: center;
}
[id^=sb-reviews-container-] .sb-item-rating-icon svg{
fill: currentColor;
margin: 0 2px;
float: left;
}
[id^=sb-reviews-container-] .sb-item-rating-icon-dimmed svg{
filter: grayscale(1);
}
[id^=sb-reviews-container-] .sb-feed-item-icon-half {
display: inline-block;
position: relative;
}
[id^=sb-reviews-container-] .sb-item-rating-icon-halfdimmed {
position: absolute;
width: 50%;
overflow: hidden;
left: 0px;
top: 0px;
}
[data-icon-size="small"] .sb-item-rating-icon svg{
width: 16px;
}
[data-icon-size="medium"] .sb-item-author-img,
[data-icon-size="medium"] .sb-item-author-img img {
width: 56px;
min-width: 56px;
height: 56px;
}
[id^=sb-reviews-container-] .sb-load-button{
height: auto;
}
[id^=sb-reviews-container-] .sb-item-author-date-ctn,
[id^=sb-reviews-container-] .sb-item-author-ctn,
[id^=sb-reviews-container-] .sb-item-text,
[id^=sb-reviews-container-] .sb-item-rating,
[id^=sb-reviews-container-] .sb-item-author-img,
[id^=sb-reviews-container-] .sb-item-name-date > span{
z-index: 1
}
[id^=sb-reviews-container-] .sb-item-author-date-ctn {
padding-right: 34px;
}
[id^=sb-reviews-container-] .sbr-narrow .sb-item-author-date-ctn{
padding-right: 21px;
}
[id^=sb-reviews-container-] .sbr-narrow .sb-item-author-img,
[id^=sb-reviews-container-] .sbr-narrow .sb-item-author-img img{
width: 44px;
min-width: 44px;
height: 44px;
}
[id^=sb-reviews-container-] .sbr-narrow .sb-item-provider-icon{
width: 20px;
height: 20px;
right: 1px;
top: 1px;
} [data-layout="carousel"] .owl-nav button{
position: absolute;
width: 30px;
height: 30px;
top: calc(50% - 15px);
left: 0;
display: inline-flex;
opacity: .7;
border-radius: 50%;
background: #fff!important;
color: #000!important;
box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
overflow: hidden;
line-height: 99999;
-webkit-transition: .2s;
transition: .2s;
}
[data-layout="carousel"] .owl-nav button:before {
content: '';
position: absolute;
width: 8px;
height: 8px;
top: 10px;
left: 11px;
border-left: 2px solid currentColor;
border-bottom: 2px solid currentColor;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
[data-layout="carousel"] .owl-nav .owl-next{
left: unset;
right: 0;
}
[data-layout="carousel"] .owl-nav .owl-next:before {
left: 7px;
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
[data-layout="carousel"] .owl-nav button:hover {
opacity: 1;
}
[data-layout="carousel"] .owl-dots{
position: relative;
text-align: center;
padding-right: 4px;
}
[data-layout="carousel"] .owl-dot {
width: 10px;
height: 10px;
background: #E6E6EB!important;
border-radius: 50px;
margin: 0 4px;
display: inline-block;
}
[data-layout="carousel"] .owl-dot.active {
background: #d0d0d8!important;
}
[id^=sb-reviews-container-] .sbr-provider-google .sb-item-author-img,
[id^=sb-reviews-container-] .sbr-provider-google img {
border-radius: 0 !important;
}
[id^=sb-reviews-container-] .sb-item-author-img,
[id^=sb-reviews-container-] .sb-item-author-img img {
width: 56px;
min-width: 56px;
height: 56px;
border-radius: 50px;
}
[id^=sb-reviews-container-] .sb-item-author-img{
background-size: cover;
background-position: center center;
} [id^=sb-reviews-container-] .sb-feed-posts::after {
display: table;
content: " ";
clear: both;
}
[id^=sb-reviews-container-] .sbr-hidden {
visibility: hidden;
}
.sbr-feed-error {
border: 1px solid #ddd;
background: #eee;
color: #333;
margin: 0 auto 10px;
padding: 10px 15px;
font-size: 13px;
text-align: center;
clear: both;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px
}
.sbr-feed-error p {
padding: 5px 0!important;
margin: 0!important;
line-height: 1.3!important;
font-size: 13px
}
.sbr-feed-error p:first-child b {
font-size: 14px
}
.sbr-feed-error ol,.sbr-feed-error ul {
padding: 5px 0 5px 20px!important;
margin: 0!important
}
.sbr-feed-error li {
padding: 1px 0!important;
margin: 0!important
}
.sbr-feed-error span {
font-size: 12px;
font-style: italic
}
[id^=sb-reviews-container-] .sb-num-diff-hide {
display: none;
}
[id^=sb-reviews-container-] .sb-load-button-ctn {
position: relative;
}
[id^=sb-reviews-container-] .sb-expand {
display: inline-block;
}
[id^=sb-reviews-container-] .sb-more {
margin-left: 6px;
}
[id^=sb-reviews-container-] .sb-media-wrap {
width: 100%;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin-top: 15px;
gap: 8px;
}
[id^=sb-reviews-container-] .sb-single-image img,
[id^=sb-reviews-container-] .sb-single-image {
height: 64px;
width: 64px;
border-radius: 5px;
}
[id^=sb-reviews-container-] .sb-single-image {
background-position: center center;
background-size: cover;
}
[id^=sb-reviews-container-] .sb-single-image img{
opacity: 0;
visibility: hidden
}
[id^=sb-reviews-container-] .sb-btn {
align-items: center;
border: 0;
border-radius: 4px;
box-shadow: 0 2px 5px rgb(60 66 87 / 5%), 0 1px 1px rgb(0 0 0 / 5%), inset 0 -1px 1px rgb(0 0 0 / 12%);
cursor: pointer;
display: flex;
font-weight: 600;
justify-content: center;
outline: none;
padding: 0;
position: relative;
transition: all .15s ease-in-out;
color: #fff;
}
[id^=sb-reviews-container-] .sb-btn[data-icon-position=left]:not([data-onlyicon=false]) .sb-btn-icon {
margin-right: 7px
}
[id^=sb-reviews-container-] .sb-feed-header-btn {
padding: 8px 20px 8px 12px;
}
[id^=sb-reviews-container-] .sb-btn[data-icon-position=left]:not([data-onlyicon=false]) {
flex-direction: row
}
[id^=sb-reviews-container-] .sb-btn[data-boxshadow=false],.sb-btn[data-boxshadow=false]:active,.sb-btn[data-boxshadow=false]:focus {
box-shadow: none
}
[id^=sb-reviews-container-] .sb-btn:active {
-webkit-transform: scale(.98);
transform: scale(.98)
}
[id^=sb-reviews-container-] .sb-btn:focus {
box-shadow: 0 2px 5px rgba(60,66,87,.05),0 1px 1px rgba(0,0,0,.05),inset 0 -1px 1px rgba(0,0,0,.12)
}
[id^=sb-reviews-container-] .sb-btn[data-full-width=true] {
width: 100%
}
[id^=sb-reviews-container-] .sb-load-button {
padding: 15px 0px 15px 0px;
color: #141B38;
}
[id^=sb-reviews-container-] .sb-feed-header-btn svg {
width: 17px;
}
[id^=sb-reviews-container-] .sb-btn svg, .sb-btn svg path {
fill: currentColor;
}
[id^=sb-reviews-container-] .sb-btn svg {
float: left;
height: auto;
} [id^=sb-reviews-container-] .sb-single-image {
position:relative;
}
[id^=sb-reviews-container-] .sb-thumbnail-hover {
box-sizing: border-box;
opacity: 0;
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
color: #fff;
background: #333;
border-radius: 5px;
background: rgba(0,0,0,.6);
transition: opacity .6s ease-in-out;
-moz-transition: opacity .6s ease-in-out;
-webkit-transition: opacity .6s ease-in-out
}
[id^=sb-reviews-container-] .sb-thumbnail-hover:hover {
opacity: 1;
display: block;
transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-webkit-transition: opacity .2s ease-in-out;
} [id^=sb-reviews-container-] .sbr-loader{
width: 20px;
height: 20px;
position: relative;
top: 50%;
left: 50%;
margin: -10px 0 0 -10px;
background-color: #000;
background-color: rgba(0,0,0,0.5);
border-radius: 100%;
-webkit-animation: sbr-sk-scaleout 1.0s infinite ease-in-out;
animation: sbr-sk-scaleout 1.0s infinite ease-in-out;
} [id^=sb-reviews-container-] .sb-load-button-ctn .sbr-loader{
position: absolute;
margin-top: -11px;
background-color: #fff;
opacity: 1;
}
@-webkit-keyframes sbr-sk-scaleout {
0% { -webkit-transform: scale(0) }
100% {
-webkit-transform: scale(1.0);
opacity: 0;
}
}
@keyframes sbr-sk-scaleout {
0% {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
} 100% {
-webkit-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
opacity: 0;
}
} .sbr_lightboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 99999;
background-color: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.9;
display: none;
}
.sbr_lightbox {
position: absolute;
left: 0;
width: 100%;
z-index: 100000;
line-height: 0;
font-weight: normal;
}
.sbr_lightbox .sbr_lb-image {
display: block;
height: auto;
max-width: inherit;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.sbr_lightbox a:hover,
.sbr_lightbox a:focus,
.sbr_lightbox a:active{
outline: none;
}
.sbr_lightbox a img {
border: none;
}
.sbr_lb-outerContainer {
position: relative;
background-color: #000;
*zoom: 1;
width: 250px;
height: 250px;
margin: 0 auto 5px auto;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.sbr_lb-outerContainer:after {
content: "";
display: table;
clear: both;
}
.sbr_lb-container {
position: relative;
padding: 4px;
top: 0;
left: 0;
width: 100%;
height: 100%;
bottom: 0;
right: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.sbr_lb-loader {
position: absolute;
top: 43%;
left: 0;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
.sbr_lb-cancel {
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
background-color: #666;
background-color: rgba(255,255,255,0.5);
border-radius: 100%;
-webkit-animation: ctf-sk-scaleout 1.0s infinite ease-in-out;
animation: ctf-sk-scaleout 1.0s infinite ease-in-out;
}
.sbr_lb-nav { top: 0;
left: 0; width: 100%;
z-index: 10; }
.sbr_lb-container > .nav {
left: 0;
}
.sbr_lb-nav a {
position: absolute;
z-index: 100;
top: 0;
height: 90%;
outline: none;
background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
} .sbr_lb-prev, .sbr_lb-next {
height: 100%;
cursor: pointer;
display: block;
}
.sbr_lb-nav a.sbr_lb-prev { width: 50px;
left: -70px;
padding-left: 10px;
padding-right: 10px;
float: left;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
opacity: 0.5;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.sbr_lb-nav a.sbr_lb-prev:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.sbr_lb-nav a.sbr_lb-next { width: 50px;
right: -70px;
padding-left: 10px;
padding-right: 10px;
float: right;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
opacity: 0.5;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.sbr_lb-nav a.sbr_lb-next:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.sbr_lb-nav span{
display: block;
top: 55%;
position: absolute;
left: 20px;
width: 34px;
height: 45px;
margin: -25px 0 0 0;
background: url(//www.devoelaw.com/wp-content/plugins/reviews-feed-pro/assets/images/sprite.png) no-repeat;
}
.sbr_lb-nav a.sbr_lb-prev span{
background-position: -53px 0;
}
.sbr_lb-nav a.sbr_lb-next span{
left: auto;
right: 20px;
background-position: -18px 0;
}
.sbr_lb-dataContainer {
margin: 0 auto;
padding-top: 5px;
*zoom: 1;
width: 100%;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.sbr_lb-dataContainer:after {
content: "";
display: table;
clear: both;
}
.sbr_lb-data {
padding: 0 4px;
color: #ccc;
}
.sbr_lb-data .sbr_lb-details {
width: 85%;
float: left;
text-align: left;
line-height: 1.1;
}
.sbr_lb-data .sbr_lb-caption {
float: left;
font-size: 13px;
font-weight: normal;
line-height: 1.3;
padding-bottom: 3px;
color: #ccc;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.sbr_lb-data .sbr_lb-caption a,
.sbr_lb-data .sbr_lb-caption .ctf-screename-sep{
color: #ccc;
font-weight: bold;
text-decoration: none;
}
.sbr_lb-data .sbr_lb-caption a:hover{
color: #fff;
text-decoration: underline;
}
.sbr_lb-data .sbr_lb-caption .sbr_lightbox_username{
float: left;
width: 100%;
color: #ccc;
padding-bottom: 0;
display: block;
margin: 0 0 5px 0;
}
.sbr_lb-data .sbr_lb-caption .sbr_lightbox_username{
color: #ccc;
}
.sbr_lb-data .sbr_lb-caption .sbr_lightbox_username:hover p{
color: #fff;
text-decoration: underline;
}
.sbr_lightbox .sbr_lightbox_username img {
float: left;
border: none;
width: 48px;
height: 48px;
margin-right: 10px;
background: #666;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.sbr_lightbox_username p{
float: left;
margin: 0;
padding: 0;
color: #ccc;
line-height: 32px;
font-weight: bold;
font-size: 13px;
text-align: left;
}
.sbr_lb-data .ctf-caption-text{
width: 100%;
margin-left: 58px;
padding-top: 3px;
}
.sbr_lb-data .sbr_lb-caption .ctf-tweet-date,
.sbr_lb-data .sbr_lb-caption .ctf-author-screenname{
font-weight: normal;
}
.sbr_lb-data .sbr_lb-info{
width: 100%;
float: left;
clear: both;
}
.sbr_lb-data .sbr_lb-number {
display: block;
float: left;
clear: both;
padding: 5px 0 15px 0;
font-size: 12px;
color: #999999;
}
.sbr_lb-data .sbr_lb-close {
display: block;
float: right;
width: 30px;
height: 30px;
background: url(//www.devoelaw.com/wp-content/plugins/reviews-feed-pro/assets/images/close.png) top right no-repeat;
text-align: right;
outline: none;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.sbr_lb-data .sbr_lb-close:hover {
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}  .sbr_lb-nav {
height: auto;
} .sbr_lb-container{
padding: 0;
}
.sbr_lb-container iframe {
position: absolute;
top: 0;
left:0;
width: 100%;
height: 100%;
z-index: 1;
} #sbr_lightbox .sbr_lightbox_action{
float: left; position: relative;
padding: 0 0 0 10px;
margin: 5px 0 0 10px;
border-left: 1px solid #666;
font-size: 12px;
}
#sbr_lightbox .sbr_lightbox_action a{
display: block;
float: left;
color: #999;
text-decoration: none;
}
#sbr_lightbox .sbr_lightbox_action a:hover,
#sbr_lightbox .sbr_lightbox_action a:focus{
color: #fff;
}
#sbr_lightbox .sbr_lightbox_action .fa,
#sbr_lightbox .sbr_lightbox_action svg {
margin-right: 5px;
}
#sbr_lightbox .sbr_lightbox_action.sbr_youtube .fa {
font-size: 13px;
}
#sbr_lightbox .sbr_tooltip_social a svg {
font-size: 19px;
padding: 3px 4px;
margin: auto;
} #sbr_lightbox .sbr_lightbox_tooltip{
display: none;
position: absolute;
width: 100px;
bottom: 22px;
left: 0;
padding: 5px 10px;
margin: 0;
background: rgba(255,255,255,0.9);
color: #222;
font-size: 12px;
line-height: 1.3;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
box-shadow: 0 0 10px rgba(0,0,0,0.4);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#sbr_lightbox .sbr_lightbox_tooltip .fa-play{
position: absolute;
font-size: 8px;
bottom: -6px;
left: 36px;
color: rgba(255,255,255,0.9);
}
#sbr_lightbox .sbr_tooltip_social a .fa{
font-size: 16px;
margin: 0;
padding: 5px;
}
#sbr_lightbox .sbr_tooltip_social a#sbr_facebook_icon .fa,
#sbr_lightbox .sbr_tooltip_social a#sbr_twitter_icon .fa,
#sbr_lightbox .sbr_tooltip_social a#sbr_pinterest_icon .fa{
padding-top: 4px;
font-size: 18px;
}
#sbr_lightbox .sbr_gdpr_notice {
z-index: 6;
display: block;
position: absolute;
top:  50%;
left:  50%;
margin-left: -44px;
margin-top: -44px;
padding: 20px;
}
#sbr_lightbox .sbr_gdpr_notice svg:not(:root).svg-inline--fa {
position: relative;
display: block !important;
height: 48px;
width: 48px;
opacity: .8;
}
#sbr_lightbox .sbr_gdpr_notice:hover svg:not(:root).svg-inline--fa {
opacity: 1;
} #sbr_lightbox #sbr_mod_box{
width: 280px;
padding: 5px 10px 7px 10px;
} #sbr_lightbox .sbr_tooltip_social{
width: 172px;
padding: 5px 5px 4px 5px;
}
#sbr_lightbox .sbr_tooltip_social a{
color: #333;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#sbr_lightbox .sbr_lightbox_action #sbr_facebook_icon:hover{ background: #3b5998; }
#sbr_lightbox .sbr_lightbox_action #sbr_twitter_icon:hover{ background: #00aced; }
#sbr_lightbox .sbr_lightbox_action #sbr_google_icon:hover{ background: #dd4b39; }
#sbr_lightbox .sbr_lightbox_action #sbr_linkedin_icon:hover{ background: #007bb6; }
#sbr_lightbox .sbr_lightbox_action #sbr_pinterest_icon:hover{ background: #cb2027; }
#sbr_lightbox .sbr_lightbox_action #sbr_email_icon:hover{ background: #333; }
.sbr_lb-outerContainer, .sbr_lb-dataContainer{
min-width: 450px;
}
@media all and (max-width: 450px){
.sbr_lb-outerContainer, .sbr_lb-dataContainer {
min-width: 0; }
}
.sbr_lightbox .sbr_lb-image {
display: block;
height: auto;
max-width: inherit;
margin: 0 auto;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
} .sb-feed-posts.sbr_carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.sbr_carousel {
direction: ltr;
}
.sbr_carousel .sbr_owl2row-item,
.sb-carousel-wrap .sb-feed-posts{
display: none;
}
.sbr-owl-stage {
position: relative;
-ms-touch-action: pan-Y;
-moz-backface-visibility: hidden; }
.sbr-owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.sbr-owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.sbr-owl-wrapper,
.sbr-owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.sbr-owl-item {
position: relative;
min-height: 1px;
padding: 0 5px;
padding: 0;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.sbr-owl-item img {
display: block;
width: 100%; }
.sbr-owl-nav.disabled,
.sbr-owl-dots.disabled {
display: none; }
.sbr-owl-nav .sbr-owl-prev,
.sbr-owl-nav .sbr-owl-next,
.sbr-owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.sbr_carousel.sbr-owl-loaded {
display: block; }
.sbr_carousel.sbr-owl-loading {
opacity: 0;
display: block; }
.sbr_carousel.sbr-owl-hidden {
opacity: 0; }
.sbr_carousel.sbr-owl-refresh .sbr-owl-item {
visibility: hidden; }
.sbr_carousel.sbr-owl-drag .sbr-owl-item {
padding: 0 calc( var(--column-gutter) / 2 );
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.sbr_carousel.sbr-owl-grab {
cursor: move;
cursor: grab; }
.sbr_carousel.sbr-owl-rtl {
direction: rtl; }
.sbr_carousel.sbr-owl-rtl .sbr-owl-item {
float: right; } .sbr-owl-height {
transition: height 500ms ease-in-out; }
.sbr-owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.sbr-owl-nav {
margin-top: 0;
}
.sbr-owl-nav .disabled {
opacity: 0.5;
cursor: default; }
.sbr-owl-nav.disabled + .sbr-owl-dots {
margin-top: 10px; }
.sbr-owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent;
padding: 5px 0;
margin-top: 5px;
}
.sbr-owl-dots .sbr-owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.sbr-owl-dots .sbr-owl-dot span {
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
background: #333;
filter: Alpha(Opacity=25); opacity: 0.25;
-webkit-backface-visibility: visible;
transition: opacity 100ms ease;
border-radius: 30px;
}
.sbr-owl-dots .sbr-owl-dot.active span, .sbr-owl-dots .sbr-owl-dot:hover span {
filter: Alpha(Opacity=100); opacity: 1;
}
.sbr-owl-item {
display: inline-block;
vertical-align: top;
}
.sbr-owl-stage-outer {
overflow-x: hidden;
overflow-y: hidden;
}
.sbr-owl-item > div {
width: 100% !important;
}
.sbr-post-links {
max-width: 100%;
}
.sbr-owl-item{
box-sizing: border-box;
} .sbr-owl-nav > div {
position: absolute;
top: 50%;
font-size: 14px;
display: inline-block;
line-height: 1;
background: rgba(255,255,255,0.3);
padding: 6px 6px 6px 8px;
border-radius: 50%;
margin-top: -15px;
color: #000;
box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.sbr_carousel:hover .sbr-owl-nav > div{
background: rgba(255,255,255,0.5);
box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
-webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);
}
.sbr_carousel:hover .sbr-owl-nav > div:hover {
cursor: pointer;
background: #fff;
}
.sbr-owl-nav .sbr-owl-prev {
margin-left: 7px;
padding: 6px 8px 6px 6px;
left: 0;
}
.sbr-owl-nav .sbr-owl-next {
margin-right: 7px;
right: 0;
}
.sbr_carousel .sbr-owl-nav svg {
height: 1.2em;
box-sizing: unset;
overflow: visible;
width: 1em;
display: inline-block;
font-size: inherit;
vertical-align: -0.125em;
} [id^=sb-reviews-container-] .sb-cols-2 .sb-post-item-wrap{ width: calc( 50% - calc((var(--column-gutter) * 1) / 2)); }
[id^=sb-reviews-container-] .sb-cols-3 .sb-post-item-wrap{ width: calc( 33.33% - calc((var(--column-gutter) * 2 ) / 3) );}
[id^=sb-reviews-container-] .sb-cols-4 .sb-post-item-wrap{ width: calc( 25% - calc((var(--column-gutter) * 3 ) / 4) );}
[id^=sb-reviews-container-] .sb-cols-5 .sb-post-item-wrap{ width: calc( 20% - calc((var(--column-gutter) * 4 ) / 5) );}
[id^=sb-reviews-container-] .sb-cols-6 .sb-post-item-wrap{ width: calc( 16.66% - calc((var(--column-gutter) * 5 ) / 6) );}
[id^=sb-reviews-container-] .sb-cols-7 .sb-post-item-wrap{ width: calc( 14.28% - calc((var(--column-gutter) * 6 ) / 7) );}
[id^=sb-reviews-container-] .sb-cols-8 .sb-post-item-wrap{ width: calc( 12.5% - calc((var(--column-gutter) * 7 ) / 8) );}
[id^=sb-reviews-container-] .sb-cols-9 .sb-post-item-wrap{ width: calc( 11.11% - calc((var(--column-gutter) * 8 ) / 9) );}
[id^=sb-reviews-container-] .sb-cols-10 .sb-post-item-wrap{ width: calc( 10% - calc((var(--column-gutter) * 9 ) / 10) );}
@media all and (max-width: 640px){
[id^=sb-reviews-container-] .sb-colstablet-1 .sb-post-item-wrap{ width: 100%; }
[id^=sb-reviews-container-] .sb-colstablet-2 .sb-post-item-wrap{ width: calc( 50% - calc((var(--column-gutter) * 1) / 2)); }
[id^=sb-reviews-container-] .sb-colstablet-3 .sb-post-item-wrap{ width: calc( 33.33% - calc((var(--column-gutter) * 2 ) / 3) );}
[id^=sb-reviews-container-] .sb-colstablet-4 .sb-post-item-wrap{ width: calc( 25% - calc((var(--column-gutter) * 3 ) / 4) );}
[id^=sb-reviews-container-] .sb-colstablet-5 .sb-post-item-wrap{ width: calc( 20% - calc((var(--column-gutter) * 4 ) / 5) );}
[id^=sb-reviews-container-] .sb-colstablet-6 .sb-post-item-wrap{ width: calc( 16.66% - calc((var(--column-gutter) * 5 ) / 6) );}
[id^=sb-reviews-container-] .sb-colstablet-7 .sb-post-item-wrap{ width: calc( 14.28% - calc((var(--column-gutter) * 6 ) / 7) );}
[id^=sb-reviews-container-] .sb-colstablet-8 .sb-post-item-wrap{ width: calc( 12.5% - calc((var(--column-gutter) * 7 ) / 8) );}
[id^=sb-reviews-container-] .sb-colstablet-9 .sb-post-item-wrap{ width: calc( 11.11% - calc((var(--column-gutter) * 8 ) / 9) );}
[id^=sb-reviews-container-] .sb-colstablet-10 .sb-post-item-wrap{ width: calc( 10% - calc((var(--column-gutter) * 9 ) / 10) );}
[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="1"] .sb-feed-posts { grid-template-columns: 1fr; }
[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="2"] .sb-feed-posts { grid-template-columns: 1fr 1fr; }
[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="3"] .sb-feed-posts { grid-template-columns: 1fr 1fr 1fr; }
[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="4"] .sb-feed-posts { grid-template-columns: 1fr 1fr 1fr 1fr; }
[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="5"] .sb-feed-posts { grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="6"] .sb-feed-posts {grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
}
@media all and (max-width: 480px){
[id^=sb-reviews-container-] .sb-colsmobile-1 .sb-post-item-wrap{ width: 100%; }
[id^=sb-reviews-container-] .sb-colsmobile-2 .sb-post-item-wrap{ width: calc( 50% - calc((var(--column-gutter) * 1) / 2)); }
[id^=sb-reviews-container-] .sb-colsmobile-3 .sb-post-item-wrap{ width: calc( 33.33% - calc((var(--column-gutter) * 2 ) / 3) );}
[id^=sb-reviews-container-] .sb-colsmobile-4 .sb-post-item-wrap{ width: calc( 25% - calc((var(--column-gutter) * 3 ) / 4) );}
[id^=sb-reviews-container-] .sb-colsmobile-5 .sb-post-item-wrap{ width: calc( 20% - calc((var(--column-gutter) * 4 ) / 5) );}
[id^=sb-reviews-container-] .sb-colsmobile-6 .sb-post-item-wrap{ width: calc( 16.66% - calc((var(--column-gutter) * 5 ) / 6) );}
[id^=sb-reviews-container-] .sb-colsmobile-7 .sb-post-item-wrap{ width: calc( 14.28% - calc((var(--column-gutter) * 6 ) / 7) );}
[id^=sb-reviews-container-] .sb-colsmobile-8 .sb-post-item-wrap{ width: calc( 12.5% - calc((var(--column-gutter) * 7 ) / 8) );}
[id^=sb-reviews-container-] .sb-colsmobile-9 .sb-post-item-wrap{ width: calc( 11.11% - calc((var(--column-gutter) * 8 ) / 9) );}
[id^=sb-reviews-container-] .sb-colsmobile-10 .sb-post-item-wrap{ width: calc( 10% - calc((var(--column-gutter) * 9 ) / 10) );}
[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="1"] .sb-feed-posts { grid-template-columns: 1fr; }
[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="2"] .sb-feed-posts { grid-template-columns: 1fr 1fr; }
[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="3"] .sb-feed-posts { grid-template-columns: 1fr 1fr 1fr; }
[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="4"] .sb-feed-posts { grid-template-columns: 1fr 1fr 1fr 1fr; }
[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="5"] .sb-feed-posts { grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="6"] .sb-feed-posts {grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
}div.wpcf7 {
margin: 0;
padding: 0;
}
div.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
div.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #ff0000;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(//www.devoelaw.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
width: 16px;
height: 16px;
border: none;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}