@charset "UTF-8";
   :root {
--theme-accent-color: #232629;
--theme-accent-foreground-color: #fff;
--theme-accent-brightness-color: #35393e;
--theme-secondary-color: #B14233;
--theme-secondary-foreground-color: #fff;
--theme-secondary-brightness-color: #c85242;
--theme-primary-color: #091D3E;
--theme-primary-foreground-color: #fff;
--theme-primary-brightness-color: #0e2d5f;
--theme-gray-color: #8f8f8f;
--theme-gray-foreground-color: #fff;
--theme-dark-color: #000;
--theme-dark-foreground-color: #fff;
--theme-dark-brightness-color: #131313;
--theme-light-color: #fff;
--theme-light-foreground-color: #222;
--theme-color-text-main: #777777;
--theme-background-color-main: #f3f3f4;
--theme-color-border: #e2e2e3;
--theme-color-main-navigation: #232629;
--theme-color-hover-main-navigation: var(--theme-secondary-color);
--theme-header-sticky-color-main-navigation: #232629;
--theme-header-sticky-color-hover-main-navigation: var(--theme-secondary-color);
--theme-color-border-input: #f3f3f4;
--theme-color-text-input: #000;
--theme-color-bg-input: #f3f3f4;
--theme-color-border-focus-input: #B14233;
--theme-color-placeholder-input: #777;
--theme-font-body: "Open Sans";
--theme-font-primary: "Cormorant";
--theme-icon-font-primary: "Font Awesome 5 Pro";
--theme-btn-font: --theme-font-primary;
--theme-btn-font-style: normal;
--theme-btn-font-size: 14px;
--theme-btn-font-weight: 700;
--theme-btn-letter-spacing: normal;
} article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: left;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-top: 0;
clear: both;
margin-bottom: 1em;
}
p {
margin-top: 0;
margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
}
address {
margin-bottom: 1em;
font-style: normal;
line-height: inherit;
}
dl,
ol,
ul {
margin-bottom: 1em;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background-color: var(--theme-color-border);
}
ul {
padding-left: 0;
list-style: disc;
}
ul ul {
list-style: circle;
}
ul ul ul {
list-style: square;
}
ol {
padding-left: 0;
list-style: decimal;
}
ol ol {
list-style: lower-alpha;
}
ol ol ol {
list-style: lower-roman;
}
li > ul,
li > ol {
margin: 1rem 0 0 1rem;
}
ul ul,
ol ol,
ul ol,
ol ul {
margin-bottom: 1rem;
}
.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
list-style: none;
margin: 0;
}
.reset-list-style li {
margin: 0;
}
dt,
dd {
line-height: 1.5;
}
dt {
font-weight: 700;
}
dd + dt {
margin-top: 1.5rem;
}
blockquote {
border-left: none;
margin-bottom: 1em;
text-align: center;
max-width: 670px;
margin-left: auto;
margin-right: auto;
padding-left: 0;
}
blockquote p {
font-size: 18px;
font-family: "Poppins", sans-serif;
line-height: 36px;
color: var(--theme-secondary-color);
margin-bottom: 10px;
}
blockquote p:before {
content: "“ ";
}
blockquote p:after {
content: " ”";
}
blockquote a {
color: inherit;
}
blockquote cite {
font-size: 12px;
font-style: normal;
font-weight: 600;
text-transform: uppercase;
display: block;
color: inherit;
}
dfn {
font-style: italic;
}
b,
strong {
font-weight: bolder;
color: var(--theme-dark-color);
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a > code {
color: inherit;
}
pre {
font-size: 100%;
margin-bottom: 1em;
color: var(--theme-color-text-main);
padding: 1.5rem;
overflow: auto;
-ms-overflow-style: scrollbar;
border: 1px solid;
border-color: var(--theme-color-border);
background: #fff;
}
code,
kbd,
pre,
samp {
font-family: var(--theme-font-body);
}
figure {
margin: 0 0 1em;
}
img {
vertical-align: middle;
border-style: none;
max-width: 100%;
height: auto;
}
svg:not(:root) {
overflow: hidden;
}
table {
border-collapse: collapse;
margin-bottom: 1em;
width: 100%;
max-width: 100%;
background-color: transparent;
}
table th,
table td {
padding: 0.4rem;
vertical-align: top;
border: solid 1px;
border-color: var(--theme-color-border);
}
table thead th {
vertical-align: bottom;
border: solid 2px;
border-color: var(--theme-color-border);
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: var(--theme-gray-color);
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
::-moz-selection {
background-color: var(--theme-secondary-color);
color: var(--theme-secondary-foreground-color);
}
::selection {
background-color: var(--theme-secondary-color);
color: var(--theme-secondary-foreground-color);
}
big {
font-size: 125%;
} input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
height: 44px;
line-height: 42px;
border: 1px solid var(--theme-color-border-input);
padding: 0 20px;
color: var(--theme-color-text-input);
border-radius: 0;
max-width: 100%;
background-color: var(--theme-color-bg-input);
font-size: 14px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
outline: none;
border-color: var(--theme-secondary-color);
background-color: transparent;
}
textarea:-moz-placeholder,
select:-moz-placeholder,
input[type]:-moz-placeholder {
color: var(--theme-color-placeholder-input);
}
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type]::-moz-placeholder {
color: var(--theme-color-placeholder-input);
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type]:-ms-input-placeholder {
color: var(--theme-color-placeholder-input);
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type]::-webkit-input-placeholder {
color: var(--theme-color-placeholder-input);
}
input[name=post_password] {
background-color: #fff;
}
textarea {
height: 110px;
width: 100%;
}
select {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>");
background-repeat: no-repeat;
background-position: right 25px top 60%;
}
input[type=button],
input[type=reset],
input[type=submit],
.themesflat-button, .tf-button, .btn {
font-family: var(--theme-btn-font);
font-style: var(--theme-btn-font-style);
font-size: var(--theme-btn-font-size);
letter-spacing: var(--theme-btn-letter-spacing);
display: inline-block;
cursor: pointer;
font-weight: 700;
border-color: transparent;
text-transform: capitalize;
border-width: 0;
border-radius: 0;
overflow: hidden;
background-color: var(--theme-secondary-color);
color: var(--theme-secondary-foreground-color);
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.themesflat-button:hover, .tf-button:hover, .btn:hover {
color: var(--theme-accent-foreground-color);
background-color: var(--theme-accent-color);
}
.themesflat-button,
.tf-button, .btn,
input[type=button],
input[type=reset],
input[type=submit], .tf-button {
font-size: 1rem;
line-height: 44px;
padding: 0 1.3571428571rem;
}
.themesflat-button.btn-block, .themesflat-button.btn-full,
.tf-button.btn-block,
.tf-button.btn-full, .btn.btn-block, .btn.btn-full,
input[type=button].btn-block,
input[type=button].btn-full,
input[type=reset].btn-block,
input[type=reset].btn-full,
input[type=submit].btn-block,
input[type=submit].btn-full, .tf-button.btn-block, .tf-button.btn-full {
display: block;
width: 100%;
}
.themesflat-button.btn-inline,
.tf-button.btn-inline, .btn.btn-inline,
input[type=button].btn-inline,
input[type=reset].btn-inline,
input[type=submit].btn-inline, .tf-button.btn-inline {
display: inline-block;
vertical-align: top;
}
.themesflat-button.btn-xs,
.tf-button.btn-xs, .btn.btn-xs,
input[type=button].btn-xs,
input[type=reset].btn-xs,
input[type=submit].btn-xs, .tf-button.btn-xs {
font-size: 0.7857142857rem;
line-height: 30px;
padding: 0 1.4285714286rem;
}
.themesflat-button.btn-sm,
.tf-button.btn-sm, .btn.btn-sm,
input[type=button].btn-sm,
input[type=reset].btn-sm,
input[type=submit].btn-sm, .tf-button.btn-sm {
font-size: 0.8571428571rem;
line-height: 32px;
padding: 0 1.7857142857rem;
}
.themesflat-button.btn-md,
.tf-button.btn-md, .btn.btn-md,
input[type=button].btn-md,
input[type=reset].btn-md,
input[type=submit].btn-md, .tf-button.btn-md {
font-size: 1rem;
line-height: 44px;
padding: 0 1.3571428571rem;
}
.themesflat-button.btn-lg,
.tf-button.btn-lg, .btn.btn-lg,
input[type=button].btn-lg,
input[type=reset].btn-lg,
input[type=submit].btn-lg, .tf-button.btn-lg {
font-size: 1.1428571429rem;
line-height: 50px;
padding: 0 2.4285714286rem;
}
.themesflat-button.btn-xl,
.tf-button.btn-xl, .btn.btn-xl,
input[type=button].btn-xl,
input[type=reset].btn-xl,
input[type=submit].btn-xl, .tf-button.btn-xl {
font-size: 1.5714285714rem;
line-height: 60px;
padding: 0 2.8571428571rem;
}
.themesflat-button.btn-round,
.tf-button.btn-round, .btn.btn-round,
input[type=button].btn-round,
input[type=reset].btn-round,
input[type=submit].btn-round, .tf-button.btn-round {
border-radius: 5em;
}
.themesflat-button.btn-rounded,
.tf-button.btn-rounded, .btn.btn-rounded,
input[type=button].btn-rounded,
input[type=reset].btn-rounded,
input[type=submit].btn-rounded, .tf-button.btn-rounded {
border-radius: 0.25rem;
}
.themesflat-button.btn-square,
.tf-button.btn-square, .btn.btn-square,
input[type=button].btn-square,
input[type=reset].btn-square,
input[type=submit].btn-square, .tf-button.btn-square {
border-radius: 0;
}
.themesflat-button.btn-accent,
.tf-button.btn-accent, .btn.btn-accent,
input[type=button].btn-accent,
input[type=reset].btn-accent,
input[type=submit].btn-accent, .tf-button.btn-accent {
color: var(--theme-accent-foreground-color);
background-color: var(--theme-accent-color);
border-color: var(--theme-accent-color);
}
.themesflat-button.btn-accent:focus, .themesflat-button.btn-accent:hover, .themesflat-button.btn-accent:active,
.tf-button.btn-accent:focus,
.tf-button.btn-accent:hover,
.tf-button.btn-accent:active, .btn.btn-accent:focus, .btn.btn-accent:hover, .btn.btn-accent:active,
input[type=button].btn-accent:focus,
input[type=button].btn-accent:hover,
input[type=button].btn-accent:active,
input[type=reset].btn-accent:focus,
input[type=reset].btn-accent:hover,
input[type=reset].btn-accent:active,
input[type=submit].btn-accent:focus,
input[type=submit].btn-accent:hover,
input[type=submit].btn-accent:active, .tf-button.btn-accent:focus, .tf-button.btn-accent:hover, .tf-button.btn-accent:active {
color: var(--theme-accent-foreground-color);
background-color: var(--theme-secondary-color);
border-color: var(--theme-secondary-color);
}
.themesflat-button.btn-accent:not(:disabled):not(.disabled):active, .themesflat-button.btn-accent:not(:disabled):not(.disabled).active,
.tf-button.btn-accent:not(:disabled):not(.disabled):active,
.tf-button.btn-accent:not(:disabled):not(.disabled).active, .btn.btn-accent:not(:disabled):not(.disabled):active, .btn.btn-accent:not(:disabled):not(.disabled).active,
input[type=button].btn-accent:not(:disabled):not(.disabled):active,
input[type=button].btn-accent:not(:disabled):not(.disabled).active,
input[type=reset].btn-accent:not(:disabled):not(.disabled):active,
input[type=reset].btn-accent:not(:disabled):not(.disabled).active,
input[type=submit].btn-accent:not(:disabled):not(.disabled):active,
input[type=submit].btn-accent:not(:disabled):not(.disabled).active, .tf-button.btn-accent:not(:disabled):not(.disabled):active, .tf-button.btn-accent:not(:disabled):not(.disabled).active {
color: var(--theme-accent-foreground-color);
background-color: var(--theme-secondary-color);
border-color: var(--theme-secondary-color);
}
.themesflat-button.btn-accent.btn-outline,
.tf-button.btn-accent.btn-outline, .btn.btn-accent.btn-outline,
input[type=button].btn-accent.btn-outline,
input[type=reset].btn-accent.btn-outline,
input[type=submit].btn-accent.btn-outline, .tf-button.btn-accent.btn-outline {
color: var(--theme-accent-color);
}
.themesflat-button.btn-accent.btn-outline:focus, .themesflat-button.btn-accent.btn-outline:hover, .themesflat-button.btn-accent.btn-outline:active,
.tf-button.btn-accent.btn-outline:focus,
.tf-button.btn-accent.btn-outline:hover,
.tf-button.btn-accent.btn-outline:active, .btn.btn-accent.btn-outline:focus, .btn.btn-accent.btn-outline:hover, .btn.btn-accent.btn-outline:active,
input[type=button].btn-accent.btn-outline:focus,
input[type=button].btn-accent.btn-outline:hover,
input[type=button].btn-accent.btn-outline:active,
input[type=reset].btn-accent.btn-outline:focus,
input[type=reset].btn-accent.btn-outline:hover,
input[type=reset].btn-accent.btn-outline:active,
input[type=submit].btn-accent.btn-outline:focus,
input[type=submit].btn-accent.btn-outline:hover,
input[type=submit].btn-accent.btn-outline:active, .tf-button.btn-accent.btn-outline:focus, .tf-button.btn-accent.btn-outline:hover, .tf-button.btn-accent.btn-outline:active {
background-color: var(--theme-accent-color);
color: var(--theme-accent-foreground-color);
border-color: var(--theme-accent-color);
}
.themesflat-button.btn-accent.btn-link,
.tf-button.btn-accent.btn-link, .btn.btn-accent.btn-link,
input[type=button].btn-accent.btn-link,
input[type=reset].btn-accent.btn-link,
input[type=submit].btn-accent.btn-link, .tf-button.btn-accent.btn-link {
color: var(--theme-accent-color);
}
.themesflat-button.btn-accent.btn-link:focus, .themesflat-button.btn-accent.btn-link:hover, .themesflat-button.btn-accent.btn-link:active,
.tf-button.btn-accent.btn-link:focus,
.tf-button.btn-accent.btn-link:hover,
.tf-button.btn-accent.btn-link:active, .btn.btn-accent.btn-link:focus, .btn.btn-accent.btn-link:hover, .btn.btn-accent.btn-link:active,
input[type=button].btn-accent.btn-link:focus,
input[type=button].btn-accent.btn-link:hover,
input[type=button].btn-accent.btn-link:active,
input[type=reset].btn-accent.btn-link:focus,
input[type=reset].btn-accent.btn-link:hover,
input[type=reset].btn-accent.btn-link:active,
input[type=submit].btn-accent.btn-link:focus,
input[type=submit].btn-accent.btn-link:hover,
input[type=submit].btn-accent.btn-link:active, .tf-button.btn-accent.btn-link:focus, .tf-button.btn-accent.btn-link:hover, .tf-button.btn-accent.btn-link:active {
color: var(--theme-secondary-color);
}
.themesflat-button.btn-primary,
.tf-button.btn-primary, .btn.btn-primary,
input[type=button].btn-primary,
input[type=reset].btn-primary,
input[type=submit].btn-primary, .tf-button.btn-primary {
color: var(--theme-primary-foreground-color);
background-color: var(--theme-primary-color);
border-color: var(--theme-primary-color);
}
.themesflat-button.btn-primary:focus, .themesflat-button.btn-primary:hover, .themesflat-button.btn-primary:active,
.tf-button.btn-primary:focus,
.tf-button.btn-primary:hover,
.tf-button.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:active,
input[type=button].btn-primary:focus,
input[type=button].btn-primary:hover,
input[type=button].btn-primary:active,
input[type=reset].btn-primary:focus,
input[type=reset].btn-primary:hover,
input[type=reset].btn-primary:active,
input[type=submit].btn-primary:focus,
input[type=submit].btn-primary:hover,
input[type=submit].btn-primary:active, .tf-button.btn-primary:focus, .tf-button.btn-primary:hover, .tf-button.btn-primary:active {
color: var(--theme-secondary-foreground-color);
background-color: var(--theme-secondary-color);
border-color: var(--theme-secondary-color);
}
.themesflat-button.btn-primary:not(:disabled):not(.disabled):active, .themesflat-button.btn-primary:not(:disabled):not(.disabled).active,
.tf-button.btn-primary:not(:disabled):not(.disabled):active,
.tf-button.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active,
input[type=button].btn-primary:not(:disabled):not(.disabled):active,
input[type=button].btn-primary:not(:disabled):not(.disabled).active,
input[type=reset].btn-primary:not(:disabled):not(.disabled):active,
input[type=reset].btn-primary:not(:disabled):not(.disabled).active,
input[type=submit].btn-primary:not(:disabled):not(.disabled):active,
input[type=submit].btn-primary:not(:disabled):not(.disabled).active, .tf-button.btn-primary:not(:disabled):not(.disabled):active, .tf-button.btn-primary:not(:disabled):not(.disabled).active {
color: var(--theme-secondary-foreground-color);
background-color: var(--theme-secondary-color);
border-color: var(--theme-secondary-color);
}
.themesflat-button.btn-primary.btn-outline,
.tf-button.btn-primary.btn-outline, .btn.btn-primary.btn-outline,
input[type=button].btn-primary.btn-outline,
input[type=reset].btn-primary.btn-outline,
input[type=submit].btn-primary.btn-outline, .tf-button.btn-primary.btn-outline {
color: var(--theme-primary-color);
}
.themesflat-button.btn-primary.btn-outline:focus, .themesflat-button.btn-primary.btn-outline:hover, .themesflat-button.btn-primary.btn-outline:active,
.tf-button.btn-primary.btn-outline:focus,
.tf-button.btn-primary.btn-outline:hover,
.tf-button.btn-primary.btn-outline:active, .btn.btn-primary.btn-outline:focus, .btn.btn-primary.btn-outline:hover, .btn.btn-primary.btn-outline:active,
input[type=button].btn-primary.btn-outline:focus,
input[type=button].btn-primary.btn-outline:hover,
input[type=button].btn-primary.btn-outline:active,
input[type=reset].btn-primary.btn-outline:focus,
input[type=reset].btn-primary.btn-outline:hover,
input[type=reset].btn-primary.btn-outline:active,
input[type=submit].btn-primary.btn-outline:focus,
input[type=submit].btn-primary.btn-outline:hover,
input[type=submit].btn-primary.btn-outline:active, .tf-button.btn-primary.btn-outline:focus, .tf-button.btn-primary.btn-outline:hover, .tf-button.btn-primary.btn-outline:active {
background-color: var(--theme-primary-color);
color: var(--theme-primary-foreground-color);
border-color: var(--theme-primary-color);
}
.themesflat-button.btn-primary.btn-link,
.tf-button.btn-primary.btn-link, .btn.btn-primary.btn-link,
input[type=button].btn-primary.btn-link,
input[type=reset].btn-primary.btn-link,
input[type=submit].btn-primary.btn-link, .tf-button.btn-primary.btn-link {
color: var(--theme-primary-color);
}
.themesflat-button.btn-primary.btn-link:focus, .themesflat-button.btn-primary.btn-link:hover, .themesflat-button.btn-primary.btn-link:active,
.tf-button.btn-primary.btn-link:focus,
.tf-button.btn-primary.btn-link:hover,
.tf-button.btn-primary.btn-link:active, .btn.btn-primary.btn-link:focus, .btn.btn-primary.btn-link:hover, .btn.btn-primary.btn-link:active,
input[type=button].btn-primary.btn-link:focus,
input[type=button].btn-primary.btn-link:hover,
input[type=button].btn-primary.btn-link:active,
input[type=reset].btn-primary.btn-link:focus,
input[type=reset].btn-primary.btn-link:hover,
input[type=reset].btn-primary.btn-link:active,
input[type=submit].btn-primary.btn-link:focus,
input[type=submit].btn-primary.btn-link:hover,
input[type=submit].btn-primary.btn-link:active, .tf-button.btn-primary.btn-link:focus, .tf-button.btn-primary.btn-link:hover, .tf-button.btn-primary.btn-link:active {
color: var(--theme-secondary-color);
}
.themesflat-button.btn-secondary,
.tf-button.btn-secondary, .btn.btn-secondary,
input[type=button].btn-secondary,
input[type=reset].btn-secondary,
input[type=submit].btn-secondary, .tf-button.btn-secondary {
color: var(--theme-secondary-foreground-color);
background-color: var(--theme-secondary-color);
border-color: var(--theme-secondary-color);
}
.themesflat-button.btn-secondary:focus, .themesflat-button.btn-secondary:hover, .themesflat-button.btn-secondary:active,
.tf-button.btn-secondary:focus,
.tf-button.btn-secondary:hover,
.tf-button.btn-secondary:active, .btn.btn-secondary:focus, .btn.btn-secondary:hover, .btn.btn-secondary:active,
input[type=button].btn-secondary:focus,
input[type=button].btn-secondary:hover,
input[type=button].btn-secondary:active,
input[type=reset].btn-secondary:focus,
input[type=reset].btn-secondary:hover,
input[type=reset].btn-secondary:active,
input[type=submit].btn-secondary:focus,
input[type=submit].btn-secondary:hover,
input[type=submit].btn-secondary:active, .tf-button.btn-secondary:focus, .tf-button.btn-secondary:hover, .tf-button.btn-secondary:active {
color: var(--theme-accent-foreground-color);
background-color: var(--theme-accent-color);
border-color: var(--theme-accent-color);
}
.themesflat-button.btn-secondary:not(:disabled):not(.disabled):active, .themesflat-button.btn-secondary:not(:disabled):not(.disabled).active,
.tf-button.btn-secondary:not(:disabled):not(.disabled):active,
.tf-button.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled).active,
input[type=button].btn-secondary:not(:disabled):not(.disabled):active,
input[type=button].btn-secondary:not(:disabled):not(.disabled).active,
input[type=reset].btn-secondary:not(:disabled):not(.disabled):active,
input[type=reset].btn-secondary:not(:disabled):not(.disabled).active,
input[type=submit].btn-secondary:not(:disabled):not(.disabled):active,
input[type=submit].btn-secondary:not(:disabled):not(.disabled).active, .tf-button.btn-secondary:not(:disabled):not(.disabled):active, .tf-button.btn-secondary:not(:disabled):not(.disabled).active {
color: var(--theme-accent-foreground-color);
background-color: var(--theme-accent-color);
border-color: var(--theme-accent-color);
}
.themesflat-button.btn-secondary.btn-outline,
.tf-button.btn-secondary.btn-outline, .btn.btn-secondary.btn-outline,
input[type=button].btn-secondary.btn-outline,
input[type=reset].btn-secondary.btn-outline,
input[type=submit].btn-secondary.btn-outline, .tf-button.btn-secondary.btn-outline {
color: var(--theme-secondary-color);
}
.themesflat-button.btn-secondary.btn-outline:focus, .themesflat-button.btn-secondary.btn-outline:hover, .themesflat-button.btn-secondary.btn-outline:active,
.tf-button.btn-secondary.btn-outline:focus,
.tf-button.btn-secondary.btn-outline:hover,
.tf-button.btn-secondary.btn-outline:active, .btn.btn-secondary.btn-outline:focus, .btn.btn-secondary.btn-outline:hover, .btn.btn-secondary.btn-outline:active,
input[type=button].btn-secondary.btn-outline:focus,
input[type=button].btn-secondary.btn-outline:hover,
input[type=button].btn-secondary.btn-outline:active,
input[type=reset].btn-secondary.btn-outline:focus,
input[type=reset].btn-secondary.btn-outline:hover,
input[type=reset].btn-secondary.btn-outline:active,
input[type=submit].btn-secondary.btn-outline:focus,
input[type=submit].btn-secondary.btn-outline:hover,
input[type=submit].btn-secondary.btn-outline:active, .tf-button.btn-secondary.btn-outline:focus, .tf-button.btn-secondary.btn-outline:hover, .tf-button.btn-secondary.btn-outline:active {
background-color: var(--theme-secondary-color);
color: var(--theme-secondary-foreground-color);
border-color: var(--theme-secondary-color);
}
.themesflat-button.btn-secondary.btn-link,
.tf-button.btn-secondary.btn-link, .btn.btn-secondary.btn-link,
input[type=button].btn-secondary.btn-link,
input[type=reset].btn-secondary.btn-link,
input[type=submit].btn-secondary.btn-link, .tf-button.btn-secondary.btn-link {
color: var(--theme-secondary-color);
}
.themesflat-button.btn-secondary.btn-link:focus, .themesflat-button.btn-secondary.btn-link:hover, .themesflat-button.btn-secondary.btn-link:active,
.tf-button.btn-secondary.btn-link:focus,
.tf-button.btn-secondary.btn-link:hover,
.tf-button.btn-secondary.btn-link:active, .btn.btn-secondary.btn-link:focus, .btn.btn-secondary.btn-link:hover, .btn.btn-secondary.btn-link:active,
input[type=button].btn-secondary.btn-link:focus,
input[type=button].btn-secondary.btn-link:hover,
input[type=button].btn-secondary.btn-link:active,
input[type=reset].btn-secondary.btn-link:focus,
input[type=reset].btn-secondary.btn-link:hover,
input[type=reset].btn-secondary.btn-link:active,
input[type=submit].btn-secondary.btn-link:focus,
input[type=submit].btn-secondary.btn-link:hover,
input[type=submit].btn-secondary.btn-link:active, .tf-button.btn-secondary.btn-link:focus, .tf-button.btn-secondary.btn-link:hover, .tf-button.btn-secondary.btn-link:active {
color: var(--theme-accent-color);
}
.themesflat-button.btn-light,
.tf-button.btn-light, .btn.btn-light,
input[type=button].btn-light,
input[type=reset].btn-light,
input[type=submit].btn-light, .tf-button.btn-light {
color: var(--theme-light-foreground-color);
background-color: var(--theme-light-color);
border-color: var(--theme-light-color);
}
.themesflat-button.btn-light:focus, .themesflat-button.btn-light:hover, .themesflat-button.btn-light:active,
.tf-button.btn-light:focus,
.tf-button.btn-light:hover,
.tf-button.btn-light:active, .btn.btn-light:focus, .btn.btn-light:hover, .btn.btn-light:active,
input[type=button].btn-light:focus,
input[type=button].btn-light:hover,
input[type=button].btn-light:active,
input[type=reset].btn-light:focus,
input[type=reset].btn-light:hover,
input[type=reset].btn-light:active,
input[type=submit].btn-light:focus,
input[type=submit].btn-light:hover,
input[type=submit].btn-light:active, .tf-button.btn-light:focus, .tf-button.btn-light:hover, .tf-button.btn-light:active {
color: var(--theme-light-color);
background-color: var(--theme-accent-color);
border-color: var(--theme-accent-color);
}
.themesflat-button.btn-light:not(:disabled):not(.disabled):active, .themesflat-button.btn-light:not(:disabled):not(.disabled).active,
.tf-button.btn-light:not(:disabled):not(.disabled):active,
.tf-button.btn-light:not(:disabled):not(.disabled).active, .btn.btn-light:not(:disabled):not(.disabled):active, .btn.btn-light:not(:disabled):not(.disabled).active,
input[type=button].btn-light:not(:disabled):not(.disabled):active,
input[type=button].btn-light:not(:disabled):not(.disabled).active,
input[type=reset].btn-light:not(:disabled):not(.disabled):active,
input[type=reset].btn-light:not(:disabled):not(.disabled).active,
input[type=submit].btn-light:not(:disabled):not(.disabled):active,
input[type=submit].btn-light:not(:disabled):not(.disabled).active, .tf-button.btn-light:not(:disabled):not(.disabled):active, .tf-button.btn-light:not(:disabled):not(.disabled).active {
color: var(--theme-light-color);
background-color: var(--theme-accent-color);
border-color: var(--theme-accent-color);
}
.themesflat-button.btn-light.btn-outline,
.tf-button.btn-light.btn-outline, .btn.btn-light.btn-outline,
input[type=button].btn-light.btn-outline,
input[type=reset].btn-light.btn-outline,
input[type=submit].btn-light.btn-outline, .tf-button.btn-light.btn-outline {
color: var(--theme-light-color);
}
.themesflat-button.btn-light.btn-outline:focus, .themesflat-button.btn-light.btn-outline:hover, .themesflat-button.btn-light.btn-outline:active,
.tf-button.btn-light.btn-outline:focus,
.tf-button.btn-light.btn-outline:hover,
.tf-button.btn-light.btn-outline:active, .btn.btn-light.btn-outline:focus, .btn.btn-light.btn-outline:hover, .btn.btn-light.btn-outline:active,
input[type=button].btn-light.btn-outline:focus,
input[type=button].btn-light.btn-outline:hover,
input[type=button].btn-light.btn-outline:active,
input[type=reset].btn-light.btn-outline:focus,
input[type=reset].btn-light.btn-outline:hover,
input[type=reset].btn-light.btn-outline:active,
input[type=submit].btn-light.btn-outline:focus,
input[type=submit].btn-light.btn-outline:hover,
input[type=submit].btn-light.btn-outline:active, .tf-button.btn-light.btn-outline:focus, .tf-button.btn-light.btn-outline:hover, .tf-button.btn-light.btn-outline:active {
background-color: var(--theme-light-color);
color: var(--theme-light-foreground-color);
border-color: var(--theme-light-color);
}
.themesflat-button.btn-light.btn-link,
.tf-button.btn-light.btn-link, .btn.btn-light.btn-link,
input[type=button].btn-light.btn-link,
input[type=reset].btn-light.btn-link,
input[type=submit].btn-light.btn-link, .tf-button.btn-light.btn-link {
color: var(--theme-light-color);
}
.themesflat-button.btn-light.btn-link:focus, .themesflat-button.btn-light.btn-link:hover, .themesflat-button.btn-light.btn-link:active,
.tf-button.btn-light.btn-link:focus,
.tf-button.btn-light.btn-link:hover,
.tf-button.btn-light.btn-link:active, .btn.btn-light.btn-link:focus, .btn.btn-light.btn-link:hover, .btn.btn-light.btn-link:active,
input[type=button].btn-light.btn-link:focus,
input[type=button].btn-light.btn-link:hover,
input[type=button].btn-light.btn-link:active,
input[type=reset].btn-light.btn-link:focus,
input[type=reset].btn-light.btn-link:hover,
input[type=reset].btn-light.btn-link:active,
input[type=submit].btn-light.btn-link:focus,
input[type=submit].btn-light.btn-link:hover,
input[type=submit].btn-light.btn-link:active, .tf-button.btn-light.btn-link:focus, .tf-button.btn-light.btn-link:hover, .tf-button.btn-light.btn-link:active {
color: var(--theme-accent-color);
}
.themesflat-button.btn-dark,
.tf-button.btn-dark, .btn.btn-dark,
input[type=button].btn-dark,
input[type=reset].btn-dark,
input[type=submit].btn-dark, .tf-button.btn-dark {
color: var(--theme-dark-foreground-color);
background-color: var(--theme-dark-color);
border-color: var(--theme-dark-color);
}
.themesflat-button.btn-dark:focus, .themesflat-button.btn-dark:hover, .themesflat-button.btn-dark:active,
.tf-button.btn-dark:focus,
.tf-button.btn-dark:hover,
.tf-button.btn-dark:active, .btn.btn-dark:focus, .btn.btn-dark:hover, .btn.btn-dark:active,
input[type=button].btn-dark:focus,
input[type=button].btn-dark:hover,
input[type=button].btn-dark:active,
input[type=reset].btn-dark:focus,
input[type=reset].btn-dark:hover,
input[type=reset].btn-dark:active,
input[type=submit].btn-dark:focus,
input[type=submit].btn-dark:hover,
input[type=submit].btn-dark:active, .tf-button.btn-dark:focus, .tf-button.btn-dark:hover, .tf-button.btn-dark:active {
color: var(--theme-primary-foreground-color);
background-color: var(--theme-primary-color);
border-color: var(--theme-primary-color);
}
.themesflat-button.btn-dark:not(:disabled):not(.disabled):active, .themesflat-button.btn-dark:not(:disabled):not(.disabled).active,
.tf-button.btn-dark:not(:disabled):not(.disabled):active,
.tf-button.btn-dark:not(:disabled):not(.disabled).active, .btn.btn-dark:not(:disabled):not(.disabled):active, .btn.btn-dark:not(:disabled):not(.disabled).active,
input[type=button].btn-dark:not(:disabled):not(.disabled):active,
input[type=button].btn-dark:not(:disabled):not(.disabled).active,
input[type=reset].btn-dark:not(:disabled):not(.disabled):active,
input[type=reset].btn-dark:not(:disabled):not(.disabled).active,
input[type=submit].btn-dark:not(:disabled):not(.disabled):active,
input[type=submit].btn-dark:not(:disabled):not(.disabled).active, .tf-button.btn-dark:not(:disabled):not(.disabled):active, .tf-button.btn-dark:not(:disabled):not(.disabled).active {
color: var(--theme-primary-foreground-color);
background-color: var(--theme-primary-color);
border-color: var(--theme-primary-color);
}
.themesflat-button.btn-dark.btn-outline,
.tf-button.btn-dark.btn-outline, .btn.btn-dark.btn-outline,
input[type=button].btn-dark.btn-outline,
input[type=reset].btn-dark.btn-outline,
input[type=submit].btn-dark.btn-outline, .tf-button.btn-dark.btn-outline {
color: var(--theme-dark-color);
}
.themesflat-button.btn-dark.btn-outline:focus, .themesflat-button.btn-dark.btn-outline:hover, .themesflat-button.btn-dark.btn-outline:active,
.tf-button.btn-dark.btn-outline:focus,
.tf-button.btn-dark.btn-outline:hover,
.tf-button.btn-dark.btn-outline:active, .btn.btn-dark.btn-outline:focus, .btn.btn-dark.btn-outline:hover, .btn.btn-dark.btn-outline:active,
input[type=button].btn-dark.btn-outline:focus,
input[type=button].btn-dark.btn-outline:hover,
input[type=button].btn-dark.btn-outline:active,
input[type=reset].btn-dark.btn-outline:focus,
input[type=reset].btn-dark.btn-outline:hover,
input[type=reset].btn-dark.btn-outline:active,
input[type=submit].btn-dark.btn-outline:focus,
input[type=submit].btn-dark.btn-outline:hover,
input[type=submit].btn-dark.btn-outline:active, .tf-button.btn-dark.btn-outline:focus, .tf-button.btn-dark.btn-outline:hover, .tf-button.btn-dark.btn-outline:active {
background-color: var(--theme-dark-color);
color: var(--theme-dark-foreground-color);
border-color: var(--theme-dark-color);
}
.themesflat-button.btn-dark.btn-link,
.tf-button.btn-dark.btn-link, .btn.btn-dark.btn-link,
input[type=button].btn-dark.btn-link,
input[type=reset].btn-dark.btn-link,
input[type=submit].btn-dark.btn-link, .tf-button.btn-dark.btn-link {
color: var(--theme-dark-color);
}
.themesflat-button.btn-dark.btn-link:focus, .themesflat-button.btn-dark.btn-link:hover, .themesflat-button.btn-dark.btn-link:active,
.tf-button.btn-dark.btn-link:focus,
.tf-button.btn-dark.btn-link:hover,
.tf-button.btn-dark.btn-link:active, .btn.btn-dark.btn-link:focus, .btn.btn-dark.btn-link:hover, .btn.btn-dark.btn-link:active,
input[type=button].btn-dark.btn-link:focus,
input[type=button].btn-dark.btn-link:hover,
input[type=button].btn-dark.btn-link:active,
input[type=reset].btn-dark.btn-link:focus,
input[type=reset].btn-dark.btn-link:hover,
input[type=reset].btn-dark.btn-link:active,
input[type=submit].btn-dark.btn-link:focus,
input[type=submit].btn-dark.btn-link:hover,
input[type=submit].btn-dark.btn-link:active, .tf-button.btn-dark.btn-link:focus, .tf-button.btn-dark.btn-link:hover, .tf-button.btn-dark.btn-link:active {
color: var(--theme-primary-color);
}
.themesflat-button.btn-gray,
.tf-button.btn-gray, .btn.btn-gray,
input[type=button].btn-gray,
input[type=reset].btn-gray,
input[type=submit].btn-gray, .tf-button.btn-gray {
color: var(--theme-gray-foreground-color);
background-color: var(--theme-gray-color);
border-color: var(--theme-gray-color);
}
.themesflat-button.btn-gray:focus, .themesflat-button.btn-gray:hover, .themesflat-button.btn-gray:active,
.tf-button.btn-gray:focus,
.tf-button.btn-gray:hover,
.tf-button.btn-gray:active, .btn.btn-gray:focus, .btn.btn-gray:hover, .btn.btn-gray:active,
input[type=button].btn-gray:focus,
input[type=button].btn-gray:hover,
input[type=button].btn-gray:active,
input[type=reset].btn-gray:focus,
input[type=reset].btn-gray:hover,
input[type=reset].btn-gray:active,
input[type=submit].btn-gray:focus,
input[type=submit].btn-gray:hover,
input[type=submit].btn-gray:active, .tf-button.btn-gray:focus, .tf-button.btn-gray:hover, .tf-button.btn-gray:active {
color: var(--theme-primary-foreground-color);
background-color: var(--theme-primary-color);
border-color: var(--theme-primary-color);
}
.themesflat-button.btn-gray:not(:disabled):not(.disabled):active, .themesflat-button.btn-gray:not(:disabled):not(.disabled).active,
.tf-button.btn-gray:not(:disabled):not(.disabled):active,
.tf-button.btn-gray:not(:disabled):not(.disabled).active, .btn.btn-gray:not(:disabled):not(.disabled):active, .btn.btn-gray:not(:disabled):not(.disabled).active,
input[type=button].btn-gray:not(:disabled):not(.disabled):active,
input[type=button].btn-gray:not(:disabled):not(.disabled).active,
input[type=reset].btn-gray:not(:disabled):not(.disabled):active,
input[type=reset].btn-gray:not(:disabled):not(.disabled).active,
input[type=submit].btn-gray:not(:disabled):not(.disabled):active,
input[type=submit].btn-gray:not(:disabled):not(.disabled).active, .tf-button.btn-gray:not(:disabled):not(.disabled):active, .tf-button.btn-gray:not(:disabled):not(.disabled).active {
color: var(--theme-primary-foreground-color);
background-color: var(--theme-primary-color);
border-color: var(--theme-primary-color);
}
.themesflat-button.btn-gray.btn-outline,
.tf-button.btn-gray.btn-outline, .btn.btn-gray.btn-outline,
input[type=button].btn-gray.btn-outline,
input[type=reset].btn-gray.btn-outline,
input[type=submit].btn-gray.btn-outline, .tf-button.btn-gray.btn-outline {
color: var(--theme-gray-color);
}
.themesflat-button.btn-gray.btn-outline:focus, .themesflat-button.btn-gray.btn-outline:hover, .themesflat-button.btn-gray.btn-outline:active,
.tf-button.btn-gray.btn-outline:focus,
.tf-button.btn-gray.btn-outline:hover,
.tf-button.btn-gray.btn-outline:active, .btn.btn-gray.btn-outline:focus, .btn.btn-gray.btn-outline:hover, .btn.btn-gray.btn-outline:active,
input[type=button].btn-gray.btn-outline:focus,
input[type=button].btn-gray.btn-outline:hover,
input[type=button].btn-gray.btn-outline:active,
input[type=reset].btn-gray.btn-outline:focus,
input[type=reset].btn-gray.btn-outline:hover,
input[type=reset].btn-gray.btn-outline:active,
input[type=submit].btn-gray.btn-outline:focus,
input[type=submit].btn-gray.btn-outline:hover,
input[type=submit].btn-gray.btn-outline:active, .tf-button.btn-gray.btn-outline:focus, .tf-button.btn-gray.btn-outline:hover, .tf-button.btn-gray.btn-outline:active {
background-color: var(--theme-gray-color);
color: var(--theme-gray-foreground-color);
border-color: var(--theme-gray-color);
}
.themesflat-button.btn-gray.btn-link,
.tf-button.btn-gray.btn-link, .btn.btn-gray.btn-link,
input[type=button].btn-gray.btn-link,
input[type=reset].btn-gray.btn-link,
input[type=submit].btn-gray.btn-link, .tf-button.btn-gray.btn-link {
color: var(--theme-gray-color);
}
.themesflat-button.btn-gray.btn-link:focus, .themesflat-button.btn-gray.btn-link:hover, .themesflat-button.btn-gray.btn-link:active,
.tf-button.btn-gray.btn-link:focus,
.tf-button.btn-gray.btn-link:hover,
.tf-button.btn-gray.btn-link:active, .btn.btn-gray.btn-link:focus, .btn.btn-gray.btn-link:hover, .btn.btn-gray.btn-link:active,
input[type=button].btn-gray.btn-link:focus,
input[type=button].btn-gray.btn-link:hover,
input[type=button].btn-gray.btn-link:active,
input[type=reset].btn-gray.btn-link:focus,
input[type=reset].btn-gray.btn-link:hover,
input[type=reset].btn-gray.btn-link:active,
input[type=submit].btn-gray.btn-link:focus,
input[type=submit].btn-gray.btn-link:hover,
input[type=submit].btn-gray.btn-link:active, .tf-button.btn-gray.btn-link:focus, .tf-button.btn-gray.btn-link:hover, .tf-button.btn-gray.btn-link:active {
color: var(--theme-primary-color);
}
.themesflat-button.btn-outline,
.tf-button.btn-outline, .btn.btn-outline,
input[type=button].btn-outline,
input[type=reset].btn-outline,
input[type=submit].btn-outline, .tf-button.btn-outline {
background-color: transparent;
border-color: var(--theme-color-border);
border-width: 2px;
}
.themesflat-button.btn-dark.btn-outline,
.tf-button.btn-dark.btn-outline, .btn.btn-dark.btn-outline,
input[type=button].btn-dark.btn-outline,
input[type=reset].btn-dark.btn-outline,
input[type=submit].btn-dark.btn-outline, .tf-button.btn-dark.btn-outline {
color: var(--theme-dark-color);
border-color: var(--theme-color-border);
}
.themesflat-button i,
.tf-button i, .btn i,
input[type=button] i,
input[type=reset] i,
input[type=submit] i, .tf-button i {
font-size: 80%;
}
.themesflat-button.btn-link,
.tf-button.btn-link, .btn.btn-link,
input[type=button].btn-link,
input[type=reset].btn-link,
input[type=submit].btn-link, .tf-button.btn-link {
background-color: transparent !important;
border-width: 0;
text-decoration: none;
border-radius: 0;
padding-left: 0;
padding-right: 0;
line-height: 1.3;
}
.themesflat-button.btn-link:not(:disabled):not(.disabled):active,
.tf-button.btn-link:not(:disabled):not(.disabled):active, .btn.btn-link:not(:disabled):not(.disabled):active,
input[type=button].btn-link:not(:disabled):not(.disabled):active,
input[type=reset].btn-link:not(:disabled):not(.disabled):active,
input[type=submit].btn-link:not(:disabled):not(.disabled):active, .tf-button.btn-link:not(:disabled):not(.disabled):active {
color: initial;
}
.themesflat-button.btn-link:not(:disabled):not(.disabled):active:focus,
.tf-button.btn-link:not(:disabled):not(.disabled):active:focus, .btn.btn-link:not(:disabled):not(.disabled):active:focus,
input[type=button].btn-link:not(:disabled):not(.disabled):active:focus,
input[type=reset].btn-link:not(:disabled):not(.disabled):active:focus,
input[type=submit].btn-link:not(:disabled):not(.disabled):active:focus, .tf-button.btn-link:not(:disabled):not(.disabled):active:focus {
-webkit-box-shadow: none;
box-shadow: none;
} @media only screen and (min-width: 992px) {
.sidebar-left .tf-sidebar {
order: -1;
}
} .modal-menu__panel-footer {
overflow-y: auto;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
padding: 20px 30px 20px 60px;
background: #f4f4f4;
min-height: 100px;
justify-content: center;
}
.modal-menu__panel-footer .logo-panel a {
display: inline-block;
}
.modal-menu__close {
position: absolute;
top: 10px;
width: 70px;
height: 70px;
display: -ms-flexbox;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 2;
border: none;
padding: 0;
fill: currentColor;
transition: background-color 0.15s, color 0.15s;
color: #fff;
left: 10px;
font-size: 24px;
}
.modal-menu__body .modal-menu__close {
color: #fff;
}
.modal-menu__panel {
display: -ms-flexbox;
display: flex;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
-ms-flex-direction: column;
flex-direction: column;
background: #ffffff;
z-index: 1;
transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modal-menu__panel-back,
.modal-menu__panel-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.modal-menu__panel-header {
-ms-flex-negative: 0;
flex-shrink: 0;
height: 90px;
padding: 10px 100px 10px 10px;
position: relative;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background: #f4f4f4;
}
.modal-menu__panel-title {
font-size: 14px;
font-weight: 700;
color: #fff;
width: 100%;
display: flex;
justify-content: flex-end;
}
.modal-menu__panel-body {
-ms-flex-positive: 1;
flex-grow: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
overflow-y: auto;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
padding: 60px 60px 60px 60px;
min-height: 60vh;
}
.modal-menu__panel-body .widget .widget-title {
color: #fff;
margin-bottom: 20px;
}
.modal-menu__panel-body .widget .gallery-item {
padding: 0 5px;
margin: 0 0 10px 0;
}
.modal-menu__panel-body .widget > .gallery {
margin: 0 -5px;
}
.modal-menu__panel-body .widget {
margin-bottom: 30px;
}
.modal-menu__panel-body .widget ul li {
padding-top: 3px;
padding-bottom: 3px;
}
.modal-menu__panel-body .widget > ul > li {
padding-left: 0px;
}
.modal-menu__panel-body .widget_block ul,
.modal-menu__panel-body .widget_block ul.wp-block-categories {
margin: 0;
}
.modal-menu__panel-body .widget.widget_media_gallery ul li {
padding: 0;
}
.modal-menu__panel-body .widget.widget_categories ul li {
font-size: 14px;
}
.modal-menu__panel-body .widget.widget-recent-news .text h6 {
font-weight: 500;
}
.modal-menu__panel-body .widget.widget-recent-news .text h6 a,
.modal-menu__panel-body .widget.widget-recent-news li .text .post-date {
color: #fff;
}
.modal-menu__panel-body .widget.widget-recent-news .text h6 {
margin-bottom: 0;
}
.modal-menu__panel-body .widget_search .widget-title {
margin-bottom: 20px;
}
.modal-menu__panel-body .widget.widget_tag_cloud .tagcloud a {
margin-bottom: 4px;
}
.modal-menu__panel-body .widget_calendar nav span {
color: #fff;
}
.modal-menu__panel-body .widget_calendar table td,
.modal-menu__panel-body .widget_calendar table tr,
.modal-menu__panel-body .widget_calendar table th,
.modal-menu__panel-body .widget_calendar table > caption {
font-size: 14px;
} .inner-header {
transition: all 0.6s;
}
.header_sticky .header-sticky {
background-color: var(--theme-light-color);
z-index: 10000;
position: fixed !important;
width: 100%;
top: 0;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
.header_sticky .header-sticky.header-style1 .logo {
min-height: unset !important;
background: transparent;
margin-top: 0 !important;
box-shadow: unset;
}
#header {
--padding-wrap: 0;
width: 100%;
z-index: 11;
position: relative;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
#header.header-sticky {
position: fixed;
top: 0;
left: 0;
right: 0;
-webkit-animation-name: fadeInDown; -webkit-animation-duration: 0.8s; animation-name: fadeInDown;
animation-duration: 0.8s;
}
.header-wrap {
padding-top: var(--padding-wrap);
padding-bottom: var(--padding-wrap);
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
height: 100%;
position: relative;
}
.header-wrap .header-ct-left,
.header-wrap .header-ct-center,
.header-wrap .header-ct-right {
height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.header-wrap .header-ct-left {
flex-grow: 0;
-ms-flex-pack: start;
justify-content: flex-start;
}
.header-wrap .header-ct-center {
flex-grow: 1;
-ms-flex-pack: center;
justify-content: center;
}
.header-wrap .header-ct-right {
flex-grow: 1;
-ms-flex-pack: end;
justify-content: flex-end;
}
header.header-default .header-customize,
.header-style-01 .header-customize {
margin-left: 95px;
}
header.header-default .header-custom-html .btn,
.header-style-01 .header-custom-html .btn {
min-width: 170px;
} header.header-default {
background-color: transparent;
}
.header-style-01 {
background-color: transparent;
}
.header-style-01 .header-wrap {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-style-02 #mainnav > ul > li > a {
line-height: 80px;
}
.header-style-02 .header-ct-inner {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.header-style-02 .header-ct-top {
padding-top: 20px;
padding-bottom: 60px;
}
.header-style-02 .header-ct-top .header-ct-left {
width: 26%;
}
.header-style-02 .header-ct-top .header-ct-right {
width: 74%;
}
.header-style-02 .header-info {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.header-style-02 .header-info-item {
-ms-flex: 1;
flex: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
}
.header-style-02 .header-info-icon {
width: 50px;
height: 50px;
border: 1px solid rgba(35, 38, 41, 0.07);
border-radius: 50%;
margin-right: 20px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.header-style-02 .header-info-icon i {
color: var(--theme-secondary-color);
font-size: 18px;
font-weight: 500;
}
.header-style-02 .header-info-content {
line-height: 1.2;
}
.header-style-02 .header-info-label {
font-size: 14px;
margin-bottom: 5px;
}
.header-style-02 .header-info-value {
color: var(--theme-accent-color);
font-weight: 700;
font-size: 18px;
font-family: var(--theme-font-primary);
}
.header-style-02 .header-info-phone {
-ms-flex-pack: end;
justify-content: flex-end;
border-left: 1px solid rgba(35, 38, 41, 0.07);
}
.header-style-02 .header-info-phone .header-info-value {
font-size: 36px;
color: var(--theme-secondary-color);
line-height: 1.2;
}
.header-style-02 .header-ct-bottom .header-ct-inner {
padding-left: 50px;
background-color: var(--theme-secondary-color);
-ms-flex-pack: justify;
justify-content: space-between;
position: absolute;
width: calc(100% - 30px);
left: 15px;
bottom: -40px;
}
.header-style-02 .header-custom-html .btn {
background-color: rgba(255, 255, 255, 0.1);
line-height: 80px;
min-width: 170px;
}
.header-style-02 .header-custom-html .btn:hover {
background-color: rgba(255, 255, 255, 0.2);
}
body.header-02 {
--theme-color-main-navigation: var(--theme-secondary-foreground-color);
--theme-color-hover-main-navigation: rgba(255, 255, 255, 0.4);
--theme-header-sticky-color-main-navigation: var(--theme-secondary-foreground-color);
--theme-header-sticky-color-hover-main-navigation: rgba(255, 255, 255, 0.4);
}
.header-sticky {
-webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.09);
box-shadow: 0 0 65px rgba(0, 0, 0, 0.09);
} .header-absolute #header {
position: absolute;
z-index: 999;
}
.header-absolute .header.widget-header .nav .header-wrap {
border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.header-mobile {
display: none;
}
.header-mobile .show-search:not(.active) a {
color: var(--theme-dark-color);
}
.header-mobile .inner-header {
background: #fff;
padding: 15px 0;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
}
.header-mobile .inner-header .header-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row;
flex-flow: row;
}
.header-mobile .top-search {
width: calc(90vw - 115px);
max-width: 400px;
}
.btn-menu {
display: none;
float: right;
position: relative;
background: transparent;
cursor: pointer;
width: 30px;
height: 20px;
-webkit-transition: all ease 0.238s;
transition: all ease 0.238s;
}
.btn-menu:before, .btn-menu:after,
.btn-menu span {
background-color: var(--theme-dark-color);
-webkit-transition: all ease 0.238s;
-moz-transition: all ease 0.238s;
transition: all ease 0.238s;
}
.btn-menu:before, .btn-menu:after {
content: "";
position: absolute;
height: 2px;
width: 100%;
left: 0;
top: 50%;
-webkit-transform-origin: 50% 50% center;
transform-origin: 50% 50% center;
}
.btn-menu span {
position: absolute;
width: 100%;
height: 2px;
left: 0;
top: 50%;
overflow: hidden;
text-indent: 200%;
}
.btn-menu span.line-1 {
top: 50%;
}
.btn-menu span.line-2 {
top: 60%;
}
.btn-menu:before {
-webkit-transform: translate3d(0, -9px, 0);
transform: translate3d(0, -9px, 0);
}
.btn-menu:after {
-webkit-transform: translate3d(0, 9px, 0);
transform: translate3d(0, 9px, 0);
}
.btn-menu.active span {
opacity: 0;
}
.btn-menu.active:before {
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
}
.btn-menu.active:after {
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
}
@media only screen and (max-width: 1200px) {
header #mainnav > ul > li {
margin-left: 15px;
margin-right: 15px;
}
}
@media only screen and (max-width: 1024px) {
.btn-menu {
display: block;
}
#mainnav-mobi .menu {
overflow-y: auto;
max-height: 100vh;
}
#mainnav {
display: none;
}
#header {
display: none;
}
.header-mobile {
display: block;
}
} #logo a,
#logo-mobi a {
display: inline-block;
}
.logo img,
.logo svg,
.logo {
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; }
#logo.has-logo-sticky .logo-sticky {
display: none;
}
.header-sticky #logo.has-logo-sticky .logo-sticky {
display: block;
}
.header-sticky #logo.has-logo-sticky .site-logo:not(.logo-sticky) {
display: none;
}
.header .header-customize {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
margin-left: 50px;
}
.header .header-customize .header-customize-item + .header-customize-item {
margin-left: 20px;
}
.themesflat-header-info {
background-color: var(--theme-background-color-main);
position: relative;
}
.themesflat-header-info:before {
content: "";
top: 0;
left: 0;
width: 50%;
height: 100%;
position: absolute;
background-color: var(--theme-accent-color);
z-index: 1;
}
.themesflat-header-info .header-info-inner {
position: relative;
z-index: 10;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
background-color: var(--theme-background-color-main);
}
.themesflat-header-info .header-info-inner .header-info-item:first-child {
background-color: var(--theme-accent-color);
color: var(--theme-primary-foreground-color);
}
.themesflat-header-info .header-info-inner .info-time, .themesflat-header-info .header-info-inner .info-phone, .themesflat-header-info .header-info-inner .info-email {
-ms-flex-positive: 1;
flex-grow: 1;
}
.themesflat-header-info .header-info-item:not(.wrap-btn-header) {
font-size: 14px;
color: var(--theme-color-text-main);
height: 57px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-flow: wrap;
flex-flow: wrap;
}
.themesflat-header-info .header-info-item:not(.wrap-btn-header) .info-label {
margin-right: 5px;
}
.themesflat-header-info .header-info-item:not(.wrap-btn-header) i {
font-size: 18px;
vertical-align: text-top;
}
.themesflat-header-info .header-info-item:not(.wrap-btn-header) + .header-info-item {
padding-left: 30px;
}
.themesflat-header-info .header-info-item:not(.wrap-btn-header) + .header-info-item i {
color: var(--theme-accent-color);
}
#header #logo a, .modal-menu__panel-footer .logo-panel a, .header-mobile #logo-mobi a {
max-width: 88px;
}
.header-mobile .inner-canvas-nav .logo {
padding: 25px 25px !important;
line-height: unset;
text-align: left;
margin-bottom: 50px;
}
.header-mobile .inner-canvas-nav .logo a {
max-width: 150px;
display: block;
}
.header-custom-html .btn {
line-height: 50px;
}  #mainnav ul {
list-style: none;
margin: 0;
padding: 0;
}
#mainnav ul li {
position: relative;
}
#mainnav > ul {
display: -ms-flexbox;
display: flex;
}
#mainnav > ul > li {
float: left;
padding: 0;
-webkit-box-flex: unset;
-ms-flex: unset;
flex: unset;
max-width: unset;
}
#mainnav > ul > li:last-child {
margin-right: 0 !important;
}
#mainnav > ul > li:first-child {
margin-left: 0 !important;
}
#mainnav > ul > li > a {
font-size: 18px;
position: relative;
display: inline-block;
text-transform: capitalize;
color: var(--theme-color-main-navigation);
}
#mainnav > ul > li > a:hover {
color: var(--theme-color-hover-main-navigation);
}
#mainnav > ul > li.menu-item-has-children > a {
padding-right: 15px;
}
#mainnav > ul > li.menu-item-has-children > a:before {
content: "";
position: absolute;
font-family: var(--theme-icon-font-primary);
right: 0;
font-weight: 300;
top: 50%;
display: block;
font-size: 11px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#mainnav > ul > li.current-menu-item > a,
#mainnav > ul > li a:hover, #mainnav > ul > li.current-menu-item > a, #mainnav > ul > li.current-menu-ancestor > a, #mainnav > ul > li.current-menu-parent > a {
color: var(--theme-color-hover-main-navigation);
}
#mainnav > ul > li.current-menu-item > a::after,
#mainnav > ul > li a:hover::after, #mainnav > ul > li.current-menu-item > a::after, #mainnav > ul > li.current-menu-ancestor > a::after, #mainnav > ul > li.current-menu-parent > a::after {
opacity: 1;
visibility: visible;
}
#mainnav > ul > li a i {
font-size: 14px;
margin-left: 5px;
} .header-sticky #mainnav > ul > li > a {
color: var(--theme-header-sticky-color-main-navigation);
}
.header-sticky #mainnav > ul > li > a:hover {
color: var(--theme-header-sticky-color-hover-main-navigation);
}
.header-sticky #mainnav > ul > li > a:after {
background: var(--theme-header-sticky-color-hover-main-navigation);
} #mainnav ul.sub-menu > li > a,
#mainnav li.megamenu > ul.sub-menu > .menu-item-has-children > a {
color: var(--theme-primary-color);
}
#mainnav ul.sub-menu > li > a:hover,
#mainnav ul.sub-menu > li.current-menu-item > a,
#mainnav-mobi ul li.current-menu-item > a,
#mainnav-mobi ul li.current-menu-ancestor > a,
#mainnav ul.sub-menu > li.current-menu-ancestor > a,
#mainnav-mobi ul li .current-menu-item > a,
#mainnav-mobi ul li.current-menu-item .btn-submenu:before,
#mainnav-mobi ul li .current-menu-item .btn-submenu:before {
color: var(--theme-secondary-color);
}
.widget-topbar-menu ul.sub-menu,
#mainnav ul.sub-menu {
padding: 0;
text-align: left;
position: absolute;
left: 0;
top: 100%;
min-width: 200px;
background: #fff;
border-radius: 0;
z-index: 9999;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
visibility: hidden;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.widget-topbar-menu ul.sub-menu > li > a:hover:before, .widget-topbar-menu ul.sub-menu > li.current-menu-item > a:before, .widget-topbar-menu ul.sub-menu > li.current-menu-ancestor > a:before, .widget-topbar-menu ul.sub-menu > li.current-menu-parent > a:before,
#mainnav ul.sub-menu > li > a:hover:before,
#mainnav ul.sub-menu > li.current-menu-item > a:before,
#mainnav ul.sub-menu > li.current-menu-ancestor > a:before,
#mainnav ul.sub-menu > li.current-menu-parent > a:before {
width: 12px;
}
.widget-topbar-menu ul.sub-menu > li > a:hover, .widget-topbar-menu ul.sub-menu > li.current-menu-item > a, .widget-topbar-menu ul.sub-menu > li.current-menu-ancestor > a, .widget-topbar-menu ul.sub-menu > li.current-menu-parent > a,
#mainnav ul.sub-menu > li > a:hover,
#mainnav ul.sub-menu > li.current-menu-item > a,
#mainnav ul.sub-menu > li.current-menu-ancestor > a,
#mainnav ul.sub-menu > li.current-menu-parent > a {
padding-left: 35px;
}
.widget-topbar-menu ul.sub-menu > li > a,
#mainnav ul.sub-menu > li > a {
transition: all 0.15s linear;
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
-o-transition: all 0.15s linear;
}
.widget-topbar-menu ul.sub-menu > li > a > span,
#mainnav ul.sub-menu > li > a > span {
background: #33B9CB;
color: #fff;
font-size: 12px;
border-radius: 5px;
padding: 5px 7px;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
line-height: 1;
}
.widget-topbar-menu ul.sub-menu > li > a:before,
#mainnav ul.sub-menu > li > a:before {
content: "";
position: absolute;
width: 0;
height: 2px;
background: var(--theme-secondary-color);
left: 15px;
top: 28px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#mainnav > ul > li:last-child > ul.sub-menu {
left: unset;
right: 0;
} #mainnav ul.right-sub-menu {
left: auto;
right: 0;
}
#mainnav ul li:hover > ul.sub-menu,
.widget-topbar-menu ul li:hover > ul.sub-menu {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
visibility: visible;
border-radius: 6px;
}
#mainnav > ul > li:hover > ul.sub-menu:before,
.widget-topbar-menu > ul > li:hover > ul.sub-menu:before {
top: -5px;
left: 25px;
}
#mainnav ul li ul li {
margin-left: 0;
}
#mainnav ul.sub-menu li ul.sub-menu,
.widget-topbar-menu ul.sub-menu li:hover > ul.sub-menu {
position: absolute;
left: 100%;
top: 0;
}
#mainnav ul.sub-menu li ul.sub-menu:before,
.widget-topbar-menu ul.sub-menu li:hover > ul.sub-menu:before {
top: 20px;
left: -5px;
}
#mainnav ul.sub-menu li ul.sub-menu ul.sub-menu ul.sub-menu {
left: 0;
top: 100%;
}
#mainnav ul.sub-menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
left: -100%;
top: 0;
}
#mainnav ul.sub-menu > li,
.widget-topbar-menu ul.sub-menu > li {
border-top: 1px solid #E8E8E8;
}
#mainnav ul.sub-menu > li:first-child {
border-top: 0;
}
#mainnav ul.sub-menu > li > a,
.widget-topbar-menu ul.sub-menu > li > a {
display: block;
text-decoration: none;
padding: 15px 20px;
line-height: normal;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: relative;
}
#mainnav ul.sub-menu li.menu-item-has-children > a:after {
font-family: "Font Awesome 5 Pro";
content: "";
font-weight: 900;
right: 20px;
line-height: normal;
font-size: 12px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
#mainnav .megamenu ul.sub-menu li.menu-item-has-children > a:after {
display: none;
}  .themesflat-top {
position: relative;
}
.themesflat-top .themesflat-socials li {
font-size: 0.875em;
line-height: 1;
background: transparent;
display: inline;
}
.themesflat-top .themesflat-socials li:not(:last-child) {
padding-right: 20px;
}
.themesflat-top .themesflat-socials li:not(:first-child) {
padding-left: 20px;
}
.themesflat-top .themesflat-socials li a {
color: #FFFFFFB3;
}
.themesflat-top .themesflat-socials li a:hover {
color: var(--theme-secondary-color);
}
.themesflat-top .container-inside {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
width: 100%;
position: relative;
-ms-flex-pack: center;
justify-content: center;
}
.themesflat-top .container-inside .content-left {
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-pack: start;
justify-content: flex-start;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.themesflat-top .container-inside .content-right {
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-pack: end;
justify-content: flex-end;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.themesflat-top .container-inside .content-right .content-item {
padding-left: 35px;
}
.themesflat-top .content-item {
min-height: 50px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.themesflat-top ul {
list-style: none;
margin: 0;
}
.header-default .themesflat-top .infoRight-topbar {
background-color: var(--theme-secondary-color);
color: var(--theme-secondary-foreground-color);
font-size: 18px;
}
.header-default .themesflat-top.has-infoRight-topbar:after {
content: "";
background-color: var(--theme-secondary-color);
width: 50%;
right: 0;
position: absolute;
height: 50px;
top: 0;
z-index: 1;
}
.header-default .themesflat-top.has-infoRight-topbar .container-inside {
background-color: var(--theme-accent-color);
z-index: 2;
}
.header-default .themesflat-top .container-inside .content-right .content-item {
padding-left: 33px;
}
.header-default .themesflat-top .container-inside .content-right .content-item.content-item:not(:last-child) {
margin-right: 62px;
}
.header-style-02 .themesflat-top {
border-bottom: 1px solid rgba(35, 38, 41, 0.07);
}
.header-style-02 .themesflat-top .infoRight-topbar {
font-size: 14px;
font-family: var(--theme-font-body);
font-weight: 400;
}
.header-style-02 .themesflat-top .container-inside .content-right .content-item {
padding-left: 0;
}
@media only screen and (min-width: 768px) {
.themesflat-top .content-item:not(:last-child) {
margin-right: 45px;
}
}
@media only screen and (min-width: 1200px) {
.themesflat-top .content-item:not(:last-child) {
margin-right: 70px;
}
.header-style-02 .themesflat-top .content-item:not(:last-child) {
margin-right: 80px;
}
}
.topbar-mobile {
background-color: var(--theme-secondary-color);
}
.topbar-mobile .container-inside.has-menu-topbar-mobile.has-social-topbar-mobile {
-ms-flex-pack: justify;
justify-content: space-between;
}
.topbar-mobile .container-inside {
padding: 10px;
text-align: center;
}
.topbar-mobile ul.sub-menu li a {
color: var(--theme-color-text-main) !important;
}
.topbar-mobile .widget-topbar-menu .menu > .menu-item > a {
padding: 0;
}
.topbar-mobile ul.menu > li {
padding-left: 15px;
}
.header-customize-mobile {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
}
.header-customize-mobile > div {
margin-left: 15px;
}
@media only screen and (max-width: 767px) {
.topbar-mobile .container-inside {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
}
.topbar-mobile .container-inside .content-item + .content-item {
margin-top: 7px;
}
.topbar-mobile ul li {
padding-left: 1.5em;
}
}
.themesflat-top ul li:first-child {
padding-left: 0;
}
.header-style-01 .themesflat-top, .header-style-02 .themesflat-top {
min-height: 50px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.header-style-01 .themesflat-top .btn-header, .header-style-02 .themesflat-top .btn-header {
border-radius: 0;
margin-left: 50px;
}
.header-default .themesflat-top {
background-color: var(--theme-accent-color);
}
.header-style-01 .themesflat-top {
background-color: var(--theme-light-color);
}  .tf-title-section, .tf-heading {
--tf-heading-color: var(--theme-accent-color);
}
.tf-title-section .before-heading, .tf-heading .before-heading {
font-size: 16px;
line-height: 15px;
font-family: var(--theme-font-primary);
font-weight: 700;
text-transform: uppercase;
margin-bottom: 7px;
}
.tf-title-section .heading, .tf-heading .heading {
font-size: 48px;
line-height: 1.2;
text-transform: capitalize;
margin-bottom: 7px;
color: var(--tf-heading-color);
}
.tf-title-section .heading mark, .tf-heading .heading mark {
color: var(--theme-secondary-color);
background-color: transparent;
padding: 0;
}
.tf-title-section.tf-title-section-style-01, .tf-heading.tf-title-section-style-01 {
text-align: center;
}
.tf-title-section.tf-title-section-style-01 .heading-separate, .tf-heading.tf-title-section-style-01 .heading-separate {
max-width: 2px;
height: 50px;
background-color: var(--theme-secondary-color);
margin: 0 auto;
}
.tf-title-section.tf-title-section-style-02 .sub-title, .tf-heading.tf-title-section-style-02 .sub-title {
font-size: 18px;
font-family: var(--theme-font-primary);
line-height: 30px;
font-weight: 600;
color: var(--theme-secondary-color);
}
.tf-title-section.tf-title-section-style-03 .heading-separate, .tf-heading.tf-title-section-style-03 .heading-separate {
max-width: 50px;
height: 2px;
background-color: var(--theme-secondary-color);
}
.tf-title-section.tf-title-section-style-03 .sub-title, .tf-heading.tf-title-section-style-03 .sub-title {
font-size: 14px;
line-height: 30px;
margin-top: 21px;
}
.tf-counter .counter-number-wrapper {
font-family: var(--theme-font-primary);
}
.tf-counter.default {
background-color: #fff;
overflow: hidden;
padding: 47px 10px;
box-shadow: 0 0 4px #e6e6e6;
position: relative;
}
.tf-counter.default:after {
position: absolute;
content: "";
border: 12px solid #f3f3f4;
width: 100px;
height: 100px;
top: -65px;
left: -63px;
border-radius: 0 415px 350px 200px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.tf-counter.default:hover:after {
border: 12px solid var(--theme-secondary-color);
}
.tf-counter.default .counter-number-wrapper {
color: var(--theme-accent-color);
}
.tf-counter.style1 {
padding-left: 30px;
padding-top: 15px;
padding-bottom: 20px;
border-radius: 60px/50px;
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 117, 6, 0.15)), color-stop(25%, #f3f3f4));
background: -o-linear-gradient(left, rgba(255, 117, 6, 0.15) 0%, #f3f3f4 25%);
background: linear-gradient(to right, rgba(255, 117, 6, 0.15) 0%, #f3f3f4 25%);
}
.tf-counter.style1 .counter-number-wrapper {
color: var(--theme-secondary-color);
}
.tf-counter.style2 .counter-number-wrapper {
background-repeat: no-repeat;
background-position: -190px -165px;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
font-weight: bold;
}
.tf-counter.style2 .counter-number-wrapper {
font-family: "Oswald", sans-serif;
font-weight: bold;
font-size: 296px;
line-height: 296px;
letter-spacing: -12px;
margin-left: -11px;
}
.tf-counter.style2 .counter-title {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
position: absolute;
top: 104px;
left: 215px;
font-family: "Open Sans", sans-serif;
font-size: 16px;
line-height: 30px;
font-weight: bold;
height: 50px;
width: auto;
color: rgba(2, 14, 40, 0.3);
letter-spacing: 1.4px;
text-transform: uppercase;
}
.tf-counter.style3 .counter-number-wrapper {
color: #1C2833;
margin-bottom: 16px;
}
.tf-counter.style3 .counter-number-prefix {
margin-right: 0;
}
.tf-counter.style3 .counter-number-suffix {
margin-left: 0;
}
.tf-counter.style3 .counter-title {
font-family: var(--theme-font-primary);
}
.tf-testimonial-carousel-type-group .item-testimonial {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
}
.tf-testimonial-carousel-type-group .description {
width: calc(100% - 183px);
padding-right: 30px;
line-height: 1.75;
}
.tf-testimonial-carousel-type-group .image-thumbs {
max-width: 170px;
}
@media only screen and (max-width: 768px) {
.tf-testimonial-carousel-type-group .item-testimonial {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tf-testimonial-carousel-type-group .description {
width: 100%;
padding-right: 0;
padding-bottom: 30px;
}
}
.tf-testimonial-carousel-type-group .name {
margin-top: 28px;
margin-bottom: 0;
font-weight: 700;
font-size: 16px;
font-family: var(--theme-font-body);
}
.tf-testimonial-carousel-type-group .position {
font-size: 14px;
color: var(--theme-secondary-color);
}
.tf-testimonial-carousel-type-group .icon-quote {
margin-bottom: 7px;
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.tf-testimonial-carousel-type-group .icon-quote i {
font-size: 45px;
color: var(--theme-secondary-color);
}
.tf-testimonial-carousel-type-group .owl-nav {
font-size: 25px;
line-height: 23px;
color: #d7d8dc;
position: absolute;
left: 0;
bottom: 20px;
}
.tf-testimonial-carousel-type-group .owl-nav > button {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
border-radius: 0;
}
.tf-testimonial-carousel-type-group .owl-nav > button:hover {
color: var(--theme-secondary-color);
}
.tf-testimonial-carousel-type-group .owl-nav > button i {
font-weight: 300;
padding: 0;
}
.tf-testimonial-carousel-type-group .owl-nav > button:before {
display: none;
}
.tf-testimonial-carousel-type-group .owl-nav > button.owl-prev {
padding-right: 20px !important;
border-right: 1px solid #d7d8dc;
}
.tf-testimonial-carousel-type-group .owl-nav > button.owl-next {
padding-left: 20px !important;
}
.tf-testimonial-carousel .avatar {
display: inline-block;
width: 70px;
height: 70px;
margin-bottom: 25px;
}
.tf-testimonial-carousel .name {
color: var(--theme-accent-color);
font-family: var(--theme-font-primary);
line-height: 1.2;
}
.tf-testimonial-carousel .description {
font-family: var(--theme-font-primary);
}
.tf-testimonial-carousel .testimonial-info {
margin-top: 20px;
}
.tf-testimonial-carousel .testimonial-rate + .testimonial-date {
margin-left: 30px;
}
.tf-testimonial-carousel .testimonial-date {
color: var(--theme-secondary-color);
font-family: var(--theme-font-primary);
}
.tf-testimonial-carousel .testimonial-info {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
}
.tf-testimonial-carousel.style2 .item-testimonial {
padding: 30px;
}
.tf-testimonial-carousel.style2 .description {
font-size: 24px;
line-height: 1.75;
}
.tf-testimonial-carousel.style2 .avatar {
position: relative;
}
.tf-testimonial-carousel.style2 .avatar:before {
content: "";
top: -10px;
width: 90px;
height: 90px;
position: absolute;
left: -10px;
border: 4px solid #F6F6F6;
border-radius: 50%;
z-index: 1;
}
.tf-testimonial-carousel.style2 .avatar .icon {
display: block;
position: absolute;
font-size: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: -25px;
z-index: 2;
margin-top: 3px;
color: var(--theme-secondary-color);
}
.tf-accordion .tf-accordion-item {
background: #FDFDFD;
border: 1px solid #F0F0F0;
}
.tf-accordion .tf-accordion-item:not(:last-child) {
border-bottom: none;
}
.tf-accordion .accordion-title {
font-size: 18px;
line-height: 30px;
font-weight: 700;
font-family: var(--theme-font-primary);
padding: 9px 28px 9px 31px;
color: #272B2E;
}
.tf-accordion .accordion-title .accordion-icon {
color: #E8E8E8;
font-size: 12px;
}
.tf-accordion .accordion-title.active {
background-color: var(--theme-secondary-color);
color: #fff;
}
.tf-accordion .accordion-title.active .accordion-icon-close {
display: none;
}
.tf-accordion .accordion-content {
font-size: 14px;
line-height: 30px;
}
.tf-team.default {
text-align: center;
}
.tf-team.default .social {
border-color: var(--theme-background-color-main) !important;
}
.tf-team.default .social > a {
color: #c2c2c2;
}
.tf-team.default .social > a:hover {
background-color: var(--theme-secondary-color);
color: var(--theme-secondary-foreground-color);
}
.tf-team.default .title {
padding-top: 30px;
font-size: 20px;
font-weight: 600;
margin-bottom: 0.5rem;
}
.tf-team.default .image-team {
position: relative;
z-index: 10;
}
.tf-team.default .position {
font-size: 14px;
padding-bottom: 25px;
}
.tf-team.default .content {
background-color: #fff;
position: relative;
}
.tf-team.default .content:before {
content: "";
position: absolute;
width: 100px;
height: 100px;
top: -30px;
left: -70px;
background-color: rgba(255, 255, 255, 0);
border: 10px solid var(--theme-background-color-main);
border-radius: 335px 600px 432px 10px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tf-team.default:hover .content:before {
border-color: var(--theme-secondary-color);
}
.tficonbox .title {
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 0;
}
.tficonbox .description {
margin-top: 10px;
}
.tficonbox .wrap-icon-inner {
color: var(--theme-secondary-color);
}
.tficonbox.left {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-align: center;
align-items: center;
}
.tficonbox.left .wrap-icon {
margin-right: 25px;
}
.tf-video-popup .popup-video {
width: 100px;
height: 100px;
color: var(--theme-secondary-foreground-color);
background-color: var(--theme-secondary-color);
border-radius: 50%;
font-size: 24px;
}
.tf-video-popup .popup-video:hover {
color: var(--theme-secondary-color);
background-color: var(--theme-secondary-foreground-color);
}
.tf-video-popup .popup-video:before, .tf-video-popup .popup-video:after {
-webkit-animation: video-box-shadow 1600ms ease-in-out 0ms;
animation: video-box-shadow 1600ms ease-in-out 0ms;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
width: 100%;
height: 100%;
content: "";
top: 0;
position: absolute;
border-radius: 50%;
-webkit-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.tf-video-popup .popup-video:after {
-webkit-animation-delay: 800ms;
animation-delay: 800ms;
}
.tf-video-popup .icon-before i, .tf-video-popup .icon-before svg {
margin-right: 5px;
}
.tf-video-popup .icon-after i, .tf-video-popup .icon-after svg {
margin-left: 5px;
}
@keyframes video-box-shadow {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.6;
-webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
}
50% {
-webkit-transform: scale(1.15);
transform: scale(1.15);
opacity: 0.3;
-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
}
100% {
-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
-webkit-transform: scale(1.3);
transform: scale(1.3);
opacity: 0;
}
}
.custom-video-postion-01 {
position: absolute;
bottom: 35px;
left: -15px;
}
.ft-mailchimp {
display: -ms-flexbox;
display: flex;
position: relative;
}
.ft-mailchimp input[type=email] {
height: 70px;
border: 1px solid #2D3134;
background-color: #272B2E;
width: 100%;
padding: 0 30px;
color: #acacac;
}
.ft-mailchimp input[type=email]:-moz-placeholder {
color: rgba(255, 255, 255, 0.3);
}
.ft-mailchimp input[type=email]::-moz-placeholder {
color: rgba(255, 255, 255, 0.3);
}
.ft-mailchimp input[type=email]:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.3);
}
.ft-mailchimp input[type=email]::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.3);
}
.ft-mailchimp input[type=email]:focus {
border-color: var(--theme-secondary-color);
}
.ft-mailchimp button[type=submit] {
position: absolute;
right: 5px;
max-width: 170px;
width: 100%;
height: 60px;
top: 50%;
transform: translateY(-50%);
}
@media (max-width: 525px) {
.ft-mailchimp button[type=submit] {
max-width: 140px;
}
}
.tf-contact-form input[type=text], .tf-contact-form input[type=email], .tf-contact-form input[type=number],
.tf-contact-form input[type=tel], .tf-contact-form input[type=week], .tf-contact-form textarea, .tf-contact-form select {
width: 100%;
}
.tf-contact-form .wpcf7-not-valid-tip {
display: none;
}
.tf-contact-form .wpcf7-not-valid {
border-color: #dc3545 !important;
}
.tf-contact-form ~ div.wpcf7-response-output {
text-align: center;
color: #fff;
background: #dc3545;
border: none;
border-radius: 4px;
padding: 10px;
margin-left: 0;
margin-right: 0;
}
.tf-contact-form .ajax-loader, .tf-contact-form .wpcf7-spinner {
position: absolute;
}
.tf-contact-form .tf-contact-form-item:not(:last-child) {
margin-bottom: 10px;
}
.tf-contact-form .tf-contact-form-submit {
margin-top: 43px;
}
.tf-contact-form .tf-contact-form-submit button[type=submit] {
min-width: 170px;
}
.tf-contact-form-01 input[type=text], .tf-contact-form-01 input[type=email], .tf-contact-form-01 input[type=number],
.tf-contact-form-01 input[type=tel], .tf-contact-form-01 input[type=week], .tf-contact-form-01 textarea, .tf-contact-form-01 select {
background: #FFFFFF;
border: 1px solid rgba(22, 34, 47, 0.07);
}
.tf-contact-form-02 input[type=text], .tf-contact-form-02 input[type=email], .tf-contact-form-02 input[type=number],
.tf-contact-form-02 input[type=tel], .tf-contact-form-02 input[type=week], .tf-contact-form-02 textarea, .tf-contact-form-02 select {
background: rgba(255, 255, 255, 0.02);
border-color: #516565;
}
.tf-contact-form-02 input[type=text]:-moz-placeholder, .tf-contact-form-02 input[type=email]:-moz-placeholder, .tf-contact-form-02 input[type=number]:-moz-placeholder,
.tf-contact-form-02 input[type=tel]:-moz-placeholder, .tf-contact-form-02 input[type=week]:-moz-placeholder, .tf-contact-form-02 textarea:-moz-placeholder, .tf-contact-form-02 select:-moz-placeholder {
color: rgba(255, 255, 255, 0.5);
}
.tf-contact-form-02 input[type=text]::-moz-placeholder, .tf-contact-form-02 input[type=email]::-moz-placeholder, .tf-contact-form-02 input[type=number]::-moz-placeholder,
.tf-contact-form-02 input[type=tel]::-moz-placeholder, .tf-contact-form-02 input[type=week]::-moz-placeholder, .tf-contact-form-02 textarea::-moz-placeholder, .tf-contact-form-02 select::-moz-placeholder {
color: rgba(255, 255, 255, 0.5);
}
.tf-contact-form-02 input[type=text]:-ms-input-placeholder, .tf-contact-form-02 input[type=email]:-ms-input-placeholder, .tf-contact-form-02 input[type=number]:-ms-input-placeholder,
.tf-contact-form-02 input[type=tel]:-ms-input-placeholder, .tf-contact-form-02 input[type=week]:-ms-input-placeholder, .tf-contact-form-02 textarea:-ms-input-placeholder, .tf-contact-form-02 select:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.5);
}
.tf-contact-form-02 input[type=text]::-webkit-input-placeholder, .tf-contact-form-02 input[type=email]::-webkit-input-placeholder, .tf-contact-form-02 input[type=number]::-webkit-input-placeholder,
.tf-contact-form-02 input[type=tel]::-webkit-input-placeholder, .tf-contact-form-02 input[type=week]::-webkit-input-placeholder, .tf-contact-form-02 textarea::-webkit-input-placeholder, .tf-contact-form-02 select::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5);
}
.tf-contact-form-03 input[type=text], .tf-contact-form-03 input[type=email], .tf-contact-form-03 input[type=number],
.tf-contact-form-03 input[type=tel], .tf-contact-form-03 input[type=week], .tf-contact-form-03 textarea, .tf-contact-form-03 select {
background: var(--theme-accent-color);
border-color: #2E3134;
color: rgba(255, 255, 255, 0.6);
}
.tf-contact-form-03 input[type=text]:-moz-placeholder, .tf-contact-form-03 input[type=email]:-moz-placeholder, .tf-contact-form-03 input[type=number]:-moz-placeholder,
.tf-contact-form-03 input[type=tel]:-moz-placeholder, .tf-contact-form-03 input[type=week]:-moz-placeholder, .tf-contact-form-03 textarea:-moz-placeholder, .tf-contact-form-03 select:-moz-placeholder {
color: rgba(255, 255, 255, 0.6);
}
.tf-contact-form-03 input[type=text]::-moz-placeholder, .tf-contact-form-03 input[type=email]::-moz-placeholder, .tf-contact-form-03 input[type=number]::-moz-placeholder,
.tf-contact-form-03 input[type=tel]::-moz-placeholder, .tf-contact-form-03 input[type=week]::-moz-placeholder, .tf-contact-form-03 textarea::-moz-placeholder, .tf-contact-form-03 select::-moz-placeholder {
color: rgba(255, 255, 255, 0.6);
}
.tf-contact-form-03 input[type=text]:-ms-input-placeholder, .tf-contact-form-03 input[type=email]:-ms-input-placeholder, .tf-contact-form-03 input[type=number]:-ms-input-placeholder,
.tf-contact-form-03 input[type=tel]:-ms-input-placeholder, .tf-contact-form-03 input[type=week]:-ms-input-placeholder, .tf-contact-form-03 textarea:-ms-input-placeholder, .tf-contact-form-03 select:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.6);
}
.tf-contact-form-03 input[type=text]::-webkit-input-placeholder, .tf-contact-form-03 input[type=email]::-webkit-input-placeholder, .tf-contact-form-03 input[type=number]::-webkit-input-placeholder,
.tf-contact-form-03 input[type=tel]::-webkit-input-placeholder, .tf-contact-form-03 input[type=week]::-webkit-input-placeholder, .tf-contact-form-03 textarea::-webkit-input-placeholder, .tf-contact-form-03 select::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.6);
}
.tf-contact-form-03 textarea {
height: 93px;
}
.tf-contact-form-03 .tf-contact-form-submit {
margin-top: 10px;
}
.tf-contact-form-04 input[type=text], .tf-contact-form-04 input[type=email], .tf-contact-form-04 input[type=number],
.tf-contact-form-04 input[type=tel], .tf-contact-form-04 input[type=week], .tf-contact-form-04 textarea, .tf-contact-form-04 select {
background: #fff;
border: 1px solid rgba(22, 34, 47, 0.07);
color: rgba(119, 119, 119, 0.8);
}
.tf-contact-form-04 input[type=text]:-moz-placeholder, .tf-contact-form-04 input[type=email]:-moz-placeholder, .tf-contact-form-04 input[type=number]:-moz-placeholder,
.tf-contact-form-04 input[type=tel]:-moz-placeholder, .tf-contact-form-04 input[type=week]:-moz-placeholder, .tf-contact-form-04 textarea:-moz-placeholder, .tf-contact-form-04 select:-moz-placeholder {
color: rgba(119, 119, 119, 0.8);
}
.tf-contact-form-04 input[type=text]::-moz-placeholder, .tf-contact-form-04 input[type=email]::-moz-placeholder, .tf-contact-form-04 input[type=number]::-moz-placeholder,
.tf-contact-form-04 input[type=tel]::-moz-placeholder, .tf-contact-form-04 input[type=week]::-moz-placeholder, .tf-contact-form-04 textarea::-moz-placeholder, .tf-contact-form-04 select::-moz-placeholder {
color: rgba(119, 119, 119, 0.8);
}
.tf-contact-form-04 input[type=text]:-ms-input-placeholder, .tf-contact-form-04 input[type=email]:-ms-input-placeholder, .tf-contact-form-04 input[type=number]:-ms-input-placeholder,
.tf-contact-form-04 input[type=tel]:-ms-input-placeholder, .tf-contact-form-04 input[type=week]:-ms-input-placeholder, .tf-contact-form-04 textarea:-ms-input-placeholder, .tf-contact-form-04 select:-ms-input-placeholder {
color: rgba(119, 119, 119, 0.8);
}
.tf-contact-form-04 input[type=text]::-webkit-input-placeholder, .tf-contact-form-04 input[type=email]::-webkit-input-placeholder, .tf-contact-form-04 input[type=number]::-webkit-input-placeholder,
.tf-contact-form-04 input[type=tel]::-webkit-input-placeholder, .tf-contact-form-04 input[type=week]::-webkit-input-placeholder, .tf-contact-form-04 textarea::-webkit-input-placeholder, .tf-contact-form-04 select::-webkit-input-placeholder {
color: rgba(119, 119, 119, 0.8);
}
.tf-contact-form-04 .tf-contact-form-submit {
margin-top: 40px;
}
.tf-contact-form-05 input[type=text], .tf-contact-form-05 input[type=email], .tf-contact-form-05 input[type=number],
.tf-contact-form-05 input[type=tel], .tf-contact-form-05 input[type=week], .tf-contact-form-05 textarea, .tf-contact-form-05 select {
background: rgba(255, 255, 255, 0.02);
border: 1px solid rgba(255, 255, 255, 0.1);
color: #fff;
}
.tf-contact-form-05 input[type=text]:-moz-placeholder, .tf-contact-form-05 input[type=email]:-moz-placeholder, .tf-contact-form-05 input[type=number]:-moz-placeholder,
.tf-contact-form-05 input[type=tel]:-moz-placeholder, .tf-contact-form-05 input[type=week]:-moz-placeholder, .tf-contact-form-05 textarea:-moz-placeholder, .tf-contact-form-05 select:-moz-placeholder {
color: rgba(255, 255, 255, 0.5);
}
.tf-contact-form-05 input[type=text]::-moz-placeholder, .tf-contact-form-05 input[type=email]::-moz-placeholder, .tf-contact-form-05 input[type=number]::-moz-placeholder,
.tf-contact-form-05 input[type=tel]::-moz-placeholder, .tf-contact-form-05 input[type=week]::-moz-placeholder, .tf-contact-form-05 textarea::-moz-placeholder, .tf-contact-form-05 select::-moz-placeholder {
color: rgba(255, 255, 255, 0.5);
}
.tf-contact-form-05 input[type=text]:-ms-input-placeholder, .tf-contact-form-05 input[type=email]:-ms-input-placeholder, .tf-contact-form-05 input[type=number]:-ms-input-placeholder,
.tf-contact-form-05 input[type=tel]:-ms-input-placeholder, .tf-contact-form-05 input[type=week]:-ms-input-placeholder, .tf-contact-form-05 textarea:-ms-input-placeholder, .tf-contact-form-05 select:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.5);
}
.tf-contact-form-05 input[type=text]::-webkit-input-placeholder, .tf-contact-form-05 input[type=email]::-webkit-input-placeholder, .tf-contact-form-05 input[type=number]::-webkit-input-placeholder,
.tf-contact-form-05 input[type=tel]::-webkit-input-placeholder, .tf-contact-form-05 input[type=week]::-webkit-input-placeholder, .tf-contact-form-05 textarea::-webkit-input-placeholder, .tf-contact-form-05 select::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5);
}
.tf-contact-form-05 .tf-contact-form-item p {
color: #fff;
text-transform: capitalize;
}
.tf-contact-form-05 .tf-contact-form-submit {
margin-top: 41px;
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-nav > button {
width: 74px;
height: 74px;
line-height: 74px;
border: 2px solid currentColor;
color: var(--theme-secondary-color);
border-radius: 50%;
font-size: 40px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
top: 50%;
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-nav > button:hover {
background-color: var(--theme-secondary-color);
border-color: var(--theme-secondary-color);
color: var(--theme-secondary-foreground-color);
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-nav > button:before {
display: none;
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-nav > button i {
font-weight: 200;
padding: 0;
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-nav .owl-prev {
left: -100px;
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-nav .owl-next {
right: -100px;
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-dots {
text-align: center;
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-dots > .owl-dot {
width: 16px;
height: 16px;
margin: 0 5px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border: 2px solid var(--theme-secondary-color);
border-radius: 50%;
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-dots > .owl-dot span {
width: 8px;
height: 8px;
border-radius: 50%;
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-dots > .owl-dot:before {
display: none;
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-dots > .owl-dot.active span {
background-color: var(--theme-secondary-color);
}
.elementor-widget-image-carousel .swiper-slide-image {
opacity: 0.7;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.elementor-widget-image-carousel .swiper-slide-image:hover {
opacity: 1;
}
.tf-award-images .swiper-slide-image {
opacity: 1 !important;
}
.themesflat-custom-image-box .tf-imagebox {
position: relative;
}
.themesflat-custom-image-box .tf-imagebox .title {
margin-bottom: 0.5rem;
}
.themesflat-custom-image-box .tf-imagebox .content {
position: absolute;
right: -19%;
top: 38%;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
text-align: right;
}
@media only screen and (max-width: 1300px) {
.themesflat-custom-image-box .tf-imagebox .content {
right: 17px;
}
.themesflat-custom-image-box .tf-imagebox .content a {
color: #fff !important;
}
}
@media only screen and (max-width: 1019px) {
.themesflat-custom-image-box .tf-imagebox .content {
left: 430px;
right: auto;
}
.themesflat-custom-image-box .tf-imagebox .content a {
color: var(--theme-accent-color) !important;
}
}
@media only screen and (max-width: 992px) {
.themesflat-custom-image-box .tf-imagebox .content {
display: none;
}
}
@media only screen and (max-width: 991px) {
.themesflat-custom-image-box .tf-imagebox .image {
width: 100%;
}
}
.tf-widget-social-icon .widget-title {
margin-bottom: 27px;
}
.tf-social-icon-list {
padding: 0 !important;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
list-style: none;
}
.tf-social-icon-list .social-icon-item:not(:last-child) {
margin-right: 40px;
}
.tf-social-icon-list .social-icon-item a {
font-size: 14px;
color: rgba(35, 38, 41, 0.3);
}
.tf-social-icon-list .social-icon-item a:hover {
color: var(--theme-secondary-color);
}
.tf-widget-gallery {
padding-bottom: 26px !important;
}
.tf-widget-gallery .widget-title {
margin-bottom: 26px;
}
.tf-widget-gallery .tf-gallery-list {
--tf-gallery-gap: 30px;
margin-left: calc(0px - (var(--tf-gallery-gap) / 2));
margin-right: calc(0px - (var(--tf-gallery-gap) / 2));
}
.tf-widget-gallery .tf-gallery-item {
padding-left: calc((var(--tf-gallery-gap) / 2));
padding-right: calc((var(--tf-gallery-gap) / 2));
margin-bottom: var(--tf-gallery-gap);
}
.tf-progress-bar-circle {
text-align: center;
}
.tf-progress-bar-circle .progress-wrap {
background-color: transparent !important;
width: 110px;
height: 110px;
position: relative;
box-shadow: none;
margin-left: auto !important;
margin-right: auto !important;
}
.tf-progress-bar-circle .progress-wrap::after {
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
border: 5px solid #C4C4C4;
position: absolute;
top: 0;
left: 0;
}
.tf-progress-bar-circle .progress-wrap > span {
width: 50%;
height: 100%;
overflow: hidden;
position: absolute;
top: 0;
z-index: 1;
}
.tf-progress-bar-circle .progress-wrap .progress-bar {
width: 100%;
height: 100%;
background: none;
border-width: 5px;
border-style: solid;
position: relative;
top: 0;
border-color: rgba(177, 66, 51, 0.3);
overflow: visible;
}
.tf-progress-bar-circle .progress-wrap .progress-left {
left: 0;
}
.tf-progress-bar-circle .progress-wrap .progress-left .circle::after {
top: 125px;
right: 65px;
}
.tf-progress-bar-circle .progress-wrap .progress-left .progress-bar {
left: 100%;
border-top-right-radius: 80px;
border-bottom-right-radius: 80px;
border-left: 0;
-webkit-transform-origin: center left;
transform-origin: center left;
}
.tf-progress-bar-circle .progress-wrap .progress-right {
right: 0;
}
.tf-progress-bar-circle .progress-wrap .progress-right .circle::after {
bottom: 125px;
left: 65px;
}
.tf-progress-bar-circle .progress-wrap .progress-right .progress-bar {
left: -100%;
border-top-left-radius: 80px;
border-bottom-left-radius: 80px;
border-right: 0;
-webkit-transform-origin: center right;
transform-origin: center right;
}
.tf-progress-bar-circle .progress-wrap .progress-value {
position: absolute;
top: 0;
left: 0;
font-size: 24px;
line-height: 30px;
font-weight: 600;
color: var(--theme-secondary-color);
}
.tf-progress-bar-circle .title {
display: block;
font-size: 18px;
line-height: 30px;
font-weight: 700;
font-family: var(--theme-font-primary);
color: #272B2E;
}
.tf-progress-bar-horizontal .progress-wrap {
height: 5px;
background-color: rgba(35, 38, 41, 0.07);
border-radius: 20px;
}
.tf-progress-bar-horizontal .progress-bar {
background-color: var(--theme-secondary-color);
border-radius: 20px;
}
.tf-progress-bar-horizontal .perc {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.tf-progress-bar-horizontal .progress-value {
margin-left: auto;
}
.tf-progress-bar-horizontal .wrap-perc-title {
margin-bottom: 10px;
}
.tf-progress-bar-horizontal .title {
display: block;
font-size: 16px;
line-height: 30px;
font-weight: 700;
font-family: var(--theme-font-primary);
color: #272B2E;
}
.tf-list-icon {
padding-left: 0 !important;
}
.tf-list-icon .list-icon-item {
line-height: 1.5;
}
.tf-list-icon .list-icon-item:hover {
color: var(--theme-secondary-color);
}
.tf-quote {
display: -ms-flexbox;
display: flex;
position: relative;
padding-left: 50px;
}
.tf-quote::before {
content: "";
position: absolute;
left: 0;
top: 0;
height: 90%;
width: 5px;
background-color: #F6F6F6;
}
.tf-quote .image {
-ms-flex: 0 0 77px;
flex: 0 0 77px;
max-width: 77px;
margin-right: 22px;
margin-top: 10px;
}
.tf-quote .content {
text-align: left;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.tf-quote .title {
font-size: 18px;
line-height: 30px;
font-family: var(--theme-font-primary);
color: var(--theme-secondary-color);
margin-bottom: 17px;
}
.tf-quote .description {
font-size: 24px;
line-height: 30px;
font-family: var(--theme-font-primary);
}
@media only screen and (max-width: 575px) {
.tf-quote {
padding-left: 20px;
}
}
.tf-latest-blog-item .title a:hover,
.tf-latest-blog-item .link-post:hover {
color: var(--theme-secondary-color);
text-decoration: underline;
}
body.elementor-page #themesflat-content > .container {
max-width: 1200px;
}
.elementor-section.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1200px;
}
.image-100 img {
width: 100%;
}
.col-full-left .elementor-widget-wrap.elementor-element-populated:before, .col-full-right .elementor-widget-wrap.elementor-element-populated:before {
content: "";
position: absolute;
height: 100%;
width: 50vw;
background: inherit;
top: 0;
z-index: 0;
}
.col-full-left .elementor-widget-wrap.elementor-element-populated:before {
right: 0;
}
.col-full-right .elementor-widget-wrap.elementor-element-populated:before {
left: 0;
}
.col-hover-border-secondary .elementor-element-populated:hover {
border-color: var(--theme-secondary-color) !important;
}
.col-hover-border-secondary .elementor-element-populated:after {
content: "";
width: 100%;
height: 1px;
position: absolute;
right: 0;
bottom: -0.5px;
background-color: var(--theme-secondary-color) !important;
transform: scale(0, 1);
transform-origin: center center;
transition: transform 500ms ease;
}
.col-hover-border-secondary .elementor-element-populated:hover:after {
transform: scale(1, 1);
transform-origin: center center;
}
@media only screen and (min-width: 768px) {
.position-md-absolute {
position: absolute !important;
}
}  .posts-navigation {
padding-top: 43px;
}
.posts-navigation .nav-links {
padding-left: 0 !important;
}
.navigation.paging-navigation {
padding-top: 30px;
}
.navigation.paging-navigation .pagination,
.navigation.paging-navigation.pager {
margin: 0 0;
text-align: left;
display: inline-flex;
}
.navigation.paging-navigation.pager .pagination {
width: 100%;
display: -ms-flexbox;
display: flex;
}
.navigation.paging-navigation.pager a:not(:last-child),
.navigation.paging-navigation.pager-numeric a:not(:last-child),
.navigation.paging-navigation.pager span:not(:last-child),
.navigation.paging-navigation.pager-numeric span:not(:last-child) {
margin-right: 10px;
}
.navigation a,
.pagination > span,
.navigation.paging-navigation span,
.page-links a, .page-links > span {
position: relative;
color: var(--theme-accent-color);
padding: 11px 23px;
border: 1px solid #E8E8E8;
text-align: center;
display: inline-flex;
justify-content: center;
align-items: center;
background: #fff;
font-size: 20px;
line-height: 20px;
font-weight: 700;
}
.navigation .prev, .navigation .next {
background: #F6F6F6;
color: var(--theme-accent-color);
border: none;
}
.navigation.paging-navigation .current, .navigation.paging-navigation a:hover,
.navigation.paging-navigation a.next:hover {
background-color: var(--theme-secondary-color);
border-color: var(--theme-secondary-color);
color: var(--theme-secondary-foreground-color);
}
.page-links {
margin-top: 30px;
}
.navigation.paging-navigation.pager a {
display: inline-block;
background-color: transparent;
color: #2d2d2d;
padding: 7px 17px 6px 17px;
border-radius: 0;
}
.navigation.paging-navigation.pager a:hover {
background-color: transparent;
color: #222;
}
.page-links a:hover, .page-links a:focus,
.page-links > span {
color: #fff;
background-color: transparent;
}
.navigation.paging-navigation a.next i,
.navigation.paging-navigation a.prev i {
margin-left: 5px;
font-size: 12px;
}
.navigation.loadmore .pagination {
display: inline-flex;
}
.search .nav-links .nav-previous {
float: left;
}
.search .nav-links .nav-next {
float: right;
} .post-wrap {
-webkit-transition: height 0.5s ease;
-moz-transition: height 0.5s ease;
-ms-transition: height 0.5s ease;
-o-transition: height 0.5s ease;
transition: height 0.5s ease;
}
.navigation.loadmore {
text-align: center;
}
.navigation.loadmore a svg {
margin-right: 10px;
margin-top: -3px;
}
.navigation.loadmore a:hover svg {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.infscr-loading {
background: url(//phoenixdivorcelawyer.org/wp-content/themes/lowlead/images/loading.gif) no-repeat scroll center 15px;
top: 50%;
transform: translateY(-50%);
color: #ccc;
left: 50%;
margin-left: -90px;
padding: 80px 0 10px;
position: fixed;
text-align: center;
width: 180px;
z-index: 100;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.infscr-loading.no-ajax {
padding: 10px;
}
.flex-box {
display: flex;
align-items: center;
}
.paging-navigation.loadmore a {
font-family: var(--theme-btn-font);
font-style: var(--theme-btn-font-style);
font-size: var(--theme-btn-font-size);
letter-spacing: var(--theme-btn-letter-spacing);
line-height: 35px;
padding: 12px 44px 12px 31px;
position: relative;
display: inline-block;
cursor: pointer;
z-index: 2;
font-weight: 700;
border-color: transparent;
text-transform: uppercase;
border-width: 0;
border-radius: 5px;
overflow: hidden;
background-color: var(--theme-secondary-color);
color: #fff;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
width: auto;
height: auto;
margin-right: 0;
}
.paging-navigation.loadmore a::after {
content: "";
font-family: "Font Awesome 5 Pro";
display: inline-block;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
font-size: 10px;
margin-top: 1px;
margin-left: 6px;
color: #ffffff;
z-index: 10;
}
.paging-navigation.loadmore a:hover {
background-color: var(--theme-accent-color);
color: var(--theme-accent-foreground-color);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.posts-navigation .nav-links a {
font-size: 0;
border: 2px solid var(--theme-background-color-main);
width: 80px;
height: 80px;
text-align: center;
display: inline-flex;
justify-content: center;
align-items: center;
}
.posts-navigation .nav-links a:before {
font-family: var(--theme-icon-font-primary);
font-size: 20px;
}
.posts-navigation .nav-links .nav-next a:before {
content: "";
}
.posts-navigation .nav-links .nav-previous a:before {
content: "";
}
.paging-navigation.pager-numeric, .paging-navigation .numeric {
text-align: center;
}
.paging-navigation .next, .paging-navigation .prev {
font-size: 14px;
} .bottom.footer-default {
background-color: var(--theme-accent-color);
color: var(--theme-secondary-foreground-color);
padding: 30px 0;
text-align: center;
} .widget .div[class^=wp-block-], div[class^=wp-block-]:not(.wp-block-themepunch-revslider) .div[class^=wp-block-] {
margin-bottom: 0 !important;
padding: 0 !important;
}
.widget ul li, div[class^=wp-block-]:not(.wp-block-themepunch-revslider) ul li {
padding: 5px 0;
}
.widget, .widget_block, .tf-elementor-widget {
padding: 45px 49px 40px;
margin-bottom: 30px;
background-color: #F6F6F6;
}
.widget_rss ul li {
margin-bottom: 10px;
}
.widget-title, .wp-block-search__label, .widgettitle, .widget_block h2 {
font-size: 24px;
line-height: 30px;
font-weight: 700;
color: var(--theme-primary-color);
text-transform: capitalize;
position: relative;
padding-bottom: 13px;
margin-bottom: 30px;
}
.widget-title::after, .wp-block-search__label::after, .widgettitle::after, .widget_block h2::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 50px;
background-color: var(--theme-secondary-color);
}
.widget input, .widget select {
background-color: #fff;
border: none;
width: 100%;
}
.widget .wp-block-group {
margin-top: 0 !important;
}
.widget_search input, .widget_product_search input, .wp-block-search input {
margin: 0;
background-color: #ffffff;
color: #777777;
border-radius: 0;
font-size: 13px;
line-height: 30px;
padding: 10px 19px;
height: 50px;
}
.widget_search input:focus, .widget_product_search input:focus, .wp-block-search input:focus {
border-color: var(--theme-color-border-input);
outline: none;
box-shadow: none;
}
.widget_search input:-webkit-autofill,
.widget_search input:-webkit-autofill:hover,
.widget_search input:-webkit-autofill:focus,
.widget_search textarea:-webkit-autofill,
.widget_search textarea:-webkit-autofill:hover,
.widget_search textarea:-webkit-autofill:focus,
.widget_search select:-webkit-autofill,
.widget_search select:-webkit-autofill:hover,
.widget_search select:-webkit-autofill:focus, .widget_product_search input:-webkit-autofill,
.widget_product_search input:-webkit-autofill:hover,
.widget_product_search input:-webkit-autofill:focus,
.widget_product_search textarea:-webkit-autofill,
.widget_product_search textarea:-webkit-autofill:hover,
.widget_product_search textarea:-webkit-autofill:focus,
.widget_product_search select:-webkit-autofill,
.widget_product_search select:-webkit-autofill:hover,
.widget_product_search select:-webkit-autofill:focus, .wp-block-search input:-webkit-autofill,
.wp-block-search input:-webkit-autofill:hover,
.wp-block-search input:-webkit-autofill:focus,
.wp-block-search textarea:-webkit-autofill,
.wp-block-search textarea:-webkit-autofill:hover,
.wp-block-search textarea:-webkit-autofill:focus,
.wp-block-search select:-webkit-autofill,
.wp-block-search select:-webkit-autofill:hover,
.wp-block-search select:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
transition: background-color 5000s ease-in-out 0s;
}
.widget_search .search-submit, .widget_search .wp-block-search__button, .widget_product_search .search-submit, .widget_product_search .wp-block-search__button, .wp-block-search .search-submit, .wp-block-search .wp-block-search__button {
background-color: #fff !important;
color: #777777 !important;
width: 80px;
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
box-shadow: none;
border: 0;
outline: none !important;
text-align: center;
font-size: 18px;
}
.widget_search .search-submit::before, .widget_search .wp-block-search__button::before, .widget_product_search .search-submit::before, .widget_product_search .wp-block-search__button::before, .wp-block-search .search-submit::before, .wp-block-search .wp-block-search__button::before {
display: none;
}
.widget_search .wp-block-search__inside-wrapper, .widget_product_search .wp-block-search__inside-wrapper, .wp-block-search .wp-block-search__inside-wrapper {
position: relative;
}
.widget_search .wp-block-search__button, .widget_product_search .wp-block-search__button, .wp-block-search .wp-block-search__button {
text-indent: 999999px;
width: 40px;
border-width: 1px 1px 1px 0;
border-style: solid;
border-color: var(--theme-color-border-input);
}
.widget_search .wp-block-search__button::after, .widget_product_search .wp-block-search__button::after, .wp-block-search .wp-block-search__button::after {
content: "";
font-family: "Font Awesome 5 Pro";
font-size: 12px;
line-height: 30px;
width: 100%;
height: 100%;
position: absolute;
right: 0;
top: 11px;
text-align: center;
text-indent: 0;
font-weight: normal;
transition: all ease 0.3s;
color: var(--theme-secondary-color);
}
.widget_search .wp-block-search__button:hover::after, .widget_product_search .wp-block-search__button:hover::after, .wp-block-search .wp-block-search__button:hover::after {
color: var(--theme-primary-color);
}
.widget_search input, .widget_product_search input {
border: none;
}
.widget_search input:focus, .widget_product_search input:focus {
border: none;
background-color: #ffffff;
}
.widget_search .search-submit, .widget_search .wp-block-search__button, .widget_product_search .search-submit, .widget_product_search .wp-block-search__button {
border: none;
}
.widget_categories li, .widget_product_categories li, .widget_archive li, .widget_pages li, .wp-block-archives li, .wp-block-categories-list li {
padding: 0 !important;
margin: 0;
position: relative;
}
.widget_categories li:not(:last-child), .widget_product_categories li:not(:last-child), .widget_archive li:not(:last-child), .widget_pages li:not(:last-child), .wp-block-archives li:not(:last-child), .wp-block-categories-list li:not(:last-child) {
margin-bottom: 30px;
}
.widget_categories li .children, .widget_product_categories li .children, .widget_archive li .children, .widget_pages li .children, .wp-block-archives li .children, .wp-block-categories-list li .children {
margin-top: 30px;
}
.widget_categories li::before, .widget_product_categories li::before, .widget_archive li::before, .widget_pages li::before, .wp-block-archives li::before, .wp-block-categories-list li::before {
content: "";
position: absolute;
left: 0;
top: 5px;
width: 7px;
height: 7px;
background-color: var(--theme-primary-color);
border-radius: 50%;
}
.widget_categories li a, .widget_product_categories li a, .widget_archive li a, .widget_pages li a, .wp-block-archives li a, .wp-block-categories-list li a {
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
width: 100%;
font-size: 16px;
line-height: 1;
color: var(--theme-color-text-main) !important;
padding-left: 15px;
}
.widget_categories li a:hover, .widget_product_categories li a:hover, .widget_archive li a:hover, .widget_pages li a:hover, .wp-block-archives li a:hover, .wp-block-categories-list li a:hover {
background-color: transparent !important;
color: var(--theme-secondary-color) !important;
}
.widget_categories li a span, .widget_product_categories li a span, .widget_archive li a span, .widget_pages li a span, .wp-block-archives li a span, .wp-block-categories-list li a span {
display: block;
margin-left: auto;
}
.widget_latest_news .thumb {
height: auto;
-ms-flex: 0 0 70px;
flex: 0 0 70px;
margin-right: 24px;
}
.widget_latest_news li {
display: -ms-flexbox;
display: flex;
}
.widget_latest_news li + li {
margin-top: 28px;
}
.widget_latest_news .text {
margin-top: -8px;
padding-bottom: 0;
border: none;
}
.widget_latest_news .title {
margin-bottom: 20px;
}
.widget_latest_news .title a {
font-size: 14px;
line-height: 1.71;
padding: 0;
font-weight: 400;
font-family: var(--theme-font-body);
}
.widget_latest_news .meta {
font-size: 13px;
font-weight: 700;
line-height: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.widget_latest_news .meta-date {
opacity: 0.7;
margin-right: 14px;
margin-bottom: 5px;
}
.widget_latest_news .item-count-post {
color: var(--theme-secondary-color);
position: relative;
margin-bottom: 5px;
margin-left: 11px;
}
.widget_latest_news .item-count-post:before {
content: "";
width: 5px;
height: 5px;
background-color: var(--theme-secondary-color);
position: absolute;
left: -7px;
border-radius: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.widget-recent-news li {
display: -ms-flexbox;
display: flex;
margin-bottom: 12px;
}
.widget-recent-news .thumb {
min-width: 70px;
height: 70px;
margin-right: 20px;
}
.widget-recent-news .thumb img, .widget-recent-news .thumb a {
border-radius: 50%;
}
.widget-recent-news .thumb a {
display: block;
}
.widget-recent-news .title, .widget-recent-news h6 {
margin-bottom: 8px;
}
.widget-recent-news .title a, .widget-recent-news h6 a {
display: block;
font-size: 16px;
line-height: 30px;
}
.widget-recent-news .post-meta {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.widget-recent-news .item-meta {
color: var(--theme-color-text-main);
font-family: var(--theme-font-body) !important;
font-size: 14px;
line-height: 16px;
}
.widget-recent-news .item-meta:hover {
color: var(--theme-secondary-color);
}
.widget-recent-news .item-meta:not(:last-child) {
margin-right: 7px;
}
.widget-recent-news .item-meta a, .widget-recent-news .item-meta span {
color: inherit;
}
.widget-recent-news .item-meta:not(:last-child) {
margin-right: 20px;
padding-right: 20px;
border-right: 1px solid var(--theme-color-border);
}
.widget-recent-news .post-author a {
display: inline-block;
margin-left: 5px;
color: var(--theme-secondary-color);
}
.widget-recent-news li:not(:last-child) {
border-bottom: 1px solid var(--theme-color-border);
padding-bottom: 21px;
margin-bottom: 21px;
}
.widget-recent-news .desc {
font-size: 14px;
margin-bottom: 10px;
}
.widget_calendar .calendar_wrap {
background-color: #fff;
padding: 20px;
}
.widget_calendar .wp-calendar-table {
margin: 0;
background-color: #fff;
}
.widget_calendar .wp-calendar-table tbody td {
color: var(--theme-color-text-main);
}
.widget_calendar caption {
padding-top: 0;
}
.wp-block-calendar {
background-color: #fff;
}
.wp-block-archives-dropdown, .wp-block-categories-dropdown {
margin-bottom: 43px;
}
.sidebar .widget.widget_nav_menu ul li a {
display: block;
}
.sidebar .widget.widget_nav_menu ul li.menu-item-has-children > a {
padding-bottom: 10px;
}
.sidebar .widget.widget_nav_menu ul .sub-menu li:last-child {
padding-bottom: 0;
}
.widget .tagcloud a,
.widget_tag_cloud a,
.wp-block-tag-cloud a {
display: inline-block;
font-size: 12px;
font-weight: 400;
line-height: 30px;
font-family: var(--theme-font-body);
text-transform: none;
background-color: #fff;
padding: 5px 19px;
color: var(--theme-color-text-main);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
margin: 6px 6px 6px 0;
}
.widget .tagcloud a:hover,
.widget_tag_cloud a:hover,
.wp-block-tag-cloud a:hover {
background-color: var(--theme-secondary-color);
color: #ffffff !important;
}
.wp-block-tag-cloud a {
background-color: #F6F6F6;
border-radius: 5px;
}
.tf-sidebar .widget_tag_cloud a, .tf-sidebar .wp-block-tag-cloud a, .sidebar .widget_tag_cloud a, .sidebar .wp-block-tag-cloud a {
background-color: #fff;
border-radius: 0;
}
.wp-block-latest-comments {
padding-left: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
margin-bottom: 0 !important;
}
.wp-block-rss {
margin-top: 20px;
}
.wp-block-rss .wp-block-rss__item-title {
margin-bottom: 10px !important;
}
.widget_practice_area {
padding: 0;
background-color: transparent;
}
.widget_practice_area ul {
padding: 0 !important;
}
.widget_practice_area .item {
padding: 0 !important;
}
.widget_practice_area .item:not(:last-child) {
margin-bottom: 10px;
}
.widget_practice_area .item .practice-area-icon, .widget_practice_area .item .content {
padding: 25px;
}
.widget_practice_area .tf-practice-area-post {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
width: 100%;
transition: all 0.5s;
background-color: #FAF2F1;
}
.widget_practice_area .tf-practice-area-post .practice-area-icon {
font-size: 50px;
line-height: 50px;
color: var(--theme-secondary-color);
width: 100px;
height: 100px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
transition: all 0.5s;
border-right: 3px solid #fff;
}
.widget_practice_area .tf-practice-area-post .practice-area-icon i {
transition: all 0.5s;
}
.widget_practice_area .tf-practice-area-post .content {
width: calc(100% - 100px);
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
transition: all 0.5s;
padding: 25px;
}
.widget_practice_area .tf-practice-area-post .practice-area-title {
font-size: 24px;
line-height: 30px;
font-family: var(--theme-font-primary);
font-weight: 700;
transition: all 0.5s;
}
.widget_practice_area .tf-practice-area-post .practice-area-view-more {
margin-left: auto;
font-size: 18px;
transition: all 0.5s;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.widget_practice_area .tf-practice-area-post:hover {
background-color: var(--theme-secondary-color);
}
.widget_practice_area .tf-practice-area-post:hover .practice-area-icon {
border-right-color: #fff;
color: #fff;
}
.widget_practice_area .tf-practice-area-post:hover .practice-area-icon i {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
.widget_practice_area .tf-practice-area-post:hover .practice-area-title, .widget_practice_area .tf-practice-area-post:hover .practice-area-view-more {
color: #fff;
}
.widget_practice_area .tf-practice-area-post:hover .practice-area-view-more {
-webkit-transform: translateX(7px);
transform: translateX(7px);
}
.widget_case_study_details {
padding-top: 48px !important;
margin-bottom: 51px;
}
.widget_case_study_details .widget-title {
margin-bottom: 20px;
}
.widget_case_study_details .case-study-details-item {
padding: 0;
}
.widget_case_study_details .case-study-details-item span {
display: block;
}
.widget_case_study_details .case-study-details-item .details-label {
font-size: 18px;
line-height: 30px;
color: var(--theme-primary-color);
font-weight: 700;
font-family: var(--theme-font-primary);
}
.widget_case_study_details .case-study-details-item .details-value {
font-size: 14px;
line-height: 30px;
}
.tf-list-our-expertise {
list-style: none;
padding: 0 !important;
margin: 0;
}
.tf-list-our-expertise p {
margin-bottom: 0;
}
.tf-list-our-expertise .label {
font-size: 18px;
line-height: 30px;
color: var(--theme-primary-color);
font-weight: 700;
font-family: var(--theme-font-primary);
}
.tf-list-our-expertise .value {
font-size: 14px;
line-height: 30px;
}
.tf-list-our-expertise .secondary-value {
font-size: 14px;
line-height: 30px;
color: var(--theme-secondary-color);
}
.widget_recent_comments li {
padding: 0 !important;
}
.widget_recent_comments li:not(:last-child) {
margin-bottom: 15px;
}
.tf-widget-text-editor .widget-title {
margin-bottom: 23px;
}
.tf-widget-brochure .widget-title {
margin-bottom: 20px;
}
.tf-widget-brochure .description {
margin-bottom: 22px;
}
.tf-widget-brochure li a {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
color: #fff;
font-size: 12px;
line-height: 30px;
padding: 5px 15px 5px 27px;
width: 100%;
}
.tf-widget-brochure li a:hover {
color: #fff !important;
}
.tf-widget-brochure li a span {
display: block;
}
.tf-widget-brochure .item-docs {
background-color: var(--theme-accent-color);
margin-bottom: 10px;
}
.tf-widget-brochure .item-pdf {
background-color: var(--theme-secondary-color);
}
.tf-widget-brochure .image {
max-width: 18px;
margin-right: 16px;
}
.tf-widget-brochure .capacity {
margin-left: auto;
}
.wp-block-contact-form-7-contact-form-selector {
padding-top: 2px;
padding-bottom: 11px;
}
.wp-block-contact-form-7-contact-form-selector .widget-title {
margin-bottom: 30px !important;
}
.comments-area {
--color-rating: #f6b500;
--color-rating-empty: #ededed;
margin-top: 50px;
}
.comments-area fieldset {
margin-bottom: 10px;
}
.comment-respond {
font-size: 14px;
}
.comment-respond:not(:first-child) {
margin-top: 35px;
}
.comment-respond form {
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
}
.comment-respond .comment-form-cookies-consent {
order: 4;
margin-bottom: 10px;
}
.comment-respond .tf-comment-note-after {
margin-bottom: 0;
order: 5;
}
.comment-respond .tf-comment-note-after span {
color: var(--theme-secondary-color);
}
.comment-respond .comment-right {
order: 3;
}
.comment-respond .tf-comment-note-before {
margin-bottom: 41px;
}
.comment-left {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px;
}
.comment-left fieldset {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding-left: 15px;
padding-right: 15px;
}
@media only screen and (max-width: 576px) {
.comment-left {
-ms-flex: 1 1 100%;
flex: 1 1 100%;
max-width: 100%;
}
}
.comment_wrap_input {
order: 2;
}
.comment-reply-title {
margin-bottom: 21px;
font-size: 32px;
line-height: 32px;
color: var(--theme-primary-color);
text-transform: capitalize;
}
.comment-reply-title #cancel-comment-reply-link {
font-size: 14px;
}
.themesflat-rating-container {
margin-top: 5px;
margin-bottom: 41px;
order: 1;
}
.themesflat-rating-container .themesflat-rating-label {
margin-right: 10px;
}
.themesflat-button-submit {
order: 6;
margin-top: 20px;
}
.themesflat-button-submit .submit {
padding: 0 30px;
line-height: 50px;
}
.comment-list .comment:not(:first-child), .comment-list .children .comment {
border-top: 1px solid var(--theme-color-border);
padding-top: 37px;
margin-top: 37px;
}
.comment-list .comment_wrap .gravatar {
margin-right: 29px;
padding-top: 5px;
border-radius: 0;
-ms-flex: 0 0 70px;
flex: 0 0 70px;
max-width: 70px;
}
.comment-list .comment_wrap .gravatar img {
border-radius: 50%;
}
.comment-list .comment_wrap .comment_content {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
max-width: 100%;
}
.comment-list .comment_wrap .comment_author {
font-size: 16px;
line-height: 30px;
display: inline-block;
color: var(--theme-primary-color);
font-weight: 700;
margin-bottom: 0;
text-transform: capitalize;
}
.comment-list .comment_wrap .comment-edit-link {
font-size: 0;
}
.comment-list .comment_wrap .comment-edit-link::after {
content: "";
font-family: "Font Awesome 5 Pro";
font-size: 14px;
margin-left: 5px;
color: var(--theme-color-text-main);
}
.comment-list .comment_wrap .themesflat-comment-rating {
display: -ms-flexbox;
display: flex;
}
.comment-list .comment_wrap .themesflat-comment-rating .themesflat-star {
font-size: 14px;
}
.comment-list .comment_wrap .themesflat-comment-rating .themesflat-star.active {
color: #ffa800;
}
.comment-list .comment_wrap .comment_text {
margin-top: 10px;
margin-bottom: 0;
font-size: 14px;
line-height: 30px;
}
.comment-list .comment_wrap .themesflat-comment-footer {
margin-top: 12px;
}
.comment-list .comment_wrap .themesflat-comment-footer .comement_reply {
margin-top: 0;
color: #59606d;
font-weight: 600;
font-size: 13px;
-webkit-transition: all 0.2s;
transition: all 0.2s;
margin-right: 17px;
}
.comment-list .comment_wrap .themesflat-comment-footer .comement_reply a {
color: inherit;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.comment-list .comment_wrap .themesflat-comment-footer .comement_reply a:hover {
color: var(--theme-secondary-color) !important;
}
.comment-list .comment_wrap .themesflat-comment-footer .comement_reply:hover {
color: var(--theme-secondary-color);
}
.comment-list .comment_wrap .themesflat-comment-footer .comment_time {
font-family: "Open Sans", sans-serif;
font-size: 13px;
line-height: 32px;
font-weight: 600;
color: #59606d;
}
.comment-list-wrap .comment-title {
margin-bottom: 21px;
font-size: 24px;
line-height: 29px;
color: var(--theme-primary-color);
text-transform: capitalize;
}
.comment-list-wrap .children {
margin-left: 0;
list-style: none;
}
.comment-list-wrap li .comment-respond {
margin-bottom: 15px;
margin-top: 43px;
}
.comment-list-wrap .children .comment {
margin: 41px 0 0 40px;
}
.comment-list-wrap .children .comment .comment_wrap {
padding: 0;
}
.comment-list-wrap .children .comment .themesflat-comment-rating {
display: none;
}
.comment-list-wrap .themesflat-rating-container {
display: none;
}
@media only screen and (max-width: 1199px) {
.comment-list-wrap .children .comment {
margin-left: 30px;
}
}
@media only screen and (max-width: 991px) {
.comment-list-wrap .children {
padding-left: 0;
}
.comment-list-wrap .children .comment {
margin: 0;
}
}
.comment-list .children {
margin-top: 0;
}
.comment-list .children .comment-respond {
margin-top: 32px;
}
.comment-list .children .logged-in-as, .comment-list .children .tf-comment-note-before {
margin-bottom: 30px !important;
}
.comment-list .children .comment-form-cookies-consent {
margin-bottom: 20px;
}
.comment-list .children .themesflat-button-submit {
margin-top: 30px;
}
.comment-list h1, .comment-list h2, .comment-list h3, .comment-list h4, .comment-list h5, .comment-list h6, .comment-list .h1, .comment-list .h2, .comment-list .h3, .comment-list .h4, .comment-list .h5, .comment-list .h6 {
margin-bottom: 10px;
}
.comment-list li > ul, .comment-list li > ol {
margin-bottom: 0;
margin-top: 0;
}
.comment-list ul, .comment-list ol {
padding-left: 15px;
}
.no-comments {
margin-top: 41px;
}
.tags-links a {
display: inline-block;
font-size: 12px;
font-weight: 400;
line-height: 30px;
font-family: var(--theme-font-body);
text-transform: none;
background-color: #F6F6F6;
padding: 5px 19px;
color: var(--theme-color-text-main);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
border-radius: 5px;
margin: 6px 6px 6px 0;
}
.tags-links a:hover {
background-color: var(--theme-secondary-color);
color: #ffffff !important;
}
.themesflat-tags-lable {
display: inline-block;
font-size: 14px;
text-transform: capitalize;
line-height: 30px;
font-family: var(--theme-font-primary);
color: #272B2E;
font-weight: 700;
margin-right: 28px;
}
.slick-slide {
height: inherit;
padding-left: 15px;
padding-right: 15px;
position: relative;
}
.slick-track {
display: flex !important;
}
.slick-arrow {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 18px;
color: var(--theme-primary-color);
z-index: 1;
transition: all 0.3s;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #fff;
cursor: pointer;
}
.slick-arrow:hover {
color: #fff;
background-color: var(--theme-secondary-color);
}
.slick-arrow.slick-disabled {
cursor: no-drop;
}
.slick-arrow.slick-prev {
left: 40px;
right: auto;
}
.slick-arrow.slick-next {
left: auto;
right: 40px;
}
.slick-arrow i {
line-height: inherit;
font-weight: 400;
}
.slick-dots {
margin-top: 30px;
}
.slick-dots > ul {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
list-style: none;
padding: 0;
margin: 0;
}
.slick-dots li {
cursor: pointer;
}
.slick-dots li:not(:last-child) {
margin-right: 12px;
}
.slick-dots li span {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 17px;
height: 17px;
border: 1px solid rgba(35, 38, 41, 0.2);
border-radius: 50%;
}
.slick-dots li span::before {
display: block;
width: 9px;
height: 9px;
content: "";
background-color: rgba(35, 38, 41, 0.2);
border-radius: 50%;
}
.slick-dots li.slick-active span {
border-color: var(--theme-secondary-color);
}
.slick-dots li.slick-active span::before {
background-color: var(--theme-secondary-color);
}
.themesflat__embed-responsive {
--themesflat-image-ratio: 75%;
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.themesflat__embed-responsive:before {
display: block;
content: "";
padding-top: var(--themesflat-image-ratio);
}
.themesflat__embed-responsive .themesflat__embed-responsive-item,
.themesflat__embed-responsive iframe,
.themesflat__embed-responsive embed,
.themesflat__embed-responsive object,
.themesflat__embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.themesflat__image-size-4x3 {
--themesflat-image-ratio: 75%;
}
.themesflat__image-size-1x1 {
--themesflat-image-ratio: 100%;
}
.themesflat__image-size-3x4 {
--themesflat-image-ratio: 133.3333333333333%;
}
.themesflat__image-size-16x9 {
--themesflat-image-ratio: 56.25%;
}
.themesflat__image-size-9x16 {
--themesflat-image-ratio: 177.7777777777778%;
}
.themesflat__entry-thumbnail {
position: relative;
background-color: #E0E8EE;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.themesflat__entry-thumbnail:after {
content: "";
display: block;
position: absolute;
z-index: 1;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0;
background-color: rgba(0, 0, 0, 0.3);
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.themesflat__post-featured {
position: relative;
}
.themesflat__post-featured.active .themesflat__entry-thumbnail:after, .themesflat__post-featured:hover .themesflat__entry-thumbnail:after {
opacity: 1;
}
.themesflat__post-featured.active .themesflat__zoom-image i, .themesflat__post-featured:hover .themesflat__zoom-image i {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.themesflat__entry-thumbnail-image {
display: inline-block;
}
.themesflat__thumbnail-size-none:before {
display: none;
}
.wp-block-cover:not(:last-child) {
margin-bottom: 1.5em;
}
@media only screen and (min-width: 447px) {
.wp-block-gallery.alignleft {
margin-right: 1em;
}
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
display: -ms-flexbox;
display: flex;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta, .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
margin-left: 0;
}
.wp-block-latest-posts__list li:not(:last-child) {
margin-bottom: 10px;
}  .page-title {
position: relative;
overflow: hidden;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.page-title .overlay {
background-color: var(--theme-accent-color);
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.page-title h1 {
margin: 0;
position: relative;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.page-title.text-center .sub-title-heading {
margin-left: auto;
margin-right: auto;
}
.page-title.text-end .sub-title-heading {
margin-left: auto;
}
.page-title.text-left .sub-title-heading {
margin-right: auto;
}
.page-title.default .page-title-heading {
margin-bottom: 0;
}
.page-title.default .sub-title-heading {
margin-top: 5px;
}
.page-title.default .breadcrumbs {
margin-top: 11px;
}
.page-title.inline .page-title-container {
display: table;
}
.page-title.inline .page-title-container h1, .page-title.inline .breadcrumbs {
display: table-cell;
vertical-align: middle;
}
.page-title.inline .page-title-container h1 {
text-align: left;
}
.page-title.inline .breadcrumbs {
text-align: right;
}
.page-title .wrap-button-page-title {
display: flex;
height: 100%;
justify-content: flex-end;
align-items: center;
}
.breadcrumbs span.sep {
text-align: center;
vertical-align: middle;
margin: 0 10px;
font-size: 12px;
}
.breadcrumbs a {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.breadcrumbs a:hover {
text-decoration: underline;
}
.breadcrumbs span, .breadcrumbs span a, .breadcrumbs a, .breadcrumbs span i {
color: #fff;
}  .wp-block-button__link {
font-family: var(--theme-btn-font);
font-style: var(--theme-btn-font-style);
font-size: var(--theme-btn-font-size);
letter-spacing: var(--theme-btn-letter-spacing);
padding-left: 25px;
padding-right: 25px;
position: relative;
display: inline-block;
cursor: pointer;
z-index: 2;
font-weight: 700;
text-transform: capitalize;
border-width: 0;
background-color: var(--theme-secondary-color);
color: var(--theme-secondary-foreground-color);
}
.wp-block-button__link:hover {
background-color: var(--theme-accent-color);
color: var(--theme-accent-foreground-color);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.is-style-outline .wp-block-button__link {
border-width: 2px;
}
.is-style-outline .wp-block-button__link:hover {
color: var(--theme-secondary-color);
}
.wp-block-button:not(.alignleft):not(.aligncenter):not(.alignright) {
margin-top: 30px;
}
.wp-block-button.is-style-squared a,
.wp-block-button__link.wp-block-button.is-style-squared a {
border-radius: 0;
}
.wp-block-button {
margin-bottom: 30px;
}
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
color: #fff;
}
.wp-block-column > ul:last-child {
margin-bottom: 0;
}
.wp-block-group.has-background {
padding: 30px;
margin-top: 0;
margin-bottom: 0;
}
.has-large-font-size {
line-height: 1.3;
}
.wp-block-group.has-background .wp-block-group__inner-container ul:last-of-type {
margin-bottom: 0;
}
blockquote .blockqoute-text:before, blockquote .blockqoute-text:after {
position: absolute;
left: 0;
top: 4px;
content: "”";
font-size: 60px;
line-height: 60px;
color: #999999;
}
blockquote > p:last-child {
margin-bottom: 0;
}
blockquote em,
blockquote i,
blockquote cite {
font-weight: 700;
}
blockquote em,
blockquote cite {
margin-top: 10px;
}
blockquote cite {
display: inline-flex;
line-height: 1.3;
}
blockquote strong,
blockquote b {
font-weight: 600;
}
blockquote > p:last-of-type {
margin-bottom: 0;
}
blockquote code {
color: inherit;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
margin: 40px 0 40px 0;
padding: 40px 50px 50px 50px !important;
}
blockquote a:hover {
color: #203b48;
}
blockquote .name {
color: #fff;
margin: 11px 0 0 0;
}
blockquote p .icon-blockquote {
font-size: 24px;
font-weight: 300;
line-height: 0;
vertical-align: text-bottom;
color: #203b48;
position: relative;
display: inline-block;
}
blockquote p .icon-blockquote:first-of-type {
margin-right: 17px;
top: -8px;
}
blockquote p .icon-blockquote:last-of-type {
margin-left: 5px;
top: 2px;
}
:root .has-very-dark-gray-color {
color: var(--theme-secondary-color);
}  @media only screen and (max-width: 1300px) {
.themesflat-boxed {
overflow: hidden;
}
} @media only screen and (max-width: 1220px) {
#mainnav ul.sub-menu {
width: 200px;
}
} @media only screen and (max-width: 1199px) {
#mainnav > ul > li.menu-item-has-children > a {
padding-right: 13px;
}
#footer.footer-style1 .wrap-widgets {
padding: 32px 15px 3px 15px;
}
}
@media only screen and (max-width: 1100px) {
#mainnav > ul > li.menu-item-has-children > a {
padding-right: 0;
}
#mainnav > ul > li.menu-item-has-children > a:before {
display: none;
}
} @media only screen and (max-width: 1024px) {
.blog-grid.blog-four-columns > .item,
.blog-grid-simple.blog-four-columns > .item {
float: none;
width: 50%;
}
.max-width-570 {
max-width: unset;
}
.themesflat-action-box.style1 .mc4wp-form-fields {
justify-content: flex-start;
}
} @media only screen and (max-width: 991px) {
.topbar-absolute .themesflat-top {
position: relative;
}
#header {
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
}
#mainnav-mobi .megamenu.col-2,
#mainnav-mobi .megamenu.col-3,
#mainnav-mobi .megamenu.col-4,
#mainnav-mobi .megamenu.col-5,
#mainnav-mobi .megamenu.col-6 {
-webkit-box-flex: unset;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
.page-wrap.sidebar-left .content-area,
.page-wrap.sidebar-right .content-area {
padding-left: 0;
padding-right: 0;
}
#secondary .sidebar {
margin-top: 50px;
}
header .block {
margin-right: 20px;
margin-left: 0;
display: none;
}
header .block a {
top: 3px;
}
.flat-social-header {
padding-top: 0px;
}
.comments-area ul.children {
margin-left: 30px;
} .page-wrap.sidebar-left .content-area,
.page-wrap.sidebar-right .content-area,
.page-wrap.sidebar-left .widget-area,
.page-wrap.sidebar-right .widget-area {
float: none;
width: 100%;
padding-right: 0;
position: relative;
}
.page-wrap.sidebar-left .content-area,
.page-wrap.sidebar-right .content-area {
margin-bottom: 0px;
}
.footer .widgets-areas:last-of-type {
margin-bottom: 0;
}
.header-style2 {
text-align: center;
}
.blog-grid.columns-4 > .item,
.blog-grid-simple.columns-4 > .item {
float: left;
width: 50%;
}
.blog-grid-simple article .entry-meta ul li > i {
font-size: 17px;
padding-right: 5px;
}
.blog-grid-simple article .content-post {
padding: 20px 20px;
}
.portfolio-single .entry-content {
padding-right: 0px;
margin-bottom: 40px;
}
.themesflat-action-box .heading-wrap,
.themesflat-action-box .button-wrap {
width: 100%;
display: block;
text-align: center;
}
.themesflat-action-box .heading-wrap {
margin-bottom: 20px;
}
.footer #widget_latest_news-3,
.footer_s3 #mc4wp_form_widget-2,
.footer_s3 #widget_themesflat_socials-10 {
margin-left: 0;
}
.vertical-center {
display: block;
}
.page-template-comming-soon-s1.admin-bar .section-comming-soon .box-comming-soon {
top: 46px;
}
.mobi-2column {
width: 50%;
float: left;
}
.mobi-mgb30 {
margin-bottom: 30px;
}
.mobi-mgb40 {
margin-bottom: 40px;
}
.mobi-mgt30 {
margin-top: 30px;
}
.mobi-mgt40 {
margin-top: 40px;
}
.blog-grid article,
.blog-list article {
margin-bottom: 30px;
}
.desk-mt-117px {
margin-top: 0px;
}
.footer-widgets .wrap-widgets-4,
.footer-widgets .wrap-widgets-2 {
padding-left: 0px;
}
.sidebar .widget-instagram-feed .item {
height: auto;
}
.mobi-center {
text-align: center !important;
}
.mobi-left {
text-align: left !important;
}
.desk-mt-117px {
margin-top: 0px;
}
.desk-top-117px {
top: 0px;
background-image: none !important;
background-color: #f4f4ff;
}
.vc_custom_1565857093600,
.desk-mt-100px {
margin-top: 0px !important;
}
ul.box-contact {
margin: 0;
}
.bg-text:before,
.border-style2 > .inner:before,
.border-style3 > .inner:before,
.flat-calendar:before,
.mobi-none {
display: none !important;
}
.image-100-percent img,
.width_55Percent,
.width_45Percent {
width: 100%;
}
.width_55Percent {
margin-bottom: 50px;
}
.custom-search .search-form .search-submit {
width: 80px;
}
.mobi-heading-lh14 .heading,
.mobi-sub-heading-lh14 .sub-heading {
line-height: 1.4 !important;
}
.mobi-heading-lh117 .heading,
.mobi-sub-heading-lh117 .sub-heading {
line-height: 1.17 !important;
}
.mobi-font30 {
font-size: 30px !important;
}
.page-title .wrap-button-page-title {
justify-content: center;
margin-top: 30px;
}
.page-title.left .page-title-container h1,
.page-title.left .breadcrumbs {
text-align: center;
}
#header .header-text {
display: none;
}
.blog-list article .content-post p {
padding-right: 0px;
}
.error-404-text h2 {
font-size: 250px;
letter-spacing: -15px;
background-position: top center;
}
.footer-widgets #nav_menu-2,
.footer-widgets .wrap-widgets-3 .widget.widget_latest_news {
margin-left: 0;
}
.sidebar .wpcf7-form-control-wrap {
display: block;
}
.block-get-a-quote {
min-height: unset;
}
.themesflat-action-box.style2 .inner {
padding-right: 40px;
padding-left: 40px;
display: block;
}
#footer.footer-style1 .widgets-areas-1,
#footer.footer-style1 .widgets-areas-4 {
background: rgba(0, 0, 0, 0.05);
}
#footer.footer-style1 .widgets-areas-2,
#footer.footer-style1 .widgets-areas-3 {
background: rgba(255, 255, 255, 0.02);
}
.bottom.bottom-style2 .container-inside {
flex-direction: column;
}
.bottom.bottom-style2 .container-inside .content-center {
margin: 20px 0;
}
#rev_slider_1_1_wrapper .tparrows,
#rev_slider_2_1_wrapper .tparrows,
#rev_slider_3_1_wrapper .tparrows {
display: none !important;
}
} @media only screen and (max-width: 767px) { header .header-wrap {
padding: 0;
}
.header-style3 .show-search,
#mainnav > ul > li > a,
#header .show-search,
#header .wrap-cart-count, .button-menu {
line-height: 80px !important;
}
.navigation a,
.pagination > span,
.navigation.paging-navigation span,
.page-links a, .page-links > span {
margin-bottom: 15px;
}
.navigation.paging-navigation .pagination,
.navigation.paging-navigation.pager {
display: block;
}
.comment-respond .comment-left .name-container,
.comment-respond .comment-left .email-container {
width: 100%;
float: none;
}
.page-wrap.fullwidth-small .wrap-content-area .blog-grid > .item,
.page-wrap.fullwidth-small .wrap-content-area .blog-grid-simple > .item,
.page-wrap.fullwidth-small .content-area .blog-grid > .item,
.page-wrap.fullwidth-small .content-area .blog-grid-simple > .item,
.page-wrap.fullwidth-small .wrap-content-area .blog-grid.columns-2 > .item,
.page-wrap.fullwidth-small .wrap-content-area .blog-grid-simple.columns-2 > .item,
.page-wrap.fullwidth-small .content-area .blog-grid.columns-2 > .item,
.page-wrap.fullwidth-small .content-area .blog-grid-simple.columns-2 > .item,
.page-wrap.fullwidth-small .wrap-content-area .blog-grid.columns-3 > .item,
.page-wrap.fullwidth-small .wrap-content-area .blog-grid-simple.columns-3 > .item,
.page-wrap.fullwidth-small .content-area .blog-grid.columns-3 > .item,
.page-wrap.fullwidth-small .content-area .blog-grid-simple.columns-3 > .item,
.page-wrap.fullwidth-small .wrap-content-area .blog-grid.columns-4 > .item,
.page-wrap.fullwidth-small .wrap-content-area .blog-grid-simple.columns-4 > .item,
.page-wrap.fullwidth-small .content-area .blog-grid.columns-4 > .item,
.page-wrap.fullwidth-small .content-area .blog-grid-simple.columns-4 > .item,
.page-wrap.fullwidth-small .wrap-content-area .blog-grid.columns-2 > .item,
.page-wrap.fullwidth-small .wrap-content-area .blog-grid-simple.columns-2 > .item,
.page-wrap.fullwidth-small .content-area .blog-grid.columns-2 > .item,
.page-wrap.fullwidth-small .content-area .blog-grid-simple.columns-2 > .item {
float: none;
width: 100%;
}
.blog-grid > .item,
.blog-grid.blog-two-columns > .item,
.blog-grid.columns-2 > .item,
.blog-grid-simple.columns-2 > .item,
.blog-grid.columns-3 > .item,
.blog-grid-simple.columns-3 > .item,
.blog-grid.columns-4 > .item,
.blog-grid-simple.columns-4 > .item {
float: none;
width: 100%;
}
.blog-grid > .item,
.blog-grid-simple > .item,
.blog-grid.blog-two-columns > .item,
.blog-grid.blog-three-columns > .item,
.blog-grid-simple.blog-three-columns > .item,
.blog-grid.blog-four-columns > .item,
.blog-grid-simple.blog-four-columns > .item {
float: none;
width: 100%;
}
.blog-grid-simple article .content-post {
padding: 25px 30px;
}
.page-title h1 {
font-size: 50px;
}
.page-title.inline .page-title-container h1,
.page-title.inline .breadcrumbs {
display: block;
}
.page-title.inline .page-title-container h1 {
margin-bottom: 10px;
}
.page-title.inline .breadcrumbs {
text-align: left;
}
.box-comming-soon {
padding: 15px;
}
.comming-soon-countdown .square .numb {
font-size: 30px;
}
.one-haft {
width: 100%;
float: none;
}
.mobi-mb20 {
margin-bottom: 20px;
}
.mobi-mb30 {
margin-bottom: 30px;
}
.themesflat_sc_vc-icon-box.one-haft {
margin-bottom: 30px;
}
.mobi-small-hide {
display: none;
}
.mmobi-center {
text-align: center !important;
}
.mmobi-left {
text-align: left !important;
}
.smobi-hide,
.doubleline:before,
.doubleline:after,
.border-style1:before,
.mmobi-none {
display: none;
}
.wrap-job-list .title-job,
.wrap-job-list .info-job,
.wrap-job-list .button-job {
width: auto;
display: block;
float: none;
margin: 0 0 15px 0;
}
.single-portfolios .entry-content .image-content-left .img-bottom img,
.single-portfolios .entry-content .image-content-left .img-top img {
width: 100%;
}
.single-portfolios .entry-content .image-content-left .img-bottom {
margin-bottom: 30px;
}
.button-topbar {
margin-left: 0;
}
.bottom .container-inside {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
flex-direction: column;
}
.wrap-info-item {
display: block;
align-items: unset;
width: 100%;
position: relative;
padding: 46px 15px 23px 15px;
}
.info-item {
flex-grow: unset;
justify-content: unset;
display: block;
align-items: unset;
margin-bottom: 15px;
margin-bottom: 30px;
max-width: 100%;
}
.transparent-form p,
.dark-form p {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.related-post .box-title {
font-size: 60px;
}
.related-post.related-posts-box {
margin-top: 80px;
}
.header-03 .themesflat-top .flat-language {
margin-right: 0px;
margin-bottom: 10px;
}
#footer.footer-style1 .widgets-areas-1,
#footer.footer-style1 .widgets-areas-3 {
background: rgba(0, 0, 0, 0.05);
}
#footer.footer-style1 .widgets-areas-2,
#footer.footer-style1 .widgets-areas-4 {
background: rgba(255, 255, 255, 0.02);
}
#footer.footer-style1 .wrap-widgets {
padding: 32px 0px 3px 0px;
}
.dark-form.style2 button, .dark-form.style2 input[type=submit] {
margin-left: 0;
}
.header-03 .themesflat-top ul.flat-information li {
margin: 0px 10px;
}
.themesflat-action-box.style1 .mc4wp-form-fields {
display: block;
}
} @media only screen and (max-width: 600px) {
.header-style2 #header .header-wrap .header-ct-left,
.header-style2 #header .header-wrap .header-ct-center,
.header-style2 #header .header-wrap .header-ct-right {
min-width: auto;
}
.modal-menu-left .modal-menu__body {
width: calc(100% - 50px);
}
.modal-menu__panel-body,
.modal-menu__panel-footer {
padding: 60px 30px 60px 30px;
}
.modal-menu__panel-header {
padding: 10px 10px 10px 10px;
}
#mainnav-secondary .menu .menu-item-has-children > span {
right: 0;
}
.comments-area ol.comment-list article .gravatar {
float: none;
display: block;
border-radius: 50%;
}
.comments-area ol.comment-list article {
position: relative;
padding-left: 0px;
}
.comments-area ol.comment-list article .gravatar {
top: auto;
left: auto;
position: relative;
margin-bottom: 20px;
}
.header-03 .themesflat-top .container-inside .content-right {
margin-top: 0;
}
}
@media only screen and (max-width: 575px) {
.comments-area ul.children {
margin-left: 20px;
}
ul.box-contact li .wrap-icon {
float: none;
margin-right: 0px;
}
ul.box-contact li .wrap-info {
overflow: hidden;
margin-top: 15px;
}
.box-contact li {
padding: 43px 30px 40px;
}
.error-404-text h2 {
font-size: 200px;
letter-spacing: -10px;
}
.single .entry-footer {
flex-direction: column;
align-items: flex-start;
}
.single .entry-footer .social-share-article {
margin-top: 20px;
}
.comment-reply-title {
padding-right: 0;
}
.comment-reply-title a#cancel-comment-reply-link {
position: unset;
top: unset;
right: unset;
}
}
@media (max-width: 499px) {
.bottom .content-left,
.bottom .content-right {
display: block;
text-align: center !important;
}
.bottom .content-left {
margin-bottom: 15px;
}
.bottom .content-right .text-left {
margin-bottom: 10px;
}
.comments-area ol.comment-list article:after,
.comments-area ol.comment-list article:before {
display: none;
}
.comments-area blockquote {
margin: 10px 0px 30px 0px;
padding: 10px 20px 20px 20px;
}
.comments-area ol.comment-list article .comment_content .comment_text {
overflow-x: auto;
}
.comments-area ol.comment-list article,
.comment-list-wrap .comment-respond {
margin-bottom: 30px;
}
.page-wrap.fullwidth-small .wrap-content-area,
.page-wrap.fullwidth-small .content-area {
width: 100%;
max-width: 100%;
}
.section-comming-soon .title-comming-soon {
font-size: 35px;
}
.mobi-supper-small-hide {
display: none;
}
.smobi-center {
text-align: center !important;
}
.smobi-left {
text-align: left !important;
}
.header-style1 .flat-language {
margin-left: 0;
}
.themesflat_sc_vc-headings.left-icon-testimonial {
padding-left: 0;
}
.themesflat_sc_vc-headings.left-icon-testimonial:before {
position: relative;
margin-bottom: 10px;
}
.desk-pd-left81px {
padding: 0 30px;
}
.header-style2 #header .header-wrap .header-ct-left,
.header-style2 #header .header-wrap .header-ct-center,
.header-style2 #header .header-wrap .header-ct-right {
min-width: auto;
}
#header.header-style3 .logo {
min-width: 230px;
}
#header .show-search,
#header .header-wishlist-wrapper {
display: none;
}
}
@media (max-width: 425px) {
.wrap-cart-count .content-text {
display: none !important;
}
.error-404-text h2 {
font-size: 160px;
letter-spacing: -5px;
}
}
@media (max-width: 375px) {
.comments-area ol.comment-list article .comment_content .comment_meta .comment_author {
margin-right: 5px;
}
.top-search {
width: 250px;
}
.header-style1 .flat-language {
display: none;
}
.box-contact li {
padding: 43px 20px 40px;
}
ul.box-contact li .wrap-info p {
font-size: 24px;
}
.button-topbar {
padding: 15px 45px 10px 45px;
}
.button-topbar:after {
width: 107%;
}
.canvas-nav-wrap .inner-canvas-nav {
width: 80%;
}
.error-404-text h2 {
font-size: 150px;
letter-spacing: -5px;
}
.related-post .box-title {
font-size: 50px;
}
#header.header-style3 .header-cart-wrapper {
display: none;
}
}
.wrap-practice-area-post .item {
margin-bottom: 30px;
}
.tf-practice-area-style1 .featured-post {
position: relative;
overflow: hidden;
margin-bottom: 18px;
}
.tf-practice-area-style1 .featured-post::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #B14233;
opacity: 0;
transition: all 0.4s;
}
.tf-practice-area-style1 .featured-post .themesflat__entry-thumbnail {
transition: all 0.4s;
-webkit-transform: scale(1);
transform: scale(1);
}
.tf-practice-area-style1 .hover-icon {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.5s;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-webkit-transform: translateY(100%);
transform: translateY(100%);
z-index: 10;
}
.tf-practice-area-style1 .hover-icon .icon {
max-width: 50px;
}
.tf-practice-area-style1 .content {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
transition: all 0.2s;
}
.tf-practice-area-style1 .content .content-wrap {
position: relative;
padding-top: 10px;
margin-right: auto;
}
.tf-practice-area-style1 .practice-area-meta {
position: absolute;
top: 8px;
width: 100%;
}
.tf-practice-area-style1 .practice-area-meta a {
color: var(--theme-color-text-main);
font-size: 14px;
line-height: 19px;
text-transform: capitalize;
display: block;
transition: all 0.2s;
}
.tf-practice-area-style1 .practice-area-meta a:hover {
color: var(--theme-secondary-color);
}
.tf-practice-area-style1 .practice-area-title, .tf-practice-area-style1 .title {
margin-bottom: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-align: end;
align-items: flex-end;
font-weight: 700;
}
.tf-practice-area-style1 .practice-area-title a, .tf-practice-area-style1 .title a {
display: block;
}
.tf-practice-area-style1 .practice-area-title .title-rest-letter, .tf-practice-area-style1 .title .title-rest-letter {
font-size: 24px;
line-height: 29px;
transition: all 0.2s;
}
.tf-practice-area-style1 .practice-area-title .title-first-letter, .tf-practice-area-style1 .title .title-first-letter {
font-size: 72px;
line-height: 55px;
color: var(--theme-secondary-color);
transition: all 0.2s;
}
.tf-practice-area-style1 .practice-area-view-more {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 46px;
height: 46px;
font-size: 18px;
background-color: #F6F6F6;
transition: all 0.4s;
}
.tf-practice-area-style1 .practice-area-view-more:hover {
background-color: var(--theme-secondary-color);
color: #fff;
-webkit-box-shadow: 0 4px 7px var(--theme-secondary-color);
box-shadow: 0 4px 7px var(--theme-secondary-color);
}
.tf-practice-area-style1:hover .featured-post::after {
opacity: 0.5;
}
.tf-practice-area-style1:hover .featured-post .themesflat__entry-thumbnail {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.tf-practice-area-style1:hover .featured-post .hover-icon {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.tf-practice-area-style1:hover .practice-area-view-more {
background-color: var(--theme-secondary-color);
color: #fff;
}
.tf-practice-area-post-style2 {
background-color: #FAF2F1;
transition: all 0.5s;
}
.tf-practice-area-post-style2 .tf-practice-area-post {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
width: 100%;
transition: all 0.5s;
}
.tf-practice-area-post-style2 .tf-practice-area-post .practice-area-icon {
font-size: 50px;
line-height: 50px;
color: var(--theme-secondary-color);
width: 100px;
height: 100px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
transition: all 0.5s;
border-right: 3px solid #fff;
}
.tf-practice-area-post-style2 .tf-practice-area-post .practice-area-icon i {
transition: all 0.5s;
}
.tf-practice-area-post-style2 .tf-practice-area-post .content {
width: calc(100% - 100px);
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
transition: all 0.5s;
padding: 25px;
}
.tf-practice-area-post-style2 .tf-practice-area-post .practice-area-title {
font-size: 24px;
line-height: 30px;
font-family: var(--theme-font-primary);
font-weight: 700;
transition: all 0.5s;
}
.tf-practice-area-post-style2 .tf-practice-area-post .practice-area-view-more {
margin-left: auto;
font-size: 18px;
transition: all 0.5s;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.tf-practice-area-post-style2 .tf-practice-area-post:hover {
background-color: var(--theme-secondary-color);
}
.tf-practice-area-post-style2 .tf-practice-area-post:hover .practice-area-icon {
border-right-color: #fff;
color: #fff;
}
.tf-practice-area-post-style2 .tf-practice-area-post:hover .practice-area-icon i {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
.tf-practice-area-post-style2 .tf-practice-area-post:hover .practice-area-title, .tf-practice-area-post-style2 .tf-practice-area-post:hover .practice-area-view-more {
color: #fff;
}
.tf-practice-area-post-style2 .tf-practice-area-post:hover .practice-area-view-more {
-webkit-transform: translateX(7px);
transform: translateX(7px);
}
.tf-practice-area-post-style3 {
border: 1px solid var(--theme-color-border);
padding: 30px 30px 39px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
transition: all 0.5s;
}
.tf-practice-area-post-style3 .practice-area-icon {
font-size: 50px;
line-height: 50px;
color: var(--theme-secondary-color);
margin-bottom: 42px;
transition: all 0.5s;
}
.tf-practice-area-post-style3 .practice-area-title {
font-size: 24px;
line-height: 30px;
font-family: var(--theme-font-primary);
font-weight: 700;
margin-bottom: 13px;
}
.tf-practice-area-post-style3 .desc {
font-size: 14px;
line-height: 30px;
text-transform: capitalize;
transition: all 0.5s;
}
.tf-practice-area-post-style3:hover {
background-color: var(--theme-secondary-color);
border-color: var(--theme-secondary-color);
}
.tf-practice-area-post-style3:hover .practice-area-icon, .tf-practice-area-post-style3:hover .practice-area-title a, .tf-practice-area-post-style3:hover .desc {
color: #fff;
}
.tf-practice-area-post-style4 .featured-post {
position: relative;
overflow: hidden;
z-index: 1;
}
.tf-practice-area-post-style4 .featured-post::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #B14233;
opacity: 0;
transition: all 0.4s;
}
.tf-practice-area-post-style4 .featured-post .themesflat__entry-thumbnail {
transition: all 0.4s;
-webkit-transform: scale(1);
transform: scale(1);
}
.tf-practice-area-post-style4 .content {
position: relative;
z-index: 10;
text-align: center;
margin-top: -43px;
}
.tf-practice-area-post-style4 .content .practice-area-title {
font-size: 28px;
max-width: 80%;
background-color: #fff;
box-shadow: 0 1px 35px rgba(0, 0, 0, 0.1);
margin-right: auto;
margin-left: auto;
padding: 22px;
line-height: 1.1;
}
.tf-practice-area-post-style4:hover .featured-post::after {
opacity: 0.5;
}
.tf-practice-area-post-style4:hover .featured-post .themesflat__entry-thumbnail {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.single-practice_area .featured-post {
margin-bottom: 46px;
}
.single-practice_area .featured-post img {
width: 100%;
}
.single-practice_area .practice-area-content-top {
position: relative;
margin-bottom: 38px;
}
.single-practice_area .post-title {
margin-bottom: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-align: end;
align-items: flex-end;
}
.single-practice_area .post-title span {
display: block;
}
.single-practice_area .post-title .title-rest-letter {
font-size: 24px;
line-height: 24px;
}
.single-practice_area .post-title .title-first-letter {
font-size: 72px;
line-height: 55px;
color: var(--theme-secondary-color);
}
.single-practice_area .practice-area-meta {
position: absolute;
top: 0;
}
.single-practice_area .practice-area-meta a {
color: var(--theme-color-text-main);
font-size: 14px;
line-height: 19px;
text-transform: capitalize;
display: block;
}
.single-practice_area .practice-area-meta a:hover {
color: var(--theme-secondary-color);
}
.wrap-practice-area-post {
--tf-practice-area-gap: 30px;
margin-left: calc(0px - (var(--tf-practice-area-gap) / 2));
margin-right: calc(0px - (var(--tf-practice-area-gap) / 2));
}
.wrap-practice-area-post .slick-slide {
padding: 0;
}
.wrap-practice-area-post .item {
padding-left: calc((var(--tf-practice-area-gap) / 2));
padding-right: calc((var(--tf-practice-area-gap) / 2));
margin-bottom: var(--tf-practice-area-gap);
}
.themesflat-practice-area-slider .item {
max-width: 100%;
width: 100%;
}
.single-practice_area .widget_block,
.image-first-wiget-has-bg .widget:first-child {
background: url(//phoenixdivorcelawyer.org/wp-content/themes/lowlead/images/bg-contact-form.jpg) no-repeat center;
background-size: cover;
color: #fff;
}
.single-practice_area .widget_block p,
.image-first-wiget-has-bg .widget:first-child p {
margin-bottom: 0;
}
.single-practice_area .widget_block input[type=text], .single-practice_area .widget_block input[type=email], .single-practice_area .widget_block textarea,
.image-first-wiget-has-bg .widget:first-child input[type=text],
.image-first-wiget-has-bg .widget:first-child input[type=email],
.image-first-wiget-has-bg .widget:first-child textarea {
background: #272B2E !important;
border: 1px solid rgba(255, 255, 255, 0.05);
margin-bottom: 0;
}
.single-practice_area .widget_block label,
.image-first-wiget-has-bg .widget:first-child label {
margin-bottom: 10px;
}
.single-practice_area .widget_block .widget-title,
.image-first-wiget-has-bg .widget:first-child .widget-title {
color: #fff;
}
article:before, article:after, .entry-content:before, .entry-content:after {
content: "";
display: table;
clear: both;
}
.single .entry-footer:not(:last-child) {
margin: 0 0 48px 0;
}
.blog-single .main-post {
margin-top: 37px;
}
.blog-single .meta-category-list a {
color: var(--theme-color-text-main);
z-index: 1;
line-height: 24px;
font-size: 14px;
}
.blog-single .post-meta {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 0;
}
.blog-single .post-meta .item-meta {
margin-bottom: 13px;
}
.blog-single .item-meta {
color: var(--theme-color-text-main);
font-family: var(--theme-font-body) !important;
font-size: 14px;
line-height: 16px;
}
.blog-single .item-meta:hover {
color: var(--theme-secondary-color);
}
.blog-single .item-meta:not(:last-child) {
margin-right: 20px;
}
.blog-single .item-meta a, .blog-single .item-meta span {
color: inherit;
}
.blog-single .item-meta:not(:last-child) {
margin-right: 20px;
padding-right: 20px;
border-right: 1px solid var(--theme-color-border);
}
.blog-single .post-author a {
display: inline-block;
margin-left: 5px;
color: var(--theme-secondary-color);
}
.entry-content:not(:last-child) {
margin-bottom: 44px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content .h1, .entry-content .h2, .entry-content .h3, .entry-content .h4, .entry-content .h5, .entry-content .h6 {
margin-bottom: 10px;
}
.entry-content ul, .entry-content ol {
padding-left: 15px;
}
.entry-content li > ul, .entry-content li > ol {
margin-bottom: 0;
margin-top: 0;
}
.single-post .comment-respond .logged-in-as {
margin-bottom: 46px;
font-size: 14px;
line-height: 19px;
}
.single-post figure:last-child {
margin-bottom: 0 !important;
}
.single-post iframe {
width: 100%;
max-width: 100%;
}
.wp-block-rss, .wp-block-latest-comments, .wp-block-archives-list {
padding-left: 0 !important;
}
blockquote {
max-width: 100%;
text-align: left;
border-radius: 5px;
padding: 19px 20px 31px 41px;
background-color: #fff;
border-left: 10px solid var(--theme-secondary-color);
color: var(--theme-secondary-color);
}
.blog-single:not(.format-gallery).has-post-thumbnail .featured-post {
position: relative;
margin-bottom: 48px;
}
.blog-post:not(.blog-single) .featured-post, .related-post .post .featured-post {
margin-bottom: 22px;
}
.blog-post:not(.blog-single) .featured-post .image, .blog-post:not(.blog-single) .featured-post a, .related-post .post .featured-post .image, .related-post .post .featured-post a {
display: block;
}
.blog-post:not(.blog-single) .featured-post .image img, .blog-post:not(.blog-single) .featured-post a img, .related-post .post .featured-post .image img, .related-post .post .featured-post a img {
width: 100%;
}
.blog-archive.archive-post .item, .blog-list .item {
margin-bottom: 40px;
}
.tf-posts .item {
margin-bottom: 30px;
}
.themesflat-posts-slider .item {
margin-bottom: 0 !important;
}
.blog-archive .blog-post:not(.blog-single) iframe, .related-post .post iframe, .tf-posts .blog-post iframe, .blog-list .blog-post iframe {
width: 100%;
max-width: 100%;
}
.blog-archive .blog-post:not(.blog-single) .featured-post, .related-post .post .featured-post, .tf-posts .blog-post .featured-post, .blog-list .blog-post .featured-post {
position: relative;
overflow: hidden;
}
.blog-archive .blog-post:not(.blog-single) .featured-post .themesflat__entry-thumbnail, .related-post .post .featured-post .themesflat__entry-thumbnail, .tf-posts .blog-post .featured-post .themesflat__entry-thumbnail, .blog-list .blog-post .featured-post .themesflat__entry-thumbnail {
transition: all 0.6s;
-webkit-transform: scale(1);
transform: scale(1);
position: relative;
z-index: 2;
}
.blog-archive .blog-post:not(.blog-single) .featured-post .themesflat__entry-thumbnail::after, .related-post .post .featured-post .themesflat__entry-thumbnail::after, .tf-posts .blog-post .featured-post .themesflat__entry-thumbnail::after, .blog-list .blog-post .featured-post .themesflat__entry-thumbnail::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: var(--theme-secondary-color);
-webkit-transition: all 0.7s;
transition: all 0.7s;
z-index: 1;
}
.blog-archive .blog-post:not(.blog-single) .content-post, .related-post .post .content-post, .tf-posts .blog-post .content-post, .blog-list .blog-post .content-post {
padding: 0;
}
.blog-archive .blog-post:not(.blog-single) .content-post .entry-title, .related-post .post .content-post .entry-title, .tf-posts .blog-post .content-post .entry-title, .blog-list .blog-post .content-post .entry-title {
line-height: 32px;
font-size: 32px;
margin: 0;
text-transform: capitalize;
font-weight: 500;
}
@media only screen and (max-width: 992px) {
.blog-archive .blog-post:not(.blog-single) .content-post .entry-title, .related-post .post .content-post .entry-title, .tf-posts .blog-post .content-post .entry-title, .blog-list .blog-post .content-post .entry-title {
font-size: 24px;
}
}
.blog-archive .blog-post:not(.blog-single) .content-post .entry-title a, .related-post .post .content-post .entry-title a, .tf-posts .blog-post .content-post .entry-title a, .blog-list .blog-post .content-post .entry-title a {
color: #1C2833;
}
.blog-archive .blog-post:not(.blog-single) .content-post .entry-title a:hover, .related-post .post .content-post .entry-title a:hover, .tf-posts .blog-post .content-post .entry-title a:hover, .blog-list .blog-post .content-post .entry-title a:hover {
color: var(--theme-secondary-color);
}
.blog-archive .blog-post:not(.blog-single) .content-post .post-meta, .related-post .post .content-post .post-meta, .tf-posts .blog-post .content-post .post-meta, .blog-list .blog-post .content-post .post-meta {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 0;
}
.blog-archive .blog-post:not(.blog-single) .content-post .post-meta .item-meta, .related-post .post .content-post .post-meta .item-meta, .tf-posts .blog-post .content-post .post-meta .item-meta, .blog-list .blog-post .content-post .post-meta .item-meta {
margin-bottom: 13px;
}
.blog-archive .blog-post:not(.blog-single) .content-post .item-meta:not(:last-child), .related-post .post .content-post .item-meta:not(:last-child), .tf-posts .blog-post .content-post .item-meta:not(:last-child), .blog-list .blog-post .content-post .item-meta:not(:last-child) {
margin-right: 20px;
padding-right: 20px;
border-right: 1px solid var(--theme-color-border);
}
.blog-archive .blog-post:not(.blog-single) .content-post .item-meta a, .related-post .post .content-post .item-meta a, .tf-posts .blog-post .content-post .item-meta a, .blog-list .blog-post .content-post .item-meta a {
color: var(--theme-color-text-main);
font-size: 14px;
line-height: 16px;
}
.blog-archive .blog-post:not(.blog-single) .content-post .item-meta a:hover, .related-post .post .content-post .item-meta a:hover, .tf-posts .blog-post .content-post .item-meta a:hover, .blog-list .blog-post .content-post .item-meta a:hover {
color: var(--theme-secondary-color);
}
.blog-archive .blog-post:not(.blog-single) .content-post .item-meta a, .blog-archive .blog-post:not(.blog-single) .content-post .item-meta span, .blog-archive .blog-post:not(.blog-single) .content-post .item-meta, .related-post .post .content-post .item-meta a, .related-post .post .content-post .item-meta span, .related-post .post .content-post .item-meta, .tf-posts .blog-post .content-post .item-meta a, .tf-posts .blog-post .content-post .item-meta span, .tf-posts .blog-post .content-post .item-meta, .blog-list .blog-post .content-post .item-meta a, .blog-list .blog-post .content-post .item-meta span, .blog-list .blog-post .content-post .item-meta {
font-family: var(--theme-font-body) !important;
font-size: 14px;
line-height: 16px;
color: inherit;
}
.blog-archive .blog-post:not(.blog-single) .content-post .post-author a, .related-post .post .content-post .post-author a, .tf-posts .blog-post .content-post .post-author a, .blog-list .blog-post .content-post .post-author a {
display: inline-block;
margin-left: 5px;
color: var(--theme-secondary-color);
}
.blog-archive .blog-post:not(.blog-single) .content-post .image::after, .blog-archive .blog-post:not(.blog-single) .content-post .featured-post a::after, .related-post .post .content-post .image::after, .related-post .post .content-post .featured-post a::after, .tf-posts .blog-post .content-post .image::after, .tf-posts .blog-post .content-post .featured-post a::after, .blog-list .blog-post .content-post .image::after, .blog-list .blog-post .content-post .featured-post a::after {
opacity: 0.6;
}
.blog-archive .blog-post:not(.blog-single) .content-post .post-content, .related-post .post .content-post .post-content, .tf-posts .blog-post .content-post .post-content, .blog-list .blog-post .content-post .post-content {
margin-top: 10px;
}
.blog-archive .blog-post:not(.blog-single) .content-post .themesflat-readmore-archive, .related-post .post .content-post .themesflat-readmore-archive, .tf-posts .blog-post .content-post .themesflat-readmore-archive, .blog-list .blog-post .content-post .themesflat-readmore-archive {
margin-top: 24px;
color: #fff;
}
.blog-archive .blog-post:not(.blog-single) .content-post .themesflat-readmore-archive:hover, .related-post .post .content-post .themesflat-readmore-archive:hover, .tf-posts .blog-post .content-post .themesflat-readmore-archive:hover, .blog-list .blog-post .content-post .themesflat-readmore-archive:hover {
color: #fff;
}
.blog-archive .blog-post:not(.blog-single):hover .featured-post .themesflat__entry-thumbnail, .related-post .post:hover .featured-post .themesflat__entry-thumbnail, .tf-posts .blog-post:hover .featured-post .themesflat__entry-thumbnail, .blog-list .blog-post:hover .featured-post .themesflat__entry-thumbnail {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.blog-archive .blog-post:not(.blog-single):hover .featured-post .themesflat__entry-thumbnail::after, .related-post .post:hover .featured-post .themesflat__entry-thumbnail::after, .tf-posts .blog-post:hover .featured-post .themesflat__entry-thumbnail::after, .blog-list .blog-post:hover .featured-post .themesflat__entry-thumbnail::after {
opacity: 0.5;
}
.related-post {
margin-top: 50px;
}
.related-post .box-title {
text-align: center;
}
.related-post .blog-grid .item {
padding: 0 !important;
}
.related-post .post .content-post .entry-title {
font-size: 24px;
}
@media only screen and (max-width: 992px) {
.related-post .post .content-post .entry-title {
font-size: 20px;
}
}
.tf-posts .item, .blog-grid .item {
padding-left: 15px;
padding-right: 15px;
}
.tf-posts .blog-post .content-post .entry-title, .blog-grid .blog-post .content-post .entry-title {
font-size: 24px;
}
.sticky .entry-title:before, .tag-sticky-2 .entry-title:before {
content: "";
font-family: var(--theme-icon-font-primary);
font-size: 25px;
margin-right: 15px;
}
.single .sticky, .single .tag-sticky-2 {
padding: 30px;
}
.wrap-posts {
--tf-post-gap: 30px;
margin-left: calc(0px - (var(--tf-post-gap) / 2));
margin-right: calc(0px - (var(--tf-post-gap) / 2));
}
.wrap-posts .slick-slide {
padding: 0;
}
.wrap-posts .item {
padding-left: calc((var(--tf-post-gap) / 2));
padding-right: calc((var(--tf-post-gap) / 2));
margin-bottom: var(--tf-post-gap);
}
.themesflat-posts-slider .item {
max-width: 100%;
width: 100%;
}
.blog .tf-heading {
margin-bottom: 60px;
}
.tf-post-list-main .navigation {
padding-top: 26px;
}
.tf-wrap-case-study-post .item {
margin-bottom: 30px;
}
.case-study-post-style-01 .featured-post {
margin-bottom: 10px;
overflow: hidden;
}
.case-study-post-style-01 .featured-post .themesflat__entry-thumbnail {
transition: all 0.6s;
-webkit-transform: scale(1);
transform: scale(1);
position: relative;
}
.case-study-post-style-01 .featured-post .themesflat__entry-thumbnail::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: var(--theme-secondary-color);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.case-study-post-style-01 .content {
padding: 21px 28px 23px;
position: relative;
background-color: #FAF2F1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.case-study-post-style-01 .content .post-meta a {
display: inline-block;
font-size: 14px;
line-height: 19px;
color: var(--theme-secondary-color);
margin-bottom: 11px;
text-transform: capitalize;
}
.case-study-post-style-01 .content .title {
font-size: 24px;
line-height: 29px;
margin-bottom: 0;
text-transform: capitalize;
}
.case-study-post-style-01 .content .post-meta, .case-study-post-style-01 .content .title {
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.case-study-post-style-01:hover .featured-post .themesflat__entry-thumbnail {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.case-study-post-style-01:hover .featured-post .themesflat__entry-thumbnail::after {
opacity: 0.5;
}
.case-study-post-style-01:hover .content {
background-color: var(--theme-secondary-color);
}
.case-study-post-style-01:hover .content .post-meta, .case-study-post-style-01:hover .content .title {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.case-study-post-style-01:hover .content .post-meta a {
color: #fff;
}
.case-study-post-style-01:hover .content .title a {
color: #fff;
}
.case-study-post-style-02 {
background-color: #fff;
box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}
.case-study-post-style-02 .featured-post {
margin-bottom: 25px;
overflow: hidden;
}
.case-study-post-style-02 .featured-post .themesflat__entry-thumbnail {
transition: all 0.6s;
-webkit-transform: scale(1);
transform: scale(1);
position: relative;
}
.case-study-post-style-02 .featured-post .themesflat__entry-thumbnail::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: var(--theme-secondary-color);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.case-study-post-style-02 .content {
padding: 0 26px 30px 26px;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.case-study-post-style-02 .content .post-meta a {
display: inline-block;
font-size: 14px;
line-height: 19px;
color: var(--theme-secondary-color);
margin-bottom: 11px;
text-transform: uppercase;
}
.case-study-post-style-02 .content .title {
font-size: 24px;
line-height: 29px;
margin-bottom: 0;
text-transform: capitalize;
}
.case-study-post-style-02 .content .post-meta, .case-study-post-style-02 .content .title {
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.case-study-post-style-02:hover .featured-post .themesflat__entry-thumbnail {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.case-study-post-style-02:hover .featured-post .themesflat__entry-thumbnail::after {
opacity: 0.5;
}
.case-study-post-style-02:hover .content {
background-color: transparent;
}
.case-study-post-style-02:hover .content .post-meta, .case-study-post-style-02:hover .content .title {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.single-case_study .entry-content .featured-post {
margin-bottom: 42px;
}
.single-case_study .entry-content .post-meta a {
display: inline-block;
font-size: 14px;
line-height: 19px;
color: var(--theme-secondary-color);
margin-bottom: 10px;
text-transform: capitalize;
}
.single-case_study .entry-content .post-meta a:hover {
color: var(--theme-primary-color);
}
.single-case_study .entry-content .post-title {
font-size: 24px;
line-height: 30px;
margin-bottom: 34px;
text-transform: capitalize;
}
.wrap-case-study-post {
--tf-case-study-gap: 30px;
margin-left: calc(0px - (var(--tf-case-study-gap) / 2));
margin-right: calc(0px - (var(--tf-case-study-gap) / 2));
}
.wrap-case-study-post .slick-slide {
padding: 0;
}
.wrap-case-study-post .item {
padding-left: calc((var(--tf-case-study-gap) / 2));
padding-right: calc((var(--tf-case-study-gap) / 2));
margin-bottom: var(--tf-case-study-gap);
}
.themesflat-case-study-slider .item {
max-width: 100%;
width: 100%;
}
.post-type-archive-case_study .tf-heading {
margin-bottom: 60px;
}
.tf-wrap-attorneys-post .item {
margin-bottom: 30px;
}
.attorneys-post .featured-post {
position: relative;
margin-bottom: 25px;
}
.attorneys-post .featured-post::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: transparent;
opacity: 0.5;
transition: all 0.3s;
}
.attorneys-post .featured-post .image-hover {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 10;
transition: all 0.2s;
display: -ms-flexbox;
display: flex;
}
.attorneys-post .featured-post .image-hover .icon {
width: 46px;
height: 46px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
background-color: #fff;
font-size: 18px;
color: var(--theme-secondary-color);
transform: translateY(50%);
opacity: 0;
}
.attorneys-post .featured-post .image-hover .icon:hover {
background-color: var(--theme-secondary-color);
color: #fff;
}
.attorneys-post .featured-post .image-hover .icon:not(:last-child) {
margin-right: 10px;
}
.attorneys-post .featured-post .image-hover .icon-facebook {
transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.1s ease-out, opacity 0.4s 0.15s ease-out, transform 0.4s 0.1s ease-out;
}
.attorneys-post .featured-post .image-hover .icon-instagram {
transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.1s ease-out, opacity 0.4s 0.15s ease-out, transform 0.4s 0.1s ease-out;
}
.attorneys-post .featured-post .image-hover .icon-dribbble {
transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.15s ease-out, opacity 0.4s 0.15s ease-out, transform 0.4s 0.15s ease-out;
}
.attorneys-post .featured-post .image-hover .icon-behance {
transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.25s ease-out, opacity 0.4s 0.25s ease-out, transform 0.4s 0.25s ease-out;
}
.attorneys-post .content {
text-align: center;
}
.attorneys-post .content .title {
font-size: 24px;
line-height: 30px;
margin-bottom: 3px;
}
.attorneys-post .content .post-meta {
font-size: 14px;
line-height: 30px;
color: var(--theme-color-text-main);
}
.attorneys-post:hover .featured-post::after {
background-color: var(--theme-secondary-color);
}
.attorneys-post:hover .image-hover .icon {
transform: translateY(0);
opacity: 1;
}
.single-attorneys .tf-single-attorney-information-wrap {
margin-bottom: 49px;
}
.single-attorneys .elementor-widget:not(:last-child) {
margin-bottom: 0 !important;
}
.single-attorneys .featured-post img {
width: 100%;
}
.single-attorneys .tf-single-attorney-information {
padding-top: 30px;
}
@media only screen and (min-width: 1200px) {
.single-attorneys .tf-single-attorney-information {
padding-left: 102px;
padding-top: 60px;
}
}
.single-attorneys .tf-single-attorney-information .post-title {
font-size: 32px;
line-height: 30px;
margin-bottom: 3px;
}
.single-attorneys .tf-single-attorney-information .post-meta {
font-size: 14px;
line-height: 30px;
color: var(--theme-color-text-main);
margin-bottom: 30px;
}
.single-attorneys .tf-single-attorney-information .additional-information-item span {
display: block;
}
.single-attorneys .tf-single-attorney-information .additional-information-item .additional-information-label {
font-size: 18px;
font-weight: 700;
line-height: 30px;
font-family: var(--theme-font-primary);
color: var(--theme-primary-color);
}
.single-attorneys .tf-single-attorney-information .additional-information-item .additional-information-value {
font-size: 14px;
line-height: 30px;
}
.single-attorneys .tf-single-attorney-information .tf-single-attorney-information-phone {
border-top: 1px solid var(--theme-color-border);
padding-top: 59px;
margin-top: 21px;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.single-attorneys .tf-single-attorney-information .tf-single-attorney-information-phone .tf-single-attorney-information-phone-label {
font-size: 24px;
line-height: 36px;
font-weight: 700;
color: rgba(39, 43, 46, 0.3);
font-family: var(--theme-font-primary);
text-transform: capitalize;
display: inline-block;
margin-right: 25px;
}
.single-attorneys .tf-single-attorney-information .tf-single-attorney-information-phone .tf-single-attorney-information-phone-value {
font-size: 48px;
font-family: var(--theme-font-primary);
color: var(--theme-secondary-color);
font-weight: 700;
line-height: 12px;
display: inline-block;
}
@media only screen and (max-width: 576px) {
.single-attorneys .tf-single-attorney-information .tf-single-attorney-information-phone {
padding-top: 30px;
}
.single-attorneys .tf-single-attorney-information .tf-single-attorney-information-phone .tf-single-attorney-information-phone-label {
font-size: 18px;
}
.single-attorneys .tf-single-attorney-information .tf-single-attorney-information-phone .tf-single-attorney-information-phone-value {
font-size: 30px;
}
}
.wrap-attorneys-post {
--tf-attorneys-gap: 30px;
margin-left: calc(0px - (var(--tf-attorneys-gap) / 2));
margin-right: calc(0px - (var(--tf-attorneys-gap) / 2));
}
.wrap-attorneys-post .slick-slide {
padding: 0;
}
.wrap-attorneys-post .item {
padding-left: calc((var(--tf-attorneys-gap) / 2));
padding-right: calc((var(--tf-attorneys-gap) / 2));
margin-bottom: var(--tf-attorneys-gap);
}
.themesflat-attorneys-slider .item {
max-width: 100%;
width: 100%;
}
.themesflat-gallery-taxonomy .item {
margin-bottom: 30px;
}
.gallery-post {
overflow: hidden;
}
.gallery-post .featured-post {
position: relative;
}
.gallery-post .featured-post::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--theme-secondary-color);
opacity: 0.5;
-webkit-transform: translateY(100%);
transform: translateY(100%);
transition: all 0.5s;
z-index: 2;
}
.gallery-post .content-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
padding: 33px 29px;
opacity: 0;
transition: all 0.3s;
z-index: 3;
}
.gallery-post .content {
margin-top: auto;
}
.gallery-post .content .title {
margin-bottom: 0;
color: #fff;
font-size: 24px;
line-height: 29px;
text-transform: capitalize;
}
.gallery-post .content .post-meta a {
color: #fff;
font-size: 14px;
line-height: 19px;
text-transform: capitalize;
}
.gallery-post .hover-icon {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
transition: all 0.3s;
z-index: 3;
}
.gallery-post .hover-icon .icon {
max-width: 48px;
}
.gallery-post:hover .content-wrap, .gallery-post:hover .hover-icon {
opacity: 1;
}
.gallery-post:hover .featured-post::before {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.tf-heading-gallery {
margin-bottom: 60px;
} .tf-primary-color {
color: var(--theme-primary-color) !important;
}
.tf-bg-primary {
background-color: var(--theme-primary-color) !important;
}
.tf-accent-color {
color: var(--theme-accent-color) !important;
}
.tf-bg-accent {
background-color: var(--theme-accent-color) !important;
}
.tf-bg-hover-accent:hover {
background-color: var(--theme-accent-color) !important;
}
.tf-secondary-color {
color: var(--theme-secondary-color) !important;
}
.tf-secondary-hover-color:hover {
color: var(--theme-secondary-color) !important;
}
.tf-font-primary {
font-family: var(--theme-font-primary);
}
.tf-bg-secondary {
background-color: var(--theme-secondary-color) !important;
}
.tf-bg-hover-secondary:hover {
background-color: var(--theme-secondary-color) !important;
}
.tf-color-light {
color: var(--theme-light-color) !important;
}
.tf-color-hover-light:hover {
color: var(--theme-light-color) !important;
}
.tf-bg-light {
background-color: var(--theme-light-color) !important;
}
.tf-bg-hover-light:hover {
background-color: var(--theme-light-color) !important;
}