.fs-background {
overflow: hidden;
position: relative;       }
.fs-background,
.fs-background-container,
.fs-background-media {
-webkit-transition: none;
transition: none;
}
.fs-background-container {
width: 100%;
height: 100%;
position: absolute;
top: 0;
z-index: 0;
overflow: hidden;
}
.fs-background-media {
position: absolute;
top: 0;
bottom: 0;
opacity: 0;
}
.fs-background-media.fs-background-animated {
-webkit-transition: opacity 0.5s linear;
transition: opacity 0.5s linear;
}
.fs-background-media img,
.fs-background-media video,
.fs-background-media iframe {
width: 100%;
height: 100%;
display: block;
-webkit-user-drag: none;
}
.fs-background-media.fs-background-native,
.fs-background-media.fs-background-fixed {
width: 100%;
height: 100%;
}
.fs-background-media.fs-background-native img,
.fs-background-media.fs-background-fixed img {
display: none;
}
.fs-background-media.fs-background-native {
background-position: center;
background-size: cover;
}
.fs-background-media.fs-background-fixed {
background-position: center;
background-attachment: fixed;
}
.fs-background-embed.fs-background-ready:after {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: '';
}
.fs-background-embed.fs-background-ready iframe {
z-index: 0;
}.fw-main-row.background-video .fw-container,
.fw-main-row.background-video .fw-container-fluid {
z-index: 1;
}.fw-divider-space {
clear: both;
width: 100%;
}
.fw-divider-space.space-sm {
height: 30px;
}
.fw-divider-space.space-md {
height: 60px;
}
.fw-divider-space.space-lg {
height: 100px;
} .fw-divider-line {
clear: both;
position: relative;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}.fw-heading {
margin-bottom: 9px;
}
.fw-special-title {
color: #292a2e;
margin: 0;
font-weight: 200;
text-transform: uppercase;
}
.fw-heading.fw-heading-w-subtitle h2.fw-special-title {
margin-top: 3px;
}
.fw-special-subtitle {
color: #f96380;
font-weight: 300;
text-transform: uppercase;
}
.fw-heading.fw-heading-center {
text-align: center;
}  @media screen and (min-width: 15em) {
.fw-heading h2.fw-special-title {
font-size: 40px;
font-size: 4.0rem;
line-height: 40px;
line-height: 4.0rem;
}
.fw-special-subtitle {
font-size: 15px;
font-size: 1.5rem;
}
}
@media screen and (min-width: 450px) {
.fw-heading h2.fw-special-title {
font-size: 60px;
font-size: 6.0rem;
line-height: 60px;
line-height: 6.0rem;
}
.fw-special-subtitle {
font-size: 20px;
font-size: 2.0rem;
}
}.fw-text.centered {
margin: 0 auto;
}
.fw-text.no-paragraph-margin > p,
.fw-text > p:last-of-type {
margin-bottom: 0;
}.fw-btn {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
text-decoration: none;
white-space: nowrap;
outline: none;
padding: 8px 20px;
font-size: 14px;
line-height: 1.6;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.fw-btn span {
display: block;
}
.fw-btn:hover,
.fw-btn:focus {
text-decoration: none;
outline: none;
opacity: 0.85;
}
.fw-btn:active {
box-shadow: inset 0 0 20px #2e935f;
}
.fw-btn i {
margin-right: 5px;
}
.fw-btn i.pull-right {
margin: 0 0 0 8px;
position: relative;
top: 0.3em;
} .fw-btn.fw-btn-round {
border-radius: 38px;
}
.fw-btn.fw-btn-square {
border-radius: 0 !important;
}
.fw-btn.fw-btn-outline,
.fw-btn.fw-btn-borders {
background: transparent;
box-shadow: none;
text-shadow: none;
} .fw-btn.fw-btn-lg {
padding: 15px 35px;
font-size: 17px;
line-height: 1.33;
border-radius: 6px;
}
.fw-btn.fw-btn-lg.fw-btn-round {
border-radius: 52px;
}
.fw-btn.fw-btn-lg i.pull-right {
top: 0.2em;
}
.fw-btn.fw-btn-sm {
padding: 4px 12px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.fw-btn.fw-btn-sm.fw-btn-round {
border-radius: 30px;
}
.fw-btn.fw-btn-sm i.pull-right {
top: 0.2em;
}
.fw-btn.fw-btn-full {
width: 100%;
} .fw-btn-1 {
background-color: #5bcc92;
border-color: transparent;
border-width: 2px;
color: #ffffff;
font-family: Arial;
font-size: 14px;
font-weight: bold; }
.fw-btn-1.fw-btn-outline {
border-color: #5bcc92;
color: #5bcc92;
}
.fw-btn-1.fw-btn-outline:hover,
.fw-btn-1.fw-btn-outline:focus {
background-color: #5bcc92;
color: #ffffff;
}
.fw-btn-1:hover,
.fw-btn-1:focus {
background-color: #82d8ac;
color: #ffffff;
}
.fw-btn-1.fw-btn-rounded {
border-radius: 4px;
}
.fw-btn-1.fw-btn-borders {
border-top: 2px solid #5bcc92;
border-bottom: 2px solid #5bcc92;
color: #5bcc92;
border-radius: 0;
}
.fw-btn-1.fw-btn-borders:hover,
.fw-btn-1.fw-btn-borders:focus {
background-color: #5bcc92;
color: #ffffff;
}
.fw-btn-1.fw-btn-black {
background-color: #000000;
border-color: #000000;
color: #ffffff;
}
.fw-btn-1.fw-btn-black:active {
box-shadow: inset 0 0 20px #333333;
}
.fw-btn-1.fw-btn-blue {
background-color: #3c9beb;
border-color: #3c9beb;
color: #ffffff;
}
.fw-btn-1.fw-btn-blue:active {
box-shadow: inset 0 0 20px #1267af;
}
.fw-btn-1.fw-btn-green {
background-color: #44ac48;
border-color: #44ac48;
color: #ffffff;
}
.fw-btn-1.fw-btn-green:active {
box-shadow: inset 0 0 20px #276329;
}
.fw-btn-1.fw-btn-red {
background-color: #cb1e1b;
border-color: #cb1e1b;
color: #ffffff;
}
.fw-btn-1.fw-btn-red:active {
box-shadow: inset 0 0 20px #71110f;
}@font-face {
font-family:"Socialico";
src:url(//www.laytonhealthandwellness.com/wp-content/themes/chiropractor/css/fonts/Socialico.eot?) format("eot"),
url(//www.laytonhealthandwellness.com/wp-content/themes/chiropractor/css/fonts/Socialico.woff) format("woff"),
url(//www.laytonhealthandwellness.com/wp-content/themes/chiropractor/css/fonts/Socialico.ttf) format("truetype"),
url(//www.laytonhealthandwellness.com/wp-content/themes/chiropractor/css/fonts/Socialico.svg#Socialico) format("svg");
font-weight:normal;
font-style:normal;
} html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: 'Raleway', sans-serif;
font-size: 100%;
font-style: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 62.5%;
font-weight: 300;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
background-color: #ecedef;
overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption,
th,
td {
text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
quotes: none;
}
a:hover,
a:active,
a:focus {
outline: 0;
}
a img {
border: 0;
}
a, button {
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
} .social-navigation a:before,
.bypostauthor > article .fn:after,
.comment-reply-title small a:after,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.entry-format a:before,
.edit-link:before,
.full-size-link:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.author-link:after,
.share-icons li a:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-family: "Genericons";
font-size: 16px;
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
speak: none;
text-align: center;
text-decoration: inherit;
text-transform: none;
vertical-align: top;
}
.social-navigation a:before,
.share-icons li a:before {
font-family: "Socialico";
} body,
button,
input,
select,
textarea {
color: #808080;
font-family: "Raleway", sans-serif;
font-size: 14px;
font-size: 1.4rem;
line-height: 30px;
line-height: 3.0rem;
}
label {
font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 300;
color: #404040;
line-height: 30px;
line-height: 3.0rem;
margin: 30px 0;
margin: 3rem 0;
word-break: keep-all;
}
h1 {
color: #292a2e;
font-size: 60px;
line-height: 60px;
}
h3 {
font-weight: 500;
}
h4,
h5,
h6 {
font-weight: 700;
}
p {
margin-bottom: 30px;
margin-bottom: 3rem;
}
b,
strong {
font-weight: 700;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
border-left: 5px solid #f96380;
color: #404040;
font-size: 20px;
font-size: 2.0rem;
font-weight: 400;
font-style: italic;
margin-bottom: 30px;
margin-bottom: 3rem;
padding: 15px 0 22px 33px;
padding: 1.5rem 0 2.2rem 3.3rem;
}
blockquote p {
margin-bottom: 15px;
margin-bottom: 1.5rem;
}
blockquote > p:last-child {
margin-bottom: 0;
}
blockquote cite,
blockquote small {
display: block;
color: #333;
font-size: 14px;
font-size: 1.4rem;
font-weight: 300;
margin-top: 22px;
margin-top: 2.25rem;
}
blockquote cite img {
width: 40px;
height: 40px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
margin-right: 15px;
margin-right: 1.5rem;
}
blockquote cite a {
font-weight: 900;
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote strong,
blockquote b {
font-weight: 900;
}
address {
font-style: italic;
margin: 0;
line-height: 22px;
line-height: 2.25rem;
margin-bottom: 30px;
margin-bottom: 3rem;
}
code,
kbd,
tt,
var,
samp,
pre {
font-family: Inconsolata, monospace;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre {
background-color: transparent;
background-color: rgba(0, 0, 0, 0.01);
border: 1px solid #989898;
border: 1px solid rgba(152, 152, 152, 0.6);
line-height: 22px;
line-height: 2.25rem;
margin-bottom: 30px;
margin-bottom: 3rem;
max-width: 100%;
overflow: auto;
padding: 15px;
padding: 1.5rem;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
abbr[title] {
border-bottom: 1px dotted #989898;
cursor: help;
letter-spacing: 1px;
}
mark,
ins {
background-color: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
*::selection {
background: none repeat scroll 0 0 #f96380;
color: #ffffff;
}
*::-moz-selection {
background: none repeat scroll 0 0 #f96380;
color: #ffffff;
} hr {
border: 1px solid #989898;
border: 1px solid rgba(152, 152, 152, 0.6);
border: 0;
height: 1px;
margin-bottom: 1.6em;
}
ul,
ol {
margin: 0;
margin-bottom: 30px;
margin-bottom: 3rem;
line-height: 37px;
line-height: 3.75rem;
}
ul {
list-style: disc;
}
ul ul {
list-style: square;
}
ul ul ul {
list-style: circle;
}
ol {
list-style: decimal;
margin-left: 22px;
margin-left: 2.25rem;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 22px;
margin-left: 2.25rem;
}
dl {
margin-bottom: 30px;
margin-bottom: 3rem;
}
dt, dd {
line-height: 22px;
line-height: 2.25rem;
}
dt {
font-weight: bold;
color: #404040;
}
dd {
margin-bottom: 30px;
margin-bottom: 3rem;
}
.entry-content ul li,
.comment-content ul li {
list-style:none;
}
.entry-content ul li:before,
.comment-content ul li:before {
color: #f96380;
font-family: 'Poppins', sans-serif;
content: "\2022";
font-size: 1.2em;
padding-right: 7px;
padding-right: 0.75rem;
position: relative;
top: 0.05em;
}
.entry-content ul ul li:before,
.comment-content ul ul li:before {
content: "\25E6";
}
.entry-content ul ul ul li:before,
.comment-content ul ul ul li:before {
content: "\25AA";
}
.entry-content ul ul ul ul li:before,
.comment-content ul ul ul ul li:before {
content: "\25AB";
}
.entry-content .unmarked-list ul,
.entry-content ul.unmarked-list {
list-style:none;
}
.entry-content .unmarked-list ul li:before,
.entry-content ul.unmarked-list li:before {
display: none;
}
.entry-content ol {
margin-left: 0;
list-style-type: none;
}
.entry-content ol li {
counter-increment: step-counter;
}
.entry-content ol li::before {
content: counter(step-counter);
margin-right: 8px;
font-size: 90%;
color: #f96380;
font-weight: bold;
}
.entry-content li > ol {
margin-left: 22px;
margin-left: 2.25rem;
}
.entry-content .unmarked-list ol,
.entry-content ol.unmarked-list {
margin-left: 22px;
margin-left: 2.25rem;
list-style-type: decimal;
}
.entry-content .unmarked-list ol li,
.entry-content ol.unmarked-list li {
counter-increment: none;
}
.entry-content .unmarked-list ol li::before,
.entry-content ol.unmarked-list li::before {
display: none;
}
table,
th,
td {
border: 1px solid #989898;
border: 1px solid rgba(152, 152, 152, 0.6);
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px;
margin: 0;
table-layout: fixed; width: 100%;
}
caption,
th,
td {
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
td {
border-width: 0 1px 1px 0;
}
th, td {
padding: 15px;
padding: 1.5rem;
line-height: 22px;
line-height: 2.25rem;
}
img {
-ms-interpolation-mode: bicubic;
border: 0;
height: auto;
max-width: 100%;
vertical-align: middle;
}
figure {
margin: 0;
}
figcaption {
font-weight: 400;
}
del {
opacity: 0.8;
}
legend {
color: #292a2e;
} ::-webkit-input-placeholder {
color: #808080;
font-family: 'Raleway', sans-serif;
}
:-moz-placeholder {
color: #808080;
font-family: 'Raleway', sans-serif;
}
::-moz-placeholder {
color: #808080;
font-family: 'Raleway', sans-serif;
opacity: 1; }
:-ms-input-placeholder {
color: #808080;
font-family: 'Raleway', sans-serif;
} button,
a.button,
input,
select,
textarea {
background-color: #fff;
color: #292a2e;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-size: 14px;
font-size: 1.4rem;
margin: 0;
max-width: 100%;
vertical-align: baseline;
font-weight: 300;
border: 0 none;
height: 60px;
}
.mc4wp-form input {
height: 60px;
padding-left: 40px !important;
padding-top: 9px !important;
}
input,
textarea {
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); outline: none !important;
border: 0 none;
}
input:focus,
textarea:focus {
outline: none !important;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
cursor: default;
opacity: 0.5;
}
button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"]  {
display: inline-block;
white-space: nowrap;
text-transform: uppercase;
font-size: 12px;
font-size: 1.2rem;
font-weight: 700;
padding: 0 17px 0 20px;
letter-spacing: 0.23rem;
height: 60px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
input[type="reset"],
input[type="reset"]:before {
opacity: 0.3;
}
a.button {
vertical-align: middle;
padding-top: 13px;
}
a.button[class*="iconed-button"] {
padding-top: 22px;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button.sqr-btn-1,
a.sqr-btn-1,
.sqr-btn-1 input[type="button"],
.sqr-btn-1 input[type="reset"],
.sqr-btn-1 input[type="submit"],
input[type="button"].sqr-btn-1,
input[type="reset"].sqr-btn-1,
input[type="submit"].sqr-btn-1{
background: none;
color: #fff;
border: 2px solid #fff;
}
.iconed-button-left:before,
.iconed-button-right:before,
.sqr-btn-1.iconed-button-left:before,
.sqr-btn-1.iconed-button-right:before {
color: #fff;
} button.sqr-btn-2,
a.sqr-btn-2,
.sqr-btn-2 input[type="button"],
.sqr-btn-2 input[type="reset"],
.sqr-btn-2 input[type="submit"],
input[type="button"].sqr-btn-2,
input[type="reset"].sqr-btn-2,
input[type="submit"].sqr-btn-2{
background: none;
color: #292a2e;
border: 2px solid #292a2e;
}
.sqr-btn-2.iconed-button-left:before,
.sqr-btn-2.iconed-button-right:before {
color: #292a2e;
} button.sqr-btn-3,
a.sqr-btn-3,
.sqr-btn-3 input[type="button"],
.sqr-btn-3 input[type="reset"],
.sqr-btn-3 input[type="submit"],
input[type="button"].sqr-btn-3,
input[type="reset"].sqr-btn-3,
input[type="submit"].sqr-btn-3{
background-color: #292a2e;
color: #fff;
border: 2px solid #292a2e;
}
.sqr-btn-3.iconed-button-left:before,
.sqr-btn-3.iconed-button-right:before {
color: #fff;
} button.sqr-btn-4,
a.sqr-btn-4,
.sqr-btn-4 input[type="button"],
.sqr-btn-4 input[type="reset"],
.sqr-btn-4 input[type="submit"],
input[type="button"].sqr-btn-4,
input[type="reset"].sqr-btn-4,
input[type="submit"].sqr-btn-4{
background-color: #fff;
color: #292a2e;
border: 2px solid #fff;
}
.sqr-btn-4.iconed-button-left:before,
.sqr-btn-4.iconed-button-right:before {
color: #f96380;
} button:enabled:hover,
a:enabled:hover,
input[type="button"]:enabled:hover,
input[type="reset"]:enabled:hover,
input[type="submit"]:enabled:hover {
color: #f96380;
} button[class*="circ-btn"],
a[class*="circ-btn"],
[class*="circ-btn"] input[type="button"],
[class*="circ-btn"] input[type="reset"],
[class*="circ-btn"] input[type="submit"],
input[type="button"][class*="circ-btn"],
input[type="reset"][class*="circ-btn"],
input[type="submit"][class*="circ-btn"] {
border: 0 none;
padding: 0 !important;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
vertical-align: middle;
}
.iconed-button-left[class*="circ-btn"]:before,
.iconed-button-right[class*="circ-btn"]:before {
margin: 0 !important;
left: 50%;
right: auto;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} button.size-1[class*="circ-btn"],
a.size-1[class*="circ-btn"],
[class*="circ-btn"].size-1 input[type="button"],
[class*="circ-btn"].size-1 input[type="reset"],
[class*="circ-btn"].size-1 input[type="submit"],
input.size-1[type="button"][class*="circ-btn"],
input.size-1[type="reset"][class*="circ-btn"],
input.size-1[type="submit"][class*="circ-btn"] {
width: 60px;
height: 60px;
}
button.iconed-button-left.size-1[class*="circ-btn"]:before,
button.iconed-button-right.size-1[class*="circ-btn"]:before {
margin-left: 2px !important;
} button.size-2[class*="circ-btn"],
a.size-2[class*="circ-btn"],
[class*="circ-btn"].size-2 input[type="button"],
[class*="circ-btn"].size-2 input[type="reset"],
[class*="circ-btn"].size-2 input[type="submit"],
input.size-2[type="button"][class*="circ-btn"],
input.size-2[type="reset"][class*="circ-btn"],
input.size-2[type="submit"][class*="circ-btn"] {
width: 30px;
height: 30px;
}
.iconed-button-left.size-2[class*="circ-btn"]:before,
.iconed-button-right.size-2[class*="circ-btn"]:before {
font-size: 20px;
}
button.iconed-button-left.size-2[class*="circ-btn"]:before,
button.iconed-button-right.size-2[class*="circ-btn"]:before {
margin-left: 1px !important;
} button.circ-btn-1,
a.circ-btn-1,
.circ-btn-1 input[type="button"],
.circ-btn-1 input[type="reset"],
.circ-btn-1 input[type="submit"],
input[type="button"].circ-btn-1,
input[type="reset"].circ-btn-1,
input[type="submit"].circ-btn-1{
background-color: #fff;
color: #292a2e;
}
.circ-btn-1.iconed-button-left:before,
.circ-btn-1.iconed-button-right:before {
color: #292a2e;
} button.circ-btn-2,
a.circ-btn-2,
.circ-btn-2 input[type="button"],
.circ-btn-2 input[type="reset"],
.circ-btn-2 input[type="submit"],
input[type="button"].circ-btn-2,
input[type="reset"].circ-btn-2,
input[type="submit"].circ-btn-2{
background-color: #f96380;
color: #fff;
}
.circ-btn-2.iconed-button-left:before,
.circ-btn-2.iconed-button-right:before {
color: #fff;
}
button.circ-btn-2.hover,
a.circ-btn-2.hover,
.circ-btn-2.hover input[type="button"],
.circ-btn-2.hover input[type="reset"],
.circ-btn-2.hover input[type="submit"],
input[type="button"].circ-btn-2.hover,
input[type="reset"].circ-btn-2.hover,
input[type="submit"].circ-btn-2.hover {
background-color: rgba(249, 99, 128, 0.5);
}
div.circ-btn-2.iconed-button-left:not(.disabled):hover:before,
div.circ-btn-2.iconed-button-right:not(.disabled):hover:before,
button.circ-btn-2.iconed-button-left:enabled:hover:before,
button.circ-btn-2.iconed-button-right:enabled:hover:before,
a.circ-btn-2.iconed-button-left:enabled:hover:before,
a.circ-btn-2.iconed-button-right:enabled:hover:before {
color: #fff;
}
.circ-btn-2 input[type="reset"],
input[type="reset"].circ-btn-2,
.circ-btn-2 input[type="reset"]:before,
input[type="reset"].circ-btn-2:before {
opacity: 1;
} button.circ-btn-3.size-1,
a.circ-btn-3.size-1,
.circ-btn-3.size-1 input[type="button"],
.circ-btn-3.size-1 input[type="reset"],
.circ-btn-3.size-1 input[type="submit"],
input[type="button"].circ-btn-3.size-1,
input[type="reset"].circ-btn-3.size-1,
input[type="submit"].circ-btn-3.size-1{
background: url(//www.laytonhealthandwellness.com/wp-content/themes/chiropractor/images/circ_btn_size_1.png) no-repeat center;
}
button.circ-btn-3.size-2,
a.circ-btn-3.size-2,
.circ-btn-3.size-2 input[type="button"],
.circ-btn-3.size-2 input[type="reset"],
.circ-btn-3.size-2 input[type="submit"],
input[type="button"].circ-btn-3.size-2,
input[type="reset"].circ-btn-3.size-2,
input[type="submit"].circ-btn-3.size-2{
background: url(//www.laytonhealthandwellness.com/wp-content/themes/chiropractor/images/circ_btn_size_2.png) no-repeat center;
}
.circ-btn-3.iconed-button-left:before,
.circ-btn-3.iconed-button-right:before {
color: #fff;
}
button.circ-btn-3.hover,
a.circ-btn-3.hover,
.circ-btn-3.hover input[type="button"],
.circ-btn-3.hover input[type="reset"],
.circ-btn-3.hover input[type="submit"],
input[type="button"].circ-btn-3.hover,
input[type="reset"].circ-btn-3.hover,
input[type="submit"].circ-btn-3.hover { }
div.circ-btn-3.iconed-button-left:not(.disabled):hover:before,
div.circ-btn-3.iconed-button-right:not(.disabled):hover:before,
button.circ-btn-3.iconed-button-left:enabled:hover:before,
button.circ-btn-3.iconed-button-right:enabled:hover:before,
a.circ-btn-3.iconed-button-left:enabled:hover:before,
a.circ-btn-3.iconed-button-right:enabled:hover:before {
color: rgba(255, 255, 255, 0.5);
}
.circ-btn-3 input[type="reset"],
input[type="reset"].circ-btn-3,
.circ-btn-3 input[type="reset"]:before,
input[type="reset"].circ-btn-3:before {
opacity: 1;
}
label {
margin-right: 15px;
margin-right: 1.5rem;
}
input[type="reset"] {
background-color: #434343;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea {
text-align: left;
width: 100%;
padding: 7px 7px 7px 41px;
padding: 0.75rem 0.75rem 0.75rem 4.1rem;
}
input[type="password"] {
text-align: left;
padding: 7px;
padding: 0.75rem;
letter-spacing: 3px;
}
.input-block-level {
margin-bottom: 1.125em;
}
textarea {
overflow: auto;
vertical-align: top;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
outline: 0;
}
input[type="checkbox"],
input[type="radio"] {
height: 30px;
margin: 0;
vertical-align: middle;
}
select {
text-align: left;
padding: 7px 22px;
padding: 0.75rem 2.25rem;
}
select, option {
line-height: 30px;
line-height: 3rem;
text-align: left;
}
.post-password-form {
position: relative;
}
.post-password-form label {
color: #707070;
color: rgba(51, 51, 51, 0.7);
display: block;
font-family: "Open Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
font-weight: 700;
line-height: 1.5;
text-transform: uppercase;
float: left;
}
.post-password-form input{
display: inline-block;
padding: 0.54em 0.625em !important;
margin: 0 5px !important;
font-size: 13px !important;
font-size: 1.3rem !important;
line-height: 17px !important;
line-height: 1.7rem !important;
max-width: 50px;
}
.post-password-form input[type="submit"] {
padding: 0.54em 1.0625em !important;
color: #292a2e;
border-color: #292a2e;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
}
.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
padding: 0;
}
.contact-form textarea {
width: 100% !important;
}
.contact-form input[type='text'], .contact-form input[type='email'] {
width: 50% !important;
}
.download_btn input,
.read_btn input,
.dnl_course_btn input {
margin: 0;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.mc4wp-form .download_btn input[type],
.mc4wp-form .read_btn input[type],
.mc4wp-form .dnl_course_btn input[type] {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.rt2-icon-chevron-small-down:before,
.rt2-icon-chevron-small-left:before,
.rt2-icon-chevron-small-right:before,
.rt2-icon-chevron-small-up:before {
font-size: 30px !important;
}  a {
color: #f96380;
text-decoration: none;
font-weight: 500;
}
a:hover,
a:focus {
color: rgba(249, 99, 128, 0.5);
text-decoration: none;
}
h1 a {
color: #292a2e;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: #404040;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: #f96380;
}  .menu-strip {
height: 120px;
background-color: #fff;
color: #dad6d5;
}
.menu-strip.slim {
height: 80px;
}
.menu-strip.header-sticky {
position: relative;
z-index: 1000;
width: 100%;
background-repeat: no-repeat;
background-position: left top;
}
body.home .sticky-wrapper.is-sticky {
height: 113px !important;
}
.sticky-wrapper.is-sticky {
height: 80px !important;
}
.create-menu {
padding-top: 15px;
}
.create-menu a {
color: #f96380;
font-weight: 300;
}
.create-menu a:hover {
color: rgba(193, 66, 64, 0.5);
}
.main-nav {
float: left;
font-weight: 400;
padding: 0 402px 0 402px;
}
.main-nav .menu,.main-nav .menu ul {
margin: 0;
padding:0;
font-size:12px;
font-size:1.2rem;
list-style:none;
}
.main-nav .menu ul {
margin:0 0 0 -20px;
}
.main-nav .menu ul li ul {
margin: 0;
}
.main-nav .menu li {
line-height:120px;
line-height:12.0rem;
position:relative;
}
.menu-strip.slim .main-nav .menu li {
line-height:80px;
line-height:8.0rem;
}
.main-nav .menu > li {
display:inline-block;
}
.main-nav .menu li a {
color: #2c2c2e;
font-family: 'Raleway', sans-serif;
font-weight: 600;
}
.main-nav .menu li.active > a,
.main-nav .menu li a:active,
.main-nav .menu li a:focus,
.main-nav .menu li a:hover {
color: #f96380;
}
.main-nav .menu > li + li {
margin-left: 24px;
}
.main-nav .menu > li + li:before {
color: #f96380;
font-family: 'Poppins', sans-serif;
content: "\2022";
margin-right: 30px;
font-size: 0.8em;
position: relative;
top: -0.15rem;
}
.main-nav .menu > li > a {
color: #2c2c2e;
text-transform:uppercase;
letter-spacing: 0.205em;
display:inline-block;
position:relative;
}
.main-nav .menu li ul {
min-width: 280px;
padding: 39px 40px;
background-color: rgba(0, 0, 0, 0.2);
z-index:2000;
display:block;
visibility:hidden;
opacity:0;
filter:alpha(opacity=0);
position:absolute;
left:0;
top: 121px;
transform:translate(0, 40px);
-moz-transform:translate(0, 40px);
-webkit-transform:translate(0, 40px);
-ms-transform:translate(0, 40px);
transition:visibility 0.2s ease 0.32s, opacity 0.3s ease-in-out 0.1s, transform 0.3s ease-in-out 0.1s;
-moz-transition:visibility 0.2s ease 0.32s, opacity 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
-webkit-transition:visibility 0.2s ease 0.32s, opacity 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
-ms-transition:visibility 0.2s ease 0.32s, opacity 0.3s ease-in-out 0.1s, -ms-transform 0.3s ease-in-out 0.1s;
text-align: left;
}
.menu-strip.slim .main-nav .menu li ul {
top: 81px;
}
.menu-strip.slim .main-nav .menu li li ul {
top: 0;
}
.main-nav .menu li ul {
background-color: #fff;
}
.main-nav .menu li:hover > ul {
overflow:visible;
opacity:1;
filter:alpha(opacity=100);
visibility:visible;
transform:translate(0, 0);
-moz-transform:translate(0, 0);
-webkit-transform:translate(0, 0);
-ms-transform:translate(0, 0);
}
.main-nav .menu li li ul {
background-color: #292a2e;
left: 240px;
top:0;
margin-top:-2px;
margin-left: 1px;
transform:translate(-40px, 0);
-moz-transform:translate(-40px, 0);
-webkit-transform:translate(-40px, 0);
-ms-transform:translate(-40px, 0);
}
.main-nav .menu li li:hover > ul {
transform:translate(0, 0);
-moz-transform:translate(0, 0);
-webkit-transform:translate(0, 0);
-ms-transform:translate(0, 0);
}
.main-nav .menu li li + li {
border-top: 1px solid #e5e5e5;
margin-top: 18px;
padding-top: 19px;
}
.main-nav .menu li li li + li {
border-color: #3f4043;
}
.main-nav .menu li li a {
display:block;
font-size:12px;
font-size:1.2rem;
line-height: 12px;
line-height: 1.2rem;
position:relative;
text-transform: uppercase;
letter-spacing: 1px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
letter-spacing: 0.205em;
}
.main-nav .menu li li+li a {padding-top:0;}
.main-nav .menu li li a:after {
width:100%;
height:100%;
padding:3px 20px;
font-size:13px;
font-size:1.3rem;
display:block;
cursor:pointer;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: rotateX(-89deg);
-ms-transform: rotateX(-89deg);
-moz-transform: rotateX(-89deg);
transform: rotateX(-89deg);
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.ie-lt-10 .menu li li a:after {
display:none;
}
.main-nav .menu li li a:hover {
color:#f96380;
}
.main-nav .menu li li li a {
color: #fff;
}
.main-nav > ul > li .dropdown .fa-angle-right,
.main-nav > ul > li .dropdown .fa-angle-left {
line-height: 20px;
line-height: 2.0rem;
}
.main-nav > ul > li .fa-heart-o {
font-size: 12px;
font-size: 1.2rem;
}
.head-menu-left {
min-width: 100px;
min-height: 60px;
position: absolute;
left: 0;
top: 0;
}
.head-menu-left-inner {
color: #292a2e;
position: relative;
min-width: 80px;
height: 143px;
width: 424px;
text-align: left;
text-transform: uppercase;
font-size: 20px;
font-size: 2.0rem;
font-weight: 300;
-webkit-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.head-menu-left.small img {
position: absolute;
left: 0;
top: 0;
width: 120px;
height: 143px;
}
.head-menu-left a {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 120px;
}
.menu-strip.slim .head-menu-left-inner {
height: 96px;
}
.menu-strip.slim .head-menu-left.small img {
width: 80px;
height: 95px;
}
.menu-strip.slim .head-menu-left a,
.menu-strip.slim .head-menu-left .menu-title {
height: 80px;
}
.menu-strip.slim .head-menu-left-inner img {
height: 95px;
}
.head-menu-left a:hover {
color: #f96380;
}
.head-menu-left .menu-title {
position: relative;
height: 120px;
left: 0;
top: 0;
}
.head-menu-left .menu-title .menu-title-inner {
display: block;
position: absolute;
left: 160px;
white-space: nowrap;
letter-spacing: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.menu-strip.slim .head-menu-left .menu-title .menu-title-inner {
left: 120px;
}
.menu-title-inner {
text-align: left;
margin-top: 1px;
}
.blogdescr {
color: #f96380;
font-size: 12px;
font-size: 1.2rem;
font-weight: 900;
letter-spacing: 0.2em;
line-height: 12px;
line-height: 1.2rem;
padding-bottom: 5px;
}
.blogname {
font-size: 30px;
font-size: 3.0rem;
font-weight: 300;
letter-spacing: 0.01em;
}
.logo-back {
background-color: #2e2e30;
position: absolute;
left: 0;
top: 0;
width: 120px;
height: 120px;
}
.menu-strip.slim .logo-back {
width: 80px;
height: 80px;
}
.menu-strip.slim .logo-back {
background: none;
}
.menu-strip .social-search-inner {
right: -100%;
width: 400px;
margin-right: 40px;
}
.menu-strip .social-search div {
text-align: right;
}
.menu-strip.slim .social-search .bottom {
display: none;
}
.menu-strip .social-search .phone {
margin-right: 20px;
}
.menu-strip .social-search .phone,
.menu-strip .social-search .phone span {
color: #2c2c2e;
font-family: 'Roboto', sans-serif;
font-size: 32px;
font-size: 3.2rem;
font-weight: 100;
letter-spacing: -0.045em;
}
.menu-strip .social-search .phone span {
color: #f96380;
}
.menu-strip .social-search .bottom {
margin-top: 14px;
}
.menu-strip .social-search .bottom,
.menu-strip .social-search .bottom a {
color: #989898;
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-size: 1.2rem;
font-weight: 400;
text-transform: uppercase;
line-height: 15px;
line-height: 1.5rem;
letter-spacing: 0.193em;
}
.menu-strip .social-search .bottom a {
color: #2c2c2e;
}
.menu-strip .social-search .bottom a:hover {
color: #f96380;
} .main-nav .menu > li.md-hidden {
display: none;
}
.main-nav .menu > li#more-li { right: 0;
top: 0;
display: inline-block;
color: #fff;
padding: 0 10px;
border-top-color: #f07983;
z-index: 10;
}
.main-nav .menu > li#more-li:hover {
color: #FC4E2B;
}
.main-nav .menu > li#more-li > ul {
left: auto;
right: 0;
}
.main-nav .menu > li#more-li > ul [class*=icon] {
display: none;
}
.main-nav .menu > li#more-li > ul li.dropdown a::after {
content: '\e7bd';
font-family: rt-icons-2;
position: relative;
width: 0;
left: -5px;
height: 0;
top: -1em;
color: #fff !important;
font-size: 1.2em;
}
.main-nav .menu > li#more-li > ul > li.dropdown a:hover::after {
color: #E14B2B;
}
.main-nav #more-li > ul li ul {
left: auto;
right: 100.5%;
}
.social-navigation.type-2,
.share-icons.type-2 {
list-style: none;
margin: 0;
}
.social-navigation.type-2 li,
.share-icons.type-2 li {
float: left;
height: 30px;
}
.social-navigation.type-2 li + li,
.share-icons.type-2 li + li {
margin-left: 5px;
}
.social-navigation.type-2 li a,
.share-icons.type-2 li a {
display: inline-block;
position: relative;
width: 30px;
height: 30px;
border: 0 none;
margin: 0;
padding: 0;
vertical-align: baseline;
background: url(//www.laytonhealthandwellness.com/wp-content/themes/chiropractor/images/circ_btn_size_2.png) no-repeat center;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.social-navigation.type-2 li a:before,
.share-icons.type-2 li a:before {
color: #fff;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding-right: 1px;
}
.social-navigation.rt-icons li a:before,
.share-icons.rt-icons li a:before {
font-family: 'rt-icons-2';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.social-navigation.type-2 li a:hover:before,
.share-icons.type-2 li a:hover:before {
color: #fff !important;
}
.share-icons.rt-icons li a:before {
padding-left: 2px;
}
.social-navigation.type-2.rt-icons li a[href*="facebook.com"]::before,
.share-icons.type-2.rt-icons li a[href*="facebook.com"]::before {
font-size: 24px !important;
}
.social-navigation.type-2.rt-icons li a[href*="twitter.com"]::before,
.share-icons.type-2.rt-icons li a[href*="twitter.com"]::before {
font-size: 25px !important;
padding-top: 1px;
padding-left: 1px;
}
.social-navigation.type-2.rt-icons li a[href*="plus.google.com"]::before,
.share-icons.type-2.rt-icons li a[href*="plus.google.com"]::before {
font-size: 25px !important;
padding-top: 2px;
}
.social-navigation.type-2.rt-icons li a[href*="skype.com"]::before,
.share-icons.type-2.rt-icons li a[href*="skype.com"]::before {
font-size: 17px !important;
padding-left: 1px;
}
.share-icons.type-2.rt-icons li a[href*="linkedin.com"]::before {
padding: 0 0 2px 2px;
} .header > .container {position: relative;}
.nav-button {
display: none;
position: relative;
text-align: center;
padding: 40px 0;
}
.menu-strip.slim .nav-button {
padding: 20px 0;
}
.mobile-menu {
cursor: pointer;
height: 40px;
width: 80px;
position: absolute;   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;
z-index: 10;
}
.mobile-menu-title {
width: 80px;
line-height: 40px;
line-height: 4.0rem;
font-size: 32px;
font-size: 3.2rem;
font-weight: 600;
color: #dad6d5;
text-transform: uppercase;
text-align: center;
display: inline-block;
}
.mobile-menu select,
.mobile-menu option {
color: #000000;
}
.post-navigation {
font-weight: 700;
margin-bottom: 60px;
}
.post-navigation a {
display: block;
padding: 10% 10% 11.5%;
}
.post-navigation span {
display: block;
}
.post-navigation .nav-next,
.post-navigation .nav-previous {
background-position: center;
background-size: cover;
position: relative;
}
.nav-links {
width: 100%;
}
.nav-previous, .nav-next {
width: 49.3%;
float: none;
vertical-align: top;
}
.nav-previous {
float: left;
}
.nav-next {
float: right;
}
.post-navigation .meta-nav {
font-family: 'Raleway', sans-serif;
color: #f96380 !important;
font-size: 14px !important;
font-size: 1.4rem !important;
font-weight: 700;
letter-spacing: 2px;
text-align: center;
line-height: 1.5;
position: relative;
text-transform: uppercase;
z-index: 2;
}
.post-navigation .post-title {
font-family: 'Raleway', sans-serif;
font-size: 24px !important;
font-size: 2.4rem !important;
font-weight: 600 !important;
text-align: center;
position: relative;
z-index: 2;
margin-top: 13px;
letter-spacing: -0.1px;
line-height: 29px !important;
height: 54px;
overflow: hidden;
}
.nav-links div:only-child {
width: 100%;
}
.nav-links .page-numbers {
margin: 0 5px;
}
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
margin: 0;
}
.nav-next {
text-align: right;
}
.post-navigation a:before {
content: "";
display: block;
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post-navigation a:hover:before,
.post-navigation a:focus:before {
opacity: 0.5;
}
.post-navigation .meta-nav {
opacity: 0.8;
}
.post-navigation div + div {
border-top: 1px solid #eaeaea;
border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.pagination {
display: block;
text-align: center;
}
.pagination .nav-links {
position: relative;
text-align: center;
padding-bottom: 40px;
} .pagination .current .screen-reader-text {
position: static !important;
}
.pagination .page-numbers {
display: none;
padding-top: 14px;
width: 40px;
height: 40px;
font-size: 14px !important;
font-size: 1.4rem !important;
font-family: 'Roboto', sans-serif;
font-weight: 700;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
padding-top: 13px;
}
.pagination .page-numbers.prev i:before, .pagination .page-numbers.next i:before {
font-weight: 600;
}
.pagination .page-numbers.next i:before {
padding-left: 2px;
}
.pagination .page-numbers.prev{
float: left;
}
.pagination .page-numbers.next{
float: right;
}
.pagination .page-numbers {
color: #292a2e;
background-color: #ffffff;
letter-spacing: 1px;
}
.pagination a.page-numbers:hover {
color: #ffffff;
background-color: #f96380;
}
.pagination .page-numbers.current {
text-transform: uppercase;
background-color: #f96380;
color: #fff;
}
.pagination .current {
display: inline-block;
font-weight: 700;
}
body.blog .pagination,
body.archive .pagination {
margin-top: 60px;
}
.image-navigation,
.comment-navigation {
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-size: 12px;
font-size: 1.2rem;
font-family: "Open Sans", sans-serif;
font-weight: 700;
line-height: 1.5;
text-transform: uppercase;
}
.image-navigation a,
.comment-navigation a {
color: #707070;
color: rgba(51, 51, 51, 0.7);
}
.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
color: #333;
}
.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
display: inline-block;
}
.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
content: "\2215";
font-weight: 400;
margin: 0 0.7em;
}
.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
content: "\f430";
margin-right: 0.2em;
position: relative;
}
.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
content: "\f429";
margin-left: 0.2em;
position: relative;
}
.comment-navigation {
border-top: 1px solid #eaeaea;
border-top: 1px solid rgba(51, 51, 51, 0.1);
border-bottom: 1px solid #eaeaea;
border-bottom: 1px solid rgba(51, 51, 51, 0.1);
padding: 2em 0;
}
.comments-title + .comment-navigation {
border-bottom: 0;
}
.image-navigation {
padding: 0 7.6923%;
}
.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
margin-bottom: 2em;
} .social-search {
position: absolute;
right: 0;
}
.site-footer.dark .social-navigation li a {
color: #fff; }
.social-navigation li a.hidden {
display: none; } .social-navigation li a[href*="facebook.com"]::before,
.share-icons li a[href*="facebook.com"]:before {
content: '\0046'; }
.social-navigation.rt-icons li a[href*="facebook.com"]::before,
.share-icons.rt-icons li a[href*="facebook.com"]:before {
content: '\e6e1'; }
.social-navigation li a:hover[href*="facebook.com"]::before {
color: #3b5998; }
.footer .widget_nav_menu a[href*="facebook.com"],
.shop-single-item-share .share-icons li a[href*="facebook.com"],
.social-navigation.type-2 li a:hover[href*="facebook.com"],
.share-icons.type-2 li a:hover[href*="facebook.com"] {
background: #3b5998; } .social-navigation li a[href*="twitter.com"]::before,
.share-icons li a[href*="twitter.com"]:before {
content: '\004c'; }
.social-navigation.rt-icons li a[href*="twitter.com"]::before,
.share-icons.rt-icons li a[href*="twitter.com"]:before {
content: '\e6e0'; }
.social-navigation li a:hover[href*="twitter.com"]::before {
color: #33ccff; }
.footer .widget_nav_menu a[href*="twitter.com"],
.shop-single-item-share .share-icons li a[href*="twitter.com"],
.social-navigation.type-2 li a:hover[href*="twitter.com"],
.share-icons.type-2 li a:hover[href*="twitter.com"] {
background: #33ccff; } .social-navigation li a[href*="plus.google.com"]::before,
.share-icons li a[href*="plus.google.com"]:before {
content: '\0047'; }
.social-navigation.rt-icons li a[href*="plus.google.com"]::before,
.share-icons.rt-icons li a[href*="plus.google.com"]:before {
content: '\ea87'; }
.social-navigation li a:hover[href*="plus.google.com"]::before {
color: #dd4b39; }
.footer .widget_nav_menu a[href*="plus.google.com"],
.shop-single-item-share .share-icons li a[href*="plus.google.com"],
.social-navigation.type-2 li a:hover[href*="plus.google.com"],
.share-icons.type-2 li a:hover[href*="plus.google.com"] {
background: #dd4b39; } .social-navigation li a[href*="linkedin.com"]::before,
.share-icons li a[href*="linkedin.com"]:before {
content: '\0049'; }
.social-navigation.rt-icons li a[href*="linkedin.com"]::before,
.share-icons.rt-icons li a[href*="linkedin.com"]:before {
content: '\e6ec'; }
.social-navigation li a:hover[href*="linkedin.com"]::before {
color: #069; }
.footer .widget_nav_menu a[href*="linkedin.com"],
.shop-single-item-share .share-icons li a[href*="linkedin.com"],
.social-navigation.type-2 li a:hover[href*="linkedin.com"],
.share-icons.type-2 li a:hover[href*="linkedin.com"] {
background: #069; } .social-navigation li a[href*="youtube.com"]::before,
.share-icons li a[href*="youtube.com"]:before {
content: '\ea99';
font-size: 120%;
font-family: 'rt-icons-2';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.social-navigation.rt-icons li a[href*="youtube.com"]::before,
.share-icons.rt-icons li a[href*="youtube.com"]:before {
content: '\ea99'; }
.social-navigation li a:hover[href*="youtube.com"]::before {
color: #069; }
.footer .widget_nav_menu a[href*="youtube.com"],
.shop-single-item-share .share-icons li a[href*="youtube.com"],
.social-navigation.type-2 li a:hover[href*="youtube.com"],
.share-icons.type-2 li a:hover[href*="youtube.com"] {
background: #069; } .social-navigation li a[href*="instagram.com"]::before,
.share-icons li a[href*="instagram.com"]:before {
content: '\e6b2';
font-size: 60%;
padding-top: 4px;
font-family: 'rt-icons-2';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.social-navigation.rt-icons li a[href*="instagram.com"]::before,
.share-icons.rt-icons li a[href*="instagram.com"]:before {
content: '\e6b2'; }
.social-navigation li a:hover[href*="instagram.com"]::before {
color: #3f729b; }
.footer .widget_nav_menu a[href*="instagram.com"],
.shop-single-item-share .share-icons li a[href*="instagram.com"],
.social-navigation.type-2 li a:hover[href*="instagram.com"],
.share-icons.type-2 li a:hover[href*="instagram.com"] {
background: #3f729b; } .social-navigation li a[href*="pinterest.com"]::before,
.share-icons li a[href*="pinterest.com"]:before {
content: '\0050'; }
.social-navigation.rt-icons li a[href*="pinterest.com"]::before,
.share-icons.rt-icons li a[href*="pinterest.com"]:before {
content: '\e6eb'; }
.social-navigation li a:hover[href*="pinterest.com"]::before {
color: #c8232c; }
.footer .widget_nav_menu a[href*="pinterest.com"],
.shop-single-item-share .share-icons li a[href*="pinterest.com"],
.social-navigation.type-2 li a:hover[href*="pinterest.com"],
.share-icons.type-2 li a:hover[href*="pinterest.com"] {
background: #c8232c; } .social-navigation li a[href*="vimeo.com"]::before,
.share-icons li a[href*="vimeo.com"]:before {
content: '\0056'; }
.social-navigation.rt-icons li a[href*="vimeo.com"]::before,
.share-icons.rt-icons li a[href*="vimeo.com"]:before {
content: '\e6e8'; }
.social-navigation li a:hover[href*="vimeo.com"]::before {
color: #1AB7EA; }
.footer .widget_nav_menu a[href*="vimeo.com"],
.shop-single-item-share .share-icons li a[href*="vimeo.com"],
.social-navigation.type-2 li a:hover[href*="vimeo.com"],
.share-icons.type-2 li a:hover[href*="vimeo.com"] {
background: #1AB7EA; } .social-navigation li a[href*="skype.com"]::before,
.share-icons li a[href*="skype.com"]:before {
content: '\0046'; }
.social-navigation.rt-icons li a[href*="skype.com"]::before,
.share-icons.rt-icons li a[href*="skype.com"]:before {
content: '\eac6'; }
.social-navigation li a:hover[href*="skype.com"]::before {
color: #00aff0; }
.footer .widget_nav_menu a[href*="skype.com"],
.shop-single-item-share .share-icons li a[href*="skype.com"],
.social-navigation.type-2 li a:hover[href*="skype.com"],
.share-icons.type-2 li a:hover[href*="skype.com"] {
background: #00aff0; } .social-navigation li a[href$=".rss"]::before,
.share-icons li a[href$=".rss"]:before {
content: '\0052'; }
.social-navigation.rt-icons li a[href$=".rss"]::before,
.share-icons.rt-icons li a[href$=".rss"]:before {
content: '\e705'; }
.social-navigation li a:hover[href$=".rss"]::before {
color: #FF6600; }
.footer .widget_nav_menu a[href$=".rss"],
.shop-single-item-share .share-icons li a[href$=".rss"],
.social-navigation.type-2 li a:hover[href$=".rss"],
.share-icons.type-2 li a:hover[href$=".rss"] {
background: #FF6600; } .go-home-field:before,
form.mc4wp-form .iconed-field-right:before {
cursor: pointer;
}  .says,
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
} .site .skip-link {
background-color: #f1f1f1;
color: #21759b;
display: block;
font: bold 14px/normal "Open Sans", sans-serif;
left: -9999em;
outline: none;
padding: 15px 23px 14px;
text-decoration: none;
text-transform: none;
top: -9999em;
}
.logged-in .site .skip-link {
font: bold 14px/normal "Open Sans", sans-serif;
}
.site .skip-link:focus {
clip: auto;
height: auto;
left: 6px;
top: 7px;
width: auto;
z-index: 100000;
} .alignleft {
display: inline;
float: left;
}
.alignright {
display: inline;
float: right;
}
.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
clear: both;
margin-top: 0.4em;
margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2em;
} .clear:before,
.clear:after,
.site:before,
.site:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
content: "";
display: table;
}
.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
clear: both;
} .logo-bar {
background-color: #ecedef;
}
.logo {
text-align: center;
}
.logo img.logo_big {
max-height: 208px;
}
.logo > a {
display: inline-block;
margin: 0 0 42px;
}
.sticky-wrapper {
height: auto !important;
}
.sticky-wrapper .logo-bar, .sticky-wrapper .bottom-strip {
width: 100%;
}
.after-logo, .before-logo {
display: inline-block;
vertical-align: top;
}
.before-logo {
height: 134px;
}
.overlogo {
margin-top: 30px;
margin-left: 55px;
margin-bottom: -13px;
max-height: 50px;
}
.logo-underline {
max-height: 35px;
margin-bottom: 40px;
margin-right: 15px;
} .secondary {
padding-bottom: 30px;
}
.is_stuck {
margin-top: 50px;
}
.sleft .is_stuck {
float: left;
}
.widget {
color: #808080;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
margin: 0 auto;
width: 100%;
}
.widget pre {
}
.widget button,
.widget input,
.widget select,
.widget textarea {
line-height: 1.5;
}
.widget button,
.widget input {
line-height: normal;
}
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
font-size: 13px;
font-size: 1.3rem;
padding: 0.7917em 1.5833em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
padding: 0.375em;
}
.widget-title {
color: #292a2e;
font-family: "Raleway", sans-serif;
text-transform: uppercase;
font-size: 30px;
font-size: 3.0rem;
font-weight: 300;
margin: -7px 0 33px;
line-height: 25px;
line-height: 3.6rem;
text-align: center;
letter-spacing: 6px;
word-break: keep-all;
}
.widget > :last-child {
margin-bottom: 0;
}
.widget_calendar #calendar_wrap {
position: relative;
}
.widget_calendar h4 ~ #calendar_wrap {
margin-top: 95px
}
.widget_calendar #wp-calendar {
background-color: transparent;
width: 100%;
border-color: #ddd;
border-collapse: collapse;
border: 0 none;
}
.widget_calendar #wp-calendar caption {
position: relative;
background-color: #f96380;
text-align: center;
font-size: 17px;
font-size: 1.7rem;
font-weight: 500;
letter-spacing: 0.02em;
color: #fff;
z-index: 9;
height: 37px;
line-height: 37px;
}
.widget_calendar #wp-calendar th, .widget_calendar #wp-calendar td {
text-align: center;
padding: 0;
font-size: 12px;
font-size: 1.2rem;
line-height: 2;
border-color: #ddd;
line-height: 35px;
}
.widget_calendar #wp-calendar td {
background-color: #f9f9f9;
}
.widget_calendar #wp-calendar th {
border: 0 none;
background-color: #292a2e;
line-height: 37px;
}
.widget_calendar #wp-calendar .pad,
.widget_calendar #wp-calendar #prev,
.widget_calendar #wp-calendar #next {
background-color: transparent;
}
.widget_calendar #wp-calendar th#today, .widget_calendar #wp-calendar td#today {
font-weight: 700;
background-color: #f96380;
}
.widget_calendar #wp-calendar th#today, .widget_calendar #wp-calendar td#today,
.widget_calendar #wp-calendar th#today a, .widget_calendar #wp-calendar td#today a {
color: #292a2e;
}
.widget_calendar #wp-calendar thead th {
color: #fff;
font-weight: 700;
padding: 0 6px;
font-size: 11px;
font-size: 1.1rem;
}
.widget_calendar #wp-calendar tbody tr {
border: 1px solid #ddd;
}
.widget_calendar #wp-calendar tbody td a {
color: #292a2e;
font-weight: 700;
display: block;
background-color: #fff;
}
.widget_calendar #wp-calendar tbody td a:hover {
color: rgba(193, 66, 64, 0.5);
}
.widget_calendar #wp-calendar tfoot {
border: 1px solid #f96380;
background-color: #f96380;
}
.widget_calendar #wp-calendar tfoot td {
border: 0;
padding: 0 6px;
line-height: 32px;
font-size: 15px;
font-size: 1.5rem;
}
.widget_calendar #wp-calendar tfoot td a {
color: #fff;
}
.widget_calendar #wp-calendar tfoot td a:hover {
color: rgba(55, 52, 47, 0.5);
}
.widget_calendar #wp-calendar tfoot td#prev {
text-align: left
}
.widget_calendar #wp-calendar tfoot td#next {
text-align: right
}
.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a {
border: 0;
color: #f96380;
}
.widget_archive a:hover,
.widget_categories a:hover,
.widget_links a:hover,
.widget_meta a:hover,
.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_recent_comments a:hover {
border: 0;
color: rgba(193, 66, 64, 0.5);
}
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
list-style: none;
margin: 0;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu ul:not(.social-navigation) li,
.widget_pages li,
.widget_recent_comments li {
padding: 0.7667em 0;
position: relative;
border-bottom: 1px solid #ecedef;
}
.widget_archive li a:before,
.widget_categories li a:before,
.widget_links li a:before,
.widget_meta li a:before,
.widget_nav_menu ul:not(.social-navigation) li a:before,
.widget_pages li a:before {
font-family: "rt-icons-2";
content: "\e7be";
font-size: 15px;
color: #f96380;
position: absolute;
right: 10px;
margin-top: 1px;
}
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
padding-top: 0;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
padding-bottom: 0;
border: 0 none;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
margin: 0.7667em 0 0 0.8em;
padding-top: 0.7667em;
}
.widget .recentcomments .author-avatar img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
float: left;
}
.widget .recentcomments .comment-author-link, .widget .recentcomments .comment-datetime {
font-size: 17px !important;
font-size: 1.7rem !important;
}
.rev_slider .zeus .tp-bullet {
border-color: #fff;
border-width: 2px;
height: 6px;
width: 6px;
}
.rev_slider .tp-bullet.selected,
.rev_slider .tp-bullet:hover {
border-color: #f96380;
}
.rev_slider .zeus .tp-bullet::after {
background: none !important;
}
.rev_slider .zeus.tparrows::before {
color: #fff;
}
[class*="ts-big"] {
white-space: nowrap !important;
}
.ts-btn {
letter-spacing: 0.23rem !important;
}
.ts-btn:not(.ts-about) {
padding-left: 2px !important;
}
.revslider-btn--main-color{
-webkit-transition: all 0.3s ease !important;
-moz-transition: all 0.3s ease !important;
-o-transition: all 0.3s ease !important;
transition: all 0.3s ease !important;
}
.services-carousel-frontpage .widget_services_carousel {
padding: 0 15px;
}
.widget_rss ul {
list-style: none;
margin: 0;
}
.widget_rss li {
margin-bottom: 2.7em;
}
.widget_rss ul:last-child,
.widget_rss li:last-child {
margin-bottom: 0;
}
.widget_rss .rsswidget {
border: 0;
font-weight: 400;
}
.widget_rss .widget-title .rsswidget {
font-weight: 100;
}
.widget_rss .rsswidget img {
margin-top: -4px;
}
.widget_rss .rss-date,
.widget_rss cite {
font-family: "Open Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
font-style: normal;
display: block;
line-height: 2;
opacity: 0.8;
}
.widget_rss .rss-date {
margin-bottom: 1.2em;
}
.textwidget > :last-child {
margin-bottom: 0;
}
.textwidget a:hover,
.textwidget a:focus {
border-bottom: 0;
}
.widget_search label {
width: 100%;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.widget_recent_entries_slider .owl-controls .owl-nav .owl-prev i:before,
.widget_recent_entries_slider .owl-controls .owl-nav .owl-next i:before {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.widget.widget_recent_entries_carousel .post-bg {
display: block;
height: 248px;
top: 0;
left: 0;
padding: 0;
margin: 0;
text-align: left;
}
.widget_recent_comments .comment-author-link a {
color: #292a2e;
}
.widget_recent_comments .comment-author-link a:hover {
color: rgba(55, 52, 47, 0.5);
}
.widget_recent_comments .author-avatar img {
margin-right: 30px;
}
.widget.widget_text strong {
font-weight: 500;
color: #292a2e;
}
.widget_nav_menu ul:not(.social-navigation) li:last-child {
border-bottom: 0 none;
padding-bottom: 0;
}
.widget_recent_entries_slider .owl-carousel .item,
.widget_recent_entries_slider .posts-slider__content,
.widget_recent_entries_slider .posts-slider__table,
.widget_recent_entries_slider .posts-slider__cell,
.widget_recent_entries_slider .posts-slider__image{
min-height: 400px;
}
.blog-slider .owl-carousel .item,
.blog-slider .posts-slider__content,
.blog-slider .posts-slider__table,
.blog-slider .posts-slider__cell,
.blog-slider .posts-slider__image{
height: 600px;
}
.widget_recent_entries_slider .post-author {
display: inline-block;
border-bottom: 3px solid #f96380;
padding: 19px 15px 10px;
margin-bottom: 28px;
color: #fff;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 3px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.widget_recent_entries_slider .post-author:hover {
border-width: 2px;
}
.blog-slider .posts-slider__title a {
font-size: 70px;
font-size: 7.0rem;
line-height: 70px;
}
.widget_recent_entries_slider .read-more-btn {
margin: 30px 0;
}
.widget_recent_entries_slider .owl-carousel .owl-controls {
display: block;
} .sidebar-before-footer > .widget:last-child {
margin-bottom: 80px;
}
.blog-sidebar-after-header,
.blog-sidebar-before-footer {
background-color: #fff;
}
.blog-sidebar-after-header > .widget:first-child {
padding-top: 60px;
}
.blog-sidebar-after-header > .widget:last-child {
padding-bottom: 60px;
}
.blog-sidebar-before-footer > .widget:first-child {
padding-top: 100px;
}
.blog-sidebar-before-footer > .widget:last-child {
padding-bottom: 100px;
}
.sidebar-before-content > .widget:last-child {
margin-bottom: 80px;
}
.sidebar-after-content > .widget:first-child {
margin-top: 80px;
}
.sidebar-before-loop > .widget:last-child {
margin-bottom: 60px;
}
.sidebar-after-loop > .widget:first-child {
margin-top: 60px;
}
.widget + .widget {
margin-top: 60px;
} .widget_mc4wp_widget {
padding: 30px;
}
.secondary > .widget-area > aside.widget_mc4wp_widget {
background-color: #ededed;
}
.widget_mc4wp_widget .mc4wp-form {
margin: 0;
}
.widget_mc4wp_widget .mc4wp-form input[type=email] {
display: inline-block;
}
.widget_mc4wp_widget .mc4wp-form input[type=submit] {
display: inline-block;
width: 30%;
}
.mailchimp-title {
text-align: center;
margin: 0 0 21px 0;
}
.widget-title.mailchimp-title:before {
content: none;
}
.widget.widget_mc4wp_widget p {
margin-bottom: 4px;
}
.widget_mc4wp_widget p  label {
font-weight: 100;
color: #dad6d5;
margin: 0 0 15px;
text-align: left;
}
.mc4wp-form input[type=date],
.mc4wp-form input[type=email],
.mc4wp-form input[type=tel],
.mc4wp-form input[type=text],
.mc4wp-form input[type=url],
.mc4wp-form select,
.mc4wp-form textarea {
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
background-image: none;
text-shadow: none;
}
.mc4wp-form button,
.mc4wp-form input[type=button],
.mc4wp-form input[type=submit] {
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border: 0 none !important;
color: #dad6d5 !important;
}
.mc4wp-form button:active,
.mc4wp-form button:focus,
.mc4wp-form button:hover,
.mc4wp-form input[type=submit]:active,
.mc4wp-form input[type=submit]:focus,
.mc4wp-form input[type=submit]:hover {
border: 0 none !important;
color: rgba(218, 214, 213, 0.5) !important;
}
.mc4wp-form > .mc4wp-form-fields > [class*="iconed-field"],
.mc4wp-form > .mc4wp-form-fields > [class*="iconed-field"] input {
width: 100% !important;
max-width: 100% !important;
}
.secondary .widget + .widget {	
margin-top: 73px;
}
.secondary select {
width: 100%;
padding: 0 10px;
}
.secondary button,
.secondary input {
background-color: #ecedef;
}
.secondary input[type="text"],
.secondary input[type="email"],
.secondary input[type="url"],
.secondary input[type="password"],
.secondary input[type="search"],
.secondary textarea,
.secondary select {
background-color: #fff;
}
.secondary .widget_mc4wp_form_widget {
background-color: #292a2e;
}
.secondary .widget_mc4wp_form_widget .subscribe-desc {
color: #989898;
font-weight: 400;
}
.secondary .widget_mc4wp_form_widget .mc4wp-form {
margin: 0;
padding: 0 40px 20px;
}
.secondary .widget_mc4wp_form_widget .widget-title {
margin: 0;
padding: 29px 40px 28px;
color: #fff;
letter-spacing: 0;
}
.secondary .widget_mc4wp_form_widget .mc4wp-form input {
height: 50px;
margin-bottom: 21px;
background-color: #fff;
}
.mc4wp-alert {
color: #fff !important;
margin-top: 22px;
padding: 10px;
text-align: center;
line-height: 22px;
line-height: 2.2rem;
}
.mc4wp-alert p:last-of-type {
margin-bottom: 0;
}
.mc4wp-alert.mc4wp-success {
background-color: #468847;
}
.mc4wp-alert.mc4wp-notice {
background-color: #3a87ad;
}
.mc4wp-alert.mc4wp-error {
background-color: #CD5C5C;
}
.social-widget-side .widget-title {
letter-spacing: 0;
}
.banner-side {
background-color: #fff;
padding: 35px;
}
.banner-side .banner-strip__row {
padding: 0;
}
.banner-side .banner-strip__3,
.banner-side .banner-strip__2,
.banner-side .banner-strip__1 {
padding: 0;
}
.widget_tag_cloud .tagcloud {
text-align: center;
}
.special-side {
border: 1px solid rgba(50, 50, 50, 0.1);
padding: 38px 40px;
}
.secondary select {
background-color: #fff;
height: 50px;
}
.widget_tag_cloud a {
color: #292a2e;
background-color: #fff;
font-size: 14px !important;
font-size: 1.4rem !important;
display: inline-block;
margin-bottom: 9px;
padding: 5px 20px;
text-transform: uppercase; letter-spacing: 3px;
}
.widget_tag_cloud a:hover {
color: #f96380;
}
.widget_tag_cloud a + a {
margin-left: 5px;
}
.special-side .widget-title {
margin-bottom: 25px;
}
.special-side [class*=custom-select] {
width: 100%;
}
.special-side [class*=custom-select] select {
padding-left: 20px;
}
.widget_edd_product_details > * {
margin: 10px 0;
}
ul.edd-cart,
ul.edd-cart li {
list-style: none !important;
}
.widget_content_recent_entries ul {
list-style: none;
margin: 0;
}
.widget_content_recent_entries ul li {
margin: 15px 0;
}
.widget_content_recent_entries ul li img {
margin-right: 15px;
}
.widget_content_recent_entries ul li a {
color: #292a2e;
}
.widget_content_recent_entries ul li a:hover {
color: rgba(55, 52, 47, 0.5);
}
.apsc-theme-2 {
margin-bottom: -5px !important;
}
.apsc-theme-2 .apsc-each-profile {
width: 100px;
margin: 0 0 5px;
}
.apsc-theme-2 .apsc-each-profile .apsc-inner-block {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.apsc-theme-2 .apsc-each-profile:hover .apsc-inner-block {
opacity: 0.7;
}
.apsc-theme-2 .apsc-each-profile + .apsc-each-profile {
margin-left: 5px;
}
.apsc-theme-2 .apsc-each-profile,
.apsc-theme-2 .apsc-each-profile a {
min-height: 100px;
}
.apsc-theme-2 .apsc-each-profile a,
.apsc-theme-2 .apsc-inner-block {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.apsc-theme-2 .apsc-each-profile a:hover{
transform: none;
-webkit-transform: none;
-ms-transform: none;
}
.apsc-theme-2 .apsc-inner-block {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
}
.apsc-theme-2 .social-icon {
margin-bottom: 2px;
}
.apsc-theme-2 .social-icon .fa {
font-size: 34px;
font-size: 3.4rem;
}
.apsc-theme-2 .apsc-count {
font-family: 'Roboto', sans-serif;
font-size: 20px;
font-size: 2.0rem;
font-weight: 900;
margin-bottom: 5px;
}
.apsc-theme-2 .apsc-media-type {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-size: 1.4rem;
font-weight: 100;
text-transform: uppercase;
}  .site {
padding-top: 100px;
padding-bottom: 100px;
}
.entry-header {
position: relative;
padding: 0 40px;
text-align: center;
}
body.archive .entry-header,
body.search .entry-header {
margin-bottom: 46px;
padding: 0;
}
body.archive .entry-header .entry-title,
body.search .entry-header .entry-title {
font-size: 30px;
font-size: 3.0rem;
font-weight: 300;
}
.hentry .entry-content.none {
padding: 0;
}
.entry-header h2 {
font-weight: 100;
}
.post-content p:last-of-type {
margin-bottom: 15px;
margin-bottom: 1.5rem;
} .hentry {
position: relative;
}
.hentry + .hentry {
margin-top: 60px;	
}
.hentry .entry-content {
padding: 30px 40px 12px;
}
.hentry.no-head-media .entry-content h1 {
margin-top: 0 !important;
}
.cat-links, .tags-links, .posted-on, .more-link {
text-transform: uppercase;
font-weight: 400;
}
.cat-links {
margin: 29px 0 35px;
line-height: 15px;
line-height: 1.5rem;
}
.tags-links {
letter-spacing: 1px;
font-size: 12px;
font-size: 1.2rem;
}
.more-link {
font-weight: 600;
}
.cat-links a,
.hentry-sub .cat-links a {
color: #f96380 !important;
font-size: 14px;
font-size: 1.4rem;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.3rem;
} .hentry-badge {
position: absolute;
left: 0;
top: 0;
z-index: 1;
width: 60px;
text-align: center;
}
.hentry-badge a,
.hentry-badge a span,
.hentry-badge div,
.hentry-badge div span {
display: block;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-size: 1.4rem;
font-weight: 300;
}
.hentry-badge .badge-date {
height: 60px;
background: #f96380 url(//www.laytonhealthandwellness.com/wp-content/themes/chiropractor/images/hentry-badge.png) top left no-repeat;
}
.hentry-badge .badge-date > * {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.hentry-badge .badge-date:hover > * {
opacity: 0.5;
}
.hentry-badge .badge-day {
color: #fff;
font-size: 42px;
font-size: 4.2rem;
line-height: 38px;
padding-top: 3px;
}
.hentry-badge .badge-month {
color: #292a2e;
text-transform: uppercase;
line-height: 14px;
padding-top: 1px;
}
.hentry-badge .badge-comments {
height: 20px;
background-color: #292a2e;
color: #fff;
line-height: 14px;
padding-top: 3px;
}
.hentry-badge .badge-comments * {
display: inline-block;
}
.hentry-badge .badge-comments i {
color: #f96380;
vertical-align: middle;
margin-bottom: 2px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.hentry-badge a.badge-comments:hover i {
opacity: 0.5;
}
.badge-to-right .hentry-badge {
left: auto;
right: 0;
top: 0;
}
.excerpt.featured .hentry-badge {
left: -2px;
top: -2px;
}
.excerpt.featured.badge-to-right .hentry-badge {
left: auto;
right: -2px;
top: -2px;
} .post-controls {
position: relative;
background-color: #fff;
margin: 23px 0 43px;
}
body.single .post.format-video.no-head-media .post-controls {
margin-top: 0;
}
.excerpt .post-controls {
background-color: #ecedef;
}
.post-controls > div {
height: 50px;
position: relative;
}
.post-controls > div > * {
display: block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
}
.post-controls > div > *,
.post-controls > div strong,
.post-controls > div span {
font-family: 'Roboto', sans-serif;
font-size: 15px;
font-size: 1.5rem;
}
.post-controls > div i {
font-size: 24px;
font-size: 2.4rem;
}
.post-controls .pctrl-left {
float: left;
}
.post-controls .pctrl-right {
float: right;
}
.post-controls .pctrl-abs-right {
position: absolute;
right: 0;
top: 0;
width: auto;
}
.post-controls .pctrl-abs-right > div {
height: 50px;
position: relative;
padding-top: 10px;
}
.post-controls .pctrl-social-btn {
background-color: #404040;
color: #fff;
width: 50px;
cursor:pointer;
}
.post-controls .pctrl-social-btn i {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post-controls .pctrl-social-btn:hover i {
color: rgba(255, 255, 255, 0.5);
}
.post-controls .pctrl-social {
position: absolute;
z-index: 1;
margin-left: 50px;
background: #fff;
width: 0;
overflow: hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.excerpt .post-controls .pctrl-social {
background: #ecedef;
}
.post-controls .pctrl-social-btn div {
padding-left: 2px;
padding-top: 7px;
}
.post-controls .pctrl-social ul {
padding-top: 2px;
}
.post-controls .pctrl-social .share-icons {
position: absolute;
left: -170px;
line-height: 1;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post-controls .pctrl-like-btn {
width: 50px;
border-right: 1px solid #ebeaea;
padding-top: 6px;
}
.post-controls .pctrl-like-btn i {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post-controls .pctrl-like-btn:hover i {
color: rgba(249, 99, 128, 0.5);
}
.excerpt .post-controls .pctrl-like-btn {
border-color: #d4d5d7;
}
.post-controls.active .pctrl-social {
width: 130px;
}
.post-controls.active .pctrl-social .share-icons {
left: 12px;
}
.excerpt .post-controls .pctrl-social .share-icons li a {
color: rgba(64, 64, 64, 0.6);
}
.excerpt .post-controls .pctrl-social .share-icons li a:hover {
color: rgba(64, 64, 64, 0.3);
}
.post-controls.active .pctrl-like-btn {
border-left: 1px solid #ebeaea;
}
.excerpt .post-controls.active .pctrl-like-btn {
border-color: #d4d5d7;
}
.post-controls .pctrl-like-btn a {
vertical-align: middle;
line-height: 1;
}
.post-controls .pctrl-like-btn i {
color: #f96380;
}
.post-controls .pctrl-like,
.post-controls .pctrl-comment a {
color: #808080;
}
.post-controls .pctrl-view {
background-color: #f96380;
color: #fff;
font-weight: 100;
padding: 0 30px;
}
.post-controls .pctrl-view strong {
font-weight: 900;
}
.post-controls .pctrl-like,
.post-controls .pctrl-comment {
padding: 0 20px;
}
.post-controls .pctrl-comment a:hover {
color: #292a2e;
}
.post-controls .pctrl-comment {
display: none;
} body.single .hentry,
body.single .comments-area,
body.single .page-links {
margin-bottom: 5px;
}
body.single .hentry.post .entry-content {
padding-bottom: 0;
}
.posted-on {
display: inline-block;
}
.posted-on a {
color: #292a2e;
}
.entry-content > .posted-on {
margin-bottom: 30px;
}
.entry-content > .posted-on, .tags-links {
text-transform: none;
}
.tags-links {
color: #f96380;
}
.entry-content .excerpt-more{
text-align: center;
margin: 10px 0;
}
.entry-content .more-link {
display: inline-block;
white-space: nowrap;
margin: 5px auto 22px;
padding: 1.1em 2em;
color: #000000;
background-color: transparent;
border: 1px solid #e8e8e8;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.entry-content .more-link:hover {
background-color: #f96380;
color: #ffffff;
}
.post-thumbnail, .post-content {
border: 0;
display: block;
}
.post-thumbnail {
text-align: center;
}
.post-thumbnail img {
margin: 0 auto;
}
.post-thumbnail .hover {
display: block;
height: 100%;
position: absolute;
width: 100%;
background-color: #fff;
background: -webkit-radial-gradient(transparent, #fff 99%);
background: -o-radial-gradient(transparent, #fff 99%);
background: -moz-radial-gradient(transparent, #fff 99%);
background: radial-gradient(transparent, #fff 99%);
opacity: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post-thumbnail:hover .hover {
opacity: 0.2;
}
.widget_services_carousel .post-thumbnail:hover .hover {
opacity: 0 !important;
}
.entry-summary,
.entry-footer {
padding: 32px 0 28px;
}
.post .featured-media {
margin-bottom: 30px;
overflow: hidden;
text-align: center;
background-size: cover;
background-position: center;
}
.featured-media.status-wrap {
padding: 14px;
}
.fb_iframe_widget {
display: inline-block;
position: relative;
}
.featured-media iframe {
margin: 0 auto !important;
border: none;
}
.entry-content, .pagination .nav-links {
margin: 0 auto;
}
.entry-content .post-content {
text-align: left;
width: 100%;
}
.entry-header h2 {
color: #292a2e;
margin: 0 0 5px 0 !important;
}
.entry-header .postnum {
color: #292a2e;
font-size: 14px;
font-size: 1.4rem;
letter-spacing: 0.025em;
}
.entry-content > :last-child,
.entry-summary > :last-child {
margin-bottom: 0;
}
.entry-content,
.entry-summary,
.page-content,
.comment-content {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
}
.comment-content {
line-height: 30px;
}
.entry-content h1:first-child,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
font-size: 30px;
font-size: 3.0rem;
font-weight: 300;
line-height: 45px;
line-height: 4.5rem;
color: #292a2e;
margin: 0;
}
.hentry.has-post-thumbnail .entry-content h1 {
margin-top: 51px;
}
.entry-header h2,
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
font-size: 30px;
font-size: 3.0rem;
}
.entry-content > h2,
.entry-summary > h2,
.page-content > h2,
.comment-content > h2 {
}
.entry-content > h2, .entry-content > h1 {
text-align: left;
}
.entry-content h2 a,
.entry-summary h2 a,
.page-content h2 a,
.comment-content h2 a {
font-weight: 300;
color: #292a2e;
}
.entry-content h2 a:hover,
.entry-summary h2 a:hover,
.page-content h2 a:hover,
.comment-content h2 a:hover {
color: #f96380;
}
.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
font-size: 20px;
font-size: 2.0rem;
}
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
font-size: 12px;
font-size: 1.2rem;
}
.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
text-transform: uppercase;
}
.entry-content > h1:first-child,
.hentry:not(.format-link .format-standard) .entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
margin-top: 0;
}
.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
display: block;
}
.author-info {
margin-bottom: 50px;
background-color: #ffffff;
margin-left: 40px;
position: relative;
}
.author-info .author-avatar {
position: absolute;
left: 0;
top: 0;
-webkit-transform: translateX(-40px);
-ms-transform: translateX(-40px);
transform: translateX(-40px);
}
.author-info .avatar {
height: 40px;
width: 40px;
}
.author-heading {
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Open Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
margin-bottom: 1.5em;
text-transform: uppercase;
}
.author-title {
clear: none;
margin: -6px 0 10px;
}
.author-title a {
font-size: 24px;
font-size: 2.4rem;
font-weight: 500;
color: #292a2e;
}
.author-bio {
overflow: hidden;
margin-bottom: -7px;
}
.author-description {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
min-height: 170px;
padding: 40px 114px 40px 40px;
}
.author-social {
position: absolute;
right: 39px;
top: 29px;
padding: 0;
margin: 0;
}
.author-social li {
float: none;
list-style: none;
}
.author-social li + li {
margin-top: -2px;
}
.author-social .rt2-icon-social-facebook:before {
font-size: 24px !important;
}
.author-social .rt2-icon-social-twitter:before {
font-size: 25px !important;
padding-top: 1px;
}
.author-social .rt2-icon-google:before {
font-size: 25px !important;
padding-top: 1px;
}
.entry-footer {
text-align: center;
font-size: 12px;
font-size: 1.2rem;
}
.sticky-post {
background-color: #333;
color: #fff;
font-weight: 700;
padding: 0.25em 0.5em;
position: absolute;
top: 0;
text-transform: uppercase;
}
.updated:not(.published) {
display: none;
}
.sticky .entry-content {
padding-top: 30px;
}
.sticky .entry-content h2 {
margin-bottom: 20px;
}
.byline:before,
.comments-link:before,
.edit-link:before,
.full-size-link:before {
margin-right: 2px;
position: relative;
}
.byline:after,
.comments-link:after,
.full-size-link:after {
content: " ";
}
.byline a,
.cat-links a,
.tags-links a,
.comments-link a,
.full-size-link a {
color: #000000;
}
.cat-links a:hover {
opacity: 0.5;
}
.tags-links a {
color: #f96380;
font-weight: 300;
}
.tags-links a:hover {
color: rgba(193, 66, 64, 0.5);
}
.edit-link:before {
content: "\f411";
}
.entry-footer .edit-link:hover {
opacity: 0.5;
}
.comments-link,
.edit-link {
white-space: nowrap;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.page-title {
font-family: 'Raleway', sans-serif;
font-size: 18px;
font-size: 1.8rem;
line-height: 1.3333;
margin-bottom: 20px;
text-align: center;
}
.taxonomy-description {
color: #707070;
color: rgba(51, 51, 51, 0.7);
padding-top: 0.4em;
}
.taxonomy-description a {
border-bottom: 1px solid #333;
}
.taxonomy-description a:hover,
.taxonomy-description a:focus {
border-bottom: 0;
}
.taxonomy-description > :last-child {
margin-bottom: 0;
}
.no-results.not-found .page-content {
background: none;
}
.no-results.not-found .page-content p {
text-align: center;
}
body.search .entry-content {
padding-top: 0;
}
.no-results.not-found .search-form label {
width: 100%
}
.page-content {
background-color: #fff;
}
.page-content > :last-child {
margin-bottom: 0;
}
.page-links {
clear: both;
font-family: "Open Sans", sans-serif;
margin-bottom: 1.3333em;
}
.page-links a,
.page-links > span {
display: inline-block;
margin: 0 0.3333em 0.3333em 0;
text-align: center;
padding: 14px 0 0 !important;
background: #fff;
border: 0 none !important;
width: 40px;
height: 40px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;	
}
.page-links a > span,
.page-links > span {
font-family: 'Roboto', sans-serif !important;
font-size: 14px !important;
font-size: 1.4rem !important;    
font-weight: 700;
}
.page-links > span.page-links-title {
background: none;
margin-right: 10px;
}
.page-links > span {
font-weight: 500;
color: #ffffff;
background-color: #f96380;
}
.page-links a {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
color: #494949;
}
.page-links a:hover,
.page-links a:focus {
background-color: #f96380;
color: #fff !important;
}
.page-links > .page-links-title {
border: 0;
color: #707070;
color: rgba(51, 51, 51, 0.7);
height: auto;
margin: 0;
padding-right: 0.5em;
width: auto;
}
.entry-caption {
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Open Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
line-height: 1.5;
padding-top: 0.5em;
word-wrap: break-word;
}
.entry-caption > :last-child {
margin-bottom: 0;
} ul.share-icons {
margin: 0;
padding:0;
}
.share-icons > li {
display:inline-block;
position:relative;
}
.entry-content ul.share-icons li:before {
display: none;
content: "";
padding: 0;
}
.share-icons li a {
color: #999999;
}
.share-icons li a:before {
font-size: 24px;
}
.share-icons a:hover {
color: rgba(153, 153, 153, 0.5);
}
.share-icons > li > a {
width:18px;
position:relative;
display:inline-block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
} .to-top {
background-color: #777777;
background-color: rgba(25, 25, 25, 0.3);
border: 1px solid rgba(255, 255, 255, 0.1);
bottom: -100px;
color: #ffffff;
color: rgba(255,255,255,0.9);
cursor: pointer;
font-size: 23px;
height: 40px;
overflow: hidden;
position: fixed;
right: 11px;
text-align: center;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
z-index: 9999;
width: 40px;
}
.to-top [class^="fa-"]:before, .to-top [class*=" fa-"]:before {
margin: 0;
}
.to-top:hover {
background-color: #333333;
background-color: rgba(25, 25, 25, 0.75);
}
.clearboth {
height: 0;
clear: both;
margin: 0;
padding: 0;
} body.attachment .entry-title {
font-family: 'Roboto', sans-serif;
font-size: 50px;
font-size: 5.0rem;
font-weight: 100;
margin: 24px 0 18px;
}
body.attachment .entry-header {
margin-bottom: 24px;
}
body.attachment .attachment-parent {
display: inline-block;
color: #fff;
background-color: #f96380;
font-weight: 300;
text-transform: uppercase;
padding: 2px 28px 0;
line-height: 19px;
}
body.attachment .hentry .entry-content {
padding: 30px 0 12px;
}
body.attachment .entry-attachment {
position: relative;
}
body.attachment .entry-attachment > img {
width: 100%;
}
body.attachment .entry-caption {
position: absolute;
background-color: rgba(41, 42, 46, 0.3);
text-align: center;
opacity: 1;
left: 0;
bottom: 0;
color: #fff;
width: 100%;
padding: 12px 10px;
overflow: hidden;
font-size: 14px;
font-size: 1.4rem;
}
body.attachment .entry-attachment .image-navigation {
position: absolute;
width: 100%;
padding: 0 3%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
body.attachment .entry-attachment .image-navigation .nav-next:before {
display: none;
}
body.attachment .entry-attachment .image-navigation .nav-previous,
body.attachment .entry-attachment .image-navigation .nav-next {
margin: 0;
}
body.attachment .entry-attachment .image-navigation .nav-previous a:before,
body.attachment .entry-attachment .image-navigation .nav-next a:after {
top: -6px;
}
body.attachment .entry-attachment:hover .image-navigation {
opacity: 1;
visibility: visible;
}
body.attachment .image-navigation,
body.attachment .image-navigation a {
color: #fff;
}
body.attachment .image-navigation a:hover {
color: #f96380;
}
.attachment-content {
background-color: #fff;
padding: 35px 45px 42px;
font-family: 'Roboto', sans-serif;
line-height: 24px;
text-align: center;
}
.attachment-content p:last-of-type {
margin-bottom: 0;    
}
.attachment-content .share-icons {
display: inline-block;
padding-top: 12px;
}
.attachment-content p + .share-icons {
padding-top: 33px;
} .excerpt {
position: relative;
background-color: #fff;
}
.excerpt .post-thumbnail {
margin: 0;
padding: 0;
text-align: center;
}
.excerpt .post-thumbnail img {
margin: 0 auto !important;
padding: 0 !important;
}
.excerpt embed,
.excerpt iframe,
.excerpt object,
.excerpt video {
margin-bottom: 0;
}
.excerpt .entry-content h2 {
margin: -8px 0 0;
line-height: 45px;
line-height: 4.0rem;
}
.excerpt .hentry-sub {
margin: 10px 0 13px;
}
.excerpt .cat-links {
margin: 28px 0 -3px;
}
.excerpt.type-2 .cat-links {
margin-bottom: 15px;
}
.excerpt .post-content p {
margin-bottom: 0; 
}
.excerpt.format-link .entry-content h2 p {
margin: 0;
}
.excerpt.featured {
border: 2px solid #f96380;
} .post-thumbnail {
text-align: center;
}
.excerpt .post-thumbnail.use-default {
display: none;
}
.excerpt .post-thumbnail .cover {
display: none;
width: 100%;
height: 100%;
}
.excerpt.type-1 + .excerpt.type-1,
.excerpt.type-2 + .excerpt.type-2 {
margin-top: 60px;
}
.excerpt.type-3 + .excerpt.type-3 {
margin-top: 0;
}
.excerpt.type-2 .post-thumbnail img,
.excerpt.type-3 .post-thumbnail img {
display: block;
}
.excerpt.type-3 {
width: 100%;
float: left;
margin-bottom: 30px;
}
.excerpt.type-3 .entry-content,
.excerpt.type-3 .entry-content > h2,
.excerpt.type-3 .entry-content .post-content {
text-align: center;
}
.excerpt.type-3 .posted-on {
display: block;
line-height: 15px;
line-height: 1.5rem;
margin: -1px 0 18px;
margin: -0.1rem 0 1.8rem;
}
.excerpt.type-3 .posted-on a {
color: #808080;
font-family: 'Roboto', sans-serif;
font-weight: 300;
text-transform: uppercase;
}
.excerpt.type-3 .entry-content h2,
.excerpt.type-3 .entry-content h2 a {
font-family: 'Roboto', sans-serif;
font-size: 24px;
font-size: 2.4rem;
font-weight: 100;
line-height: 30px;
line-height: 3.0rem;
}
.excerpt.type-3 .entry-content h2 {
height: 60px;
overflow: hidden;
}
.excerpt.type-3 .cat-links {
margin: 11px 0 31px;
height: 15px;
overflow: hidden;
}
.excerpt.type-3 .post-content {
color: #808080;
font-family: 'Roboto', sans-serif;
line-height: 24px;
line-height: 2.4rem;
height: 72px;
overflow: hidden;
}
.excerpt.type-3 .read-more-btn {
margin-top: 44px;
}
.read-more-btn:before {
font-size: 19px !important;
} .excerpt.type-2.no_media_excerpt {
padding-left: 0 !important;
}
.excerpt.no_media_excerpt .entry-content h2 {
padding-right: 55px;
}
.excerpt.no_media_excerpt .post-controls {
margin-top: 33px;
} .hentry.excerpt.type-1.force-badge:not(.format-status) .entry-content,
.hentry.excerpt.type-2.force-badge:not(.format-status) .entry-content {
padding-left: 90px !important;
}
.hentry.excerpt.type-1.force-badge .entry-content,
.hentry.excerpt.type-2.force-badge .entry-content {
min-height: 80px;
}
.has-post-background .entry-content,
.has-post-background .entry-content > *,
.has-post-background.format-link .link a,
.has-post-background blockquote {
color: #fff !important;
}
.has-post-background blockquote {
border: 0 none;
}
.has-post-background .entry-content {
height: 100%;
}
.has-post-background .entry-content:before {
background-color: rgba(0, 0, 0, 0.7);
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.has-post-background .post-content,
.has-post-background .author-avatar {
position: relative;
}
.has-post-background .hentry-badge {
z-index: 1;
}
.excerpt.force-badge .hentry-badge.use-default {
display: block;
}
.format-link .link {
position: relative;
display: inline-block;
line-height: 32px;
}
.format-link .link p {
margin: 0;
}
.format-link .link a {
color: #292a2e;
font-size: 23px;
font-size: 2.3rem;
font-weight: 300;
font-style: italic;
}
.format-link .link i {
position: absolute;
right: -30px;
top: 0;
font-size: 23px;
font-size: 2.3rem;
}
.blog .format-status .entry-title,
.archive .format-status .entry-title {
display: none;
}
.format-video {
text-align: center;
}
.format-video > .video-player {
display: inline-block;
}
.excerpt.format-status .entry-content,
.excerpt.format-status .hentry-sub,
.excerpt.format-status .post-content {
text-align: center;
}
.excerpt.format-status .author-avatar img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.status-label {
display: inline-block;
background-color: #f96380;
margin: 23px 0 5px;
padding: 3px 10px;
line-height: 14px;
color: #fff;
font-size: 14px;
font-size: 1.4rem;
text-transform: uppercase;
}
.excerpt.format-status .post-content {
margin-top: 25px;
}
.video-container .video-icon {
cursor: pointer;
}
.video-container .video-icon i {
color: #ffffff;
font-size: 40px;
font-size: 4.0rem;
line-height: 40px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.video-container .relwraper:hover .video-icon i {
font-size: 44px;
font-size: 4.4rem;
line-height: 44px;
}
.video-container.wide {
background-color: #fff;
padding-bottom: 40px;
}
.video-container.wide .container {
padding: 0
}
.video-container.wide iframe {
margin: 0;
width: 100%;
}
.video-container .embed-responsive iframe {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100% !important;
border: 0;
}
.wide-video-title {
margin: 111px 0 29px;	
}
.wide-video-title a {
color: #e2001a;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-size: 1.4rem;
font-weight: 500;
text-transform: uppercase;
}
.wide-video-title a:hover {
opacity: 0.5;
}
.wide-video-title h1 {
font-size: 40px;
font-size: 4.0rem;
font-weight: 300;
line-height: 50px;
margin: -3px 0 0;
}
.format-quote.excerpt blockquote {
margin-bottom: 0;
}
.format-quote.excerpt .hentry-sub {
margin-top: -6px;
} .comments-area {
padding: 0;
margin-bottom: 60px;
}
.comments-area > :last-child {
margin-bottom: 0;
}
.comment-form-wrap {
position: relative;
margin-top: 30px;
margin-bottom: 91px;
padding-top: 0;
}
.comment-form-wrap .avatar {
position: absolute;
left: 0;
top: 0;	
width: 40px;
height: 40px;
-webkit-transform: translateX(-40px);
-ms-transform: translateX(-40px);
transform: translateX(-40px);
}
.comment-respond {
margin: 2.4em auto;
}
.comments-title,
.comment-reply-title {
font-family: 'Raleway', sans-serif;
font-size: 18px;
font-size: 1.8rem;
line-height: 1.3333;
color: #434343;
}
.comment-reply-title {
margin: 0;
position: absolute;
right: 0;
top: 18px;
}
.comment .comment-respond {
position: relative;
padding-top: 25px !important;
}
.comments-title {
margin-bottom: 1.3333em;
font-weight: 300 !important;
margin-top: 60px;
}
.comment-list {
list-style: none;
margin: 0;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
margin: 2.6em 0 1.6em 40px;
position: relative;
padding: 17px 30px 17px 16px;
}
.comment-list .pingback,
.comment-list .trackback {
padding: 0 !important;
margin: 0 !important;
}
.comment-list .pingback article,
.comment-list .trackback article {
margin-left: 0 !important;
}
.comment-list > li:first-child > article,
.comment-list > li:first-child > .pingback,
.comment-list > li:first-child > .trackback {
border-top: 0;
}
.comment-list .children {
list-style: none;
margin: 0;
}
.comment-list .children > li {
padding-left: 10px;
}
.comment-author {
margin-bottom: 0.4em;
line-height: 30px;
}
.comment-author,
.comment-author a {
color: #f96380;
font-weight: 600;
font-size: 18px;
font-size: 1.8rem;
text-transform: uppercase;
}
.comment-author a:hover {
opacity: 0.5;
}
.comment-author .avatar {
position: absolute;
height: 40px;
margin-right: 0.8em;
width: 40px;
max-width: 85px;
left: -40px;
top: 0;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.bypostauthor > article .fn:after {
content: "\f304";
position: relative;
top: 5px;
left: 3px;
}
.comment-metadata,
.pingback .edit-link {
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Open Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
}
.comment-metadata > a,
.pingback .edit-link a {
color: #292a2e;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 14px;
font-size: 1.4rem;
}
.comment-reply-link {
position: absolute;
right: 0;
top: 0;
background-color: #fff;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
width: 60px;
height: 60px;
margin-top: 11px;
}
.comment-reply-link span {
width: 60px;
height: 60px;
display: block;
}
.comment-reply-link i {
font-size: 24px;
font-size: 2.4rem;
}
.comment-metadata > a:hover,
.pingback .edit-link a:hover,
.comment-metadata > a:hover,
.comment-metadata > a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
color: #f96380;
}
.comment-metadata {
margin: 1px 0 16px 0;
}
.comment-metadata .edit-link {
margin-left: 1em;
}
.pingback .edit-link {
margin-left: 1em;
}
.pingback .edit-link:before {
top: 5px;
}
.comment-content ul,
.comment-content ol {
}
.comment-content li > ul,
.comment-content li > ol {
}
.comment-content > :last-child {
margin-bottom: 0;
}
.comment-form {
}
.form-submit input {
margin-bottom: 10px;
font-size: 12px;
font-size: 1.2rem;
font-weight: 400;
letter-spacing: 1px;
padding: 0 45px;
}
.comment-form label {
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Open Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
font-weight: 700;
display: block;
line-height: 1.5;
text-transform: uppercase;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
width: 100%;
background-color: #fff;
color: #808080;
}
.comment-form input {
height: 50px;
padding: 15px 20px;
}
.logged-in-as {
margin-bottom: 26px;
}
.logged-in-as a:hover {
opacity: 0.5;
}
.comment-form .clearfix:before {
clear: both;
}
.comment-form-comment {
margin-bottom: 15px;
}
.comment-form-comment textarea {
height: 120px;
}
.no-comments {
border-top: 1px solid #eaeaea;
border-top: 1px solid rgba(51, 51, 51, 0.1);
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Open Sans", sans-serif;
font-weight: 700;
padding-top: 1.6em;
}
.comment-navigation + .no-comments {
border-top: 0;
}
.form-allowed-tags code {
font-family: Inconsolata, monospace;
}
.form-submit {
margin-bottom: 0;
}
.required {
color: #c0392b;
}
.comment-reply-title small {
font-size: 100%;
}
.comment-reply-title small a {
border: 0;
float: right;
height: 32px;
overflow: hidden;
width: 26px;
}
.comment-reply-title small a:after {
content: "\f405";
font-size: 32px;
position: relative;
top: -3px;
}
.comment-form .col-sm-4 {
margin: 0;
padding: 0 10px 10px 0;
vertical-align: bottom;
}
.comment-form .comment-form-url {
padding-right: 0;
}
.comment-form textarea {
margin-bottom: 30px;
height: 200px;
padding: 9px 20px;
}
.comment-form .form-submit {
text-align: center;
}
.comment-form .form-submit-btn {
height: 60px;
width: 250px;
font-weight: 700;
letter-spacing: 0.23rem;
padding: 0 17px 0 20px;
display: inline-block;
}
.comment-form .form-submit .iconed-button-right:before {
top: 15px;
right: -6px;
transform: none;
}
.comment-form .form-submit .iconed-button-right:hover:before {
color: #f96380;
}
.comment-respond h3 {
text-align: right;
}
.comment-respond h3 small a {
float: none;
font-size: 12px;
font-size: 1.2rem;
} body.has-no-sidebar.unyson-page-builder .site {
padding-top: 0;
padding-bottom: 0;
}
body.has-no-sidebar.unyson-page-builder .hentry .entry-content {
padding: 0;
}
.fw-page-builder-content > section .unyson_fullwidth [class*="fw-col"] > .row > [class*="col-sm-12"] {
padding-left: 0;
padding-right: 0;
} .fw-page-builder-content > section {
background-color: #fff;
}
.section-dark-bg {
position: relative;
}
.section-dark-bg:before {
content: ' ';
position: absolute;
width: 100%;
height: 100%;
background-color: #292a2e;
opacity: 0.9;
} .fw-testimonials {
margin: 65px 0 10px;
}
.fw-testimonials-2 .testimonial-symbol {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
top: -50px;
color: #f96380;
font-size: 40px;
padding: 0 1px;
}
.fw-testimonials-2 .fw-testimonials-item > div {
text-align: center;
}
.fw-testimonials-2 .fw-testimonials-text {
max-width: 800px;
margin: 16px auto 32px auto;
padding: 0;
border: 0 none;
background: none;
color: #292a2e;
font-size: 20px;
font-size: 2.0rem;
font-style: normal;
}
.fw-testimonials-2 .fw-testimonials-text:before,
.fw-testimonials-2 .fw-testimonials-text:after {
display: none;
}
.fw-testimonials-2 .fw-testimonials-meta,
.fw-testimonials-2 .fw-testimonials-meta > div {
display: block;
vertical-align: inherit;
margin: 0;
}
.fw-testimonials-2 .fw-testimonials-avatar img {
border: 0 none;
padding: 0;
}
.fw-testimonials-2 .fw-testimonials-author {
padding: 0;
}
.fw-testimonials-2 .fw-testimonials-author .author-name,
.fw-testimonials-2 .fw-testimonials-author .author-job {
color: #292a2e;
font-size: 12px;
font-size: 1.2rem;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
}
.fw-testimonials-2 .fw-testimonials-author .author-name a {
font-weight: 700;
}
.fw-testimonials-2 .fw-testimonials-author .author-name a:hover {
opacity: 0.5;
}
.fw-testimonials-2 .fw-testimonials-author .author-name {
margin: 20px 0 -11px;
}
.fw-testimonials-2 .fw-testimonials-arrows {
bottom: 86px;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.fw-testimonials .prev,
.fw-testimonials .next {
display: inline-block;
line-height: 20px !important;
width: 30px !important;
height: 30px !important;
}
.fw-testimonials-2 .fw-testimonials-arrows a {
margin: 0;
}
.fw-testimonials-2 .fw-testimonials-arrows a:hover i:before {
color: #f96380;
}
.fw-testimonials-2 .fw-testimonials-arrows a + a {
margin-left: 104px;
}
.fw-testimonials-2 .fw-testimonials-arrows a i {
line-height: 20px;
font-size: 17px !important;
}
.fw-testimonials-2 .fw-testimonials-arrows a i:before {
color: #292a2e;
font-size: 17px !important;
}
.fw-testimonials .prev i.rt2:before,
.fw-testimonials .next i.rt2:before {
font-size: 22px !important;
}
.fw-testimonials .prev i:before {
content: '\e7c0';
}
.fw-testimonials .next i:before {
content: '\e7c1';
} .fw-accordion {
border: 0 none;
}
.fw-accordion .fw-accordion-title {
border-top: 0 none;
background-color: #fff;
font-family: 'Roboto', sans-serif;
color: #292a2e;
font-size: 14px;
font-size: 1.4rem;
font-weight: 300;
}
.fw-accordion .fw-accordion-title.ui-state-active {
background-color: #f96380;
color: #fff;
}
.fw-accordion .fw-accordion-content {
background-color: #fff;
}
.fw-accordion .fw-accordion-content + .fw-accordion-title {
margin-top: 10px;
}
.fw-accordion .fw-accordion-content p {
padding: 24px 40px 22px 41px;
font-family: 'Roboto', sans-serif;
color: #9a9a9a;
line-height: 24px;
}
.fw-accordion .fw-accordion-title span {
display: none;
}
.fw-accordion .fw-accordion-title:before,
.fw-accordion .fw-accordion-title:after {
font-family: 'rt-icons-2';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
}
.fw-accordion .fw-accordion-title:after {
content: "\e114";
font-size: 13px;
right: 39px;
top: 24px;
}
.fw-accordion .fw-accordion-title.ui-state-active:after {
content: "\e115";
} .contacts-header [class*="fw-col-sm-4"] {
text-align: center;
}
.contacts-header [class*="fw-col-sm-4"]:first-of-type {
border-right: 1px solid #e5e5e5;
}
.contacts-header [class*="fw-col-sm-4"]:last-of-type {
border-left: 1px solid #e5e5e5;
}
.contacts-header .fw-icon {
margin-bottom: 10px;
}
.contacts-header .fw-icon--icon {
color: #f96380;
font-size: 48px;
font-size: 4.8rem;
}
.contacts-header .list-title {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-size: 1.4rem;
}
.contacts-header .list-title,
.contacts-header .list-title a {
color: #989898;
font-weight: 300;
}
.contacts-header .list-title a:hover {
color: #f96380;
}
.wpcf7-form > p {
margin: 0;
}
.wpcf7-form .double > div {
width: 50%;
}
.wpcf7-form .double .left {
padding-right: 4px;
}
.wpcf7-form .double .right {
padding-left: 4px;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
border: 2px solid #e9e9ea;
border: 2px solid rgba(41, 42, 46, 0.1);
-webkit-background-clip: padding-box; background-clip: padding-box; margin-bottom: 10px;
}
.wpcf7-select option {
color: #292a2e;
background-color: #fff;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7-select,
.wpcf7 ::-webkit-input-placeholder {
font-family: 'Roboto', sans-serif;
color: #292a2e;
}
.wpcf7 .wpcf7-date,
.wpcf7 .wpcf7-tel,
.wpcf7-select {
padding: 7px 7px 7px 41px;
padding: 0.75rem 0.75rem 0.75rem 4.1rem;
}
.wpcf7 .wpcf7-date,
.wpcf7-select,
.wpcf7-form-control-wrap[class*="menu-"],
.wpcf7 .wpcf7-tel {
width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap[class*="iconed-field-"]:before {
font-size: 26px;
top: 9px;
}
.custom-select-app-time:before {
font-size: 28px !important;
margin-top: -1px;
margin-right: 37px !important;
}
select.wpcf7-form-control.app-time.custom-select:hover {
background-image: url(//www.laytonhealthandwellness.com/wp-content/themes/chiropractor/images/clock-icon-dark.png);
}
.wpcf7 textarea {
height: 200px;
padding-top: 15px;
margin-bottom: 40px;
}
.wpcf7 .wpcf7-submit {
margin-bottom: 0;
border-color: #292a2e;
}
.wpcf7-form > p {
text-align: center;
}
.wpcf7-response-output {
text-align: center;
font-family: 'Roboto', sans-serif;
color: #fff;
font-size: 16px;
}
div.wpcf7-mail-sent-ok {
background-color: #398f14;
}
div.wpcf7-mail-sent-ng {
background-color: #ff0000;
}
div.wpcf7-spam-blocked {
background-color: #ffa500;
}
div.wpcf7-validation-errors {
background-color: #dd9933;
border-color: #dd9933;
}
.wpcf7 .wpcf7-submit {
color: #292a2e !important;
}
.wpcf7 .wpcf7-submit:hover {
color: #f96380 !important;
} body.blog .site {
padding-top: 80px;
padding-bottom: 80px;
} .fw-shortcode-about-us.about-page-element .fw-shortcode-about-us--side.right {
padding-left: 15px;
padding-right: 15px;
}
.fw-shortcode-about-us.about-page-element .fw-shortcode-about-us--number-block {
width: 25.2%;
}
.fw-shortcode-about-us.about-page-element .fw-shortcode-about-us--number-block:nth-child(2) {
left: 25.1%;
}
.fw-shortcode-about-us.about-page-element .fw-shortcode-about-us--number-block:nth-child(3) {
left: 57.5%;
}
.about-page-element.s-heading-about-us {
margin-bottom: -7px;
} .site-faq .fw-text {
line-height: 24px;
}
.site-faq .fw-accordion .fw-accordion-title {
padding-left: 70px;
padding-right: 70px;
}
.site-faq .fw-accordion .fw-accordion-title:before {
content: "\e706";
font-size: 24px;
left: 37px;
top: 18px;
} .booked-calendar-shortcode-wrap .booked-calendar-wrap {
margin-bottom: 0;
}
.booked-calendar-shortcode-wrap .page-left i,
.booked-calendar-shortcode-wrap .page-right i,
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:before,
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-time i,
.booked-calendar-shortcode-wrap .booked-calendarSwitcher p i {
font-family: 'rt-icons-2';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.booked-calendar-shortcode-wrap .page-left:hover i,
.booked-calendar-shortcode-wrap .page-right:hover i {
opacity: 0.5;
}
.booked-calendar-shortcode-wrap .booked-calendarSwitcher.calendar {
padding: 0 23px 0 38px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.booked-calendar-shortcode-wrap .booked-calendarSwitcher.calendar select {
min-width: 0;
width: 135px;
height: 40px;
padding-left: 6px;
padding-top: 6px;
font-size: 12px;
font-size: 1.2rem;
font-weight: 800;
text-transform: uppercase;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:         none;
background: url(//www.laytonhealthandwellness.com/wp-content/themes/chiropractor/images/select-arrow-white.png) no-repeat 88% #292a2e !important;
}
.booked-calendar-shortcode-wrap .booked-calendarSwitcher.calendar p i {
margin-right: 0 !important;
}
.booked-calendar-shortcode-wrap .booked-calendarSwitcher.calendar p i:before {
content: '\e751';
position: relative;
top: 6px;
color: #f96380;
font-size: 24px;
}
.booked-calendar-shortcode-wrap table.booked-calendar th {
padding-top: 15px;
padding-bottom: 15px;
}
.booked-calendar-shortcode-wrap .monthName {
font-family: 'Roboto', sans-serif;
font-size: 30px;
font-size: 3.0rem;
font-weight: 300;
text-transform: none;
}
.booked-calendar-shortcode-wrap table.booked-calendar tr.days th {
font-family: 'Raleway', sans-serif;
font-size: 12px;
font-size: 1.2rem;
font-weight: 800;
padding-top: 14px;
padding-bottom: 13px;
}
.booked-calendar-shortcode-wrap table.booked-calendar tr:not(.entryBlock) td {
height: 80px !important;
}
.booked-calendar-shortcode-wrap table.booked-calendar tr:not(.entryBlock) td > span,
.booked-calendar-shortcode-wrap table.booked-calendar tr:not(.entryBlock) td > span > span {
line-height: 80px !important;
}
body table.booked-calendar td { border-color: #d9dadc; }
body table.booked-calendar td:first-child { border-left-color: #d9dadc; }
body table.booked-calendar td:last-child { border-right-color: #d9dadc; }
.booked-calendar-shortcode-wrap table.booked-calendar td.blur .date {
background: #ecedef;
}
.booked-calendar-shortcode-wrap table.booked-calendar td > span {
line-height: 79px !important;
}
.booked-calendar-shortcode-wrap table.booked-calendar td .date span {
color: #292a2e;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-size: 1.4rem;
}
.booked-calendar-shortcode-wrap table.booked-calendar td.blur .date span,
.booked-calendar-shortcode-wrap table.booked-calendar td.prev-date .date span {
color: #999999;
}
body table.booked-calendar td:hover .date,
body table.booked-calendar td.today:hover .date,
body table.booked-calendar tr.week td.active, 
body table.booked-calendar tr.week td.active .date, 
body table.booked-calendar tr.week td.active:hover .date {
background: #f96380 !important;
}
body table.booked-calendar td:hover .date span {
background: none;
}
body table.booked-calendar td.today .date {
background: rgba(249, 99, 128, 0.1);
}
body table.booked-calendar td.today .date span {
border: 0 none;
color: #292a2e !important;
}
body table.booked-calendar td.today:hover .date span,
body table.booked-calendar tr.week td.active .date .number {
background: none !important;
color: #fff !important;
}
.booked-calendar-shortcode-wrap .page-left i:before,
.booked-calendar-shortcode-wrap .page-right i:before {
position: relative;
}
.booked-calendar-shortcode-wrap .page-left i:before,
.booked-calendar-shortcode-wrap .page-right i:before {
top: -6px;
font-size: 35px;
}
.booked-calendar-shortcode-wrap .page-left i:before {
content: "\e7c0";
}
.booked-calendar-shortcode-wrap .page-right i:before {
content: "\e7c1";
}
.booked-calendar-shortcode-wrap table.booked-calendar th a.backToMonth {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-size: 1.4rem;
font-weight: 300;
padding-left: 13px;
position: relative;
top: -6px;
}
.booked-calendar-shortcode-wrap table.booked-calendar tr.entryBlock {
background-color: #292a2e;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list {
color:#b2b2b2;
background-color: #292a2e;
padding-left: 37px;
padding-bottom: 37px;
font-size:14px;
font-size:1.4rem;
font-weight: 300;
box-shadow: none;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list h2 {
color: #fff;
font-weight:800;
text-transform: uppercase;
margin: 0 0 33px;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-time {
width: 71.5%;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
position: relative;
width: 28.5%;
padding: 9px 0 10px 0;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-time,
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-count {
padding: 29px 0 50px 0;
}
.booked-calendar-wrap .booked-appt-list .timeslot .spots-available {}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-time,
.booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
font-family: 'Roboto', sans-serif;
color:#b2b2b2;
font-size:15px !important;
font-size:1.5rem !important;
font-weight: 300 !important;
text-transform: none !important;
line-height: 25px;
}
.booked-calendar-wrap .booked-appt-list .timeslot {
position: relative;
}
.booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
color: #f96380 !important;
display: inline-block !important;
position: absolute !important;
left: 29%;
top: 21px;
}
.booked-calendar-wrap .booked-appt-list .timeslot.timeslot-unavailable .spots-available {
color: #b2b2b2 !important;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-count .spots-available.empty {
color: #b2b2b2;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-time i:before {
content: '\e7d0';
position: relative;
top: 2px;
color: #f96380;
font-size: 16px;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
position: relative;
width: 100%;
height: 60px;
background: #fff;
color: #292a2e;
font-weight: 800;
border: 0 none;
text-align: left;
padding-left: 40px;
padding-right: 55px;
letter-spacing: 2px;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-people button[disabled] {
background: #3f4043 !important;
color: #fff !important;
opacity: 1;
border: 0 none;
text-align: center;
padding-left: 5px;
padding-right: 5px;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:before {
content: "\e7c1";
position: absolute;
color: #f96380;
margin: 0 11px 0 15px;
right: 3px;
top: 14px;
font-size: 36px;
line-height: 30px;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-people button[disabled]:before {
content: "";
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover {
background: #fff !important;
color: #f96380 !important;
border: 0 none !important;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-people button[disabled]:hover {
background: #3f4043 !important;
color: #fff !important;
border: 0 none !important;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot:hover { 
background: #292a2e; 
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-count { 
border-left: 0 none; 
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot { 
border-color: #3c3d41; 
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot:last-of-type {
border-bottom: 1px solid #3c3d41;
}
#booked-profile-page .booked-profile-appt-list h4,
#booked-profile-page .booked-profile-appt-list .appt-block > * {
color: #292a2e !important;
}
#booked-profile-page .booked-profile-appt-list h4 {
font-weight: 500;
}
#booked-profile-page .booked-profile-appt-list .booked-cal-buttons > * {
margin-bottom: 10px;
}
#booked-profile-page .booked-profile-appt-list .booked-cal-buttons a {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
} body .booked-calendarSwitcher.calendar p:after {
display: none;
}
body .booked-calendarSwitcher.calendar select.booked_calendar_chooser {
width: 200px;
margin-left: 15px;
} .services-main-section [class*="fw-col-sm-3"] {
background-color: #fff;
text-align: center;
width: 23.077%;
padding: 40px 40px 48px !important;
}
.services-main-section [class*="fw-col-sm-3"] + [class*="fw-col-sm-3"] {
margin-left: 30px;
}
.services-main-section [class*="fw-col-sm"] a {
display: inline-block;
}
.services-main-section [class*="fw-col-sm"] a,
.services-main-section [class*="fw-col-sm"] a img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.services-main-section h3 {
position: relative;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
height: 60px;
margin: 22px 0 14px;
font-size: 20px;
font-size: 2.0rem;
font-weight: 300;
text-transform: uppercase;
}
.services-main-section h3 > * {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.services-main-section [class*="fw-col-sm"] p {
font-family: 'Roboto', sans-serif;
line-height: 30px;
height: 90px;
overflow: hidden;
} body.error404 .entry-header-wrapper .page-title {
font-family: 'Roboto', sans-serif;
font-weight: 100;
}
body.error404 .site {
padding-bottom: 79px;
}
body.error404 .entry-content {
padding-top: 18px;
}
.error-404 {
text-align: center;
}
body.error404  .entry-content h1.page_title_404 {
color: #292a2e;
font-size: 30px;
font-size: 3.0rem;
line-height: 40px;
line-height: 4.0rem;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 6px;
margin: 29px 0 21px 8px;
}
.page_message_404 {
color: #292a2e;
font-size: 40px;
font-size: 4.0rem;
font-weight: 100;
margin-bottom: 20px;
}
.page_message_404_search {
font-size: 14px;
font-size: 1.4rem;
font-weight: 400;
letter-spacing: -0.005em;
margin-bottom: 9px;
}
.error-404 .search-form {
margin-bottom: 8px;
}
.error-404 .search-form label {
margin-right: 0;
}
.error-404 .search-form input {
padding-left: 24px;
height: 58px;
}
.error-404 .search-form [class*=iconed] {
width: 450px;
border: 1px solid #e5e5e5;
}
.error-404 .search-form [class*=iconed]:before {
margin-right: 22px;
}
.error-404 .homepage_link input {
padding: 0 20px;
font-size: 12px;
font-size: 1.2rem;
}
.error-image {
max-height: 270px;
}
.homepage_link a:before {
padding-left: 3px;
padding-bottom: 2px;
} .office {
background-color: #fff;
height: 362px;
z-index: 1;
}
.office--title {
color: #292a2e;
text-align: center;
font-size: 30px;
font-size: 3.0rem;
font-weight: 300;
text-transform: uppercase;
margin: 0;
padding-top: 76px;
}
.office--items {
bottom: -120px;
}
.office--item,
.office--item span {
display: block;
}
.office--item {
width: 50%;
height: 300px;
background-position:  50% 50%;
background-size: cover;
background-repeat:  no-repeat;
font-weight: 100;
text-transform: uppercase;
}
.office.only .office--item {
width: 100%;
}
.office--item-inner {
width: 100%;
text-align: center;
padding: 0 15px 0 15px;
}
.office--time {
color: #f96380;
font-family: 'Roboto', sans-serif;
font-size: 20px;
font-size: 2.0rem;
line-height: 20px;
margin-bottom: 15px;
}
.office--place {
color: #fdfdfd;
font-size: 60px;
font-size: 6.0rem;
line-height: 51px;
letter-spacing: 0.006em;
}
.office--item-overlay {
background-color: #292a2e;
opacity: 0.8;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.office--item:hover .office--item-overlay {
background-color: #f96380;
}
.office--item:hover .office--time {
color: #292a2e;
}
.footer {
background-color: #292a2e;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
min-height: 171px;
position: relative;
}
.footer *,
.footer .widget * {
font-family: 'Roboto', sans-serif;
}
.footer,
.footer .widget {
color: #989898;
}
.footer >.container {
padding: 0;
}
.footer a {
color: #f96380;
}
.footer a:hover {
color: rgba(249, 99, 128, 0.5);
}
.copyright a {
color: #292a2e;
}
.copyright a:hover {
color: #f96380;
}
.footer >.container > .row > div > .widget:first-child {
padding-top: 0;
}
.footer.offices-on-top >.container > .row > div > .widget:first-child {
padding-top: 0;
}
.footer >.container > .row > div > .widget:last-child {
padding-bottom: 0;
}
.footer.hide-copyright >.container > .row > div > .widget:last-child {
padding-bottom: 0;
}
.footer {
padding-top: 70px;
padding-bottom: 230px;
}
.footer.offices-on-top {
padding-top: 190px;
min-height: 291px;
}
.footer.hide-copyright {
padding-bottom: 60px;
}
.footer > .container > .row > div + div {
padding-top: 60px;
}
.footer .widget {
background-color: transparent;
padding: 0 0 9px;
}
.footer .widget-title {
font-family: 'Raleway', sans-serif;
color: #fff;
margin-bottom: 33px;
text-align: left;
letter-spacing: 0;
font-weight: 200;
}
.foot-about {
position: relative;
}
.foot-about img {
position: absolute;
top: -22px;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
padding-right: 20px;
}
.foot-about h2,
.foot-about h3 {
font-weight: 100;
}
.foot-about h2 a {
color: #f96380;
font-size: 30px;
font-size: 3.0rem;
}
.foot-about h3 {
color: #dad6d5;
font-size: 20px;
font-size: 2.0rem;
}
.foot-about p {
padding-top: 18px;
}
.foot-about h2:hover a {
color: rgba(193, 66, 64, 0.5);
}
.foot-contacts {
list-style: none;
margin: 0;
}
.foot-contacts li {
margin-bottom: 20px;
}
.foot-contacts li i,
.foot-contacts li a {
line-height: 1.17
}
.footer .widget_nav_menu li::before {
display: none;
}
.footer .widget_nav_menu ul,
.footer .widget_nav_menu li {
padding: 0;
margin: 0;
}
.footer .widget_nav_menu a,
.shop-single-item-share .share-icons li a {
margin: 0 1px 0 0;
padding-top: 12px;
line-height: 1px;
width: 50px;
height: 50px;
text-align: center;
}
.shop-single-item-share .share-icons li a {
padding-top: 13px;
}
.open-hours {
list-style:none;
}
.open-hours li {
position: relative;
line-height: 49px;
border-bottom: 1px solid #3f4043;
}
.open-hours li:first-child {
border-top: 1px solid #3f4043;
}
.open-hours span {
position: absolute;
right: 0;
color: #f96380;
}
.instagram-wrapper .textwidget {
margin: -10px !important;
}
#sb_instagram {
padding: 0 !important;
}
.footer #sb_instagram .sbi_photo {
opacity: 0.3 !important;
}
.footer #sb_instagram .sbi_photo:hover {
opacity: 1 !important;
}
.mc4wp-form input {
margin-bottom: 31px;
}
.mc4wp-form .subscribe-desc {
line-height: 30px;
}
.foot_logo {
width: 80px;
bottom: 115px;
z-index: 1;
}
.copyright {
height: 171px;
background-color: #fff;
position: absolute;
width: 100%;
bottom: 0;
font-weight: 300;
letter-spacing: 0;
}
.copyright a {
font-weight: 300;
}
.copyright > div > div {
padding-top: 2px;
} .boxed,
body.is-boxed .sticky-wrapper,
body.is-boxed .menu-strip,
body.is-boxed .gallery-full-width .esg-container-fullscreen-forcer,
body.is-boxed .widescreen-forced,
body.is-boxed .wide-bg {
max-width: 1560px; margin-left: auto;
margin-right: auto;
}
body.is-boxed .faded-search-form .search {
max-width: 1460px;
margin: 0 auto;
}
.boxed-page {
background-color: #ecedef;
}
body.is-boxed .logo-bar {
background: none;
}
body.is-boxed .gallery-full-width .esg-container-fullscreen-forcer,
body.is-boxed .widescreen-forced {
left: 50% !important;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
} .page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
audio,
canvas {
display: inline-block;
}
embed,
iframe,
object,
video {
margin-bottom: 1.6em;
max-width: 100%;
vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
margin-bottom: 0;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
font-size: 15px;
font-size: 1.5rem;
margin-top: 0;
margin-bottom: 1.6em;
}
.wp-playlist.wp-playlist {
padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
border-bottom: 0;
padding: 10px 0;
}
.wp-playlist-item .wp-playlist-item-length {
top: 10px;
}
.col-sm-8 iframe[src*="feature=oembed"],
.col-sm-8 iframe[src*="player.vimeo.com"]{
height: 383px;
} .wp-caption {
margin-bottom: 1.6em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption-text {
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Open Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
padding: 0.5em 0;
} .gallery {
margin-bottom: 1.6em;
}
.gallery-item {
display: inline-block;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
color: #707070;
color: rgba(51, 51, 51, 0.7);
display: block;
font-family: "Open Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.gallery .owl-controls {
display: block;
}
.gallery .owl-controls .owl-nav {
left: 0;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
bottom: 50%;
width: 100%;
}
.gallery:hover .owl-controls .owl-nav {
bottom: 50%;
}
.gallery .owl-controls .owl-nav > div {
position: absolute;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.gallery .owl-controls .owl-nav .owl-prev {
left: -72px;
}
.gallery .owl-controls .owl-nav .owl-next {
right: -72px;
}
.gallery:hover .owl-controls .owl-nav .owl-prev {
left: 0;
}
.gallery:hover .owl-controls .owl-nav .owl-next {
right: 0;
}  .shop-loop .edd_list_divider {
clear: both;
display: block;
}
.edd_download_inner {
padding: 0 0 60px 0;
background-color: #fff;
text-align: center;
}
.edd_download_inner *:not(.edd-icon-spin) {
font-family: 'Roboto', sans-serif !important;
}
.edd_download_inner h3 {
margin: 0 0 12px;
}
.shop-loop .edd_download_inner {
margin: 0 15px 30px;
}
.shop-loop .edd_download_columns_3 .edd_download {
width: 33.3333% !important;
}
.shop-loop .edd_download_columns_3 .edd_download:nth-of-type(2n) .edd_download_inner {
margin: 0 10px;
}
.shop-loop .edd_download_columns_3 .edd_download:nth-of-type(4n) .edd_download_inner,
.shop-loop .edd_download_columns_3 .edd_download:first-child .edd_download_inner {
margin: 0 20px 30px 0;
}
.shop-loop .edd_download_columns_3 .edd_download:nth-of-type(3n) .edd_download_inner {
margin: 0 0 30px 20px;
}
.shop-loop .edd_downloads_list .edd_download:last-of-type .edd_download_inner {
margin-bottom: 60px !important;	
}
.edd_download_inner > *:not(.edd_download_image) {
padding: 0 60px;
font-size: 16px;
font-size: 1.6rem;
}
.edd_download_inner .edd_download_image {
padding-bottom: 60px;
}
.edd_download_inner .edd_download_title a {
font-size: 30px;
font-size: 3.0rem;
font-weight: 100;
line-height: 22px;
letter-spacing: 0.001em;
}
.edd_download_inner .edd_download_title {
height: 62px;
}
.edd_download_inner .edd_price_class > .edd_price {
margin: 8px 0 17px 0;
font-size: 30px;
font-size: 3.0rem;
font-weight: 900;
color: #f96380;
}
.edd_download_inner .edd_price_class span.edd_price strong {
font-size: 40px;
font-size: 4.0rem;
font-weight: 900;
line-height: 0;
}
.edd_download_inner .edd_download_excerpt p {
margin-bottom: 50px;
min-height: 5.25em;
}
.edd-add-to-cart,
.edd-submit,
#edd_login_submit,
#edd-purchase-button {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0 none;
background-color: #f96380 !important;
color: #fff !important;
text-transform: uppercase;
font-size: 13px;
font-size: 1.3rem;
font-weight: 300 !important;
letter-spacing: 0.105em !important;
height: 51px !important;
padding: 18px 16px !important;
font-family: 'Roboto', sans-serif;
}
#edd_profile_editor_submit {
color: #292a2e;
border-color: #292a2e;
}
.edd-add-to-cart:hover,
.edd-submit:hover,
#edd_profile_editor_submit:hover,
#edd_login_submit:hover,
#edd-purchase-button:hover {
color: rgba(218, 214, 213, 0.5) !important;
}
.edd-cart-added-alert {
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-top: 14px;
background-color: #567622;
color: #fff;
padding: 0 10px;
white-space: nowrap;
}
body .edd-cart-added-alert i:before {
display: none;
} .shop-single .hentry .entry-content {
padding: 0;
}
.shop-single .hentry .entry-content p {
margin-bottom: 2.9em;
}
.shop-single-item-share {
border-top: 1px solid #fff;
margin-top: 43px;
padding-top: 50px;
}
.shop-single-item-share span {
font-size: 20px;
font-size: 2.0rem;
color: #292a2e;
}
.shop-single-item-share .share-icons {
margin-top: 8px;
}
.shop-single-item-share li a {
color: #dad6d5;
}
.shop-single-item-share li a:hover {
color: rgba(218, 214, 213, 0.5);
}
.shop-single .edd-add-to-cart {
padding: 16px 16px;
}
.shop-single .entry-content .edd_download_purchase_form {
margin-top: 50px;
} .shop-single .edd-sidebar .edd_downloads_list {
background-color: #fff;
}
.shop-single .edd-sidebar .edd_downloads_list .edd_download .edd_download_inner {
padding: 0 0 36px 0;
margin: 0;
}
.shop-single .edd-sidebar .edd_download_inner .edd_price_class > .edd_price {
margin: 8px 0 46px 0;
}
.sidebar_info {
padding: 53px 65px 59px;
background-color: #fff;
margin: 1px 0;
text-align: left;
color: #292a2e;
}
.sidebar_info p {
margin: 0;
padding: 0;
}
.sidebar_info .iconed {
padding-left: 30px;
font-family: 'Raleway', sans-serif;
font-weight: 300;
display: block;
line-height: 1.78em;
}
.sidebar_info .iconed:before {
margin-top: 2px;
}
.sidebar_info hr {
width: 100px;
text-align:left;
margin: 20px 0 21px 0;
}
.sidebar_info .iconed,
.sidebar_info .iconed a {
color: #808080;
}
.sidebar_info .iconed a:hover {
color: #292a2e;
} #edd_profile_editor_form {
text-align: left;
}
#edd_profile_editor_form label,
#edd_profile_editor_form p {
margin-top: 12px;
}
#edd_profile_editor_form input,
#edd_profile_editor_form select {
margin-top: 10px;
}
#edd_profile_editor_form fieldset > div legend {
margin-top: 40px;
text-transform: uppercase;
color: #292a2e;
font-size: 19px;
font-size: 1.9rem;
}
#edd_user_history th,
#edd_checkout_cart .edd_cart_header_row th {
font-weight: 500;
background-color: #fff;
}
#edd_checkout_form_wrap #edd_show_discount,
#edd_checkout_form_wrap #edd_final_total_wrap {
background-color: #fff;
}
#edd_checkout_form_wrap legend,
#edd_final_total_wrap strong,
#edd_checkout_user_info .edd-label {
font-weight: 500;
} body.gallery-regular .site,
body.gallery-full-width .site {
background: #fff;
} .relwraper {
position: relative;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.abswraper {
position: absolute;
top: 0;
left: 0;
}
.h {
height: 100%;
}
.w {
width: 100%;
} .centered-vertical {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.centered-horizontal {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.centered-both {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .equal-columns {
display: table;
width: 100%;
}
.equal-columns > * {
display: table-cell;
float: none;
vertical-align: top;
} #preloader {
position: fixed;
z-index: 999999;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #ffffff;
}
#preloader-status {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
height: 200px;
margin: -100px 0 0 -100px;  }
#preloader-title {
font-size: 10px;
font-size: 1.0rem;
text-align: center;
text-transform: uppercase;
}
.spinner {
margin: 0 auto;
width: 120px;
height: 30px;
text-align: center;
font-size: 10px;
font-size: 1.0rem;
}
.spinner > div {
background-color: #f96380;
height: 100%;
width: 20px;
display: inline-block;
-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.spinner .rect3 {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.spinner .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.spinner .rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
0%,
40%,
100% {
-webkit-transform: scaleY(0.4);
}
20% {
-webkit-transform: scaleY(1);
}
}
@keyframes stretchdelay {
0%,
40%,
100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
-ms-transform: scaleY(0.4);
}
20% {
transform: scaleY(1);
-ms-transform: scaleY(1);
}
} .iconed,
.iconed-field-left,
.iconed-field-right,
.iconed-button-left,
.iconed-button-right {
position: relative;
}
.iconed {
padding-left: 40px;
}
.iconed-field-left,
.iconed-field-right {
padding-left: 0;
}
.iconed-button-left,
.iconed-button-right {
display: inline-block;
padding-left: 0;
}
.iconed-field-left input,
.iconed-field-left textarea,
.mc4wp-form .iconed-field-left input {
padding-left: 80px !important;
}
.iconed-button-left input,
.mc4wp-form .iconed-button-left input,
.mc4wp-form .iconed-button-left input[type] {
padding-left: 55px !important;
}
.iconed-field-right input,
.iconed-field-right textarea,
.mc4wp-form .iconed-field-right input {
padding-right: 80px !important;
}
.iconed-button-right input,
.mc4wp-form .iconed-button-right input,
.mc4wp-form .iconed-button-right input[type] {
padding-right: 55px !important;
}
.iconed:before,
.iconed-field-left:before,
.iconed-field-right:before,
.iconed-button-left:before,
.iconed-button-right:before {
position: absolute;
font-size: 24px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;	
}
.iconed-field-left:not(.textarea):before,
.iconed-field-right:not(.textarea):before,
.iconed-button-left:before,
.iconed-button-right:before {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.iconed-field-left.textarea:before,
.iconed-field-right.textarea:before {
top: 12px;
}
.rt2:before {
font-family: "rt-icons-2" !important;
}
.iconed:before {
top: -3px;
left: 0;
}
.iconed-field-left:before {
left: 0;
margin-left: 39px;
}
.iconed-field-right:before {
left: auto;
right: 0;
margin-right: 39px;
}
.iconed-button-left:before {
left: 0;
margin: 0 17px;
}
.iconed-button-right:before {
left: auto;
right: 0;
margin: 0 17px;
}
.iconed i,
.iconed a {
font-style: normal;
font-family: 'Raleway', sans-serif;
font-weight: 300;
}
.iconed-button-left,
.iconed-button-left input {
text-align: right;
}
.iconed-button-right,
.iconed-button-right input {
text-align: left;
} button.iconed-button-left,
button.iconed-button-right,
a.iconed-button-left,
a.iconed-button-right {
font-family: 'Raleway', sans-serif;
text-transform: uppercase;
font-weight: 700;
}
button.iconed-button-left.rt2:before,
button.iconed-button-right.rt2:before,
a.iconed-button-left.rt2:before,
a.iconed-button-right.rt2:before {
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0 11px 0 15px;
}
button.iconed-button-left,
a.iconed-button-left {
padding-left: 55px;
padding-right: 20px;
}
button.iconed-button-right,
a.iconed-button-right {
padding-left: 20px;
padding-right: 55px;
} .iconed:before {
color: #f96380;
}
div.iconed-button-left:not(.disabled):hover:before,
div.iconed-button-right:not(.disabled):hover:before,
button.iconed-button-left:enabled:hover:before,
button.iconed-button-right:enabled:hover:before,
a.iconed-button-left:enabled:hover:before,
a.iconed-button-right:enabled:hover:before {
color: #f96380;
}
.iconed-field-left:not(.disabled):before,
.iconed-field-right:not(.disabled):before {
color: #f96380;
}
.iconed-field-left:not(.disabled):hover:before,
.iconed-field-left.active:not(.disabled):before,
.iconed-field-right:not(.disabled):hover:before,
.iconed-field-right.active:not(.disabled):before {
color: rgba(249, 99, 128, 0.5);
}
.iconed-field-left.type-2:not(.disabled):hover:before,
.iconed-field-left.type-2.active:not(.disabled):before,
.iconed-field-right.type-2:not(.disabled):hover:before,
.iconed-field-right.type-2.active:not(.disabled):before,
.custom-select-left.type-2:not(.disabled):hover:before,
.custom-select-right.type-2:not(.disabled):hover:before {
color: #292a2e;
} .custom-select-left,
.custom-select-right {
display: inline-block;
position: relative;
background-color: #fff;
height: 60px;
}
.secondary .custom-select-left,
.secondary .custom-select-right {
height: 50px;
}
.custom-select-left:before,
.custom-select-right:before {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 20px;
}
.custom-select-left:not(.disabled):before,
.custom-select-right:not(.disabled):before {
color: #f96380;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.custom-select-left:not(.disabled):hover:before,
.custom-select-right:not(.disabled):hover:before {
opacity: 0.5;
}
.custom-select-left:before {
left: 0;
margin-left: 13px;
margin-left: 1.3rem;
}
.custom-select-right:before {
right: 0;
margin-right: 13px;
margin-right: 1.3rem;
}
.custom-select-left select,
.custom-select-right select {
-webkit-appearance:none;
-moz-appearance:none;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
background-color: transparent !important;
margin: 0 !important;
}
.custom-select-left select {
padding-left: 57px;
padding-left: 5.7rem;
}
.custom-select-right select {
padding-right: 57px;
padding-right: 5.7rem;
} .entry-header-wrapper {
background-color: #292a2e;
text-align: center;
background: url(//www.laytonhealthandwellness.com/wp-content/themes/chiropractor/images/entry_header_wrapper_bg.jpg) repeat center -19px;;
position: relative;
height: 130px;
}
.entry-header-wrapper:before {
content: '';
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(41, 42, 46, 0.95);
}
.entry-header-wrapper .page-title {
margin: 7px 0 !important;
color: #fff;
font-size: 30px;
font-size: 3.0rem;
font-weight: 200;
text-transform: uppercase;
line-height: 25px;
}
.entry-header-wrapper .breadcrumbs span {
color: #fff;
font-size: 12px;
font-size: 1.2rem;
font-weight: 500;
letter-spacing: 2px;
}
.entry-header-wrapper .breadcrumbs span a {
color: #f96380;
}
.entry-header-wrapper .breadcrumbs span a:hover {
color: rgba(249, 99, 128, 0.5);
} .wide-bg {
position: relative;
width: 100vw;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
} .embed-responsive-3by2 {
padding-bottom: 66.666%;
} .post-items {
position: absolute;
width: 190px;
height: 60px;
left: 50%;
top: 0;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.post-items__item {
display: block;
float: left;
width: 60px;
height: 60px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
overflow: hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post-items__item + .post-items__item {
margin-left: 5px;
}
.post-items__item-inner {
margin-top: -2px;
}
.post-items__item-inner > i,
.post-items__item-inner > span {
display: block;
}
.post-items__item .bg,
.post-items__item .bg2 {
display: block;
position: absolute;
width: 100%;
height: 100%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post-items__item .post-items__item-inner > i {
font-size: 24px;
font-size: 2.4rem;
}
.post-items__item .post-items__item-inner > span {
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-size: 1.2rem;
font-weight: 400;
line-height: 12px;
margin-top: 2px;
}
.post-items__item.date .post-items__item-inner > i {
color: #fff;
}
.post-items__item.date .post-items__item-inner > span {
color: #292a2e;
}
.post-items__item.comment .post-items__item-inner > i {
color: #f96380;
}
.post-items__item.comment .post-items__item-inner > span {
color: #fff;
}
.post-items__item.like .post-items__item-inner > i {
color: #f96380;
}
.post-items__item.like .post-items__item-inner > span {
color: #292a2e;
}
.post-items__item.like,
.post-items__item:hover {
background-color: #fff;
}
.post-items__item.date .bg {
background: url(//www.laytonhealthandwellness.com/wp-content/themes/chiropractor/images/circ_btn_size_1.png);
}
.post-items__item.comment .bg {
background: url(//www.laytonhealthandwellness.com/wp-content/themes/chiropractor/images/circ_btn_size_1_black.png);
}
.post-items__item.comment .bg2 {
background: url(//www.laytonhealthandwellness.com/wp-content/themes/chiropractor/images/circ_btn_size_1.png);
opacity: 0;
}
.post-items__item.like .bg {
background: url(//www.laytonhealthandwellness.com/wp-content/themes/chiropractor/images/circ_btn_size_1.png);
opacity: 0;
}
.post-items__item.date:hover .bg {
opacity: 0.5;
}
.post-items__item.comment:hover .bg {
opacity: 0;
}
.post-items__item.comment:hover .bg2 {
opacity: 0.5;
}
.post-items__item.like:hover .bg {
opacity: 0.5;
}
.post-items__item:hover .post-items__item-inner > i {
color: #fff;
}
.post-items__item:hover .post-items__item-inner > span {
color: #292a2e;
}
.post-items__item.comment:hover .post-items__item-inner > i,
.post-items__item.like:hover .post-items__item-inner > i {
color: #fff;
} .widget-area-placeholder {
background-color: rgba(249, 99, 128, 0.2) !important;
}
.widget-area-placeholder .widget-title,
.widget-area-placeholder .textwidget {
border-color: #fff;
border-style: solid;
border-width: 1px 0;
}
.widget-area-placeholder .textwidget {
text-align: center;
text-transform: uppercase;
padding: 10px 0;
}  @-ms-viewport { width: device-width;
}
@viewport { width: device-width;
} @media screen and (min-width: 15em) {
.entry-header-wrapper {
height: 65px;
}
.hentry.has-post-thumbnail .entry-content h1 {
margin-top: 31px;
}
.entry-header h2,
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
font-size: 30px;
font-size: 3.0rem;
}
.post-controls {
margin-bottom: 28px;
}
.post-controls .pctrl-like-btn,
.post-controls .pctrl-view span {
display: none;
}
.hentry + .hentry,
.excerpt.type-1 + .excerpt.type-1,
.excerpt.type-2 + .excerpt.type-2 {
margin-top: 30px;
}
.nav-previous, .nav-next {
width: 100%;
}
.copyright {
text-align: center;
}
.logo > a {
margin: 0 0 3px;
}
.before-logo {
display: none;
}
.overlogo {
margin-top: 30px;
margin-left: 55px;
margin-bottom: -13px;
}
.logo-underline {
margin-right: 15px;
margin-bottom: 0;
}
.menu-strip {
border-top: 0;
text-align: center;
}
.head-menu-left a .menu-title {
display: none;
}
.head-static {
padding: 5px;
}
.head-static > .row > div {
padding: 5px 5px;
}
.social-search {
display: inline-block;
}
.social-search .social-navigation {
display: none;
}
.main-nav {
padding: 0 21px 0 141px;
}
.main-nav .menu {
display: none;
}
.nav-button,
.menu-strip.slim .nav-button {
display: inline-block;
width: 100%;
padding-right: 21px;
padding-left: 141px;
}
.menu-strip.slim .nav-button {
padding-left: 101px;
}
.main-nav .menu > li + li {
margin-left: 4px;
}
.main-nav .menu > li + li:before {
margin-right: 10px;
}
.head-menu-left .menu-title {
display: none;
}
.head-menu-left a,
.head-menu-left-inner {
width: 120px;
}
.menu-strip.slim .head-menu-left a,
.menu-strip.slim .head-menu-left-inner {
width: 80px;
}
.menu-strip .social-search .bottom,
.menu-strip .social-search .social {
display: none;
}
.menu-strip .social-search .phone {
display: none;
margin-right: 0;
}
.row {
margin: 0;
}
.site-main > .container-fluid,
.site-main > .container-fluid > .row > .col-xs-12,
.featured-block .container-fluid,
.featured-block .container-fluid > .row > .col-xs-12 {
padding-right: 0;
padding-left: 0;
}
.container.fixed {
padding-right: 15px;
padding-left: 15px;
}
.hentry.post .entry-content {
padding: 0;
}
.hentry.excerpt .entry-content {
padding: 30px;
}
.col-sm-8 iframe[src*="feature=oembed"],
.col-sm-8 iframe[src*="player.vimeo.com"] {
height: 230px;
}
.post-password-form input{
display: block;
margin: 10px 0 !important;
max-width: 100%;
}
.post-password-form input[type="submit"] {
clear: left;
}
.comment-form .col-sm-4 {
padding-right: 0;
}
.video-container.wide .container {
margin-right: 15px;
margin-left: 15px;
}
.wide-video-title h1 {
font-size: 30px;
font-size: 3.0rem;
}
.widget-title {
letter-spacing:0;
}
.author-description {
padding: 30px;
}
.author-social {
position: static;
padding: 22px 0 37px;
}
.author-social li {
float: left;
margin-right: 7px;
}
.breadcrumbs {
display: none;
}
.ts-w620-hide,
.bs-w620-hide,
.ts-w992-hide {
display: none !important;
}
.ts-slide-down {
margin-top: 42px !important;
}
.ts-big-2 {
margin-top: 20px !important;
}
.ts-big-3 {
margin-top: 40px !important;
}
.ts-btn {
margin-top: 10px !important;
}
.blog-slider .posts-slider__title a {
font-size: 20px;
font-size: 2.0rem;
line-height: 20px;
}
.wpcf7-form .double > div {
width: 100%;
}
.wpcf7-form .double .left {
padding-right: 0;
}
.wpcf7-form .double .right {
padding-left: 0;
}
.site-faq .fw-col-xs-12 + .fw-col-xs-12 {
margin-top: 10px;
}
.apsc-theme-2 .apsc-each-profile {
width: 68px;
}
.apsc-theme-2 .apsc-each-profile,
.apsc-theme-2 .apsc-each-profile a {
min-height: 88px;
}
.apsc-theme-2 .social-icon .fa {
font-size: 22px;
font-size: 2.2rem;
}
.apsc-theme-2 .apsc-count {
font-size: 14px;
font-size: 1.4rem;
}
.apsc-theme-2 .apsc-media-type {
font-size: 9px;
font-size: 0.9rem;
}
.services-main-section [class*="fw-col-sm-3"] {
width: 100%;
}
.services-main-section [class*="fw-col-sm-3"] + [class*="fw-col-sm-3"] {
margin-top: 30px;
margin-left: 0;
}
.fw-shortcode-about-us.about-page-element {
margin-top: 45px;
}
.booked-calendar-shortcode-wrap table.booked-calendar tr:not(.entryBlock) td {
height: 50px !important;
}
.booked-calendar-shortcode-wrap table.booked-calendar tr:not(.entryBlock) td > span,
.booked-calendar-shortcode-wrap table.booked-calendar tr:not(.entryBlock) td > span > span {
line-height: 50px !important;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
width: 100%;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
text-align: center;
padding-left: 0;
padding-right: 0;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:before {
display: none;
}
.office {
height: 302px;
}
.office.only {
height: 144px;
}
.office--title {
padding-top: 39px;
}
.office--items {
width: 100%;
padding-right: 15px;
padding-left: 15px;
left: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
}
.office--item {
width: 100%;
height: 158px;
}
.office--place {
font-size: 25px;
font-size: 2.5rem;
}
.foot-about {
padding-top: 60px;
}
.foot-about img {
top: 0;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding-right: 20px;
}
.shop-loop .edd_download_columns_3 .edd_download {
width: 100% !important;
}
.shop-loop .edd_download_columns_3 .edd_download:nth-of-type(2n) .edd_download_inner {
margin: 0 0 30px;
}
.shop-loop .edd_download_columns_3 .edd_download:nth-of-type(4n) .edd_download_inner,
.shop-loop .edd_download_columns_3 .edd_download:first-child .edd_download_inner {
margin: 0 0 30px;
}
.shop-loop .edd_download_columns_3 .edd_download:nth-of-type(3n) .edd_download_inner {
margin: 0 0 30px;
}
.edd_download_inner > :not(.edd_download_image) {
padding: 0 5px;
}
.entry-content h1.page_title_404 {
font-size: 100px;
font-size: 10.0rem;
line-height: 75px;
line-height: 7.5rem;
margin: 0 0 17px -5px;
}
.page_message_404 {
font-size: 25px;
font-size: 2.5rem;
margin-bottom: 20px;
}
.error-404 .search-form [class*=iconed] {
width: 220px;
}
.sidebar_info {
padding: 13px 5px 19px;
}
} @media screen and (min-width: 20em) {
body,
button,
input,
select,
textarea {
}
li > ul,
li > ol,
blockquote > ul,
blockquote > ol {
}
blockquote {
margin-left: 0;
}
blockquote > blockquote {
margin-left: 0;
}
.entry-header h2,
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
}
.post-controls .pctrl-view span {
display: inline;
}
.entry-content,
.entry-footer {
width: 100%;
margin: 0;
}
.comment-respond {
width: 100%;
margin: 1em auto;
}
.hentry.sticky:not(.has-post-thumbnail) {
padding-top: inherit;
}
.post-navigation a {
padding: 4.5454% 9.0909%;
}
.pagination {
border-top: 0;
padding: 0;
} .pagination .current .screen-reader-text {
position: absolute !important;
}
.pagination .page-numbers {
display: inline-block;
}
.image-navigation {
padding: 0 9.0909%;
}
.comment-content ul,
.comment-content ol {
}
.comment-content li > ul,
.comment-content li > ol,
.comment-content blockquote > ul,
.comment-content blockquote > ol {
}
.comment-list article, .comment-list .pingback, .comment-list .trackback {
margin: 0.6em 0 0.6em 40px;
padding: 0 30px 17px 16px;
}
.comment-reply-link {
width: 40px;
height: 40px;
margin-top: 0;
}
.comment-reply-link span {
width: 40px;
height: 40px;
}
.secondary .widget-title {
}
.apsc-theme-2 .apsc-each-profile {
width: 93px;
}
.apsc-theme-2 .apsc-each-profile,
.apsc-theme-2 .apsc-each-profile a {
min-height: 93px;
}.apsc-theme-2 .social-icon .fa {
font-size: 28px;
font-size: 2.8rem;
}
.apsc-theme-2 .apsc-count {
font-size: 16px;
font-size: 1.6rem;
}
.apsc-theme-2 .apsc-media-type {
font-size: 12px;
font-size: 1.2rem;
}
.edd_download_inner > :not(.edd_download_image) {
padding: 0 10px;
}
.entry-content h1.page_title_404 {
font-size: 120px;
font-size: 12.0rem;
line-height: 95px;
line-height: 9.5rem;
}
.error-404 .search-form [class*=iconed] {
width: 217px;
}
.services-main-section .fw-row {
padding-left: 15px;
padding-right: 15px;
}
.office--place {
font-size: 33px;
font-size: 3.3rem;
}
}
@media screen and (min-width: 450px) {
.hentry + .hentry,
.excerpt.type-1 + .excerpt.type-1,
.excerpt.type-2 + .excerpt.type-2 {
margin-top: 40px;
}
.excerpt.type-3 + .excerpt.type-3 {
margin-top: 40px;
}
.excerpt.type-3 {
margin-bottom: 0;
}
.author-description {
padding: 40px 114px 40px 40px;
}
.author-social {
position: absolute;
padding: 0;
}
.author-social li {
float: none;
margin-right: 0;
}
.error-404 .search-form [class*=iconed] {
width: 350px;
}
.services-main-section [class*="fw-col-sm"] p {
height: 60px;
}
.office {
height: 362px;
}
.office.only {
height: 204px;
}
.office--title {
padding-top: 76px;
}
.office--place {
font-size: 50px;
font-size: 5.0rem;
}
}
@media screen and (min-width: 480px) {
.main-nav {
padding: 0 270px 0 141px;
}
.nav-button,
.menu-strip.slim .nav-button {
padding-right: 270px;
padding-left: 141px;
}
.menu-strip.slim .nav-button {
padding-left: 101px;
}
.menu-strip .social-search .phone {
display: block;
}
.widget-title {
letter-spacing: 6px;
}
.blog-slider .posts-slider__title a {
font-size: 35px;
font-size: 3.5rem;
line-height: 35px;
}
.apsc-theme-2 .apsc-each-profile {
width: 120px;
}
.apsc-theme-2 .apsc-each-profile,
.apsc-theme-2 .apsc-each-profile a {
min-height: 120px;
}
} @media screen and (min-width: 38.75em) {
body,
button,
input,
select,
textarea {
}
.entry-content h1:first-child:first-child,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
font-size: 40px;
font-size: 4.0rem;
}
.hentry.has-post-thumbnail .entry-content h1 {
margin-top: 51px;
}
.entry-header h2,
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
}
body.custom-page .hentry .entry-content {
padding: 0;
}
.nav-previous, .nav-next {
width: 49.3%;
}
.post-navigation div + div {
border-top: 0 none;
}
.entry-header-wrapper {
height: 130px;
}
.post-controls {
margin-bottom: 43px;
}
.post-controls .pctrl-like-btn {
display: block;
}
.hentry.excerpt.type-3 .entry-content {
padding: 40px;
}
.hentry + .hentry,
.excerpt.type-1 + .excerpt.type-1,
.excerpt.type-2 + .excerpt.type-2 {
margin-top: 60px;
}
.excerpt.type-3 + .excerpt.type-3 {
margin-top: 60px;
}
.excerpt.type-2 .post-thumbnail.use-default {
display: block;
}
.excerpt.type-2 .post-thumbnail .cover {
display: block;
}
.excerpt.type-2 .post-thumbnail img {
display: none;
}
.excerpt.type-2.has-post-thumbnail:not(.has-post-background),
.excerpt.type-2.default-thumb,
.excerpt.type-2.has-post-media {
padding-left: 50%;
}
.excerpt.type-2:not(.format-video) .post-thumbnail,
.excerpt.type-2.format-video .video-container,
.excerpt.type-2.format-audio iframe,
.excerpt.type-2.format-image figure a,
.excerpt.type-2.format-gallery .owl-gallery,
.excerpt.type-2 .featured-media {
position: absolute;
width: 50%;
height: 100% !important;
top: 0;
left: 0;
padding: 0;
margin: 0;
}
.excerpt.type-2 .relwraper,
.excerpt.type-2 .post-thumbnail {
height: 100%;
}
.excerpt.type-2 .post-controls .pctrl-like-btn,
.excerpt.type-2 .post-controls .pctrl-view span {
display: none;
}
.social-search .social-navigation {
display: block;
}
.col-sm-8 iframe[src*="feature=oembed"],
.col-sm-8 iframe[src*="player.vimeo.com"] {
height: 383px;
}
.post-password-form input{
display: inline-block;
padding: 0.54em 0.625em !important;
margin: 0 5px !important;
}
.post-password-form input[type="submit"] {
clear: none;
}
.comment-list .children > li {
padding-left: 56px;
}
.wide-video-title h1 {
font-size: 40px;
font-size: 4.0rem;
}
.breadcrumbs {
display: block;
}
.ts-w620-hide,
.bs-w620-hide {
display: block !important;
}
.blog-slider .posts-slider__title a {
font-size: 45px;
font-size: 4.5rem;
line-height: 45px;
}
.wpcf7-form .double > div {
width: 50%;
}
.wpcf7-form .double .left {
padding-right: 4px;
}
.wpcf7-form .double .right {
padding-left: 4px;
}
.booked-calendar-shortcode-wrap table.booked-calendar tr:not(.entryBlock) td {
height: 80px !important;
}
.booked-calendar-shortcode-wrap table.booked-calendar tr:not(.entryBlock) td > span,
.booked-calendar-shortcode-wrap table.booked-calendar tr:not(.entryBlock) td > span > span {
line-height: 80px !important;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
text-align: left;
padding-left: 40px;
padding-right: 55px;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:before {
display: block;
}
#booked-profile-page .booked-profile-appt-list .appt-block {
float: left;
width: 50%;
padding: 30px 50px !important;
}
#booked-profile-page .booked-profile-appt-list .calendar-name {
padding-bottom: 15px !important;
}
#booked-profile-page .booked-profile-appt-list .booked-cal-buttons {
padding-top: 21px !important;
}
.office--place {
font-size: 60px;
font-size: 6.0rem;
}
.foot-about {
padding-top: 0;
padding-left: 120px
}
.foot-about img {
top: -22px;
left: 0;
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
padding-right: 20px;
}
.edd_download_inner > :not(.edd_download_image) {
padding: 0 60px;
}
.entry-content h1.page_title_404 {
font-size: 240px;
font-size: 24.0rem;
line-height: 175px;
line-height: 17.5rem;
margin: 30px 0 7px -10px;
}
.page_message_404 {
font-size: 40px;
font-size: 4.0rem;
margin-bottom: 20px;
}
.sidebar_info {
padding: 53px 65px 59px;
}
} @media screen and (min-width: 46.25em) {
body,
button,
input,
select,
textarea {
}
button,
input {
}
p,
address,
pre,
hr,
ul,
ol,
dl,
dd {
}
blockquote {
font-size: 20px;
font-size: 2.0rem;
}
blockquote p {
}
blockquote cite,
blockquote small {
}
pre {
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
}
.cat-links-floated a:first-of-type {
padding-left: 0;
}
.post-comments-floated {
padding-right: 0;
}
.comment-form-wrap .avatar {
width: 60px;
height: 60px;
-webkit-transform: translateX(-60px);
-ms-transform: translateX(-60px);
transform: translateX(-60px);
}
.author-info {
margin-left: 60px;
}
.author-info .author-avatar {
-webkit-transform: translateX(-60px);
-ms-transform: translateX(-60px);
transform: translateX(-60px);
}
.author-info .avatar {
height: 60px;
width: 60px;
}
.post-password-form label,
.post-navigation .meta-nav,
.image-navigation,
.comment-navigation,
.author-heading,
.entry-footer,
.page-links a,
.page-links span,
.pagination .page-numbers,
.comment-metadata,
.pingback .edit-link,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.comment-form label,
.form-allowed-tags,
.site-info,
.wp-caption-text,
.gallery-caption,
.entry-caption {
font-size: 11px;
font-size: 1.1rem;
line-height: 14px;
line-height: 1.4rem;
}
.image-navigation .nav-previous a:before,
.image-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after {
top: 2px;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4118em 1.6471em 1.6471em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4118em 0 1.6471em 1.6471em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
margin-top: 0.4118em;
margin-bottom: 2.1429em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2353em;
}
.sidebar-hidden {
position: absolute;
}
.sidebar-visible {
position: relative;
}	
.widget p,
.widget address,
.widget hr,
.widget ul,
.widget ol,
.widget dl,
.widget dd,
.widget pre {
}
.widget li > ul,
.widget li > ol {
}
.widget blockquote {
font-size: 17px;
font-size: 1.7rem;
line-height: 2.1429;
margin-bottom: 2.1429em;
margin-left: 0;
padding-left: 1em;
}
.widget blockquote p {
}
.widget blockquote cite,
.widget blockquote small {
}
.widget blockquote > blockquote {
margin-left: 0;
}
.widget pre {
}
.widget button,
.widget input,
.widget select,
.widget textarea {
line-height: 1.75;
}
.widget button,
.widget input {
line-height: normal;
}
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
padding: 0.8214em 1.6429em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
padding: 0.5625em;
}
.widget blockquote.alignleft,
.widget .wp-caption.alignleft,
.widget img.alignleft {
margin: 0.5em 1.5em 1.5em 0;
}
.widget blockquote.alignright,
.widget .wp-caption.alignright,
.widget img.alignright {
margin: 0.5em 0 1.5em 1.5em;
}
.widget blockquote.aligncenter,
.widget .wp-caption.aligncenter,
.widget img.aligncenter {
margin-top: 0.5em;
margin-bottom: 1.5em;
}
.widget .wp-caption.alignleft,
.widget .wp-caption.alignright,
.widget .wp-caption.aligncenter {
margin-bottom: 1em;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li {
padding: 0.9643em 0;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
margin: 0.9643em 0 0 1em;
padding-top: 0.9643em;
}
.widget_rss li {
margin-bottom: 2.7em;
}
.widget_rss .rss-date,
.widget_rss cite {
line-height: 1.75;
}
.blog-slider .posts-slider__title a {
font-size: 55px;
font-size: 5.5rem;
line-height: 55px;
}
.entry-title {
font-size: 15px;
font-size: 1.5rem;
}
.entry-subtitle {
font-size: 13px;
font-size: 1.3rem;
}
.blue-dots {
font-size: 13px;
font-size: 1.3rem;
font-weight: 900;
color: #4abbbc;
}
.entry-content h1:first-child,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
}
.entry-header h2,
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
}
.entry-content > h2,
.entry-summary > h2,
.page-content > h2,
.comment-content > h2 {
}
.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
}
.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4 {
font-size: 14px;
font-size: 1.4rem;
}
.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
font-size: 12px;
font-size: 1.2rem;
}
.entry-content > span {
font-size: 12px;
font-size: 1.2rem;
}
.author-link:after {
top: 3px;
}
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
top: 0;
}
.taxonomy-description {
padding-top: 0.4118em;
}
.page-title,
.comments-title,
.comment-reply-title,
.post-navigation .post-title {
font-size: 17px;
font-size: 1.7rem;
line-height: 1.1667;
}
.page-links {
margin-bottom: 1.4117em;
}
.page-links a,
.page-links > span {
margin: 0 0.2857em 0.2857em 0;
}
.format-link .entry-title a:after {
top: 0.0833em;
}
.comments-title {
margin-bottom: 1.4em;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
margin: 1.6471em 0 1.6471em 60px;
padding: 5px 30px 17px 16px;
}
.comment-reply-link {
width: 60px;
height: 60px;
margin-top: 0;
}
.comment-reply-link span {
width: 60px;
height: 60px;
}
.comment-list .comment-respond,
.comment-navigation .comment-respond {
padding-top: 0;
}
.comment-list .children > li {
padding-left: 76px;
}
.comment-author {
margin-bottom: 0;
}
.comment-author .avatar {
height: 60px;
margin-right: 1.64705em;
width: 60px;
left: -60px;
}
.comment-metadata .edit-link:before {
top: 2px;
}
.pingback .edit-link:before {
top: 6px;
}
.bypostauthor > article .fn:after {
top: 7px;
left: 6px;
}
.comment-content ul,
.comment-content ol {
}
.comment-reply-title small a:after {
top: -1px;
}
embed,
iframe,
object,
video {
margin-bottom: 1.6471em;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
font-size: 17px;
font-size: 1.7rem;
margin-bottom: 1.6471em;
}
.wp-caption,
.gallery {
margin-bottom: 1.6471em;
}
.page-about .fw-testimonials {
width: 720px;
}
.services-main-section [class*="fw-col-sm"] p {
height: 30px;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-time {
width: 56.5%;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
width: 42.5%;
}
}
@media screen and (min-width: 768px) {
body.has-sidebar .entry-content h1:first-child,
body.has-sidebar .entry-summary h1,
body.has-sidebar .page-content h1,
body.has-sidebar .comment-content h1 {
font-size: 30px;
font-size: 3.0rem;
}
.post-container.sleft {
margin-left: -5px;
padding-right: 4px !important;
}
body.has-sidebar .hentry.has-post-thumbnail .entry-content h1 {
margin-top: 31px;
}
body.has-sidebar .post-controls {
margin-bottom: 28px;
}
.col-sm-8 iframe[src*="feature=oembed"],
.col-sm-8 iframe[src*="player.vimeo.com"] {
height: 230px;
}
.is_stuck {
margin-top: 0;
}
.comment-form .col-sm-4 {
padding-right: 10px;
}
.comment-form .comment-form-url {
padding-right: 0;
}
.container.fixed {
padding-right: 0;
padding-left: 0;
}
.site-main > .container-fluid > .row > .col-sm-8 {
width: 67.093%;
}
.site-main > .container-fluid > .row > .col-sm-4 {
width: 32.907%;
}
.sright.post-container > .row > .col-sm-3,
.sright.post-container > .row > .col-sm-4 {
padding-left: 15px;
padding-right: 0;
}
.sright.post-container > .row > .col-sm-8,
.sright.post-container > .row > .col-sm-9 {
padding-left: 0;
padding-right: 15px;
}
.sleft.post-container > .row > .col-sm-3,
.sleft.post-container > .row > .col-sm-4 {
padding-left: 0;
padding-right: 15px;
}
.sleft.post-container > .row > .col-sm-8,
.sleft.post-container > .row > .col-sm-9 {
padding-left: 15px;
padding-right: 0;
}
.snone.post-container > .row > .col-xs-12,
.snone.post-container > .row > .col-sm-12 {
padding-left: 0;
padding-right: 0;
}
.main-nav {
padding: 0 270px 0 401px;
}
.nav-button,
.menu-strip.slim .nav-button {
padding-right: 270px;
padding-left: 401px;
}
.menu-strip.slim .nav-button {
padding-left: 361px;
}
.head-menu-left .menu-title {
display: block;
}
.head-menu-left a,
.head-menu-left-inner {
width: 424px;
}
.menu-strip.slim .head-menu-left a,
.menu-strip.slim .head-menu-left-inner {
width: 384px;
}
body.has-sidebar .excerpt.type-2 .post-thumbnail.use-default {
display: none;
}
body.has-sidebar .excerpt.type-2 .post-thumbnail .cover {
display: none;
}
body.has-sidebar .excerpt.type-2 .post-thumbnail img {
display: block;
}
body.has-sidebar .excerpt.type-2.has-post-thumbnail:not(.has-post-background),
body.has-sidebar .excerpt.type-2.default-thumb,
body.has-sidebar .excerpt.type-2.has-post-media {
padding-left: 0;
}
body.has-sidebar .excerpt.type-2:not(.format-video) .post-thumbnail,
body.has-sidebar .excerpt.type-2.format-video .video-container,
body.has-sidebar .excerpt.type-2.format-audio iframe,
body.has-sidebar .excerpt.type-2.format-image figure a,
body.has-sidebar .excerpt.type-2.format-gallery .owl-gallery,
body.has-sidebar .excerpt.type-2 .featured-media {
position: static;
width: auto;
height: auto !important;
top: auto;
left: auto;
}
body.has-sidebar .excerpt.type-2 .post-thumbnail img {
display: block;
}
body.has-sidebar .excerpt.type-2 .post-controls .pctrl-like-btn {
display: block;
}
body.has-sidebar .excerpt.type-2 .post-controls .pctrl-view span {
display: inline;
}
.video-container.wide .container {
margin-right: auto;
margin-left: auto;
}
.secondary .widget-title {
font-size: 22px;
font-size: 2.2rem;
letter-spacing: 0;
}
.widget blockquote {
font-size: 13px;
font-size: 1.3rem;
line-height: 1.5;
margin-bottom: 1.5em;
margin-left: 0;
padding-left: 1.1667em;
}
.widget blockquote p {
margin-bottom: 1.5em;
}
.widget blockquote cite,
.widget blockquote small {
}
.widget pre {
}
.widget .wp-caption-text,
.widget .gallery-caption {
font-size: 12px;
font-size: 1.2rem;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li {
padding: 0.4583em 0;
}
.widget_archive li a:before,
.widget_categories li a:before,
.widget_links li a:before,
.widget_meta li a:before,
.widget_nav_menu li a:before,
.widget_pages li a:before {
margin-top: 0;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
margin: 0.4583em 0 0 1em;
padding-top: 0.4583em;
}
.widget_rss .rss-date,
.widget_rss cite {
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
}
.widget_calendar #wp-calendar th, .widget_calendar #wp-calendar td {
font-size: 8px;
font-size: 0.8rem;
padding: 2px;
}
.widget button,
.widget input,
.widget select,
.widget textarea {
}
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
padding: 0.5417em 1.0833em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
padding: 0.4583em;
}
.mc4wp-form input[type=date],
.mc4wp-form input[type=email],
.mc4wp-form input[type=tel],
.mc4wp-form input[type=text],
.mc4wp-form input[type=url],
.mc4wp-form select,
.mc4wp-form textarea,
.mc4wp-form button,
.mc4wp-form input[type=button],
.mc4wp-form input[type=submit]
{
font-size: 11px !important;
font-size: 1.1rem !important;
padding: 0.4583em;
line-height: normal !important;
}
.mc4wp-form button,
.mc4wp-form input[type=button],
.mc4wp-form input[type=submit]
{
padding: 0.4583em 0.9em !important;
}
.mc4wp-form input[type=date],
.mc4wp-form input[type=email],
.mc4wp-form input[type=tel],
.mc4wp-form input[type=text],
.mc4wp-form input[type=url],
.mc4wp-form select,
.mc4wp-form textarea {
border-color: #efefef !important;
}
.widget .mc4wp-form button,
.widget .mc4wp-form input[type=button],
.widget .mc4wp-form input[type=submit] {
color: #dad6d5 !important;
}
.widget .mc4wp-form button:active,
.widget .mc4wp-form button:focus,
.widget .mc4wp-form button:hover,
.widget .mc4wp-form input[type=submit]:active,
.widget .mc4wp-form input[type=submit]:focus,
.widget .mc4wp-form input[type=submit]:hover {
color: rgba(218, 214, 213, 0.5) !important;
}
.mc4wp-form input[type=email]:focus {
border-color: #f96380 !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.site-faq .fw-col-xs-12 + .fw-col-xs-12 {
margin-top: 0;
}
.apsc-theme-2 .apsc-each-profile {
width: 73px;
}
.apsc-theme-2 .apsc-each-profile,
.apsc-theme-2 .apsc-each-profile a {
min-height: 73px;
}
.apsc-theme-2 .social-icon .fa {
font-size: 22px;
font-size: 2.2rem;
}
.apsc-theme-2 .apsc-count {
font-size: 14px;
font-size: 1.4rem;
}
.apsc-theme-2 .apsc-media-type {
font-size: 10px;
font-size: 1.0rem;
}
.office.only {
height: 364px;
}
.office--items {
width: 750px;
padding-right: 0;
padding-left: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.office--item {
width: 50%;
height: 300px;
}
.footer {
padding-bottom: 0;
}
.footer >.container > .row > div > .widget:first-child {
padding-top: 117px;
}
.footer.offices-on-top >.container > .row > div > .widget:first-child {
padding-top: 237px;
}
.footer >.container > .row > div > .widget:last-child {
padding-bottom: 309px;
}
.footer.hide-copyright >.container > .row > div > .widget:last-child {
padding-bottom: 138px;
}
.footer {
padding-top: 0;
padding-bottom: 0;
}
.footer.offices-on-top {
padding-top: 0;
}
.footer.hide-copyright {
padding-bottom: 0;
}
.footer > .container > .row > div + div {
padding-top: 0;
}
.footer-widget-first-col {
padding-left: 15px !important;
padding-right: 40px;
}
.footer-widget-middle-col {
padding: 0 20px;
}
.footer-widget-last-col {
padding-left: 40px;
padding-right: 15px !important;
}
.foot-about {
padding-top: 60px;
padding-left: 0;
}
.foot-about img {
top: 0;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding-right: 20px;
}
.footer .widget {
}
.fw-container {
width: 750px;
}
.fw-page-builder-content > section .fw-container {
padding-left: 0;
padding-right: 0;
}
.fw-page-builder-content > section .fw-row {
margin-left: 0;
margin-right: 0;
}
.fw-page-builder-content > section [class*=fw-col]:first-of-type {
padding-left: 0;
}
.fw-page-builder-content > section [class*=fw-col]:last-of-type {
padding-right: 0;
}
.page-about .p-about-shop .edd_download {
width: 50% !important;
margin-bottom: 30px;
}
.page-about .fw-testimonials {
width: 750px;
}
.sidebar_info {
padding: 53px 20px 59px;
}
.services-main-section .fw-row {
padding-left: 0;
padding-right: 0;
}
.services-main-section [class*="fw-col-sm-3"] {
width: 48%;
}
.services-main-section [class*="fw-col-sm-3"]:nth-of-type(2n) {
margin-left: 30px;
}
.services-main-section [class*="fw-col-sm-3"]:nth-of-type(2) {
margin-top: 0;
}
.services-main-section [class*="fw-col-sm"] p {
height: 90px;
}
}
@media screen and (min-width: 783px) {
body.page .entry-content {
padding: 0;
}
body.page .page-title {
line-height: 1;
margin-bottom: 30px;
}
.shop-loop .edd_download_columns_3 .edd_download {
width: 50% !important;
}
.shop-loop .edd_download_columns_3 .edd_download:nth-of-type(2n) .edd_download_inner,
.shop-loop .edd_download_columns_3 .edd_download:nth-of-type(4n) .edd_download_inner {
margin: 0 0 30px 15px;
}
.shop-loop .edd_download_columns_3 .edd_download:first-child .edd_download_inner,
.shop-loop .edd_download_columns_3 .edd_download:nth-of-type(3n) .edd_download_inner {
margin: 0 15px 30px 0;
}
} @media screen and (min-width: 55em) {
body,
button,
input,
select,
textarea {
}
button,
input {
}
p,
address,
pre,
hr,
ul,
ol,
dl,
dd {
}
blockquote {
font-size: 22px;
font-size: 2.2rem;
}
blockquote p {
}
blockquote cite,
blockquote small {
}
pre {
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
}
.post-password-form label,
.post-navigation .meta-nav,
.comment-navigation,
.image-navigation,
.author-heading,
.entry-footer,
.page-links a,
.page-links span,
.pagination .page-numbers,
.comment-metadata,
.pingback .edit-link,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.comment-form label,
.form-allowed-tags,
.wp-caption-text,
.gallery-caption,
.entry-caption {
font-size: 12px;
font-size: 1.2rem;
line-height: 16px;
line-height: 1.6rem;
}
.image-navigation .nav-previous a:before,
.image-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after {
font-size: 24px;
top: -1px;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4211em 1.6842em 1.6842em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4211em 0 1.6842em 1.6842em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
margin-top: 0.4211em;
margin-bottom: 1.6842em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2632em;
}
.before-logo {
display: inline-block;
}
.entry-title {
font-size: 18px;
font-size: 1.8rem;
}
.entry-content h1:first-child,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
}
.entry-header h2,
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
}
.entry-content > h2,
.entry-summary > h2,
.page-content > h2,
.comment-content > h2 {
}
.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
}
.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4 {
font-size: 16px;
font-size: 1.6rem;
}
.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
font-size: 13px;
font-size: 1.3rem;
}
.author-link:after {
font-size: 24px;
top: 0;
}
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
top: 0;
}
.taxonomy-description {
padding-top: 0.4211em;
}
.page-title,
.comments-title,
.comment-reply-title,
.post-navigation .post-title {
font-size: 19px;
font-size: 1.9rem;
line-height: 1.1852;
}
.page-links {
margin-bottom: 1.4736em;
}
.page-links a,
.page-links > span {
margin: 0 0.25em 0.25em 0;
}
.format-link .entry-title a:after {
top: 0.125em;
}
.comments-title {
margin-bottom: 1.4545em;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
margin: 1.6842em 0 1.6842em 60px;
}
.comment-list .comment-respond,
.comment-navigation .comment-respond {
padding-top: 0;
}
.comment-list .children > li {
}
.comment-author .avatar {
height: 60px;
margin-right: 1.6842em;
width: 60px;
left: -60px;
}
.comment-metadata {
line-height: 2;
}
.comment-metadata .edit-link:before {
top: 8px;
}
.pingback .edit-link:before {
top: 8px;
}
.bypostauthor > article .fn:after {
top: 8px;
}
.comment-content ul,
.comment-content ol {
}
embed,
iframe,
object,
video {
margin-bottom: 1.6842em;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
font-size: 19px;
font-size: 1.9rem;
margin-bottom: 1.6842em;
}
.wp-caption,
.gallery {
margin-bottom: 1.6842em;
}
.footer-widget-first-col {
padding-left: 0 !important;
}
.footer-widget-last-col {
padding-right: 0 !important;
}
.excerpt.format-status .entry-content {
padding: 45px 30px !important;
}
} @media screen and (min-width: 59.75em) {
body:before {
background-color: #fff;
content: "";
display: block;
height: 100%;
min-height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 0; }
body {
}
p,
address,
pre,
hr,
ul,
ol,
dl,
dd {
}
blockquote {
font-size: 18px;
font-size: 1.8rem;
}
blockquote cite,
blockquote small {
}
pre {
}
button,
input,
select,
textarea {
}
button,
input {
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
}
.comment-form-wrap .avatar {
width: 40px;
height: 40px;
-webkit-transform: translateX(-40px);
-ms-transform: translateX(-40px);
transform: translateX(-40px);
}
.author-info {
margin-left: 40px;
}
.author-info .author-avatar {
-webkit-transform: translateX(-40px);
-ms-transform: translateX(-40px);
transform: translateX(-40px);
}
.author-info .avatar {
height: 40px;
width: 40px;
}
.post-password-form label,
.post-navigation .meta-nav,
.comment-navigation,
.image-navigation,
.author-heading,
.entry-footer,
.page-links a,
.page-links span,
.pagination .page-numbers,
.comment-metadata,
.pingback .edit-link,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.comment-form label,
.form-allowed-tags,
.wp-caption-text,
.gallery-caption,
.entry-caption {
font-size: 11px;
font-size: 1.1rem;
line-height: 14px;
line-height: 1.4rem;
}
.logo > a {
margin: 0 0 42px;
}
.logo-underline{
margin-bottom: 40px;
}
.menu-strip{
text-align: center;
height: 120px;
}
.menu-strip.slim {
height: 80px;
}
.admin-bar .is-sticky .menu-strip.header-sticky {
margin-top: 32px;
}
.social-search {
display: block;
margin-top: 0;
}
.main-nav {
padding: 0 270px 0 141px;
}
.main-nav .menu {
display: block;
}
.nav-button,
.menu-strip.slim .nav-button {
display: none;
width: auto;
padding-right: 0;
padding-left: 0;
}
.head-menu-left .menu-title {
display: none;
}
.head-menu-left a,
.head-menu-left-inner {
width: 120px;
}
.menu-strip.slim .head-menu-left a,
.menu-strip.slim .head-menu-left-inner {
width: 80px;
}
.post-navigation a {
padding: 10% 10% 11.5%;
}
.image-navigation .nav-previous a:before,
.image-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after {
font-size: 16px;
top: 0;
}
.image-navigation {
padding: 0 10%;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
clear: both;
margin-top: 0.4em;
margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2em;
}
.is_stuck {
margin-top: 50px;
}
.entry-content, .pagination .nav-links {
margin: 0 auto;
}
.entry-summary .entry-content {
padding: 2% 3%;
}
.sticky .entry-content {
padding-top: 30px;
}
.entry-content > section > .row {
margin-left: 0;
margin-right: 0;
}
.entry-content h1:first-child,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
}
.entry-header h2,
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
}
.entry-content > h2,
.entry-summary > h2,
.page-content > h2,
.comment-content > h2 {
}
.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
}
.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4 {
font-size: 13px;
font-size: 1.3rem;
}
.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
font-size: 12px;
font-size: 1.2rem;
}
.entry-content > span {
font-size: 11px;
font-size: 1.1rem;
}
.author-link:after {
font-size: 16px;
top: 1px;
}
.posted-on:before,
.byline:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
top: 0;
}
.taxonomy-description {
padding-top: 0.4em;
}
.page-title,
.comments-title,
.comment-reply-title,
.post-navigation .post-title {
font-size: 15px;
font-size: 1.5rem;
line-height: 1.3333;
}
.page-links {
margin-bottom: 1.3333em;
}
.page-links a,
.page-links > span {
margin: 0 0.3333em 0.3333em 0;
}
.format-link .entry-title a:after {
top: 0;
}
.comment-respond {
margin: 1em auto;
}
.comments-title {
margin-bottom: 1.3333em;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
margin: 1.6em 0 1.6em 40px;
}
.comment-list .comment-respond,
.comment-navigation .comment-respond {
padding-top: 0;
}
.comment-author {
margin-bottom: 0.4em;
}
.comment-metadata .edit-link:before {
top: 3px;
}
.pingback .edit-link:before {
top: 5px;
}
.bypostauthor > article .fn:after {
top: 5px;
left: 3px;
}
.comment-content ul,
.comment-content ol {
}
.comment-reply-title small a:before {
top: -3px;
}
embed,
iframe,
object,
video {
margin-bottom: 1.6em;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
font-size: 15px;
font-size: 1.5rem;
margin-bottom: 1.6em;
}
.wp-caption,
.gallery {
margin-bottom: 1.6em;
}
.services-carousel-frontpage .widget_services_carousel {
padding: 0;
overflow: hidden;
}
.services-carousel-frontpage .widget_services_carousel .owl-carousel {
width: 115.6%;
margin-left: -7.85%;
} .services-carousel-frontpage .widget.widget_services_carousel .owl-carousel .owl-controls .owl-nav .owl-prev {
left: 8.1%;
}
.services-carousel-frontpage .widget.widget_services_carousel .owl-carousel .owl-controls .owl-nav .owl-next {
right: 8.1%;
}
}
@media screen and (min-width: 992px) {
body.has-sidebar .entry-content h1:first-child,
body.has-sidebar .entry-summary h1,
body.has-sidebar .page-content h1,
body.has-sidebar .comment-content h1 {
font-size: 40px;
font-size: 4.0rem;
}
body.has-sidebar .hentry.has-post-thumbnail .entry-content h1 {
margin-top: 51px;
}
body.has-sidebar .post-controls {
margin-bottom: 43px;
}
body.has-no-sidebar .excerpt.type-2 .entry-header h2,
body.has-no-sidebar .excerpt.type-2 .entry-content h2,
body.has-no-sidebar .excerpt.type-2 .entry-summary h2,
body.has-no-sidebar .excerpt.type-2 .page-content h2,
body.has-no-sidebar .excerpt.type-2 .comment-content h2 {
font-size: 40px;
font-size: 4.0rem;
}
.excerpt .entry-header h2,
.excerpt .entry-header h2 a,
.excerpt .entry-content h2,
.excerpt .entry-content h2 a,
.excerpt .entry-summary h2,
.excerpt .entry-summary h2 a {
}
.col-sm-8 iframe[src*="feature=oembed"],
.col-sm-8 iframe[src*="player.vimeo.com"] {
height: 323px;
}
.hentry.excerpt .entry-content {
padding: 60px;
}
.hentry.excerpt.type-1 .entry-content,
body.has-sidebar .hentry.excerpt.type-2 .entry-content {
padding: 60px;
}
body.has-no-sidebar .excerpt.type-2.has-post-thumbnail:not(.has-post-background),
body.has-no-sidebar .excerpt.type-2.default-thumb,
body.has-no-sidebar .excerpt.type-2.has-post-media {
padding-left: 370px;
}
body.has-no-sidebar .excerpt.type-2:not(.format-video) .post-thumbnail,
body.has-no-sidebar .excerpt.type-2.format-video .video-container,
body.has-no-sidebar .excerpt.type-2.format-audio iframe,
body.has-no-sidebar .excerpt.type-2.format-image figure a,
body.has-no-sidebar .excerpt.type-2.format-gallery .owl-gallery,
body.has-no-sidebar .excerpt.type-2 .featured-media {
width: 370px;
}
body.has-no-sidebar .excerpt.type-2 .post-controls .pctrl-like-btn {
display: block;
}
body.has-no-sidebar .excerpt.type-2 .post-controls .pctrl-view span {
display: inline;
}
body.has-sidebar .excerpt.type-2 .post-thumbnail.use-default {
display: block;
}
body.has-sidebar .excerpt.type-2 .post-thumbnail .cover {
display: block;
}
body.has-sidebar .excerpt.type-2 .post-thumbnail img {
display: none;
}
body.has-sidebar .excerpt.type-2.has-post-thumbnail:not(.has-post-background),
body.has-sidebar .excerpt.type-2.default-thumb,
body.has-sidebar .excerpt.type-2.has-post-media {
padding-left: 50%;
}
body.has-sidebar .excerpt.type-2:not(.format-video) .post-thumbnail,
body.has-sidebar .excerpt.type-2.format-video .video-container,
body.has-sidebar .excerpt.type-2.format-audio iframe,
body.has-sidebar .excerpt.type-2.format-image figure a,
body.has-sidebar .excerpt.type-2.format-gallery .owl-gallery,
body.has-sidebar .excerpt.type-2 .featured-media {
position: absolute;
width: 50%;
height: 100% !important;
top: 0;
left: 0;
padding: 0;
margin: 0;
}
body.has-sidebar .excerpt.type-2 .post-controls .pctrl-like-btn,
body.has-sidebar .excerpt.type-2 .post-controls .pctrl-view span {
display: none;
}
body.has-no-sidebar .excerpt.type-3 + .excerpt.type-3 {
margin-top: 0;
}
body.has-no-sidebar .excerpt.type-3 {
margin-bottom: 30px;
}
body.has-no-sidebar .excerpt.type-3 .post-thumbnail.use-default,
body.has-no-sidebar .excerpt.type-3:not(.has-post-media) .hentry-badge.use-default {
display: block;
}
body.has-no-sidebar .excerpt.type-3 .post-thumbnail .cover {
display: block;
}
body.has-no-sidebar .excerpt.type-3 .post-thumbnail img {
display: none;
}
body.has-no-sidebar .excerpt.type-3 .post-thumbnail {
height: 313px;
}
body.has-no-sidebar .excerpt.type-3 {
width: 48.455%;
height: 730px;
}
body.has-no-sidebar .excerpt.type-3:nth-of-type(odd) {
margin-right: 15px;
}
body.has-no-sidebar .excerpt.type-3:nth-of-type(even) {
margin-left: 15px;
}
.secondary .widget-title {
font-size: 30px;
font-size: 3.0rem;
}
.widget_calendar #wp-calendar th, .widget_calendar #wp-calendar td {
font-size: 12px;
font-size: 1.2rem;
padding: 0;
}
.head-static {
background-color: #dad6d5;
padding: 10px 5px;
}
.head-static > .row > div {
padding: 0 5px;
}
.ts-w992-hide {
display: block !important;
}
.ts-big-2 {
margin-top: 0 !important;
}
.ts-big-3 {
margin-top: 0 !important;
}
.ts-btn {
margin-top: 0 !important;
}
.blog-slider .posts-slider__title a {
font-size: 70px;
font-size: 7.0rem;
line-height: 70px;
}
.apsc-theme-2 .apsc-each-profile {
width: 98px;
}
.apsc-theme-2 .apsc-each-profile,
.apsc-theme-2 .apsc-each-profile a {
min-height: 98px;
}
.apsc-theme-2 .social-icon .fa {
font-size: 28px;
font-size: 2.8rem;
}
.apsc-theme-2 .apsc-count {
font-size: 16px;
font-size: 1.6rem;
}
.apsc-theme-2 .apsc-media-type {
font-size: 12px;
font-size: 1.2rem;
}
.footer .widget {
}
.fw-container {
width: 970px;
}
.sidebar_info {
padding: 53px 35px 59px;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-time {
width: 71.5%;
}
.booked-calendar-shortcode-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
width: 28.5%;
}
#booked-profile-page .booked-profile-appt-list .appt-block {
float: left;
width: 33%;
padding: 30px 50px 0 !important;
}
#booked-profile-page .booked-profile-appt-list .calendar-name {
padding-bottom: 15px !important;
}
#booked-profile-page .booked-profile-appt-list .booked-cal-buttons {
padding-top: 21px !important;
}
.services-main-section [class*="fw-col-sm"] p {
height: 60px;
}
.fw-shortcode-about-us.about-page-element {
margin-top: 0;
}
.office--items {
width: 970px;
}
} @media screen and (min-width: 68.75em) {
body,
button,
input,
select,
textarea {
}
button,
input {
}
p,
address,
pre,
hr,
ul,
ol,
dl,
dd {
}
blockquote {
font-size: 20px;
font-size: 2.0rem;
}
blockquote p {
}
blockquote cite,
blockquote small {
}
pre {
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
}
.head-menu-left a .menu-title {
display: block;
}
.comment-form-wrap .avatar {
width: 60px;
height: 60px;
-webkit-transform: translateX(-60px);
-ms-transform: translateX(-60px);
transform: translateX(-60px);
}
.author-info {
margin-left: 100px;
}
.author-info .author-avatar {
-webkit-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
}
.author-info .avatar {
height: 100px;
width: 100px;
}
.post-password-form label,
.post-navigation .meta-nav,
.comment-navigation,
.image-navigation,
.author-heading,
.entry-footer,
.page-links a,
.page-links span,
.pagination .page-numbers,
.comment-metadata,
.pingback .edit-link,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.comment-form label,
.form-allowed-tags,
.wp-caption-text,
.gallery-caption,
.entry-caption {
font-size: 11px;
font-size: 1.1rem;
}
.image-navigation .nav-previous a:before,
.image-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after {
top: 2px;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4118em 1.6471em 1.6471em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4118em 0 1.6471em 1.6471em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
margin-top: 0.4118em;
margin-bottom: 2.1429em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2353em;
}
.widget blockquote {
font-size: 14px;
font-size: 1.4rem;
padding-left: 1.2143em;
}
.widget button,
.widget input,
.widget select,
.widget textarea {
}
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
padding: 0.75em 1.5em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
padding: 0.5em;
}
.mc4wp-form input[type=date],
.mc4wp-form input[type=email],
.mc4wp-form input[type=tel],
.mc4wp-form input[type=text],
.mc4wp-form input[type=url],
.mc4wp-form select,
.mc4wp-form textarea,
.mc4wp-form button,
.mc4wp-form input[type=button],
.mc4wp-form input[type=submit]
{
font-size: 14px !important;
font-size: 1.4rem !important;
padding: 0.5em;
line-height: normal !important;
}
.mc4wp-form button,
.mc4wp-form input[type=button],
.mc4wp-form input[type=submit]
{
padding: 0.5em 1em !important;
}
.widget .wp-caption-text,
.widget .gallery-caption {
line-height: 1.4583;
padding: 0.5833em 0;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li {
padding: 0.4643em 0;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
margin: 0.4643em 0 0 1em;
padding-top: 0.4643em;
}
.widget_rss .rss-date,
.widget_rss cite {
line-height: 1.75;
}
.widget_recent_comments .author-avatar {
display: block;
}
.entry-content, .pagination .nav-links {
margin: 0 auto;
}
.entry-content h1:first-child,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
}
.entry-header h2,
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
}
.entry-content > h2,
.entry-summary > h2,
.page-content > h2,
.comment-content > h2 {
}
.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
}
.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4 {
font-size: 14px;
font-size: 1.4rem;
}
.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
font-size: 12px;
font-size: 1.2rem;
}
.entry-content > span {
font-size: 12px;
font-size: 1.2rem;
}
.author-link:after {
top: 3px;
}
.posted-on:before,
.byline:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
top: 0;
}
.taxonomy-description {
padding-top: 0.4118em;
}
.page-title,
.comments-title,
.comment-reply-title,
.post-navigation .post-title {
font-size: 17px;
font-size: 1.7rem;
line-height: 1.1667;
}
.page-links {
margin-bottom: 1.4117em;
}
.page-links a,
.page-links > span {
margin: 0 0.2857em 0.2857em 0;
}
.format-link .entry-title a:after {
top: 0.0833em;
}
.comment-respond {
margin: 2.4em auto;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
margin: 1.6471em 0 1.6471em 60px;
}
.comment-list .comment-respond,
.comment-navigation .comment-respond {
padding-top: 0;
margin-top: 21px;
}
.comment-list .children > li {
padding-left: 76px;
}
.comment-author {
margin-bottom: 0;
}
.comment-author .avatar {
height: 60px;
margin-right: 1.64705em;
width: 60px;
left: -60px;
}
.bypostauthor > article .fn:after {
top: 7px;
left: 6px;
}
.comment-metadata .edit-link:before {
top: 6px;
}
.pingback .edit-link:before {
top: 6px;
}
.comment-content ul,
.comment-content ol {
}
.comment-reply-title small a:before {
top: -1px;
}
embed,
iframe,
object,
video {
margin-bottom: 1.6471em;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
font-size: 17px;
font-size: 1.7rem;
margin-bottom: 1.6471em;
}
.wp-caption,
.gallery {
margin-bottom: 1.6471em;
}
}
@media screen and (min-width: 1200px) {
.entry-header h2,
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
font-size: 40px;
font-size: 4.0rem;
}
.secondary .widget-title {
letter-spacing: 6px;
}
body.has-sidebar .excerpt.type-2 .entry-header h2,
body.has-sidebar .excerpt.type-2 .entry-content h2,
body.has-sidebar .excerpt.type-2 .entry-summary h2,
body.has-sidebar .excerpt.type-2 .page-content h2,
body.has-sidebar .excerpt.type-2 .comment-content h2 {
font-size: 30px;
font-size: 3.0rem;
}
.hentry.excerpt.type-1 .entry-content {
padding: 60px;
}
body.has-sidebar .excerpt.type-2 .post-controls .pctrl-view span {
display: inline;
}
body.has-no-sidebar .excerpt.type-3 .post-thumbnail {
height: 247px;
}
body.has-no-sidebar .excerpt.type-3 {
width: 370px;
height: 664px;
}
body.has-no-sidebar .excerpt.type-3:nth-of-type(odd) {
margin-right: 0;
}
body.has-no-sidebar .excerpt.type-3:nth-of-type(even) {
margin-left: 0;
}
body.has-no-sidebar .excerpt.type-3:nth-of-type(3n-1) {
margin-left: 30px;
margin-right: 30px;
}
.fw-container {
width: 1170px;
}
.services-main-section [class*="fw-col-sm-3"] {
width: 23.077%;
}
.services-main-section [class*="fw-col-sm-3"] + [class*="fw-col-sm-3"] {
margin-top: 0;
margin-left: 30px;
}
.services-main-section [class*="fw-col-sm"] p {
height: 90px;
}
.office--items {
width: 1170px;
}
} @media screen and (min-width: 77.5em) {
body,
button,
input,
select,
textarea {
}
.entry-header h2,
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
}
button,
input {
}
p,
address,
pre,
hr,
ul,
ol,
dl,
dd {
}
blockquote {
font-size: 20px;
font-size: 2.0rem;
}
blockquote p {
}
blockquote cite,
blockquote small {
}
pre {
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
}
.main-nav {
padding: 0 270px 0 401px;
}
.head-menu-left .menu-title {
display: block;
}
.head-menu-left a,
.head-menu-left-inner {
width: 424px;
}
.menu-strip.slim .head-menu-left a,
.menu-strip.slim .head-menu-left-inner {
width: 384px;
}
.excerpt .entry-header h2,
.excerpt .entry-header h2 a,
.excerpt .entry-content h2,
.excerpt .entry-content h2 a,
.excerpt .entry-summary h2,
.excerpt .entry-summary h2 a {
font-size: 40px;
font-size: 4.0rem;
}
body.has-sidebar .excerpt.type-2 .entry-header h2,
body.has-sidebar .excerpt.type-2 .entry-header h2 a,
body.has-sidebar .excerpt.type-2 .entry-content h2,
body.has-sidebar .excerpt.type-2 .entry-content h2 a,
body.has-sidebar .excerpt.type-2 .entry-summary h2,
body.has-sidebar .excerpt.type-2 .entry-summary h2 a {
font-size: 30px;
font-size: 3.0rem;
}
body.has-sidebar .excerpt.type-3 + .excerpt.type-3 {
margin-top: 0;
}
body.has-sidebar .excerpt.type-3 {
margin-bottom: 30px;
}
body.has-sidebar .excerpt.type-3 .post-thumbnail.use-default,
body.has-sidebar .excerpt.type-3:not(.has-post-media) .hentry-badge.use-default {
display: block;
}
body.has-sidebar .excerpt.type-3 .post-thumbnail .cover {
display: block;
}
body.has-sidebar .excerpt.type-3 .post-thumbnail img {
display: none;
}
body.has-sidebar .excerpt.type-3 .post-thumbnail {
height: 247px;
}
body.has-sidebar .excerpt.type-3 {
width: 48.05%;
height: 664px;
}
body.has-sidebar .excerpt.type-3:nth-of-type(odd) {
margin-right: 15px;
}
body.has-sidebar .excerpt.type-3:nth-of-type(even) {
margin-left: 15px;
}
.comment-form-wrap .avatar {
width: 70px;
height: 70px;
-webkit-transform: translateX(-70px);
-ms-transform: translateX(-70px);
transform: translateX(-70px);
}
.author-info {
margin-left: 170px;
}
.author-info .author-avatar {
-webkit-transform: translateX(-170px);
-ms-transform: translateX(-170px);
transform: translateX(-170px);
}
.author-info .avatar {
height: 170px;
width: 170px;
}
.post-password-form label,
.post-navigation .meta-nav,
.comment-navigation,
.image-navigation,
.author-heading,
.entry-footer,
.page-links a,
.page-links span,
.pagination .page-numbers,
.comment-metadata,
.pingback .edit-link,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.comment-form label,
.form-allowed-tags,
.wp-caption-text,
.gallery-caption,
.entry-caption {
font-size: 12px;
font-size: 1.2rem;
line-height: 14px;
line-height: 1.4rem;
}
.image-navigation .nav-previous a:before,
.image-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after {
font-size: 24px;
top: -1px;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4211em 1.6842em 1.6842em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4211em 0 1.6842em 1.6842em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
margin-top: 0.4211em;
margin-bottom: 1.6842em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2632em;
}
.secondary .widget-title {
}
.widget blockquote {
font-size: 14px;
font-size: 1.4rem;
padding-left: 1.25em;
}
.widget blockquote cite,
.widget blockquote small {
}
.widget button,
.widget input,
.widget select,
.widget textarea {
}
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
padding: 0.8462em 1.6923em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
padding: 0.5em;
}
.widget .wp-caption-text,
.widget .gallery-caption {
font-size: 13px;
font-size: 1.3rem;
line-height: 1.5385;
padding: 0.6154em 0;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li {
padding: 0.63em 0;
}
.widget_archive li a:before,
.widget_categories li a:before,
.widget_links li a:before,
.widget_meta li a:before,
.widget_nav_menu li a:before,
.widget_pages li a:before {
margin-top: 2px;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
margin: 0.4688em 0 0 1em;
padding-top: 0.4688em;
}
.widget_rss .rss-date,
.widget_rss cite {
font-size: 13px;
font-size: 1.3rem;
line-height: 1.8462;
}
.apsc-theme-2 .apsc-each-profile {
width: 120px;
}
.apsc-theme-2 .apsc-each-profile,
.apsc-theme-2 .apsc-each-profile a {
min-height: 120px;
}
.entry-content, .pagination .nav-links {
margin: 0 auto;
}
.entry-content h1:first-child,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
}
.entry-header h2,
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
}
.entry-content > h2,
.entry-summary > h2,
.page-content > h2,
.comment-content > h2,
.widget > h2 {
}
.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
}
.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4 {
font-size: 16px;
font-size: 1.6rem;
}
.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
font-size: 13px;
font-size: 1.3rem;
}
.author-link:after {
font-size: 24px;
top: 0;
}
.posted-on:before,
.byline:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
top: 0;
}
.taxonomy-description {
padding-top: 0.4211em;
}
.page-title,
.comments-title,
.comment-reply-title,
.post-navigation .post-title {
font-size: 19px;
font-size: 1.9rem;
line-height: 1.1852;
font-weight: 100;
}
.comments-title {
font-size: 40px;
font-size: 4.0rem;
}
.page-links {
margin-bottom: 1.4736em;
}
.page-links a,
.page-links > span {
margin: 0 10px 0.25em 0;
}
.format-link .entry-title a:after {
top: 3px;
}
.comment-respond {
margin: 2.4em auto;
}
.comments-title {
margin-bottom: 1em;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
margin: 1.0em 0 2em 85px;
padding: 17px 30px 2px 16px;
}
.comment-reply-link {
margin-top: 12px;
}
.comment-list .comment-respond,
.comment-navigation .comment-respond {
padding-top: 0;
margin-top: -21px;
}
.comment-list .children > li {
padding-left: 101px;
}
.comment-author .avatar {
height: 85px;
margin-right: 1.6842em;
width: 85px;
left: -85px;
}
.bypostauthor > article .fn:after {
top: 8px;
}
.comment-metadata .edit-link:before {
top: 8px;
}
.pingback .edit-link:before {
top: 8px;
}
.comment-content ul,
.comment-content ol {
}
embed,
iframe,
object,
video {
margin-bottom: 1.6842em;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
font-size: 19px;
font-size: 1.9rem;
margin-bottom: 1.6842em;
}
.wp-caption,
.gallery {
margin-bottom: 1.6842em;
}
.col-sm-8 iframe[src*="feature=oembed"],
.col-sm-8 iframe[src*="player.vimeo.com"] {
height: 383px;
}
.footer .widget {
}
.sidebar_info {
padding: 51px 60px 51px;
}
.shop-loop .edd_download_columns_3 .edd_download {
width: 33.3333% !important;
}
.shop-loop .edd_download_columns_3 .edd_download:nth-of-type(2n) .edd_download_inner {
margin: 0 10px;
}
.shop-loop .edd_download_columns_3 .edd_download:nth-of-type(4n) .edd_download_inner,
.shop-loop .edd_download_columns_3 .edd_download:first-child .edd_download_inner {
margin: 0 20px 30px 0;
}
.shop-loop .edd_download_columns_3 .edd_download:nth-of-type(3n) .edd_download_inner {
margin: 0 0 30px 20px;
}
} @media screen and (min-width: 87.6875em) {
.main-nav {
padding: 0 320px 0 451px;
}
.main-nav .menu > li + li {
margin-left: 14px;
}
.main-nav .menu > li + li:before {
margin-right: 20px;
}
.foot-about {
padding-top: 0;
}
.foot-about img {
top: 27px;
left: 0;
-webkit-transform: translate(-100%, -50%);
-ms-transform: translate(-100%, -50%);
transform: translate(-100%, -50%);
padding-right: 20px;
}
}
@media screen and (min-width: 1480px) {
.main-nav {
padding: 0 402px 0 402px;
}
.menu-strip .social-search .bottom,
.menu-strip .social-search .social {
display: block;
}
.menu-strip .social-search .phone {
margin-right: 20px;
}
}
@media screen and (min-width: 1600px) {
.main-nav .menu > li + li {
margin-left: 24px;
}
.main-nav .menu > li + li:before {
margin-right: 30px;
}
} @media print {
body {
background: none !important; font-size: 11.25pt;
}
.navigation,
.page-links,
.edit-link,
#reply-title,
.comment-form,
.comment-edit-link,
button,
input,
textarea,
select {
display: none;
}
.site-header,
.site-footer,
.hentry,
.entry-footer,
.page-content,
.comments-area {
background: none !important; }
body,
blockquote,
blockquote cite,
blockquote small,
label,
a,
.site-title a,
.site-description,
.post-title,
.author-heading,
.entry-footer,
.entry-footer a,
.taxonomy-description,
.entry-caption,
.comment-author,
.comment-metadata,
.comment-metadata a,
.comment-notes,
.comment-awaiting-moderation,
.no-comments,
.site-info,
.site-info a,
.wp-caption-text,
.gallery-caption {
color: #000 !important; }
pre,
abbr[title],
table,
th,
td,
.site-header,
.site-footer,
.hentry + .hentry,
.author-info,
.comments-area,
.comment-list .comment-respond,
.comment-list article,
.comment-list .pingback,
.comment-list .trackback,
.no-comments {
border-color: #eaeaea !important; }
.site {
margin: 0 7.6923%;
}
.site-header {
padding: 0;
}
.site-description {
display: block;
}
.hentry.has-post-thumbnail {
padding-top: 7.6923%;
}
.sticky-post {
background: #000 !important;
color: #fff !important;
}
.entry-footer {
padding: 0;
}
.entry-content,
.entry-summary,
.entry-footer {
padding: 0 0 7.6923%;
}
.post-thumbnail img {
margin: 0;
}
.site-footer {
margin-top: 7.6923%;
padding: 3.84615% 0;
}
} @media screen and (max-width: 59.6875em) {
.menu-strip.header-sticky {
position: relative !important;
}
} @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.blogname {
font-weight: 100;
}
.office--title {
font-weight: 100;
}
.widget-title {
font-weight: 100;
}
body.archive .entry-header .entry-title,
body.search .entry-header .entry-title {
font-weight: 200;
}
.secondary .widget_mc4wp_form_widget .subscribe-desc {
font-weight: 300;
}
}  @-moz-document url-prefix() {
.social-navigation.type-2.rt-icons li a[href*="twitter.com"]::before,
.share-icons.type-2.rt-icons li a[href*="twitter.com"]::before {
padding-left: 2px;
}
.social-navigation.type-2.rt-icons li a[href*="skype.com"]::before,
.share-icons.type-2.rt-icons li a[href*="skype.com"]::before {
padding-left: 2px;
font-size: 18px !important;
padding-top: 1px;
}
.author-social li a:before {
padding-left: 3px;
}
} @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.booked-calendar-shortcode-wrap .booked-calendarSwitcher.calendar select::-ms-expand,
select.custom-select::-ms-expand {
display: none;
}
.apsc-theme-2 .apsc-each-profile + .apsc-each-profile {
margin-left: 4px;
}
.post-controls .pctrl-social ul {
padding-top: 8px;
}
.author-social li a:before {
padding-left: 2px;
}
.shop-single-item-share .share-icons li a {
padding-top: 16px;
}
}