body.royal_preloader {
background: none;
visibility: hidden;    
}
#royal_preloader {
visibility: visible;
position: fixed;
width:100%;
height:100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: auto;
margin: 0;
z-index: 9999999999;
}
#royal_preloader.royal_preloader_number:before,
#royal_preloader.royal_preloader_progress:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
#royal_preloader.complete {
opacity: 0;
transition: opacity 0.2s linear 0.5s;
}
#royal_preloader.royal_preloader_line {
height: 2px;
bottom: auto;
} #royal_preloader.royal_preloader_number .royal_preloader_percentage {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 100px;
height: 100px;
border-width: 1px;
border-style: solid;
border-radius: 50%;
line-height: 100px;
font-size: 20px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
text-align: center;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage > div {
position: absolute;
top: -2px;
right: -2px;
bottom: -2px;
left: -2px;
border: 4px solid transparent;
border-left-color: #fff;
border-radius: 50%;
animation: rotate 0.8s linear infinite;
} #royal_preloader.royal_preloader_line .royal_preloader_loader {
position: absolute;
height: 100%;
left: 0;
}
#royal_preloader.royal_preloader_line .royal_preloader_peg {
position: absolute;
right: 0;
height: 100%;
width: 100px;
opacity: 0.5;
} #royal_preloader.royal_preloader_text .royal_preloader_loader {
color: #000;
position: absolute;
top: 0;
bottom: 0;
left: 50%;
font-weight: 300;
height: 80px;
line-height: 80px;
margin: auto;
letter-spacing: 2px;
font-size: 25px;
white-space: nowrap;
}
#royal_preloader.royal_preloader_text .royal_preloader_loader div {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0%;
background-color: #000;
opacity: 0.7;
} #royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
color: #fff;
position: absolute;
font-weight:700;
top: 0;
bottom: 0;
left: 50%;
height: 32px;
line-height: 32px;
margin: auto;
letter-spacing: 1px;
font-size: 32px;
white-space: nowrap;
}
#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span {
display: inline-block;
transform: scale(0);
}
#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span.loaded {
animation: scale 0.2s forwards;
} #royal_preloader.royal_preloader_logo .royal_preloader_loader {
position: absolute;
left: 50%;
top: 50%;
margin: 0;
overflow: hidden;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: 100%;
}
#royal_preloader.royal_preloader_logo .royal_preloader_loader div {
position: absolute;
bottom: 0%;
left: 0;
right: 0;
height: 100%;
opacity: 0.7;
}
#royal_preloader.royal_preloader_logo .royal_preloader_percentage {
position: absolute;
top: 50%;
left: 50%;
height: 40px;
line-height: 40px;
margin: 0;
color: #fff;
text-align: center;
font-size: 16px;
font-weight: 400;
letter-spacing:2px;
padding-top:10px;
} #royal_preloader.royal_preloader_progress .royal_preloader_percentage {
position: absolute;
top: 50%;
left: 0;
right: 0;
color: #fff;
color: rgba(255, 255, 255, 0.5);
font-size: 16px;
text-align: center;
}
#royal_preloader.royal_preloader_progress .royal_preloader_loader {
content: '';
position: absolute;
top: 50%;
left: 0;
right: 0;
width: 60%;
height: 2px;
margin: -10px auto auto auto;
background-color: rgba(0, 0, 0, 0.2); 
}
#royal_preloader.royal_preloader_progress .royal_preloader_meter {
width: 0;
height: 100%;
margin: auto;
padding: 0;
background-color: #fff;
}
@-webkit-keyframes rotate {
0% { -webkit-transform: rotate(0);}
100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotate {
0% { -moz-transform: rotate(0); }
100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes rotate {
0% { -ms-transform: rotate(0); }
100% { -ms-transform: rotate(360deg); }
}
@-o-keyframes rotate {
0% { -o-transform: rotate(0); }
100% { -o-transform: rotate(360deg); }
}
@keyframes rotate {
0% { transform: rotate(0); }
100% { transform: rotate(360deg); }
}
@-webkit-keyframes scale {
0% { -webkit-transform: scale(0); opacity: 0;}
50% { -webkit-transform: scale(2);  opacity: 0.5;}
100% { -webkit-transform: scale(1);  opacity: 1;}
}
@-moz-keyframes scale {
0% { -moz-transform: scale(0); opacity: 0;}
50% { -moz-transform: scale(2); opacity: 0.5;}
100% { -moz-transform: scale(1); opacity: 1;}
}
@-ms-keyframes scale {
0% { -ms-transform: scale(0); opacity: 0;}
50% { -ms-transform: scale(2); opacity: 0.5;}
100% { -ms-transform: scale(1); opacity: 1;}
}
@-o-keyframes scale {
0% { -o-transform: scale(0); opacity: 0;}
50% { -o-transform: scale(2); opacity: 0.5;}
100% { -o-transform: scale(1); opacity: 1;}
}
@keyframes scale {
0% { transform: scale(0); opacity: 0;}
50% { transform: scale(2); opacity: 0.5;}
100% { transform: scale(1); opacity: 1;}
}
@media only screen and (max-width: 800px) {
#royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
height: 22px;
line-height: 22px;
font-size: 22px;
}
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font: inherit;
vertical-align: baseline;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: "Archivo", sans-serif;
color: #63666c;
background-color: #fff;
font-size: 16px;
line-height: 1.75;
font-weight: 400;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.font-smooth-auto {
-webkit-font-smoothing: auto;
}
img {
height: auto;
max-width: 100%;
border: 0;
vertical-align: middle;
-ms-interpolation-mode: bicubic;
}
p {
margin: 0 0 20px;
}
.drop-cap {
float: left;
color: #272a33;
font-size: 96px;
line-height: 76px;
padding-right: 0.1em;
font-family: "Playfair Display", sans-serif;
}
.drop-cap2 {
display: inline-block;
font-size: 60px;
line-height: 68px;
width: 75px;
height: 75px;
text-align: center;
margin: 3px 15px 5px 0;
float: left;
color: #fff;
background-color: #272a33;
font-family: "Playfair Display", sans-serif;
}
strong,
b {
font-weight: 700;
}
dfn,
i {
font-style: italic;
}
blockquote {
font-family: "Playfair Display", sans-serif;
font-size: 20px;
font-weight: 500;
color: #272a33;
background-color: #f6f6f7;
position: relative;
padding: 45px 50px 50px;
margin: 42px 0;
}
blockquote:before {
content: "";
width: 3px;
height: 100%;
background-color: #d3a651;
position: absolute;
left: 0;
top: 0;
}
blockquote cite {
font-size: 18px;
opacity: 0.7;
font-family: "Montserrat", sans-serif;
display: block;
margin: 15px 0 0;
position: relative;
}
blockquote>p {
margin-bottom: 0;
}
blockquote,
q {
quotes: none;
}
blockquote:after {
content: none;
}
abbr,
acronym {
cursor: help;
}
mark,
ins {
text-decoration: none;
background-color: #d3a651;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -6px;
}
sub {
bottom: -3px;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
address {
margin: 0 0 20px;
}
code,
kbd,
tt,
var {
font-family: Inconsolata, monospace;
font-size: 1em;
}
pre {
margin: 40px 0 35px;
padding: 40px 45px;
background-color: #f6f6f7;
overflow-x: auto;
font-family: Inconsolata, monospace;
}
hr {
background-color: #e5e5e7;
border: 0;
height: 1px;
margin-bottom: 24px;
}
ul,
ol {
padding: 0;
margin: 8px 0 24px 30px;
list-style: none;
}
ul {
list-style: disc;
}
ul ul {
list-style-type: circle;
}
ol {
list-style: decimal;
}
li>ul,
li>ol {
margin-bottom: 0;
}
dl,
dd {
margin: 0 0 20px;
}
dt {
font-weight: 500;
}
del {
opacity: 0.5;
}
table,
th,
td {
text-align: left;
border: 1px solid #e5e5e7;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 30px;
table-layout: fixed;
width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: 600;
}
td {
border-width: 0 1px 1px 0;
}
th,
td {
padding: 8px 15px;
}
embed,
iframe,
object,
video {
margin-bottom: 20px;
max-width: 100%;
vertical-align: middle;
}
p>embed,
p>iframe,
p>object,
p>video {
margin-bottom: 0;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #e5e5e7;
clip: auto !important;
color: #272a33;
display: block;
height: auto;
left: 5px;
top: 5px;
padding: 16px 24px 14px;
text-decoration: none;
width: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
button,
input {
line-height: normal;
transition: all 0.3s ease;
}
button,
input,
select,
textarea {
font-size: 100%;
line-height: inherit;
vertical-align: baseline;
}
input,
textarea {
max-width: 100%;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
input[type="checkbox"] {
display: inline;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
line-height: 1;
border: 0;
outline: 0;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
outline: 0;
}
input[type="search"]:-webkit-search-decoration {
-webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
button:-moz-focus-inner,
input:-moz-focus-inner {
border: 0;
padding: 0;
}
input:-webkit-autostrok {
-webkit-box-shadow: 0 0 0px 1000px #e5e5e7 inset;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
font-family: "Archivo", sans-serif;
color: #63666c;
background-color: #fbfbfb;
border: 1px solid #e5e5e7;
padding: 0 22px;
height: 50px;
text-shadow: none;
box-shadow: none;
box-sizing: border-box;
margin: 0 0 20px 0;
transition: all 0.3s ease;
}
select {
max-width: 100%;
width: 100%;
height: 50px;
padding: 0 22px;
margin: 0 0 20px 0;
background: #fbfbfb url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='gray'><polygon points='9,1 92,1 50,60'/></svg>") no-repeat;
background-size: 10px;
background-position: calc(100% - 18px) 52%;
background-repeat: no-repeat;
-webkit-appearance: none;
}
textarea {
padding: 15px 22px;
min-height: 100px;
overflow: auto;
vertical-align: top;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
border-color: #bfbfbf;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.5px;
text-transform: uppercase;
color: #fff;
background-color: #d3a651;
padding: 0 30px;
height: 50px;
display: inline-block;
cursor: pointer;
-webkit-appearance: none;
white-space: nowrap;
transition: all 0.3s ease;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: 0;
color: #fff;
background-color: #272a33;
}
::placeholder {
color: #a9aaad;
opacity: 1;
}
:-ms-input-placeholder {
color: #a9aaad;
}
::-ms-input-placeholder {
color: #a9aaad;
}
.form-color-light ::placeholder {
color: rgba(255, 255, 255, 0.7);
opacity: 1;
}
.form-color-light :-ms-input-placeholder {
color: rgba(255, 255, 255, 0.7);
}
.form-color-light ::-ms-input-placeholder {
color: rgba(255, 255, 255, 0.7);
}
::selection {
color: #fff;
background-color: #1d6c9a;
}
a {
color: #d3a651;
outline: 0;
text-decoration: none;
transition: all 0.3s ease;
}
a:hover,
a:focus,
a:active {
outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #272a33;
margin: 0 0 15px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-style: normal;
text-rendering: optimizeLegibility;
}
h1 {
font-size: 3.125em;
line-height: 1.24;
} h2 {
font-size: 2.625em;
line-height: 1.28;
} h3 {
font-size: 2.25em;
line-height: 1.34;
} h4 {
font-size: 1.875em;
line-height: 1.34;
} h5 {
font-size: 1.5em;
line-height: 1.42;
} h6 {
font-size: 1.25em;
line-height: 1.5;
} @media (max-width: 1024px) {
h1 {
font-size: 2.625em
} h2 {
font-size: 2.25em
} h3 {
font-size: 1.875em
} }
@media (max-width: 767px) {
h1 {
font-size: 2.25em
} h2 {
font-size: 1.875em
} }
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
} .clearfix:after {
content: "";
clear: both;
display: table;
}
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.clear-left {
clear: left !important;
}
.clear-right {
clear: right !important;
}
.clear-both {
clear: both !important;
}
.align-left,
.text-left {
text-align: left !important;
}
.align-center,
.text-center {
text-align: center !important;
}
.align-right,
.text-right {
text-align: right !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-italic {
font-style: italic !important;
}
.text-underline {
text-decoration: underline !important;
}
.text-line-through {
text-decoration: line-through !important;
}
.text-dark {
color: #272a33 !important;
}
.text-white {
color: #fff !important;
}
.text-accent {
color: #d3a651 !important;
}
.text-highlight {
background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #d3a651 30%);
padding: 0 5px;
}
.no-padding {
padding: 0 !important;
}
.no-margin {
margin: 0 !important;
}
.no-border {
border: 0 !important;
}
.display-inline-block {
display: inline-block !important;
}
.display-block {
display: block !important;
}
.display-none {
display: none !important;
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.overflow-x-hidden {
overflow-x: hidden !important;
}
.overflow-y-hidden {
overflow-y: hidden !important;
}
.display-flex {
display: flex !important;
}
.display-inline-flex {
display: inline-flex !important;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.flex-direction-row {
flex-direction: row !important;
}
.flex-direction-column {
flex-direction: column !important;
}
.justify-content-flex-start {
justify-content: flex-start !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-flex-end {
justify-content: flex-end !important;
}
.justify-content-space-around {
justify-content: space-around !important;
}
.justify-content-space-between {
justify-content: space-between !important;
}
.justify-content-space-evenly {
justify-content: space-evenly !important;
}
.align-items-flex-start {
align-items: flex-start !important;
}
.align-items-center {
align-items: center !important;
}
.align-items-flex-end {
align-items: flex-end !important;
}
.has-shadow {
box-shadow: 0 5px 30px rgb(0 0 0 / 5%) !important;
}
.text-shadow {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) !important;
}
.has-transition {
transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.list-style-none {
list-style-type: none !important;
}
.list-style-circle {
list-style-type: circle !important;
}
.list-style-square {
list-style-type: square !important;
}
.list-style-upper-roman {
list-style-type: upper-roman !important;
}
.list-style-lower-alpha {
list-style-type: lower-alpha !important;
}
.reduce-30px {
margin-left: 30px !important;
margin-right: 30px !important;
}
.hover-opacity:hover {
opacity: 0.7;
}
.scroll-down {
cursor: pointer;
animation: fade_move_down 1.5s ease-in-out infinite;
}
@keyframes fade_move_down {
0% {
transform: translate(0, -15px);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: translate(0, 15px);
opacity: 0;
}
}
@media (max-width: 1600px) {
.hide-on-1600px {
display: none !important;
}
.width-100per-on-1600px {
width: 100% !important;
}
.width-75per-on-1600px {
width: 75% !important;
}
.width-25per-on-1600px {
width: 25% !important;
}
.width-80per-on-1600px {
width: 80% !important;
}
.width-20per-on-1600px {
width: 20% !important;
}
}
@media (max-width: 1400px) {
.hide-on-1400px {
display: none !important;
}
.width-100per-on-1400px {
width: 100% !important;
}
.reduce-30px {
margin-left: 0 !important;
margin-right: 0 !important;
}
}
@media (max-width: 767px) {
.align--mobileleft {
text-align: left !important;
}
.align--mobilecenter {
text-align: center !important;
}
.align--mobileright {
text-align: right !important;
}
} .familaw-container {
width: 1200px;
max-width: 100%;
margin: 0 auto;
padding: 0 15px;
}
.site-main {
padding: 100px 0;
}
.main-no-padding .site-main {
padding: 0;
} #site-content {
float: left;
width: 65.812%;
}
#sidebar {
float: right;
width: 31.624%;
padding: 20px 32px;
border: 1px solid #eeeeef;
overflow-x: hidden;
} .sidebar-left #site-content {
float: right;
}
.sidebar-left #sidebar {
float: left;
} .no-sidebar #site-content {
width: 100% !important;
max-width: none !important;
float: none !important;
}
.no-sidebar #sidebar {
display: none !important;
} .layout-boxed-full-width #wrapper {
background-color: #f6f6f7;
padding: 30px;
}
.layout-boxed-full-width #site-header.is-fixed {
max-width: calc(100% - 60px) !important;
left: 50%;
transform: translateX(-50%);
}
.layout-boxed-full-width #viewport {
width: 100%;
background-color: #fff;
position: relative;
box-shadow: 0 3px 70px 0 rgba(0, 0, 0, 0.07);
}
.layout-boxed #wrapper {
background-color: #e5e5e7;
padding: 0 30px;
}
.layout-boxed #site-header.is-fixed {
max-width: 1240px !important;
left: 50%;
transform: translateX(-50%);
}
.layout-boxed #viewport {
width: 1240px;
background-color: #fff;
margin: 0 auto;
position: relative;
box-shadow: 0 3px 70px 0 rgba(0, 0, 0, 0.07);
}
@media (max-width: 1024px) {
.site-main {
padding: 60px 0;
}
#sidebar {
display: none;
}
#site-content {
width: 100%;
}
} .header-default .header-inner,
.header-mobi-default .header-inner {
display: flex;
justify-content: space-between;
align-items: center;
}
.header-mobi {
display: none;
}
@media (max-width: 1024px) {
.header-mobi-default #site-header {
background-color: #fff;
}
.header-desktop {
display: none;
}
.header-mobi {
display: block;
}
} #site-logo {
margin-right: auto;
transition: all 0.3s ease;
line-height: 1;
}
#site-logo .sl-wrap {
margin: 22px 0;
}
#site-logo .text-logo {
font-weight: 600;
display: inline-block;
color: #272a33;
font-size: 30px;
line-height: 1;
}
#site-logo .text-logo:hover {
color: #d3a651;
} .main-menu {
display: block;
}
.main-menu ul {
margin: 0;
list-style: none;
}
.main-menu ul li {
position: relative;
}
.main-menu>ul>li {
float: left;
margin-left: 30px;
}
.main-menu>ul>li>a {
display: inline-block;
font-family: "Montserrat", Helvetica Neue, Arial, sans-serif;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.3px;
text-transform: uppercase;
line-height: 100px;
transition: all 0.3s ease;
}
.main-menu>ul>li>a:not([href]) {
cursor: pointer;
}
.main-menu>ul>li>a>span {
position: relative;
padding-bottom: 5px;
}
.main-menu>ul>li:first-child {
margin-left: 0;
}
.main-menu>ul>li>a>span:before {
content: "";
width: 0;
height: 2px;
background-color: #d3a651;
position: absolute;
right: 0;
bottom: 0;
transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
}
.main-menu>ul>li:hover>a>span:before,
.main-menu>ul>li.current-menu.menu-item-has-children>a>span:before,
.main-menu>ul>li.current-menu-parent.menu-item-has-children>a>span:before,
.main-menu>ul>li.menu-item-has-children:hover>a>span:before,
.main-menu>ul>li.current-menu-ancestor>a>span:before,
.main-menu>ul>li.current-menu-item>a>span:before {
width: 100%;
left: 0;
} .main-menu .sub-menu {
background-color: #1d2026;
position: absolute;
left: 0;
top: 100%;
width: 268px;
padding: 18px 0;
margin-top: 5px;
opacity: 0;
visibility: hidden;
z-index: 9999;
transition: all 0.3s ease;
}
.main-menu .sub-menu .sub-menu {
left: 100%;
top: 0px;
transform: none;
margin-top: 0;
margin-left: 5px;
}
.main-menu .sub-menu li a {
color: rgba(255, 255, 255, 0.9);
position: relative;
display: block;
font-family: "Montserrat", Helvetica Neue, Arial, sans-serif;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.2px;
text-transform: uppercase;
line-height: 36px;
padding: 0 24px;
transition: all 0.3s ease;
}
.main-menu .sub-menu li a:hover {
color: #d3a651;
}
.main-menu li:hover>.sub-menu {
opacity: 1;
visibility: visible;
margin-top: 0;
transition: all 0.3s ease;
}
.main-menu .sub-menu li:hover>.sub-menu {
margin-left: 0;
transition: all 0.3s ease;
}
.main-menu .sub-menu.left {
left: auto;
right: 0;
}
.main-menu .sub-menu .sub-menu.left {
right: -100%;
} .main-menu.type-vertical ul {
display: block;
list-style: none;
margin: 0;
padding: 0;
}
.main-menu.type-vertical ul li {
margin: 0;
padding: 0;
position: relative;
cursor: pointer;
width: 100%;
}
.main-menu.type-vertical ul li a {
display: block;
font-weight: 600;
height: auto;
}
.main-menu.type-vertical ul>li>a:hover {
opacity: 0.7;
}
.main-menu.type-vertical>ul>li li a {
padding-left: 20px;
}
.main-menu.type-vertical>ul>li li li a {
padding-left: 40px;
}
.main-menu.type-vertical>ul>li>a>span:before {
display: none;
}
.main-menu.type-vertical .sub-menu {
background-color: transparent;
position: relative;
left: 0;
opacity: 1;
visibility: visible;
width: 100%;
transition: none !important;
box-shadow: none;
}
.main-menu.type-vertical .menu-item-has-children .arrow {
position: absolute;
right: 0;
top: 7px;
cursor: pointer;
display: inline-block;
font-family: "Feather";
font-size: 14px;
width: 36px;
line-height: 36px;
text-align: center;
transition: all 0.3s ease;
}
.main-menu.type-vertical .menu-item-has-children .arrow:hover {
opacity: 0.7;
}
.main-menu.type-vertical .menu-item-has-children .arrow:before {
color: #d3a651;
display: inline-block;
content: "\e92e";
transition: all 0.3s ease;
}
.main-menu.type-vertical .menu-item-has-children .arrow.active:before {
transform: rotate(-90deg);
}
.main-menu.type-vertical>ul>li>a {
line-height: 40px;
}
.main-menu.type-vertical ul li {
border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.main-menu.type-vertical ul>li>a {
display: inline-block;
font-size: 15px;
line-height: 50px;
}
.main-menu.type-vertical.color-light ul>li>a,
.main-menu.type-vertical.color-dark ul>li>a {
color: #bfbfbf;
} .search-fullscreen .search_form_wrap {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
background-color: rgba(0, 0, 0, 0.9);
overflow: hidden;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}
.search-fullscreen .search-form {
position: absolute;
width: 40%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin-top: 10px;
transition: all 0.3s ease;
}
.search-fullscreen .search-field {
width: 100%;
font-size: 20px;
margin-bottom: 0;
color: #fff;
background-color: rgba(0, 0, 0, 0.3);
border: 2px solid rgba(255, 255, 255, 0.25);
padding: 0 30px;
height: 60px;
line-height: 60px;
}
.search-fullscreen .search-submit {
position: absolute;
top: 0;
right: 4px;
font-weight: 400;
background-color: transparent;
width: 60px;
height: 60px;
border-radius: 30px;
text-indent: -9999px;
padding: 0;
border: 0;
}
.search-fullscreen .search-submit:after {
color: #fff;
text-align: center;
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 60px;
line-height: 58px;
font-family: "Feather";
content: '\e9c1';
font-size: 20px;
text-indent: 0px;
transition: opacity 0.3s ease;
}
.search-fullscreen .search-submit:hover:after {
opacity: 0.5;
}
.search-fullscreen .search-close {
position: absolute;
top: 20px;
right: 30px;
display: inline-block;
text-align: center;
cursor: pointer;
z-index: 1;
transition: all 0.3s ease;
}
.search-fullscreen .search-close:before {
content: "\ea02";
font-family: "Feather";
color: #aa3732;
font-size: 30px;
transition: all 0.3s ease;
}
.search-fullscreen .search-close:hover:before {
opacity: 0.5;
}
.search-fullscreen.active .search_form_wrap {
opacity: 1;
visibility: visible;
}
.search-fullscreen.active .search_form {
margin-top: 0;
} .header-cart {
margin-left: 30px;
position: relative;
display: inline-block;
}
.header-cart .nav-cart-trigger {
opacity: 0.9;
width: 24px;
height: 24px;
line-height: 24px;
margin: 38px 0;
position: relative;
display: inline-block;
text-align: left;
transition: all 0.3s ease;
}
.header-cart .nav-cart-trigger svg {
width: 24px;
fill: #272a33;
}
.header-cart:hover .nav-cart-trigger {
opacity: 1;
}
.header-cart .shopping-cart-items-count {
position: absolute;
right: -12px;
top: -2px;
width: 16px;
height: 16px;
line-height: 16px;
font-size: 11px;
display: block;
border-radius: 50%;
text-align: center;
background-color: #3b848c;
color: #fff;
font-weight: 500;
}
.header-cart .nav-shop-cart {
position: absolute;
right: 0;
top: 100%;
width: 340px;
text-align: left;
opacity: 0;
visibility: hidden;
z-index: 99999;
background-color: #fff;
padding: 20px;
box-shadow: 0 5px 30px rgb(0 0 0 / 5%);
transform: translateY(10px);
transition: all 0.3s ease;
}
.header-cart:hover .nav-shop-cart {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.header-search {
margin-left: 30px;
display: inline-block;
}
.header-search .search-trigger {
opacity: 0.9;
width: 24px;
height: 24px;
line-height: 24px;
margin: 38px 0;
display: inline-block;
text-align: center;
transition: all 0.3s ease;
}
.header-search .search-trigger svg {
width: 24px;
fill: #272a33;
}
.header-search:hover .search-trigger {
opacity: 1;
} .mobile-logo {
transition: all 0.3s ease;
line-height: 1;
}
.mobile-logo .ml-wrap {
margin: 10px 0;
} .burger-icon {
height: 20px;
cursor: pointer;
position: relative;
transition: all 0.3s ease;
}
.burger-icon .bar {
width: 25px;
height: 2px;
background-color: #272a33;
transition: all 0.3s ease;
}
.burger-icon .bar:not(:first-child) {
margin-top: 6px;
}
.burger-icon.active {
transform: rotateY(180deg);
}
.burger-icon.active .bar {
transform: rotateY(180deg) rotateX(360deg);
}
.burger-icon.active .bar:first-child {
transform: rotate(-45deg);
margin-top: 10px;
}
.burger-icon.active .bar:nth-child(2) {
opacity: 0;
}
.burger-icon.active .bar:nth-child(3) {
margin-top: -10px;
transform: rotate(45deg);
} .header-default #site-header {
background-color: #fff;
}
.header-default #site-header .main-menu>ul>li>a {
color: #63666c;
}
.header-default #site-header .main-menu>ul>li:hover>a,
.header-default #site-header .main-menu>ul>li.current-menu-item>a {
color: #272a33;
} .header-default #site-header.header-float {
background-color: transparent;
}
.header-default #site-header.header-float .main-menu>ul>li>a {
color: #e5e5e7;
}
.header-default #site-header.header-float .main-menu>ul>li:hover>a,
.header-default #site-header.header-float .main-menu>ul>li.current-menu-item>a {
color: #fff;
}
.header-default #site-header.header-float .header-cart .nav-cart-trigger svg,
.header-default #site-header.header-float .header-search .search-trigger svg {
fill: #fff;
}
#site-header.header-float {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
transition: background 0.3s ease;
}
#site-header.header-fixed.is-fixed {
position: sticky;
position: -webkit-sticky;
top: 0;
box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
z-index: 9999;
}
#site-header.header-float.is-fixed {
position: fixed;
top: 0;
width: 100%;
background-color: #272a33;
box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
z-index: 9999;
}
#site-header.header-float .burger-icon .bar {
background-color: #fff;
} #site-header.header-builder-float {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
transition: background 0.3s ease;
}
#site-header.header-builder-fixed.is-fixed {
position: sticky;
position: -webkit-sticky;
top: 0;
box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
z-index: 9999;
}
#site-header.header-builder-float.is-fixed {
position: fixed;
left: 0;
top: 0;
width: 100%;
background-color: #272a33;
box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
z-index: 9999;
}
#site-header.header-builder-fixed .custom-fixed.is-fixed {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 9999;
} .panel-mobile .main-menu.type-vertical {
margin: 0 30px 30px;
}
.panel-logo .pl-wrap {
display: inline-block;
margin: 40px 30px;
line-height: 1;
}
.panel-mobile .p-overlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, .8);
z-index: 99999;
opacity: 0;
visibility: hidden;
-webkit-backdrop-filter: blur(10px);
transition: all 0.3s ease;
}
.panel-mobile .p-overlay.show {
opacity: 1;
visibility: visible;
}
.panel-mobile .p-wrap {
opacity: 0;
visibility: hidden;
display: block;
position: fixed;
top: 0;
bottom: 0;
left: -300px;
z-index: 99999;
width: 300px;
max-width: calc(100% - 80px);
padding-bottom: 50px;
overflow-x: hidden;
overflow-y: auto;
color: #fff;
background-color: #272a33;
transition: all 0.3s ease;
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-overflow-scrolling: touch;
text-align: initial;
}
.panel-mobile .p-wrap.show {
left: 0;
opacity: 1;
visibility: visible;
}
.panel-mobile .p-wrap::-webkit-scrollbar-track {
background-color: #5e5e5e;
}
.panel-mobile .p-wrap::-webkit-scrollbar {
width: 6px;
background-color: #a9aaad;
}
.panel-mobile .p-wrap::-webkit-scrollbar-thumb {
border-radius: 6px;
background-color: #a9aaad;
}
.mobile-search .search-form {
position: relative;
margin: 20px 30px;
}
.mobile-search .search-form .search-field {
width: 100%;
margin-bottom: 0;
padding: 0 22px;
color: #fff;
font-size: 15px;
background-color: rgba(255, 255, 255, 0.05);
border: 0;
}
.mobile-search .search-form .search-submit {
position: absolute;
right: 12px;
top: 10px;
width: 30px;
height: 30px;
text-align: center;
text-indent: 9999px;
background-color: transparent;
padding: 0;
border: 0;
overflow: hidden;
}
.mobile-search .search-form .search-submit:before {
color: #d3a651;
content: "\e9c1";
font-family: "Feather";
font-size: 18px;
width: 30px;
height: 30px;
line-height: 30px;
position: absolute;
left: 0;
top: 0;
text-align: center;
text-indent: 0;
font-weight: normal;
transition: all ease 0.3s;
}
.mobile-search .search-form .search-submit:hover:before {
color: #fff;
} .has-mega .megamenu {
position: inherit;
}
.has-mega .megamenu ul.sub-menu {
z-index: 99999;
background-color: transparent;
}
.has-mega .megamenu>ul.sub-menu ul.sub-menu {
transition: none;
padding: 0;
margin: 0;
}
.has-mega .megamenu ul.sub-menu li.menu-item-has-children>a:after {
display: none;
}
.has-mega .megamenu>ul.sub-menu {
left: 0;
right: auto;
background-color: #1d2026;
padding: 42px 0;
}
.has-mega .megamenu>ul.sub-menu>li {
display: block;
float: left;
width: 100%;
border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.has-mega .megamenu>ul.sub-menu>li:last-child {
border: 0;
}
.has-mega .megamenu.col-3>ul.sub-menu>li {
width: 26.333%;
margin-left: 7%;
}
.has-mega .megamenu.col-3>ul.sub-menu>li:nth-child(4n) {
clear: right;
}
.has-mega .megamenu.col-4>ul.sub-menu>li {
width: 19%;
margin-left: 6%;
}
.has-mega .megamenu.col-4>ul.sub-menu>li:nth-child(5n) {
clear: right;
}
.has-mega .megamenu.col-5>ul.sub-menu>li {
width: 15%;
margin-left: 5%;
}
.has-mega .megamenu.col-5>ul.sub-menu>li:nth-child(6n) {
clear: right;
}
.has-mega .megamenu>ul.sub-menu>li ul {
display: block !important;
top: auto !important;
width: 100% !important;
min-width: 0 !important;
left: auto !important;
position: relative !important;
border: none !important;
padding: 0 !important;
box-shadow: none !important;
}
.has-mega .megamenu:hover ul li ul {
opacity: 1;
visibility: visible;
}
.has-mega .megamenu>ul.sub-menu>.menu-item-has-children>a {
font-size: 14px;
transition: none;
color: rgba(255, 255, 255, 0.5) !important;
}
.has-mega .megamenu>ul.sub-menu>.menu-item-has-children>a>span {
display: inline-block;
position: relative;
margin-bottom: 12px;
}
.has-mega .megamenu>ul.sub-menu>.menu-item-has-children>a>span:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 2px;
background-color: rgba(255, 255, 255, 0.3);
} #cover-area {
background-color: #f6f6f7;
position: relative;
}
#cover-area .inner-wrap {
padding: 120px 0;
text-align: center;
}
#cover-area .main-title {
position: relative;
font-family: "Playfair Display", sans-serif;
font-size: 36px;
line-height: 48px;
font-weight: 700;
display: inline-block;
padding-bottom: 12px;
margin-bottom: 12px;
}
#cover-area .main-title:after {
content: "";
width: 50px;
height: 3px;
background-color: #d3a651;
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
}
#cover-area #breadcrumbs {
color: #63666c;
font-size: 14px;
font-weight: 500;
}
#cover-area #breadcrumbs a {
color: #272a33;
}
#cover-area #breadcrumbs a:hover {
color: #d3a651;
}
#cover-area #breadcrumbs .breadcrumb-trail {
display: inline-block;
}
#cover-area #breadcrumbs .breadcrumb-trail>a,
#cover-area #breadcrumbs .breadcrumb-trail>span {
position: relative;
display: inline-block;
padding: 0 12px;
}
#cover-area #breadcrumbs .breadcrumb-trail>a:before {
background-color: #a9aaad;
position: absolute;
bottom: 9px;
right: -2px;
content: "";
width: 4px;
height: 4px;
border-radius: 2px;
}
#cover-area #breadcrumbs .breadcrumb-trail>a:last-child:after,
#cover-area #breadcrumbs .breadcrumb-trail>a:last-child:before {
display: none;
}
@media (max-width: 1024px) {
#cover-area .inner-wrap {
padding: 60px 0;
}
#cover-area .main-title {
font-size: 30px;
}
}
.header-float+#cover-area {
background-color: #272a33;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.header-float+#cover-area .inner-wrap {
padding: 220px 0 120px;
}
.header-float+#cover-area .main-title {
color: #fff;
}
.header-float+#cover-area #breadcrumbs {
color: #fff;
}
.header-float+#cover-area #breadcrumbs a {
color: #bfbfbf;
}
.header-float+#cover-area #breadcrumbs a:hover {
color: #fff;
} .post {
margin-bottom: 50px;
padding-bottom: 40px;
border-bottom: 1px solid #e5e5e7;
}
.post:last-child {
margin: 0;
padding: 0;
border: 0;
} .post-media {
margin-bottom: 30px;
}
.post-media .slick-dots {
bottom: 20px;
}
.post-media .slick-dots li:after {
width: 9px;
height: 9px;
border-radius: 50%;
left: 0;
top: 0;
background-color: #fff;
}
.post-media .slick-dots li {
width: 9px;
height: 9px;
margin: 0 5px;
} .post-title {
font-size: 26px;
line-height: 36px;
margin-bottom: 10px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.post-title a:hover {
color: #d3a651;
} .post-meta {
font-family: "Montserrat", sans-serif;
font-size: 13px;
line-height: 25px;
font-weight: 600;
letter-spacing: 0.1px;
text-transform: uppercase;
margin-bottom: 20px;
}
.post-meta,
.post-meta a {
color: #a9aaad;
}
.post-meta a:hover {
color: #272a33;
}
.post-meta .item {
position: relative;
display: inline-block;
padding-left: 22px;
margin-right: 20px;
}
.post-meta .item:before {
color: #d3a651;
font-family: "Feather";
line-height: 1;
position: absolute;
left: 0;
top: 6px;
}
.post-meta .post-date:before {
content: '\e939';
}
.post-meta .post-by-author:before {
content: '\e9f1';
}
.post-meta .post-comment:before {
content: '\e991';
}
.post-meta .post-cat:before {
content: '\e968';
} .post-excerpt {
margin-bottom: 30px;
}
.post-excerpt p:last-child {
margin-bottom: 0;
} .post-link a {
color: #fff;
background-color: #d3a651;
height: 48px;
line-height: 48px;
display: inline-block;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: all 0.3s ease;
padding: 0 35px;
position: relative;
z-index: 1;
}
.post-link a:hover {
color: #fff;
background-color: #272a33;
} .blog-custom .post-title {
font-size: 20px;
line-height: 28px;
margin-bottom: 7px;
}
.blog-custom .post-excerpt {
margin-bottom: 18px;
}
.blog-custom .post-link a {
background-color: transparent;
color: #d3a651;
padding: 0;
line-height: normal;
height: auto;
position: relative;
}
.blog-custom .post-link a:after {
content: "";
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 1px;
background-color: #d3a651;
transition: width 0.3s ease;
}
.blog-custom .post-link a:hover:after {
width: 0;
}
.blog-custom .post-meta {
margin-bottom: 15px;
}
.blog-custom .post-meta .item {
padding-left: 0;
}
.blog-custom .post-meta .item.post-cat {
display: none;
}
.blog-custom .post-meta .item:before {
display: none;
}
.blog-custom .post-meta .item:after {
content: "";
position: absolute;
left: -10px;
top: 7px;
width: 2px;
height: 10px;
background-color: #d3a651;
}
.blog-custom .post-meta .item:first-child:after {
display: none;
}
.blog-list .post-content-archive-wrap:after {
content: "";
display: table;
clear: left;
}
.blog-list .post-media { 
width: 45%;
float: left;
margin-top: 4px;
}
.blog-list .post-content-wrap { 
width: 55%;
float: left;
padding-left: 30px;
}
.blog-grid .post-media {
margin-bottom: 0;
}
.blog-grid .post-content-wrap {
padding: 30px;
border: 1px solid #eeeeef;
}
.blog-grid .items-wrap {
margin: 0 -15px;
transition: height 0.5s ease;
}
.blog-grid .items-wrap .hentry {
padding: 0 15px;
margin: 0 0 30px;
border: 0;
}
.blog-grid.col-3 .hentry {
float: left;
width: 33.3333333333%;
}
.blog-grid.col-2 .hentry {
float: left;
width: 50%;
}
@media (max-width: 767px) {
.blog-list .post-media,
.blog-list .post-content-wrap {
float: none;
width: 100%;
}
.blog-list .post-content-wrap {
padding-left: 0;
}
.blog-grid .hentry {
width: 100% !important;
padding: 0 !important;
margin-bottom: 30px !important;
}
.blog-grid .items-wrap {
margin: 0 !important;
}
} .is-single-post .post {
border: none;
padding-bottom: 0;
margin-bottom: 0;
} .is-single-post .post-content {
border-bottom: 1px solid #e5e5e7;
padding-bottom: 50px;
} .is-single-post .post .post-tags {
padding: 20px 0 12px;
border-bottom: 1px solid #e5e5e7;
}
.is-single-post .post .post-tags .text {
color: #272a33;
font-size: 14px;
font-weight: 600;
margin: 0 5px 0 0;
}
.is-single-post .post .post-tags a {
display: inline-block;
background-color: #fbfbfb;
border: 1px solid #e5e5e7;
padding: 3px 16px;
margin: 0 4px 8px 0;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 600;
color: #63666c;
border-radius: 20px;
transition: all 0.3s ease;
}
.is-single-post .post .post-tags a:hover {
background-color: #d3a651;
color: #fff;
border-color: #d3a651;
} .is-single-post .post .post-author {
position: relative;
padding: 52px 0 50px;
border-bottom: 1px solid #e5e5e7;
}
.is-single-post .post .post-author .author-avatar {
float: left;
margin: 7px 30px 0 0;
width: 100px;
height: auto;
border-radius: 50%;
overflow: hidden;
}
.is-single-post .post .post-author .author-info {
overflow: hidden;
}
.is-single-post .post .post-author .author-info .desc {
margin: 0;
}
.is-single-post .post .post-author .name {
font-family: "Playfair Display", sans-serif;
font-size: 22px;
margin-bottom: 14px;
text-transform: capitalize;
}
.is-single-post .post .post-author .socials {
margin-top: 18px;
}
.is-single-post .post .post-author .socials a {
display: inline-block;
text-align: center;
color: #63666c;
margin-right: 16px;
transition: all 0.3s ease;
}
.is-single-post .post .post-author .socials a:hover {
color: #d3a651;
} .post-navigation {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 30px;
position: relative;
padding-bottom: 50px;
margin-top: 50px;
border-bottom: 1px solid #e5e5e7;
}
.post-navigation [class*='nav-item'] {
display: flex;
align-items: center;
padding: 32px 30px;
background-color: #fbfbfb;
border: 1px solid #e5e5e7;
}
.post-navigation .thumb {
flex: 0 0 80px;
max-width: 80px;
align-items: center;
justify-content: center;
position: relative;
}
.post-navigation .nav-item-prev .thumb {
margin-right: 25px;
}
.post-navigation .nav-item-next .thumb {
margin-left: 25px;
}
.post-navigation .nav-item-next {
text-align: right;
}
.post-navigation .title {
font-size: 18px;
line-height: 28px;
font-weight: 600;
margin-bottom: 0;
}
.post-navigation .title:hover a {
color: #d3a651;
}
.post-navigation .link {
font-family: "Montserrat", sans-serif;
font-size: 13px;
color: #a9aaad;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.post-navigation .link:hover {
color: #d3a651;
} .post-related-wrap {
padding-top: 72px;
}
.related-post-title {
font-size: 20px;
line-height: 30px;
padding-bottom: 10px;
margin-bottom: 30px;
position: relative;
}
.related-post-title:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 2px;
background-color: #d3a651;
}
.post-related {
margin: 0 -15px;
}
.post-related .post-item {
padding: 0 15px;
}
.post-related .text-wrap {
padding: 22px 30px;
border: 1px solid #e5e5e7;
}
.post-related .post-date {
position: relative;
color: #a9aaad;
font-family: "Montserrat", sans-serif;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
line-height: 26px;
letter-spacing: 0.1px;
padding-left: 22px;
}
.post-related .post-date:before {
color: #d3a651;
content: "\e939";
font-family: "Feather";
font-size: 14px;
line-height: 1;
position: absolute;
left: 0;
top: 6px;
}
.post-related .text-wrap h5 {
font-size: 18px;
line-height: 28px;
font-weight: 600;
margin: 0;
}
.post-related .text-wrap h5:hover a {
color: #d3a651;
}
.post-related .slick-dots {
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
line-height: normal;
margin-top: 10px;
}
.post-related .slick-dots li {
cursor: pointer;
position: relative;
display: inline-block;
width: 10px;
height: 10px;
margin: 0 6px;
padding: 0;
}
.post-related .slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 10px;
height: 10px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.post-related .slick-dots li button:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 10px;
height: 10px;
line-height: 10px;
border-radius: 5px;
background-color: #e5e5e7;
}
.post-related .slick-dots li.slick-active button:before {
background-color: #d3a651;
} #comments {
margin-top: 72px;
}
#comments .comments-title,
#respond .comment-reply-title {
font-size: 20px;
line-height: 30px;
padding-bottom: 10px;
margin-bottom: 30px;
position: relative;
}
#comments .comments-title:after,
#respond .comment-reply-title:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 2px;
background-color: #d3a651;
}
#comments .comment-list,
#comments .comment-list .children {
list-style: none;
margin: 0;
}
#comments .comment-list .children>li {
position: relative;
margin-left: 40px;
}
#comments .comment-list .comment {
position: relative;
}
#comments .comment-list .bypostauthor>article {
background-color: #fbfbfb;
}
#comments .comment-list article {
position: relative;
list-style: none;
position: relative;
overflow: hidden;
padding: 42px 40px 44px;
margin-bottom: 30px;
border: 1px solid #e5e5e7;
}
#comments .comment-list article+.comment-respond {
margin-bottom: 50px;
}
#comments .comment-list .gravatar {
float: left;
margin: 8px 30px 0 0;
width: 80px;
height: auto;
border-radius: 50%;
overflow: hidden;
}
#comments .comment-list .comment-content {
overflow: hidden;
}
#comments .comment-list .gravatar img {
width: 100%;
height: auto;
}
#comments .comment-list .comment-meta {
margin-bottom: 12px;
}
#comments .comment-list .comment-author {
font-family: "Playfair Display", sans-serif;
display: inline-block;
font-size: 20px;
font-weight: 600;
margin: 0 8px 0 0;
text-transform: capitalize;
}
#comments .comment-list .comment-date {
display: inline-block;
font-size: 15px;
color: #a9aaad;
}
#comments .comment-list .comment-text {}
#comments .comment-list .comment-text>p:last-child {
margin-bottom: 0;
}
#comments .comment-list .comment-reply-link,
#comments #cancel-comment-reply-link {
text-transform: capitalize;
font-weight: 600;
color: #d3a651;
position: absolute;
top: 43px;
right: 40px;
display: inline-block;
transition: all 0.3s ease;
}
#comments #cancel-comment-reply-link {
position: absolute;
right: 0;
top: 5px;
}
#comments .unapproved {
display: block;
color: #d3a651;
font-size: 14px;
font-style: italic;
}
#comments .comment-list .comment-edit-link {
display: inline-block;
margin-top: 10px;
font-weight: 600;
}
#comments .comment-list .comment-reply-link:hover,
#comments #cancel-comment-reply-link:hover,
#comments .comment-list .comment-edit-link:hover {
text-decoration: underline;
}
#respond {
margin-top: 72px;
}
#respond .comment-form .name-wrap input,
#respond .comment-form .email-wrap input {
width: 100%;
}
#respond .comment-form .message-wrap textarea {
width: 100%;
height: 200px;
}
#respond .comment-form .name-wrap,
#respond .comment-form .email-wrap {
float: left;
width: calc(50% - 10px);
}
#respond .comment-form .name-wrap {
margin-right: 20px;
}
#respond .comment-form .comment-form-cookies-consent,
#respond .comment-form .form-submit {
clear: left;
margin: 0 0 24px;
}
#respond .comment-form .comment-form-cookies-consent {
font-size: 15px;
}
#respond #wp-comment-cookies-consent {
position: relative;
top: 1px;
}
#respond .logged-in-as {
margin-bottom: 12px;
}
#respond .logged-in-as a {
font-weight: 600;
}
#respond .logged-in-as a:hover {
text-decoration: underline;
}
#respond .required-field-message {
padding-left: 8px;
}
@media (max-width: 767px) {
.is-single-post .post .post-author .author-avatar {
float: none;
margin: 0;
width: 80px;
}
.is-single-post .post .post-author .author-info {
padding: 30px 0 0 0;
}
.is-single-post .post .post-author .name {
margin-bottom: 20px;
}
#comments .comment-list .gravatar {
float: none;
margin: 0;
width: 70px;
height: 70px;
}
#comments .comment-list .comment-meta {
margin: 20px 0 20px;
}
} .floatleftcenter {
float: none;
margin: 0 auto;
}
.floatleft {
float: left;
}
.floatright {
float: right;
}
.aligncenter {
display: block;
margin: 0 auto;
}
.alignleft {
float: left;
margin: 5px 25px 15px 0;
}
.alignright {
float: right;
margin: 5px 0 15px 25px;
}
p>img.alignleft {
clear: left;
}
p>img.alignright {
clear: right;
}
.post.sticky {
border-color: #d3a651;
}
.page-links {
display: flex;
align-items: center;
}
.page-links .post-page-numbers {
color: #d3a651;
display: inline-block;
margin: 0 4px;
width: 28px;
height: 28px;
line-height: 26px;
font-size: 12px;
font-weight: 600;
text-align: center;
border: 1px solid #e5e5e7;
}
.page-links .post-page-numbers:hover {
border-color: #d3a651;
}
blockquote.aligncenter {
margin-bottom: 20px;
}
blockquote.alignleft {
margin: 5px 20px 0;
}
blockquote.alignright {
margin: 5px 0 20px 20px;
}
.has-large-font-size {
line-height: 1.5;
}
.gallery {
margin: 0 -1.15% 30px;
}
.gallery-item {
display: inline-block;
max-width: 33.33%;
padding: 0 1.15% 2.3%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.wp-caption {
text-align: center;
max-width: 100%;
text-align: center;
margin-bottom: 20px;
}
.wp-caption img {
display: block;
margin: 0 auto;
padding: 0;
border: 0;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption.alignnone {
margin-bottom: 20px;
}
.gallery-caption,
.wp-caption-text {
font-size: 16px;
line-height: 28px;
margin-top: 10px;
}
.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
width: 100%;
}
.wp-block-separator {
border-color: #e5e5e7;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
width: 150px;
}
.wp-block-separator.is-style-dots:before {
color: #c6c4c1;
}
.wp-block-table.is-style-stripes table {
border: 0;
}
.blocks-gallery-caption {
font-size: 16px;
font-style: italic;
padding: 5px 0 0;
margin: 0;
text-align: center;
}
.wp-block-gallery {
display: flex;
}
.wp-block-gallery figcaption {
text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.wp-block-group.has-background,
.wp-block-preformatted.has-background {
padding: 30px;
}
.wp-block-cover.has-background-dim .wp-block-cover-text {
color: #fff;
}
.wp-block-gallery,
.wp-block-cover,
.wp-block-gallery,
.wp-block-calendar {
margin-bottom: 30px;
}
.wp-block-gallery.alignleft {
margin-right: 25px;
}
.wp-block-gallery.alignright {
margin-left: 25px;
}
.wp-block-button .wp-block-button__link {
font-weight: 500;
margin-bottom: 10px;
}
.comment-author-link,
.wp-block-latest-comments__comment-author {
font-size: 18px;
color: #d3a651;
}
.wp-block-latest-comments {
margin: 0;
}
.recentcomments>a,
.wp-block-latest-comments__comment-link {
color: #272a33;
font-family: "Montserrat", sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 600;
}
.wp-block-latest-comments__comment-date {
font-family: "Montserrat", sans-serif;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.1px;
color: #a9aaad;
padding-left: 20px;
margin: 6px 0;
position: relative;
}
.wp-block-latest-comments__comment-date:before {
font-family: "Feather";
content: '\e939';
font-size: 14px;
line-height: 1;
position: absolute;
left: 0;
top: 2px;
}
.wp-block-latest-comments__comment-excerpt p {
font-size: 15px;
}
#footer .recentcomments>a,
#footer .wp-block-latest-comments__comment-link {
color: #bfbfbf;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
width: 60px;
height: 60px;
border-radius: 50%;
margin-right: 20px;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
margin-left: 80px;
}
.wp-block-quote.is-style-large:not(.is-style-plain) {
padding: 65px 45px 50px;
}
.wp-block-quote.is-style-large:not(.is-style-plain) p {
font-style: normal;
}
.wp-block-pullquote {
padding: 0;
margin: 0;
}
.wp-block-pullquote p {
font-size: unset;
}
.has-background blockquote {
background-color: transparent;
padding: 0;
}
.widget_search .search-form,
.wp-block-search {
position: relative;
}
.wp-block-search .wp-block-search__label {
display: none;
}
.widget_search .search-field,
.wp-block-search .wp-block-search__input {
width: 100%;
margin: 0;
}
.widget_search .search-submit,
.wp-block-search .wp-block-search__button {
background-color: transparent;
border: none;
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 50px;
text-indent: -9999px;
padding: 0;
}
.widget_search .search-submit:after,
.wp-block-search .wp-block-search__button:after {
color: #d3a651;
text-align: center;
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 50px;
line-height: 50px;
font-family: "Feather";
content: '\e9c1';
font-size: 18px;
text-indent: 0;
transition: all 0.3s ease;
}
.widget_search .search-submit:hover:after,
.wp-block-search .wp-block-search__button:hover:after {
opacity: 0.7;
}
.wp-block-latest-posts li {
margin-bottom: 15px;
}
.wp-block-latest-posts li:after {
content: "";
display: table;
clear: both;
}
.wp-block-latest-posts__featured-image.alignleft {
margin-right: 15px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-title {
font-family: "Montserrat", sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 600;
color: #272a33;
display: block;
}
.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-latest-posts .wp-block-latest-posts__post-author {
font-family: "Montserrat", sans-serif;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.1px;
color: #a9aaad;
margin-top: 4px;
}
.widget_tag_cloud .tagcloud a,
.wp-block-tag-cloud a {
display: inline-block;
color: #63666c;
background-color: #fbfbfb;
border: 1px solid #e5e5e7;
padding: 3px 16px;
margin: 0 4px 8px 0;
font-family: "Montserrat", sans-serif;
font-size: 14px !important;
font-weight: 600;
border-radius: 20px;
transition: all 0.3s ease;
}
.widget_tag_cloud .tagcloud a:hover,
.wp-block-tag-cloud a:hover {
background-color: #d3a651;
color: #fff;
border-color: #d3a651;
}
#footer .widget_tag_cloud .tagcloud a,
#footer .wp-block-tag-cloud a {
color: #bfbfbf;
background-color: transparent;
border: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .widget_tag_cloud .tagcloud a:hover,
#footer .wp-block-tag-cloud a:hover {
color: #fff;
background-color: #d3a651;
border-color: #d3a651;
}
.widget_calendar table {
margin-bottom: 10px;
}
.widget_calendar table caption {
text-align: center;
color: #fff;
background-color: #272a33;
padding: 8px 0;
font-weight: 600;
}
.widget_calendar table th {
background: transparent;
color: #272a33;
font-weight: 600;
}
#footer .widget_calendar table th {
color: #bfbfbf;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
padding: 8px 12px;
border: 1px solid #e5e5e7;
}
.wp-block-calendar table tbody {
color: #63666c;
}
.widget {
margin-bottom: 30px;
}
.widget ul,
.widget_rss ul,
.wp-block-latest-posts,
.wp-block-categories,
.wp-block-archives,
.wp-block-page-list {
margin: 0;
list-style: none;
}
.widget_rss ul li {
margin-bottom: 20px;
}
.widget_rss .rss-date {
font-family: "Montserrat", sans-serif;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
color: #a9aaad;
display: inline-block;
margin-bottom: 4px;
}
.wp-block-latest-posts__post-excerpt {
font-size: 15px;
clear: both;
}
.widget h2 {
font-size: 20px;
line-height: 30px;
position: relative;
padding-bottom: 10px;
margin-bottom: 15px;
}
.widget h2:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 2px;
background-color: #d3a651;
}
.widget.widget_calendar,
.widget.widget_search {
padding: 0;
border: 0;
}
.footer-widgets .widget {
padding: 0;
border: 0;
}
.footer-widgets .widget h2 {
font-size: 18px;
line-height: 28px;
margin-bottom: 20px;
font-weight: 600;
color: #fff;
text-transform: capitalize;
}
.wp-block-page-list li,
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_nav_menu ul li {
position: relative;
color: #272a33;
border-top: 1px solid #e5e5e7;
}
.widget_categories ul li {
color: #a9aaad;
}
.wp-block-page-list>li:first-child,
.widget_archive>ul>li:first-child,
.widget_categories>ul>li:first-child,
.widget_pages>ul>li:first-child,
.widget.widget_meta>ul>li:first-child,
.widget.widget_nav_menu>div>ul>li:first-child {
border-top: 0;
}
.wp-block-page-list li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget.widget_meta ul li a,
.widget.widget_nav_menu ul li a,
.widget_rss li a {
position: relative;
display: inline-block;
font-family: "Montserrat", sans-serif;
color: #272a33;
font-size: 16px;
line-height: 28px;
font-weight: 600;
padding: 11px 0 10px 16px;
}
.widget_archive ul li:first-child a,
.widget_categories ul li:first-child a {
padding-top: 0;
}
.widget_rss li a.rsswidget {
padding: 0;
display: block;
}
.wp-block-page-list li a:before,
.widget_archive ul li a:before,
.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget.widget_meta ul li a:before,
.widget.widget_nav_menu ul li a:before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 4px;
height: 4px;
border-radius: 2px;
margin-top: -2px;
background-color: #d3a651;
}
.widget_archive ul li:first-child a:before,
.widget_categories ul li:first-child a:before {
margin-top: -8px;
}
.wp-block-latest-posts li a:hover,
.wp-block-page-list li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_nav_menu ul li a:hover,
.widget_rss ul li a:hover {
color: #d3a651;
}
#footer .wp-block-page-list li,
#footer .widget_archive ul li,
#footer .widget_categories ul li,
#footer .widget_pages ul li,
#footer .widget.widget_meta ul li,
#footer .widget.widget_nav_menu ul li {
border-color: rgba(255, 255, 255, 0.15);
}
#footer .wp-block-latest-posts li a,
#footer .wp-block-page-list li a,
#footer .widget_archive ul li a,
#footer .widget_categories ul li a,
#footer .widget_pages ul li a,
#footer .widget.widget_meta ul li a,
#footer .widget.widget_nav_menu ul li a {
color: #bfbfbf;
}
#footer .widget_rss li a {
color: #d3a651;
}
#footer .wp-block-latest-posts li a:hover,
#footer .wp-block-page-list li a:hover,
#footer .widget_archive ul li a:hover,
#footer .widget_categories ul li a:hover,
#footer .widget_pages ul li a:hover,
#footer .widget.widget_meta ul li a:hover,
#footer .widget.widget_nav_menu ul li a:hover,
#footer .widget_rss ul li a:hover {
color: #d3a651;
}
.widget.widget_nav_menu ul ul {
padding-left: 16px;
} .familaw-widget-lastest-posts ul li {
padding-top: 22px;
margin-top: 22px;
border-top: 1px solid #e5e5e7;
}
.familaw-widget-lastest-posts ul li:first-child {
margin: 0;
border: 0;
}
.familaw-widget-lastest-posts .thumb {
float: left;
margin: 5px 20px 0 0;
}
.familaw-widget-lastest-posts .content {
overflow: hidden;
}
.familaw-widget-lastest-posts .post-title {
color: #272a33;
font-size: 16px;
line-height: 26px;
font-weight: 600;
margin: 0 0 6px;
}
.familaw-widget-lastest-posts .post-title a:hover {
color: #d3a651;
}
.familaw-widget-lastest-posts .post-comment {
position: relative;
padding-left: 20px;
font-family: "Montserrat", sans-serif;
font-size: 13px;
line-height: 26px;
letter-spacing: 0.1px;
text-transform: uppercase;
font-weight: 600;
margin-top: -2px;
}
.familaw-widget-lastest-posts .post-comment a {
display: inline-block;
color: #a9aaad;
}
.familaw-widget-lastest-posts .post-comment:before {
color: #d3a651;
font-family: "Feather";
content: '\e991';
font-size: 14px;
line-height: 1;
position: absolute;
left: 0;
top: 6px;
}
#footer .familaw-widget-lastest-posts ul li {
border-color: rgba(255, 255, 255, 0.05);
}
#footer .familaw-widget-lastest-posts .post-title {
color: #bfbfbf;
} .familaw-widget-links ul li {
margin-bottom: 6px;
}
.familaw-widget-links a {
font-size: 16px;
color: #63666c;
position: relative;
}
.familaw-widget-links a:hover {
color: #d3a651;
}
.familaw-widget-links a:after {
content: "";
width: 0;
height: 2px;
background-color: #d3a651;
position: absolute;
right: 0;
bottom: -2px;
transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
}
.familaw-widget-links a:hover:after {
width: 100%;
left: 0;
}
#footer .familaw-widget-links a {
color: #bfbfbf;
}
#footer .familaw-widget-links a:hover {
color: #d3a651;
} .familaw-widget-subscribe .text {
margin-bottom: 20px;
}
.familaw-widget-subscribe input {
font-size: 15px;
width: 100%;
margin: 0;
border-radius: 25px;
}
.familaw-widget-subscribe .mc4wp-form-fields {
position: relative;
}
.familaw-widget-subscribe .submit-wrap button {
font-size: 13px;
position: absolute;
right: 3px;
top: 3px;
border-radius: 25px;
padding: 0 42px 0 30px;
height: 44px;
line-height: 44px;
}
.familaw-widget-subscribe .submit-wrap button:after {
font-family: "Feather";
content: '\e912';
font-size: 15px;
position: absolute;
right: 22px;
top: 0;
color: #fff;
transition: all 0.3s ease;
}
.familaw-widget-subscribe .submit-wrap button:hover:after {
transform: translateX(3px);
}
#footer .familaw-widget-subscribe .submit-wrap button:hover {
color: #272a33;
background-color: #fff;
}
#footer .familaw-widget-subscribe .submit-wrap button:hover:after {
color: #272a33;
} .familaw-widget-twitter .tweet-item {
font-size: 16px;
line-height: 28px;
margin-bottom: 17px;
position: relative;
}
.familaw-widget-twitter .tweet-item .time {
display: block;
color: #a9aaad;
font-size: 13px;
line-height: 26px;
text-transform: uppercase;
}
.familaw-widget-twitter .authorstamp {
position: relative;
padding-left: 30px;
}
.familaw-widget-twitter .authorstamp:after {
font-family: "Feather";
content: '\e9ea';
font-size: 18px;
color: #272a33;
line-height: 1;
position: absolute;
left: 0;
top: 5px;
}
.familaw-widget-twitter .author,
.familaw-widget-twitter .time {
display: inline-block;
font-size: 15px;
position: relative;
}
.familaw-widget-twitter .author a {
font-family: "Playfair Display", sans-serif;
font-size: 16px;
font-weight: 600;
color: #272a33;
}
.familaw-widget-twitter .time {
color: #a9aaad;
}
.familaw-widget-twitter .author a:hover {
color: #d3a651;
}
.familaw-widget-twitter .tweet-text {
font-size: 15px;
}
.familaw-widget-twitter .time {
padding-left: 6px;
}
.familaw-widget-twitter .time:before {
content: '-';
padding-right: 6px;
}
#footer .familaw-widget-twitter .tweet-item a:hover {
color: #d3a651;
opacity: 0.7;
} .familaw-widget-socials .socials .icon {
float: left;
}
.familaw-widget-socials .socials a {
float: left;
font-size: 17px;
display: inline-block;
width: 44px;
height: 44px;
line-height: 44px;
color: #272a33;
background-color: #f6f6f7;
text-align: center;
margin: 10px 10px 0 0;
border-radius: 50%;
}
.familaw-widget-socials .socials a:hover {
background-color: #d3a651;
color: #fff;
}
#footer .familaw-widget-socials .socials a {
color: #bfbfbf;
border: 1px solid rgba(255, 255, 255, 0.05);
}
#footer .familaw-widget-socials .socials a:hover {
background-color: #d3a651;
border-color: #d3a651;
color: #fff;
} .familaw-widget-information li {
margin-bottom: 15px;
}
.familaw-widget-information li a span {
position: relative;
}
.familaw-widget-information li a span:after {
content: "";
width: 0;
height: 2px;
background-color: #d3a651;
position: absolute;
right: 0;
bottom: -2px;
transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
}
.familaw-widget-information li a span:hover:after {
width: 100%;
left: 0;
}
#footer .familaw-widget-information li i {
color: #a1a5b0;
} .familaw-widget-products .products li {
float: none;
padding: 0 0 24px;
margin: 0 0 30px 0;
border-bottom: 1px solid #e5e5e7;
}
.familaw-widget-products .products li:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
}
.familaw-widget-products .products li .product-thumbnail {
width: 60px;
float: left;
}
.familaw-widget-products .products li .product-info {
padding: 0;
overflow: hidden;
padding-left: 20px;
}
.familaw-widget-products .products li .woocommerce-loop-product__title {
font-size: 16px;
line-height: 24px;
}
.familaw-widget-products .products li .price {
font-size: 14px;
font-weight: 500;
color: #d3a651;
}
.familaw-widget-products .add_to_cart_button,
.familaw-widget-products .added_to_cart {
display: none;
} .familaw-pagination {
margin-top: 40px;
padding-top: 40px;
border-top: 1px solid #e5e5e7;
}
.familaw-pagination ul {
margin: 0;
display: flex;
justify-content: center;
}
.familaw-pagination ul li {
display: inline-block;
list-style: none;
}
.familaw-pagination ul li .page-numbers {
display: inline-block;
text-align: center;
font-size: 16px;
color: #63666c;
font-weight: 500;
width: 50px;
height: 50px;
line-height: 50px;
box-sizing: content-box;
background-color: #f6f6f7;
margin-right: 6px;
}
.familaw-pagination ul li .page-numbers:hover,
.familaw-pagination ul li .page-numbers.current {
background-color: #d3a651;
color: #fff;
} .no-results {
width: 100%;
}
.no-results-content {
max-width: 850px;
margin: 0 auto;
text-align: center;
}
.no-results-content .search-form {
position: relative;
max-width: 600px;
margin: 50px auto 0;
}
.no-results-content .search-form .search-field {
padding: 0 30px;
margin-bottom: 0;
height: 60px;
width: 100%;
}
.no-results-content .search-form .search-submit {
background-color: transparent;
border: none;
position: absolute;
top: 0;
right: 0;
width: 60px;
height: 60px;
text-indent: -9999px;
padding: 0;
}
.no-results-content .search-form .search-submit:after {
color: #d3a651;
text-align: center;
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 60px;
line-height: 60px;
font-family: "Feather";
content: '\e9c1';
font-size: 20px;
text-indent: 0px;
transition: all 0.3s ease;
}
.no-results-content .search-form .search-submit:hover:after {
opacity: 0.7;
} #footer {
font-size: 16px;
background-color: #272a33;
padding: 94px 0 54px;
color: #bfbfbf;
}
#footer input,
#footer select {
color: #bfbfbf;
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.15);
}
#footer input:focus,
#footer select:focus {
border-color: rgba(255, 255, 255, 0.3);
}
#footer table,
#footer th,
#footer td {
border-color: rgba(255, 255, 255, 0.15);
}
#footer-widgets .widget {
margin: 0 0 40px;
} .footer-grid {
display: flex;
flex-wrap: wrap;
}
.footer-grid.default .col-1 {
width: 39.31624%;
}
.footer-grid.default .col-2 {
width: 14.53%;
margin-left: 8.547%;
}
.footer-grid.default .col-3 {
width: 14.53%;
margin-left: 4.274%;
}
.footer-grid.default .col-4 {
width: 14.53%;
margin-left: 4.274%;
}
.footer-grid .col-2 {
width: 50%;
}
.footer-grid .col-3 {
width: 33.33%;
}
.footer-grid .col-4 {
width: 25%;
} .footer-grid.gutter-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.footer-grid.gutter-5>.col {
padding-left: 2.5px;
padding-right: 2.5px;
}
.footer-grid.gutter-10 {
margin-left: -5px;
margin-right: -5px;
}
.footer-grid.gutter-10>.col {
padding-left: 5px;
padding-right: 5px;
}
.footer-grid.gutter-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.footer-grid.gutter-15>.col {
padding-left: 7.5px;
padding-right: 7.5px;
}
.footer-grid.gutter-20 {
margin-left: -10px;
margin-right: -10px;
}
.footer-grid.gutter-20>.col {
padding-left: 10px;
padding-right: 10px;
}
.footer-grid.gutter-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.footer-grid.gutter-25>.col {
padding-left: 12.5px;
padding-right: 12.5px;
}
.footer-grid.gutter-30 {
margin-left: -15px;
margin-right: -15px;
}
.footer-grid.gutter-30>.col {
padding-left: 15px;
padding-right: 15px;
}
.footer-grid.gutter-35 {
margin-left: -17.5px;
margin-right: -17.5px;
}
.footer-grid.gutter-35>.col {
padding-left: 17.5px;
padding-right: 17.5px;
}
.footer-grid.gutter-40 {
margin-left: -20px;
margin-right: -20px;
}
.footer-grid.gutter-40>.col {
padding-left: 20px;
padding-right: 20px;
}
.footer-grid.gutter-45 {
margin-left: -22.5px;
margin-right: -22.5px;
}
.footer-grid.gutter-45>.col {
padding-left: 22.5px;
padding-right: 22.5px;
}
.footer-grid.gutter-50 {
margin-left: -25px;
margin-right: -25px;
}
.footer-grid.gutter-50>.col {
padding-left: 25px;
padding-right: 25px;
}
.footer-grid.gutter-60 {
margin-left: -30px;
margin-right: -30px;
}
.footer-grid.gutter-60>.col {
padding-left: 30px;
padding-right: 30px;
}
.footer-grid.gutter-70 {
margin-left: -35px;
margin-right: -35px;
}
.footer-grid.gutter-70>.col {
padding-left: 35px;
padding-right: 35px;
}
.footer-grid.gutter-80 {
margin-left: -40px;
margin-right: -40px;
}
.footer-grid.gutter-80>.col {
padding-left: 40px;
padding-right: 40px;
} #bottom {
background-color: #272a33;
color: #a9aaad;
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding: 22px 0;
}
#bottom .inner-wrap {
display: flex;
justify-content: space-between;
align-items: center;
}
#bottom.style-1 .inner-wrap {
justify-content: center;
}
#copyright {
font-size: 15px;
line-height: 26px;
} .bottom-socials a {
display: inline-block;
background-color: rgba(255, 255, 255, 0.1);
color: #bfbfbf;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
text-align: center;
margin-left: 10px;
margin-bottom: 5px;
}
.bottom-socials a:hover {
background-color: #d3a651;
color: #fff;
} #bottom .bottom-menu ul {
list-style: none;
margin: 0;
}
#bottom .bottom-menu ul>li {
display: inline-block;
margin-left: 25px;
position: relative;
}
#bottom .bottom-menu ul>li:first-child {
margin-left: 0;
}
#bottom .bottom-menu ul>li:before {
position: absolute;
left: -16px;
top: 50%;
transform: translateY(-50%);
margin-top: 1px;
content: "/";
color: #bfbfbf;
}
#bottom .bottom-menu ul>li:first-child:before {
display: none;
}
#bottom .bottom-menu ul>li>a {
font-family: "Montserrat", sans-serif;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.2px;
color: #bfbfbf;
position: relative;
}
#bottom .bottom-menu ul>li.current-menu-item>a,
#bottom .bottom-menu ul>li>a:hover {
color: #d3a651;
}
#bottom .bottom-menu ul ul {
display: none !important;
}
@media (max-width: 1024px) {
#footer {
padding: 60px 0 30px;
}
#bottom {
padding: 20px 0;
}
#bottom .inner-wrap {
flex-direction: column;
}
#copyright {
margin-bottom: 7px;
}
.footer-grid .col-4,
.footer-grid.default .col {
width: 40%;
}
.footer-grid.default .col-3 {
margin-left: 0;
}
.footer-grid .col-4,
.footer-grid.default .col-2,
.footer-grid.default .col-4 {
margin-left: 10%;
}
}
@media (max-width: 767px) {
.footer-grid .col-2,
.footer-grid .col-3,
.footer-grid.default .col,
.footer-grid .col {
width: 100%;
margin-left: 0;
margin-bottom: 10px;
}
.footer-grid .familaw-widget-subscribe {
margin-right: 10%;
}
} #scroll-top {
position: fixed !important;
right: 30px;
bottom: 0;
display: block;
font-size: 20px;
text-align: center;
color: #fff;
background-color: #d3a651;
width: 50px;
height: 50px;
line-height: 50px;
visibility: hidden;
opacity: 0;
z-index: 99999;
cursor: pointer;
overflow: hidden;
}
#scroll-top:hover {
transform: translateY(-3px) scale(1.1);
}
#scroll-top.show {
bottom: 30px;
opacity: 1;
visibility: visible;
} .content-woocommerce .woocommerce-result-count {
font-size: 16px;
margin: 0;
float: left;
padding-top: 10px;
}
.content-woocommerce .woocommerce-ordering {
float: right;
}
.content-woocommerce .woocommerce-ordering select {
margin-bottom: 0;
background-color: #fff;
border-color: #e5e5e7;
}
.content-woocommerce .star-rating,
.product_list_widget .star-rating,
.widget_rating_filter .star-rating {
width: 100px;
height: 17px;
background: url(//atalaw.ca/wp-content/themes/familaw/assets/img/star.png) repeat-x left 0;
margin: 0 0 0 -3px;
background-size: 20px;
}
.content-woocommerce .star-rating span,
.product_list_widget .star-rating span,
.widget_rating_filter .star-rating span {
background: url(//atalaw.ca/wp-content/themes/familaw/assets/img/star.png) repeat-x left -17px;
height: 0;
padding-top: 17px;
overflow: hidden;
float: left;
background-size: 20px;
}
.content-woocommerce p.stars {
overflow: hidden;
zoom: 1;
}
.content-woocommerce p.stars span {
width: 100px;
height: 17px;
position: relative;
float: left;
background: url(//atalaw.ca/wp-content/themes/familaw/assets/img/star.png) repeat-x left 0;
background-size: 20px;
}
.content-woocommerce p.stars span a {
transition: none;
float: left;
position: absolute;
left: 0;
top: 0;
width: 17px;
height: 0;
padding-top: 17px;
overflow: hidden;
}
.content-woocommerce p.stars span a:hover,
.content-woocommerce p.stars span a:focus {
background: url(//atalaw.ca/wp-content/themes/familaw/assets/img/star.png) repeat-x left -17px;
background-size: 20px;
}
.content-woocommerce p.stars a.active {
background: url(//atalaw.ca/wp-content/themes/familaw/assets/img/star.png) repeat-x left -34px;
background-size: 20px;
}
.content-woocommerce p.stars span a.star-1 {
width: 20px;
z-index: 10;
}
.content-woocommerce p.stars span a.star-2 {
width: 40px;
z-index: 9;
}
.content-woocommerce p.stars span a.star-3 {
width: 60px;
z-index: 8;
}
.content-woocommerce p.stars span a.star-4 {
width: 80px;
z-index: 7;
}
.content-woocommerce p.stars span a.star-5 {
width: 100px;
z-index: 6;
}
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error {
position: relative;
padding: 16px 20px 16px 40px;
background-color: #def0fa;
color: #3a6e8c;
font-size: 16px;
margin: 0 0 40px 0;
list-style: none;
}
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-error:before {
font-size: 17px;
content: "\e930";
font-family: "Feather";
position: absolute;
left: 18px;
top: 15px;
}
.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .woocommerce-error a {
color: #3a6e8c;
text-decoration: underline;
padding: 0 8px 0 0;
}
.woocommerce-page .woocommerce-message a:hover,
.woocommerce-page .woocommerce-info a:hover,
.woocommerce-page .woocommerce-error a:hover {
opacity: 0.7;
} .products {
margin: 0 -15px;
list-style: none;
}
.products:before,
.products:after {
content: "";
display: block;
clear: both;
}
.products.columns-2 li,
.shop-columns-2 .products li {
width: 50%;
}
.products.columns-3 li,
.shop-columns-3 .products li {
width: 33.33%;
}
.products.columns-4 li,
.shop-columns-4 .products li {
width: 25%;
}
.products li {
float: left;
position: relative;
padding: 0 15px;
margin-top: 40px;
}
.products li.first {
clear: both;
}
.products li .inner {
overflow: hidden;
}
.products li .product-thumbnail {
overflow: hidden;
}
.products li .product-thumbnail img {
width: 100%;
height: auto;
transition: transform ease 0.3s;
}
.products li:hover .product-thumbnail img {
transform: scale(1.1) rotate(1.5deg);
}
.products li .product-info {
padding: 18px 0 0;
position: relative;
}
.products li .product-info .woocommerce_loop_product_link {
text-align: center;
}
.products li h2 {
font-size: 18px;
line-height: 30px;
font-weight: 600;
margin-bottom: 0;
transition: color 0.3s ease;
}
.products li h2:hover {
color: #d3a651;
}
.products li .price {
display: block;
font-size: 18px;
font-weight: 500;
color: #d3aa5f;
}
.products li .price del {
color: #a9aaad;
padding-right: 4px;
opacity: 1;
}
.products li .price ins {
background-color: transparent;
}
.products li .product-info .star-rating {
display: none;
}
.products li .product-info .add_to_cart_button,
.products li .product-info .added_to_cart {
width: 100%;
position: absolute;
opacity: 0;
top: -44px;
height: 44px;
line-height: 44px;
text-align: center;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
background-color: #d3a651;
color: #fff;
transition: all 0.3s ease;
}
.products li .product-info .add_to_cart_button:hover,
.products li .product-info .added_to_cart:hover {
text-decoration: underline;
}
.products li .inner:hover .product-info .add_to_cart_button {
opacity: 1;
}
.products li .product-info .added_to_cart {
opacity: 1;
}
.product .onsale,
.woo-single-post-class .onsale,
.woo-single-post-class .summary .stock.in-stock {
position: absolute;
left: 30px;
top: 15px;
font-family: "Archivo", sans-serif;
text-align: center;
font-size: 14px;
line-height: 20px;
font-weight: 500;
padding: 4px 14px;
background-color: #d3a651;
color: #fff;
border-radius: 20px;
z-index: 100;
}
.woo-single-post-class .onsale {
left: 20px;
top: 20px;
}
div[class^="wp-block-woocommerce"]>h3 {
font-size: 20px;
font-weight: 600;
} .woo-single-post-class {
position: relative;
}
.woo-single-post-class .images {
width: 47.8635%;
float: left;
position: relative;
}
.woo-single-post-class .images .woocommerce-product-gallery__trigger {
width: 40px;
height: 40px;
z-index: 300;
position: absolute;
right: 16px;
top: 14px;
text-align: center;
}
.woo-single-post-class .images .woocommerce-product-gallery__trigger:after {
opacity: 0;
width: 40px;
height: 40px;
line-height: 40px;
background-color: #e5e5e7;
text-align: center;
content: "\ea08";
color: #272a33;
font-family: "Feather";
font-size: 18px;
position: absolute;
left: 0;
top: 0;
transition: all 0.3s ease;
}
.woo-single-post-class .images:hover .woocommerce-product-gallery__trigger:after {
opacity: 1;
}
.woo-single-post-class .images .woocommerce-product-gallery__trigger:hover:after {
background-color: #d3a651;
color: #fff;
}
.woo-single-post-class .images .woocommerce-product-gallery__trigger img {
display: none !important;
}
.woocommerce-product-gallery .flex-control-thumbs {
margin: 16px -8px 0;
list-style: none;
}
.woocommerce-product-gallery .flex-control-thumbs li {
float: left;
cursor: pointer;
}
.woocommerce-product-gallery .flex-control-thumbs li {
padding: 0 8px 16px;
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.333%;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%;
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%;
}
.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
width: 16.667%;
}
.woo-single-post-class .summary {
width: 47.8635%;
float: right;
}
.woo-single-post-class .summary h1 {
color: #272a33;
font-size: 40px;
margin: 0 0 10px;
}
.woo-single-post-class .summary .woocommerce-product-rating {
display: flex;
margin-bottom: 15px;
}
.woo-single-post-class .summary .woocommerce-review-link {
font-size: 16px;
line-height: 20px;
color: #a9aaad;
margin-left: 8px;
}
.woo-single-post-class .summary .price {
font-size: 24px;
color: #d3a651;
font-weight: 600;
margin: 0 0 30px;
position: relative;
}
.woo-single-post-class .summary .price del {
color: #bfbfbf;
padding-right: 4px;
opacity: 1;
}
.woo-single-post-class .summary .price ins {
background-color: transparent;
}
.woo-single-post-class .entry-summary .woocommerce-product-details__short-description {
margin-bottom: 52px;
}
.woo-single-post-class .woocommerce-product-details__short-description>p:last-child {
margin-bottom: 0;
}
.woo-single-post-class .summary .cart table,
.woo-single-post-class .summary .cart tr,
.woo-single-post-class .summary .cart td {
border: 0;
}
.woo-single-post-class .summary .cart td {
vertical-align: middle;
}
.woo-single-post-class .summary .cart table .label {
width: 80px;
color: #272a33;
text-transform: uppercase;
}
.woo-single-post-class .summary .cart .quantity {
display: inline-block;
float: left;
}
.woo-single-post-class .summary .cart .quantity input {
border: 1px solid #272a33;
width: 52px;
height: 54px;
margin: 0;
text-align: center;
background-color: #fff;
font-family: "Archivo", sans-serif;
font-size: 15px;
line-height: 26px;
font-weight: 500;
padding: 4px;
}
.woo-single-post-class .summary .cart .single_add_to_cart_button {
height: 54px;
line-height: 54px;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.5px;
padding: 0 35px;
background-color: #272a33;
color: #fff;
}
.woo-single-post-class .summary .cart .single_add_to_cart_button:hover {
text-decoration: underline;
}
.woo-single-post-class .summary .cart table {
position: relative;
}
.woo-single-post-class .summary .cart .reset_variations {
position: absolute;
right: 0;
bottom: -20px;
}
.woo-single-post-class .woocommerce-grouped-product-list-item__quantity {
width: 100px;
}
.woo-single-post-class .woocommerce-grouped-product-list-item__label a {
color: #272a33;
}
.woo-single-post-class .woocommerce-grouped-product-list-item__label a:hover {
color: #d3a651;
}
.woo-single-post-class .woocommerce-grouped-product-list.group_table {
border-collapse: collapse;
}
.woo-single-post-class .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item .quantity input {
border: 1px solid #e5e5e7;
width: 60px;
}
.woo-single-post-class .summary .product_meta {
clear: left;
font-size: 15px;
font-weight: 500;
margin-top: 52px;
}
.woo-single-post-class .summary .product_meta>span {
margin-left: 10px;
display: inline-block;
color: #272a33;
}
.woo-single-post-class .summary .product_meta>span:first-child {
margin: 0;
}
.woo-single-post-class .summary .product_meta>span a {
color: #a9aaad;
}
.woo-single-post-class .summary .product_meta>span a:hover {
color: #d3a651;
}
.woo-single-post-class .summary .product_meta>span a:first-child {
padding-left: 10px;
}
.woo-single-post-class .woocommerce-tabs {
clear: both;
margin-top: 80px;
border: 1px solid #e5e5e7;
border-top: 0;
}
.woo-single-post-class .woocommerce-tabs ul {
display: flex;
justify-content: space-between;
list-style: none;
margin: 0;
text-align: center;
border-bottom: 1px solid #e5e5e7;
}
.woo-single-post-class .woocommerce-tabs ul li {
width: 100%;
position: relative;
transition: all 0.3s ease;
}
.woo-single-post-class .woocommerce-tabs ul li:last-child {
margin-right: 0;
}
.woo-single-post-class .woocommerce-tabs ul li>a {
display: block;
width: 100%;
background-color: #e5e5e7;
font-family: "Montserrat", sans-serif;
font-size: 18px;
line-height: 30px;
font-weight: 600;
padding: 10px;
color: #63666c;
cursor: pointer;
transition: none;
border-bottom: none;
display: inline-block;
position: relative;
transition: color 0.3s ease;
}
.woo-single-post-class .woocommerce-tabs ul li:hover a {
color: #272a33;
}
.woo-single-post-class .woocommerce-tabs ul li.active a {
background-color: #272a33;
color: #fff;
}
.woo-single-post-class .woocommerce-tabs .panel {
clear: both;
padding: 52px 50px 50px;
}
.woo-single-post-class .woocommerce-tabs .panel .shop_attributes p {
margin-bottom: 8px;
}
.woo-single-post-class .woocommerce-Reviews-title,
.woo-single-post-class .woocommerce-tabs .comment-reply-title {
font-family: "Montserrat", sans-serif;
font-size: 22px;
line-height: 32px;
text-transform: uppercase;
display: inline-block;
color: #272a33;
font-weight: 700;
position: relative;
padding-bottom: 10px;
margin-bottom: 30px;
}
.woo-single-post-class .woocommerce-Reviews-title:after,
.woo-single-post-class .woocommerce-tabs .comment-reply-title:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 2px;
background-color: #d3a651;
}
.woo-single-post-class .woocommerce-Reviews-title>span {
color: #63666c;
}
.woo-single-post-class .woocommerce-tabs .entry-content #comments {
padding-top: 0;
margin-top: 0;
border-top: 0;
}
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist {
clear: both;
list-style: none;
margin: 0;
}
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li {
border: 1px solid #e5e5e7;
padding: 42px 40px 44px;
margin-bottom: 30px;
overflow: hidden;
position: relative;
}
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:last-child,
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li .description>p:last-child {
margin-bottom: 0;
}
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:before,
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:after {
content: "";
display: table;
clear: both;
}
.woo-single-post-class .woocommerce-tabs .entry-content .comment_container img {
width: 80px;
height: 80px;
border-radius: 50%;
float: left;
margin: 8px 30px 0 0;
overflow: hidden;
}
.woo-single-post-class .woocommerce-tabs .entry-content .comment-text {
overflow: hidden;
position: relative;
margin: 0;
}
.woo-single-post-class .woocommerce-tabs .entry-content .star-rating {
position: absolute;
right: 0;
top: 0;
}
.woo-single-post-class .woocommerce-tabs .entry-content .meta {
margin: 0 0 15px 0;
}
.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__author {
font-size: 20px;
font-weight: 600;
color: #272a33;
margin: 0 8px 0 0;
display: inline-block;
text-transform: capitalize;
}
.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__dash {
display: none;
}
.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__published-date {
display: inline-block;
font-size: 15px;
color: #a9aaad;
}
.woo-single-post-class .woocommerce-tabs .entry-content .comment-text .description {
overflow: hidden;
max-width: 750px;
}
.woo-single-post-class .woocommerce-tabs #respond.comment-respond {
margin: 60px 0 0;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form>p {
margin: 14px 0 0 0;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form>p.comment-form-cookies-consent {
margin-bottom: 20px;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form>p.comment-form-author {
width: 49.4%;
float: left;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form>p.comment-form-email {
width: 49.4%;
float: right;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating {
display: inline-block;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating>label,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating>.stars {
float: left;
margin: 0;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating>label {
font-size: 16px;
line-height: 26px;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating>.stars {
margin: 3px 0 0 10px;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment {
clear: left;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment>label {
display: none;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form>p.form-submit {
clear: both;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment textarea,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-author input,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-email input {
width: 100%;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment textarea {
height: 194px;
}
.rate-price {
padding: 20px 0;
margin: 20px 0 20px;
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #e5e5e7;
border-top: 1px solid #e5e5e7;
}
.rate-price .woocommerce-product-rating {
flex-basis: 65%;
display: flex;
justify-content: flex-end;
} .woo-single-post-class .related.products {
padding: 72px 15px 0;
}
.woo-single-post-class .related.products .related-title>h2 {
font-size: 22px;
line-height: 32px;
text-transform: capitalize;
padding-bottom: 10px;
margin-bottom: 30px;
position: relative;
}
.woo-single-post-class .related.products .related-title>h2:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 2px;
background-color: #d3a651;
}
.woo-single-post-class .related.products .products:after {
content: "";
display: table;
clear: both;
}
.woo-single-post-class .related.products .products {
margin: 0 -15px;
padding-top: 0;
}
.woo-single-post-class .related.products .products li {
float: left;
padding: 0 15px;
margin-top: 0;
}
.woo-single-post-class .related.products .onsale {
left: 30px;
top: 15px;
} .woocommerce-page .shop_table.cart {
margin-bottom: 0;
}
.woocommerce-page .shop_table.cart .product-remove {
width: 60px;
}
.woocommerce-page .shop_table.cart .product-thumbnail,
.woocommerce-page .shop_table.cart .product-price,
.woocommerce-page .shop_table.cart .product-quantity,
.woocommerce-page .shop_table.cart .product-subtotal {
width: 120px;
}
.woocommerce-page .shop_table.cart td,
.woocommerce-page .shop_table.cart th {
padding: 20px;
vertical-align: middle;
font-weight: 500;
}
.woocommerce-page .shop_table.cart .cart_item .product-name,
.woocommerce-page .shop_table.cart .product-name a {
font-family: "Montserrat", sans-serif;
color: #272a33;
font-size: 18px;
font-weight: 600;
}
.woocommerce-page .shop_table.cart .product-name a:hover {
color: #d3a651;
}
.woocommerce-page .shop_table.cart .product-remove a {
position: relative;
display: inline-block;
padding: 0;
font-weight: normal;
text-align: center;
color: #aa3732;
font-size: 20px;
font-weight: 500;
width: 20px;
height: 20px;
}
.woocommerce-page .shop_table.cart .product-remove a:hover {
color: #272a33;
}
.woocommerce-page .shop_table.cart .cart_item .product-thumbnail img {
width: 80px;
}
.woocommerce-page .shop_table.cart .cart_item .product-quantity input[type="number"] {
width: 56px;
height: 48px;
padding: 0 4px 0 14px;
margin: 0;
}
.woocommerce-page .shop_table.cart .coupon {
float: left;
display: table;
}
.woocommerce-page input,
.woocommerce-page button {
vertical-align: middle;
}
.woocommerce-page .shop_table.cart .coupon>label {
display: none;
}
.woocommerce-page .shop_table.cart .coupon #coupon_code {
width: 300px;
margin: 0;
display: inline-block;
}
.woocommerce-page .shop_table.cart .coupon+button[type="submit"] {
float: right;
}
.woocommerce-page .cart_totals {
width: 56.4103%;
font-size: 18px;
margin-top: 72px;
}
.woocommerce-page .cart_totals>h2 {
font-size: 22px;
line-height: 32px;
text-transform: capitalize;
padding-bottom: 10px;
margin-bottom: 30px;
position: relative;
}
.woocommerce-page .cart_totals>h2:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 2px;
background-color: #d3a651;
}
.woocommerce-page .cart_totals .shop_table {
border: 1px solid #e5e5e7;
margin-bottom: 30px;
}
.woocommerce-page .cart_totals .shop_table .order-total th,
.woocommerce-page .cart_totals .shop_table .order-total td {
border-bottom: 0;
}
.woocommerce-page .cart_totals .shop_table td {
border-right: 0;
padding: 14px 20px;
}
.woocommerce-page .cart_totals .shop_table th {
color: #272a33;
padding: 14px 20px;
}
.woocommerce-page .cart_totals .shop_table .cart-subtotal td,
.woocommerce-page .cart_totals .shop_table .order-total td,
.woocommerce-page .cart_totals .shop_table .tax-rate td {
text-align: right;
color: #272a33;
}
.woocommerce-page .cart_totals p,
.woocommerce-page .cart_totals .woocommerce-shipping-calculator select {
margin: 0 0 8px;
}
.woocommerce-page .cart_totals .shipping-calculator-form button[type="submit"] {
width: 100%;
}
.woocommerce-page .wc-proceed-to-checkout .button {
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
height: 50px;
line-height: 50px;
letter-spacing: 0.5px;
padding: 0 30px;
color: #fff;
background-color: #d3a651;
display: inline-block;
transition: all 0.3s ease;
}
.woocommerce-page .wc-proceed-to-checkout .button:hover {
background-color: #272a33;
}
.woocommerce-page .return-to-shop {
display: none;
}
.woocommerce-page .cart_totals .woocommerce-shipping-totals ul {
list-style: none;
margin-left: 0;
color: #272a33;
font-weight: 500;
font-size: 18px;
} .woocommerce-page .woocommerce-checkout {
clear: both;
}
.woocommerce-page .login input {
margin-bottom: 0;
}
.woocommerce-page form .form-row {
margin: 0 0 20px;
}
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
float: left;
width: 49.359%;
}
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
width: 100%;
margin: 0;
outline: 0;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single {
display: block;
line-height: 50px;
height: 50px;
border-radius: 0;
background-color: #fbfbfb;
border: 1px solid #e5e5e7;
}
.woocommerce-billing-fields .select2-selection--single .select2-selection__rendered,
.woocommerce-shipping-fields .select2-selection--single .select2-selection__rendered {
padding: 10px 25px;
color: #63666c;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
margin-left: -15px;
margin-top: 5px;
}
.woocommerce-page form.checkout_coupon>p {
margin-bottom: 10px;
}
.woocommerce-page form.checkout_coupon #coupon_code,
.woocommerce-page form.lost_reset_password .form-row input.input-text {
margin-bottom: 20px;
}
.woocommerce-page form .form-row label.inline {
display: inline;
}
.woocommerce-page form .form-row label.inline input {
margin: 0 6px 0 10px;
width: auto;
}
.woocommerce-page form.lost_reset_password .woocommerce-Button.button {
margin: 0;
}
.woocommerce-page .woocommerce-shipping-fields,
.woocommerce-page #order_review_heading {
clear: both;
}
.woocommerce-billing-fields .create-account>label {
margin: 0;
display: inline-block;
}
.woocommerce-page .woocommerce-lost-password .form-row-first {
float: none;
}
.woocommerce-page #ship-to-different-address>label {
padding-right: 6px;
}
.woocommerce-page .woocommerce-billing-fields h3,
.woocommerce-page .woocommerce-shipping-fields h3,
.woocommerce-page #order_review_heading,
.woocommerce-page .woocommerce-additional-fields h3 {
font-size: 22px;
line-height: 32px;
text-transform: capitalize;
text-transform: uppercase;
padding-bottom: 10px;
margin: 32px 0 30px;
position: relative;
}
.woocommerce-page .woocommerce-billing-fields h3:after,
.woocommerce-page .woocommerce-shipping-fields h3:after,
.woocommerce-page #order_review_heading:after,
.woocommerce-page .woocommerce-additional-fields h3:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 2px;
background-color: #d3a651;
}
.woocommerce-page .woocommerce-additional-fields .notes>label {
display: none;
}
.woocommerce-page form .form-row.create-account #createaccount {
width: auto;
margin-right: 6px;
}
.woocommerce-page form .form-row.create-account+.create-account>p:first-child {
margin-bottom: 10px;
}
.woocommerce-checkout-review-order table th {
font-size: 18px;
color: #272a33;
padding: 12px 20px;
}
.woocommerce-checkout-review-order table td {
padding: 12px 20px;
}
.woocommerce-checkout-review-order table td strong {
font-weight: normal;
}
.woocommerce-checkout-review-order .cart-subtotal td,
.woocommerce-checkout-review-order .order-total {
font-size: 18px;
color: #272a33;
}
.woocommerce-checkout #payment ul.payment_methods {
list-style: none;
margin: 0;
}
.woocommerce-checkout #payment ul.payment_methods li label {
display: inline-block;
padding-left: 6px;
}
#payment .about_paypal {
position: absolute;
right: 0;
top: 24px;
}
#payment .payment_methods>li:not(.woocommerce-notice) {
position: relative;
}
#payment .payment_methods>li .payment_box,
#payment .place-order {
background-color: #fff;
}
#payment .payment_methods>li .payment_box>p:last-child {
margin-bottom: 0;
}
#payment .payment_methods>.wc_payment_method>label,
#payment .payment_methods>.woocommerce-PaymentMethod>label {
display: block;
padding: 20px 0;
cursor: pointer;
}
.woocommerce-page #payment .payment_methods .woocommerce-message,
.woocommerce-page #payment .payment_methods .woocommerce-info,
.woocommerce-page #payment .payment_methods .woocommerce-error {
margin: 20px 0;
}
#payment .payment_methods li img {
border: 0;
padding: 0 0 0 10px;
max-height: 24px;
}
#payment #place_order {
font-size: 15px;
font-family: "Montserrat", sans-serif;
font-weight: 600;
letter-spacing: 0.5px;
color: #fff;
background-color: #d3a651;
height: 54px;
line-height: 54px;
padding: 0 40px;
margin-top: 12px;
}
#payment #place_order:hover {
color: #fff;
background-color: #272a33;
}
.woocommerce-page .myaccount_user+h2,
.woocommerce-page .addresses h3,
.woocommerce-page #customer_login h2 {
font-size: 18px;
margin-bottom: 0;
}
.woocommerce-page .register input {
margin-bottom: 0;
}
.woocommerce-page .woocommerce-MyAccount-content legend {
border: 0;
font-size: 18px;
font-weight: 500;
color: #272a33;
padding-top: 20px;
margin: 0;
}
.woocommerce-page .form-row:before,
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
content: " ";
display: table;
}
.woocommerce-page .cart-collaterals .cross-sells ul.products {
float: none;
list-style: none;
margin: 0 -15px;
}
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
width: 33.333%;
padding: 0 15px;
margin-top: 0;
clear: none;
}
.woocommerce-page .cart-collaterals .cross-sells {
margin: 72px 0 0;
}
.woocommerce-page .cart-collaterals .cross-sells>h2 {
font-size: 22px;
line-height: 32px;
text-transform: capitalize;
text-transform: uppercase;
padding-bottom: 10px;
margin-bottom: 30px;
position: relative;
}
.woocommerce-page .cart-collaterals .cross-sells>h2:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 2px;
background-color: #d3a651;
}
.woocommerce-page .up-sells {
margin-top: 72px;
}
.woocommerce-page .up-sells>h2 {
font-size: 22px;
line-height: 32px;
text-transform: capitalize;
text-transform: uppercase;
padding-bottom: 10px;
margin-bottom: 30px;
position: relative;
}
.woocommerce-page .up-sells>h2:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 2px;
background-color: #d3a651;
}
.woocommerce-page .up-sells ul.products {
margin: 0 -15px;
}
.woocommerce-page .up-sells ul.products li {
margin-top: 0;
padding: 0 15px;
}
.woocommerce-page .up-sells ul.products li .onsale {
left: 30px;
top: 15px;
}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce form .form-row-wide,
.woocommerce form .form-row:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page form .form-row-wide,
.woocommerce-page form .form-row:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page #order_comments_field {
clear: both;
}
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
width: 48%;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
display: block;
margin-bottom: 10px;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
display: inline;
}
.woocommerce-page form .form-row select,
.woocommerce-page form .form-row .input-text {
width: 100%;
}
.woocommerce-page form .form-row-last {
float: right;
}
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
text-align: left;
padding: 0 16px 0 0;
float: left;
} .nav-shop-cart .woocommerce-min-cart-wrap {
padding: 30px;
}
.nav-shop-cart .woocommerce-mini-cart__empty-message {
margin: 0;
font-size: 15px;
}
.nav-shop-cart ul li {
padding-left: 75px;
padding-right: 20px;
margin-top: 25px;
}
.nav-shop-cart ul li.empty {
padding: 0;
}
.nav-shop-cart ul li a {
font-family: "Montserrat", sans-serif;
font-size: 16px;
font-weight: 600;
}
.nav-shop-cart ul li a.remove {
font-size: 20px;
color: #aa3732;
margin: 0;
position: absolute;
right: 0;
top: 24px;
}
.nav-shop-cart ul li:first-child a.remove {
top: 5px;
}
.nav-shop-cart ul li a.remove:hover {
color: #272a33;
font-weight: 500;
}
.nav-shop-cart ul li a img {
position: absolute;
top: 20px;
left: 0;
width: 60px;
}
.nav-shop-cart ul li:first-child a img {
top: 0;
}
.nav-shop-cart ul li a img:hover {
border: 1px solid #e5e5e7;
}
.nav-shop-cart ul li .quantity {
display: block;
font-size: 15px;
line-height: 24px;
font-weight: 500;
}
.nav-shop-cart .total {
margin: 35px 0 20px;
padding: 13px 0;
border-top: 1px solid #e5e5e7;
border-bottom: 1px solid #e5e5e7;
font-size: 18px;
color: #272a33;
text-align: center;
}
.nav-shop-cart .total strong {
color: #272a33;
}
.nav-shop-cart .buttons:before,
.nav-shop-cart .buttons:after {
content: "";
display: table;
clear: both;
}
.nav-shop-cart .buttons {
margin: 0;
}
.nav-shop-cart .buttons a {
color: #272a33;
font-size: 13px;
font-family: "Montserrat", sans-serif;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
background-color: #e5e5e7;
padding: 0;
width: 48.5%;
height: 44px;
line-height: 44px;
text-align: center;
float: left;
border: none;
}
.nav-shop-cart .buttons a.checkout {
float: right;
background-color: #d3a651;
color: #fff;
}
.nav-shop-cart .buttons a:hover {
text-decoration: underline;
}
.product_list_widget {
list-style: none;
margin: 0;
}
.product_list_widget li {
display: block;
position: relative;
width: 100%;
border-top: 1px solid #e5e5e7;
padding-top: 20px;
margin-top: 20px;
}
.product_list_widget li:first-child {
padding-top: 0;
margin-top: 0;
border-top: 0;
}
.product_list_widget li a {
font-family: "Archivo", sans-serif;
font-size: 16px;
line-height: 24px;
color: #272a33;
display: block;
margin: 4px 0;
}
.product_list_widget li a:hover {
color: #d3a651;
}
.product_list_widget del .amount {
padding-right: 6px;
}
.product_list_widget li a img {
margin-bottom: 12px;
}
.product_list_widget li ins {
background: transparent;
}
.product_list_widget li .reviewer {
font-size: 15px;
padding-top: 4px;
}
.widget_rating_filter .star-rating {
display: inline-block;
margin: 0;
position: relative;
top: 3px;
}
.widget_product_search .woocommerce-product-search {
position: relative;
}
.widget_product_search .search-submit {
background-color: transparent;
position: absolute;
top: 0;
right: 0;
width: 48px;
height: 48px;
border: none;
padding: 0;
text-indent: -9999px;
fill: none;
stroke: #3c3f44;
stroke-width: 2px;
}
.widget_product_search .search-submit svg {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 26%;
}
.widget_product_search .search-submit:hover {
stroke: #f5ac0d;
}
.widget_product_categories ul li {
line-height: 22px;
font-weight: 500;
}
.widget_product_categories ul li a {
color: #272a33;
font-family: "Archivo", sans-serif;
font-size: 17px;
font-weight: 400;
display: inline-block;
padding: 8px 0;
}
.widget_product_categories ul li:first-child a {
padding-top: 0;
}
.widget_product_categories ul li a:hover {
color: #d3a651;
}
.widget_price_filter .price_slider {
height: 4px;
margin-bottom: 22px;
margin-top: 48px;
background-color: #ebebeb;
position: relative;
text-align: left;
}
.widget_price_filter .price_slider_amount .button {
font-size: 12px;
font-family: "Archivo", sans-serif;
letter-spacing: 1px;
font-weight: 500;
padding: 0 32px;
height: 44px;
line-height: 44px;
background-color: #e5e5e7;
color: #272a33;
display: block;
margin-bottom: 10px;
}
.widget_price_filter .price_slider_amount .button:hover {
opacity: 1;
background-color: #d3a651;
color: #fff;
}
.widget_price_filter .ui-slider .ui-slider-handle {
background-color: #d3a651;
top: -5px;
position: absolute;
z-index: 100;
width: 14px;
height: 14px;
border-radius: 50%;
cursor: pointer;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -13px;
}
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
display: block;
border: 0;
background-color: #d3a651;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
.widget_price_filter .price_slider_amount .price_label {
display: block;
font-size: 15px;
text-align: left;
}
.widget_product_tag_cloud .tagcloud a {
display: inline-block;
font-size: 15px !important;
line-height: 26px;
padding: 2px 12px;
color: #9c9c9c;
border: 1px solid #e5e5e7;
-ms-word-wrap: break-word;
word-wrap: break-word;
margin: 0 4px 8px 0;
}
.widget_product_tag_cloud .tagcloud a:hover {
color: #d3a651;
border-color: #d3a651;
}
@media (max-width: 1024px) {
.shop-and-detail #site-content {
float: none;
width: 100%;
}
.products.columns-4 li,
.woocommerce-page.shop-col-4 .products li {
width: 50%;
}
.woocommerce-page .content-woocommerce .woocommerce-result-count {
display: none;
}
.woocommerce-page .content-woocommerce .woocommerce-ordering {
float: none;
display: inline-block;
margin-bottom: 0;
}
.woo-single-post-class .woocommerce-tabs {
border: 0;
}
.woo-single-post-class .woocommerce-tabs ul {
border: 0;
}
.woo-single-post-class .woocommerce-tabs ul li {
margin-bottom: 6px;
}
.woo-single-post-class .woocommerce-tabs .comment-respond {
margin-top: 40px;
}
.woo-single-post-class .woocommerce-tabs .panel {
padding: 40px 0 20px;
}
.woocommerce-page .shop_table.cart td,
.woocommerce-page .shop_table.cart th {
padding: 16px;
}
.woo-single-post-class .related.products {
padding-top: 60px;
}
.woo-single-post-class .related.products>h2 {
margin-bottom: 0;
}
}
@media (max-width: 767px) {
.products.columns-2 li,
.products.columns-3 li,
.products.columns-4 li,
.woocommerce-page.shop-col-2 .products li,
.woocommerce-page.shop-col-3 .products li,
.woocommerce-page.shop-col-4 .products li {
width: 100%;
}
.woo-single-post-class .images,
.woo-single-post-class .summary {
width: 100%;
float: none;
clear: left;
}
.woo-single-post-class .summary {
padding-top: 20px;
}
.woo-single-post-class .woocommerce-tabs ul {
display: block;
}
.woo-single-post-class .woocommerce-tabs ul li {
margin: 0 0 10px !important;
}
.woocommerce-page table.shop_table_responsive tr {
display: block;
}
.woocommerce-page table.shop_table_responsive tr td {
display: block;
text-align: right !important;
}
.woocommerce-page table.shop_table_responsive tr td.order-actions,
.woocommerce-page table.my_account_orders tr td.order-actions,
.woocommerce-page table.shop_table_responsive tr td.actions {
text-align: left !important;
}
.woocommerce-page table.shop_table_responsive tr td:before {
content: attr(data-title) ": ";
float: left;
line-height: 30px;
}
.woocommerce-page .shop_table.cart .product-name a {
font-size: 20px;
font-weight: 600;
}
.woocommerce-page table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive tbody th,
.woocommerce-page table.my_account_orders tr td.order-actions:before,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page table.shop_table_responsive tr td.actions:before,
.woocommerce-page table.shop_table_responsive tr td.product-remove:before {
display: none;
}
.woocommerce-page .shop_table.cart .product-remove,
.woocommerce-page .shop_table.cart .product-thumbnail,
.woocommerce-page .shop_table.cart .product-price,
.woocommerce-page .shop_table.cart .product-quantity,
.woocommerce-page .shop_table.cart .product-subtotal {
width: auto;
}
.woocommerce-page .shop_table.cart .coupon+button[type="submit"] {
float: none;
margin: 15px 0 0;
width: 100%;
}
.woocommerce-page .shop_table.cart .coupon #coupon_code,
.woocommerce-page .shop_table.cart .coupon>input[type="submit"] {
float: none;
}
.woocommerce-page .shop_table.cart .coupon #coupon_code {
display: block;
margin-bottom: 10px;
}
.woocommerce-page .cart_totals {
width: 100%;
margin-top: 40px;
}
} .wc-block-product-categories ul li {
margin-bottom: 16px;
}
.wc-block-product-categories ul li a {
display: inline-block;
color: #63666c;
font-size: 16px;
line-height: 26px;
font-weight: 500;
}
.wc-block-product-categories ul li a:hover {
color: #d3a651;
}
.wc-block-components-price-slider__range-input-wrapper {
margin: 20px 0;
}
.wc-block-filter-submit-button {
font-size: 12px;
font-family: "Archivo", sans-serif;
font-weight: 600;
padding: 0 18px;
height: 30px;
line-height: 30px;
background-color: #d3a651;
color: #fff;
display: block;
margin-bottom: 10px;
}
.wc-block-filter-submit-button:hover {
opacity: 0.7;
background-color: #d3a651;
color: #fff;
}
.wc-block-price-filter__range-text {
font-size: 13px;
font-weight: 500;
padding-top: 5px;
} .rs-control1 .tparrows {
border: 0;
background-color: rgba(255, 255, 255, 0.1) !important;
width: 50px !important;
height: 50px !important;
border-radius: 50%;
transition: background 0.3s ease;
}
.rs-control1 .tparrows:before {
font-size: 18px !important;
width: 100%;
height: 100%;
line-height: 50px !important;
text-align: center;
font-family: 'Feather' !important;
content: "\e92f" !important;
transition: all 0.3s ease;
}
.rs-control1 .tparrows.tp-rightarrow:before {
content: "\e930" !important;
}
.rs-control1 .tparrows:hover {
background-color: #d3a651 !important;
}
.rs-control1 .tparrows:before {
transition: all 0.3s ease;
}
.rs-control1 .tparrows:hover:before {
transform: translateX(-3px);
}
.rs-control1 .tparrows.tp-rightarrow:hover:before {
transform: translateX(3px);
}
.rs-control1 .tp-bullet {
border-radius: 50%;
transition: all 0.3s ease;
}
.rs-control1 .tp-bullet.selected {
background-color: #d3a651 !important;
}
.rs-control2 .tp-bullet.selected {
background-color: #c2873f !important;
} body .elementor-widget:not(:last-child) {
margin-bottom: 0;
}
.elementor-section>.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-default>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-extended>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-wide>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
padding-top: 0;
padding-bottom: 0;
}
@media (max-width: 767px) {
.elementor-column {
width: 100% !important;
}
} .particles-container {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
} .familaw-logo .l-wrap {
line-height: 1;
}
.familaw-logo.hover-zoom img {
transition: transform 0.3s ease;
}
.familaw-logo.hover-zoom:hover img {
transform: scale(1.1);
} .familaw-cart {
padding: 0
}
.familaw-cart.header-cart {
margin-left: 0;
}
.familaw-cart .nav-cart-trigger i,
.familaw-cart .nav-cart-trigger svg {
position: relative;
}
.familaw-cart.hide-count-yes .shopping-cart-items-count {
display: none;
} .familaw-search {
padding: 0
}
.familaw-search.header-search {
margin-left: 0;
}
.familaw-search i,
.familaw-search svg {
position: relative;
}
.familaw-search .search-trigger {
color: #272a33;
display: inline-block;
} .familaw-scroll-to-section .s-icon {
display: inline-block;
}
.familaw-scroll-to-section .s-icon svg {
transition: all 0.3s ease;
} .familaw-menu {
display: block;
}
.familaw-menu ul {
margin: 0;
list-style: none;
}
.familaw-menu ul li {
position: relative;
}
.familaw-menu>ul>li {
float: left;
}
.familaw-menu>ul>li>a {
display: inline-block;
font-family: "Montserrat", Helvetica Neue, Arial, sans-serif;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.3px;
text-transform: uppercase;
line-height: 100px;
transition: all 0.3s ease;
}
.familaw-menu>ul>li>a:not([href]) {
cursor: pointer;
}
.familaw-menu>ul>li>a>span {
position: relative;
padding-bottom: 5px;
}
.familaw-menu>ul>li:first-child {
margin-left: 0 !important;
} .familaw-menu.style-1>ul>li {
margin-left: 32px;
}
.familaw-menu.style-1>ul>li>a>span:before {
content: "";
width: 0;
height: 2px;
background-color: #d3a651;
position: absolute;
right: 0;
bottom: 0;
transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
}
.familaw-menu.style-1>ul>li:hover>a>span:before,
.familaw-menu.style-1>ul>li.current-menu.menu-item-has-children>a>span:before,
.familaw-menu.style-1>ul>li.current-menu-parent.menu-item-has-children>a>span:before,
.familaw-menu.style-1>ul>li.menu-item-has-children:hover>a>span:before,
.familaw-menu.style-1>ul>li.current-menu-item>a>span:before {
width: 100%;
left: 0;
} .familaw-menu.style-2>ul>li {
margin-left: 50px;
}
.familaw-menu.style-2>ul>li>a>span:before {
content: "";
width: 4px;
height: 4px;
border-radius: 2px;
background-color: #d3a651;
position: absolute;
left: -27px;
top: 7px;
}
.familaw-menu.style-2>ul>li:first-child>a>span:before {
display: none;
} .familaw-menu.style-3>ul>li {
margin-left: 30px;
}
.familaw-menu.style-3>ul>li.menu-item-has-children>a>span {
padding: 0 16px 0 0;
}
.familaw-menu.style-3>ul>li.menu-item-has-children>a>span:after {
line-height: normal;
font-size: 13px;
font-weight: normal;
content: "\e92e";
font-family: "Feather";
position: absolute;
right: 0;
top: 2px;
color: inherit;
} .familaw-menu .sub-menu {
background-color: #1d2026;
position: absolute;
left: 0;
top: 100%;
width: 268px;
padding: 18px 0;
margin-top: 5px;
opacity: 0;
visibility: hidden;
z-index: 9999;
transition: all 0.1s;
}
.familaw-menu .sub-menu .sub-menu {
left: 100%;
top: 0px;
transform: none;
margin-top: 0;
margin-left: 5px;
}
.familaw-menu .sub-menu li a {
color: rgba(255, 255, 255, 0.9);
position: relative;
display: block;
font-family: "Montserrat", Helvetica Neue, Arial, sans-serif;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.2px;
text-transform: uppercase;
line-height: 36px;
padding: 0 24px;
transition: all 0.3s ease;
}
.familaw-menu .sub-menu li a:hover {
color: #d3a651;
}
.familaw-menu li:hover>.sub-menu {
opacity: 1;
visibility: visible;
margin-top: 0;
transition: all 0.1s;
}
.familaw-menu .sub-menu li:hover>.sub-menu {
margin-left: 0;
transition: all 0.1s;
}
.familaw-menu .sub-menu.left {
left: auto;
right: 0;
}
.familaw-menu .sub-menu .sub-menu.left {
right: -100%;
} .familaw-menu.color-dark>ul>li>a {
color: #63666c;
}
.familaw-menu.color-dark>ul>li:hover>a,
.familaw-menu.color-dark>ul>li.current-menu.menu-item-has-children>a,
.familaw-menu.color-dark>ul>li.current-menu-parent.menu-item-has-children>a,
.familaw-menu.color-dark>ul>li.menu-item-has-children:hover>a,
.familaw-menu.color-dark>ul>li.current-menu-item>a {
color: #272a33;
} .familaw-menu.color-light ul li a {
color: #e5e5e7;
}
.familaw-menu.color-light>ul>li:hover>a,
.familaw-menu.color-light>ul>li.current-menu.menu-item-has-children>a,
.familaw-menu.color-light>ul>li.current-menu-parent.menu-item-has-children>a,
.familaw-menu.color-light>ul>li.menu-item-has-children:hover>a,
.familaw-menu.color-light>ul>li.current-menu-item>a {
color: #fff;
} .familaw-burger-icon {
cursor: pointer;
position: relative;
display: flex;
align-items: center;
text-align: center;
transition: all 0.3s ease;
}
.familaw-burger-icon .bi-wrap {
font-size: 22px;
transition: all 0.3s ease;
}
.familaw-burger-icon .bi-wrap i,
.familaw-burger-icon .bi-wrap svg {
position: relative;
} .familaw-panel .p-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .8);
z-index: 900;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}
.familaw-panel .p-overlay.show {
opacity: 1;
visibility: visible;
}
.familaw-panel .p-wrap {
opacity: 0;
visibility: hidden;
display: block;
position: fixed;
z-index: 1000;
max-width: 100%;
overflow-x: hidden;
overflow-y: auto;
background-color: #272a33;
transition: all 0.3s ease;
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-overflow-scrolling: touch;
text-align: initial;
}
.familaw-panel .p-wrap.show {
opacity: 1;
visibility: visible;
}
.familaw-panel .p-wrap::-webkit-scrollbar-track {
background-color: #5e5e5e;
}
.familaw-panel .p-wrap::-webkit-scrollbar {
width: 6px;
background-color: #a9aaad;
}
.familaw-panel .p-wrap::-webkit-scrollbar-thumb {
border-radius: 6px;
background-color: #a9aaad;
}
.familaw-panel.position-left .p-wrap {
top: 0;
bottom: 0;
left: -300px;
width: 300px;
}
.familaw-panel.position-left .p-wrap.show {
left: 0 !important;
}
.familaw-panel.position-right .p-wrap {
top: 0;
bottom: 0;
right: -300px;
width: 300px;
}
.familaw-panel.position-right .p-wrap.show {
right: 0 !important;
}
.familaw-panel.position-top .p-wrap {
left: 0;
right: 0;
top: -300px;
width: 100%;
height: 300px;
}
.familaw-panel.position-top .p-wrap.show {
top: 0 !important;
} .familaw-titles {
display: flex;
justify-content: center;
flex-direction: column;
}
.align-left .familaw-titles {
align-items: flex-start;
}
.align-center .familaw-titles {
align-items: center;
}
.align-right .familaw-titles {
align-items: flex-end;
}
.familaw-titles .pre-title {
font-family: "Playfair Display", sans-serif;
font-size: 20px;
line-height: 1;
margin-bottom: 5px;
font-style: italic;
}
.familaw-titles .main-title {
margin-bottom: 12px;
}
.familaw-titles .sub-title {
font-size: 17px;
line-height: 29px;
}
.familaw-titles .sub-title>p:last-child {
margin-bottom: 0;
}
.familaw-titles .divider {
margin-bottom: 22px;
}
.familaw-titles .divider.simple {
width: 48px;
height: 3px;
background-color: #d3a651;
}
.familaw-titles .divider.icon {
line-height: 1;
}
.align-center .familaw-titles .divider {
margin-left: auto;
margin-right: auto;
}
.align-right .familaw-titles .divider {
margin-left: auto;
margin-right: 0;
}
.divider-top .familaw-titles .divider {
order: -1;
}
.divider-middle .familaw-titles .divider {
order: 0;
}
.divider-bottom .familaw-titles .divider {
order: 1;
}
.familaw-titles .pre-title.style-2 {
background-color: #e6e6e6;
padding: 6px 16px 6px 16px;
border-radius: 15px 15px 15px 15px;
font-family: "Archivo", Sans-serif;
font-size: 13px;
font-style: normal;
}
@media (max-width: 1023px) {
.align--tabletleft .familaw-titles {
align-items: flex-start;
}
.align--tabletcenter .familaw-titles {
align-items: center;
}
.align--tabletright .familaw-titles {
align-items: flex-end;
}
.align--tabletleft .familaw-titles .divider {
margin-right: auto;
margin-left: 0;
}
.align--tabletcenter .familaw-titles .divider {
margin-left: auto;
margin-right: auto;
}
.align--tabletright .familaw-titles .divider {
margin-left: auto;
margin-right: 0;
}
}
@media (max-width: 767px) {
.align--mobileleft .familaw-titles {
align-items: flex-start;
}
.align--mobilecenter .familaw-titles {
align-items: center;
}
.align--mobileright .familaw-titles {
align-items: flex-end;
}
.align--mobileleft .familaw-titles .divider {
margin-right: auto;
margin-left: 0;
}
.align--mobilecenter .familaw-titles .divider {
margin-left: auto;
margin-right: auto;
}
.align--mobileright .familaw-titles .divider {
margin-left: auto;
margin-right: 0;
}
} .familaw-button {
display: inline-block;
font-family: "Montserrat", sans-serif;
font-size: 14px;
line-height: 26px;
font-weight: 600;
letter-spacing: 0.5px;
transition: all 0.3s ease;
position: relative;
z-index: 1;
}
.familaw-button.full-width-yes {
width: 100%;
text-align: center;
}
.familaw-button .icon {
position: relative;
font-size: 16px;
line-height: 0;
display: inline-block;
transition: all 0.3s ease;
}
.familaw-button .icon svg {
transition: all 0.2s ease;
}
.familaw-button.icon-left,
.familaw-button.icon-right {
display: inline-flex;
align-items: center;
}
.familaw-button.icon-left {
padding-left: 20px;
flex-direction: row-reverse;
}
.familaw-button.icon-right {
padding-right: 20px;
flex-direction: row;
}
.familaw-button.icon-right .icon {
margin-left: 6px;
}
.familaw-button.icon-left .icon {
margin-right: 6px;
} .familaw-button.button-1 {
color: #fff;
background-color: #d3a651;
padding: 12px 30px;
}
.familaw-button.button-1:hover {
color: #fff;
background-color: #272a33;
} .familaw-button.button-2 {
color: #fff;
background-color: #d3a651;
padding: 10px 28px;
}
.familaw-button.button-2:after {
content: "";
position: absolute;
left: -4px;
top: -4px;
border: 1px solid #d3a651;
width: calc(100% + 8px);
height: calc(100% + 8px);
opacity: 1;
transition: all 0.5s ease;
}
.familaw-button.button-2:hover:after {
transform: scale(1.2);
opacity: 0;
} .familaw-button.link-1 {
padding: 0;
color: #a9aaad;
background-color: transparent;
}
.familaw-button.link-1>.text {
position: relative;
display: inline-block;
line-height: 1;
padding-bottom: 4px;
}
.familaw-button.link-1>.text:before,
.familaw-button.link-1>.text:after {
content: "";
height: 1px;
position: absolute;
left: 0;
bottom: 0;
transition: width 0.5s ease;
}
.familaw-button.link-1>.text:before {
background-color: #e5e5e7;
width: 100%;
}
.familaw-button.link-1>.text:after {
background-color: #d3a651;
width: 0;
z-index: 10;
}
.familaw-button.link-1:hover .text:after {
width: 100%;
}
.familaw-button.link-1:hover {
color: #d3a651;
} .familaw-button.link-2 {
padding: 0;
color: #d3a651;
background-color: transparent;
}
.familaw-button.link-2>.text {
position: relative;
display: inline-block;
line-height: 1;
padding-bottom: 4px;
}
.familaw-button.link-2>.text:before {
content: "";
background-color: #d3a651;
width: 100%;
height: 1px;
position: absolute;
left: 0;
bottom: 0;
transition: width 0.5s ease;
}
.familaw-button.link-2>.text:before {}
.familaw-button.link-2:hover .text:before {
width: 0;
} .familaw-divider {
border-width: 1px 0 0 0;
overflow: hidden;
}
.familaw-divider .d-icon {
display: inline-block;
position: relative;
}
.familaw-divider .d-icon i,
.familaw-divider .d-icon .text,
.familaw-divider .d-icon svg {
position: relative;
}
.familaw-divider .d-icon>span {
display: inline-block;
}
.familaw-divider .d-before {
display: block;
position: absolute;
top: 50%;
border-width: 1px 0 0 0;
right: 100%;
width: 9999px;
}
.familaw-divider .d-after {
display: block;
position: absolute;
top: 50%;
border-width: 1px 0 0 0;
left: 100%;
width: 9999px;
} .familaw-list ul {
list-style: none;
margin: 0;
}
.familaw-list ul li {
display: flex;
align-items: center;
margin-bottom: 14px;
}
.familaw-list ul li:last-child {
margin: 0 !important;
border-bottom: 0 !important;
}
.familaw-list .l-icon {
color: #d3a651;
line-height: 1;
position: relative;
display: inline-block;
transition: all 0.3s ease;
}
.familaw-list .l-icon i,
.familaw-list .l-icon svg,
.familaw-list .l-icon>span {
position: relative;
}
.familaw-list .text-wrap {
margin-left: 12px;
transition: color 0.3s ease;
}
.familaw-list ul li a:hover {
color: #272a33;
}
.familaw-list.col2 ul li {
width: 48%;
float: left;
}
.familaw-list.col2 ul li:nth-child(2n+1) {
margin-right: 4%;
}
.familaw-list.inline-yes ul:after {
content: "";
clear: left;
display: table;
}
.familaw-list.inline-yes ul li {
float: left;
margin-right: 10px;
}
@media (max-width: 1024px) {
.familaw-list.col2 ul li {
width: 100%;
float: none;
margin-right: 0;
}
} .familaw-icon {
display: inline-block;
position: relative;
z-index: 1;
}
.familaw-icon .i-icon {
display: inline-block;
position: relative;
box-sizing: content-box;
transition: all 0.3s ease;
}
.familaw-icon .i-icon>i,
.familaw-icon .i-icon>svg {
position: relative;
}
.familaw-icon .i-icon>svg {
transition: all 0.3s ease;
} .familaw-socials ul {
display: flex;
flex-wrap: wrap;
margin: 0;
list-style: none;
}
.familaw-socials ul li a {
font-size: 16px;
display: inline-block;
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
color: #63666c;
}
.familaw-socials ul li:last-child {
margin-right: 0 !important;
}
.familaw-socials ul li a:hover {
opacity: 0.7;
}
.familaw-socials ul li a:hover {
color: #d3a651;
}
.familaw-socials ul li a i,
.familaw-socials ul li a svg {
position: relative;
}
.s-align-left .familaw-socials ul {
justify-content: flex-start;
}
.s-align-right .familaw-socials ul {
justify-content: flex-end;
}
.s-align-center .familaw-socials ul {
justify-content: center;
}
@media (max-width: 767px) {
.s-align--mobileleft .familaw-socials ul {
justify-content: flex-start !important;
}
.align--mobilecenter .familaw-socials ul {
text-align: center !important;
}
.align--mobileright .familaw-socials ul {
text-align: right !important;
}
} .familaw-text-scroll {
overflow: hidden;
vertical-align: baseline;
height: 42px;
}
.familaw-text-scroll .texts {
display: block;
font-size: 42px;
height: 42px;
line-height: 42px;
margin: 0;
transition: margin-top 0.4s ease-in-out;
}
.familaw-text-typed .typed-cursor {
color: #d3a651;
opacity: 1;
animation: blink 0.7s infinite;
}
@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.familaw-text-typed.align-center {
margin-left: auto;
margin-right: auto;
}
.familaw-text-typed.align-right {
margin-left: auto;
}
.familaw-text-scroll,
.familaw-text-typed,
.familaw-text-mobile {
margin-bottom: 0;
}
.familaw-text-mobile {
display: none;
}
@media (max-width: 767px) {
.familaw-text-scroll.has-text-mobile,
.familaw-text-typed.has-text-mobile {
display: none;
}
.familaw-text-mobile.has-text-mobile {
display: block;
}
} .familaw-info-slide {
position: relative;
color: #fff;
overflow: hidden;
}
.familaw-info-slide .bg-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #272a33;
}
.familaw-info-slide .bg-wrap .bg {
opacity: 0;
visibility: hidden;
background-size: cover;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: all 2s ease;
}
.familaw-info-slide .bg-wrap .bg.show {
opacity: 1;
visibility: visible;
}
.familaw-info-slide .item-wrap {
display: flex;
flex-wrap: wrap;
}
.familaw-info-slide .item-wrap .is-item {
position: relative;
flex: 1;
height: 485px;
overflow: hidden;
border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.familaw-info-slide .item-wrap .is-item:first-child {
border: 0;
}
.familaw-info-slide .item-wrap .is-item:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(0deg, rgba(25, 25, 25, 1) 0%, transparent 60%);
opacity: 0;
transition: all 0.3s linear;
}
.familaw-info-slide .item-wrap .is-item:hover:after,
.familaw-info-slide .item-wrap .is-item.trigger:after {
opacity: 1;
transition: all 0.3s linear;
}
.familaw-info-slide .item-wrap .media {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.familaw-info-slide .item-wrap .overlay {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, transparent 50%);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.familaw-info-slide .item-wrap .content-wrap {
position: absolute;
left: 0;
bottom: 0;
padding: 0 40px 40px;
z-index: 1;
}
.familaw-info-slide .item-wrap .desc {
overflow: hidden;
height: 0;
transition: opacity 0.3s ease, height 0.3s ease;
}
.familaw-info-slide .item-wrap .is-icon {
font-size: 60px;
line-height: 1;
display: inline-block;
}
.familaw-info-slide .item-wrap .is-icon i,
.familaw-info-slide .item-wrap .is-icon svg {
position: relative;
}
.familaw-info-slide .item-wrap .title {
color: #fff;
font-size: 22px;
line-height: 32px;
margin: 15px 0 5px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.familaw-info-slide .item-wrap .url-wrap {
margin-top: 24px;
}
@media (max-width: 1024px) {
.familaw-info-slide.slide-4 .item-wrap .is-item {
flex: 0 0 50%;
}
.familaw-info-slide.slide-4 .item-wrap .is-item:nth-child(1),
.familaw-info-slide.slide-4 .item-wrap .is-item:nth-child(2) {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
}
@media (max-width: 767px) {
.familaw-info-slide.slide-2 .item-wrap .is-item,
.familaw-info-slide.slide-3 .item-wrap .is-item,
.familaw-info-slide.slide-4 .item-wrap .is-item {
flex: 0 0 100%;
}
.familaw-info-slide.slide-2 .item-wrap .is-item:nth-child(1),
.familaw-info-slide.slide-3 .item-wrap .is-item:nth-child(1),
.familaw-info-slide.slide-4 .item-wrap .is-item:nth-child(1),
.familaw-info-slide.slide-3 .item-wrap .is-item:nth-child(2),
.familaw-info-slide.slide-4 .item-wrap .is-item:nth-child(2),
.familaw-info-slide.slide-4 .item-wrap .is-item:nth-child(3) {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
} .familaw-icon-box {
transition: all 0.3s ease;
}
.familaw-icon-box .inner {
display: flex;
position: relative;
transition: background 0.5s ease;
z-index: 2;
}
.familaw-icon-box .title {
font-size: 20px;
font-weight: 600;
margin: 24px 0 14px;
}
.familaw-icon-box .url-wrap {
margin-top: 25px;
}
.familaw-icon-box .ib-icon {
position: relative;
display: inline-block;
font-size: 50px;
line-height: 1;
color: #272a33;
transition: all 0.3s ease;
}
.familaw-icon-box .ib-icon>i,
.familaw-icon-box .ib-icon>svg {
position: relative;
transition: all 0.3s ease;
}
.familaw-icon-box .divider {
width: 48px;
height: 2px;
background-color: #d3a651;
margin-bottom: 22px;
}
.familaw-icon-box.icon-top .inner {
flex-direction: column;
}
.familaw-icon-box.icon-top.content-center .inner {
align-items: center;
}
.familaw-icon-box.icon-top.content-center .content-wrap {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
.familaw-icon-box.icon-top.content-right .inner {
align-items: flex-end;
}
.familaw-icon-box.icon-top.content-right .content-wrap {
text-align: right;
display: flex;
flex-direction: column;
align-items: flex-end;
}
.familaw-icon-box.icon-left .inner {
flex-direction: row;
}
.familaw-icon-box.icon-left .title {
margin-top: 0;
}
.familaw-icon-box.icon-left .ib-icon {
margin-right: 20px;
}
.familaw-icon-box.icon-left.content-left .inner {
justify-content: flex-start;
}
.familaw-icon-box.icon-left.content-center .inner {
justify-content: center;
}
.familaw-icon-box.icon-left.content-right .inner {
justify-content: flex-end;
}
.familaw-icon-box.icon-right .inner {
flex-direction: row-reverse;
}
.familaw-icon-box.icon-right .title {
margin-top: 0;
}
.familaw-icon-box.icon-right .ib-icon {
margin-left: 20px;
}
.familaw-icon-box.icon-right .content-wrap {
text-align: right;
}
.familaw-icon-box.icon-right.content-left .inner {
justify-content: flex-end;
}
.familaw-icon-box.icon-right.content-center .inner {
justify-content: center;
}
.familaw-icon-box.icon-right.content-right .inner {
justify-content: flex-start;
}
.familaw-icon-box.url-hover .url-wrap {
opacity: 0;
transform: translateY(15px);
transition: all 0.4s ease;
}
.familaw-icon-box.url-hover .inner {
transition: all 0.4s ease;
}
.familaw-icon-box.url-hover:hover .inner {
transform: translateY(-15px);
}
.familaw-icon-box.url-hover:hover .url-wrap {
opacity: 1;
transform: translateY(0px);
}
@media (max-width: 767px) {
.familaw-icon-box.mobile-icon-top .inner {
flex-direction: column !important;
}
.familaw-icon-box.mobile-icon-top .ib-icon {
margin: 0 0 15px !important;
}
} .familaw-gallery-carousel .thumb-wrap,
.familaw-gallery-grid .thumb-wrap {
position: relative;
}
.familaw-gallery-carousel .thumb-wrap .arrow,
.familaw-gallery-grid .thumb-wrap .arrow {
opacity: 0;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
margin-top: -10px;
display: inline-block;
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
background-color: #d3a651;
color: #fff;
border-radius: 50%;
transition: all 0.3s ease;
}
.familaw-gallery-carousel .thumb-wrap:hover .arrow,
.familaw-gallery-grid .thumb-wrap:hover .arrow {
opacity: 1;
margin-top: 0;
}
.familaw-gallery-carousel .thumb-wrap .arrow:hover,
.familaw-gallery-grid .thumb-wrap .arrow:hover {
background-color: #272a33;
}
.familaw-gallery-carousel .thumb-wrap .arrow:after,
.familaw-gallery-grid .thumb-wrap .arrow:after {
content: "\e98e";
font-family: "Feather";
font-size: 16px;
}
.familaw-gallery-grid .thumb-wrap a {
display: inline-block;
} .familaw-counter,
.familaw-counter .content-wrap {
position: relative;
}
.familaw-counter .bg-decor {
position: absolute;
}
.familaw-counter .c-morphing {
width: 100%;
position: absolute;
left: 0;
bottom: 0;
}
.familaw-counter .c-icon i,
.familaw-counter .c-icon svg {
position: relative;
transition: all 0.3s ease;
}
.familaw-counter .number-wrap .inner {
display: inline-block;
}
.familaw-counter .number-wrap {
font-size: 50px;
line-height: 1;
font-weight: 700;
}
.familaw-counter .number-wrap .number,
.familaw-counter .number-wrap .odometer {
color: #272a33;
}
.familaw-counter .number-wrap .prefix,
.familaw-counter .number-wrap .suffix {
color: #d3a651;
}
.familaw-counter .title {
font-size: 20px;
margin-bottom: 0;
}
.familaw-counter .desc {
margin-top: 10px;
}
.familaw-counter .divider {
background-color: #d3a651;
} .familaw-counter.style-1 .content-wrap {
display: flex;
flex-direction: column;
}
.familaw-counter.style-1 .number-wrap {
margin-bottom: 10px;
}
.familaw-counter.style-1.align-center .content-wrap {
justify-content: center;
text-align: center;
}
.familaw-counter.style-1.align-right {
justify-content: flex-end;
text-align: right;
}
.familaw-counter.style-1.align-center .content-wrap .title,
.familaw-counter.style-1.align-center .content-wrap .desc {
margin-left: auto;
margin-right: auto;
}
.familaw-counter.style-1.align-right .content-wrap .title,
.familaw-counter.style-1.align-right .content-wrap .desc {
margin-left: auto;
}
.familaw-counter.style-1 .divider {
width: 40px;
height: 2px;
margin-bottom: 10px;
}
.familaw-counter.style-1.align-center .divider {
margin-left: auto;
margin-right: auto;
}
.familaw-counter.style-1.align-right .divider {
margin-left: auto;
margin-right: 0;
} .familaw-counter.style-2 .content-wrap {
display: flex;
flex-direction: row;
align-items: center;
}
.familaw-counter.style-2 .number-wrap {
margin-right: 30px;
}
.familaw-counter.style-2.align-center .content-wrap {
justify-content: center;
}
.familaw-counter.style-2.align-right .content-wrap {
justify-content: flex-end;
}
.familaw-counter.style-2.align-right .content-wrap,
.familaw-counter.style-2.align-center .content-wrap {
text-align: left;
} .familaw-counter.style-3 .content-wrap {
display: flex;
flex-direction: column;
}
.familaw-counter.style-3 .number-wrap {
margin-bottom: 10px;
}
.familaw-counter.style-3.align-center .content-wrap {
justify-content: center;
text-align: center;
}
.familaw-counter.style-3.align-right {
justify-content: flex-end;
text-align: right;
}
.familaw-counter.style-3.align-center .content-wrap .title,
.familaw-counter.style-3.align-center .content-wrap .desc {
margin-left: auto;
margin-right: auto;
}
.familaw-counter.style-3.align-right .content-wrap .title,
.familaw-counter.style-3.align-right .content-wrap .desc {
margin-left: auto;
}
.familaw-counter.style-3 .divider {
width: 40px;
height: 3px;
border-radius: 2px;
margin-bottom: 10px;
}
.familaw-counter.style-3.align-center .divider {
margin-left: auto;
margin-right: auto;
}
.familaw-counter.style-3.align-right .divider {
margin-left: auto;
margin-right: 0;
} .familaw-counter.style-4 {
display: flex;
flex-direction: row;
}
.familaw-counter.style-4 .c-icon {
margin-right: 20px;
position: relative;
display: inline-block;
font-size: 50px;
line-height: 1;
color: #272a33;
transition: all 0.3s ease;
}
.familaw-counter.style-4.align-center {
justify-content: center;
}
.familaw-counter.style-4.align-right .number-wrap,
.familaw-counter.style-4.align-right .content-wrap,
.familaw-counter.style-4.align-center .content-wrap {
text-align: left;
}
.familaw-counter.style-4 .divider {
width: 40px;
height: 3px;
border-radius: 2px;
margin-bottom: 10px;
} .familaw-fancy-image {
position: relative;
}
.familaw-fancy-image .fi-decor,
.familaw-fancy-image .item-decor {
position: absolute;
}
.familaw-fancy-image img {
width: 100%;
transition: all 0.3s ease;
}
.familaw-fancy-image .fi-morphing {
width: 100%;
position: absolute;
left: 0;
bottom: 0;
}
.familaw-fancy-image .icon-wrap {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
opacity: 0;
margin-left: -50px;
transition: opacity 2s ease, margin 2s ease, background 0.5s ease;
}
.familaw-fancy-image.is-in-view .icon-wrap {
opacity: 1;
margin-left: 0;
}
.icon-pos-center .familaw-fancy-image .icon-wrap {
left: 50%;
top: 50%;
}
.icon-pos-top .familaw-fancy-image .icon-wrap {
left: 50%;
top: 0;
}
.icon-pos-right .familaw-fancy-image .icon-wrap {
left: 100%;
top: 50%;
}
.icon-pos-bottom .familaw-fancy-image .icon-wrap {
left: 50%;
top: 100%;
}
.icon-pos-left .familaw-fancy-image .icon-wrap {
left: 0;
top: 50%;
} .familaw-fancy-image .icon-wrap .fi-icon>i,
.familaw-fancy-image .icon-wrap .fi-icon>svg {
position: relative;
}
.familaw-fancy-image .icon-wrap .fi-icon>svg {
transition: all 0.3s ease;
}
.familaw-fancy-image .icon-wrap .fi-icon>i {
left: 30px;
top: -1px;
}
.familaw-fancy-image .icon-wrap .fi-icon {
font-size: 34px;
line-height: 90px;
width: 90px;
height: 90px;
border-radius: 50%;
position: relative;
display: inline-block;
color: #fff;
background-color: #d3a651;
transition: all 0.3s ease;
}
.familaw-fancy-image .icon-wrap .fi-icon:hover {
background-color: #2b2e34;
}
.familaw-fancy-image .icon-wrap .fi-icon:hover {
color: #d3a651;
}
.familaw-fancy-image .icon-wrap.effect-yes .fi-icon:after {
width: 90px;
height: 90px;
left: 0;
top: 0;
z-index: -1;
opacity: 0.8;
content: "";
border: 4px solid #d3a651;
position: absolute;
border-radius: 100%;
animation: circle-fade-inf 2s infinite ease-in-out;
transition: all 0.3s ease;
}
@keyframes circle-fade-inf {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.4);
opacity: 0;
}
} .familaw-fancy-image .image-wrap,
.familaw-fancy-image .fi-bg {
transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
transform: translate(0, 0);
opacity: 0;
}
.familaw-fancy-image .fi-bg {
display: inline-block;
position: absolute;
z-index: 0;
background-color: #d3a651;
width: 100%;
height: 100%;
}
.familaw-fancy-image .image-wrap {
opacity: 0;
}
.familaw-fancy-image .image-wrap {
position: relative;
}
.familaw-fancy-image .image-wrap .exp-wrap {
padding: 35px 50px;
display: flex;
align-items: center;
position: absolute;
right: 0;
bottom: 0;
background-color: #d3a651;
}
.familaw-fancy-image .image-wrap .exp-text {
font-size: 24px;
line-height: 26px;
color: #fff;
margin: 0;
}
.familaw-fancy-image .image-wrap .exp-icon {
font-size: 50px;
color: #fff;
margin-right: 20px;
display: flex;
align-items: center;
}
.familaw-fancy-image.is-in-view .fi-bg,
.familaw-fancy-image.is-in-view .image-wrap {
opacity: 1;
}
.familaw-fancy-image.bg-space-10px.is-in-view.effect-pos-top .fi-bg {
transform: translate(-10px, -10px);
}
.familaw-fancy-image.bg-space-10px.effect-pos-top .image-wrap {
transform: translate(-10px, -10px);
}
.familaw-fancy-image.bg-space-10px.is-in-view.effect-pos-top .image-wrap {
transform: translate(0, 0);
}
.familaw-fancy-image.bg-space-10px.is-in-view.effect-pos-right .fi-bg {
transform: translate(10px, -10px);
}
.familaw-fancy-image.bg-space-10px.effect-pos-right .image-wrap {
transform: translate(10px, -10px);
}
.familaw-fancy-image.bg-space-10px.is-in-view.effect-pos-right .image-wrap {
transform: translate(0px, 0px);
}
.familaw-fancy-image.bg-space-10px.is-in-view.effect-pos-bottom .fi-bg {
transform: translate(10px, 10px);
}
.familaw-fancy-image.bg-space-10px.effect-pos-bottom .image-wrap {
transform: translate(10px, 10px);
}
.familaw-fancy-image.bg-space-10px.is-in-view.effect-pos-bottom .image-wrap {
transform: translate(0px, 0px);
}
.familaw-fancy-image.bg-space-10px.is-in-view.effect-pos-left .fi-bg {
transform: translate(-10px, 10px);
}
.familaw-fancy-image.bg-space-10px.effect-pos-left .image-wrap {
transform: translate(-10px, 10px);
}
.familaw-fancy-image.bg-space-10px.is-in-view.effect-pos-left .image-wrap {
transform: translate(0px, 0px);
}
.familaw-fancy-image.bg-space-15px.is-in-view.effect-pos-top .fi-bg {
transform: translate(-15px, -15px);
}
.familaw-fancy-image.bg-space-15px.effect-pos-top .image-wrap {
transform: translate(-15px, -15px);
}
.familaw-fancy-image.bg-space-15px.is-in-view.effect-pos-top .image-wrap {
transform: translate(0, 0);
}
.familaw-fancy-image.bg-space-15px.is-in-view.effect-pos-right .fi-bg {
transform: translate(15px, -15px);
}
.familaw-fancy-image.bg-space-15px.effect-pos-right .image-wrap {
transform: translate(15px, -15px);
}
.familaw-fancy-image.bg-space-15px.is-in-view.effect-pos-right .image-wrap {
transform: translate(0px, 0px);
}
.familaw-fancy-image.bg-space-15px.is-in-view.effect-pos-bottom .fi-bg {
transform: translate(15px, 15px);
}
.familaw-fancy-image.bg-space-15px.effect-pos-bottom .image-wrap {
transform: translate(15px, 15px);
}
.familaw-fancy-image.bg-space-15px.is-in-view.effect-pos-bottom .image-wrap {
transform: translate(0px, 0px);
}
.familaw-fancy-image.bg-space-15px.is-in-view.effect-pos-left .fi-bg {
transform: translate(-15px, 15px);
}
.familaw-fancy-image.bg-space-15px.effect-pos-left .image-wrap {
transform: translate(-15px, 15px);
}
.familaw-fancy-image.bg-space-15px.is-in-view.effect-pos-left .image-wrap {
transform: translate(0px, 0px);
}
.familaw-fancy-image.bg-space-20px.is-in-view.effect-pos-top .fi-bg {
transform: translate(-20px, -20px);
}
.familaw-fancy-image.bg-space-20px.effect-pos-top .image-wrap {
transform: translate(-20px, -20px);
}
.familaw-fancy-image.bg-space-20px.is-in-view.effect-pos-top .image-wrap {
transform: translate(0, 0);
}
.familaw-fancy-image.bg-space-20px.is-in-view.effect-pos-right .fi-bg {
transform: translate(20px, -20px);
}
.familaw-fancy-image.bg-space-20px.effect-pos-right .image-wrap {
transform: translate(20px, -20px);
}
.familaw-fancy-image.bg-space-20px.is-in-view.effect-pos-right .image-wrap {
transform: translate(0px, 0px);
}
.familaw-fancy-image.bg-space-20px.is-in-view.effect-pos-bottom .fi-bg {
transform: translate(20px, 20px);
}
.familaw-fancy-image.bg-space-20px.effect-pos-bottom .image-wrap {
transform: translate(20px, 20px);
}
.familaw-fancy-image.bg-space-20px.is-in-view.effect-pos-bottom .image-wrap {
transform: translate(0px, 0px);
}
.familaw-fancy-image.bg-space-20px.is-in-view.effect-pos-left .fi-bg {
transform: translate(-20px, 20px);
}
.familaw-fancy-image.bg-space-20px.effect-pos-left .image-wrap {
transform: translate(-20px, 20px);
}
.familaw-fancy-image.bg-space-20px.is-in-view.effect-pos-left .image-wrap {
transform: translate(0px, 0px);
} .familaw-fancy-image.reveal {
display: inline-block;
}
.familaw-fancy-image.reveal>* {
animation-duration: 1s;
animation-fill-mode: forwards;
animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.familaw-fancy-image.reveal.is-in-view {
transform: translate(0, 0);
}
.familaw-fancy-image.reveal>.image-wrap {
opacity: 0;
}
.familaw-fancy-image.reveal.is-in-view>.image-wrap {
animation-name: hide-show;
}
.familaw-fancy-image.reveal:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #e5e5e7;
transform-origin: left top;
transform: scale(0, 0);
animation-duration: 1s;
animation-fill-mode: forwards;
animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.familaw-fancy-image.reveal.lr.is-in-view:after {
animation-name: reveal-from-left;
}
.familaw-fancy-image.reveal.rl.is-in-view:after {
animation-name: reveal-from-right;
}
.familaw-fancy-image.reveal.tb.is-in-view:after {
animation-name: reveal-from-top;
}
.familaw-fancy-image.reveal.bt.is-in-view:after {
animation-name: reveal-from-bottom;
}
.familaw-fancy-image.reveal .icon-wrap {
opacity: 0;
margin-left: -40px;
transition: all 1.4s ease;
}
.familaw-fancy-image.reveal.is-in-view .icon-wrap {
opacity: 1;
margin-left: 0;
}
@keyframes hide-show {
0% {
opacity: 0;
}
66.6% {
opacity: 0;
}
66.7% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes reveal-from-left {
0% {
transform-origin: left center;
transform: scale(0, 1);
}
66.6% {
transform-origin: left center;
transform: scale(1, 1);
}
66.7% {
transform-origin: right center;
transform: scale(1, 1);
}
100% {
transform-origin: right center;
transform: scale(0, 1);
}
}
@keyframes reveal-from-right {
0% {
transform-origin: right center;
transform: scale(0, 1);
}
66.6% {
transform-origin: right center;
transform: scale(1, 1);
}
66.7% {
transform-origin: left center;
transform: scale(1, 1);
}
100% {
transform-origin: left center;
transform: scale(0, 1);
}
}
@keyframes reveal-from-top {
0% {
transform-origin: top center;
transform: scale(1, 0);
}
66.6% {
transform-origin: top center;
transform: scale(1, 1);
}
66.7% {
transform-origin: bottom center;
transform: scale(1, 1);
}
100% {
transform-origin: bottom center;
transform: scale(1, 0);
}
}
@keyframes reveal-from-bottom {
0% {
transform-origin: bottom center;
transform: scale(1, 0);
}
66.6% {
transform-origin: bottom center;
transform: scale(1, 1);
}
66.7% {
transform-origin: top center;
transform: scale(1, 1);
}
100% {
transform-origin: top center;
transform: scale(1, 0);
}
} .familaw-testimonial .inner {
padding: 55px 40px 40px;
position: relative;
background-color: #f6f6f7;
}
.familaw-testimonial .avatar,
.familaw-testimonial .divider {
margin: 0 auto 0;
}
.familaw-testimonial .divider {
width: 40px;
height: 2px;
background-color: #d3a651;
margin-top: 5px;
}
.familaw-testimonial .avatar {
width: 90px;
border-radius: 50%;
overflow: hidden;
}
.familaw-testimonial .name {
font-size: 18px;
line-height: 28px;
font-weight: 600;
margin: 0;
}
.familaw-testimonial .position {
font-size: 16px;
line-height: 28px;
font-weight: 500;
color: #a9aaad;
}
.familaw-testimonial .quote {
color: #63666c;
background-color: transparent;
padding: 0;
margin: 15px 0 0 0;
}
.familaw-testimonial .t-icon svg {
width: 160px;
}
.familaw-testimonial .quote:before {
display: none;
}
.familaw-testimonial.style-1 .inner {
text-align: center;
}
.familaw-testimonial.style-1 .avatar {
margin-bottom: 20px;
}
.familaw-testimonial.style-1 .name {
margin: 24px 0 0;
}
.familaw-testimonial.style-2 .inner {
text-align: center;
padding: 50px 40px;
}
.familaw-testimonial.style-2 .avatar {
margin-bottom: 20px;
}
.familaw-testimonial.style-2 .t-icon {
padding-top: 10px;
}
.familaw-testimonial.style-3 .inner {
padding: 45px 50px 40px;
}
.familaw-testimonial.style-3 .avatar {
float: left;
width: 85px;
margin-right: 20px;
}
.familaw-testimonial.style-3 .t-icon svg {
width: 100px;
}
.familaw-testimonial.style-3 .name {
margin-top: 0;
}
.familaw-testimonial.style-3 .info {
overflow: hidden;
}
.familaw-testimonial.style-3 .quote {
font-family: "Archivo", sans-serif;
font-size: 16px;
line-height: 30px;
margin: 17px 0 0 0;
}
.familaw-testimonial.style-4 .inner {
padding: 45px 50px 40px;
}
.familaw-testimonial.style-4 .avatar {
float: left;
width: 80px;
margin-right: 20px;
}
.familaw-testimonial.style-4 .client {
position: relative;
}
.familaw-testimonial.style-4 .t-icon {
position: absolute;
right: 0;
top: 10px;
}
.familaw-testimonial.style-4 .t-icon svg {
width: 100px;
}
.familaw-testimonial.style-4 .name {
margin-top: 10px;
}
.familaw-testimonial.style-4 .info {
overflow: hidden;
}
.familaw-testimonial.style-4 .quote {
font-family: "Archivo", sans-serif;
font-size: 16px;
line-height: 30px;
margin: 17px 0 0 0;
}
.familaw-testimonial.style-5 .inner {
text-align: center;
padding: 40px 40px 80px;
position: static;
}
.familaw-testimonial.style-5 .client {
text-align: center;
margin-top: -45px;
}
.familaw-testimonial.style-5 .avatar {
margin-bottom: 20px;
}
.familaw-testimonial.style-5 .t-icon {
padding-top: 10px;
}
@media (max-width: 767px) {
.familaw-testimonial.style-4 .t-icon {
display: none;
}
} .familaw-testimonial-slider .t-icon {
text-align: center;
}
.familaw-testimonial-slider .ts-quotes,
.familaw-testimonial-slider .ts-thumbs {
max-width: 850px;
margin: 0 auto;
cursor: pointer;
position: relative;
}
.familaw-testimonial-slider .ts-thumbs {
padding-top: 30px;
}
.familaw-testimonial-slider .ts-thumbs .slick-track {
padding-top: 15px;
}
.familaw-testimonial-slider .ts-quotes blockquote {
font-size: 22px;
line-height: 38px;
font-weight: 400;
padding: 0;
margin: 0;
text-align: center;
background-color: transparent;
}
.familaw-testimonial-slider .ts-quotes blockquote:before {
display: none;
}
.familaw-testimonial-slider .ts-quotes .title {
margin-bottom: 0;
}
.familaw-testimonial-slider .thumbs-carousel {
padding: 0 100px;
position: relative;
}
.familaw-testimonial-slider .thumbs-carousel .thumb {
height: 90px;
width: 90px;
margin: 0 auto 8px !important;
}
.familaw-testimonial-slider .thumbs-carousel .slider-item {
width: 100%;
text-align: center;
padding-bottom: 50px;
position: relative;
cursor: pointer;
}
.familaw-testimonial-slider .thumbs-carousel img {
height: 60px;
width: 60px;
display: inline-block;
border-radius: 50%;
opacity: 0.5;
transition: all 0.6s cubic-bezier(0.35, 0.7, 0.35, 1);
}
.familaw-testimonial-slider .thumbs-carousel img:hover {
opacity: 1;
}
.familaw-testimonial-slider .thumbs-carousel .slider-item .client {
width: 200px;
position: absolute;
left: 50%;
bottom: 0;
opacity: 0;
visibility: hidden;
transform: translateX(-50%) translateY(-20px);
transition: all 0.6s cubic-bezier(0.35, 0.7, 0.35, 1);
}
.familaw-testimonial-slider .thumbs-carousel .name {
font-size: 20px;
font-weight: 600;
margin: 0;
}
.familaw-testimonial-slider .thumbs-carousel .position {
color: #a9aaad;
}
.familaw-testimonial-slider .thumbs-carousel .slider-item.slick-center img {
height: 90px;
width: 90px;
margin-top: -15px;
opacity: 1;
}
.familaw-testimonial-slider .thumbs-carousel .slider-item.slick-center .client {
visibility: visible;
opacity: 1;
transform: translateX(-50%) translateY(0);
}
.familaw-testimonial-slider .ts-controls {
position: absolute;
top: 0;
width: 100%;
}
.familaw-testimonial-slider .arrow-left,
.familaw-testimonial-slider .arrow-right {
position: absolute;
top: 30px;
}
.familaw-testimonial-slider .arrow-left>i,
.familaw-testimonial-slider .arrow-left>svg {
transform: rotate(180deg);
}
.familaw-testimonial-slider [class^="arrow-"] {
text-align: center;
font-size: 30px;
line-height: 1;
color: #e5e5e7;
}
.familaw-testimonial-slider [class^="arrow-"]:hover {
color: #d3a651;
}
.familaw-testimonial-slider [class^="arrow-"]>i,
.familaw-testimonial-slider [class^="arrow-"]>svg {
position: relative;
}
.familaw-testimonial-slider [class^="arrow-"]>svg {
transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
.familaw-testimonial-slider .ts-controls {
display: none;
}
} .filter-list {
list-style: none;
margin: 0;
display: flex;
justify-content: center;
flex-wrap: wrap;
font-family: "Montserrat", sans-serif;
font-size: 15px;
font-weight: 600;
letter-spacing: 0.2px;
margin-bottom: 30px;
text-transform: uppercase;
}
.filter-list .filter-item {
margin: 0 18px 2px;
}
.filter-list .filter-item:first-child {
margin-left: 0 !important;
}
.filter-list .filter-item:last-child {
margin-right: 0 !important;
}
.filter-list.justify-content-float-right {
position: absolute;
right: 0;
top: -40px;
}
.filter-list.filter-style-1 .filter-item {
color: #a9aaad;
letter-spacing: 0.5px;
cursor: pointer;
position: relative;
transition: all 0.3s ease;
}
.filter-list.filter-style-1 .filter-item:hover {
color: #272a33;
}
.filter-list.filter-style-1 .filter-item.selected {
color: #d3a651;
}
.filter-list.filter-style-2 .filter-item {
color: #a9aaad;
cursor: pointer;
position: relative;
transition: all 0.3s ease;
}
.filter-list.filter-style-2 .filter-item:hover {
opacity: 0.7;
}
.filter-list.filter-style-2 .filter-item.selected {
color: #d3a651;
}
.filter-list.filter-style-2 .filter-item:after {
content: "";
width: 0;
height: 1px;
position: absolute;
left: 0;
bottom: 0;
transition: all 0.4s cubic-bezier(.15, .75, .5, 1) 0s;
}
.filter-list.filter-style-2 .filter-item.selected:after {
background-color: #d3a651;
}
.filter-list.filter-style-2 .filter-item.selected:after {
width: 100%;
}
.familaw-portfolio-grid .items-wrap {
margin: -15px;
transition: height 0.5s ease;
}
.familaw-portfolio-grid .items-wrap .post-item {
padding: 15px;
}
.familaw-portfolio-grid .post-item,
.familaw-portfolio-grid .grid-sizer {
float: left;
width: 33.3333333333%;
}
.familaw-portfolio-grid .post-item.width-2x,
.familaw-portfolio-grid .grid-sizer.width-2x {
width: 66.66666666%;
}
.familaw-portfolio-grid.col-5 .post-item,
.familaw-portfolio-grid.col-5 .grid-sizer {
width: 20%;
}
.familaw-portfolio-grid.col-5 .post-item.width-2x,
.familaw-portfolio-grid.col-5 .grid-sizer.width-2x {
width: 40%;
}
.familaw-portfolio-grid.col-4 .post-item,
.familaw-portfolio-grid.col-4 .grid-sizer {
width: 25%;
}
.familaw-portfolio-grid.col-4 .post-item.width-2x,
.familaw-portfolio-grid.col-4 .grid-sizer.width-2x {
width: 50%;
}
.familaw-portfolio-grid.col-2 .post-item,
.familaw-portfolio-grid.col-2 .grid-sizer {
width: 50%;
}
.familaw-portfolio-grid.col-2 .post-item.width-2x,
.familaw-portfolio-grid.col-2 .grid-sizer.width-2x {
width: 100%;
}
.familaw-project .inner,
.familaw-project .thumb {
position: relative;
overflow: hidden;
}
.familaw-project .title {
font-size: 20px;
line-height: 30px;
font-weight: 600;
margin: 0;
}
.familaw-project .category .cat-item,
.familaw-project .desc {
font-family: "Archivo", sans-serif;
font-size: 12px;
font-weight: 500;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.familaw-project .category .cat-item {
position: relative;
padding: 4px;
display: inline-block;
}
.familaw-project .category .cat-item:before {
content: ",";
position: absolute;
left: -3px;
top: 3px;
}
.familaw-project .category .cat-item:first-child:before {
display: none;
}
.familaw-project .category .cat-item:hover {
color: #272a33;
}
.familaw-project.style-1 .overlay .arrow {
display: none;
}
.familaw-project.style-1 .thumb img {
transform: scale(1);
transition: transform 0.3s ease;
}
.familaw-project.style-1:hover .thumb img {
cursor: pointer;
transform: scale(1.1);
}
.familaw-project.style-1 .content-wrap {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: rgba(0, 0, 0, 0.35);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.familaw-project.style-1 .title {
text-shadow: 1px 1px 1px rgb(0 0 0 / 25%);
position: relative;
padding-bottom: 7px;
margin-bottom: 2px;
}
.familaw-project.style-1 .title:after {
content: "";
position: absolute;
left: 50%;
bottom: 0;
width: 60px;
height: 3px;
background-color: #d3a651;
transform: translateX(-50%);
transition: width 0.3s ease;
}
.familaw-project.style-1 .title a {
color: #fff;
}
.familaw-project.style-1 .title:hover {
opacity: 0.9;
}
.familaw-project.style-1 .title:hover:after {
width: 100%;
}
.familaw-project.style-1 .category .cat-item,
.familaw-project.style-1 .desc {
color: rgba(255, 255, 255, 0.85);
}
.familaw-project.style-2 .inner {
background-color: #fff;
border: 1px solid #e5e5e7;
}
.familaw-project.style-2 .overlay {
z-index: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: rgba(0, 0, 0, 0.3);
transition: opacity 0.3s ease;
}
.familaw-project.style-2:hover .overlay {
opacity: 1;
}
.familaw-project.style-2 .overlay .arrow {
margin-top: 5px;
display: inline-block;
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
color: #fff;
background-color: #d3a651;
border-radius: 50%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
transition: all 0.3s ease;
}
.familaw-project.style-2:hover .overlay .arrow {
margin-top: 0;
}
.familaw-project.style-2:hover .overlay .arrow:hover {
opacity: 0.7;
}
.familaw-project.style-2 .content-wrap {
padding: 16px 24px;
text-align: center;
}
.familaw-project.style-2 .category .cat-item,
.familaw-project.style-2 .desc {
color: #a9aaad;
}
.familaw-project.style-2 .thumb {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.familaw-project.style-2 .content-wrap {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.familaw-project.style-2 .title a:hover {
color: #d3a651;
}
.familaw-project.style-3 .overlay {
z-index: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: rgba(0, 0, 0, 0.3);
transition: opacity 0.3s ease;
}
.familaw-project.style-3:hover .overlay {
opacity: 1;
}
.familaw-project.style-3 .overlay .arrow {
margin-top: 5px;
display: inline-block;
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
color: #fff;
background-color: #d3a651;
border-radius: 50%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
transition: all 0.3s ease;
}
.familaw-project.style-3:hover .overlay .arrow {
margin-top: -10px;
}
.familaw-project.style-3:hover .overlay .arrow:hover {
opacity: 0.7;
}
.familaw-project.style-3 .content-wrap {
text-align: center;
padding: 16px 24px;
margin: -10px 30px 0;
background-color: #fff;
position: relative;
z-index: 2;
}
.familaw-project.style-3 .title a:hover {
color: #d3a651;
}
.btn-loadmore {
margin-top: 40px;
}
.btn-loadmore .familaw-button {
position: relative;
}
.btn-loadmore .familaw-button.loading {
padding-right: 50px;
}
.btn-loadmore .familaw-button .pin-circle {
position: absolute;
top: 50%;
right: 26px;
margin-top: -8px;
border: 2px rgba(255, 255, 255, 0.25) solid;
border-top: 2px #fff solid;
border-radius: 50%;
animation: rotateAnimate 0.6s infinite linear;
width: 16px;
height: 16px;
}
@keyframes rotateAnimate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
@media (max-width: 767px) {
.familaw-portfolio-grid .post-item {
float: none;
width: 100%;
}
} .related-project-title {
font-size: 22px;
line-height: 32px;
padding-bottom: 10px;
margin-bottom: 30px;
position: relative;
}
.related-project-title:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 2px;
background-color: #d3a651;
}
.project-related {
margin: 0 -15px;
}
.project-related .post-item {
float: left;
width: 33.3333333%;
padding: 0 15px;
} .familaw-process-steps .ps-item,
.familaw-process-steps .ps-icon {
position: relative;
}
.familaw-process-steps .ps-item .ps-icon {
border-radius: 50%;
transition: all 0.3s ease;
}
.familaw-process-steps .ps-item .ps-icon.icon-text {
font-size: 30px;
}
.familaw-process-steps .ps-item .ps-icon.icon-font {
font-size: 46px;
}
.familaw-process-steps .ps-item .ps-icon i,
.familaw-process-steps .ps-item .ps-icon svg {
position: relative;
}
.familaw-process-steps .ps-item .title {
font-size: 20px;
line-height: 30px;
}
.familaw-process-steps .ps-item .url-wrap {
margin-top: 22px;
}
.familaw-process-steps.style-1 .ps-item .ps-icon {
color: #fff;
background-color: #d3a651;
}
.familaw-process-steps.style-1 .ps-item:hover .ps-icon {
transform: scale(1.07);
}
.familaw-process-steps.style-1 .ps-item:hover .ps-icon:after {
left: 0;
top: 0;
z-index: -1;
opacity: 0;
content: "";
border: 3px solid #d3a651;
position: absolute;
border-radius: 100%;
animation: circle-fade-inf 2s infinite ease-in-out;
transition: all 0.3s ease;
}
.familaw-process-steps.style-2 .ps-icon {
color: #d3a651;
background-color: #fff;
box-shadow: 0 5px 15px rgb(0 0 0 / 7%);
}
.familaw-process-steps.style-2 .ps-item:hover .ps-icon {
box-shadow: 0 5px 35px rgb(0 0 0 / 12%);
transform: translateY(-5px);
}
.familaw-process-steps.type-horizontal {
display: flex;
text-align: center;
}
.familaw-process-steps.type-horizontal .ps-item {
flex: 1;
}
.familaw-process-steps.type-horizontal .ps-item .ps-icon {
margin: 0 auto;
width: 120px;
height: 120px;
line-height: 120px;
}
.familaw-process-steps.type-horizontal .ps-item .title {
margin-top: 28px;
margin-bottom: 14px;
}
.familaw-process-steps.type-horizontal .ps-item:hover .ps-icon:after {
width: 120px;
height: 120px;
}
.familaw-process-steps.type-horizontal .ps-item .ps-icon.icon-text {
font-size: 30px;
}
.familaw-process-steps.type-horizontal .ps-item .ps-icon.icon-font {
font-size: 46px;
}
.familaw-process-steps.style-1.type-horizontal .ps-item:before {
content: "";
position: absolute;
top: 60px;
left: 0;
width: 100%;
height: 1px;
background-color: #e5e5e7;
}
.familaw-process-steps.style-2.type-horizontal .ps-item:before {
content: "";
width: calc(100% - 200px);
height: 1px;
background-color: #e5e5e7;
position: absolute;
left: 0;
top: 60px;
left: -50%;
transform: translateX(100px);
}
.familaw-process-steps.style-2.type-horizontal .ps-item:first-child:before {
display: none;
}
.familaw-process-steps.type-vertical .ps-item .ps-icon {
width: 85px;
height: 85px;
line-height: 85px;
position: absolute;
left: 0;
top: 0;
text-align: center;
}
.familaw-process-steps.type-vertical .ps-item {
padding-left: 120px;
margin-bottom: 53px;
}
.familaw-process-steps.type-vertical .ps-item:hover .ps-icon:after {
width: 85px;
height: 85px;
}
.familaw-process-steps.type-vertical .ps-item .ps-icon.icon-text {
font-size: 24px;
}
.familaw-process-steps.type-vertical .ps-item .ps-icon.icon-font {
font-size: 40px;
}
.familaw-process-steps.type-vertical .ps-item .title {
margin-top: 0;
margin-bottom: 10px;
}
.familaw-process-steps.type-vertical .ps-item:before {
content: "";
position: absolute;
left: 43px;
top: 98px;
bottom: -40px;
width: 1px;
background-color: #e5e5e7;
}
.familaw-process-steps.type-vertical .ps-item:last-child {
margin-bottom: 0;
}
.familaw-process-steps.type-vertical .ps-item:last-child:before {
display: none;
}
@media screen and (max-width: 767px) {
.familaw-process-steps.type-horizontal {
display: block;
}
.familaw-process-steps.style-1 .line,
.familaw-process-steps.style-2.type-horizontal .ps-item:before {
display: none;
}
.familaw-process-steps.style-2.type-horizontal .ps-item {
margin-bottom: 40px;
}
.familaw-process-steps .ps-item {
margin-bottom: 35px;
}
} .familaw-progress-circle .pie-chart {
text-align: center;
position: relative;
display: flex;
align-items: center;
justify-content: center
}
.familaw-progress-circle .pie-chart .percent {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: "Montserrat", sans-serif;
font-size: 30px;
line-height: 1;
letter-spacing: -0.1px;
font-weight: 600;
color: #272a33;
}
.familaw-progress-circle .title {
text-align: center;
font-size: 20px;
margin: 20px 0 0;
} .familaw-countdown .countdown .cd-box {
display: inline-block;
padding: 0;
float: none;
}
.familaw-countdown .countdown .cd-box:last-child {
margin-right: 0 !important;
}
.familaw-countdown .countdown .number {
font-family: "Montserrat", sans-serif;
font-size: 60px;
color: #272a33;
font-weight: 600;
line-height: 1;
}
.familaw-countdown .countdown span {
display: block;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
}
.familaw-countdown.style-1 .countdown .cd-box {
margin: 0 80px 0 0;
}
.familaw-countdown.style-1.content-center {
text-align: center;
}
.familaw-countdown.style-1.content-right {
text-align: right;
}
.familaw-countdown.style-2 .countdown-wrap {
display: flex;
}
.familaw-countdown.style-2 .countdown .cd-box {
display: flex;
align-items: center;
justify-content: center;
margin: 0 35px 0 0;
border: 2px solid #d3a651;
width: 180px;
height: 180px;
}
.familaw-countdown.style-2.content-center .countdown-wrap {
justify-content: center;
text-align: center;
}
.familaw-countdown.style-2.content-right .countdown-wrap {
justify-content: flex-end;
text-align: right;
}
@media (max-width: 767px) {
.familaw-countdown.style-1 .countdown .cd-box {
margin: 0 30px 0 0;
}
.familaw-countdown.style-2 .countdown .cd-box {
margin: 0 10px 0 0;
}
.familaw-countdown .countdown .number {
font-size: 48px;
}
} .familaw-pricing-table {
border: 1px solid #e5e5e7;
border-radius: 6px;
}
.familaw-pricing-table .pt-header {
position: relative;
padding: 29px 24px;
border-bottom: 1px solid #e5e5e7;
}
.familaw-pricing-table .pt-header .badge {
background-color: #3b848c;
font-size: 14px;
font-weight: 600;
font-family: "Montserrat", sans-serif;
line-height: 20px;
letter-spacing: 1px;
color: #fff;
padding: 4px 16px;
border-radius: 20px;
position: absolute;
top: 0;
left: 50%;
transform: translate3d(-50%, -50%, 0);
}
.familaw-pricing-table .pt-header .title {
font-size: 26px;
letter-spacing: -0.1px;
margin-bottom: 0;
}
.familaw-pricing-table .pt-body {
padding: 40px 25px 40px
}
.familaw-pricing-table .pt-body .sub-text {
color: #a9aaad;
font-size: 16px;
font-weight: 500;
margin-bottom: 30px;
}
.familaw-pricing-table .pt-body .price {
color: #272a33;
font-family: "Montserrat", sans-serif;
font-size: 60px;
line-height: 1;
font-weight: 600;
margin-bottom: 30px;
}
.familaw-pricing-table .pt-body .url-wrap {
margin-bottom: 30px;
}
.familaw-pricing-table .pt-body .desc ul {
text-align: left;
margin-bottom: 0;
}
.familaw-pricing-table.featured .pt-header .title {
margin-top: 12px;
} .familaw-partner-carousel .flickity-slider {
display: flex;
align-items: center;
}
.familaw-partner,
.familaw-partner a,
.familaw-partner span {
display: block;
text-align: center;
overflow: hidden;
transition: all 0.3s cubic-bezier(0.35, 0.7, 0.35, 1);
}
.familaw-partner img {
transition: opacity 0.3s ease;
} .familaw-feature-box .inner {
display: block;
position: relative;
min-height: 350px;
}
.familaw-feature-box .fb-bg {
position: absolute;
width: 100%;
height: 100%;
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.familaw-feature-box .overlay {
z-index: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transition: all 0.3s linear;
}
.familaw-feature-box .fb-icon {
display: inline-block;
font-size: 60px;
line-height: 60px;
}
.familaw-feature-box .fb-icon>i,
.familaw-feature-box .fb-icon>svg {
position: relative;
}
.familaw-feature-box .title,
.familaw-feature-box .desc {
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}
.familaw-feature-box .content-wrap {
z-index: 2;
position: absolute;
width: 100%;
}
.familaw-feature-box .title {
font-size: 24px;
margin: 10px 0 0;
}
.familaw-feature-box .desc {
height: 0;
overflow: hidden;
margin: 10px 0 0;
transition: opacity 0.3s ease, height 0.3s ease;
}
.familaw-feature-box .divider {
margin: 12px 0 0;
width: 60px;
height: 2px;
background-color: #d3a651;
}
.familaw-feature-box.style-1 .content-wrap {
padding: 80px;
text-align: center;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.familaw-feature-box.style-1 .divider {
margin-left: auto;
margin-right: auto;
}
.familaw-feature-box.style-1 .lines {
z-index: 1;
position: absolute;
left: 20px;
top: 20px;
width: calc(100% - 40px);
height: calc(100% - 40px);
border: 4px double rgba(255, 255, 255, 0.15);
}
.familaw-feature-box.style-2 .content-wrap {
padding: 60px 80px 65px 60px;
left: 0;
bottom: 0;
}
.familaw-feature-box.style-2 .lines:before,
.familaw-feature-box.style-2 .lines:after {
content: "";
position: absolute;
background: #fff;
z-index: 1;
background: rgba(255, 255, 255, 0.3);
}
.familaw-feature-box.style-2 .lines:before {
width: calc(100% - 40px);
height: 1px;
bottom: 20px;
left: 30px;
}
.familaw-feature-box.style-2 .lines:after {
width: 1px;
height: calc(100% - 40px);
top: 30px;
right: 30px;
} .familaw-news .inner,
.familaw-news .thumb {
overflow: hidden;
}
.familaw-news .thumb {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.familaw-news .content-wrap {
padding: 22px 0 0;
}
.familaw-news .title {
font-size: 20px;
line-height: 30px;
font-weight: 600;
margin-bottom: 18px;
}
.familaw-news .title a:hover {
opacity: 0.7;
}
.familaw-news .excerpt {
font-size: 16px;
line-height: 24px;
}
.familaw-news .meta {
color: #a9aaad;
font-family: "Montserrat", sans-serif;
font-size: 13px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.1px;
margin-bottom: 6px;
}
.familaw-news .meta a {
color: #d3a651;
}
.familaw-news .meta a:hover {
color: #272a33;
}
.familaw-news .meta>span {
position: relative;
display: inline-block;
padding-left: 22px;
margin-right: 20px;
}
.familaw-news .meta>span:before {
font-family: "Feather";
font-size: 14px;
line-height: 1;
position: absolute;
left: 0;
top: 6px;
}
.familaw-news .meta>span.post-date:before {
content: '\e939';
}
.familaw-news .meta>span.post-by-author:before {
content: '\e9f1';
}
.familaw-news .meta>span.post-comment:before {
content: '\e991';
}
.familaw-news .meta>span.post-cat:before {
content: '\e968';
}
.familaw-news .url-wrap {
margin-top: 15px;
}
.familaw-news .thumb img {
transition: transform 0.3s ease;
}
.familaw-news:hover .thumb img {
transform: scale(1.03);
} .familaw-tabs .t-nav {
list-style: none;
margin: 0;
width: 100%;
display: flex;
position: relative;
}
.familaw-tabs .t-nav li {
position: relative;
font-family: "Montserrat", sans-serif;
font-size: 20px;
font-weight: 600;
display: inline-block;
white-space: nowrap;
vertical-align: middle;
text-align: center;
cursor: pointer;
color: #272a33;
padding: 0 30px 30px;
border-bottom-color: transparent;
transition: color 0.3s ease;
}
.familaw-tabs .t-nav li:last-child {
margin-right: 0 !important;
}
.familaw-tabs .t-content {
display: none;
padding-top: 42px;
}
.familaw-tabs .t-content.active {
display: block;
}
.familaw-tabs .t-content p:last-child {
margin-bottom: 0;
}
.tab-nav-left .familaw-tabs .t-nav {
justify-content: flex-start;
}
.tab-nav-right .familaw-tabs .t-nav {
justify-content: flex-end;
}
.tab-nav-center .familaw-tabs .t-nav {
justify-content: center;
}
.familaw-tabs .mobi-t-nav {
display: none;
margin-bottom: 0;
}
.familaw-tabs.justify-nav .t-nav {
justify-content: space-evenly;
}
.familaw-tabs.justify-nav .t-nav li {
width: 100%;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.familaw-tabs.icon-inline .t-nav .inner {
display: flex;
align-items: center;
}
.familaw-tabs.icon-inline .t-nav .inner .tn-icon {
margin-right: 10px;
line-height: 1;
}
.familaw-tabs.style-1 .t-nav {
border-bottom: 1px solid #e5e5e7;
}
.familaw-tabs.style-1 .t-nav li {
padding: 15px 40px;
}
.familaw-tabs.style-1 .t-nav li .line {
position: absolute;
right: 0;
bottom: 0;
width: 0;
height: 2px;
background-color: #d3a651;
transition: all 0.3s ease;
}
.familaw-tabs.style-1 .t-nav li:hover .line,
.familaw-tabs.style-1 .t-nav li.active .line {
width: 100%;
left: 0;
}
.familaw-tabs.style-2 .t-nav li {
background-color: #f6f6f7;
color: #272a33;
padding: 11px 44px 10px;
margin-right: 2px;
transition: opacity 0.3s ease;
}
.familaw-tabs.style-2 .t-nav li:first-child {
margin-right: 0;
}
.familaw-tabs.style-2 .t-nav li.active {
background-color: #d3a651;
color: #fff;
}
.familaw-tabs.style-2 .t-nav li:hover {
opacity: 0.9;
}
.familaw-tabs.style-3 .t-nav .inner {
position: relative;
}
.familaw-tabs.style-3.has-sep-simple .t-nav .inner:before {
content: "";
width: 4px;
height: 4px;
border-radius: 2px;
background-color: #d3a651;
position: absolute;
left: -40px;
top: 16px;
}
.familaw-tabs.style-3.has-sep-simple .t-nav li:first-child .inner:before {
display: none;
}
.familaw-tabs.style-3.has-sep-svg .sep-svg {
position: absolute;
left: -6px;
top: 22px;
width: 12px;
line-height: normal;
}
.familaw-tabs.style-3.has-sep-svg .sep-svg svg {
position: relative;
}
.familaw-tabs.style-3 .t-nav {
border-top: 1px solid #e5e5e7;
border-bottom: 1px solid #e5e5e7;
}
.familaw-tabs.style-3 .t-nav li {
padding: 15px 40px;
}
.familaw-tabs.style-3 .t-nav li.active {
color: #d3a651;
}
.familaw-tabs.style-4 .t-nav {
display: flex;
}
.familaw-tabs.style-4 .t-nav li {
padding: 10px 30px;
text-align: center;
border-top: 1px solid #e5e5e7;
border-right: 1px solid #e5e5e7;
}
.familaw-tabs.style-4 .t-nav li:first-child {
border-left: 1px solid #e5e5e7;
}
.familaw-tabs.style-4 .t-nav li.active {
color: #d3a651;
}
.familaw-tabs.style-4 .t-content {
border: 1px solid #e5e5e7;
padding: 40px;
}
@media (max-width: 767px) {
.familaw-tabs .t-nav {
display: none !important;
}
.familaw-tabs .mobi-t-nav {
display: block !important;
}
.familaw-tabs .t-content {
padding: 20px 0 0 0 !important;
border: 0 !important;
}
} .familaw-accordions .a-item .a-title {
cursor: pointer;
position: relative;
}
.familaw-accordions .a-item .a-title .title {
font-size: 20px;
line-height: 30px;
font-weight: 600;
padding-right: 60px;
margin-bottom: 0;
transition: color 0.3s ease;
}
.familaw-accordions .a-item .a-title .title:hover {
color: #d3a651;
}
.familaw-accordions .a-item .icon-normal {
color: #bfbfbf;
}
.familaw-accordions .a-item.active .icon-active {
color: #d3a651;
}
.familaw-accordions .a-item:not(.active) .icon-active,
.familaw-accordions .a-item.active .icon-normal {
opacity: 0;
visibility: hidden;
}
.familaw-accordions .a-item [class^="icon-"] {
font-size: 18px;
text-align: center;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
transition: all 0.3s ease;
}
.familaw-accordions .a-item [class^="icon-"] i,
.familaw-accordions .a-item [class^="icon-"] svg {
position: relative;
}
.familaw-accordions .a-item .a-content {
display: none;
}
.familaw-accordions .a-item .a-content p:first-child {
margin-bottom: 0;
}
.familaw-accordions.style-1 .a-item {
border-bottom: 1px solid #e5e5e7;
}
.familaw-accordions.style-1 .a-item:last-child {
border-bottom: 0;
}
.familaw-accordions.style-1 .a-title {
padding: 15px 0;
}
.familaw-accordions.style-1 .a-content {
padding: 0 25px 25px 0;
}
.familaw-accordions.style-1 .a-item:last-child {
border-bottom: 0 !important;
}
.familaw-accordions.style-2 .a-item {
border: 1px solid #e5e5e7;
margin-bottom: 15px;
}
.familaw-accordions.style-2 .a-item:last-child {
margin-bottom: 0;
}
.familaw-accordions.style-2 .a-item .a-title {
padding: 15px 25px;
background-color: #fff;
transition: color ease 0.3s, background ease 0.3s;
}
.familaw-accordions.style-2 .a-item.active {
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.01);
}
.familaw-accordions.style-2 .a-item.active .a-title {
background-color: #fff;
border-bottom: 1px solid #e5e5e7;
}
.familaw-accordions.style-2 .a-content {
background-color: #fff;
padding: 25px;
}
.familaw-accordions.style-2 .a-item [class^="icon-"] {
right: 10px;
}
.familaw-accordions.style-3 .a-item {
border-bottom: 1px solid #e5e5e7;
}
.familaw-accordions.style-3 .a-item:last-child {
border-bottom: 0;
}
.familaw-accordions.style-3 .a-title {
padding: 15px 0 15px 36px;
}
.familaw-accordions.style-3 .a-content {
padding: 0 25px 25px 0;
}
.familaw-accordions.style-3 .a-item [class^="icon-"] {
right: auto;
left: 0;
}
.familaw-accordions.style-3 .a-item:last-child {
border-bottom: 0 !important;
}
.familaw-accordions.style-4 .a-item {
border: 1px solid #e5e5e7;
margin-bottom: 15px;
}
.familaw-accordions.style-4 .a-item:last-child {
margin-bottom: 0;
}
.familaw-accordions.style-4 .a-item .a-title {
padding: 15px 20px 15px 56px;
background-color: #fff;
transition: color ease 0.3s, background ease 0.3s;
}
.familaw-accordions.style-4 .a-item.active {
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.01);
}
.familaw-accordions.style-4 .a-item.active .a-title {
background-color: #fff;
border-bottom: 1px solid #e5e5e7;
}
.familaw-accordions.style-4 .a-content {
background-color: #fff;
padding: 25px;
}
.familaw-accordions.style-4 .a-item [class^="icon-"] {
right: auto;
left: 12px;
} .familaw-cf7 p {
margin-bottom: 0;
}
.wpcf7 .wpcf7-response-output {
padding: 10px;
margin: 15px 0 0;
}
.wpcf7 .wpcf7-spinner {
margin: 10px;
position: absolute;
}
.wpcf7 .wpcf7-not-valid-tip {
font-size: 14px;
padding-top: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #d3a651;
margin: 15px 0;
}
.wpcf7 .submit-wrap {
display: flex;
align-items: center;
}
.button-center .submit-wrap {
justify-content: center;
}
.button-right .submit-wrap {
justify-content: flex-end;
}
.button-full .submit-wrap {
display: block;
}
.button-full .submit-wrap input {
width: 100%;
text-align: center;
}
.wpcf7 .input-wrap input,
.wpcf7 .select-wrap select,
.wpcf7 .textarea-wrap textarea {
width: 100%;
margin-bottom: 0;
}
.wpcf7 .textarea-wrap textarea {
height: 150px;
}
.cf7-style-2 .wpcf7 .group-2,
.cf7-style-2 .wpcf7 .group-3 {
display: flex;
justify-content: space-between;
}
.cf7-style-2.gap-15 .wpcf7 .group-2 .input-wrap:nth-child(1),
.cf7-style-2.gap-15 .wpcf7 .group-3 .input-wrap:nth-child(1),
.cf7-style-2.gap-15 .wpcf7 .group-3 .input-wrap:nth-child(2) {
margin-right: 15px;
}
.cf7-style-2.gap-20 .wpcf7 .group-2 .input-wrap:nth-child(1),
.cf7-style-2.gap-20 .wpcf7 .group-3 .input-wrap:nth-child(1),
.cf7-style-2.gap-20 .wpcf7 .group-3 .input-wrap:nth-child(2) {
margin-right: 20px;
}
.cf7-style-2.gap-30 .wpcf7 .group-2 .input-wrap:nth-child(1),
.cf7-style-2.gap-30 .wpcf7 .group-3 .input-wrap:nth-child(1),
.cf7-style-2.gap-30 .wpcf7 .group-3 .input-wrap:nth-child(2) {
margin-right: 30px;
}
.cf7-style-2.gap-40 .wpcf7 .group-2 .input-wrap:nth-child(1),
.cf7-style-2.gap-40 .wpcf7 .group-3 .input-wrap:nth-child(1),
.cf7-style-2.gap-40 .wpcf7 .group-3 .input-wrap:nth-child(2) {
margin-right: 40px;
}
.cf7-style-2 .wpcf7 .group-2 .input-wrap,
.cf7-style-2 .wpcf7 .group-2 .select-wrap {
width: 50%;
}
.cf7-style-2 .wpcf7 .group-3 .input-wrap,
.cf7-style-2 .wpcf7 .group-3 .select-wrap {
width: 33.3333333333%;
}
.gap-15 .wpcf7 .input-wrap,
.gap-15 .wpcf7 .select-wrap,
.gap-15 .wpcf7 .textarea-wrap {
margin-bottom: 15px;
}
.gap-20 .wpcf7 .input-wrap,
.gap-20 .wpcf7 .select-wrap,
.gap-20 .wpcf7 .textarea-wrap {
margin-bottom: 20px;
}
.gap-30 .wpcf7 .input-wrap,
.gap-30 .wpcf7 .select-wrap,
.gap-30 .wpcf7 .textarea-wrap {
margin-bottom: 30px;
}
.gap-40 .wpcf7 .input-wrap,
.gap-40 .wpcf7 .select-wrap,
.gap-40 .wpcf7 .textarea-wrap {
margin-bottom: 40px;
} .form-color-light .input-wrap input,
.form-color-light .textarea-wrap textarea {
color: #fff;
background-color: transparent;
border-color: rgba(255, 255, 255, 0.5);
}
.form-color-light .select-wrap select {
color: #fff;
background: transparent url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='white'><polygon points='9,1 92,1 50,60'/></svg>") no-repeat;
background-size: 10px;
background-position: calc(100% - 18px) 52%;
background-repeat: no-repeat;
-webkit-appearance: none;
}
.form-color-light .select-wrap select:focus,
.form-color-light .input-wrap input:focus,
.form-color-light .textarea-wrap textarea:focus {
border-color: #d3a651;
}
.form-color-light .submit-wrap input:hover {
color: #272a33;
background-color: #fff;
}
.form-color-light .wpcf7 form .wpcf7-response-output {
color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 1024px) {
.cf7-style-2 .wpcf7 .group-2,
.cf7-style-2 .wpcf7 .group-3 {
display: block;
}
.cf7-style-2 .wpcf7 .group-2 .input-wrap,
.cf7-style-2 .wpcf7 .group-3 .input-wrap {
width: 100% !important;
margin-right: 0 !important;
}
} .familaw-subscribe-form .input-wrap input {
width: 100%;
margin-bottom: 0;
}
.familaw-subscribe-form .submit-wrap button {
color: #fff;
background-color: #d3a651;
}
.familaw-subscribe-form .submit-wrap button:hover {
background-color: #272a33;
}
.familaw-subscribe-form.align-center .mc4wp-form-fields {
justify-content: center;
margin: 0 auto;
}
.familaw-subscribe-form.align-right .mc4wp-form-fields {
justify-content: flex-end;
margin-left: auto;
} .familaw-subscribe-form.style-1 .mc4wp-form-fields {
display: flex;
}
.familaw-subscribe-form.style-1 .input-wrap {
width: 100%;
} .familaw-subscribe-form.style-2 input {
font-size: 15px;
width: 100%;
margin: 0;
border-radius: 25px;
}
.familaw-subscribe-form.style-2 .mc4wp-form-fields {
position: relative;
}
.familaw-subscribe-form.style-2 .submit-wrap button {
font-size: 13px;
position: absolute;
right: 3px;
top: 3px;
border-radius: 25px;
padding: 0 42px 0 30px;
height: 44px;
line-height: 44px;
}
.familaw-subscribe-form.style-2 .submit-wrap button:after {
font-family: "Feather";
content: '\e912';
font-size: 15px;
position: absolute;
right: 22px;
top: 0;
transition: all 0.3s ease;
}
.familaw-subscribe-form.style-3 .submit-wrap button:hover:after {
transform: translateX(3px);
} .familaw-subscribe-form.color-light .input-wrap input {
color: #fff;
background-color: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.15);
}
.familaw-subscribe-form.color-light .input-wrap input:focus {
border-color: #d3a651;
}
@media (max-width: 767px) {
.familaw-subscribe-form.style-1 .mc4wp-form-fields {
display: block;
}
.familaw-subscribe-form.style-1 .submit-wrap {
margin-top: 20px;
}
.familaw-subscribe-form.style-2 .submit-wrap button {
text-indent: -9999px;
padding: 0 30px;
}
.familaw-subscribe-form.style-2 .submit-wrap button:after {
text-indent: 0;
}
} .familaw-member {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.familaw-member .thumb {
position: relative;
overflow: hidden;
}
.familaw-member .thumb img {
transform: scale(1);
transition: all 0.3s ease;
}
.familaw-member:hover .thumb img {
transform: scale(1.07);
}
.familaw-member .name {
font-size: 20px;
font-weight: 600;
margin-top: 26px;
margin-bottom: 0;
}
.familaw-member .position {
color: #a9aaad;
margin-top: 2px;
}
.familaw-member .text {
margin-top: 10px;
}
.familaw-member .socials a {
font-size: 18px;
}
.familaw-member.content-left .thumb {
margin-left: 0;
margin-right: auto;
}
.familaw-member.content-left .content-wrap {
text-align: left;
}
.familaw-member.content-center .thumb {
margin-left: auto;
margin-right: auto;
}
.familaw-member.content-center .content-wrap {
text-align: center;
}
.familaw-member.content-right .thumb {
margin-left: auto;
margin-right: 0;
}
.familaw-member.content-right .content-wrap {
text-align: right;
}
.familaw-member.style-1 .thumb>.overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.3s ease;
z-index: 100;
}
.familaw-member.style-1:hover .overlay {
background-color: #272a33;
opacity: 0.95;
}
.familaw-member.style-1 .socials {
width: 100%;
text-align: center;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 200;
}
.familaw-member.style-1 .socials a {
opacity: 0;
transform: translateY(-10px);
display: inline-block;
margin: 0 8px;
}
.familaw-member.style-1 .socials a:hover {
color: #fff;
}
.familaw-member.style-1:hover .socials a {
opacity: 1;
transform: translateY(0px);
}
.familaw-member.style-1:hover .socials a:nth-child(4) {
transition-delay: 0.2s;
}
.familaw-member.style-1:hover .socials a:nth-child(3) {
transition-delay: 0.15s;
}
.familaw-member.style-1:hover .socials a:nth-child(2) {
transition-delay: 0.1s;
}
.familaw-member.style-1:hover .socials a:nth-child(1) {
transition-delay: 0.05s;
}
.familaw-member.style-2 .socials {
margin-top: 20px;
}
.familaw-member.style-2 .socials a {
text-align: center;
display: inline-block;
margin: 0 10px;
color: #d3a651;
}
.familaw-member.style-2 .socials a:hover {
opacity: 0.7;
} .familaw-progress-bar.style-1 .content-wrap {
margin-bottom: 8px;
}
.familaw-progress-bar .title {
display: inline-block;
margin-bottom: 0;
}
.familaw-progress-bar .title,
.familaw-progress-bar .percent {
font-family: "Montserrat";
font-size: 16px;
font-weight: 600;
color: #272a33;
}
.familaw-progress-bar.style-1 .percent {
float: right;
opacity: 0;
transform: translateX(-20px);
transition: all 1s ease;
}
.familaw-progress-bar.style-1 .progress-bar {
height: 10px;
background-color: #e5e5e7;
}
.familaw-progress-bar.style-1 .progress {
width: 0;
height: 100%;
background-color: #d3a651;
transition: all 1s ease;
}
.familaw-progress-bar.style-2 {
position: relative;
}
.familaw-progress-bar.style-2 .progress-bar {
background-color: #e5e5e7;
margin-top: 12px;
}
.familaw-progress-bar.style-2 .progress {
width: 0;
transition: width 1s cubic-bezier(0.15, 0.75, 0.5, 1);
background-color: #d3a651;
height: 10px;
}
.familaw-progress-bar.style-2 .title {
font-size: 18px;
position: absolute;
left: 0;
top: 0;
}
.familaw-progress-bar.style-2 .percent {
text-align: right;
opacity: 0;
transform: translateX(20px);
transition: all 1s ease;
}
.familaw-progress-bar.animated .percent {
opacity: 1;
transform: translateX(0);
} .familaw-video-icon a {
position: relative;
width: 100px;
height: 100px;
line-height: 100px;
display: inline-block;
background-color: #fff;
border-radius: 50%;
text-align: center;
font-size: 20px;
z-index: 0;
}
.familaw-video-icon a i {
margin-left: 6%;
}
.familaw-video-icon a {
background-color: #d3a651;
color: #fff;
}
.familaw-video-icon .btn-inner {
position: relative;
z-index: 1;
display: inline-block;
border-radius: 50%;
transition: all 0.3s ease;
}
.familaw-video-icon .btn-inner i,
.familaw-video-icon .btn-inner svg {
position: relative;
transition: all 0.3s ease;
}
.familaw-video-icon.effect-yes .btn-inner:after {
top: 0;
left: 0;
z-index: -1;
border: 5px solid #d3a651;
transition: transform 0.4s ease, opacity 0.4s ease;
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content: '';
opacity: 0.4;
animation: circle-fade-before 2s infinite ease-in-out;
}
.familaw-video-icon .title {
font-size: 34px;
margin: 0 0 0 25px;
}
@keyframes circle-fade-before {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.3);
opacity: 0;
}
} .familaw-image-box .thumb {
position: relative;
overflow: hidden;
}
.familaw-image-box .thumb img {
transition: transform 0.3s ease;
}
.familaw-image-box:hover .thumb img {
transform: scale(1.03);
}
.familaw-image-box .pre-title {
font-family: "Playfair Display", sans-serif;
font-size: 20px;
line-height: 1;
margin-bottom: 20px;
font-style: italic;
color: #ddd;
}
.familaw-image-box .title {
font-size: 22px;
font-weight: 600;
margin: 0 0 16px;
}
.familaw-image-box .divider {
width: 48px;
height: 2px;
background-color: #d3a651;
margin-bottom: 22px;
}
.familaw-image-box.content-center .content-wrap {
text-align: center;
}
.familaw-image-box.content-center .divider {
margin-left: auto;
margin-right: auto;
}
.familaw-image-box.content-right .content-wrap {
text-align: right;
}
.familaw-image-box.content-right .divider {
margin-left: auto;
}
.familaw-image-box.style-1 .content-wrap {
padding: 35px 30px 30px 30px;
background: #fff;
}
.familaw-image-box.style-1 .url-wrap {
margin-top: 28px;
}
.familaw-image-box.style-2 .title {
margin-top: 22px;
}
.familaw-image-box.style-2 .thumb {
position: relative;
}
.familaw-image-box.style-2 .thumb .overlay {
z-index: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: rgba(0, 0, 0, 0.6);
transition: opacity 0.3s ease;
}
.familaw-image-box.style-2 .url-wrap {
z-index: 2;
text-align: center;
position: absolute;
top: 50%;
width: 100%;
transform: translate(-15px, -50%);
opacity: 0;
transition: all 0.3s ease;
}
.familaw-image-box.style-2:hover .overlay {
opacity: 1;
}
.familaw-image-box.style-2:hover .url-wrap {
opacity: 1;
transform: translate(0, -50%);
}
.familaw-image-box.style-3 {
position: relative;
overflow: hidden;
min-height: 450px;
display: flex;
align-items: stretch;
}
.familaw-image-box.style-3 .thumb {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
flex: 0 0 50%;
max-width: 50%;
}
.familaw-image-box.style-3 .content-wrap {
background: #272a33;
display: flex;
flex-flow: column;
justify-content: center;
flex: 0 0 50%;
max-width: 50%;
padding: 30px 35px 35px;
}
.familaw-image-box.style-3 .title {
color: #fff;
}
.familaw-image-box.style-3 .desc {
color: #ddd;
}
.familaw-image-box.style-3 .url-wrap {
margin-top: 28px;
}
@media screen and (max-width: 991px) {
.familaw-image-box.style-3 {
display: block;
}
.familaw-image-box.style-3 .thumb {
height: 250px;
}
.familaw-image-box.style-3 .thumb,
.familaw-image-box.style-3 .content-wrap {
max-width: none;
width: 100%;
}
} .familaw-instagram {
display: grid;
gap: 10px;
grid-template-columns: auto auto auto;
}
.familaw-instagram .i-item {
cursor: pointer;
transition: opacity 0.3s ease;
}
.familaw-instagram .i-item:hover {
opacity: 0.7;
} .familaw-parallax-box {
position: relative;
width: 100%;
}
.pb-item {
position: absolute;
display: inline-block;
overflow: hidden;
} .familaw-google-map button {
font-weight: normal;
} .masonry-grid .items-wrap {
margin: 0 -15px;
transition: height 0.5s ease;
}
.masonry-grid .items-wrap .post-item {
padding: 0 15px;
margin-bottom: 0;
}
.masonry-grid.col-5 .post-item,
.masonry-grid.col-5 .grid-sizer {
float: left;
width: 20%;
}
.masonry-grid.col-4 .post-item,
.masonry-grid.col-4 .grid-sizer {
float: left;
width: 25%;
}
.masonry-grid.col-3 .post-item,
.masonry-grid.col-3 .grid-sizer {
float: left;
width: 33.3333333333%;
}
.masonry-grid.col-2 .post-item,
.masonry-grid.col-2 .grid-sizer {
float: left;
width: 50%;
}
@media (max-width: 767px) {
.masonry-grid .post-item {
width: 100% !important;
padding: 0 !important;
margin-bottom: 30px !important;
}
.masonry-grid .items-wrap {
margin: 0 !important;
}
} .familaw-grid [class^="g-item"] {
float: left;
min-height: 36px;
}
.familaw-grid .inner-grid {
display: flex;
flex-wrap: wrap;
}
.familaw-grid .inner-grid {
border-top: 1px solid #e5e5e7;
border-left: 1px solid #e5e5e7;
}
.familaw-grid [class^="g-item"] {
border-right: 1px solid #e5e5e7;
border-bottom: 1px solid #e5e5e7;
}
.familaw-grid.grid-2 [class^="g-item"] {
width: 50%;
}
.familaw-grid.grid-3 [class^="g-item"] {
width: 33.33333333%;
}
.familaw-grid.grid-4 [class^="g-item"] {
width: 25%;
}
.familaw-grid.grid-5 [class^="g-item"] {
width: 20%;
}
@media (max-width: 1024px) {
.familaw-grid.grid-2 [class^="g-item"] {
width: 100%;
float: none;
}
} .item-carousel {
width: 100%;
transition: 0s !important;
}
.full-screen-true .flickity-viewport {
overflow: visible !important;
}
.flickity-aside-wrap .flickity-viewport {
overflow: visible !important;
}
.column-2-gap-0px .item-carousel {
width: calc((100%) / 2);
}
.column-3-gap-0px .item-carousel {
width: calc((100%) / 3);
}
.column-4-gap-0px .item-carousel {
width: calc((100%) / 4);
}
.column-5-gap-0px .item-carousel {
width: calc((100%) / 5);
}
.column-6-gap-0px .item-carousel {
width: calc((100%) / 6);
}
.column-2-gap-10px .item-carousel {
width: calc( (100% - 10px) / 2);
margin-right: 10px;
}
.column-3-gap-10px .item-carousel {
width: calc( (100% - 20px) / 3);
margin-right: 10px;
}
.column-4-gap-10px .item-carousel {
width: calc( (100% - 30px) / 4);
margin-right: 10px;
}
.column-5-gap-10px .item-carousel {
width: calc( (100% - 40px) / 5);
margin-right: 10px;
}
.column-6-gap-10px .item-carousel {
width: calc( (100% - 50px) / 6);
margin-right: 10px;
}
.column-2-gap-20px .item-carousel {
width: calc( (100% - 20px) / 2);
margin-right: 20px;
}
.column-3-gap-20px .item-carousel {
width: calc( (100% - 40px) / 3);
margin-right: 20px;
}
.column-4-gap-20px .item-carousel {
width: calc( (100% - 60px) / 4);
margin-right: 20px;
}
.column-5-gap-20px .item-carousel {
width: calc( (100% - 80px) / 5);
margin-right: 20px;
}
.column-6-gap-20px .item-carousel {
width: calc( (100% - 100px) / 6);
margin-right: 20px;
}
.column-2-gap-30px .item-carousel {
width: calc( (100% - 30px) / 2);
margin-right: 30px;
}
.column-3-gap-30px .item-carousel {
width: calc( (100% - 60px) / 3);
margin-right: 30px;
}
.column-4-gap-30px .item-carousel {
width: calc( (100% - 90px) / 4);
margin-right: 30px;
}
.column-5-gap-30px .item-carousel {
width: calc( (100% - 120px) / 5);
margin-right: 30px;
}
.column-6-gap-30px .item-carousel {
width: calc( (100% - 150px) / 6);
margin-right: 30px;
}
.column-2-gap-40px .item-carousel {
width: calc( (100% - 40px) / 2);
margin-right: 40px;
}
.column-3-gap-40px .item-carousel {
width: calc( (100% - 80px) / 3);
margin-right: 40px;
}
.column-4-gap-40px .item-carousel {
width: calc( (100% - 120px) / 4);
margin-right: 40px;
}
.column-5-gap-40px .item-carousel {
width: calc( (100% - 160px) / 5);
margin-right: 40px;
}
.column-6-gap-40px .item-carousel {
width: calc( (100% - 200px) / 6);
margin-right: 40px;
}
.column-2-gap-50px .item-carousel {
width: calc( (100% - 50px) / 2);
margin-right: 50px;
}
.column-3-gap-50px .item-carousel {
width: calc( (100% - 100px) / 3);
margin-right: 50px;
}
.column-4-gap-50px .item-carousel {
width: calc( (100% - 150px) / 4);
margin-right: 50px;
}
.column-5-gap-50px .item-carousel {
width: calc( (100% - 200px) / 5);
margin-right: 50px;
}
.column-6-gap-50px .item-carousel {
width: calc( (100% - 250px) / 6);
margin-right: 50px;
}
.column-2-gap-60px .item-carousel {
width: calc( (100% - 60px) / 2);
margin-right: 60px;
}
.column-3-gap-60px .item-carousel {
width: calc( (100% - 120px) / 3);
margin-right: 60px;
}
.column-4-gap-60px .item-carousel {
width: calc( (100% - 180px) / 4);
margin-right: 60px;
}
.column-5-gap-60px .item-carousel {
width: calc( (100% - 240px) / 5);
margin-right: 60px;
}
.column-6-gap-60px .item-carousel {
width: calc( (100% - 300px) / 6);
margin-right: 60px;
}
.column-2-gap-70px .item-carousel {
width: calc( (100% - 70px) / 2);
margin-right: 70px;
}
.column-3-gap-70px .item-carousel {
width: calc( (100% - 140px) / 3);
margin-right: 70px;
}
.column-4-gap-70px .item-carousel {
width: calc( (100% - 210px) / 4);
margin-right: 70px;
}
.column-5-gap-70px .item-carousel {
width: calc( (100% - 280px) / 5);
margin-right: 70px;
}
.column-6-gap-70px .item-carousel {
width: calc( (100% - 350px) / 6);
margin-right: 70px;
}
.column-2-gap-80px .item-carousel {
width: calc( (100% - 80px) / 2);
margin-right: 80px;
}
.column-3-gap-80px .item-carousel {
width: calc( (100% - 160px) / 3);
margin-right: 80px;
}
.column-4-gap-80px .item-carousel {
width: calc( (100% - 240px) / 4);
margin-right: 80px;
}
.column-5-gap-80px .item-carousel {
width: calc( (100% - 320px) / 5);
margin-right: 80px;
}
.column-6-gap-80px .item-carousel {
width: calc( (100% - 400px) / 6);
margin-right: 80px;
} .familaw-carousel-box .flickity-page-dots {
bottom: 0;
height: 10px;
line-height: 10px;
z-index: 999;
transform: translateY(10px);
}
.familaw-carousel-box .flickity-page-dots .dot {
position: relative;
width: 10px;
height: 10px;
border: none;
background-color: transparent;
opacity: 1;
transition: all 0.3s ease;
border-radius: 0;
margin: 0 5px;
}
.familaw-carousel-box .flickity-page-dots .dot:after {
position: absolute;
bottom: 0;
left: 0;
content: '';
width: 10px;
height: 10px;
transition: 0.5s;
}
.familaw-carousel-box.has-bullets {
margin-bottom: 10px;
}
.familaw-carousel-box.bullets-5px {
padding-bottom: 5px;
}
.familaw-carousel-box.bullets-10px {
padding-bottom: 10px;
}
.familaw-carousel-box.bullets-15px {
padding-bottom: 15px;
}
.familaw-carousel-box.bullets-20px {
padding-bottom: 20px;
}
.familaw-carousel-box.bullets-25px {
padding-bottom: 25px;
}
.familaw-carousel-box.bullets-30px {
padding-bottom: 30px;
}
.familaw-carousel-box.bullets-35px {
padding-bottom: 35px;
}
.familaw-carousel-box.bullets-40px {
padding-bottom: 40px;
}
.familaw-carousel-box.bullets-45px {
padding-bottom: 45px;
}
.familaw-carousel-box.bullets-50px {
padding-bottom: 50px;
}
.familaw-carousel-box.bullets-55px {
padding-bottom: 55px;
}
.familaw-carousel-box.bullets-60px {
padding-bottom: 60px;
}
.familaw-carousel-box.bullets-65px {
padding-bottom: 65px;
}
.familaw-carousel-box.bullets-70px {
padding-bottom: 70px;
}
.familaw-carousel-box.bullets-75px {
padding-bottom: 75px;
}
.familaw-carousel-box.bullets-80px {
padding-bottom: 80px;
}
.familaw-carousel-box.bullets-85px {
padding-bottom: 85px;
}
.familaw-carousel-box.bullets-90px {
padding-bottom: 90px;
}
.familaw-carousel-box.bullets-95px {
padding-bottom: 95px;
}
.familaw-carousel-box.bullets-100px {
padding-bottom: 100px;
}
.familaw-carousel-box .flickity-page-dots .dot:after {
background-color: rgba(0, 0, 0, 0.15);
}
.familaw-carousel-box .flickity-page-dots .dot.is-selected:after {
background-color: #d3a651;
} .familaw-carousel-box .flickity-button {
position: absolute;
transform: translateY(-50%);
padding: 0;
margin: 0;
z-index: 9999;
}
.familaw-carousel-box .flickity-button .flickity-button-icon {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
transition: all 0.3s ease;
}
.familaw-carousel-box .flickity-button:hover {
background-color: transparent;
}
.familaw-carousel-box .flickity-button:focus {
box-shadow: none;
}
.familaw-carousel-box .flickity-button:disabled {
opacity: 1;
}
.arrow-position-middle .flickity-button.previous {
top: 50%;
left: -80px;
}
.arrow-position-middle .flickity-button.next {
top: 50%;
right: -80px;
}
.arrow-position-top .flickity-button.next {
right: 0;
top: 0;
transform: none;
}
.arrow-position-top .flickity-button.previous {
left: auto;
right: 0;
top: 0;
transform: translateX( calc(-100% - 10px));
}
.arrow-position-bottom .flickity-button {
top: auto;
bottom: -50px;
transform: none;
}
.arrow-position-bottom .flickity-button.next {
left: 50%;
transform: translateX(6px);
}
.arrow-position-bottom .flickity-button.previous {
left: 50%;
transform: translateX( calc(-100% - 6px));
}
.familaw-carousel-box .flickity-button {
width: 50px;
height: 50px;
background-color: transparent;
border: 2px solid rgba(0, 0, 0, 0.1);
border-radius: 0;
}
.familaw-carousel-box .flickity-button .flickity-button-icon {
fill: #63666c;
}
.familaw-carousel-box .flickity-button:hover {
border-color: #d3a651;
}
@media screen and (max-width: 1024px) {
.mobi-col-3.familaw-carousel-box .item-carousel {
width: 33.3333333333% !important;
}
.mobi-col-2.familaw-carousel-box .item-carousel {
width: 50% !important;
}
.mobi-col-1.familaw-carousel-box .item-carousel {
width: 100% !important;
margin-right: 0 !important;
}
}
@media screen and (max-width: 767px) {
.flickity-button {
position: relative !important;
left: 50% !important;
margin-top: 20px !important;
}
.flickity-button.previous {
transform: translateX( calc(-100% - 6px)) !important;
}
.flickity-button.next {
transform: translateX( calc(-100% + 6px)) !important;
}
.arrow-position-bottom .flickity-button {
bottom: -20px !important;
}
.familaw-carousel-box.has-bullets {
margin-bottom: 0;
}
.familaw-carousel-box.has-arrows.has-bullets .flickity-page-dots {
display: none;
}
.smobi-col-2.familaw-carousel-box .item-carousel {
width: 50% !important;
}
.smobi-col-1.familaw-carousel-box .item-carousel {
width: 100% !important;
margin-right: 0 !important;
}
}